Re: aggravating startup script
From: ace (nunya_at_nowhere.net)
Date: 12/07/04
- Previous message: ace: "Re: winbind"
- In reply to: Bit Twister: "Re: aggravating startup script"
- Next in thread: Bit Twister: "Re: aggravating startup script"
- Reply: Bit Twister: "Re: aggravating startup script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 6 Dec 2004 22:31:36 -0500
> You might try the following
>
> cp /usr/bin/uagent /usr/bin/uagent_orig
> then go through uagent and put
> echo "line xxx" >> /tmp/logit
> throughout the code bumping xxx to a new number for each line, then
>
> service uagent stop
> cp /dev/null /tmp/logit
> service uagent start
> cp /tmp/logit /root
> service uagent stop
> cp /dev/null /tmp/logit
> shutsown -r now
>
> diff /root/logit /tmp/logit
>
Okay, I'll try that. What exactly does the line cp /dev/null /tmp/logit do?
- Previous message: ace: "Re: winbind"
- In reply to: Bit Twister: "Re: aggravating startup script"
- Next in thread: Bit Twister: "Re: aggravating startup script"
- Reply: Bit Twister: "Re: aggravating startup script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|