1583802060 J * fstd_ ~fstd@xdsl-213-168-88-47.nc.de 1583802526 Q * fstd Ping timeout: 480 seconds 1583822500 J * Ghislain ~Ghislain@adsl2.aqueos.com 1583830017 J * hijacker ~nikolay@2001:981:4551:1:4ce2:2999:7769:a684 1583830852 M * Bertl_oO off to bed now ... have a good one everyone! 1583830854 N * Bertl_oO Bertl_zZ 1583831652 M * Ghislain dam i again fail to start buster guest, the launch ends with "No command given; use '--help' for more information." I have the patch for vserver.functions 1583832859 Q * hijacker 1583833548 M * Ghislain i have this error it seems at vcontext call https://pastebin.com/raw/KqBQHTWT 1583834533 M * Ghislain oh 1583834548 M * Ghislain seems to work if i add /usr/lib/init/rc to http://sprunge.us/mi2oCA 1583836270 J * hijacker ~nikolay@external.oldum.net 1583839600 M * AlexanderS Ghislain: /usr/lib/init/rc is already included in this patch. 1583839727 M * AlexanderS The problem is: /etc/init.d/rc is a symlink to /lib/init/rc and /lib is maybe a symlink to /usr/lib. The vserver startup code cannot resolve this symlinks from "outside". 1583839736 Q * Aiken Remote host closed the connection 1583842271 J * sladen ~paul@starsky.19inch.net 1583844286 M * Ghislain sorry i meant i added /lib/init/rc 1583844393 M * Ghislain so at the end i has for i in /etc/init.d/rc /etc/rc.d/rc /lib/init/rc /usr/lib/init/rc /lib/init/rc; do 1583844414 M * Ghislain oh dam it allready have it 1583844422 M * Ghislain let me reload the file 1583844485 M * Ghislain oh yes the patch was ok i made a typo copying it so i readded the good one... 1583844947 M * Ghislain daniel_hozack: do you think you could include the patch in util-vserver ? :) 1583851385 N * Bertl_zZ Bertl 1583851388 M * Bertl morning folks! 1583854825 M * Ghislain hello bertl 1583854861 M * Ghislain how is it going in austria ? 1583854873 M * Ghislain not too much covid i hope 1583855283 M * Bertl https://en.wikipedia.org/wiki/2020_coronavirus_outbreak_in_Austria 1583855761 M * Bertl but what do you expect from a pandemic :/ 1583857220 M * Guy- my kids' school is pondering whether to cancel the 15 March memorial ceremony to be held this Friday (which involves assembling all kids in the gym hall) 1583857250 M * Guy- to me it's a no-brainer, cancel it - but no, the school is dithering 1583857360 M * Guy- because obviously a misplaced sense of duty to an atavistic urge to instil nationalistic sentiment in schoolchildren is totally worth risking making a pandemic worse 1583857396 M * Guy- (sorry, I have _views_ -- they may have showed through) 1583857565 Q * hijacker 1583857583 M * Ghislain oh dam 1583857662 M * Ghislain well some country are more affected than other 1583857693 M * Guy- (especially if the official policy is to skimp on tests in order to keep the number of confirmed infections low) 1583857698 M * Ghislain the issue is for old people of 49+ and mostly 59+ (which i will be soon part of..) 1583857736 M * Ghislain but youngster are a vector 1583857749 M * Guy- everyone is a vector 1583857779 M * Guy- but at least in business, we slowly do get to find out which meetings could actually be emails... 1583857788 M * Ghislain yes i mean young person are vector that do not suffer a lot the dangerosity level is near null to young people it explode at 59+ 1583857797 M * Ghislain less meetin yeah ! 1583857902 M * Guy- if the pandemic causes a permanent drop in unnecessary business flights, it'll be the silver lining around the mushroom cloud 1583857931 M * Ghislain just hope your relatives are ok, will see how this evolves... :( 1583858284 M * Ghislain to get back to vserver i have my quota that fils on buster 1583858284 M * Ghislain i guess they changed again what they do :) 1583858292 M * Ghislain quotacheck: Scanning /dev/root [/] quotacheck: error (22) while opening /dev/root 1583858436 M * Ghislain they are the same major/minor with dev/hdv but quota on hdv are changed to dev/root and fails. I guess i am the only one to have this :D 1583858541 M * Guy- I haven't used that quota subsystem since like 2000 1583858567 M * Ghislain you do not use quota at all ? 1583858577 M * Guy- I use zfs quotas 1583858609 M * Guy- and between 2000 and zfs I used zfs's quota system, which is different and doesn't use quotacheck 1583858615 M * Guy- *xfs's 1583858643 M * Guy- but that's also been 15 years ago, so I don't remember the details, only that xfs supports user, group as well as project quotas 1583858660 M * Guy- I suppose project quotas could be used for vservers? never tried 1583858819 M * Ghislain well i like it because each version of quotatools chnage something. Same host debian 9 quota works, debian 10 they do not :) 1583859164 M * Bertl the Linux-VServer quota system was removed a few years ago :) 1583859195 M * Bertl and yes, project quotas or groups quotas are the way to go, especially on shared partitions 1583859242 M * Bertl but guest assigned partitions and quota should work as well, as long as the tools are not trying to be too smart 1583859262 M * Ghislain i use vroot partition with quota 1583859301 M * Ghislain but it change /dev/hdv2 to /dev/vroot, it was working on quota 4.0.1 but in 4.0.3 (debian 10) it just fail 1583859426 M * Ghislain https://pastebin.com/raw/xhqT6GYZ 1583859648 M * Bertl the tools are seeking on the device 1583859658 M * Bertl (instead of doing quota stuff :) 1583859717 M * Ghislain quota stuff is too boring i guess 1583859726 M * Ghislain so they do all other stuff too :) 1583859744 M * Bertl probably some extra smart check for magic markers or similar 1583859774 M * Bertl best check the source code for changes 1583859821 M * Ghislain i feel like fighting windmills 1583859867 M * Ghislain the problem is /proc/mount that do not shoonw /de/mdxxx but /dev/root 1583859945 M * Bertl why do you think so? 1583859959 M * Ghislain we tell him go to this dev and he goes to /proc/mount and select the device IT wants not the one we told him.. 1583859980 M * Ghislain strace show it open /proc/mount to select the device 1583859998 M * Bertl and your vroot is not /dev/vroot? 1583860008 M * Bertl er, /dev/root I mean 1583860014 M * Ghislain but i know it does that on debian 9 and it work anyway. so... my vroot is /dev/hdv2 1583860029 M * Bertl so rename it 1583860172 M * Bertl or make /dev/root a symlink to it 1583860419 M * Ghislain no the symlink do not change anything 1583860424 M * Ghislain ll 1583860457 M * Ghislain dev/root is created by the system it remove the link each time 1583860883 M * Ghislain seems to be a kernel thing to make a virtual device allways pointing to the root file system #googlereader 1583862455 M * Ghislain will try to see what they changed and i will keep you posted 1583865729 J * Aiken ~Aiken@b951.h.jbmb.net 1583867959 M * Bertl thanks! 1583867966 M * Bertl off for now ... bbl 1583867969 N * Bertl Bertl_oO 1583874778 Q * Ghislain Ping timeout: 480 seconds 1583879877 J * Ghislain ~Ghislain@adsl2.aqueos.com