Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
apm output at boot time
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
french tony
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2002
Posts: 148
Location: Belfast

PostPosted: Sun Jan 05, 2003 1:49 pm    Post subject: apm output at boot time Reply with quote

hello,
I have this annoying thing happening at boot time on my tosh portege 3110ct: i have apm starting at boot time and it keep outputting stuff during the boot process. it doesn't look very clean. is there a way to stop this?
do i need to edit the init script to pass options?
Back to top
View user's profile Send private message
oniq
Guru
Guru


Joined: 02 Sep 2002
Posts: 597
Location: Connecticut

PostPosted: Sun Jan 05, 2003 3:41 pm    Post subject: Reply with quote

What kind of stuff? :)
_________________
open like a child's mind.
Back to top
View user's profile Send private message
french tony
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2002
Posts: 148
Location: Belfast

PostPosted: Sun Jan 05, 2003 7:58 pm    Post subject: Reply with quote

this comes after the
root:
prompt

Code:

apmd[534]: apmd_call_proxy: executing: '/etc/apm/apmd_proxy' 'change'  ... blah blah


and that's not all. more stuff of the same kind comes up during the boot process...
it's like apmd is running verbose...
Back to top
View user's profile Send private message
duff
Guru
Guru


Joined: 19 Jun 2002
Posts: 466
Location: Clemson, SC

PostPosted: Sun Jan 05, 2003 8:42 pm    Post subject: Reply with quote

I don't use apm, but you could try to open /etc/init.d/apmd and look to the line:
Code:
start-stop-daemon --start --quiet --pidfile /var/run/apmd.pid \
                --startas /usr/sbin/apmd -- ${APMD_OPTS}

and change it to
Code:
start-stop-daemon --start --quiet --pidfile /var/run/apmd.pid \
                --startas /usr/sbin/apmd -- ${APMD_OPTS} &> /dev/null


That should shut it up.
Also, if you're getting stuff like this after the boot process has finished, make sure you have a logger running.
Back to top
View user's profile Send private message
cato`
Guru
Guru


Joined: 03 Jun 2002
Posts: 430
Location: Norway, Trondheim

PostPosted: Sun Jan 05, 2003 9:34 pm    Post subject: Reply with quote

It's already like that duff. Anyway... I don't think you can do anything about it, and the bootup isn't supposed to be nice and clean, it shows you what's init is doing, and that is exactly what it does :)
Back to top
View user's profile Send private message
french tony
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2002
Posts: 148
Location: Belfast

PostPosted: Sun Jan 05, 2003 9:51 pm    Post subject: Reply with quote

so why such neat little organised lines with cute colours?
i like a neat boot output, but the thing that annoys me the most about this apmd thing is that it stops me from ligging in first time, not that tis is a huge problem, more of a small annoyance.... but if i want to be annoyed i boot windoze...
Back to top
View user's profile Send private message
french tony
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2002
Posts: 148
Location: Belfast

PostPosted: Sun Jan 05, 2003 9:56 pm    Post subject: Reply with quote

cato and duff, i checked my /etc/init.d/apmd and added the
&> /dev/null

hopefully that'll do it.
cato: maybe i missed that line during an etc-update, that could explain why I am missing it...
Thanks, got my neat little boot with nice colours and all and no jibberish :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum