[Bug 2065828] Re: Cannot connect to 24.04 hotspot.

2024-05-17 Thread moose
I installed 24.04 Desktop on a Pi 5. When I enabled Hotspot on the internal 
NIC, ifconfig reported successful configuration:
wlan0: flags=4163  mtu 1500
inet 10.42.0.1  netmask 255.255.255.0  broadcast 10.42.0.255
inet6 fe80::cea:6807:a627:da82  prefixlen 64  scopeid 0x20
ether d8:3a:dd:e9:9c:d0  txqueuelen 1000  (Ethernet)
RX packets 0  bytes 0 (0.0 B)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 93  bytes 9831 (9.8 KB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
However, the Hotspot is not visible from other machines. That is, it does not 
appear during a scan. The Pi 5 syslog contains these messages:
2024-05-17T09:52:58.712376-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7117] device (wlan0): Activation: starting connection 'Hotspot' 
(5e79d83f-bdf5-488d-a204-44b4b11fe933)
2024-05-17T09:52:58.712675-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7125] device (wlan0): state change: disconnected -> prepare (reason 
'none', sys-iface-state: 'managed')
2024-05-17T09:52:58.713302-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7131] device (wlan0): state change: prepare -> config (reason 
'none', sys-iface-state: 'managed')
2024-05-17T09:52:58.718217-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7179] device (wlan0): Activation: (wifi) access point 'Hotspot' has 
security, but secrets are required.
2024-05-17T09:52:58.719063-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7180] device (wlan0): state change: config -> need-auth (reason 
'none', sys-iface-state: 'managed')
2024-05-17T09:52:58.720596-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7204] device (wlan0): state change: need-auth -> prepare (reason 
'none', sys-iface-state: 'managed')
2024-05-17T09:52:58.723198-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7223] device (wlan0): state change: prepare -> config (reason 
'none', sys-iface-state: 'managed')
2024-05-17T09:52:58.723362-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7229] device (wlan0): Activation: (wifi) connection 'Hotspot' has 
security, and secrets exist.  No new secrets needed.
2024-05-17T09:52:58.724332-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7231] Config: added 'ssid' value 'pi5-0ud'
2024-05-17T09:52:58.725169-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7232] Config: added 'mode' value '2'
2024-05-17T09:52:58.725273-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7232] Config: added 'frequency' value '2412'
2024-05-17T09:52:58.725337-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7232] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256'
2024-05-17T09:52:58.725393-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7232] Config: added 'psk' value ''
2024-05-17T09:52:58.725468-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7232] Config: added 'proto' value 'RSN'
2024-05-17T09:52:58.725534-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7232] Config: added 'pairwise' value 'CCMP'
2024-05-17T09:52:58.725591-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.7232] Config: added 'group' value 'CCMP'
2024-05-17T09:52:58.728494-04:00 pi5-0ud wpa_supplicant[1131]: Note: nl80211 
driver interface is not designed to be used with ap_scan=2; this can result in 
connection failures
2024-05-17T09:52:58.857318-04:00 pi5-0ud wpa_supplicant[1131]: wlan0: interface 
state UNINITIALIZED->ENABLED
2024-05-17T09:52:58.857449-04:00 pi5-0ud wpa_supplicant[1131]: wlan0: 
AP-ENABLED 
2024-05-17T09:52:58.857526-04:00 pi5-0ud wpa_supplicant[1131]: wlan0: 
CTRL-EVENT-CONNECTED - Connection to d8:3a:dd:e9:9c:d0 completed [id=0 id_str=]
2024-05-17T09:52:58.858542-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.8584] device (wlan0): supplicant interface state: disconnected -> 
completed
2024-05-17T09:52:58.858690-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.8584] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device 
Configure) successful. Started Wi-Fi Hotspot "pi5-0ud"
2024-05-17T09:52:58.858779-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.8584] device (p2p-dev-wlan0): supplicant management interface 
state: disconnected -> completed
2024-05-17T09:52:58.858856-04:00 pi5-0ud NetworkManager[1128]:   
[1715953978.8587] device (wlan0): state change: config -> ip-config (reason 
'none', sys-iface-state: 'managed')
2024-05-17T09:52:58.909176-04:00 pi5-0ud avahi-daemon[1025]: Joining mDNS 
multicast group on interface wlan0.IPv6 with address fe80::cea:6807:a627:da82.
2024-05-17T09:52:58.909365-04:00 pi5-0ud avahi-daemon[1025]: New relevant 
interface wlan0.IPv6 for mDNS.
2024-05-17T09:52:58.909419-04:00 pi5-0ud avahi-daemon[1025]: Registering new 
address record for fe80::cea:6807:a627:da82 on wlan0.*.
2024-05-17T09:52:59.036709-04:00 pi5-0ud avahi-daemon[1025]: Joining mDNS 
multicast group on interface wlan0.IPv4 with address 10.42.0.1.
2024-05-17T09:52:59.041005-04:00 pi5-0ud avahi-daemon[1025]: New relevant 
interface wlan0.IPv4 for mDNS.

[Bug 2065828] [NEW] Cannot connect to 24.04 hotspot.

2024-05-15 Thread moose
Public bug reported:

I installed 24.04 on a Raspberry Pi 4b (8 GB). In addition to the built-in NIC, 
I have a Netgear USB A8000 NIC installed. When I turn on the Hotspot for the 
internal NIC, NetworkManager creates and activates the connection. However, 
when I try to connect to the hotspot from a different machine (Windows, 
Ubuntu), the connection does not succeed. The connection machine reports:
2024-05-15T18:07:23.013534-04:00 moose-Oryx-Pro NetworkManager[949]:   
[1715810843.0128] device (wlp0s20f3): Activation: failed for connection 
'apex-uploader'

The connecting machine syslog contains these additional messages:

2024-05-15T18:07:23.013845-04:00 moose-Oryx-Pro NetworkManager[949]:   
[1715810843.0134] device (wlp0s20f3): state change: failed -> disconnected 
(reason 'none', sys-iface-state: 'managed')
2024-05-15T18:07:23.014848-04:00 moose-Oryx-Pro avahi-daemon[867]: Withdrawing 
address record for fe80::3a5c:e0c8:60b2:9e0 on wlp0s20f3.
2024-05-15T18:07:23.015214-04:00 moose-Oryx-Pro avahi-daemon[867]: Leaving mDNS 
multicast group on interface wlp0s20f3.IPv6 with address 
fe80::3a5c:e0c8:60b2:9e0.
2024-05-15T18:07:23.015818-04:00 moose-Oryx-Pro avahi-daemon[867]: Interface 
wlp0s20f3.IPv6 no longer relevant for mDNS.
2024-05-15T18:07:23.035133-04:00 moose-Oryx-Pro NetworkManager[949]:   
[1715810843.0350] dhcp4 (wlp0s20f3): canceled DHCP transaction
2024-05-15T18:07:23.035251-04:00 moose-Oryx-Pro NetworkManager[949]:   
[1715810843.0350] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout 
in 45 seconds)
2024-05-15T18:07:23.035319-04:00 moose-Oryx-Pro NetworkManager[949]:   
[1715810843.0351] dhcp4 (wlp0s20f3): state changed no lease
2024-05-15T18:07:23.163156-04:00 moose-Oryx-Pro kernel: [25000.975378] 
wlp0s20f3: deauthenticating from e4:5f:01:2e:e8:cd by local choice (Reason: 
3=DEAUTH_LEAVING)
2024-05-15T18:07:23.263930-04:00 moose-Oryx-Pro wpa_supplicant[955]: wlp0s20f3: 
CTRL-EVENT-DISCONNECTED bssid=e4:5f:01:2e:e8:cd reason=3 locally_generated=1
2024-05-15T18:07:23.264177-04:00 moose-Oryx-Pro wpa_supplicant[955]: wlp0s20f3: 
CTRL-EVENT-DSCP-POLICY clear_all
2024-05-15T18:07:23.265227-04:00 moose-Oryx-Pro NetworkManager[949]:   
[1715810843.2650] device (wlp0s20f3): supplicant interface state: completed -> 
disconnected
2024-05-15T18:07:23.265515-04:00 moose-Oryx-Pro NetworkManager[949]:   
[1715810843.2651] device (p2p-dev-wlp0s20f3): supplicant management interface 
state: completed -> disconnected

The Hotspot server syslog contains these messages:

2024-05-15T22:06:38.207093+00:00 pi4-1u wpa_supplicant[816]: wlan0: AP-STA-CONN\
ECTED dc:1b:a1:0b:ed:3e 
2024-05-15T22:06:38.208584+00:00 pi4-1u wpa_supplicant[816]: wlan0: EAPOL-4WAY-\
HS-COMPLETED dc:1b:a1:0b:ed:3e  
2024-05-15T22:07:23.195161+00:00 pi4-1u wpa_supplicant[816]: wlan0: AP-STA-DISC\
ONNECTED dc:1b:a1:0b:ed:3e

I've tried various remedies obtained from Googling but none change this
behavior. I have tried this on both 24.04 server and desktop. Hotspot
does work on the same machine with Pi OS Bookworm.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 24.04 hotspot network-manager

** Attachment added: "apport file for network-manager"
   
https://bugs.launchpad.net/bugs/2065828/+attachment/5778769/+files/apport.network-manager.dklz0cfj.apport

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

Title:
  Cannot connect to 24.04 hotspot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/2065828/+subscriptions


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

[Bug 1964923] Re: list-oem-metapackages crashed with AttributeError in packages_for_modalias(): 'Cache' object has no attribute 'packages'

2022-03-27 Thread Anony Moose
#1965958 is a potential duplicate

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

Title:
  list-oem-metapackages crashed with AttributeError in
  packages_for_modalias(): 'Cache' object has no attribute 'packages'

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1964923/+subscriptions


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

[Bug 1951647] [NEW] package nvidia-kernel-common-470 470.82.00-0ubuntu0.20.04.1 failed to install/upgrade: installed nvidia-kernel-common-470 package post-installation script subprocess returned error

2021-11-19 Thread Anony Moose
Public bug reported:

potentially due to full ZFS boot Partition

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: nvidia-kernel-common-470 470.82.00-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.11.0-40.44~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-40-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Nov 16 22:35:00 2021
ErrorMessage: installed nvidia-kernel-common-470 package post-installation 
script subprocess returned error exit status 1
InstallationDate: Installed on 2021-04-12 (221 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: initramfs-tools
Title: package nvidia-kernel-common-470 470.82.00-0ubuntu0.20.04.1 failed to 
install/upgrade: installed nvidia-kernel-common-470 package post-installation 
script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package nvidia-kernel-common-470 470.82.00-0ubuntu0.20.04.1 failed to
  install/upgrade: installed nvidia-kernel-common-470 package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1951647/+subscriptions


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

[Bug 1805874] Re: package snapd (not installed) failed to install/upgrade: installed snapd package post-removal script subprocess returned error exit status 1

2021-03-25 Thread Anony Moose
For me uninstalling failed because of the ZFS mount on /var/snap. After
I unmounted /var/snap with sudo umount /var/snap (which was empty)

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

Title:
  package snapd (not installed) failed to install/upgrade: installed
  snapd package post-removal script subprocess returned error exit
  status 1

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

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

[Bug 1917705] Re: "profile will be deleted" at startup after chromium 89 update

2021-03-04 Thread Nonny Moose
> data that they have stored locally will continue to be available
locally.

Doesn't forcing deletion of the profile violate this claim?

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

Title:
  "profile will be deleted" at startup after chromium 89 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1917705/+subscriptions

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

[Bug 1823540] [NEW] Add support for "DS Telecom DSU7" Modem

2019-04-07 Thread MooSE
Public bug reported:

Hi!

I have a 3G modem, manufactured by "DS Telecom" brand. Model is "DSU7".

After first connect i see in lsusb:

Bus 002 Device 017: ID 05c6:1000 Qualcomm, Inc. Mass Storage Device

In dmesg i see:

[524807.861921] usb 2-1: USB disconnect, device number 20
[524826.496200] usb 2-1: new high-speed USB device number 21 using xhci_hcd
[524826.646489] usb 2-1: New USB device found, idVendor=05c6, idProduct=1000
[524826.646498] usb 2-1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=4
[524826.646505] usb 2-1: Product: Qualcomm CDMA Technologies MSM
[524826.646511] usb 2-1: Manufacturer: Qualcomm, Incorporated
[524826.646516] usb 2-1: SerialNumber: 35160225260
[524826.649083] usb-storage 2-1:1.0: USB Mass Storage device detected
[524826.650207] scsi host3: usb-storage 2-1:1.0

After some googling i have solution and i wrote small patch (see
attach).

** Affects: usb-modeswitch-data (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Patch for support DSU7 in usb-modeswitch-data"
   
https://bugs.launchpad.net/bugs/1823540/+attachment/5253731/+files/support-for-DSU7.diff

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

Title:
  Add support for "DS Telecom DSU7" Modem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch-data/+bug/1823540/+subscriptions

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

[Bug 1743094] Re: [regression] hibernation (freezes on resume) since 4.13.0-25.29

2018-01-30 Thread Nonny Moose
@warhawk (assuming that's a laptop) Are you sure that's not just a
hardware mute? Because Num Lock, Caps Lock, etc. don't work.

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

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

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

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

[Bug 1743094] Re: hibernation broken (freezes with resume) in kernel linux-image-4.13.0-26-generic

2018-01-21 Thread Nonny Moose
I found part of the kernel log describing the failed boot.
Line 642 seems relevant:

Jan 21 09:12:41 laptop kernel: [1.254367] PM: Hibernation image
not present or could not be loaded.


** Attachment added: "resumefail.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+attachment/5040558/+files/resumefail.log

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

Title:
  hibernation broken (freezes with resume) in kernel linux-
  image-4.13.0-26-generic

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

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

[Bug 1673636] [NEW] Chromium-browser 56.0.2924.76 displays "Aw, snap!" for every page

2017-03-16 Thread Nonny Moose
Public bug reported:

I have a Raspberry Pi 3 running Ubuntu Mate 16.04.2 LTS armhf, and the
latest chromium-browser release (56.0.2924.76-0ubuntu0.16.04.1268)
displays only the "Aw, snap!" error instead of opening the page.


Here's what it outputs:

chromium-browser --type=renderer --enable-pinch 
--primordial-pipe-token=2B6454B8FDD8B6DF81A0410F38661838 --lang=en-US 
--extension-process --enable-offline-auto-reload 
--enable-offline-auto-reload-visible-only --enable-pinch --num-raster-threads=2 
--enable-main-frame-before-activation 
--content-image-texture-target=0,0,3553;0,1,3553;0,2,3553;0,3,3553;0,4,3553;0,5,3553;0,6,3553;0,7,3553;0,8,3553;0,9,3553;0,10,3553;0,11,3553;0,12,3553;0,13,3553;0,14,3553;0,15,3553;1,0,3553;1,1,3553;1,2,3553;1,3,3553;1,4,3553;1,5,3553;1,6,3553;1,7,3553;1,8,3553;1,9,3553;1,10,3553;1,11,3553;1,12,3553;1,13,3553;1,14,3553;1,15,3553;2,0,3553;2,1,3553;2,2,3553;2,3,3553;2,4,3553;2,5,3553;2,6,3553;2,7,3553;2,8,3553;2,9,3553;2,10,3553;2,11,3553;2,12,3553;2,13,3553;2,14,3553;2,15,3553;3,0,3553;3,1,3553;3,2,3553;3,3,3553;3,4,3553;3,5,3553;3,6,3553;3,7,3553;3,8,3553;3,9,3553;3,10,3553;3,11,3553;3,12,3553;3,13,3553;3,14,3553;3,15,3553
 --disable-accelerated-video-decode 
--service-request-channel-token=2B6454B8FDD8B6D
 F81A0410F38661838 --renderer-client-id=3 --v8-natives-passed-by-fd 
--v8-snapshot-passed-by-fd: pthread_getattr_np.c:71: pthread_getattr_np: 
Assertion `abs (thread->pid) == thread->tid' failed.
Received signal 4  723e23f6
#0 0x76eccdd2 base::debug::StackTrace::StackTrace()
#1 0x76ecd10c 
#2 0x723e2270 
#3 0x723e23f6 abort
[end of stack trace]
chromium-browser --type=renderer --enable-pinch 
--primordial-pipe-token=62B2952180A16AFBE460B81D4FF09B03 --lang=en-US 
--extension-process --enable-offline-auto-reload 
--enable-offline-auto-reload-visible-only --enable-pinch --num-raster-threads=2 
--enable-main-frame-before-activation 
--content-image-texture-target=0,0,3553;0,1,3553;0,2,3553;0,3,3553;0,4,3553;0,5,3553;0,6,3553;0,7,3553;0,8,3553;0,9,3553;0,10,3553;0,11,3553;0,12,3553;0,13,3553;0,14,3553;0,15,3553;1,0,3553;1,1,3553;1,2,3553;1,3,3553;1,4,3553;1,5,3553;1,6,3553;1,7,3553;1,8,3553;1,9,3553;1,10,3553;1,11,3553;1,12,3553;1,13,3553;1,14,3553;1,15,3553;2,0,3553;2,1,3553;2,2,3553;2,3,3553;2,4,3553;2,5,3553;2,6,3553;2,7,3553;2,8,3553;2,9,3553;2,10,3553;2,11,3553;2,12,3553;2,13,3553;2,14,3553;2,15,3553;3,0,3553;3,1,3553;3,2,3553;3,3,3553;3,4,3553;3,5,3553;3,6,3553;3,7,3553;3,8,3553;3,9,3553;3,10,3553;3,11,3553;3,12,3553;3,13,3553;3,14,3553;3,15,3553
 --disable-accelerated-video-decode 
--service-request-channel-token=62B2952180A16AF
 BE460B81D4FF09B03 --renderer-client-id=4 --v8-natives-passed-by-fd 
--v8-snapshot-passed-by-fd: pthread_getattr_np.c:71: pthread_getattr_np: 
Assertion `abs (thread->pid) == thread->tid' failed.
Received signal 4  723e23f6
#0 0x76eccdd2 base::debug::StackTrace::StackTrace()
#1 0x76ecd10c 
#2 0x723e2270 
#3 0x723e23f6 abort
[end of stack trace]
[4913:4913:0316/193331.442163:ERROR:sandbox_linux.cc(343)] InitializeSandbox() 
called with multiple threads in process gpu-process. 
chromium-browser --type=renderer --enable-pinch 
--primordial-pipe-token=976299708D6398A9E2529F8A2B6E1493 --lang=en-US 
--instant-process --enable-offline-auto-reload 
--enable-offline-auto-reload-visible-only --enable-pinch --num-raster-threads=2 
--enable-main-frame-before-activation 
--content-image-texture-target=0,0,3553;0,1,3553;0,2,3553;0,3,3553;0,4,3553;0,5,3553;0,6,3553;0,7,3553;0,8,3553;0,9,3553;0,10,3553;0,11,3553;0,12,3553;0,13,3553;0,14,3553;0,15,3553;1,0,3553;1,1,3553;1,2,3553;1,3,3553;1,4,3553;1,5,3553;1,6,3553;1,7,3553;1,8,3553;1,9,3553;1,10,3553;1,11,3553;1,12,3553;1,13,3553;1,14,3553;1,15,3553;2,0,3553;2,1,3553;2,2,3553;2,3,3553;2,4,3553;2,5,3553;2,6,3553;2,7,3553;2,8,3553;2,9,3553;2,10,3553;2,11,3553;2,12,3553;2,13,3553;2,14,3553;2,15,3553;3,0,3553;3,1,3553;3,2,3553;3,3,3553;3,4,3553;3,5,3553;3,6,3553;3,7,3553;3,8,3553;3,9,3553;3,10,3553;3,11,3553;3,12,3553;3,13,3553;3,14,3553;3,15,3553
 --disable-accelerated-video-decode --disable-webrtc-hw-encoding 
--disable-gpu-compos
 iting --service-request-channel-token=976299708D6398A9E2529F8A2B6E1493 
--renderer-client-id=9 --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd: 
pthread_getattr_np.c:71: pthread_getattr_np: Assertion `abs (thread->pid) == 
thread->tid' failed.
Received signal 4  723e23f6
#0 0x76eccdd2 base::debug::StackTrace::StackTrace()
#1 0x76ecd10c 
#2 0x723e2270 
#3 0x723e23f6 abort
[end of stack trace]
chromium-browser --type=renderer --enable-pinch 
--primordial-pipe-token=ADA9D5168FA057BAC3095DB5B24C61E2 --lang=en-US 
--enable-offline-auto-reload --enable-offline-auto-reload-visible-only 
--enable-pinch --num-raster-threads=2 --enable-main-frame-before-activation 

[Bug 1563184] Re: Chromium-browser armhf crashes with "InitializeSandbox() called with multiple threads in process gpu-process"

2016-08-13 Thread Nonny Moose
@cmiller If you need any impersonal information about the crash on my
system, I would be happy to porvide it.

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

Title:
  Chromium-browser armhf crashes with "InitializeSandbox() called with
  multiple threads in process gpu-process"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1563184/+subscriptions

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


[Bug 1325503] Re: gdb reports 'corrupt stack' on armhf without symbols

2016-06-19 Thread Nonny Moose
I am running Ubuntu Mate Xenial and gdb always reports the following bt, 
symbols or not:
```
Program received signal SIGSEGV, Segmentation fault.
0x76fd9822 in ?? () from /lib/ld-linux-armhf.so.3
(gdb) bt
#0  0x76fd9822 in ?? () from /lib/ld-linux-armhf.so.3
#1  0x76fd983a in ?? () from /lib/ld-linux-armhf.so.3
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Is this related?
```

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

Title:
  gdb reports 'corrupt stack' on armhf without symbols

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdb-linaro/+bug/1325503/+subscriptions

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


[Bug 1576079] Re: chromium browser crashes with raspberry pi 3

2016-05-07 Thread Nonny Moose
*** This bug is a duplicate of bug 1563184 ***
https://bugs.launchpad.net/bugs/1563184

Since you get the exact same error, this is almost definitely a duplicate of 
this bug:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1563184
The issue affects the entire armhf build of chromium-browser, and is not 
strictly limited to the Raspberry Pi 2 or 3.

** This bug has been marked a duplicate of bug 1563184
   Chromium-browser armhf crashes with "InitializeSandbox() called with 
multiple threads in process gpu-process"

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

Title:
  chromium browser crashes with raspberry pi 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1576079/+subscriptions

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


[Bug 1576079] Re: chromium browser crashes with raspberry pi 3

2016-05-06 Thread Nonny Moose
Did you get something like this when run in the terminal:

$ chromium-browser
Segmentation fault (Core dumped)
$

Where it has a segfault or like this:

$ chromium-browser
$

Where it exits normally?

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

Title:
  chromium browser crashes with raspberry pi 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1576079/+subscriptions

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


[Bug 1348035] Re: pepperflashplugin-nonfree is missing in armhf repo

2016-05-05 Thread Nonny Moose
This bug affects me as well, but I have found a tutorial explaining how to get 
it.
https://ubuntu-mate.community/t/tutorial-flash-player-for-chromium-and-firefox/3598
https://ubuntu-mate.community/t/tutorial-extract-pepper-flash-plugin-v-20-0-0-228-r1-and-above-from-samsung-chromebook-2-13/3614/1

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

Title:
  pepperflashplugin-nonfree is missing in armhf repo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1348035/+subscriptions

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


[Bug 1576079] Re: chromium browser crashes with raspberry pi 3

2016-05-05 Thread Nonny Moose
This could be a duplicate of #1563184, if it's just an issue with the
armhf build of chromium-browser instead of the Raspberry Pi's kernel.
Would you please post the error message you get when it crashes?



Possible duplicate of:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1563184

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

Title:
  chromium browser crashes with raspberry pi 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1576079/+subscriptions

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


[Bug 1563184] Re: InitializeSandbox() called with multiple threads in process gpu-process

2016-05-05 Thread Nonny Moose
I have had several other bugs have this error:
``

I think that the name should be changed to be more descriptive:

`Chromium-browser armhf crashes with "InitializeSandbox() called with
multiple threads in process gpu-process"`

** Summary changed:

- InitializeSandbox() called with multiple threads in process gpu-process
+ Chromium-browser armhf crashes with "InitializeSandbox() called with multiple 
threads in process gpu-process"

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

Title:
  Chromium-browser armhf crashes with "InitializeSandbox() called with
  multiple threads in process gpu-process"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1563184/+subscriptions

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


[Bug 1563184] Re: InitializeSandbox() called with multiple threads in process gpu-process

2016-04-26 Thread Nonny Moose
I upgraded my Raspberry Pi 2 to Ubuntu Mate 16.10 LTS and Chromium
continues to segfault when launched from the menu, but when I launched
it from the terminal it opened a completely transparent window that
proceeded to do absolutely nothing. When I finally got impatient and
^Ced it, then it had a segfault and printed out a stack trace,
which was essentially garbage.

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

Title:
  InitializeSandbox() called with multiple threads in process gpu-
  process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1563184/+subscriptions

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


[Bug 1565485] [NEW] Zatacka recieves SIGSEGV on launch

2016-04-03 Thread Nonny Moose
Public bug reported:

When I try to launch Zatacka, I get:

  $ zatacka
  Segmentation fault (core dumped)

Instead of it running successfully.

In gdb I find this:

(gdb) run
Starting program: /usr/games/zatacka 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x76fad2d6 in TTF_SizeUNICODE ()
   from /usr/lib/arm-linux-gnueabihf/libSDL_ttf-2.0.so.0
(gdb) bt
#0  0x76fad2d6 in TTF_SizeUNICODE ()
   from /usr/lib/arm-linux-gnueabihf/libSDL_ttf-2.0.so.0
#1  0x76fae01c in TTF_RenderUNICODE_Blended ()
   from /usr/lib/arm-linux-gnueabihf/libSDL_ttf-2.0.so.0
#2  0x76fae344 in TTF_RenderText_Blended ()
   from /usr/lib/arm-linux-gnueabihf/libSDL_ttf-2.0.so.0
#3  0x00011874 in ?? ()
#4  0x00012142 in ?? ()
#5  0x000121dc in ?? ()
#6  0x00011330 in ?? ()
#7  0x76c88772 in __libc_start_main (main=0x112e1, argc=1, argv=0x7efff194, 
init=, fini=0x17ea1, rtld_fini=0x76fe2ab5 <_dl_fini>, 
stack_end=0x7efff194) at libc-start.c:289
#8  0x000113fc in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

I am using a Raspberry Pi 2 running Ubuntu Mate 15.10:
Description:Ubuntu 15.10
Release:15.10

The version of Zatacka I am using is
zatacka:
  Installed: 0.1.8-5
  Candidate: 0.1.8-5
  Version table:
 *** 0.1.8-5 0
500 http://ports.ubuntu.com/ wily/universe armhf Packages
500 http://ports.ubuntu.com/ubuntu-ports/ wily/universe armhf Packages
100 /var/lib/dpkg/status

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


** Tags: sigsegv zatacka

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

Title:
  Zatacka recieves SIGSEGV on launch

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

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


[Bug 1563184] Re: InitializeSandbox() called with multiple threads in process gpu-process

2016-04-03 Thread Nonny Moose
I have had almost the exact same problem on a Raspberry Pi 2 running Ubuntu 
Mate 15.10.
uname -a:
Linux RaspberryPi 3.18.0-20-rpi2 #21-Ubuntu SMP PREEMPT Sun Apr 5 01:56:02 UTC 
2015 armv7l armv7l armv7l GNU/Linux

$ chromium-browser
[2815:2815:0403/092234:ERROR:sandbox_linux.cc(334)] InitializeSandbox() called 
with multiple threads in process gpu-process
Segmentation fault (core dumped)

** Changed in: chromium-browser (Ubuntu)
   Status: New => Confirmed

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

Title:
  InitializeSandbox() called with multiple threads in process gpu-
  process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1563184/+subscriptions

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


Re: [Bug 1097105] Re: PDF's are offset when printed with lpr, but not acroread

2013-10-10 Thread moose
Worked great for me also. Thanks!
On Oct 7, 2013 6:11 AM, Florian Sievers 1097...@bugs.launchpad.net
wrote:

 After some search on the internet, I found the following solution that
 fixed the problem for me.

 I changed the pdftops renderer on the commandline via:
 sudo lpadmin -p MFC7460DN -o pdftops-renderer-default=pdftops

 Please change 'MFC7460DN' to the name of your printer to the name you
 gave it in cups. This solution fixed the margin problem for me on four
 Ubuntu 13.04 systems.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1097105

 Title:
   PDF's are offset when printed with lpr, but not acroread

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1097105/+subscriptions


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

Title:
  PDF's are offset when printed with lpr, but not acroread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1097105/+subscriptions

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


[Bug 1097105] Re: PDF's are offset when printed with lpr, but not acroread

2013-05-07 Thread moose
I upgraded to 13.04 removed the hold. The bug is present. the printouts
are shifted up by ~5mm and to the left ~6mm.

A down grade of the package fails as you also have to downgrade cups
which leads to a crash of lpd.

Adobe reader prints fine which still points to a bug in the pdf
processing and not the postscript.

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

Title:
  PDF's are offset when printed with lpr, but not acroread

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups-filters/+bug/1097105/+subscriptions

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


[Bug 1097105] Re: PDF's are offset when printed with lpr, but not acroread

2013-04-20 Thread moose
The work around above works great! Looking at the diff, this could also
be a bug in the libpoppler, PDF rendering lib, package as both versions
of the cups-filter packages depend on different versions of the
libpoppler package

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

Title:
  PDF's are offset when printed with lpr, but not acroread

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

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


[Bug 1097105] [NEW] PDF's print are offset when printed

2013-01-07 Thread moose
Public bug reported:

When printing pdf files from evince or lpr the result is a pdf file that is 
offset and usually cliped at the top and right edge.
The following file was used
www.opensource.apple.com/source/cups/cups-136/cups/test/testfile.pdf
from evince select scalling as none select auto rotate and center
the result is a printout that is shifted up and left so that hte lower and left 
edges can be seen
the expected result is that all sides should be clipped given the testfile 
prints at the extreme boarders

This only happens with 12.10. The printer works fine on 12.04 with the exact 
same drivers installed.
These drivers are installed on both computers. The printer in question is a 
Brother DCP7065DN
LPR driver  deb 2.1.0-1 35 KB   2011.Apr.01
cupswrapper driver  deb 2.0.4-2 13 KB   2011.Apr.01
downloaded from 
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html#DCP-7065DN

This test file can be printed as expected from acroread. The difference
I believe is that evince and lpr pass along PDF and acroread passes
postscript. this was observed by doing a file on the /var/spool/cups/d*

This is also observed via libre office. when printing and one selects
PDF for the 'printer language type' the offset is observed. if you
select postscript from the 'printer language type' it prints as
expected.

I also have a MFC-J4510DW that prints perfectly from 12.10 all
applications mentioned.

Both printers have the latest firmware.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: cups 1.6.1-0ubuntu11.3
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic x86_64
ApportVersion: 2.6.1-0ubuntu9
Architecture: amd64
Date: Mon Jan  7 20:44:47 2013
InstallationDate: Installed on 2012-07-01 (190 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
Lpstat:
 device for DCP7065DN: lpd://DCP/BINARY_P1
 device for MFCJ4510DW: lpd://MFC/BINARY_P1
MachineType: Hewlett-Packard HP G72 Notebook PC
MarkForUpload: True
Papersize: letter
PpdFiles:
 DCP7065DN: Brother DCP7065DN for CUPS
 MFCJ4510DW: Brother MFC-J4510DW CUPS
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-21-generic 
root=UUID=9bc8d282-ff75-4e67-b337-cf110d979925 ro quiet splash vt.handoff=7
SourcePackage: cups
UpgradeStatus: Upgraded to quantal on 2012-12-23 (15 days ago)
dmi.bios.date: 02/15/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.47
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1439
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 60.4F
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.47:bd02/15/2011:svnHewlett-Packard:pnHPG72NotebookPC:pvr058E11252710001620100:rvnHewlett-Packard:rn1439:rvr60.4F:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP G72 Notebook PC
dmi.product.version: 058E11252710001620100
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug quantal

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

Title:
  PDF's print are offset when printed

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

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


[Bug 1097105] Re: PDF's are offset when printed

2013-01-07 Thread moose
** Summary changed:

- PDF's print are offset when printed
+ PDF's are offset when printed

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

Title:
  PDF's are offset when printed

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-09-30 Thread Moose
I installed a different version of Ubuntu (Voyager Live) and the problem
seems to have disappeared. Maybe some errors with Gnome so. (Voyager
Live run with XFCE).

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-09-19 Thread Moose
** Tags added: blocked

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 1032180] [NEW] maas ip change via sudo dpkg-reconfigure maas fails to completely reconfigure

2012-08-02 Thread moose
Public bug reported:

use case is I needed to use maas in an offline setup. I installed maas
per the instructions on https://wiki.ubuntu.com/ServerTeam/MAAS/. I
mirrored the repos so that I would have everything I needed for offline
use.

after all was setup online I changed networks to an offline setup and ran 'sudo 
dpkg-reconfigure maas' typed in the  new ip address. 
This failed when a node was trying to commission. the reconfigure did not 
change the ISCSI or the log_host for the cobbler profiles. I fixed this after 
many hours of searching by using the command 'cobbler profile edit' to change 
the log_host and ISCSITarget parameters for the commissioning images. For a 
newb as I was this would be very challenging to find. 

I would have expected for the dpkg-reconfigure command to take care of
that.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1032180

Title:
  maas ip change via sudo dpkg-reconfigure maas fails to completely
  reconfigure

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1032183] [NEW] maas commission repository mirror

2012-08-02 Thread moose
Public bug reported:

during the commissioning of a node when the install image is used for
pxe boot it uses archive.ubuntu .com for the mirror. this is fine if
your network is on the internet. in an offline  setup I have the repo
mirrored. when the installer does not find archive.ubuntu.com it prompts
for the ip of the mirror. it fails to find the mirror. however watching
the access logs for apache on which I had the mirror setup, it never
tries to access it.

the workaround was I setup dnsmasq to point archive.ubuntu.com to my
local server. all worked as expected.

a possible better solution is to have maas use apt-cacher-ng by default
to act as a the mirror. that way as more nodes are commissioned the
packages will not have to be downloaded again. this also solves my
problem since the default mirror for commissioning could be ip address
of the maas master node, if that is what one would call it.

Apt-cacher-ng also also has the ability to do complete mirrors of the
repos.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1032183

Title:
  maas commission repository mirror

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1032180] [NEW] maas ip change via sudo dpkg-reconfigure maas fails to completely reconfigure

