[Bug 66060] Re: New kernel 2.6.17-10.33 with broken modules for a soundcard

2006-10-22 Thread Charlie Schluting
I'm seeing this too :(

~# dmesg |grep ice1
[17179591.82] ice1724: Invalid EEPROM version 1

And from lspci:

02:04.0 Multimedia audio controller: VIA Technologies Inc. VT1720/24 
[Envy24PT/HT] PCI Multi-Channel Audio Controller (rev 01)
Subsystem: VIA Technologies Inc. Albatron PX865PE 7.1
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- https://launchpad.net/bugs/66060

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


[Bug 66060] Re: New kernel 2.6.17-10.33 with broken modules for a soundcard

2006-10-23 Thread Charlie Schluting
I also note that this appears to affect more than just the snd_ice card.
My onboard Intel card (D865GBF board) outputs nothing as well.

All new with edgy.

-- 
New kernel 2.6.17-10.33 with broken modules for a soundcard
https://launchpad.net/bugs/66060

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


[Bug 67804] e100 driver used instead of e1000

2006-10-23 Thread Charlie Schluting
Public bug reported:

Binary package hint: nic-modules-2.6.17-10-386-di

I have an Intel D865GBF motherboard, with an edgy install.

It's using the e100 driver, instead of e1000. I can 'modprobe -r e100'
and 'modprobe e1000' without error, but no interfaces show up.

02:08.0 Ethernet controller: Intel Corporation 82562EZ 10/100 Ethernet 
Controller (rev 01)
Subsystem: Intel Corporation Desktop Board D865GBF
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- http://www.intel.com/products/motherboard/d865gbf/index.htm

 -Charlie

** Affects: linux-source-2.6.17 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
e100 driver used instead of e1000
https://launchpad.net/bugs/67804

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


[Bug 67804] Re: e100 driver used instead of e1000

2006-10-23 Thread Charlie Schluting
That really sucks!
But thank you for the response.

-- 
e100 driver used instead of e1000
https://launchpad.net/bugs/67804

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


Re: [Bug 67307] Re: EDGY RC, USB storage devices no longer mounted

2007-10-09 Thread Charlie Schluting

If people keep replying with unrelated issues, the devs will ignore this
even longer. At least, it'll make it harder to see at a glance what the
real issue is. Perhaps there's multiple issues in this bug, but _I
believe_ it the majority of the focus is on people who have LDAP users.

It has been over a year.. it's unfortunate that this problem isn't
impacting the single-user experience.

:(

On 10/9/07 9:59 AM, DavidMandala wrote:
> When I plugged in my USB storage device it was recognized as a USB
> device but not recognized as a storage device, it was never assigned a
> device.
> 
> I saw messages like:
> 
> [  154.708000] usb 5-3: new high speed USB device using ehci_hcd and address 4
> [  154.852000] usb 5-3: configuration #1 chosen from 1 choice
> 
> But it was never assigned a device.
> 
>  I rebooted the machine and it now was recognized as a storage device,
> but not mounted, when attempting to mount it manually I did:
> 
> sudo mkdir /media/sdb1
> sudo mount -t auto /dev/sdb1 /media/sdb1
> mount: you must specify the filesystem type
> Then I did
> sudo mount -t vfat /dev/sdb1 /media/sdb1
> and it mounted normally.
> 
> I am a local user on my laptop, it's an IBM T43
>

-- 
EDGY RC, USB storage devices no longer mounted
https://bugs.launchpad.net/bugs/67307
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 67307] Re: EDGY RC, USB storage devices no longer mounted

2007-10-09 Thread Charlie Schluting

That's not really directed at you.. I'm just pissed that they haven't
fixed this (or even commented).

"This" is specifically about LDAP users not being able to mount USB
devices. I'd guess your issue is a new bug, if it's reproducible with a
fresh install.

 -Charlie

On 10/9/07 10:35 AM, DavidMandala wrote:
> I sorry Charlie, where should I have logged this?  I'm new onboard and
> if I've done something incorrect or stupid, I'll be happy to correct it.
> 
> Thanks,
> 
> David
> 
> Charlie Schluting wrote:
>> If people keep replying with unrelated issues, the devs will ignore this
>> even longer. At least, it'll make it harder to see at a glance what the
>> real issue is. Perhaps there's multiple issues in this bug, but _I
>> believe_ it the majority of the focus is on people who have LDAP users.
>>
>> It has been over a year.. it's unfortunate that this problem isn't
>> impacting the single-user experience.
>>
>> :(
>>
>> On 10/9/07 9:59 AM, DavidMandala wrote:
>>> When I plugged in my USB storage device it was recognized as a USB
>>> device but not recognized as a storage device, it was never assigned a
>>> device.
>>>
>>> I saw messages like:
>>>
>>> [  154.708000] usb 5-3: new high speed USB device using ehci_hcd and 
>>> address 4
>>> [  154.852000] usb 5-3: configuration #1 chosen from 1 choice
>>>
>>> But it was never assigned a device.
>>>
>>>  I rebooted the machine and it now was recognized as a storage device,
>>> but not mounted, when attempting to mount it manually I did:
>>>
>>> sudo mkdir /media/sdb1
>>> sudo mount -t auto /dev/sdb1 /media/sdb1
>>> mount: you must specify the filesystem type
>>> Then I did
>>> sudo mount -t vfat /dev/sdb1 /media/sdb1
>>> and it mounted normally.
>>>
>>> I am a local user on my laptop, it's an IBM T43
>>>
> 
>

-- 
EDGY RC, USB storage devices no longer mounted
https://bugs.launchpad.net/bugs/67307
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 67307] Re: EDGY RC, USB storage devices no longer mounted

2007-10-01 Thread Charlie Schluting
rothchild wrote:
> All is well (for me at least), USB automounting now working properly for
> both hard-drive and pendrives.
> 

Are you using LDAP? What version of Ubuntu??

 -Charlie

-- 
EDGY RC, USB storage devices no longer mounted
https://bugs.launchpad.net/bugs/67307
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 67307] Re: EDGY RC, USB storage devices no longer mounted

2007-10-01 Thread Charlie Schluting
On 10/1/07 8:12 AM, rothchild wrote:
> Hi Charlie
> No I'm not using ldap and this is on Gutsy  (although I had problems with 
> feisty too) it just started working after todays update.
> 
> Child
> 

Oh..
It has worked all along (for most people) as long as all your users are
"local." The jist of this bug is that it hasn't worked with LDAP users
since Dapper.

 -Charlie

-- 
EDGY RC, USB storage devices no longer mounted
https://bugs.launchpad.net/bugs/67307
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 67307] Re: EDGY RC, USB storage devices no longer mounted

2007-09-18 Thread Charlie Schluting
This is a major problem - USB device mounting is apparently a life-and-
death situation for some of our students here. Just a "me too" post, I
guess. I'd appreciate a status update.

Thanks!

-- 
EDGY RC, USB storage devices no longer mounted
https://bugs.launchpad.net/bugs/67307
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 67307] Re: EDGY RC, USB storage devices no longer mounted

2007-09-19 Thread Charlie Schluting
On 9/19/07 6:39 AM, LuisM wrote:
> I was beaten by this same bug, the solution is "USB needs more power".
> Now, I dunno if the new driver (or the version used by Ubuntu kernels
> have something to do)
> 
> In my case, I just plugged the device in the USB ports behind my
> computer (not in front) and everything just worked.
> 

That would be a different bug, then :)

This problem is when:
a) you use anything newer than dapper
b) your users aren't local - they're in LDAP.

It's completely reproducible with all USB Mass Storage devices,
regardless whether or not it's a clean edgy/feisty install or an upgrade.

 -Charlie

