1404261343 Q * eyck Ping timeout: 480 seconds 1404261610 J * fisted_ ~fisted@xdsl-87-78-232-140.netcologne.de 1404261790 Q * fisted Read error: Operation timed out 1404261790 N * fisted_ fisted 1404262166 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:b008:1912:c764:aa8c 1404262648 Q * thierryp Ping timeout: 480 seconds 1404264514 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:70f1:275:7d02:32e2 1404264998 Q * thierryp Ping timeout: 480 seconds 1404265819 J * eyck ~eyck@u28n61.nowanet.pl 1404267621 J * thierryp ~thierry@home.parmentelat.net 1404268103 Q * thierryp Ping timeout: 480 seconds 1404268570 M * Bertl off to bed now ... have a good one everyone! 1404268579 N * Bertl Bertl_zZ 1404271222 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:ac4c:8184:e13b:63f 1404271703 Q * thierryp Ping timeout: 480 seconds 1404274821 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:531:705e:17e:3729 1404275303 Q * thierryp Ping timeout: 480 seconds 1404276199 J * Romster ~Romster@202.168.100.149.dynamic.rev.eftel.com 1404278422 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:b8da:a064:d5c5:269d 1404278903 Q * thierryp Ping timeout: 480 seconds 1404281270 J * Thor1 ~dpatriche@95.77.99.55 1404282021 J * thierryp ~thierry@2a01:e35:2e2b:e2c0:58ca:5c02:7edd:60ea 1404282035 J * Ghislain ~aqueos@adsl1.aqueos.com 1404282503 Q * thierryp Ping timeout: 480 seconds 1404283037 J * thierryp ~thierry@home.parmentelat.net 1404283122 J * thierryp_ ~thierry@home.parmentelat.net 1404283122 Q * thierryp Read error: Connection reset by peer 1404285081 Q * Thor1 Quit: Leaving. 1404285183 J * Thor1 ~dpatriche@95.77.99.55 1404286263 Q * jpierre03 Quit: - 1404290881 J * Thor2 ~dpatriche@95.77.99.55 1404290881 Q * Thor1 Read error: Connection reset by peer 1404290940 J * jpierre03 ~jpierre03@voyage.prunetwork.fr 1404291123 Q * thierryp_ Quit: ciao folks 1404291427 J * Thor1 ~dpatriche@95.77.99.55 1404291427 Q * Thor2 Read error: Connection reset by peer 1404291825 N * Bertl_zZ Bertl 1404291832 M * Bertl morning folks! 1404293504 M * Ghislain hello bertl :) 1404294143 M * Bertl hey Ghislain! 1404296944 M * hijacker afternoon 1404299719 M * CcxCZ hello. is there some convenient way to let vserver manipulate device files but not use them? I want this for building system images, it would be quite comfortable if I could leave /dev as it is... 1404299815 Q * kiorky Read error: No route to host 1404299819 M * Bertl in theory you can do that by mapping all devices to a dummy/zero device, and giving the proper capability to create device nodes 1404299874 M * Bertl but I fear that during the build process, some tools will already start using certain devices, which in turn will break them in some way or the other (if they are not working) 1404299957 M * CcxCZ how do I map them? 1404300069 M * CcxCZ I can do the system build in a plain chroot, this is mainly convenience for configuring it later, so it shouldn't be that much of an issue 1404300091 M * CcxCZ I'd like to isolate the build eventually too, but that can come later :-) 1404300109 J * kiorky ~kiorky@cryptelium.net 1404300478 M * CcxCZ hmm so I get it right that vdevmap is based on device file path instead of major/minor? it's hard to do exhaustive list up front then :-( 1404301850 M * Bertl well, no it actually uses the device paths to figure out the major and minor 1404301982 M * Bertl so something like: 1404302014 M * Bertl vdevmap --xid 42 --set --open --create --target /dev/null 1404302101 M * Bertl maybe with --remap? will allow creation for character devices 1404302125 M * Bertl similar can be done with block devices, but I'm sure daniel_hozac has some tricky one liners here as well 1404304970 J * Thor2 ~dpatriche@95.77.99.55 1404304971 Q * Thor1 Read error: Connection reset by peer 1404305061 J * fisted_ ~fisted@xdsl-87-78-11-88.netcologne.de 1404305181 Q * fisted Read error: Operation timed out 1404305183 N * fisted_ fisted 1404305999 M * undefined CcxCZ: you want to make (mknod) dev files, but not read or write them? 1404306018 M * undefined use cgroup device whitelist controller 1404306053 M * undefined i've migrated from vdevmap to cgroup device whitelist controller 1404306145 M * undefined (can't remember what encourage/forced me to migrate, but it's to support using pbuilder) 1404306183 M * undefined the permissions are fine grained enough to allow read, write, or make (r,w, or m) 1404306219 M * undefined so you could allow a vserver/cgroup to be able to make all devices, but only read or write a subset 1404306305 M * undefined see https://www.kernel.org/doc/Documentation/cgroups/devices.txt for official docs 1404308006 N * Bertl Bertl_oO 1404310555 Q * Thor2 Ping timeout: 480 seconds 1404310762 J * Thor1 ~dpatriche@95.77.99.55 1404312053 Q * Thor1 Ping timeout: 480 seconds 1404313792 M * CcxCZ undefined: how is vserver protected from changing it's cgroup settings? it's bit hazy in the doc there 1404314617 M * daniel_hozac it requires a capability 1404317223 J * bonbons ~bonbons@ppp-157-177.adsl.restena.lu 1404320868 M * Ghislain i would love to be able to mount a cgroup inside a guest so it can create sub groups but most (all) cgroup are NOT hierarchical so not a good idea 1404321346 M * daniel_hozac yeah, it's too bad. 1404321958 M * Bertl_oO it is funny as the cgroups were designed to be hierarchical from the beginning, but obviously there were some compromises on the road ... 1404321965 N * Bertl_oO Bertl 1404322971 Q * bonbons Quit: Leaving 1404323837 J * zerick ~eocrospom@190.187.21.53 1404323895 Q * zerick Read error: Connection reset by peer 1404323917 J * zerick ~eocrospom@190.187.21.53 1404323993 J * bonbons ~bonbons@2001:a18:20d:1:f559:2687:7a3d:ba39 1404324431 N * l0kit Guest536 1404324437 J * l0kit ~1oxT@0001b54e.user.oftc.net 1404324820 Q * Guest536 Ping timeout: 480 seconds 1404326193 J * opuk_ ~kupo@h-1-5.a176.priv.bahnhof.se 1404326300 Q * opuk Ping timeout: 480 seconds 1404328073 Q * bonbons Remote host closed the connection 1404328722 J * bonbons ~bonbons@2001:a18:20d:1:f559:2687:7a3d:ba39 1404329637 Q * bonbons Remote host closed the connection 1404330183 J * bonbons ~bonbons@2001:a18:20d:1:e974:549f:1587:7fa1 1404330655 Q * twan Ping timeout: 480 seconds 1404332641 N * opuk_ opuk 1404333715 Q * bonbons Quit: Leaving 1404334752 J * bonbons ~bonbons@2001:a18:20d:1:e974:549f:1587:7fa1 1404335612 Q * bonbons Quit: Leaving 1404336810 Q * ensc|w Ping timeout: 480 seconds 1404339869 Q * Ghislain Quit: Leaving.