Results 1 to 10 of 13
Hi.. I'm a linux newbie. I use Debian Etch.
Today morning i updated Debian, using MARK ALL UPGRADES option in SYNAPTIC PACKAGE MANAGER.
Kernel was updated from 2.6.18-4-686 to 2.6.25-2-686 ...
- 06-13-2008 #1Just Joined!
- Join Date
- May 2008
- Location
- India
- Posts
- 14
[SOLVED] Problem after updating DEBIAN
Hi.. I'm a linux newbie. I use Debian Etch.
Today morning i updated Debian, using MARK ALL UPGRADES option in SYNAPTIC PACKAGE MANAGER.
- Kernel was updated from 2.6.18-4-686 to 2.6.25-2-686
- Iceweasel was updated to version 3.0
- Gnome, synaptic & many others also got updated.
Everything went smoothly. But after the updation completed, i noticed few things which i didn't like
- When i wanted to change the mouse pointer, main menu->system->preferences->mouse, i was surprised to find the POINTERS tab missing!! Only GENERAL & ACCESSIBILITY tabs are there. All the options except pointer themes are there. [ see the images i've attached ]
Now how do i change the mouse pointer theme??
- GEDIT: I used to change the backgroud color, etc in FONT & COLORS tab in Edit->Preferences. But now, those options are missing in that tab. Instead something called color scheme is there. Though there is an option to create new color scheme files, i dont know how to create them. Can someone explain? [ see the images i've attached ]
- ICEWEASEL: After this new version (3.0) installed, immediately it said "Google Toolbar for Firefox 3.0.20070525L could not be installed because it is not compatible with Iceweasel 3.0"
I know this is not the right place to ask about google toolbar, but i just can't browse without this wonderful toolbar
Somebody help me.. Plz..
- 06-13-2008 #2
Updates can be tricky sometimes...my first notice is you kernel underwent a MAJOR upgrade. I think this can form a problem, when it updated my kernel and when I booted into it it also gave me a lot of problems...specially with my xserver.
So did you boot into your new kernel or your older kernel ?
As for the programs, you might try uninstalling them all with:
apt-get --purge remove <program name>
and apt-getting them once again, as for iceweasel...you can also try uninstalling it first than perform and rm -rf on th ~/.mozilla folder (will destroy all your current plugins and bookmarks) and after that apt-getting iceweasel...
Also run "apt-get update" before you install anything and make sure you are booted in your OLD kernel
- 06-13-2008 #3Just Joined!
- Join Date
- May 2008
- Location
- India
- Posts
- 14
Thanks for ur reply

i booted into both new & old kernels. But i cant find any difference between them. i face the above 3 problems in both kernels
In this way, i can uninstall & reinstall iceweasel and gedit. But what abt mouse-pointer problem??As for the programs, you might try uninstalling them all with:
apt-get --purge remove <program name>
Is ter any way to undo the updates which i did
- 06-13-2008 #4
It sounds to me like you've enabled your testing repositories and you're now running Debian Sid. Beginners should never do this. If you want to get everything back to normal, I'm afraid there is no alternative than to re-install.
Distribution: Archlinux
Processor: 3 x Amd 64 bit
Ram: 4 GB
Graphics card: Nvidia GeForce 9800 GT
- 06-13-2008 #5Just Joined!
- Join Date
- May 2008
- Location
- India
- Posts
- 14
You are absolutely right

This is the contents of /etc/apt/sources.list
So i'm running Debian Sid.Code:# # deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 DVD Binary-1 20070407-11:40]/ etch contrib main deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 DVD Binary-1 20070407-11:40]/ etch contrib main # Line commented out by installer because it failed to verify: deb http://security.debian.org/ etch/updates main contrib # Line commented out by installer because it failed to verify: deb-src http://security.debian.org/ etch/updates main contrib deb http://ftp.in.debian.org/debian/ sid main deb http://http.us.debian.org/debian/ sid main deb http://ftp.in.debian.org/debian/ unstable main
Hmmm.. Okay. I'l reinstall ETCH.
What a mess
Well i think everyone learns from their mistakes & me too
- 06-13-2008 #6
Post the output of this
Post the contents of /etc/apt/sources.list file too.Code:cat /etc/debian-version
EDIT :: I am a bit slow
There is not way to downgrade now. Make sure to add correct sources next time and do not use multiple locations for same source.
deb "http://ftp.in.debian.org/debian/" sid main
deb "http://http.us.debian.org/debian/" sid mainIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-13-2008 #7Just Joined!
- Join Date
- May 2008
- Location
- India
- Posts
- 14
Here it is:
So its lennyCode:lenny/sid

I've already posted its contents in previous post.Post the contents of /etc/apt/sources.list file too.
okay. Thanks a lotThere is not way to downgrade now. Make sure to add correct sources next time and do not use multiple locations for same source.
Can u tell me if this is correct?
Code:deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 DVD Binary-1 20070407-11:40]/ etch contrib main deb http://ftp.us.debian.org/debian/ etch main contrib non-free deb-src http://ftp.us.debian.org/debian/ etch main contrib non-free deb http://security.debian.org/ etch/updates main contrib non-free deb-src http://security.debian.org etch/updates main contrib non-free
- 06-13-2008 #8
There is no need to add deb-src.
Add these sources only :
Code:deb http://ftp.us.debian.org/debian/ etch main contrib non-free deb http://security.debian.org/ etch/updates main contrib non-free
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-13-2008 #9
Yes, and don't forget to comment out those cdroms either.
Distribution: Archlinux
Processor: 3 x Amd 64 bit
Ram: 4 GB
Graphics card: Nvidia GeForce 9800 GT
- 06-13-2008 #10Just Joined!
- Join Date
- May 2008
- Location
- India
- Posts
- 14