-- 
EDGY RC, USB storage devices no longer mounted
https://bugs.launchpad.net/bugs/67307
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 67307] Re: EDGY/GUTSY, USB storage devices no longer mounted for LDAP users

2007-11-21 Thread Charlie Schluting
Most people agree, I'd think. It isn't really acceptable to put 10,000+
users, for example, in a single group and keep it updated.

 -Charlie

-- 
EDGY RC, USB storage devices no longer mounted
https://bugs.launchpad.net/bugs/67307
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 542334] Re: boot fails [...] ureadahead [...] terminated with status 5

2010-06-04 Thread Charlie Schluting
Weird. Reinstalling ureadahead certainly does fix it.

-- 
boot fails [...] ureadahead [...] terminated with status 5
https://bugs.launchpad.net/bugs/542334
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 653390] [NEW] Xorg uses 100% CPU in unity / ubuntu-une

2010-10-01 Thread Charlie Schluting
Public bug reported:

When I fire up Unity, it's basically unusable. 100% CPU usage by the Xorg 
process. I've seen reports of mutter eating CPU like crazy, but mutter seems 
well behaved here. It seems to be all CPU, i.e. no I/O going crazy. Sorry, I 
don't have much more information.
I tried to strace it once and locked up my laptop :)

Using the flgrx driver, because radeon(4) doesn't support 3d on my video
card.

Can't find anything useful in syslog or the X logs..

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xserver-xorg-core 2:1.9.0-0ubuntu7
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: fglrx wl
Architecture: amd64
Date: Fri Oct  1 19:17:07 2010
DkmsStatus:
 bcmwl, 5.60.48.36+bdcom, 2.6.35-22-generic, x86_64: installed 
 fglrx, 8.780, 2.6.35-22-generic, x86_64: installed
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/Xorg
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
MachineType: Dell Inc. Studio 1458
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=34b4c09b-0db3-4d16-9762-2216424b2ebf ro
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
SourcePackage: xorg-server
dmi.bios.date: 04/13/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 0133D9
dmi.board.vendor: Dell Inc.
dmi.board.version: A04
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A04
dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd04/13/2010:svnDellInc.:pnStudio1458:pvrA04:rvnDellInc.:rn0133D9:rvrA04:cvnDellInc.:ct8:cvrA04:
dmi.product.name: Studio 1458
dmi.product.version: A04
dmi.sys.vendor: Dell Inc.
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   x86_64
 kernel: 2.6.35-22-generic

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


** Tags: amd64 apport-bug maverick ubuntu-une unity

-- 
Xorg uses 100% CPU in unity / ubuntu-une
https://bugs.launchpad.net/bugs/653390
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 653390] Re: Xorg uses 100% CPU in unity / ubuntu-une

2010-10-01 Thread Charlie Schluting

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

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

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

** Attachment added: "GdmLog.txt"
   https://bugs.launchpad.net/bugs/653390/+attachment/1665380/+files/GdmLog.txt

** Attachment added: "GdmLog1.txt"
   https://bugs.launchpad.net/bugs/653390/+attachment/1665381/+files/GdmLog1.txt

** Attachment added: "GdmLog2.txt"
   https://bugs.launchpad.net/bugs/653390/+attachment/1665382/+files/GdmLog2.txt

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

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

** Attachment added: "PciDisplay.txt"
   
https://bugs.launchpad.net/bugs/653390/+attachment/1665385/+files/PciDisplay.txt

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

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

** Attachment added: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/653390/+attachment/1665388/+files/ProcMaps.txt

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

** Attachment added: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/653390/+attachment/1665390/+files/ProcStatus.txt

** Attachment added: "RelatedPackageVersions.txt"
   
https://bugs.launchpad.net/bugs/653390/+attachment/1665391/+files/RelatedPackageVersions.txt

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

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

** Attachment added: "XorgConf.txt"
   
https://bugs.launchpad.net/bugs/653390/+attachment/1665394/+files/XorgConf.txt

** Attachment added: "XorgLog.txt"
   https://bugs.launchpad.net/bugs/653390/+attachment/1665395/+files/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/653390/+attachment/1665396/+files/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/653390/+attachment/1665397/+files/Xrandr.txt

** Attachment added: "monitors.xml.txt"
   
https://bugs.launchpad.net/bugs/653390/+attachment/1665398/+files/monitors.xml.txt

** Attachment added: "peripherals.txt"
   
https://bugs.launchpad.net/bugs/653390/+attachment/1665399/+files/peripherals.txt

** Attachment added: "setxkbmap.txt"
   
https://bugs.launchpad.net/bugs/653390/+attachment/1665400/+files/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/653390/+attachment/1665401/+files/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   https://bugs.launchpad.net/bugs/653390/+attachment/1665402/+files/xkbcomp.txt

-- 
Xorg uses 100% CPU in unity / ubuntu-une
https://bugs.launchpad.net/bugs/653390
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 681831] Re: screen should at most Suggests: byobu

2010-12-03 Thread Charlie Schluting
I don't know anyone that would expect/want byobu to be installed along with 
screen. 
This doesn't make any sense to me either, sorry :)

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

Title:
  screen should at most Suggests: byobu

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


[Bug 617192] Re: [maverick-beta] Disabled menu items unreadable

2010-09-24 Thread Charlie Schluting
"should be readable" you say? I agree :)

They are not even close to readable. On multiple displays I've tried,
and even my laptop with the brightness turned all the way up. Add the
CPU Frequency monitor to your panel, and try to read the numbers
displayed (enable "show frequency units"). It's not even possible to
read them.

-- 
[maverick-beta] Disabled menu items unreadable
https://bugs.launchpad.net/bugs/617192
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 653390] Re: Xorg uses 100% CPU in unity / ubuntu-une

2011-02-28 Thread Charlie Schluting
Works fine in natty, since unity works with the radeon driver.
This issues may still exist using fglrx, but I can't test that as fglrx isn't 
working on natty yet.

In fact, I don't need fglrx any more (yay) since compiz seems well-
behaved with radeon(4), on my hardware. Marking 'invalid' from this
point of view.


** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Xorg uses 100% CPU in unity / ubuntu-une

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


[Bug 599872] [NEW] U1 client fails to connect or .. anything

2010-06-29 Thread Charlie Schluting
Public bug reported:

Binary package hint: ubuntuone-client

Client stopped being able to connect. This is what I see:
http://www.ubuntu-pics.de/bild/92836/ubuntu_one_preferences_001_OM5lpu.png

I can 'restart' is in the devices tab, then the 'connect' button becomes
available. Clicking connect, it says 'syncing..' briefly and then goes
back to a disconnected state. No devices show up in the device list,
where previously my laptop was listed 3-5 times.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ubuntuone-client 1.2.2-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Jun 29 09:46:54 2010
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: ubuntuone-client
UbuntuOneUserSyncdaemonConfig:
 [bandwidth_throttling]
 read_limit = 2097152
 write_limit = 2097152
 on = False

** Affects: ubuntuone-client (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
U1 client fails to connect or .. anything
https://bugs.launchpad.net/bugs/599872
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 599872] Re: U1 client fails to connect or .. anything

2010-06-29 Thread Charlie Schluting

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

** Attachment added: "UbuntuOneClientPackages.txt"
   http://launchpadlibrarian.net/51122783/UbuntuOneClientPackages.txt

** Attachment added: "UbuntuOneOAuthLoginLog.txt"
   http://launchpadlibrarian.net/51122784/UbuntuOneOAuthLoginLog.txt

** Attachment added: "UbuntuOnePreferencesLog.txt"
   http://launchpadlibrarian.net/51122785/UbuntuOnePreferencesLog.txt

** Attachment added: "UbuntuOneSyncdaemonExceptionsLog.txt"
   http://launchpadlibrarian.net/51122787/UbuntuOneSyncdaemonExceptionsLog.txt

-- 
U1 client fails to connect or .. anything
https://bugs.launchpad.net/bugs/599872
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 599872] Re: U1 client fails to connect or .. anything

2010-06-30 Thread Charlie Schluting
I'm running 1.2.2-0ububtu2.

The workaround they told me in the bar last night for "invalid token"
(in the attached debug log) is to: kill the ubuntuone-login and
syncdaemon processes and remove the ubuntuone token from GNOME keyring.
Then, the UbuntuOne client let me re-add this computer and things are
working again.

Not sure why my token became invalid.

-- 
U1 client fails to connect or .. anything
https://bugs.launchpad.net/bugs/599872
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 663090] Re: Please raise file descriptor hard limit to 4096 (but keep soft limit at 1024)

2011-03-08 Thread Charlie Schluting
+1 
this low limit bites server users all the time..

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

Title:
  Please raise file descriptor hard limit to 4096 (but keep soft limit
  at 1024)

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


[Bug 710755] Re: compiz crashed with SIGSEGV in _mesa_generate_mipmap()

2011-02-07 Thread Charlie Schluting
Yep, alt-tab, same here. Running compiz
1:0.9.2.1+glibmainloop4-0ubuntu9.

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

Title:
  compiz crashed with SIGSEGV in _mesa_generate_mipmap()

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


[Bug 574296] Re: Gnome theme not applied on session start

2011-02-07 Thread Charlie Schluting
The above workaround didn't help me. Core i7 & SSD.

The daemon doesn't crash - it requires a SIGKILL and then manual re-
launching. This happens *every* time I login, in natty.

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

Title:
  Gnome theme not applied on session start

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


[Bug 574296] Re: Gnome theme not applied on session start

2011-02-07 Thread Charlie Schluting
Also, if you send SIGTERM, the process just does this over and over:
write(2, "\n(gnome-settings-daemon:3263): G"..., 116) = 116
write(2, "\n(gnome-settings-daemon:3263): G"..., 113) = 113
write(2, "\n(gnome-settings-daemon:3263): G"..., 116) = 116
write(2, "\n(gnome-settings-daemon:3263): G"..., 113) = 113
write(2, "\n(gnome-settings-daemon:3263): G"..., 116) = 116

A trace of the misbehaving gnome-settings-daemon looks the same as a 
functioning one, sadly :(
(it's just polling various file descriptors)

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

Title:
  Gnome theme not applied on session start

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


[Bug 717537] Re: fglrx : Depends: xserver-xorg-core but it is not going to be installed

2011-02-11 Thread Charlie Schluting


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

Title:
   fglrx : Depends: xserver-xorg-core but it is not going to be
  installed

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


[Bug 717537] [NEW] fglrx : Depends: xserver-xorg-core but it is not going to be installed

2011-02-11 Thread Charlie Schluting
Public bug reported:

Not installable yet in natty. This made me cry a little.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: fglrx (not installed)
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,scale,session,unityshell]
CompositorRunning: compiz
DRM.card0.HDMI.A.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1366x768 1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
 edid-base64:
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
Date: Fri Feb 11 18:38:55 2011
DistUpgraded: Yes, recently upgraded Log time: 2011-02-04 20:18:01.054852
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 5.100.82.38+bdcom, 2.6.38-1-generic, x86_64: installed 
 bcmwl, 5.100.82.38+bdcom, 2.6.35-26-generic, x86_64: installed
EcryptfsInUse: Yes
GraphicsCard:   Subsystem: Dell Device [1028:0414]
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
MachineType: Dell Inc. Studio 1458
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/usr/bin/zsh
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic 
root=UUID=34b4c09b-0db3-4d16-9762-2216424b2ebf ro vga=792 splash
Renderer: Hardware acceleration
SourcePackage: fglrx-installer
dmi.bios.date: 01/07/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A02
dmi.board.name: 0205RN
dmi.board.vendor: Dell Inc.
dmi.board.version: A02
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A02
dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd01/07/2010:svnDellInc.:pnStudio1458:pvrA02:rvnDellInc.:rn0205RN:rvrA02:cvnDellInc.:ct8:cvrA02:
dmi.product.name: Studio 1458
dmi.product.version: A02
dmi.sys.vendor: Dell 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-1ubuntu6
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu4

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9.2 natty running-unity ubuntu

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

Title:
   fglrx : Depends: xserver-xorg-core but it is not going to be
  installed

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


[Bug 616878] Re: bzr commit error because of no identity

2011-02-02 Thread Charlie Schluting
After discussing with lamont, we think trusting mailname is fine (by
default).. provided that it won't require us to set an option to enable
that behaivor.

Can this be in v2.3?

Thanks!
 -Charlie

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

Title:
  bzr commit error because of no identity

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


[Bug 704231] Re: Unity steals modifier key

2011-02-16 Thread Charlie Schluting
Likewise - I never realized how much I use this, until I switched to
unity and was unable to zoom or launch gnome-do.

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

Title:
  Unity steals  modifier key

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


[Bug 255226] Re: sysklogd doesn't use logrotate

2011-02-17 Thread Charlie Schluting
+1 the original bug report. We need one definitive place to configure
rotation and permissions..

** Changed in: sysklogd (Ubuntu)
   Status: New => Confirmed

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

Title:
  sysklogd doesn't use logrotate

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


[Bug 730976] Re: Missing support for animated menu icons: "Could not handle image type 6"

2011-05-31 Thread Charlie Schluting
The same thing currently happens when attempting to post to ping.fm.

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

Title:
  Missing support for animated menu icons: "Could not handle image type
  6"

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


[Bug 574296] Re: Gnome theme not applied on session start

2011-04-26 Thread Charlie Schluting
** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Low => High

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

Title:
  Gnome theme not applied on session start

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


[Bug 750703] Re: Keyboard shortucts not working all the time

2011-04-26 Thread Charlie Schluting
Confirmed - I experienced this just now, and it's not just after
restarting gdm (which I did because the mouse stopped worked, heh).
After a full restart, I no longer have shortcut keys for anything but
"s, a, f, t", i.e. there are no numbered application shortcuts.

Just before the reboot (where this behavior persisted), I performed a 
dist-upgrade to make sure everything was current.
3.8.10-0ubuntu2

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

Title:
  Keyboard shortucts not working all the time

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


[Bug 759990] [NEW] gnome-terminal ignores default browser

2011-04-13 Thread Charlie Schluting
Public bug reported:

Binary package hint: gnome-terminal

Since upgrading to natty (running unity), linked opened in gnome-
terminal open in Firefox, regardless of my default browser being chrome.

gnome-terminal
2.32.1-0ubuntu3

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

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

Title:
  gnome-terminal ignores default browser

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


[Bug 657338] Re: Special function keys and lid events don't work after first suspend/resume

2011-04-22 Thread Charlie Schluting
Studio 1458, latest Natty, this is all working properly for me too.

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

Title:
  Special function keys and lid events don't work after first
  suspend/resume

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


[Bug 630346] Re: f-spot import fatal error: "Filename path must be absolute"

2010-10-06 Thread Charlie Schluting
*** This bug is a duplicate of bug 617399 ***
https://bugs.launchpad.net/bugs/617399

** This bug has been marked a duplicate of bug 617399
   "Filename path must be absolute" error when opening image with "F-Spot Photo 
Manager"
 * You can subscribe to bug 617399 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/f-spot/+bug/617399/+subscribe

-- 
f-spot import fatal error: "Filename path must be absolute"
https://bugs.launchpad.net/bugs/630346
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 410079] Re: Hibernate/Suspend commands do not work in Ubuntu Karmic

2010-10-15 Thread Charlie Schluting
Broken in Maverick.

-- 
Hibernate/Suspend commands do not work in Ubuntu Karmic
https://bugs.launchpad.net/bugs/410079
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 657338] Re: Special function keys and lid events don't work after first suspend/resume

