[Bug 1075478] Re: Apple wireless bluetooth keyboard not working after suspend/resume

2012-11-23 Thread steveG
Apparently this is somehow a left-over device file, or so. In the gdm
log (see below) I found an error message about the keyboards device
file, event18 in my case. Whereas I can cat the file and see output once
I use the keyboard, indicating that it actually works concerning
kernel/driver.

/var/log/gdm/:0.log 

(II) config/udev: Adding input device Apple Wireless Keyboard 
(/dev/input/event18)
(**) Apple Wireless Keyboard: Applying InputClass evdev keyboard catchall
(II) Using input driver 'evdev' for 'Apple Wireless Keyboard'
(**) Apple Wireless Keyboard: always reports core events
(**) evdev: Apple Wireless Keyboard: Device: /dev/input/event18
(WW) evdev: Apple Wireless Keyboard: device file is duplicate. Ignoring.
(EE) PreInit returned 8 for Apple Wireless Keyboard


Via the error I found a related bug at redhat:
https://bugzilla.redhat.com/show_bug.cgi?id=811534

As it is basically complaining because the file exists, a workaround is
to remove the file before suspending. So I placed the command in a new
pm script. Not nice but perfectly doing the job for now.

/usr/lib/pm-utils/sleep.d/70bluetooth
-
#!/bin/sh
#

case $1 in
hibernate|suspend)
rm -f /dev/input/event18
;;
*) exit $NA
;;
esac
-



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

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

Title:
  Apple wireless bluetooth keyboard not working after suspend/resume

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

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


[Bug 1075478] Re: Apple wireless bluetooth keyboard not working after suspend/resume

2012-11-22 Thread steveG
I can confirm the bug as described by FalFire. I have a Thinkpad X1 with
a Broadcom Bluetooth card. Powering up the machine everything works as
expected, once resuming the Apple Wireless Keyboard lights up the LED as
usual while connecting, but the keyboard doesn't work at all. Using the
main keyboard, one can look at a perfectly 'on' bluetooth applet with
the connected keyboard.

12.10,  X86_64, latest updates and kernel version 3.5.0-18-generic .

I can not tell exactly, but this problem exists at least since a view
kernel versions, as I spottet it already weeks ago.


latest lines form dmesg concerning bluetooth:

