=== cjwatson_ is now known as cjwatson [15:29] Hi, I'm compiling the kernel from mainline and applying the Ubuntu patches, but it's not creating a /boot/abi-* file after installing headers and image from "make deb-pkg" any ideas? [15:41] make deb-pkg is an upstream feature to create deb packages, they do not conform with how ubuntu produces its deb packages [15:41] you should use the debian way of building debs, that is, run dpkg-buildpackage [15:42] i see. Would fakeroot debian/rules binary-headers binary-generic binary-perarch create it? === SimonNL is now known as SimonNL_Afk [15:44] binay-generic should be enough, I guess [15:47] cascardo: appreciate the feedback thank you. I haven't verified it yet but you're fairly certain that should create the abi-* file if I apply the Ubuntu patches? [15:49] dpkg-buildpackage looks a lot more appropriatethan the make deb-pkg I was using. thanks again [15:56] well, gone before I could respond === SimonNL_Afk is now known as SimonNL [18:57] hey all, i have an issue with random freezes, been distohopping to see if it something distro related, but seems not. right now i'm using latest ubuntu and system randomly freezes [18:58] anyone knows something about causes in kernel? [18:58] (i've been told before when it's complete freeze, it has to be kernel; journal has nothing usefull) [18:58] i've enabled kdump to see if i can catch something when it happens next time [18:59] it happens on full amd build [19:34] mispp: have you investigated ACPI issues? [19:35] TJ-: nope [19:35] so, i should disable acpi? [19:36] mispp: some system firmware is predicated on running Windows and doesn't enable functionality/devices correctly for Linux. ACPI is required, but there's an acpi_osi= workaround that often helps. [19:36] mispp: see http://iam.tj/prototype/enhancements/Windows-acpi_osi.html [19:48] with this parameter, it wont boot at all [22:16] hi, any ideas how to preserve the .config when running fakeroot debian/rules binary? tried everything. can compile kernel using kpkg or make deb-pkg but trying to get this method going to create /boot/abi-* file. Thx [22:49] i think it's related to "is not clean, please run 'make mrproper'" referring to the folder [22:50] FAQ's recommendations on removing include/config doesn't work and the git command removes the debian/ folder so when I rerun fakeroot debian/rules binary it recreates those again [23:23] so the issue was that it doesn't like a .config file in the root source directory. If I remove that and ran fakeroot debian/rules editconfig, then ran fakeroot debian/rules binary-headers binary-generic, all was good [23:23] if someone could add that to the FAQ [23:58] everything built well, didn't use the config I wanted though lol. Anyone know the right way of going about this?