Niccarter

Members
  • Posts

    37
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Niccarter's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I'm starting to hate Unraid and Docker - nothing seems to work as per instructions. I spent forever trying to get AirvideoHD working - I could access the server from the iPad App, but no media showed up. I tried everything, but in the end gave up on Unraid and installed it instead under Windows in 2 minutes and it works perfectly. Now I'm trying to install Photoshow on Unraid - it doesn't work either. Using the Unraid install gives me the following run command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="photoshow" --net="bridge" -e TZ="Australia/Sydney" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 8010:80/tcp -v "/mnt/user/Photos/":"/Pictures":ro -v "/mnt/user/appdata/photoshow/Thumbs":"/Thumbs":rw -v "/mnt/user/appdata/photoshow":"/config":rw linuxserver/photoshow 7f28163acfa2712499cfc62b8620e20c712939809c83a5524ebf030099e20809 My photos are at "mnt/user/Photos/", but no photos show up in the user interface. The only photos visible are those I upload via photoshow - that is useless, since I have thousands of photos already in mnt/user/Photos/. Yes, I've checked the permissions of that directory and set to 777 just in case. Is anyone able to help? Thanks, Nic ps I've had the Logitech Media Server working for ages and it's great. Also Deluge works fine. Apart from that, nothing else that I’ve tried seems to work.
  2. I too have 8GB installed, but only 4GB is allocated. TOP shows: Mem: 3,723,496k total, 3,514,616k used, 208,880k free, 277,684k buffers Swap: 0k total, 0k used, 0k free, 2,304,536k cached Any way I can make use of the other 4GB to boost performance? cheers Nic
  3. I can't set up any virtual environments - seems Xen is not properly installed in v6b12 Please help... Thanks Nic
  4. This is really bad! I've upgraded from beta7 to beta9 and all my containers have gone. The documentation is all over the place - you have to go back to beta8 to change the docker configuration only to find the template directory has been moved back to where it was in beta7. The screenshots in threads to not match what you see in in beta9 I have started Docker and I understand that I need to redownload the docker files, but I can neither access my original templates nor access the new ones. Please fix this urgently. Regards Nc See screenshot..
  5. Working great, thank you. I had been using Jingleman's docker file, but that used LMS 7.7, whereas your file installs 7.8.1 cheers Nic
  6. After failing to get Deluge to work, I installed gfjardim's Transmission via the Unraid Docker GUI and it works just fine... cheers Nic
  7. Can't get plexWatch to work either (PlexMediaServer is installed and works great!). When I click the home screen, I get "Failed to access Plex Media Server. Please check your settings." I set the plexWatch Database to "/plexWatch/plexWatch.db" as the default did not work. When I save the Web GUI Settings, the response is a blank page with the url: http://<my ip address>:8080/plexWatch/includes/process_settings.php And in Settings (http://<my ip address>:8080/plexWatch/settings.php), the Version details show as follows: "Version Information plexWatch/Web Version: v1.5.4.2 plexWatch Version: v" Looks like plexWatchWeb is installed, but not plexWatch? Cheers Nic
  8. Hi Installed OK, but I can't get any downloads to work. Torrents appear to start downloading, then fail to error state. From the details tab the Status is: "Permission denied: /etc/service/deluged/downloads" No file is created in the designated downloads directory (which is is "/mnt/user/downloads", not "/etc/service/deluged/downloads"). The permissions on "/mnt/user/downloads" are: drwxrwxrwx 1 nobody users 0 Aug 17 12:35 /mnt/user/downloads/ I've tried changing the downloads directory, changing permissions, reinstalling Deluge, etc, to no avail... Please help Nic ps ... if I run docker logs Deluge, I get: *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... No SSH host key available. Generating one... Creating SSH2 RSA key; this may take some time ... Creating SSH2 DSA key; this may take some time ... Creating SSH2 ECDSA key; this may take some time ... Creating SSH2 ED25519 key; this may take some time ... invoke-rc.d: policy-rc.d denied execution of restart. *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 93 [ERROR ] 12:35:42 json_api:229 Error calling method `web.get_torrent_status` [ERROR ] 12:35:42 json_api:230 'NoneType' object has no attribute 'call' Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/ui/web/json_api.py", line 221, in _handle_request result = self._exec_local(method, params, request) File "/usr/lib/python2.7/dist-packages/deluge/ui/web/json_api.py", line 188, in _exec_local return meth(*params) File "/usr/lib/python2.7/dist-packages/deluge/ui/web/json_api.py", line 619, in get_torrent_status return component.get("SessionProxy").get_torrent_status(torrent_id, keys) File "/usr/lib/python2.7/dist-packages/deluge/ui/sessionproxy.py", line 154, in get_torrent_status d = client.core.get_torrent_status(torrent_id, keys, True) File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 504, in __call__ return self.daemon.call(self.base, *args, **kwargs) AttributeError: 'NoneType' object has no attribute 'call' *** Shutting down runit daemon (PID 93)... *** Killing all processes... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 8 Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/main.py", line 230, in start_daemon Daemon(options, args) File "/usr/lib/python2.7/dist-packages/deluge/core/daemon.py", line 171, in __init__ reactor.run() File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1192, in run self.mainLoop() File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1201, in mainLoop self.runUntilCurrent() --- <exception caught here> --- File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 824, in runUntilCurrent call.func(*call.args, **call.kw) File "/usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py", line 959, in on_alert_tracker_reply log.debug("on_alert_tracker_reply: %s", alert.message().decode("utf8")) File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) exceptions.UnicodeDecodeError: 'utf8' codec can't decode byte 0x88 in position 297: invalid start byte *** Shutting down runit daemon (PID ... *** Killing all processes... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 9 [ERROR ] 13:34:55 json_api:229 Error calling method `web.get_torrent_status` [ERROR ] 13:34:55 json_api:230 'NoneType' object has no attribute 'call' Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/ui/web/json_api.py", line 221, in _handle_request result = self._exec_local(method, params, request) File "/usr/lib/python2.7/dist-packages/deluge/ui/web/json_api.py", line 188, in _exec_local return meth(*params) File "/usr/lib/python2.7/dist-packages/deluge/ui/web/json_api.py", line 619, in get_torrent_status return component.get("SessionProxy").get_torrent_status(torrent_id, keys) File "/usr/lib/python2.7/dist-packages/deluge/ui/sessionproxy.py", line 154, in get_torrent_status d = client.core.get_torrent_status(torrent_id, keys, True) File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 504, in __call__ return self.daemon.call(self.base, *args, **kwargs) AttributeError: 'NoneType' object has no attribute 'call'
  9. Thank you. The interface is very misleading and the default file system is reiserfs in the GUI. I had the cache formatted to btrfs, but it showed as "unformatted" when I started the array. Changed the cache drive format in the GUI to btrfs (didn't know you could do that) - started the array and all fine. Thank you again. Regards Nic
  10. Hi I have the Plus version of Unraid and am using a new SSD Cache Drive. a) I can format using the GUI method ... but it formats to reiserfs, so Docker won't install. OR b) I can format with the command line method to btrfs (and can install Docker), but the GUI tells me the Cache drive is "Unformatted". I am currently going with Option b), but I'd like to have a Cache drive too! Help!!! Cheers Nic
  11. [quote author=ironicbadger link=topic=31687.msg302135#msg302135 Sorry I did see your PM but its deadline day tomorrow. I'll fix it next week. Thank you!!!
  12. Problem with madsonic and JRE. When I install masonic I get two options: [root@IronicsArchVM_v4 ~]# pacman -S madsonic resolving dependencies... :: There are 2 providers available for java-runtime: :: Repository extra 1) jre7-openjdk :: Repository unraid6repo 2) jdk7 Enter a number (default=1): If I select 2), then I get: ":: Retrieving packages ... error: failed retrieving file 'jdk7-7.51-1-x86_64.pkg.tar' from unraidrepo.ktz.me : The requested URL returned error: 404 Not Found" and the install aborts. If I select 1), then jre7-openjdk and madsonic both install OK, but I get various problems with error messages pointing to Java, etc Please help! Nic
  13. It works fine - I'd mis-typed the IP address in hosts! Three things I learnt to link in NFS drives... a) auto.master should only have the line: "/net -hosts --timeout=60" (which is in the standard file already) b) you need to add the unraid IP address and server name to /etc/hosts c) you need to enable NFS in unRAID Settings, then enable NFS in each Share d) it seems to take a minute or two to find a new Share e) it works really well - couldn't notice any performance hit ... OK, that was five things cheers Nic
  14. Tried to follow ironicbadger's instruction... I've done all these steps, but there are no files from my share in /net I'm a bit unclear on Step 2 - should auto.master only have the line: /net -hosts --timeout=60 ? When I try cd: /net/hpnas/mnt/user/Music, I just get"No such file or directory" Tried editing the hosts file to add hpnas (the name of my unraid sever), but no difference... I have ensure that NFS is enable for the Music share. Using Unraid 6b4 Please help!!! Nic