[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-11-12 Thread Quinn Plattel
Hi,

I have just tested kernel 5.4.0-53-generic (Ubuntu kernel) on the same
hardware and the bug is still present.  When will the fix be pushed out
to the current ubuntu kernels?

Quinn

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-08-28 Thread Quinn Plattel
Ok, I finally got commit b292b50b0efcc7095d8bf15505fba6909bb35dce to
build successfully.

Result is also success! Normal reboot works.

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-08-28 Thread Quinn Plattel
Hi,

Since I wasn't able to build this commit, I used the deb's provided in
Comment #36
(https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1886827/comments/36)

Result is success!  Soft rebooting works normally with this build.

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-08-28 Thread Quinn Plattel
Can't seem to compile this commit.  Here are the commands I used:

sudo apt-get -y install libncurses-dev flex bison openssl libssl-dev dkms 
libelf-dev libudev-dev libpci-dev libiberty-dev autoconf
sudo apt-get -y build-dep linux
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
cd linux
git checkout -f b292b50b0efcc7095d8bf15505fba6909bb35dce
cp /boot/config-$(uname -r) .config
yes '' | make oldconfig
make -j 17 deb-pkg LOCALVERSION=-custom

Build fails with the following messages:
---
dpkg-source: info: use the '3.0 (quilt)' format to have separate and documented 
changes to upstream files, see dpkg-source(1)
dpkg-source: error: unrepresentable changes to source
dpkg-buildpackage: error: dpkg-source -i.git -b . subprocess returned exit 
status 1
make[1]: *** [scripts/Makefile.package:77: deb-pkg] Error 1
make: *** [Makefile:1495: deb-pkg] Error 2
---

Build environment: Ubuntu 20.04, 48GB RAM, 16 CPU's.

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-08-13 Thread Quinn Plattel
Finally got 5.8-rc4 compiled with patch applied.  Posting dmesg results.

** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1886827/+attachment/5401384/+files/dmesg.txt

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-08-13 Thread Quinn Plattel
I haven't been able to compile 5.8-rc4 for some reason but have had
success with 5.4.0-44 - I applied the patch to 5.4.0-44 and attached the
dmesg file here.  Hope this helps.

** Attachment added: "kernel messages from serial patched kernel 5.4.0-44"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1886827/+attachment/5401335/+files/dmesg.txt

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-10 Thread Quinn Plattel
Currently on vacation - will be back in 3 weeks.
Is the patch is for 5.8-rc4 or for 4.15.0-99?

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-09 Thread Quinn Plattel
I have now installed, booted, and tested the reboot with kernel 5.8-rc4
- no change - bug still persists.  I have attached dmesg log for this
kernel.


** Attachment added: "dmesg-5.8-rc4.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1886827/+attachment/5390979/+files/dmesg-5.8-rc4.log

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] ProcCpuinfoMinimal.txt

2020-07-09 Thread Quinn Plattel
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1886827/+attachment/5390944/+files/ProcCpuinfoMinimal.txt

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] ProcEnviron.txt

2020-07-09 Thread Quinn Plattel
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1886827/+attachment/5390945/+files/ProcEnviron.txt

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] WifiSyslog.txt

2020-07-09 Thread Quinn Plattel
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1886827/+attachment/5390949/+files/WifiSyslog.txt

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] UdevDb.txt

2020-07-09 Thread Quinn Plattel
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1886827/+attachment/5390948/+files/UdevDb.txt

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] CurrentDmesg.txt

2020-07-09 Thread Quinn Plattel
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1886827/+attachment/5390941/+files/CurrentDmesg.txt

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] ProcModules.txt

2020-07-09 Thread Quinn Plattel
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1886827/+attachment/5390947/+files/ProcModules.txt

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Lspci.txt

2020-07-09 Thread Quinn Plattel
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1886827/+attachment/5390942/+files/Lspci.txt

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] ProcInterrupts.txt

2020-07-09 Thread Quinn Plattel
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1886827/+attachment/5390946/+files/ProcInterrupts.txt

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] ProcCpuinfo.txt

2020-07-09 Thread Quinn Plattel
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1886827/+attachment/5390943/+files/ProcCpuinfo.txt

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-09 Thread Quinn Plattel
apport information

** Tags added: apport-collected

** Description changed:

  Hi,
  
  When booting into kernel 4.15.0-99-generic or higher and also kernel
  5.3.0-53-generic or higher, the system hangs when issuing the reboot
  command or CTRL-ALT-DEL from console with the following console
  messages:
  
  -- snip 
  Reached target Final Step.
  Starting Reboot...
  < following message repeats indefinetely every 120 seconds >
  INFO: task systemd-shutdow:1 blocked for more than 120 seconds.
Not tainted 4.15.0-99-generic #100
  " echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
  -- snip 
  
  I did a git bisect procedure between kernels 4.15.0-96-generic and 4.15.0-99 
and it reported the following: 
  -- snip 
  b52be79f3c6cc89bb3834c5174843e34f945f386 is the first bad commit
  commit b52be79f3c6cc89bb3834c5174843e34f945f386
  -- snip 
  
  Ubuntu version affected: 
  Ubuntu 4.15.0-99.100-generic 4.15.18
  
  First kernel package affected:
  linux-image-4.15.0-99-generic
  
  Necessary debug files will be attached as soon as possible.
  
  Quinn
+ --- 
+ ProblemType: Bug
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 Jul  9 09:55 seq
+  crw-rw 1 root audio 116, 33 Jul  9 09:55 timer
+ AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
+ ApportVersion: 2.20.9-0ubuntu7.15
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 
'arecord'
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ DistroRelease: Ubuntu 18.04
+ HibernationDevice: RESUME=/dev/mapper/system-swap
+ IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
+ Lsusb:
+  Bus 001 Device 003: ID 0b38:0010 Gear Head 107-Key Keyboard
+  Bus 001 Device 002: ID 8087:07e6 Intel Corp. 
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: To be filled by O.E.M. To be filled by O.E.M.
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.15.0-99-generic 
root=/dev/mapper/system-root ro rootflags=subvol=@ biosdevname=0 net.ifnames=0 
nomodeset "dyndbg=file drivers/base/* +p"
+ ProcVersionSignature: Ubuntu 4.15.0-99.100-generic 4.15.18
+ RelatedPackageVersions:
+  linux-restricted-modules-4.15.0-99-generic N/A
+  linux-backports-modules-4.15.0-99-generic  N/A
+  linux-firmware 1.173.18
+ RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
+ Tags:  bionic
+ Uname: Linux 4.15.0-99-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip disk plugdev sudo
+ _MarkForUpload: True
+ dmi.bios.date: 05/05/2016
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 5.6.5
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: Aptio CRB
+ dmi.board.vendor: AMI Corporation
+ dmi.board.version: To be filled by O.E.M.
+ dmi.chassis.asset.tag: To Be Filled By O.E.M.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: To Be Filled By O.E.M.
+ dmi.chassis.version: To Be Filled By O.E.M.
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.6.5:bd05/05/2016:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnAMICorporation:rnAptioCRB:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
+ dmi.product.family: To be filled by O.E.M.
+ dmi.product.name: To be filled by O.E.M.
+ dmi.product.version: To be filled by O.E.M.
+ dmi.sys.vendor: To be filled by O.E.M.

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1886827/+attachment/5390940/+files/CRDA.txt

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-09 Thread Quinn Plattel
** Attachment added: "dmesg.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1886827/+attachment/5390939/+files/dmesg.log

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-08 Thread Quinn Plattel
Seeing as the console reports systemd-shutdown, I decided to debugging that.
So far:
systemctl reboot -ff has no effect - the system still hangs with the affected 
kernels.

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-08 Thread Quinn Plattel
I have now tried all combinations of "reboot=" as advised by:
https://wiki.ubuntu.com/BIOSandUbuntu

with no effect.

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-08 Thread Quinn Plattel
SysRq-b is unaffected by this 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/1886827

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-08 Thread Quinn Plattel
Kernel bisection was done following the procedures listed here:
https://wiki.ubuntu.com/Kernel/KernelBisection

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-08 Thread Quinn Plattel
** Attachment added: "git-bisect.log"
   
https://bugs.launchpad.net/ubuntu/+bug/1886827/+attachment/5390798/+files/git-bisect.log

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] [NEW] Machine hangs when doing a normal reboot

2020-07-08 Thread Quinn Plattel
Public bug reported:

Hi,

When booting into kernel 4.15.0-99-generic or higher and also kernel
5.3.0-53-generic or higher, the system hangs when issuing the reboot
command or CTRL-ALT-DEL from console with the following console
messages:

-- snip 
Reached target Final Step.
Starting Reboot...
< following message repeats indefinetely every 120 seconds >
INFO: task systemd-shutdow:1 blocked for more than 120 seconds.
  Not tainted 4.15.0-99-generic #100
" echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
-- snip 

I did a git bisect procedure between kernels 4.15.0-96-generic and 4.15.0-99 
and it reported the following: 
-- snip 
b52be79f3c6cc89bb3834c5174843e34f945f386 is the first bad commit
commit b52be79f3c6cc89bb3834c5174843e34f945f386
-- snip 

Ubuntu version affected: 
Ubuntu 4.15.0-99.100-generic 4.15.18

First kernel package affected:
linux-image-4.15.0-99-generic

Necessary debug files will be attached as soon as possible.

Quinn

** Affects: 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/1886827

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-08 Thread Quinn Plattel
** Attachment added: "console.log"
   
https://bugs.launchpad.net/ubuntu/+bug/1886827/+attachment/5390794/+files/console.log

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-08 Thread Quinn Plattel
** Attachment added: "dmidecode.log"
   
https://bugs.launchpad.net/ubuntu/+bug/1886827/+attachment/5390797/+files/dmidecode.log

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-08 Thread Quinn Plattel
** Attachment added: "lspci-vnvn.log"
   
https://bugs.launchpad.net/ubuntu/+bug/1886827/+attachment/5390792/+files/lspci-vnvn.log

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-08 Thread Quinn Plattel
** Attachment added: "console.log"
   
https://bugs.launchpad.net/ubuntu/+bug/1886827/+attachment/5390793/+files/console.log

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-08 Thread Quinn Plattel
** Attachment added: "version.log"
   
https://bugs.launchpad.net/ubuntu/+bug/1886827/+attachment/5390791/+files/version.log

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-08 Thread Quinn Plattel
** Attachment added: "cpuinfo.log"
   
https://bugs.launchpad.net/ubuntu/+bug/1886827/+attachment/5390796/+files/cpuinfo.log

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-08 Thread Quinn Plattel
** Attachment added: "git-bisect-log.log"
   
https://bugs.launchpad.net/ubuntu/+bug/1886827/+attachment/5390799/+files/git-bisect-log.log

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1886827] Re: Machine hangs when doing a normal reboot

2020-07-08 Thread Quinn Plattel
** Attachment added: "policy.log"
   
https://bugs.launchpad.net/ubuntu/+bug/1886827/+attachment/5390795/+files/policy.log

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

Title:
  Machine hangs when doing a normal reboot

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

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

[Bug 1246272] Re: Keyboard layout changing randomly

2015-05-12 Thread Quinn Plattel
Having similiar issues as well.  Whenever I go out of suspend or
hibernate, the keyboard changes to en-US.  I have to use ibus to change
back to Danish keyboard.  Still trying out different solutions - nothing
solid yet.

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

Title:
  Keyboard layout changing randomly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1246272/+subscriptions

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


[Bug 300151] Re: ssh slow during logon, when ENTERING INTERACTIVE SESSION

2013-02-14 Thread Quinn Plattel
Correction, it is "UseDNS no".

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

Title:
  ssh slow during logon, when ENTERING INTERACTIVE SESSION

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

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


[Bug 300151] Re: ssh slow during logon, when ENTERING INTERACTIVE SESSION

2013-02-14 Thread Quinn Plattel
Restart the dbus service on the ssh server "sudo restart dbus" - that should 
help.
If not, try adding "UseDNS=no" to your ssh server's sshd_config file and 
restart the service "sudo restart ssh"
If the UseDNS trick works, check your dns server setup.

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

Title:
  ssh slow during logon, when ENTERING INTERACTIVE SESSION

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

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


[Bug 1118135] [NEW] Installer application crashes when installing to an iscsi target

2013-02-07 Thread Quinn Plattel
Public bug reported:

sudo apt-get install open-iscsi
sudo iscsiadm -m node -T iqn.2001-05.com.doe:test -p 192.168.1.1:3260 -l
- start installer and install to iscsi target

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.10.20
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
CasperVersion: 1.315
Date: Thu Feb  7 09:37:02 2013
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
ProcEnviron:
 TERM=unknown
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise ubiquity-2.10.20

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

Title:
  Installer application crashes when installing to an iscsi target

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

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


[Bug 944386] Re: Making a hard link of a 0444 permission file fails in overlayfs [Precise]

2013-01-31 Thread Quinn Plattel
Will this bug fix be backported to the Precise Pangolin kernels?

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

Title:
  Making a hard link of a 0444 permission file fails in overlayfs
  [Precise]

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

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


[Bug 430272] Re: karmic boot hung after /scripts/init-bottom

2011-10-05 Thread Quinn Plattel
Apparantly, even though a fix has been made to upstart, there is still
no way to install or upgrade to karmic on sparc.

If you attempt upgrade, upstart will fail or crash the system.

If you try to install the system from CD, booting from CD will fail with
a "Fast Data Access MMU miss" because not enough memory is allocated to
hold both the kernel and the initrd on newer ubuntu releases - Ubuntu
Hardy 8.04 was the last release to be able to boot from cd.  Lucid and
up have solved the memory issue of the cd bootloader, but it does not
seem to load the sd driver so you cannot access any block devices even
though you have the correct scsi/ide driver loaded.

The only solution left is to install Hardy and then do an LTS upgrade to
Lucid - mind you that you might have an issue with apparmor so you
should probably remove that package before upgrading.

Quinn

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

Title:
  karmic boot hung after /scripts/init-bottom

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

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


[Bug 436758] Re: nih: nih_alloc() doesn't align returned pointer for picky platforms like sparc

2011-10-05 Thread Quinn Plattel
Apparantly, even though a fix has been made, there is still no way to
install or upgrade to karmic on sparc.

If you attempt upgrade, upstart will fail or crash the system.

If you try to install the system from CD, booting from CD will fail with
a "Fast Data Access MMU miss" because not enough memory is allocated to
hold both the kernel and the initrd on newer ubuntu releases - Ubuntu
Hardy 8.04 was the last release to be able to boot from cd.  Lucid and
up have solved the memory issue of the cd bootloader, but it does not
seem to load the sd driver so you cannot access any block devices even
though you have the correct scsi/ide driver loaded.

The only solution left is to install Hardy and then do an LTS upgrade to
Lucid - mind you that you might have an issue with apparmor so you
should probably remove that package before upgrading.

Quinn

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

Title:
  nih: nih_alloc() doesn't align returned pointer for picky platforms
  like sparc

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

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


[Bug 583760] Re: [PATCH] Mouse cursor dissappears with nouveau

2011-09-21 Thread Quinn Plattel
Hi,

After 10 days of testing patched kernel 2.6.35-30-generic
#55~lp583760v201107071554ller (rev 10), I think I can safely say that
the patch works - no hidden mouse pointers!

br,
Quinn

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

Title:
  [PATCH] Mouse cursor dissappears with nouveau

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

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


[Bug 583760] Re: [PATCH] Mouse cursor dissappears with nouveau

2011-09-08 Thread Quinn Plattel
I have also had the same problems reported in this bug report.  My setup is:
OS: Ubuntu Maverick 10.10 64-bit
Kernel: 2.6.35-30-generic
Video: 01:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 8800 
GT] (rev a2)
Monitors: Dual ASUS VK266H in DVI-D mode.

When the mouse cursor dissapears on my primary screen but still works on
my secondary screen, the follow dmesg occurs:

