FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Debian > Debian Laptop

 
 
LinkBack Thread Tools
 
Old 09-27-2010, 06:45 AM
Ji ZhengYu
 
Default Upgrading Lenny to Squeeze

On Mon, Sep 27, 2010 at 5:52 AM, PJ Weisberg
<pj@irregularexpressions.net> wrote:
>
> Are xorg and gnome actually installed? *When I upgraded from Lenny to
> Sid a couple months ago I got myself into trouble by blindly accepting
> Aptitude's recommendations without actually reading them.

First, I usually choose what I need manally, and I check these very carefully.
I can make sure that xorg and gnome are installed indeed.

I solved this problem by using a old xorg.conf from another debian in my
desktop pc, with minor changes.
Now everything is ok, sometimes there will be a error message in X.log,
something like "No screen found", and X system will down. But after rebooting
it, it will be ok. That's strange.

--
Regards,

G


--
To UNSUBSCRIBE, email to debian-laptop-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: AANLkTikZT1QzvH-SGsbeG1JTR45iNXNfSOUhymU6sei8@mail.gmail.com">http ://lists.debian.org/AANLkTikZT1QzvH-SGsbeG1JTR45iNXNfSOUhymU6sei8@mail.gmail.com
 
Old 09-27-2010, 12:45 PM
"Paulo Diovani"
 
Default Upgrading Lenny to Squeeze

> Are xorg and gnome actually installed? When I upgraded from Lenny to
> Sid a couple months ago I got myself into trouble by blindly accepting
> Aptitude's recommendations without actually reading them.

In My recent upgrade, Xorg was unninstalled due to the dependecy problems I had. Reinstalling it Just worked fine with my lenny xorg.conf.


> Seems like the only way to do things right is clean install? Learned from other people's mistakes.

No! Of course not!
I use Debian on my notebook since Etch, withou never doing a clean install, Just upgrading.
For Lenny, I have waited for the release to upgrade, what makes thigs a little easier. But now I was to much anxious to wait for Squeeze (cause of kde4, ooo, etc...).
The only problems was by not upgrading the kernel first, but now it's everthing working fine.


> I have been avoiding hardware that isn't mainstream.

