Testing Docker on CRUX
Hi Everyone, I've recently just re-joined contrib and one of the first few ports I'd like to contribute (for myself and others) are docker and docker-bin Could I ask that a few of you (anyone that's interested) please test either (or both) of my docker, docker-bin ports before I put them into contrib. You can find them here: https://bitbucket.org/prologic/ports/ Or simply: :: curl -q -o - "http://crux.nu/portdb/?a=getup&q=prologic" > /etc/ports/prologic.httpup echo "prtdir /usr/ports/prologic" >> /etc/prt-get.conf ports -u prologic prt-get cache prt-get depinst docker Please (if you can) test out the full Docker Daemon by recompiling your Kernel to the requirements listed in the README.rst and use the test_kernel_config.sh to ensure you have a fully properly configured kernel before running the Docker Daemon. Thanks heaps! cheers James James Mills / prologic E: prologic@shortcircuit.net.au W: prologic.shortcircuit.net.au
On Thu, 06 Feb 2014 09:34:54 +1000 James Mills wrote:
Hi Everyone,
I've recently just re-joined contrib and one of the first few ports I'd like to contribute (for myself and others) are docker and docker-bin
Could I ask that a few of you (anyone that's interested) please test either (or both) of my docker, docker-bin ports before I put them into contrib.
Kernel config check produces no output for networking. --- ./test_kernel_config.sh /usr/src/linux-3.13.1/.config Checking Networking: Checking LVM: CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y # CONFIG_EXT4_FS_SECURITY is not set Checking Namespaces: CONFIG_NAMESPACES=y # CONFIG_UTS_NS is not set # CONFIG_IPC_NS is not set # CONFIG_PID_NS is not set # CONFIG_NET_NS is not set Checking Cgroups: CONFIG_CGROUPS=y Checkin gCgroup controllers (optional but highly recommended): CONFIG_CGROUP_CPUACCT=y CONFIG_BLK_CGROUP=y # CONFIG_MEMCG is not set --- I am looking forward to playing with this, thanks :) Pedja
On Thu, Feb 6, 2014 at 10:59 PM, Predrag Ivanovic <predivan@open.telekom.rs>wrote:
Kernel config check produces no output for networking.
Could you try again after a ports -u prologic? I've updated the ports and fixed quite a few issues tonight. cheers James James Mills / prologic E: prologic@shortcircuit.net.au W: prologic.shortcircuit.net.au
On Thu, 06 Feb 2014 23:22:50 +1000 James Mills wrote:
On Thu, Feb 6, 2014 at 10:59 PM, Predrag Ivanovic <predivan@open.telekom.rs>wrote:
Kernel config check produces no output for networking.
Could you try again after a ports -u prologic?
I've updated the ports and fixed quite a few issues tonight.
No output for networking with my usual .config ('make silentoldconfig' on kernel update) --- ./test_kernel_config.sh /usr/src/linux-3.13.1/.config Checking Networking: Checking LVM: CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y # CONFIG_EXT4_FS_SECURITY is not set <snip> -- But with defconfig ( output of 'make defconfig' ) --- sh ./test_kernel_config.sh /usr/src/linux-3.13.1/.config Checking Networking: CONFIG_NF_NAT=m CONFIG_NF_NAT_IPV4=m CONFIG_NF_NAT_NEEDED=y --- What the hell... So, the problem seems to be on my end, sorry for the noise.
cheers James
Pedja
The result of actually enabling needed options in .config -- sh ./test_kernel_config.sh /usr/src/linux-3.13.1/.config Checking Networking: CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m CONFIG_NF_NAT=m CONFIG_NF_NAT_IPV4=m CONFIG_NF_NAT_NEEDED=y -- Magic :) Why was my .config missing not enabled symbols is a question for another day... Carry on. Pedja
Glad you figured it out! How's it all working for you? cheers James James Mills / prologic E: prologic@shortcircuit.net.au W: prologic.shortcircuit.net.au On Sat, Feb 8, 2014 at 4:56 AM, Predrag Ivanovic <predivan@open.telekom.rs>wrote:
The result of actually enabling needed options in .config -- sh ./test_kernel_config.sh /usr/src/linux-3.13.1/.config Checking Networking: CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m CONFIG_NF_NAT=m CONFIG_NF_NAT_IPV4=m CONFIG_NF_NAT_NEEDED=y -- Magic :) Why was my .config missing not enabled symbols is a question for another day...
Carry on.
Pedja _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
participants (2)
-
James Mills
-
Predrag Ivanovic