bugzilla-daemon at mindrot.org
2006-Nov-03  06:47 UTC
[Bug 1257] Wrong times in log files....
http://bugzilla.mindrot.org/show_bug.cgi?id=1257
           Summary: Wrong times in log files....
           Product: Portable OpenSSH
           Version: 4.4p1
          Platform: ix86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sftp-server
        AssignedTo: bitbucket at mindrot.org
        ReportedBy: jean-yves at lenhof.eu.org
I've compiled openssh 4.4p1 and I'm using rssh to make a chroot for
users... The log facility is the same for both ssh and sftp-server
(with the new -l argument)
Nov  1 20:47:11 www sshd[25104]: Accepted keyboard-interactive/pam for
lblin from 82.127.179.15 port 3336 ssh2
Nov  1 20:47:11 www sshd[25107]: subsystem request for sftp
Nov  1 19:47:11 www sftp-server[25108]: session opened for local user
lblin from [82.127.179.15]
Nov  1 19:47:11 www sftp-server[25108]: opendir "/slash"
Nov  1 19:47:12 www sftp-server[25108]: closedir "/slash"
Nov  1 20:47:25 www sshd[25107]: Connection closed by 82.127.179.15
Nov  1 20:47:25 www sshd[25107]: Closing connection to 82.127.179.15
Nov  1 19:47:25 www sftp-server[25108]: session closed for local user
lblin from [82.127.179.15]
It seems that sftp-server log times without using the configured hour,
but UTC time probably...
For information, and this can explain things :
www:/var/log# date
ven nov  3 07:46:59 CET 2006
www:/var/log# date -u
ven nov  3 06:47:01 UTC 2006
www:/var/log#
Regards,
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Nov-03  06:55 UTC
[Bug 1257] Wrong times in log files....
http://bugzilla.mindrot.org/show_bug.cgi?id=1257
djm at mindrot.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
------- Comment #1 from djm at mindrot.org  2006-11-03 17:55 -------
we don't support rssh or (yet) chroot for sftp-server, but I guess that
you need /etc/localtime in your chroot
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.