1307239502 Q * manana Remote host closed the connection 1307239591 J * aj__ ~aj@p4FFD2274.dip.t-dialin.net 1307239964 Q * derjohn_foo Ping timeout: 480 seconds 1307240212 M * Bertl off to bed now .. have a good one everyone! 1307240217 N * Bertl Bertl_zZ 1307248269 Q * tam Remote host closed the connection 1307253530 J * tam ~tam@says.screwallofyoubitches.com 1307254254 Q * Piet Ping timeout: 480 seconds 1307254764 J * Piet ~Piet__@1RDAAAK7S.tor-irc.dnsbl.oftc.net 1307260236 J * petzsch ~markus@p57B6514F.dip.t-dialin.net 1307262273 J * sannes ~ace@cm-84.209.81.224.getinternet.no 1307262762 J * bonbons ~bonbons@2001:960:7ab:0:a0bb:1be8:a760:89db 1307266470 J * petzsch1 ~markus@p57B65EC2.dip.t-dialin.net 1307266784 Q * petzsch Ping timeout: 480 seconds 1307267810 Q * petzsch1 Quit: Leaving. 1307270112 J * petzsch ~markus@p57B65EC2.dip.t-dialin.net 1307271734 Q * petzsch Quit: Leaving. 1307273135 Q * Piet Remote host closed the connection 1307273181 J * Piet ~Piet__@1RDAAALFN.tor-irc.dnsbl.oftc.net 1307274829 J * manana ~mayday090@nat049-252-205-109.tvoe.tv 1307277285 Q * wurtel_ Ping timeout: 480 seconds 1307277630 J * derjohn_foo ~aj@p4FFD2D23.dip.t-dialin.net 1307277974 Q * aj__ Ping timeout: 480 seconds 1307278598 Q * manana Read error: Connection timed out 1307278632 J * manana ~mayday090@nat049-252-205-109.tvoe.tv 1307279868 Q * jrklein Remote host closed the connection 1307279933 J * jrklein ~osx@2001:470:1f0f:572::250:160 1307283509 J * petzsch ~markus@p57B65223.dip.t-dialin.net 1307284002 J * wurtel_ ~paul@gw-office.telegraaf.net 1307284268 N * Bertl_zZ Bertl 1307284593 M * deever anyone here running x clients in vservers using the x server of the host, but not over ssh, rather via it's unix domain socket? i've tried with bind mount, but the problem is that the vserver has a tmpfs mounted at its /tmp, which is invisible on the host... 1307284627 M * Bertl well, that is not really a problem 1307284657 M * Bertl what you need to take care of is that you have the same namespace if you want to use unix sockets 1307284686 M * Bertl as sidenote: for the /tmp you can simply change that in the guest config's fstab 1307284873 M * deever Bertl: this mount is not in the guest's fstab! ;) 1307284890 M * Bertl no, but as I said, in the guest config :) 1307284930 M * deever ah, wait! ;) 1307285490 M * deever ok, now the guest doesn't use a tmpfs /tmp any more, but after 'mount --bind /tmp/.X11-unix /vservers/myserv/tmp/.X11-unix', the host's X11 socket /tmp/.X11-unix/X0 is still not visible in the guest 1307285541 M * deever as well as that the host and the guest don't see each other's created files under /tmp/.X11-unix 1307285599 M * Bertl because you bind mount in the wrong namespace 1307285622 M * Bertl i.e. if you want the guest to see any bind mount, you need to do it in the guest namespace 1307286207 M * deever Bertl: yes! now it works! :) 1307286360 M * Bertl :) 1307286652 M * deever this is a big difference (and also an improvement imo) over freebsd's jail mechanism, where there's (AFAIK!) no concept of namespaces... 1307286680 M * Bertl yep, Linux-VServer nowadays builds on namespaces and contexts for all kind of things 1307286707 M * Bertl i.e. IP and process isolation is context based, but everything else, like ipc, filesystem, etc is namespace based 1307287136 M * deever so there can be shared IPC resources between a distinct set of vservers, but you don't have to permit access to vservers to the global IPC mechanism as you had in freebsd 1307287144 M * deever nice 1307287168 M * Bertl correct, same goes for uts, mnt, etc 1307287180 M * deever uts? 1307287196 M * Bertl mostly machine information, i.e. uname -a stuff 1307287256 M * deever this is why vservers can have a loopback device...freebsd jails cannot! :) 1307287304 Q * petzsch Quit: Leaving. 1307287331 M * Bertl loopback as in lo or loop? 1307287495 M * deever ah, lo, sry 1307287502 M * deever 127.0.0.1 1307287619 M * deever well, fbsd8 is probably different here 1307287635 M * Bertl well, bsd seems to have neglected the jails pretty much over the years 1307287668 M * Bertl we have two variants for lo, one which is called lback remappping and the other comes from the network namespace 1307287696 M * Bertl the former gives you the illusion of lo/127.0.0.1, the latter a real virtual network stack with lo and whatnot 1307287725 M * Bertl (of course, the former is simpler to configure and faster as it does not involve a virtual network stack) 1307287770 M * deever are you a vserver developer? 1307287800 M * Bertl yep 1307287982 M * deever did you ever use an x11 client in a vserver using a host's x11 server thru the unix domain socket instead of tcp/ssh? 1307288164 M * Bertl maybe, but probably not ... we've tested a lot of things over the years, but I'm pretty sure it works fine ... 1307288286 J * aj__ ~aj@p4FFD2945.dip.t-dialin.net 1307288595 Q * derjohn_foo Ping timeout: 480 seconds 1307288769 J * derjohn_foo ~aj@p4FFD0E77.dip.t-dialin.net 1307289044 Q * aj__ Ping timeout: 480 seconds 1307289309 M * deever Bertl: i'm getting "xterm Xt error: Can't open display: %s", although i have bind-mounted the host X11 server's socket 1307289350 M * Bertl probably authentication issue 1307289376 M * deever ok 1307289377 M * Bertl but it might be as well a problem that your socket is in the wrong namespace 1307289377 Q * FireEgl Read error: No route to host 1307289405 M * Bertl I'd suggest to try with tcp first, as you can avoid the namespace isolation there 1307289422 M * Bertl (and fix/test the authentication stuff) 1307289460 M * deever the x server was started in the host's namespace, so this is probably also a problem... 1307289478 M * deever can a unix socket be in multiple namespaces? 1307289510 M * Bertl nope, but you can share namespaces between guests/host 1307289547 M * deever i mean, the socket's file is seen in guest and host, but this is not sufficient i guess? 1307289559 M * deever since there is also an ipc namespace 1307289599 M * Bertl depends, file system vs anonymous sockets for example 1307293939 Q * derjohn_foo Ping timeout: 480 seconds 1307299580 Q * ensc|w Quit: Lost terminal 1307299711 J * derjohn_foo ~aj@88.128.7.100 1307300269 J * petzsch ~markus@dslb-094-222-189-234.pools.arcor-ip.net 1307300296 J * Piet_ ~Piet__@1RDAAALP9.tor-irc.dnsbl.oftc.net 1307300670 Q * derjohn_foo Ping timeout: 480 seconds 1307300716 J * FireEgl FireEgl@2001:470:e056:1:e4db:e871:c5d9:31fb 1307300720 Q * Piet Ping timeout: 480 seconds 1307301168 J * derjohn_foo ~aj@tmo-103-64.customers.d1-online.com 1307301461 Q * FireEgl Ping timeout: 480 seconds 1307302277 J * FireEgl FireEgl@2001:470:e056:1:cc9d:4fe8:26d3:ac14 1307302992 Q * sannes Remote host closed the connection 1307305538 Q * cuba33ci Read error: Connection reset by peer 1307305623 J * cuba33ci ~cuba33ci@111-240-170-45.dynamic.hinet.net 1307306739 Q * bonbons Quit: Leaving 1307307128 N * Piet_ Piet 1307307915 Q * manana Ping timeout: 480 seconds 1307307944 Q * petzsch Quit: Leaving. 1307308486 J * manana ~mayday090@nat049-252-205-109.tvoe.tv 1307310319 J * petzsch ~markus@dslb-094-222-189-234.pools.arcor-ip.net 1307310513 Q * petzsch 1307312464 Q * manana Remote host closed the connection 1307312979 Q * derjohn_foo Ping timeout: 480 seconds 1307315056 Q * nkukard Ping timeout: 480 seconds 1307315680 J * derjohn_foo ~aj@d142240.adsl.hansenet.de 1307316485 N * ensc Guest3541 1307316495 J * ensc ~irc-ensc@p5DF2F55F.dip.t-dialin.net 1307316904 Q * Guest3541 Ping timeout: 480 seconds