Jump to content

fonzie

Members
  • Posts

    231
  • Joined

  • Last visited

Everything posted by fonzie

  1. So if my Sonarr folder is located in an Appdata share, it would be: chmod 755 -R -f /user/mnt/appdata/sonarr where would I input this?
  2. I noticed that error. It has happened to me before where there was write permissions and I had to reset them. How do I go about doing so without breaking the other dockers?
  3. My Sonarr has been working perfectly for quite some time now up until about an hour ago. It stopped responding so I restarted it but I didn't have access. I removed the docker and the image thinking that would do the trick, but it is still giving me an error saying: [Info] AppFolderInfo: Data directory is being overridden to [/config][Error] PidFileProvider: Unable to write PID file /config/nzbdrone.pid and notably: [Fatal] ConsoleApp: EPIC FAIL! I uploaded the full log with more info in case it is needed. How can I fix this? Thanks. sonarr error.txt
  4. I restarted unRAID but the issue persisted. However, I just gave it about an hour and now the issue has resolved itself. I'm guessing something just needed to refresh. All is well now.
  5. Sounds like you did some setup on the Arris before, that you haven't replicated now ... most likely you're not forwarding a port from Arris to the unRAID server running the docker. Sorry, I meant modem not router. I'll fix my original post.
  6. I've had my DuckDNS docker working for well over a year now, up until this morning. I just upgraded my modem from an Arris 6141 to an Arris 6183 and now I cannot get duckdns to link my url to my server. I've checked and my external IP address is the same as before. Everything else on my system is working (internet access, etc) What could the problem be?
  7. I used to have DelugeVPN working perfectly with my IPVanish vpn provider. They recently changed something so I went and updated the certificate for my vpn provider and now my Deluge won't connect to any peers. I can post the docker log or any other information to hep resolve the issue. Thanks.
  8. I have a drive that just finished the preclear script successfully and I want to mount it to my unassigned devices. The problem is that I do not see that option. Under FS (file system) it says precleared and the format button is greyed out. I can only add it to the array if stopped or run another preclear on it. How do I format it to xfs so that I can mount it to my unassigned devices? Thanks. Edit: I found the answer. You must turn on destructive mode from the settings page under Unassigned Devices.
  9. So is this fork of sonarr designed strictly for movies or will it also work for TV shows? I'm just wondering if it is only a couchpotato replacement or also a sonarr replacement.
  10. Are you saying that if I were to replace a failed drive with a new one, I don't have to run a preclear? Can I simply "Verify all the Disk" on the preclear plugin to test the new drive and immediately start rebuilding?
  11. I use this all the time to write NTFS drives. This plugin only mounts the drive so unRAID can access it, and possibly share it on the network. The copying part is up to you. Do you know how to do the copy? No, I do not know how to do the copy. I would like some kind of command line to input so that unRAID will do the move for me. I feel that this would be the fastest way. The only way I would know how to do it is by mounting the drive and then accessing it remotely through Windows Explorer, but that would defeat the purpose of mounting it in unRAID in the first place because Windows Explorer would work as the "middle man" and cause the copy to bottleneck.
  12. I want to temporarily put my empty NTFS Windows hard drive in my unRAID and set it up as an unassigned disk to quickly copy my media from my unRAID onto this disk. Then I want to put that disk back into my Windows machine and have it read it. Is this the proper plugin to accomplish that? If so, what are the steps to make sure this goes smoothly? The reason I want to put it directly in my unRAID machine for the copy is because my network transfer speed is too slow and I have a lot of data to copy over. thanks
  13. Thanks for your point of view hurricanehrndz. I'm going to look for alternatives to subsonic in case it goes south then. Let me know of these other great alternatives.
  14. I hadn't noticed there was a separate Subsonicbeta docker! thanks for the help guys. Everything seems a-ok now. Side question: The new subsonic just went from open source to closed source and lots of users had a negative reaction over at the subsonic forum with many saying they were cancelling their subscriptions. What are the drawbacks and how bad is it really that it has gone closed source? Has it changed anyone's mind here on whether they will use it as their music streaming service? Sorry if off-topic. let me know and I can remove this
  15. Done! Please visit the docker page for more info on autoupdates as well. This image will auto build from now on new release. You will no longer need to send me a request. Please feel free to do so if there are any issues, or if an image is not built within 8 hours of release. I'm confused as to how exactly I can set up autoupdates. I checked the docker page: https://hub.docker.com/r/hurricane/docker-subsonic/ but I couldn't find any information on it. I am a linux noob so I would appreciate any help. Usually I just have the update button on my Docker page in unRAID but it says Subsonic is "Up-To-Date" even though it is running 5.3 and when I click the docker it says there is a new version available and gives me the link to subsonic's home page to download it. Edit: I looked around and stumbled on this page: https://hub.docker.com/r/hurricane/subsonic/#unraid I found the section on automatic updates and put it in the "go" file. I opened putty and logged into root then pasted the same code as well: echo "0 2 * * * docker exec Subsonic update" | sudo tee -a /var/spool/cron/crontabs/root but I'm not sure if that is the right place to put it.
  16. I installed this plugin for two purposes: 1.) changing file system from reiserfs to xfs 2.) replacing cache drive without losing information Now after reading through this thread, I realize that this plugin is perfect for my first goal, but I don't think is capable of helping me out with my second goal. I don't see the ability to transfer anything from a cache share, so I'm assuming that's not possible. I want to know what the easiest way of transferring all of my current files that I have running on my cache drive (appdata, downloads, etc) to a disk drive temporarily while I add a new cache drive and format it as xfs. A plugin or docker would be best. Using MC is a little too advanced for me and I don't really grasp command line very well. if unBALANCED can be used for this, please let me know how. thanks.
  17. So looking at the diagnostics file it seems my cache is still throwing out erros, even though unraids file system check showed it was okay. What I want to do is replace my current 500gb reiserfs cache with a new 500gb cache formatted in btrfs. I want to transfer all the current files from my cache drive over to the new one so I don't lose docker settings, etc. First I need to gain write access back to my unRAID and then I'd like to know the steps to do this. I noticed a plugin that was made for this...would it be a good time to use it?
  18. The never ending struggle! It's been a few days since I got everything working, but yesterday my shares reverted to being read-only again!!! I ran reiserfsck on all the disks and none of them came back with corruptions this time (not even the cache). Not sure what the problem could be now. I have attached the latest diagnostics zip: https://drive.google.com/file/d/0BwIaL8ycjqj2b2dNdGVhZjlSYVU/view?usp=sharing
  19. Thanks Squid! The cache did have errors and I cleared them. Gained write access to my shares again. Hopefully this time it is permanent
  20. Well, I spoke to soon. I was able to gain access for a short while, but then my drives went back to being read-only. I ran the NewPerms once more and obtained write access once again...but after a few hours it returned to being read-only for a second time. I have attached the diagnostic zip. https://drive.google.com/file/d/0BwIaL8ycjqj2d21oRFA0R2FLaTQ/view?usp=sharing
  21. woohooo I think I finally got it working! I simply stopped the share and restarted it. I can now create new files on the shares and I'm not getting any read only errors. I was able to invoke the mover and all my cache contents are finally being moved over to the share without giving me any resistance. Glad to be finally done with this nightmare.
  22. I went ahead and ran the NewPerms. First I ran it only on the disk that I rebuilt. I still couldn't add or delete files on my shares. I then ran the NewPerms on my entire array, including the cache drive. Still, I cannot gain write access to my shares. this was the output of the newperms /mnt/cache processing /mnt/cache ... chmod -R u-x,go-rwx,go+u,ugo+X /mnt/cache ... chown -R nobody:users /mnt/cache ... sync /mnt/disk1 processing /mnt/disk1 ... chmod -R u-x,go-rwx,go+u,ugo+X /mnt/disk1 ... chown -R nobody:users /mnt/disk1 ... sync /mnt/disk10 processing /mnt/disk10 ... chmod -R u-x,go-rwx,go+u,ugo+X /mnt/disk10 ... chown -R nobody:users /mnt/disk10 ... sync /mnt/disk2 processing /mnt/disk2 ... chmod -R u-x,go-rwx,go+u,ugo+X /mnt/disk2 ... chown -R nobody:users /mnt/disk2 ... sync /mnt/disk3 processing /mnt/disk3 ... chmod -R u-x,go-rwx,go+u,ugo+X /mnt/disk3 ... chown -R nobody:users /mnt/disk3 ... sync /mnt/disk4 processing /mnt/disk4 ... chmod -R u-x,go-rwx,go+u,ugo+X /mnt/disk4 ... chown -R nobody:users /mnt/disk4 ... sync /mnt/disk5 processing /mnt/disk5 ... chmod -R u-x,go-rwx,go+u,ugo+X /mnt/disk5 ... chown -R nobody:users /mnt/disk5 ... sync /mnt/disk6 processing /mnt/disk6 ... chmod -R u-x,go-rwx,go+u,ugo+X /mnt/disk6 ... chown -R nobody:users /mnt/disk6 ... sync /mnt/disk7 processing /mnt/disk7 ... chmod -R u-x,go-rwx,go+u,ugo+X /mnt/disk7 ... chown -R nobody:users /mnt/disk7 ... sync /mnt/disk8 processing /mnt/disk8 ... chmod -R u-x,go-rwx,go+u,ugo+X /mnt/disk8 ... chown -R nobody:users /mnt/disk8 ... sync /mnt/disk9 processing /mnt/disk9 ... chmod -R u-x,go-rwx,go+u,ugo+X /mnt/disk9 ... chown -R nobody:users /mnt/disk9 ... sync completed, elapsed time: 00:39:15 I'm running out of ideas. Please help me, Obi Wan Kenobi...you're my only hope.
  23. Do I run the NewPerms tool to restore the write settings to my drives? I know that it says only to do this when transitioning from an older version of unRAID, but I don't know what else to do and I need to gain write access back on my unRAID server. This is the syslog when trying to create a new folder within the Never Been Kissed directory Feb 11 18:25:50 media avahi-daemon[10926]: Files changed, reloading. Feb 11 18:25:50 media avahi-daemon[10926]: Service group file /services/smb.service changed, reloading. Feb 11 18:25:50 media emhttp: shcmd (264): pidof rpc.mountd &> /dev/null Feb 11 18:25:50 media emhttp: shcmd (265): /etc/rc.d/rc.atalk status Feb 11 18:25:51 media avahi-daemon[10926]: Service "media" (/services/smb.service) successfully established. Feb 11 18:26:03 media emhttp: shcmd (266): :>/etc/samba/smb-shares.conf Feb 11 18:26:03 media avahi-daemon[10926]: Files changed, reloading. Feb 11 18:26:03 media emhttp: Restart SMB... Feb 11 18:26:03 media emhttp: shcmd (267): killall -HUP smbd Feb 11 18:26:03 media emhttp: shcmd (268): smbcontrol smbd close-share 'Movies' Feb 11 18:26:03 media emhttp: shcmd (269): cp /etc/avahi/services/smb.service- /etc/avahi/services/smb.service Feb 11 18:26:03 media avahi-daemon[10926]: Files changed, reloading. Feb 11 18:26:03 media avahi-daemon[10926]: Service group file /services/smb.service changed, reloading. Feb 11 18:26:03 media emhttp: shcmd (270): pidof rpc.mountd &> /dev/null Feb 11 18:26:03 media emhttp: shcmd (271): /etc/rc.d/rc.atalk status Feb 11 18:26:04 media avahi-daemon[10926]: Service "media" (/services/smb.service) successfully established. Feb 11 18:27:13 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:13 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:13 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:13 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:13 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:13 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:13 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:13 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:13 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:13 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:17 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:17 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:17 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:17 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:17 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:17 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:17 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:17 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:17 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:27:17 media shfs/user: shfs_mkdir: mkdir: /mnt/cache/Movies/Never Been Kissed (1999)/New folder (30) Read-only file system Feb 11 18:30:30 media sshd[3920]: Accepted none for root from 192.168.1.103 port 50959 ssh2 Feb 11 18:30:59 media shfs/user: shfs_mkdir: create_path: /mnt/cache/Movies/(500) Days of Summer (2009) Movies/(500) Days of Summer (2009)/test folder /mnt/disk7/Movies/(500) Days of Summer (2009) (30) Read-only file system Feb 11 18:31:12 media shfs/user: shfs_mkdir: create_path: /mnt/cache/Movies/(500) Days of Summer (2009) Movies/(500) Days of Summer (2009)/test folder /mnt/disk7/Movies/(500) Days of Summer (2009) (30) Read-only file system
  24. So I got the replacement hard drive, precleared it, rebuilt it, and fixed the filesystem structure on it. I also ran a parity check right after that and there were no sync errors detected. I no longer have a faulty drive or bad SMART reports. I thought I would be okay, but I still cannot create folders within any of my shares. It says I do not have the permission from within Windows File Explorer. Looking at the error log that couchpotato is giving me, it seems like my shares are still set as read-only. How do I fix this? What else could be the problem?
  25. I'm having issues getting the NZBGet docker to start. I used to have it running perfectly without issues until one day it just stopped running. I think it had something to do with filesystem corruption, so I repaired the file system and got out of the "read-only" state I was locked in. I thought that would solve my problems but it has not. I removed the docker container and files. Erased all traces of NZBGet and tried to start fresh. Yet I still cannot get the docker to run. I attached the log file: ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io We do accept donations at: https://www.linuxserver.io/donations ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- finding fastest mirror 1. mirror.os6.org Latency: 15 ms Org: os6.org Status: Up to date Speed: 1 Gbps 2. mirrors.namecheap.com Latency: 25 ms Org: NameCheap.com Status: Up to date Speed: 1 Gbps 3. ubuntu.securedservers.com Latency: 26 ms Org: Secured Servers LLC Status: Up to date Speed: 100 Mbps New config file saved to /defaults/sources.list We are now refreshing packages from apt repositories, this *may* take a while Ign http://mirror.os6.org trusty InRelease Get:1 http://mirror.os6.org trusty-updates InRelease [64.4 kB] Get:2 http://mirror.os6.org trusty-security InRelease [64.4 kB] Get:3 http://mirror.os6.org trusty Release.gpg [933 B] Get:4 http://mirror.os6.org trusty Release [58.5 kB] Get:5 http://mirror.os6.org trusty-updates/main Sources [313 kB] Get:6 http://mirror.os6.org trusty-updates/restricted Sources [5,219 B] Get:7 http://mirror.os6.org trusty-updates/universe Sources [186 kB] Get:8 http://mirror.os6.org trusty-updates/multiverse Sources [5,113 B] Get:9 http://mirror.os6.org trusty-updates/main amd64 Packages [875 kB] Get:10 http://mirror.os6.org trusty-updates/restricted amd64 Packages [23.4 kB] Get:11 http://mirror.os6.org trusty-updates/universe amd64 Packages [436 kB] Get:12 http://mirror.os6.org trusty-updates/multiverse amd64 Packages [14.1 kB] Get:13 http://mirror.os6.org trusty-security/main Sources [129 kB] Get:14 http://mirror.os6.org trusty-security/restricted Sources [3,920 B] Get:15 http://mirror.os6.org trusty-security/universe Sources [37.9 kB] Get:16 http://mirror.os6.org trusty-security/multiverse Sources [2,164 B] Get:17 http://mirror.os6.org trusty-security/main amd64 Packages [517 kB] Get:18 http://mirror.os6.org trusty-security/restricted amd64 Packages [20.2 kB] Get:19 http://mirror.os6.org trusty-security/universe amd64 Packages [160 kB] Get:20 http://mirror.os6.org trusty-security/multiverse amd64 Packages [4,643 B] Get:21 http://mirror.os6.org trusty/main Sources [1,335 kB] Get:22 http://mirror.os6.org trusty/restricted Sources [5,335 B] Get:23 http://mirror.os6.org trusty/universe Sources [7,926 kB] Get:24 http://mirror.os6.org trusty/multiverse Sources [211 kB] Get:25 http://mirror.os6.org trusty/main amd64 Packages [1,743 kB] Get:26 http://mirror.os6.org trusty/restricted amd64 Packages [16.0 kB] Get:27 http://mirror.os6.org trusty/universe amd64 Packages [7,589 kB] Get:28 http://mirror.os6.org trusty/multiverse amd64 Packages [169 kB] Fetched 21.9 MB in 4s (4,906 kB/s)
×
×
  • Create New...