Unsolved
This post is more than 5 years old
1 Rookie
•
2 Posts
0
15975
May 31st, 2015 19:00
XPS 13 with 4.0 Kernel - success! But: docker - Failure
Hi,
I recommend this post - it took me towards a working XPS13 (bought the Windows edition, wouldn't want to wait;-) in very little time.
forthescience.org/.../installing_ubuntu_14_04_on_the_new_dell_xps_13_v2
But the Docker demon wouldn't run. It has two issues: UDEV sync and NAT, output is:
WARN[0000] Udev sync is not supported. This will lead to unexpected behavior, data loss and errors
INFO[0000] +job serveapi(unix:///var/run/docker.sock)
INFO[0000] Listening for HTTP on unix (/var/run/docker.sock)
INFO[0000] +job init_networkdriver()
Unable to enable network bridge NAT: iptables failed: iptables --wait -t nat -I POSTROUTING -s 172.17.42.1/16 ! -o docker0 -j MASQUERADE: iptables v1.4.21: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
(exit status 3)
Now, I'm recompiling the Kernel for NAT support. Any tips about UDEV sync?
M


eousphoros
9 Posts
1
May 31st, 2015 22:00
The stock mainline kernel from canonical (4.1-rc5 is what I am running) works fine with docker. No special compilation needed.
mvtango
1 Rookie
•
2 Posts
0
June 1st, 2015 00:00
Thanks! That did it for me, as far aas I can tell. Sound, WiFi and Trackpad continued to work. Not tested yet: Bluetooth.
I used this link to find the kernel debs:
linuxg.net/install-kernel-4-1-x-on-ubuntu
http://linuxg.net/install-kernel-4-1-x-on-ubuntu/