March 18, 201214 yr This morning I learned of a sale on 2TB drives, I decided to go buy one to replace my current Parity drive, it's in there currently being precleared. The issue is when I started the machine, I seemingly lost a bunch of configs. I lost auto-installing packages, plugins, settings, and now other things are missing, SAB reports par2 and unrar binaries missing. The stupid part is that, it's all still there. It's as if my GO file didn't run fully, i look at the file and see: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c echo nameserver 192.168.2.1 >/etc/resolv.conf echo 192.168.2.3 storage >>/etc/hosts /boot/scripts/cache_dirs -d 5 -m 3 -M 10 -w /boot/unmenu/uu cp -f /boot/config/.screenrc /root/ installpkg /boot/packages/unraid_notify-2.55-noarch-unRAID.tgz unraid_notify start But it's like, it skipped the *.auto-install line but processed the resolv.conf and hosts, it skipped the cache_dirs but ran unmenu. As well the permissions on my cache drive had somehow changed and sickbeard could no longer talk to sab. I'm now unable to get external internet access on the box, everyone internally can see and use it, but the box itself cannot connect to anything outside, can't ping google/ask/yahoo..etc. I've restarted the networking a few times, made sure my router isn't blocking it..etc and it's still persisting. I'm thinking of just reinstalling a fresh copy of unraid but need to know what to backup so I don't lose my array, but at the same time, don't bring these problems over to the new install.
Archived
This topic is now archived and is closed to further replies.