1240100811 Q * imcsk8 Quit: This computer has gone to sleep 1240102642 Q * bourgeau Quit: bourgeau 1240102752 M * Bertl off to bed noow .. cya! 1240102759 N * Bertl Bertl_zZ 1240113812 Q * hijacker Ping timeout: 480 seconds 1240113925 N * DoberMann[PullA] DoberMann[ZZZzzz] 1240114784 J * hijacker ~hijacker@213.91.163.5 1240116211 Q * geb_ Remote host closed the connection 1240119692 Q * nenolod Remote host closed the connection 1240119710 J * nenolod nenolod@petrie.dereferenced.org 1240120962 M * Kamping_Kaiser can I be running a kernel with vserver and load kvm too? 1240121627 Q * balbir_ Ping timeout: 480 seconds 1240122163 J * imcsk8 ~ichavero@201.156.64.231 1240124378 Q * scientes Ping timeout: 480 seconds 1240126511 J * ktwilight__ ~ktwilight@91.178.151.6 1240126761 Q * nenolod Quit: whoever wrote X's evdev support needs to die in a goddamn fire 1240126762 J * ktwilight ~ktwilight@91.178.147.227 1240126811 J * nenolod nenolod@petrie.dereferenced.org 1240126877 Q * ktwilight_ Ping timeout: 480 seconds 1240126988 J * derjohn_mob ~aj@e180193052.adsl.alicedsl.de 1240127106 Q * ktwilight__ Ping timeout: 480 seconds 1240128154 J * cga ~weechat@82.84.131.229 1240128464 J * dna ~dna@7.Red-83-50-113.dynamicIP.rima-tde.net 1240129085 J * cga_ ~weechat@194.244.1.164 1240129176 Q * cga Ping timeout: 480 seconds 1240129215 Q * dna Quit: Verlassend 1240130398 Q * imcsk8 Quit: This computer has gone to sleep 1240130951 J * bonbons ~bonbons@2001:960:7ab:0:2c0:9fff:fe2d:39d 1240131696 J * dib ~dib@205.102.81-79.rev.gaoland.net 1240131810 N * Bertl_zZ Bertl 1240131849 M * Bertl morning folks! 1240131860 M * Bertl Kamping_Kaiser: sure, no problem ... I do that all the time 1240131931 M * Kamping_Kaiser Bertl, wonderful. Thanks for that, When the new server arrives I'll have to try it out. 1240132086 M * dib hello ! can somebody help me resolve a connexion problem between 2 vservers ? 1240132183 M * Bertl maybe, care to share some details? :) 1240132329 M * dib sure, but there are a lot !! doing a little pastebin post and i come back, thanks 1240132350 M * Bertl excellent idea! 1240133636 M * dib http://paste.linux-vserver.org/12847 1240133799 M * dib also, i've noticed that when restarting one or more vservers, the others, not-restarted, don't show result with 'ip addr ls' 1240133875 M * Bertl well, that observation is incomplete, fact is, you have one guest using a primary on your network (10.50.0.101/24) where the others use secondaries 1240133903 M * Bertl when you take down the guest with the primary, and you do not have 'promote secondaries' enabled, the secondaries will be removed too 1240133917 M * Bertl (that is a mainline 'feature') 1240134011 M * dib oh, ok, thanks. How do i enable 'promote secondaries' ? 1240134042 M * Bertl sysctl -a | grep secon 1240134062 M * Bertl enable those for your interfaces 1240134226 M * Bertl so, what's the connection problem? 1240134240 M * fb Bertl: morning! 1240134293 A * ard just loves putting ip's on lo :-) 1240134309 M * ard except for ipv6, since ipv6 can't handle it correctly 1240134329 M * dib from vs09 with public IP, can't connect to main public IP on port 25 (but ping is ok) 1240134332 A * ard thinks the whole idea of secondaries is bad 1240134347 M * fb Bertl: one quick question: i've vmounted some filesystem into the guest, now issuing "mount" inside the guest shows this mount, but "df" doesn't. Why? 1240134432 M * Bertl strace -fF is your friend, I presume df is missing some entry somewhere 1240134474 M * bonbons fb: /proc/mounts versus /etc/mtab? 1240134523 M * fb bonbons: seems you're right, /proc entry is not updated 1240134547 M * bonbons fb: would rather be the other way round! 1240134586 M * ard fb : mailserver is running on vs03? 1240134599 M * Bertl the /proc/mounts entry will always reflect the actual mount status 1240134617 M * fb bonbons: i can prepare paste if you don't believe me :P 1240134628 M * ard the host does not run a mailserver? Because PREROUTING -t nat is not possible for connections coming from the server 1240134669 M * ard If you want vs09 to reach vs03 I would suggest adding vs03 in the /etc/hosts as a work around 1240134675 M * bonbons fb: you might paste both but /etc/mtab is just a file you can edit the way you want, but /proc/mounts is what the kernel knows about 1240134679 M * Bertl dib: ping is not even on the IP layer, so that's not related 1240134706 M * bonbons fb: so I would be surprised if the kernel had mounted something it does not know about! 1240134708 M * Bertl dib: try with tracepath, but simpler would be to 'tcpdump -vvnei lo' on the host 1240134730 M * ard Bertl : dib expects PREROUTING to work, that's the problem :-) 1240134739 M * ard DNAT tcp -- !10.50.0.0/24 91.121.69.206 tcp dpt:25 to:10.50.0.103:25 1240134764 M * ard And it works from here, but not from lo :-) 1240134790 M * bonbons fb: but remember that host and guest are in different namespaces and thus what you mount on host probably will not show up on guest namespace (unless you made proper use of mount --make-shared & friends) 1240134875 M * fb http://paste.linux-vserver.org/12848 1240135005 M * fb util-vserver: 0.30.216-pre2824 1240135049 M * dib ok. i think i understand (thank ard ) . Was testing zimbra, which don't want to use the /etc/hosts and keep trying to the public IP where i want it to connect to the private one ;-) 1240135181 M * dib and i don't want to use a splitted dns... of course, because the main ip has many differents private ip depending on the service !! 1240135292 M * fb i did the easiest thing, mounted fs in question on the host, it's empty 1240135294 M * Bertl use the OUTPUT chain instead 1240135307 M * fb so vmount failed silently 1240135325 M * bonbons fb: looks like the vmount did not work as expected, maybe you want to strace it in order to get some more details on what fails 1240135336 M * dib i'm so noob with iptables stuff. any example ? ;-) 1240135455 M * Bertl fb: well, depends, could be in the wrong namespace 1240135504 M * Bertl in any case, get the latest util-vserver snapshot 1240135606 M * fb will try this later 1240135621 M * fb now have to act as a father and a husband for some time... 1240135626 M * fb see you later! 1240135890 M * Bertl cya! 1240136017 M * ard Bertl : are you going to make me be ashamed of myself again? 1240136040 M * ard Bertl : you want to say that -j DNAT works in OUTPUT ? 1240136059 M * Bertl in the nat table, sure, why not? 1240136074 A * ard officially feels ashamed 1240136084 A * ard thought it was PREROUTING only 1240136109 M * Bertl well, that changes every now and then, but I assume it should be fine 1240136111 M * ard my X/NF/IP-tables knowledge is lagging 1240136143 M * ard Correctly said "that changes every now and then" :-) 1240136168 A * ard wonders if --in-interface is already available in POSTROUTING 1240136189 M * dib Bertl, ard : yes, it works !! thanks 1240136198 M * Bertl you're welcome! 1240136207 M * ard huuray for bertl :-) 1240136235 M * ard now to figure out since which kernel it is supported 1240136326 M * Bertl ask the netfilter/iptables folks 1240136342 M * ard xfilter 1240136344 M * Bertl but it's quite some time now ... 1240136351 M * ard (latest incarnation :-) ) 1240136360 M * ard or is it xtables? 1240136399 M * Bertl what's in a name :) 1240136400 A * ard did most of his firewalling with 2.4.14...18 1240137805 J * harobed ~harobed@arl57-1-82-231-110-14.fbx.proxad.net 1240138918 M * Bertl off for now .. bbl 1240138936 N * Bertl Bertl_oO 1240139295 J * geb ~geb@87-98-134-86.kimsufi.com 1240139363 M * geb hi 1240139520 J * SQlvpapir ~teis@0x50c60c4b.virnxx10.dynamic.dsl.tele.dk 1240140405 J * saulus_ ~saulus@d126192.adsl.hansenet.de 1240140807 J * bourgeau_ ~bourgeau@tomsoieur.fr 1240140815 Q * saulus Ping timeout: 480 seconds 1240140815 N * saulus_ SauLus 1240141526 Q * derjohn_mob Ping timeout: 480 seconds 1240141580 P * ghislainocfs2 1240142252 Q * SQlvpapir Ping timeout: 480 seconds 1240143201 J * derjohn_mob ~aj@80.69.42.51 1240149141 Q * derjohn_mob Ping timeout: 480 seconds 1240150524 J * hparker ~hparker@2001:470:1f0f:32c:290:96ff:fe50:40fa 1240150665 Q * SauLus Quit: leaving 1240150680 J * saulus ~saulus@d126192.adsl.hansenet.de 1240151782 Q * SpComb Ping timeout: 480 seconds 1240154239 J * imcsk8 ~ichavero@201.156.64.231 1240154637 J * SpComb terom@zapotek.paivola.fi 1240154643 Q * SpComb 1240154668 J * cga ~weechat@82.84.131.229 1240154819 Q * bourgeau_ Quit: bourgeau_ 1240154826 Q * cga_ Ping timeout: 480 seconds 1240154940 J * SpComb terom@zapotek.paivola.fi 1240155619 Q * hparker Quit: rl 1240156335 J * derjohn_mob ~aj@e180193052.adsl.alicedsl.de 1240156581 M * Bertl_oO off to bed now ... 1240156587 N * Bertl_oO Bertl_zZ 1240157058 Q * imcsk8 Quit: This computer has gone to sleep 1240159867 Q * FireEgl Ping timeout: 480 seconds 1240161457 J * FireEgl Proteus@WTF.4.1.0.c.0.7.4.0.1.0.0.2.ip6.arpa 1240161977 Q * derjohn_mob Ping timeout: 480 seconds 1240162154 J * ghislainocfs2 ~Ghislain@adsl2.aqueos.com 1240162358 P * dib Quitte 1240162644 J * bourgeau ~bourgeau@tomsoieur.fr 1240162937 Q * pmenier Quit: Konversation terminated! 1240163206 Q * Hollow Quit: leaving 1240163495 J * Hollow ~bene@shiva.xnull.de 1240163495 M * fb micah: are you here? 1240163520 J * doener ~doener@i59F5B531.versanet.de 1240163525 Q * Hollow 1240163625 Q * doener_ Ping timeout: 480 seconds 1240163723 J * Hollow ~bene@shiva.xnull.de 1240163989 Q * Hollow 1240163993 J * Slydder1 ~chuck@91-65-50-48-dynip.superkabel.de 1240164012 J * Hollow ~bene@shiva.xnull.de 1240164020 J * scientes ~scientes@75-165-65-163.tukw.qwest.net 1240165036 Q * harobed Ping timeout: 480 seconds 1240165258 J * Piet ~piet@asteria.debian.or.at 1240167795 Q * cga Quit: got a DELL??? update you BIOS with http://github.com/cga/dellbiosupdate.sh/tree/master ;) 1240168213 J * cga ~weechat@82.84.131.229 1240170751 Q * Piet Ping timeout: 480 seconds 1240171083 Q * cga Quit: got a DELL??? update you BIOS with http://github.com/cga/dellbiosupdate.sh/tree/master ;) 1240171985 Q * fb Quit: reboot, host upgrade 1240172440 J * fb fback@hell.pl 1240172473 M * fb hmh 1240172497 M * fb seems, upgrading host with Bertl sleeping wasn't brightest idea... :> 1240173180 Q * fb Quit: leaving 1240173192 J * fb fback@red.fback.net 1240173672 Q * bonbons Quit: Leaving 1240173750 Q * Slydder1 Quit: Leaving. 1240173944 J * Radiance ~Radiance@193.16.154.187 1240174066 Q * micah Remote host closed the connection 1240174336 J * derjohn_mob ~aj@e180193052.adsl.alicedsl.de 1240174536 J * micah ~micah@micah.riseup.net