[634054.136057] apple 0005:05AC:023A.0006: unknown main item tag 0x0
[634057.501035] power_supply hid-10:9A:DD:92:F1:36-battery: driver failed to 
report `capacity' property: -5
[634057.501475] input: Apple Wireless Keyboard as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/input20
[634057.501963] apple 0005:05AC:023A.0006: input,hidraw3: BLUETOOTH HID v0.50 
Keyboard [Apple Wireless Keyboard] on EC:55:F9:FB:7D:7E
[634057.513787] power_supply hid-10:9A:DD:92:F1:36-battery: driver failed to 
report `capacity' property: -5
[634114.023698] usb 1-1.4: USB disconnect, device number 4
[634118.777855] power_supply hid-10:9A:DD:92:F1:36-battery: driver failed to 
report `capacity' property: -5
[634123.160050] usb 1-1.4: new full-speed USB device number 6 using ehci_hcd
[634123.255896] usb 1-1.4: New USB device found, idVendor=0a5c, idProduct=217f
[634123.255909] usb 1-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
[634123.255917] usb 1-1.4: Product: Broadcom Bluetooth Device
[634123.255925] usb 1-1.4: Manufacturer: Broadcom Corp
[634123.255931] usb 1-1.4: SerialNumber: EC55F9FB7D7E
[634127.020934] apple 0005:05AC:023A.0007: unknown main item tag 0x0
[634129.100411] power_supply hid-10:9A:DD:92:F1:36-battery: driver failed to 
report `capacity' property: -5
[634129.100615] input: Apple Wireless Keyboard as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/input21
[634129.101116] apple 0005:05AC:023A.0007: input,hidraw3: BLUETOOTH HID v0.50 
Keyboard [Apple Wireless Keyboard] on EC:55:F9:FB:7D:7E
[634129.107888] power_supply hid-10:9A:DD:92:F1:36-battery: driver failed to 
report `capacity' property: -5


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

Title:
  Apple wireless bluetooth keyboard not working after suspend/resume

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

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


[Bug 1075478] Re: Apple wireless bluetooth keyboard not working after suspend/resume

2012-11-22 Thread steveG
bluetooth restart does not work, neither does a manual rmmod and a
bluetooth start.

A gdm restart worked though for me as well.

Any ideas how to debug this further?

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

Title:
  Apple wireless bluetooth keyboard not working after suspend/resume

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

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


[Bug 976288] Re: Bluetooth adapter fails to work after resume

2012-06-23 Thread steveG
I'm having this bug now as well since a couple of weeks. Had it just resulting 
in a kernel panic a view minutes ago on my fully updated 12.04 running 
3.2.0-25-generic. Moreover I've seen it before in 3.2.0-24-generic. 

Below the end of kern.log at the latest panic on 3.2.0-25:

Jun 23 11:51:38 gron kernel: [376644.536088] [ cut here 
]
Jun 23 11:51:38 gron kernel: [376644.536105] WARNING: at 
/build/buildd/linux-3.2.0/fs/sysfs/dir.c:481 sysfs_add_one+0xc0/0xf0()
Jun 23 11:51:38 gron kernel: [376644.536111] Hardware name: 12942NG
Jun 23 11:51:38 gron kernel: [376644.536114] sysfs: cannot create duplicate 
filename '/class/bluetooth/hci0:11'
Jun 23 11:51:38 gron kernel: [376644.536119] Modules linked in: vboxpci(O) 
vboxnetadp(O) vboxnetflt(O) vboxdrv(O) usbhid pci_stub lrw gf128mul hid_apple 
hidp hid xt_tcpudp iptable_filter ip_tables x_tables rfcomm bnep nfsd nfs lockd 
binfmt_misc fscache auth_rpcgss nfs_acl sunrpc dm_crypt snd_hda_codec_hdmi 
snd_hda_codec_conexant arc4 joydev uvcvideo videodev v4l2_compat_ioctl32 
cdc_ncm usbnet cdc_wdm cdc_acm btusb bluetooth psmouse serio_raw iwlwifi 
snd_hda_intel snd_hda_codec snd_hwdep snd_pcm mac80211 cfg80211 mei(C) 
snd_page_alloc tpm_tis mac_hid thinkpad_acpi snd_seq_midi snd_rawmidi 
snd_seq_midi_event snd_seq snd_timer snd_seq_device snd soundcore nvram 
hdaps(O) tp_smapi(O) thinkpad_ec(O) lp parport wmi i915 drm_kms_helper drm 
i2c_algo_bit video e1000e sdhci_pci sdhci [last unloaded: vboxdrv]
Jun 23 11:51:38 gron kernel: [376644.536250] Pid: 2841, comm: kworker/u:3 
Tainted: GWC O 3.2.0-25-generic #40-Ubuntu
Jun 23 11:51:38 gron kernel: [376644.536255] Call Trace:
Jun 23 11:51:38 gron kernel: [376644.536269]  [810672af] 
warn_slowpath_common+0x7f/0xc0
Jun 23 11:51:38 gron kernel: [376644.536277]  [810673a6] 
warn_slowpath_fmt+0x46/0x50
Jun 23 11:51:38 gron kernel: [376644.536286]  [811edbd0] 
sysfs_add_one+0xc0/0xf0
Jun 23 11:51:38 gron kernel: [376644.536295]  [811ee555] 
sysfs_do_create_link+0x125/0x210
Jun 23 11:51:38 gron kernel: [376644.536304]  [811ee653] 
sysfs_create_link+0x13/0x20
Jun 23 11:51:38 gron kernel: [376644.536316]  [813f1249] 
device_add_class_symlinks+0x89/0xe0
Jun 23 11:51:38 gron kernel: [376644.536325]  [811ecc16] ? 
sysfs_create_file+0x26/0x30
Jun 23 11:51:38 gron kernel: [376644.536334]  [813f2b68] 
device_add+0x228/0x3e0
Jun 23 11:51:38 gron kernel: [376644.536343]  [813f291b] ? 
device_private_init+0x5b/0x80
Jun 23 11:51:38 gron kernel: [376644.536365]  [a0355a30] ? 
__match_tty+0x40/0x40 [bluetooth]
Jun 23 11:51:38 gron kernel: [376644.536382]  [a0355a93] 
add_conn+0x63/0x120 [bluetooth]
Jun 23 11:51:38 gron kernel: [376644.536397]  [a0355a30] ? 
__match_tty+0x40/0x40 [bluetooth]
Jun 23 11:51:38 gron kernel: [376644.536408]  [81084f9a] 
process_one_work+0x11a/0x480


Let me know if I should provide more info!


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

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

Title:
  Bluetooth adapter fails to work after resume

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

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


[Bug 976288] Re: Bluetooth adapter fails to work after resume

2012-06-23 Thread steveG
Status changed to 'Confirmed' according to Brad Figg's post.

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

Title:
  Bluetooth adapter fails to work after resume

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

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


[Bug 59867] Re: Synaptics touchpad ceases functioning after suspend and resume.

2010-04-24 Thread steveG

I just updated to Lucid today, well nice, first try and hit. It showed the 
exact same behavior.

But then after googling again, today I found this:
http://ubuntuforums.org/archive/index.php/t-1335007.html

And simply appending atkbd.reset as a kernel parameter worked, keyboard and 
touchpad come up properly
after each suspend!

-- 
Synaptics touchpad ceases functioning after suspend and resume.
https://bugs.launchpad.net/bugs/59867
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 59867] Re: Synaptics touchpad ceases functioning after suspend and resume.

2010-01-29 Thread steveG
I got a HP EliteBook 2530p on u9.10 with the same problem. Though it's
has a fancy behaviour: First of all, after resuming the touchpad is
going rogue and doesn't work anymore. If I use only the pointer stick,
everything is fine, keyboard works as well. Yet, the first slide over
the touchpad ends up in a unpredictable keyboard/mouse input and
keyboard+stick+touchpad is ending up dead or bogus. Now, if I standby
and resume again, either everything work fine right away, or I can use
tab or stick to Switch User in the Unlock Screen. Then X refreches
someway and everything is fine again and I select my user and unlock the
screen. The cherry on the cage, this is without exception an alternating
behaviour. I'm already used to wake up the thingy by a resume+immediate
standby+resume again.

Xorg.0.log says:
---
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) Synaptics touchpad driver version 1.1.2
(**) Option Device /dev/input/event8
(EE) xf86OpenSerial: Cannot open device /dev/input/event8
No such device.
(EE) Synaptics driver unable to open device
(EE) PreInit failed for input device SynPS/2 Synaptics TouchPad
(II) UnloadModule: synaptics
---

and in /var/log/messages I realized the following lines are missing, for 
wake-ups with the problem:
---
Jan 30 00:14:31 pluto kernel: [831050.033342] Synaptics Touchpad, model: 1, fw: 
7.0, id: 0x1a0b1, caps: 0xd04711/0xa0
Jan 30 00:14:31 pluto kernel: [831050.079701] input: SynPS/2 Synaptics TouchPad 
as /devices/platform/i8042/serio4/input/input301
Jan 30 00:14:32 pluto kernel: [831050.857121] Synaptics Touchpad, model: 1, fw: 
7.0, id: 0x1a0b1, caps: 0xd04711/0xa0
Jan 30 00:14:32 pluto kernel: [831050.898051] input: SynPS/2 Synaptics TouchPad 
as /devices/platform/i8042/serio4/input/input302
---

-- 
Synaptics touchpad ceases functioning after suspend and resume.
https://bugs.launchpad.net/bugs/59867
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 422949] apport-collect data

2009-10-23 Thread SteveG
Architecture: amd64
CupsErrorLog:
 
DistroRelease: LinuxMint 7
Lpstat:
 device for Print_to_PDF: cups-pdf:/
 device for Xerox-WorkCentre-7328_3518: socket://10.129.120.228:9100
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 002: ID 03f0:0024 Hewlett-Packard KU-0316 Keyboard
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 002: ID 413c:3010 Dell Computer Corp. Optical Wheel Mouse
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Hewlett-Packard HP dx5150 MT
Package: cups 1.3.9-17ubuntu3.2
PackageArchitecture: amd64
Papersize: letter
PpdFiles: Xerox-WorkCentre-7328_3518: Xerox WorkCentre 7328 Foomatic/Postscript 
(recommended)
ProcCmdLine: root=/dev/sda3 ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.28-11.42-generic
Uname: Linux 2.6.28-11-generic x86_64
UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

-- 
Document Viewer 2.26.1 not printing
https://bugs.launchpad.net/bugs/422949
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 422949] apport-collect data

2009-10-23 Thread SteveG
Architecture: amd64
CupsErrorLog:
 
DistroRelease: LinuxMint 7
Lpstat:
 device for Print_to_PDF: cups-pdf:/
 device for Xerox-WorkCentre-7328_3518: socket://10.129.120.228:9100
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 002: ID 03f0:0024 Hewlett-Packard KU-0316 Keyboard
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 002: ID 413c:3010 Dell Computer Corp. Optical Wheel Mouse
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Hewlett-Packard HP dx5150 MT
Package: cups 1.3.9-17ubuntu3.2
PackageArchitecture: amd64
Papersize: letter
PpdFiles: Xerox-WorkCentre-7328_3518: Xerox WorkCentre 7328 Foomatic/Postscript 
(recommended)
ProcCmdLine: root=/dev/sda3 ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.28-11.42-generic
Uname: Linux 2.6.28-11-generic x86_64
UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

-- 
Document Viewer 2.26.1 not printing
https://bugs.launchpad.net/bugs/422949
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 422949] apport-collect data

2009-10-23 Thread SteveG
Architecture: amd64
CupsErrorLog:
 
DistroRelease: LinuxMint 7
Lpstat:
 device for Print_to_PDF: cups-pdf:/
 device for Xerox-WorkCentre-7328_3518: socket://10.129.120.228:9100
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 002: ID 03f0:0024 Hewlett-Packard KU-0316 Keyboard
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 002: ID 413c:3010 Dell Computer Corp. Optical Wheel Mouse
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Hewlett-Packard HP dx5150 MT
Package: cups 1.3.9-17ubuntu3.2
PackageArchitecture: amd64
Papersize: letter
PpdFiles: Xerox-WorkCentre-7328_3518: Xerox WorkCentre 7328 Foomatic/Postscript 
(recommended)
ProcCmdLine: root=/dev/sda3 ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.28-11.42-generic
Uname: Linux 2.6.28-11-generic x86_64
UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

-- 
Document Viewer 2.26.1 not printing
https://bugs.launchpad.net/bugs/422949
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 422949] apport-collect data

2009-10-23 Thread SteveG
Architecture: amd64
CupsErrorLog:
 
DistroRelease: LinuxMint 7
Lpstat:
 device for Print_to_PDF: cups-pdf:/
 device for Xerox-WorkCentre-7328_3518: socket://10.129.120.228:9100
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 002: ID 03f0:0024 Hewlett-Packard KU-0316 Keyboard
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 002: ID 413c:3010 Dell Computer Corp. Optical Wheel Mouse
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Hewlett-Packard HP dx5150 MT
Package: cups 1.3.9-17ubuntu3.2
PackageArchitecture: amd64
Papersize: letter
PpdFiles: Xerox-WorkCentre-7328_3518: Xerox WorkCentre 7328 Foomatic/Postscript 
(recommended)
ProcCmdLine: root=/dev/sda3 ro quiet splash
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-11.42-generic
Uname: Linux 2.6.28-11-generic x86_64
UserGroups:

-- 
Document Viewer 2.26.1 not printing
https://bugs.launchpad.net/bugs/422949
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 422949] Re: Document Viewer 2.26.1 not printing

2009-10-23 Thread SteveG
I can confirm the same problem in both evince/document viewer 2.26.1 and
firefox--only one page of multipage documents will print.

apport fails as follows, although I did allow change anything:
sglas...@sgla-desktop ~ $ apport-collect -p cups 422949
Logging into Launchpad...
Downloading bug...
Bug title: Document Viewer 2.26.1 not printing
Collecting apport information for source package cups...
Uploading additional information to Launchpad bug...
   short text data...
   attachment: BootDmesg.txt...
Error connecting to Launchpad: HTTP Error 500: Internal Server Error
You have to allow Change anything privileges.

There is no cups error log generated in the last 8 days.

-- 
Document Viewer 2.26.1 not printing
https://bugs.launchpad.net/bugs/422949
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 284730] Re: Printing from KDE4 apps cuts off, non-KDE apps print fine

2009-05-26 Thread SteveG
I can confirm this bug still exists in kubuntu 9.04 kde version
4:4.2.3-0, qt4 version 4.5.0.  When printing from kate the top margin or
paper size is set incorrectly and the page header is cut off.

This applies to both HP inkjet printers and Xerox laser printers (and
probably any other printer).

-- 
Printing from KDE4 apps cuts off, non-KDE apps print fine
https://bugs.launchpad.net/bugs/284730
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 40537] Re: [Upstream] [hardy] OpenOffice cannot write to NFS files

2008-10-18 Thread SteveG
Chris Cheney wrote:
 Do you still have this problem with openoffice.org 1:2.4.1-9ubuntu2 in
 Ubuntu 8.10?
 
 I can not reproduce this problem on Intrepid with nfs-common and nfs-
 kernel-server. I installed nfs-kernel-server on my desktop amd64 machine
 and just nfs-common on my laptop. Connected my laptop to my desktop and
 wrote files to the desktop without any problems.
 
 ** Changed in: openoffice.org (Ubuntu)
Importance: Wishlist = Undecided
Status: Confirmed = Incomplete
 
No it seems to be gone.

Thanks,

-- 
[Upstream] [hardy] OpenOffice cannot write to NFS files
https://bugs.launchpad.net/bugs/40537
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 235654] Re: python2.5 crashed with DBusException in call_blocking()

2008-05-28 Thread SteveG

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

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

** Attachment added: Traceback.txt
   http://launchpadlibrarian.net/14779832/Traceback.txt

** Visibility changed to: Public

-- 
python2.5 crashed with DBusException in call_blocking()
https://bugs.launchpad.net/bugs/235654
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 222345] Re: Upgrade Tool failed 7.10 to 8.04

2008-04-28 Thread steveg
*** This bug is a duplicate of bug 221382 ***
https://bugs.launchpad.net/bugs/221382

Here is the apt the log files(/var/log/dist-upgrade/) from my machine as
requested on the duplicate bug

** Attachment added: dist-upgrade.tar.gz
   http://launchpadlibrarian.net/13993673/dist-upgrade.tar.gz

-- 
Upgrade Tool failed 7.10 to 8.04
https://bugs.launchpad.net/bugs/222345
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 222345] [NEW] Upgrade Tool failed 7.10 to 8.04

2008-04-25 Thread steveg
Public bug reported:

Message was Could not update apt.

ProblemType: Package
Architecture: i386
Date: Sat Apr 26 06:28:00 2008
DistroRelease: Ubuntu 7.10
ErrorMessage: ErrorMessage: SystemError in cache.commit(): E:Couldn't configure 
pre-depend audacious-plugins for audacious-plugins-extra, probably a dependency 
cycle.

NonfreeKernelModules: nvidia
Package: update-manager 1:0.81.2
PackageArchitecture: all
SourcePackage: update-manager
Title: package update-manager 1:0.81.2 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Couldn't configure pre-depend 
audacious-plugins for audacious-plugins-extra, probably a dependency cycle.
Uname: Linux ubuntugrid 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 
i686 GNU/Linux

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
Upgrade Tool failed 7.10 to 8.04
https://bugs.launchpad.net/bugs/222345
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 222345] Re: Upgrade Tool failed 7.10 to 8.04

2008-04-25 Thread steveg

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

-- 
Upgrade Tool failed 7.10 to 8.04
https://bugs.launchpad.net/bugs/222345
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 212654] [NEW] frontend crashed with SIGSEGV in backtrace()

2008-04-05 Thread SteveG
Public bug reported:

Binary package hint: debconf

automatically generated crash report--on start of gnome-session

ProblemType: Crash
Architecture: i386
Date: Fri Apr  4 08:12:01 2008
Disassembly: 0x40893cd0:
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/share/debconf/frontend
InterpreterPath: /usr/bin/perl
NonfreeKernelModules: nvidia
Package: debconf 1.5.20
PackageArchitecture: all
ProcCmdline: /usr/bin/perl -w /usr/share/debconf/frontend 
/var/lib/dpkg/info/libc6.postinst configure 2.7-9ubuntu2
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: debconf
StacktraceTop:
 ?? ()
 backtrace () from /lib/libc.so.6
 ?? () from /lib/libc.so.6
 ?? ()
 ?? ()
Title: frontend crashed with SIGSEGV in backtrace()
Uname: Linux 2.6.24-14-generic i686
UserGroups:

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


** Tags: apport-crash

-- 
frontend crashed with SIGSEGV in backtrace()
https://bugs.launchpad.net/bugs/212654
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 212654] Re: frontend crashed with SIGSEGV in backtrace()

2008-04-05 Thread SteveG

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/13143048/CoreDump.gz

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

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

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

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/13143052/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/13143053/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/13143054/ThreadStacktrace.txt

-- 
frontend crashed with SIGSEGV in backtrace()
https://bugs.launchpad.net/bugs/212654
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 179044] Re: quanta upload locks

2008-02-05 Thread SteveG
Please close this bug--it was caused by configuration problems

-- 
quanta upload locks 
https://bugs.launchpad.net/bugs/179044
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 133385] Re: [gutsy] nv is not new enough to support my chipset (Quadro FX 570M)

2008-01-18 Thread SteveG
Martin Pitt wrote:
 Why did you subscribe ubuntu-archive? What is there to do for us?
 
How about change the ubuntu installer so that for this chipset the 
'vesa' driver is selected at install?

-- 
[gutsy] nv is not new enough to support my chipset (Quadro FX 570M)
https://bugs.launchpad.net/bugs/133385
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 155245] Re: installer fails to create usable xserver config

2008-01-07 Thread SteveG
Timo Aaltonen wrote:
 Please try hardy alpha2. 7.10 had version 2.1.4 of the driver which,
 according to upstream, does support Quadro FX 570M.
 
 NKJensen: your issue is not related.
 
 ** Changed in: xserver-xorg-video-nv (Ubuntu)
 Sourcepackagename: xorg = xserver-xorg-video-nv
Status: New = Incomplete
 
Thanks but
A) my laptop is a professional tool.  I really can't afford to run alpha 
software.
B) the real issue is with the installer and how it does x configuration. 
  It currently uses a driver that doesn't work.  It should use the vesa 
driver--that would allow users to have x windows when the install 
finishes.  At that time the users can decide to install the binary 
nvidia driver or not.

Cheers,
Steve G

-- 
installer fails to create usable xserver config
https://bugs.launchpad.net/bugs/155245
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 155245] Re: installer fails to create usable xserver config

2008-01-06 Thread SteveG
To Michael Leamy--
Have you tried an install with the 'alternate' CD?  Because the installer is in 
text mode it should complete successfully on the t61p.  After installing, edit 
grub so that you boot into single user mode and then edit xorg.conf.

-- 
installer fails to create usable xserver config
https://bugs.launchpad.net/bugs/155245
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 179044] quanta upload locks

2007-12-28 Thread SteveG
Public bug reported:

Binary package hint: quanta

to reproduce:
use synaptic to install quanta on ubuntu gutsy gibbon
open quanta
open project 
select projectupload
the resulting dialog window is frozen.  It can be canceled but uploads are not 
possibe from within the program

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

-- 
quanta upload locks 
https://bugs.launchpad.net/bugs/179044
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 164274] flash plugin hangs when viewing video in firefox

2007-11-21 Thread SteveG
Public bug reported:

visit site such as http://www.breitbart.tv/?p=8338 and try to view the
flash movie.  After between 30-60 sec the flash player will freeze and
refuse to complete playback of the flash movie.

This happens with both firefox and opera browsers.

** Affects: flash-player (Ubuntu)
 Importance: Undecided
 Status: New

-- 
flash plugin hangs when viewing video in firefox
https://bugs.launchpad.net/bugs/164274
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 155245] Re: installer fails to create usable xserver config

2007-11-02 Thread SteveG
NKJensen wrote:
 This problem is also present on IBM Thinkpad T20 series. I had to change
 to the VESA driver, on 7.04 (Edgy) as well as 7.10 (Gutsy).
 
 In both cases, I installed using the Alternate-CD
 
 I changed to VESA by booting into text mode and I then gave the command:
 
 sudo dpkg-reconfigure xserver-xorg
 
That's the same thing I did, and what any experienced debian/ubuntu user 
would do.

It's only a problem for users new to Linux and ubuntu--but that is a big 
part of ubuntu's target market.

-- 
installer fails to create usable xserver config
https://bugs.launchpad.net/bugs/155245
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 155970] Kubuntu Dist Upgrade won't stop running

2007-10-22 Thread SteveG
Public bug reported:

Binary package hint: update-manager

Kubuntu Distribution Upgrade tool does not recognize a clean install of
7.10 and starts every time adept updater indicated a software update is
available.

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

-- 
Kubuntu Dist Upgrade won't stop running
https://bugs.launchpad.net/bugs/155970
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 155245] installer fails to create usable xserver config

2007-10-21 Thread SteveG
Public bug reported:

On lenovo t61p thinkpad with  nVidia Corporation Quadro FX 570M graphics
card the installer fails to create a usable xorg.conf file and the
system reboots into an unusable black screen as x refuses to start.  The
installer selects the nv driver, which does not support this card.

The only fix for this is to reboot into rescue mode and hand-edit
xorg.conf to use vesa driver until restricted nvidia driver is enabled.

Output of lspci -v and lspci -vvnn attached

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

-- 
installer fails to create usable xserver config
https://bugs.launchpad.net/bugs/155245
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 155245] Re: installer fails to create usable xserver config

2007-10-21 Thread SteveG

** Attachment added: lspci.v
   http://launchpadlibrarian.net/10105445/lspci.v

-- 
installer fails to create usable xserver config
https://bugs.launchpad.net/bugs/155245
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 155245] Re: installer fails to create usable xserver config

2007-10-21 Thread SteveG

** Attachment added: lspci.vvnn
   http://launchpadlibrarian.net/10105449/lspci.vvnn

-- 
installer fails to create usable xserver config
https://bugs.launchpad.net/bugs/155245
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 145102] package nvidia-settings None [modified: /var/lib/dpkg/info/nvidia-settings.list] failed to install/upgrade: trying to overwrite `/usr/bin/nvidia-settings', which is also in package nvidia

