WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: cups causes Chromium Browser to freeze  (Read 1686 times)

Offline cefcom

  • Newbie
  • *
  • Posts: 13
cups causes Chromium Browser to freeze
« on: November 25, 2011, 12:12:18 PM »
Hi:
I'm trying to install cups-pdf in tinycore 4.02.  But when I issue the command in terminal:

Code: [Select]
$ sudo /usr/local/etc/init.d/cups start
I get:

Code: [Select]
stopped /usr/local/bin/dbus-daemon (pid 3897)
   rm: can't remove '/var/run/dbus/pid' : no such file or directory

If I then continue using  the Chromium browser for about 5 mins. or less,  it freezes and the the whole system stops.
I have to perform a hard  re-boot.

Tinycore is installed on a 4GB flash-drive using EXT2.

Has anyone else had the same problem?
« Last Edit: November 25, 2011, 12:16:23 PM by cefcom »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14624
Re: cups causes Chromium Browser to freeze
« Reply #1 on: November 25, 2011, 01:18:13 PM »
Code: [Select]
stopped /usr/local/bin/dbus-daemon (pid 3897)
   rm: can't remove '/var/run/dbus/pid' : no such file or directory

This message is normal - it arises because when you first start the cups daemon, it tries to restart the dbus daemon. If the dbus daemon is not running, then there is no dbus pid file and hence the error message. If you check, you'll find both the dbus and cups daemons are running.

Note that you'll only see this message the first time you start cups, it will not attempt to restart dbus on subsequent attempts.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10982
Re: cups causes Chromium Browser to freeze
« Reply #2 on: November 26, 2011, 12:24:30 AM »
For the hang, I assume out of ram and probably unrelated to cups. Run top in a shell etc to confirm.
The only barriers that can stop you are the ones you create yourself.