2010-10-15 Thread Charlie Schluting
Same problem with a Studio 1458, i7 proc.

-- 
Special function keys and lid events don't work after first suspend/resume
https://bugs.launchpad.net/bugs/657338
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 646463] [NEW] tomboy crash System.DllNotFoundException: libappindicator.so.0

2010-09-23 Thread Charlie Schluting
Public bug reported:

Binary package hint: tomboy

Looks like libappindicator.so.0 disappeared today, and this needs to be
built against .so.1?

Unhandled Exception: System.TypeInitializationException: An exception was 
thrown by the type initializer for AppIndicator.ApplicationIndicator ---> 
System.DllNotFoundException: libappindicator.so.0
  at (wrapper managed-to-native) 
AppIndicator.ApplicationIndicator:app_indicator_get_type ()
  at AppIndicator.ApplicationIndicator.get_GType () [0x0] in :0 
  at GtkSharp.AppindicatorSharp.ObjectManager.Initialize () [0x0] in 
:0 
  at AppIndicator.ApplicationIndicator..cctor () [0x0] in :0 
  --- End of inner exception stack trace ---
  at Tomboy.TomboyIndicatorTray..ctor (Tomboy.NoteManager manager) [0x0] in 
:0 
  at Tomboy.Tomboy.StartTrayIcon () [0x0] in :0 
  at Tomboy.Tomboy.Main (System.String[] args) [0x0] in :0 
zsh: exit 1 tomboy

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: tomboy 1.3.4-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-20.29-generic 2.6.35.4
Uname: Linux 2.6.35-20-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Sep 23 16:16:24 2010
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/zsh
SourcePackage: tomboy

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


** Tags: amd64 apport-bug maverick

-- 
tomboy crash System.DllNotFoundException: libappindicator.so.0
https://bugs.launchpad.net/bugs/646463
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 646463] Re: tomboy crash System.DllNotFoundException: libappindicator.so.0

2010-09-23 Thread Charlie Schluting

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

-- 
tomboy crash System.DllNotFoundException: libappindicator.so.0
https://bugs.launchpad.net/bugs/646463
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 581284] Re: ath5k kernel panic

2010-06-20 Thread Charlie Schluting
Huh, running linux-backports-modules-wireless-2.6.32-23-generic on my
thinkpad T60 stopped the panics for me (so far, ~8 hours of use, when
I'd normally panic in less than ~15 mins).

-- 
ath5k kernel panic
https://bugs.launchpad.net/bugs/581284
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 581284] Re: ath5k kernel panic

2010-06-22 Thread Charlie Schluting
Scratch that comment about wireless backports. It's seemingly a bit
harder to trigger now (for me), but it just happened again, as Jan said.

-- 
ath5k kernel panic
https://bugs.launchpad.net/bugs/581284
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 586546] Re: Byobu should be enabled by default for initial login to Ubuntu Server

2010-07-07 Thread Charlie Schluting
-1 ...fully agree with Clint (and love the BMW references). Another
opinion is that byobu is unnecessary, and ugly.

*sigh* This is they type of stuff that makes long-time sysadmins say
horrible things like "Ubuntu is a desktop OS." Really, I'm not trying to
be a troll here… I'm sure many people disagree, but I believe the anti-
byobu contingent is large enough that this would offend too many.

-- 
Byobu should be enabled by default for initial login to Ubuntu Server
https://bugs.launchpad.net/bugs/586546
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 633361] [NEW] C-Media USB headset not working in maverick

2010-09-08 Thread Charlie Schluting
Public bug reported:

Binary package hint: pulseaudio

This device is a generic Plantronics USB headset:

generic-usb 0003:0D8C:0008.0009: input,hidraw3: USB HID v1.00 Device
[C-Media USB Audio Device   ]

It's failing to work on Maverick. When starting Ekiga and placing a
call, I'll often get "cannot open device" errors. Re-connecting the USB
adapter does not work (I generally restart Ekiga after doing so, too). I
was able to get it working, finally, by restarting pulseaudio a few
times, then starting ekiga, and then un/re-plugging in the USB adapter.
Before I restart pulse, the USB output and input devices were not
showing up in padevchooser. Even after they did, it took a few restarts
and lots of futzing with to get it working again.

The only thing I found in logs:
Sep  8 09:46:42 polt pulseaudio[11227]: alsa-util.c: Got POLLNVAL from ALSA
Sep  8 09:46:42 polt pulseaudio[11227]: alsa-util.c: Could not recover from 
POLLERR|POLLNVAL|POLLHUP with snd_pcm_prepare(): No such device
Sep  8 09:46:42 polt pulseaudio[11227]: alsa-util.c: Could not recover from 
POLLERR|POLLNVAL|POLLHUP and XRUN: File descriptor in bad state

Using:
ii  pulseaudio 1:0.9.22~0.9.21+stable-que PulseAudio sound 
server

This always worked perfectly in Lucid.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu17
ProcVersionSignature: Ubuntu 2.6.35-20.29-generic 2.6.35.4
Uname: Linux 2.6.35-20-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  charlie   12667 F pulseaudio
 /dev/snd/controlC3:  charlie   12667 F pulseaudio
 /dev/snd/controlC0:  charlie   12667 F pulseaudio
 /dev/snd/controlC1:  charlie   12667 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf070 irq 73'
   Mixer name   : 'Analog Devices AD1981'
   Components   : 'HDA:11d41981,1014032b,00100200'
   Controls  : 33
   Simple ctrls  : 19
Card1.Amixer.info:
 Card hw:1 'U0x46d0x802'/'USB Device 0x46d:0x802 at usb-:00:1d.2-2, full 
speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB046d:0802'
   Controls  : 2
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'Mic',0
   Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
   Capture channels: Mono
   Limits: Capture 0 - 6144
   Mono: Capture 6144 [100%] [30.00dB] [on]
Card2.Amixer.info:
 Card hw:2 'default'/'C-Media USB Audio Deviceat usb-:00:1d.7-4.4, full 
speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB0d8c:0008'
   Controls  : 5
   Simple ctrls  : 3
Card3.Amixer.info:
 Card hw:3 'Audigy'/'SB Audigy 1 [SB0090] (rev.3, serial:0x511102) at 0x2000, 
irq 16'
   Mixer name   : 'TriTech TR28602'
   Components   : 'AC97a:54524123'
   Controls  : 194
   Simple ctrls  : 30
Date: Wed Sep  8 09:49:34 2010
ExecutablePath: /usr/bin/pulseaudio
ProcEnviron:
 SHELL=/bin/zsh
 PATH=(custom, user)
 LANG=en_US.utf8
SourcePackage: pulseaudio
XsessionErrors:
 (polkit-gnome-authentication-agent-1:1625): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:1605): GConf-CRITICAL **: gconf_value_free: assertion `value != 
NULL' failed
 (nm-applet:1630): Gdk-CRITICAL **: 
IA__gdk_window_thaw_toplevel_updates_libgtk_only: assertion 
`private->update_and_descendants_freeze_count > 0' failed
 (Tomboy:1634): Gtk-WARNING **: Inserting action group 'Notebooks' into UI 
manager which already has a group with this name
dmi.bios.date: 12/06/2007
dmi.bios.vendor: IBM
dmi.bios.version: IBM BIOS Version 1.42-[C3E142AUSS11420]-
dmi.board.name: 9228
dmi.board.vendor: IBM
dmi.board.version: SVT
dmi.chassis.asset.tag: 12345678901234567890123456789012
dmi.chassis.type: 7
dmi.chassis.vendor: IBM
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnIBM:bvrIBMBIOSVersion1.42-[C3E142AUSS11420]-:bd12/06/2007:svnIBM:pn9228MC1:pvrSVT:rvnIBM:rn9228:rvrSVT:cvnIBM:ct7:cvrN/A:
dmi.product.name: 9228MC1
dmi.product.version: SVT
dmi.sys.vendor: IBM

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