2012-08-02 Thread moose
Public bug reported:

use case is I needed to use maas in an offline setup. I installed maas
per the instructions on https://wiki.ubuntu.com/ServerTeam/MAAS/. I
mirrored the repos so that I would have everything I needed for offline
use.

after all was setup online I changed networks to an offline setup and ran 'sudo 
dpkg-reconfigure maas' typed in the  new ip address. 
This failed when a node was trying to commission. the reconfigure did not 
change the ISCSI or the log_host for the cobbler profiles. I fixed this after 
many hours of searching by using the command 'cobbler profile edit' to change 
the log_host and ISCSITarget parameters for the commissioning images. For a 
newb as I was this would be very challenging to find. 

I would have expected for the dpkg-reconfigure command to take care of
that.

** Affects: maas (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/1032180

Title:
  maas ip change via sudo dpkg-reconfigure maas fails to completely
  reconfigure

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

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


[Bug 1032183] [NEW] maas commission repository mirror

2012-08-02 Thread moose
Public bug reported:

during the commissioning of a node when the install image is used for
pxe boot it uses archive.ubuntu .com for the mirror. this is fine if
your network is on the internet. in an offline  setup I have the repo
mirrored. when the installer does not find archive.ubuntu.com it prompts
for the ip of the mirror. it fails to find the mirror. however watching
the access logs for apache on which I had the mirror setup, it never
tries to access it.

the workaround was I setup dnsmasq to point archive.ubuntu.com to my
local server. all worked as expected.

a possible better solution is to have maas use apt-cacher-ng by default
to act as a the mirror. that way as more nodes are commissioned the
packages will not have to be downloaded again. this also solves my
problem since the default mirror for commissioning could be ip address
of the maas master node, if that is what one would call it.

Apt-cacher-ng also also has the ability to do complete mirrors of the
repos.

** Affects: maas (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/1032183

Title:
  maas commission repository mirror

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

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


[Bug 60442] Re: Dual / Two Batteries, shutdown on empty expansion battery. (GPM does not recognises second battery on hotplug)

2011-11-14 Thread moose
This also happens in 11.10 on a elitebook 8540w

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

Title:
  Dual / Two Batteries, shutdown on empty expansion battery. (GPM does
  not recognises second battery on hotplug)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/60442/+subscriptions

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


[Bug 768929] Re: system freezes randomly

2011-10-24 Thread Moose
Recently I did a clean install of Ubuntu 11.10 64bit Version and among
other Promblems I still get this Freeze.

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

Title:
  system freezes randomly

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

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


[Bug 820997] [NEW] instances lose public IP

2011-08-04 Thread Russell de Moose
Public bug reported:

Eucalyptus 2.0. Natty 11.04, Lucid 10.04 image for instances

I have a small UEC setup (1 Front-End, 2 NC), and at various points,
instances running on each of the node controllers will lose their public
IP addresses. I can re-associate available IP addresses from my pool
(Managed NO-VLAN) with the instances, but this is a repeated issue. FYI
-

RESERVATION r-4B5E08CB  admin   default
INSTANCEi-357C06B6  emi-0A1B1168172.19.1.2   172.19.1.2 
running0c1.medium   2011-07-29T16:16:36.856Zwebness 
eki-92AE1B4D

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: eucalyptus-common 2.0.1+bzr1256-0ubuntu4.1
ProcVersionSignature: Ubuntu 2.6.38-10.46-server 2.6.38.7
Uname: Linux 2.6.38-10-server x86_64
.etc.eucalyptus.eucalyptus.cc.conf: CC_NAME=webness
Architecture: amd64
Date: Thu Aug  4 11:16:19 2011
InstallationMedia: Ubuntu-Server 11.04 Natty Narwhal - Release amd64 
(20110422)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: eucalyptus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/820997

Title:
  instances lose public IP

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 820997] Re: instances lose public IP

2011-08-04 Thread Russell de Moose
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/820997

Title:
  instances lose public IP

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 821003] [NEW] UEC Node controller loses connectivity

2011-08-04 Thread Russell de Moose
Public bug reported:

Natty 11.04, UEC (1 front-end, 2 NC), Eucalyptus 2.0, Lucid 10.04 image
for instances

I had a working UEC environment, where the euca-describe-availability-
zones verbose would show the resources of the 2 combined NCs. I have 2
instances running on each NC. Yesterday I could not access the instances
from the 2nd NC, and the CC could not communicate with the NC. They did
not show up after running euca-describe-instances, but the NC DID show
up when running euca_conf --list-nodes, and checking the nodes.list file
in /var/lib/eucalyptus. Several hours later, the same commands (euca-
describe-availability-zones verbose and euca-describe-instances) show
the previously unavailable resources, and now the instances are again
accessible. It seems as if the NC simply disappeared for several hours,
in which time I could still SSH into the NC, CC, and verify that all
services were running.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: eucalyptus-common 2.0.1+bzr1256-0ubuntu4.1
ProcVersionSignature: Ubuntu 2.6.38-10.46-server 2.6.38.7
Uname: Linux 2.6.38-10-server x86_64
.etc.eucalyptus.eucalyptus.cc.conf: CC_NAME=webness
Architecture: amd64
Date: Thu Aug  4 12:05:14 2011
InstallationMedia: Ubuntu-Server 11.04 Natty Narwhal - Release amd64 
(20110422)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: eucalyptus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/821003

Title:
  UEC Node controller loses connectivity

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 821003] Re: UEC Node controller loses connectivity

2011-08-04 Thread Russell de Moose
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/821003

Title:
  UEC Node controller loses connectivity

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 820888] Re: AC unplug not detected during suspend

2011-08-04 Thread moose
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/820888

Title:
  AC unplug not detected during suspend

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

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


