Re: [Bug 720295] Re: system-config-printer.py crashed with AttributeError in nextNPTab(): Device instance has no attribute 'hp_scannable'

2015-06-09 Thread lent
​I cannot add any information as my report was over four years ago, and I
do not recall any of the details.
Sorry,​
​Chris Lent

On Tue, Jun 9, 2015 at 12:28 PM, Thomas A. F. Thorne <
720...@bugs.launchpad.net> wrote:

> If this was fixed in Natty, how have I just been told that I have hit it
> in  Ubuntu 14.04.2 LTS by apport?  That suggests it was not fixed or a
> regression has occurred.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/720295
>
> Title:
>   system-config-printer.py crashed with AttributeError in nextNPTab():
>   Device instance has no attribute 'hp_scannable'
>
> Status in system-config-printer package in Ubuntu:
>   Fix Released
>
> Bug description:
>   Binary package hint: system-config-printer
>
>   Attempted to add printer. Crash.
>
>   ProblemType: Crash
>   DistroRelease: Ubuntu 11.04
>   Package: system-config-printer-gnome 1.2.7+20110216-0ubuntu1
>   ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
>   Uname: Linux 2.6.38-1-generic i686
>   Architecture: i386
>   CupsErrorLog:
>
>   Date: Wed Feb 16 14:07:51 2011
>   ExecutablePath: /usr/share/system-config-printer/system-config-printer.py
>   InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release
> i386 (20091028.4)
>   InterpreterPath: /usr/bin/python2.7
>   Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat:
> No destinations added.
>   MachineType: ASUSTeK Computer INC. 1005HA
>   PackageArchitecture: all
>   Papersize: letter
>   ProcCmdline: /usr/bin/python
> /usr/share/system-config-printer/system-config-printer.py
>   ProcEnviron:
>LANGUAGE=en_US:en
>LANG=en_US.UTF-8
>LC_MESSAGES=en_US.utf8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic
> root=UUID=cf74d3f3-d8d8-4c5c-b59d-b6be12838571 ro
> crashkernel=384M-2G:64M,2G-:128M
>   PythonArgs: ['/usr/share/system-config-printer/system-config-printer.py']
>   SourcePackage: system-config-printer
>   Title: system-config-printer.py crashed with AttributeError in
> nextNPTab(): Device instance has no attribute 'hp_scannable'
>   UserGroups: adm admin cdrom dialout dip fax floppy fuse lpadmin plugdev
> sambashare tape video
>   dmi.bios.date: 02/26/2010
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: 1401
>   dmi.board.asset.tag: To Be Filled By O.E.M.
>   dmi.board.name: 1005HA
>   dmi.board.vendor: ASUSTeK Computer INC.
>   dmi.board.version: x.xx
>   dmi.chassis.asset.tag: 0x
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: ASUSTeK Computer INC.
>   dmi.chassis.version: x.x
>   dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvr1401:bd02/26/2010:svnASUSTeKComputerINC.:pn1005HA:pvrx.x:rvnASUSTeKComputerINC.:rn1005HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
>   dmi.product.name: 1005HA
>   dmi.product.version: x.x
>   dmi.sys.vendor: ASUSTeK Computer INC.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/720295/+subscriptions
>

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

Title:
  system-config-printer.py crashed with AttributeError in nextNPTab():
  Device instance has no attribute 'hp_scannable'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/720295/+subscriptions

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

[Bug 737615] Re: Can't save changes in "Edit Connections..." for Wi-Fi networks to which one doesn't have the password

2013-08-25 Thread lent
The problem is unexpected order of user input resulting in "unsavable" data.
Input fields MUST be finished with an ENTER keypress or the data validation is 
apparently incomplete.
Sadly, the colored red to green background validation misleads the users into 
thinking the entry for each of the three fields, Address, Netmask, and Gateway 
is complete.

Problem could be mitigated by adding to hover help text.
Problem could be solved with data validation when click the "Add" button 
alongside "Addresses".
Or creating a flag for each of the three fields, all of which must be set to 
valid, for the Add to add a new address. A popup or some other indication, say 
blinking or turning all invalid fields red, could then direct the user to fix 
the bad field data.

Reproduce by:
Editing a connection
Select the "IPv4 Settings" tab.
Change the Method pull down to "Manual".
Delete any existing addresses.
Click Add
Type 192.168.1.49 (entry will turn from red to green)
press TAB (not Enter)
Type 255.255.255.0 (entry will turn from red to green)
press TAB (not Enter)
Type 192.168.1.1 (entry will turn green)
Press Add
Save will be greyed out but entry will appear as a row within addresses.

Also reproducible by clicking into each field rather than pressing TAB.

Workaround. Press ENTER after EACH entry rather then pressing TAB or
clicking to the next entry.

Easy mitigation: Change hover text from:
IP addresses identify your computer on the network. Click the "Add" button to 
add an IP address.

to

IP addresses identify your computer on the network. Click the "Add" button to 
add an IP address.
Then enter Address, Netmask, and Gateway, pressing the Enter key after EACH 
entry.

This is perhaps icky, but might save others sanity :-)

Note: when you TAB from 199.168.1.49 to "Netmask" the number "24" appears 
automatically in the field.
Perhaps this is an indicator of the 24 bits that compose an old "Class C" 
address.
Pressing Enter after the 24 is displayed (and after click or TABbing to Address 
and press Enter, and after clicking and TABbing to Gateway and pressing Enter) 
allows you to save the Address. When you return to the re-edit the address the 
24 has been automagically converted into 255.255.255.0.
No indication of this lovely and useful magic is on screen or in hover help 
text.


Thanks to for the clue to the problem:
> jlinkels (jlinkels) wrote on 2011-05-21:   #6
>Well, you can make the save button ungray, but you have to press ENTER after 
>entering the IP address, >the netmask, etc.

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

Title:
  Can't save changes in "Edit Connections..." for Wi-Fi networks to
  which one doesn't have the password

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

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


[Bug 567943] Re: thunderbird hangs and crashes on change of sorting

2011-04-23 Thread lent
Here is a quick way to rename the .msf files to .msg.evil files and
allow Thunderbird to rebuild the files, while preserving the damaged
.msf files for further study.

 find . -name '*.msf' -exec file "{}" \; -a -exec mv -v "{}" "{}".evil
\;

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

Title:
  thunderbird hangs and crashes on change of sorting

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


[Bug 567943] Re: thunderbird hangs and crashes on change of sorting

2011-04-23 Thread lent
This may be related to this bug logged in debian, which discusses a
workaround.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363710

Bug report logs - #363710
mozilla-thunderbird: Hangs on large mailbox folders

Package: thunderbird; Maintainer for thunderbird is (unknown);
Reported by: Efraim Feinstein 
Date: Thu, 28 Jul 2005 04:19:56 UTC


