[Bug 292606] Re: dkms - error when installing custom kernel

2010-10-26 Thread Daniel Pendolino
I just came across this bug in Lucid, trying to compile my own zen kernel, does anyone know if this is still going on in Maverick? -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 292606] Re: dkms - error when installing custom kernel

2010-07-11 Thread Duststorm
Sadly, I have to report that this bug still persists in ubuntu Lucid. -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 292606] Re: dkms - error when installing custom kernel

2010-02-21 Thread Giorgio B.
Fix released for Lucid... What about Karmic? Shall I recompile/patch the package? I see that the version of dkms for Karmik is 2.1.0.1... Will be released a 2.1.1.2 for Karmic too? -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug

[Bug 292606] Re: dkms - error when installing custom kernel

2010-02-21 Thread Giorgio B.
Maybe this? http://linux.dell.com/dkms/permalink/dkms_2.1.1.2-0ubuntu1_all.deb -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 292606] Re: dkms - error when installing custom kernel

2010-02-21 Thread Pablo Castellano
Maybe this is related: https://bugs.launchpad.net/ubuntu/+source/nvidia-common/+bug/292606 Can you also have a look at it? Fix should be similar -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug notification because you are a member of

[Bug 292606] Re: dkms - error when installing custom kernel

2010-02-21 Thread Giorgio B.
On a fully-updated Karmic I had the same problem while installing a custom kernel compiled with make-kpkg. Installing this package solved the problem: http://linux.dell.com/dkms/permalink/dkms_2.1.1.2-0ubuntu1_all.deb Hope this will help those who cannot upgrade to (still unstable) Lucid. --

[Bug 292606] Re: dkms - error when installing custom kernel

2009-12-14 Thread Launchpad Bug Tracker
This bug was fixed in the package dkms - 2.1.1.0-0ubuntu1 --- dkms (2.1.1.0-0ubuntu1) lucid; urgency=low [ Mario Limonciello ] * New upstream version * dkms_autoinstall: Minor logic cleanups from submitted patches. * dkms_autoinstall: Run under dash since dkms.conf isn't

[Bug 292606] Re: dkms - error when installing custom kernel

2009-12-08 Thread Mario Limonciello
I've got a fix committed upstream that will handle this particularly: http://linux.dell.com/git/?p=dkms.git;a=commit;h=f113f8759d2eb60ad2cde4e009d4f5966c6ad4f1 There are several other related commits near by that include the conversion to upstart, and causing all logging to go to the syslog. **

[Bug 292606] Re: dkms - error when installing custom kernel

2009-11-09 Thread krahim
Hi So I have this problem now. As a result of an upgrade I had serious boot issues, I almost considered reinstalling an os. Anyways I installed a custom kernel and the latest Nvidia drivers. Apparently this is bad form? It's linux is it not so I can use kernel.org kernels can I not? So I have

[Bug 292606] Re: dkms - error when installing custom kernel

2009-11-09 Thread krahim
Hi, So I can change the status of the package in the file /var/lib/dpkg/status I changed the status from ``install ok half-configured'' to ``install ok installed''. That at least prevents aptitude and apt-get from breaking my nvidia driver. Karim -- dkms - error when installing custom kernel

[Bug 292606] Re: dkms - error when installing custom kernel

2009-10-25 Thread Mark Greenwood
Also happening for me in Karmic. The fix outlined above: Patching /etc/kernel/postinst.d/dkms to redirect stdout DOES FIX the problem. Adding 12 to the invocation of /etc/init.d/dkms_autoinstaller keeps stdout clean. fixes the problem for me. -- dkms - error when installing custom kernel

[Bug 292606] Re: dkms - error when installing custom kernel

2009-10-25 Thread Alberto Milone
** Changed in: nvidia-common (Ubuntu) Status: New = Invalid -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 292606] Re: dkms - error when installing custom kernel

2009-10-15 Thread Steve Langasek
Mike Stroyan's analysis is correct. This is not a bug in nvidia-common, it's a bug in dkms for outputting to stdout. Standard Ubuntu kernel packages don't load the debconf confmodule, but custom packages built with make-kpkg do, and this is perfectly legitimate. Anything called from a

[Bug 292606] Re: dkms - error when installing custom kernel

2009-10-13 Thread Alberto Milone
Mario: Adding the debconf trigger in every modalias package would imply calling the trigger every time the modaliases are installed which could be, say, 3 times (as currently there are 3 different drivers) in row when dist-upgrading to Karmic. This means that users will see the same message

