[Bug 1774950] Re: Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47)

2021-02-13 Thread /tony/dev/null
I tried `v4.14.0-041400-generic` kernel, when I close & open lid it doesnt hang 
at all.
I left lid closed for hours & it woke up like charm.

But when I checked `/var/log/syslog` & `/var/log/kern.log` there was no text 
about suspending.
Not even single line was printed.

So I think its not entering suspend mode at all, but manages to turn off
the screen & backlight.

Clicking suspend button or entering `sudo systemctl suspend` enters
suspend mode & laptop gets stuck. holding power button is the only way
to get back.

The `syslog` shows text related to suspending, here :
```
Feb 13 19:48:54 pc systemd[1]: Reached target Sleep.
Feb 13 19:48:54 pc systemd[1]: Starting Suspend...
Feb 13 19:48:54 pc systemd-sleep[2788]: Suspending system...
Feb 13 19:48:54 pc kernel: [ 6678.873054] PM: suspend entry (deep)
```

I tired another version `4.14.40-041440-generic` & closing lid enters
suspend mode which causes hanging.

It seems `v4.14.0-041400-generic` is only one who doesn't have this
problem.

If you want me to test any other version of kernel, feel free to ask.

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

Title:
  Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
  Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47)

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

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

[Bug 1774950] Re: Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47)

2021-02-13 Thread /tony/dev/null
I tried `v4.14.0-041400-generic` kernel, when I close & open lid it doesnt hang 
at all.
I left lid closed for hours & it woke up like charm. 

But when I checked `/var/log/syslog` & `/var/log/kern.log` there was no text 
about suspending.
Not even single line was printed.

So I think its entering suspend mode at all, but manages to turn off
screen & backlight.

Clicking suspend button or entering `sudo systemctl suspend` enters
suspend mode & laptop gets stuck. holding power button is the only way
to get back.

The `syslog` shows text releted to suspend, here :Feb 13 19:50:41 pc 
systemd[1]: Starting Flush Journal to Persistent Storage...
```
Feb 13 19:48:54 pc systemd[1]: Reached target Sleep.
Feb 13 19:48:54 pc systemd[1]: Starting Suspend...
Feb 13 19:48:54 pc systemd-sleep[2788]: Suspending system...
Feb 13 19:48:54 pc kernel: [ 6678.873054] PM: suspend entry (deep) 
``` 

I tired another version `4.14.40-041440-generic` & closing lid enters
suspend mode which causes hanging.

It seems `v4.14.0-041400-generic` is only one who doesn't have this
problem.

If you want me to test any other version of kernel, feel free to ask.

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

Title:
  Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
  Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47)

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

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

[Bug 1774950] Re: Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47)

2021-02-11 Thread /tony/dev/null
Its been 2 years, Current version of kernel is 5.4.* and still not fixed.
I have this problem from beginning (2019) & I don't have nvidia GPU.

I tried all except downgrading kernel.
Does anyone can tell which version I should test. I looked up but some said 
4.14 works others 4.15.

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

Title:
  Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
  Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47)

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

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

[Bug 1675540] Re: i2c i2c-1: sendbytes: NAK bailout.

2018-06-14 Thread dev/null
This is also happening in 17.10 and 18.04.
In my case:

$lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04 LTS
Release:18.04
Codename:   bionic

$ uname -a
Linux devnull-MacBookAir 4.15.0-23-lowlatency #25-Ubuntu SMP PREEMPT Wed May 23 
19:21:09 UTC 2018 i686 i686 i686 GNU/Linux

$ dmesg | grep 'i2c'
[3.374606] i2c /dev entries driver
[   14.436022] i2c i2c-1: sendbytes: error -110

$ lsmod | grep 'i2c'
i2c_algo_bit   16384  1 i915

obviously intel driver:

$ lsmod | grep 'i915'
i915 1282048  2
i2c_algo_bit   16384  1 i915
drm_kms_helper151552  1 i915
drm   339968  4 i915,drm_kms_helper
video  40960  1 i915

May be, it has to do with the "video=SVIDEO-1:d" grub option I had to
put because my old companion has no vga port and some very disgusting
issues appear otherwise.

Is this helpful at all?

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

Title:
  i2c i2c-1: sendbytes: NAK bailout.

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

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

[Bug 1565048] Re: imgur upload plugin no longer works due to now unsupported API 1 and 2

2016-12-25 Thread Dev Null
Just reviewed and tested Imgur.pm revised by n[oO]ne.  Yay, it works.
Thanks!

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

Title:
  imgur upload plugin no longer works due to now unsupported API 1 and 2

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

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


[Bug 718370] [NEW] totem loses audio wehn playing .mkv files

2011-02-13 Thread /dev/null
Public bug reported:

Binary package hint: totem

When playing an MKV File the audio drops after a short while. (Testet on Ubuntu 
10.04 32-bit and Ubuntu 10.10 64-bit.)
Seeking to a new position or pausing and start again helps. 
Sometimes audio starts stuttering again after a short while of mute and then 
works as if nothing has happened.

Test System 1:
AMD Phenom(tm) 8650 Triple-Core Processor, 4 GB, Linux Aiur 2.6.35-25-generic 
#44-Ubuntu SMP Fri Jan 21 17:40:44 UTC 2011 x86_64 GNU/Linux, nVidia 9800 GT, 
totem 2.32.0