Chris Lent

** Bug watch added: Debian Bug tracker #363710
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363710

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

Title:
  thunderbird hangs and crashes on change of sorting

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


[Bug 711497] Re: package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread lent
The bug is no longer seen on the reporting system.

This bug was likely caused and solved by this bug.

[Bug 721051] Re: system-config-printer.py crashed with UnboundLocalError
in fetch_jobs(): local variable 'jobid' referenced before assignment

I have attached the requested information in a file.

Sorry for the delay.

Thanks,
Chris Lent



** Attachment added: "cups.final.report.works.txt"
   
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/711497/+attachment/2080788/+files/cups.final.report.works.txt

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

Title:
  package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 711444] Re: gwibber-service crashed with DBusException in __new__(): org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp/dbus-gDrKGgZTKh: Connection refused

2011-03-14 Thread lent
Intervening updates seem to have solved the problem. :-)

At any rate, I haven't been able to reproduce the problem since then.

Probably time to close this bug :-)

Thanks.

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

Title:
  gwibber-service crashed with DBusException in __new__():
  org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp
  /dbus-gDrKGgZTKh: Connection refused

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


[Bug 719098] Re: compiz crashed with SIGSEGV in _tnl_run_pipeline()

2011-03-11 Thread lent
Nope. Updates seem to have stopped the problem. Thanks!

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

Title:
  compiz crashed with SIGSEGV in _tnl_run_pipeline()

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


[Bug 733346] Re: compiz crashed with SIGSEGV in i915_emit_state()

2011-03-11 Thread lent
Copy of gnome-terminal session screen attached.

** Attachment added: 
"20110311_compiz-fail-on-screen_and_kvm_add_during_supspend.txt"
   
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/733346/+attachment/1901577/+files/20110311_compiz-fail-on-screen_and_kvm_add_during_supspend.txt

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

Title:
  compiz crashed with SIGSEGV in i915_emit_state()

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


[Bug 733346] Re: compiz crashed with SIGSEGV in i915_emit_state()

2011-03-11 Thread lent
** Visibility changed to: Public

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

Title:
  compiz crashed with SIGSEGV in i915_emit_state()

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


[Bug 719098] Re: compiz crashed with SIGSEGV in _tnl_run_pipeline()

2011-03-11 Thread lent
Sorry. Let's see if I can reproduce it now.

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

Title:
  compiz crashed with SIGSEGV in _tnl_run_pipeline()

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


[Bug 192389] Re: fusion-icon crashed with KeyError in __init__()

2011-02-26 Thread lent
Looks like this has happened before and rolling back to older software
"solved" it.

[SOLVED] Compiz problem after upgrade
http://ubuntuforums.org/showthread.php?t=1596570
carlosjimy
[...]
You must uninstall all packages relationated with compiz, then downgrade all 
these forcing version with synaptic:

compiz 1:0.8.6-0ubuntu9(maverik)
compizconfig-beckend-gconf 0.8.4-1ubuntu5
compiz-plugins 1:0.8.6-0ubuntu9(maverik)
compiz-core 1:0.8.6-0ubuntu9(maverik)
compiz-fusion-plugins-main 0.8.6-0ubuntu2
compiz-genome 1:0.8.6-0ubuntu9(maverik)
libdecoration0 1:0.8.6-0ubuntu9(maverik)
libcompizconifg0 0.8.4-0ubuntu3
[...]

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

Title:
  fusion-icon crashed with KeyError in __init__()

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


[Bug 192389] Re: fusion-icon crashed with KeyError in __init__()

2011-02-23 Thread lent
As the Main Menu->System Tools->Compiz Fusion Icon
entry runs "fusion-icon --no-start",

Attached is an  strace -f fusion-icon --no-start

 lent@BlueUbuntu:~$ strace -f fusion-icon --no-start 
>$(now).strace_-f_fusion-icon_--no-start.txt 2>&1
 lent@BlueUbuntu:~$ # now just generates a ISO8601 timestamp to be used in the 
filename.

Looks like the /usr/lib/python2.7/dist-packages/FusionIcon/util.py
is looking for something related to Plugins and 'decoration', as well as 
Display and 'command'  .

Perhaps this code needs a try/except wrapper like the code preceding the
faulting code.


** Attachment added: "strace -f of failure"
   
https://bugs.launchpad.net/ubuntu/+source/fusion-icon/+bug/192389/+attachment/1868138/+files/20110223T212021.strace_-f_fusion-icon_--no-start.txt

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

Title:
  fusion-icon crashed with KeyError in __init__()

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


[Bug 724071] Re: fusion-icon crashed with KeyError in __init__(): 'decoration'

2011-02-23 Thread lent
*** This bug is a duplicate of bug 192389 ***
https://bugs.launchpad.net/bugs/192389

Looks like the /usr/lib/python2.7/dist-packages/FusionIcon/util.py 
is looking for something related to Plugins and 'decoration', as well as 
Display and 'command'  .

Perhaps this code needs a try/except wrapper like the code preceding the
faulting code.


** Attachment added: "stdout and stderr of another run of fusion-icon 
--no-start"
   
https://bugs.launchpad.net/ubuntu/+source/fusion-icon/+bug/724071/+attachment/1868111/+files/20110223T211855.fusion-icon--no-start_output.txt

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

Title:
  fusion-icon crashed with KeyError in __init__(): 'decoration'

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


[Bug 724071] Re: fusion-icon crashed with KeyError in __init__(): 'decoration'

2011-02-23 Thread lent
*** This bug is a duplicate of bug 192389 ***
https://bugs.launchpad.net/bugs/192389


** Attachment added: "strace -f of failure"
   
https://bugs.launchpad.net/bugs/724071/+attachment/1868105/+files/20110223T212021.strace_-f_fusion-icon_--no-start.txt

** Visibility changed to: Public

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

Title:
  fusion-icon crashed with KeyError in __init__(): 'decoration'

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


Re: [Bug 719098] [NEW] compiz crashed with SIGSEGV in _tnl_run_pipeline()

2011-02-17 Thread lent
I will try to when I get a chance.
 Thanks Chris Lent

