[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Upgrading QNAP HS-210 to Jessie



On 08/05/15 05:50, Ian Campbell wrote:
On Thu, 2015-05-07 at 16:00 -0400, Philippe Clérié wrote:
Hello,

I have just completed a dist-upgrade of the HS-210 to Jessie. Things
went pretty I'd. It boots, I can SSH in with the same key, my stuff is
still there, but the front LED flashes red and it emits a long beep
every minute.

I turned off and restarted. The front LED blinks Green/Red. After a few
seconds, there's a short beep and the LED is steady Green. A few more
seconds and it starks blinking Red, and emits that long beep.

Clues appreciated very much.

If you are using systemd it could be:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781886

which I'm still trying to figure out how to fix properly, but adding a
udevadm settle to the initscript might workaround the issue for now at
least.

Ian.




It seems that udevadm settle is already called in /etc/init.d/udev:

case "$1" in:
   start)
   .
   .
   .
   # wait for the udevd childs to finish
    log_action_begin_msg "Waiting for /dev to be fully populated"
    if udevadm settle; then
        log_action_end_msg 0
    else
        log_action_end_msg 0 'timeout'
    fi
    ;;

Or were you thinking about a different script.

I tried it on the command line and nothing happened.

--
Philippe

------
The trouble with common sense it that it is so uncommon.
<Anonymous>


Reply to: