fatal

Members
  • Posts

    97
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • URL
    http://themetabrowser.com/
  • Location
    Atlanta, GA

fatal's Achievements

Apprentice

Apprentice (3/14)

0

Reputation

  1. Well, with more data and bigger disks, I want to be able to tolerate 2 disk failures instead of just one....less stress? Not an immediate need either.
  2. Hey All, Long time unraid pro user and I have a build from 2007 (see here) that still works for me (my use is basic NAS). I have an old Asus P5BVM-DO mobo, 8GB ram and have 10 disks using some athena power backplanes (supports sata II). I'm pretty sure my mobo does not support HDDs above 2TB so I am looking to upgrade mobo/cpu/ram since I need more space. My usage is still pretty much basic and don't really have use for dockers/vm/et. I want to setup dual parity though. Looking for a matx/uatx mobo. Looking to spend max of $300-$350 (lower is better ). Thanks
  3. Hey, Updated from 5.05 to 6.1-rc5 with no issue (did have to remove the usb stick and run make_bootable). The only question I have is how do I enable disk shares? On 5.0.5 you would just click on the disk and be allowed to share the disk and set the security permissions for it...I don't see that in 6.1. Edit: I had to set "Enable disk shares" from "Auto" to "Yes" for me to see the disk shares Take Care
  4. Added that to my go file, but even after reboot ulimit -a shows 1024 for Open Files. Here is my go file: #!/bin/bash # Start the Management Utility ulimit -n 20000;/usr/local/sbin/emhttp & echo nameserver 192.168.10.80 >/etc/resolv.conf echo 192.168.10.10 tower >>/etc/hosts while [[ ${LOOP:=10} -gt 1 && ! -b /dev/md1 ]] do (( LOOP=LOOP-1 )) echo "Waiting for /dev/md1 to come online ($LOOP)" sleep 1 done sleep 1 for disk in /dev/md* do blockdev --setra 2048 $disk done blockdev --setra 2048 /dev/sde # Parity Drive. Do I have it in the right place or do I need to move it after the last line? Edit: Moving it after the last line had no effect after reboot either...I can manually type "ulimit -n 20000" through telnet and it does update and shows the new value of 20000 when I do "ulimit -a". Take Care
  5. Yes, one user is set to read/write, other is set to read only. I am logged in as user 'admin', the user with the ability to read/write. Tower login: root Password: Linux 3.4.24-unRAID. root@Tower:~# v /mnt/disk1 total 2 drwxrwxrwx 11 nobody users 360 2013-01-10 00:12 Backup/ drwxrwxrwx 40 nobody users 1912 2013-01-13 02:48 English\ Movies/ drwxrwxrwx 4 nobody users 184 2011-08-06 11:44 MediaBrowser/ root@Tower:~# Don't know if it's related to win8...I was on 4.7 and still using win8 and did not notice/experience these issues. Take Care
  6. I do not, but I tested it from my iPad (by typing in the ip address) and it was not responding as well. I just tried accessing the web gui right now as I couldn't access a disk share "\\tower\disk1" from explorer and it was hung...tried again in 2 minutes and I had access to the share and gui....this is the first time I've had a share not accessible. Nothing new is in the logs since 9:42am...don't know what all it logs, but I copied over some files about an hour ago so don't know if something relating to that should be in logs or not. I am looking in the right place for the logs right? I'm just going to the web gui at http://tower/Utils/Syslog Edit: Yea I guess I am...I telnet into the server and typed "cp /var/log/syslog /boot" and got the same syslog (with 2 new lines showing the telnet login) Yes, I've run it twice already. There's about 25 or so files I cannot delete in various folders...I've deleted a bunch others (same type/extension etc) without any issue... Yes, I have created 2 users and setup all permissions for disk and user shares. All of my disk and user shares are set as "Private". I have rebooted all PCs that connect to the server. Take Care
  7. Hey, I updated from 4.7 to 5.0b10 without any issues...I have access to all my disk shares and user shares, although, I only write to disk shares and user shares are set to read only. The issues I am having are the following: 1. Access to the web ui is sometimes very slow and does not come up. Type "//tower" or the IP address into a web browser does nothing but sit there. If I wait a few minutes and try again it will bring up the login box...and even after entering my credentials it will not go to the web ui. After a few tries it eventually gets there. During this time I have full access to all disk and user shares. 2. I am having permission issues deleting some files. I get the error of "Permission required by TOWER\Nobody". I have run the permissions utility twice but still the same issue. Syslog attached. Using windows 8. My go script is the default: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & I don't have any other items running. Take Care syslog.txt
  8. Hey, Well I guess it wasn't a bad or loose cable as I replaced the drive and the errors went away. Thanks for the help. Take Care
  9. Hey, Well I changed my sata cable and even the port but the log still shows those errors. Ran a parity check and it completed fine with it finding 1 error. I can access all files/folders fine on disk8 (which seems to be ata4 now in syslog). The disks are connected through a 5-in-3 enclosure, so maybe the connector for the enclosure is the culprit but I didn't have a chance to test with it directly connected to the mobo/pcie card, will try that next and see. Syslog attached. Take Care syslog-2012-05-23.zip
  10. Smart reports for all drives attached. Thanks smart.txt
  11. Hey, Thanks for the reply, your first except shows ata12, not ata1 (or is that ata1 2.00)? I will replace the cable and see if it fixes the issue, but how can I tell which drive ata1 is? Does ata1 = sda? Is there an easy way to find the disk which relates to ata1? Thanks
  12. Hey, Had some rain/lightning last night and the surge protector triggered and turned off my unraid machine. On reboot it went through its parity check and found 18 erros, but am also seeing some error entries in syslog, so can someone more experienced tell me what it means exactly. Also, smart report shows the following: Disk 3 » current_pending_sector=2 » multi_zone_error_rate=484 Disk 6 » load_cycle_count=158590 » multi_zone_error_rate=3 Disk 8 » load_cycle_count=158213 » multi_zone_error_rate=1 Syslog attached, using version 4.7. Thanks for your help. Take Care syslog-2012-05-22.txt
  13. Yeh just got the iPad myself and looking to set this up, will wait for the update to this package. Couple of questions. 1. In the package manager do I just need to click on the "DownloadAirVideoServerLinux.jar" button or do I need to download and place those files listed in the package links and save them somewhere? 2. What app on the iPad can connect to the AirVideo server to play the media? Thanks
  14. Hey, Funny you should mention the PC-Q25B (cant resist how good it looks plus it has the hot swap bays), as I am currently looking to build a semi cheap, small unRaid box as well and have been reading these forums myself trying to figure out the hardware, esp motherboard + psu for this case. So far I've come up w/ the following: Newegg Parts Wishlist (mobo/cpu/case/etc) Sata2 Controller Extra Sata Cables My only real concern is the Zotac board, as I've never used that brand before but I see a lot of people here have been using it, so hopefully it will be ok for an always on unraid box. As far as PSU, the one in my wishlist is the only decently priced recommended psu i've found, although it is also not modular...other modular PSUs that might fit that case get expensive, hitting the $100 mark. To answer some of you questions, although note that I am no expert: With the cheap price of ram, 2GB should be the minimum you should put in your unraid box. If you are planning on live encoding/streaming (ie AirVideo) then it is recommended to go atleast 4 GB RAM and a cheap Dual Core processor (AMD Athlon II X2 255 Regor 3.1GHz would go fine w/ the mobo in the wishlist) The cache drive can be of any size, so you can use your spare 400gb HDD as the cache drive, just have to be careful that you don't fill up the cache drive by transferring more data than it can hold. Take Care
  15. I'm experiencing some weird issues connecting through Windows 7 on all my machines.... This is for a User Share for Music which only has read access... Browsing my music folder, the folder "Music" appears fine, but then sometimes when clicking on the "Music" folder takes me to an emtpy folder and windows displays "This Folder is Empty", click on Music again, my folders appear. Same thing happens when I click on an Album folder, somtimes it displays the songs, somtimes it says the folder is emtpy, if I go back, somtimes it doesn't even list the Albums anymore either saying the "Folder is Empty"... I don't put my disks to sleep and it seems to happen if i don't access the unraid server for a while...i've attached the syslog Rebooting unraid fixes the issue and the actual disk share works fine.