nacat78

Members
  • Posts

    303
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

nacat78's Achievements

Contributor

Contributor (5/14)

2

Reputation

  1. I enjoy the versatility of the unraid os with the support of limetech and users, anything is possible with the system...
  2. Not that I've seen, but i have been playing around with FOG project docker, has a web interface for everything. https://fogproject.org/
  3. +1 Have multiple systems, would be great to have native support feature, for both within local LAN and offsite.
  4. I still have to access unbalance through https vice http, is there going to be an update to the plugin to either fix the hyperlink on unbalance page or fix http?
  5. Sounds about right, time to replace batteries within the UPS, just had this happen to my setup.... ONLINE LOWBATT status is usually caused by either depleted or bad batteries.
  6. I would start by simplifying your Plex Docker Configuration, below is an example of mine: with the only 2 volumes mapped: /config - /mnt/cache/appdata/plex/ /media - /mnt/user/ - with this mapped you can add your shares/libraries within plex. <?xml version="1.0"?> <Container version="2"> <Name>PLEX</Name> <Repository>linuxserver/plex</Repository> <Registry>https://registry.hub.docker.com/u/linuxserver/plex/</Registry> <Network>host</Network> <Privileged>false</Privileged> <Support/> <Overview>Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. [br]&#; [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&#; [b]VERSION[/b] Set to either latest,plexpass or a spesific version e.g. "0.9.12.11.1406-8403350" [br]&#; [b]/config[/b] Where plex should store settings and metadatalogs and configuration[br]&#; [b]/media[/b] Map this to your media, you can use several submappings here[br]&#; </Overview> <Category/> <WebUI>http://[iP]:[PORT:32400]/web</WebUI> <TemplateURL/> <Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/plex-icon.png</Icon> <ExtraParams/> <DateInstalled>1468067829</DateInstalled> <Description>Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. [br]&#; [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]&#; [b]VERSION[/b] Set to either latest,plexpass or a spesific version e.g. "0.9.12.11.1406-8403350" [br]&#; [b]/config[/b] Where plex should store settings and metadatalogs and configuration[br]&#; [b]/media[/b] Map this to your media, you can use several submappings here[br]&#; </Description> <Networking> <Mode>host</Mode> <Publish/> </Networking> <Data> <Volume> <HostDir>/mnt/cache/appdata/plex/</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/</HostDir> <ContainerDir>/media</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <Environment> <Variable> <Value>99</Value> <Name>PUID</Name> <Mode/> </Variable> <Variable> <Value>100</Value> <Name>PGID</Name> <Mode/> </Variable> <Variable> <Value>plexpass</Value> <Name>VERSION</Name> <Mode/> </Variable> </Environment> <Config Name="Path 1" Target="/config" Default="/mnt/cache/appdata/plex/" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/plex/</Config> <Config Name="Path 2" Target="/media" Default="/mnt/user/" Mode="rw" Description="Container Path: /media" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/</Config> <Config Name="Variable 1" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false">99</Config> <Config Name="Variable 2" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false">100</Config> <Config Name="Variable 3" Target="VERSION" Default="plexpass" Mode="" Description="Container Variable: VERSION" Type="Variable" Display="always" Required="false" Mask="false">plexpass</Config> </Container> Also look at the network settings under plex interface - try like mentioned above "ipaddress:32400/web" if that is reachable log out then back in.
  7. no worries, thanks it's working now..
  8. Attempted to get the update, but am getting this: plugin: installing: https://raw.githubusercontent.com/jbrodriguez/unraid/master/plugins/unbalance.plg plugin: downloading https://raw.githubusercontent.com/jbrodriguez/unraid/master/plugins/unbalance.plg plugin: downloading: https://raw.githubusercontent.com/jbrodriguez/unraid/master/plugins/unbalance.plg ... done Warning: simplexml_load_file(): /tmp/plugins/unbalance.plg:1: parser error : Document is empty in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): ^ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): /tmp/plugins/unbalance.plg:1: parser error : Document is empty in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): ^ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): /tmp/plugins/unbalance.plg:1: parser error : Document is empty in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): ^ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 plugin: xml parse error Just wanted to let you know..
  9. You can also delete them directly from the flash drive from: Flash\config\plugins\dockerMan\templates-user.
  10. Any chance of getting an updated How-to Guide for V6?
  11. Have you tried editing your network.cfg file on usb flash in config folder: set use DHCP to yes, put flash back in server and reboot # Generated settings: USE_DHCP="yes" IPADDR="192.168.X.XXX" NETMASK="255.255.255.0" GATEWAY="192.168.X.X" DHCP_KEEPRESOLV="yes" what does the command ifconfig produce? are all of the lan ports plugged in?
  12. +1 for one drive and Google Drive dockers. Thanks
  13. I tried every combo, but no joy... I added all my shows manually. Up and running again for now.
  14. I usually update by restarting docker, but i think this time i did it through the sickrage UI. How do i migrate all of my data to the new folder? or what files do i need to transfer?
  15. This most update to sickrage seems to break sickrage docker - I have completely removed image and container several times, restarted docker and server, stop and started, but none of them get passed: ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| 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 ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| 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.lstn.net Latency: 12 ms Org: Limestone Networks Status: Up to date Speed: 2 Gbps 2. mirrordenver.fdcservers.net Latency: 23 ms Org: FDCServers.net LLC Status: Up to date Speed: 1 Gbps 3. mirror.steadfast.net Latency: 27 ms Org: Steadfast Networks Status: Up to date Speed: 1 Gbps New config file saved to /defaults/sources.list We are now refreshing packages from apt repositories, this *may* take a while Ign http://mirror.lstn.net trusty InRelease Get:1 http://mirror.lstn.net trusty-updates InRelease [65.9 kB] Get:2 http://ppa.launchpad.net trusty InRelease [15.5 kB] Get:3 http://mirror.lstn.net trusty-security InRelease [65.9 kB] Get:4 http://mirror.lstn.net trusty Release.gpg [933 B] Get:5 http://mirror.lstn.net trusty-updates/main Sources [325 kB] Get:6 http://ppa.launchpad.net trusty/main amd64 Packages [2,942 B] Get:7 http://mirror.lstn.net trusty-updates/restricted Sources [5,219 B] Get:8 http://mirror.lstn.net trusty-updates/universe Sources [189 kB] Get:9 http://mirror.lstn.net trusty-updates/multiverse Sources [5,498 B] Get:10 http://mirror.lstn.net trusty-updates/main amd64 Packages [889 kB] Get:11 http://mirror.lstn.net trusty-updates/restricted amd64 Packages [23.4 kB] Get:12 http://mirror.lstn.net trusty-updates/universe amd64 Packages [438 kB] Get:13 http://mirror.lstn.net trusty-updates/multiverse amd64 Packages [14.3 kB] Get:14 http://mirror.lstn.net trusty Release [58.5 kB] Get:15 http://mirror.lstn.net trusty-security/main Sources [132 kB] Get:16 http://mirror.lstn.net trusty-security/restricted Sources [3,920 B] Get:17 http://mirror.lstn.net trusty-security/universe Sources [37.9 kB] Get:18 http://mirror.lstn.net trusty-security/multiverse Sources [2,548 B] Get:19 http://mirror.lstn.net trusty-security/main amd64 Packages [522 kB] Get:20 http://mirror.lstn.net trusty-security/restricted amd64 Packages [20.2 kB] Get:21 http://mirror.lstn.net trusty-security/universe amd64 Packages [160 kB] Get:22 http://mirror.lstn.net trusty-security/multiverse amd64 Packages [4,852 B] Get:23 http://mirror.lstn.net trusty/main Sources [1,335 kB] Get:24 http://mirror.lstn.net trusty/restricted Sources [5,335 B] Get:25 http://mirror.lstn.net trusty/universe Sources [7,926 kB] Get:26 http://mirror.lstn.net trusty/multiverse Sources [211 kB] Get:27 http://mirror.lstn.net trusty/main amd64 Packages [1,743 kB] Get:28 http://mirror.lstn.net trusty/restricted amd64 Packages [16.0 kB] Get:29 http://mirror.lstn.net trusty/universe amd64 Packages [7,589 kB] Get:30 http://mirror.lstn.net trusty/multiverse amd64 Packages [169 kB] Fetched 22.0 MB in 33s (661 kB/s) Reading package lists... Feb 17 18:18:22 6f9841227e4d syslog-ng[109]: syslog-ng starting up; version='3.5.3' any additional tips or tricks would be greatly appreciated. Thanks