Error during restarting syslogd in FreeBSD 5.2-RELEASE

2004-01-29 Thread Rostislav Krasny
Hello

I have FreeBSD 5.2-RELEASE installed on my old Pentium system. Look at
following log please:

localhost# /etc/rc.d/syslogd restart
Stopping syslogd.
ps: kvm_getprocs: No such process
Starting syslogd.


What is 'kvm_getprocs' and why I get this error message? Is it a bug?

Thanks

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error during restarting syslogd in FreeBSD 5.2-RELEASE

2004-01-29 Thread Dan Nelson
In the last episode (Jan 29), Rostislav Krasny said:
  I have FreeBSD 5.2-RELEASE installed on my old Pentium system. Look
  at
  following log please:
  
  localhost# /etc/rc.d/syslogd restart
  Stopping syslogd.
  ps: kvm_getprocs: No such process
  Starting syslogd.
  
  
  What is 'kvm_getprocs' and why I get this error message? Is it a bug?
 
 Same behavior during restarting inetd:
 
 localhost# /etc/rc.d/inetd restart
 Stopping inetd.
 ps: kvm_getprocs: No such process
 Starting inetd.

It sounds like rc.subr is not redirecting ps errors to /dev/null when
shutting down services.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error during restarting syslogd in FreeBSD 5.2-RELEASE

2004-01-29 Thread Rostislav Krasny
--- Dan Nelson [EMAIL PROTECTED] wrote:
 In the last episode (Jan 29), Rostislav Krasny said:
   I have FreeBSD 5.2-RELEASE installed on my old Pentium system.
 Look
   at
   following log please:
   
   localhost# /etc/rc.d/syslogd restart
   Stopping syslogd.
   ps: kvm_getprocs: No such process
   Starting syslogd.
   
   
   What is 'kvm_getprocs' and why I get this error message? Is it a
 bug?
  
  Same behavior during restarting inetd:
  
  localhost# /etc/rc.d/inetd restart
  Stopping inetd.
  ps: kvm_getprocs: No such process
  Starting inetd.
 
 It sounds like rc.subr is not redirecting ps errors to /dev/null when
 shutting down services.

Should I send PR about this problem or maybe it was already fixed in CURRENT?

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]