1422838802 Q * fstd Remote host closed the connection 1422838843 J * fstd ~fstd@xdsl-84-44-237-63.netcologne.de 1422842980 M * undefined daniel_hozac: well, here's the dependency graph for why util-vserver-vars gets installed during "make install": scripts/util-vserver-vars -> scripts_xpkglibexec_gen_DTA -> xpkglibexec_DATA -> install-xpkglibexecDATA -> install-exec-am 1422843032 M * undefined at that point my make ignorance starts to show 1422843084 M * undefined because install-exec-am is a dependency of .MAKE (which i recognize as a fake target, like .PHONY, but i don't know its significance) but also install-am 1422843229 M * undefined and i definitely didn't trace it all the way back up to the "install" target 1422843451 M * undefined i think for my purposes i'm going to try commenting out the direct reference in the _install-varlink because that's not so buried in automake magic that i can't trace it back to Makefile.{am,in} (and it's been too long since i messed with automake and autoconf to remember anything immediately/quickly) 1422843755 M * Bertl_oO off to bed now ... have a good one everyone! 1422843765 N * Bertl_oO Bertl_zZ 1422849479 J * derjohn_mobi ~aj@tmo-100-9.customers.d1-online.com 1422849934 Q * derjohn_mob Ping timeout: 480 seconds 1422856019 Q * derjohn_mobi Ping timeout: 480 seconds 1422858038 N * Bertl_zZ Bertl 1422858041 M * Bertl morning folks! 1422859645 J * derjohn_mobi ~aj@88.128.80.33 1422860605 J * Ghislain ~aqueos@adsl1.aqueos.com 1422862293 Q * derjohn_mobi Ping timeout: 480 seconds 1422863772 J * thierryp ~thierry@zeta.inria.fr 1422864779 J * derjohn_mobi ~aj@fw.gkh-setu.de 1422867358 Q * _Shiva_ Ping timeout: 480 seconds 1422871553 J * beng_ ~BenG@cpc29-aztw22-2-0-cust128.18-1.cable.virginm.net 1422871979 Q * kiorky Ping timeout: 480 seconds 1422873964 Q * tokkee Ping timeout: 480 seconds 1422873980 J * kiorky ~kiorky@cryptelium.net 1422874642 J * tokkee ~tokkee@osprey.tokkee.org 1422876921 Q * kiorky Ping timeout: 480 seconds 1422881104 Q * beng_ Quit: I Leave 1422881850 Q * Aiken Remote host closed the connection 1422882003 Q * fstd Remote host closed the connection 1422882043 J * fstd ~fstd@xdsl-81-173-186-86.netcologne.de 1422882566 N * ensc Guest4102 1422882575 J * ensc ~irc-ensc@p54ADDA8B.dip0.t-ipconnect.de 1422882984 Q * Guest4102 Ping timeout: 480 seconds 1422883446 J * beng_ ~BenG@cpc29-aztw22-2-0-cust128.18-1.cable.virginm.net 1422884036 J * kiorky ~kiorky@cryptelium.net 1422885343 Q * bzed Read error: Connection reset by peer 1422885354 J * bzed ~bzed@bzed.netrep.oftc.net 1422886243 Q * kiorky Ping timeout: 480 seconds 1422887511 J * kiorky ~kiorky@109.39.26.109.rev.sfr.net 1422891402 N * Bertl Bertl_oO 1422893239 M * Ghislain hello bertl, on the kernel side i still use the 3.4 as it is LTS and stable. I know you hadd difficulties on 3.18 but i don't know if this is ok now 1422896419 Q * beng_ Quit: I Leave 1422896792 Q * thierryp Remote host closed the connection 1422900693 J * Aiken ~Aiken@d63f.h.jbmb.net 1422900723 Q * Aiken Remote host closed the connection 1422900750 J * Aiken ~Aiken@d63f.h.jbmb.net 1422902066 M * AlexanderS Bertl_oO: is it intended that with 3.18 the vshelper path is moved from /proc/sys/kernel to /proc/sys/vm? 1422902080 M * Bertl_oO no 1422902092 M * Bertl_oO will be fixed in the next patch 1422902096 M * AlexanderS ok 1422902117 M * Bertl_oO it seems the hunk applied at the wrong location 1422904536 J * thierryp ~thierry@home.parmentelat.net 1422904809 J * _Shiva_ shiva@whatcha.looking.at 1422905559 Q * derjohn_mobi Ping timeout: 480 seconds 1422907121 Q * thierryp Quit: ciao folks 1422907570 J * thierryp ~thierry@home.parmentelat.net 1422907917 J * xdr ~xdr@h135n5-aahm-a11.ias.bredband.telia.com 1422908099 Q * xdr_ Ping timeout: 480 seconds 1422909368 Q * sannes Ping timeout: 480 seconds 1422909925 J * sannes ~ace@2a02:fe0:c120:ae50:cdeb:d67d:daf6:cc81 1422911428 Q * thierryp Remote host closed the connection 1422911477 J * xdr_ ~xdr@h135n5-aahm-a11.ias.bredband.telia.com 1422911638 Q * xdr Ping timeout: 480 seconds 1422913038 J * derjohn_mobi ~aj@p578b6aa1.dip0.t-ipconnect.de 1422914969 J * opuk ~kupo@h-1-5.a176.priv.bahnhof.se 1422915079 Q * opuk_ Ping timeout: 480 seconds 1422915405 J * thierryp ~thierry@home.parmentelat.net 1422915889 Q * thierryp Ping timeout: 480 seconds 1422916328 J * thierryp ~thierry@home.parmentelat.net 1422921318 M * undefined daniel_hozac: the reason for the util-vserver build failure is that pkglibexecdir and pkglibdir point to the same directory 1422921352 M * undefined and i don't think that possibility was taken into consideration in the _install-varlink target 1422921410 M * undefined because a "ln -sf" (ie forcing it) won't solve the problem, but just overwrite the util-vserver-vars text file and create a circular symlink 1422921433 M * undefined (which was one solution i thought of yesterday)