Obenone

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by Obenone

  1. Well the problem I am having since moving to v6 is the gui isn't available anymore after about an hours time. Hence no buttons and needing a way to cleanly shut the server down. I have since installed the powerdown plugin, but that doesn't solve the issue I am having of the gui going down.
  2. From telnet or console, typediagnostics Get the diagnostics zip file from the logs folder on your flash drive and post it. This is what I get when I run it. Parity check still going, but no GUI. went almost 5 1/2 hours this time. Tower login: root Linux 4.0.4-unRAID. Last login: Sun Jul 19 15:15:17 -0400 2015 on /dev/pts/0 from Chrissys.home. root@Tower:~# diagnostics cp: cannot stat ‘/boot/config/*.conf’: No such file or directory root@Tower:~# The file is still created, the error message can be ignored. Here it is. tower-diagnostics-20150719-1516.zip
  3. From telnet or console, typediagnostics Get the diagnostics zip file from the logs folder on your flash drive and post it. This is what I get when I run it. Parity check still going, but no GUI. went almost 5 1/2 hours this time. Tower login: root Linux 4.0.4-unRAID. Last login: Sun Jul 19 15:15:17 -0400 2015 on /dev/pts/0 from Chrissys.home. root@Tower:~# diagnostics cp: cannot stat ‘/boot/config/*.conf’: No such file or directory root@Tower:~# The file is still created, the error message can be ignored. I found it. Is there any way to safely power down with no GUI? Don't want to do another parity check if I don't have to.
  4. From telnet or console, typediagnostics Get the diagnostics zip file from the logs folder on your flash drive and post it. This is what I get when I run it. Parity check still going, but no GUI. went almost 5 1/2 hours this time. Tower login: root Linux 4.0.4-unRAID. Last login: Sun Jul 19 15:15:17 -0400 2015 on /dev/pts/0 from Chrissys.home. root@Tower:~# diagnostics cp: cannot stat ‘/boot/config/*.conf’: No such file or directory root@Tower:~#
  5. Hi all. Just upgraded to to v6 and all went well. The problem I am having is after being up for about an hour the GUI is unresponsive. I can telnet into the server or watch a movie just fine. It's doing a parity check now since I couldn't stop the server. Any info you might need just let me know. Thanks.
  6. Hi all, I am trying to get this to work but when I try to print something I get the following error. Apr 5 07:54:46 Tower p9100d[1789]: /dev/usb0: No such file or directory Apr 5 07:54:46 Tower p9100d[1789]: /dev/usb0: No such file or directory, will try opening later Apr 5 07:54:56 Tower p9100d[1789]: /dev/usb0: No such file or directory Apr 5 07:54:56 Tower p9100d[1789]: /dev/usb0: No such file or directory, will try opening later Apr 5 07:55:06 Tower p9100d[1789]: /dev/usb0: No such file or directory Apr 5 07:55:06 Tower p9100d[1789]: /dev/usb0: No such file or directory, will try opening later This error just keeps repeating and I need to reboot the server to get it to stop. Here is the output from the commands posted earlier. root@Tower:~# strings /boot/packages/p910nd-0.93/p910nd | grep subsys /var/lock/subsys/p910%cd root@Tower:~# ls -ld /var/log/subsys drwxr-xr-x 2 root root 0 Apr 5 07:33 /var/log/subsys/ root@Tower:~# ls -ld /var/lock/subsys drwxr-xr-x 2 root root 0 Apr 5 07:33 /var/lock/subsys/ root@Tower:~# ls -l /var/lock/subsys total 0 -rw-r--r-- 1 root root 0 Apr 5 07:33 p9100d root@Tower:~# ls -l /dev/usblp* lrwxrwxrwx 1 root root 7 Apr 5 07:32 /dev/usblp0 -> usb/lp0 root@Tower:~# ps -ef | grep p910 root 1789 1 0 07:33 ? 00:00:00 /usr/sbin/p9100d -f /dev/usb0 -b root 1806 16042 0 08:10 pts/0 00:00:00 grep p910 It was installed using the latest version of Unmenu. Trying to print from a windows machine. Thank you for any help. Cliff
  7. Not being a hardware guy. I have a question. I picked up a Supermicro AOC-SAT2-MV8 card on the real cheap. It is a PCI X card. My MB only has PCI and PCI E ports on it. Can this be plugged into one of the PCI E slots or only the PCI. If not I will just get the AOC-SASLP-MV8 that comes in the Lime machines. Thanks Cliff
  8. I figured it out. I was making it to complicated. I just used the full path for the file in the echo command instead of trying to CD into each directory first. Now everything is working fine. Cliff
  9. You must use "echo" if you are using "at" as it expects the command to be run as its standard input. The quotes around the script name are not needed as there are no special characters. Joe L. I tried removing the echo and the quotes with no luck getting unmenu to load. I then tried it with the echo command back in-minus the quotes and no luck again. No errors in the syslog either. Thanks again, Cliff
  10. Well I spoke to soon. I tried adding unmenu to my go sctript and rebooted the server. Neither unmenu or s3_notHrHdTcpIp work. The lines in my go script work fine when copied one at a time into a telnet session. I know this is going to be something simple. I will attach a backup cop of my go script. Thanks again, Cliff gobackup.txt
  11. You can ignore the error, unRAID has no mail command , therefore "at" cannot mail to you the fact the command was started. Thanks Joe L. I remember reading about that now and since I had unmenu running it wouldn't sleep.
  12. Hi all, I am trying to get s3_notHrHdTcpIp to work from the go script, but I keep getting an error and it does not run. The error is: Feb 21 16:49:00 Tower atd[2174]: Exec failed for mail command: No such file or directory If I copy what I have in my go script a line at a time into a telnet session it works fine. These are the lines I added to my go script. Funny thing is I have no mail packages installed. cd /boot/custom/Server_Scripts chmod +x s3_notHrHdTcpIp.sh echo "s3_notHrHdTcpIp.sh" | at now + 1 minute