[Bug 1067548] Re: Restarting hangs

2013-01-27 Thread Marius B. Kotsbak
My reverse bisecting was not proper as the error did not happen every
time. Did it again by testing 3 times each time it did not fail. Anyway,
I got through the bisecting again, and found a more likely suspect:

2dfc7a391af637b6a820c0ded3964c2b9efd417f is the first bad commit
commit 2dfc7a391af637b6a820c0ded3964c2b9efd417f
Author: Ondrej Zary li...@rainbow-software.org
Date: Tue Dec 11 22:18:05 2012 +0100

x86, 8042: Enable A20 using KBC to fix S3 resume on some MSI laptops

commit ad68652412276f68ad4fe3e1ecf5ee6880876783 upstream.

Some MSI laptop BIOSes are broken - INT 15h code uses port 92h to enable A20
line but resume code assumes that KBC was used.
The laptop will not resume from S3 otherwise but powers off after a while
and then powers on again stuck with a blank screen.

Fix it by enabling A20 using KBC in i8042_platform_init for x86.

Fixes https://bugzilla.kernel.org/show_bug.cgi?id=12878

Signed-off-by: Ondrej Zary li...@rainbow-software.org
Cc: Dmitry Torokhov dmitry.torok...@gmail.com
Cc: Alan Cox a...@lxorguk.ukuu.org.uk
Cc: Rafael J. Wysocki r...@sisk.pl
Link: http://lkml.kernel.org/r/201212112218.06551.li...@rainbow-software.org
Signed-off-by: H. Peter Anvin h...@linux.intel.com
Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org

That is because it mentions black screen behaviour, related to power
management, and that I have had troubles with the i8042 module with this
laptop before:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/737482

I saw that the commit that fixes the problem is already committed for
stable kernel updates for Precise and Quantal, so I guess it is just to
wait for the fix on this one (tested that test kernel linux-
image-3.5.7-991-generic works fine).

** Bug watch added: Linux Kernel Bug Tracker #12878
   http://bugzilla.kernel.org/show_bug.cgi?id=12878

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2013-01-23 Thread Marius B. Kotsbak
I've now gone through reverse bisecting between mainline stable kernels
3.7.1 and 3.7.2, and the commit that seems to solve this issue is:

235db1e98f49a39427b87b491388cf645406e5fc is the first bad commit
commit 235db1e98f49a39427b87b491388cf645406e5fc
Author: Chuansheng Liu chuansheng@intel.com
Date: Sat Nov 10 01:27:22 2012 +0800

firmware loader: Fix the concurrent request_firmware() race for
kref_get/put

commit bd9eb7fbe69111ea0ff1f999ef4a5f26d223d1d5 upstream.

There is one race that both request_firmware() with the same
firmware name.

The race scenerio is as below:
CPU1 CPU2
request_firmware() --
_request_firmware_load() return err another request_firmware() is coming --
_request_firmware_cleanup is called -- _request_firmware_prepare --
release_firmware --- fw_lookup_and_allocate_buf --
spin_lock(fwc-lock)
... __fw_lookup_buf() return true
fw_free_buf() will be called -- ...
kref_put --
decrease the refcount to 0
kref_get(tmp-ref) == it will trigger warning
due to refcount == 0
__fw_free_buf() --
... spin_unlock(fwc-lock)
spin_lock(fwc-lock)
list_del(buf-list)
spin_unlock(fwc-lock)
kfree(buf)
After that, the freed buf will be used.

The key race is decreasing refcount to 0 and list_del is not protected together 
by
fwc-lock, and it is possible another thread try to get it between refcount==0
and list_del.

Fix it here to protect it together.

Acked-by: Ming Lei ming@canonical.com
Signed-off-by: liu chuansheng chuansheng@intel.com
Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2013-01-23 Thread Marius B. Kotsbak
I would like to have the fix backported to Precise and Quantal.

