1305676827 Q * dowdle Remote host closed the connection 1305682124 M * geb Leolo_2, qemu inside a vserver works 1305682166 M * geb for things that depend of a module ... maybe can it works, with the appropriated device in /dev/ , but i would not bet on that :) 1305686176 Q * hparker Quit: Quit 1305686886 M * Bertl off to bed now ... have a good one everyone! 1305686891 N * Bertl Bertl_zZ 1305687350 P * Pogs241 1305688344 M * Leolo_2 Even if I don't vserver guests, having a more modern kernel for CentOS 5 is a god send 1305698274 Q * FireEgl Remote host closed the connection 1305699181 J * FireEgl FireEgl@FireEgl.Com 1305699738 Q * derjohn_mob Ping timeout: 480 seconds 1305700878 Q * FireEgl Read error: No route to host 1305701583 J * FireEgl ~FireEgl@173-16-9-3.client.mchsi.com 1305702533 J * ghislain ~AQUEOS@adsl2.aqueos.com 1305703471 J * BenG ~bengreen@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com 1305703517 Q * _nono_ Ping timeout: 480 seconds 1305703529 J * _nono_ ~gomes@licencieux.ircam.fr 1305703634 Q * BenG 1305704919 J * petzsch ~markus@dslb-092-078-113-198.pools.arcor-ip.net 1305705966 J * derjohn_mob ~aj@213.238.45.2 1305707582 Q * petzsch Quit: Leaving. 1305709418 J * BenG ~bengreen@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com 1305709833 M * DelTree \_o< ~ Coin ~ >o_/ 1305711473 Q * BenG Quit: I Leave 1305711839 Q * ensc|w Ping timeout: 480 seconds 1305712387 J * ensc|w ~ensc@www.sigma-chemnitz.de 1305712687 Q * derjohn_mob Ping timeout: 480 seconds 1305712756 N * ensc|w Guest1333 1305712756 Q * ensc Killed (NickServ (This nickname is registered and protected)) 1305712766 J * ensc|w ~ensc@www.sigma-chemnitz.de 1305712874 Q * Guest1333 Ping timeout: 480 seconds 1305714535 N * ensc|w Guest1337 1305714535 Q * Guest1337 Remote host closed the connection 1305714545 J * ensc|w ~ensc@www.sigma-chemnitz.de 1305715015 N * Bertl_zZ Bertl 1305715019 M * Bertl morning folks! 1305716845 J * derjohn_mob ~aj@213.238.45.2 1305717050 J * petzsch ~markus@dslb-092-078-113-198.pools.arcor-ip.net 1305717445 M * hijacker afternoon 1305718169 J * BenG ~bengreen@cpc12-aztw24-2-0-cust146.aztw.cable.virginmedia.com 1305718498 Q * Romster Quit: Geeks shall inherit properties and methods of object earth. 1305718517 M * ghislain hello bertl ! 1305718628 M * Bertl hello ghislain! 1305719713 M * ghislain how is it going i will perhaps have some time next we do you need to do some test on a particular feature ? 1305721709 M * Bertl nothing particular, more general testing, maybe with focus on filesystems 1305722446 Q * BenG Quit: I Leave 1305723160 M * _Shiva__ hmm.. is it possible to tweak something with util-vserver wrt it's setup of guest's ipv6 addresses..? 1305723171 M * _Shiva__ problem is: 1305723286 M * _Shiva__ when I start a guest that has an ipv6 address which is w/i the same prefix of the host.. and the host already hast it's own ipv6 from this prefix.. then both will be scope global, with same preference, et all 1305723319 M * _Shiva__ and from then the host will not use it's own ipvs as source, but the guest's.. 1305723370 M * _Shiva__ ..as the ip gest 1305723414 M * _Shiva__ ..as the ip get's set up *prior* on the interface rather than being appended 1305723444 M * daniel_hozac there's no such concept. 1305723545 M * _Shiva__ so one actually needs to set up policy routing for the host? 1305723623 M * daniel_hozac or someone figures out how to add ip addresses that won't be selected... 1305723648 M * daniel_hozac none of the IPv4 ways exist anymore (secondary, src on the route) 1305723666 M * daniel_hozac i haven't had time to investigate if there are any IPv6 options. 1305723789 M * _Shiva__ even when I set the guest's prefix to /128 while the IP of the host has /64 it get's selected... 1305723890 M * _Shiva__ daniel_hozac: fron "ip"'s help, the ought still to be flags like: permanent | dynamic | secondary | primary | ... 1305723963 M * _Shiva__ but $FLAG is not in the scope of "ip -6 addr {add|change|replace} IFADDR.." but only in {show|flush} .. 1305724175 M * daniel_hozac those aren't valid for IPv6. 1305724350 M * _Shiva__ "The method to implement this under Linux is to set preferred_lft to 0, thus causing the address to be marked as deprecated. Note that deprecation doesn't make the address invalid, so you can still receive packets destined for that address, but it just won't be used as source adddres." 1305724386 M * _Shiva__ will that also result in the guest may not use it's (only) ip as source? 1305724424 M * daniel_hozac the stack should use a deprecated address if it is the only option... 1305724517 M * _Shiva__ http://www.davidc.net/networking/ipv6-source-address-selection-linux 1305724641 J * Piet_ ~Piet__@04ZAABQ1S.tor-irc.dnsbl.oftc.net 1305724737 M * _Shiva__ daniel_hozac: yep - the following works: ip -6 addr change 2a01:550:8000::11/128 dev eth0 preferred_lft 0 1305724758 M * _Shiva__ daniel_hozac: 2a01:550:8000::11/128 beint the guest's ip 1305724762 M * _Shiva__ geing 1305724772 M * _Shiva__ *b*eing - argh 1305724829 M * _Shiva__ so the host still uses it's own IP, and the guest using their IP 1305724833 J * hparker ~hparker@2001:470:1f0f:32c:beae:c5ff:fe01:b647 1305725028 Q * Piet Ping timeout: 480 seconds 1305725733 M * _Shiva__ daniel_hozac: so will you add "preferred_lft 0" to util-vserver's default setting up guest's ipv6..? ;-) 1305726134 M * daniel_hozac hmm. 1305726139 M * daniel_hozac if it worked, sure :-) 1305726144 M * daniel_hozac Command "change" is unknown, try "ip address help". 1305726145 M * daniel_hozac :) 1305726204 M * _Shiva__ hmm .. works fo me (tm) ;-) 1305726214 M * _Shiva__ iproute v2.6.35 1305726221 M * daniel_hozac iproute-2.6.18 here. 1305726255 M * _Shiva__ but actually, you'll only need that with "add" anyway :-) 1305726262 M * daniel_hozac doesn't work with add either. 1305726396 N * Piet_ Piet 1305726404 M * _Shiva__ hmm .. sorry, can't reproduce that as I only have more up-to-date iproutes running all over.. 1305726458 M * daniel_hozac well, if it doesn't even work for me, it probably isn't reasonable to expect everyone to have more updated versions. 1305726478 M * _Shiva__ daniel_hozac: sure you've tried with "ip -6 ..." ..? as preferred_lft might only be valid in -6 context as nonexistent in v4..? 1305726506 M * daniel_hozac yep. 1305728420 M * _Shiva__ ok - I've contacted what's the min version that supports it ;-) 1305728496 M * _Shiva__ so maybe I'll add some post-vserver-up-script that sets/changes preferred_lft=0 for the time being 1305729108 M * daniel_hozac i could add something that we ignore the return value for temporarily 1305729429 M * _Shiva__ so like: # ip addr add $ip/$prefix dev $dev preferred_lft 0 2>/dev/null || ip addr add $ip/$prefix dev $dev 1305729447 M * daniel_hozac right 1305729471 M * _Shiva__ . o 0 ( hacky .. ) ;-) 1305729507 M * daniel_hozac yep 1305729596 M * daniel_hozac maybe i can cook something up to just set preferred_lft. 1305730776 M * _Shiva__ /etc/vservers//interfaces//iproute_rawflags maybe ;-) 1305731033 J * dowdle ~dowdle@scott.coe.montana.edu 1305732876 J * tmwkx ~tmwkx@5adce1f9.bb.sky.com 1305733174 M * _Shiva__ received an one-liner feedback from iproute2 maintainer: "look at git repository." 1305733185 M * _Shiva__ hrmpf 1305733426 Q * tmwkx Quit: Leaving 1305733760 J * tmwkx ~tmwkx@5adce1f9.bb.sky.com 1305734197 Q * tmwkx Quit: Leaving 1305734869 J * bonbons ~bonbons@2001:960:7ab:0:4940:c54d:44b:260d 1305735747 Q * derjohn_mob Ping timeout: 480 seconds 1305736540 M * ard wut? 1305749266 J * derjohn_mob ~aj@d047216.adsl.hansenet.de 1305750027 Q * arekm Quit: leaving 1305750392 Q * bonbons Quit: Leaving 1305750492 J * arekm arekm@carme.pld-linux.org 1305752451 J * derjohn_foo ~aj@d045175.adsl.hansenet.de 1305752894 Q * derjohn_mob Ping timeout: 480 seconds 1305753103 J * cuba33ci_ ~cuba33ci@111-240-173-34.dynamic.hinet.net 1305753453 Q * cuba33ci Ping timeout: 480 seconds 1305753462 N * cuba33ci_ cuba33ci 1305753555 Q * ghislain Quit: Leaving. 1305754243 Q * petzsch Quit: Leaving. 1305759808 Q * dowdle Remote host closed the connection