[06:01] Oh i see driver update this morning :) [06:08] mamarley: now with the latest driver Kernel 4.16-rc7 works fine [11:00] soee, did you receive the 390.48 update on xenial? [11:02] ricotz: yes, this morning [11:03] all works fine with kernel 4.16-rc7 [14:26] ricotz: You mentioned pbuilder yesterday. Do you have preferred documentation as far as setting it up? Most of what I have found seems very out-of-date. [14:28] mamarley, look at pbuilder-dist which is quite easy [14:28] no setup required afair [14:29] Thanks! [14:29] let it "create" the two chroots for i386 and amd64 [14:29] then you can use "build" and pass the .dsc [14:30] no root/sudo required [14:31] what I did is mounting /var/cache/pbuilder/build as a tmpfs [14:31] So the compilation takes place on a ramdisk? [14:32] in my case, yes [14:32] otherwise the partition which contains this folder [14:32] That's a good idea, since I was thinking I would need to put my pbuilder chroots on my slow HDD since my SSD isn't large enough. [14:32] But compiling on an HDD is much slower. [14:33] while using a tmpfs the size could be a limitation for real [14:34] SSDs aren't that small ;) [14:34] Depends on how much $$$ you have. :) [14:34] RAM is more expensive ;) [14:35] But I would assume the ramdisk is cleaned up after the build? [14:35] yes, pbuilder purges its build trees [14:36] at least by default