Test System 2:
Intel(R) Atom(TM) CPU  330   @ 1.60GHz, 2 GB,  Linux ion-1 2.6.32-28-generic 
#55-Ubuntu SMP Mon Jan 10 21:21:01 UTC 2011 i686 GNU/Linux, nVidia ION, totem 
2.30.2

The MVK was self-created using mencoder (medibuntu repositories on MEERKAT) and 
oggenc like this:
oggenc --version: oggenc from vorbis-tools 1.4.0
mencoder --version: MEncoder 1.0rc4-4.4.5 (C) 2000-2010 MPlayer Team
mkvmerge --version: mkvmerge v4.0.0 ('The Stars were mine') gebaut am Jun 18 
2010 07:35:17

oggenc -Q -q 3 -o audio.ogg ...
BITRATE=1600
OPT=vcodec=mpeg4:psnr:mv0:cbp:trell=yes:mbd=2:keyint=125:naq:v4mv:vlelim=-4:vcelim=7:lumi_mask=0.05:dark_mask=0.01:tcplx_mask=0.01:scplx_mask=0.01:vratetol=32000:vbitrate=$BITRATE
VF_OPT=scale=790:432
mencoder ${INPUT} -aid ${AID} -vf ${VF_OPT} -ovc lavc -lavcopts $OPT:vpass=2 
-noodml -ffourcc DX50 -nosound -o output.avi
mkvmerge --title ${NAME} -o ${NAME}.mkv -A output.avi --language 0:ger audio.ogg

(as you see this is an ordenary DIVX in MKV Container.)
playing the same file in either VLC or mplayer works flawless.

using the --debug option shows nothing useful:

arndt@Aiur:~/DVD_TEMP$ totem TEST-1.mkv --debug
(totem:28022): Totem-DEBUG: Received SaveYourself(SmSaveLocal, !Shutdown, 
SmInteractStyleNone, !Fast) in state idle
(totem:28022): Totem-DEBUG: Setting initial properties
(totem:28022): Totem-DEBUG: Sending SaveYourselfDone(True) for initial 
SaveYourself
(totem:28022): Totem-DEBUG: Received SaveComplete message in state 
save-yourself-done
(totem:28022): Totem-DEBUG: totem_playlist_add_one_mrl (): TEST-1.mkv (null) 
(null)

^C

I aborted after the error  occured but i cannot see any useful 
information...sorry

** Affects: totem (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/718370

Title:
  totem loses audio wehn playing .mkv files

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


[Bug 641421] [NEW] Using udhcpc, no retry on fail to get a lease from server

2010-09-17 Thread /dev/null
Public bug reported:

Binary package hint: ifupdown

In 
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/lucid/ifupdown/lucid/annotate/head:/inet.defn
line 84.

The execution of udhcpc is always with -n:

-n, --now
Exit with failure if a lease cannot be obtained.

So, on ifup [iface], if the network interface is not plugged in, the
client will exit. No retry.

This behavior is different than using dhclient3:

# dhclient3 eth1
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth1/00:d0:c9:b7:75:ff
Sending on   LPF/eth1/00:d0:c9:b7:75:ff
Sending on   Socket/fallback
DHCPDISCOVER on vlan3 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on vlan3 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on vlan3 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on vlan3 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on vlan3 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on vlan3 to 255.255.255.255 port 67 interval 12
No DHCPOFFERS received.
No working leases in persistent database - sleeping.

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

-- 
Using udhcpc, no retry on fail to get a lease from server
https://bugs.launchpad.net/bugs/641421
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 588926] Re: gnome-power-statistics wrong by factor of 10 after resume from suspend

2010-07-26 Thread Dev Null
I see similar with my Lenovo x201 running Lucid. Often, if I suspend
with AC adapter attached then wake up without AC adapter the Gnome-
Power-Manager will show power consumption 10x too high and battery
'Energy when full' 10x too high. Consequently, the battery indicator
icon will show 10% charge.

Putting the computer to sleep than waking it up, all without the AC
adapter, will restore the icon to normal, but Gnome Power Manager shows
Energy, Energy when full, and Rate all 10x too high.

-- 
gnome-power-statistics wrong by factor of 10 after resume from suspend
https://bugs.launchpad.net/bugs/588926
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 506342] Re: apt-get crashed with SIGSEGV in __fprintf_chk()

2010-06-21 Thread /dev/null
Look like 595795

-- 
apt-get crashed with SIGSEGV in __fprintf_chk()
https://bugs.launchpad.net/bugs/506342
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 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-05-10 Thread /dev/null
Tried with latest version of Lucid and it's now fixed

** Changed in: linux (Ubuntu)
   Status: Incomplete = Fix Released

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 548967] Re: gnomad2 crashed with SIGSEGV in start_thread()

2010-05-05 Thread /dev/null
same in amd64 Version of Lucid...
see attachment...

** Attachment added: gnomad-crash.txt
   http://launchpadlibrarian.net/47882950/gnomad-crash.txt

-- 
gnomad2 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/548967
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 566832] [NEW] kvm expect PXE rom to be in /usr/share/qemu

2010-04-19 Thread /dev/null
Public bug reported:

Binary package hint: etherboot

in kvm-pxe (tested with version 5.4.4-1ubuntu1)
the rom are located here:

/usr/share/kvm/pxe-e1000.bin
/usr/share/kvm/pxe-ne2k_pci.bin
/usr/share/kvm/pxe-pcnet.bin
/usr/share/kvm/pxe-rtl8139.bin
/usr/share/kvm/pxe-virtio.bin