--
Sep  8 21:37:04 qpp-iscsi-maverick64 kernel: [18105.406442] [drm] nouveau 
:01:00.0: EvoCh 0 Mthd 0x Data 0x0400 (0x0002 0x01)
Sep  8 21:54:22 qpp-iscsi-maverick64 kernel: [19144.134753] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:22 qpp-iscsi-maverick64 kernel: [19144.204525] [drm] nouveau 
:01:00.0: no space while hiding cursor
Sep  8 21:54:22 qpp-iscsi-maverick64 kernel: [19144.278499] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:23 qpp-iscsi-maverick64 kernel: [19145.047375] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:23 qpp-iscsi-maverick64 kernel: [19145.127030] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:24 qpp-iscsi-maverick64 kernel: [19145.719052] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:24 qpp-iscsi-maverick64 kernel: [19145.807039] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:30 qpp-iscsi-maverick64 kernel: [19151.475054] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:30 qpp-iscsi-maverick64 kernel: [19152.003313] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:31 qpp-iscsi-maverick64 kernel: [19152.923499] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:31 qpp-iscsi-maverick64 kernel: [19153.005741] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:32 qpp-iscsi-maverick64 kernel: [19153.287133] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:32 qpp-iscsi-maverick64 kernel: [19153.367768] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:32 qpp-iscsi-maverick64 kernel: [19153.911544] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:32 qpp-iscsi-maverick64 kernel: [19153.991517] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:33 qpp-iscsi-maverick64 kernel: [19155.265350] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:34 qpp-iscsi-maverick64 kernel: [19155.344138] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:34 qpp-iscsi-maverick64 kernel: [19155.815973] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:34 qpp-iscsi-maverick64 kernel: [19155.895518] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:40 qpp-iscsi-maverick64 kernel: [19161.432130] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:40 qpp-iscsi-maverick64 kernel: [19161.511591] [drm] nouveau 
:01:00.0: no space while unhiding cursor
Sep  8 21:54:46 qpp-iscsi-maverick64 kernel: [19168.272217] [drm] nouveau 
:01:00.0: no space while unhiding cursor
--

No other weird messages pop up in Xorg.0.log or in .xsession-errors.

lspci output:
--
00:00.0 Host bridge: ATI Technologies Inc RX780/RX790 Chipset Host Bridge
00:02.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (external gfx0 
port A)
00:05.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express 
gpp port B)
00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA
00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0)
00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1)
00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 14)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor 
HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address 
Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM 
Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor 
Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link 
Control
01:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 8800 GT] 
(rev a2)
02:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9123 PCIe SATA 6.

[Bug 625097] Re: Linux kernel not recognizing version 1.0 raid superblocks

2010-09-06 Thread Quinn Plattel
Hi,

Apparently, the kernel developers know this as it is stated in md.txt of the 
kernel Documentation:
"As of kernel 2.6.9, only drives with a type 0 superblock can be autodetected 
and run at boot time."

Since the bug is known and the developers are not changing this
behavior, I will close this ticket.

Quinn


** Changed in: linux (Ubuntu)
   Status: New => Invalid

-- 
Linux kernel not recognizing version 1.0 raid superblocks
https://bugs.launchpad.net/bugs/625097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 625097] Re: Linux kernel not recognizing version 1.0 raid superblocks

2010-08-27 Thread Quinn Plattel
Hi,

dmesg and /var/log/syslog show this when trying to "mdadm --auto-detect":
Aug 27 07:25:42 ubuntu kernel: [ 1593.621934] md: Autodetecting RAID arrays.
Aug 27 07:25:42 ubuntu kernel: [ 1593.621943] md: Scanned 0 and added 0 devices.
Aug 27 07:25:42 ubuntu kernel: [ 1593.621947] md: autorun ...
Aug 27 07:25:42 ubuntu kernel: [ 1593.621950] md: ... autorun DONE.

mdadm -E /dev/sda1 shows this:
/dev/sda1:
  Magic : a92b4efc
Version : 1.0
Feature Map : 0x0
 Array UUID : 1d734c56:acf57666:ded9aab5:20101f53
   Name : ubuntu:0  (local to host ubuntu)
  Creation Time : Fri Aug 27 07:06:32 2010
 Raid Level : raid1
   Raid Devices : 2

 Avail Dev Size : 2097096 (1024.14 MiB 1073.71 MB)
 Array Size : 2097096 (1024.14 MiB 1073.71 MB)
   Super Offset : 2097104 sectors
  State : clean
Device UUID : eeae9cba:5f0075c2:079dd9fc:7fe870b6

Update Time : Fri Aug 27 07:06:32 2010
   Checksum : d7147759 - correct
 Events : 0


Array Slot : 0 (0, 1)
   Array State : Uu

"cat /proc/mdstat" shows this if we "mdadm --assemble --scan":
Personalities : [raid1] 
md0 : active raid1 sda1[0] sdb1[1]
  1048548 blocks super 1.0 [2/2] [UU]
  
unused devices: 


Hope this information helps,

br,
Quinn

-- 
Linux kernel not recognizing version 1.0 raid superblocks
https://bugs.launchpad.net/bugs/625097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 625097] Re: Linux kernel not recognizing version 1.0 raid superblocks

2010-08-27 Thread Quinn Plattel
Hi,

I have now tested it with the latest Maverick development release at
http://cdimage.ubuntu.com/daily-live/current/

The results are the same.  A "mdadm --assemble --scan" works but a
"mdadm --auto-detect" does not work with version 1.0 raid superblocks.
Apparently the kernel only recognises version 0.90 superblocks.  This
will be a problem when we start getting over 2TB drives as 0.90
superblocks are only supported up to 2TB drives.

Here is the result of uname -a:
Linux ubuntu 2.6.35-19-generic #25-Ubuntu SMP Tue Aug 24 23:09:22 UTC 2010 i686 
GNU/Linux

br,
Quinn

-- 
Linux kernel not recognizing version 1.0 raid superblocks
https://bugs.launchpad.net/bugs/625097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 625097] Re: Linux kernel not recognizing version 1.0 raid superblocks

2010-08-26 Thread Quinn Plattel

** Attachment added: "AlsaDevices.txt"
   
https://bugs.launchpad.net/bugs/625097/+attachment/1522133/+files/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   
https://bugs.launchpad.net/bugs/625097/+attachment/1522134/+files/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   
https://bugs.launchpad.net/bugs/625097/+attachment/1522135/+files/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/625097/+attachment/1522136/+files/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   
https://bugs.launchpad.net/bugs/625097/+attachment/1522137/+files/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   
https://bugs.launchpad.net/bugs/625097/+attachment/1522138/+files/Card0.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/625097/+attachment/1522139/+files/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/625097/+attachment/1522140/+files/Dependencies.txt

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/625097/+attachment/1522141/+files/IwConfig.txt

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/625097/+attachment/1522142/+files/Lspci.txt

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/625097/+attachment/1522143/+files/Lsusb.txt

** Attachment added: "PciMultimedia.txt"
   
https://bugs.launchpad.net/bugs/625097/+attachment/1522144/+files/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/625097/+attachment/1522145/+files/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/625097/+attachment/1522146/+files/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/625097/+attachment/1522147/+files/ProcModules.txt

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/625097/+attachment/1522148/+files/UdevDb.txt

** Attachment added: "UdevLog.txt"
   https://bugs.launchpad.net/bugs/625097/+attachment/1522149/+files/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/625097/+attachment/1522150/+files/WifiSyslog.txt

-- 
Linux kernel not recognizing version 1.0 raid superblocks
https://bugs.launchpad.net/bugs/625097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 625097] [NEW] Linux kernel not recognizing version 1.0 raid superblocks

2010-08-26 Thread Quinn Plattel
Public bug reported:

Hi,

The linux kernel seems to only recognize version 0.90 raid superblocks.
If the superblocks are version 1.0, the kernel cannot mount the raid
array.  Steps to reproduce:

mdadm --misc --zero-superblock /dev/sdb # remove previous superblocks
mdadm --misc --zero-superblock /dev/sdb # remove previous superblocks
dd if=/dev/zero of=/dev/sdb bs=1M count=10 # zero out old data
dd if=/dev/zero of=/dev/sdc bs=1M count=10 # zero out old data
# create a type 0xfd primary partition on both /dev/sdb and /dev/sdc devices
mdadm --create -l1 -n2 -e 1.0 /dev/md0 /dev/sdb1 /dev/sdc1
mdadm -S /dev/md0
mdadm --auto-detect # this fails if the superblock is not 0.90.

A workaround is to use "mdadm --assemble --scan"

The reason for creating version 1.0 superblocks is that disks are
approaching the 2TB limit for a 0.90 superblock.  After 2TB a
1.0/1.1/1.2 superblock must be used.

br,
Quinn

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-24-generic 2.6.32-24.41
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  user   2022 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xf9ff4000 irq 16'
   Mixer name   : 'Realtek ALC883'
   Components   : 'HDA:10ec0883,1043829e,0012'
   Controls  : 35
   Simple ctrls  : 20
Date: Fri Aug 27 06:54:19 2010
MachineType: System manufacturer System Product Name
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic 
root=UUID=faab3ad1-f122-474a-aeb8-81af4cccdc37 ro quiet splash
ProcEnviron:
 PATH=(custom, username)
 LANG=en_DK.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.34.1
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
dmi.bios.date: 04/21/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1104
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M3A
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1104:bd04/21/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM3A:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug kconfig lucid needs-upstream-testing 
regression-release

-- 
Linux kernel not recognizing version 1.0 raid superblocks
https://bugs.launchpad.net/bugs/625097
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 486332] Re: Delkin Cardbus 32 Compact Flash Adapter not recognized

2010-08-26 Thread Quinn Plattel
Hi,

Just to let you know, here is lspci (lspci -vxxx) details of the card:

10:00.0 Mass storage controller: Workbit Corporation NinjaPATA-32 Delkin 
Cardbus UDMA (rev 02)
Subsystem: Workbit Corporation NinjaPATA-32 Delkin Cardbus UDMA
Flags: medium devsel, IRQ 11
I/O ports at 5040 [disabled] [size=8]
I/O ports at 5048 [disabled] [size=4]
I/O ports at 5000 [disabled] [size=64]
Memory at b400 (32-bit, non-prefetchable) [disabled] [size=4K]
Capabilities: [60] Power Management version 2
00: 45 11 03 f1 00 00 90 02 02 00 80 01 08 00 00 00
10: 41 50 00 00 49 50 00 00 01 50 00 00 00 00 00 b4
20: 00 00 00 00 00 00 00 00 80 00 00 00 45 11 03 f1
30: 00 00 00 00 60 00 00 00 00 00 00 00 0b 01 10 04
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 01 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 13 03 43 49 53 1c 04 02 dc 00 ff 15 18 08 00 57
90: 6f 72 6b 62 69 74 00 4e 69 6e 6a 61 55 54 41 54
a0: 41 33 32 00 ff 20 04 c0 24 01 01 04 06 03 01 04
b0: 08 00 00 05 0b 41 39 11 b5 1e 1e 0e 30 ff ff 10
c0: 07 06 11 00 08 00 00 00 07 06 12 00 04 00 00 00
d0: 07 06 13 00 40 00 00 00 07 06 04 00 00 10 00 00
e0: ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

br,
Quinn

-- 
Delkin Cardbus 32 Compact Flash Adapter not recognized
https://bugs.launchpad.net/bugs/486332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 486332] Re: Delkin Cardbus 32 Compact Flash Adapter not recognized

2010-08-21 Thread Quinn Plattel
Here is dmesg.txt output as well.

Let me know if you need more info.


** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/486332/+attachment/1508674/+files/dmesg.txt

-- 
Delkin Cardbus 32 Compact Flash Adapter not recognized
https://bugs.launchpad.net/bugs/486332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 486332] Re: Delkin Cardbus 32 Compact Flash Adapter not recognized

2010-08-21 Thread Quinn Plattel
Hi,

I have finally got around to test this card with the latest development release 
from this link:
http://cdimage.ubuntu.com/daily-live/current/