[Bug 820888] [NEW] AC unplug not detected during suspend

2011-08-04 Thread moose
Public bug reported:

steps to reproduce:
-suspend laptop while plugged into AC power
-suspend laptop
-unplug from AC
-turn laptop back on
-power icon and all other battery saving modes remain on AC mode
the battery icon shows charging and the screen does not dim.

What should have happened is the correct power state should have been
detected on resume and proper power modes set.

ways to force the change:
-reboot. not ideal
-plug into AC then unplug again. then the state change is detected.

HP G72 ubuntu 11.04 AMD64
This is similar to Bug #670954

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: acpi 1.5-2
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Thu Aug  4 07:40:05 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: acpi
UpgradeStatus: Upgraded to natty on 2011-04-28 (97 days ago)

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


** Tags: amd64 apport-bug natty

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

Title:
  AC unplug not detected during suspend

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

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


[Bug 820997] [NEW] instances lose public IP

2011-08-04 Thread Russell de Moose
Public bug reported:

Eucalyptus 2.0. Natty 11.04, Lucid 10.04 image for instances

I have a small UEC setup (1 Front-End, 2 NC), and at various points,
instances running on each of the node controllers will lose their public
IP addresses. I can re-associate available IP addresses from my pool
(Managed NO-VLAN) with the instances, but this is a repeated issue. FYI
-

RESERVATION r-4B5E08CB  admin   default
INSTANCEi-357C06B6  emi-0A1B1168172.19.1.2   172.19.1.2 
running0c1.medium   2011-07-29T16:16:36.856Zwebness 
eki-92AE1B4D

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: eucalyptus-common 2.0.1+bzr1256-0ubuntu4.1
ProcVersionSignature: Ubuntu 2.6.38-10.46-server 2.6.38.7
Uname: Linux 2.6.38-10-server x86_64
.etc.eucalyptus.eucalyptus.cc.conf: CC_NAME=webness
Architecture: amd64
Date: Thu Aug  4 11:16:19 2011
InstallationMedia: Ubuntu-Server 11.04 Natty Narwhal - Release amd64 
(20110422)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: eucalyptus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty

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

Title:
  instances lose public IP

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

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


[Bug 820997] Re: instances lose public IP

2011-08-04 Thread Russell de Moose
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/820997

Title:
  instances lose public IP

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

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


[Bug 821003] [NEW] UEC Node controller loses connectivity

2011-08-04 Thread Russell de Moose
Public bug reported:

Natty 11.04, UEC (1 front-end, 2 NC), Eucalyptus 2.0, Lucid 10.04 image
for instances

I had a working UEC environment, where the euca-describe-availability-
zones verbose would show the resources of the 2 combined NCs. I have 2
instances running on each NC. Yesterday I could not access the instances
from the 2nd NC, and the CC could not communicate with the NC. They did
not show up after running euca-describe-instances, but the NC DID show
up when running euca_conf --list-nodes, and checking the nodes.list file
in /var/lib/eucalyptus. Several hours later, the same commands (euca-
describe-availability-zones verbose and euca-describe-instances) show
the previously unavailable resources, and now the instances are again
accessible. It seems as if the NC simply disappeared for several hours,
in which time I could still SSH into the NC, CC, and verify that all
services were running.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: eucalyptus-common 2.0.1+bzr1256-0ubuntu4.1
ProcVersionSignature: Ubuntu 2.6.38-10.46-server 2.6.38.7
Uname: Linux 2.6.38-10-server x86_64
.etc.eucalyptus.eucalyptus.cc.conf: CC_NAME=webness
Architecture: amd64
Date: Thu Aug  4 12:05:14 2011
InstallationMedia: Ubuntu-Server 11.04 Natty Narwhal - Release amd64 
(20110422)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: eucalyptus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty

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

Title:
  UEC Node controller loses connectivity

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

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


[Bug 821003] Re: UEC Node controller loses connectivity

2011-08-04 Thread Russell de Moose
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821003

Title:
  UEC Node controller loses connectivity

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

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


[Bug 768929] Re: system freezes randomly

2011-06-14 Thread Moose
After such a crash the theme defaults back to some old version and the
system can not be shut down regularly. Logging out and logging back in a
couple of time usually fixes that.

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

Title:
  system freezes randomly

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

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


[Bug 768929] Re: system freezes randomly

2011-05-23 Thread Moose
System is still freezing :-(

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

Title:
  system freezes randomly

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


[Bug 768929] Re: system freezes randomly

2011-05-17 Thread Moose
OK. I installed the Kernel. Is there a way that I can verify weather or
not that issue is solved?

during the update I got several warnings regarding the encryption. Has
this something to do with the Intel AES-NI instructions not being
detected?

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

Title:
  system freezes randomly

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


[Bug 778162] [NEW] package oss4-dkms 4.2-build2003-1ubuntu1 failed to install/upgrade: oss4 kernel module failed to build

2011-05-05 Thread Moose
Public bug reported:

Can't build module during install

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: oss4-dkms 4.2-build2003-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
Uname: Linux 2.6.38-9-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
DKMSBuildLog:
 DKMS make.log for oss4-4.2-build2003 for kernel 2.6.38-9-generic (i686)
 Thu May  5 17:58:22 EDT 2011
Date: Thu May  5 17:58:25 2011
ErrorMessage: oss4 kernel module failed to build
PackageArchitecture: all
PackageVersion: 4.2-build2003-1ubuntu1
SourcePackage: oss4
Title: package oss4-dkms 4.2-build2003-1ubuntu1 failed to install/upgrade: oss4 
kernel module failed to build
UpgradeStatus: Upgraded to natty on 2011-04-29 (6 days ago)

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


** Tags: apport-package i386 natty

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

Title:
  package oss4-dkms 4.2-build2003-1ubuntu1 failed to install/upgrade:
  oss4 kernel module failed to build

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


[Bug 778162] Re: package oss4-dkms 4.2-build2003-1ubuntu1 failed to install/upgrade: oss4 kernel module failed to build

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

Title:
  package oss4-dkms 4.2-build2003-1ubuntu1 failed to install/upgrade:
  oss4 kernel module failed to build

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


[Bug 768929] Re: system freezes randomly

2011-04-26 Thread Moose
apport information

** Tags added: apport-collected

** Description changed:

  This Bug happens after a few minutes or after a couple of hours. The system 
will just freeze. Sometimes the screen will become whit or I get colorful 
stripes. Nothing works and I have to power down the system by pressing the 
Power-Button for some seconds. I had this problem with the ubuntu 10.10 release 
as well.
  This bug is very urgent to me as it effectively keeps me from using ubuntu.
  
  Ubuntu:
  
  Version 11.04 (natty)
  Kernel Linux 2.6.38-8-generic
  Gnome 2.32.1
  
  Hardware:
  
  Ram: 1,3GB
  Processor: AMD Turion 64 Mobile ML-34
  Notebook: HP Compaq nx6125
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: gnome-system-monitor 2.28.2-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  Date: Fri Apr 22 13:34:35 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/gnome-system-monitor
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcEnviron:
   LANGUAGE=de_DE:en
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-system-monitor
  UpgradeStatus: Upgraded to natty on 2011-04-17 (4 days ago)
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  moose  1468 F pulseaudio
+ CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden
+ Card0.Amixer.info:
+  Card hw:0 'IXP'/'ATI IXP rev 2 with Cx20468-31 at 0xd8404000, irq 17'
+Mixer name : 'Conexant Cx20468-31'
+Components : 'AC97a:43585430'
+Controls  : 22
+Simple ctrls  : 15
+ Card1.Amixer.info:
+  Card hw:1 'Modem'/'ATI IXP Modem rev 2 at 0xd8405000, irq 17'
+Mixer name : 'Conexant Cx20468-31'
+Components : 'AC97m:43585430'
+Controls  : 2
+Simple ctrls  : 2
+ Card1.Codecs.codec97.0.mc97.0.0:
+  0-0/0: Conexant Cx20468-31
+  
+  Extended modem ID: codec=0 LIN1
+  Modem status : GPIO
+  Line1 rate   : 48000Hz
+ DistroRelease: Ubuntu 11.04
+ EcryptfsInUse: Yes
+ HibernationDevice: RESUME=/dev/sda5
+ InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
+ Lsusb:
+  Bus 003 Device 003: ID 046d:c05a Logitech, Inc. Optical Mouse M90
+  Bus 003 Device 002: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
+  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 002 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: Hewlett-Packard HP Compaq nx6125 (EK084ES#ABB)
+ Package: linux (not installed)
+ PccardctlIdent:
+  Socket 0:
+no product info available
+ PccardctlStatus:
+  Socket 0:
+no card
+ ProcEnviron:
+  LANGUAGE=de_DE:en
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=9691a09e-2430-4312-b162-ab5a1ccf76d1 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
+ RelatedPackageVersions:
+  linux-restricted-modules-2.6.38-8-generic N/A
+  linux-backports-modules-2.6.38-8-generic  N/A
+  linux-firmware1.52
+ Tags:  natty running-unity
+ Uname: Linux 2.6.38-8-generic x86_64
+ UpgradeStatus: Upgraded to natty on 2011-04-17 (8 days ago)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 09/08/2008
+ dmi.bios.vendor: Hewlett-Packard
+ dmi.bios.version: 68DTT Ver. F.13
+ dmi.board.name: 308B
+ dmi.board.vendor: Hewlett-Packard
+ dmi.board.version: KBC Version 45.27
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Hewlett-Packard
+ dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68DTTVer.F.13:bd09/08/2008:svnHewlett-Packard:pnHPCompaqnx6125(EK084ES#ABB):pvrF.13:rvnHewlett-Packard:rn308B:rvrKBCVersion45.27:cvnHewlett-Packard:ct10:cvr:
+ dmi.product.name: HP Compaq nx6125 (EK084ES#ABB)
+ dmi.product.version: F.13
+ dmi.sys.vendor: Hewlett-Packard

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089804/+files/AcpiTables.txt

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

Title:
  system freezes randomly

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


[Bug 768929] AplayDevices.txt

2011-04-26 Thread Moose
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089806/+files/AplayDevices.txt

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

Title:
  system freezes randomly

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


[Bug 768929] AlsaDevices.txt

2011-04-26 Thread Moose
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089805/+files/AlsaDevices.txt

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

Title:
  system freezes randomly

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


[Bug 768929] ArecordDevices.txt

2011-04-26 Thread Moose
apport information

** Attachment added: ArecordDevices.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089807/+files/ArecordDevices.txt

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

Title:
  system freezes randomly

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


[Bug 768929] BootDmesg.txt

2011-04-26 Thread Moose
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089808/+files/BootDmesg.txt

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

Title:
  system freezes randomly

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


[Bug 768929] Card0.Amixer.values.txt

2011-04-26 Thread Moose
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089809/+files/Card0.Amixer.values.txt

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

Title:
  system freezes randomly

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


[Bug 768929] Card0.Codecs.codec97.0.ac97.0.0.txt

2011-04-26 Thread Moose
apport information

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089810/+files/Card0.Codecs.codec97.0.ac97.0.0.txt

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

Title:
  system freezes randomly

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


[Bug 768929] Card0.Codecs.codec97.0.ac97.0.0.regs.txt

2011-04-26 Thread Moose
apport information

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089811/+files/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

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

Title:
  system freezes randomly

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


[Bug 768929] Card1.Amixer.values.txt

2011-04-26 Thread Moose
apport information

** Attachment added: Card1.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089812/+files/Card1.Amixer.values.txt

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

Title:
  system freezes randomly

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


[Bug 768929] Card1.Codecs.codec97.0.mc97.0.0.regs.txt

2011-04-26 Thread Moose
apport information

** Attachment added: Card1.Codecs.codec97.0.mc97.0.0.regs.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089813/+files/Card1.Codecs.codec97.0.mc97.0.0.regs.txt

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

Title:
  system freezes randomly

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


[Bug 768929] CurrentDmesg.txt

2011-04-26 Thread Moose
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089814/+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/768929

Title:
  system freezes randomly

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


[Bug 768929] IwConfig.txt

2011-04-26 Thread Moose
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089815/+files/IwConfig.txt

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

Title:
  system freezes randomly

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


[Bug 768929] Lspci.txt

2011-04-26 Thread Moose
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/768929/+attachment/2089816/+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/768929

Title:
  system freezes randomly

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


[Bug 768929] PciMultimedia.txt

2011-04-26 Thread Moose
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089817/+files/PciMultimedia.txt

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

Title:
  system freezes randomly

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


[Bug 768929] ProcCpuinfo.txt

2011-04-26 Thread Moose
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089818/+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/768929

Title:
  system freezes randomly

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


[Bug 768929] ProcCpuinfo_.txt

2011-04-26 Thread Moose
apport information

** Attachment added: ProcCpuinfo_.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089819/+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/768929

Title:
  system freezes randomly

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


[Bug 768929] ProcInterrupts.txt

2011-04-26 Thread Moose
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089820/+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/768929

Title:
  system freezes randomly

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


[Bug 768929] ProcModules.txt

2011-04-26 Thread Moose
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089821/+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/768929

Title:
  system freezes randomly

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


[Bug 768929] RfKill.txt

2011-04-26 Thread Moose
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/768929/+attachment/2089822/+files/RfKill.txt

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

Title:
  system freezes randomly

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


[Bug 768929] UdevDb.txt

2011-04-26 Thread Moose
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/768929/+attachment/2089823/+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/768929

Title:
  system freezes randomly

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


[Bug 768929] UdevLog.txt

2011-04-26 Thread Moose
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/768929/+attachment/2089824/+files/UdevLog.txt

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

Title:
  system freezes randomly

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


[Bug 768929] WifiSyslog.txt

2011-04-26 Thread Moose
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/768929/+attachment/2089825/+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/768929

Title:
  system freezes randomly

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


[Bug 768929] Re: system freezes randomly

2011-04-26 Thread Moose
** Attachment added: kern.log.1
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/768929/+attachment/2089826/+files/kern.log.1

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

Title:
  system freezes randomly

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


[Bug 768929] Re: system freezes randomly

2011-04-22 Thread Moose
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/768929

Title:
  system freezes randomly

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


[Bug 768929] [NEW] system freezes randomly

2011-04-22 Thread Moose
Public bug reported:

This Bug happens after a few minutes or after a couple of hours. The system 
will just freeze. Sometimes the screen will become whit or I get colorful 
stripes. Nothing works and I have to power down the system by pressing the 
Power-Button for some seconds. I had this problem with the ubuntu 10.10 release 
as well.
This bug is very urgent to me as it effectively keeps me from using ubuntu.

Ubuntu:

Version 11.04 (natty)
Kernel Linux 2.6.38-8-generic
Gnome 2.32.1

Hardware:

Ram: 1,3GB
Processor: AMD Turion 64 Mobile ML-34
Notebook: HP Compaq nx6125

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gnome-system-monitor 2.28.2-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Fri Apr 22 13:34:35 2011
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/gnome-system-monitor
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANGUAGE=de_DE:en
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-system-monitor
UpgradeStatus: Upgraded to natty on 2011-04-17 (4 days ago)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug apport-lpi natty running-unity

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

Title:
  system freezes randomly

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


Re: [Bug 654400] Re: Coolokey busted with GEMALTO CAC

2010-12-01 Thread moose
what version of ubuntu? I have done this on 10.10 didnt work on 10.04. I
havend had time to make a package but its on my list...

On Wed, Dec 1, 2010 at 7:02 PM, eadmund 654...@bugs.launchpad.net
wrote:

 I've tried unpacking the RPM and manually copying files over; I've also
 tried using alien on both binary and source packages, but to no avail.
 You don't happen to have a walkthrough by any chance, do you?

 --
 Coolokey busted with GEMALTO CAC
 https://bugs.launchpad.net/bugs/654400
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Coolokey busted with GEMALTO CAC
https://bugs.launchpad.net/bugs/654400
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 651008] Re: Regression in wireless performance under Maverick when on battery power (broadcom)

2010-10-17 Thread moose
yes, unplug first. otherwise some script enables the powersavings
features.

On Sun, Oct 17, 2010 at 4:22 AM, Stefan Rehm
651...@bugs.launchpad.netwrote:

 Same probleme here on a Dell Mini 9. Did I have to unplug the device
 from a power supply bevor the workaround with iwconfig ethX power off
 works?

 --
 Regression in wireless performance under Maverick when on battery power
 (broadcom)
 https://bugs.launchpad.net/bugs/651008
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Regression in wireless performance under Maverick when on battery power 
(broadcom)
https://bugs.launchpad.net/bugs/651008
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 651008] Re: Regression in wireless performance under Maverick when on battery power (broadcom)

2010-10-16 Thread moose
same here on a hp G72
Broadcom Corporation BCM4313 802.11b/g LP-PHY
While on battery power file transfers of files to a local network machile are 
limited to around 150KB/sec
when on AC power the full speed is achieved.

steps to reproduce: (Note I have a 5 mb connection)
while on ac power go to speakeast.net/speedtest and choose a location.
max speed is 4.3mbs

unplug AC and rerun same test.
max speed is now 1.5mbs

Tested under windows 7 and full speed is achieved independent of power
source.

also this is a 802.11n also, however it is not reported in lspci
http://www.broadcom.com/products/Wireless-LAN/802.11-Wireless-LAN-Solutions/BCM4313

-- 
Regression in wireless performance under Maverick when on battery power 
(broadcom)
https://bugs.launchpad.net/bugs/651008
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 654400] Re: Coolokey busted with GEMALTO CAC

2010-10-16 Thread moose
I have update the wiki with a solution that works with the new cards. 
new RPM packages can be found here
http://koji.fedoraproject.org/koji/packageinfo?packageID=5

The source rpm is also there.

found the links in this bug report
https://bugzilla.redhat.com/show_bug.cgi?format=multipleid=606842

** Bug watch added: Red Hat Bugzilla #606842
   https://bugzilla.redhat.com/show_bug.cgi?id=606842

-- 
Coolokey busted with GEMALTO CAC
https://bugs.launchpad.net/bugs/654400
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 565490] [NEW] create new configuration option does nothing whe you press OK

