Jump to content

nacat78

Members
  • Posts

    303
  • Joined

  • Last visited

Everything posted by nacat78

  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. no worries, thanks it's working now..
  6. 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..
  7. Any chance of getting an updated How-to Guide for V6?
  8. +1 for one drive and Google Drive dockers. Thanks
  9. FYI, you still have appstore mentioned on the CA settings page. Wasn't sure if this was supposed to change everywhere or just the Tab.
  10. Just updated the Local Master plugin and instantly got: Warning: require_once(include/DefaultPageLayout.php): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix/template.php on line 56 Fatal error: require_once(): Failed opening required 'include/DefaultPageLayout.php' (include_path='.:') in /usr/local/emhttp/plugins/dynamix/template.php on line 56 unable to access webgui, but everything else is still working.... ie dockers and smb/nfs shares.... is there a CLI update or fix that i can apply to regain access to webgui? unable to reboot now due to some maintenance of server and need to see progress. Thanks for any assistance...
  11. Thanks dmaxwell for setting up a AirVideoHD Docker - got all media shares setup and user profiles running great. Appreciate your work... I did have a question on the server.properties file - was there a reason to leave lib64 commented out # path to the VLC libraries VLCLibraryPath = /usr/lib/ #VLCLibraryPath = /usr/lib64/
  12. ok thanks will give a try... as always thank you for your work
  13. Is it ok to uninstall dlandons NTFS-3G Package plugin and use yours in its place?
  14. A way for one unraid server to communicate with another to either combine data from both to share on network as one share and/or a way for one server to communicate to another for mirror backup.
  15. That's what I do these days. I just use SyncBack on a Windows machine to do the backups. Wrote a little script to automatically turn on the backup server; then run Syncback to execute the backup "profile". I suspect it's not too difficult to write a simple Linux script that would execute at a specified time to run a sync between two servers ... but I'm not a "Linux guy" and haven't bothered to do this. It'd be nice if it was a built-in feature in UnRAID ... might even sell a few extra systems to those who'd like the convenience of an automated backup to a 2nd UnRAID server +1 That's what i am working on now, I've gotten a few people in my area to invest in unRaid setup and plan on making a larger backup server off-site to backup the unraid systems around my area.. would be nice to have a baked in feature that supports backup to another unraid setup.
  16. You're not the first with this problem. I will try to nail it. Ok, this was a problem when generating ssl certificates. The default template used a long country designation, COUNTRY. I've updated the built in template to set US instead. Please update the extended docker plugin, remove the my-ownCloud template, and start again. PS: don't forget to prior remove the container and image too! So i removed the OwnCloud docker. Updated the plugin. Removed the my-OwnCloud template. Setup the docker with default settings except for the location of my data and it hasn't worked. root@localhost:# /usr/bin/docker logs ownCloud *** 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/my_init.d/config.sh... The command finished successfully! Let me know if you need anymore information from me. Cheers. I just used the new template to reinstall gfjardim's ownCloud docker and used my original data location: ownCloud Log: root@localhost:# /usr/bin/docker logs ownCloud *** 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/my_init.d/config.sh... Found pre-existing certificate, using it. *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 1008 The command finished successfully! But once the container starts, it is not instantly accessible - I had to wait about two minutes for the config.sh to finish...
  17. I have gfjardim's owncloud running in bridge without any issues here's my XML if it helps the only difference between my template and gf's is no variables. my-ownCloud.xml <?xml version="1.0" encoding="utf-8"?> <Container> <Name>ownCloud</Name> <Repository>gfjardim/owncloud</Repository> <BindTime>true</BindTime> <Privileged>false</Privileged> <Environment> <Variable> <Name></Name> <Value></Value> </Variable> </Environment> <Networking> <Mode>bridge</Mode> <Publish> <Port> <HostPort></HostPort> <ContainerPort></ContainerPort> <Protocol>tcp</Protocol> </Port> <Port> <HostPort>8000</HostPort> <ContainerPort>8000</ContainerPort> <Protocol>tcp</Protocol> </Port> </Publish> </Networking> <Data> <Volume> <HostDir>/mnt/cache/apps/www/owncloud/</HostDir> <ContainerDir>/var/www/owncloud/data</ContainerDir> <Mode>rw</Mode> </Volume> </Data> </Container>
  18. +1 Got it to work - Thank you both gfjardim / eroz for taking the time to work on airvideo not sure how many people still use it, but I think it is great for in home network streaming instead of plex.
  19. Here's the docker log from dfjardim's recommendations *** 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/my_init.d/config.sh... *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 96 Found user 'avahi' (UID 104) and group 'avahi' (GID 107). Successfully dropped root privileges. avahi-daemon 0.6.31 starting up. WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Successfully called chroot(). Successfully dropped remaining capabilities. Loading service file /services/airvideo-server.service. socket() failed: Address family not supported by protocol Failed to create IPv6 socket, proceeding in IPv4 only mode socket() failed: Address family not supported by protocol Network interface enumeration completed. Registering HINFO record with values 'X86_64'/'LINUX'. Server startup complete. Host name is 4bfd97d7e229.local. Local service cookie is 1193333632. Service "AirVideo Server on 4bfd97d7e229" (/services/airvideo-server.service) successfully established. Jul 12, 2014 4:50:28 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: SHA1-Digest. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. Jul 12, 2014 4:50:29 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: SHA1-Digest. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. DEBUG: SnapshotCache: Initializing Thumbnail Cache; Java Version: 1.6.0_31 2014-07-12 16:50:29.847::INFO: Logging to STDERR via org.mortbay.log.StdErrLog 2014-07-12 16:50:29.872::INFO: jetty-6.1.x Jul 12, 2014 4:50:29 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: SHA1-Digest. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. 2014-07-12 16:50:29.926::INFO: Started [email protected]:45631 DEBUG: SnapshotCache: Created new Snapshot Index BTreeDEBUG: PortMapperAction: Scheduling task PortMapperAction$2 (453034154) Exception in thread "main" java.lang.NullPointerException: charsetName at java.lang.String.(String.java:449) at java.lang.String.(String.java:523) at com.inmethod.air.video.common.subtitle.SubtitleStateManager.setDefaultEncoding(SubtitleStateManager.java:73) at com.inmethod.air.video.Cli.main(Cli.java:74) Got SIGTERM, quitting. DEBUG: StatusReportAction: Scheduling task StatusReportAction$2 (778168351)*** Shutting down runit daemon (PID 96)... avahi-daemon 0.6.31 exiting. *** Killing all processes... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/config.sh... *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 11 Found user 'avahi' (UID 104) and group 'avahi' (GID 107). Successfully dropped root privileges. avahi-daemon 0.6.31 starting up. WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Successfully called chroot(). Successfully dropped remaining capabilities. Loading service file /services/airvideo-server.service. socket() failed: Address family not supported by protocol Failed to create IPv6 socket, proceeding in IPv4 only mode socket() failed: Address family not supported by protocol Network interface enumeration completed. Registering HINFO record with values 'X86_64'/'LINUX'. Server startup complete. Host name is 4bfd97d7e229.local. Local service cookie is 2340802064. Service "AirVideo Server on 4bfd97d7e229" (/services/airvideo-server.service) successfully established. Jul 12, 2014 4:51:42 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: SHA1-Digest. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. Jul 12, 2014 4:51:42 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: SHA1-Digest. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. DEBUG: SnapshotCache: Initializing Thumbnail Cache; Java Version: 1.6.0_31 2014-07-12 16:51:43.499::INFO: Logging to STDERR via org.mortbay.log.StdErrLog 2014-07-12 16:51:43.524::INFO: jetty-6.1.x Jul 12, 2014 4:51:43 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: SHA1-Digest. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. 2014-07-12 16:51:43.579::INFO: Started [email protected]:45631 DEBUG: SnapshotCache: Created new Snapshot Index BTreeDEBUG: PortMapperAction: Scheduling task PortMapperAction$2 (1599374489) Exception in thread "main" java.lang.NullPointerException: charsetName at java.lang.String.(String.java:449) at java.lang.String.(String.java:523) at com.inmethod.air.video.common.subtitle.SubtitleStateManager.setDefaultEncoding(SubtitleStateManager.java:73) at com.inmethod.air.video.Cli.main(Cli.java:74) Got SIGTERM, quitting. DEBUG: StatusReportAction: Scheduling task StatusReportAction$2 (1755119817)*** Shutting down runit daemon (PID 11)... avahi-daemon 0.6.31 exiting. *** Killing all processes... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/config.sh... *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 12 Found user 'avahi' (UID 104) and group 'avahi' (GID 107). Successfully dropped root privileges. avahi-daemon 0.6.31 starting up. WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Successfully called chroot(). Successfully dropped remaining capabilities. Loading service file /services/airvideo-server.service. socket() failed: Address family not supported by protocol Failed to create IPv6 socket, proceeding in IPv4 only mode socket() failed: Address family not supported by protocol Network interface enumeration completed. Registering HINFO record with values 'X86_64'/'LINUX'. Server startup complete. Host name is 4bfd97d7e229.local. Local service cookie is 1646505509. Service "AirVideo Server on 4bfd97d7e229" (/services/airvideo-server.service) successfully established. Jul 12, 2014 4:56:33 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: SHA1-Digest. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. Jul 12, 2014 4:56:33 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: SHA1-Digest. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. DEBUG: SnapshotCache: Initializing Thumbnail Cache; Java Version: 1.6.0_31 2014-07-12 16:56:34.082::INFO: Logging to STDERR via org.mortbay.log.StdErrLog 2014-07-12 16:56:34.116::INFO: jetty-6.1.x Jul 12, 2014 4:56:34 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: SHA1-Digest. Ensure that the manifest does not have duplicate entries, and that blank lines separate individual sections in both your manifest and in the META-INF/MANIFEST.MF entry in the jar file. 2014-07-12 16:56:34.170::INFO: Started [email protected]:45631 DEBUG: SnapshotCache: Created new Snapshot Index BTreeDEBUG: PortMapperAction: Scheduling task PortMapperAction$2 (1440373321) Exception in thread "main" java.lang.NullPointerException: charsetName at java.lang.String.(String.java:449) at java.lang.String.(String.java:523) at com.inmethod.air.video.common.subtitle.SubtitleStateManager.setDefaultEncoding(SubtitleStateManager.java:73) at com.inmethod.air.video.Cli.main(Cli.java:74) I get the same in both bridged and host type with the same results - can see airvideo service is running but nothing is mapped here's my edited xml in case i messed something up... <?xml version="1.0" encoding="utf-8"?> <Container> <Name>AirVideoServer</Name> <Repository>nacat78/airvideo</Repository> <BindTime>true</BindTime> <Privileged>true</Privileged> <Environment> <Variable> <Name></Name> <Value></Value> </Variable> <Variable> <Name>FOLDERS</Name> <Value>Movies:/movies, TV Shows:/TV, Kens:/Kens, Documentary:/Documentary</Value> </Variable> </Environment> <Networking> <Mode>bridge</Mode> <Publish> <Port> <HostPort></HostPort> <ContainerPort></ContainerPort> <Protocol>tcp</Protocol> </Port> <Port> <HostPort>45631</HostPort> <ContainerPort>45631</ContainerPort> <Protocol>tcp</Protocol> </Port> </Publish> </Networking> <Data> <Volume> <HostDir>/mnt/user/Movies/</HostDir> <ContainerDir>/Movies</ContainerDir> <Mode>ro</Mode> </Volume> <Volume> <HostDir>/mnt/user/TV Shows/</HostDir> <ContainerDir>/TV</ContainerDir> <Mode>ro</Mode> </Volume> <Volume> <HostDir>/mnt/user/Kens/</HostDir> <ContainerDir>/Kens</ContainerDir> <Mode>ro</Mode> </Volume> <Volume> <HostDir>/mnt/user/Documentaries/</HostDir> <ContainerDir>/Documentary</ContainerDir> <Mode>ro</Mode> </Volume> <Volume> <HostDir>/mnt/cache/apps/airvideo/</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> </Data> </Container> eroz i forked gfjardim's edits and pushed to the docker hub here https://registry.hub.docker.com/u/nacat78/airvideo/ if you want to test recommended changes-- - nevermind didnt have anyluck - starting out fresh again with eroz fork with changes made to airvideoserver.properties file
  20. For AirVideo docker to work with my config I had to fork eroz (rsanch1 - github) airvideo to my own to push to docker hub. nacat78 specific airvideoserverlinux.properties file path.faac = /usr/bin/faac folders = Movies:/Movies, TV Shows:/TV Shows, Documentaries:/Documentaries, Kids:/Kids, Kens:/Kens subtitles.font = dejavu path.ffmpeg = /opt/airvideo-server/bin/avconv password = subtitles.encoding = UTF-8 path.mp4creator = /usr/bin/mp4creator It's working fine - but would be nice to see an easier way to assign/map media shares without rebuilding image/container each time i want to change anything or allow others to use in their specific setup. my-AirVideo.xml <?xml version="1.0" encoding="utf-8"?> <Container> <Name>AirVideo</Name> <Repository>nacat78/airvideo:latest</Repository> <BindTime>true</BindTime> <Privileged>false</Privileged> <Environment> <Variable> <Name></Name> <Value></Value> </Variable> </Environment> <Networking> <Mode>bridge</Mode> <Publish> <Port> <HostPort></HostPort> <ContainerPort></ContainerPort> <Protocol>tcp</Protocol> </Port> <Port> <HostPort>45631</HostPort> <ContainerPort>45631</ContainerPort> <Protocol>tcp</Protocol> </Port> </Publish> </Networking> <Data> <Volume> <HostDir>/mnt/user/Movies/</HostDir> <ContainerDir>/Movies</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/TV Shows/</HostDir> <ContainerDir>/TV Shows</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/Kids/</HostDir> <ContainerDir>/Kids</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/Kens/</HostDir> <ContainerDir>/Kens</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/Documentaries/</HostDir> <ContainerDir>/Documentaries</ContainerDir> <Mode>rw</Mode> </Volume> </Data> </Container> also need to find out how to turn debug off - its constantly filling up docker log with thumbnail retrieve/generate data.
  21. i found one of the docker hub "jinglemansweep/logitechmediaserver" and got it to work on port 9000. might be able to get to work for what you need.
  22. Serious? I never advertise that! I liked Deluge too, so I dropped it. Grumpy, let us know about your docker; I'll gladly include that in the templates row! I'm always searching for things I'm interested in before trying to reinvent the wheel...
  23. my-Transmission.xml <?xml version="1.0" encoding="utf-8"?> <Container> <Name>Transmission</Name> <Repository>gfjardim/transmission</Repository> <BindTime>true</BindTime> <Privileged>false</Privileged> <Networking> <Mode>bridge</Mode> <Publish> <Port> <HostPort>9091</HostPort> <ContainerPort>9091</ContainerPort> <Protocol>tcp</Protocol> </Port> </Publish> </Networking> <Environment> <Variable> <Name></Name> <Value></Value> </Variable> </Environment> <Data> <Volume> <HostDir>/mnt/cache/apps/transmission/</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/_unsorted/</HostDir> <ContainerDir>/downloads</ContainerDir> <Mode>rw</Mode> </Volume> </Data> </Container> Just need to edit your container/host folders and save as my-Transmission.xml in /boot/config/plugins/docker folder
  24. I have gfjardim / transmission docker up and working with no issues, also using a needo / deluge docker for torrents
  25. Did you try this: http://lime-technology.com/forum/index.php?topic=31297.0 ? I will create a badass PXE Server that uses Tiny Core Linux and a HTTP Server (faster than tftpboot) for Menus and isos / images. I will work on it tomorrow and post it for all of you to test. Perhaps gfjardim wouldn't mind creating a slick WebGUI for adding / removing images and configuring the PXE Menu. I can get it close but he will need to take it the last mile. NOTE: I am not going to support this long term so one of you will have to take it and own it. SWEET Can't wait to try it +1 Same here, still using your PXE server setup and menus from V5 then updated packages for V6 and all is still working great.
×
×
  • Create New...