Here is lines from /var/log/syslog when the card gets plugged in:
Aug 21 18:37:31 user-desktop kernel: [   79.864051] pcmcia_socket 
pcmcia_socket0: pccard: CardBus card inserted into slot 0
Aug 21 18:37:31 user-desktop kernel: [   79.864091] pci :10:00.0: reg 10: 
[io  0xfff8-0x]
Aug 21 18:37:31 user-desktop kernel: [   79.864100] pci :10:00.0: reg 14: 
[io  0xfffc-0x]
Aug 21 18:37:31 user-desktop kernel: [   79.864108] pci :10:00.0: reg 18: 
[io  0x-0x003f]
Aug 21 18:37:31 user-desktop kernel: [   79.864117] pci :10:00.0: reg 1c: 
[mem 0x-0x0fff]
Aug 21 18:37:31 user-desktop kernel: [   79.864174] pci :10:00.0: BAR 3: 
assigned [mem 0xb400-0xb4000fff]
Aug 21 18:37:31 user-desktop kernel: [   79.864181] pci :10:00.0: BAR 3: 
set to [mem 0xb400-0xb4000fff] (PCI address [0xb400-0xb4000fff]
Aug 21 18:37:31 user-desktop kernel: [   79.864185] pci :10:00.0: BAR 2: 
assigned [io  0x5000-0x503f]
Aug 21 18:37:31 user-desktop kernel: [   79.864191] pci :10:00.0: BAR 2: 
set to [io  0x5000-0x503f] (PCI address [0x5000-0x503f]
Aug 21 18:37:31 user-desktop kernel: [   79.864194] pci :10:00.0: BAR 0: 
assigned [io  0x5040-0x5047]
Aug 21 18:37:31 user-desktop kernel: [   79.864200] pci :10:00.0: BAR 0: 
set to [io  0x5040-0x5047] (PCI address [0x5040-0x5047]
Aug 21 18:37:31 user-desktop kernel: [   79.864203] pci :10:00.0: BAR 1: 
assigned [io  0x5048-0x504b]
Aug 21 18:37:31 user-desktop kernel: [   79.864209] pci :10:00.0: BAR 1: 
set to [io  0x5048-0x504b] (PCI address [0x5048-0x504b]

No flash drives were detected but card works fine with appropriate
drivers from delkin.com under Windows XP and Mac OS 10.5.

I have attached an lspci -vxxx output and called it lspci.txt

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu maverick (development branch)
Release:10.10
Codename:   maverick

uname -a
Linux user-desktop 2.6.35-16-generic #22-Ubuntu SMP Tue Aug 17 02:19:50 UTC 
2010 i686 GNU/Linux


** Attachment added: "lspci -vxxx output"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/486332/+attachment/1508669/+files/lspci.txt

-- 
Delkin Cardbus 32 Compact Flash Adapter not recognized
https://bugs.launchpad.net/bugs/486332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 486332] Re: Delkin Cardbus 32 Compact Flash Adapter not recognized

2010-08-21 Thread Quinn Plattel
** Changed in: linux (Ubuntu)
   Status: Expired => New

-- 
Delkin Cardbus 32 Compact Flash Adapter not recognized
https://bugs.launchpad.net/bugs/486332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 486332] Re: Delkin Cardbus 32 Compact Flash Adapter not recognized

2010-05-15 Thread Quinn Plattel
I just saw your post today.  I will try it out as soon as I can.

-- 
Delkin Cardbus 32 Compact Flash Adapter not recognized
https://bugs.launchpad.net/bugs/486332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 486332] Re: Delkin Cardbus 32 Compact Flash Adapter not recognized

2009-11-21 Thread Quinn Plattel

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/35922243/AlsaDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/35922244/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/35922246/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/35922247/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.txt"
   http://launchpadlibrarian.net/35922248/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.regs.txt"
   
http://launchpadlibrarian.net/35922250/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/35922251/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/35922252/Dependencies.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/35922253/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/35922254/Lspci.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/35922255/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/35922256/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/35922257/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/35922258/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/35922259/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/35922260/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/35922261/WifiSyslog.txt

-- 
Delkin Cardbus 32 Compact Flash Adapter not recognized
https://bugs.launchpad.net/bugs/486332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 486332] [NEW] Delkin Cardbus 32 Compact Flash Adapter not recognized

2009-11-21 Thread Quinn Plattel
Public bug reported:

Plugged in adapter with a standard compact flash card in, but dmesg only 
reports this:
[ 5459.592116] pci :02:00.0: reg 10 io port: [0xfff8-0x]
[ 5459.592131] pci :02:00.0: reg 14 io port: [0xfffc-0x]
[ 5459.592144] pci :02:00.0: reg 18 io port: [0x00-0x3f]
[ 5459.592157] pci :02:00.0: reg 1c 32bit mmio: [0x00-0x000fff]

No new disk devices are detected when adapter is inserted.
Adapter confirmed working under Windows XP and Mac OS X 10.5 with appropriate 
driver from www.delkin.com
Have tried "sudo modprobe pata_ninja32" but no new devices or messages in dmesg.
Have also tried adapter under Ubuntu Jaunty Jackelope (9.04), but exact same 
problem occurs.
Noticed that before kernel 2.6.27, driver delkin_cb was used.  Tried booting up 
in Gutsy Gibbon (kernel 2.6.22) and manually loading delkin_cb, but again, no 
new messages or disks in dmesg.

Source Package: linux-image-2.6.31-14-generic

cat /proc/version_signature shows:
Ubuntu 2.6.31-14.48-generic

lspci -n shows:
02:00.0 0180: 1145:f103 (rev 02)

lspci -vnvn shows:
02:00.0 Mass storage controller [0180]: Workbit Corporation NinjaPATA-32 Delkin 
Cardbus UDMA [1145:f103] (rev 02)
Subsystem: Workbit Corporation NinjaPATA-32 Delkin Cardbus UDMA 
[1145:f103]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- https://bugs.launchpad.net/bugs/486332
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 470632] [NEW] WARNING: at /build/buildd/linux-2.6.31/net/sched/sch_generic.c:246 dev_watchdog+0x1f6/0x210()

2009-11-02 Thread Quinn Plattel
Public bug reported:

Crash detected by system.  I am just reporting this as the system
recommends to do.  Do not know if it is a duplicate or not.

The crash reporting system should give all the details needed (lspci,
lsub, etc).

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: SI7012 [SiS SI7012], device 0: Intel ICH [SiS SI7012]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sonja  1562 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'SI7012'/'SiS SI7012 with ALC203 at irq 18'
   Mixer name   : 'Realtek ALC203 rev 0'
   Components   : 'AC97a:414c4770'
   Controls  : 31
   Simple ctrls  : 20
Date: Mon Nov  2 13:15:57 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=51744d58-db0e-4384-b32d-16096a2a1e25
Lsusb:
 Bus 002 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Acer, inc. Aspire 3000
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic 
root=UUID=6a7d2815-7859-4b99-a058-f071ee0af75d ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
RfKill:
 1: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Tags: kernel-oops
Title: WARNING: at /build/buildd/linux-2.6.31/net/sched/sch_generic.c:246 
dev_watchdog+0x1f6/0x210()
Uname: Linux 2.6.31-14-generic i686
dmi.bios.date: 02/20/06
dmi.bios.vendor: Acer
dmi.bios.version: 3A32
dmi.board.name: Lugano M
dmi.board.vendor: Acer, Inc.
dmi.board.version: Not Applicable
dmi.chassis.type: 1
dmi.chassis.vendor: , Inc.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAcer:bvr3A32:bd02/20/06:svnAcer,inc.:pnAspire3000:pvrNotApplicable:rvnAcer,Inc.:rnLuganoM:rvrNotApplicable:cvn,Inc.:ct1:cvrN/A:
dmi.product.name: Aspire 3000
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer, inc.

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


** Tags: apport-kerneloops i386 kernel-oops

-- 
WARNING: at /build/buildd/linux-2.6.31/net/sched/sch_generic.c:246 
dev_watchdog+0x1f6/0x210()
https://bugs.launchpad.net/bugs/470632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 470632] Re: WARNING: at /build/buildd/linux-2.6.31/net/sched/sch_generic.c:246 dev_watchdog+0x1f6/0x210()

2009-11-02 Thread Quinn Plattel

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/34949946/AlsaDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/34949947/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/34949948/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/34949949/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.txt"
   http://launchpadlibrarian.net/34949950/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.regs.txt"
   
http://launchpadlibrarian.net/34949951/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/34949953/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/34949954/Dependencies.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/34949956/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/34949958/Lspci.txt

** Attachment added: "OopsText.txt"
   http://launchpadlibrarian.net/34949959/OopsText.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/34949960/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/34949961/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/34949962/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/34949964/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/34949965/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/34949967/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/34949968/WifiSyslog.txt

-- 
WARNING: at /build/buildd/linux-2.6.31/net/sched/sch_generic.c:246 
dev_watchdog+0x1f6/0x210()
https://bugs.launchpad.net/bugs/470632
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 217659] dtl1_cs causes kernel panic when plugged in

2008-12-05 Thread Quinn Plattel
Tried and tested now for a month.  No problems to report.


2008/11/27 Martin Pitt <[EMAIL PROTECTED]>

> Accepted linux into hardy-proposed, please test and give feedback here.
> Please see https://wiki.ubuntu.com/Testing/EnableProposed for
> documentation how to enable and use -proposed. Thank you in advance!
>
> --
> dtl1_cs causes kernel panic when plugged in
> https://bugs.launchpad.net/bugs/217659
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in "linux" source package in Ubuntu: Fix Released
> Status in linux in Ubuntu Hardy: Fix Committed
>
> Bug description:
> Socketcom's Socket Bluetooth card, when plugged in, either during boot or
> after boot, causes a kernel panic.
>
> [EMAIL PROTECTED]:~$ apt-cache policy linux-image-2.6.24-15-generic
> linux-image-2.6.24-15-generic:
>  Installed: 2.6.24-15.27
>  Candidate: 2.6.24-15.27
>  Version table:
>  *** 2.6.24-15.27 0
>100 /var/lib/dpkg/status
> [EMAIL PROTECTED]:~$ lsb_release -rd
> Description:Ubuntu hardy (development branch)
> Release:8.04
> [EMAIL PROTECTED]:~$
>
> See attached kernel panic message.
>
> ProblemType: Bug
> Architecture: i386
> Date: Tue Apr 15 12:04:26 2008
> DistroRelease: Ubuntu 8.04
> Package: linux-image-2.6.24-15-generic 2.6.24-15.27 [modified:
> lib/modules/2.6.24-15-generic/modules.pcimap
> lib/modules/2.6.24-15-generic/modules.dep
> lib/modules/2.6.24-15-generic/modules.ieee1394map
> lib/modules/2.6.24-15-generic/modules.usbmap
> lib/modules/2.6.24-15-generic/modules.isapnpmap
> lib/modules/2.6.24-15-generic/modules.inputmap
> lib/modules/2.6.24-15-generic/modules.seriomap
> lib/modules/2.6.24-15-generic/modules.alias
> lib/modules/2.6.24-15-generic/modules.symbols]
> PackageArchitecture: i386
> ProcEnviron:
>  SHELL=/bin/bash
>
>  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
>  LANG=en_DK.UTF-8
> SourcePackage: linux
> Uname: Linux 2.6.24-15-generic i686
> UnreportableReason: This is not a genuine Ubuntu package
>


-- 
Best regards/Med venlig hilsen,
Quinn Plattel

-- 
dtl1_cs causes kernel panic when plugged in
https://bugs.launchpad.net/bugs/217659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 217659] Re: dtl1_cs causes kernel panic when plugged in

2008-10-15 Thread Quinn Plattel
I have tested it also with the latest 2.6.27 Intrepid kernels and the
fix seems to work just fine.  I was a bit surprised that the fix
already made it into the 2.6.27 kernel since Colin and I only tested
it in the 2.6.24 kernel.

Quinn

2008/10/15 Steve Langasek <[EMAIL PROTECTED]>:
> Colin (or Quinn), is this bug still only "fix committed" for intrepid,
> or is it fixed in the latest 2.6.27-7 kernels?
>
> --
> dtl1_cs causes kernel panic when plugged in
> https://bugs.launchpad.net/bugs/217659
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in "linux" source package in Ubuntu: Fix Committed
>
> Bug description:
> Socketcom's Socket Bluetooth card, when plugged in, either during boot or 
> after boot, causes a kernel panic.
>
> [EMAIL PROTECTED]:~$ apt-cache policy linux-image-2.6.24-15-generic
> linux-image-2.6.24-15-generic:
>  Installed: 2.6.24-15.27
>  Candidate: 2.6.24-15.27
>  Version table:
>  *** 2.6.24-15.27 0
>100 /var/lib/dpkg/status
> [EMAIL PROTECTED]:~$ lsb_release -rd
> Description:Ubuntu hardy (development branch)
> Release:8.04
> [EMAIL PROTECTED]:~$
>
> See attached kernel panic message.
>
> ProblemType: Bug
> Architecture: i386
> Date: Tue Apr 15 12:04:26 2008
> DistroRelease: Ubuntu 8.04
> Package: linux-image-2.6.24-15-generic 2.6.24-15.27 [modified: 
> lib/modules/2.6.24-15-generic/modules.pcimap 
> lib/modules/2.6.24-15-generic/modules.dep 
> lib/modules/2.6.24-15-generic/modules.ieee1394map 
> lib/modules/2.6.24-15-generic/modules.usbmap 
> lib/modules/2.6.24-15-generic/modules.isapnpmap 
> lib/modules/2.6.24-15-generic/modules.inputmap 
> lib/modules/2.6.24-15-generic/modules.seriomap 
> lib/modules/2.6.24-15-generic/modules.alias 
> lib/modules/2.6.24-15-generic/modules.symbols]
> PackageArchitecture: i386
> ProcEnviron:
>  SHELL=/bin/bash
>  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
>  LANG=en_DK.UTF-8
> SourcePackage: linux
> Uname: Linux 2.6.24-15-generic i686
> UnreportableReason: This is not a genuine Ubuntu package
>


-- 
Best regards/Med venlig hilsen,
Quinn Plattel

-- 
dtl1_cs causes kernel panic when plugged in
https://bugs.launchpad.net/bugs/217659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 217659] Re: dtl1_cs causes kernel panic when plugged in

2008-09-22 Thread Quinn Plattel
Wouldn't it be better if the author of the module were contacted and a
proper fix implemented?
If not, I am quite satisfied with this fix as it is.

br,
Quinn Plattel

2008/9/22 Colin King <[EMAIL PROTECTED]>:
> SRU justification:
>
> Impact: Socketcom's Socket Bluetooth card causes a kernel panic when it
> is plugged in, either during boot or after boot.
>
> Unfortunately commit ac019360fe311dd6aa11b358a02eb3a61675882e treats an
> early interrupt during hardware and driver initialisation as a fatal
> driver bug and generates an oops which is rather a heavy handed way of
> catching this interrupt. Reverting this commit causes the driver to
> catch  the interrupt with a kernel warning rather than a fatal oops.
>
> Testcase: Without the revert, when the Socketcom Socket Bluetooth is
> plugged in (during or after boot) the kernel panics. With the revert,
> there is no panic, instead the device causes a kernel warning about a
> spurious interrupt.
>
> Tested by Quinn Plattel
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/217659/comments/17
> from a PPA
> build with this revert.
>
> This fix reverts commit ac019360fe311dd6aa11b358a02eb3a61675882e which
> introduced the oops.
>
> ** Changed in: linux (Ubuntu)
> Assignee: Stefan Bader (stefan-bader-canonical) => Colin King (colin-king)
>   Status: Triaged => Fix Committed
>
> --
> dtl1_cs causes kernel panic when plugged in
> https://bugs.launchpad.net/bugs/217659
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in "linux" source package in Ubuntu: Fix Committed
>
> Bug description:
> Socketcom's Socket Bluetooth card, when plugged in, either during boot or 
> after boot, causes a kernel panic.
>
> [EMAIL PROTECTED]:~$ apt-cache policy linux-image-2.6.24-15-generic
> linux-image-2.6.24-15-generic:
>  Installed: 2.6.24-15.27
>  Candidate: 2.6.24-15.27
>  Version table:
>  *** 2.6.24-15.27 0
>100 /var/lib/dpkg/status
> [EMAIL PROTECTED]:~$ lsb_release -rd
> Description:Ubuntu hardy (development branch)
> Release:8.04
> [EMAIL PROTECTED]:~$
>
> See attached kernel panic message.
>
> ProblemType: Bug
> Architecture: i386
> Date: Tue Apr 15 12:04:26 2008
> DistroRelease: Ubuntu 8.04
> Package: linux-image-2.6.24-15-generic 2.6.24-15.27 [modified: 
> lib/modules/2.6.24-15-generic/modules.pcimap 
> lib/modules/2.6.24-15-generic/modules.dep 
> lib/modules/2.6.24-15-generic/modules.ieee1394map 
> lib/modules/2.6.24-15-generic/modules.usbmap 
> lib/modules/2.6.24-15-generic/modules.isapnpmap 
> lib/modules/2.6.24-15-generic/modules.inputmap 
> lib/modules/2.6.24-15-generic/modules.seriomap 
> lib/modules/2.6.24-15-generic/modules.alias 
> lib/modules/2.6.24-15-generic/modules.symbols]
> PackageArchitecture: i386
> ProcEnviron:
>  SHELL=/bin/bash
>  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
>  LANG=en_DK.UTF-8
> SourcePackage: linux
> Uname: Linux 2.6.24-15-generic i686
> UnreportableReason: This is not a genuine Ubuntu package
>


-- 
Best regards/Med venlig hilsen,
Quinn Plattel

-- 
dtl1_cs causes kernel panic when plugged in
https://bugs.launchpad.net/bugs/217659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 264268] Re: dtl1_cs causes kernel panic when plugged in (linux-image-2.6.27-2-generic)

2008-09-03 Thread Quinn Plattel

** Attachment added: "Kernel crash report for 2.6.27-2-generic with serial port 
2 disabled"
   http://launchpadlibrarian.net/17258672/dtl1_cs-2.6.27-2-generic-crashdump.txt

-- 
dtl1_cs causes kernel panic when plugged in (linux-image-2.6.27-2-generic)
https://bugs.launchpad.net/bugs/264268
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 264268] [NEW] dtl1_cs causes kernel panic when plugged in (linux-image-2.6.27-2-generic)

2008-09-03 Thread Quinn Plattel
Public bug reported:

Binary package hint: linux-image-2.6.27-2-generic

At the request of Leann Ogasawara, I am now doing a regression test of
the 2.6.27 kernel series in relation to the dtl1_cs pcmcia bluetooth
card.  This bug is related to bug 217659 and bug 263959.

[EMAIL PROTECTED]:~$ apt-cache policy linux-image-2.6.27-2-generic
linux-image-2.6.27-2-generic:
  Installed: 2.6.27-2.3
  Candidate: 2.6.27-2.3
  Version table:
 *** 2.6.27-2.3 0
500 http://dk.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu intrepid (development branch)
Release:8.10

Interrupt list:
[EMAIL PROTECTED]:~$ cat /proc/interrupts 
   CPU0   
  0:  54034XT-PIC-XTtimer
  1:  8XT-PIC-XTi8042
  2:  0XT-PIC-XTcascade
  3:  4XT-PIC-XT  
  4:258XT-PIC-XTserial
  5:  3XT-PIC-XT  
  6:  2XT-PIC-XT  
  7:  1XT-PIC-XTparport0
  8:  2XT-PIC-XTrtc0
  9:426XT-PIC-XTacpi
 10:  3XT-PIC-XT  
 11:   1065XT-PIC-XTuhci_hcd:usb1, uhci_hcd:usb2, 
uhci_hcd:usb3, yenta, yenta, Intel 82801CA-ICH3, eth0
 12:   1079XT-PIC-XTi8042
 14:   9354XT-PIC-XTata_piix
 15:   7512XT-PIC-XTata_piix
NMI:  0   Non-maskable interrupts
LOC:  0   Local timer interrupts
RES:  0   Rescheduling interrupts
CAL:  0   function call interrupts
TLB:  0   TLB shootdowns
SPU:  0   Spurious interrupts
ERR:  0
MIS:  0

COM2/ttyS1 is disabled in bios.

Attached is kernel crash dump for linux-image-2.6.27-2-generic.

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

-- 
dtl1_cs causes kernel panic when plugged in (linux-image-2.6.27-2-generic)
https://bugs.launchpad.net/bugs/264268
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 263959] Re: dtl1_cs causes kernel panic when plugged in (intrepid ibex alpha 4)