2010-04-17 Thread moose
Public bug reported:

Binary package hint: xorg

in fail safe x you choose reconfigure x then 'create new configuration
for your hardware' then press OK it appears that nothing happens and you
are dumped back to the same menu. only way to get out is to press
cancel.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xorg 1:7.5+5ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
Architecture: i386
Date: Sat Apr 17 13:39:20 2010
DkmsStatus: Error: [Errno 2] No such file or directory
Lsusb:
 Bus 004 Device 002: ID 0430:0501 Sun Microsystems, Inc. 
 Bus 004 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 002 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: Matsushita Electric Industrial Co.,Ltd. CF-T2AWATZKM
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=1a1c59c4-1a15-4407-aae1-6d8b73c25557 ro quiet splash
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
dmi.bios.date: 06/11/2003
dmi.bios.vendor: Phoenix Technologies K.K.
dmi.bios.version: V1.00L12
dmi.board.name: CFT2-1
dmi.board.vendor: Matsushita Electric Industrial Co.,Ltd.
dmi.board.version: 001
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Matsushita Electric Industrial Co.,Ltd.
dmi.chassis.version: 001
dmi.modalias: 
dmi:bvnPhoenixTechnologiesK.K.:bvrV1.00L12:bd06/11/2003:svnMatsushitaElectricIndustrialCo.,Ltd.:pnCF-T2AWATZKM:pvr001:rvnMatsushitaElectricIndustrialCo.,Ltd.:rnCFT2-1:rvr001:cvnMatsushitaElectricIndustrialCo.,Ltd.:ct10:cvr001:
dmi.product.name: CF-T2AWATZKM
dmi.product.version: 001
dmi.sys.vendor: Matsushita Electric Industrial Co.,Ltd.
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-21-generic

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


** Tags: apport-bug i386 lucid

-- 
create new configuration option does nothing whe you press OK
https://bugs.launchpad.net/bugs/565490
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 565490] Re: create new configuration option does nothing whe you press OK

2010-04-17 Thread moose

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/44611478/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/44611479/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/44611480/Dependencies.txt

** Attachment added: GdmLog.txt
   http://launchpadlibrarian.net/44611481/GdmLog.txt

** Attachment added: GdmLog1.txt
   http://launchpadlibrarian.net/44611482/GdmLog1.txt

** Attachment added: GdmLog2.txt
   http://launchpadlibrarian.net/44611483/GdmLog2.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/44611484/Lspci.txt

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/44611485/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/44611486/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/44611487/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/44611488/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/44611489/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/44611490/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/44611491/UdevLog.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/44611492/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/44611493/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/44611494/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/44611495/Xrandr.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/44611496/glxinfo.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/44611497/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/44611498/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/44611499/xkbcomp.txt

-- 
create new configuration option does nothing whe you press OK
https://bugs.launchpad.net/bugs/565490
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 407656] Re: network slowdown on Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)

2010-03-14 Thread moose
then my report is different as my can be resolved with ethtool
defiantly not a hardware problem on my end. I will check on this with
the the new kernel and report back.

On Sun, Mar 14, 2010 at 2:00 PM, Ranga sivajirangara...@yahoo.com wrote:
 I don't believe this bug is anything on the linux side at all.  Whenever
 this happened, my other OS also failed to connect on this same
 network.    I have thereafter isolated this issue to be something
 hardware related.  I end up having to reset by CMOS by removing the
 battery to get the NIC to respond again.

 Thanks for the follow up.

 -Ranga

 On 03/14/2010 01:35 AM, Jeremy Foshee wrote:
 Hi Ranga,

 This bug was reported a while ago and there hasn't been any activity in
 it recently. We were wondering if this is still an issue? Can you try
 with the latest development release of Ubuntu?  ISO CD images are
 available from http://cdimage.ubuntu.com/releases/ .

 If it remains an issue, could you run the following command from a
 Terminal (Applications-Accessories-Terminal).  It will automatically
 gather and attach updated debug information to this report.

 apport-collect -p linux 407656

 Also, if you could test the latest upstream kernel available that would
 be great.  It will allow additional upstream developers to examine the
 issue.  Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once
 you've tested the upstream kernel, please remove the 'needs-upstream-
 testing' tag.  This can be done by clicking on the yellow pencil icon
 next to the tag located at the bottom of the bug description and
 deleting the 'needs-upstream-testing' text.  Please let us know your
 results.

 Thanks in advance.

 [This is an automated message.  Apologies if it has reached you
 inappropriately; please just reply to this message indicating so.]


 ** Tags added: needs-kernel-logs

 ** Tags added: needs-upstream-testing

 ** Tags added: kj-triage

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



 --
 network slowdown on Ethernet controller: Realtek  Semiconductor Co., Ltd. 
 RTL8111/8168B PCI Express Gigabit Ethernet  controller (rev 03)
 https://bugs.launchpad.net/bugs/407656
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
network slowdown on Ethernet controller: Realtek  Semiconductor Co., Ltd. 
RTL8111/8168B PCI Express Gigabit Ethernet  controller (rev 03)
https://bugs.launchpad.net/bugs/407656
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 407656] Re: network slowdown on Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)

2009-11-23 Thread moose
I have the same thing happen with a slightly different card.
On initial boot it goes to 1000 but after resume it will only connect at 100. 
it must be forced with ethtool back to 1000 and then it works fine.

notice how the first run of ethtool shows that the 1000 speeds are
missing from the advertised link modes...

lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

uname -a
Linux redyns 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 
GNU/Linux


01:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit 
Ethernet (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 17
I/O ports at b000 [size=256]
Memory at fa008000 (32-bit, non-prefetchable) [size=256]
[virtual] Expansion ROM at fc00 [disabled] [size=128K]
Capabilities: [dc] Power Management version 2
Kernel driver in use: r8169
Kernel modules: r8169



sudo ethtool  eth1
Settings for eth1:
Supported ports: [ TP MII ]
Supported link modes:   10baseT/Half 10baseT/Full 
100baseT/Half 100baseT/Full 
1000baseT/Half 1000baseT/Full 
Supports auto-negotiation: Yes
Advertised link modes:  10baseT/Half 10baseT/Full 
100baseT/Half 100baseT/Full 
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x0033 (51)
Link detected: yes
sudo ethtool -s eth1 speed 1000 duplex full
sudo ethtool  eth1
Settings for eth1:
Supported ports: [ TP MII ]
Supported link modes:   10baseT/Half 10baseT/Full 
100baseT/Half 100baseT/Full 
1000baseT/Half 1000baseT/Full 
Supports auto-negotiation: Yes
Advertised link modes:  10baseT/Half 10baseT/Full 
100baseT/Half 100baseT/Full 
1000baseT/Half 1000baseT/Full 
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x0033 (51)
Link detected: yes

-- 
network slowdown on Ethernet controller: Realtek  Semiconductor Co., Ltd. 
RTL8111/8168B PCI Express Gigabit Ethernet  controller (rev 03)
https://bugs.launchpad.net/bugs/407656
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 407656] Re: network slowdown on Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)

2009-11-23 Thread moose
still happens with -15 kernel

uname -a
Linux redyns 2.6.31-15-generic #50-Ubuntu SMP Tue Nov 10 14:54:29 UTC 2009 i686 
GNU/Linux


see ethtool outputs in tgz

** Attachment added: ethtooloutput.tgz
   http://launchpadlibrarian.net/35973730/ethtooloutput.tgz

-- 
network slowdown on Ethernet controller: Realtek  Semiconductor Co., Ltd. 
RTL8111/8168B PCI Express Gigabit Ethernet  controller (rev 03)
https://bugs.launchpad.net/bugs/407656
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 407656] Re: network slowdown on Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)

2009-11-23 Thread moose
workaround: place attached file in /usr/lib/pm-utils/sleep.d/

don't know what will happen if not connected to a gigabit switch...

** Attachment added: 12rtl8169
   http://launchpadlibrarian.net/35974212/12rtl8169

-- 
network slowdown on Ethernet controller: Realtek  Semiconductor Co., Ltd. 
RTL8111/8168B PCI Express Gigabit Ethernet  controller (rev 03)
https://bugs.launchpad.net/bugs/407656
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 467731] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x80/0x90()

2009-10-31 Thread moose

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/34824359/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/34824360/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/34824361/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/34824362/BootDmesg.txt

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

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/34824364/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/34824365/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34824366/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/34824367/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/34824368/Lspci.txt

** Attachment added: OopsText.txt
   http://launchpadlibrarian.net/34824369/OopsText.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/34824370/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/34824371/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/34824373/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/34824374/ProcModules.txt

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/34824375/RfKill.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/34824376/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/34824377/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/34824379/WifiSyslog.txt

-- 
WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x80/0x90()
https://bugs.launchpad.net/bugs/467731
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 467731] [NEW] WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x80/0x90()

2009-10-31 Thread moose
Public bug reported:

suspend wait 10 seconds then resume.

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  snyderra   2530 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfb10 irq 22'
   Mixer name   : 'Realtek ALC662 rev1'
   Components   : 'HDA:10ec0662,1458a002,00100101'
   Controls  : 33
   Simple ctrls  : 17
