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.

Mover logging and exit status codes

Featured Replies

If I enable mover logging I get syslog entries like this:

May  4 03:00:01 Lapulapu root: mover: started
May  4 03:00:01 Lapulapu move: move: file /mnt/cache/L_Public/Plex Media/TV Recordings/The Stuarts A Bloody Reign (2018)/Season 01/The Stuarts A Bloody Reign (2018) - S01E02 - Episode 2.ts
May  4 03:00:33 Lapulapu move: move: file /mnt/cache/L_Public/Plex Media/Movie Recordings/Flight of the Phoenix (2004)/Flight of the Phoenix (2004).ts
May  4 03:01:11 Lapulapu move: move: file /mnt/cache/L_Public/Plex Media/Movie Recordings/The Girl With the Dragon Tattoo (2011)/The Girl With the Dragon Tattoo (2011).ts
May  4 03:01:29 Lapulapu root: mover: finished

as you might expect. But if I disable mover logging I get this instead:

May  1 03:01:38 Lapulapu crond[1585]: exit status 1 from user root /usr/local/sbin/mover &> /dev/null

which has me puzzled. Non-zero exit codes conventionally indicate a failure. A brief inspection of the /usr/local/sbin/mover script suggests that exit code 1 means "mover: already running":

start() {
  if [ -f $PIDFILE ]; then
    if ps h $(cat $PIDFILE) | grep mover ; then
        echo "mover: already running"
        exit 1
    fi
  fi

Or is it crond that's returning exit code 1? I don't think this is specific to unRAID 6.5.1. It's just that the advice these days is to disable mover logging. Can anyone explain, please?

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.