2008-09-03 Thread Quinn Plattel
*** This bug is a duplicate of bug 217659 ***
https://bugs.launchpad.net/bugs/217659

Hello Leann,

I have also did a test using the latest netboot iso file for intrepid
which already contains the 2.6.27-2-generic kernel.
Should I post a separate bug report for that or wait til Intrepid Ibex
Alpha 5 comes out?

Regards,
Quinn Plattel


2008/9/2 Leann Ogasawara <[EMAIL PROTECTED]>:
> *** This bug is a duplicate of bug 217659 ***
>https://bugs.launchpad.net/bugs/217659
>
> Hi Quinn,
>
> We'll actually continue to use your original bug report to track this
> bug.  I'm sorry if it wasn't clear in my other message but you only need
> to open a new bug report for bugs which appear in 2.6.27 and not in
> 2.6.26 or previous kernels.  Ie 2.6.27 regressions.  If a report already
> exist for the bug in question, please continue to use that existing bug
> report and post 2.6.27 comment updates there.  Sorry again for the
> confusion.  I'll go ahead and mark this as a duplicate of your original
> bug report.  Thanks.
>
> ** This bug has been marked a duplicate of bug 217659
>   dtl1_cs causes kernel panic when plugged in
>
> --
> dtl1_cs causes kernel panic when plugged in (intrepid ibex alpha 4)
> https://bugs.launchpad.net/bugs/263959
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in "linux" source package in Ubuntu: New
>
> Bug description:
> Binary package hint: linux-image-2.6.26-5-generic
>
> This is related to bug 217659.
>
> This bug report is being opened at the request of Leann Ogasawara (see last 
> comment in bug 217659).
> I have done the same testing now for feisty, gutsy, hardy, intrepid alpha4, 
> and intrepid pre-alpha5.
> Kernel panics have started to appear since hardy release for dtl1_cs module.
>
> [EMAIL PROTECTED]:~$ apt-cache policy linux-image-2.6.26-5-generic
> linux-image-2.6.26-5-generic:
>  Installed: 2.6.26-5.15
>  Candidate: 2.6.26-5.17
>  Version table:
> 2.6.26-5.17 0
>500 http://dk.archive.ubuntu.com intrepid/main Packages
>  *** 2.6.26-5.15 0
>100 /var/lib/dpkg/status
>
> [EMAIL PROTECTED]:~$ lsb_release -rd
> Description:Ubuntu intrepid (development branch)
> Release:8.10
>
> COM2 (ttyS1) is disabled in bios.
> See attached kernel crash for 2.6.26-5-generic
>
> Interrupt list:
> [EMAIL PROTECTED]:~$ cat /proc/interrupts
>   CPU0
>  0:  45282XT-PIC-XTtimer
>  1:  8XT-PIC-XTi8042
>  2:  0XT-PIC-XTcascade
>  3:  3XT-PIC-XT
>  4:376XT-PIC-XTserial
>  5:  3XT-PIC-XT
>  6:  2XT-PIC-XT
>  7:  3XT-PIC-XTparport0
>  8:  0XT-PIC-XTrtc0
>  9:381XT-PIC-XTacpi
>  10:  3XT-PIC-XT
>  11:   1217XT-PIC-XTuhci_hcd:usb1, uhci_hcd:usb2, 
> uhci_hcd:usb3, yenta, yenta, Intel 82801CA-ICH3, eth0
>  12:149XT-PIC-XTi8042
>  14:   8560XT-PIC-XTata_piix
>  15:   5559XT-PIC-XTata_piix
> NMI:  0   Non-maskable interrupts
> LOC:  0   Local timer interrupts
> RES:  0   Rescheduling interrupts
> CAL:  0   function call interrupts
> TLB:  0   TLB shootdowns
> TRM:  0   Thermal event interrupts
> SPU:  0   Spurious interrupts
> ERR:  0
> MIS:  0
>