** Tags: amd64 apport-bug maverick

-- 
C-Media USB headset not working in maverick
https://bugs.launchpad.net/bugs/633361
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 633361] Re: C-Media USB headset not working in maverick

2010-09-08 Thread Charlie Schluting

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

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

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

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

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

** Attachment added: "Card0.Codecs.codec.2.txt"
   
https://bugs.launchpad.net/bugs/633361/+attachment/1557569/+files/Card0.Codecs.codec.2.txt

** Attachment added: "Card2.Amixer.values.txt"
   
https://bugs.launchpad.net/bugs/633361/+attachment/1557570/+files/Card2.Amixer.values.txt

** Attachment added: "Card3.Amixer.values.txt"
   
https://bugs.launchpad.net/bugs/633361/+attachment/1557571/+files/Card3.Amixer.values.txt

** Attachment added: "Card3.Codecs.codec97.0.ac97.0.0.txt"
   
https://bugs.launchpad.net/bugs/633361/+attachment/1557572/+files/Card3.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: "Card3.Codecs.codec97.0.ac97.0.0.regs.txt"
   
https://bugs.launchpad.net/bugs/633361/+attachment/1557573/+files/Card3.Codecs.codec97.0.ac97.0.0.regs.txt

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

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

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

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

** Attachment added: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/633361/+attachment/1557578/+files/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/633361/+attachment/1557579/+files/ProcStatus.txt

-- 
C-Media USB headset not working in maverick
https://bugs.launchpad.net/bugs/633361
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 544639] Re: evince doesn't remember the window size

2010-09-07 Thread Charlie Schluting
Regression is still there in 2.31.90-0ubuntu2 on Maverick.

-- 
evince doesn't remember the window size
https://bugs.launchpad.net/bugs/544639
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 573748] Re: [MASTER] fglrx does not build on 2.6.33 kernel and higher

2010-09-02 Thread Charlie Schluting
Building initial module for 2.6.35-19-generic

Error! Bad return status for module build on kernel: 2.6.35-19-generic
(x86_64)

make.log:

AMD kernel module generator version 2.1
cat: /lib/modules/2.6.35-19-generic/build/include/linux/utsrelease.h: No such 
file or directory

-- 
[MASTER] fglrx does not build on 2.6.33 kernel and higher
https://bugs.launchpad.net/bugs/573748
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 629235] [NEW] cpu frequency scaling applet doesn't retain settings

2010-09-02 Thread Charlie Schluting
Public bug reported:

Binary package hint: gnome-applets

After logout or reboot, CPU frequency settings (configured via the GNOME
applet) generally revert to "performance" rather than "ondemand," which
is what I always set it to. This setting should be persistent.

Maverick beta, amd64, happened in Lucid too.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-applets 2.30.0-3ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-19.28-generic 2.6.35.3
Uname: Linux 2.6.35-19-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Thu Sep  2 19:42:03 2010
EcryptfsInUse: Yes
ExecutablePath: /usr/lib/gnome-applets/cpufreq-applet
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
ProcEnviron:
 LANG=en_US.utf8
 PATH=(custom, user)
 SHELL=/usr/bin/zsh
SourcePackage: gnome-applets
XsessionErrors:
 (polkit-gnome-authentication-agent-1:1861): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (bluetooth-applet:1862): Gtk-CRITICAL **: IA__gtk_widget_set_sensitive: 
assertion `GTK_IS_WIDGET (widget)' failed
 (nautilus:1860): GConf-CRITICAL **: gconf_value_free: assertion `value != 
NULL' failed
 (Tomboy:1865): Gtk-WARNING **: Inserting action group 'Notebooks' into UI 
manager which already has a group with this name

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


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

-- 
cpu frequency scaling applet doesn't retain settings
https://bugs.launchpad.net/bugs/629235
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 629235] Re: cpu frequency scaling applet doesn't retain settings

2010-09-02 Thread Charlie Schluting

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

** Attachment added: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/629235/+attachment/1538592/+files/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/629235/+attachment/1538593/+files/ProcStatus.txt

-- 
cpu frequency scaling applet doesn't retain settings
https://bugs.launchpad.net/bugs/629235
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 617192] Re: [maverick-beta] Disabled menu items unreadable

2010-09-03 Thread Charlie Schluting
+1

This is even worse in Maverick than it was in Lucid. It seems the
separators (in tomboy notes, messaging, etc) are now smaller and almost
the same color as the background.

-- 
[maverick-beta] Disabled menu items unreadable
https://bugs.launchpad.net/bugs/617192
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 630346] [NEW] f-spot import fatal error: "Filename path must be absolute"

2010-09-04 Thread Charlie Schluting
Public bug reported:

Binary package hint: f-spot

Trying to import from my Canon G11, in Maverick, I now get:

f-spot import fatal error: "Filename path must be absolute"

Details:


An unhandled exception was thrown: Filename path must be absolute

  at Hyena.SafeUri.FilenameToUri (System.String localPath) [0x0] in 
:0 
  at Hyena.SafeUri..ctor (System.String uri) [0x0] in :0 
  at FSpot.App.HandleImport (System.String path) [0x0] in :0 
  at FSpot.App.Import (System.String path) [0x0] in :0 
  at FSpot.Driver.Startup () [0x0] in :0 
  at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler 
startup) [0x0] in :0 

.NET Version: 2.0.50727.1433
OS Version: Unix 2.6.35.19

Assembly Version Information:

FSpot.Exporters.Folder (0.7.0.0)
FSpot.Tools.HashJob (0.7.0.0)
FSpot.Tools.RetroactiveRoll (0.7.0.0)
FSpot.Tools.ScreensaverConfig (0.7.0.0)
FSpot.Exporters.Gallery (0.7.0.0)
FSpot.Exporters.Flickr (0.7.0.0)
FSpot.Exporters.CD (0.7.0.0)
FSpot.Exporters.PicasaWeb (0.7.0.0)
FSpot.Exporters.SmugMug (0.7.0.0)
gio-sharp (2.14.0.0)
glade-sharp (2.12.0.0)
FSpot.Bling (0.7.0.0)
TagLib (0.7.0.0)
pango-sharp (2.12.0.0)
FSpot.Query (0.7.0.0)
gtk-sharp-beans (2.14.0.0)
gnome-sharp (2.24.0.0)
System.Transactions (2.0.0.0)
System.Data (2.0.0.0)
Mono.Data.Sqlite (0.7.0.0)
Hyena.Data.Sqlite (0.7.0.0)
FSpot.JobScheduler (0.7.0.0)
System.Core (3.5.0.0)
unique-sharp (1.0.0.0)
System.Configuration (2.0.0.0)
FSpot.Gui (0.7.0.0)
System.Xml (2.0.0.0)
Mono.Addins (0.4.0.0)
Mono.Addins.Setup (0.4.0.0)
gconf-sharp (2.24.0.0)
Hyena.Gui (0.7.0.0)
atk-sharp (2.12.0.0)
System (2.0.0.0)
gtk-sharp (2.12.0.0)
FSpot.Cms (0.7.0.0)
FSpot.Core (0.7.0.0)
FSpot.Platform (0.7.0.0)
Mono.Posix (2.0.0.0)
gdk-sharp (2.12.0.0)
Hyena (0.7.0.0)
glib-sharp (2.12.0.0)
FSpot.Utils (0.7.0.0)
f-spot (0.7.0.0)
mscorlib (2.0.0.0)

Platform Information: Linux 2.6.35-19-generic x86_64 unknown GNU/Linux

