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.

Power Down problems with 5.0 12b

Featured Replies

I am having trouble with the PowerDown. It seems like the system is hanging on the powerdown. It does not matter if it is a cron job or a manual powerdown from unmenu. I am able to access \\tower:8081 -sickbeard and \\tower:8082 - sabnzbd but cannot access \\tower or \\tower:8080. I can access the shares just to the gui's. It is set to powerdown at 6:00 am, it runs the script but never powers down. I have attached a syslog.

 

Mike

 

Does it power down without problems if you do not run sickbeard and sabnzbd (and any other extra software) ?

 

no I shutdown both and It still will not power down. I even tried rc.unRAID stop and I get the following.

 

 

root@Tower:/etc/rc.d# rc.unRAID stop

Capturing information to syslog. Please wait...

version[23578]: Linux version 3.0.3-unRAID (root@Develop) (gcc version 4.4.4 (GC                                       C) ) #7 SMP Fri Sep 2 16:44:33 MDT 2011

ls: cannot access /dev/hd[a-z]: No such file or directory

 

and then it hangs. When it was working I would get this but it would power down.

 

Mike

 

While looking at the powerdown file I noticed something:

 

#!/bin/bash

 

alias logger="/usr/bin/logger -is -plocal7.info -tpowerdown"

 

if [ ${DEBUG:=0} -gt 0 ]

   then set -x -v

fi

 

if [ -z "${1}" ]

   then OPT="-h"

   else OPT="${1}"

fi

 

logger "Powerdown initiated"

 

if [ -f /var/run/powerdown.pid ]

   then logger "Powerdown already active, this one is exiting"

exit

   else echo $$ > /var/run/powerdown.pid

fi

 

trap "rm -f /var/run/powerdown.pid" EXIT HUP INT QUIT

 

/etc/rc.d/rc.unRAID stop

 

# /sbin/poweroff

logger "Initiating Shutdown with ${1}"

/sbin/shutdown -t5 ${OPT} now

 

When I look into /var/run/ there is no file called powerdown.pid. Could this be the problem why it is not powering down?

 

Mike

 

 

Powerdown is an add-on. Please take this discussion to the User Customizations forum.

syslog.txt

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.