Date: Sat Oct 31 20:59:28 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=dd92398f-eaf0-44f7-8186-92fa2618f678
Lsusb:
 Bus 002 Device 003: ID 051d:0002 American Power Conversion Uninterruptible 
Power Supply
 Bus 002 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle 
(HCI mode)
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 004: ID 0bda:0151 Realtek Semiconductor Corp. Mass Stroage 
Device
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Gigabyte Technology Co., Ltd. M61PME-S2
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
ProcCmdLine: root=UUID=8068c685-7d79-4aa7-a15d-9616dad79260 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
SourcePackage: linux
Tags: kernel-oops
Title: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x80/0x90()
Uname: Linux 2.6.31-14-generic i686
WpaSupplicantLog:
 
dmi.bios.date: 02/02/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F3
dmi.board.name: M61PME-S2
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF3:bd02/02/2009:svnGigabyteTechnologyCo.,Ltd.:pnM61PME-S2:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnM61PME-S2:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: M61PME-S2
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: apport-kerneloops i386 kernel-oops

-- 
WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x80/0x90()
https://bugs.launchpad.net/bugs/467731
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 465029] Re: [Acer AOA150] suspend/resume failure

2009-10-30 Thread moose

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/34697771/AlsaDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/34697773/BootDmesg.txt

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

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/34697775/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/3469/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34697779/Dependencies.txt

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/34697780/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/34697781/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/34697782/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/34697783/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/34697785/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/34697786/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/34697788/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/34697789/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/34697792/ProcStatus.txt

** Attachment added: SleepLog.txt
   http://launchpadlibrarian.net/34697793/SleepLog.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/34697794/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/34697796/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/34697797/WifiSyslog.txt

** Attachment added: WpaSupplicantLog.txt
   http://launchpadlibrarian.net/34697798/WpaSupplicantLog.txt

-- 
[Acer AOA150] suspend/resume failure
https://bugs.launchpad.net/bugs/465029
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 465029] [NEW] [Acer AOA150] suspend/resume failure

2009-10-30 Thread moose
Public bug reported:

computer went to sleep(suspend) and would not wake up. screen remained
blank

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  snyderra   1848 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0x5644 irq 16'
   Mixer name   : 'Realtek ALC268'
   Components   : 'HDA:10ec0268,1025015b,00100101'
   Controls  : 9
   Simple ctrls  : 6
Date: Fri Oct 30 11:43:19 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=5a5223bb-de58-4958-9f53-70577ab4dc8c
InterpreterPath: /usr/bin/python2.6
MachineType: Acer AOA150
Package: linux-image-2.6.31-14-generic 2.6.31-14.48
ProcCmdLine: root=UUID=a7ec9a15-6b58-47e2-b0f7-76c8e2057dab ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-14-generic N/A
 linux-firmware 1.24
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Tags: resume suspend ubuntu-unr
Title: [Acer AOA150] suspend/resume failure
Uname: Linux 2.6.31-14-generic i686
UserGroups:
 
dmi.bios.date: 10/06/2008
dmi.bios.vendor: Acer
dmi.bios.version: v0.3309
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.vendor: Acer
dmi.board.version: Base Board Version
dmi.chassis.type: 1
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAcer:bvrv0.3309:bd10/06/2008:svnAcer:pnAOA150:pvr1:rvnAcer:rn:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
dmi.product.name: AOA150
dmi.product.version: 1
dmi.sys.vendor: Acer

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


** Tags: apport-kerneloops i386 resume suspend ubuntu-unr

-- 
[Acer AOA150] suspend/resume failure
https://bugs.launchpad.net/bugs/465029
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 411956] Re: System freeze: general protection fault or kernel NULL pointer dereference

2009-09-09 Thread moose
here is another instance of this problem. this time it left xorg
tainted. the kernel magic keys did work to reboot though.

