[07:19] Just an FYI: [07:19] I suspect that we have a mismatch in how the data is being stored, and interpretated, in Zm. [07:19] That may be the cause of some _missing_ videos. [07:19] The full path includes that date, and the date is subject to UTC/local issues. [07:19] The save is done on the kiosk, but the view is on the server ;{ [07:22] for the most part the web service is php, so the php.ini should reflect the date base of the db saves. [07:22] Even tho the zm version is the same the base package is different. ( 14.04 and 18.04) === cpaelzer_ is now known as cpaelzer === dbungert1 is now known as dbungert [15:59] can i ask subquity questions here, or is that a separate channel? [16:01] working with an ubuntu-server autoinstall, and it's been stalled here for the last half hour https://ibb.co/RQPmjY8 [16:02] if it's a question about using it as part of a server install this place is fine [17:27] lets see what disabling ipv6 in grub does [17:28] funny how an install that takes 10 minutes on a shitty laptop takes x20 more time on a PowerEdge R760xd2 via idrac [17:37] turns out it was ipv6 [18:01] you were netbooting? [18:02] or do you mean the kernel commandline? [18:08] booting a user/meta-data from a remote webroot [18:11] and yes, kernel commandline in grub.cfg [21:54] hrm after upgrading to 24.10 my fakeroot seems borked. fake-sysv is spending a loooot of time closing file descriptors that do not exist. like a billion of them. [21:58] oh well, downgrading fakeroot to noble versions did not help [21:59] maybe I broke something else. :) [22:01] oh seems like it is the vscode terminal setting open files ulimit 1073741816 [22:04] what did you do to open that many files in vscode? [22:04] open all / [22:04] ulimit != actually opened files. it probably just sets the soft limit = hard limit on startup [22:05] ulimit is actually number of open file handles [22:05] 1 handle per file [22:05] but 2 handles per tcp socket [22:05] it's the limit. hence uLIMIT :P [22:05] but then you also need a handle for like pipes, .... [22:06] yes, but if you hit the limit, you had atleast that many open file handles [22:06] anyway fake-sysv probably just tries to close any potentially inherited handles [22:06] they all return bad file descriptor [22:07] (any = anything not 0, 1 and 2 [22:07] ) [22:09] doesn't sound like ulimit [22:09] sounds more like apparmor to me [22:09] anyway setting 1024 fixed it [22:10] vscode or fakeroot? [22:11] ulimit -n 1024 in the vscode terminal before kicking off sbuild [22:12] doing a close(3..max open file ulimit) loop in utilities not wanting inherited fds is pretty common [22:12] or at least 3..1024 [22:13] trying to close a billion takes a while though === nshirelaptop2 is now known as nshirelaptop