1317177355 Q * fisted Read error: Operation timed out 1317177480 J * fisted ~fisted@xdsl-87-78-218-8.netcologne.de 1317177691 Q * Aiken Remote host closed the connection 1317186038 Q * quasisane Ping timeout: 480 seconds 1317186515 M * Bertl off to bed now ... have a good one everyone! 1317186519 N * Bertl Bertl_zZ 1317189978 Q * MooingLemur Remote host closed the connection 1317191054 J * derjohn_mob ~aj@213.238.45.2 1317192857 J * quasisane ~sanep@c-76-24-80-97.hsd1.nh.comcast.net 1317193996 J * ghislain ~AQUEOS@adsl2.aqueos.com 1317194110 J * markc ~markc@203.25.132.186 1317194226 M * markc Hi, I'm having trouble mounting a non-root partition with -o tagixd, I just get -> mount: wrong fs type, bad option, bad superblock on /dev/sda11 1317194334 M * markc are these kernel config options essential -> # CONFIG_TAGGING_NONE is not set, # CONFIG_TAGGING_UID16 is not set, # CONFIG_TAGGING_GID16 is not set ? 1317194514 M * daniel_hozac what does dmesg say? 1317194720 M * markc thanks -> EXT4-fs (sda11): Unrecognized mount option "tagxid" or missing value 1317194734 M * daniel_hozac have you tried -o tag? 1317194779 M * markc like this? -> mount -t ext4 -o defaults,tagged,noatime /dev/sda11 /vservers 1317194787 M * daniel_hozac no 1317194788 M * daniel_hozac -o tag 1317194792 M * daniel_hozac not tagged 1317194851 M * markc right, thanks -> /dev/sda11 on /vservers type ext4 (rw,noatime,tag) 1317196489 J * MooingLemur ~troy@ipv4.pinchaser.com 1317199841 J * BenG ~bengreen@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com 1317201823 Q * ntrs Ping timeout: 480 seconds 1317202252 J * ntrs ~ntrs@vault08.rosehosting.com 1317202432 Q * BenG Quit: I Leave 1317214962 N * Bertl_zZ Bertl 1317214966 M * Bertl morning folks! 1317215708 M * ccxCZ good morning 1317215735 M * Bertl meebey: any news on your side> 1317215739 M * Bertl s/>/? 1317215826 M * meebey Bertl: trying to patch the kernel right now 1317215841 M * meebey Bertl: I am not used to the debian kernel build sys 1317215965 M * meebey stock kernel would be easier, especially because its git and not retarded svn 1317215983 M * meebey no idea why debian maintains the source package and the patches in svn.... 1317216705 M * meebey --> Try to apply 37-extra. 1317216705 M * meebey (+) OK features/all/vserver/vs2.3.0.36.29.7.patch 1317216705 M * meebey (+) OK features/all/vserver/vserver-complete-fix-for-CVE-2010-4243.patch 1317216705 M * meebey (+) OK features/all/vserver/delta-nfs-fix01.diff 1317216706 M * meebey lets see 1317216726 M * meebey in 2 hours or so I should have the image I can test 1317216789 M * Bertl excellent! let us know how it goes ... 1317216805 M * meebey will do 1317216817 M * Bertl btw, it would be a lot easier to keep that build tree around, so in case we modify something it won't take another 5 hours to build :) 1317216826 M * Bertl but YMMV :) 1317216841 M * meebey ack 1317216843 M * sid3windr debian does a make clean before building ;> 1317216855 M * sid3windr :< 1317216868 M * meebey yes it does 1317216878 M * meebey next time I will hack debian/rules.real though 1317216911 M * meebey the kernel buildsys should be smart enough which object files need an update and which not 1317217409 M * Bertl it definitely is, obviously debian not (or at least too pragmatic in style) 1317220503 M * ard the debian way is to take a vanilla kernel and then make-kpkg ;-) 1317220535 M * Bertl that might be true, but I doubt the debian folks will admit that :) 1317220563 M * ard Well, actually there quite a few that do it. 1317220590 M * ard My colleage is a debian maintainer, and just like me he compiles using make-kpkg 1317220631 M * ard I never succeeded into re-building a plain debian-released kernel... 1317220653 A * ard is not a debian maintainer because he is to asocial to conform to the social contract ;-) 1317220679 M * ard I just maintain packages, and let others take the bug reports 1317221387 J * dowdle ~dowdle@scott.coe.montana.edu 1317222568 J * mmouse ~mmouse@office.haefft-verlag.de 1317222973 Q * fisted Ping timeout: 480 seconds 1317223060 J * fisted ~fisted@xdsl-87-78-218-145.netcologne.de 1317223668 Q * ntrs Ping timeout: 480 seconds 1317224111 J * ntrs ~ntrs@vault08.rosehosting.com 1317226520 J * bonbons ~bonbons@2001:960:7ab:0:a0b7:3b97:93c7:c23d 1317227987 J * petzsch ~markus@p57B6719A.dip.t-dialin.net 1317228177 M * petzsch good evening/morning/day 1317228265 M * petzsch was anyone sucessfull creating a debian wheezy vserver? using the debootstrap build method, I get the following message when starting a context: http://paste.linux-vserver.org/20607 1317228363 M * petzsch it seems as if /var/run was moved to /run/ ... is there a special configuration option required for this? 1317228684 M * Bertl no idea, but probably daniel_hozac knows more ... util-vserver version would probably help 1317229373 M * petzsch fetched it a few days ago from linux-vserver.org and built a .deb from it: util-vserver_0.30.216-pre2987-1 1317229452 M * mmouse you're getting the same error when using vserver ... start instead of REstart? 1317229492 M * petzsch mmouse: yes, same message 1317229571 M * Bertl well, I guess you can work around that by simply creating the missing dir/entry 1317229610 M * Bertl i.e. something like mkdir -p /path/to/guest/var/run; touch /path/to/guest/var/run/utmp 1317229634 M * Bertl (not sure the second part is necessary at all) 1317229691 M * Bertl btw, it's interesting that debian moves /var/run to /run, after moving everything else (including /vservers) to /var/lib/ :) 1317229716 M * petzsch i did mkdir -p /vservers/vps50/var/run/utemp and it then worked 1317229747 M * petzsch just hope there aren't any more side effects... on the host system (debian testing) /var/run/ was a symlink to /run/ 1317229751 M * Bertl luckily you got the 'utemp' wrong, otherwise it might be problematic 1317229765 M * Bertl i.e. utmp is a file not a directory 1317229769 M * petzsch but creating that in the chroot envoirment and running vserver start, caused it deleting the symlink 1317229812 M * petzsch i could imagine that some of the init scripts still depend on the symlink present in "vanilla" testing 1317229874 M * petzsch i'll go with it for now and see if i run into anything or if daniel_hozac has anything to say about it :-) 1317229909 M * Bertl I'd file a bug report regarding the fakerunlevel part 1317229935 M * Bertl worst case is that it is already configureable and daniel_hozac simply rejects it as invalid 1317230040 M * petzsch dumb question: is there a public bug tracker? wiki states i should contact a dev via IRC or contact the mailinglist 1317230066 M * Bertl there is a bug tracker, IIRC, but ML would be fine I guess 1317230101 M * petzsch ok, I'll fill that in... useful for others searching in google as well :) 1317230493 M * daniel_hozac there's no configuration for it... 1317231432 Q * derjohn_mob Ping timeout: 480 seconds 1317231576 M * petzsch sent the issue+workaround to the ML 1317231882 J * ghislain1 ~AQUEOS@adsl2.aqueos.com 1317232220 Q * ghislain Ping timeout: 480 seconds 1317232415 J * BenG ~bengreen@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com 1317233495 M * _Shiva__ that everything in the world moves /var/run -> /run is due to some systemd requirement...? 1317233604 Q * BenG Quit: I Leave 1317233775 M * petzsch i suspected some new lsb requirement... did you find a link about this move? 1317233926 M * hparker That's part of it, the other part I know of is some people like to mount /usr separate for / but that makes udev unhappy as it installs things to /usr/lib 1317233934 M * hparker s/for/from 1317234195 M * hparker err.. Sorry, wrong problem.. People liking a separate /var .. The separate /usr is pushing other changes 1317234680 M * mikez why when i create new guest i got No build-method specified 1317234812 M * Bertl did you specify one? 1317234887 M * mikez Bertl: i never did i just go foward with faq 1317234893 M * mikez and before it was working 1317234907 M * mikez now it asking me about method? 1317235043 Q * mmouse 1317235551 M * mikez hum? 1317235753 M * mikez Bertl: oh sorry i used template build method 1317235971 M * daniel_hozac and what's your command? 1317236092 M * mikez vserver server build --context 1234 --hostname server --interface eth0: 176.31.216.60/24 --initstyle gentoo -m template -- -d gentoo -t /root/stage3-i686-current.tar.bz2 1317236290 M * Bertl there should be no space between eth0: and 176... 1317236329 M * mikez ohh geez 1317236356 M * mikez need to sleep then ;/ 1317236362 M * mikez sorry Bertl 1317236370 M * Bertl no problem, have fun! 1317236383 M * Bertl (or have a good sleep then :) 1317238981 Q * ghislain1 Quit: Leaving. 1317238981 Q * FireEgl Read error: Connection reset by peer 1317239258 Q * petzsch Quit: Leaving. 1317239446 M * Bertl nap attack .... bbl 1317239467 N * Bertl Bertl_zZ 1317239962 J * FireEgl ~FireEgl@173-16-9-169.client.mchsi.com 1317241025 Q * sannes Remote host closed the connection 1317241028 J * petzsch ~markus@p57B6719A.dip.t-dialin.net 1317241430 M * petzsch small adition to the /run symlink problem... same problem with the /var/lock/ symlink pointing to /run/lock/ 1317241438 M * petzsch it just vanishes whenever i restart the vserver 1317241468 M * petzsch breaking even aptitude ... those symlinks are still vital 1317242303 J * Aiken ~Aiken@2001:44b8:2168:1000:21f:d0ff:fed6:d63f 1317243023 M * daniel_hozac 2990 should fix it. 1317243673 M * petzsch i'll try it out tomorrow morning and shall report back 1317243691 M * petzsch thx a bunch for the quick fix 1317243777 Q * bonbons Quit: Leaving 1317244920 J * zbyniu_ ~zbyniu@ip-62.181.188.13.static.crowley.pl 1317245037 Q * zbyniu Ping timeout: 480 seconds 1317245610 Q * petzsch Read error: Connection reset by peer 1317245947 J * petzsch ~markus@p57B6719A.dip.t-dialin.net 1317247353 J * petzsch1 ~markus@p57B647D6.dip.t-dialin.net 1317247722 Q * petzsch Ping timeout: 480 seconds 1317248644 N * petzsch1 petzsch 1317248822 M * petzsch daniel_hozac: fix for run and lock works fine... now I'm getting the following: /usr/bin/find: "dirs": Datei oder Verzeichnis nicht gefunden 1317248916 M * petzsch some lines of debug context: http://paste.linux-vserver.org/20608 1317250107 Q * petzsch Quit: Leaving. 1317251044 Q * FireEgl Read error: Connection reset by peer 1317252051 J * FireEgl FireEgl@2001:470:e056:1:94a2:f2c7:22c6:9de7 1317253388 N * Bertl_zZ Bertl 1317253392 M * Bertl back now ... 1317254340 Q * dowdle Remote host closed the connection