Sep  9 10:01:47 filet kernel: [ 8451.101274] BUG: unable to handle kernel NULL 
pointer dereference at 0128
Sep  9 10:01:47 filet kernel: [ 8451.101287] IP: [a01e0e4a] 
_nv012901rm+0x46e/0xc88 [nvidia]
Sep  9 10:01:47 filet kernel: [ 8451.101636] PGD 13d9fe067 PUD 13d9fd067 PMD 0 
Sep  9 10:01:47 filet kernel: [ 8451.101644] Oops:  [#1] SMP 
Sep  9 10:01:47 filet kernel: [ 8451.101650] last sysfs file: 
/sys/devices/pci:00/:00:1a.7/usb1/1-4/1-4.4/1-4.4:1.0/host8/target8:0:0/8:0:0:0/block/sdc/sdc1/stat
Sep  9 10:01:47 filet kernel: [ 8451.101659] Dumping ftrace buffer:
Sep  9 10:01:47 filet kernel: [ 8451.101664](ftrace buffer empty)
Sep  9 10:01:47 filet kernel: [ 8451.101668] CPU 1 
Sep  9 10:01:47 filet kernel: [ 8451.101671] Modules linked in: nls_iso8859_1 
nls_cp437 vfat fat usb_storage aes_x86_64 aes_generic binfmt_misc bridge stp 
bnep vboxnetadp vboxnetflt vboxdrv input_polldev lp pata_pcmcia usbhid btusb 
arc4 ecb pcmcia leds_hp_disk iwlagn iwlcore joydev ppdev snd_hda_intel 
snd_pcm_oss snd_mixer_oss psmouse led_class snd_pcm snd_seq_dummy snd_seq_oss 
pcspkr serio_raw yenta_socket rsrc_nonstatic pcmcia_core ricoh_mmc mac80211 
sdhci_pci sdhci parport_pc parport tpm_infineon tpm tpm_bios lis3lv02d iTCO_wdt 
iTCO_vendor_support cfg80211 intel_agp snd_seq_midi snd_rawmidi 
snd_seq_midi_event snd_seq snd_timer snd_seq_device video output snd soundcore 
snd_page_alloc nvidia(P) ohci1394 ieee1394 e1000e fbcon tileblit font bitblit 
softcursor
Sep  9 10:01:47 filet kernel: [ 8451.101785] Pid: 3153, comm: Xorg Tainted: P   
2.6.28-15-generic #49-Ubuntu
Sep  9 10:01:47 filet kernel: [ 8451.101790] RIP: 0010:[a01e0e4a]  
[a01e0e4a] _nv012901rm+0x46e/0xc88 [nvidia]
Sep  9 10:01:47 filet kernel: [ 8451.102107] RSP: 0018:88013d17bd38  
EFLAGS: 00010246
Sep  9 10:01:47 filet kernel: [ 8451.102111] RAX: 00ff RBX: 
 RCX: 8800b352a940
Sep  9 10:01:47 filet kernel: [ 8451.102116] RDX: 1ee58000 RSI: 
00ff RDI: 88013dd39580
Sep  9 10:01:47 filet kernel: [ 8451.102120] RBP: 88013d542e40 R08: 
88013e0aa000 R09: 88013d542f10
Sep  9 10:01:47 filet kernel: [ 8451.102125] R10:  R11: 
3206 R12: 
Sep  9 10:01:47 filet kernel: [ 8451.102129] R13: 8801384cd000 R14: 
0001 R15: 
Sep  9 10:01:47 filet kernel: [ 8451.102135] FS:  7f806da33700() 
GS:88013f802d80() knlGS:
Sep  9 10:01:47 filet kernel: [ 8451.102140] CS:  0010 DS:  ES:  CR0: 
80050033
Sep  9 10:01:47 filet kernel: [ 8451.102144] CR2: 0128 CR3: 
0001384d9000 CR4: 06a0
Sep  9 10:01:47 filet kernel: [ 8451.102149] DR0:  DR1: 
 DR2: 
Sep  9 10:01:47 filet kernel: [ 8451.102153] DR3:  DR6: 
0ff0 DR7: 0400
Sep  9 10:01:47 filet kernel: [ 8451.102159] Process Xorg (pid: 3153, 
threadinfo 88013d17a000, task 88013ddc8000)
Sep  9 10:01:47 filet kernel: [ 8451.102163] Stack:
Sep  9 10:01:47 filet kernel: [ 8451.102166]  88013d542fe0 c1d0 
 
Sep  9 10:01:47 filet kernel: [ 8451.102174]  0003d800 a0353954 
 a03538f5
Sep  9 10:01:47 filet kernel: [ 8451.102183]   8800b352ad40 
88013c009000 88013e0aa000
Sep  9 10:01:47 filet kernel: [ 8451.102193] Call Trace:
Sep  9 10:01:47 filet kernel: [ 8451.102199]  [a0353954] ? 
_nv003184rm+0x7b8/0x8a8 [nvidia]
Sep  9 10:01:47 filet kernel: [ 8451.102542]  [a03538f5] ? 
_nv003184rm+0x759/0x8a8 [nvidia]
Sep  9 10:01:47 filet kernel: [ 8451.102885]  [a03789d5] ? 
_nv006002rm+0x96/0xd4 [nvidia]
Sep  9 10:01:47 filet kernel: [ 8451.103221]  [a01f8375] ? 
_nv003189rm+0x455/0x6fd [nvidia]
Sep  9 10:01:47 filet kernel: [ 8451.103544]  [a03f745d] ? 
rm_ioctl+0x2f/0x67 [nvidia]
Sep  9 10:01:47 filet kernel: [ 8451.103876]  [a04b4db3] ? 
nv_kern_ioctl+0x1b3/0x480 [nvidia]
Sep  9 10:01:47 filet kernel: [ 8451.104144]  [80210807] ? 
__switch_to+0x3e7/0x490
Sep  9 10:01:47 filet kernel: [ 8451.104159]  [a04b50bc] ? 
nv_kern_unlocked_ioctl+0x1c/0x20 [nvidia]
Sep  9 10:01:47 filet kernel: [ 8451.104425]  [802f65e1] ? 
vfs_ioctl+0x31/0xa0
Sep  9 10:01:47 filet kernel: [ 8451.104434]  [8069982c] ? 
thread_return+0x37/0x36b
Sep  9 10:01:47 filet kernel: [ 8451.104445]  [802f6995] ? 
do_vfs_ioctl+0x75/0x230
Sep  9 10:01:47 filet kernel: [ 8451.104452]  [802f6be9] ? 
sys_ioctl+0x99/0xa0
Sep  9 10:01:47 filet kernel: [ 8451.104459]  [8069c2a9] ? 
do_device_not_available+0x9/0x10
Sep  9 10:01:47 filet kernel: [ 8451.104466]  [8021253a] ? 

[Bug 403872] Re: L2 cache reports as disabled

2009-08-27 Thread moose
Same problem
*-cache:1 DISABLED
 description: L2 cache
  physical id: b
  slot: External Cache
  capacity: 1MiB
  capabilities: synchronous internal write-through

except that cache values are different in syslog
Aug 27 06:27:26 redyns kernel: [27661.215906] CPU: L2 Cache: 512K (64 bytes/line
)

Linux redyns 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC
2009 i686 GNU/Linux

** Attachment added: lshw.txt
   http://launchpadlibrarian.net/30896438/lshw.txt

-- 
L2 cache reports as disabled
https://bugs.launchpad.net/bugs/403872
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 411956] Re: System freeze: general protection fault: 0000 [#1] SMP

2009-08-18 Thread moose
happened again, this time I got a log message. I hit quit in unison
after doing an update using the socket method.

any chance this could be caused by opening and closing sockets on a
bridged wireless device, since this time is says pulse audio is tainted,
which uses sockets?

Aug 18 10:07:56 lobster kernel: [ 6578.774488] PGD 1348a8067 PUD 1348a9067 PMD 
0 
Aug 18 10:07:56 lobster kernel: [ 6578.774496] Dumping ftrace buffer:
Aug 18 10:07:56 lobster kernel: [ 6578.774498](ftrace buffer empty)
Aug 18 10:07:56 lobster kernel: [ 6578.774499] CPU 1 
Aug 18 10:07:56 lobster kernel: [ 6578.774500] Modules linked in: vboxnetadp 
vboxnetflt vboxdrv nls_iso8859_1 nls_cp437 vfat fat aes_x86_64 aes_generic 
binfmt_misc bridge stp bnep input_polldev lp pata_pcmcia snd_hda_intel 
snd_pcm_oss arc4 snd_mixer_oss ecb snd_pcm snd_seq_dummy snd_seq_oss 
snd_seq_midi iwlagn pcmcia snd_rawmidi iwlcore snd_seq_midi_event snd_seq 
hid_logitech leds_hp_disk led_class mac80211 snd_timer snd_seq_device 
ff_memless video joydev iTCO_wdt snd soundcore yenta_socket rsrc_nonstatic 
sdhci_pci sdhci ricoh_mmc usbhid output pcspkr tpm_infineon tpm tpm_bios 
usb_storage psmouse ppdev serio_raw lis3lv02d parport_pc parport 
iTCO_vendor_support cfg80211 intel_agp snd_page_alloc btusb pcmcia_core 
nvidia(P) ohci1394 ieee1394 e1000e fbcon tileblit font bitblit softcursor
Aug 18 10:07:56 lobster kernel: [ 6578.774533] Pid: 3605, comm: pulseaudio 
Tainted: P   2.6.28-15-generic #48-Ubuntu
Aug 18 10:07:56 lobster kernel: [ 6578.774534] RIP: 0010:[a0a92b57]  
[a0a92b57] snd_pcm_playback_poll+0x17/0xf0 [snd_pcm]
Aug 18 10:07:56 lobster kernel: [ 6578.774540] RSP: 0018:880131555aa8  
EFLAGS: 00010246
Aug 18 10:07:56 lobster kernel: [ 6578.774541] RAX: 88011e049b30 RBX: 
 RCX: 
Aug 18 10:07:56 lobster kernel: [ 6578.774543] RDX: 0006 RSI: 
 RDI: 880133c5d540
Aug 18 10:07:56 lobster kernel: [ 6578.774544] RBP: 880131555ab8 R08: 
0005 R09: 880133c5d568
Aug 18 10:07:56 lobster kernel: [ 6578.774545] R10:  R11: 
 R12: 
Aug 18 10:07:56 lobster kernel: [ 6578.774547] R13: 880133c5d540 R14: 
 R15: 880131555ddc
Aug 18 10:07:56 lobster kernel: [ 6578.774548] FS:  7fb815249950() 
GS:88013f802d80() knlGS:
Aug 18 10:07:56 lobster kernel: [ 6578.774550] CS:  0010 DS:  ES:  CR0: 
80050033
Aug 18 10:07:56 lobster kernel: [ 6578.774551] CR2: 00a8 CR3: 
00013d463000 CR4: 26a0
Aug 18 10:07:56 lobster kernel: [ 6578.774552] DR0:  DR1: 
 DR2: 
Aug 18 10:07:56 lobster kernel: [ 6578.774553] DR3:  DR6: 
4ff0 DR7: 0400
Aug 18 10:07:56 lobster kernel: [ 6578.774555] Process pulseaudio (pid: 3605, 
threadinfo 880131554000, task 8801338c)
Aug 18 10:07:56 lobster kernel: [ 6578.774557]   
880131555dd4 880131555b48 802f7819
Aug 18 10:07:56 lobster kernel: [ 6578.774667]  RSP 880131555aa8
Aug 18 10:07:56 lobster kernel: [ 6578.774670] ---[ end trace d1adddfa48d1f161 
]---
Aug 18 10:07:56 lobster kernel: [ 6578.779174] PGD 1348a8067 PUD 1348a9067 PMD 
0 
Aug 18 10:07:56 lobster kernel: [ 6578.779181] CPU 0 
Aug 18 10:07:56 lobster kernel: [ 6578.779182] Modules linked in: vboxnetadp 
vboxnetflt vboxdrv nls_iso8859_1 nls_cp437 vfat fat aes_x86_64 aes_generic 
binfmt_misc bridge stp bnep input_polldev lp pata_pcmcia snd_hda_intel 
snd_pcm_oss arc4 snd_mixer_oss ecb snd_pcm snd_seq_dummy snd_seq_oss 
snd_seq_midi iwlagn pcmcia snd_rawmidi iwlcore snd_seq_midi_event snd_seq 
hid_logitech leds_hp_disk led_class mac80211 snd_timer snd_seq_device 
ff_memless video joydev iTCO_wdt snd soundcore yenta_socket rsrc_nonstatic 
sdhci_pci sdhci ricoh_mmc usbhid output pcspkr tpm_infineon tpm tpm_bios 
usb_storage psmouse ppdev serio_raw lis3lv02d parport_pc parport 
iTCO_vendor_support cfg80211 intel_agp snd_page_alloc btusb pcmcia_core 
nvidia(P) ohci1394 ieee1394 e1000e fbcon tileblit font bitblit softcursor
Aug 18 10:07:56 lobster kernel: [ 6578.779220] Pid: 3606, comm: pulseaudio 
Tainted: P  D2.6.28-15-generic #48-Ubuntu
Aug 18 10:07:56 lobster kernel: [ 6578.779221] RIP: 0010:[a0a93777]  
[a0a93777] snd_pcm_capture_poll+0x17/0xf0 [snd_pcm]
Aug 18 10:07:56 lobster kernel: [ 6578.779227] RSP: 0018:880131557aa8  
EFLAGS: 00010246
Aug 18 10:07:56 lobster kernel: [ 6578.779229] RAX: 88011e049b10 RBX: 
 RCX: 
Aug 18 10:07:56 lobster kernel: [ 6578.779230] RDX: 0006 RSI: 
 RDI: 88010ecc0b40
Aug 18 10:07:56 lobster kernel: [ 6578.779232] RBP: 880131557ab8 R08: 
0005 R09: 88010ecc0b68
Aug 18 10:07:56 lobster kernel: [ 6578.779233] R10:  R11: 
 R12: 

[Bug 411956] Re: System freeze: general protection fault: 0000 [#1] SMP

2009-08-18 Thread moose
ignore the previous post. that was taken from messages here is one from
syslog

notice the line below NULL dereference

Aug 18 10:07:56 lobster kernel: [ 6578.774473] BUG: unable to handle kernel 
NULL pointer dereference at 00a8
Aug 18 10:07:56 lobster kernel: [ 6578.774478] IP: [a0a92b57] 
snd_pcm_playback_poll+0x17/0xf0 [snd_pcm]
Aug 18 10:07:56 lobster kernel: [ 6578.774488] PGD 1348a8067 PUD 1348a9067 PMD 
0 
Aug 18 10:07:56 lobster kernel: [ 6578.774490] Oops:  [#1] SMP 
Aug 18 10:07:56 lobster kernel: [ 6578.774492] last sysfs file: 
/sys/devices/pci:00/:00:1a.7/usb1/1-4/1-4.4/1-4.4:1.0/host6/target6:0:0/6:0:0:0/block/sdb/sdb2/stat
Aug 18 10:07:56 lobster kernel: [ 6578.774496] Dumping ftrace buffer:
Aug 18 10:07:56 lobster kernel: [ 6578.774498](ftrace buffer empty)
Aug 18 10:07:56 lobster kernel: [ 6578.774499] CPU 1 
Aug 18 10:07:56 lobster kernel: [ 6578.774500] Modules linked in: vboxnetadp 
vboxnetflt vboxdrv nls_iso8859_1 nls_cp437 vfat fat aes_x86_64 aes_generic 
binfmt_misc bridge stp bnep input_polldev lp pata_pcmcia snd_hda_intel 
snd_pcm_oss arc4 snd_mixer_oss ecb snd_pcm snd_seq_dummy snd_seq_oss 
snd_seq_midi iwlagn pcmcia snd_rawmidi iwlcore snd_seq_midi_event snd_seq 
hid_logitech leds_hp_disk led_class mac80211 snd_timer snd_seq_device 
ff_memless video joydev iTCO_wdt snd soundcore yenta_socket rsrc_nonstatic 
sdhci_pci sdhci ricoh_mmc usbhid output pcspkr tpm_infineon tpm tpm_bios 
usb_storage psmouse ppdev serio_raw lis3lv02d parport_pc parport 
iTCO_vendor_support cfg80211 intel_agp snd_page_alloc btusb pcmcia_core 
nvidia(P) ohci1394 ieee1394 e1000e fbcon tileblit font bitblit softcursor
Aug 18 10:07:56 lobster kernel: [ 6578.774533] Pid: 3605, comm: pulseaudio 
Tainted: P   2.6.28-15-generic #48-Ubuntu
Aug 18 10:07:56 lobster kernel: [ 6578.774534] RIP: 0010:[a0a92b57]  
[a0a92b57] snd_pcm_playback_poll+0x17/0xf0 [snd_pcm]
Aug 18 10:07:56 lobster kernel: [ 6578.774540] RSP: 0018:880131555aa8  
EFLAGS: 00010246
Aug 18 10:07:56 lobster kernel: [ 6578.774541] RAX: 88011e049b30 RBX: 
 RCX: 
Aug 18 10:07:56 lobster kernel: [ 6578.774543] RDX: 0006 RSI: 
 RDI: 880133c5d540
Aug 18 10:07:56 lobster kernel: [ 6578.774544] RBP: 880131555ab8 R08: 
0005 R09: 880133c5d568
Aug 18 10:07:56 lobster kernel: [ 6578.774545] R10:  R11: 
 R12: 
Aug 18 10:07:56 lobster kernel: [ 6578.774547] R13: 880133c5d540 R14: 
 R15: 880131555ddc
Aug 18 10:07:56 lobster kernel: [ 6578.774548] FS:  7fb815249950() 
GS:88013f802d80() knlGS:
Aug 18 10:07:56 lobster kernel: [ 6578.774550] CS:  0010 DS:  ES:  CR0: 
80050033
Aug 18 10:07:56 lobster kernel: [ 6578.774551] CR2: 00a8 CR3: 
00013d463000 CR4: 26a0
Aug 18 10:07:56 lobster kernel: [ 6578.774552] DR0:  DR1: 
 DR2: 
Aug 18 10:07:56 lobster kernel: [ 6578.774553] DR3:  DR6: 
4ff0 DR7: 0400
Aug 18 10:07:56 lobster kernel: [ 6578.774555] Process pulseaudio (pid: 3605, 
threadinfo 880131554000, task 8801338c)
Aug 18 10:07:56 lobster kernel: [ 6578.774556] Stack:
Aug 18 10:07:56 lobster kernel: [ 6578.774557]   
880131555dd4 880131555b48 802f7819
Aug 18 10:07:56 lobster kernel: [ 6578.774560]   
880131555b68 880131555db8 
Aug 18 10:07:56 lobster kernel: [ 6578.774562]   
31555bf8  880131555db8
Aug 18 10:07:56 lobster kernel: [ 6578.774565] Call Trace:
Aug 18 10:07:56 lobster kernel: [ 6578.774566]  [802f7819] 
do_poll+0xe9/0x280
Aug 18 10:07:56 lobster kernel: [ 6578.774571]  [802f7ce4] 
do_sys_poll+0x134/0x200
Aug 18 10:07:56 lobster kernel: [ 6578.774573]  [802f8740] ? 
__pollwait+0x0/0x120
Aug 18 10:07:56 lobster kernel: [ 6578.774575]  [8024a6f0] ? 
default_wake_function+0x0/0x10
Aug 18 10:07:56 lobster kernel: [ 6578.774578]  [8024a6f0] ? 
default_wake_function+0x0/0x10
Aug 18 10:07:56 lobster kernel: [ 6578.774580]  [8024a6f0] ? 
default_wake_function+0x0/0x10
Aug 18 10:07:56 lobster kernel: [ 6578.774582]  [8023e0ef] ? 
wake_affine+0xaf/0x240
Aug 18 10:07:56 lobster kernel: [ 6578.774585]  [80270bb9] ? 
getnstimeofday+0x59/0xe0
Aug 18 10:07:56 lobster kernel: [ 6578.774588]  [80270bb9] ? 
getnstimeofday+0x59/0xe0
Aug 18 10:07:56 lobster kernel: [ 6578.774590]  [a0aca172] ? 
azx_pcm_pointer+0x22/0x50 [snd_hda_intel]
Aug 18 10:07:56 lobster kernel: [ 6578.774604]  [a0a97f4b] ? 
snd_pcm_update_hw_ptr+0x4b/0x270 [snd_pcm]
Aug 18 10:07:56 lobster kernel: [ 6578.774610]  [a0a92dd4] ? 
snd_pcm_status+0x1a4/0x250 [snd_pcm]
Aug 18 10:07:56 lobster kernel: [ 

[Bug 411956] [NEW] System freeze: general protection fault: 0000 [#1] SMP

2009-08-11 Thread moose
Public bug reported:

ubuntu 9.04 
uname -a:Linux lobster 2.6.28-14-generic #47-Ubuntu SMP Sat Jul 25 01:19:55 UTC 
2009 x86_64 GNU/Linux
Hp mobile workstation: HP8730w
this happen regularly when using unison, with the socket method, to sync files 
between ubuntu and windows running in virtualbox 3.04 with bridged networking.

this results in a complete system freeze. sysrq+sub doesnt work, the
only way to restart is to hold power button.


lobster kernel: [ 4193.641719] general protection fault:  [#1] SMP 
Aug 11 08:11:53 lobster kernel: [ 4193.641723] last sysfs file: 
/sys/devices/pci:00/:00:1a.7/usb1/1-4/1-4.4/1-4.4:1.0/host7/target7:0:0/7:0:0:0/block/sdb/sdb1/stat
Aug 11 08:11:53 lobster kernel: [ 4193.641726] Dumping ftrace buffer:
Aug 11 08:11:53 lobster kernel: [ 4193.641729](ftrace buffer empty)
Aug 11 08:11:53 lobster kernel: [ 4193.641730] CPU 0 
Aug 11 08:11:53 lobster kernel: [ 4193.641731] Modules linked in: aes_x86_64 
aes_generic nls_iso8859_1 nls_cp437 vfat fat usb_storage binfmt_misc bridge stp 
bnep vboxnetadp vboxnetflt vboxdrv input_polldev lp pata_pcmcia snd_hda_intel 
arc4 ecb snd_pcm_oss snd_mixer_oss snd_pcm pcmcia snd_seq_dummy iwlagn 
snd_seq_oss iwlcore leds_hp_disk snd_seq_midi snd_rawmidi snd_seq_midi_event 
led_class snd_seq snd_timer snd_seq_device video joydev iTCO_wdt yenta_socket 
rsrc_nonstatic ppdev psmouse parport_pc mac80211 hid_logitech ff_memless 
lis3lv02d snd soundcore nvidia(P) iTCO_vendor_support pcmcia_core btusb 
ricoh_mmc sdhci_pci sdhci pcspkr serio_raw parport intel_agp tpm_infineon tpm 
tpm_bios output usbhid snd_page_alloc cfg80211 ohci1394 ieee1394 e1000e fbcon 
tileblit font bitblit softcursor
Aug 11 08:11:53 lobster kernel: [ 4193.641766] Pid: 1810, comm: iwlagn Tainted: 
P   2.6.28-14-generic #47-Ubuntu
Aug 11 08:11:53 lobster kernel: [ 4193.641767] RIP: 0010:[802ba59e]  
[802ba59e] put_page+0x1e/0x110
Aug 11 08:11:53 lobster kernel: [ 4193.641775] RSP: 0018:88013c5bfc20  
EFLAGS: 00010282
Aug 11 08:11:53 lobster kernel: [ 4193.641776] RAX: 0020 RBX: 
07f7fb61bdddbf27 RCX: 
Aug 11 08:11:53 lobster kernel: [ 4193.641778] RDX: 88013e01e100 RSI: 
 RDI: 07f7fb61bdddbf27
Aug 11 08:11:53 lobster kernel: [ 4193.641779] RBP: 88013c5bfc40 R08: 
88013d1a0340 R09: 0006
Aug 11 08:11:53 lobster kernel: [ 4193.641781] R10: 0009 R11: 
 R12: 880128172400
Aug 11 08:11:53 lobster kernel: [ 4193.641782] R13: 880128172400 R14: 
88013d014800 R15: 880128172438
Aug 11 08:11:53 lobster kernel: [ 4193.641783] FS:  () 
GS:80a9a000() knlGS:
Aug 11 08:11:53 lobster kernel: [ 4193.641785] CS:  0010 DS: 0018 ES: 0018 CR0: 
8005003b
Aug 11 08:11:53 lobster kernel: [ 4193.641786] CR2: 7f1118d54000 CR3: 
000133989000 CR4: 26a0
Aug 11 08:11:53 lobster kernel: [ 4193.641788] DR0:  DR1: 
 DR2: 
Aug 11 08:11:53 lobster kernel: [ 4193.641789] DR3:  DR6: 
0ff0 DR7: 0400
Aug 11 08:11:53 lobster kernel: [ 4193.641791] Process iwlagn (pid: 1810, 
threadinfo 88013c5be000, task 88013cdc1660)
Aug 11 08:11:53 lobster kernel: [ 4193.641792] Stack:
Aug 11 08:11:53 lobster kernel: [ 4193.641793]  0001 
880128172400 880128172400 88013d014800
Aug 11 08:11:53 lobster kernel: [ 4193.641795]  88013c5bfc60 
805a923f 880128172400 88013e01c00c
Aug 11 08:11:53 lobster kernel: [ 4193.641798]  88013c5bfc80 
805a9819 88013d014800 880128172400
Aug 11 08:11:53 lobster kernel: [ 4193.641801] Call Trace:
Aug 11 08:11:53 lobster kernel: [ 4193.641803]  [805a923f] 
skb_release_data+0xaf/0xd0
Aug 11 08:11:53 lobster kernel: [ 4193.641807]  [805a9819] 
skb_release_all+0x19/0x20
Aug 11 08:11:53 lobster kernel: [ 4193.641809]  [805a9091] 
__kfree_skb+0x11/0xa0
Aug 11 08:11:53 lobster kernel: [ 4193.641811]  [805a9137] 
kfree_skb+0x17/0x40
Aug 11 08:11:53 lobster kernel: [ 4193.641814]  [a0933fc8] 
ieee80211_sta_rx_queued_mgmt+0x158/0x360 [mac80211]
Aug 11 08:11:53 lobster kernel: [ 4193.641831]  [8022f669] ? 
default_spin_lock_flags+0x9/0x10
Aug 11 08:11:53 lobster kernel: [ 4193.641834]  [8069b402] ? 
_spin_lock_irqsave+0x32/0x50
Aug 11 08:11:53 lobster kernel: [ 4193.641838]  [8025c6c6] ? 
lock_timer_base+0x36/0x70
Aug 11 08:11:53 lobster kernel: [ 4193.641841]  [8023de30] ? 
update_curr+0xf0/0x170
Aug 11 08:11:53 lobster kernel: [ 4193.641845]  [80240d2b] ? 
dequeue_entity+0x1b/0x250
Aug 11 08:11:53 lobster kernel: [ 4193.641847]  [8022f669] ? 
default_spin_lock_flags+0x9/0x10
Aug 11 08:11:53 lobster kernel: [ 4193.641850]  [a093426b] 
ieee80211_sta_work+0x9b/0x390 [mac80211]
Aug 11 08:11:53 lobster kernel: [ 4193.641858]  

[Bug 411956] Re: System freeze: general protection fault: 0000 [#1] SMP

2009-08-11 Thread moose

** Attachment added: BootDmesg.gz
   http://launchpadlibrarian.net/30160216/BootDmesg.gz

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/30160217/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/30160218/Dependencies.txt

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/30160219/HalComputerInfo.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/30160220/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/30160221/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/30160222/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/30160223/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/30160224/ProcModules.txt

-- 
System freeze: general protection fault:  [#1] SMP 
https://bugs.launchpad.net/bugs/411956
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 411956] Re: System freeze: general protection fault: 0000 [#1] SMP

2009-08-11 Thread moose
It happened again. system was frozen after some time. forced reboot.
logged in, ran firefox, while firefox loding system froze.

so it has nothing to do with unison. have not ruled out virtualbox as
the vboxnet0 is still showing under ifconfig -a

attached is the log between reboots. Its under a minute of logging. the
first post is the only time I have been able to see any traces such as
the GPF.

** Attachment added: rebootcrash.txt
   http://launchpadlibrarian.net/30183221/rebootcrash.txt

-- 
System freeze: general protection fault:  [#1] SMP 
https://bugs.launchpad.net/bugs/411956
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 337289] [NEW] [Gigabyte Technology Co., Ltd. M61PME-S2] suspend/resume failure [non-free: nvidia]

2009-03-03 Thread moose
Public bug reported:

system came back after about 3 minutes but still had problems.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
InterpreterPath: /usr/bin/python2.5
MachineType: Gigabyte Technology Co., Ltd. M61PME-S2
NonfreeKernelModules: nvidia
Package: linux-image-2.6.28-8-generic 2.6.28-8.26
ProcAttrCurrent: unconfined
ProcCmdLine: User Name=UUID=b798ba3f-4a72-4e15-9d80-75a197ff379b ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.28-8.26-generic
SourcePackage: linux
StressLog: Error: [Errno 2] No such file or directory: 
'/var/lib/pm-utils/stress.log'
Tags: resume suspend
Title: [Gigabyte Technology Co., Ltd. M61PME-S2] suspend/resume failure 
[non-free: nvidia]
UserGroups:

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


** Tags: apport-kerneloops i386 resume suspend

-- 
[Gigabyte Technology Co., Ltd. M61PME-S2] suspend/resume failure [non-free: 
nvidia]
https://bugs.launchpad.net/bugs/337289
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 337289] Re: [Gigabyte Technology Co., Ltd. M61PME-S2] suspend/resume failure [non-free: nvidia]

2009-03-03 Thread moose

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/23374644/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/23374645/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/23374646/Dependencies.txt

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/23374647/HalComputerInfo.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/23374648/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/23374649/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/23374650/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/23374651/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/23374652/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/23374654/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/23374655/ProcStatus.txt

-- 
[Gigabyte Technology Co., Ltd. M61PME-S2] suspend/resume failure [non-free: 
nvidia]
https://bugs.launchpad.net/bugs/337289
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 274780] Re: [intrepid] RT61pci no wireless on resume from suspend with 2.6.27-4

2009-03-03 Thread moose
I tested it with the live cd(Alpha 5) and the video never came back so
don't know if it worked there. I installed it to the hard drive and it
failed causing lots of system problems.

did the following 
created /etc/pm/config.d/madwifi containing the single line:

SUSPEND_MODULES=rt61pci

and suspend/resume works as expected.

what info would help fix this? and is the above not an acceptable fix?

-- 
[intrepid] RT61pci no wireless on resume from suspend with 2.6.27-4
https://bugs.launchpad.net/bugs/274780
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 264543] Re: Could not acquire the NetworkManager service as it is already taken

2009-03-03 Thread moose
sorry new computer with different hardware. cant help.

-- 
Could not acquire the NetworkManager service as it is already taken
https://bugs.launchpad.net/bugs/264543
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 287453] Re: kernel warning while suspending

2008-11-22 Thread moose
I am getting something similar. suspend/resume works every time so far.
just the warnings pop up saying it failed. different call trace than
Philipp.

Nov 22 07:33:50 redyns kernel: [41996.449490] [ cut here 
]
Nov 22 07:33:50 redyns kernel: [41996.449492] WARNING: at 
/build/buildd/linux-2.6.27/kernel/power/main.c:176 
suspend_test_finish+0x74/0x80()
Nov 22 07:33:50 redyns kernel: [41996.449494] Modules linked in: nls_iso8859_1 
nls_cp437 vfat fat usblp usb_storage libusual ipv6 af_packet binfmt_misc sco 
bridge stp rfcomm bnep l2cap bluetooth vboxdrv ppdev powernow_k8 
cpufreq_ondemand cpufreq_conservative cpufreq_userspace cpufreq_powersave 
cpufreq_stats freq_table video output container sbs sbshc wmi pci_slot battery 
iptable_filter ip_tables x_tables dm_crypt crypto_blkcipher dm_mod ac 
parport_pc lp parport snd_hda_intel snd_pcm_oss snd_mixer_oss snd_pcm 
snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq 
snd_timer snd_seq_device psmouse evdev snd nvidia(P) soundcore i2c_nforce2 
serio_raw snd_page_alloc pcspkr agpgart button k8temp i2c_core ext3 jbd mbcache 
sr_mod cdrom sd_mod crc_t10dif sg usbhid hid pata_amd ata_generic pata_acpi 
sata_nv libata scsi_mod dock ehci_hcd ohci_hcd usbcore thermal processor fan 
fbcon tileblit font bitblit softcursor fuse [last unloaded: forcedeth]
Nov 22 07:33:50 redyns kernel: [41996.449538] Pid: 18946, comm: pm-suspend 
Tainted: PW 2.6.27-7-generic #1
Nov 22 07:33:50 redyns kernel: [41996.449541]  [c037c406] ? printk+0x1d/0x1f
Nov 22 07:33:50 redyns kernel: [41996.449546]  [c0131de9] 
warn_on_slowpath+0x59/0x90
Nov 22 07:33:50 redyns kernel: [41996.449550]  [c014d255] ? 
sched_clock_cpu+0xd5/0x170
Nov 22 07:33:50 redyns kernel: [41996.449554]  [c014c0af] ? 
down_trylock+0x2f/0x40
Nov 22 07:33:50 redyns kernel: [41996.449557]  [c01324c2] ? 
try_acquire_console_sem+0x12/0x40
Nov 22 07:33:50 redyns kernel: [41996.449561]  [c0105003] ? 
common_interrupt+0x23/0x30
Nov 22 07:33:50 redyns kernel: [41996.449564]  [c024e580] ? 
kobject_put+0x20/0x50
Nov 22 07:33:50 redyns kernel: [41996.449568]  [c015d204] 
suspend_test_finish+0x74/0x80
Nov 22 07:33:50 redyns kernel: [41996.449570]  [c015d2f6] 
suspend_devices_and_enter+0xe6/0x190
Nov 22 07:33:50 redyns kernel: [41996.449574]  [c015d571] 
enter_state+0xd1/0x100
Nov 22 07:33:50 redyns kernel: [41996.449576]  [c015d625] 
state_store+0x85/0xd0
Nov 22 07:33:50 redyns kernel: [41996.449577]  [c015d5a0] ? 
state_store+0x0/0xd0
Nov 22 07:33:50 redyns kernel: [41996.449580]  [c024e444] 
kobj_attr_store+0x24/0x30
Nov 22 07:33:50 redyns kernel: [41996.449582]  [c01ff4c7] 
sysfs_write_file+0x97/0x100
Nov 22 07:33:50 redyns kernel: [41996.449585]  [c01b24c0] vfs_write+0xa0/0x110
Nov 22 07:33:50 redyns kernel: [41996.449588]  [c01ff430] ? 
sysfs_write_file+0x0/0x100
Nov 22 07:33:50 redyns kernel: [41996.449590]  [c01b2602] sys_write+0x42/0x70
Nov 22 07:33:50 redyns kernel: [41996.449593]  [c0103f7b] 
sysenter_do_call+0x12/0x2f
Nov 22 07:33:50 redyns kernel: [41996.449595]  ===
Nov 22 07:33:50 redyns kernel: [41996.449597] ---[ end trace b56c53bce9ccb7db 
]---

** Attachment added: logs from moose
   http://launchpadlibrarian.net/19858392/dmesg_lspci_version.zip

-- 
kernel warning while suspending
https://bugs.launchpad.net/bugs/287453
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 274780] Re: [intrepid] RT61pci no wireless on resume from suspend with 2.6.27-4

2008-11-20 Thread moose
from the release notes
Wireless doesn't work after suspend with ath_pci driver

Wireless devices that use the ath_pci kernel driver, such as the Atheros
AR5212 wireless card, will be unable to connect to the network after
using suspend and resume. To work around this issue, users can create a
file /etc/pm/config.d/madwifi containing the single line:

SUSPEND_MODULES=ath_pci

This will cause the module to be unloaded before suspend and reloaded on
resume. 

Do the above but put rt61pci instead of ath_pci. Had to do this for my
wired nvidia card also

-- 
[intrepid] RT61pci no wireless on resume from suspend with 2.6.27-4
https://bugs.launchpad.net/bugs/274780
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


  1   2   >