Disribution Information:

[/etc/lsb-release]
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.10
DISTRIB_CODENAME=maverick
DISTRIB_DESCRIPTION="Ubuntu maverick (development branch)"

[/etc/debian_version]
squeeze/sid

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: f-spot 0.7.2-1
ProcVersionSignature: Ubuntu 2.6.35-19.28-generic 2.6.35.3
Uname: Linux 2.6.35-19-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sat Sep  4 10:31:25 2010
ExecutablePath: /usr/bin/f-spot-import
InterpreterPath: /bin/bash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/zsh
SourcePackage: f-spot

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

-- 
f-spot import fatal error: "Filename path must be absolute"
https://bugs.launchpad.net/bugs/630346
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 630346] Re: f-spot import fatal error: "Filename path must be absolute"

2010-09-04 Thread Charlie Schluting

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

** Attachment added: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/630346/+attachment/1543656/+files/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/630346/+attachment/1543657/+files/ProcStatus.txt

-- 
f-spot import fatal error: "Filename path must be absolute"
https://bugs.launchpad.net/bugs/630346
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 630346] Re: f-spot import fatal error: "Filename path must be absolute"

2010-09-04 Thread Charlie Schluting
^ that was from clicking "Open F-Spot Photo Manager" in nautilus, after
connecting the camera.

If, instead, I open f-spot and select "Import", it lists my camera but
when selected I see a big red circle with a line through it instead of
image previews. Click import does nothing except close the window at
this point.

Running f-spot --debug, this is the transcript after trying the import:

[1 Debug 10:41:58.134] Received controller event: SourceChanged
[1 Debug 10:41:58.151] Received controller event: PhotoScanStarted
[1 Debug 10:41:58.211] Received controller event: PhotoScanFinished
[1 Debug 10:41:59.333] Received controller event: ImportStarted
[1 Debug 10:41:59.333] Received controller event: ImportFinished

Not very useful  :)

-- 
f-spot import fatal error: "Filename path must be absolute"
https://bugs.launchpad.net/bugs/630346
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 633361] Re: C-Media USB headset not working in maverick

2017-05-09 Thread Charlie Schluting
LOL... 7 years for a response to a bug talking about how a new release
broke something.
Sounds about right.

FYI, you'd be better off silently closing things like this.

On Tue, May 9, 2017 at 3:56 AM Daniel van Vugt <
daniel.van.v...@canonical.com> wrote:

> Thank you for reporting this bug to Ubuntu.
> Ubuntu 10.10 (maverick) reached end-of-life on April 10, 2012.
>
> See this document for currently supported Ubuntu releases:
> https://wiki.ubuntu.com/Releases
>
> Please upgrade to the latest version and re-test.
>
> ** Changed in: pulseaudio (Ubuntu)
>Status: Confirmed => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/633361
>
> Title:
>   C-Media USB headset not working in maverick
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/633361/+subscriptions
>

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

Title:
  C-Media USB headset not working in maverick

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

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


[Bug 1009674] [NEW] lvm2 disappears during upgrade from lucid to precise

2012-06-06 Thread Charlie Schluting
Public bug reported:

When upgrading to precise (from lucid), my server failed to boot up
completely (not using nobootwait) because the lvm2 package was missing.

A quick apt-get install fixed it.

Sorry, I didn't pay attention to dependencies, and I don't know when/why it was 
uninstalled.
I ran do-release-upgrade -d and selected default options (excluding some 
unrelated config file changes).

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

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

Title:
  lvm2 disappears during upgrade from lucid to precise

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

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


[Bug 1010216] [NEW] fontconfig fails lucid->precise upgrade

2012-06-07 Thread Charlie Schluting
Public bug reported:

do-release-upgrade -d failed, because:

