You are not logged in.
Hello,
I've backgrounded a lot of my services, as a result, they appear after username:_ appears. It's not really a problem, it's just a bit annoying.
Any ideas, how I could fix this?
Thanks,
Chris.
http://i43.tinypic.com/11rxgea.jpg
mod edit: Hi kernel_geek, please read Forum Etiquette: Pasting Pictures and Code. Thanks. --fsckd
Last edited by kernel_geek (2012-01-01 02:05:21)
Offline
Odd, I background some of those as well and never see this.
Do you background dbus? I'm no expert, but I don't think it should be bg'ed.
Also, is this the order in your rc.conf? Shouldn't dbus come first?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
https://bbs.archlinux.org/viewtopic.php?id=129306 - no solutions yet
Offline
Do you use 'once' instead of 'wait' in /etc/inittab?
If yes, reversing should fix this issue.
Offline
Odd, I background some of those as well and never see this.
Do you background dbus? I'm no expert, but I don't think it should be bg'ed.
Also, is this the order in your rc.conf? Shouldn't dbus come first?
Here's my rc.conf:
...
DAEMONS=(hwclock syslog-ng @acpid @laptop-mode @alsa !network !netfs @dbus @wicd @crond @sensors)
...
Do you use 'once' instead of 'wait' in /etc/inittab?
If yes, reversing should fix this issue.
Here's my /etc/inittab:
...
rc::sysinit:/etc/rc.sysinit
rs:S1:wait:/etc/rc.single
rm:2345:once:/etc/rc.multi
rh:06:once:/etc/rc.shutdown
su:S:once:/sbin/sulogin -p
...
Offline
Change
rm:2345:once:/etc/rc.multi
to
rm:2345:wait:/etc/rc.multi
I was able to replicate your issue when I tested with 'once' instead of 'wait', as Radioactiveman suggested.
Offline
That fixed it, thanks!
Offline
Please remember to mark the thread as solved.
Offline