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.

pan!c

Members
  • Joined

  • Last visited

  1. Hi, trying to replace sleep with shutdown I have a working sleep script (as described in this thread) and want to replace the sleep comand with a shutdown comand. I tried what darkside40 suggested and replace echo 3 > /proc/acpi/sleep with echo "mem" > /sys/power/state but this sets my server to sleep, too. The I installed unmenu and the power down package (which is also working if executed manually "/sbin/powerdown") But replacing echo 3 > /proc/acpi/sleep with echo 3 > /sbin/powerdown does not work either. I can hear the server "beep" and then nothing happens...
  2. Hi, I currently use this script as intended to put my server to sleep after all clients are not pingable (shutdown). Is there a way to shutdown/powerdown the server instead? Do I need the powerdown package for this? Or do I just have to change the following line? echo 3 > /proc/acpi/sleep And change with which command? Thanks pan!c
  3. Hi! I am using reneV's script and I am not able to get the "ping" setting working. The server goes to sleep even if the clients are still online. My config: # [CONFIGURATION] # before going to sleep intrnlTimeoutTicks=20 # ticks after HDD spindown before checking for external activity extrnlTimeoutTicks=1 # ticks of no external activity before sleep; only after spindown+internal countdown # control of internal timeout checkHDDs=$yes # check if all HDDs are parked before counting down towards sleep noCountdownHours="" # only countdown towards sleep outside these hours # example: <noCountdownHours="07 08 19 20"> # always countdown: <noCountdownHours=""> # control of external timeout checkTCP=$no # check for TCP activity pingIPs="192.168.1.166 192.168.1.155 192.168.1.22" # do not sleep if <$pingsIPs> are pingable # example: <pingIPs="192.168.1.4 192.168.1.5"> # no ping-check: <pingIPs=""> # after waking up from sleep doDhcpRenewal=$no # <$no> for servers w/static IP address forceGb=$yes # might not be needed; probably always safe # [/CONFIGURATION] manaul pinging works root@Tower:~# ping 192.168.1.166 -c 3 PING 192.168.1.166 (192.168.1.166) 56(84) bytes of data. 64 bytes from 192.168.1.166: icmp_seq=1 ttl=128 time=9.33 ms 64 bytes from 192.168.1.166: icmp_seq=2 ttl=128 time=0.328 ms 64 bytes from 192.168.1.166: icmp_seq=3 ttl=128 time=0.332 ms --- 192.168.1.166 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2008ms rtt min/avg/max/mdev = 0.328/3.333/9.339/4.246 ms Do I need the bwm-ng package for pinging, too?

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.