2007-09-26 Thread SteveG
Public bug reported:

Binary package hint: nvidia-settings

sudo apt-get -y install nvidia-settings

ProblemType: Package
Architecture: i386
Date: Wed Sep 26 00:07:24 2007
Dependencies:
 
DistroRelease: Ubuntu 7.10
ErrorMessage: trying to overwrite `/usr/bin/nvidia-settings', which is also in 
package nvidia-glx-new
NonfreeKernelModules: nvidia
Package: nvidia-settings None [modified: 
/var/lib/dpkg/info/nvidia-settings.list]
PackageArchitecture: i386
SourcePackage: nvidia-settings
Title: package nvidia-settings None [modified: 
/var/lib/dpkg/info/nvidia-settings.list] failed to install/upgrade: trying to 
overwrite `/usr/bin/nvidia-settings', which is also in package nvidia-glx-new
Uname: Linux t61p 2.6.22-12-generic #1 SMP Sun Sep 23 18:11:30 GMT 2007 i686 
GNU/Linux

** Affects: nvidia-settings (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package nvidia-settings None [modified: 
/var/lib/dpkg/info/nvidia-settings.list] failed to install/upgrade: trying to 
overwrite `/usr/bin/nvidia-settings', which is also in package nvidia-glx-new
https://bugs.launchpad.net/bugs/145102
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 145102] Re: package nvidia-settings None [modified: /var/lib/dpkg/info/nvidia-settings.list] failed to install/upgrade: trying to overwrite `/usr/bin/nvidia-settings', which is also in package nv

2007-09-26 Thread SteveG

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/9512059/DpkgTerminalLog.gz

-- 
package nvidia-settings None [modified: 
/var/lib/dpkg/info/nvidia-settings.list] failed to install/upgrade: trying to 
overwrite `/usr/bin/nvidia-settings', which is also in package nvidia-glx-new
https://bugs.launchpad.net/bugs/145102
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109300] [apport] rdesktop crashed with SIGSEGV in XPutImage()

2007-04-23 Thread SteveG
Public bug reported:

Binary package hint: rdesktop

crash after windows terminal server reports wrong password

ProblemType: Crash
Architecture: i386
Date: Mon Apr 23 08:21:00 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/rdesktop
Package: rdesktop 1.5.0-1build1
PackageArchitecture: i386
ProcCmdline: rdesktop -g 1024x768 -k en-us -p  -X 0x34001d5 -a 8 
bes.icann.org:3389
ProcCwd: /home/steve
ProcEnviron:
 
PATH=/sbin:/usr/sbin:/usr/local/sbin:/home/steve/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: rdesktop
StacktraceTop:
 XPutImage () from /usr/lib/libX11.so.6
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Uname: Linux dhcp-37-195 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 
i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

** Affects: rdesktop (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] rdesktop crashed with SIGSEGV in XPutImage()
https://bugs.launchpad.net/bugs/109300
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109300] Re: [apport] rdesktop crashed with SIGSEGV in XPutImage()

2007-04-23 Thread SteveG

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7392376/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7392377/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/7392378/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7392379/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7392380/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7392381/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/7392382/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/7392383/ThreadStacktrace.txt

-- 
[apport] rdesktop crashed with SIGSEGV in XPutImage()
https://bugs.launchpad.net/bugs/109300
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109321] [apport] rdesktop crashed with SIGSEGV in XPutImage()

2007-04-23 Thread SteveG
Public bug reported:

Binary package hint: rdesktop

rdesktop crash on starting

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Mon Apr 23 08:22:03 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/rdesktop
Package: rdesktop 1.5.0-1build1
PackageArchitecture: i386
ProcCmdline: rdesktop -g 1024x768 -k en-us -p  -X 0x36001da -a 8 
bes.icann.org:3389
ProcCwd: /home/steve
ProcEnviron:
 
PATH=/sbin:/usr/sbin:/usr/local/sbin:/home/steve/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: rdesktop
StacktraceTop:
 XPutImage () from /usr/lib/libX11.so.6
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Uname: Linux dhcp-37-195 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 
i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

** Affects: rdesktop (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] rdesktop crashed with SIGSEGV in XPutImage()
https://bugs.launchpad.net/bugs/109321
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 109321] Re: [apport] rdesktop crashed with SIGSEGV in XPutImage()

2007-04-23 Thread SteveG

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7392786/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7392787/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/7392788/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7392789/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7392790/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7392791/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/7392792/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/7392793/ThreadStacktrace.txt

-- 
[apport] rdesktop crashed with SIGSEGV in XPutImage()
https://bugs.launchpad.net/bugs/109321
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 79435] Re: printconf fails to install

2007-01-18 Thread SteveG
On Thu, 2007-01-18 at 22:47 +, Pascal De Vuyst wrote:
 Once an Ubuntu release has been completed and published, updates for it
 are only released under certain circumstances, and must follow a special
 procedure described here: https://wiki.ubuntu.com/StableReleaseUpdates.
 

OK, I would consider this a regression in functionality.


-- 
Steve Glasser [EMAIL PROTECTED]

-- 
printconf fails to install
https://launchpad.net/bugs/79435

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


[Bug 79435] printconf fails to install

2007-01-15 Thread SteveG
Public bug reported:

Binary package hint: printconf

printconf fails to install with the following error message: 
*** glibc detected *** double free or corruption (!prev): 0x08179528 ***
Unable to read printer database.  Please ensure the foomatic-db package is
installed properly.

This is a known bug reported in debian-bugs as #366254.  Per the debian package 
maintainers :
We believe that the bug you reported is fixed in the latest version of
foomatic-db-engine, which is due to be installed in the Debian FTP archive:

This bug does not exist in edgy because there is an updated foomatic-db-
engine package.  However dapper uses an older and broken version of
foomatic-db-engine.

** Affects: foomatic-gui (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
printconf fails to install
https://launchpad.net/bugs/79435

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


Re: [Bug 50971] Re: kdesu will not start apps

2006-12-13 Thread SteveG
On Wed, 2006-12-13 at 16:29 +, Paolo Sammicheli wrote:
 Hi SteveG, hi everybody
 
 Thanks for taking the time to report this bug.
 
 May you confirm us if that bug can be reproduced on edgy with all
 update? I can't reproduce it
 
 Thanks in advance
 
 
 ** Changed in: kdebase (Ubuntu)
  Assignee: (unassigned) = Paolo Sammicheli
Status: Unconfirmed = Needs Info
 

Greetings,

I just tested kdesu on edgy, and it seems to work.

Cheers, Steve G
-- 
Steve Glasser [EMAIL PROTECTED]

-- 
kdesu will not start apps
https://launchpad.net/bugs/50971

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


[Bug 41039] Re: automount of usb flash drive fails

2006-10-17 Thread SteveG
Sorry but I am unable to test this with Edgy.  I don't have a spare test
machine, and I can't afford to move production machines away from
dapper.

Cheers, Steve

-- 
automount of usb flash drive fails
https://launchpad.net/bugs/41039

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


[Bug 50971] kdesu will not start apps

2006-06-25 Thread SteveG
Public bug reported:

to reproduce: alt+F2  kdesu konqueror  input sudoers password
no output is visible in the gui, although 'ps axu | grep kdesu' shows more 
processes starting each time kdesu is run.  Below is the output of 'ps axu | 
grep kdesu' first before kdesu, then after 2 succeeding kdesu

[EMAIL PROTECTED]:~$ ps axu | grep kdesu
root 13187  0.0  0.0   1748   584 ?Ss   20:55   0:00 
/usr/bin/kdesu_stub -
steve13387  0.0  0.0   2884   816 pts/1S+   20:58   0:00 grep kdesu
[EMAIL PROTECTED]:~$ ps axu | grep kdesu
root 13187  0.0  0.0   1748   584 ?Ss   20:55   0:00 
/usr/bin/kdesu_stub -
steve13388  3.7  1.3  26232 13556 ?S20:59   0:00 kdesu konqueror
steve13390  0.0  0.2  16644  2696 ?S20:59   0:00 /usr/bin/kdesud
root 13392  0.0  0.0   2472   980 pts/2Ss+  20:59   0:00 /usr/bin/sudo 
-u root /usr/bin/ kdesu_stub -
root 13396  0.0  0.0   1748   588 pts/3Ss+  20:59   0:00 
/usr/bin/kdesu_stub -
steve13402  0.0  0.0   2876   796 pts/1R+   20:59   0:00 grep kdesu
[EMAIL PROTECTED]:~$ ps axu | grep kdesu
root 13187  0.0  0.0   1748   584 ?Ss   20:55   0:00 
/usr/bin/kdesu_stub -
steve13388  0.2  1.3  26232 13556 ?S20:59   0:00 kdesu konqueror
steve13390  0.0  0.3  16644  3112 ?S20:59   0:00 /usr/bin/kdesud
root 13392  0.0  0.0   2472   980 pts/2Ss+  20:59   0:00 /usr/bin/sudo 
-u root /usr/bin/ kdesu_stub -
root 13396  0.0  0.0   1748   588 pts/3Ss+  20:59   0:00 
/usr/bin/kdesu_stub -
steve13423  2.1  1.3  26240 13972 ?S21:03   0:00 kdesu konqueror
root 13425  0.0  0.0   2468   980 pts/7Ss+  21:03   0:00 /usr/bin/sudo 
-u root /usr/bin/ kdesu_stub -
root 13439  0.0  0.0   1752   592 pts/8Ss+  21:04   0:00 
/usr/bin/kdesu_stub -
steve13444  0.0  0.0   2880   796 pts/1R+   21:04   0:00 grep kdesu
[EMAIL PROTECTED]:~$

** Affects: kdebase (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
kdesu will not start apps
https://launchpad.net/bugs/50971

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


[Bug 50971] Re: kdesu will not start apps

2006-06-25 Thread SteveG
using kubuntu lts 6.06 with all updates;

-- 
kdesu will not start apps
https://launchpad.net/bugs/50971

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


[Bug 50971] Re: kdesu will not start apps

2006-06-25 Thread SteveG
further trial and error shows that konqueror is the only app that will
not open with kdesu.  Other apps do open, eg kate, kcontrol, etc.

-- 
kdesu will not start apps
https://launchpad.net/bugs/50971

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