KVM is looking for those files in /usr/share/qemu:


# cd /
# /usr/bin/kvm -S -M pc-0.12 -cpu qemu32 -enable-kvm -m 256 -smp 1 -name test 
-uuid 8765045f-966c-64b6-b8ac-eef7890d36fd -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/test.monitor,server,nowait 
-monitor chardev:monitor -boot nc -drive 
file=/var/lib/libvirt/images/test.img,if=virtio,index=0,boot=on,format=raw -net 
nic,macaddr=52:54:00:36:8f:62,vlan=0,model=virtio,name=e1000.0 -net 
tap,fd=46,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial chardev:serial0 
-parallel none -usb -vnc 127.0.0.1:0 -vga cirrus
char device redirected to /dev/pts/2
TUNGETIFF ioctl() failed: Bad file descriptor
TUNSETOFFLOAD ioctl() failed: Bad file descriptor
pci_add_option_rom: failed to find romfile pxe-virtio.bin

last line.
if I
# ln -s /usr/share/kvm/pxe-virtio.bin /usr/share/qemu/pxe-virtio.bin
# /usr/bin/kvm -S -M pc-0.12 -cpu qemu32 -enable-kvm -m 256 -smp 1 -name test 
-uuid 8765045f-966c-64b6-b8ac-eef7890d36fd -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/test.monitor,server,nowait 
-monitor chardev:monitor -boot nc -drive 
file=/var/lib/libvirt/images/test.img,if=virtio,index=0,boot=on,format=raw -net 
nic,macaddr=52:54:00:36:8f:62,vlan=0,model=virtio,name=e1000.0 -net 
tap,fd=46,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial chardev:serial0 
-parallel none -usb -vnc 127.0.0.1:0 -vga cirrus
char device redirected to /dev/pts/2
TUNGETIFF ioctl() failed: Bad file descriptor
TUNSETOFFLOAD ioctl() failed: Bad file descriptor

it work.

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

-- 
kvm expect PXE rom to be in /usr/share/qemu
https://bugs.launchpad.net/bugs/566832
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 537475] Re: Various lock in lucid

2010-04-12 Thread /dev/null
The problem was a bad network setting: wrong MTU.
As soon as I fixed this it never hang after that.

** Changed in: rdesktop (Ubuntu)
   Status: New = Invalid

-- 
Various lock in lucid
https://bugs.launchpad.net/bugs/537475
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 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-03-18 Thread /dev/null
** Changed in: linux (Ubuntu)
   Status: Incomplete = New

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 455660] Re: MCP78S Chispet USB Ports Intermittent

2010-03-17 Thread /dev/null
Using Ubuntu 9.10 32-bit The issue is even worse...
Sometimes when writing data to an USB-Stick everything seems ok. Ubuntu tells 
no errors, but  after running md5sum on both source and destination you will 
see the files are NOT identical.
Sometimes the data transfer just stops as if the copy was ok but only a small 
amount of the file was copied.

I have been aware of this after copying a divx video to my stick and
wanted to play it on a standalone player which said: unknown format... I
was curious about this... but the stick back in well mplayer was able to
play but without the possibility of searching within the file...

btw. When enabling the 3D-Desktop or watching a video it is much worse
than without.

I am using the proprietary driver : NVIDIA-Linux-x86-190.53

My System is: ASRock K10N78FullHD-hSLI
CPU: AMD Phenom(tm) 8650 Triple-Core Processor
r...@ubuntu:/home/ubuntu# lspci
00:00.0 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller 
(rev a2)
00:01.0 ISA bridge: nVidia Corporation MCP78S [GeForce 8200] LPC Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation MCP78S [GeForce 8200] SMBus (rev a1)
00:01.2 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller 
(rev a1)
00:01.3 Co-processor: nVidia Corporation MCP78S [GeForce 8200] Co-Processor 
(rev a2)
00:01.4 RAM memory: nVidia Corporation MCP78S [GeForce 8200] Memory Controller 
(rev a1)
00:02.0 USB Controller: nVidia Corporation MCP78S [GeForce 8200] OHCI USB 1.1 
Controller (rev a1)
00:02.1 USB Controller: nVidia Corporation MCP78S [GeForce 8200] EHCI USB 2.0 
Controller (rev a1)
00:04.0 USB Controller: nVidia Corporation MCP78S [GeForce 8200] OHCI USB 1.1 
Controller (rev a1)
00:04.1 USB Controller: nVidia Corporation MCP78S [GeForce 8200] EHCI USB 2.0 
Controller (rev a1)
00:06.0 IDE interface: nVidia Corporation MCP78S [GeForce 8200] IDE (rev a1)
00:07.0 Audio device: nVidia Corporation MCP72XE/MCP72P/MCP78U/MCP78S High 
Definition Audio (rev a1)
00:08.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1)
00:09.0 SATA controller: nVidia Corporation MCP78S [GeForce 8200] AHCI 
Controller (rev a2)
00:0a.0 Ethernet controller: nVidia Corporation MCP77 Ethernet (rev a2)
00:10.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Express Bridge 
(rev a1)
00:12.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Express Bridge 
(rev a1)
00:13.0 PCI bridge: nVidia Corporation MCP78S [GeForce 8200] PCI Bridge (rev a1)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, 
Sempron] HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, 
Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, 
Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, 
Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, 
Sempron] Link Control
01:09.0 Communication controller: NetMos Technology PCI 9835 Multi-I/O 
Controller (rev 01)
02:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 9800 GT] 
(rev a2)
r...@ubuntu:/home/ubuntu# cat /proc/interrupts 
   CPU0   CPU1   CPU2   
  0:267   3215 651887   IO-APIC-edge  timer
  1:   2262   1128   2596   IO-APIC-edge  i8042
  6:  0  1  6   IO-APIC-edge  floppy
  7:  1  0  0   IO-APIC-edge
  8:  0  0  1   IO-APIC-edge  rtc0
  9:  0  0  0   IO-APIC-fasteoi   acpi
 14:  3194   5733   IO-APIC-edge  pata_amd
 15:  0  0  0   IO-APIC-edge  pata_amd
 16:  1  8 47   IO-APIC-fasteoi 
 19:  0  0 12   IO-APIC-fasteoi   nouveau
 20:  0  0  0   IO-APIC-fasteoi   ohci_hcd:usb3
 21:799 61533   IO-APIC-fasteoi   ehci_hcd:usb2, HDA 
Intel
 22:532   5379  50451   IO-APIC-fasteoi   ehci_hcd:usb1
 23:  52615  28896  12350   IO-APIC-fasteoi   ohci_hcd:usb4
 27:  5  61735935   PCI-MSI-edge  ahci
 28:  20177  1 41   PCI-MSI-edge  eth0
NMI:  0  0  0   Non-maskable interrupts
LOC: 467616 144567  16980   Local timer interrupts
SPU:  0  0  0   Spurious interrupts
PMI:  0  0  0   Performance monitoring interrupts
PND:  0  0  0   Performance pending work
RES: 916352 773380 598232   Rescheduling interrupts
CAL:   2381   3651   4146   Function call interrupts
TLB:  71002   5869  10651   TLB shootdowns
TRM:  0  0  0   Thermal event interrupts
THR:  0  0  0   Threshold APIC interrupts
MCE:  0  0 

[Bug 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-03-14 Thread /dev/null
** Tags added: apport-collected

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-03-14 Thread /dev/null
Jeremy,

I tried to run apport-collect, and it raise the following exception:

lazr.restfulclient.errors.HTTPError: HTTP Error 412: Precondition Failed

I tired to remove authorization, restart... failed. So I'm trying to
compensate here by adding informations by hand. If you need more tell
me.

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-03-14 Thread /dev/null
I was not able to find the bug in bugzilla.kernel.org, but I found
someone else reporting the same issue on a different forum:

http://www.phoronix.com/forums/showthread.php?t=21043

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-03-14 Thread /dev/null

** Attachment added: dmidecode  out
   http://launchpadlibrarian.net/40939912/dmidecode.txt

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-03-14 Thread /dev/null

** Attachment added: cat /proc/interrupts
   http://launchpadlibrarian.net/40939921/interrupts.txt

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-03-14 Thread /dev/null

** Attachment added: cat /proc/cpuinfo
   http://launchpadlibrarian.net/40939906/cpuinfo.txt

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-03-14 Thread /dev/null

** Attachment added: /var/log/udev
   http://launchpadlibrarian.net/40939934/udev.log

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-03-14 Thread /dev/null

** Attachment added: lspci -vvv
   http://launchpadlibrarian.net/40939924/lspci-vvv.txt

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-03-14 Thread /dev/null

** Attachment added: lsusb
   http://launchpadlibrarian.net/40939928/lsusb.txt

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-03-14 Thread /dev/null

** Attachment added: dmesg
   http://launchpadlibrarian.net/40940147/dmesg.txt

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-03-14 Thread /dev/null
After reading the URL I told about in my comment #4.
I read about KMS and I gave disabling KMS a try... and it fixed the symptoms.

radeon.modeset=0

I diff'ed output of dmesg between the running kernel with KMS and without KMS.
I removed useless lines.

It's attached as dmesg-KMS.diff

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-03-14 Thread /dev/null
I diff'ed output of dmesg between a running kernel with KMS enabled.
and without KMS (without the problem).

I removed useless lines.

** Patch added: diff of dmesg output between a kernel without and without KMS
   http://launchpadlibrarian.net/40940515/dmesg-KMS.diff

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 538119] [NEW] 2.6.32-16.25 video corruption on radeon

2010-03-12 Thread /dev/null
Public bug reported:

I'm running Lucid amd64 on the following hardware:

Manufacturer: TOSHIBA
Product Name: Satellite T130D
Version: PST3LC-001006

01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN
[Radeon HD 3200 Graphics]

Since linux-image 2.6.32-16.25 (I tried the kernel just before this one), when 
kernel initialize video drivers the display is somewhat corrupted. 1 pixel 
height ~ 100px width blue lines move around on the screen. It cover ~1% of the 
screen all the time. 
It do not appear if it's only in regular 80x24 console.

If I prevent framebuffer to initialize, the symptoms appears when X
start.

I tried various mainline kernel with version taken here 
http://kernel.ubuntu.com/~kernel-ppa/mainline/
and thing is being fixed in kernel linux-image-2.6.34-020634rc1-generic.

I diff'ed dmesg output between the latest working kernel compared to the
broken one, here is what I see:

 input: Video Bus as 
 /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2c/LNXVIDEO:01/input/input5
 input: Video Bus as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2c/LNXVIDEO:01/input/input6

 platform radeon_cp.0: firmware: requesting radeon/R600_rlc.bin

 EDAC MC: Ver: 2.1.0 Feb 20 2010
 EDAC amd64_edac: Ver: 3.2.0 Feb 20 2010
 EDAC amd64: This node reports that Memory ECC is currently disabled, set 
F3x44[22] (:00:18.3).
 EDAC amd64: WARNING: ECC is disabled by BIOS. Module will NOT be loaded.
 Either Enable ECC in the BIOS, or set 'ecc_enable_override'.
 Also, use of the override can cause unknown side effects.
 amd64_edac: probe of :00:18.2 failed with error -22
---
 EDAC MC: Ver: 2.1.0 Mar 9 2010
 EDAC amd64_edac: Ver: 3.2.0 Mar 9 2010
 EDAC amd64: This node reports that Memory ECC is currently disabled, set 
 F3x44[22] (:00:18.3).
 EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not 
 load.
 Either enable ECC checking or force module loading by setting 
 'ecc_enable_override'.
 (Note that use of the override may cause unknown side effects.)
 amd64_edac: probe of :00:18.2 failed with error -22

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

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 538119] Re: 2.6.32-16.25 video corruption on radeon

2010-03-12 Thread /dev/null

** Attachment added: lspci-vnvn.log
   http://launchpadlibrarian.net/40879667/lspci-vnvn.log

-- 
2.6.32-16.25 video corruption on radeon
https://bugs.launchpad.net/bugs/538119
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 537475] [NEW] Various lock in lucid

2010-03-11 Thread /dev/null
Public bug reported:

Binary package hint: rdesktop

Since I switched to lucid, rdesktop (1.6.0-2ubuntu3) has become almost
unusable for me.

I regularly connect to remote Windows XP host located oversea (100+ ms latency) 
and since the upgrade to lucid, the symptoms are: random session lock, rdesktop 
freeze, display do not update anymore and very often the keyboard is locked and 
useless in other X application. the only way to release it is to kill rdesktop 
outside X.
It can freeze during Windows login process or after a while.

I downgraded rdesktop to 1.6.0-2ubuntu2 (karmic .deb) but same symptom
occurs.

I tried to use various color depth, disable sound, disable disk mapping,
run only rdesktop $ip, disable Compiz, disable multi-screen, stop all
sounds events and playing music.

When I connect to hosts in the same LAN, it work perfectly and I can't
reproduce the problem. These hosts are Windows 7 and Windows SBS and not
Windows XP.

It look like bug 81854, but it never acted like this in Karmic.

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

-- 
Various lock in lucid
https://bugs.launchpad.net/bugs/537475
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 282945] Re: python-newt cause libnewt to segfault

2009-09-25 Thread /dev/null
The latest security fix for newt:

newt (0.52.2-11.3ubuntu3.1) jaunty-security; urgency=low

  * SECURITY UPDATE: denial of service and possible code execution via
reflowed text in text message box
- debian/patches/900_security_CVE-2009-2905.patch: calculate using
  correct width in textbox.c.
- CVE-2009-2905

fix this bug, I just upgraded python-newt on a jaunty and my test script
don't segfault anymore.

If someone can confirm it's fixed on dapper, hardy, intrepid and
karmic... this bug can be closed.

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2009-2905

-- 
python-newt cause libnewt to segfault
https://bugs.launchpad.net/bugs/282945
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 350065] Re: usb ports randomly shut off Jaunty beta

2009-07-04 Thread /dev/null
Nope...  Attaching a fan to the northbridge was not a solution.
i resized the VLC Window when suddenly the mouse died. The keyboard was still 
functional (Num-Lock light reacted as expected) but the screen did not react as 
it should. VLC did still play the movie but ALT+F2 did not show up the starter. 
 It took about 45 seconds before my screen reacted to my keyboard again. 
Luckily i was able to shutdown the system correctly.

-- 
usb ports randomly shut off Jaunty beta
https://bugs.launchpad.net/bugs/350065
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 350065] Re: usb ports randomly shut off Jaunty beta

2009-07-04 Thread /dev/null
For what i have seen so far it might be an IRQ or IRQ sharing problem.
Does anybody encounter this problem when using an external graphics card?
It seems that this bug occurs randomly (in my case it seems to be connected 
with a video player. It does not matter whether driver i use (nvidia or nv or 
vesa) sometimes when this bug occurs and i do not shut down, but RESTART, my 
onboard soundcard is malfunctioning too (no sound at all).
Just a wild guess: When there is the right combination of Interrupts the 
system just drops one of them or signals a complete wrong state.
As soon as i have a little spare money i buy a PCIe card to test it.

-- 
usb ports randomly shut off Jaunty beta
https://bugs.launchpad.net/bugs/350065
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 350065] Re: usb ports randomly shut off Jaunty beta

2009-07-03 Thread /dev/null
After I attached a fan (Arctic Cooler 3) on the Northbridge on my ASRock 
K10N78FullHD-hSLI it seems to be (as far as i can say right now) better. I 
haven't had any USB issues lately.
I am using Ubuntu with kernel 2.6.30-020630-generic and 
NVIDIA-Linux-x86-185.18.14 driver [NVIDIA-Linux-x86-185.18.14-pkg1.run]
But every time i attach another USB-Stick or my camera i am still anxious :-(

I now hope it might be only an temperature issue. (I had this before on
another ASRock mainboard... wrong usage of heat-conductive paste on
shipping (one spot in the middle and that was it...))

I will report whether the system will run smooth and stable now.

ar...@hiveserver:~$ uptime
 08:52:46 up 1 day, 11:43,  2 users,  load average: 0.00, 0.07, 0.18

-- 
usb ports randomly shut off Jaunty beta
https://bugs.launchpad.net/bugs/350065
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 377690] [NEW] Error when trying to install ekiga

