Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Ubuntu 7.10 Boot Issues, why does this happen?
bthaxor
post Mar 29 2008, 11:19 PM
Post #1


Premium Member
********

Group: [HOSTED]
Posts: 154
Joined: 30-October 07
From: Sydney, Australia
Member No.: 52,225
Spam Patrol



hey trapsters,

a few months ago, i reinstalled my laptop because i noticed it was getting considerably laggy. i first installed xp, however i didn't have the time to install ubuntu as well (dual boot) until around about a week ago.

for some reason, however, my ubuntu 7.10 takes an awfully long time to boot. firstly, after the splash (ubuntu logo and loading bar), the common unix printing system (cupsd) takes about 30secs - 1min to load. then, once typing in my username and password, ubuntu goes through this very strange process of desktop switching before i actually get to my proper desktop.

all in all, my ubuntu boot becomes 3-4mins, where it should be no more than 2mins. the shutdown is ordinary: the famous ubuntu 16 second shutdown.

i was wondering: what is the common unix printing system, and do i need it? if not, how can i get rid of it?

also, why does my ubuntu change its desktop 5 times before actually getting to my proper desktop?

i have uploaded a video (only 28mb) showing the exact things that happen when i boot up my ubuntu. you can download it here

thanks so much if you can help.
Go to the top of the page
 
+Quote Post
rvalkass
post Mar 30 2008, 11:02 AM
Post #2


apt-get moo
Group Icon

Group: [MODERATOR]
Posts: 2,153
Joined: 28-May 05
From: Devon, England
Member No.: 7,593
Spam Patrol



QUOTE(bthaxor @ Mar 30 2008, 12:19 AM) *
for some reason, however, my ubuntu 7.10 takes an awfully long time to boot. firstly, after the splash (ubuntu logo and loading bar), the common unix printing system (cupsd) takes about 30secs - 1min to load.

i was wondering: what is the common unix printing system, and do i need it? if not, how can i get rid of it?