[Bug 292606] Re: dkms - error when installing custom kernel

2009-10-02 Thread Mario Limonciello
** Changed in: dkms (Ubuntu) Status: Confirmed = Invalid ** Changed in: nvidia-common (Ubuntu) Status: Invalid = New ** Changed in: dkms Status: New = Invalid -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug

Re: [Bug 292606] Re: dkms - error when installing custom kernel

2009-09-14 Thread Mario Limonciello
Alberto: I don't agree here that running this in the kernel postinst is going to increase the likelihood of nvidia-common helping transition users. The order that the nvidia-common postisnt and kernel postinst would trigger is irrelevant, because the message will be displayed either way, and the

[Bug 292606] Re: dkms - error when installing custom kernel

2009-09-11 Thread Alberto Milone
@Mario the kernel postinst exists because it can happen that the nvidia-common postinst is triggered before the installation of the new (or updated) modalias files takes place thus preventing nvidia-common from helping users with the transition to a new driver. The kernel postinst gives

[Bug 292606] Re: dkms - error when installing custom kernel

2009-09-09 Thread Mario Limonciello
Why does the nvidia-common kernel postinst even exist? It looks like it's only purpose is to replicate the functionality that was there from the nvidia-common postinst. Obsoleted drivers won't be introduced by new kernel images, but instead by newer modaliases as detected by nvidia-common.

[Bug 292606] Re: dkms - error when installing custom kernel

2009-09-09 Thread Martin Pitt
I'm a bit confused here. The last patch in comment 29 looks weird and does not incorporate Alberto's latest proposed change. Alberto, can you please attach a complete and tested patch, and re- subscribe the sponsoring team once its ready? Thanks! -- dkms - error when installing custom kernel

[Bug 292606] Re: dkms - error when installing custom kernel

2009-09-09 Thread Alberto Milone
As discussed in this bug report, the problem should be fixed in DKMS (by flushing stdout after printing). I have marked the report as invalid for nvidia-common and assigned the bug to dkms instead. ** Also affects: dkms (Ubuntu) Importance: Undecided Status: New ** Changed in: dkms

[Bug 292606] Re: dkms - error when installing custom kernel

2009-09-09 Thread Mike Stroyan
The actual fix to dkms is not adding flushing of stdout. The fix is redirecting /etc/init.d/dkms_autoinstaller output to stderr so that it doesn't send confusing output to debconf via stdout. -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this

[Bug 292606] Re: dkms - error when installing custom kernel

2009-08-29 Thread Greg Donald
This bug is still present in dkms 2.0.21.1-0ubuntu3. -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 292606] Re: dkms - error when installing custom kernel

2009-08-23 Thread Bhaskar Kandiyal
This bug is still present in dkms as of 2.0.21.1. It would be nice if it gets fixed before karmic's release. So I nominated it for karmic. Attached a debdiff for the maintainers. ** Attachment added: dkms_2.0.21.1-0ubuntu4.debdiff

[Bug 292606] Re: dkms - error when installing custom kernel

2009-07-30 Thread jasmineaura
NOPE, NOT FIXED! Got the diff from: http://launchpadlibrarian.net/29611367/nvidia-common_0.2.11_0.2.12.diff.gz Applied the relevant changes to 0.2.11 in: /usr/share/pyshared/NvidiaDetector/nvidiadetector.py /etc/kernel/postinst.d/nvidia-common BUT still, same problem persists: Examining

[Bug 292606] Re: dkms - error when installing custom kernel

2009-07-30 Thread Alberto Milone
(in addition to what you had already applied from the package in karmic) -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 292606] Re: dkms - error when installing custom kernel

2009-07-30 Thread Alberto Milone
@jasmineaura: Does it solve the problem if you apply the attached patch to your /var/lib/dpkg/info/nvidia-common.config ? Please let me know ** Attachment added: test1.patch http://launchpadlibrarian.net/29714472/test1.patch -- dkms - error when installing custom kernel

[Bug 292606] Re: dkms - error when installing custom kernel

2009-07-30 Thread Mike Stroyan
Flushing stdout is not going to help with this problem. As I said in comment #17, the error is caused by /etc/init.d/dkms_autoinstaller sending text to debconf via stdout. Flushing output within /etc/kernel/postinst.d/nvidia-common won't undo that error. Debconf has already gotten the bad

