Jump to content

botez

Members
  • Posts

    113
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

botez's Achievements

Apprentice

Apprentice (3/14)

0

Reputation

  1. It's still there! Ah, found it. Donation made. Sent from my VS980 4G using Tapatalk
  2. Thanks gfjardim! Changing the docker.cfg file did the trick and I can now access the Owncloud container via bridged mode. You took that donate button down too soon
  3. No, but I do have a bridge setup in my unraid network settings from when I WAS using Xen. It's named "xenbr0". Is that going to cause an issue?
  4. Hmm, I changed "--net=bridge" to "--net=host" and now I'm able to connect to the owncloud server. I had to do this with some docker containers, while others have worked fine in bridge mode. I'm not enough of a networking guru to quite understand why one works and the other doesn't, so I guess I'll have to go look into that further. Thanks for the help guys.
  5. Haven't been able to run through the websetup yet, because when I go to http://tower:8000 I just get a "This Webpage is not Available" message. Does anyone have any other ideas on how I can troubleshoot this?
  6. I'm getting similar errors to billington.mark above -- root@Tower:/mnt/cache/appdata/owncloud# 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... *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 323 nginx: [emerg] BIO_new_file("/opt/server.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/opt/server.pem','r') error:200 6D080:BIO routines:BIO_new_file:no such file) I tried deleting the config directory and restarting, but I had no such luck. My command used to start this container was: docker run -d --name="owncloud" --net="bridge" -e SUBJECT="/C=USA/ST=OR/L=SALEM/O=ORG/OU=UNIT/CN=troy.duckdns.org" -p 8000:8000/tcp -v "/mnt/cache/appdata/owncloud":"/var/www/owncloud/data":rw -v "/etc/localtime":"/etc/localtime":ro gfjardim/owncloud
  7. I've got a madsonic docker here: botez/docker-madsonic https://registry.hub.docker.com/u/botez/docker-madsonic/
  8. I just set this up and have started using Crashplan -- one question I have. Do you guys back up your /mnt/user share or do you backup the individual /mnt/diskX drives instead?
  9. Back on subject here... I tried the WebGui out tonight and I notice that none of Influencers plugins (https://github.com/Influencer/UNplugged) show up in the Settings tab. Anyone else seeing this issue?
  10. Did you get this sorted? Every time I reboot I lose my VM's. On one of my unraid servers the VM info in Virtualbox is saved and survives reboot but the other does not. I just don't know why it saves on some and not others. Sounds like you need to change the default location of your Vitualbox VM's. If you are using phpVirtualBox you can change this location from the "File --> Preferences" and change the "Default Machine Folder" location. For instance, mine is set to "/mnt/user/Apps/VirtualBox VMs".
  11. This is a fantastic plugin -- I love being able to manage everything from the unraid GUI. One question -- does the plugin save the state of the VM during a powerdown/restart of Unraid? I know in the past I had issues with VM's after they weren't saved or quit gracefully when I was forced to reboot my server. I've done this myself by adding the following line to /etc/rc.d/rc.local_shutdown VBoxManage controlvm <vm name> savestate
×
×
  • Create New...