Setting up fontconfig-config (2.8.0-3ubuntu9) ...
rmdir: failed to remove `/var/lib/defoma/fontconfig.d/': Directory not empty
dpkg: error processing fontconfig-config (--configure):
 subprocess installed post-installation script returned error exit status 1

...which results in 20 other dependencies failing to upgrade.
removing the mentioned directory allowed a clean dpkg --configure to continue.

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

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

Title:
  fontconfig fails lucid->precise upgrade

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

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


[Bug 1010216] Re: fontconfig fails lucid->precise upgrade

2012-07-11 Thread Charlie Schluting
This should be marked Critical, please. Failure to upgrade, eep!

** Changed in: fontconfig (Ubuntu)
   Status: New => Confirmed

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

Title:
  fontconfig fails lucid->precise upgrade

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

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


[Bug 624877] Re: INFO: task dpkg:23317 blocked for more than 120 seconds.

2012-03-05 Thread Charlie Schluting
+1 - this is happening to me as well, on EBS root EC2 instances that do
a *lot* of I/O. Please, this needs to be backported.

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

Title:
  INFO: task dpkg:23317 blocked for more than 120 seconds.

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

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


[Bug 844347] [NEW] mumble in oneiric hangs when connecting, or using audio wizard...

2011-09-07 Thread Charlie Schluting
Public bug reported:

After upgrading to oneiric and mumble 1.2.3-2ubuntu2, it hangs when
attempting to connect to a server.

When I start mumble, I get the following errors:
PulseAudio: Starting input 
alsa_input.usb-0d8c_C-Media_USB_Audio_Device-00-default.analog-mono
PulseAudio: Stream error: No such entity
PulseAudio: Starting output: 
alsa_output.usb-0d8c_C-Media_USB_Audio_Device-00-default.analog-stereo
PulseAudio: Stream error: No such entity

If I click to connect to a server, it just hangs with no further debug
output.

I canceled that, and tried again.. this time entering the audio wizard
first. After the first screen where you select the sound subsystem (I
left PulseAudio as the default choice), I click next and mumble hangs
again with no further output.

When it entered the audio wizard, mumble emitted thusly:
AudioInput: 59700 bits/s, 48000 hz, 480 sample CELT
AudioInput: 59700 bits/s, 48000 hz, 480 sample CELT

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

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

Title:
  mumble in oneiric hangs when connecting, or using audio wizard...

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

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


[Bug 792636] Re: Power section no longer allows configuration of "when the lid is closed" action in Oneiric

2011-09-08 Thread Charlie Schluting
I too am keenly interested in getting this back in the UI, as my bug #
840089 was determined invalid.

In my opinion gnome-tweak, gsettings hacking, etc is not relevant, as
this is an easy to understand (and desired) setting for many people --
and it existed in Natty :)

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

Title:
  Power section no longer allows configuration of "when the lid is
  closed" action in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/792636/+subscriptions

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


[Bug 795355] Re: Intermittent SSL connection faults

2011-09-08 Thread Charlie Schluting
The natty->lucid backport was completed (and installed on oem-ibs), and
the same issue was experienced again yesterday.

What other information/testing can IS provide?

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

Title:
  Intermittent SSL connection faults

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

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


[Bug 845909] [NEW] Keyboard preference no longer allow setting of compose key

2011-09-09 Thread Charlie Schluting
Public bug reported:

Similar to bug 792636, this affects me the same way. I was happily
composing unicode characters using my keybinding in Natty, and when I
upgraded to Oneiric that setting was lost.

There are no longer compose-key settings options in the keyboard
preferences :(

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

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

Title:
  Keyboard preference no longer allow setting of compose key

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/845909/+subscriptions

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


[Bug 845915] [NEW] "All Settings" is confusing

2011-09-09 Thread Charlie Schluting
Public bug reported:

When searching for a gnome setting, I'll generally use the unity dash.
For example, I'll type "keyboard" and hit enter. This brings me directly
to the keyboard settings. When the setting I'm looking for isn't there,
I see a button labeled "All Settings" that taunts me into clicking it.

What I expect: context. I was looking for all available keyboard settings.
What happened: I'm back at the list of all config possibilities, and have to 
find "keyboard" again to continue my search within the existing tabs in 
keyboard settings.

Suggestion: It should really be more like navigation. Even though I
landed directly at keyboard settings, the top menu (where "All Settings"
currently is) should illustrate that I'm in a sub-section of the control
center. It'd make more sense if I saw Home->Keyboard rather than "All
Setting" :)

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

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

Title:
  "All Settings" is confusing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/845915/+subscriptions

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


[Bug 846006] Re: indicator-weather doesn't run for more than an hour before crashing

2011-09-09 Thread Charlie Schluting
hmm, well it didn't attach a core dump or anything useful at all really.
I've recently restarted it.. but I'll grab the indicator log the next
time it disappears.

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

Title:
  indicator-weather doesn't run for more than an hour before crashing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/846006/+subscriptions

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


[Bug 846006] [NEW] indicator-weather doesn't run for more than an hour before crashing

2011-09-09 Thread Charlie Schluting
Public bug reported:

This happened in Natty as well (as the current Oneiric). I've been
unable to keep indicator-weather running for any period of time.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: indicator-weather 11.05.31-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
Uname: Linux 3.0.0-9-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Sep  9 13:50:08 2011
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: indicator-weather
UpgradeStatus: Upgraded to oneiric on 2011-09-02 (7 days ago)

** Affects: indicator-weather (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  indicator-weather doesn't run for more than an hour before crashing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/846006/+subscriptions

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


[Bug 846006] Re: indicator-weather doesn't run for more than an hour before crashing

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

Title:
  indicator-weather doesn't run for more than an hour before crashing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/846006/+subscriptions

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


[Bug 845909] Re: Keyboard preference no longer allow setting of compose key

2011-09-30 Thread Charlie Schluting
heh, it certainly is there now.
*blush*

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Keyboard preference no longer allow setting of compose key

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/845909/+subscriptions

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


[Bug 839933] [NEW] upgrade to oneiric loses preferences

2011-09-02 Thread Charlie Schluting
Public bug reported:

On upgrading to oneiric, indicator-weather started with no preferences.
Losing preferences between versions is a poor user experience.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: indicator-weather 11.05.31-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
Uname: Linux 3.0.0-9-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Fri Sep  2 15:16:09 2011
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: indicator-weather
UpgradeStatus: Upgraded to oneiric on 2011-09-02 (0 days ago)

** Affects: indicator-weather (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  upgrade to oneiric loses preferences

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/839933/+subscriptions

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

[Bug 839933] Re: upgrade to oneiric loses preferences

2011-09-02 Thread Charlie Schluting
** Description changed:

  On upgrading to oneiric, indicator-weather started with no preferences.
- Losing preferences between upgrades is a poor user experience.
+ Losing preferences between versions is a poor user experience.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: indicator-weather 11.05.31-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
  Uname: Linux 3.0.0-9-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Fri Sep  2 15:16:09 2011
  PackageArchitecture: all
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/zsh
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/zsh
  SourcePackage: indicator-weather
  UpgradeStatus: Upgraded to oneiric on 2011-09-02 (0 days ago)

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

Title:
  upgrade to oneiric loses preferences

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/839933/+subscriptions

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

[Bug 840064] [NEW] notify-osd doesn't work in oneiric

2011-09-02 Thread Charlie Schluting
Public bug reported:

On screen notifications appear when adjusting the volume, but the
"meter" is always "full" (as max volume would look), and subsequent
volume changes just causes it to flash. I've experienced this was x86 on
my laptop, as well as amd64 on my desktop.

** Affects: indicator-sound (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  notify-osd doesn't work in oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/840064/+subscriptions

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


[Bug 840065] [NEW] sound adjustment in indicator drop-down doesn't work

2011-09-02 Thread Charlie Schluting
Public bug reported:

Here is my experience on two fresh upgrades:

I click on the sound menu.
I notice the volume slider, and decide to click somewhere in the middle.
I click, but then the menu disappears!
I open the sound menu again, and the volume slider is "stuck" to my mouse.. 
without clicking, the slider is moving as I move my mouse.
Click one more time to set it.

Subsequent uses are even worse (subjective statement):
No matter where I click, the only thing the slider will do is either MAX or MIN 
volume.

** Affects: indicator-sound (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  sound adjustment in indicator drop-down doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/840065/+subscriptions

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


[Bug 704231] Re: Unity steals modifier key

2011-09-02 Thread Charlie Schluting
After upgrading today, I was pleased to experience my Super + Space
binding (for GNOME Do) working as expected in Oneiric! :)

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

Title:
  Unity steals  modifier key

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

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


[Bug 840077] [NEW] Exception has been thrown by the target of an invocation.

2011-09-02 Thread Charlie Schluting
Public bug reported:

Trying to start banshee after upgrading to oneiric:

System.Reflection.TargetInvocationException: Exception has been thrown by the 
target of an invocation. ---> System.Xml.XmlException: Document element did not 
appear. file:///home/charlie/.config/banshee-1/addin-db-001/config.xml Line 1, 
position 1.
  at Mono.Xml2.XmlTextReader.Read () [0x0] in :0 
  at System.Xml.XmlTextReader.Read () [0x0] in :0 
  at Mono.Xml.EntityResolvingXmlReader.Read () [0x0] in :0 
  at Mono.Xml.DTDValidatingReader.ReadContent () [0x0] in :0 
  at Mono.Xml.DTDValidatingReader.Read () [0x0] in :0 
  at Mono.Xml.Schema.XsdValidatingReader.Read () [0x0] in :0 
  at System.Xml.XmlValidatingReader.Read () [0x0] in :0 
  at System.Xml.XmlDocument.ReadNodeCore (System.Xml.XmlReader reader) 
[0x0] in :0 
  at System.Xml.XmlDocument.ReadNode (System.Xml.XmlReader reader) [0x0] in 
:0 
  at System.Xml.XmlDocument.Load (System.Xml.XmlReader xmlReader) [0x0] in 
:0 
  at System.Xml.XmlDocument.Load (System.String filename) [0x0] in 
:0 
  at Mono.Addins.Database.DatabaseConfiguration.Read (System.String file) 
[0x0] in :0 
  at Mono.Addins.Database.AddinDatabase.get_Configuration () [0x0] in 
:0 
  at Mono.Addins.Database.AddinDatabase.RunPendingUninstalls (IProgressStatus 
monitor) [0x0] in :0 
  at Mono.Addins.Database.AddinDatabase.Update (IProgressStatus monitor, 
System.String domain) [0x0] in :0 
  at Mono.Addins.AddinRegistry.Update (IProgressStatus monitor) [0x0] in 
:0 
  at Mono.Addins.AddinEngine.Initialize (System.Reflection.Assembly startupAsm, 
System.String configDir, System.String addinsDir, System.String databaseDir) 
[0x0] in :0 
  at Mono.Addins.AddinManager.Initialize (System.String configDir) [0x0] in 
:0 
  at Banshee.ServiceStack.ServiceManager.InitializeAddins () [0x0] in 
:0 
  at Banshee.ServiceStack.ServiceManager.DefaultInitialize () [0x0] in 
:0 
  at Banshee.ServiceStack.Application.Initialize () [0x0] in :0 
  at Banshee.Gui.GtkBaseClient.Initialize (Boolean registerCommonServices) 
[0x0] in :0 
  at Banshee.Gui.GtkBaseClient..ctor (Boolean initializeDefault, System.String 
defaultIconName) [0x0] in :0 
  at Banshee.Gui.GtkBaseClient..ctor () [0x0] in :0 
  at Nereid.Client..ctor () [0x0] in :0 
  at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke 
(System.Reflection.MonoCMethod,object,object[],System.Exception&)
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags 
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, 
System.Globalization.CultureInfo culture) [0x0] in :0 
  --- End of inner exception stack trace ---
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags 
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, 
System.Globalization.CultureInfo culture) [0x0] in :0 
  at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, 
System.Reflection.Binder binder, System.Object[] parameters, 
System.Globalization.CultureInfo culture) [0x0] in :0 
  at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) 
[0x0] in :0 
  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) 
[0x0] in :0 
  at System.Activator.CreateInstance (System.Type type) [0x0] in :0 
  at Banshee.Gui.GtkBaseClient.Startup () [0x0] in :0 
  at Hyena.Gui.CleanRoomStartup.Startup (Hyena.Gui.StartupInvocationHandler 
startup) [0x0] in :0

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: banshee 2.1.3-1ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-9.15-generic-pae 3.0.3
Uname: Linux 3.0.0-9-generic-pae i686
Architecture: i386
Date: Fri Sep  2 20:27:47 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: banshee
UpgradeStatus: Upgraded to oneiric on 2011-09-03 (0 days ago)

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  Exception has been thrown by the target of an invocation.

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

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


[Bug 840077] Re: Exception has been thrown by the target of an invocation.

2011-09-02 Thread Charlie Schluting
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840077

Title:
  Exception has been thrown by the target of an invocation.

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

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


[Bug 840089] [NEW] power settings lost on upgrade to oneiric

2011-09-02 Thread Charlie Schluting
Public bug reported:

I had previously configured "when lid is closed" to do nothing. After
upgrading to oneiric, that setting was lost.

Making matters worse, it seems there is no way to configure this
behavior now: bug #792636

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

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

Title:
  power settings lost on upgrade to oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/840089/+subscriptions

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


[Bug 840487] [NEW] tomboy depends on ubuntuone

2011-09-03 Thread Charlie Schluting
Public bug reported:

After upgrading to oneiric I wanted to purge ubuntuone*, but noticed
that tomboy was also going to be removed.

Tomboy:
  Depends: ubuntuone-client (>= 1.7.2-0ubuntu1)
  Depends: python-ubuntuone-client (= 1.7.2-0ubuntu1)
  Depends: python-ubuntuone-storageprotocol (>= 1.7.0)

Surely this is a mistake?

I sync tomboy over SSH, and sshfs wasn't even a dependency of tomboy. I
suspect there are tomboy users that don't wish to use ubuntuone for
syncing.

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

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

Title:
  tomboy depends on ubuntuone

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

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


[Bug 841002] [NEW] ekiga segfaults when launching - after oneiric upgrade - g_object_unref: assertion `G_IS_OBJECT (object)' failed