[Bug 292606] Re: dkms - error when installing custom kernel

2009-07-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/nvidia-common -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 292606] Re: dkms - error when installing custom kernel

2009-07-30 Thread jasmineaura
@Alberto Milone I applied you attached patch to: /var/lib/dpkg/info/nvidia-common.config in addition to what I had already applied previously to: /usr/share/pyshared/NvidiaDetector/nvidiadetector.py /etc/kernel/postinst.d/nvidia-common Same problem persists... I guess Mike Stroyan has a point

[Bug 292606] Re: dkms - error when installing custom kernel

2009-07-28 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-common - 0.2.12 --- nvidia-common (0.2.12) karmic; urgency=low * debian/control: - Drop dependency on nvidia-71-modaliases. * NvidiaDetector/nvidiadetector.py: - Use a text file in /usr/share/nvidia-common/ instead of

[Bug 292606] Re: dkms - error when installing custom kernel

2009-07-24 Thread Alberto Milone
** Changed in: nvidia-common (Ubuntu) Importance: Undecided = Medium ** Changed in: nvidia-common (Ubuntu) Status: New = In Progress ** Changed in: nvidia-common (Ubuntu) Assignee: (unassigned) = Alberto Milone (albertomilone) -- dkms - error when installing custom kernel

[Bug 292606] Re: dkms - error when installing custom kernel

2009-07-24 Thread Alberto Milone
The latest commit in my branch should fix this (by flushing stdout before printing): lp:nvidia-common -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 292606] Re: dkms - error when installing custom kernel

2009-07-03 Thread aspa
I'm having the same problem on Ubuntu 9.04. -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 292606] Re: dkms - error when installing custom kernel

2009-06-13 Thread webfreakz
I've got the same errors with dkms/nvidia-common when installing my fresh from the shelf linux kernel image.deb. I also noticed there's no abi-file in the /boot directory. From what I've figured out, this makes me either press the SPACE-bar at system bootup (after GRUB) or I can chose to just wait

[Bug 292606] Re: dkms - error when installing custom kernel

2009-06-11 Thread Mike Stroyan
** Package changed: nvidia-common (Ubuntu) = dkms (Ubuntu) -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 292606] Re: dkms - error when installing custom kernel

2009-06-11 Thread Mario Limonciello
I don't know that I agree that's logically correct. the output from the init script should be going to to stdout. It is *not* error output from DKMS's kernel postinstall script, so it shouldn't be on stderr. If it's not happening while DKMS is running, then before loading debconf in

[Bug 292606] Re: dkms - error when installing custom kernel

2009-06-11 Thread Mike Stroyan
man 7 debconf states- * Avoid outputting anything to stdout in your postinst, since that can confuse debconf, and postinst should not be verbose anyway. Output to stderr is ok, if you must. It might be better to redirect stdout to file descriptor 3. I see

[Bug 292606] Re: dkms - error when installing custom kernel

2009-05-30 Thread Mike Stroyan
This is not actually a defect in nvidia-common. It is a defect in dkms. The /etc/kernel/postinst.d/dkms script is sending messages to stdout. That script is run under /usr/share/debconf/frontend, which expects that stdout will only be used for messages to it. The actual response to the output

[Bug 292606] Re: dkms - error when installing custom kernel

