[Bug 135308] Re: Error Upgrading opendchub in Gutsy

2007-11-03 Thread trv
This a workaround that lets the package to be removed/purged

[grabbed from ubuntuforums]

This was posted by a gentlemen named Intelikey in #kubuntu on
irc.freenode.org

# stops kubuntu from loading the service
sudo mv /sbin/start-stop-daemon /root 

# convinces kubuntu the load succeeded so the process doesn't error out
sudo ln -s /bin/true /sbin/start-stop-daemon 

### now uninstall your package then continue with ###

# remove the symbolic link
sudo rm /sbin/start-stop-daemon

# restore the start/stop daemon to its original location 
sudo mv /root/start-stop-daemon /sbin/

-- 
Error Upgrading opendchub in Gutsy
https://bugs.launchpad.net/bugs/135308
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156721] Resize plugin causes 100% cpu usage - must kill compiz to solve

2007-10-24 Thread trv
Public bug reported:

Binary package hint: compiz

I have an ATI card, and i managed to get compiz to work in gutsy (in feisty i 
could not).
Everything works just fine EXEPT the resize plugin.

When i try to resize a window, the cpu usage jumps (even before the
resize finishes) to 100% and everything slows down.

It doesnt matter what resize mode I choose (outline, rectangle etc).

When it happens, the only thing that can be done is to reach a console
(if I can) and type killall compiz.real so to kill compiz.

If I restart compiz, then everything works fine.

** Affects: compiz (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Binary package hint: compiz
  
  I have an ATI card, and i managed to get compiz to work in gutsy (in feisty i 
could not).
  Everything works just fine EXEPT the resize plugin.
  
- When i try to resize a window, the cpu usage jumps instantly (even before the 
resize finishes) to 100% and everything slows down.
+ When i try to resize a window, the cpu usage jumps (even before the
+ resize finishes) to 100% and everything slows down.
+ 
  It doesnt matter what resize mode I choose (outline, rectangle etc).
  
- When it happens, the only thing i can do is to reach a console (if I
- can) and type killall compiz.real so to kill compiz.
+ When it happens, the only thing that can be done is to reach a console
+ (if I can) and type killall compiz.real so to kill compiz.
  
  If I restart compiz, then everything works fine.

-- 
Resize plugin causes 100% cpu usage - must kill compiz to solve
https://bugs.launchpad.net/bugs/156721
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150109] Re: [Gutsy Beta] Black screen when resume from Suspend to RAM

2007-10-22 Thread trv
*** This bug is a duplicate of bug 138256 ***
https://bugs.launchpad.net/bugs/138256

One maybe workaround for this problem:

You could make a sh script to kill compiz on suspend (the script should be put 
in /etc/acpi/suspend.d/ ) 
This script would be something like just:

killall compiz.real

and one to start compiz in resume: (located at /etc/acpi/resume.d/ )
like this:

compiz --replace 


I'm pretty sure everything would work this way.

-- 
[Gutsy Beta] Black screen when resume from Suspend to RAM
https://bugs.launchpad.net/bugs/150109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59792] Re: Kernel 2.6.17-7-generic fails to boot, I get the BusyBox instead

2006-12-17 Thread trv

Re: Kernel 2.6.17-7-generic fails to boot, I get the BusyBox instead from B. 
Grantham at 2006-09-12 16:42:56 UTC

Did you do the new feature on apt-get that removes unnecessary packages? If 
so, it seems it might have removed upstart.. this was another bug recently 
posted.

Make sure you have upstart package on your system to init the new kernels. You 
can use a livecd and chroot your filesystem if you are not able to currently 
do anything.

I have the same problem, and i remember runnning apt-get autoremove and
i think it removed upstart among others. Can you elaborate on this issue
please, how to fix it and reinstall that package? And where is this bug
report you refer to.

Thank you

-- 
Kernel 2.6.17-7-generic fails to boot, I get the BusyBox instead
https://launchpad.net/bugs/59792

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 75882] Re: apt-get autoremove removes required packages

2006-12-17 Thread trv
I confirm this, it removed upstart in my system and had to chroot it
using live cd to install it again.

-- 
apt-get autoremove removes required packages
https://launchpad.net/bugs/75882

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs