bugzilla-daemon at bugzilla.mindrot.org
2009-Mar-31  14:41 UTC
[Bug 1581] New: Pb with syslog
https://bugzilla.mindrot.org/show_bug.cgi?id=1581
           Summary: Pb with syslog
           Product: Portable OpenSSH
           Version: 5.2p1
          Platform: Sparc
        OS/Version: Solaris
            Status: NEW
          Severity: major
          Priority: P1
         Component: sshd
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: eric.savidan at orange-ftgroup.com
Hello,
I can not get logs with syslog daemon, nor syslog-ng daemon.
On my Solaris 9 server, I've got sshd (3.7.1p2_build2004-04-23)
installed natively in the OS (/usr/local/sbin/sshd).
I added another openssh instance, on a different port, different PID
file, ... It's working fine but I've got no log.
I tried with "SyslogFacility AUTH" and "SyslogFacility
LOCAL2" but
always KO.
I added this line in /etc/syslog.conf file :
local2.info                      /var/adm/syslog/ESASSH2.log
If i use logger command, /var/adm/syslog/ESASSH2.log is updated :
logger -p local2.info "Message for LOCAL2 facility"
==>
cat /var/adm/syslog/ESASSH2.log
-->
Mar 31 14:57:38 fepapp-ren-s029 root: [ID 702911 local2.info] Message
for LOCAL2 facility
I tried to configure syslog-ng daemon but without success.
So, I don't know if it's a openssh problem or a syslog problem ?
Thanks in advance for your help.
Regards
PS : I have to validate this architecture till the end of this week
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=1581
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au
--- Comment #1 from Darren Tucker <dtucker at zip.com.au>  2009-04-05
22:32:27 ---
3.7x is many years old and since it seems to be a modified binary we
have no way of knowing what's in it.  I suggest you seek help from
whoever provided you the binary.
The only thing I can guess is that you're modifying a sshd_config file
other than the one sshd is looking at (but again, since it's binary of
unknown provenance I don't know what it's doing).
Can you reproduce the problem with a version compiled from the source
at http://www.openssh.com?
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=1581 --- Comment #2 from eric.savidan at orange-ftgroup.com 2009-04-07 02:35:14 --- Hello, in fact, on my server, there are 2 openssh servers : - openssh 3.7 installed natively by Solaris OS - openssh 5.2p1 that I compiled and installed separately I use openssh.server script to stop and start my openssh 5.2p1 server. And I've just realized that the "-e" option was set. So no log via syslog... Sorry. So, I think, there is no bug with openssh. Just a question : I get connection logs but there is no log concerning transfers of data (get, put, ...). Is it normal ? Regards. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=1581
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
--- Comment #3 from Darren Tucker <dtucker at zip.com.au>  2009-04-07
10:17:23 ---
(In reply to comment #2)> Just a question : I get connection logs but there is no log concerning
> transfers of data (get, put, ...). Is it normal ?
sftp logging is relatively new (it's not in 3.7, it is in 5.2) and is
not on by default.  See the sftp-server(8) man page.
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=1581 --- Comment #4 from eric.savidan at orange-ftgroup.com 2009-04-10 18:02:03 --- Thanks for your help :-) Regards. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
https://bugzilla.mindrot.org/show_bug.cgi?id=1581
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
--- Comment #5 from Damien Miller <djm at mindrot.org> 2009-10-06 15:02:48
EST ---
Mass move of RESOLVED bugs to CLOSED now that 5.3 is out.
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.