sidux.com
Menu

News

Give back
Last 3 Contributions
30-11-2008 20.00
25-11-2008 100.00
25-11-2008 20.00

Donate


Sponsor
hetzner.de

Languages
Preferred language:



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
devil
Post subject:   PostPosted: Jul 17, 2008 - 07:22 AM
Team Member


Joined: Nov 24, 2006
Posts: 2870
Location: berlin
Status: Offline
snvv,
what version of dmsetup do you have?

greetz
devil

_________________
>>we are sidux - resistance is futile - you will be assimilated<<
 
 View user's profile Send private message  
Reply with quote Back to top
snvv
1 Post subject:   PostPosted: Jul 17, 2008 - 08:04 AM



Joined: May 28, 2007
Posts: 545

Status: Offline
devil

Package description for "dmsetup"
Installed 2:1.02.27-1
Candidate 2:1.02.27-2+c0.sidux.1

I am one DU behind right now but I will not upgrade.
I will be away for some hours.
Any way I think is the 2:1.02.27-1 that created the problem.

I don't know if it helps but in my xorg.conf I have commended out the :

#Section "InputDevice"
# Identifier "ALPS TouchPad"
# Driver "synaptics"
# Option "Device" "/dev/psaux"
...

&

#Section "InputDevice"
# Identifier "Synaptics TouchPad"
# Driver "synaptics"
# Option "Device" "/dev/psaux"
 
 View user's profile Send private message  
Reply with quote Back to top
davewt2006
Post subject:   PostPosted: Jul 17, 2008 - 08:31 AM



Joined: Dec 05, 2006
Posts: 241

Status: Offline
Thanks for all the replies. I hope my post saved a few people from hassle.

I didn't have time to attempt a repair last night (along the lines suggested above) because I was out. However, I was able to du out of it this morning and my system is once again fine.

Once again, thanks to the sidux team for being so sharp.
 
 View user's profile Send private message  
Reply with quote Back to top
grg3
Post subject:   PostPosted: Jul 17, 2008 - 11:23 AM



Joined: Apr 06, 2008
Posts: 28

Status: Offline
Unfortunately, I did not see the warnings in time and I now have a unusable machine. I can get to the KDM login and no further (no mouse either). I can, of course, boot to init 3 OK. The problem I have at the moment is that the network is not working. so I cannot do a DU or other correction.

I take it that I need to chmod /dev and that will get network going again?
 
 View user's profile Send private message  
Reply with quote Back to top
slh
Post subject:   PostPosted: Jul 17, 2008 - 11:51 AM



Joined: Nov 25, 2006
Posts: 2571

Status: Offline
As long as you can boot into a shell, network or not, this issue can be fixed relatively straight forward - it only gets complicated in case you can no longer boot normally (even then it's fixable, just more difficult to explain).
Code:
rm /etc/udev/rules.d/65_dmsetup.rules
update-initramfs -u
reboot
complete the dist-upgrade.
 
 View user's profile Send private message  
Reply with quote Back to top
grg3
Post subject:   PostPosted: Jul 17, 2008 - 12:09 PM



Joined: Apr 06, 2008
Posts: 28

Status: Offline
Sorry! I didn't see the post on the home page.

rm /etc/udev/rules.d/65_dmsetup.rules did the trick!

Thanks very much!
 
 View user's profile Send private message  
Reply with quote Back to top
snvv
Post subject:   PostPosted: Jul 17, 2008 - 02:34 PM



Joined: May 28, 2007
Posts: 545

Status: Offline
I am upgraded up to the minute without problems.

Obviously this is not a generic problem. If you like to debug your systems you may ask whatever you think relevant about mine...
 
 View user's profile Send private message  
Reply with quote Back to top
slh
Post subject:   PostPosted: Jul 17, 2008 - 02:59 PM



Joined: Nov 25, 2006
Posts: 2571

Status: Offline
it was a generic problem affecting everyone, but with slightly varying severity (depending if anything in the same update triggered an initrd rebuild, udev update or new kernel - this rendered the system unbootable, while all others "just" couldn't log into X anymore or lost network access, or ..., or ...) - now, it is fixed in our repo.
 
 View user's profile Send private message  
Reply with quote Back to top
MGNe
Post subject:   PostPosted: Jul 17, 2008 - 04:26 PM



Joined: Mar 01, 2007
Posts: 20

Status: Offline
Thanks for great support from the team here !

I plugged in my old cable keyboard, started an older kernel, loged in as root, followed the 3 steps described by shl above, let run through smxi including grafic installer, started X from smxi and had a clean system again (64 bit).

When I rebooted with the current latest sidux kernel I had no X. So I loged in as root, made the grafic install in smxi one more time and started X. Now everything works fine again here. Great !
 
 View user's profile Send private message  
Reply with quote Back to top
destructchaos
Post subject:   PostPosted: Jul 18, 2008 - 07:26 PM



Joined: Jun 10, 2008
Posts: 18
Location: USA
Status: Offline
i got hit by this, but after 'd-u'ing today, it was fixed.
 
 View user's profile Send private message  
Reply with quote Back to top
soulfly
Post subject:   PostPosted: Jul 19, 2008 - 09:05 PM



Joined: May 20, 2008
Posts: 72
Location: AZ
Status: Offline
I deleted the rule and everything seems to be fine, but when I try to update initramfs, I get this :/boot/initrd.img-2.6.24-2.6.24.4.slh.5-sidux-686 does not exist. Cannot update. I removed this kernel along time ago. Is this a problem?

dmsetup and lsb-base are also upgraded as reccomended.
 
 View user's profile Send private message  
Reply with quote Back to top
slh
Post subject:   PostPosted: Jul 19, 2008 - 09:22 PM



Joined: Nov 25, 2006
Posts: 2571

Status: Offline
Do you have dangling symlinks in /boot/?

If you do, delete them, update menu.lst and regenerate the initrd:
Code:
rm /boot/vmlinuz /boot/initrd.img /boot/System.map
update-grub
update-initramfs -u
 
 View user's profile Send private message  
Reply with quote Back to top
soulfly
Post subject:   PostPosted: Jul 19, 2008 - 10:37 PM



Joined: May 20, 2008
Posts: 72
Location: AZ
Status: Offline
will upgrading grub rewrite grub.conf.? Only asking because triplebooting sidux XP and Mepis 7, and had a hard time figuring how to edit grub. Disks are not recognized properly.
 
 View user's profile Send private message  
Reply with quote Back to top
soulfly
Post subject:   PostPosted: Jul 19, 2008 - 11:10 PM



Joined: May 20, 2008
Posts: 72
Location: AZ
Status: Offline
slh, I did have a hangig symlink from the .24 kernel that I uninstalled. Grub would not update(disk config) but was able to update initramfs, thank you.
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2006-2008 by sidux e.V., 10407 Berlin, Kniprodestr. 104. sidux e.V. is a Berlin, Germany based non-profit foundation. Consult Impressum and Legal Terms for details. sidux™ is Free Software released under the GNU/GPL license and other compatible licenses.
powered by Zikula & Zafenio