On Friday, February 18, 2011, Bryce Harrington
<719...@bugs.launchpad.net> wrote:
> Alternatively, reproduce the issue and then use 'gcore `pidof X`' to get
> a core dump and attach that.
>
> ** Changed in: xserver-xorg-video-intel (Ubuntu)
>        Status: Incomplete => New
>
> ** Changed in: xserver-xorg-video-intel (Ubuntu)
>        Status: New => Incomplete
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/719098
>
> Title:
>   compiz crashed with SIGSEGV in _tnl_run_pipeline()
>
> Status in “xserver-xorg-video-intel” package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Binary package hint: compiz
>
>   compiz crashed after laptop lid was closed and then opened. On return
>   to virtual console 7, compiz had crashed.
>
>   ProblemType: Crash
>   DistroRelease: Ubuntu 11.04
>   Package: compiz-core 1:0.9.2.1+glibmainloop4-0ubuntu11
>   ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
>   Uname: Linux 2.6.38-1-generic i686
>   Architecture: i386
>   CompizPlugins: 
> [core,bailer,detection,composite,opengl,compiztoolbox,decor,reflex,resize,grid,move,place,regex,snap,gnomecompat,session,animation,mousepoll,wall,vpswitch,workarounds,expo,ezoom,staticswitcher,fade,scale,unityshell]
>   CompositorRunning: None
>   CrashCounter: 1
>   DRM.card0.LVDS.1:
>    status: connected
>    enabled: enabled
>    dpms: On
>    modes: 1024x600
>    edid-base64: 
> AP///wAiZOkDFM8AACYTAQOAFg14CoA2ml5dkSggT1QBAQEBAQEBAQEBAQEBAQEB7BMA4kBYUCBdIxUE3IEZ/gAA/ABIU0QxMDBJRlcxCiAgEAAKICAgICAgICAgICAgAFs=
>   DRM.card0.VGA.1:
>    status: disconnected
>    enabled: disabled
>    dpms: Off
>    modes:
>    edid-base64:
>   Date: Mon Feb 14 13:37:17 2011
>   DistUpgraded: Yes, recently upgraded Log time: 2011-01-22 18:43:25.43
>   DistroCodename: natty
>   DistroVariant: ubuntu
>   ExecutablePath: /usr/bin/compiz
>   GraphicsCard:
>    Subsystem: ASUSTeK Computer Inc. Device [1043:8340]
>      Subsystem: ASUSTeK Computer Inc. Device [1043:8340]
>   InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386 
> (20091028.4)
>   MachineType: ASUSTeK Computer INC. 1005HA
>   ProcCmdline: /usr/bin/compiz
>   ProcEnviron:
>    LANGUAGE=en_US:en
>    LANG=en_US.UTF-8
>    LC_MESSAGES=en_US.utf8
>    SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic 
> root=UUID=cf74d3f3-d8d8-4c5c-b59d-b6be12838571 ro 
> crashkernel=384M-2G:64M,2G-:128M
>   Renderer: Hardware acceleration
>   SegvAnalysis:
>    Segfault happened at: 0xc9f6dc:      mov    (%eax),%eax
>    PC (0x00c9f6dc) ok
>    source "(%eax)" (0x) not located in a known VMA region (needed 
> readable region)!
>    destination "%eax" ok
>   SegvReason: reading NULL VMA
>   Signal: 11
>   SourcePackage: compiz
>   StacktraceTop:
>    ?? () from /usr/lib/dri/i915_dri.so
>    ?? () from /usr/lib/dri/i915_dri.so
>    ?? () from /usr/lib/dri/libdricore.so
>    _tnl_run_pipeline () from /usr/lib/dri/libdricore.so
>    ?? () from /usr/lib/dri/i915_dri.so
>   Title: compiz crashed with SIGSEGV in _tnl_run_pipeline()
>   UserGroups: adm admin cdrom dialout dip fax floppy fuse lpadmin plugdev 
> sambashare tape video
>   dmi.bios.date: 02/26/2010
>   dmi.bios.vendor: American Megatrends Inc.
>   dmi.bios.version: 1401
>   dmi.board.asset.tag: To Be Filled By O.E.M.
>   dmi.board.name: 1005HA
>   dmi.board.vendor: ASUSTeK Computer INC.
>   dmi.board.version: x.xx
>   dmi.chassis.asset.tag: 0x
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: ASUSTeK Computer INC.
>   dmi.chassis.version: x.x
>   dmi.modalias: 
> dmi:bvnAmericanMegatrendsInc.:bvr1401:bd02/26/2010:svnASUSTeKComputerINC.:pn1005HA:pvrx.x:rvnASUSTeKComputerINC.:rn1005HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
>   dmi.product.name: 1005HA
>   dmi.product.version: x.x
>   dmi.sys.vendor: ASUSTeK Computer INC.
>   version.compiz: compiz 1:0.9.2.1+glibmainloop4-0ubuntu11
>   version.libdrm2: libdrm2 2.4.23-1ubuntu3
>   version.libgl1-mesa-glx: libgl1-mesa-glx 7.10-1ubuntu1
>   version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu4
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 
> 1:6.13.2+git20110124.fadee040-0ubuntu4
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu7
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
> 1:0.0.16+git20110107+b795ca6e-0ubuntu4
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/xs

[Bug 705856] Re: ccsm crashed with TypeError in _Read(): value is of wrong type for this column(when opening animations)

2011-02-17 Thread lent

Seems similar to Bug #192389 (info also posted there).

Still crashes after "hiding" the config file.

lent@BlueUbuntu:~/.config/compiz-1/compizconfig$ mv config .config

Before the crash, the program rebuilds the config  rebuilds as a shorter
config file:

lent@BlueUbuntu:~/.config/compiz-1/compizconfig$ diff -c .config config
*** .config 2011-02-03 09:17:55.121334860 -0500
--- config  2011-02-17 11:10:56.429666595 -0500
***
*** 1,7 
  [gnome_session]
  profile = 
  
- [general]
- profile = 
- integration = true
- 
--- 1,3 
lent@BlueUbuntu:~/.config/compiz-1/compizconfig$ 

So r_u: 's solution doesn't work. And anyway programs shouldn't crash on
bad config files. They should spit out an error messages somewhere (with
enough information) and die in a controlled way.  Even a message a log
file helps. Rant over :-)

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

Title:
  ccsm crashed with TypeError in _Read(): value is of wrong type for
  this column(when opening animations)

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


[Bug 192389] Re: fusion-icon crashed with KeyError in __init__()

2011-02-17 Thread lent
Seems similar to Bug #705856.

Still crashes after "hiding" the config file.

lent@BlueUbuntu:~/.config/compiz-1/compizconfig$ mv config .config

Before the crash, the program rebuilds the config  rebuilds as a shorter
config file:

lent@BlueUbuntu:~/.config/compiz-1/compizconfig$ diff -c .config config
*** .config 2011-02-03 09:17:55.121334860 -0500
--- config  2011-02-17 11:10:56.429666595 -0500
***
*** 1,7 
  [gnome_session]
  profile = 
  
- [general]
- profile = 
- integration = true
- 
--- 1,3 
lent@BlueUbuntu:~/.config/compiz-1/compizconfig$

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

Title:
  fusion-icon crashed with KeyError in __init__()

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