2011-09-04 Thread Charlie Schluting
Public bug reported:

(ekiga:21364): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT 
(object)' failed
zsh: segmentation fault (core dumped)  ekiga

Marking critical, as many Canonical folk use ekiga daily for work calls.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: ekiga 3.2.7-4ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
Uname: Linux 3.0.0-9-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sun Sep  4 06:22:45 2011
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: ekiga
UpgradeStatus: Upgraded to oneiric on 2011-09-02 (1 days ago)

** Affects: ekiga (Ubuntu)
 Importance: Critical
 Status: New


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  ekiga segfaults when launching - after oneiric upgrade -
  g_object_unref: assertion `G_IS_OBJECT (object)' failed

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

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


[Bug 841002] Re: ekiga segfaults after oneiric upgrade - g_object_unref: assertion `G_IS_OBJECT (object)' failed

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

Title:
  ekiga segfaults when launching - after oneiric upgrade -
  g_object_unref: assertion `G_IS_OBJECT (object)' failed

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

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


[Bug 841002] Re: ekiga segfaults after oneiric upgrade - g_object_unref: assertion `G_IS_OBJECT (object)' failed

2011-09-04 Thread Charlie Schluting
oh it didn't attach the core dump. Well here's the entire output from
stderr:

(ekiga:21364): libebook-WARNING **: e-book.c:3349: cannot get book from
factory: Invalid source

(ekiga:21364): GLib-GObject-CRITICAL **: g_object_ref: assertion
`G_IS_OBJECT (object)' failed

(ekiga:21364): libebook-CRITICAL **: e_book_is_opened: assertion
`E_IS_BOOK (book)' failed

(ekiga:21364): libebook-CRITICAL **: e_book_async_open: assertion
`E_IS_BOOK (book)' failed

(ekiga:21364): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT 
(object)' failed
zsh: segmentation fault (core dumped)  ekiga


** Changed in: ekiga (Ubuntu)
   Importance: Undecided => Critical

** Summary changed:

- ekiga segfaults after oneiric upgrade - g_object_unref: assertion 
`G_IS_OBJECT (object)' failed
+ ekiga segfaults when launching - after oneiric upgrade - g_object_unref: 
assertion `G_IS_OBJECT (object)' failed

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

Title:
  ekiga segfaults when launching - after oneiric upgrade -
  g_object_unref: assertion `G_IS_OBJECT (object)' failed

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

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


[Bug 854184] [NEW] package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package libgucharmap-2-90-7 1:3.1.92-0u

2011-09-19 Thread Charlie Schluting
*** This bug is a duplicate of bug 853973 ***
https://bugs.launchpad.net/bugs/853973

Public bug reported:

Just running an update (right now).

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: libgucharmap7 1:3.0.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu1
Architecture: amd64
Date: Mon Sep 19 12:57:42 2011
DuplicateSignature:
 Unpacking replacement libgucharmap7 ...
 dpkg: error processing 
/var/cache/apt/archives/libgucharmap7_1%3a3.1.92-0ubuntu1_amd64.deb (--unpack):
  trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in 
package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
ErrorMessage: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which 
is also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
SourcePackage: gucharmap
Title: package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: trying 
to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package 
libgucharmap-2-90-7 1:3.1.92-0ubuntu1
UpgradeStatus: Upgraded to oneiric on 2011-09-02 (16 days ago)

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


** Tags: amd64 apport-package need-duplicate-check oneiric package-conflict

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

Title:
  package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade:
  trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is
  also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1

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

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


[Bug 854184] Re: package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package libgucharmap-2-90-7 1:3.1.92-0ubu

2011-09-19 Thread Charlie Schluting
*** This bug is a duplicate of bug 853973 ***
https://bugs.launchpad.net/bugs/853973

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

Title:
  package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade:
  trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is
  also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1

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

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


[Bug 841002] Re: ekiga segfaults when launching - after oneiric upgrade - g_object_unref: assertion `G_IS_OBJECT (object)' failed

2011-09-16 Thread Charlie Schluting
*** This bug is a duplicate of bug 852116 ***
https://bugs.launchpad.net/bugs/852116

** This bug has been marked a duplicate of private bug 852116

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

Title:
  ekiga segfaults when launching - after oneiric upgrade -
  g_object_unref: assertion `G_IS_OBJECT (object)' failed

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

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


[Bug 852608] [NEW] oneiric color theme has regressed

2011-09-17 Thread Charlie Schluting
Public bug reported:

Hi,

gnome-terminal in oneiric looks normal and happy, until I open a tab.
The tab and window border then turns light gray, instead of the
dark/pretty color scheme everything else has (and gnome-terminal had in
natty, for example). I've confirmed this happens on a completely virgin
install, to rule out the possibility my profile/config.

Screenshot attached.

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

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

Title:
  oneiric color theme has regressed

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

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


[Bug 852608] Re: oneiric color theme has regressed

2011-09-17 Thread Charlie Schluting
** Attachment added: "gnome-terminal in oneiric screenshot"
   
https://bugs.launchpad.net/bugs/852608/+attachment/2417054/+files/Screenshot%20at%202011-09-17%2007%3A37%3A03.png

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

Title:
  oneiric color theme has regressed

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

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