Unfortunately, that not always possible. Mainly for notebooks. But upgrading to a new kernel, boot it, and then install every module needed before full-upgrade is not a pain.
For me, my only problem was madwifi. But I had just to unninstall it and use the new kernel ath5k module (that didn't work in my old kernel). Any additional modules that I need could be installed easy by m-a.

__
Paulo Diovani Gonçalves
http://diovani.com


--
To UNSUBSCRIBE, email to debian-laptop-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 02ef01cb5e41$e696aa70$b3c3ff50$@com">http://lists.debian.org/02ef01cb5e41$e696aa70$b3c3ff50$@com
 
Old 09-27-2010, 12:48 PM
"Paulo Diovani"
 
Default Upgrading Lenny to Squeeze

Do someone knows if there is and easy and fast way to upgrade udev rules?

I have hundreds of WARNINGs at boot due to deprecated syntax on then.

__
Paulo Diovani Gonçalves
http://diovani.com


--
To UNSUBSCRIBE, email to debian-laptop-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 02f001cb5e42$54903320$fdb09960$@com">http://lists.debian.org/02f001cb5e42$54903320$fdb09960$@com
 
Old 09-27-2010, 04:00 PM
Bob Proulx
 
Default Upgrading Lenny to Squeeze

Paulo Diovani wrote:
> Do someone knows if there is and easy and fast way to upgrade udev rules?
> I have hundreds of WARNINGs at boot due to deprecated syntax on then.

Are these coming from xserver-xorg-input-wacom? Something like this:

udevd[499]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules

In that case it is a bug in xserver-xorg-input-wacom. Please see this
bug report for details.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565126

My workaround is to purge that package and then reinstall it and the
parent meta-package that brought it in by dependency. The purge
removes all configuration files. The install brings in pristine
copies of the configuration files.

$ dpkg -L xserver-xorg-input-wacom | grep udev/rules.d/
/lib/udev/rules.d/69-xserver-xorg-input-wacom.rules
/etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules

# apt-get remove --purge xserver-xorg-input-wacom
# apt-get install xserver-xorg-input-all

$ dpkg -L xserver-xorg-input-wacom | grep udev/rules.d/
/lib/udev/rules.d/69-xserver-xorg-input-wacom.rules

Bob
 
Old 09-27-2010, 05:26 PM
"Paulo Diovani"
 
Default Upgrading Lenny to Squeeze

Purge and then reinstall the package did the trick.
Thanks.

__
Paulo Diovani Gonçalves
http://diovani.com


> -----Original Message-----
> From: Bob Proulx [mailto:bob@proulx.com]
> Sent: Monday, September 27, 2010 1:00 PM
> To: debian-laptop@lists.debian.org
> Subject: Re: Upgrading Lenny to Squeeze
>
> Paulo Diovani wrote:
> > Do someone knows if there is and easy and fast way to upgrade udev
> rules?
> > I have hundreds of WARNINGs at boot due to deprecated syntax on then.
>
> Are these coming from xserver-xorg-input-wacom? Something like this:
>
> udevd[499]: SYSFS{}= will be removed in a future udev version, please
> use ATTR{}= to match the event device, or ATTRS{}= to match a parent
> device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules
>
> In that case it is a bug in xserver-xorg-input-wacom. Please see this
> bug report for details.
>
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565126
>
> My workaround is to purge that package and then reinstall it and the
> parent meta-package that brought it in by dependency. The purge
> removes all configuration files. The install brings in pristine copies
> of the configuration files.
>
> $ dpkg -L xserver-xorg-input-wacom | grep udev/rules.d/
> /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules
> /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules
>
> # apt-get remove --purge xserver-xorg-input-wacom
> # apt-get install xserver-xorg-input-all
>
> $ dpkg -L xserver-xorg-input-wacom | grep udev/rules.d/
> /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules
>
> Bob


--
To UNSUBSCRIBE, email to debian-laptop-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 03d101cb5e69$1ab6b670$50242350$@com">http://lists.debian.org/03d101cb5e69$1ab6b670$50242350$@com
 
Old 10-07-2010, 02:16 AM
Ionreflex
 
Default Upgrading Lenny to Squeeze

Same here many thanks!
Ion



2010/9/27 Paulo Diovani <paulo@diovani.com>

Purge and then reinstall the package did the trick.

Thanks.



__

Paulo Diovani Gonçalves

http://diovani.com





> -----Original Message-----

> From: Bob Proulx [mailto:bob@proulx.com]

> Sent: Monday, September 27, 2010 1:00 PM

> To: debian-laptop@lists.debian.org

> Subject: Re: Upgrading Lenny to Squeeze

>

> Paulo Diovani wrote:

> > Do someone knows if there is and easy and fast way to upgrade udev

> rules?

> > I have hundreds of WARNINGs at boot due to deprecated syntax on then.

>

> Are these coming from xserver-xorg-input-wacom? *Something like this:

>

> * udevd[499]: SYSFS{}= will be removed in a future udev version, please

> use ATTR{}= to match the event device, or ATTRS{}= to match a parent

> device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules

>

> In that case it is a bug in xserver-xorg-input-wacom. *Please see this

> bug report for details.

>

> * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565126

>

> My workaround is to purge that package and then reinstall it and the

> parent meta-package that brought it in by dependency. *The purge

> removes all configuration files. *The install brings in pristine copies

> of the configuration files.

>

> * $ dpkg -L xserver-xorg-input-wacom | grep udev/rules.d/

> * /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules

> * /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules

>

> * # apt-get remove --purge xserver-xorg-input-wacom

> * # apt-get install xserver-xorg-input-all

>

> * $ dpkg -L xserver-xorg-input-wacom | grep udev/rules.d/

> * /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules

>

> Bob





--

To UNSUBSCRIBE, email to debian-laptop-REQUEST@lists.debian.org

with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

Archive: http://lists.debian.org/03d101cb5e69$1ab6b670$50242350$@com
 
Old 10-07-2010, 07:33 AM
Robert Black
 
Default Upgrading Lenny to Squeeze

On Mon, Sep 27, 2010 at 10:00:17AM -0600, Bob Proulx wrote:
> Paulo Diovani wrote:
> > Do someone knows if there is and easy and fast way to upgrade udev rules?
> > I have hundreds of WARNINGs at boot due to deprecated syntax on then.
>
> Are these coming from xserver-xorg-input-wacom? Something like this:
>
> udevd[499]: SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules
>
> In that case it is a bug in xserver-xorg-input-wacom. Please see this
> bug report for details.
>
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565126
>
> My workaround is to purge that package and then reinstall it and the
> parent meta-package that brought it in by dependency. The purge
> removes all configuration files. The install brings in pristine
> copies of the configuration files.
>
> $ dpkg -L xserver-xorg-input-wacom | grep udev/rules.d/
> /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules
> /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules
>
> # apt-get remove --purge xserver-xorg-input-wacom
> # apt-get install xserver-xorg-input-all
>
> $ dpkg -L xserver-xorg-input-wacom | grep udev/rules.d/
> /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules
>
> Bob


Fixed mine also. Been putting it off. Thanks.
Robert
 

Thread Tools




All times are GMT. The time now is 01:23 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org