Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Upgrade - error in syslog

Featured Replies

Hi ... just upped to 6.1.9 from 5.0.6 and i'm seeing a redline in my syslog .... 'Mar 21 14:13:54 Tower sshd[1308]: Server listening on 0.0.0.0 port 22'

 

Anyone able to interpret this for me?

0.0.0.0 means that an IP address hasn't yet been assigned to your Ethernet device.

 

Not quite true. 0.0.0.0 means that the ssh daemon is listening on port 22 for every network interface.

 

It's precise behaviour is configured by the /etc/ssh/sshd_config file where the ListenAddress parameter modifies its scope. E.g

 

ListenAddress 192.168.1.100

 

makes it listen on that specific address only.

 

It isn't red (as in 'Error'). It's orange (as in 'Login'), and is actually a false positive.

 

  • Author

So i can ignore it then, yes?

 

And yes  ... i switched off everything bar 'login' filter and it is exactly that, you're quite correct although it still looks red to me  ;)

Yes, indeed. It's quite normal. Here it is in the syslogs of two of my servers, the first running unRAID 6.2.0-beta19 and the second running unRAID 6.1.19:

 

Mar 18 22:12:50 Lapulapu rpc.statd[1499]: Initializing NSM state
Mar 18 22:12:50 Lapulapu sshd[1518]: Server listening on 0.0.0.0 port 22.
Mar 18 22:12:50 Lapulapu ntpd[1529]: ntpd [email protected] Sat Feb 20 18:13:29 UTC 2016 (1): Starting

 

Mar 17 16:37:04 Northolt rpc.statd[1389]: Initializing NSM state
Mar 17 16:37:04 Northolt sshd[1409]: Server listening on 0.0.0.0 port 22.
Mar 17 16:37:04 Northolt ntpd[1418]: ntpd [email protected] Sat Feb 20 18:29:04 UTC 2016 (1): Starting

0.0.0.0 means that an IP address hasn't yet been assigned to your Ethernet device.

 

Not quite true. 0.0.0.0 means that the ssh daemon is listening on port 22 for every network interface.

 

It's precise behaviour is configured by the /etc/ssh/sshd_config file where the ListenAddress parameter modifies its scope. E.g

 

ListenAddress 192.168.1.100

 

makes it listen on that specific address only.

 

It isn't red (as in 'Error'). It's orange (as in 'Login'), and is actually a false positive.

 

Login related messages in the syslog do not indicate necessarily an error condition, but are highlighted to give the user an immediate glance on login related activities, e.g. to see who and when have been logged in.

 

As noted by John_M, the default port of SSH is 22, and login is accepted on any interface of the server (0.0.0.0). This is the standard setting in all 6.x versions of unRAID.

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.