Bruno, On Mon, Oct 20, 2003 at 03:58:28PM +0200, Grossniklaus Bruno wrote: > > $ ls -l /var/log/wtmp > > -rw-rw-rw- 1 jt Domain U 132748 Oct 15 17:27 /var/log/wtmp > > And how/when did you get this dir?
Sorry I don't recall, but I think I created it myself. > Now I have: > $ ls -l /var/log/ > insgesamt 258 > -rwxrwxrwx+ 1 admin-se Users 16077 20. Oct 15:44 setup.log > -rwxrwxrwx+ 1 admin-se Users 247243 20. Oct 15:44 setup.log.full > > There is no /var/log/wtmp > > Do we have to create /var/log/wtmp manually? AFAICT, yes. Given the following: $ for i in /usr/*bin/*.exe; do strings $i | fgrep -q wtmp; if [ $? -eq 0 ]; then echo $i; fi; done /usr/bin/emacs-21.2.exe /usr/bin/emacs-nox.exe /usr/bin/emacs.exe /usr/bin/last.exe /usr/bin/rxvt.exe /usr/bin/users.exe /usr/bin/who.exe /usr/sbin/in.ftpd.exe /usr/sbin/in.rlogind.exe /usr/sbin/in.telnetd.exe /usr/sbin/in.uucpd.exe /usr/sbin/proftpd.exe /usr/sbin/sshd.exe I'm not sure what package should be responsible for creating /var/log/wtmp. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- 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/