Bug#981357: python3-django: needs python3-mysqldb >=1.3.13 which is not in backports

2021-01-29 Thread Jens Reinsberger
Package: python3-django
Version: 2:2.2.17-2~bpo10+1
Severity: normal

Dear Maintainer,

since the stable version of python3-django is utterly out of date and
not maintained anymore upstream, I wanted to use the backports version.

Unfortunately it needs python3-mysqldb >= 1.3.13 in order to work with
MySQL/MariaDB, which is not available in backports.

Could you provide the current testing version of python3-mysqldb as backports?

In essence, this is the backports version of #935394.

With kind regards,
Jens Reinsberger

-- System Information:
Debian Release: 10.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Versions of packages python3-django depends on:
ii  python3   3.7.3-1
ii  python3-sqlparse  0.2.4-1
ii  python3-tz2019.1-1

Versions of packages python3-django recommends:
ii  libjs-jquery  3.3.1~dfsg-3

Versions of packages python3-django suggests:
…
pn  python3-mysqldb

-- no debconf information


Bug#743474: And another new upstream version is out...

2015-03-18 Thread Jens Reinsberger
Hello again,

a few days ago upstream released 3.8.0. Any chance to package it? I even
consider to help maintain it in the future if some mentoring is provided.

Regards,
Jens


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#762132: [Pkg-fglrx-devel] Bug#762132: fglrx-driver: Update to 1:14.6~ga14.201-1 amd64: Mouse cursor gone

2015-03-17 Thread Jens Reinsberger
Am 17.03.2015 um 07:29 schrieb Patrick Matthäi:
 Also if you change between i/d mode?

If you refer to the solution proposed by jbarka...@gmail.com, he wrote
already:

 fglrx device in screen :  aticonfig --px-dgpu  [Mouse: no Acceleration: 
 yes]
 fglrx device in screen :  aticonfig --px-igpu   [Mouse: yes   Acceleration: 
 yes]  !!

With his setup and GPU acceleration provided by the discrete chip he
doesn't have a mouse pointer (neither do I). In his working setup
fglrxinfo says acceleration is provided by the Intel Chip.

With the pinned 1.15 XServer snapshot everything works fine and out of
the box. One can choose the integrated or the dedicated graphics by
running aticonfig --px-igpu or aticonfig --px-dgpu respectively.

Regards,
Jens


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#762132: [Pkg-fglrx-devel] Bug#762132: fglrx-driver: Update to 1:14.6~ga14.201-1 amd64: Mouse cursor gone

2015-03-16 Thread Jens Reinsberger
Am 16.03.2015 um 16:55 schrieb Patrick Matthäi:
 Hi,
 
 interesting, could someone else verify this?

Well, it works but it provides only the acceleration by the integrated
gpu. If you really need the dedicated gpu then you have to go with the
downgrade of your X server as described above by Adam Hnat (works here
for me).

Regards,
Jens


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#743474: linphone: New upstream version available

2014-04-03 Thread Jens Reinsberger
Package: linphone
Version: 3.6.1-2.1
Severity: wishlist
Tags: upstream

Dear Maintainer,

there is a new upstream version available (3.7.0). Could you please
consider packaging it?

Thanks alot,
Jens


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#639984: lightdm: restart/reload fails if DISPLAY is set

2014-02-11 Thread Jens Reinsberger
Package: lightdm
Version: 1.2.2-4
Followup-For: Bug #639984

Dear Maintainer,

we were bitten by that in a real environment, too. And, Yves-Alexis, you
were wrong when saying other login managers act equally.

I agree that when the lightdm binary is started directly it should somehow
be able to auto-detect if it runs in a nested environment or not.

Nonetheless we were using the runlevel startup scripts to restart lightdm over
a ssh connection which failed while other login managers (namely kdm) did
not. That way you can restart remotely any display manager I know of without
fiddling with the DISPLAY variable.

Thats why I ask you to accept this bug and maybe change the init script
accordingly in order to ignore the DISPLAY variable. If wanted, I can write up
a small patch which makes the behaviour configurable via /etc/defaults/lightdm.

With kind regards,
Jens


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#737686: cryptsetup: Patch for #659688

2014-02-04 Thread Jens Reinsberger
Package: cryptsetup
Version: 2:1.6.1-1
Severity: important
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear Maintainer,

I found a solutions for #659688 which bit me, too.

The problem is that only one of the LVM dependencies gets the lvm=
option which is needed for the local-top/cryptroot script in order to work.

Patch:

- --- /usr/share/initramfs-tools/hooks/cryptroot2013-06-28 
12:14:24.0 +0200
+++ /usr/share/initramfs-tools/hooks/cryptroot.new  2014-02-04 
23:23:27.480776508 +0100
@@ -378,7 +378,11 @@
fi
 
# It is a lvm device!
- - lastopts=lvm=$nodes
+if [ -z $opts ]; then
+opts=lvm=$nodes
+else
+opts=$opts,lvm=$nodes
+fi
nodes=$lvmnodes
fi
 

- -

Regards,
Jens

- -- Package-specific info:
- -- /proc/cmdline
BOOT_IMAGE=/vmlinuz-3.12-1-amd64 root=/dev/mapper/cosanostra-root ro single

- -- /etc/crypttab
sda6_crypt UUID=0af6847f-SHORTENED none luks
sda2_crypt UUID=17bd6bb2-SHORTENED /etc/luks.key luks

- -- /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# file system mount point   type  options   dump  pass
proc/proc   procdefaults0   0
/dev/mapper/cosanostra-root /   ext3
noatime,user_xattr,errors=remount-ro 0   1
# /boot was on /dev/sda5 during installation
UUID=c5ca6389-SHORTENED /boot   ext3defaults0   2
/dev/mapper/cosanostra-home /home   ext4
noatime,nodev,nosuid,user_xattr 0   2
/dev/mapper/cosanostra-usr /usrext4noatime 0   2

- -- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 
'proposed-updates'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cryptsetup depends on:
ii  cryptsetup-bin 2:1.6.1-1
ii  debconf [debconf-2.0]  1.5.52
ii  dmsetup2:1.02.83-1
ii  libc6  2.17-97
ii  sysv-rc2.88dsf-45

Versions of packages cryptsetup recommends:
ii  busybox 1:1.21.0-1
ii  console-setup   1.102
ii  initramfs-tools [linux-initramfs-tool]  0.115
ii  kbd 1.15.5-1

Versions of packages cryptsetup suggests:
ii  dosfstools  3.0.16-2
ii  liblocale-gettext-perl  1.05-7+b2

- -- debconf information:
  cryptsetup/prerm_active_mappings: true

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJS8XZjAAoJEBWYeJ7GElY2vZEP/Rb8ZkaVSVuHnOzAaGq+71IE
z9kq32eQwMUd/WvKd+r1SKPk6GdEGm+7p1BSK4ZMnzvh0aOVy6EP8jgqw1uv+bhU
RPCzHLKYQQ9XXu0HOENyowjsLtxVNTwnS0aptOEDYfYqzCSv6DtiLQ4xa5JIYvEO
1JALSZIa6sSwo+6glLsxPhudgdlYOXf8MlItiX4+YQF+QVK1dHV6j7jicxbFfKbp
ycU3XoBz5ONe2KDxAkt8W/pLCUQc+phYp6svpPV3vGYMjWw2DTEOk9WBRHAh2xxX
+vozaMaEbP0KWSwF3I849EVBQhE4781vXc/6z5chw4GMowutyKPF0sOuVKaZzpI7
8fKf5IT7G5SDChzcdsVBHuh3UJFDqPGU1CBDz4Q4OAwnompGxyDSRvL6bs6FZ9gC
6/o5iJorg6336zvGvQsZ7xY4xHVfYvegCGN1ojdhhzMbgjQcGbULe6RDDh4lUueq
yt9ORlTvs70p/AluGHxK/EhqOahE6r1QQwCE666BMJFvkY9Ds9LdwrXkWgpxJM05
THutqhGvxbBHasLIN7ZJiss2fFoeXpfksq8eSpYY9nIhAgwf28+0gzTQm6QB6Zw7
OlwWUiRJHjjYdlpP4wu98zgoKGcnHq0fuoqdPZ0M+fJ+RhkDlDnmNkjXE18W3nDx
6HNiImdN9FBUve2G1ihb
=ua/m
-END PGP SIGNATURE-
--- /usr/share/initramfs-tools/hooks/cryptroot	2013-06-28 12:14:24.0 +0200
+++ /usr/share/initramfs-tools/hooks/cryptroot.new	2014-02-04 23:23:27.480776508 +0100
@@ -378,7 +378,11 @@
 		fi
 
 		# It is a lvm device!
-		lastopts=lvm=$nodes
+if [ -z $opts ]; then
+opts=lvm=$nodes
+else
+opts=$opts,lvm=$nodes
+fi
 		nodes=$lvmnodes
 	fi
 
--- /usr/share/initramfs-tools/hooks/cryptroot	2013-06-28 12:14:24.0 +0200
+++ /usr/share/initramfs-tools/hooks/cryptroot.new	2014-02-04 23:23:27.480776508 +0100
@@ -378,7 +378,11 @@
 		fi
 
 		# It is a lvm device!
-		lastopts=lvm=$nodes
+if [ -z $opts ]; then
+opts=lvm=$nodes
+else
+opts=$opts,lvm=$nodes
+fi
 		nodes=$lvmnodes
 	fi
 


Bug#652699: bug confirmed

2011-12-30 Thread Jens Reinsberger

Hi,

I observed the same behaviour:

 Hi.  It sounds from your report like you are saying that you had
 libverto1 and libverto-glib1 installed but not libverto-libev1, and
 that the kdc failed to function.

 Is that correct?

Absolutely. Only when libverto-libev1 is installed, kdc and kadmind will 
start.


Regards,
Jens



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#605284: Kernel Oops in kerberized NFS4

2011-11-24 Thread Jens Reinsberger

On 24.11.2011 07:52, Jonathan Nieder wrote:

Hi Jens,

Ben Hutchings wrote:

On Sun, 2010-11-28 at 18:24 +0100, Jens Reinsberger wrote:



Just this... I use a NFS4-kerberized setup with a debian based NFS server.
The Oops happened after having tried to access a NFS share with GNOME nautilus.
As my LAN is using IPv6 with the client having the IPv6 privacy extensions 
enabled, it might have happened after a temporary address became invalid.
The share in question is mounted at boot time.

[...]

Please report this upstream athttps://bugzilla.kernel.org  under
product 'File System', component 'NFS'.


Did you report this?  If so, please let us know the bug number or
approximate date and title so we can track it.


It was reported as kernel bug 23992.


In either case, what kernel version are you using now?  Are you still
able to reproduce the bug?  If not, do you know how it went away, and
was that a client-side or server-side change?


I upgraded my systems to wheezy/sid using 3.0 and 3.1 kernels. As far as 
it seems the bug disappeared a longer time ago, at least I can't 
reproduce it anymore. If it happened again I would reopen this bug 
willingly if anybody should have closed it meanwhile.


Regards,
Jens



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#605699: (no subject)

2011-05-31 Thread Jens Reinsberger
This bug is a known Firefox bug. It is solved upstream in the 4.0
version. I was also quite annoyed by this one. Now I use the
squeeze-backports from mozilla.debian.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#605284: linux-image-2.6.36-trunk-686-bigmem: Kernel Oops in kerberized NFS4

2010-11-28 Thread Jens Reinsberger
Package: linux-2.6
Version: 2.6.36-1~experimental.1
Severity: normal
Tags: upstream

Just this... I use a NFS4-kerberized setup with a debian based NFS server.
The Oops happened after having tried to access a NFS share with GNOME nautilus. 
As my LAN is using IPv6 with the client having the IPv6 privacy extensions 
enabled, it might have happened after a temporary address became invalid.
The share in question is mounted at boot time.

On the server there are several lines like that in the kernel log (no idea if
this could have its share, too):

Nov 28 17:38:30 moah kernel: [176768.913791] RPC: AUTH_GSS upcall timed out.
Nov 28 17:38:30 moah kernel: [176768.913794] Please check user daemon is 
running.

This bug report is on an Oops on the corresponding nfs CLIENT. Maybe the server 
is setup in a wrong way, but I suppose the clients shouldn't oops under any 
circumstances.

If there is further information needed, please contact me.

Regards,
Jens

-- Package-specific info:
** Version:
Linux version 2.6.36-trunk-686-bigmem (Debian 2.6.36-1~experimental.1) 
(m...@stro.at) (gcc version 4.4.5 20100902 (prerelease) (Debian 4.4.4-13) ) #1 
SMP Thu Oct 28 14:50:48 UTC 2010

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.36-trunk-686-bigmem root=/dev/sda3 ro quiet

** Tainted: D (128)
 * Kernel has oopsed before.

