Quote:
Originally Posted by seablade 
If memory serves, and this is digging a bit as Gentoo doesn't quite act like this, most linux distros do their startup procedure by having a series of scripts called S**ScriptName
It then runs the script based on the numbers where I put the stars, where 01 would be first and 99 would be last. So if you already have a link to a script in that directory called S40SomeScriptName you would need ot use a different number. I would recommend you even consider possibly having it after you X startup script and see if that works(After giving it time to connect) that way you can still have your bootup process pretty quick.
Seablade
|
Ahha! I'm going to have to look into this. I have an idea now of what needs to be done and I'm pretty certain it's going to work. Thanks again for your help

Quote:
Originally Posted by abf 
good way to make boot process quick is to background all daemons, especially the networking which might take a while to start up...so it might as well do that while you are fiddling w/ login info @ gdm since its built in wait time anyway...rather than having to wait for it, then login (while the computer is not doing much). also of course go to System > Administration > Services and disable everything you are not gonna use (like bluetooth, printer, even cron and syslog might be a good idea)
|
Thanks man! That's exactly the kind of things I like to do! Speeding up the boot process and having the least amount things running in the background to save resources is the best!

I love tweaking the Windows XP Services and things that load up for no reason. This is one thing that's definitely high up on my "to do" list when it comes to learning more about linux.
Quote:
Originally Posted by drlouis 
first off, congrats! feels good to get a troublesome problem solved, huh?
|
Definitely!
Although when I was trying to fix the problem and failed each time, I had sleepless nights because I couldn't stop thinking about getting it to work.
Then when I got it to work, I still had a sleepless night because I couldn't stop thinking about using linux the next day lol

Quote:
Originally Posted by drlouis 
now, I think it's interesting what finally fixed it for you, because I just double checked this on my system and I get the EXACT SAME OUTPUT with no quotes, single quotes OR double quotes..... it doesn't make a lick of difference. would you try it again? I suspect a typo may be the culprit.
|
I'm 110% sure the culprit was the quotes because I was able to reproduce it every time I tried. I'm pretty certain that the complexity of the password plays a huge role in this. If your password is simple then you can get away without any quotes at all. If your password is complex, then no quotes will give you an error. Double-quotes will let the command go through and you will get an output, although if your password is extremely complex, the double-quoted output would be incorrect. Single-quotes seem to always work no matter how complex the password is.
So the lesson to learn from all of this: Always use single quotes no matter what and you will be fine.

Quote:
Originally Posted by drlouis 
I don't want to sound like I'm scolding, so please dont take it that way, but when asking for help, it's good to point out things like the need for quotes that weren't mentioned. often little seemingly inconsequential things can make a big difference.
|
Yep I know what you mean. The best part about troubleshooting a problem is what we learn from it in the end. In this particular case, it's important to know exactly what caused it so that when the next guy comes along we'll be ready

Quote:
Originally Posted by drlouis 
I'm particularly gratified to see that you were willing to put in a good deal of effort on your own. Makes it much more likely you'll get help in the future than if you'd just kept coming back with: "that didn't work, what else can I try?" good show!
|
Thanks man, but I couldn't have done it without you guys
