1334793606 M * jazzanova1 so do I run make menuconfig ? 1334793621 M * jazzanova1 there is a linux headers package matcing my kernel, should I get it maybe ? 1334793635 M * Bertl you can do that of course, if you know your hardware 1334793664 M * Bertl the headers package doesn't contain the config, but the source package contains it somewhere 1334793699 M * Bertl i.e. when you rebuild the source package to get the kernel package the .config is used to configure the kernel 1334793713 M * jazzanova1 ah 1334793890 M * jazzanova1 got it 1334793903 M * jazzanova1 don't know how to download teh source package. 1334794111 M * Bertl me neither, I'm not a debian person 1334794234 M * jazzanova1 how can I contact Ben ? 1334794409 M * Bertl Ben Green 1334797506 M * jazzanova1 I sent him an email 1334797516 M * jazzanova1 Does he come here ever ? 1334798136 Q * A5b6bbda7 Remote host closed the connection 1334799092 M * Bertl yes, he does, if I'm not mistaken, he was around at end of march 1334800320 M * jazzanova1 ok, thanks, Bertl. I'm logging off for now. 1334800343 Q * jazzanova1 Remote host closed the connection 1334801987 Q * yang Remote host closed the connection 1334802310 J * yang yang@jazz.linuxshell.org 1334807264 Q * clopez Ping timeout: 480 seconds 1334808766 N * ensc Guest883 1334808775 J * ensc ~irc-ensc@p54ADDC56.dip.t-dialin.net 1334808967 J * L90 ~L90@static.9.172.46.78.clients.your-server.de 1334809159 Q * Guest883 Ping timeout: 480 seconds 1334811401 J * barismetin ~barismeti@c-68-36-205-86.hsd1.nj.comcast.net 1334812102 Q * barismetin Remote host closed the connection 1334816716 M * Bertl off to bed now ... have a good one everyone! 1334816720 N * Bertl Bertl_zZ 1334817581 Q * derjohn_mob Ping timeout: 480 seconds 1334817690 Q * aj__ Ping timeout: 480 seconds 1334818282 J * ghislain ~AQUEOS@adsl2.aqueos.com 1334818935 J * Alex[fob] ~alex@2001:638:80a:109::152:0 1334819979 J * vspas ~vspas@87.213.36.165 1334823025 J * petzsch ~markus@dslb-088-075-172-224.pools.arcor-ip.net 1334824438 Q * Alex[fob] Read error: Operation timed out 1334826395 Q * Rockj Remote host closed the connection 1334826418 J * Rockj rockj@rockj.net 1334829504 M * ncopa hi 1334829508 M * ncopa using openrc 1334829516 M * ncopa * Mounting /run ...mount: permission denied (are you root?) 1334829517 M * ncopa [ !! ] 1334829570 M * ncopa i suppose the host should mount /run for the guest? 1334829695 M * ncopa googling /run gives hits on pretty much everything that might run in one form or another 1334832034 Q * vspas Read error: Connection reset by peer 1334833645 J * vspas ~vspas@87.213.36.165 1334834400 Q * ensc|w Remote host closed the connection 1334834411 J * ensc|w ~ensc@www.sigma-chemnitz.de 1334834994 Q * petzsch Quit: Leaving. 1334836869 M * ncopa daniel_hozac: what do you think about this patch: http://sprunge.us/fhaf 1334837016 M * daniel_hozac that will cause errors 1334837021 M * ncopa ok? 1334837037 M * ncopa due to /run not always exists? 1334837046 M * daniel_hozac yes 1334837073 M * ncopa what do you think about creating /run and mouting it by default? 1334837133 M * daniel_hozac makes more sense to me to only add it to the fstab if /run exists. 1334837145 Q * bergerx Ping timeout: 480 seconds 1334837203 M * ncopa do you have other examples of conditionally adding stuff to fstab? 1334837212 M * ncopa i tend to agree with you 1334837401 M * ncopa sweet, you did add openrc as alias for gentoo init style 1334837585 M * ncopa ok, im not really sure how to mount /run if the dir exists 1334837618 M * ncopa should maybe add that logic to distro specific initpost? 1334837668 M * ncopa copy distrib/misc/fstab and add /run 1334837765 M * daniel_hozac initpost would be one fairly good place for it. 1334837783 M * daniel_hozac i believe the Gentoo initpost already does that. 1334837795 M * daniel_hozac (not for /run though) 1334837814 M * ncopa correct, not for /run 1334837862 M * ncopa and it seems like it installs an /etc/fstab for openrc 1334837872 M * ncopa in the guest 1334837905 M * ncopa i'm gonna fixup the alpine initpre/post to support openrc initstyle 1334837974 M * ncopa ah, gentoo creates a shared /usr/portage/distfiles 1334838007 M * ncopa and portage 1334838382 J * BenG ~bengreen@cpc10-aztw24-2-0-cust114.aztw.cable.virginmedia.com 1334838471 M * ncopa daniel_hozac: how about this, somewhat related patch: http://sprunge.us/ECbb 1334838512 M * ncopa what the init-vserver.sh does is posix compliant, so it could use /bin/sh 1334838527 M * ncopa then I would be able to reuse it for alpine linux 1334838556 M * ncopa maybe it should be moved to distrib/misc/ also 1334838697 Q * Aiken Remote host closed the connection 1334839811 N * Bertl_zZ Bertl 1334839818 M * Bertl morning folks! 1334839864 M * ncopa morning 1334841193 J * barismetin ~barismeti@c-68-36-205-86.hsd1.nj.comcast.net 1334841387 Q * barismetin Remote host closed the connection 1334842172 Q * nou Ping timeout: 480 seconds 1334843382 J * nou Chaton@causse.larzac.fr.eu.org 1334844587 Q * nou Ping timeout: 480 seconds 1334845099 M * ncopa daniel_hozac: i have a bunch of openrc related fixes 1334845111 M * ncopa should i push to gitub and issue a pull request? 1334845122 M * ncopa or git send-email to mailing list? 1334845535 M * daniel_hozac send-email is best for me. 1334845892 Q * DoberMann Remote host closed the connection 1334846282 J * barismetin ~barismeti@aegis.CS.Princeton.EDU 1334846930 J * dowdle ~dowdle@scott.coe.montana.edu 1334847003 M * ncopa ok, i just sent 4 patches that fixes up / improves the openrc support for gentoo 1334847017 Q * L90 Ping timeout: 480 seconds 1334847032 M * ncopa argh 1334847060 M * ncopa only sent one i think 1334847090 M * ncopa ok now i think they got sent 1334847265 M * ncopa you can also: git pull git://github.com/ncopa/util-vserver.git 1334847407 Q * dowdle 1334847647 J * dowdle ~dowdle@scott.coe.montana.edu 1334848583 Q * ncopa Quit: Leaving 1334849923 J * bergerx ~bergerx@178.233.3.194 1334850119 Q * vspas Ping timeout: 480 seconds 1334850890 M * dkg i have a vserver guest "foo" that has its own filesystems listed in /etc/vserver/foo/fstab ; the host doesn't see that filesystem as mounted. how can i change mount options on it without restarting the vserver? 1334850903 M * dkg e.g. adding "acl" 1334850924 M * dkg "mount -oremount,acl /home" from within the guest gives me permission denied 1334851022 M * Bertl enter the admin namespace for the guest and change it there 1334851118 M * Bertl vnamespace -i 0 -e -- /bin/bash 1334851458 Q * BenG Quit: I Leave 1334851471 M * dkg Bertl: thanks 1334851583 J * bonbons ~bonbons@2001:960:7ab:0:5020:9f18:a980:c391 1334851728 M * Bertl np 1334851813 M * dkg what does "-i 0" do? 1334851829 M * dkg i don't see it in vnamespace --help 1334852146 M * Bertl then you have an old version of util-vserver :) 1334852159 M * Bertl --index|-i ... work with the namespaces for 1334852206 M * Bertl there are two namespaces for each guest, one for administrative purposes (where everything starts) and one which is limited to the guest reachable hierarchy 1334857095 J * DoberMann ~james@2a01:e35:8b44:84c0::2 1334858177 J * clopez ~clopez@44.18.165.83.dynamic.mundo-r.com 1334859072 Q * FireEgl Remote host closed the connection 1334859505 Q * ghislain Quit: Leaving. 1334859880 J * jazzanova ~boris@S01060011855fe10f.vc.shawcable.net 1334859880 M * jazzanova hi 1334859889 M * jazzanova Bertl: you around ? 1334859923 M * jazzanova I have applied the patch that is supposed to fix the reaper to the kernel 1334859938 M * jazzanova however, still, in vserver guest, the processes are not reaped. 1334859991 J * FireEgl FireEgl@2001:470:e056:1:cc9a:63a:be0a:8e4b 1334860231 M * daniel_hozac who is the parent of the unreaped process? 1334860392 M * jazzanova my custom server app 1334860403 M * jazzanova actually, how do I check ? 1334860468 M * jazzanova yes, it is my app 1334860475 M * jazzanova it never gets out 1334860559 M * jazzanova what I am trying to understand why this behaviour doesn't happen in a non-vserver enviornment. 1334860746 J * Alex[fob] ~alex@2001:638:80a:109::152:0 1334860868 M * daniel_hozac does it receive SIGCHLD? 1334860904 M * Bertl jazzanova: need a nap now .. bbl 1334860925 N * Bertl Bertl_zZ 1334860951 M * jazzanova looking at the source code, yes. 1334861000 M * daniel_hozac no, does it actually receive it, not does it handle it. 1334861150 M * jazzanova i think it is sent SIGKILL and SIGTERM, but not SIGCHLD 1334861171 M * jazzanova i added waitpid, which was commented out, teh probem seems to go away 1334861206 M * daniel_hozac yeah, that's what that'll do... 1334861293 M * jazzanova ok, but what is different in vserver guest environment, that makes it behave different ? 1334861311 M * jazzanova the code witout waitpid was working fine with just SIGKILL and SIGTERM 1334862360 M * daniel_hozac you probably just have different versions. 1334863413 J * dowdle_ ~dowdle@scott.coe.montana.edu 1334863622 Q * dowdle Ping timeout: 480 seconds 1334864116 M * jazzanova so I have a guest that is not being hit by traffic now, and it ruts serveral processes. Its RSS (resident memory) is 100M, but it VSZ is 2gig. How can that be, such a big difference ? 1334864297 J * hijacker_ ~hijacker@cable-84-43-134-121.mnet.bg 1334864330 M * daniel_hozac VSZ is the total of all mapped files and memory allocations 1334864345 M * daniel_hozac java will use 3 GB of VSZ typically 1334864754 J * fisted ~fisted@xdsl-78-35-85-121.netcologne.de 1334865679 Q * hijacker_ Quit: Leaving 1334866791 Q * dowdle_ 1334866813 J * dowdle ~dowdle@scott.coe.montana.edu 1334867730 N * Bertl_zZ Bertl 1334867735 M * Bertl back now ... 1334868209 Q * Miguelzinho Quit: Leaving 1334868447 Q * bonbons Quit: Leaving 1334869251 Q * Hunger Ping timeout: 480 seconds 1334869414 J * nou Chaton@causse.larzac.fr.eu.org 1334870788 J * Hunger hunger@proactivesec.com 1334873094 Q * imcsk8 Remote host closed the connection 1334876106 Q * barismetin Remote host closed the connection 1334876327 Q * nou Ping timeout: 480 seconds 1334876504 J * fisted_ ~fisted@xdsl-84-44-144-116.netcologne.de 1334876867 Q * fisted Ping timeout: 480 seconds 1334877729 Q * brambles Ping timeout: 480 seconds 1334877973 J * brambles brambles@79.133.200.49 1334879942 Q * dowdle