[Bug 716357] Re: system-config-printer.py crashed with KeyError in _reply(): (dbus.String(u'hp psc 1310 series'), dbus.String(u'_ipp._tcp'), dbus.String(u'local'))

2011-02-15 Thread lent
Here's the lpinfo which shows the "bare single quotes" in the resulting
information.


** Attachment added: "lpinfo -l --include-schemes=dnssd -v |grep -10 David 
>lpinfo_with_mac_quotes.txt"
   
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/716357/+attachment/1852266/+files/lpinfo_with_mac_quotes.txt

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

Title:
  system-config-printer.py crashed with KeyError in _reply():
  (dbus.String(u'hp psc 1310 series'), dbus.String(u'_ipp._tcp'),
  dbus.String(u'local'))

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


[Bug 716357] Re: system-config-printer.py crashed with KeyError in _reply(): (dbus.String(u'hp psc 1310 series'), dbus.String(u'_ipp._tcp'), dbus.String(u'local'))

2011-02-15 Thread lent
Seemingly significant is this bug's failure occurred on a shared Mac
printer.

If I had to guess, it is the embedded Unicode \u2019 'RIGHT SINGLE
QUOTATION MARK'.  Probably this is being interpreted as a "close the
string" or something wacky, rather than just a string value.

Here's the original bug's string 
(dbus.String(u'hp psc 1310 series @ Stefan Wiemer\u2019s MacBook Pro')

And here's mine :

system-config-printer.py crashed with KeyError in _reply():
(dbus.String(u'Brother MFC-7420 @ David  Gersten\u2019s Computer'),
dbus.String(u'_ipp._tcp'), dbus.String(u'local'))

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

Title:
  system-config-printer.py crashed with KeyError in _reply():
  (dbus.String(u'hp psc 1310 series'), dbus.String(u'_ipp._tcp'),
  dbus.String(u'local'))

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


[Bug 711497] Re: package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-15 Thread lent
Well, cups is failing when trying to configure see bug 719557, so I am 
attaching the /etc/init/cups.conf
as Steve suggested.

See also:

https://bugs.launchpad.net/ubuntu/+source/system-config-
printer/+bug/719557

** Attachment added: "Requested current /etc/init/cups.conf"
   
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/711497/+attachment/1852249/+files/cups.conf

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

Title:
  package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 719557] Re: system-config-printer.py crashed with KeyError in _reply(): (dbus.String(u'Brother MFC-7420 @ David Gersten\u2019s Computer'), dbus.String(u'_ipp._tcp'), dbus.String(u'local'))

2011-02-15 Thread lent
*** This bug is a duplicate of bug 716357 ***
https://bugs.launchpad.net/bugs/716357


** Attachment added: "cups.conf"
   https://bugs.launchpad.net/bugs/719557/+attachment/185/+files/cups.conf

** Visibility changed to: Public

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

Title:
  system-config-printer.py crashed with KeyError in _reply():
  (dbus.String(u'Brother MFC-7420 @ David  Gersten\u2019s Computer'),
  dbus.String(u'_ipp._tcp'), dbus.String(u'local'))

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


[Bug 719098] Re: compiz crashed with SIGSEGV in _tnl_run_pipeline()

2011-02-14 Thread lent
Oh, and on laptop lid close, external VGA monitor, USB keyboard and
mouse, Ethernet network connection and external AC charger were removed.

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

Title:
  compiz crashed with SIGSEGV in _tnl_run_pipeline()

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


[Bug 719098] Re: compiz crashed with SIGSEGV in _tnl_run_pipeline()

2011-02-14 Thread lent

** Visibility changed to: Public

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

Title:
  compiz crashed with SIGSEGV in _tnl_run_pipeline()

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


Re: [Bug 711497] Re: package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-13 Thread lent
Dear Steve Lanasek:

I am not sure,  I have been doing apt-get update and upgrades since.
Should I send/post what is there now, the /etc/init/cups.conf?

Thanks,
Chris Lent

Adjunct Associate Professor of Computer Science,
Advisor to First-Year Engineering Students,
Assistant to the Dean for Student Advisement

Tel: +1.212.353.4350

On Sat, Feb 12, 2011 at 17:20, Steve Langasek
wrote:

> Not the same reason between cups and apport; note the different error
> message, 'unknown job' vs. 'failed to start'.
>
> Is /etc/init/cups.conf intact on the affected system?
>
> For apport, this is definitely a bug in apport.  The apport.conf checks
> for $enabled or $force_start being set to 1; if neither of these is set,
> the pre-start job exits non-zero which is an *error* exit, and upstart
> propagates that error to the caller.  This wasn't being propagated
> before due solely to bugs in the way dh_installinit was calling upstart
> jobs in the maintainer scripts, ignoring all errors.
>
> The line should be rewritten as:
>
>[ "$enabled" = "1" ] || [ "$force_start" = "1" ] || stop
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/711497
>
> Title:
>  package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess
>  installed post-installation script returned error exit status 1
>
> Status in “upstart” package in Ubuntu:
>  New
>
> Bug description:
>  Binary package hint: cups
>
>  After "update-manager -d", and "apt-get purge gdm" and "apt-get
>  install gdm gdm-guest-session", quite a few things are failing...
>  Maybe well be configuration related.
>
>  ProblemType: Package
>  DistroRelease: Ubuntu 11.04
>  Package: cups 1.4.5-1ubuntu6
>  ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
>  Uname: Linux 2.6.38-1-generic i686
>  Architecture: i386
>  Date: Mon Jan 31 17:12:14 2011
>  ErrorMessage: subprocess installed post-installation script returned error
> exit status 1
>  InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386
> (20091028.4)
>  Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat:
> No destinations added.
>  MachineType: ASUSTeK Computer INC. 1005HA
>  Papersize: letter
>  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic
> root=UUID=cf74d3f3-d8d8-4c5c-b59d-b6be12838571 ro
>  SourcePackage: cups
>  Title: package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess
> installed post-installation script returned error exit status 1
>  dmi.bios.date: 02/26/2010
>  dmi.bios.vendor: American Megatrends Inc.
>  dmi.bios.version: 1401
>  dmi.board.asset.tag: To Be Filled By O.E.M.
>  dmi.board.name: 1005HA
>  dmi.board.vendor: ASUSTeK Computer INC.
>  dmi.board.version: x.xx
>  dmi.chassis.asset.tag: 0x
>  dmi.chassis.type: 10
>  dmi.chassis.vendor: ASUSTeK Computer INC.
>  dmi.chassis.version: x.x
>  dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvr1401:bd02/26/2010:svnASUSTeKComputerINC.:pn1005HA:pvrx.x:rvnASUSTeKComputerINC.:rn1005HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
>  dmi.product.name: 1005HA
>  dmi.product.version: x.x
>  dmi.sys.vendor: ASUSTeK Computer INC.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/711497/+subscribe
>

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

