Welcome, Guest. Please login or register.

Author Topic: user-startup -- Really useful?  (Read 9486 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline scholleTopic starter

  • Jr. Member
  • **
  • Join Date: Sep 2002
  • Posts: 97
    • Show only replies by scholle
    • http://home.arcor.de/schollsky
user-startup -- Really useful?
« on: October 24, 2003, 08:13:40 AM »
I would like to discuss the question wether the user-startup script really is useful by now. I have discarded mine not only for speed purpose during boot time, but also for a better overview of the booting sequence. Anything that has to be started early or better/only as a shell command went into the primary startup-sequence, the rest resides in the WBStartup drawer. IMHO two places is enough for starting stuff. We will not go towards Linux with its chaos of booting structure, but me thinks we should beware of the beginnings...

What do you think? Has anyone gone the same direction with the boot process?

Offline iamaboringperson

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 5744
    • Show only replies by iamaboringperson
Re: user-startup -- Really useful?
« Reply #1 on: October 24, 2003, 08:15:27 AM »
usefull
 

Offline scholleTopic starter

  • Jr. Member
  • **
  • Join Date: Sep 2002
  • Posts: 97
    • Show only replies by scholle
    • http://home.arcor.de/schollsky
Re: user-startup -- Really useful?
« Reply #2 on: October 24, 2003, 08:19:06 AM »
:-? I would be grateful if you were a bit more detailed...

Offline Jiffy

  • Sr. Member
  • ****
  • Join Date: May 2003
  • Posts: 474
    • Show only replies by Jiffy
    • http://clausewitz.nl
Re: user-startup -- Really useful?
« Reply #3 on: October 24, 2003, 08:31:00 AM »
I agree with you

As I understand it, the User Startup is there to edit by hand if you want/need to. The Startup Sequence is then to be left alone and only to be edited 'automatically' by softwareinstallation programs and such.

But, imo, if you are capable enough to edit the User Startup, you are also capable of editing the Startup Sequence, thus leaving the division of startupfiles into two parts rather useles (I never understood why there was both a config.sys and an autoexec.bat in DOS).

So I've also removed my User Startup. Works for me...
Life sucks. Then you die. Then they throw mud in your face. Then you get eaten by worms. Be happy it happens in that order... My Amiga 1200
 

Offline Castellen

Re: user-startup -- Really useful?
« Reply #4 on: October 24, 2003, 08:32:23 AM »
There are arguments either way with the user-startup.

The original idea with it was that the startup-sequence, which contained the important system booting stuff, was meant to be left alone.  Any additional assigns or programs run on startup could be added to the user-startup.
If some kind of problem developed, you could disable the entire user-startup, thus narrowing the problem down to the startup-sequence or the user-startup.

I kind of use it in this fashion, but of course we all add extra stuff that has to be run early in the main startup-sequence.

A disadvantage is that it's harder to see what's going on during startup, as first you have the startup-sequence, then the user-startup, then the contents of the WBstartup drawer.

The bottom line is that the OS is flexible enough so that you can use user-startup/WBstartup if you want to, but if you don't like/need it, then don't use it.

Personally I use all 3, but I know it could be tidier, and slightly faster if I just use 1 startup-sequence.

Anhony.
 

Offline jaokim

  • Full Member
  • ***
  • Join Date: Jun 2002
  • Posts: 205
    • Show only replies by jaokim
Re: user-startup -- Really useful?
« Reply #5 on: October 24, 2003, 09:00:48 AM »
usefull

It's extremely usefull when installing progs with assigns. The installer add lines only to the user-startup, wouldn't want any installer messing with my startup-sequence.
 

Offline Damion

Re: user-startup -- Really useful?
« Reply #6 on: October 24, 2003, 09:02:22 AM »
Hmmmm....it's easier for me to divide them in
two, and I think it makes sense from a design/
organization perspective to have both - one for
strict system oriented commands, and another
for extraneous user related commands.

But either way is ultimately the same effect,
so I'd say "whatever works best for you."
 

Offline scholleTopic starter

  • Jr. Member
  • **
  • Join Date: Sep 2002
  • Posts: 97
    • Show only replies by scholle
    • http://home.arcor.de/schollsky
Re: user-startup -- Really useful?
« Reply #7 on: October 24, 2003, 09:14:31 AM »
The logic intention to have one file for system and the other for user commands is clear but once you start finetunining your system or heading for speedups you have to fiddle around with the startup-sequence. Doing this long enough you can hardly divide between system and user commands. At some point it was enough for me already because of the number of commands. So I throw away my user-startup and reorganized the startup-sequence from the scratch. Now the chaos is banned and I am able to discover errors easily again. :-)