** Kernel log:
[86841.728706] BUG: unable to handle kernel NULL pointer dereference at 0058
[86841.728856] IP: [fafa0002] rpcauth_refreshcred+0xc/0x120 [sunrpc]
[86841.728996] *pdpt = 337ec001 *pde =  
[86841.729106] Oops:  [#1] SMP 
[86841.729173] last sysfs file: 
/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
[86841.729304] Modules linked in: tun kvm_amd kvm ipt_MASQUERADE iptable_nat 
nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack ipt_REJECT 
xt_tcpudp nls_utf8 isofs udf ip6table_filter ip6_tables iptable_filter 
ip_tables ebtable_nat ebtables x_tables cpufreq_stats cpufreq_conservative 
cpufreq_powersave parport_pc cpufreq_userspace ppdev lp parport sco bridge stp 
bnep rfcomm l2cap bluetooth rfkill binfmt_misc des_generic cbc rpcsec_gss_krb5 
nfsd nfs lockd fscache nfs_acl auth_rpcgss sunrpc fuse ext4 jbd2 crc16 xfs 
exportfs ext2 it87 hwmon_vid powernow_k8 mperf loop dm_crypt 
snd_hda_codec_atihdmi snd_hda_codec_realtek snd_hda_intel radeon snd_hda_codec 
snd_hwdep snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_midi ttm drm_kms_helper 
snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device drm bas_gigaset 
gigaset snd kernelcapi crc_ccitt soundcore i2c_piix4 i2c_algo_bit shpchp 
i2c_core tpm_tis tpm snd_page_alloc button evdev pci_hotplug wmi tpm_bios 
processor pcspkr k
 8temp ext3 jbd mbcache dm_mod sg sr_mod sd_mod cdrom usbhid crc_t10dif 
ata_generic hid ahci libahci pata_atiixp ohci_hcd libata ehci_hcd r8169 
firewire_ohci firewire_core mii usbcore floppy scsi_mod thermal crc_itu_t 
thermal_sys nls_base [last unloaded: kvm]
[86841.731723] 
[86841.731757] Pid: 4210, comm: 192.168.52.1-ma Not tainted 
2.6.36-trunk-686-bigmem #1 GA-MA780G-UD3H/GA-MA780G-UD3H
[86841.731931] EIP: 0060:[fafa0002] EFLAGS: 00010296 CPU: 1
[86841.732012] EIP is at rpcauth_refreshcred+0xc/0x120 [sunrpc]
[86841.732012] EAX: c96c5400 EBX: c96c5400 ECX: 0006 EDX: faf99423
[86841.732012] ESI: c96c5400 EDI:  EBP:  ESP: e1aeddd4
[86841.732012]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[86841.732012] Process 192.168.52.1-ma (pid: 4210, ti=e1aec000 task=f22dd280 
task.ti=e1aec000)
[86841.732012] Stack:
[86841.732012]  f77c635c c96c5400 f66e4700 0001 000d faf99f91 fbaf350b 
c96c5400
[86841.732012] 0 c96c5438   faf9f18c f77c6200 c96c5400 
 e1aede2c
[86841.732012] 0  faf9a509 e1aede6c f6627700 e1aede48 faf9a5f0 
 f6627700
[86841.732012] Call Trace:
[86841.732012]  [faf99f91] ? call_decode+0x24c/0x5a4 [sunrpc]
[86841.732012]  [fbaf350b] ? nfs4_xdr_dec_setclientid+0x0/0x138 [nfs]
[86841.732012]  [faf9f18c] ? __rpc_execute+0x65/0x190 [sunrpc]
[86841.732012]  [faf9a509] ? rpc_run_task+0xa3/0xa9 [sunrpc]
[86841.732012]  [faf9a5f0] ? rpc_call_sync+0x3c/0x56 [sunrpc]
[86841.732012]  [fbaed739] ? nfs4_proc_setclientid+0x167/0x1cc [nfs]
[86841.732012]  [fbaf57c8] ? nfs4_init_clientid+0x3e/0x8d [nfs]
[86841.732012]  [fbaf548d] ? nfs4_run_state_manager+0x5d/0x268 [nfs]
[86841.732012]  [fbaf5430] ? nfs4_run_state_manager+0x0/0x268 [nfs]
[86841.732012]  [c104a0ee] ? kthread+0x63/0x68
[86841.732012]  [c104a08b] ? kthread+0x0/0x68
[86841.732012]  [c100897e] ? kernel_thread_helper+0x6/0x10
[86841.732012] Code: 24 08 f0 ff 08 0f 94 c2 84 d2 74 09 8b 44 24 08 e8 47 fd 
0a c6 83 c4 10 89 d8 5b 5e 5f 5d c3 55 57 56 89 c6 53 83 ec 1c 8b 68 10 8b 5d 
58 85 db 0f 85 cd 00 00 00 0f b7 40 70 8b 56 20 89 c1 83 
[86841.735069] EIP: [fafa0002] rpcauth_refreshcred+0xc/0x120 [sunrpc] SS:ESP 
0068:e1aeddd4
[86841.735069] CR2: 0058
[86841.763350] ---[ end trace d24945f56a784cde ]---

** Model information
not available

** 

Bug#592843: bacula-traymonitor: tray monitor doesn't survive standby mode

2010-08-13 Thread Jens Reinsberger
Package: bacula-traymonitor
Version: 5.0.2-1
Severity: normal
Tags: upstream

Apparently the tray monitor doesn't survive standby periods of the computer:
make your machine sleep in standby mode (ACPI S3?) during the night and it
won't be there anymore in the morning. :)

I guess this is an upstream problem.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.35-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bacula-traymonitor depends on:
ii  bacula-common   5.0.2-1  network backup, recovery and verif
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.1-3 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.4-1GCC support library
ii  libglib2.0-02.24.0-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libpango1.0-0   1.26.2-1 Layout and rendering of internatio
ii  libssl0.9.8 0.9.8n-1 SSL shared libraries
ii  libstdc++6  4.4.4-1  The GNU Standard C++ Library v3
ii  libwrap07.6.q-18 Wietse Venema's TCP wrappers libra
ii  libx11-62:1.3.3-2X11 client-side library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

bacula-traymonitor recommends no packages.

Versions of packages bacula-traymonitor suggests:
pn  kde | gnome-desktop-environme none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#592723: flashplugin-nonfree: include an option to force install without checking checksums

2010-08-12 Thread Jens Reinsberger
Package: flashplugin-nonfree
Version: 1:2.8.1
Severity: wishlist
Tags: patch

Please include an option to update-flashplugin-nonfree so one can install
the newest version provided by Adobe without waiting for your package
updates.

-- Package-specific info:
Debian version: squeeze/sid
Architecture: i386
Package version: 1:2.8.1
Adobe Flash Player version: LNX 10,1,82,76
MD5 checksums:
868fe510a1e9a6addfa8144c643cef48  
/var/cache/flashplugin-nonfree/flashplayer10_install_linux_081108.tar.gz
7f122a6bf62403c2916f37df48c18768  
/var/cache/flashplugin-nonfree/install_flash_player_10_linux.tar.gz
2c4ca1c2dba8defcb0cc86e3c2dd0ffc  
/usr/lib/flashplugin-nonfree/libflashplayer.so
Alternatives:
flash-mozilla.so - auto mode
  link currently points to 
/usr/lib/flashplugin-nonfree/libflashplayer.so
/usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50
Current 'best' version is 
'/usr/lib/flashplugin-nonfree/libflashplayer.so'.
lrwxrwxrwx 1 root root 34 Aug 12 12:46 
/usr/lib/mozilla/plugins/flash-mozilla.so - /etc/alternatives/flash-mozilla.so
/usr/lib/mozilla/plugins/flash-mozilla.so: symbolic link to 
`/etc/alternatives/flash-mozilla.so'
Libraries used by libflashplayer.so:
linux-gate.so.1 =  (0xf7709000)
libX11.so.6 = /usr/lib/libX11.so.6 (0xf6a2f000)
libXext.so.6 = /usr/lib/libXext.so.6 (0xf6a2)
libXt.so.6 = /usr/lib/libXt.so.6 (0xf69cd000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0xf6956000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0xf6927000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xf690e000)
libgtk-x11-2.0.so.0 = /usr/lib/libgtk-x11-2.0.so.0 (0xf6538000)
libgdk-x11-2.0.so.0 = /usr/lib/libgdk-x11-2.0.so.0 (0xf64a1000)
libatk-1.0.so.0 = /usr/lib/libatk-1.0.so.0 (0xf6485000)
libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0 (0xf646)
libgdk_pixbuf-2.0.so.0 = /usr/lib/libgdk_pixbuf-2.0.so.0 (0xf6447000)
libpangocairo-1.0.so.0 = /usr/lib/libpangocairo-1.0.so.0 (0xf643c000)
libcairo.so.2 = /usr/lib/libcairo.so.2 (0xf63c4000)
libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0xf638)
libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0xf6342000)
libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 (0xf633e000)
libglib-2.0.so.0 = /lib/libglib-2.0.so.0 (0xf6275000)
libssl3.so = /usr/lib/libssl3.so (0xf624b000)
libsmime3.so = /usr/lib/libsmime3.so (0xf622d000)
libnss3.so = /usr/lib/libnss3.so (0xf6157000)
libplds4.so = /usr/lib/libplds4.so (0xf6154000)
libplc4.so = /usr/lib/libplc4.so (0xf615)
libnspr4.so = /usr/lib/libnspr4.so (0xf611c000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0xf6117000)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0xf60f1000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xf5faa000)
/lib/ld-linux.so.2 (0xf770a000)
libxcb.so.1 = /usr/lib/libxcb.so.1 (0xf5f91000)
libSM.so.6 = /usr/lib/libSM.so.6 (0xf5f89000)
libICE.so.6 = /usr/lib/libICE.so.6 (0xf5f7)
libz.so.1 = /usr/lib/libz.so.1 (0xf5f5c000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0xf5f36000)
libXcomposite.so.1 = /usr/lib/libXcomposite.so.1 (0xf5f33000)
libXdamage.so.1 = /usr/lib/libXdamage.so.1 (0xf5f3)
libXfixes.so.3 = /usr/lib/libXfixes.so.3 (0xf5f2a000)
libgio-2.0.so.0 = /usr/lib/libgio-2.0.so.0 (0xf5e8e000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0xf5e89000)
librt.so.1 = /lib/i686/cmov/librt.so.1 (0xf5e8)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0xf5e77000)
libXinerama.so.1 = /usr/lib/libXinerama.so.1 (0xf5e73000)
libXi.so.6 = /usr/lib/libXi.so.6 (0xf5e66000)
libXrandr.so.2 = /usr/lib/libXrandr.so.2 (0xf5e5f000)
libXcursor.so.1 = /usr/lib/libXcursor.so.1 (0xf5e56000)
libpixman-1.so.0 = /usr/lib/libpixman-1.so.0 (0xf5dfd000)
libdirectfb-1.2.so.0 = /usr/lib/libdirectfb-1.2.so.0 (0xf5d87000)
libfusion-1.2.so.0 = /usr/lib/libfusion-1.2.so.0 (0xf5d7e000)
libdirect-1.2.so.0 = /usr/lib/libdirect-1.2.so.0 (0xf5d69000)
libpng12.so.0 = /lib/libpng12.so.0 (0xf5d45000)
libxcb-render-util.so.0 = /usr/lib/libxcb-render-util.so.0 (0xf5d41000)
libxcb-render.so.0 = /usr/lib/libxcb-render.so.0 (0xf5d39000)
libpcre.so.3 = /lib/libpcre.so.3 (0xf5d09000)
libnssutil3.so.1d = /usr/lib/libnssutil3.so.1d (0xf5cf4000)
libXau.so.6 = /usr/lib/libXau.so.6 (0xf5cf1000)
libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0xf5ceb000)
libuuid.so.1 = /lib/libuuid.so.1 (0xf5ce7000)
libresolv.so.2 = /lib/i686/cmov/libresolv.so.2 (0xf5cd3000)
libselinux.so.1 = /lib/libselinux.so.1 (0xf5cb9000)
Packages containing libraries used by libflashplayer.so:
libatk1.0-0 1.30.0-1
libc6   2.11.1-3
 

Bug#476181: linux-image-2.6.22-3-vserver-k7: Oops (NULL pointer dereference), XFS fs related

2008-04-14 Thread Jens Reinsberger
Package: linux-image-2.6.22-3-vserver-k7
Version: 2.6.22-6
Severity: important

This error occured while bacula run its normal backup. It's the first
time this happened. For that reason I conclude it will be
difficult/impossible to reproduce this error, as bacula normally went
through the backup process without any error with the very same
configuration.

All file systems are XFS on LVM devices.

Regards,
Jens

-- Package-specific info:
** Version:
Linux version 2.6.22-3-vserver-k7 (Debian 2.6.22-6) ([EMAIL PROTECTED]) (gcc 
version 4.1.3 20071019 (prerelease) (Debian 4.1.2-17)) #1 SMP Mon Nov 12 
11:47:04 UTC 2007

** Not tainted

** Kernel log:
BUG: unable to handle kernel NULL pointer dereference at virtual address 
004d
 printing eip:
f8ca357d
*pde = 
Oops:  [#1]
SMP 
Modules linked in: nfs nfsd exportfs lockd nfs_acl sunrpc ipt_REJECT ipt_recent 
xt_state ipt_MASQUERADE iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack 
nfnetlink iptable_filter ppdev lp button ac battery tun xt_TCPMSS xt_tcpmss 
xt_tcpudp iptable_mangle ip_tables x_tables ppp_deflate zlib_deflate bsd_comp 
ppp_async ppp_generic ipv6 xfs ext2 fuse it87 hwmon_vid i2c_isa i2c_dev 
hisax_fcpcipnp hisax_isac hisax crc_ccitt isdn snd_intel8x0 rtc snd_ac97_codec 
slhc ac97_bus snd_pcm_oss snd_mixer_oss pcspkr parport_pc parport snd_pcm 
snd_timer snd soundcore snd_page_alloc shpchp pci_hotplug nvidia_agp 
i2c_nforce2 agpgart i2c_core usblp evdev ext3 jbd mbcache dm_mirror dm_snapshot 
dm_mod sg sr_mod cdrom ide_disk 8139cp usbhid hid generic amd74xx 8139too 
sym53c8xx scsi_transport_spi pdc202xx_new ide_core e100 mii sata_nv ata_generic 
libata scsi_mod ehci_hcd ohci_hcd usbcore thermal processor fan
CPU:0
EIP:0060:[f8ca357d]Not tainted VLI
EFLAGS: 00010206   (2.6.22-3-vserver-k7 #1)
EIP is at xfs_iget_core+0x3f/0x5eb [xfs]
eax:    ebx: 0011   ecx: f6b80800   edx: 01cc
esi: f5c61590   edi:    ebp: f5c61594   esp: ede07cc0
ds: 007b   es: 007b   fs: 00d8  gs: 0033  ss: 0068
Process bacula-fd (pid: 16343[#0], ti=ede06000 task=efe88050 task.ti=ede06000)
Stack: dfcd6600 c18a66bc f8ccd59b c0184878 dcceae3c e2a35e40  f6b80800 
   dcceae20 0011 dcceae3c dcceae20  f6b80800 f8ca3bc0 010001cc 
      ede07d78    ede07d70 
Call Trace:
 [f8ccd59b] xfs_fs_alloc_inode+0xf/0x1c [xfs]
 [c0184878] alloc_inode+0xe5/0x16d
 [f8ca3bc0] xfs_iget+0x97/0x11f [xfs]
 [f8cbb21e] xfs_dir_lookup_int+0x7d/0xd4 [xfs]
 [f8cbe45a] xfs_lookup+0x52/0x78 [xfs]
 [f8ccac80] xfs_vn_lookup+0x3b/0x70 [xfs]
 [c0179c8e] do_lookup+0x1f8/0x295
 [f8cca73f] xfs_vn_permission+0xf/0x13 [xfs]
 [f8cca730] xfs_vn_permission+0x0/0x13 [xfs]
 [c0179f3d] permission+0x212/0x24b
 [c018316f] __d_lookup+0x96/0xf4
 [c017bad5] __link_path_walk+0x7fd/0xc72
 [c0179f3d] permission+0x212/0x24b
 [c0186b70] mntput_no_expire+0x11/0x68
 [c017bff3] link_path_walk+0xa9/0xb3
 [c017bf8e] link_path_walk+0x44/0xb3
 [c017c26e] do_path_lookup+0x15a/0x175
 [c017b017] getname+0x59/0x8f
 [c017ca68] __user_walk_fd+0x2f/0x45
 [c0176473] vfs_lstat_fd+0x16/0x3d
 [c01764df] sys_lstat64+0xf/0x23
 [c017e58c] filldir64+0x0/0xc5
 [c0103d12] sysenter_past_esp+0x6b/0xa1
 ===
Code: 1c 8b 44 24 3c 31 d2 f7 b1 1c 01 00 00 6b f2 0c 03 b1 20 01 00 00 8d 6e 
04 89 e8 e8 71 2e 61 c7 8b 06 e9 c6 01 00 00 8b 44 24 40 39 43 3c 0f 85 b6 01 
00 00 8b 54 24 3c 39 53 38 0f 85 a9 01 00 
EIP: [f8ca357d] xfs_iget_core+0x3f/0x5eb [xfs] SS:ESP 0068:ede07cc0

** Loaded modules:
Module  Size  Used by
nfs   226476  0 
nfsd  205360  17 
exportfs5952  1 nfsd
lockd  61192  3 nfs,nfsd
nfs_acl 3840  2 nfs,nfsd
sunrpc159164  13 nfs,nfsd,lockd,nfs_acl
ipt_REJECT  4736  3 
ipt_recent  9176  2 
xt_state2752  5 
ipt_MASQUERADE  3904  2 
iptable_nat 7556  1 
nf_nat 18348  2 ipt_MASQUERADE,iptable_nat
nf_conntrack_ipv4  18124  7 iptable_nat
nf_conntrack   61000  5 
xt_state,ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4
nfnetlink   6168  3 nf_nat,nf_conntrack_ipv4,nf_conntrack
iptable_filter  3264  1 
ppdev   9028  0 
lp 11300  0 
button  8208  0 
ac  5508  0 
battery10308  0 
tun11008  1 
xt_TCPMSS   4992  2 
xt_tcpmss   2496  2 
xt_tcpudp   3392  13 
iptable_mangle  3136  1 
ip_tables  12708  3 iptable_nat,iptable_filter,iptable_mangle
x_tables   14660  9 
ipt_REJECT,ipt_recent,xt_state,ipt_MASQUERADE,iptable_nat,xt_TCPMSS,xt_tcpmss,xt_tcpudp,ip_tables
ppp_deflate 6080  0 
zlib_deflate   18264  1 ppp_deflate
bsd_comp5824  0 
ppp_async  11456  2 
ppp_generic26580  11 

Bug#474231: k3b: Burning CD-Extra doesn't work

2008-04-04 Thread Jens Reinsberger
Package: k3b
Version: 1.0.4-3
Severity: normal

Burning CD Extra (first session is audio data suitable for a regular
CD player, second session is a normal data session) doesn't work.

This is tried on both burning devices available to me (a SATA and a ATA
one).

The first (audio) session is burnt correctly, after reloading the CD you
just get an unknown error with the following details (output of 1st
session shortened to keep only the relevant parts):

System
---
K3b Version: 1.0.4

KDE Version: 3.5.8
QT Version:  3.3.8b
Kernel:  2.6.24-1-686
Devices
---
HL-DT-ST DVDRAM GH20NS10 EL00 (/dev/scd0, ) [CD-R, CD-RW, CD-ROM,
DVD-ROM, DVD-R, DVD-RW, DVD-R doppelschichtig, DVD+R, DVD+RW, DVD+R
doppelschichtig] [DVD-ROM, DVD-R Sequentiell, Zweischichtige DVD-R
Sequentiell, Zweischicht-DVD-R Sprung, DVD-Ram, DVD-RW Eingeschränktes
Überbrennen, DVD-RW Sequentiell, DVD+RW, DVD+R, Zweischichtige DVD+R,
CD-ROM, CD-R, CD-RW] [SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16,
RAW/R96P, RAW/R96R, Eingeschränktes Überschreiben, Sprung zwischen
DVD-Schichten]

LITE-ON LTR-52246S 6S0F (/dev/hda, ) [CD-R, CD-RW, CD-ROM] [CD-ROM,
CD-R, CD-RW] [SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P,
RAW/R96R]
K3bIsoImager
---
mkisofs print size result: 47082 (96423936 bytes)
mkisofs print size result: 47082 (96423936 bytes)
Pipe throughput: 2048 bytes read, 0 bytes written.

Used versions
---
mkisofs: 1.1.7.1
cdrdao: 1.2.2
mkisofs: 1.1.7.1
cdrdao: 1.2.2

cdrdao
---
Cdrdao version 1.2.2 - (C) Andreas Mueller [EMAIL PROTECTED]
  SCSI interface library - (C) Joerg Schilling
Paranoia DAE library - (C) Monty
Check http://cdrdao.sourceforge.net/drives.html#dt for current
driver tables.
Using libscg version 'ubuntu-0.8ubuntu1'
/dev/scd0: HL-DT-ST DVDRAM GH20NS10 Rev: EL00
Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0010)
Starting write at speed 16...
Using multi session mode.
Process can be aborted with QUIT signal (usually CTRL-\).
WARNING: No super user permission to setup real time scheduling.
Turning BURN-Proof on
Executing power calibration...
Power calibration successful.
Writing CD-TEXT lead-in...
Writing track 01 (mode AUDIO/AUDIO )...
Wrote 1 of 504 MB (Buffers 100% 100%).
[...]
Writing track 11 (mode AUDIO/AUDIO )...
[...]
Wrote 504 of 504 MB (Buffers 100%  99%).
Wrote 224895 blocks. Buffer fill min 93%/max 100%.
Flushing cache...
Writing finished successfully.
Cdrdao version 1.2.2 - (C) Andreas Mueller [EMAIL PROTECTED]
  SCSI interface library - (C) Joerg Schilling
Paranoia DAE library - (C) Monty
Check http://cdrdao.sourceforge.net/drives.html#dt for current
driver tables.
Using libscg version 'ubuntu-0.8ubuntu1'
/dev/scd0: HL-DT-ST DVDRAM GH20NS10 Rev: EL00
Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0010)
ERROR: CD-TEXT: Language 0: TITLE field not defined for all
tracks or disk.
ERROR: CD-TEXT: Language 0: PERFORMER field not defined for all
tracks or disk.
ERROR: CD-TEXT: Language 0: SONGWRITER field not defined for all
tracks or disk.
ERROR: CD-TEXT: Language 0: COMPOSER field not defined for all
tracks or disk.
ERROR: CD-TEXT: Language 0: ARRANGER field not defined for all
tracks or disk.
ERROR: CD-TEXT: Language 0: MESSAGE field not defined for all
tracks or disk.
ERROR: CD-TEXT: Language 0: ISRC field not defined for all
tracks.
ERROR: Toc-file /var/tmp/kde-jennes/k3bc0pUUbtoc is not
suitable for this drive.

cdrdao command:
---
/usr/bin/cdrdao write --device /dev/scd0 --driver
generic-mmc:0x0010 --speed 16 --multi -n -v 2 --force
--eject --remote 26 /var/tmp/kde-jennes/k3bzpyqvbtoc 
/usr/bin/cdrdao write --device /dev/scd0 --driver
generic-mmc:0x0010 --speed 16 -n -v 2 --force --eject
--remote 26 /var/tmp/kde-jennes/k3bc0pUUbtoc 

mkisofs
---
47082
47082
/usr/bin/genisoimage: Warning: -C specified without -M: old
session data will not be merged.
/usr/bin/genisoimage: Warning: -C specified without -M: old
session data will not be merged.
I: -input-charset not specified, using utf-8 (detected in locale
settings)
/usr/bin/genisoimage: Warning: -C specified without -M: old
session data will not be merged.

mkisofs calculate size command:
---
/usr/bin/genisoimage -gui -graft-points -print-size -quiet
-volid 2000 - The Great Scottish Latin  -volset  -appid K3B THE
CD KREATOR (C) 1998-2006 SEBASTIAN TRUEG AND THE K3B TEAM
-publisher  -preparer  -sysid LINUX 

Bug#471249: bash-completion: xine handles m4p and m4v files, too

2008-03-16 Thread Jens Reinsberger
Package: bash-completion
Version: 20060301-3
Severity: normal

In the current version, bash-completion doesn't take in count that
m4p and m4v files (the latter are actually m4p files, too) are also
handled by xine, kaffeine and so on.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bash-completion depends on:
ii  bash  3.1dfsg-9  The GNU Bourne Again SHell
ii  ucf   3.005  Update Configuration File: preserv

bash-completion recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#388166: icecc: Script in init.d doesn't start the daemon with /bin/sh being a link to /bin/dash

2006-09-18 Thread Jens Reinsberger
Package: icecc
Version: 0.7.14-1
Severity: normal
Tags: patch


The startup script expects to behave /bin/sh like bash does, so comparisons
using == won't work since it isn't Bourne shell compatible anymore.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17.4-crusoe-i686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages icecc depends on:
ii  adduser   3.87   Add and remove users and groups
ii  debconf [debconf-2.0] 1.5.2  Debian configuration management sy
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-13 GCC support library
ii  libstdc++64.1.1-13   The GNU Standard C++ Library v3

icecc recommends no packages.

-- debconf information:
* icecc/daemon: true
* icecc/scheduler: false


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#388166: patch was actually missing

2006-09-18 Thread Jens Reinsberger

Here it goes...


icecc.patch
Description: Binary data