** Changed in: upstart (Ubuntu)
   Status: Incomplete = Invalid

** Also affects: linux
   Importance: Undecided
   Status: New

** Changed in: linux
   Status: New = 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/1067548

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2013-01-23 Thread Marius B. Kotsbak
** No longer affects: upstart (Ubuntu)

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2013-01-23 Thread Christopher M. Penalver
Marius B. Kotsbak, thank you for taking the time to report this bug and
helping to make Ubuntu better. However, I am closing it because the bug
has been fixed in the latest development version of Ubuntu - Raring
Ringtail.

This is a significant bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please do steps 1 and 2 of the SRU
Procedure [1] to bring the need to a developer's attention.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

** Tags added: cherry-pick

** Changed in: linux (Ubuntu)
   Status: Confirmed = Fix Released

** Tags removed: kernel-bug-exists-upstream 
kernel-bug-exists-upstream-v3.7-rc1-quantal
** Tags added: kernel-fixed-upstream kernel-fixed-upstream-v3.7-rc2-quantal

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2013-01-19 Thread Christopher M. Penalver
Marius B. Kotsbak, thank you for testing Raring. Did you need a backport
to a prior release, or may we mark this Status Invalid?

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2013-01-15 Thread Marius B. Kotsbak
I do not reproduce the problem on the raring image downloaded today.

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-12-27 Thread Christopher M. Penalver
Marius Kotsbak, could you please test for this in a Raring environment
via http://cdimage.ubuntu.com/daily-live/current/ ?

** Description changed:

  Usually when I restart my laptop, it hangs with black screen. Shutdown
  works fine.
+ 
+ After testing it is clear that the bug was introduced between Oneiric
+ and Precise.
+ 
+ This is reproducible in Quantal with the kernel package from Oneiric
+ linux-image-generic (3.0.0.29.33).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: upstart 1.5-0ubuntu9
  Uname: Linux 3.7.0-030700rc1-generic i686
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: i386
  Date: Wed Oct 17 01:16:06 2012
  EcryptfsInUse: Yes
  SourcePackage: upstart
  UpgradeStatus: Upgraded to quantal on 2012-08-31 (46 days ago)
- --- 
+ ---
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marius 6338 F pulseaudio
  CRDA:
   country NO:
-   (2402 - 2482 @ 40), (N/A, 20)
-   (5170 - 5250 @ 40), (N/A, 20)
-   (5250 - 5330 @ 40), (N/A, 20), DFS
-   (5490 - 5710 @ 40), (N/A, 27), DFS
+   (2402 - 2482 @ 40), (N/A, 20)
+   (5170 - 5250 @ 40), (N/A, 20)
+   (5250 - 5330 @ 40), (N/A, 20), DFS
+   (5490 - 5710 @ 40), (N/A, 27), DFS
  DistroRelease: Ubuntu 12.10
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=49e028f9-7435-4850-8244-8523020782de
  MachineType: GIGABYTE T1005
  Package: upstart 1.5-0ubuntu9
  PackageArchitecture: i386
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=f1d0446d-3ea3-46a7-9842-8773acca78e6 ro 
crashkernel=384M-2G:64M,2G-:128M quiet
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  RelatedPackageVersions:
   linux-restricted-modules-3.5.0-17-generic N/A
   linux-backports-modules-3.5.0-17-generic  N/A
   linux-firmware1.95
  RfKill:
   0: phy0: Wireless LAN
-   Soft blocked: no
-   Hard blocked: no
+   Soft blocked: no
+   Hard blocked: no
  Tags:  quantal running-unity quantal running-unity
  Uname: Linux 3.5.0-17-generic i686
  UpgradeStatus: Upgraded to quantal on 2012-08-31 (47 days ago)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 08/30/2010
  dmi.bios.vendor: GIGABYTE
  dmi.bios.version: GSBF05
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: T1005
  dmi.board.vendor: GIGABYTE
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnGIGABYTE:bvrGSBF05:bd08/30/2010:svnGIGABYTE:pnT1005:pvrGSBF05:rvnGIGABYTE:rnT1005:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
  dmi.product.name: T1005
  dmi.product.version: GSBF05
  dmi.sys.vendor: GIGABYTE

