| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Mon, 20 Oct 2003 11:33:33 -0400 |
| From: | Jason Tishler <jason AT tishler DOT net> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: ProFTPD 1.2.9rc2: "missing /var/log/wtmp" |
| Message-ID: | <20031020153332.GM2092@tishler.net> |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <20031020122527 DOT GG2092 AT tishler DOT net> <3F710B1D00098A62 AT mssbzhh-int DOT msg DOT bluewin DOT ch> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <3F710B1D00098A62@mssbzhh-int.msg.bluewin.ch> |
| User-Agent: | Mutt/1.4i |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |