[Bug 2047758] Re: Cannot save PDFs due to PikePDF incompatibility, solved & patched upstream

2024-03-13 Thread Jens
Hello,
"apt policy libqpdf28" shows me version 10.6.3-1 from archive.ubuntu.com, I 
have nothing else installed.
The "About" page in PDFarranger 1.9.2 shows it was built with libqpdf 11.6.4, 
GTK 3.24.33 and Python 3.10.12.

Is this statically linked?

Thanks,
Jens

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

Title:
  Cannot save PDFs due to PikePDF incompatibility, solved & patched
  upstream

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


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

[Bug 1185699] [NEW] libnss-ldap crashes in libc-2.17.so when using sudo/sshd

2013-05-30 Thread Jens Langner
Public bug reported:

Since our upgrade to 13.04 (we had 12.10 previously) our administrators
cannot use sudo anymore. When sudo is used and either the correct
password or incorrect password is used sudo immediately crashes with the
following crash report:

-- cut here --
sudo[23352]: segfault at 0 ip 7f40ff4da5e4 sp 7fffa07c3ec8 error 4 in 
libc-2.17.so[7f40ff443000+1be000]
-- cut here --

After some investigation we found that as soon as we disable nss-ldap
support in /etc/nsswitch.conf by removing the ldap statements in the
passwd,shadow and group rows sudo works as expected. Howeer, of course
then the ldap users are gone. Besides that crash getent passwd,
getent group or any other name service query seems to work fine. Also
disabling/stopping nscd doesn't seem to solve the problem.

After some further investigation we even found out that not only sudo is
affected, but also sshd crashes under certain circumstances as soon as
nss-ldap support is enabled in /etc/nsswitch.conf. Then sshd also
crashes with a similar crash in libc-2.17.so:

-- cut here --
sshd[11457]: segfault at 0 ip 7f40cb0cc5e4 sp 7fff7204d038 error 4 in 
libc-2.17.so[7f40cb035000+1be000]
-- cut here --

All the servers that still use Ubuntu 12.10 seems to work fine so far.
Thus, the combination of nss-ldap and libc-2.17.so seem to crash our
system.

** Affects: libnss-ldap (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  libnss-ldap crashes in libc-2.17.so when using sudo/sshd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1185699/+subscriptions

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


[Bug 1185699] Re: libnss-ldap crashes in libc-2.17.so when using sudo/sshd

2013-06-03 Thread Jens Langner
Of course it is possible to reproduce this on a clean 13.04 system. I
did that in fact by installing a clean 13.04 system as a virtual machine
and then just installing the libnss-ldap package together with our
modified /etc/ldap.conf and /etc/nsswitch.conf. After doing so sudo
immediately crashes.

Regarding installing a local LDAP server, this is not possible in our
case. We are using a public LDAP server of our institute which contains
thousands of users and even more groups. In fact, I suspect the amount
of users and groups to be one reason for the crash, but haven't
verified/investigated that.

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

Title:
  libnss-ldap crashes in libc-2.17.so when using sudo/sshd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1185699/+subscriptions

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


[Bug 917134] [NEW] dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-01-16 Thread Jens Finkhäuser
Public bug reported:

Running 2.6.32-37-server on Ubuntu 10.04. The issue is a bit hard to
explain, so bear with me.

- I've got a DRBD setup running, but my DRBD device got messed up. I'm not 
entirely sure how, but it happend.
- The DRBD resource is configured with verify-alg sha1 and csums-alg sha1.
- Now when drbdsetup runs to initialize the device, the command doesn't exit, 
and there's some crash information in syslog.
- I can also see a command /sbin/modprobe -q -- sha1_all being run that also 
doesn't seem to exit, which on the DRBD peer node (identical setup) exits 
immediately.
- I also see errors about VIA Padlock devices not existing.

My assumption is that because there's some bad data on the block device
underlying the DRBD resource, DRBD tries to check the device, tries to
use SHA1 as configured, but somehow loading the SHA1 module deadlocks
with whatever DRBD is trying to do. If I remove the kernel module
padlock-sha and hard reboot, everything works as expected.

This is what's in syslog:

Jan 16 13:29:21 htz0 kernel: [  178.247889] BUG: soft lockup - CPU#7 stuck for 
61s! [kstop/7:1657]
Jan 16 13:29:21 htz0 kernel: [  178.248206] Modules linked in: padlock_sha(-) 
sha1_generic drbd ipt_REJECT ipt_LOG xt_limit xt_tcpudp ipt_addrtype xt_state 
ip6table_filter ip6_tables nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack_ftp nf_conntrack iptable_filter 
ip_tables x_tables fbcon tileblit font lp bitblit softcursor vga16fb video 
parport xhci vgastate output multipath linear aacraid 3w_9xxx 3w_ raid10 
raid456 async_pq async_xor xor async_memcpy async_raid6_recov raid6_pq async_tx 
raid1 raid0 sata_nv r8169 ahci mii sata_sil sata_via
Jan 16 13:29:21 htz0 kernel: [  178.248245] CPU 7:
Jan 16 13:29:21 htz0 kernel: [  178.248247] Modules linked in: padlock_sha(-) 
sha1_generic drbd ipt_REJECT ipt_LOG xt_limit xt_tcpudp ipt_addrtype xt_state 
ip6table_filter ip6_tables nf_nat_irc nf_conntrack_irc nf_nat_ftp nf_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack_ftp nf_conntrack iptable_filter 
ip_tables x_tables fbcon tileblit font lp bitblit softcursor vga16fb video 
parport xhci vgastate output multipath linear aacraid 3w_9xxx 3w_ raid10 
raid456 async_pq async_xor xor async_memcpy async_raid6_recov raid6_pq async_tx 
raid1 raid0 sata_nv r8169 ahci mii sata_sil sata_via
Jan 16 13:29:21 htz0 kernel: [  178.248282] Pid: 1657, comm: kstop/7 Not 
tainted 2.6.32-37-server #81-Ubuntu System Product Name
Jan 16 13:29:21 htz0 kernel: [  178.248284] RIP: 0010:[810b7ca5]  
[810b7ca5] stop_cpu+0x85/0xf0
Jan 16 13:29:21 htz0 kernel: [  178.248291] RSP: 0018:8804170e3df0  EFLAGS: 
0293
Jan 16 13:29:21 htz0 kernel: [  178.248293] RAX: 0001 RBX: 
8804170e3e00 RCX: 
Jan 16 13:29:21 htz0 kernel: [  178.248296] RDX: 81869248 RSI: 
0100 RDI: 81869240
Jan 16 13:29:21 htz0 kernel: [  178.248298] RBP: 81013c6e R08: 
8804170e2000 R09: 
Jan 16 13:29:21 htz0 kernel: [  178.248300] R10:  R11: 
 R12: 0001
Jan 16 13:29:21 htz0 kernel: [  178.248302] R13: 0001 R14: 
0001 R15: 0400
Jan 16 13:29:21 htz0 kernel: [  178.248305] FS:  () 
GS:88000ffc() knlGS:
Jan 16 13:29:21 htz0 kernel: [  178.248308] CS:  0010 DS: 0018 ES: 0018 CR0: 
8005003b
Jan 16 13:29:21 htz0 kernel: [  178.248310] CR2: 7fa7f1c65beb CR3: 
01001000 CR4: 000406e0
Jan 16 13:29:21 htz0 kernel: [  178.248312] DR0:  DR1: 
 DR2: 
Jan 16 13:29:21 htz0 kernel: [  178.248314] DR3:  DR6: 
0ff0 DR7: 0400
Jan 16 13:29:21 htz0 kernel: [  178.248316] Call Trace:
Jan 16 13:29:21 htz0 kernel: [  178.248323]  [81081597] ? 
run_workqueue+0xc7/0x1a0
Jan 16 13:29:21 htz0 kernel: [  178.248328]  [81081713] ? 
worker_thread+0xa3/0x110
Jan 16 13:29:21 htz0 kernel: [  178.248332]  [81086140] ? 
autoremove_wake_function+0x0/0x40
Jan 16 13:29:21 htz0 kernel: [  178.248337]  [81081670] ? 
worker_thread+0x0/0x110
Jan 16 13:29:21 htz0 kernel: [  178.248340]  [81085dc6] ? 
kthread+0x96/0xa0
Jan 16 13:29:21 htz0 kernel: [  178.248344]  [810141aa] ? 
child_rip+0xa/0x20
Jan 16 13:29:21 htz0 kernel: [  178.248348]  [81085d30] ? 
kthread+0x0/0xa0
Jan 16 13:29:21 htz0 kernel: [  178.248351]  [810141a0] ? 
child_rip+0x0/0x20

Hope that helps; feel free to ask for more information.

Jens

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

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

Title:
  dbrd8 kernel module and padlock-sha kernel module in deadlock

To manage notifications about

[Bug 937941] Re: Upstream have withdrawn 2.7.10 due to several regressions

2012-02-23 Thread Jens Braeuer
PuppetLabs released 2.7.11 which fixes the issues with 2.7.10

https://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes#2.7.11

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

Title:
  Upstream have withdrawn 2.7.10 due to several regressions

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

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


[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-03-14 Thread Jens Finkhäuser
Man, I wanted to get back to this for so long...

Yes, I can reproduce it on demand by simply rebooting the machine. Right
now, there's not much of a problem with that, so if you need me to
reboot this machine a few times, fine.

I'll attach the requested information today (hopefully).

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

Title:
  dbrd8 kernel module and padlock-sha kernel module in deadlock

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

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


[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-03-14 Thread Jens Finkhäuser
** Attachment added: ps output
   
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/917134/+attachment/2869061/+files/psaux

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

Title:
  dbrd8 kernel module and padlock-sha kernel module in deadlock

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

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


[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-03-14 Thread Jens Finkhäuser
** Attachment added: dmesg output
   
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/917134/+attachment/2869050/+files/dmesg

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

Title:
  dbrd8 kernel module and padlock-sha kernel module in deadlock

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

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


[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-03-14 Thread Jens Finkhäuser
** Attachment added: r0.res
   
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/917134/+attachment/2869065/+files/r0.res

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

Title:
  dbrd8 kernel module and padlock-sha kernel module in deadlock

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

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


[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-03-14 Thread Jens Finkhäuser
So, I was trying to resync the device, get everything in a nice state,
give you the requested info. Then move the padlock-sha module back,
reboot, and see things fail.

Turns out that things fail sooner now. The padlock-sha module is moved
to a safe place, so shouldn't be messing with things. Then I resync the
drbd device, and that seems to work well enough.

After resyncing the machines, I try to switch the htz0 machine to
primary mode (dual-primary mode, the goal is to run ocfs2 on top, htz1
is already in primary mode), and get this:

root@htz0 ~ # drbdadm primary r0
Command 'drbdsetup 0 primary' did not terminate within 121 seconds

I'll attach the requested info for this state.

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

Title:
  dbrd8 kernel module and padlock-sha kernel module in deadlock

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

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


[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-03-14 Thread Jens Finkhäuser
** Attachment added: cat /proc/drbd output
   
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/917134/+attachment/2869051/+files/drbd

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

Title:
  dbrd8 kernel module and padlock-sha kernel module in deadlock

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

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


[Bug 917134] Re: dbrd8 kernel module and padlock-sha kernel module in deadlock

2012-03-14 Thread Jens Finkhäuser
** Attachment added: global_common.conf
   
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/917134/+attachment/2869062/+files/global_common.conf

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

Title:
  dbrd8 kernel module and padlock-sha kernel module in deadlock

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

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


[Bug 768846] Re: autofs does not mount /net/host

2011-07-30 Thread Jens Langner
Here I am having the same problem with our server since we upgraded them
to 11.04 (natty):

-- cut here --
langner@mars:~$ ll /net/cns2/
ls: cannot access /net/cns2/: No such file or directory
langner@mars:~$ ll /net/cns2/.
ls: /net/cns2/./user: No such file or directory
ls: /net/cns2/./astro: No such file or directory
ls: /net/cns2/./NTOF: No such file or directory
total 0
drwxr-xr-x 2 root root 0 Jul 30 15:08 NTOF
drwxr-xr-x 2 root root 0 Jul 30 15:08 archive
drwxr-xr-x 2 root root 0 Jul 30 15:08 astro
drwxr-xr-x 2 root root 0 Jul 30 15:08 projects
drwxr-xr-x 2 root root 0 Jul 30 15:08 user
langner@mars:~$ ll /net/cns2/.
ls: cannot access /net/cns2/./user: No such file or directory
ls: cannot access /net/cns2/./astro: No such file or directory
ls: cannot access /net/cns2/./NTOF: No such file or directory
total 0
d?  ? ???? NTOF
dr-xr-xr-x  4 root root 0 Dec 10  2009 archive
d?  ? ???? astro
dr-xr-xr-x 53 root root 0 Jul 28 12:28 projects
d?  ? ???? user

-- cut here --

In addition, we identified that when setting a very short autofs unmount
timeout (via --timout X option) this timeout is never reached and the
mount point which was automounted stays forever.

The interesting part to not is, that when downgrading to kernel
2.6.35-30-server from 10.10 (Maverick) the problem instantly vanishes as
you can see here:

-- cut here --
langner@mars:~$ ll /net/cns2/
total 0
drwxr-xr-x 2 root root 0 Jul 30 15:12 NTOF
drwxr-xr-x 2 root root 0 Jul 30 15:12 archive
drwxr-xr-x 2 root root 0 Jul 30 15:12 astro
drwxr-xr-x 2 root root 0 Jul 30 15:12 projects
drwxr-xr-x 2 root root 0 Jul 30 15:12 user
-- cut here --

Thus, I also suspect a kernel problem! Please also note that even
upgrading to kernel 2.6.38-11-server which is still under development
didn't solve the problem.

In addition, please remove the incomplete status of this bug report as
we should have supplied enough information here to get some more
priority on the issue!

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

Title:
  autofs does not mount /net/host

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

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


[Bug 685096] Re: USB Passthrough not working for Windows 7 guest

2013-11-05 Thread Jens Frederich
Is there any workaround?

We're currently evaluating different RTOS systems. One is Linux RT with
KVM/QEMU with Windows 7. This bug breaks the latency measurement setup
and Linux RT is out of race. It there anyway to fix the issue?

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

Title:
  USB Passthrough not working for Windows 7 guest

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

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


[Bug 685096] Re: USB Passthrough not working for Windows 7 guest

2013-11-05 Thread Jens Frederich
Hi Serge,

for your information. I sent a mail to the devel mailing list. See
below.

I've tried to passthrough special Vector automotive usb in house devices.
Look here: http://vector.com/vi_vn1600_en.html.

What do you mean with what commands you've tried?

I've tried three QEMU versions:

1. Ubuntu 13.04 64-bit prebuild qemu-kvm package (qemu 1.4.0)
2. Ubuntu 13.10 64-bit prebuild qemu-kvm package (qemu 1.5.0)
3. Hand builded QEMU 1.6.1 with standard configure call
$ ./configure --prefix=/opt/kvm  make -j

Next, I want to build qemu from git?

I use virt-manager or virsh to start/stop my guest. The QEMU command
line is:

qemu-system-x86_64 -machine accel=kvm:tcg -name VRTP1_win -S -M pc-
i440fx-1.4 -cpu SandyBridge -m 3072 -smp 2,sockets=1,cores=2,threads=1
-uuid 8ee5add7-f1a9-d697-9c18-2c1b4967c00e -no-user-config -nodefaults
-chardev
socket,id=charmonitor,path=/var/lib/libvirt/qemu/VRTP1_win.monitor,server,nowait
-mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime
-no-shutdown -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2
-device ahci,id=ahci0,bus=pci.0,addr=0x6 -drive
file=/var/lib/libvirt/images/VN8912_Development_0.9.2.bin,if=none,id
=drive-sata0-0-0,format=raw -device ide-hd,bus=ahci0.0,drive=drive-
sata0-0-0,id=sata0-0-0,bootindex=1 -netdev
tap,fd=27,id=hostnet0,vhost=on,vhostfd=28 -device virtio-net-
pci,netdev=hostnet0,id=net0,mac=52:54:00:71:f5:45,bus=pci.0,addr=0x3
-chardev pty,id=charserial0 -device isa-
serial,chardev=charserial0,id=serial0 -device usb-tablet,id=input0 -vnc
127.0.0.1:0 -vga std -device intel-hda,id=sound0,bus=pci.0,addr=0x4
-device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device usb-
host,hostbus=3,hostaddr=18,id=hostdev0 -device virtio-balloon-
pci,id=balloon0,bus=pci.0,addr=0x5


Mail to devel list:

Hi all,

we're currently evaluating different RTOS systems (Windows CE, Intime, RTX, 
etc.).
One system is Linux RT + KVM/QEMU with a Windows 7 guest. Up to now all
works fine, Linux RT has good latency and KVM/Qemu setup was easy. But one QEMU 
bug
breaks my measurement setup and evaluation.

I've some usb devices for the Windows 7 guest. I configure them as USB 
passthrough.
The devices appears in the device manager of Windows 7, but with
Error code 10: device cannot start. The Windows driver fails on USB set 
configuration.
The driver creates a IRP and send it via IOCTRL to lower layer. The IOCTRL 
fails with
invalid parameter.

driver log:
0009  0.65470564  vnCDrvUsbControlRequestSetConfiguration, 
WdfUsbTargetDeviceSelectConfig single interface failed 0xc00d  
0010  0.65472370  vnCDrvUsbIFPrepareHardwareState, 
vnCDrvUsbControlRequestSetConfiguration failed: 0xc00d 
0011  0.65473646  vnCDrvDevConPrepareHardware, 
vnCDrvUsbIFPrepareHardwareState failed 0xc00d  
0012  0.65474838  vnCDrvEvtDevicePrepareHardware, 
vnCDrvDevConPrepareHardware failed 0xc001 
0013  0.6547

This bug breaks my latency measurement setup and Linux RT is out of the 
evaluationg
race. Windows CE should not win :-), it there anyway workaround or hack to fix 
the issue?

My setup:

Ubuntu 64-bit
Windows 7 Embedded Guest
Linux Kernel: 3.10.10-rt7
QEMU: 1.4.0, 1.6.1

thanks,
Jens

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

Title:
  USB Passthrough not working for Windows 7 guest

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

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


[Bug 685096] Re: USB Passthrough not working for Windows 7 guest

2013-11-05 Thread Jens Frederich
All devices work on other hypervisors like VMware Workstation etc...

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

Title:
  USB Passthrough not working for Windows 7 guest

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

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


[Bug 319656] Re: nmap script engine error

2009-11-10 Thread Jens Janssen
Karmic working.

-- 
nmap script engine error
https://bugs.launchpad.net/bugs/319656
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap in ubuntu.

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


[Bug 496922] [NEW] Ubuntu snmpd package doesn't include all net-snmpd modules

2009-12-15 Thread Jens Rantil
Public bug reported:

Binary package hint: snmpd

=== The problem ===
The 'exec' directive is not compiled into snmpd. However, the snmpd config file 
(/etc/snmp/snmpd.conf) provides lines commented out to do this. Figuring out 
how this works

=== Proposed solution(s) ===
There are three ways of solving this issue:
1) The best way: to compile snmpd with the 'ucd_snmp' MIB module. See the blog 
post in the references section on how to do this.
2) Remove the exec directive examples in the '/etc/snmp/snmpd.conf'.
3) Inform about the dependence in the 'exec' example section in 
'/etc/snmp/snmpd.conf'.

=== Additional notes ===
According to the blog post below this problem is also related to the 'proc' 
directive, too. However, I have not verified this.

=== References ===
This blog post helped me identify this issue: http://bryanfullerton.com/?p=124

=== My system: ===
$ lsb_release -rd
Description:Ubuntu 9.10
Release:9.10
$ dpkg -l|grep snmpd
ii  snmpd  5.4.1~dfsg-12ubuntu7
   SNMP (Simple Network Management Protocol) agents

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Ubuntu snmpd package doesn't include all net-snmpd modules
https://bugs.launchpad.net/bugs/496922
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

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


[Bug 496922] Re: Ubuntu snmpd package doesn't include all net-snmpd modules

2009-12-15 Thread Jens Rantil
Is there a reason why 'ucd_snmp' is not compiled into snmpd?

-- 
Ubuntu snmpd package doesn't include all net-snmpd modules
https://bugs.launchpad.net/bugs/496922
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.

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


[Bug 543212] Re: php5-cli in lucid-beta1 missing readline/libedit support

2010-04-09 Thread Jens Bremmekamp
** Changed in: php5 (Ubuntu)
   Status: Fix Released = Incomplete

** Tags added: regression

-- 
php5-cli in lucid-beta1 missing readline/libedit support
https://bugs.launchpad.net/bugs/543212
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 574547] Re: Installation of system tables failed

2010-05-03 Thread Jens Askengren

** Attachment added: mysql-stacktrace.txt
   http://launchpadlibrarian.net/47582583/mysql-stacktrace.txt

** Attachment added: .etc.apparmor.d.usr.sbin.mysqld.txt
   http://launchpadlibrarian.net/47575691/.etc.apparmor.d.usr.sbin.mysqld.txt

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

** Attachment added: Logs.var.log.daemon.log.txt
   http://launchpadlibrarian.net/47575693/Logs.var.log.daemon.log.txt

** Attachment added: Logs.var.log.kern.log.txt
   http://launchpadlibrarian.net/47575694/Logs.var.log.kern.log.txt

** Attachment added: MySQLConf.etc.mysql.my.cnf.txt
   http://launchpadlibrarian.net/47575696/MySQLConf.etc.mysql.my.cnf.txt

-- 
Installation of system tables failed
https://bugs.launchpad.net/bugs/574547
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 574547] Re: Installation of system tables failed

2010-05-03 Thread Jens Askengren
This gets logged to /var/log/syslog:

May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: Running 'mysqlcheck' 
with connection arguments: '--port=3306' '--socket=/var/run/mysqld/mysqld.sock' 
'--host=loca
lhost' '--socket=/var/run/mysqld/mysqld.sock' 
'--socket=/var/run/mysqld/mysqld.sock' 
[...]
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.general_log
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: Error: You can't 
use locks with log tables.
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: status   : OK
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.help_category
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: error: Table 
upgrade required. Please do REPAIR TABLE `help_category` or dump/reload to 
fix it!
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.help_keyword
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: error: Table 
upgrade required. Please do REPAIR TABLE `help_keyword` or dump/reload to fix 
it!
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.help_relation
OK
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.help_topic
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: error: Table 
upgrade required. Please do REPAIR TABLE `help_topic` or dump/reload to fix 
it!
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.host 
OK
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.ndb_binlog_index 
OK
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.plugin   
OK
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.proc
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: error: Table 
upgrade required. Please do REPAIR TABLE `proc` or dump/reload to fix it!
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.procs_priv   
OK
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.servers  
OK
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.slow_log
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: Error: You can't 
use locks with log tables.
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: status   : OK
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.tables_priv  
OK
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.time_zone
OK
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: 
mysql.time_zone_leap_secondOK
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: mysql.time_zone_name
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: error: Table 
upgrade required. Please do REPAIR TABLE `time_zone_name` or dump/reload to 
fix it!
May  3 17:02:44 localhost /etc/mysql/debian-start[8446]: 
mysql.time_zone_transition OK

-- 
Installation of system tables failed
https://bugs.launchpad.net/bugs/574547
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 574547] Re: Installation of system tables failed

2010-05-04 Thread Jens Askengren
apt-get install mysql-server-5.1

I suspect i had version 5.0 installed before.

-- 
Installation of system tables failed
https://bugs.launchpad.net/bugs/574547
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 1393611] Re: pax is not POSIX compliant

2014-11-18 Thread Jens Elkner
** Package changed: ubuntu = pax (Ubuntu)

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

Title:
  pax is not POSIX compliant

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

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


[Bug 1394249] [NEW] lxc package dependencies over-constrained

2014-11-19 Thread Jens Elkner
Public bug reported:

Obviously lxc does NOT depend on dnsmasq-base and thus this dependency
should be lowered to optional or recommended.

Today entities using containers already have proper DNS as well as DHCP
servers and thus do not need at all another point of failure/possible
weak software/redundant aka non-green services like the dnsmasq stuff.

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

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

Title:
  lxc package dependencies over-constrained

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

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


[Bug 1394263] [NEW] lxc: unconditional overwrite of USE_LXC_BRIDGE

2014-11-19 Thread Jens Elkner
Public bug reported:

Defining USE_LXC_BRIDGE and than overwriting it unconditionally in the
source /etc/default/lxc-net doesn't make sense/is confusing.

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

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

Title:
  lxc: unconditional overwrite of USE_LXC_BRIDGE

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

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


[Bug 1394352] [NEW] apparmor: Multiple definitions ... bailing out

2014-11-19 Thread Jens Elkner
Public bug reported:

When one creates a incorrect profile, apparmor_parser seems to leave an
artifact of the problem file in the same directory, which in turn
leads to another error, when the file gets fixed. Not sure, how appamor
stuff works, but this is simply an unacceptable behavior! It should put
its temp. stuff to its own private directory, if it really needs to make
a copy of whatever 

E.g.: ( lxc-default == package delivered original)

ls -l /etc/apparmor.d/lxc
total 40
-rw-r--r-- 1 root root  506 Nov 19 21:34 lxc-default
-rw-r--r-- 1 root root  544 Oct 10 06:53 lxc-default-with-mounting
-rw-r--r-- 1 root root  588 Oct 10 06:53 lxc-default-with-nesting

sudo sed -e '/}/ i\\tmount options (rw, bind),' -i 
/etc/apparmor.d/lxc/lxc-default
sudo apparmor_parser -r /etc/apparmor.d/lxc-containers
: AppArmor parser error for /etc/apparmor.d/lxc-containers in 
/etc/apparmor.d/lxc/lxc-default at line 11: Found unexpected character: '('

ls -l /etc/apparmor.d/lxc
total 40
-rw-r--r-- 1 root root  506 Nov 19 21:35 lxc-default
-rw-r--r-- 1 root root  544 Oct 10 06:53 lxc-default-with-mounting
-rw-r--r-- 1 root root  588 Oct 10 06:53 lxc-default-with-nesting
-rw-r--r-- 1 root root  479 Nov 19 21:34 lxc-defaulte

# fix it:
sed -e '/mount options/ s,options ,options=,'  -i 
/etc/apparmor.d/lxc/lxc-default

sudo apparmor_parser -r /etc/apparmor.d/lxc-containers
: Multiple definitions for profile lxc-container-default exist,bailing out.

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

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

Title:
  apparmor: Multiple definitions ... bailing out

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

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


[Bug 1394263] Re: lxc: unconditional overwrite of USE_LXC_BRIDGE

2014-11-20 Thread Jens Elkner
Well, it is strange: If there is such a setting in /etc/default/lxc, one
usually assumes, that this is the master of the disaster and gets
propagated downwards, but obviously it is not ...  And thus I wonder,
which files in the lxc forest need to be checked as well to avoid
further surprises ...

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

Title:
  lxc: unconditional overwrite of USE_LXC_BRIDGE

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

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


[Bug 5106] Re: jabberd2 s2s crashes shortly after startup

2006-09-08 Thread Jens Finkhäuser
I'm using jabberd2 2.0s8-0ubuntu5 on edgy/amd64, and s2s does vanish
suddenly. However, I can't confirm a crash - about 5 minutes after
startup, the process logs that it's shutting down and is gone. I assume
the process is terminating gracefully after that log message.

-- 
jabberd2 s2s crashes shortly after startup
https://launchpad.net/bugs/5106

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


[Bug 59658] Segfault after reading .bincimap-subscribed file

2006-09-09 Thread Jens Finkhäuser
Public bug reported:

I've been trying out qmail/bincimap on edgy/amd64, using dqd 0.23 to
make my life somewhat easier (http://dqd.sourceforge.net/). After some
tweaking everything except for binc runs just fine.

Binc segfaults after trying to read the .bincimap-subscribed file. The
segfault occurs in session.cc, in method Session::loadSubscribes, at
the end of the first if-block in the destructor of the std::string
current. That seems rather dodgy to me...

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

-- 
Segfault after reading .bincimap-subscribed file
https://launchpad.net/bugs/59658

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


[Bug 59658] Re: Segfault after reading .bincimap-subscribed file

2006-09-09 Thread Jens Finkhäuser
Here's an ltrace output, for more detail. strace doesn't show anything
after the fclose().

** Attachment added: ltrace output
   http://librarian.launchpad.net/4208195/binc.out

-- 
Segfault after reading .bincimap-subscribed file
https://launchpad.net/bugs/59658

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


[Bug 59658] Re: Segfault after reading .bincimap-subscribed file

2006-09-09 Thread Jens Finkhäuser
I had a chance to rebuild the package from source, and now it works
fine.

-- 
Segfault after reading .bincimap-subscribed file
https://launchpad.net/bugs/59658

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


[Bug 63986] The initscript mountvirtfs fails to mount /var/run and /var/lock if /var is a seperate partition

2006-10-04 Thread Jens Bergmann
Public bug reported:

System: 
Server with one harddisk partitioned to /, /home and /var
Linux rad2 2.6.15-27-server #1 SMP Sat Sep 16 02:57:21 UTC 2006 i686 GNU/Linux

initscripts:
  Installed: 2.86.ds1-6ubuntu32

Mounted partitions (/etc/fstab):
# /etc/fstab: static file system information.
#
#file sys  mount point type   options   dump   pass
/dev/sda2/ ext3rw,errors=remount-ro  01
/dev/sda1none  swaprw00
none /proc procdefaults  00
/dev/sda5/home ext3rw02
/dev/sda6/var  ext3rw02

Problemdescription:
On system boot mountvirtfs (S01) is started befor mountall.sh (S35). This 
causes the mount requests for /var/run and /var/lock to fail since there are no 
such paths in /var until /var is mounted by mountall.sh.

Workaround: 
Create the required paths in the /var directory befor it is mounted.
mount --bind / /mnt  mkdir /mnt/var/run /mnt/var/lock  umount /mnt
mountvirtfs will mount /var/run and /var/lock as tmpfs and everything is 
working fine.

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

-- 
The initscript mountvirtfs fails to mount /var/run and /var/lock if /var is a 
seperate partition
https://launchpad.net/bugs/63986

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


[Bug 63986] Re: The initscript mountvirtfs fails to mount /var/run and /var/lock if /var is a seperate partition

2006-10-05 Thread Jens Bergmann
So it is not supported by ubuntu to repartition the disk or move
directorys to seperate partitions after installation?

-- 
The initscript mountvirtfs fails to mount /var/run and /var/lock if /var is a 
seperate partition
https://launchpad.net/bugs/63986

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


[Bug 52703] Jerky video/DVD playback since kernel update

2006-07-11 Thread Jens Berke
Public bug reported:

Binary package hint: linux-image-2.6.15-26-686

I have ubuntu 6.06 installed (no upgrade from Breezy). All packages are
from the ubuntu repositories (and very few from PLF). No drivers
compiled by myself. System: IBM Thinkpad R52 with an ATI Radeon Mobility
M300

Updating from kernel 2.6.15-23 to 2.6.15-25 created a few problems,
which still exist in 2.6.15-26:

* DVD and video playback is choppy / jerky (no matter which player I use). This 
makes the latest kernel useless for me and I've kept using 2.6.15-23 instead.
* Rhythmbox hangs very often when starting (while checking the music library)
* When you have an application starter on a panel and click it, there's this 
short little animation of an extending frame indicating that the application is 
started. This animation needs almost 2 seconds (instead of maybe a quarter of a 
second) to finish and is jerky as well. This is not anything serious but might 
be a hint for the cause of the problem.

Why I think the kernel update is the cause:
I had an image of my system in a good and working state, made before the update 
to 2.6.15-25. After discovering the problems I installed this image again. Then 
I updated linux-image-2.6.15-26 and linux-restricted-modules-2.6.15-26  only. 
After that, the problems were there again. So it must be in one these two 
packages. I'm using the -686 packages. 

If you need more info please let me know.

** Affects: linux-source-2.6.15 (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Jerky video/DVD playback since kernel update
https://launchpad.net/bugs/52703

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


[Bug 52703] Re: Jerky video/DVD playback since kernel update

2006-07-12 Thread Jens Berke
A little more info: I'm using the linux-686 meta package, that's why I
had to update the linux-image and linux-restricted-modules packages at
the same time.

-- 
Jerky video/DVD playback since kernel update
https://launchpad.net/bugs/52703

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


[Bug 56002] Re: After Grub: crash -reboot

2006-08-13 Thread Jens Fursund
Excactly the same problem here! Any news on how to solve it?

-- 
After Grub: crash -reboot
https://launchpad.net/bugs/56002

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


[Bug 57245] Upgrading 22. Aug 2006 (Edgy)

2006-08-22 Thread Jens Fursund
Public bug reported:

Several files are not downloadable:

Err http://archive.ubuntu.com edgy/main gtk2-engines 1:2.7.8-0ubuntu1
  404 Not Found
Err http://archive.ubuntu.com edgy/main bug-buddy 2.15.92-0ubuntu1
  404 Not Found
Err http://archive.ubuntu.com edgy/main gnome-mag 1:0.13.1-0ubuntu2
  404 Not Found
Err http://archive.ubuntu.com edgy/main libgnome-media0 2.14.2-1ubuntu4
  404 Not Found
Err http://archive.ubuntu.com edgy/main gnome-media 2.14.2-1ubuntu4
  404 Not Found
Err http://archive.ubuntu.com edgy/main gnome-media-common 2.14.2-1ubuntu4
  404 Not Found
Err http://archive.ubuntu.com edgy/main nautilus-cd-burner 2.15.7-0ubuntu1
  404 Not Found
Failed to fetch 
http://archive.ubuntu.com/ubuntu/pool/main/g/gtk2-engines/gtk2-engines_2.7.8-0ubuntu1_i386.deb
  404 Not Found
Failed to fetch 
http://archive.ubuntu.com/ubuntu/pool/main/b/bug-buddy/bug-buddy_2.15.92-0ubuntu1_i386.deb
  404 Not Found
Failed to fetch 
http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-mag/gnome-mag_0.13.1-0ubuntu2_i386.deb
  404 Not Found
Failed to fetch 
http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-media/libgnome-media0_2.14.2-1ubuntu4_i386.deb
  404 Not Found
Failed to fetch 
http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-media/gnome-media_2.14.2-1ubuntu4_i386.deb
  404 Not Found
Failed to fetch 
http://archive.ubuntu.com/ubuntu/pool/main/g/gnome-media/gnome-media-common_2.14.2-1ubuntu4_all.deb
  404 Not Found
Failed to fetch 
http://archive.ubuntu.com/ubuntu/pool/main/n/nautilus-cd-burner/nautilus-cd-burner_2.15.7-0ubuntu1_i386.deb
  404 Not Found

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
Upgrading 22. Aug 2006 (Edgy)
https://launchpad.net/bugs/57245

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


[Bug 57245] Re: Upgrading 22. Aug 2006 (Edgy)

2006-08-22 Thread Jens Fursund
This only seems to be a problem with the archive.ubuntu.com - repo...
had no problem upgrading from dk.archive.ubuntu.com

-- 
Upgrading 22. Aug 2006 (Edgy)
https://launchpad.net/bugs/57245

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


[Bug 57273] Applications-menu glitches, can't select submenus (Edgy)

2006-08-22 Thread Jens Fursund
Public bug reported:

The applications menu glitches with a high frequency and it is not
possible to choose the submenus!

** Affects: gnome-panel (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Applications-menu glitches, can't select submenus (Edgy)
https://launchpad.net/bugs/57273

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


[Bug 57245] Re: Upgrading 22. Aug 2006 (Edgy)

2006-08-23 Thread Jens Fursund
:) Yes it did, it must have been a period of time where the repository
was not in sync, it is not a problem after I changed to the
dk.archive.com

-- 
Upgrading 22. Aug 2006 (Edgy)
https://launchpad.net/bugs/57245

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


[Bug 57245] Re: Upgrading 22. Aug 2006 (Edgy)

2006-08-23 Thread Jens Fursund
No problem, sorry thought it was worse than it was!

-- 
Upgrading 22. Aug 2006 (Edgy)
https://launchpad.net/bugs/57245

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


[Bug 57566] Rhythmbox not playing radio (Edgy)

2006-08-24 Thread Jens Fursund
Public bug reported:

Rhythmbox seems to have problem when playing this radio station
mms://wmscr1.dr.dk/e02ch01m , it does all the usual things with
buffering and such, but there is just no sound!

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
Rhythmbox not playing radio (Edgy)
https://launchpad.net/bugs/57566

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


[Bug 57568] Re: Cannot play the default radio stations

2006-08-24 Thread Jens Fursund
I usually get the error which is displayed in the screenshot, when
haven't done:

apt-get install gstreamer0.10-ffmpeg

-- 
Cannot play the default radio stations
https://launchpad.net/bugs/57568

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


[Bug 57273] Re: Applications-menu glitches, can't select submenus (Edgy)

2006-08-25 Thread Jens Fursund
*** This bug is a duplicate of bug 52405 ***

I'm sorry about not being accurate enough, was about to post a
screencast. But the other bug seems to be the same thing, so just mark
as duplicate.

-- 
Applications-menu glitches, can't select submenus (Edgy)
https://launchpad.net/bugs/57273

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


[Bug 52405] Re: gnome-panel eats 50% cpu for half an hour and flickers

2006-08-25 Thread Jens Fursund
Removing /etc/xdg/menus/debian-menu.menu worked for me as well

-- 
gnome-panel eats 50% cpu for half an hour and flickers
https://launchpad.net/bugs/52405

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


[Bug 55802] Re: nvidia not compatible with Xorg 7.1 RENDER (Fonts don't appear in edgy)

2006-08-25 Thread Jens Fursund
Yup the new drivers are out lets see them in edgy, please!

-- 
nvidia not compatible with Xorg 7.1 RENDER (Fonts don't appear in edgy)
https://launchpad.net/bugs/55802

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


[Bug 63777] Re: Lock Version not working

2006-10-20 Thread Jens Berke
Same here. Edgy Release Candidate, fresh install, synaptic version
0.57.11ubuntu12

-- 
Lock Version not working
https://launchpad.net/bugs/63777

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


[Bug 67203] Re: New menu item no created when name field contains spaces

2006-10-20 Thread Jens Berke
Some more info:
after logging off and back into GNOME again, the menu entry is there suddenly. 
So the menu item is created actually but doesn't appear in Alacarte until the 
next session.  

** Summary changed:

- New menu item no created when name field contains spaces
+ New menu item not created when name field contains spaces

-- 
New menu item not created when name field contains spaces
https://launchpad.net/bugs/67203

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


[Bug 67203] New menu item no created when name field contains spaces

2006-10-20 Thread Jens Berke
Public bug reported:

Creating a new menu item that contains spaces in the name field fails.

Version: 0.10.1-0ubuntu1 on a freshly installed Edgy Release Candidate

Steps to reproduce:
- Open menu editor
- Choose any menu on the left side
- Choose new entry
- Enter a name that contains a space, for example My App
- Choose any existing executable for command
- Click OK

The menu entry is not created. It doesn't show up in the menu editor or
in the menus. This is 100% reproducable.

Workaround:
- choose a name without spaces, for example MyApp and save that
- right click on the new menu item, choose properties
- add the desired space to the name
- save that - menu item is still there and stays there

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

-- 
New menu item no created when name field contains spaces
https://launchpad.net/bugs/67203

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


[Bug 67341] powernowd doesn't use /etc/default/powernowd anymore

2006-10-21 Thread Jens Berke
Public bug reported:

Clean install of Edgy Eft Release Candidate, powernowd version
0.97-1ubuntu6

I've set the option
OPTIONS=-q -m 2 -l 40 -u 90 -s 10
in /etc/default/powernowd in order to run powernowd in PASSIVE mode.

However, the behaviour I see is that the speedstepping is still done in
AGRESSIVE mode. So I guess the file is ignored.

When I stop powernowd with
sudo /etc/init.d/powernowd stop

and start it again with
sudo powernowd -q -m 2 -l 40 -u 90 -s 10

the speedstepping is done fine and complying to the options I provided.

However, starting it with 
sudo /etc/init.d/powernowd start
results in the erroneous behaviour again.

This was working well on Dapper

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

-- 
powernowd doesn't use /etc/default/powernowd anymore
https://launchpad.net/bugs/67341

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


[Bug 67341] Re: powernowd doesn't use /etc/default/powernowd anymore

2006-10-24 Thread Jens Berke
More info:

I controlled the speedstepping by running BOINC  
(http://climateprediction.net).  After login or when I use
sudo /etc/init.d/powernowd start
the CPU goes up to highest speed as soon as the BOINC project starts running, 
and it stays there. Nice value of the process is 19.

When I stop and start powernowd like I wrote in my initial posting:
sudo powernowd -q -m 2 -l 40 -u 90 -s 10
then the speedstepping is done in that mode and the CPU stays at low frequency 
when BOINC is running. The output is:

powernowd:   verbosity:Settings:
powernowd:   verbosity:1
powernowd:   mode: 2 (PASSIVE)
powernowd:   step:   100 MHz (10 kHz)
powernowd:   lowwater:40 %
powernowd:   highwater:   90 %
powernowd:   poll interval: 1000 ms
powernowd: Found 1 scalable unit:  -- 1 'CPU' per scalable unit
powernowd:   cpu0: 800Mhz - 1866Mhz (12 steps)
powernowd:  step1 : 1866Mhz
powernowd:  step2 : 1766Mhz
powernowd:  step3 : 1666Mhz
powernowd:  step4 : 1566Mhz
powernowd:  step5 : 1466Mhz
powernowd:  step6 : 1366Mhz
powernowd:  step7 : 1266Mhz
powernowd:  step8 : 1166Mhz
powernowd:  step9 : 1066Mhz
powernowd:  step10 : 966Mhz
powernowd:  step11 : 866Mhz
powernowd:  step12 : 800Mhz

If I just do
sudo powernowd
passing no parameters to it, the output is just

powernowd: Found 1 scalable unit:  -- 1 'CPU' per scalable unit
powernowd:   cpu0: 800Mhz - 1866Mhz (5 steps)

which looks like the AGRESSIVE mode and not the one I saved in
/etc/default/powernowd. However, starting powernowd that way results in
the CPU staying at lowest frequency as well when BOINC is running.

So, there are two issues actually:
1.
Options set in /etc/default/powernowd arent used at all, no matter how 
powernowd is started
2.
There's a difference in speedstepping behaviour, depending on the way powernowd 
is started:
  sudo /etc/init.d/powernowd start = nice value ignored
  sudo powernowd = nice value respected

-- 
powernowd doesn't use /etc/default/powernowd anymore
https://launchpad.net/bugs/67341

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


[Bug 68178] Please upgrade to OpenCV 1.0 rc1

2006-10-25 Thread Jens Fursund
Public bug reported:

It would be really nice to see OpenCV 1.0 rc1 go into ubuntu!

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

-- 
Please upgrade to OpenCV 1.0 rc1
https://launchpad.net/bugs/68178

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


Re: [Bug 68178] Re: Please upgrade to OpenCV 1.0 rc1

2006-10-25 Thread Jens Fursund
Thanks for the answer! I was just wondering why we did not see any upgrade
yet. But I will be patient, I know the OpenCV 1.0 Final is released for
Windows, so we might see that in Feisty instead, that would be really cool!

On 10/25/06, Scott Robinson [EMAIL PROTECTED] wrote:

 Edgy is in RC, so it won't make it in that. Fiesty hasn't opened up yet.
 Finally, opencv is universe and Debian hasn't updated to 1.0rc1...

 Patience and the next release are your answer.

 ** Changed in: opencv (Ubuntu)
   Status: Unconfirmed = Rejected

 --
 Please upgrade to OpenCV 1.0 rc1
 https://launchpad.net/bugs/68178


-- 
Please upgrade to OpenCV 1.0 rc1
https://launchpad.net/bugs/68178

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


[Bug 68570] ra0 network

2006-10-27 Thread Jens Fursund
Public bug reported:

When trying to set the network with a rt2500 card i get this:

$ sudo ifdown ra0

Error for wireless request Set Mode (8B06) :
SET failed on device ra0 ; Function not implemented.


Furthermore i can't access the usual network I use in my university, it is a no 
key network.

$ iwlist ra0 scanning

gives

ra0   No scan results

and the graphical client in System-Administration-Networking is
showing no networks in the pulldown menu in the Properties of the ra0.

To top it all when selecting properties from the network icon in top-
left corner, the network i have written myself in the essid is shown as
connected to with a password though deleted the password from the old
network before connecting to the new one without password. I have tried
both Hex an ASCII.

** Affects: gnome-network (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
ra0 network
https://launchpad.net/bugs/68570

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


[Bug 68569] no easy access to network profiles

2006-10-27 Thread Jens Fursund
Public bug reported:

Binary package hint: gnome-network

I would consider it a degression from dapper that the network profiles
are not easily accesible. Before they where accesible through the
Properties in the Right-click menu of the network icon in top-left
corner.

** Affects: gnome-network (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
no easy access to network profiles
https://launchpad.net/bugs/68569

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


[Bug 68573] Proxy settings does not seem to affect synaptic

2006-10-27 Thread Jens Fursund
Public bug reported:

Binary package hint: synaptic

First of all the normal proxy settings in System-Preferences-Network
Proxy does not seem to affect anything not Gaim nor Synaptic.
Furthermore the internal proxy settings of Synaptic are not affecting
anything either.

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

-- 
Proxy settings does not seem to affect synaptic
https://launchpad.net/bugs/68573

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


[Bug 68573] Re: Proxy settings does not seem to affect synaptic

2006-10-27 Thread Jens Fursund
Ok it seems that manual proxy configuration in
System-Preferences-Network Proxy makes it work... but the automatic
proxy configuration doesn't.

-- 
Proxy settings does not seem to affect synaptic
https://launchpad.net/bugs/68573

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


[Bug 68921] firefox crash in connection with attempt to change video console preferences at BBC News website

2006-10-28 Thread Jens Ropers
Public bug reported:

I had Realplayer installed in Dapper.
This worked with the BBC News website.
I upgraded to Edgy Eft.
I then visited the BBC News website and tried to watch a video and couldn't.
I then tried to change the video preferences, by clicking on a link in the 
bottom left of the video console and that's when Firefox crashed.

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

-- 
firefox crash in connection with attempt to change video console preferences at 
BBC News website
https://launchpad.net/bugs/68921

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


[Bug 68921] Re: firefox crash in connection with attempt to change video console preferences at BBC News website

2006-10-28 Thread Jens Ropers

** Attachment added: problem report
   
http://librarian.launchpad.net/4939392/_usr_lib_firefox_firefox-bin.1000.crash

-- 
firefox crash in connection with attempt to change video console preferences at 
BBC News website
https://launchpad.net/bugs/68921

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


Re: [Bug 68570] Re: ra0 network

2006-10-29 Thread Jens Fursund
Edgy Eft of course;)!

On 10/29/06, essexman [EMAIL PROTECTED] wrote:
 Which version of Ubuntu?

 --
 ra0 network
 https://launchpad.net/bugs/68570


-- 
ra0 network
https://launchpad.net/bugs/68570

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


Re: [Bug 68570] Re: ra0 network

2006-10-31 Thread Jens Fursund
does not seem to be the same... it is two different chipsets

On 10/30/06, essexman [EMAIL PROTECTED] wrote:

 Which is why I am still running Dapper.

 It is shocking that developers released Edgy with so many wireless
 problems.  Why have they upgraded gnome-network when it clearly doesn't
 work?  How on earth they expect people to test when they can't connect
 to a network?

 Putting the rt2500 to one side, could the problem be the same as #66594?
 If you link together maybe the fix comes sooner?

 --
 ra0 network
 https://launchpad.net/bugs/68570


-- 
ra0 network
https://launchpad.net/bugs/68570

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


[Bug 41787] Re: nppdf.so: undefined symbol: XtCalloc

2006-10-31 Thread Jens Rühmkorf
Use dpkg-divert to add a wrapper-script that sets LD_PRELOAD as
suggested:

# dpkg-divert --add --rename --divert /usr/lib/firefox/firefox.real 
/usr/lib/firefox/firefox
# cat EOF  /tmp/firefox
#!/bin/sh

# fixes bug #41787
export LD_PRELOAD=/usr/lib/libXt.so.6
exec /usr/lib/firefox/firefox.real $@
EOF
# mv -i /tmp/firefox /usr/lib/firefox/firefox
# chmod 755 /usr/lib/firefox/firefox

-- 
nppdf.so: undefined symbol: XtCalloc
https://launchpad.net/bugs/41787

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


[Bug 69515] Movie Player (totem) crashes

2006-10-31 Thread Jens Ropers
Public bug reported:

Movie Player (totem) crashes repeatedly. Not sure if I can get it to
work with ANY movie after upgrading to Efty Eft. It worked under Dapper.

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

-- 
Movie Player (totem) crashes
https://launchpad.net/bugs/69515

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


[Bug 62321] FAT32 partition on flash drive/USB keyfob gets automounted in case-sensitive mode

2006-09-25 Thread Jens Ropers
Public bug reported:

Hi,

When having a 1GB USB keyfob / flash drive plugged in while booting a
Ubuntu 6.06 LTS default install, the FAT32 partition gets mounted in
case-sensitive mode.

At the very end of the dmesg it says this after bootup:

[17179647.74] FAT: utf8 is not a recommended IO charset for FAT
filesystems, filesystem will be case sensitive!

The partition otherwise does work and can be used, but it's possible to then 
create e.g. a file New file and a file new file in the same directory on 
that drive.
 
I believe FAT32 partitions, which are --for better or for worse-- a Microsoft 
standard should not get mounted in case-sensitive mode. 
If a user were to copy eponymous files that differ only in capitalization onto 
that drive, they might be in for a surprise when subsequently trying to access 
their files from, say Windows XP. Ubuntu should try to play nice with the other 
kids in the yard -- yes, even try to play nice with the schoolyard bully. ;-P

I have a forum thread open on this at: 
http://www.ubuntuforums.org/showthread.php?t=264501

Many thanks and kind regards,
Jens
_
Disclaimer: Please excuse my n00bness. I have OpenBSD/Mac OS/OS X/DOS/Windows 
experience, but I've only started using Ubuntu/Linux in September 2006 and I 
can't really code.

** Affects: Ubuntu
 Importance: Untriaged
 Status: Unconfirmed

-- 
FAT32 partition on flash drive/USB keyfob gets automounted in case-sensitive 
mode
https://launchpad.net/bugs/62321

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


[Bug 62321] Re: FAT32 partition on flash drive/USB keyfob gets automounted in case-sensitive mode

2006-09-25 Thread Jens Ropers
I probably didn't explain myself very well and/or didn't put the
emphasis right here:

Having figured things out as far as this, I don't see the utf8 is not a
recommended part of the error message as central or even as much of an
issue. Yes, I do think it's not nice to have error message thrown if
there isn't an error, but for sure that's significantly less important
than the substantive issue I filed this bug about.

The main  issue here is that the FAT32 partition gets mounted case-
sensitively instead of case-insensitively.

I don't actually understand at all why this error message would thow the utf8 
part together with case-sensitivity, but anyway: 
I think the mounting of FAT32 partitions as case-sensitive would be worth 
addressing.

-- 
FAT32 partition on flash drive/USB keyfob gets automounted in case-sensitive 
mode
https://launchpad.net/bugs/62321

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


[Bug 62321] Re: FAT32 partition on flash drive/USB keyfob gets automounted in case-sensitive mode

2006-09-25 Thread Jens Ropers
Thanks for your replies.

I'm noticing that a FAT32 hard drive partition I am mounting via
/etc/fstab does not have the problem of (incorrectly) being case-
sensitive. It (correctly) is case-insensitive.

From my /etc/fstab:

/dev/hdc1   /mnt/fattie vfat
user,auto,uid=ropers,gid=ropers,fmask=0111,dmask=   0 2

On that partition I cannot create a New file and a seperate new
file. I have tried this both with Nautilus and with touch New file;
touch new file at the shell.

Is anybody interested in elucidating why this issue of unwanted case
sensitivity would crop up when automounting a FAT32 partition (the one
on the USB drive) but not when mounting one (the one on a hard drive)
via /etc/fstab?

If fixing this still requires kernel support as Simon suggested, I would
be prepared to compose a email to [EMAIL PROTECTED]

However I feel I'm too incompetent to write a proper message to them. So
if this is really an issue that would need kernel changes to be
addressed, would anyone here be inclined to help submitting this to the
kernel hackers? I don't even know what the name of the automounter
daemon is.

Again, many thanks for your help. :)
--Jens

-- 
FAT32 partition on flash drive/USB keyfob gets automounted in case-sensitive 
mode
https://launchpad.net/bugs/62321

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


[Bug 62961] Starting a network interface issues a mountnfs regardless if the network interface has any associated nfs mounts

2006-09-29 Thread Jens Bergmann
Public bug reported:

Binary package hint: initscripts

Informations:
System: 
Server with 2 NICs and Dapper installed:
Linux rad3 2.6.15-27-server #1 SMP Sat Sep 16 02:57:21 UTC 2006 i686 GNU/Linux

initscripts:
  Installed: 2.86.ds1-6ubuntu32

Network Configuration (/etc/network/interfaces):
auto bond0 vlan169 vlan777

# Server VLAN
iface vlan169 inet static
   vlan-raw-device bond0
   address 172.x.y.z
   netmask 255.255.255.224
   gateway 172.x.y.z

# NFS VLAN
iface vlan777 inet static
   vlan-raw-device bond0
   address 192.168.c.d
   netmask 255.255.255.0

# Administration VLAN
iface bond0 inet static
   up ifenslave bond0 eth0
   up ifenslave bond0 eth1
   post-down modprobe -r bond0
   address 192.168.a.b
   netmask 255.255.254.0
   broadcast 192.168.a.b

NFS Mount (/etc/fstab):
r150-nfs:/vol/radiusbackup /backup nfs 
rw,bg,vers=3,tcp,timeo=600,rsize=32768,wsize=32768,soft,intr 0   0

Problemdescription:
If the Server boots, the mountnfs script is issued as soon as bond0 is up and 
hangs the bootprocess cause r150-nfs is not available at that moment. We have 
tracked back this behaviour and it’s caused by the “ifup –a”-command, which 
starts the mountnfs script. mountnfs now tries to mount all nfs mounts listed 
in /etc/fstab. Since the NFS-Server is located in our NFS-VLAN, and that 
network relies on the interface “bond0” the mount fails and hangs the further 
boot process. 

Workaround: 
We have worked around the problem by adding
[ $IFACE == vlan777 ] || exit 0
at the beginning of mountnfs but that’s a really bad workaround…

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

-- 
Starting a network interface issues a mountnfs regardless if the network 
interface has any associated nfs mounts
https://launchpad.net/bugs/62961

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

[Bug 156669] SATA drive freezes when using LVM over dm-crypt

2007-10-24 Thread Jens Pruefer
, resp_flags 0x0
[  233.248000] ata1: CPB 3: ctl_flags 0x1f, resp_flags 0x0
[  233.248000] ata1: CPB 4: ctl_flags 0x1f, resp_flags 0x0
[  233.248000] ata1: timeout waiting for ADMA IDLE, stat=0x400
[  233.248000] ata1: timeout waiting for ADMA LEGACY, stat=0x400
[  233.248000] ata1.00: NCQ disabled due to excessive errors
[  233.248000] ata1.00: exception Emask 0x0 SAct 0x1f SErr 0x0 action 0x2 frozen
[  233.248000] ata1.00: cmd 60/08:00:25:4a:df/00:00:1a:00:00/40 tag 0 cdb 0x0 
data 4096 in
[  233.248000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
[  233.248000] ata1.00: cmd 60/10:08:15:4e:b9/00:00:1a:00:00/40 tag 1 cdb 0x0 
data 8192 in
[  233.248000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
[  233.248000] ata1.00: cmd 61/08:10:a5:45:27/00:00:17:00:00/40 tag 2 cdb 0x0 
data 4096 out
[  233.248000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
[  233.248000] ata1.00: cmd 61/78:18:b5:d3:28/01:00:17:00:00/40 tag 3 cdb 0x0 
data 192512 out
[  233.248000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
[  233.248000] ata1.00: cmd 61/00:20:b5:d1:28/02:00:17:00:00/40 tag 4 cdb 0x0 
data 262144 out
[  233.248000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
[  233.56] ata1: soft resetting port
[  233.716000] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[  233.828000] ata1.00: configured for UDMA/133
[  233.828000] ata1: EH complete
[  233.896000] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[  233.904000] sd 0:0:0:0: [sda] Write Protect is off
[  233.904000] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[  233.92] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA

From there (s)ata runs without further problems.

Steps to reproduce: Install any kernel  2.6.18 and use a SATA disk with
LVM over dm-crypt as documented above. Make use of disk. Voila.

Please advise what I can do to help narrow down/solve the problem. If it
was me, I'd say this bug is critical, since I do not know if the drive
access works correctly and thus whether data storage is reliable.

Thank you for your support!

Cheers

Jens

** Affects: linux-source-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
SATA drive freezes when using LVM over dm-crypt
https://bugs.launchpad.net/bugs/156669
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 156669] Re: SATA drive freezes when using LVM over dm-crypt

2007-10-24 Thread Jens Pruefer
 0x0
  [  233.248000] ata1: CPB 0: ctl_flags 0x1f, resp_flags 0x0
  [  233.248000] ata1: CPB 1: ctl_flags 0x1f, resp_flags 0x0
  [  233.248000] ata1: CPB 2: ctl_flags 0x1f, resp_flags 0x0
  [  233.248000] ata1: CPB 3: ctl_flags 0x1f, resp_flags 0x0
  [  233.248000] ata1: CPB 4: ctl_flags 0x1f, resp_flags 0x0
  [  233.248000] ata1: timeout waiting for ADMA IDLE, stat=0x400
  [  233.248000] ata1: timeout waiting for ADMA LEGACY, stat=0x400
  [  233.248000] ata1.00: NCQ disabled due to excessive errors
  [  233.248000] ata1.00: exception Emask 0x0 SAct 0x1f SErr 0x0 action 0x2 
frozen
  [  233.248000] ata1.00: cmd 60/08:00:25:4a:df/00:00:1a:00:00/40 tag 0 cdb 0x0 
data 4096 in
  [  233.248000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
  [  233.248000] ata1.00: cmd 60/10:08:15:4e:b9/00:00:1a:00:00/40 tag 1 cdb 0x0 
data 8192 in
  [  233.248000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
  [  233.248000] ata1.00: cmd 61/08:10:a5:45:27/00:00:17:00:00/40 tag 2 cdb 0x0 
data 4096 out
  [  233.248000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
  [  233.248000] ata1.00: cmd 61/78:18:b5:d3:28/01:00:17:00:00/40 tag 3 cdb 0x0 
data 192512 out
  [  233.248000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
  [  233.248000] ata1.00: cmd 61/00:20:b5:d1:28/02:00:17:00:00/40 tag 4 cdb 0x0 
data 262144 out
  [  233.248000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
  [  233.56] ata1: soft resetting port
  [  233.716000] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
  [  233.828000] ata1.00: configured for UDMA/133
  [  233.828000] ata1: EH complete
  [  233.896000] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 
MB)
  [  233.904000] sd 0:0:0:0: [sda] Write Protect is off
  [  233.904000] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
  [  233.92] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
  
  From there (s)ata runs without further problems.
  
  Steps to reproduce: Install any kernel  2.6.18 and use a SATA disk with
  LVM over dm-crypt as documented above. Make use of disk. Voila.
  
  Please advise what I can do to help narrow down/solve the problem. If it
  was me, I'd say this bug is critical, since I do not know if the drive
  access works correctly and thus whether data storage is reliable.
  
  Thank you for your support!
  
  Cheers
  
  Jens
+ 
+ PS: Of course I overlooked the line [  233.248000] ata1.00: NCQ
+ disabled due to excessive errors. Could it be an NCQ problem? I have
+ read there are several blacklisted drives in the driver source:
+ 
+ libata-core.c:  /* NCQ hard hangs device under heavier load, needs hard power 
cycle */
+ libata-core.c:  { Maxtor 6B250S0, BANC1B70, ATA_HORKAGE_NONCQ },
+ libata-core.c:  { HTS541060G9SA00,MB3OC60D, ATA_HORKAGE_NONCQ, },
+ libata-core.c:  { HTS541080G9SA00,MB4OC60D, ATA_HORKAGE_NONCQ, },
+ libata-core.c:  { HTS541010G9SA00,MBZOC60D, ATA_HORKAGE_NONCQ, },
+ libata-core.c:  { HTS541680J9SA00,SB2IC7EP, ATA_HORKAGE_NONCQ, },
+ libata-core.c:  { HTS541612J9SA00,SBDIC7JP, ATA_HORKAGE_NONCQ, },
+ libata-core.c:  { HTS722012K9A300,DCCOC54P, ATA_HORKAGE_NONCQ, },
+ libata-core.c:  { HTS541616J9SA00, SB4OC70P, ATA_HORKAGE_NONCQ, },
+ libata-core.c:  { WDC WD740ADFD-00NLR1, NULL, ATA_HORKAGE_NONCQ, },
+ libata-core.c:  { FUJITSU MHV2080BH,  00840028, ATA_HORKAGE_NONCQ, },
+ 
+ Mine is a Seagate ST3250620NS. Maybe it needs to be added to the list?
+ Unfortunately there seems to be no kernel parameter to disable NCQ at
+ boottime. How do I forward this bug to the libata/sata_nv guys with
+ possible NCQ issue?

-- 
SATA drive freezes when using LVM over dm-crypt
https://bugs.launchpad.net/bugs/156669
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 153050] Re: Workspace switcher ignores configured number of rows

2007-10-26 Thread Jens Krämer
Yes, I use brightside.

Thanks for the pointer, I'll try and see if I can fix the problem this
way.

-- 
Workspace switcher ignores configured number of rows
https://bugs.launchpad.net/bugs/153050
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 153050] Re: Workspace switcher ignores configured number of rows

2007-10-26 Thread Jens Krämer
Ok, deactivating automatic brightside start in the session manager and a
log out/log in cycle solved the problem, so really brightside seems to
be the culprit here.

-- 
Workspace switcher ignores configured number of rows
https://bugs.launchpad.net/bugs/153050
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 156669] Re: SATA drive freezes when using LVM over dm-crypt

2007-10-26 Thread Jens Pruefer
The problem *is* related to NCQ, however, I believe it is *not* the
drive. I am running into the same problems on a different machine with a
SAMSUNG SP2504C SATA drive.

--- snip ---
[0.00] Linux version 2.6.22-14-generic ([EMAIL PROTECTED]) (gcc version 
4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 SMP Sun Oct 14 
23:05:12 GMT 2007 (Ubuntu 2.6.22-14.46-generic)
...
[4.936000] sata_nv :00:08.0: version 3.4
[4.936000] sata_nv :00:08.0: Using ADMA mode
...

[  800.196000] ata1: timeout waiting for ADMA IDLE, stat=0x400
[  800.196000] ata1: timeout waiting for ADMA LEGACY, stat=0x400
[  800.196000] ata1.00: exception Emask 0x0 SAct 0x7 SErr 0x20 action 
0x2 frozen
[  800.196000] ata1.00: cmd 61/00:00:1c:03:3c/04:00:1b:00:00/40 tag 0 cdb 0x0 
data 524288 out
[  800.196000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
[  800.196000] ata1.00: cmd 61/00:08:1c:ff:3b/02:00:1b:00:00/40 tag 1 cdb 0x0 
data 262144 out
[  800.196000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
[  800.196000] ata1.00: cmd 61/00:10:1c:01:3c/02:00:1b:00:00/40 tag 2 cdb 0x0 
data 262144 out
...
[  918.972000] ata1: timeout waiting for ADMA IDLE, stat=0x400
[  918.972000] ata1: timeout waiting for ADMA LEGACY, stat=0x400
[  918.972000] ata1.00: NCQ disabled due to excessive errors
[  918.972000] ata1.00: exception Emask 0x0 SAct 0x1f SErr 0x0 action 0x2 
frozen
[  918.972000] ata1.00: cmd 60/08:00:f4:75:14/00:00:1b:00:00/40 tag 0 cdb 0x0 
data 4096 in
[  918.972000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
[  918.972000] ata1.00: cmd 61/08:08:bc:1e:fe/00:00:1a:00:00/40 tag 1 cdb 0x0 
data 4096 out
[  918.972000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
[  918.972000] ata1.00: cmd 61/40:10:ac:1d:4a/00:00:1a:00:00/40 tag 2 cdb 0x0 
data 32768 out
[  918.972000]  res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 
(timeout)
...
[  919.284000] ata1: soft resetting port
[  919.44] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[  919.96] ata1.00: configured for UDMA/133
[  919.96] ata1: EH complete
[  920.056000] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[  920.056000] sd 0:0:0:0: [sda] Write Protect is off
[  920.056000] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[  920.056000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA

... and the drive is working again.


The common denominator here is: both machines use the NForce4 chipset, both use 
the sata_nv driver and both are trying to use LVM over dm-crypt.

I am of course not sure, but it is possible that there might be a bug
combining sata_nv, NCQ and LVM mapped devices. I wish someone else would
look into this issue. The drive does make funky noises during the error
phase, but I am not sure if that is healthy at all.

Cheers

Jens

-- 
SATA drive freezes when using LVM over dm-crypt
https://bugs.launchpad.net/bugs/156669
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 283376] Re: Network manager sends CHAP response in wrong format

2008-11-07 Thread Jens Georg
Can confirm this. Attached is patch; see
http://pptpclient.sourceforge.net/howto-diagnosis.phtml#failed_to_auth;
patch attached

** Attachment added: fix-pptp-domain-usage.patch
   http://launchpadlibrarian.net/19475082/fix-pptp-domain-usage.patch

-- 
Network manager sends CHAP response in wrong format
https://bugs.launchpad.net/bugs/283376
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 295457] [NEW] package emacs21 21.4a+1-5.5 failed to install/upgrade:

2008-11-08 Thread Jens Gustedt
Public bug reported:

Binary package hint: emacs21

when updating to intrepid I ran into this

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: Unterprozess post-installation script gab den Fehlerwert 255 
zurück
Package: emacs21 21.4a+1-5.5
SourcePackage: emacs21
Title: package emacs21 21.4a+1-5.5 failed to install/upgrade: 
Uname: Linux 2.6.27.4 x86_64

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


** Tags: apport-package

-- 
package emacs21 21.4a+1-5.5 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295457
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 295457] Re: package emacs21 21.4a+1-5.5 failed to install/upgrade:

2008-11-08 Thread Jens Gustedt

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/19483364/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/19483365/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/19483366/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeMainprereqlog.gz
   http://launchpadlibrarian.net/19483367/VarLogDistupgradeMainprereqlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/19483368/VarLogDistupgradeTermlog.gz

-- 
package emacs21 21.4a+1-5.5 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/295457
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 295459] [NEW] package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2008-11-08 Thread Jens Gustedt
Public bug reported:

Binary package hint: update-manager

happened when upgrading to intrepid

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage: ErrorMessage: SystemError in cache.commit(): E:Sub-process 
/usr/bin/dpkg returned an error code (1)

Package: update-manager 1:0.93.34
PackageArchitecture: all
SourcePackage: update-manager
Title: package update-manager 1:0.93.34 failed to install/upgrade: 
ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg 
returned an error code (1)
Uname: Linux 2.6.27.4 x86_64

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


** Tags: apport-package

-- 
package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.launchpad.net/bugs/295459
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 295459] Re: package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2008-11-08 Thread Jens Gustedt

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/19483425/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/19483426/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/19483427/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeMainprereqlog.gz
   http://launchpadlibrarian.net/19483428/VarLogDistupgradeMainprereqlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/19483429/VarLogDistupgradeTermlog.gz

-- 
package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.launchpad.net/bugs/295459
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 152377] Re: Gamma correction does not work with xvideo using Openchrome drivers

2008-11-08 Thread Jens Ropers
Hi Bryce,

Do you think it will be possible to test this from a live-CD?

I'm asking because I've rebuilt and mixed and matched a lot of my PCs,
and my SiS 630 256MB 1GHz PIII with that unichrome onboard graphics
hardware actually currently runs Windows ME. (Yes, I know. Pity me,
don't hate me. Some legacy software doesn't run as well on Wine, and I
got a legal Win ME license for free.)

Thanks and regards,
ropers

2008/11/7 Bryce Harrington [EMAIL PROTECTED]:
 Hi ropers,


 Thank you for taking the time to report this bug and helping to make Ubuntu 
 better. You reported this bug a while ago and there hasn't been any activity 
 in it recently. We were wondering is this still an issue for you? Can you try 
 with the latest development release of Ubuntu?  (ISOs are available from 
 cdimage.ubuntu.com)

 If it remains an issue, could you also attach a new /var/log/Xorg.0.log?
 Thanks in advance.


 The output of lspci -vvnn would also be worth having.


 ** Changed in: xserver-xorg-video-openchrome (Ubuntu)
   Status: New = Incomplete

 --
 Gamma correction does not work with xvideo using Openchrome drivers
 https://bugs.launchpad.net/bugs/152377
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Gamma correction does not work with xvideo using Openchrome drivers
https://bugs.launchpad.net/bugs/152377
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 284994] Re: bluetooth-wizard unable to pair headset

2008-11-08 Thread Jens Janssen
Perhaps SP is the wrong service. Try sdptool search A2SNK
xx:xx:xx:xx:xx:xx for your bluetooth headset. Please read the manpage
of sdptool or the manual of your device to figure out the proper service
type/bluetooth profile. I'm at work so i cannot test Dennis Heitmanns
solution for the problem.

-- 
bluetooth-wizard unable to pair headset
https://bugs.launchpad.net/bugs/284994
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 152377] Re: Gamma correction does not work with xvideo using Openchrome drivers

2008-11-08 Thread Jens Ropers
2008/11/8 ropers [EMAIL PROTECTED]:
 Hi Bryce,

 Do you think it will be possible to test this from a live-CD?

 I'm asking because I've rebuilt and mixed and matched a lot of my PCs,
 and my SiS 630 256MB 1GHz PIII with that unichrome onboard graphics
 hardware actually currently runs Windows ME. (Yes, I know. Pity me,
 don't hate me. Some legacy software doesn't run as well on Wine, and I
 got a legal Win ME license for free.)

Ooops, I think I got confused about which computer has the unichrome
graphics hardware onboard. I now think the PC with the VIA unichrome
hardware is the one that has an MSI board, not the SiS 630 one.

Anyway, the same question remains: Can I test this from a live-CD?
Because my MSI VIA PC runs OpenBSD now.

 Thanks and regards,
 ropers

 2008/11/7 Bryce Harrington [EMAIL PROTECTED]:
 Hi ropers,


 Thank you for taking the time to report this bug and helping to make Ubuntu 
 better. You reported this bug a while ago and there hasn't been any activity 
 in it recently. We were wondering is this still an issue for you? Can you 
 try with the latest development release of Ubuntu?  (ISOs are available from 
 cdimage.ubuntu.com)

 If it remains an issue, could you also attach a new /var/log/Xorg.0.log?
 Thanks in advance.


 The output of lspci -vvnn would also be worth having.


 ** Changed in: xserver-xorg-video-openchrome (Ubuntu)
   Status: New = Incomplete

 --
 Gamma correction does not work with xvideo using Openchrome drivers
 https://bugs.launchpad.net/bugs/152377
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
Gamma correction does not work with xvideo using Openchrome drivers
https://bugs.launchpad.net/bugs/152377
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 284994] Re: bluetooth-wizard unable to pair headset

2008-11-08 Thread Jens Janssen
SOLVED!

At least for my A2DP audio sink (Nokia AD-42W).

1. Set up device in pairing-mode

2. sudo sdptool browse and then enter the bluetooth PIN code into the
popup window.

OR

sudo hcitool scan  to get the device id xx:xx:xx:xx:xx:xx
sudo sdptool search --bdaddr xx:xx:xx:xx:xx:xx y where y is your service type 
(in my case y=A2SNK).
Then enter the bluetooth PIN code into the popup window.

Finished.

For A2DP devices (Bluetooth Audio Devices):
Create ~/.asoundrc:
pcm.bluetooth {
type bluetooth
device xx:xx:xx:xx:xx:xx
profile auto
}

If you are getting distorted sound output (e.g. when using a bluetooth mouse) 
then uncomment last three lines in /etc/bluetooth/audio.conf:
[A2DP]
SBCSources=1
MPEG12Sources=0

-- 
bluetooth-wizard unable to pair headset
https://bugs.launchpad.net/bugs/284994
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 295906] [NEW] gnome-power-manager blocks in futex when on battery

2008-11-09 Thread Jens Gustedt
Public bug reported:

Binary package hint: gnome-power-manager

After upgrading to intrepid I see that problem:

When starting with AC plugged in gpm works as expected.
When removing AC, gpm blocks somewhere in the middle, with curious symtoms.
Eg. if the first of my two batteries is empty it reports that battery is low 
although the second
battery is full. Increasing the brightness gets stuck in the middle with the 
popup remaining on the screen.

I attach a backtrace of such a stuck gpm process.

The only thing errornous that I can detect for myself is

 ~ 11:05 140% gnome-power-manager --no-daemon

(gnome-power-manager:13687): GStreamer-WARNING **: Failed to load plugin
'/usr/lib/gstreamer-0.10/libpitfdll.so':
/usr/lib/gstreamer-0.10/libpitfdll.so: wrong ELF class: ELFCLASS32

And yes, this gstreamer library is in 32 whereas all others are 64. But 
obviously I can't figure out whether it's
related. (Could file a separate bug for that if someone thinks its appropriate.)

My machine is a Dell Latitude D630, with two batteries, intrepid amd64,
vamilla kernel 2.6.27.5

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

-- 
gnome-power-manager blocks in futex when on battery
https://bugs.launchpad.net/bugs/295906
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 295906] Re: gnome-power-manager blocks in futex when on battery

2008-11-09 Thread Jens Gustedt

** Attachment added: backtrace of stuck gnome-power-manager
   http://launchpadlibrarian.net/19507857/gpm-bt.txt

-- 
gnome-power-manager blocks in futex when on battery
https://bugs.launchpad.net/bugs/295906
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 295969] [NEW] regression: g++ produces spurious alignment errors for prototypes

2008-11-09 Thread Jens Gustedt
Public bug reported:

Binary package hint: gcc

This appeared recently when upgrading from gutsy to intrepid. Compiling
the following with g++

void toto1(double*const __attribute__((aligned(16))) X);
void toto2(double* const (X)[1]);

produdes

g++-c -o test.o test.cc
test.cc:2: error: alignment of array elements is greater than element size

Observe the `2' in the error message, the error is reported for toto2.
(For toto1 an error would be acceptable, I think). 

But even worse, if we take

void toto0(double* const (X)[1]);
void toto1(double*const __attribute__((aligned(16))) X);
void toto2(double* const (X)[1]);

All three prototypes compile flawlessly.

This particular testing was done with 4:4.3.1-1ubuntu2 on an 8.10 amd64,
but we observed the same thing on 8.10 i386
Previously, everything was working well on 8.04.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 8.10
Package: g++ 4:4.3.1-1ubuntu2
ProcEnviron:
 SHELL=/bin/tcsh
 
PATH=/home/username/bin:/usr/bin:/usr/sbin:/bin:/usr/X11R6/bin:/usr/bin/X11:/usr/local/bin:/usr/local/bin
 LANG=de_DE.iso885915
SourcePackage: gcc-defaults
Uname: Linux 2.6.27.5 x86_64

** Affects: gcc-defaults (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
regression: g++ produces spurious alignment errors for prototypes
https://bugs.launchpad.net/bugs/295969
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 295969] Re: regression: g++ produces spurious alignment errors for prototypes

2008-11-09 Thread Jens Gustedt

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

-- 
regression: g++ produces spurious alignment errors for prototypes
https://bugs.launchpad.net/bugs/295969
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 249448] Re: Bluetooth mouse does not re-establish connection after reboot

2008-10-31 Thread Jens Janssen
Here same problem with my device with ID 03f0:171d (HP Bluetooth Module
(Broadcom) on HP 6715b Laptop).

-- 
Bluetooth mouse does not re-establish connection after reboot
https://bugs.launchpad.net/bugs/249448
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 292815] [NEW] Upgrade from hardy to intrepid installs only a few packages

2008-11-02 Thread Jens Geiregat
Public bug reported:

Friday 31/10 I did an upgrade from Hardy to Intrepid using the Belgian
mirrors (be.archive...). The archives were pretty much down at that
time, and I think that affected what happened when upgrading to
Intrepid: Only a few packages were installed (I think three), and after
that the cleaning seemed to go nowhere. (Similar effects to the fist
post of this topic: http://ubuntuforums.org/showthread.php?t=963587 ) I
descided to kill update-manager (using a terminal). After that, my
system was running (mostly) hardy packages, but thought it was running
intrepid. I didn't quite know how to recover my system, but in the end
this post helped me through, after switching to the german mirrors:
http://ubuntuforums.org/showpost.php?p=6067230postcount=40

To summarise:
- Only a very small part of the upgrade was executed, I think this shouldn't 
happen
- The result was very confusing to me (I suspect it would be to a lot of users)
- I still managed to recover the system using aptitude

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


** Tags: distupgrade intrepid update-manager

** Description changed:

- Friday 31/10 I did an upgrade from Hardy to Intrepid using the belgium
+ Friday 31/10 I did an upgrade from Hardy to Intrepid using the Belgian
  mirrors (be.archive...). The archives were pretty much down at that
  time, and I think that affected what happened when upgrading to
  Intrepid: Only a few packages were installed (I think three), and after
  that the cleaning seemed to go nowhere. (Similar effects to the fist
  post of this topic: http://ubuntuforums.org/showthread.php?t=963587 ) I
  descided to kill update-manager (using a terminal). After that, my
  system was running (mostly) hardy packages, but thought it was running
  intrepid. I didn't quite know how to recover my system, but in the end
- this post helped me through:
+ this post helped me through, after switching to the german mirrors:
  http://ubuntuforums.org/showpost.php?p=6067230postcount=40
  
  To summarise:
  - Only a very small part of the upgrade was executed, I think this shouldn't 
happen
  - The result was very confusing to me (I suspect it would be to a lot of 
users)
  - I still managed to recover the system using aptitude

** Tags added: distupgrade intrepid update-manager

-- 
Upgrade from hardy to intrepid installs only a few packages
https://bugs.launchpad.net/bugs/292815
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 284119] Re: Intrepid: Elisa + fglrx distorted graphics

2008-11-03 Thread Jens Christian
I have the same problem with XBMC and with Boxee using the proprietary
catalyst 8.11 beta driver included with intrepid.

-- 
Intrepid: Elisa + fglrx distorted graphics
https://bugs.launchpad.net/bugs/284119
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 289628] Re: Corruption (ambiguous) of the Screen in a GLX game

2008-11-04 Thread Jens Christian
This is not a x64 spesific problem. I have installed a x86 version of
Intrepid with a HD3200 and I have the same problem when I run XBMC or
Boxee in fullscreen mode.

-- 
Corruption (ambiguous)  of the Screen in a GLX game
https://bugs.launchpad.net/bugs/289628
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 289628] Re: Corruption (ambiguous) of the Screen in a GLX game

2008-11-04 Thread Jens Christian
@Bryce: I had the blinking issue (#179042) with hardy, but then it
worked ok in fullscreen. I do not have the blinking issue any more, but
I have the corruption issue when running programs in fullscreen mode. I
do not have compiz enabled and didn't have it enabled when I ran hardy
either.

-- 
Corruption (ambiguous)  of the Screen in a GLX game
https://bugs.launchpad.net/bugs/289628
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 263059] Re: [regression] 2.6.27-7 sometimes fails to boot (iwl3945 issue?)

2008-10-20 Thread Jens Kleikamp
I had the same problem with =2.6.27-3

Since some days (2.6.27.7) the problem seems to be fixed.

I have a Dell Precision M90 Notebook.

-- 
[regression] 2.6.27-7 sometimes fails to boot (iwl3945 issue?)
https://bugs.launchpad.net/bugs/263059
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 264835] Re: [Intrepid] Guest account should be accessible from login screen

2008-10-15 Thread Jens Askengren

With guest session:

A: Can I Borrow your computer?
B: Yes, but only when I'm at home, because I have to log in first

With guest account:

A: Can I Borrow your computer?
B: Yes, but you will have to wait 30 seconds after it has started up, and 
remember to move the mouse regularly so the screen saver doesn't get activated. 
(The screen saver or any other program that prompts for a password wont accept 
the empty string)

Why just not an option to enable the a guest session from the  login
window?

-- 
[Intrepid] Guest account should be accessible from login screen
https://bugs.launchpad.net/bugs/264835
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 290205] [NEW] Option to change the preview text in gnome-font-viewer

2008-10-28 Thread Jens Askengren
Public bug reported:

gnome-font-viewer needs an option to change the text in the preview.
This is an important feature when you need to know if the font supports your 
national characters.

An alternative would be to use a translated preview text.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Option to change the preview text in gnome-font-viewer
https://bugs.launchpad.net/bugs/290205
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 205957] [NEW] No Sound in Freeciv 2.1.3

2008-03-24 Thread Jens Lehmann
Public bug reported:

Binary package hint: freeciv

When using freeciv in hardy (usually I use gutsy with a few exceptions),
sound does not work. When starting freeciv the sound options button is
grayed out indicating that sound is not available. I installed the
following packages:

freeciv-server 2.1.3-1
freeciv-client-sdl 2.1.3-1
freeciv-sound-standard 2.1.3-1
freeciv-data 2.1.3-1

So, the standard sound package is correctly installed, but I get neither
sound nor any relevant message on the command line pointing me to
anything which could be wrong. I also tried to set
default_sound_plugin_name=sdl in .civclientrc, but this didn't change
anything.

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

-- 
No Sound in Freeciv 2.1.3
https://bugs.launchpad.net/bugs/205957
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 107974] Re: Evolution will not remember exchange password

2008-03-24 Thread Jens Fursund
My problem is probably related, I am running hardy and the password is
only forgotten on reboot. Logging out and in again remembers the
password. The first password dialog which appears does not seem to work
though. So essentially I have to start evolution twice everytime I
reboot my computer. First time the password dialog won't work, second
time it works. Hope this helps to identify the problem. This is probably
a problem which should be fixed upstream...

-- 
Evolution will not remember exchange password
https://bugs.launchpad.net/bugs/107974
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 107974] Re: Evolution will not remember exchange password

2008-03-24 Thread Jens Fursund
My problem is probably related, I am running hardy and the password is
only forgotten on reboot. Logging out and in again remembers the
password. The first password dialog which appears does not seem to work
though. So essentially I have to start evolution twice everytime I
reboot my computer. First time the password dialog won't work, second
time it works. Hope this helps to identify the problem. This is probably
a problem which should be fixed upstream...

-- 
Evolution will not remember exchange password
https://bugs.launchpad.net/bugs/107974
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 205957] Re: No Sound in Freeciv 2.1.3 SDL client

2008-03-24 Thread Jens Lehmann
After actually starting a game, I found out that sound does work when
moving units. I still wonder why the sound menu is grayed out, but there
does not actually seem to be a general sound system problem in my case.
(Maybe only some sound events are working as your error messages
indicate.)

It can still be confusing for users, because there is no music/sound
when starting the SDL client and options cannot be set (don't know
whether/which sound options exist).

-- 
No Sound in Freeciv 2.1.3 SDL client
https://bugs.launchpad.net/bugs/205957
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 107974] Re: Evolution will not remember exchange password

2008-03-24 Thread Jens Fursund
Well the day I decide to make a bug report... the problem seems to have
gone. So just ignore more posting above (8 hours ago). Open source is
fantastic!

-- 
Evolution will not remember exchange password
https://bugs.launchpad.net/bugs/107974
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 207054] Re: photon crashed with OSError in process_directory()

2008-03-26 Thread Jens Sommerfeld
** Changed in: photon (Ubuntu)
 Assignee: (unassigned) = Carlos Briosso (photon)

** Changed in: photon (Ubuntu)
 Assignee: Carlos Briosso (photon) = (unassigned)

** Visibility changed to: Public

** Visibility changed to: Private

-- 
photon crashed with OSError in process_directory()
https://bugs.launchpad.net/bugs/207054
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


<    1   2   3   4   5   6   7   8   9   10   >