2009-05-17 Thread /dev/null
Public bug reported:

Binary package hint: ekiga

I have searched for Gnome Meeting in the add apllication menu item 
(Gnome-panel) and chose ekiga. Then i simply pressed install and ended up in an 
error... 
b.t.w. Bug #290054 seems to be identically, but was not given as a choice on 
report entry.

ProblemType: Package
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 8.10
ErrorMessage: Versuche, »/usr/share/dbus-1/services/net.ekiga.instance.service« 
zu überschreiben, welches auch in Paket ekiga ist
NonfreeKernelModules: nvidia
Package: ekiga-gtkonly None [modified: /var/lib/dpkg/info/ekiga-gtkonly.list]
SourcePackage: ekiga
Title: package ekiga-gtkonly None [modified: 
/var/lib/dpkg/info/ekiga-gtkonly.list] failed to install/upgrade: Versuche, 
»/usr/share/dbus-1/services/net.ekiga.instance.service« zu überschreiben, 
welches auch in Paket ekiga ist
Uname: Linux 2.6.27-14-generic i686

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


** Tags: apport-package

-- 
Error when trying to install ekiga
https://bugs.launchpad.net/bugs/377690
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 377690] Re: Error when trying to install ekiga

2009-05-17 Thread /dev/null

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/26868677/DpkgTerminalLog.txt

-- 
Error when trying to install ekiga
https://bugs.launchpad.net/bugs/377690
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 350065] Re: usb ports randomly shut off Jaunty beta

2009-05-09 Thread /dev/null
It happened again... here are the log-messages
(Even the screen freezes, i had to CTRL-ALT-DEL):

/var/log/messages;
May  9 20:57:08 phoenix -- MARK --
May  9 20:57:50 phoenix kernel: [15662.357624] usb 1-5: USB disconnect, address 
3
May  9 20:58:19 phoenix bonobo-activation-server (arndt-9020): could not 
associate with desktop session: Failed to connect to socket 
/tmp/dbus-bVRrHeGdWb: Connection refused
May  9 20:58:36 phoenix kernel: [15708.786331] apm: BIOS version 1.2 Flags 0x02 
(Driver version 1.16ac)
May  9 20:58:36 phoenix kernel: [15708.786337] apm: disabled on user request.
May  9 20:58:41 phoenix exiting on signal 15

/var/kern.log
May  9 16:38:58 phoenix kernel: [  129.972124] ppdev0: unregistered pardevice
May  9 20:57:50 phoenix kernel: [15662.357624] usb 1-5: USB disconnect, address 
3
May  9 20:58:36 phoenix kernel: [15708.786331] apm: BIOS version 1.2 Flags 0x02 
(Driver version 1.16ac)
May  9 20:58:36 phoenix kernel: [15708.786337] apm: disabled on user request.

/var/log/syslog
May  9 20:17:01 phoenix /USR/SBIN/CRON[8843]: (root) CMD (   cd /  run-parts 
--report /etc/cron.hourly)
May  9 20:19:54 phoenix dhclient: DHCPREQUEST of 192.168.11.102 on eth1 to 
192.168.11.254 port 67
May  9 20:19:54 phoenix dhclient: DHCPACK of 192.168.11.102 from 192.168.11.254
May  9 20:19:54 phoenix dhclient: bound to 192.168.11.102 -- renewal in 3051 
seconds.
May  9 20:37:08 phoenix -- MARK --
May  9 20:57:08 phoenix -- MARK --
May  9 20:57:50 phoenix kernel: [15662.357624] usb 1-5: USB disconnect, address 
3
May  9 20:58:14 phoenix init: tty4 main process (5267) killed by TERM signal
May  9 20:58:14 phoenix init: tty5 main process (5268) killed by TERM signal
May  9 20:58:14 phoenix init: tty2 main process (5271) killed by TERM signal
May  9 20:58:14 phoenix init: tty3 main process (5274) killed by TERM signal
May  9 20:58:14 phoenix init: tty6 main process (5275) killed by TERM signal
May  9 20:58:14 phoenix init: tty1 main process (6872) killed by TERM signal
May  9 20:58:19 phoenix bonobo-activation-server (arndt-9020): could not 
associate with desktop session: Failed to connect t
o socket /tmp/dbus-bVRrHeGdWb: Connection refused
May  9 20:58:36 phoenix kernel: [15708.786331] apm: BIOS version 1.2 Flags 0x02 
(Driver version 1.16ac)
May  9 20:58:36 phoenix kernel: [15708.786337] apm: disabled on user request.
May  9 20:58:37 phoenix mysqld[5783]: 090509 20:58:37 [Note] /usr/sbin/mysqld: 
Normal shutdown
May  9 20:58:37 phoenix mysqld[5783]: 
May  9 20:58:37 phoenix mysqld[5783]: 090509 20:58:37  InnoDB: Starting 
shutdown...
May  9 20:58:37 phoenix mysqld[5783]: 090509 20:58:37  InnoDB: Shutdown 
completed; log sequence number 0 43655
May  9 20:58:37 phoenix mysqld[5783]: 090509 20:58:37 [Note] /usr/sbin/mysqld: 
Shutdown complete
May  9 20:58:37 phoenix mysqld[5783]: 
May  9 20:58:37 phoenix mysqld_safe[9202]: ended
May  9 20:58:40 phoenix bluetoothd[6598]: bridge pan0 removed
May  9 20:58:40 phoenix bluetoothd[6598]: Stopping SDP server
May  9 20:58:40 phoenix bluetoothd[6598]: Exit
May  9 20:58:40 phoenix avahi-daemon[5686]: Got SIGTERM, quitting.
May  9 20:58:40 phoenix avahi-daemon[5686]: Leaving mDNS multicast group on 
interface eth1.IPv4 with address 192.168.11.102.
May  9 20:58:41 phoenix exiting on signal 15