** Changed in: upstart (Ubuntu)
   Status: New = Incomplete

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-12-21 Thread Marius Kotsbak
After testing it is clear that the bug was introduced between Oneiric
and Precise. But I also reproduce it in Quantal with the kernel package
from Oneiric, so I suppose it is not a kernel bug.

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-12-21 Thread Christopher M. Penalver
Marius Kotsbak, regarding your comments 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1067548/comments/31 :
But I also reproduce it in Quantal with the kernel package from Oneiric

Which kernel version from Oneiric did you test specifically?

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-12-21 Thread Marius Kotsbak
It was kernel package linux-image-generic (3.0.0.29.33).

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-12-21 Thread Marius Kotsbak
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-12-17 Thread Christopher M. Penalver
Marius Kotsbak, thank you for testing Lucid. Does this issue not occur
in a release after Lucid, but prior to Quantal?

** Tags added: regression-release

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-12-16 Thread Christopher M. Penalver
Marius Kotsbak, regarding your comments 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1067548/comments/22 :
I think I have seen the problem in previous releases too.

Which release(s) specifically did you see this problem in?

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

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-12-16 Thread Marius Kotsbak
Rebooting works fine with Lucid (latest revision from 2012oe), so it is
a regression.

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-12-14 Thread Marius Kotsbak
I reproduce it with a Quantal Live CD.

** Changed in: upstart (Ubuntu)
   Status: Incomplete = New

** Changed in: linux (Ubuntu)
   Status: Incomplete = New

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-19 Thread Marius Kotsbak
Hey, why did you remove upstart? It is NOT confirmed that this issue is
caused by the kernel,  even though it seems to happen with upstream
kernels as well.

