[Bug 814323] Re: Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

2011-09-22 Thread Jullian Gafar
My VirtualBox is already on 4.1.2 and this issue is still a problem.

I reinstalled my system a couple of days ago with Natty 1104-64bit. My
kernel is 2.6.38-11-generic amd64.

When I first installed it, suspend works fine, but after I reinstalled
all of the softwares that I am using, suspend does not work anymore and
I end up with issues same as above.

So, if it is still vboxdrv causing the issue, then the above should not
be closed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814323

Title:
  Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/814323/+subscriptions

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


[Bug 814323] Re: Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

2011-08-10 Thread Launchpad Bug Tracker
This bug was fixed in the package virtualbox - 4.1.0-dfsg-2ubuntu1

---
virtualbox (4.1.0-dfsg-2ubuntu1) oneiric; urgency=low

  * Merge from Debian unstable, remaining changes:
- Add Apport hook.
  - debian/virtualbox.files/source_virtualbox.py
  - debian/virtualbox.install
- Drop *-source packages.
- Add vboxguest modalias the to the package control field.

virtualbox (4.1.0-dfsg-2) unstable; urgency=low

  * Install vboxpci module in virtualbox-modules packages, thanks to
YOSHINO Yoshihito. (Closes: #637177)
  * Add 36-fix-kernel-panic-suspend.patch from upstream SVN to fix a kernel
panic on suspend caused by the vboxdrv module.
(Closes: #637226; LP: #814323)

virtualbox (4.1.0-dfsg-1) unstable; urgency=low

  * New upstream release.
  * Use VBOX_BUILD_PUBLISHER instead of VBOX_VERSION_STRING to set the
version suffix.
  * Refresh patches.
  * Drop 22-no-static-libstdcpp.patch and 31-multiarch-dri-path.patch,
applied upstream.
  * Add 34-fix-vboxpci-build.patch to fix a VBoxPCI build failure.
  * Add vboxpci kernel module to virtualbox-dkms and virtualbox-source.
  * Update package names in 04-vboxdrv-references.patch.
  * Add 35-libvdeplug-soname.patch to fix VDE networking. (Closes: #636335)
  * Drop broken alloc symlink in virtualbox-dkms and virtualbox-source.
 -- Felix Geyer debfx-...@fobos.de   Wed, 10 Aug 2011 17:34:57 +0200

** Changed in: virtualbox (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814323

Title:
  Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/814323/+subscriptions

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


[Bug 814323] Re: Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

2011-08-02 Thread lotharmat
That patch works a treat! - Many thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814323

Title:
  Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/814323/+subscriptions

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


[Bug 814323] Re: Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

2011-08-01 Thread Daniel Lombraña González
Hi everyone,

I have successfully tested the patch!! Thanks a lot Eugene!!! It works
like a charm!! If you need something else to check, let me know.

Regards,

Daniel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814323

Title:
  Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/814323/+subscriptions

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


[Bug 814323] Re: Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

2011-07-30 Thread Brian Murray
** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814323

Title:
  Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/814323/+subscriptions

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


[Bug 814323] Re: Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

2011-07-30 Thread Eugene San
** Package changed: linux (Ubuntu) = virtualbox (Ubuntu)

** Changed in: virtualbox (Ubuntu)
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814323

Title:
  Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/814323/+subscriptions

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


[Bug 814323] Re: Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

2011-07-30 Thread Eugene San
Solution provided in upstream.

Attaching fixing patch:

sudo -i
service vboxdrv stop
wget -O /tmp/vboxhost-fix-panic.patch 
http:/launchpad.net//vboxhost-fix-panic.patch
cd /usr/share/virtualbox/src/vboxhost
patch -p1  /tmp/vboxhost-fix-panic.patch
dkms remove -m vboxhost -v 4.1.0 --all
dkms add -m vboxhost -v 4.1.0
dkms build -m vboxhost -v 4.1.0
dkms install -m vboxhost -v 4.1.0
service vboxdrv start


** Patch added: vboxdrv-4.1.0-shutdown-suspend-fix
   
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/814323/+attachment/2242019/+files/vboxhost-fix-panic.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814323

Title:
  Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/814323/+subscriptions

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


[Bug 814323] Re: Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

2011-07-28 Thread Daniel Lombraña González
Yes, the easiest way to solve the problem for now is to run:

sudo /etc/init.d/vboxdrv stop

Before you suspend. Another option is what people have described in the
messages about black-listing VBox modules when suspending the machine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814323

Title:
  Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/814323/+subscriptions

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


[Bug 814323] Re: Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

2011-07-27 Thread Andreas Hasenack
Joe, I opened bug #816963 for the same issue but with vmware-player.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814323

Title:
  Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/814323/+subscriptions

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


[Bug 814323] Re: Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

2011-07-27 Thread Joe Burgess
Thanks Andreas.

Everony else that has this bug though. This has been forwarded to
upstream you can track it and make comments at:
http://www.virtualbox.org/ticket/9260

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814323

Title:
  Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/814323/+subscriptions

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


[Bug 814323] Re: Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

2011-07-27 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Changed in: linux (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814323

Title:
  Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/814323/+subscriptions

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


[Bug 814323] Re: Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

2011-07-27 Thread akhalfan
workaround: before suspending, unload the vboxdrv module and suspend
will work

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814323

Title:
  Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/814323/+subscriptions

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


[Bug 814323] Re: Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

2011-07-26 Thread Joe Burgess
** Summary changed:

- The laptop does not suspend anymore
+ Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814323

Title:
  Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/814323/+subscriptions

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


[Bug 814323] Re: Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

2011-07-26 Thread Alexander Karlstad
Same problem here on my Thinkpad Edge 13. The workaround in the
Virtualbox' bug ticket[1] worked for me.

[1]: http://www.virtualbox.org/ticket/9260

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814323

Title:
  Virtualbox 4.1 (vboxdrv) Blocks Machine Suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/814323/+subscriptions

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