Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Debian Linux Help
Reload this Page [SOLVED] Problem after updating DEBIAN
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Debian Linux Help Discussions related to Debian GNU/Linux.

Closed Thread
 
Thread Tools Display Modes
Old 06-13-2008   #1 (permalink)
phenix
Just Joined!
 
Join Date: May 2008
Location: India
Posts: 8
Send a message via Yahoo to phenix
Thumbs up [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.
  1. Kernel was updated from 2.6.18-4-686 to 2.6.25-2-686
  2. Iceweasel was updated to version 3.0
  3. 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..
Attached Images
File Type: jpg Gedit Preferences.jpg (13.6 KB, 3 views)
File Type: jpg Mouse Preferences.jpg (11.7 KB, 2 views)
File Type: jpg Mouse Preferences_1.jpg (13.2 KB, 1 views)
phenix is offline  
Old 06-13-2008   #2 (permalink)
geniuz
Just Joined!
 
geniuz's Avatar
 
Join Date: Mar 2008
Location: Netherlands, Europe
Posts: 68
Send a message via MSN to geniuz
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
__________________
Distribution: Arch Linux
http://www.geniuz.org <-- linux help, how to's and much more interesting stuff, check it out !!
geniuz is offline  
Old 06-13-2008   #3 (permalink)
phenix
Just Joined!
 
Join Date: May 2008
Location: India
Posts: 8
Send a message via Yahoo to phenix
Exclamation

Thanks for ur reply

Quote:
Originally Posted by geniuz View Post
So did you boot into your new kernel or your older kernel ?
i booted into both new & old kernels. But i cant find any difference between them. i face the above 3 problems in both kernels

Quote:
As for the programs, you might try uninstalling them all with:
apt-get --purge remove <program name>
In this way, i can uninstall & reinstall iceweasel and gedit. But what abt mouse-pointer problem??

Is ter any way to undo the updates which i did
phenix is offline  
Old 06-13-2008   #4 (permalink)
Manchunian
Linux Enthusiast
 
Manchunian's Avatar
 
Join Date: Dec 2007
Location: France but my heart stays in Britain
Posts: 619
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: Celeron 2.6 GHz; Ram: 750 MB
Graphics card: Nvidia GeForce4 MX 440-SE
Mother board: Columbia 4
Manchunian is offline  
Old 06-13-2008   #5 (permalink)
phenix
Just Joined!
 
Join Date: May 2008
Location: India
Posts: 8
Send a message via Yahoo to phenix
You are absolutely right

This is the contents of /etc/apt/sources.list

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
So i'm running Debian Sid.
Hmmm.. Okay. I'l reinstall ETCH.
What a mess
Well i think everyone learns from their mistakes & me too
phenix is offline  
Old 06-13-2008   #6 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,098
Post the output of this
Code:
cat /etc/debian-version
Post the contents of /etc/apt/sources.list file too.

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.
Quote:
deb "http://ftp.in.debian.org/debian/" sid main
deb "http://http.us.debian.org/debian/" sid main
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline  
Old 06-13-2008   #7 (permalink)
phenix
Just Joined!
 
Join Date: May 2008
Location: India
Posts: 8
Send a message via Yahoo to phenix
Quote:
Originally Posted by devils casper View Post
Post the output of this
Code:
cat /etc/debian-version
Here it is:
Code:
lenny/sid
So its lenny



Quote:
Post the contents of /etc/apt/sources.list file too.
I've already posted its contents in previous post.




Quote:
There is not way to downgrade now. Make sure to add correct sources next time and do not use multiple locations for same source.
okay. Thanks a lot

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
phenix is offline  
Old 06-13-2008   #8 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,098
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
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline  
Old 06-13-2008   #9 (permalink)
Manchunian
Linux Enthusiast
 
Manchunian's Avatar
 
Join Date: Dec 2007
Location: France but my heart stays in Britain
Posts: 619
Yes, and don't forget to comment out those cdroms either.
__________________
Distribution: Archlinux
Processor: Celeron 2.6 GHz; Ram: 750 MB
Graphics card: Nvidia GeForce4 MX 440-SE
Mother board: Columbia 4
Manchunian is offline  
Old 06-13-2008   #10 (permalink)
phenix
Just Joined!
 
Join Date: May 2008
Location: India
Posts: 8
Send a message via Yahoo to phenix
Quote:
Originally Posted by devils casper View Post
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
Ok

Quote:
Originally Posted by Manchunian View Post
Yes, and don't forget to comment out those cdroms either.
i'm having that dvd and i use that to install most of the packages
So why should i comment them?
phenix is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 04:23 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0