The Common UNIX Printing System is, as its name suggests, a system for printing tongue.gif It is a piece of software on UNIX-based machines that acts pretty much as a universal driver for printers (as quite a few printer manufacturers don't tend to release UNIX drivers). cupsd is the daemon process for CUPS. It runs in the background and detects when you try to print, what you are printing, and which printer you are sending it to so that it can get to work printing your document.

You need it if you intend to print anything. If you don't own a printer then you can usually remove it, but be careful to check what else will get removed if you do get rid of it. A lot of programs require CUPS as a dependency if they have printing functionality. Removing CUPS would remove those applications too. It shouldn't be taking that long to boot, but if CUPS is holding you up you can always blacklist it so it doesn't get loaded at boot.

QUOTE(bthaxor @ Mar 30 2008, 12:19 AM) *
then, once typing in my username and password, ubuntu goes through this very strange process of desktop switching before i actually get to my proper desktop.

also, why does my ubuntu change its desktop 5 times before actually getting to my proper desktop?


This seems like dodgy graphics. What graphics card do you have, and what drivers are you using for it?

QUOTE(bthaxor @ Mar 30 2008, 12:19 AM) *
i have uploaded a video (only 28mb) showing the exact things that happen when i boot up my ubuntu. you can download it here


That website is no good - they detect my IP wrong just to get me to buy an account, so I can't watch the video unfortunately.
Go to the top of the page
 
+Quote Post
truefusion
post Mar 30 2008, 10:15 PM
Post #3


Ephesians 6:10-17
Group Icon

Group: [MODERATOR]
Posts: 1,917
Joined: 22-June 05
From: The World of Gentoo
Member No.: 8,528



I saw the video, that's very odd. Did this start happening when you first booted into Ubuntu or some time afterwards? I couldn't really tell from the video (though i think i saw a drop shadow for the panels), but did you enable desktop effects for your account?
Go to the top of the page
 
+Quote Post
bthaxor
post Mar 31 2008, 09:37 AM
Post #4


Premium Member
********

Group: [HOSTED]
Posts: 154
Joined: 30-October 07
From: Sydney, Australia
Member No.: 52,225
Spam Patrol



QUOTE
The Common UNIX Printing System is, as its name suggests, a system for printing tongue.gif It is a piece of software on UNIX-based machines that acts pretty much as a universal driver for printers (as quite a few printer manufacturers don't tend to release UNIX drivers). cupsd is the daemon process for CUPS. It runs in the background and detects when you try to print, what you are printing, and which printer you are sending it to so that it can get to work printing your document.

You need it if you intend to print anything. If you don't own a printer then you can usually remove it, but be careful to check what else will get removed if you do get rid of it. A lot of programs require CUPS as a dependency if they have printing functionality. Removing CUPS would remove those applications too. It shouldn't be taking that long to boot, but if CUPS is holding you up you can always blacklist it so it doesn't get loaded at boot.
well, i will definitely not ever be printing anything from my ubuntu - i use my other computer with xp (office 2007) to print out my things. when you say removing cups removes applications as well, does that mean every application that has a file -> print option?

if this is not the case, then how can i remove cups and cupsd from booting up? because it is certainly the thing slowing down my boot...

QUOTE
This seems like dodgy graphics. What graphics card do you have, and what drivers are you using for it?


here are my system stats:

operating system: xp pro sp2 dual boot ubuntu 7.10 (the dual boot is working fine, xp seems ok with grub)
processor: intel centrino 1.83 ghx (not top of the range but works fine for me)
ram: 1gb
display driver: intel express chipset

QUOTE
That website is no good - they detect my IP wrong just to get me to buy an account, so I can't watch the video unfortunately.
i actually love badongo - fast downloads, fast uploads for members, very easy-to-use interface, not many limits... nonetheless, i have also uploaded the file to my 4shared account - link

QUOTE
I saw the video, that's very odd. Did this start happening when you first booted into Ubuntu or some time afterwards? I couldn't really tell from the video (though i think i saw a drop shadow for the panels), but did you enable desktop effects for your account?


actually, the first few times i booted ubuntu it seemed to be fine, then after updating my whole ubuntu system some errors about the gnome desktop started appearing at boot, but i didnt pay any heed to them. they stopped appearing but then the problems started happening. and yes, i have enabled desktop effects, and they seem to be working perfectly so far with my compizfusion advanced settings smile.gif

thanks so much for your help, guys
Go to the top of the page
 
+Quote Post
rvalkass
post Mar 31 2008, 12:18 PM
Post #5


apt-get moo
Group Icon

Group: [MODERATOR]
Posts: 2,153
Joined: 28-May 05
From: Devon, England
Member No.: 7,593
Spam Patrol



QUOTE(bthaxor @ Mar 31 2008, 10:37 AM) *
well, i will definitely not ever be printing anything from my ubuntu - i use my other computer with xp (office 2007) to print out my things. when you say removing cups removes applications as well, does that mean every application that has a file -> print option?


Not necessarily. Open up Synaptic and run a search for cups. Remove the cups printing packages, then get a preview of what will actually get removed (I can't remember the name of the option, I use Adept). Find the Preview Changes screen and see what else will get removed. If you see applications you want to keep then the best idea is to close Adept and leave cups installed. If all it removes is cups then you should be OK - just make sure!

QUOTE(bthaxor @ Mar 31 2008, 10:37 AM) *
if this is not the case, then how can i remove cups and cupsd from booting up? because it is certainly the thing slowing down my boot...


Go into System > Administration > Services (if I remember it right) and find the printer service. Just disable it. If you ever try to print from an application you'll get an error, but it should stop it loading at boot.

QUOTE(bthaxor @ Mar 31 2008, 10:37 AM) *
here are my system stats:

operating system: xp pro sp2 dual boot ubuntu 7.10 (the dual boot is working fine, xp seems ok with grub)
processor: intel centrino 1.83 ghx (not top of the range but works fine for me)
ram: 1gb
display driver: intel express chipset


If you have an integrated Intel chipset then that may be the problem. I have an integrated Intel chip on my laptop which caused me a little bit of a problem at the start. What you need to do is install a package called i915resolution (sometimes just called 915resolution). That should fix any display problems.

QUOTE(bthaxor @ Mar 31 2008, 10:37 AM) *
actually, the first few times i booted ubuntu it seemed to be fine, then after updating my whole ubuntu system some errors about the gnome desktop started appearing at boot, but i didnt pay any heed to them. they stopped appearing but then the problems started happening. and yes, i have enabled desktop effects, and they seem to be working perfectly so far with my compizfusion advanced settings smile.gif


The fix for integrated Intel chips doesn't always play nice with Desktop Effects (Compiz). Be careful and take backups smile.gif
Go to the top of the page
 
+Quote Post
Galahad
post Apr 3 2008, 07:57 AM
Post #6


Neurotical Squirrel
*********

Group: [HOSTED]
Posts: 590
Joined: 4-November 04
From: Novi Sad, Vojvodina
Member No.: 2,127



As I noticed, Ubuntu 7.10 has quite a few problems on different subjects... Anyways, you can try, just to see, if disablng Compiz can fix the matters with the desktop...

Type this into terminal:
CODE
compiz --replace

This should disable Compiz, and activate Metacity, and cut down on effects, and then you can see what happens... I personally don't use compiz, as it is somewhat buggy on my system, it tends to mess up global hotkeys for moving windows and stuff, and to turn on effects I don't want, and that really annoys me, so I turned off the effects, no spining cube, and wobbly windows for me... But, who needs them anyway, they are nice, but don't actually do anything tongue.gif I installed linux for functionality, not visual effects smile.gif

So, try this, and tll us if it solved the problem, it could be one of the Compiz bugs...
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How Do I Switch From Gnome To Kde?(6)
  2. Linux Help Please !(8)
  3. Share Experience Of Ubuntu Linux(19)
  4. Ubuntu Feisty Linux With Different(3)
  5. Ubuntu Issue: Lexmark Printers(4)
  6. Will Ubuntu Run On My System?(12)
  7. Install Xampp In Ubuntu Fiesty(5)
  8. Gaming In Win2k, Programming In Ubuntu(3)
  9. Ms Fonts In Ubuntu(1)
  10. Wubi: Install Ubuntu With A Single Click From Windows(11)
  11. [review] With Ubuntu 7.04(3)
  12. Broadband Internet Connection(5)
  13. Ubuntu Linux As Free Operating System Alternative(47)
  14. Widescreen Resolutions In Ubuntu 7.04(4)
  15. What Is Ubuntu ?(10)
  1. Cant Boot In Safe Mode [resolved](3)
  2. Ubuntu Themes(4)
  3. Installing Compiz Fusion Onto Ubuntu Linux 7.10 (ati Graphics Card)(0)
  4. Ubuntu All The Way!(32)
  5. Vista & Linux Double Boot(8)
  6. Some Help With Ubuntu!(1)
  7. Connecting To The Internet On Ubuntu(8)
  8. Problems With Ubuntu 7.10(4)
  9. Windows - Ubuntu(6)
  10. Installing Drivers In Ubuntu(hardy Heron)(6)
  11. Windows Xp & Ubuntu’s Cold War(5)
  12. Wireless Lan Network Card Driver Installation On Linux Ubuntu 8.04!(3)
  13. Using Grub To Dual Boot With Opensuse And Dsl(3)


 



-