You are not logged in.

#1 2007-08-21 17:47:18

JaDa
Member
From: Sun City, CA (native German)
Registered: 2007-04-06
Posts: 210
Website

[solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

# pacman -Syu

looking for inter-conflicts... done.

Targets: alsa-lib-1.0.14-5  alsa-utils-1.0.14-2  kernel26-2.6.22.4-1
         kima-0.7.4-3  libice-1.0.4-1  libxrender-0.9.3-1  xorg-apps-1.0.3-1


error: failed to commit transaction (corrupted package)
archive kernel26-2.6.22.4-1.pkg.tar.gz was corrupted (bad MD5 or SHA1 checksum

Last edited by JaDa (2007-08-24 03:14:33)


openSUSE
Arch Linux
USALUG

Offline

#2 2007-08-21 18:01:56

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

There is already a -2 , so better wait for it :
http://archlinux.org/packages/4197/


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#3 2007-08-21 18:53:41

lanxu
Member
Registered: 2007-04-28
Posts: 8

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

After installing kernel26 2.6.22.4-2 I rebooted my computer and I got evil error message preventing me to boot my computer. Straight after GRUB it said "uncompressing kernel" and failed with a "CRC error" message.

Is it just me or is there something badly wrong with this package?

Last edited by lanxu (2007-08-21 18:56:49)

Offline

#4 2007-08-21 19:06:52

alexmat
Member
Registered: 2004-12-31
Posts: 100

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

I just hosed a machine too hmm

What's the best way to recover from this?

Offline

#5 2007-08-21 19:17:38

rockinchado
Member
Registered: 2007-07-11
Posts: 10

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

I have also experienced the same problem.  I tried booting into the install cd and using pacman with the --root option to downgrade my kernel but the older versions that used to work now also come up with the same error.  Any ideas?

Offline

#6 2007-08-21 19:36:00

rockinchado
Member
Registered: 2007-07-11
Posts: 10

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

It appears that my own ignorance once again has gotten in the way of me having a working system.  I had forgotten to mount the boot partition which was separate, so I was installing old kernels in the wrong place.  After correctly mounting the boot partition my 2.6.22.3-1 works fine.

Offline

#7 2007-08-21 19:41:19

alexmat
Member
Registered: 2004-12-31
Posts: 100

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

I just ended up booting from an ftp install cd and entering "boot root=/dev/sda1". It booted into my system using the installer kernel.

I'm fine running on this until the package is fixed. Hopefully this is resolved sooner than later. wink

Offline

#8 2007-08-21 20:04:14

atomclock
Member
Registered: 2007-05-15
Posts: 18

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

I just had this problem and fixed it by...

boot with another linux CD (arch install disk will work)

Mount the partition that contains your Arch install.

enter the mounted directory and type

chroot . /bin/bash

then

cd /var/cache/pacman/pkg/

then type

ls kernel26*

Pick a kernel that is older... and

pacman -U kernel26.......


Fixed my system... 

This sort of thing seems to happen a lot... although this is the first time in about 4 kernel updates...

Offline

#9 2007-08-21 20:27:33

greblus
Member
From: Poland
Registered: 2006-12-24
Posts: 25
Website

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

I had the same problem, fortunately I found an old install cd of
Arch 0.7.2 and booted with arch root=/dev/hda2 noinitrd ro, so
the install cd kernel started with my / then I was able to downgrade
the kernel to 2.6.22.3 found in /var/cache/pacman.

chrooting on ubuntu live cd didn't work (initrd was not created correctly
and / couldn't be mounted.

Offline

#10 2007-08-21 21:24:11

lanxu
Member
Registered: 2007-04-28
Posts: 8

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

greblus wrote:

I had the same problem, fortunately I found an old install cd of
Arch 0.7.2 and booted with arch root=/dev/hda2 noinitrd ro, so
the install cd kernel started with my / then I was able to downgrade
the kernel to 2.6.22.3 found in /var/cache/pacman.

chrooting on ubuntu live cd didn't work (initrd was not created correctly
and / couldn't be mounted.

I can confirm this. I wasn't able to fix this problem with chrooting or using pacman with --root flag. These methods gave me really nasty errors. However, booting from Arch CD by using your root partition and updating kernel with older one worked like a charm.

I feel something like this shouldn't never happen. I bet there are a lot of Arch users who can't fix this when/if they face it. I recommend a new kernel26 package to the repositories as fast as possible.

Last edited by lanxu (2007-08-21 21:25:54)

Offline

#11 2007-08-21 21:30:11

cmmig
Member
Registered: 2007-05-11
Posts: 13

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

atomclock's instructions worked for me with an arch 2007.8 cd. I hope the arch dev team puts a kernel26-2.6.22.4-3 into the repos very quickly that fix the crc error before too many arch users cant boot their system and can't fix it.

Offline

#12 2007-08-21 22:23:04

JaDa
Member
From: Sun City, CA (native German)
Registered: 2007-04-06
Posts: 210
Website

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

Uncompressing Linux ...

crc error

--System halted

I was hoping this box will make it until KDE 4 smile


openSUSE
Arch Linux
USALUG

Offline

#13 2007-08-21 22:27:42

lumiwa
Member
Registered: 2005-12-26
Posts: 712

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

Is it possible to save a problem without CD?

Offline

#14 2007-08-21 23:36:44

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

JaDa wrote:
Uncompressing Linux ...

crc error

--System halted

I was hoping this box will make it until KDE 4 smile

So you managed to install it? I thought the package was corrupted..
/me is confused


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#15 2007-08-22 00:07:34

uzbirglones
Member
From: São Carlos - SP - Brazil
Registered: 2007-06-01
Posts: 24

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

i've experienced the same problem, so I did just like atomclock (by myself, i've read this later ha ha ha ha) and fixed my problem... I guess there are some issues about kernel 2.6.22.4-1 to be solved... but I can't do much things, except to tell anyone to "NOT" upgrade to kernel 2.6.22.4-1... 'cause the system just avoid booting...

Offline

#16 2007-08-22 00:08:29

JaDa
Member
From: Sun City, CA (native German)
Registered: 2007-04-06
Posts: 210
Website

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

shining wrote:

So you managed to install it? I thought the package was corrupted..
/me is confused

First was kernel26-2.6.22.4-1
now it is kernel26-2.6.22.4-2, but now I am in trouble to fix this problem

I think I need a new Insall wink


openSUSE
Arch Linux
USALUG

Offline

#17 2007-08-22 00:31:19

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

JaDa wrote:

First was kernel26-2.6.22.4-1
now it is kernel26-2.6.22.4-2, but now I am in trouble to fix this problem

Oh, I see, that's interesting wink

I think I need a new Install wink

No you don't. Besides, repairing a broken install is a good way of learning new things.
Just do the common procedure as everyone already suggested.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#18 2007-08-22 00:33:58

MrWeatherbee
Member
Registered: 2007-08-01
Posts: 277

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

Just got an update notification for:

kernel26-2.6.22.4-2.1

Is the -2.1 (as opposed to -2) okay, or is it the same thing. Or if it's different, maybe no one is brave enough to try it?

Offline

#19 2007-08-22 00:42:22

aye
Member
From: Ventspils, Latvia
Registered: 2007-07-27
Posts: 10

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

MrWeatherbee wrote:

Just got an update notification for:

kernel26-2.6.22.4-2.1

if it's different, maybe no one is brave enough to try it?

I would love to try it cause I've got nothing to lose since I have already installed 2.6.22.4-2, but when I pacman -Syu, it says that everything is up to date, 2.6.22.4-2 kinda is the latest version although I don't see it on the website anymore and it's substituted with 2.6.22.4-2.1

Offline

#20 2007-08-22 00:54:07

lumiwa
Member
Registered: 2005-12-26
Posts: 712

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

With 2.6.22.4-2 I have the same problem. Maybe I would be lucky with next version...
But my question is: because Kernel is not the same as the Doom for example does anyone tested it before posted for download, please?

Offline

#21 2007-08-22 01:04:26

MrWeatherbee
Member
Registered: 2007-08-01
Posts: 277

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

lumiwa wrote:

With 2.6.22.4-2 I have the same problem. Maybe I would be lucky with next version...
But my question is: because Kernel is not the same as the Doom for example does anyone tested it before posted for download, please?

Could someone check here:

http://cvs.archlinux.org/cgi-bin/viewcv … ag=CURRENT

I can't find any difference between -2 and -2.1? Maybe I'm doing something wrong? All I can find is that they changed the PKGBUILD pkgrel#.

Last edited by MrWeatherbee (2007-08-22 01:13:04)

Offline

#22 2007-08-22 02:22:42

alexmat
Member
Registered: 2004-12-31
Posts: 100

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

DON'T PANIC!!!!!!!!

lol, at least the name fits.

Offline

#23 2007-08-22 03:03:27

aye
Member
From: Ventspils, Latvia
Registered: 2007-07-27
Posts: 10

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

After upgrading from -2 to -2.1 the system is bootable again.

Offline

#24 2007-08-22 03:46:52

MrWeatherbee
Member
Registered: 2007-08-01
Posts: 277

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

I just made some images of my partitions to be safe, and then I upgraded to kernel26-2.6.22.4-2.1.

Whether I would have had issues with kernel26-2.6.22.4-2 I can't say definitively as I didn't try that one, but everything seems fine with kernel26-2.6.22.4-2.1.

Last edited by MrWeatherbee (2007-08-22 03:47:26)

Offline

#25 2007-08-22 04:36:24

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: [solved] Update kernel26-2.6.22.4-2 with kernel26-2.6.22.5-1

this crc-problem had exist only for i686 in kernel26-2.6.22.4-2. it's fixed in kernel26-2.6.22.4-2.1! if your system cannot boot kernel26-2.6.22.4-2 - use another installed (suspend2-,ck-,mm-,custom-)kernel to boot or follow the shown way above with the install cd to rescue your system.

Offline

Board footer

Powered by FluxBB