2009-05-27 Thread Andrei Emeltchenko
Error still present sudo dpkg -i ../linux-image-2.6.28.9_2.6.28.9-10.00.Custom_i386.deb [sudo] password for niko: Выбор ранее не выбранного пакета linux-image-2.6.28.9. (Чтение базы данных... на данный момент установлено 305345 файлов и каталогов.) Распаковывается пакет linux-image-2.6.28.9 (из

[Bug 292606] Re: dkms - error when installing custom kernel

2009-03-17 Thread quequotion
In Intrepid amd64 with kernel 2.6.27.18: If I remove the nvidia-common package, the kernel install finishes without error, but it is not really finishing. The kernel is never added to /boot/grub/menu.lst and I suspect other more important steps are being skipped. I can manually add the kernel

[Bug 292606] Re: dkms - error when installing custom kernel

2009-03-17 Thread quequotion
upon closer inspection, no abi is made for the kernel when installed without nvidia-common (no error, no finish). the /boot/ directory has abi-2.6.27etc for each kernel image except the kernel I compiled. -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You

[Bug 292606] Re: dkms - error when installing custom kernel

2009-03-17 Thread quequotion
Disregard both of my posts. My issue was not as it appeared. Since I had edited my menu.lst by hand in the past (to add Grub Invaders) the update-grub process was being skipped after the kernel install. When I ran it by myself it asked if I want to keep my own menu.lst or take the

[Bug 292606] Re: dkms - error when installing custom kernel

2009-01-01 Thread weltall
i can confirm the same exact error of those above with 2.6.28. it seems to happen whathever you use distro supplied nvidia drivers or not (i use nvidia installer for both kernel module and driver (exactly 180.18) and i could run xorg as soon as i rebooted after installing the module with the

[Bug 292606] Re: dkms - error when installing custom kernel

2008-12-30 Thread Filipe Sousa
I'm having the same problem after compiling a custom kernel using kernel-package: $ sudo make-kpkg --initrd --append-to-version=-nostradamus kernel_image kernel_headers $ sudo dpkg -i linux- image-2.6.27.10-nostradamus_2.6.27.10-nostradamus-10.00.Custom_amd64.deb Selecting previously deselected

[Bug 292606] Re: dkms - error when installing custom kernel

2008-12-13 Thread Dominik Stadler
** Changed in: nvidia-common (Ubuntu) Sourcepackagename: None = nvidia-common -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 292606] Re: dkms - error when installing custom kernel

2008-11-23 Thread MarcHess
Hello I had the same Problem. I solved it like this: Boot system in FileSave Mode Go to root Console do apt-get purge nvidia-common install your Kernel. dpkk -i KERNEL.deb when done reinstall the nvidia-common Package apt-get install nvidia-common It worked for me. Everything fine. Nvidia

[Bug 292606] Re: dkms - error when installing custom kernel

2008-11-21 Thread Geoff123
Same problem here. Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.27.2.postinst line 1181. The fix of removing nvidia-common worked for me. Geoff -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug

[Bug 292606] Re: dkms - error when installing custom kernel

2008-11-21 Thread bugmenot
Wouldn't removing nvidia-common not let you install the drivers? -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 292606] Re: dkms - error when installing custom kernel

2008-11-20 Thread bugmenot
I have the exact same issue when installing the debs of my custom kernel -- dkms - error when installing custom kernel https://bugs.launchpad.net/bugs/292606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 292606] Re: dkms - error when installing custom kernel

2008-11-13 Thread renald
I had to do the following: sudo chmod -x /etc/kernel/postinst.d/nvidia-common sudo apt-get remove nvidia-common This completes the installation of the custom kernel. However, the /etc/kernel/postinst.d/nvidia-common is still there. So, I, reinstalled it and then purged: sudo apt-get install

[Bug 292606] Re: dkms - error when installing custom kernel

2008-11-11 Thread dx9s
I have the same problem and I came to same conclusion that it was nvidia-common ... upon trying to figure out what package it came from... it comes from nvidia-common (quite simple). The weird thing is I didn't have that package installed.. so I installed it (and it also flagged other modaliases

[Bug 292606] Re: dkms - error when installing custom kernel

2008-11-10 Thread kilroy
Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/dkms run-parts: executing /etc/kernel/postinst.d/nvidia-common + . /usr/share/debconf/confmodule ++ set -x ++ '[' '!' 1 ']' ++ '[' -z '' ']' ++ exec ++ '[' '' ']' ++ exec ++ DEBCONF_REDIR=1 ++ export DEBCONF_REDIR +

[Bug 292606] Re: dkms - error when installing custom kernel

2008-11-10 Thread kilroy
Same problem here. cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.10 DISTRIB_CODENAME=intrepid DISTRIB_DESCRIPTION=Ubuntu 8.10 uname -a Linux jambo 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:20 UTC 2008 i686 GNU/Linux ii linux-firmware1.2

[Bug 292606] Re: dkms - error when installing custom kernel

2008-11-08 Thread snoapx
I have exactly the same error here. I tried to build my own kernel. All is ok, but when I try to install the *.deb, I get the error during the package configuration. There is my configuration : - Ubuntu 8.10. Installed from scratch, no upgrades from a previous version. - Nvidia Driver version :

[Bug 292606] Re: dkms - error when installing custom kernel

2008-11-06 Thread Josh Snellink
I am having the exact same issues, though I am not using envy for my nvidia drivers and my kernel and patches are straight from kernel.org. --- Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.27.4.tyro2.postinst line 1181. dpkg: error processing