[arch-dev-public] Issue on kernel 2.6.25 upgrade
I've pasted the full output below, but what I wanted to point out is the "missing ide-cd module" part. Some of us unfortunately still have to use IDE. In addition, the kernel26.preset.pacnew file was installed with 600 permissions...any reason why it is so restrictive? -Dan (18/27) upgrading kernel26 [---------------------] 100% warning: /etc/mkinitcpio.d/kernel26.preset installed as /etc/mkinitcpio.d/kernel26.preset.pacnew
Updating module dependencies. Please wait ... MKINITCPIO SETUP ---------------- If you use LVM2, Encrypted root or software RAID, Ensure you enable support in /etc/mkinitcpio.conf . More information about mkinitcpio setup can be found here: http://wiki.archlinux.org/index.php/Mkinitcpio
Generating initial ramdisk, using mkinitcpio. Please wait... ==> Building image "default" ==> Running command: /sbin/mkinitcpio -k 2.6.25-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img :: Begin build :: Parsing hook [base] :: Parsing hook [udev] :: Parsing hook [autodetect] :: Parsing hook [ide] ERROR: module 'ide[-_]cd' not found :: Parsing hook [filesystems] :: Generating module dependencies :: Generating image '/boot/kernel26.img'...SUCCESS ==> SUCCESS ==> Building image "fallback" ==> Running command: /sbin/mkinitcpio -k 2.6.25-ARCH -c /etc/mkinitcpio.d/kernel26-fallback.conf -g /boot/kernel26-fallback.img config file '/etc/mkinitcpio.d/kernel26-fallback.conf' cannot be found, aborting... ==> FAIL ==> Building image "pata" ==> Running command: /sbin/mkinitcpio -k 2.6.25-ARCH -c /etc/mkinitcpio.d/kernel26-pata.conf -g /boot/kernel26-pata.img :: Begin build :: Parsing hook [base] :: Parsing hook [udev] :: Parsing hook [autodetect] :: Parsing hook [pata] :: Parsing hook [filesystems] :: Generating module dependencies :: Generating image '/boot/kernel26-pata.img'...SUCCESS ==> SUCCESS
Dan McGee schrieb:
I've pasted the full output below, but what I wanted to point out is the "missing ide-cd module" part. Some of us unfortunately still have to use IDE.
How is it the sis driver is still not stable? (So glad my old board is broken).
/etc/mkinitcpio.conf -g /boot/kernel26.img :: Begin build :: Parsing hook [base] :: Parsing hook [udev] :: Parsing hook [autodetect] :: Parsing hook [ide] ERROR: module 'ide[-_]cd' not found
Okay, it has been renamed to ide-cd_mod. I always wondered why we add the CD modules in there anyway: Nobody needs CD drives during initramfs. If he/she does (live cd), one can add it by hand. I will drop the CD modules from the mkinitcpio hooks completely.
In addition, the kernel26.preset.pacnew file was installed with 600 permissions...any reason why it is so restrictive?
No idea. I am using install -D -m644 to install the .preset, so it is your turn to tell me why.
Thomas Bächler schrieb:
Dan McGee schrieb:
I've pasted the full output below, but what I wanted to point out is the "missing ide-cd module" part. Some of us unfortunately still have to use IDE.
How is it the sis driver is still not stable? (So glad my old board is broken).
/etc/mkinitcpio.conf -g /boot/kernel26.img :: Begin build :: Parsing hook [base] :: Parsing hook [udev] :: Parsing hook [autodetect] :: Parsing hook [ide] ERROR: module 'ide[-_]cd' not found
Okay, it has been renamed to ide-cd_mod. I always wondered why we add the CD modules in there anyway: Nobody needs CD drives during initramfs. If he/she does (live cd), one can add it by hand. I will drop the CD modules from the mkinitcpio hooks completely.
In addition, the kernel26.preset.pacnew file was installed with 600 permissions...any reason why it is so restrictive?
No idea. I am using install -D -m644 to install the .preset, so it is your turn to tell me why.
http://projects.archlinux.org/git/?p=mkinitcpio.git;a=summary
Thomas Bächler wrote:
Thomas Bächler schrieb:
Dan McGee schrieb:
I've pasted the full output below, but what I wanted to point out is the "missing ide-cd module" part. Some of us unfortunately still have to use IDE.
How is it the sis driver is still not stable? (So glad my old board is broken).
/etc/mkinitcpio.conf -g /boot/kernel26.img :: Begin build :: Parsing hook [base] :: Parsing hook [udev] :: Parsing hook [autodetect] :: Parsing hook [ide] ERROR: module 'ide[-_]cd' not found
Okay, it has been renamed to ide-cd_mod. I always wondered why we add the CD modules in there anyway: Nobody needs CD drives during initramfs. If he/she does (live cd), one can add it by hand. I will drop the CD modules from the mkinitcpio hooks completely.
In addition, the kernel26.preset.pacnew file was installed with 600 permissions...any reason why it is so restrictive?
No idea. I am using install -D -m644 to install the .preset, so it is your turn to tell me why.
http://projects.archlinux.org/git/?p=mkinitcpio.git;a=summary
With Catalyst I'm getting tons of these in dmesg [1]. They don't seem to be harmful though as my system runs just fine. Cheers, Alex [1] mtrr: type mismatch for c0000000,8000000 old: write-back new: write-combining mtrr: type mismatch for c8000000,8000000 old: write-back new: write-combining fglrx: Unknown symbol flush_tlb_page Symbol init_mm is marked as UNUSED, however this module is using it. This symbol will go away in the future. Please evalute if this is the right api to use, and if it really is, submit a report the linux kernel mailinglist together with submitting your code for inclusion. mtrr: type mismatch for c0000000,8000000 old: write-back new: write-combining mtrr: type mismatch for c8000000,8000000 old: write-back new: write-combining fglrx: Unknown symbol flush_tlb_page Symbol init_mm is marked as UNUSED, however this module is using it. This symbol will go away in the future. Please evalute if this is the right api to use, and if it really is, submit a report the linux kernel mailinglist together with submitting your code for inclusion. mtrr: type mismatch for c0000000,8000000 old: write-back new: write-combining mtrr: type mismatch for c8000000,8000000 old: write-back new: write-combining
Alexander Baldeck schrieb:
With Catalyst I'm getting tons of these in dmesg [1]. They don't seem to be harmful though as my system runs just fine.
Cheers,
Alex
[1]
mtrr: type mismatch for c0000000,8000000 old: write-back new: write-combining mtrr: type mismatch for c8000000,8000000 old: write-back new: write-combining fglrx: Unknown symbol flush_tlb_page Symbol init_mm is marked as UNUSED, however this module is using it. This symbol will go away in the future. Please evalute if this is the right api to use, and if it really is, submit a report the linux kernel mailinglist together with submitting your code for inclusion. mtrr: type mismatch for c0000000,8000000 old: write-back new: write-combining mtrr: type mismatch for c8000000,8000000 old: write-back new: write-combining fglrx: Unknown symbol flush_tlb_page Symbol init_mm is marked as UNUSED, however this module is using it. This symbol will go away in the future. Please evalute if this is the right api to use, and if it really is, submit a report the linux kernel mailinglist together with submitting your code for inclusion. mtrr: type mismatch for c0000000,8000000 old: write-back new: write-combining mtrr: type mismatch for c8000000,8000000 old: write-back new: write-combining
Do you still have direct rendering? Can you confirm (or deny) what is described here: http://bbs.archlinux.org/viewtopic.php?id=47375
Thomas Bächler wrote:
Do you still have direct rendering? Can you confirm (or deny) what is described here: http://bbs.archlinux.org/viewtopic.php?id=47375
Unfortunately I will not be able to confirm whether or not this issue is valid. This is my PC at work and it never ran with DRI enabled as Xinerama fscks up if enabled. I'll see what I can do later this evening. Cheers, Alex
On Mon, 21 Apr 2008, Thomas Bächler wrote:
Thomas Bächler schrieb:
Dan McGee schrieb:
I've pasted the full output below, but what I wanted to point out is the "missing ide-cd module" part. Some of us unfortunately still have to use IDE.
How is it the sis driver is still not stable? (So glad my old board is broken).
/etc/mkinitcpio.conf -g /boot/kernel26.img :: Begin build :: Parsing hook [base] :: Parsing hook [udev] :: Parsing hook [autodetect] :: Parsing hook [ide] ERROR: module 'ide[-_]cd' not found
Okay, it has been renamed to ide-cd_mod. I always wondered why we add the CD modules in there anyway: Nobody needs CD drives during initramfs. If he/she does (live cd), one can add it by hand. I will drop the CD modules from the mkinitcpio hooks completely.
In addition, the kernel26.preset.pacnew file was installed with 600 permissions...any reason why it is so restrictive?
No idea. I am using install -D -m644 to install the .preset, so it is your turn to tell me why.
http://projects.archlinux.org/git/?p=mkinitcpio.git;a=summary
Do you plan to release soon a new mkinitcpio package with that fix? I have the same problem as Dan for my i686 system. I haven't updated to the new kernel yet because of that. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
On Sun, Apr 27, 2008 at 4:46 PM, Eric Belanger <belanger@astro.umontreal.ca> wrote:
On Mon, 21 Apr 2008, Thomas Bächler wrote:
Thomas Bächler schrieb:
Dan McGee schrieb:
I've pasted the full output below, but what I wanted to point out is the "missing ide-cd module" part. Some of us unfortunately still have to use IDE.
How is it the sis driver is still not stable? (So glad my old board is broken).
/etc/mkinitcpio.conf -g /boot/kernel26.img :: Begin build :: Parsing hook [base] :: Parsing hook [udev] :: Parsing hook [autodetect] :: Parsing hook [ide] ERROR: module 'ide[-_]cd' not found
Okay, it has been renamed to ide-cd_mod. I always wondered why we add the CD modules in there anyway: Nobody needs CD drives during initramfs. If he/she does (live cd), one can add it by hand. I will drop the CD modules from the mkinitcpio hooks completely.
In addition, the kernel26.preset.pacnew file was installed with 600 permissions...any reason why it is so restrictive?
No idea. I am using install -D -m644 to install the .preset, so it is your turn to tell me why.
http://projects.archlinux.org/git/?p=mkinitcpio.git;a=summary
Do you plan to release soon a new mkinitcpio package with that fix? I have the same problem as Dan for my i686 system. I haven't updated to the new kernel yet because of that.
It won't break your bootup unless you are booting from a CD device, so you should be fine- it continues making the image and works fine. -Dan
participants (4)
-
Alexander Baldeck
-
Dan McGee
-
Eric Belanger
-
Thomas Bächler