On Sat, 2015-10-31 at 20:53 +0100, Philipp Reichmuth wrote: > Package: qcontrol > > Hello > > I don’t know if I am wrong here, but I could not find any support on > the internet or instructions which worked for me. If there are other > places I can get help, please advise. > > I have installed Debian on my Qnap TS-109 Pro II and have upgraded > from Squeeze through Wheezy to Jessie. > > On Squeez the buttons, the LEDs as well as the buzzer worked > properly, but on Wheezy and Jessie none of it is working any more - > no beep, no reaction on buttons except hard shutdown after 10 seconds > and the status LED is flashing red-green. > > Cause I do have limited experience with Debian, can someone tell me > how I can figure out following things: > Is qcontrol is installed and running correctly? > Is there another issue on the system hindering qcontrol form operting > correctly? > What exact version of qcontrol is installed? qcontrol —v gives me > qcontrol 0.5.4, but is it 0.5.4-1, 0.5.4-2 or whatever 0.5.4-x?
"dpkg -l qcontrol" will answer the question of the precise version which is installed. Using "reportbug qcontrol" would guide you through reporting a bug and would include various information such as this automatically. "ps" can be used to list processes and see if the daemon is running. "ps aux" is my usual rune for getting all processes. You should also see evidence of qcontrol activity in the logs under /var/log. However if you need this level of guidance to begin gathering information I would suggest that you visit one of the end user support forums where people can guide you along: https://www.debian.org/support https://lists.debian.org/debian-user/ http://forums.debian.net/ irc://irc.oftc.net/debian Ian.