Re: Debian on NSA310S? July 16, 2015 05:43AM |
Registered: 9 years ago Posts: 295 |
Re: Debian on NSA310S? July 16, 2015 06:41AM |
Registered: 12 years ago Posts: 365 |
Re: Debian on NSA310S? July 16, 2015 06:54AM |
Admin Registered: 14 years ago Posts: 19,317 |
Re: Debian on NSA310S? July 16, 2015 12:18PM |
Registered: 11 years ago Posts: 91 |
# NSA320 export both gpios for power_resume = on # gpio power_resume_data = 47 # gpio power_resume_clk = 49 /bin/echo 47 > /sys/class/gpio/export /bin/echo 49 > /sys/class/gpio/export # 49 out, value 1 /bin/echo "out" > /sys/class/gpio/gpio49/direction /bin/echo 1 > /sys/class/gpio/gpio49/value # 47 out, value 1 /bin/echo "out" > /sys/class/gpio/gpio47/direction /bin/echo 1 > /sys/class/gpio/gpio47/value # set 49 value 0 /bin/echo 0 > /sys/class/gpio/gpio49/value
Re: Debian on NSA310S? July 16, 2015 01:35PM |
Registered: 9 years ago Posts: 295 |
Boot from RAM disk Mount system disk image ... yaffs: dev is 32505860 name is "mtdblock4" yaffs: passed flags "" yaffs: Attempting MTD mount on 31.4, "mtdblock4" yaffs: restored from checkpoint yaffs_read_super: isCheckpointed 1 /etc/zyxel/conf exist.. /etc/init.d/rcS: line 406: can't create /sys/block/sda/queue/read_ahead_kb: nonexistent directory Start rcS2 of ZyXEL style base address = 40151000 words[0] = phypoke woregiga0: link down ds[1] = 1 words[2] = 16 words[3] = 3 :GbitPhy[0x00000001:0x00000016] <= 0x00000003 base address = 40151000 words[0] = phypoke words[1] = 1 words[2] = 10 words[3] = 1017 :GbitPhy[0x00000001:0x00000010] <= 0x00001017 base address = 40151000 words[0] = phypoke words[1] = 1 words[2] = 11 words[3] = 4408 :GbitPhy[0x00000001:0x00000011] <= 0x00004408 Set the phy back to auto-negotiation mode begiga0: link upase address = 40, full duplex151000 words[0], speed 1 Gbps = phypoke word s[1] = 1 words[2] = 16 words[3] = 0 :GbitPhy[0x00000001:0x00000016] <= 0x00000000 base address = 40151000 words[0] = phypoke words[1] = 1 words[2] = 4 words[3] = 1e1 :GbitPhy[0x00000001:0x00000004] <= 0x000001e1 base address = 40151000 words[0] = phypoke words[1] = 1 words[2] = 9 words[3] = 300 :GbitPhy[0x00000001:0x00000009] <= 0x00000300 base address = 40151000 words[0] = phypoke words[1] = 1 words[2] = 10egiga0: link down words[3] = 3860 :GbitPhy[0x00000001:0x00000010] <= 0x00003860 base address = 40151000 words[0] = phypoke words[1] = 1 words[2] = 0 words[3] = 9140 :GbitPhy[0x00000001:0x00000000] <= 0x0000914
1435 root 3492 S /usr/sbin/zylogd 1445 root 7836 S /usr/sbin/uamd 1703 root 5432 S < /usr/local/sbin/dhcpcd_request egiga0 50 auto 1732 root 1600 S < /sbin/dhcpcd -N -c /usr/sbin/dhcpcd.sh -h NSA310S -m 1972 root 10904 S < /usr/sbin/httpd -f /etc/service_conf/htJul 16 18:52:17 NetworkNAS syslog-ng[2488]: Termination requested via sign; Jul 16 18:52:17 NetworkNAS syslog-ng[2488]: syslog-ng shutting down; version='2.0.10' Jul 16 18:52:17 NetworkNAS dhcpcd[1732]: terminating on signal 15 Jul 16 18:52:17 NetworkNAS dhcpcd[1732]: terminating on signal 11 2567 root 2800 S -/bin/sh BusyBox v1.17.2 (2014-02-07 14:12:32 CST) multi-call binary. Usage: swapoff [-a] [DEVICE] rootfs / rootfs rw 0 0 /proc /proc proc rw,relatime 0 0 /sys /sys sysfs rw,relatime 0 0 none /proc/bus/usb ussave exit: isCheckpointed 1 bfs rw,relatime 0 0 devpts /dev/pts devpts rw,relatime,mode=600 0 0 /dev/mtdblock8 /zyxel/mnt/nand yaffs2 ro,relatime 0 0 none /zyxel/mnt/sysdisk ramfs ro,relatime 0 0 /dev/loop0 /ram_bin ext2 ro,relatime,errors=continue 0 0 /dev/loop0 /usr ext2 ro,relatime,errors=continue 0 0 /dev/loop0 /lib/security ext2 ro,relatime,errors=continue 0 0 /dev/loop0 /lib/modules ext2 ro,relatime,errors=continue 0 0 /dev/ram0 /tmp/tmpfs tmpfs rw,relatime,size=5120k 0 0 /dev/ram0 /usr/local/etc tmpfs rw,relatime,size=5120k 0 0 /dev/ram0 /usr/local/var tmpfs rw,relatime,size=5120k 0 0 /dev/mtdblock4 /usr/local/apache/web_framework/data/config yaffs2 rw,relatime 0 0 The system is going down NOW! Sent SIGTERM to all processes Sent SIGKILL to all processes Requesting system halt md: stopping all md devices. Power down. reg(0, 4) = 0x21 reg(0, 9) = 0x0 egiga0: link down reg(0, 0) = 0x1140 reg(3, 18) = 0x4985 reg(3, 17) = 0x4420 reg(0, 18) = 0x0 reg(17, 16) = 0x4500 reg(17, 25) = 0xf45c reg(17, 24) = 0xe3ab reg(17, 23) = 0x1ee6
Re: Debian on NSA310S? July 16, 2015 02:31PM |
Admin Registered: 14 years ago Posts: 19,317 |
Re: Debian on NSA310S? July 16, 2015 03:00PM |
Registered: 11 years ago Posts: 91 |
Re: Debian on NSA310S? July 16, 2015 03:13PM |
Admin Registered: 14 years ago Posts: 19,317 |
Re: Debian on NSA310S? July 16, 2015 03:16PM |
Admin Registered: 14 years ago Posts: 19,317 |
Re: Debian on NSA310S? July 16, 2015 04:20PM |
Registered: 9 years ago Posts: 118 |
Starting kernel ... Uncompressing Linux... done, booting the kernel. Error: unrecognized/unsupported machine ID (r1 = 0x0000020f). Available machine support: ID (hex) NAME ffffffff Generic DT based system ffffffff Marvell Kirkwood (Flattened Device Tree) Please check your kernel config and/or bootloader.
Re: Debian on NSA310S? July 16, 2015 04:49PM |
Admin Registered: 14 years ago Posts: 19,317 |
> > Starting kernel ... > > Uncompressing Linux... done, booting the kernel. > > Error: unrecognized/unsupported machine ID (r1 = > 0x0000020f). > > Available machine support: > > ID (hex) NAME > ffffffff Generic DT based system > ffffffff Marvell Kirkwood (Flattened Device > Tree) > > Please check your kernel config and/or > bootloader. >
Re: Debian on NSA310S? July 16, 2015 05:19PM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? July 16, 2015 05:29PM |
Admin Registered: 14 years ago Posts: 19,317 |
Re: Debian on NSA310S? July 16, 2015 05:44PM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? July 16, 2015 05:55PM |
Admin Registered: 14 years ago Posts: 19,317 |
ethernet_phy: ethernet-phy@0 { /* Marvell 88E1318 */ compatible = "ethernet-phy-id0141.0e90", "ethernet-phy-ieee802.3-c22"; reg = <0>; marvell,reg-init = <0x3 0x10 0xff00 0x1e>, <0x3 0x11 0xfff0 0xa>; }; }; &i2c0 {
Re: Debian on NSA310S? July 16, 2015 06:12PM |
Admin Registered: 14 years ago Posts: 19,317 |
Re: Debian on NSA310S? July 17, 2015 02:58AM |
Registered: 12 years ago Posts: 365 |
Re: Debian on NSA310S? July 17, 2015 03:02AM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? July 17, 2015 03:47AM |
Admin Registered: 14 years ago Posts: 19,317 |
/etc/init.d/halt /etc/init.d/rebootturn on the script echo so that we can see in the serial log whether the shutdown and reboot actions were the same in both cases:
#! /bin/sh -x
halt -d -f $netdown $poweroff $hddown
Re: Debian on NSA310S? July 17, 2015 03:55AM |
Registered: 12 years ago Posts: 365 |
Re: Debian on NSA310S? July 17, 2015 04:21AM |
Registered: 9 years ago Posts: 118 |
Re: Debian on NSA310S? July 17, 2015 04:38AM |
Admin Registered: 14 years ago Posts: 19,317 |
Re: Debian on NSA310S? July 17, 2015 05:35AM |
Registered: 12 years ago Posts: 365 |
poweroff Broadcast message from root@debian (ttyS0) (Fri Jul 17 02:54:30 2015): The system is going down for system halt NOW! INIT: Switching to run IN[[36minfo[39;49m] Using makefile-style concurrent boot in runlevel 0. [....] Stopping busybox' klogd implementation: klogd1209 (klogd) Stopped klogd (pid 1209). [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping NFS kernel daemon: mountd nfsd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Unexporting directories for NFS kernel daemon...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping busybox' syslogd implementation: syslogd1206 (syslogd) [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Asking all remaining processes to terminate...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] All processes ended within 1 seconds...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w" [....] Stopping rpcbind daemon...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping NFS common utilities: idmapd statd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Deconfiguring network interfaces...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Unmounting temporary filesystems...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Deactivating swap...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. + NETDOWN=yes + PATH=/sbin:/usr/sbin:/bin:/usr/bin + [ -f /etc/default/halt ] + . /etc/default/halt + HALT=poweroff + . /lib/lsb/init-functions + run-parts --lsbsysinit --list /lib/lsb/init-functions.d + [ -r /lib/lsb/init-functions.d/20-left-info-blocks ] + . /lib/lsb/init-functions.d/20-left-info-blocks + [ -r /lib/lsb/init-functions.d/40-systemd ] + . /lib/lsb/init-functions.d/40-systemd + _use_systemctl=0 + [ -d /run/systemd/system ] + [ 0 = 1 ] + FANCYTTY= + [ -e /etc/lsb-base-logging.sh ] + true + do_stop + [ = ] + INIT_HALT=POWEROFF + [ POWEROFF = POWEROFF ] + [ -x /etc/init.d/ups-monitor ] + hddown=-h + grep -qs ^md.*active /proc/mdstat + poweroff=-p + [ POWEROFF = HALT ] + netdown=-i + [ yes = no ] + log_action_msg Will now halt + log_action_msg_pre Will now halt + log_use_fancy_output + TPUT=/usr/bin/tput + EXPR=/usr/bin/expr + [ -t 1 ] + [ xlinux != x ] + [ xlinux != xdumb ] + [ -x /usr/bin/tput ] + [ -x /usr/bin/expr ] + /usr/bin/tput hpa 60 + /usr/bin/tput setaf 1 + [ -z ] + FANCYTTY=1 + true + /usr/bin/tput setaf 6 + CYAN=[36m + /usr/bin/tput op + NORMAL=[39;49m + /bin/echo -ne [[36minfo[39;49m] [[36minfo[39;49m] + echo Will now halt. Will now halt. + log_action_msg_post Will now halt + : + logger -s Will halt - now logger: Will halt - now + [ -d /sys/class/leds/status:green:health ] + [ -d /sys/class/leds/dockstar:green:health ] + [ -d /sys/class/leds/plug:green:health ] + [ -d /sys/class/leds/power:blue ] + [ -d /sys/class/leds/usb1:blue ] + [ -d /sys/class/leds/usb2:blue ] + [ -d /sys/class/leds/usb3:blue ] + [ -d /sys/class/leds/usb4:blue ] + [ -d /sys/class/leds/nsa325:green:sys ] + halt -d -f -i -p -h [ 92.932134] reboot: Power down
reboot Broadcast message from root@debian (ttyS0) (Fri Jul 17 02:57:11 2015): The system is going down for reboot NOW! INIT: Switching to run I[[36minfo[39;49m] Using makefile-style concurrent boot in runlevel 6. [....] Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping busybox' klogd implementation: klogd1205 (klogd) Stopped klogd (pid 1205). [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping NFS kernel daemon: mountd nfsd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Unexporting directories for NFS kernel daemon...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping busybox' syslogd implementation: syslogd1207 (syslogd) [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Asking all remaining processes to terminate...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] All processes ended within 1 seconds...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w" [....] Stopping rpcbind daemon...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping NFS common utilities: idmapd statd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Deconfiguring network interfaces...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Unmounting temporary filesystems...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Deactivating swap...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. + PATH=/sbin:/usr/sbin:/bin:/usr/bin + . /lib/lsb/init-functions + run-parts --lsbsysinit --list /lib/lsb/init-functions.d + [ -r /lib/lsb/init-functions.d/20-left-info-blocks ] + . /lib/lsb/init-functions.d/20-left-info-blocks + [ -r /lib/lsb/init-functions.d/40-systemd ] + . /lib/lsb/init-functions.d/40-systemd + _use_systemctl=0 + [ -d /run/systemd/system ] + [ 0 = 1 ] + FANCYTTY= + [ -e /etc/lsb-base-logging.sh ] + true + do_stop + log_action_msg Will now restart + log_action_msg_pre Will now restart + log_use_fancy_output + TPUT=/usr/bin/tput + EXPR=/usr/bin/expr + [ -t 1 ] + [ xlinux != x ] + [ xlinux != xdumb ] + [ -x /usr/bin/tput ] + [ -x /usr/bin/expr ] + /usr/bin/tput hpa 60 + /usr/bin/tput setaf 1 + [ -z ] + FANCYTTY=1 + true + /usr/bin/tput setaf 6 + CYAN=[36m + /usr/bin/tput op + NORMAL=[39;49m + /bin/echo -ne [[36minfo[39;49m] [[36minfo[39;49m] + echo Will now restart. Will now restart. + log_action_msg_post Will now restart + : + reboot -d -f -i [ 82.023270] reboot: Restarting system
> halt -d -f $netdown $poweroff $hddown >>
Re: Debian on NSA310S? July 17, 2015 06:17AM |
Admin Registered: 14 years ago Posts: 19,317 |
#! /bin/sh -x ### BEGIN INIT INFO # Provides: halt # Required-Start: # Required-Stop: # Default-Start: # Default-Stop: 0 # Short-Description: Execute the halt command. # Description: ### END INIT INFO NETDOWN=no
Re: Debian on NSA310S? July 17, 2015 06:52AM |
Registered: 12 years ago Posts: 365 |
#! /bin/sh -x ### BEGIN INIT INFO # Provides: halt # Required-Start: # Required-Stop: # Default-Start: # Default-Stop: 0 # Short-Description: Execute the halt command. # Description: ### END INIT INFO NETDOWN=no
Re: Debian on NSA310S? July 17, 2015 07:29AM |
Admin Registered: 14 years ago Posts: 19,317 |
Re: Debian on NSA310S? July 17, 2015 09:30AM |
Registered: 12 years ago Posts: 365 |
shutdown -h now Broadcast message from root@debian (ttyS0) (Fri Jul 17 07:15:20 2015): The system is going down for system halt NOW! INIT: Switching to run IN[[36minfo[39;49m] Using makefile-style concurrent boot in runlevel 0. [....] Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping busybox' klogd implementation: klogd1205 (klogd) Stopped klogd (pid 1205). [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping NFS kernel daemon: mountd nfsd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Unexporting directories for NFS kernel daemon...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping busybox' syslogd implementation: syslogd1207 (syslogd) [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Asking all remaining processes to terminate...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] All processes ended within 1 seconds...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w" [....] Stopping rpcbind daemon...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping NFS common utilities: idmapd statd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Deconfiguring network interfaces...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Unmounting temporary filesystems...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Deactivating swap...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. + NETDOWN=no + PATH=/sbin:/usr/sbin:/bin:/usr/bin + [ -f /etc/default/halt ] + . /etc/default/halt + HALT=poweroff + . /lib/lsb/init-functions + run-parts --lsbsysinit --list /lib/lsb/init-functions.d + [ -r /lib/lsb/init-functions.d/20-left-info-blocks ] + . /lib/lsb/init-functions.d/20-left-info-blocks + [ -r /lib/lsb/init-functions.d/40-systemd ] + . /lib/lsb/init-functions.d/40-systemd + _use_systemctl=0 + [ -d /run/systemd/system ] + [ 0 = 1 ] + FANCYTTY= + [ -e /etc/lsb-base-logging.sh ] + true + do_stop + [ = ] + INIT_HALT=POWEROFF + [ POWEROFF = POWEROFF ] + [ -x /etc/init.d/ups-monitor ] + hddown=-h + grep -qs ^md.*active /proc/mdstat + poweroff=-p + [ POWEROFF = HALT ] + netdown=-i + [ no = no ] + netdown= + log_action_msg Will now halt + log_action_msg_pre Will now halt + log_use_fancy_output + TPUT=/usr/bin/tput + EXPR=/usr/bin/expr + [ -t 1 ] + [ xlinux != x ] + [ xlinux != xdumb ] + [ -x /usr/bin/tput ] + [ -x /usr/bin/expr ] + /usr/bin/tput hpa 60 + /usr/bin/tput setaf 1 + [ -z ] + FANCYTTY=1 + true + /usr/bin/tput setaf 6 + CYAN=[36m + /usr/bin/tput op + NORMAL=[39;49m + /bin/echo -ne [[36minfo[39;49m] [[36minfo[39;49m] + echo Will now halt. Will now halt. + log_action_msg_post Will now halt + : + logger -s Will halt - now logger: Will halt - now + [ -d /sys/class/leds/status:green:health ] + [ -d /sys/class/leds/dockstar:green:health ] + [ -d /sys/class/leds/plug:green:health ] + [ -d /sys/class/leds/power:blue ] + [ -d /sys/class/leds/usb1:blue ] + [ -d /sys/class/leds/usb2:blue ] + [ -d /sys/class/leds/usb3:blue ] + [ -d /sys/class/leds/usb4:blue ] + [ -d /sys/class/leds/nsa325:green:sys ] + halt -d -f -p -h [ 92.087396] reboot: Power down
poweroff Broadcast message from root@debian (ttyS0) (Fr INIT: Sendin[[36minfo[39;49m] Using makefile-style concurrent boot in runlevel 0. [....] Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping busybox' klogd implementation: klogd1205 (klogd) Stopped klogd (pid 1205). [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping NFS kernel daemon: mountd nfsd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Unexporting directories for NFS kernel daemon...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping busybox' syslogd implementation: syslogd1208 (syslogd) [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Asking all remaining processes to terminate...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] All processes ended within 1 seconds...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w" [....] Stopping rpcbind daemon...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Stopping NFS common utilities: idmapd statd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Deconfiguring network interfaces...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Unmounting temporary filesystems...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Deactivating swap...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. + NETDOWN=no + PATH=/sbin:/usr/sbin:/bin:/usr/bin + [ -f /etc/default/halt ] + . /etc/default/halt + HALT=poweroff + . /lib/lsb/init-functions + run-parts --lsbsysinit --list /lib/lsb/init-functions.d + [ -r /lib/lsb/init-functions.d/20-left-info-blocks ] + . /lib/lsb/init-functions.d/20-left-info-blocks + [ -r /lib/lsb/init-functions.d/40-systemd ] + . /lib/lsb/init-functions.d/40-systemd + _use_systemctl=0 + [ -d /run/systemd/system ] + [ 0 = 1 ] + FANCYTTY= + [ -e /etc/lsb-base-logging.sh ] + true + do_stop + [ = ] + INIT_HALT=POWEROFF + [ POWEROFF = POWEROFF ] + [ -x /etc/init.d/ups-monitor ] + hddown=-h + grep -qs ^md.*active /proc/mdstat + poweroff=-p + [ POWEROFF = HALT ] + netdown=-i + [ no = no ] + netdown= + log_action_msg Will now halt + log_action_msg_pre Will now halt + log_use_fancy_output + TPUT=/usr/bin/tput + EXPR=/usr/bin/expr + [ -t 1 ] + [ xlinux != x ] + [ xlinux != xdumb ] + [ -x /usr/bin/tput ] + [ -x /usr/bin/expr ] + /usr/bin/tput hpa 60 + /usr/bin/tput setaf 1 + [ -z ] + FANCYTTY=1 + true + /usr/bin/tput setaf 6 + CYAN=[36m + /usr/bin/tput op + NORMAL=[39;49m + /bin/echo -ne [[36minfo[39;49m] [[36minfo[39;49m] + echo Will now halt. Will now halt. + log_action_msg_post Will now halt + : + logger -s Will halt - now logger: Will halt - now + [ -d /sys/class/leds/status:green:health ] + [ -d /sys/class/leds/dockstar:green:health ] + [ -d /sys/class/leds/plug:green:health ] + [ -d /sys/class/leds/power:blue ] + [ -d /sys/class/leds/usb1:blue ] + [ -d /sys/class/leds/usb2:blue ] + [ -d /sys/class/leds/usb3:blue ] + [ -d /sys/class/leds/usb4:blue ] + [ -d /sys/class/leds/nsa325:green:sys ] + halt -d -f -p -h [ 92.700362] reboot: Power down
Re: Debian on NSA310S? July 17, 2015 10:22AM |
Registered: 9 years ago Posts: 295 |
[....] Unmounting temporary filesystems...done. [....] Deactivating swap...done. [ 130.378864] EXT4-fs (sda3): re-mounted. Opts: (null) [info] Will now halt. logger: Will halt - now [ 132.535946] reboot: Power downnow the device isn't connected anymore
Re: Debian on NSA310S? July 17, 2015 11:02AM |
Registered: 12 years ago Posts: 365 |
Re: Debian on NSA310S? July 17, 2015 11:06AM |
Registered: 9 years ago Posts: 295 |