balloob

Community Developer
  • Posts

    33
  • Joined

  • Last visited

Everything posted by balloob

  1. After some more playing around I don't think the language specific containers from Docker are the way to go. That is more focussed on people that quickly want to distribute their own project. Wouldn't it make sense if we take a base image, put the unRAID fixes in that are now put in each Dockerfile (changing uid/gid for user nobodoy) and publish that on the docker registry? That way all could depend on just the unraid baseimage and the maintainer of the unraid baseimage can decide when he wants to upgrade to a newer phusion version (for example) so all are in sync.
  2. Is using phusion-baseimage part of the unRAID best practice guides ? I know that the people from Docker are not so pleased with the fact that phusion put cron and sshd in their baseimage. On top of that, Docker released Language Stacks today, images focussed on running applications written in a specific language. As these will be part of the best practice guides by Docker, wouldn't it make sense to base our images on those ?
  3. First, thanks for making this plugin. It has really helped me to get my programs going in Docker! I did find a bug while using it. When viewing the logs of my docker containers, if the logs contain HTML tags they are processed as such in the browser. Preferred would be to show the HTML tags as they show in the log file by converting the < to html entities. No, I don't have actual HTML tags in my log files :-) but my home automation logs in a format like this <event state_changed ... > and these do not show up now. Thanks!
  4. Needo, first thanks for your Dockerfiles! Are there any plans to also keep the phusion image up to date? The baseimage has been updated to 0.9.13, their changelog can be found here.
  5. Since I upgraded to this beta from beta5a I have seen the following kernel bug happening in UnraidOS: ------------[ cut here ]------------ kernel BUG at drivers/net/xen-netback/netback.c:629! invalid opcode: 0000 [#1] SMP Modules linked in: ipt_MASQUERADE iptable_nat nf_conntrack_ipv4 nf_nat_ipv4 nf_nat iptable_filter ip_tables md_mod vhost_net vhost tun i2c_i801 e1000e ahci ptp libahci pps_core CPU: 0 PID: 1841 Comm: vif1.0-guest-rx Not tainted 3.15.0-unRAID #4 Hardware name: ASUS All Series/H87I-PLUS, BIOS 1005 01/06/2014 task: ffff8801fec55540 ti: ffff88009a814000 task.ti: ffff88009a814000 RIP: e030:[<ffffffff81404fba>] [<ffffffff81404fba>] xenvif_rx_action+0x484/0x7ff RSP: e02b:ffff88009a817da0 EFLAGS: 00010202 RAX: 0000000000000013 RBX: 0000000000000012 RCX: ffffea0004e1e300 RDX: ffff88009b77b3c8 RSI: ffff8800725676e0 RDI: 00000000000b99ac RBP: ffff88009a817e70 R08: 0000000000000000 R09: 0000000000000001 R10: 0000160000000000 R11: ffff8801b878c000 R12: ffff8800725676e0 R13: 0000000000000011 R14: 0000000000000000 R15: ffff88009b770800 FS: 0000000000000000(0000) GS:ffff88020f800000(0000) knlGS:ffff88020f800000 CS: e033 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00002af2b606e000 CR3: 00000001fc1ee000 CR4: 0000000000042660 Stack: ffff88009a817df4 0000000000000000 ffff8802ffffffff ffff88009a817dd8 ffff88009a817e08 00000011ff18a6c0 ffff88009b77b148 00000011000889c2 ffff88009b770800 0000000000000000 0000000000000001 ffff88009a817df8 Call Trace: [<ffffffff814068ab>] xenvif_kthread_guest_rx+0x108/0x1db [<ffffffff8106e362>] ? __wake_up_sync+0xd/0xd [<ffffffff814067a3>] ? xenvif_stop_queue+0x53/0x53 [<ffffffff81057fbb>] kthread+0xd6/0xde [<ffffffff81057ee5>] ? kthread_create_on_node+0x162/0x162 [<ffffffff8157e94c>] ret_from_fork+0x7c/0xb0 [<ffffffff81057ee5>] ? kthread_create_on_node+0x162/0x162 Code: 8b 09 e8 25 f5 ff ff e9 0f ff ff ff 8b 45 b8 2b 85 6c ff ff ff 41 89 44 24 28 41 8b 87 34 a9 00 00 2b 85 68 ff ff ff 39 d8 76 02 <0f> 0b 48 8b 45 a0 48 8b 9d 50 ff ff ff 49 89 44 24 08 49 89 1c RIP [<ffffffff81404fba>] xenvif_rx_action+0x484/0x7ff RSP <ffff88009a817da0> ---[ end trace 49676c959adf5538 ]--- I run on a Core i5 in Xen mode, I have 1 virtual machine with 2 cores that runs Plex. It happens whenever I'm streaming/transcoding movies from Plex.
  6. I moved all into VMs. Not using any plugins anymore. In my VM: Plex, BTSync and Home Assistant (home automation).
  7. Same problem here. Issue also is the other way around: I cannot detect Hue lamps or WeMo switches on my network from inside my VM. It looks like multicast packages are getting dropped going in and out of the VM. I tried searching the web but didn't find a solution.
  8. I have this problem too. Googling around shows that it's a kernel improvement that broke unifying communication. For me repeatedly unplugging and plugging into different usb port got the keyboard working after ~10 tries.