/var/log/user.log
May  9 16:38:58 phoenix python: io/hpmud/pp.c 627: unable to read device-id 
ret=-1 
May  9 20:58:19 phoenix bonobo-activation-server (arndt-9020): could not 
associate with desktop session: Failed to connect t
o socket /tmp/dbus-bVRrHeGdWb: Connection refused
May 10 00:19:33 phoenix pulseaudio[7042]: ltdl-bind-now.c: Failed to find 
original dlopen loader.

/var/log/daemon.log
May  9 20:19:54 phoenix dhclient: bound to 192.168.11.102 -- renewal in 3051 
seconds.
May  9 20:58:14 phoenix init: tty4 main process (5267) killed by TERM signal
May  9 20:58:14 phoenix init: tty5 main process (5268) killed by TERM signal
May  9 20:58:14 phoenix init: tty2 main process (5271) killed by TERM signal
May  9 20:58:14 phoenix init: tty3 main process (5274) killed by TERM signal
May  9 20:58:14 phoenix init: tty6 main process (5275) killed by TERM signal
May  9 20:58:14 phoenix init: tty1 main process (6872) killed by TERM signal
May  9 20:58:37 phoenix mysqld[5783]: 090509 20:58:37 [Note] /usr/sbin/mysqld: 
Normal shutdown
May  9 20:58:37 phoenix mysqld[5783]: 
May  9 20:58:37 phoenix mysqld[5783]: 090509 20:58:37  InnoDB: Starting 
shutdown...
May  9 20:58:37 phoenix mysqld[5783]: 090509 20:58:37  InnoDB: Shutdown 
completed; log sequence number 0 43655
May  9 20:58:37 phoenix mysqld[5783]: 090509 20:58:37 [Note] /usr/sbin/mysqld: 
Shutdown complete
May  9 20:58:37 phoenix mysqld[5783]: 
May  9 20:58:37 phoenix mysqld_safe[9202]: ended
May  9 20:58:40 phoenix bluetoothd[6598]: bridge pan0 removed
May  9 20:58:40 phoenix bluetoothd[6598]: Stopping SDP server
May  9 20:58:40 phoenix bluetoothd[6598]: Exit
May  9 20:58:40 phoenix avahi-daemon[5686]: Got SIGTERM, quitting.
May  9 

[Bug 350065] Re: usb ports randomly shut off Jaunty beta

2009-05-08 Thread /dev/null
I have the same here on an ASRock K10N78FullHD-hSLI mainboard (nvidia 8200 
chipset)
but furthermore sometimes my soundcard is just not responding.

I could make out the following:
USB (OHCI-part) and VGA 8200 share the same IRQ 21
and
USB(EHCI-part) and audio ALC1200 (onBoard) share IRQ 22

It seems to be an IRQ-sharing problem (probably with USB?)
Taking the latest nvidia graphics drivers (180.51) make it happen less often, 
but it still happens.

By the way i am using an AMD X3-(8650) Processor and 4 GB RAM
 - /dev/null

** Attachment added: lspci_v.txt
   http://launchpadlibrarian.net/26458680/lspci_v.txt

-- 
usb ports randomly shut off Jaunty beta
https://bugs.launchpad.net/bugs/350065
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 186056] Re: Ubuntu won't power off IBM Thinkpad T22

2009-02-11 Thread /dev/null
The same on IBM T22 but there you can use this workaround:
just add the following line to your /etc/modules
apm power_off=1
If you shutdown now it still does not work, but from that time on it does.
Testet with two T22's.
(btw: I added the kernelparameter acpi=off and noapic)

-- 
Ubuntu won't power off IBM Thinkpad T22
https://bugs.launchpad.net/bugs/186056
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 110880] Re: python-newt scripts crash

2008-10-13 Thread /dev/null
I'm running intrepid, and this bug seem to be fixed.

-- 
python-newt scripts crash 
https://bugs.launchpad.net/bugs/110880
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 282945] [NEW] python-newt cause libnewt to segfault

2008-10-13 Thread /dev/null
Public bug reported:

Binary package hint: python-newt

Running a single instance of a python process that display a dialog in 
python-newt more than 32 times cause a segfault in libnewt.
The attached test script can replicate the bug.

I'm running Intrepid on x86 32 bits.

Versions:

python:
  Installed: 2.5.2-1ubuntu1
  Candidate: 2.5.2-1ubuntu1
  Version table:
 *** 2.5.2-1ubuntu1 0
