You are not logged in.

Announcement

Due to heavy spamming of forums registration is going in stages. If you wish to register as a new user with ArchBang Forums, first register and then send an e-mail to: archbangforums at gmail dot com. It should contain the problem you want to discuss or some other AB related content. You will be promoted from registering member with no posting rights to new member with posting rights after that. If your mail is ignored you haven't fulfilled the requirements.

#1 2012-06-04 00:27:08

mastis
ArchBanger
From: Finland
Registered: 2011-10-02
Posts: 126

Tip for Xorg111 + catalyst users: systemd-tools replaces udev

Yesterday i upgraded my system and and this morning i got error: "X is respawning too fast". I got this error message because catalyst isn't supporting xorg-server 1.12 and xorg-server 1.11 needs udev. I found not so proper solution for this problem but it works:

 ln -s /usr/lib/libudev.so.1.0.1 /usr/lib/libudev.so.0 

References:
https://bbs.archlinux.org/viewtopic.php?id=142504
http://www.archlinux.org/news/systemd-t … aces-udev/
https://wiki.archlinux.org/index.php/ATI_Catalyst

Offline

#2 2012-06-04 02:24:02

pablokal
Administrator
From: Nijmegen, Holland
Registered: 2010-10-12
Posts: 2,624
Website

Re: Tip for Xorg111 + catalyst users: systemd-tools replaces udev

No, that is not the way to do it:
See thread:

Symlinking is not the answer. If software is broken it either needs to be updated upstream or possibly just recompiled.

And

Another one is what anonymous_user is suggesting in that symlinks can cause all sorts of very hard to track problems later on. I highly recommend that you lose the symlinks and solve the problems directly.

The biggest problem is that in a later update these symlinks, meanwhile forgotten will create problems.
See what I did: http://bbs.archbang.org/viewtopic.php?pid=15070#p15070


Getting your questions answered here at ArchBang Forums
Please! Always give hardware info, if there is a chance that 's relevant: #lspci -vnn
Quote: What I have learnt from Linux is to minimize dependencies and functionalities for greater independence.
On Arch(bang) and Openbox: http://stillstup.blogspot.com/

Offline

#3 2012-06-04 02:38:47

mastis
ArchBanger
From: Finland
Registered: 2011-10-02
Posts: 126

Re: Tip for Xorg111 + catalyst users: systemd-tools replaces udev

Yeah i have read that and as i said not proper way. So the options are: use the symlink and you can use the system OR wait updates with broken system(only tty available). I tried your thread first but i could not startx. I'm going to use the symlink until the problems are solved. When there is proper updates available i can remove the symlink.

Last edited by mastis (2012-06-04 02:54:44)

Offline

#4 2012-06-04 07:16:41

oliver
Administrator
Registered: 2010-11-04
Posts: 1,516

Re: Tip for Xorg111 + catalyst users: systemd-tools replaces udev

mastis wrote:

When there is proper updates available i can remove the symlink.

I think if you're disciplined you'll be OK.  When I had a similar problem back in the day, I did the same thing but I did add an alias to 'emerge' (the gentoo version of pacman)... essentially it was something like:

alias emerge='echo "if you see <pkg>, rm symlink"; emerge'

It may have been unneeded, but I thought it made sense to remove the symlink before the package was upgraded


Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?

Offline

Board footer

Powered by FluxBB