Title:
  package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

[Bug 717590] Re: ubuntuone-launch crashed with ImportError in __main__: No module named platform.tools

2011-02-11 Thread lent

** Visibility changed to: Public

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

Title:
  ubuntuone-launch crashed with ImportError in __main__: No module named
  platform.tools

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


Re: [Bug 711486] Re: package compiz-gnome 1:0.9.2.1+glibmainloop4-0ubuntu8 failed to install/upgrade: trying to overwrite '/usr/share/gconf/schemas/compiz-grid.schemas', which is also in package compi

2011-02-02 Thread lent
No, no manual changes to the title, as far as  I know,

Thanks,
Chris Lent

Adjunct Associate Professor of Computer Science,
Advisor to First-Year Engineering Students,
Assistant to the Dean for Student Advisement

Tel: +1.212.353.4350


On Wed, Feb 2, 2011 at 03:03, Didier Roche  wrote:

> The dpkg clearly shows that compiz-
> gnome_1%3a0.9.2.1+glibmainloop4-0ubuntu5 is trying to be installed. This
> version contained the bug which has been fixed in
> 0.9.2.1+glibmainloop4-0ubuntu6. Not sure why your title is
> 1:0.9.2.1+glibmainloop4-0ubuntu8. Did you change it manually?
>
> The bug is then already fixed, and invalid in that case :)
>
> ** Changed in: compiz (Ubuntu)
>   Status: New => Invalid
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/711486
>
> Title:
>  package compiz-gnome 1:0.9.2.1+glibmainloop4-0ubuntu8 failed to
>  install/upgrade: trying to overwrite '/usr/share/gconf/schemas/compiz-
>  grid.schemas', which is also in package compiz-fusion-plugins-extra
>  0.9.2.1-0ubuntu2
>
> Status in “compiz” package in Ubuntu:
>  Invalid
>
> Bug description:
>  Binary package hint: compiz
>
>  Probably a configuration error.
>  I was trying to get rid of the every crashing "mutter".
>
>  ProblemType: Package
>  DistroRelease: Ubuntu 11.04
>  Package: compiz-gnome 1:0.9.2.1+glibmainloop4-0ubuntu8
>  ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
>  Uname: Linux 2.6.38-1-generic i686
>  Architecture: i386
>  CompizPlugins: No value set for
> `/apps/compiz-1/general/allscreens/options/active_plugins'
>  CompositorRunning: compiz
>  DRM.card0.LVDS.1:
>   status: connected
>   enabled: enabled
>   dpms: On
>   modes: 1024x600
>   edid-base64:
> AP///wAiZOkDFM8AACYTAQOAFg14CoA2ml5dkSggT1QBAQEBAQEBAQEBAQEBAQEB7BMA4kBYUCBdIxUE3IEZ/gAA/ABIU0QxMDBJRlcxCiAgEAAKICAgICAgICAgICAgAFs=
>  DRM.card0.VGA.1:
>   status: connected
>   enabled: enabled
>   dpms: On
>   modes: 1280x1024 1280x1024 1152x864 1024x768 1024x768 800x600 800x600
> 640x480 640x480 720x400
>   edid-base64:
> AP///wAQrARANUREQw0PAQMOIht47uDlpFZFmiMVUFSlSwBxT4GAAQEBAQEBAQEBAQEBMCoAmFEAKkAwcBMAUg4RAAAe/wBZNDI5OTUzUENERDUK/ABERUxMIDE3MDRGUFQK/QA4TB5RDgAKICAgICAgAFg=
>  Date: Thu Jan 27 18:33:56 2011
>  DistUpgraded: Yes, recently upgraded Log time: 2011-01-22 18:43:25.43
>  DistroCodename: natty
>  DistroVariant: ubuntu
>  ErrorMessage: trying to overwrite
> '/usr/share/gconf/schemas/compiz-grid.schemas', which is also in package
> compiz-fusion-plugins-extra 0.9.2.1-0ubuntu2
>  GdmLog1: Not present
>  GdmLog2: Not present
>  GraphicsCard:
>   Subsystem: ASUSTeK Computer Inc. Device [1043:8340]
> Subsystem: ASUSTeK Computer Inc. Device [1043:8340]
>  InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386
> (20091028.4)
>  MachineType: ASUSTeK Computer INC. 1005HA
>  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic
> root=UUID=cf74d3f3-d8d8-4c5c-b59d-b6be12838571 ro
>  Renderer: Hardware acceleration
>  SourcePackage: compiz
>  Title: package compiz-gnome 1:0.9.2.1+glibmainloop4-0ubuntu8 failed to
> install/upgrade: trying to overwrite
> '/usr/share/gconf/schemas/compiz-grid.schemas', which is also in package
> compiz-fusion-plugins-extra 0.9.2.1-0ubuntu2
>  UnitySupportTest:
>
>  dmi.bios.date: 02/26/2010
>  dmi.bios.vendor: American Megatrends Inc.
>  dmi.bios.version: 1401
>  dmi.board.asset.tag: To Be Filled By O.E.M.
>  dmi.board.name: 1005HA
>  dmi.board.vendor: ASUSTeK Computer INC.
>  dmi.board.version: x.xx
>  dmi.chassis.asset.tag: 0x
>  dmi.chassis.type: 10
>  dmi.chassis.vendor: ASUSTeK Computer INC.
>  dmi.chassis.version: x.x
>  dmi.modalias:
> dmi:bvnAmericanMegatrendsInc.:bvr1401:bd02/26/2010:svnASUSTeKComputerINC.:pn1005HA:pvrx.x:rvnASUSTeKComputerINC.:rn1005HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
>  dmi.product.name: 1005HA
>  dmi.product.version: x.x
>  dmi.sys.vendor: ASUSTeK Computer INC.
>  version.libdrm2: libdrm2 2.4.23-1ubuntu3
>  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10-1ubuntu1
>  version.xserver-xorg: xserver-xorg 1:7.5+6ubuntu8
>  version.xserver-xorg-video-ati: xserver-xorg-video-ati
> 1:6.13.2+git20110124.fadee040-0ubuntu1
>  version.xserver-xorg-video-intel: xserver-xorg-video-intel
> 2:2.14.0-1ubuntu2
>  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau
> 1:0.0.16+git20110107+b795ca6e-0ubuntu1
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/711486/+subscribe
>

-- 
You rece

[Bug 704096] Re: errors in gconf schema

2011-02-01 Thread lent
Note that the /etc/gdm/gdm.schemas file was in the "locate" database of files,
but missing after the apt-get purge gdm; apt-get install gdm gdm-guest-session;

Anyway, here's the schema stanza that seems to be the offending data:
grep -B 3 -A 10  -n books_disabled $(locate schemas|grep -v gz) >bad_message 
2>&1
grep: /etc/gdm/gdm.schemas: No such file or directory
/usr/share/gconf/schemas/devhelp.schemas-145-
/usr/share/gconf/schemas/devhelp.schemas-146-
/usr/share/gconf/schemas/devhelp.schemas-147-
/usr/share/gconf/schemas/devhelp.schemas:148:  
/schemas/apps/devhelp/state/main/contents/books_disabled
/usr/share/gconf/schemas/devhelp.schemas:149:  
/apps/devhelp/state/main/contents/books_disabled
/usr/share/gconf/schemas/devhelp.schemas-150-  devhelp
/usr/share/gconf/schemas/devhelp.schemas-151-  list
/usr/share/gconf/schemas/devhelp.schemas-152-  string
/usr/share/gconf/schemas/devhelp.schemas-153-  
/usr/share/gconf/schemas/devhelp.schemas-154-  
devhelp
/usr/share/gconf/schemas/devhelp.schemas-155-  
/usr/share/gconf/schemas/devhelp.schemas-156- Books 
disabled
/usr/share/gconf/schemas/devhelp.schemas-157- List of books 
disabled by the user.
/usr/share/gconf/schemas/devhelp.schemas-158-  
/usr/share/gconf/schemas/devhelp.schemas-159-

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

Title:
  errors in gconf schema

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


[Bug 711496] [NEW] package monodoc-base 2.6.7-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-01 Thread lent
Public bug reported:

Binary package hint: mono

After "update-manager -d", and "apt-get purge gdm" and "apt-get install
gdm gdm-guest-session", quite a few things are failing... Maybe well be
configuration related.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: monodoc-base 2.6.7-4
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic i686
Architecture: i386
Date: Mon Jan 31 17:22:03 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386 
(20091028.4)
PackageArchitecture: all
SourcePackage: mono
Title: package monodoc-base 2.6.7-4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

** Affects: mono (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/711496

Title:
  package monodoc-base 2.6.7-4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 711496] Re: package monodoc-base 2.6.7-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-01 Thread lent


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

Title:
  package monodoc-base 2.6.7-4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 711497] Re: package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-01 Thread lent


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

Title:
  package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 711497] [NEW] package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-01 Thread lent
Public bug reported:

Binary package hint: cups

After "update-manager -d", and "apt-get purge gdm" and "apt-get install
gdm gdm-guest-session", quite a few things are failing... Maybe well be
configuration related.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: cups 1.4.5-1ubuntu6
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic i686
Architecture: i386
Date: Mon Jan 31 17:12:14 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386 
(20091028.4)
Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
MachineType: ASUSTeK Computer INC. 1005HA
Papersize: letter
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic 
root=UUID=cf74d3f3-d8d8-4c5c-b59d-b6be12838571 ro
SourcePackage: cups
Title: package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
dmi.bios.date: 02/26/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1401
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1005HA
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1401:bd02/26/2010:svnASUSTeKComputerINC.:pn1005HA:pvrx.x:rvnASUSTeKComputerINC.:rn1005HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.name: 1005HA
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

** Affects: cups (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/711497

Title:
  package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 711498] Re: package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-01 Thread lent


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

Title:
  package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 711498] [NEW] package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-01 Thread lent
Public bug reported:

Binary package hint: cups

After "update-manager -d", and "apt-get purge gdm" and "apt-get install
gdm gdm-guest-session", quite a few things are failing... Maybe well be
configuration related.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: cups 1.4.5-1ubuntu6
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic i686
Architecture: i386
Date: Mon Jan 31 17:12:14 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386 
(20091028.4)
Lpstat: Error: command ['lpstat', '-v'] failed with exit code 1: lpstat: No 
destinations added.
MachineType: ASUSTeK Computer INC. 1005HA
Papersize: letter
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic 
root=UUID=cf74d3f3-d8d8-4c5c-b59d-b6be12838571 ro
SourcePackage: cups
Title: package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
dmi.bios.date: 02/26/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1401
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1005HA
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1401:bd02/26/2010:svnASUSTeKComputerINC.:pn1005HA:pvrx.x:rvnASUSTeKComputerINC.:rn1005HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.name: 1005HA
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

** Affects: cups (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/711498

Title:
  package cups 1.4.5-1ubuntu6 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 711493] Re: package monodoc-base 2.6.7-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-01 Thread lent


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

Title:
  package monodoc-base 2.6.7-4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 711493] [NEW] package monodoc-base 2.6.7-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-01 Thread lent
Public bug reported:

Binary package hint: mono

After "update-manager -d", and "apt-get purge gdm" and "apt-get install
gdm gdm-guest-session", quite a few things are failing... Maybe well be
configuration related.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: monodoc-base 2.6.7-4
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic i686
Architecture: i386
Date: Mon Jan 31 17:22:03 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386 
(20091028.4)
PackageArchitecture: all
SourcePackage: mono
Title: package monodoc-base 2.6.7-4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

** Affects: mono (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/711493

Title:
  package monodoc-base 2.6.7-4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 711486] Re: package compiz-gnome 1:0.9.2.1+glibmainloop4-0ubuntu8 failed to install/upgrade: trying to overwrite '/usr/share/gconf/schemas/compiz-grid.schemas', which is also in package compiz-fu

2011-02-01 Thread lent


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

Title:
  package compiz-gnome 1:0.9.2.1+glibmainloop4-0ubuntu8 failed to
  install/upgrade: trying to overwrite '/usr/share/gconf/schemas/compiz-
  grid.schemas', which is also in package compiz-fusion-plugins-extra
  0.9.2.1-0ubuntu2

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


[Bug 711486] [NEW] package compiz-gnome 1:0.9.2.1+glibmainloop4-0ubuntu8 failed to install/upgrade: trying to overwrite '/usr/share/gconf/schemas/compiz-grid.schemas', which is also in package compiz-

2011-02-01 Thread lent
Public bug reported:

Binary package hint: compiz

Probably a configuration error.
I was trying to get rid of the every crashing "mutter".

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: compiz-gnome 1:0.9.2.1+glibmainloop4-0ubuntu8
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic i686
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/allscreens/options/active_plugins'
CompositorRunning: compiz
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1024x600
 edid-base64: 
AP///wAiZOkDFM8AACYTAQOAFg14CoA2ml5dkSggT1QBAQEBAQEBAQEBAQEBAQEB7BMA4kBYUCBdIxUE3IEZ/gAA/ABIU0QxMDBJRlcxCiAgEAAKICAgICAgICAgICAgAFs=
DRM.card0.VGA.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1280x1024 1280x1024 1152x864 1024x768 1024x768 800x600 800x600 640x480 
640x480 720x400
 edid-base64: 
AP///wAQrARANUREQw0PAQMOIht47uDlpFZFmiMVUFSlSwBxT4GAAQEBAQEBAQEBAQEBMCoAmFEAKkAwcBMAUg4RAAAe/wBZNDI5OTUzUENERDUK/ABERUxMIDE3MDRGUFQK/QA4TB5RDgAKICAgICAgAFg=
Date: Thu Jan 27 18:33:56 2011
DistUpgraded: Yes, recently upgraded Log time: 2011-01-22 18:43:25.43
DistroCodename: natty
DistroVariant: ubuntu
ErrorMessage: trying to overwrite 
'/usr/share/gconf/schemas/compiz-grid.schemas', which is also in package 
compiz-fusion-plugins-extra 0.9.2.1-0ubuntu2
GdmLog1: Not present
GdmLog2: Not present
GraphicsCard:
 Subsystem: ASUSTeK Computer Inc. Device [1043:8340]
   Subsystem: ASUSTeK Computer Inc. Device [1043:8340]
InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386 
(20091028.4)
MachineType: ASUSTeK Computer INC. 1005HA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic 
root=UUID=cf74d3f3-d8d8-4c5c-b59d-b6be12838571 ro
Renderer: Hardware acceleration
SourcePackage: compiz
Title: package compiz-gnome 1:0.9.2.1+glibmainloop4-0ubuntu8 failed to 
install/upgrade: trying to overwrite 
'/usr/share/gconf/schemas/compiz-grid.schemas', which is also in package 
compiz-fusion-plugins-extra 0.9.2.1-0ubuntu2
UnitySupportTest:
 
dmi.bios.date: 02/26/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1401
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1005HA
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1401:bd02/26/2010:svnASUSTeKComputerINC.:pn1005HA:pvrx.x:rvnASUSTeKComputerINC.:rn1005HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.name: 1005HA
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10-1ubuntu1
version.xserver-xorg: xserver-xorg 1:7.5+6ubuntu8
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.13.2+git20110124.fadee040-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu1

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


** Tags: apport-package i386 natty ubuntu

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

Title:
  package compiz-gnome 1:0.9.2.1+glibmainloop4-0ubuntu8 failed to
  install/upgrade: trying to overwrite '/usr/share/gconf/schemas/compiz-
  grid.schemas', which is also in package compiz-fusion-plugins-extra
  0.9.2.1-0ubuntu2

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


[Bug 667799] Re: mutter segfaults when external display connected

2010-10-28 Thread lent

** Attachment added: "/var/kern.log of segfaulting mutter"
   https://bugs.launchpad.net/bugs/667799/+attachment/1714295/+files/kern.log

-- 
mutter segfaults when external display connected
https://bugs.launchpad.net/bugs/667799
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 667799] [NEW] mutter segfaults when external display connected

2010-10-28 Thread lent
Public bug reported:

Binary package hint: mutter

When external display is connected, displays flips between  to bare (no
icons) background and Screen-Lock (Password:, Leave Message, Cancel,
Unlock).

Seems to be looping as mutter segfaults and restarts and segfaults ...

Attached is /var/log/kern.log with segfault messages.

Session Recovery IS possible from text console or remote ssh login via
following:

l...@blueubuntu:~$ DISPLAY=:0.0 xrandr
Screen 0: minimum 320 x 200, current 2304 x 1024, maximum 4096 x 4096
VGA1 connected 1280x1024+1024+0 (normal left inverted right x axis y axis) 
338mm x 270mm
   1280x1024  60.0*+   75.0
   1152x864   75.0
   1024x768   75.1 60.0
   800x60075.0 60.3
   640x48075.0 60.0  
   720x40070.1  
LVDS1 connected 640x480+0+0 (normal left inverted right x axis y axis) 220mm x 
129mm
   1024x600   60.0 +
   800x60060.3 56.2  
   640x48059.9* 
l...@blueubuntu:~$ DISPLAY=:0.0 xrandr --output VGA1 --mode 800x600  --auto
l...@blueubuntu:~$ DISPLAY=:0.0 xrandr 
Screen 0: minimum 320 x 200, current 1824 x 600, maximum 4096 x 4096
VGA1 connected 800x600+1024+0 (normal left inverted right x axis y axis) 338mm 
x 270mm
   1280x1024  60.0 +   75.0  
   1152x864   75.0  
   1024x768   75.1 60.0  
   800x60075.0*60.3  
   640x48075.0 60.0  
   720x40070.1  LVDS1 connected 640x480+0+0 (normal left inverted right 
x axis y axis) 220mm x 129mm
   1024x600   60.0 +
   800x60060.3 56.2  
   640x48059.9* 
l...@blueubuntu:~$

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: mutter 2.31.5-0ubuntu9
ProcVersionSignature: Ubuntu 2.6.35-23.36-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic i686
Architecture: i386
Date: Thu Oct 28 09:23:46 2010
InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386 
(20091028.4)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mutter

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


** Tags: apport-bug i386 maverick ubuntu-une

-- 
mutter segfaults when external display connected
https://bugs.launchpad.net/bugs/667799
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 667532] Re: mutter segfault found in /var/log/syslog

2010-10-27 Thread lent
** Summary changed:

- mutter segfault for in /var/log/syslog
+ mutter segfault found in /var/log/syslog

-- 
mutter segfault found in /var/log/syslog
https://bugs.launchpad.net/bugs/667532
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 667532] Re: mutter segfault for in /var/log/syslog

2010-10-27 Thread lent

** Attachment added: "dmesg output that contains segfault"
   https://bugs.launchpad.net/bugs/667532/+attachment/1713543/+files/dmesg.out

-- 
mutter segfault for in /var/log/syslog
https://bugs.launchpad.net/bugs/667532
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 667532] [NEW] mutter segfault for in /var/log/syslog

2010-10-27 Thread lent
Public bug reported:

Binary package hint: mutter

Using on EEE PC 1005HAB running 10.10 .  Upgraded from netbook-remix to
development kernel and keeping up-to-date.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: mutter 2.31.5-0ubuntu9
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Wed Oct 27 18:43:09 2010
InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386 
(20091028.4)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mutter

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


** Tags: apport-bug i386 maverick ubuntu-une

-- 
mutter segfault for in /var/log/syslog
https://bugs.launchpad.net/bugs/667532
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 667477] Re: wvdial hangs on redial after bluetooth modem hangs up, may be related

2010-10-27 Thread lent


-- 
wvdial hangs on redial after bluetooth modem hangs up, may be related 
https://bugs.launchpad.net/bugs/667477
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 667477] [NEW] wvdial hangs on redial after bluetooth modem hangs up, may be related

2010-10-27 Thread lent
Public bug reported:

Binary package hint: wvdial

wvdial hangs after modem hangs up. May be related to kernel bug.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: wvdial 1.60.4
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Date: Wed Oct 27 09:09:37 2010
InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386 
(20091028.4)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: wvdial

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


** Tags: apport-bug i386 maverick ubuntu-une

-- 
wvdial hangs on redial after bluetooth modem hangs up, may be related 
https://bugs.launchpad.net/bugs/667477
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 660237] Re: ce at 00000015 rfcomm close followed by open triggers BUG: unable to handle kernel NULL pointer dereference at 00000015

2010-10-13 Thread lent


-- 
ce at 0015 rfcomm close followed by open triggers BUG: unable to handle 
kernel NULL pointer dereference at 0015
https://bugs.launchpad.net/bugs/660237
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 660237] [NEW] ce at 00000015 rfcomm close followed by open triggers BUG: unable to handle kernel NULL pointer dereference at 00000015

2010-10-13 Thread lent
Public bug reported:

After using pppd via wvdial over bluetooth to a tethered phone, the pppd 
connection was manually terminated by a Control-C to the wvdial process.  Upon 
redialing with wvdial, the bug is triggered.  The bug seems to be related to 
the rfcomm_dlc_close
followed by a later rfcomm_dlc_open .

ProblemType: KernelOops
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-22-generic 2.6.35-22.33
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lent   1578 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf7db8000 irq 44'
   Mixer name   : 'Realtek ALC269'
   Components   : 'HDA:10ec0269,104383ce,0014'
   Controls  : 10
   Simple ctrls  : 6
Date: Wed Oct 13 19:15:02 2010
Failure: oops
HibernationDevice: RESUME=UUID=e3ad96b2-c0a8-4433-8d04-50d2e3c967b4
InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386 
(20091028.4)
MachineType: ASUSTeK Computer INC. 1005HA
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=cf74d3f3-d8d8-4c5c-b59d-b6be12838571 ro
RelatedPackageVersions: linux-firmware 1.38
SourcePackage: linux
Title: ce at 0015
dmi.bios.date: 02/26/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1401
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1005HA
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1401:bd02/26/2010:svnASUSTeKComputerINC.:pn1005HA:pvrx.x:rvnASUSTeKComputerINC.:rn1005HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.name: 1005HA
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

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


** Tags: apport-kerneloops i386 kernel-net kernel-oops maverick 
needs-upstream-testing regression-potential ubuntu-une

-- 
ce at 0015 rfcomm close followed by open triggers BUG: unable to handle 
kernel NULL pointer dereference at 0015
https://bugs.launchpad.net/bugs/660237
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 657513] Re: BUG: unable to handle kernel NULL pointer dereference at 00000038

2010-10-09 Thread lent

** Attachment added: 
"wvdial_triggers_bug_via_rfcomm_for_bluetooth_dialup_networking.shar"
   
https://bugs.launchpad.net/bugs/657513/+attachment/1680934/+files/wvdial_triggers_bug_via_rfcomm_for_bluetooth_dialup_networking.shar

** Attachment added: "AcpiTables.txt"
   
https://bugs.launchpad.net/bugs/657513/+attachment/1680935/+files/AcpiTables.txt

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

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

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

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

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

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

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

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

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

** Attachment added: "OopsText.txt"
   
https://bugs.launchpad.net/bugs/657513/+attachment/1680945/+files/OopsText.txt

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

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

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

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

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/657513/+attachment/1680950/+files/RfKill.txt

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

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

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

-- 
BUG: unable to handle kernel NULL pointer dereference at 0038
https://bugs.launchpad.net/bugs/657513
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 657513] [NEW] BUG: unable to handle kernel NULL pointer dereference at 00000038

2010-10-09 Thread lent
Public bug reported:

Using wvdial yields a kernel NULL pointer dereference.  This is after a
hangup event and a subsequent redial attempt by wvdial.  The
initialization of the link includes using hciconfig, hcitool and rfcomm
commands to reset hci0, show, connect and bind /dev/rfcomm0 and hard
linking to /dev/rfcomm0 /dev/modem.  The rfcomm device is a Palm Treo
650 via Bluetooth serving out Dialup Networking.

This is reproducible.

Also note that the wvdial command will also block and will not die via a kill 
-9.
Just a guess but strace -f -p of the processes seems to indicate a problem 
closing the rfcomm link. I think it was something to do with "dlc"...

Attached find a shar archive of the crash report, and requested log
files.

Note:
The directions at the Bug submission page: 
are difficult to follow, and perhaps due for an update :-(
1. The suggested command "ubuntu-bug -p linux" yields "Warning: The options 
-p/-P are deprecated, please do not use them.  See /usr/bin/ubuntu-bug --help"
2. The alternate submission method asks "include the output of the following 
commands executed in a terminal as separate attachments in your bug report" and 
attachment mechanism is buried under "Extra options" and allows only a single 
file to be attached :-(

Thanks,
Chris Lent
l...@cooper.edu

ProblemType: KernelOops
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-22-generic 2.6.35-22.33
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USER    PID ACCESS COMMAND
 /dev/snd/controlC0:  lent   1440 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf7db8000 irq 45'
   Mixer name   : 'Realtek ALC269'
   Components   : 'HDA:10ec0269,104383ce,0014'
   Controls  : 10
   Simple ctrls  : 6
Date: Fri Oct  8 16:05:12 2010
Failure: oops
HibernationDevice: RESUME=UUID=e3ad96b2-c0a8-4433-8d04-50d2e3c967b4
InstallationMedia: Ubuntu-Netbook-Remix 9.10 "Karmic Koala" - Release i386 
(20091028.4)
MachineType: ASUSTeK Computer INC. 1005HA
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=cf74d3f3-d8d8-4c5c-b59d-b6be12838571 ro
RelatedPackageVersions: linux-firmware 1.38
SourcePackage: linux
Title: BUG: unable to handle kernel NULL pointer dereference at 0038
dmi.bios.date: 02/26/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1401
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 1005HA
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1401:bd02/26/2010:svnASUSTeKComputerINC.:pn1005HA:pvrx.x:rvnASUSTeKComputerINC.:rn1005HA:rvrx.xx:cvnASUSTeKComputerINC.:ct10:cvrx.x:
dmi.product.name: 1005HA
dmi.product.version: x.x
dmi.sys.vendor: ASUSTeK Computer INC.

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


** Tags: apport-kerneloops i386 kernel-net kernel-oops maverick 
needs-upstream-testing regression-potential ubuntu-une

-- 
BUG: unable to handle kernel NULL pointer dereference at 0038
https://bugs.launchpad.net/bugs/657513
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