chvb

Members
  • Posts

    126
  • Joined

  • Last visited

Everything posted by chvb

  1. Hello, it would be nice if there were a button to stop all Docker Containers at the same time. Thanks
  2. Hey CHBMB, the new 6.1RC5 Files working great. There is only a misspelling in the headline: (RC4) Unraid V6.1 RC4 V1.5 OpenELEC Drivers bzimage-6-1-RC5-Mediabuild bzroot-6-1-RC5-Mediabuild Thanks for your great work!
  3. I just setup the container myself and had the same problem. It turned out that it doesn't play well with bonding. Here's what I had to do make it work: - Setup container as usual - Enter the running container with 'docker exec -i -t <ID> /bin/bash' - Run 'apt-get update && apt-get install sqlite3' - Change to '/config/etc/db' and run 'sqlite3 config.db' - within the sqlite3 shell 'select * from config'. You'll see some records with network interface 'eth0'. - run these queries: UPDATE config SET value = 'bond0' WHERE name = 'admin_ui.https.ip_address'; UPDATE config SET value = 'bond0' WHERE name = 'cs.https.ip_address'; UPDATE config SET value = 'bond0' WHERE name = 'vpn.daemon.0.listen.ip_address'; UPDATE config SET value = 'bond0' WHERE name = 'vpn.daemon.0.server.ip_address'; (not sure anymore if these are all, just make sure you update all configs where eth0 is in. - restart the container. That did it for me. hey bux5aa1Bah, thanks for your solution! This works perfekt for my bond! This Docker Container is awesome!
  4. Hey there, is it possibel to make a docker file for Kerio Connect? Here is already a project. But it doesn't work for me. https://registry.hub.docker.com/u/dapor/docker-kerio-connect/ best regards, chvb
  5. Good Morning, CHBMB, the Media Build for UNRAID 6.0.1 are working. Thank you!
  6. Hey Mettbrot, thanks for the latest update.
  7. This can be accomplished in emby. Really? I thought Emby was a Plex like server, and while you can view books and comics you have to do a bunch of stuff to make it work. So Emby can be used as a comic reader? No, i don't think Emby is the right app for this.
  8. really nice plugin. Works like a charm for me. I use it for my 250GB Intel SSD for KVM/docker (non array)
  9. Hello, i have the same problem by updating Emby. There come the error Message Chesum error -> aborting. I also using the Unraid Server RC3. Thanks for your suggestions.
  10. Hey Guys, i've created a pre build UNRAID.6.0.b14 You can download the .vmdk files here: https://drive.google.com/file/d/0B2Ldbymfgh2gb2FmYjYwb2Vvems/view?usp=sharing chvb