1366765827 Q * nlm Ping timeout: 480 seconds 1366768925 J * treaki_ 0ad1dc3bc4@p4FDF7BEF.dip0.t-ipconnect.de 1366769218 Q * treaki__ Ping timeout: 480 seconds 1366779781 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:d02e:43b7:31d0:17d3 1366779929 Q * thierryp Remote host closed the connection 1366781005 M * Bertl_oO off to bed now ... have a good one everyone! 1366781009 N * Bertl_oO Bertl_zZ 1366782661 J * thierryp ~thierry@eduroam-205a.sophia.inria.fr 1366783346 J * Ghislain ~aqueos@adsl1.aqueos.com 1366786246 Q * eyck Remote host closed the connection 1366787099 Q * DelTree Remote host closed the connection 1366787102 J * DelTree ~deplagne@2a00:c70:1:213:246:39:115:2 1366787854 J * thierryp_ ~thierry@zankai.inria.fr 1366788244 Q * thierryp Ping timeout: 480 seconds 1366793991 J * jrklein_ ~osx@proxy.dnihost.net 1366794173 Q * jrklein Ping timeout: 480 seconds 1366798703 J * nkukard ~nkukard@41-133-139-224.dsl.mweb.co.za 1366801794 Q * ircuser-1 Ping timeout: 480 seconds 1366805198 J * nlm ~nlm@host1.200-45-216.telecom.net.ar 1366805307 J * ircuser-1 ~ircuser-1@35.222-62-69.ftth.swbr.surewest.net 1366805423 M * ptitoliv matin 1366805921 N * Bertl_zZ Bertl 1366805926 M * Bertl morning folks! 1366806249 M * Ghislain hello you 1366806765 J * eyck ~eyck@nat08.nowanet.pl 1366815786 Q * _nono_ Quit: Leaving 1366819376 M * ptitoliv hi again guys 1366819397 M * ptitoliv i have al ittle question : does anybody know if it is possible to have /proc/net/dev filled in a guest when using net namespace ? 1366819530 M * Bertl what kernel/patch/util-vserver version and how do you establish the network namespace? 1366819650 M * ptitoliv Bertl: 2.3.5.5 on 3.7 kernel 1366819674 M * ptitoliv for creating the namespace i just created the net file into /etc/vservers//spaces 1366819735 J * bonbons ~bonbons@2001:a18:209:3a01:c931:b5a9:3432:40b3 1366819777 M * Bertl so, your question basically is: 'how to assign/create interfaces in a network namespace?' yes? 1366819806 M * Bertl because, by default, a network namespace is empty (i.e. has no devices AFAIC) 1366819883 M * ptitoliv oh yes sorry i also put an interface on my namespace 1366819899 N * ensc Guest3274 1366819909 J * ensc ~irc-ensc@p4FFCF385.dip0.t-ipconnect.de 1366819910 M * Bertl okay, and it doesn't show up in /proc/net/dev ? 1366819942 M * ptitoliv more than that 1366819947 M * ptitoliv there is nothing into /proc/net 1366819960 M * ptitoliv so netstat doesn't work :( 1366819989 M * Bertl okay, what if you enter only the filesystem/mount and network namespaces? 1366819989 M * ptitoliv for adding my interface i did like thet 1366820016 M * ptitoliv checking that 1366820074 J * ptitoliv_lab ~8c5e521e@webuser.thegrebs.com 1366820081 M * ptitoliv_lab back from the lab 1366820091 M * Bertl wb 1366820105 Q * thierryp_ Remote host closed the connection 1366820205 M * ptitoliv_lab bertl when entering into the namespace with vspace -e i have /proc/net/ 1366820230 M * ptitoliv_lab but i don't have it when i use vserver enter 1366820269 M * Bertl try to unhide it 1366820302 Q * Guest3274 Ping timeout: 480 seconds 1366820314 M * Bertl i.e. setattr --~hide /proc/net 1366820314 M * ptitoliv_lab bertl i think it's already unhidden since when i use the classical method (without namespace but with chbind) i have /proc/net 1366820333 M * Bertl okay, that sounds like a network namespace issue then 1366820353 M * Bertl but I wonder why it should happen only when entering the guest 1366820376 M * Bertl do you have the Linux-VServer related warnings enabled? 1366820384 M * Bertl (in the kernel config) 1366820398 M * ptitoliv_lab i don't think so 1366820404 M * ptitoliv_lab which conf option is it ? 1366820443 M * ptitoliv_lab bert in order to be jusre :e the setattr must be done into the host ? 1366820458 M * Bertl CONFIG_VSERVER_WARN=y 1366820463 M * ptitoliv_lab letm e check 1366820471 M * Bertl yes, setattr is done on the host 1366820520 M * ptitoliv_lab bertl yes i have 1366820541 M * Bertl okay, anything in dmesg when you try to ls /proc/net ? 1366820709 M * ptitoliv_lab bertl nothing 1366820765 M * Bertl hmm 1366820815 M * ptitoliv_lab potential bug N 1366820818 M * ptitoliv_lab ? 1366820838 M * Bertl yeah, probably, just not sure if it is a mainline issue or a Linux-VServer one 1366820893 M * Bertl what happens if you try to cat /proc/net/dev inside the guest? 1366820897 M * Bertl anything in dmesg? 1366820923 M * ptitoliv_lab no such file or directory on guest (normal) 1366820928 M * ptitoliv_lab and nothing on guest 1366821002 M * ptitoliv_lab it seems to happen during the process migration into the context with vcontext 1366821009 M * Bertl ah, sec, /proc/net points into self/net 1366821029 M * ptitoliv_lab yes 1366821134 M * ptitoliv_lab and self/net is not filled with data 1366821152 M * ptitoliv_lab but fyi it works with self/mounts 1366821220 M * Bertl yeah, looking for the place where 'net' is handled (per process) now 1366821233 M * ptitoliv_lab cool thanks a lot 1366821249 M * ptitoliv_lab i am not kernel hacker for finding that :) 1366821316 M * Bertl do you have a build tree available, i.e. can you test a kernel patch? 1366821357 M * ptitoliv_lab yes i have 1366821374 M * ptitoliv_lab but fyi maybe we are going to be interrupted since my office is going to close 1366821386 M * ptitoliv_lab but if you send me the patch i can make you a report later 1366821414 M * Bertl no problem, we can continue when you are back at the office and I'm around 1366821459 M * ptitoliv_lab thanks a lot 1366821471 M * ptitoliv_lab but if you send me the patch now maybe i can try 1366821486 M * Bertl I'll have to check a few things first 1366821572 M * ptitoliv_lab okay i have the information that we are going to close 1366821583 M * ptitoliv_lab maybe we can continue in asynchronous mode by mail ? 1366821606 M * Bertl it's simpler here I guess 1366821633 M * Bertl and I take it, you want this solved, so you'll probably find the time tomorrow or so 1366821653 M * ptitoliv_lab of yes of course :) 1366821671 M * ptitoliv_lab and i am always interested and curious for helping testing and resolving bugs 1366821717 M * Bertl good, then have a good evening! 1366821721 M * ptitoliv_lab but if you want to send me a patch you can email me and i will report you tomorrow if you wanyt 1366821750 M * Bertl leave me your email, I'll see then 1366821786 M * ptitoliv_lab i pmed it to you 1366821819 M * Bertl good 1366821827 M * ptitoliv_lab thanks a lot for your support bertl 1366821872 M * Bertl you're welcome! 1366821883 M * ptitoliv_lab have a good day and see you later 1366821909 M * Bertl you too 1366822014 Q * ptitoliv_lab Quit: TheGrebs.com CGI:IRC (EOF) 1366825198 Q * PowerKe Quit: leaving 1366825813 J * PowerKe ~tom@94-227-30-209.access.telenet.be 1366826228 J * hijacker_ ~hijacker@cable-84-43-134-121.mnet.bg 1366826842 M * Bertl off for a nap .. bbl 1366826846 N * Bertl Bertl_zZ 1366831702 Q * distemper synthon.oftc.net graviton.oftc.net 1366831702 Q * mnemoc synthon.oftc.net graviton.oftc.net 1366831702 Q * vasko synthon.oftc.net graviton.oftc.net 1366831919 J * mnemoc ~amery@geeks.cl 1366832159 J * vasko ~vasko@unreal.rainside.sk 1366832159 A * vasko is gone. Gone since Sat Mar 23 23:22:00 2013 1366832282 J * distemper ~user@2001:470:50b6:0:310a:c0a6:f5f2:6f55 1366832315 N * distemper Guest3300 1366835520 Q * hijacker_ Quit: Leaving 1366836543 Q * bonbons Quit: Leaving 1366836698 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:6192:dce3:ddb2:9b40 1366836961 Q * thierryp Remote host closed the connection 1366837440 J * thierryp ~thierry@home.parmentelat.net 1366840686 Q * Ghislain Quit: Leaving. 1366840993 J * Ghislain ~aqueos@adsl1.aqueos.com 1366841178 Q * Ghislain 1366841188 N * Bertl_zZ Bertl 1366841191 M * Bertl back now ... 1366845050 Q * geb Remote host closed the connection 1366846187 Q * thierryp Remote host closed the connection