HobbesDoo

Members
  • Posts

    15
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

HobbesDoo's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Got it!!!!! Thanks to your help. I tried using ./unmenu.awk instead of the full path and now everything works. I will try your script to add the missing libraries now. Once again thanks a lot for all your help. Awesome.
  2. Hi, my go script is pretty small, so I will just paste it here: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & # Enhance Read Performance sleep 30 for i in /dev/md* do blockdev --setra 2048 $i done # Enhance Network Performance echo nameserver 10.0.1.1 >/etc/resolv.conf echo 10.0.1.190 >> /etc/hosts # Configure Terminal export TERM=xterm # Executes unMenu cd /boot/unmenu nohup sh -c "while true;do awk -W re-internal -f /boot/unmenu/unmenu.awk; done" >/dev/null 2>&1 & I also tried the following with no success (still only the 3 first pages are accessible): # Executes unMenu cd /boot/unmenu nohup sh -c "while true;do awk -W re-internal -f /boot/unmenu/unmenu.awk; done" >/dev/null 2>&1 & I downloaded your script to include the missing library, but since I was not able to reach the Package Manager in the menu I haven't done anything with it yet. Thank you once again.
  3. Thanks again. Awesome explanation. I was able to stop the other process and then run the following: root@DooNAS:/boot/unmenu# awk -W re-interval -f unmenu.awk smartctl: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory smartctl: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory smartctl: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory smartctl: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory gawk: ./990-unmenu-wget.awk:40: warning: escape sequence `\.' treated as plain `.' I get the first 4 errors by just accessing the unmenu through the browser. The 5th line is when I try to go to other pages, which all work now by the way, but only when running it from the command line like I did above. When I run from my Go script I still can't access the other pages (only the first 3). Here's my go script again: # Executes unMenu cd /boot/unmenu nohup sh -c "while true;do awk -W re-internal -f /boot/unmenu/unmenu.awk; done" > /dev/null 2>&1 & Still stuck, but loving the pages I can access. :-) Thanks again for your help and time.
  4. Thanks Joel, sorry if I didn't explain myself properly. I see the options on the top, but clicking them accomplishes nothing. I did what you suggested and got this: root@DooNAS:/boot/unmenu# awk -W re-interval -f unmenu.awk awk: unmenu.awk:209: fatal: can't open two way socket `/inet/tcp/8080/0/0' for input/output (No such file or directory) Not really sure what it means, but I will start googling it now. :-) Thanks.
  5. Hi, I'm running 4.5 B1 and followed the instructions here to get the unMenu up and running. It's working partially for me. I downloaded and installed it in the folder "/boot/unmenu". I'm running it with a line in my Go script as follows: # Executes unMenu cd /boot/unmenu nohup sh -c "while true;do awk -W re-internal -f /boot/unmenu/unmenu.awk; done" > /dev/null 2>&1 & However the only menu entries I got working are the first three: Main, Array Mgmt and Disk Mgmt. All the other options display only the header with nothing after it. My server is not named Tower, though the documentation says it can be named anything. I haven't tried changing the name to see if it fixes things as I'd like to keep the current name. Although I'd like to get the other options working I have to say that the first page alone is worth the unMenu with all the statistics and information it provides. Of course I'd like to try to get the whole thing working. Thanks in advance for any tips on what I'm doing wrong.
  6. Yes RobJ, I was very frustrated, but after emailing Tom and getting an incredible level of support I have to eat my words and say that I'm very please and very satisfied for having chosen unRAID and Lime Tech. I was able to get my array back up and running with the full functionality by installing a fresh copy of unRAID in my flash drive, then reassigning the drives correctly as they were before. All my files are there and the user shares functionality is restored. Tom was extremely helpful in trying to figure out what went wrong and why we couldn't get the user shares to work again. Unfortunately there weren't really many clues for us to follow and all our attempts to restore the functionality were unsuccessful. However, I can't stress enough how awesome his support has been. If I had any doubts and due to frustration questioned my choice, now I'm positively certain that unRAID is the right product for me and Lime Tech/Tom are awesome. I'm still interested in NFS and for the same reasons AFP, but I will not attempt anything again before backing up all my configuration and reading tons of material online (which I already did, but apparently it didn't help me much - at least not as far as preventing me from getting into trouble in the first place). Again I appreciate the help and support from Tom and the community, and apologize for my harsh words due to my frustration. Cheers.
  7. Thanks RobJ, I disabled NFS shares and went back to the regular Samba shares, but the problem seems to be the wrong permissions are being set to the "user" folder under "mnt". I can see all the disk shares, but I get "permission denied" when trying the "user" folder where my user shares are mounted. At this point I'm getting frustrated for not being able to find the information I need to fix my problem and I'm not sure what to do. Seriously considering selling my Pro license and moving on to other solutions such as FreeNAS. At least I would not complain for the lack of support and documentation being it a free product, and it supports out of the box the features I'm trying to use in my unRAID box: NFS, AFP and many others. Sure it's not perfect and may not work the way I expect, but at least I will get what I paid for. Cheers.
  8. I'm running unRAID 4.5 Beta1 with a Pro license. I was trying to set up NFS shares. I was successful to the point of being able to mount the shares in Mac OS X 10.5.6. However I could not play any of my videos as I kept getting permission denied error. I decided to stop my NFS experiment and just run the server with the SMB protocol as before. However when I returned everything to the previous settings I was no longer able to access my user shares. I cannot even ls the user folder. I get a permission denied error. If I do a ls -lna on /mnt all I get is this: drwxr-xr-x 6 0 0 0 Dec 16 03:35 ./ drwxr-xr-x 16 0 0 0 Dec 16 02:28 ../ drwxr-xr-x 6 0 0 120 Dec 16 02:16 disk1/ drwxr-xr-x 6 0 0 120 Dec 11 20:56 disk2/ drwxr-xr-x 6 0 0 120 Dec 11 20:56 disk3/ d??? ? ? ? ? ? user/ Note the hosed up "user" folder. The disk shares are fine and I can access my files through them, however I'd like to restore my user shares functionality. I tried all I know so far: - stopping/restarting the array - going back to 4.4 final - trying several commands: chmod, chown Nothing seems to work. Also searched the forum, but I was not able to find anything similar to this problem. I'm now running the final 4.4 server, but the problem still remains. Any help will be very appreciated. I'm not a Linux expert, so go easy on me. :-) Thanks in advance. PS: Attached is my Syslog file. Please feel free to point out anything else I might be doing wrong in my setup.
  9. And to help other Mac users, to mount the share in Finder do COMMAND-K and then enter the following: nfs://[tower]/mnt/user/[sharename] Replace [tower] with your own unRAID server name or IP address, and [sharename] with the name of the share you're mounting. Now off to test if it fixes my issue with HD playback. Cheers.
  10. I have the same issues with video playback. I tried this with unRAID 4.3, 4.4 Beta-2, 4.4 and now I'm running on 4.5 Beta 1. SD videos usually play without hiccups, but not always. HD videos always hiccup/stutter several times at some point in the playback. My unRAID reports no errors. I was wondering if this has to do with SAMBA and if switching my shares over to NFS (as supported by the latest beta) would help. I'm not a Linux expert and since there is no documentation on using the new NFS functionality (other than setting them up using the web interface) I'm at loss. Any help would be extremely appreciated. I don't need detailed instructions, just point me to the right direction and I will figure it out. Thanks.
  11. Awesome! That totally fixed the issue. I downloaded the latest Syslinux from their web site (3.72). Just booted the box and everything is perfect. Running 4.5 Beta 1. Thank you very much.
  12. I haven't tried this approach, but there are instructions on the Syslinux Project web site (http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project) on how to do it using Mac OS X. I used VM Ware Fusion to create mine using Windows. I already have Windows VMs for my work, so that was the simplest approach for me. See if the Syslinux instructions work for you. If not then you're stuck with either running a Windows VM, creating it using a friend's PC or getting a flash drive from Lime Tech. Hope this helps.
  13. Hi there, I'm trying to upgrade from 4.4 Beta 2 to either 4.4 final or (preferably) 4.5 Beta 1. Here's what I did: - downloaded the 4.4 Final and 4.5 Beta 1 from the web site (three times to ensure the files were not corrupted or anything of the sort) - stopped the array and attached the flash drive to my computer - extracted the server image files and copied the files bzroot, bzimage and memtest to my flash drive - boot the array The issue I'm having with both releases is that it's getting stuck loading the bzroot file and it doesn't move from there. It displays a few rows of dots to indicate progress and then stops. If I copy the files from 4.4 Beta 2 the array boots and starts properly, so there is nothing wrong with the flash drive or the array. I tried this procedure a couple of times and always the same results. Any help would be greatly appreciated as I'm looking forward to trying the NFS feature in 4.5 Beta 1. Thanks in advance. If it matters to any of this I'm running a Pro license with 6 x 1 TB SATA drives (currently there are only 4 active drives in the array).