** Also affects: upstart (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-19 Thread Christopher M. Penalver
Marius Kotsbak, regarding your comments 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1067548/comments/24 :
Hey, why did you remove upstart?

As Joseph Salisbury works for Canonical, and marked this bug Triaged, I
presumed he is correct.

It is NOT confirmed that this issue is caused by the kernel, even
though it seems to happen with upstream kernels as well.

Given what I just mentioned, I agree we could vet this some more. Could
you please capture an upstart log following
http://upstart.ubuntu.com/wiki/Debugging ?

As well, for regression testing purposes, could you please test for this
problem in a Lucid live environment via
http://releases.ubuntu.com/lucid/ ?

As well, is this reproducible in the Quantal live environment via
http://releases.ubuntu.com/quantal/ ?

Also, could you please capture the kernel oops following
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Capturing_OOPs
?

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

** Changed in: upstart (Ubuntu)
   Status: New = Incomplete

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-18 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.7 kernel[0] (Not a kernel in the daily directory) and install both
the linux-image and linux-image-extra .deb packages.

Once you've tested the upstream kernel, please remove the 'needs-
upstream-testing' tag.  Please only remove that one tag and leave the
other tags. This can be done by clicking on the yellow pencil icon next
to the tag located at the bottom of the bug description and deleting the
'needs-upstream-testing' text.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7-rc1-quantal/

** Tags added: needs-upstream-testing

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

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-18 Thread Marius Kotsbak
** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-18 Thread Marius Kotsbak
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-18 Thread Christopher M. Penalver
Marius Kotsbak, did this problem not occur in a release prior to
Quantal?

** Tags added: kernel-bug-exists-upstream-v3.7-rc1-quantal

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

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-18 Thread RaduStoica
** Changed in: linux (Ubuntu)
   Status: Incomplete = New

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-18 Thread Marius Kotsbak
I think I have seen the problem in previous releases too.

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-18 Thread Brad Figg
** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-18 Thread Joseph Salisbury
This issue appears to be an upstream bug, since you tested the latest
upstream kernel.  Would it be possible for you to open an upstream bug
report[0]?  That will allow the upstream Developers to examine the
issue, and may provide a quicker resolution to the bug.

Please follow the instructions on the wiki page[0].  The first step is
to email the appropriate mailing list.  If no response is received, then
a bug may be opened on bugzilla.kernel.org.

[0] https://wiki.ubuntu.com/Bugs/Upstream/kernel


** 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/1067548

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-18 Thread Christopher M. Penalver
** No longer affects: upstart (Ubuntu)

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-17 Thread RaduStoica
Hello,

  Thanks for reporting this. Can you provide some information on your
system architecture? (laptop build, processor, etc).


** Changed in: upstart (Ubuntu)
   Status: New = Incomplete

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-17 Thread Marius Kotsbak
apport information

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Tags added: apport-collected

** Description changed:

  Usually when I restart my laptop, it hangs with black screen. Shutdown
  works fine.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: upstart 1.5-0ubuntu9
  Uname: Linux 3.7.0-030700rc1-generic i686
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: i386
  Date: Wed Oct 17 01:16:06 2012
  EcryptfsInUse: Yes
  SourcePackage: upstart
  UpgradeStatus: Upgraded to quantal on 2012-08-31 (46 days ago)
+ --- 
+ ApportVersion: 2.6.1-0ubuntu3
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  marius 6338 F pulseaudio
+ CRDA:
+  country NO:
+   (2402 - 2482 @ 40), (N/A, 20)
+   (5170 - 5250 @ 40), (N/A, 20)
+   (5250 - 5330 @ 40), (N/A, 20), DFS
+   (5490 - 5710 @ 40), (N/A, 27), DFS
+ DistroRelease: Ubuntu 12.10
+ EcryptfsInUse: Yes
+ HibernationDevice: RESUME=UUID=49e028f9-7435-4850-8244-8523020782de
+ MachineType: GIGABYTE T1005
+ Package: upstart 1.5-0ubuntu9
+ PackageArchitecture: i386
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=f1d0446d-3ea3-46a7-9842-8773acca78e6 ro 
crashkernel=384M-2G:64M,2G-:128M quiet
+ ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
+ RelatedPackageVersions:
+  linux-restricted-modules-3.5.0-17-generic N/A
+  linux-backports-modules-3.5.0-17-generic  N/A
+  linux-firmware1.95
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  quantal running-unity quantal running-unity
+ Uname: Linux 3.5.0-17-generic i686
+ UpgradeStatus: Upgraded to quantal on 2012-08-31 (47 days ago)
+ UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
+ dmi.bios.date: 08/30/2010
+ dmi.bios.vendor: GIGABYTE
+ dmi.bios.version: GSBF05
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: T1005
+ dmi.board.vendor: GIGABYTE
+ dmi.board.version: Base Board Version
+ dmi.chassis.asset.tag: Chassis Asset Tag
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: Chassis Manufacturer
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnGIGABYTE:bvrGSBF05:bd08/30/2010:svnGIGABYTE:pnT1005:pvrGSBF05:rvnGIGABYTE:rnT1005:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
+ dmi.product.name: T1005
+ dmi.product.version: GSBF05
+ dmi.sys.vendor: GIGABYTE

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1067548/+attachment/3401772/+files/AlsaInfo.txt

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-17 Thread Marius Kotsbak
It should be added then.

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-17 Thread Marius Kotsbak
Is there any log files to look at? I did not find anything noteworthy in
dmesg/syslog.

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

Title:
  Restarting hangs

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

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


[Bug 1067548] Re: Restarting hangs

2012-10-17 Thread Brad Figg
** Changed in: linux (Ubuntu)
   Status: New = Confirmed

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

Title:
  Restarting hangs

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

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