-- 
Best regards/Med venlig hilsen,
Quinn Plattel

-- 
dtl1_cs causes kernel panic when plugged in (intrepid ibex alpha 4)
https://bugs.launchpad.net/bugs/263959
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263959] Re: dtl1_cs causes kernel panic when plugged in (intrepid ibex alpha 4)

2008-09-02 Thread Quinn Plattel

** Attachment added: "Kernel crash report for 2.6.26-5-generic with serial port 
2 disabled"
   http://launchpadlibrarian.net/17236187/dtl1_cs-2.6.26-5-generic-crashdump.txt

-- 
dtl1_cs causes kernel panic when plugged in (intrepid ibex alpha 4)
https://bugs.launchpad.net/bugs/263959
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 263959] [NEW] dtl1_cs causes kernel panic when plugged in (intrepid ibex alpha 4)

2008-09-02 Thread Quinn Plattel
Public bug reported:

Binary package hint: linux-image-2.6.26-5-generic

This is related to bug 217659.

This bug report is being opened at the request of Leann Ogasawara (see last 
comment in bug 217659).
I have done the same testing now for feisty, gutsy, hardy, intrepid alpha4, and 
intrepid pre-alpha5.
Kernel panics have started to appear since hardy release for dtl1_cs module.

[EMAIL PROTECTED]:~$ apt-cache policy linux-image-2.6.26-5-generic
linux-image-2.6.26-5-generic:
  Installed: 2.6.26-5.15
  Candidate: 2.6.26-5.17
  Version table:
 2.6.26-5.17 0
500 http://dk.archive.ubuntu.com intrepid/main Packages
 *** 2.6.26-5.15 0
100 /var/lib/dpkg/status

[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu intrepid (development branch)
Release:8.10

COM2 (ttyS1) is disabled in bios.
See attached kernel crash for 2.6.26-5-generic

Interrupt list:
[EMAIL PROTECTED]:~$ cat /proc/interrupts 
   CPU0   
  0:  45282XT-PIC-XTtimer
  1:  8XT-PIC-XTi8042
  2:  0XT-PIC-XTcascade
  3:  3XT-PIC-XT  
  4:376XT-PIC-XTserial
  5:  3XT-PIC-XT  
  6:  2XT-PIC-XT  
  7:  3XT-PIC-XTparport0
  8:  0XT-PIC-XTrtc0
  9:381XT-PIC-XTacpi
 10:  3XT-PIC-XT  
 11:   1217XT-PIC-XTuhci_hcd:usb1, uhci_hcd:usb2, 
uhci_hcd:usb3, yenta, yenta, Intel 82801CA-ICH3, eth0
 12:149XT-PIC-XTi8042
 14:   8560XT-PIC-XTata_piix
 15:   5559XT-PIC-XTata_piix
NMI:  0   Non-maskable interrupts
LOC:  0   Local timer interrupts
RES:  0   Rescheduling interrupts
CAL:  0   function call interrupts
TLB:  0   TLB shootdowns
TRM:  0   Thermal event interrupts
SPU:  0   Spurious interrupts
ERR:  0
MIS:  0

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

-- 
dtl1_cs causes kernel panic when plugged in (intrepid ibex alpha 4)
https://bugs.launchpad.net/bugs/263959
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217659] Re: dtl1_cs causes kernel panic when plugged in

2008-07-31 Thread Quinn Plattel
Hi Stefan,

Here is an updated crash dump with serial port 2 (ttyS1) disabled using kernel 
2.5.25-1.
/proc/interrupts is the same as under 2.5.24-17.

Quinn


** Attachment added: "dtl1_cs-2.6.25-1-ttyS1-disabled.txt"
   http://launchpadlibrarian.net/16437460/dtl1_cs-2.6.25-1-ttyS1-disabled.txt

-- 
dtl1_cs causes kernel panic when plugged in
https://bugs.launchpad.net/bugs/217659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217659] Re: dtl1_cs causes kernel panic when plugged in

2008-07-21 Thread Quinn Plattel
Hi Stefan,

Here is the output of /proc/interrupts.

   CPU0   
  0:  13908XT-PIC-XTtimer
  1:387XT-PIC-XTi8042
  2:  0XT-PIC-XTcascade
  3:  4XT-PIC-XT  
  4:  9XT-PIC-XTserial
  5:  3XT-PIC-XT  
  6:  2XT-PIC-XT  
  7:  1XT-PIC-XTparport0
  8:  3XT-PIC-XTrtc
  9:115XT-PIC-XTacpi
 10:  3XT-PIC-XT  
 11:   2412XT-PIC-XTuhci_hcd:usb1, uhci_hcd:usb2, 
uhci_hcd:usb3, Intel 82801CA-ICH3, yenta, yenta, eth0
 12:149XT-PIC-XTi8042
 14:   4741XT-PIC-XTlibata
 15: 84XT-PIC-XTlibata
NMI:  0   Non-maskable interrupts
LOC:  0   Local timer interrupts
RES:  0   Rescheduling interrupts
CAL:  0   function call interrupts
TLB:  0   TLB shootdowns
TRM:  0   Thermal event interrupts
SPU:  0   Spurious interrupts
ERR:  0
MIS:  0

