← Back to team overview

touch-packages team mailing list archive

[Bug 1347863] [NEW] syslog levels are off

 

Public bug reported:

On several kinds of log messages, the syslog error level is off. This is
quite annoying when using the systemd journal, since journalctl formats
messages according to their syslog level. See man syslog(3) for
description of the syslog levels.

> Jul 12 19:55:25 <host> sshd[6507]: fatal: Write failed: Connection
reset by peer [preauth]

This one is currently LOG_CRIT, should probably be LOG_WARNING, since it
is most likely caused by network problems on the remote side.

> Jul 15 12:38:54 <host> sshd[21025]: error: Received disconnect from
<remote-ip>: 3: com.jcraft.jsch.JSchException: Auth fail [preauth]

This one is currently LOG_ERR, should probably be LOG_NOTICE, since it
is caused by specified behaviour of the remote side in the preauth
phase.

** Affects: openssh (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1347863

Title:
  syslog levels are off

Status in “openssh” package in Ubuntu:
  New

Bug description:
  On several kinds of log messages, the syslog error level is off. This
  is quite annoying when using the systemd journal, since journalctl
  formats messages according to their syslog level. See man syslog(3)
  for description of the syslog levels.

  > Jul 12 19:55:25 <host> sshd[6507]: fatal: Write failed: Connection
  reset by peer [preauth]

  This one is currently LOG_CRIT, should probably be LOG_WARNING, since
  it is most likely caused by network problems on the remote side.

  > Jul 15 12:38:54 <host> sshd[21025]: error: Received disconnect from
  <remote-ip>: 3: com.jcraft.jsch.JSchException: Auth fail [preauth]

  This one is currently LOG_ERR, should probably be LOG_NOTICE, since it
  is caused by specified behaviour of the remote side in the preauth
  phase.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1347863/+subscriptions


Follow ups

References