Re: cygrunsrv xinetd problem

2004-08-31 Thread Marcin Lewandowski
cygrunsrv arguments (see "cygrunsrv --help" for > details). Yes, this helps, after these three lines: $ cygrunsrv -R xinetd $ cygrunsrv -I xinetd -p /usr/sbin/xinetd -d 'CYGWIN xinetd' -1 /dev/null -2 /dev/null $ cygrunsrv -S xinetd xinetd service runs just well. Thanks for help Marcin Lewandowski http://www.ii.uj.edu.pl/~lewandow -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: cygrunsrv xinetd problem

2004-08-30 Thread Marcin Lewandowski
As, i don't have 'xlog' sources, I don't know what is the exact path of the trouble-making log file. However, I suspect that it might be a problem of doubling the logfile: cygrunsrv opens /var/log/xinetd.log to write his messages, and next xinetd tries to open the same file for hi

Re: cygrunsrv xinetd problem

2004-08-29 Thread Marcin Lewandowski
xinetd.exe shows only these two files listed + some files in System32 dir. Marcin Lewandowski http://www.ii.uj.edu.pl/~lewandow -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

cygrunsrv xinetd problem

2004-08-29 Thread Marcin Lewandowski
inetd ... System error 1067 has occured. ... When I run xinetd manually, it starts normally, but since I run it as a normal user, it hasn't got enough privileges and I get setuid error when trying to telnet onto the server. /var/log/xinetd.log contains nothing. Thanks in advance, Marcin Lewandow