Offline scholleTopic starter

  • Jr. Member
  • **
  • Join Date: Sep 2002
  • Posts: 97
    • Show only replies by scholle
    • http://home.arcor.de/schollsky
Re: user-startup -- Really useful?
« Reply #8 on: October 24, 2003, 09:19:36 AM »
I hate installers cluttering up my systems with assigns anyway. :-D For this I try to avoid installers up to 95-98%.
All important assigns go into a list that is read by BatchAssign (Aminet), the rest is done by batch scripts when they are needed, i.e. before the corresponding executable is called in for action.

Offline Madgun68

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 706
    • Show only replies by Madgun68
    • http://home.comcast.net/~madgun1968
Re: user-startup -- Really useful?
« Reply #9 on: October 24, 2003, 09:19:43 AM »
Whatever floats your boat.

I've gotten used to the idea of two of them, and it's pretty simple to figure out where a problem lies since you can temporarily rename the user-startup to check and see if something in it is what's causing a problem.
......
 

Offline Lo

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 713
    • Show only replies by Lo
Re: user-startup -- Really useful?
« Reply #10 on: October 24, 2003, 09:29:20 AM »
@scholle

I agree about avoiding installers, BUT why sacrifice the convinence of disabling the user-startup simply? What do you gain? 2 seconds on boot-up?  For myself I'm with the original concept.

IF EXISTS USER-STARTUP, Execute that Bugga!  :-D
[color=0000CC]GVP 060 @50 Pwr Twr [/color][color=FF0000]AMD_Amithlon_UAE[/color]
 

Offline JoNty

  • Full Member
  • ***
  • Join Date: Mar 2002
  • Posts: 174
    • Show only replies by JoNty
Re: user-startup -- Really useful?
« Reply #11 on: October 24, 2003, 10:12:29 AM »
Useless.

Be a man, use your hand!

-
JoNty

#AmigaIRC Xnet
#AmigaOne Undernet
#AmigaOne EFNet
 

Offline Steady

Re: user-startup -- Really useful?
« Reply #12 on: October 24, 2003, 10:12:56 AM »
The Installer program also makes automatic use of user-startup when you create assigns with install scripts. Moving user-startup might cause the script some problems. I will try tonight to see if not having a user-startup causes trouble or not.
 

Offline JoNty

  • Full Member
  • ***
  • Join Date: Mar 2002
  • Posts: 174
    • Show only replies by JoNty
Re: user-startup -- Really useful?
« Reply #13 on: October 24, 2003, 10:16:58 AM »
@Steady
It doesn't.

If I really have to use an installer, I just move what's put in the newly created user-startup into the startup-sequence, and delete the user-startup.

-
JoNty

#AmigaIRC Xnet
#AmigaOne Undernet
#AmigaOne EFNet
 

Offline Mad-Matt

  • Full Member
  • ***
  • Join Date: Mar 2002
  • Posts: 242
    • Show only replies by Mad-Matt
    • http://www.madmatt.cjb.net
Re: user-startup -- Really useful?
« Reply #14 on: October 24, 2003, 10:34:38 AM »
I find the feature very useful.  Its a place to stick all those startup slowing patches and additinal assigns without cluttering up the main startup.

The startup-sequence is prolly one of the most important filesonthe system and the less programs messing about with it the better.  The user startup at least is an easy place to look for allthose nasty extra progs that get launched which can help finding issues i guess.

There is absolutly no speedup befit of any kind by merging the files.  since they get joined into one big script and executed durring the startup anyway. (Usualy find it lurking in T:)

Its important this feature stays in os4 for 100% AOS Compatability anyway ;)