500 http://us.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status
python-newt:
  Installed: 0.52.2-11.3ubuntu1
  Candidate: 0.52.2-11.3ubuntu1
  Version table:
 *** 0.52.2-11.3ubuntu1 0
500 http://us.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status
libnewt0.52:
  Installed: 0.52.2-11.3ubuntu1
  Candidate: 0.52.2-11.3ubuntu1
  Version table:
 *** 0.52.2-11.3ubuntu1 0
500 http://us.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

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

-- 
python-newt cause libnewt to segfault
https://bugs.launchpad.net/bugs/282945
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 282945] Re: python-newt cause libnewt to segfault

2008-10-13 Thread /dev/null

** Attachment added: This script reproduce the bug
   http://launchpadlibrarian.net/18514837/test.py

-- 
python-newt cause libnewt to segfault
https://bugs.launchpad.net/bugs/282945
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 271106] [NEW] missing dependency

2008-09-16 Thread /dev/null
Public bug reported:

Binary package hint: python-gpod

  File /usr/lib/python2.5/site-packages/gpod/__init__.py, line 8, in module
from gpod import *
  File /usr/lib/python2.5/site-packages/gpod/gpod.py, line 17, in module
import _gpod
ImportError: could not import gobject (error was: 'No module named gobject')

apt-get install python-gobject fix this

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

-- 
missing dependency
https://bugs.launchpad.net/bugs/271106
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 223252] [NEW] missing dependency

2008-04-27 Thread /dev/null
Public bug reported:

Binary package hint: python-twisted-mail

This package import python-openssl when connecting to a SSL enabled mail server.
python-twisted-mail don't depend on it, neither it's own dependencies.
installing it, fix everything.
still present in Hardy.

from /usr/share/pyshared/twisted/mail/protocols.py, at the end of the
file:

class SSLContextFactory:
An SSL Context Factory

This loads a certificate and private key from a specified file.

def __init__(self, filename):
self.filename = filename

def getContext(self):
Create an SSL context.
from OpenSSL import SSL  -
ctx = SSL.Context(SSL.SSLv23_METHOD)
ctx.use_certificate_file(self.filename)
ctx.use_privatekey_file(self.filename)
return ctx

** Affects: twisted-mail (Ubuntu)
 Importance: Undecided
 Status: New

-- 
missing dependency
https://bugs.launchpad.net/bugs/223252
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 223258] [NEW] missing dependency

2008-04-27 Thread /dev/null
Public bug reported:

Binary package hint: python-twisted-web2

Trying to use the WebDav component of python-twisted-web2 failed because
it try to import xattr (in file
/usr/share/pyshared/twisted/web2/dav/xattrprops.py).

python-xattr module is not listed in the dependency of this package,
neither it's own dependencies.

Installing python-xattr fix everything.

** Affects: twisted-web2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
missing dependency
https://bugs.launchpad.net/bugs/223258
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 71954] Re: qdvdauthor can not start

2006-12-01 Thread /dev/null
Hi,
the line: X Error: BadDevice, invalid or uninitialized input device 168
indicates that your xorg.conf needs some modifications:
Comment out the following (like here):

# Section InputDevice
#   Driverwacom
#   Identifierstylus
#   OptionDevice/dev/wacom  # Change to 
#   # /dev/input/event
#   # for USB
#   OptionType  stylus
#   OptionForceDevice   ISDV4   # Tablet PC ONLY
# EndSection
# 
# Section InputDevice
#   Driverwacom
#   Identifiereraser
#   OptionDevice/dev/wacom  # Change to 
#   # /dev/input/event
#   # for USB
#   OptionType  eraser
#   OptionForceDevice   ISDV4   # Tablet PC ONLY
# EndSection
# 
# Section InputDevice
#   Driverwacom
#   Identifiercursor
#   OptionDevice/dev/wacom  # Change to 
#   # /dev/input/event
#   # for USB
#   OptionType  cursor
#   OptionForceDevice   ISDV4   # Tablet PC ONLY
# EndSection


and remove the references from the Serverlayout (like here)

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
#   InputDevice stylus SendCoreEvents
#   InputDevice cursor SendCoreEvents
#   InputDevice eraser SendCoreEvents
InputDevice Synaptics Touchpad
EndSection

now restart your x-server and the line(s) with X Error: BadDevice,
invalid or uninitialized input device 168 are gone

But it still doesn't help in my case because i still get:

[EMAIL PROTECTED]:~$ qdvdauthor
QComboBox::text: (m_pComboFontStyle) Index 0 out of range
QComboBox::setCurrentItem: (m_pComboFontStyle) Index 0 out of range
Segmentation fault (core dumped)

and that's it.

Greetings
 - /dev/null

-- 
qdvdauthor can not start
https://launchpad.net/bugs/71954

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


[Bug 63974] Warning on a package don't specify the package

2006-10-04 Thread /dev/null
Public bug reported:

Binary package hint: synaptic

When I select severals packages in synaptic, ask removal, if a warning
appear for a specific package, it don't show which one... and I need to
try all of them to know which one to keep.

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

-- 
Warning on a package don't specify the package
https://launchpad.net/bugs/63974

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


[Bug 63974] Re: Warning on a package don't specify the package

2006-10-04 Thread /dev/null
screenshot
the part in yellow, is the 2 packages I've selected

** Attachment added: Screenshot of a warning
   http://librarian.launchpad.net/4659688/ss01.jpg

-- 
Warning on a package don't specify the package
https://launchpad.net/bugs/63974

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