Here is dmesg report (ttyS*):

[   20.310736] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
[   20.384974] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
[   20.459866] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A

Interrupt 3 is reserved in the bios as ttyS1 (Infrared).  I have
disabled the infrared port and tried the card again, but the same kernel
crash comes again.  I have attached the crash report with serial port 2
disabled.

Quinn


** Attachment added: "Kernel crash report for 2.6.24-17 with serial port 2 
disabled"
   http://launchpadlibrarian.net/16211174/dtl1_cs-2.6.24-ttyS1-disabled.txt

-- 
dtl1_cs causes kernel panic when plugged in
https://bugs.launchpad.net/bugs/217659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217659] Re: dtl1_cs causes kernel panic when plugged in

2008-05-28 Thread Quinn Plattel

Solved the serial driver issue, by starting a getty logon session on ttyS0.

I have now attached the 2.6.25-1-generic kernel panic message for
dtl1_cs.ko module.


** Attachment added: "dtl1_cs.ko kernel panic for 2.6.25-1-generic"
   http://launchpadlibrarian.net/14764579/dtl1_cs-2.6.25-1.txt

-- 
dtl1_cs causes kernel panic when plugged in
https://bugs.launchpad.net/bugs/217659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217659] Re: dtl1_cs causes kernel panic when plugged in

2008-05-28 Thread Quinn Plattel
Hi,

I did the procedure as you described - installing linux-image-2.6.25-1-generic. 
 It is still crashing when i plug in the card.
I am currently trying to capture the crash message via a null modem cable and 
"console=ttyS0,9600n8 console=tty0" kernel parameter but everytime
the Serial driver initializes, the serial data output gets garbled - just a 
bunch of question marks in a circle(diamond?) get sent after this.  Here is an 
example:

[2.400649] io scheduler deadline registered
[2.404983] io scheduler cfq registered (default)
[2.409824] pci :02:08.0: Firmware left e100 interrupts enabled; 
disabling
[2.417638] isapnp: Scanning for PnP cards...
[2.775099] isapnp: No Plug & Play device found
[2.826858] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing 
enabled
[2.834838] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
[2.843007] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
�

>From here on minicom just receives the � character until the machine is
rebooted.

Any idea on how to disable the serial driver besides recompiling the
kernel?

-- 
dtl1_cs causes kernel panic when plugged in
https://bugs.launchpad.net/bugs/217659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 217659] Re: dtl1_cs causes kernel panic when plugged in

2008-04-21 Thread Quinn Plattel
I have now also tested this card under Gutsy Gibbon (kernel 2.6.22-14-generic) 
and it seems to be working fine.
The "hcitool scan" gives back bluetooth scanning results successfully.
I do have the following entry in /var/log/messages: "dtl1 interrupt: Call of 
irq 3 for unknown device", but this does not
seem to affect anything.

-- 
dtl1_cs causes kernel panic when plugged in
https://bugs.launchpad.net/bugs/217659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217659] Re: dtl1_cs causes kernel panic when plugged in

2008-04-17 Thread Quinn Plattel
Have tested this card under Feisty Fawn (kernel 2.6.20-16-generic) and
seems to be working ok - also with the bluetooth stack.

-- 
dtl1_cs causes kernel panic when plugged in
https://bugs.launchpad.net/bugs/217659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217659] Re: dtl1_cs causes kernel panic when plugged in

2008-04-15 Thread Quinn Plattel
Looks like panic message attachment did not come through, re-attached
panic message.

** Attachment added: "Kernel panic message for dtl1_cs.ko"
   http://launchpadlibrarian.net/13461880/dtl1_cs.txt

-- 
dtl1_cs causes kernel panic when plugged in
https://bugs.launchpad.net/bugs/217659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217659] Re: dtl1_cs causes kernel panic when plugged in

2008-04-15 Thread Quinn Plattel
Uname report:

Linux hardy32 2.6.24-15-generic #1 SMP Tue Apr 8 00:33:51 UTC 2008 i686
GNU/Linux

pccardctl ident report (reported under Feisty Fawn):
Socket 0:
  product info: "Socket", "CF+ Personal Network Card", "", ""
  manfid: 0x0104, 0x009f
  function: 254 ()

-- 
dtl1_cs causes kernel panic when plugged in
https://bugs.launchpad.net/bugs/217659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217659] [NEW] dtl1_cs causes kernel panic when plugged in

2008-04-15 Thread Quinn Plattel
Public bug reported:

Socketcom's Socket Bluetooth card, when plugged in, either during boot
or after boot, causes a kernel panic.

[EMAIL PROTECTED]:~$ apt-cache policy linux-image-2.6.24-15-generic
linux-image-2.6.24-15-generic:
  Installed: 2.6.24-15.27
  Candidate: 2.6.24-15.27
  Version table:
 *** 2.6.24-15.27 0
100 /var/lib/dpkg/status
[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu hardy (development branch)
Release:8.04
[EMAIL PROTECTED]:~$ 

See attached kernel panic message.

ProblemType: Bug
Architecture: i386
Date: Tue Apr 15 12:04:26 2008
DistroRelease: Ubuntu 8.04
Package: linux-image-2.6.24-15-generic 2.6.24-15.27 [modified: 
lib/modules/2.6.24-15-generic/modules.pcimap 
lib/modules/2.6.24-15-generic/modules.dep 
lib/modules/2.6.24-15-generic/modules.ieee1394map 
lib/modules/2.6.24-15-generic/modules.usbmap 
lib/modules/2.6.24-15-generic/modules.isapnpmap 
lib/modules/2.6.24-15-generic/modules.inputmap 
lib/modules/2.6.24-15-generic/modules.seriomap 
lib/modules/2.6.24-15-generic/modules.alias 
lib/modules/2.6.24-15-generic/modules.symbols]
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_DK.UTF-8
SourcePackage: linux
Uname: Linux 2.6.24-15-generic i686
UnreportableReason: This is not a genuine Ubuntu package

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


** Tags: apport-bug

-- 
dtl1_cs causes kernel panic when plugged in
https://bugs.launchpad.net/bugs/217659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 217659] Re: dtl1_cs causes kernel panic when plugged in

2008-04-15 Thread Quinn Plattel

** Attachment added: "Kernel panic message for dtl1_cs.ko"
   http://launchpadlibrarian.net/13461810/dtl1_cs.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/13461811/Dependencies.txt

-- 
dtl1_cs causes kernel panic when plugged in
https://bugs.launchpad.net/bugs/217659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216685] Re: gnome-keyring-daemon segfaults

2008-04-13 Thread Quinn Plattel

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/13405385/Dependencies.txt

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

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


[Bug 216685] [NEW] gnome-keyring-daemon segfaults

2008-04-13 Thread Quinn Plattel
Public bug reported:

Binary package hint: gnome-keyring

Gnome-keyring-daemon segfaults.  The following message repeats itself in
/var/log/messages:

Apr 13 09:51:30 hardy32 kernel: [  149.635094] gnome-keyring-d[6726]:
segfault at 0014 eip 080759c7 esp b79c1dc0 error 6

[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu hardy (development branch)
Release:8.04
[EMAIL PROTECTED]:~$ 

[EMAIL PROTECTED]:~$ apt-cache policy gnome-keyring
gnome-keyring:
  Installed: 2.22.1-1
  Candidate: 2.22.1-1
  Version table:
 *** 2.22.1-1 0
500 http://fi.archive.ubuntu.com hardy/main Packages
100 /var/lib/dpkg/status
[EMAIL PROTECTED]:~$ 

[EMAIL PROTECTED]:~$ which gnome-keyring-daemon
/usr/bin/gnome-keyring-daemon
[EMAIL PROTECTED]:~$ dpkg -S /usr/bin/gnome-keyring-daemon
gnome-keyring: /usr/bin/gnome-keyring-daemon

ProblemType: Bug
Architecture: i386
Date: Sun Apr 13 09:59:33 2008
DistroRelease: Ubuntu 8.04
Package: gnome-keyring 2.22.1-1
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_DK.UTF-8
SourcePackage: gnome-keyring
Uname: Linux 2.6.24-15-generic i686

** Affects: gnome-keyring (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

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

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