Bug#889526: [Pkg-freeipa-devel] Bug#889526: Bug#889526: Bug#889526: pki-server: Dogtag stopped starting after libnss3 upgrade to 2:3.35-2

2020-01-08 Thread Michal Kašpar
Hi. I've moved to containerized freeipa deployment for easier
deployment and maintenance and I'm not using Debian bundled one
unfortunately. So have no testing environment currently.


On Thu, 2020-01-09 at 07:33 +0200, Timo Aaltonen wrote:
> On 19.2.2018 0.12, Michal Kašpar wrote:
> > On 02/13/2018 07:44 PM, Timo Aaltonen wrote:
> > > Huh, shouldn't be.. The Debian CI shows that at least new PKI
> > > instances
> > > are set up just fine. IPA server setup is busted though, but is
> > > unrelated to this bug.
> > 
> > Thats strange. I've tried today in Docker container and then in my
> > physical installation on a laptop and the result of both
> > installations
> > is the same - the errors in a logfile about nonexistent properties
> > indicating problem with jss loading.
> > 
> 
> Hi, care to test the current versions? I was never able to reproduce
> this bug.
> 
-- 
Michal Kašpar



Bug#889526: [Pkg-freeipa-devel] Bug#889526: Bug#889526: pki-server: Dogtag stopped starting after libnss3 upgrade to 2:3.35-2

2018-02-18 Thread Michal Kašpar

On 02/13/2018 07:44 PM, Timo Aaltonen wrote:

Huh, shouldn't be.. The Debian CI shows that at least new PKI instances
are set up just fine. IPA server setup is busted though, but is
unrelated to this bug.


Thats strange. I've tried today in Docker container and then in my 
physical installation on a laptop and the result of both installations 
is the same - the errors in a logfile about nonexistent properties 
indicating problem with jss loading.


--
Michal Kašpar



Bug#889526: [Pkg-freeipa-devel] Bug#889526: pki-server: Dogtag stopped starting after libnss3 upgrade to 2:3.35-2

2018-02-12 Thread Michal Kašpar

Hallo.
Thank you for the explanation.

On 02/05/2018 11:18 AM, Timo Aaltonen wrote:

nss 3.35 apparently changed the default DB format to SQL..
certmonger, dogtag, mod_nss and freeipa all need changes to
support/migrate to that, but that's not upstream yet.



After last update of pki-server (to 10.5.5-1), the problem with jss 
appears even with older verison of nss. Is it connected with this 
problem or something different?


--
Michal Kašpar



Bug#882796: joystick: Restore joystick settings via udev fails befor /var mounted

2017-11-26 Thread Michal Kašpar
Package: joystick
Version: 1:1.6.0-2
Severity: normal

Dear Maintainer,
My stored joystick settings aren't restored on system boot via supplied
udev rules because the rules run before the /var filesystem is mounted
and the configuration is stored on the /var filesystem
(/var/lib/joystick).
I'm using systemd as an init and the boot log (journalctl) contains
lines:
Nov 26 21:03:00 shiva systemd-udevd[792]: Process '/usr/bin/jscal-restore 
/dev/input/js0' failed with exit code 1.
Nov 26 21:03:00 shiva systemd-udevd[801]: Process '/usr/bin/jscal-restore 
/dev/input/js1' failed with exit code 1.
...
Nov 26 21:03:01 shiva systemd[1]: Mounting /var...
Nov 26 21:03:02 shiva systemd[1]: Mounted /var.
So it seems the jscal-restore fails because it can't find it's stored
joysticks state.


-- Package-specific info:

Udevadm info starts with the device specified by the devpath and then
walks up the chain of parent devices. It prints for every device
found, all possible attributes in the udev rules key format.
A rule to match, can be composed by the attributes of the device
and the attributes from one single parent device.

  looking at device 
'/devices/pci:00/:00:12.2/usb2/2-6/2-6.4/2-6.4.3/2-6.4.3:1.0/0003:045E:003C.0006/input/input9/js0':
KERNEL=="js0"
SUBSYSTEM=="input"
DRIVER==""

  looking at parent device 
'/devices/pci:00/:00:12.2/usb2/2-6/2-6.4/2-6.4.3/2-6.4.3:1.0/0003:045E:003C.0006/input/input9':
KERNELS=="input9"
SUBSYSTEMS=="input"
DRIVERS==""
ATTRS{name}=="Microsoft SideWinder Joystick"
ATTRS{phys}=="usb-:00:12.2-6.4.3/input0"
ATTRS{properties}=="0"
ATTRS{uniq}==""

  looking at parent device 
'/devices/pci:00/:00:12.2/usb2/2-6/2-6.4/2-6.4.3/2-6.4.3:1.0/0003:045E:003C.0006':
KERNELS=="0003:045E:003C.0006"
SUBSYSTEMS=="hid"
DRIVERS=="hid-generic"
ATTRS{country}=="00"

  looking at parent device 
'/devices/pci:00/:00:12.2/usb2/2-6/2-6.4/2-6.4.3/2-6.4.3:1.0':
KERNELS=="2-6.4.3:1.0"
SUBSYSTEMS=="usb"
DRIVERS=="usbhid"
ATTRS{authorized}=="1"
ATTRS{bAlternateSetting}==" 0"
ATTRS{bInterfaceClass}=="03"
ATTRS{bInterfaceNumber}=="00"
ATTRS{bInterfaceProtocol}=="00"
ATTRS{bInterfaceSubClass}=="00"
ATTRS{bNumEndpoints}=="01"
ATTRS{supports_autosuspend}=="1"

  looking at parent device 
'/devices/pci:00/:00:12.2/usb2/2-6/2-6.4/2-6.4.3':
KERNELS=="2-6.4.3"
SUBSYSTEMS=="usb"
DRIVERS=="usb"
ATTRS{authorized}=="1"
ATTRS{avoid_reset_quirk}=="0"
ATTRS{bConfigurationValue}=="1"
ATTRS{bDeviceClass}=="00"
ATTRS{bDeviceProtocol}=="00"
ATTRS{bDeviceSubClass}=="00"
ATTRS{bMaxPacketSize0}=="8"
ATTRS{bMaxPower}=="40mA"
ATTRS{bNumConfigurations}=="1"
ATTRS{bNumInterfaces}==" 1"
ATTRS{bcdDevice}=="0101"
ATTRS{bmAttributes}=="a0"
ATTRS{busnum}=="2"
ATTRS{configuration}==""
ATTRS{devnum}=="10"
ATTRS{devpath}=="6.4.3"
ATTRS{idProduct}=="003c"
ATTRS{idVendor}=="045e"
ATTRS{ltm_capable}=="no"
ATTRS{manufacturer}=="Microsoft"
ATTRS{maxchild}=="0"
ATTRS{product}=="SideWinder Joystick"
ATTRS{quirks}=="0x0"
ATTRS{removable}=="removable"
ATTRS{speed}=="1.5"
ATTRS{urbnum}=="17"
ATTRS{version}==" 1.10"

  looking at parent device '/devices/pci:00/:00:12.2/usb2/2-6/2-6.4':
KERNELS=="2-6.4"
SUBSYSTEMS=="usb"
DRIVERS=="usb"
ATTRS{authorized}=="1"
ATTRS{avoid_reset_quirk}=="0"
ATTRS{bConfigurationValue}=="1"
ATTRS{bDeviceClass}=="09"
ATTRS{bDeviceProtocol}=="01"
ATTRS{bDeviceSubClass}=="00"
ATTRS{bMaxPacketSize0}=="64"
ATTRS{bMaxPower}=="300mA"
ATTRS{bNumConfigurations}=="1"
ATTRS{bNumInterfaces}==" 1"
ATTRS{bcdDevice}=="9615"
ATTRS{bmAttributes}=="a0"
ATTRS{busnum}=="2"
ATTRS{configuration}==""
ATTRS{devnum}=="7"
ATTRS{devpath}=="6.4"
ATTRS{idProduct}=="1006"
ATTRS{idVendor}=="05ac"
ATTRS{ltm_capable}=="no"
ATTRS{manufacturer}=="Apple, Inc."
ATTRS{maxchild}=="3"
ATTRS{product}=="Keyboard Hub"
ATTRS{quirks}=="0x0"
ATTRS{removable}=="unknown"
ATTRS{serial}==""
ATTRS{speed}=="480"
ATTRS{urbnum}=="47"
ATTRS{version}==" 2.00"

  looking at parent device '/devices/pci:00/:00:12.2/usb2/2-6':
KERNELS=="2-6"
SUBSYSTEMS=="usb"
DRIVERS=="usb"
ATTRS{authorized}=="1"
ATTRS{avoid_reset_quirk}=="0"
ATTRS{bConfigurationValue}=="1"
ATTRS{bDeviceClass}=="09"
ATTRS{bDeviceProtocol}=="02"
ATTRS{bDeviceSubClass}=="00"
ATTRS{bMaxPacketSize0}=="64"
ATTRS{bMaxPower}=="2mA"
ATTRS{bNumConfigurations}=="1"
ATTRS{bNumInterfaces}==" 1"
ATTRS{bcdDevice}==""
ATTRS{bmAttributes}=="e0"
ATTRS{busnum}=="2"
ATTRS{configuration}==""
ATTRS{devnum}=="5"
ATTRS{devpath}=="6"
ATTRS{idProduct}=="2514"
ATTRS{idVendor}=="0424"
ATTRS{ltm_capable}=="no"
ATTRS{maxchild}=="4"

Bug#855910: [Pkg-utopia-maintainers] Bug#855910: network-manager: Network Manager doesn't set default gw over DHCP

2017-03-16 Thread Michal Kašpar
Hi. I've checked the problematic configuration with current version of 
NM and it seems to work fine. Thank you for help.


On 03/14/2017 07:31 PM, Michael Biebl wrote:

Upstream committed a fix at [1] which is supposed to address this issue.
Can you confirm that the patch fixes the issue if you remove the
workaround from /etc/dhcp/dhclient.conf again (i.e. use the default
Debian dhcp config).



--
Michal Kašpar



Bug#857114: pgdbf fails on some FoxPro memo files with cp852 encoding

2017-03-07 Thread Michal Kašpar
Package: pgdbf
Version: 0.6.2-1.1
Severity: normal

Dear Maintainer,
I've used pgdbf to convert some older FoxPro tables with records in
ancient cp852 encoding. The tables without memo files were converted
well with -s cp852 switch, but those containing memo files failed with a
"A memo record past the end of the memofile was requested" error.
While searching for this error, I've found pgdbf issue
https://github.com/kstrauser/pgdbf/issues/12 containing patch for this
problem. I've tried to rebuild Debian version fo pgdbf with this patch
and the error hadn't appear. Could you please apply the patch (it's in
the current upstream anyway)?
The patch is:
diff --git a/src/pgdbf.c b/src/pgdbf.c
index d4da164..600fc11 100644
--- a/src/pgdbf.c
+++ b/src/pgdbf.c
@@ -712,7 +712,7 @@ int main(int argc, char **argv) {
 memoblocknumber = 0;
 s = bufoffset;
 for(i = 0; i < 10; i++) {
-if(*s != 32) {
+if(*s && *s != 32) {
 /* I'm unaware of any non-ASCII
  * implementation of XBase. */
 memoblocknumber = memoblocknumber * 10 + *s - 
'0';

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pgdbf depends on:
ii  libc6  2.24-9

Versions of packages pgdbf recommends:
ii  postgresql  9.6+179

pgdbf suggests no packages.

-- no debconf information



Bug#855910: network-manager: Network Manager doesn't set default gw over DHCP

2017-02-26 Thread Michal Kašpar
Hi.
Indeed, returning to 1.6.0 fixed the problem for me. I investigated the
 upstream bug and it seems there is a workaround. The request gets
masked only if /etc/dhcp/dhclient.conf contains any request directive.
The default debian one does, but after commenting it out, the
NetworkManager works fine. It's not an option if there is some valid
reason to have request directive in the configuration file, but for
simple setups this might be the solution.
I've commented the upstream a bit so maybe it will be fixed there.

-- 
Michal Kašpar



Bug#844709: [Pkg-freeipa-devel] Bug#844709: Bug#844709: certmonger: Certmonger runs its programs from nonexistent path

2016-11-18 Thread Michal Kašpar
No. After start/stop (without editing the cas/* files) the problem
remains.

-- 
Michal Kašpar



Bug#844709: [Pkg-freeipa-devel] Bug#844709: certmonger: Certmonger runs its programs from nonexistent path

2016-11-18 Thread Michal Kašpar
# grep -r 'usr\/lib' /var/lib/certmonger/cas
/var/lib/certmonger/cas/20141030220219-
3:ca_external_helper=/usr/lib/x86_64-linux-gnu/certmonger/dogtag-ipa-
renew-agent-submit

So yes. They are there. Should I delete them or change the path?

> That's weird, configure is told to use --libexecdir=/usr/lib.. are
> you
> sure you don't have old files in /var/lib/certmonger/cas? Grep for
> 'usr/lib'.

-- 
Michal Kašpar



Bug#844709: certmonger: Certmonger runs its programs from nonexistent path

2016-11-18 Thread Michal Kašpar
Package: certmonger
Version: 0.78.6-4
Severity: important

Dear Maintainer,
I've noticed the certmonger processes ends as defunct in process list.
When looking into it via running certmonger in foreground debug mode
(certmonger -f -d 5), I've found out the certmonger tries to run its
components from /usr/lib/x86_64-linux-gnu/certmonger/ while they are
installed in /usr/lib/certmonger. The symlink 
/usr/lib/x86_64-linux-gnu/certmonger -> /usr/lib/certmonger fixes this, however 
the correct fix is probably either to install those binaries to arch dependent 
path or let them run from path where they are really installed.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages certmonger depends on:
ii  dbus 1.10.12-1
ii  init-system-helpers  1.46
ii  libc62.24-5
ii  libcomerr2   1.43.3-1
ii  libcurl3-nss 7.51.0-1
ii  libdbus-1-3  1.10.12-1
ii  libidn11 1.33-1
ii  libk5crypto3 1.15~beta1-1
ii  libkrb5-31.15~beta1-1
ii  libldap-2.4-22.4.42+dfsg-2+b3
ii  libnspr4 2:4.12-6
ii  libnss3  2:3.26.2-1
ii  libpopt0 1.16-10
ii  libssl1.0.2  1.0.2j-4
ii  libtalloc2   2.1.8-1
ii  libtevent0   0.9.31-1
ii  libuuid1 2.29-1
ii  libxml2  2.9.4+dfsg1-2.1
ii  libxmlrpc-core-c31.33.14-3

certmonger recommends no packages.

certmonger suggests no packages.

-- no debconf information



Bug#841477: 389-ds-base: 389 directory server fails to start TLS/SSL

2016-10-26 Thread Michal Kašpar
OK. It's definitely the libsvrcore0 library. I just recompiled it
myself with debug enabled (configure --enable-debug --with-systemd),
copied it over /usr/lib/x86_64-linux-gnu/libsvrcore.so.0.0.0 and the
directory server initialized the SSL fine and runs on port 636. The
result is the FreeIPA upgrade finished fine. I guess it's not the debug
enabled but some other compilation option - I'm not sure but it looks
to me the default debian build doesn't use --with-systemd option?

-- 
Michal Kašpar



Bug#841477: 389-ds-base: 389 directory server fails to start TLS/SSL

2016-10-26 Thread Michal Kašpar
I was trying to debug the problem myself and it seems the SSL
initialization fails in svrcore_setup function in
ldap/servers/slapd/ssl.c. The code there tries to call
SVRCORE_CreateStdSystemdPinObj or SVRCORE_CreateStdPinObj functions
from libsvrcore0 library based on --with-systemd configure option, so I
guess it's SVRCORE_CreateStdSystemdPinObj and the function fails.
I've tried to enable debug for libsvrcore0 to find where exactly it
fails but without success. 

-- 
Michal Kašpar



Bug#841086: [Pkg-freeipa-devel] Bug#841086: pki-ca context doesn't start in tomcat

2016-10-21 Thread Michal Kašpar
On Sat, 2016-10-22 at 00:12 +0300, Timo Aaltonen wrote:
> On 21.10.2016 22:21, Michal Kašpar wrote:
> > OK. It seems the problem might be related with problem described
> > here:
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841086
> 
> did you mean 841477 here?

Wrong paste. Should be 
https://www.redhat.com/archives/freeipa-users/2016-September/msg00090.html



Bug#841086: pki-ca context doesn't start in tomcat

2016-10-21 Thread Michal Kašpar
OK. It seems the problem might be related with problem described here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841086
The proposed workaround is to run manually "pki-server-upgrade -v".
I've tried it and it failed on SELinux processing (I don't use SELinux
at all). After commenting out the SELinux part of upgrade, the upgrade
finished and the ca contexts starts but fails with the same error
returned via HTTP. From the /var/log/pki/pki-tomcat/ca/debug I've found
it's missing /var/log/pki/pki-tomcat/ca/signedAudit directory and after
created, the debug log shows problem connecting ldap server on port 636
caused by Bug#841477.

-- 
Michal Kašpar



Bug#841477: [Pkg-fedora-ds-maintainers] Bug#841477: 389-ds-base: 389 directory server fails to start TLS/SSL

2016-10-21 Thread Michal Kašpar
Thanks for the reply. I've found some other things about the problem.
The linking of the NSS library causes secmod.db to be changed. I've
tried to list its properties via modutil (modutil -list -dbdir
/etc/dirsrv/slapd-instance) and got:
Listing of PKCS #11 Modules
---
  1. NSS Internal PKCS #11 Module
 slots: 2 slots attached
status: loaded

 slot: NSS Internal Cryptographic Services
token: NSS Generic Crypto Services

 slot: NSS User Private Key and Certificate Services
token: NSS Certificate DB

  2. Root Certs
library name: /etc/dirsrv/slapd-KASPAR-IN/libnssckbi.so
 slots: 1 slot attached
status: loaded

 slot: NSS Builtin Objects
token: Builtin Object Token

which looks fine. What was interesting was if I ommited the -dbdir
parameter, I got the same error as the dirserver gets. So it's possible
the dirserver looks for the certificate database in a wrong place?
However strace shows it opens the secmod.db.

-- 
Michal Kašpar



Bug#806778: Acknowledgement (bind9-dyndb-ldap: Bind fails to get zones from 389 directory server (IPA))

2015-12-06 Thread Michal Kašpar
Additional information. Based on the instructions from the plugin
website, I've recompiled the latest version (8.0) and it seems to work
fine since then.

-- 
Michal Kašpar



Bug#807291: nfs-common: NFS client hangs with NFS4 mounts

2015-12-06 Thread Michal Kašpar
Package: nfs-common
Version: 1:1.2.8-9
Severity: important

Dear Maintainer,
NFS client started to hang on NFSv4 mounts after some time of usage.
First, it mounts fine but after variable time (3 - 10 hours) of work,
all the nfs4 mounts hang and programs using them block. It's possible to
unmount them forcibly (umount -f) as I'm using soft,intr options but
it's not possible to mount them again. Mount request just hangs as well.
NFSv3 mount of some of the mounts exported via NFSv3 succeeds.
I'm using kerberos for NFSv4, but after the freeze I've tried mount with
sec=sys and sec=none and the result was the same - the mount blocking.
When I turned RPC debugging (via rpcdebug), the log ended with:
Dec  6 00:20:32 hostname kernel: [26681.878553] NFS: revalidating (0:45/1580)
Dec  6 00:20:32 hostname kernel: [26681.878562] RPC:   new task 
initialized, procpid 10635
Dec  6 00:20:32 hostname kernel: [26681.878564] RPC:   allocated task 
880288e39f00
Dec  6 00:20:32 hostname kernel: [26681.878568] RPC: 60814 __rpc_execute 
flags=0x4280
Dec  6 00:20:32 hostname kernel: [26681.878573] RPC: 60814 sleep_on(queue 
"NFSv4.0 transport Slot table" time 4301568733)
Dec  6 00:20:32 hostname kernel: [26681.878576] RPC: 60814 added to queue 
88029efe0298 "NFSv4.0 transport Slot table"
Dec  6 00:20:32 hostname kernel: [26681.878579] RPC: 60814 sync task going to 
sleep
This lead me to this bug report
https://bugzilla.redhat.com/show_bug.cgi?id=1057934 which in turn leads
to some private Red Hat bugzilla error. I wasn't able to get more
debugging info than that.
I'm not sure if it belongs to nfs-common or rather kernel, but it's NFS
specific so posting here.

-- Package-specific info:
-- rpcinfo --
   program vers proto   port  service
104   tcp111  portmapper
103   tcp111  portmapper
102   tcp111  portmapper
104   udp111  portmapper
103   udp111  portmapper
102   udp111  portmapper
132   tcp   2049  nfs
133   tcp   2049  nfs
134   tcp   2049  nfs
1002272   tcp   2049
1002273   tcp   2049
132   udp   2049  nfs
133   udp   2049  nfs
134   udp   2049  nfs
1002272   udp   2049
1002273   udp   2049
1000211   udp  32768  nlockmgr
1000213   udp  32768  nlockmgr
1000214   udp  32768  nlockmgr
1000211   tcp  32768  nlockmgr
1000213   tcp  32768  nlockmgr
1000214   tcp  32768  nlockmgr
151   udp  32767  mountd
151   tcp  32767  mountd
152   udp  32767  mountd
152   tcp  32767  mountd
153   udp  32767  mountd
153   tcp  32767  mountd
1000241   udp  32765  status
1000241   tcp  32765  status
-- /etc/default/nfs-common --
NEED_STATD=
STATDOPTS="--port 32765 --outgoing-port 32766"
NEED_IDMAPD=yes
NEED_GSSD=yes
RPCGSSDOPTS="-vvv" 
-- /etc/idmapd.conf --
[General]
Verbosity = 3
Pipefs-Directory = /run/rpc_pipefs
Domain=domain.xy
[Mapping]
Nobody-User = nobody
Nobody-Group = nogroup
-- /etc/fstab --
/media  /srv/nfs4/media nonerw,rbind
0   0
/srv/home   /srv/nfs4/home  nonerw,bind 
0   0
hostname2:/multimedia   /srv/multimedia nfs4
sec=krb5,soft,intr,timeo=10,retrans=10,noatime,auto,x-systemd.automount,x-systemd.device-timeout=10
 0   0
-- /proc/mounts --
/dev/dm-3 /srv/nfs4/media ext4 rw,noatime,errors=remount-ro,data=ordered 0 0
/dev/mapper/vg00-home /srv/nfs4/home ext4 rw,nosuid,nodev,relatime,data=ordered 
0 0
nfsd /proc/fs/nfsd nfsd rw,relatime 0 0
hostname2:/home/shared /home/shared nfs4 
rw,noatime,vers=4.0,rsize=262144,wsize=262144,namlen=255,soft,proto=tcp6,port=0,timeo=10,retrans=10,sec=krb5,clientaddr=fd3c:13aa:60ba:0:ae22:bff:fe2c:b7ae,local_lock=none,addr=fd3c:13aa:60ba::1
0 0

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages nfs-common depends on:
ii  adduser 3.113+nmu3
ii  initscripts 2.88dsf-59.2
ii  libc6   2.21-3
ii  libcap2 1:2.24-12
ii  libcomerr2  1.42.13-1
ii  libdevmapper1.02.1  2:1.02.110-1
ii  libevent-2.0-5  2.0.21-stable-2+b1
ii  libgssapi-krb5-21.13.2+dfsg-4
ii  libk5crypto31.13.2+dfsg-4
ii  libkeyutils11.5.9-8
ii  libkrb5-3   1.13.2+dfsg-4
ii  libmount1   2.27.1-1
ii 

Bug#805710: nfs-common: NFS mounts don't work because nfs-common starts before rpcbind.service

2015-11-21 Thread Michal Kašpar
Package: nfs-common
Version: 1:1.2.8-9
Severity: normal

Dear Maintainer,
NFS mounts don't work on systemd enabled systems because nfs-common is
started before rpcbind. If nfs-common is restarted after boot, the
mounts start to work fine. In log files I see:
nfs-common[1301]: Not starting: portmapper is not running ... (warning).


-- Package-specific info:
-- rpcinfo --
   program vers proto   port  service
104   tcp111  portmapper
103   tcp111  portmapper
102   tcp111  portmapper
104   udp111  portmapper
103   udp111  portmapper
102   udp111  portmapper
132   tcp   2049  nfs
133   tcp   2049  nfs
134   tcp   2049  nfs
1002272   tcp   2049
1002273   tcp   2049
132   udp   2049  nfs
133   udp   2049  nfs
134   udp   2049  nfs
1002272   udp   2049
1002273   udp   2049
1000211   udp  32768  nlockmgr
1000213   udp  32768  nlockmgr
1000214   udp  32768  nlockmgr
1000211   tcp  32768  nlockmgr
1000213   tcp  32768  nlockmgr
1000214   tcp  32768  nlockmgr
151   udp  32767  mountd
151   tcp  32767  mountd
152   udp  32767  mountd
152   tcp  32767  mountd
153   udp  32767  mountd
153   tcp  32767  mountd
1000241   udp  32765  status
1000241   tcp  32765  status
-- /etc/default/nfs-common --
NEED_STATD=
STATDOPTS="--port 32765 --outgoing-port 32766"
NEED_IDMAPD=yes
NEED_GSSD=yes
-- /etc/idmapd.conf --
[General]
Verbosity = 0
Pipefs-Directory = /run/rpc_pipefs
Domain=kaspar.in
[Mapping]
Nobody-User = nobody
Nobody-Group = nogroup
-- /etc/fstab --
/media  /srv/nfs4/media nonerw,rbind
0   0
/srv/home   /srv/nfs4/home  nonerw,bind 
0   0
budha:/multimedia   /srv/multimedia nfs4
sec=krb5,soft,intr,timeo=10,retrans=10,noatime,auto,x-systemd.automount,x-systemd.device-timeout=10
 0   0
#budha:/srv/nfs4/multimedia /srv/multimedia nfs 
defaults,vers=3,soft,bg 0   3
#budha:/shared  /home/sharednfs4
sec=krb5,soft,retrans=4,noatime,auto,x-systemd.automount,x-systemd.device-timeout=10
0   0
-- /proc/mounts --
/dev/dm-3 /srv/nfs4/media ext4 rw,noatime,errors=remount-ro,data=ordered 0 0
/dev/mapper/vg00-home /srv/nfs4/home ext4 rw,nosuid,nodev,relatime,data=ordered 
0 0
nfsd /proc/fs/nfsd nfsd rw,relatime 0 0
budha:/multimedia /srv/multimedia nfs4 
rw,noatime,vers=4.0,rsize=262144,wsize=262144,namlen=255,soft,proto=tcp6,port=0,timeo=10,retrans=10,sec=krb5,clientaddr=fd3c:13aa:60ba:0:ae22:bff:fe2c:b7ae,local_lock=none,addr=fd3c:13aa:60ba::1
 0 0

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages nfs-common depends on:
ii  adduser 3.113+nmu3
ii  initscripts 2.88dsf-59.2
ii  libc6   2.19-22
ii  libcap2 1:2.24-12
ii  libcomerr2  1.42.13-1
ii  libdevmapper1.02.1  2:1.02.110-1
ii  libevent-2.0-5  2.0.21-stable-2+b1
ii  libgssapi-krb5-21.13.2+dfsg-4
ii  libk5crypto31.13.2+dfsg-4
ii  libkeyutils11.5.9-8
ii  libkrb5-3   1.13.2+dfsg-4
ii  libmount1   2.27.1-1
ii  libnfsidmap20.25-5
ii  libtirpc1   0.2.5-1
ii  libwrap07.6.q-25
ii  lsb-base9.20150917
ii  rpcbind 0.2.3-0.2
ii  ucf 3.0031

Versions of packages nfs-common recommends:
ii  python  2.7.9-1

Versions of packages nfs-common suggests:
ii  open-iscsi  2.0.873+git0.3b4b4500-12
pn  watchdog

Versions of packages nfs-kernel-server depends on:
ii  libblkid1 2.27.1-1
ii  libc6 2.19-22
ii  libcap2   1:2.24-12
ii  libsqlite3-0  3.9.2-1
ii  libtirpc1 0.2.5-1
ii  libwrap0  7.6.q-25
ii  lsb-base  9.20150917
ii  ucf   3.0031

-- Configuration Files:
/etc/default/nfs-common changed:
NEED_STATD=
STATDOPTS="--port 32765 --outgoing-port 32766"
NEED_IDMAPD=yes
NEED_GSSD=yes


-- no debconf information



Bug#800445: nf_conntrack: table full, dropping packet

2015-10-06 Thread Michal Kašpar
I've rebuilt the kernel with the patch this morning and the problem
didn't appear since then. Before the patch, the kernel had oopsed
within 10 minutes from start. Thanks for good work.

-- 
Michal Kašpar



Bug#775551: bind9: Bind freezes after few hours of operation with ldap plugin

2015-01-17 Thread Michal Kašpar
Some additional information. After bind stops responding, it still does
something. In log, there are records like:
17-Jan-2015 10:02:03.125 createfetch: bugs.debian.org A
17-Jan-2015 10:02:03.152 createfetch: print.kaspar.in A
17-Jan-2015 10:02:03.152 createfetch: print.kaspar.in 
17-Jan-2015 10:02:03.169 createfetch: print A
17-Jan-2015 10:02:03.169 createfetch: print 
17-Jan-2015 10:02:03.169 decrement_reference: delete from rbt: 0x7ff0c9f960e0 
www.lideazeme.cz
but it doesn't resolve queries and respond to rndc. Strace looks like:
[pid 19269] futex(0x7ff0d2541afc, FUTEX_WAIT_PRIVATE, 33, NULL unfinished ...
[pid 11270] epoll_wait(8,  unfinished ...
[pid 11269] restart_syscall(... resuming interrupted call ... unfinished ...
[pid 11268] futex(0x7ff0c9e86300, FUTEX_WAIT_PRIVATE, 2, NULL unfinished ...
[pid 11267] futex(0x7ff0c29c89d0, FUTEX_WAIT, 19269, NULL unfinished ...
[pid 11266] futex(0x7ff0d252b0a4, FUTEX_WAIT_PRIVATE, 81987, NULL unfinished 
...
[pid 11265] futex(0x7ff0d252b0a4, FUTEX_WAIT_PRIVATE, 81988, NULL unfinished 
...
[pid 11266] ... futex resumed )   = -1 EAGAIN (Resource temporarily 
unavailable)
[pid 11266] futex(0x7ff0d252b0a4, FUTEX_WAIT_PRIVATE, 81988, NULL unfinished 
...
[pid 11264] rt_sigsuspend([], 8

 unfinished ...
[pid 11270] ... epoll_wait resumed {{EPOLLIN, {u32=527, u64=527}}, {EPOLLIN, 
{u32=524, u64=524}}, {EPOLLIN, {u32=525, u64=525}}, {EPOLLIN, {u32=526, 
u64=526}}}, 64, -1) = 4
[pid 11270] futex(0x7ff0d252b0a4, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7ff0d252b0a0, 
{FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
[pid 11265] ... futex resumed )   = 0
[pid 11270] epoll_ctl(8, EPOLL_CTL_DEL, 527, 7ff0cb3fbe40 unfinished ...
[pid 11265] futex(0x7ff0d252b028, FUTEX_WAKE_PRIVATE, 1 unfinished ...
[pid 11270] ... epoll_ctl resumed )   = 0
[pid 11265] ... futex resumed )   = 0
[pid 11270] futex(0x7ff0d252b0a4, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7ff0d252b0a0, 
{FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} unfinished ...
[pid 11265] recvmsg(527,  unfinished ...
[pid 11270] ... futex resumed )   = 1
[pid 11266] ... futex resumed )   = 0
[pid 11270] epoll_ctl(8, EPOLL_CTL_DEL, 524, 7ff0cb3fbe40 unfinished ...
[pid 11266] futex(0x7ff0d252b028, FUTEX_WAKE_PRIVATE, 1 unfinished ...
[pid 11270] ... epoll_ctl resumed )   = 0
[pid 11266] ... futex resumed )   = 0
[pid 11270] epoll_ctl(8, EPOLL_CTL_DEL, 525, 7ff0cb3fbe40 unfinished ...
[pid 11266] recvmsg(524,  unfinished ...
[pid 11270] ... epoll_ctl resumed )   = 0
[pid 11266] ... recvmsg resumed 0x7ff0cd3ffcf0, 0) = -1 EAGAIN (Resource 
temporarily unavailable)
[pid 11270] epoll_ctl(8, EPOLL_CTL_DEL, 526, 7ff0cb3fbe40 unfinished ...
[pid 11266] write(7, \f\2\0\0\375\377\377\377, 8 unfinished ...
[pid 11270] ... epoll_ctl resumed )   = 0
[pid 11266] ... write resumed )   = 8
[pid 11270] epoll_wait(8,  unfinished ...
[pid 11266] recvmsg(525,  unfinished ...
[pid 11270] ... epoll_wait resumed {{EPOLLIN, {u32=6, u64=6}}}, 64, -1) = 1
[pid 11266] ... recvmsg resumed 0x7ff0cd3ffcf0, 0) = -1 EAGAIN (Resource 
temporarily unavailable)
[pid 11270] read(6,  unfinished ...
[pid 11266] write(7, \r\2\0\0\375\377\377\377, 8 unfinished ...
[pid 11270] ... read resumed \f\2\0\0\375\377\377\377, 8) = 8
[pid 11266] ... write resumed )   = 8
[pid 11270] epoll_ctl(8, EPOLL_CTL_ADD, 524, {EPOLLIN, {u32=524, u64=524}} 
unfinished ...
[pid 11266] recvmsg(526,  unfinished ...
[pid 11270] ... epoll_ctl resumed )   = 0


-- 
Michal Kašpar


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



Bug#772695: [Pkg-sssd-devel] Bug#772695: sssd crashes on startup because of samba ldb modules version

2014-12-10 Thread Michal Kašpar
Thank you for reply.
It seems the rebuild hadn't helped but yesterdays samba upload has. From
its changelog:
Revert previous patch, since ldb has an active module version check.
Instead, just depend on ldb 1.1.18. Closes: #771991


-- 
Michal Kašpar


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



Bug#772695: sssd crashes on startup because of samba ldb modules version

2014-12-09 Thread Michal Kašpar
Package: sssd
Version: 1.11.7-2
Severity: important

Dear Maintainer,
After some late updates of Samba/libldb packages sssd doesn't start
anymore. It crashes with error message:
db: module version mismatch in ../source4/dsdb/samdb/ldb_modules/acl.c : 
ldb_version=1.1.18 module_version=1.1.17
ldb: failed to initialise module 
/usr/lib/x86_64-linux-gnu/ldb/modules/ldb/samba/acl.so : Unavailable
ldb: failed to initialise module 
/usr/lib/x86_64-linux-gnu/ldb/modules/ldb/samba : Unavailable
(Wed Dec 10 08:14:23:208586 2014) [sssd] [load_configuration] (0x0010): The 
confdb initialization failed
(Wed Dec 10 08:14:23:208625 2014) [sssd] [main] (0x0020): SSSD couldn't load 
the configuration database.

After uninstalling samba-dsdb-modules, sssd starts, but
samba-dsdb-modules are required for Samba to work.

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages sssd depends on:
ii  python-sss   1.11.7-2
ii  sssd-ad  1.11.7-2
ii  sssd-common  1.11.7-2
ii  sssd-ipa 1.11.7-2
ii  sssd-krb51.11.7-2
ii  sssd-ldap1.11.7-2
ii  sssd-proxy   1.11.7-2

sssd recommends no packages.

sssd suggests no packages.

-- 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#767425: [Pkg-freeipa-devel] Bug#767425: freeipa-server: ipa-server-install doesn't enable some Apache modules it uses in its configuration

2014-10-31 Thread Michal Kašpar
 that's weird, both seem to be enabled on default apache2 install here..

Weird. But my Debian installation on that machine is quite old (upgraded
several Debian versions) and used there Apache only occasionally for
testing purposes. I'm sure I haven't disabled these modules though.

-- 
Michal Kašpar


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



Bug#764368: gnome-shell: Application widnows swittching on Apple keyboard stopped working on gnome-shell 3.14

2014-10-07 Thread Michal Kašpar
Package: gnome-shell
Version: 3.14.0-1
Severity: normal

Dear Maintainer,
After upgrade to gnome shell 3.14, application windows switching with
Alt+` stopped working on apple aluminium keyboard with iso_layout=1. If
I change to iso_layout=0 ( keys above Tab instead of `~), swittching
works just fine, but this layout is hard to use for me.
Before 3.14, both layouts worked just fine.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.22.0-1
ii  evolution-data-server3.12.6-1.1
ii  gir1.2-accountsservice-1.0   0.6.37-3+b1
ii  gir1.2-atspi-2.0 2.12.0-2
ii  gir1.2-caribou-1.0   0.4.15-1
ii  gir1.2-clutter-1.0   1.20.0-1
ii  gir1.2-freedesktop   1.42.0-2
ii  gir1.2-gcr-3 3.14.0-2
ii  gir1.2-gdesktopenums-3.0 3.14.0-1
ii  gir1.2-gdm3  3.13.92-1
ii  gir1.2-gkbd-3.0  3.6.0-1
ii  gir1.2-glib-2.0  1.42.0-2
ii  gir1.2-gnomebluetooth-1.03.14.0-1
ii  gir1.2-gnomedesktop-3.0  3.14.0-1
ii  gir1.2-gtk-3.0   3.14.1-1
ii  gir1.2-ibus-1.0  1.5.8-2
ii  gir1.2-mutter-3.03.14.0-1
ii  gir1.2-networkmanager-1.00.9.10.0-3
ii  gir1.2-nmgtk-1.0 0.9.10.0-2
ii  gir1.2-pango-1.0 1.36.8-2
ii  gir1.2-polkit-1.00.105-7
ii  gir1.2-soup-2.4  2.48.0-1
ii  gir1.2-telepathyglib-0.120.24.1-1
ii  gir1.2-telepathylogger-0.2   0.8.1-1
ii  gir1.2-upowerglib-1.00.99.1-3
ii  gjs  1.42.0-1
ii  gnome-backgrounds3.14.0-1
ii  gnome-icon-theme-symbolic3.12.0-1
ii  gnome-settings-daemon3.14.0-2
ii  gnome-shell-common   3.14.0-1
ii  gnome-themes-standard3.14.0-1
ii  gsettings-desktop-schemas3.14.0-1
ii  libatk-bridge2.0-0   2.12.1-1+b1
ii  libatk1.0-0  2.14.0-1
ii  libc62.19-11
ii  libcairo21.12.16-5
ii  libcanberra-gtk3-0   0.30-2.1
ii  libcanberra0 0.30-2.1
ii  libclutter-1.0-0 1.20.0-1
ii  libcogl-pango20  1.18.2-2
ii  libcogl201.18.2-2
ii  libcroco30.6.8-3
ii  libdbus-glib-1-2 0.102-1
ii  libecal-1.2-16   3.12.6-1.1
ii  libedataserver-1.2-183.12.6-1.1
ii  libgcr-base-3-1  3.14.0-2
ii  libgdk-pixbuf2.0-0   2.30.8-1+b1
ii  libgirepository-1.0-11.42.0-2
ii  libgjs0e [libgjs0-libmozjs-24-0] 1.42.0-1
ii  libglib2.0-0 2.42.0-2
ii  libgstreamer1.0-01.4.3-1
ii  libgtk-3-0   3.14.1-1
ii  libical1 1.0-1
ii  libjson-glib-1.0-0   1.0.2-1
ii  libmozjs-24-024.2.0-2
ii  libmutter0e  3.14.0-1
ii  libnm-glib4  0.9.10.0-3
ii  libnm-util2  0.9.10.0-3
ii  libpango-1.0-0   1.36.8-2
ii  libpangocairo-1.0-0  1.36.8-2
ii  libpolkit-agent-1-0  0.105-7
ii  libpolkit-gobject-1-00.105-7
ii  libpulse-mainloop-glib0  5.0-6+b1
ii  libpulse05.0-6+b1
ii  libsecret-1-00.18-1+b1
ii  libstartup-notification0 0.12-4
ii  libsystemd0  215-5+b1
ii  libtelepathy-glib0   0.24.1-1
ii  libx11-6 2:1.6.2-3
ii  libxfixes3   1:5.0.1-2
ii  python   2.7.8-1
ii  telepathy-mission-control-5  1:5.16.3-1

Versions of packages gnome-shell recommends:

Bug#747821: systemd-logind doesn't create session for users logged in via GDM

2014-05-11 Thread Michal Kašpar
Package: systemd
Version: 204-10
Severity: normal

Dear Maintainer,
I've got problems with systemd-logind. It doesn't register user's
session (loginctl displays empty list) which has severe implications for
other applications (it's impossible to power off computer via gnome
menu, user has no privileges to use NetworkManager applet thus is unable
to controll networking etc.).
The behaviour is a bit strange because if user logs in via ssh or
console, his session is registered. If he logs in via gdm or uses su, it
isn't.
I don't use systemd as my init system, systemd-shim is installed. I've
tried to increase pam_systemd debug level (setting debug=yes in
/etc/pam.d/common-session at pam_systemd entry) but the output was the
same as without it and auth.log contains line:
May  5 08:32:59 xxx gdm3][8444]: pam_systemd(gdm3:session): Failed to create 
session: No such file or directory


-- Package-specific info:

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages systemd depends on:
ii  acl  2.2.52-1
ii  adduser  3.113+nmu3
ii  initscripts  2.88dsf-53
ii  libacl1  2.2.52-1
ii  libaudit11:2.3.6-1
ii  libc62.18-5
ii  libcap2  1:2.22-1.2
ii  libcap2-bin  1:2.22-1.2
ii  libcryptsetup4   2:1.6.4-4
ii  libdbus-1-3  1.8.2-1
ii  libgcrypt11  1.5.3-4
ii  libkmod2 17-2
ii  liblzma5 5.1.1alpha+20120614-2
ii  libpam0g 1.1.8-3
ii  libselinux1  2.2.2-2
ii  libsystemd-daemon0   204-10
ii  libsystemd-journal0  204-10
ii  libsystemd-login0204-10
ii  libudev1 204-10
ii  libwrap0 7.6.q-25
ii  sysv-rc  2.88dsf-53
ii  udev 204-10
ii  util-linux   2.20.1-5.7

Versions of packages systemd recommends:
ii  libpam-systemd  204-10

Versions of packages systemd suggests:
pn  systemd-ui  none

-- no debconf information
[OVERRIDDEN] /etc/systemd/system/vsftpd.service → 
/lib/systemd/system/vsftpd.service

Files /lib/systemd/system/vsftpd.service and /etc/systemd/system/vsftpd.service 
are identical


1 overridden configuration files found.
== 
/var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.ModemManager1.service
 ==

== 
/var/lib/systemd/deb-systemd-helper-enabled/lvm2-activation.service.dsh-also ==
/etc/systemd/system/local-fs.target.wants/lvm2-activation.service

== /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.service.dsh-also 
==
/etc/systemd/system/multi-user.target.wants/avahi-daemon.service
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket
/etc/systemd/system/dbus-org.freedesktop.Avahi.service

== /var/lib/systemd/deb-systemd-helper-enabled/plymouth.service ==

== 
/var/lib/systemd/deb-systemd-helper-enabled/lvm2-activation-early.service.dsh-also
 ==
/etc/systemd/system/local-fs.target.wants/lvm2-activation-early.service

== /var/lib/systemd/deb-systemd-helper-enabled/vsftpd.service.dsh-also ==
/etc/systemd/system/multi-user.target.wants/vsftpd.service

== /var/lib/systemd/deb-systemd-helper-enabled/ssh.socket.dsh-also ==
/etc/systemd/system/sockets.target.wants/ssh.socket

== /var/lib/systemd/deb-systemd-helper-enabled/sshd.service ==

== /var/lib/systemd/deb-systemd-helper-enabled/lvm2-lvmetad.socket.dsh-also ==
/etc/systemd/system/sockets.target.wants/lvm2-lvmetad.socket

== /var/lib/systemd/deb-systemd-helper-enabled/libvirt-guests.service.dsh-also 
==
/etc/systemd/system/multi-user.target.wants/libvirt-guests.service
/etc/systemd/system/multi-user.target.wants/libvirt-guests.service
/etc/systemd/system/multi-user.target.wants/libvirt-guests.service
/etc/systemd/system/multi-user.target.wants/libvirt-guests.service

== 
/var/lib/systemd/deb-systemd-helper-enabled/dbus-org.freedesktop.Avahi.service 
==

== 
/var/lib/systemd/deb-systemd-helper-enabled/graphical.target.wants/accounts-daemon.service
 ==

== 
/var/lib/systemd/deb-systemd-helper-enabled/bluetooth.target.wants/bluetooth.service
 ==

== /var/lib/systemd/deb-systemd-helper-enabled/avahi-daemon.socket.dsh-also ==
/etc/systemd/system/sockets.target.wants/avahi-daemon.socket

== /var/lib/systemd/deb-systemd-helper-enabled/rsyslog.service.dsh-also ==
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service
/etc/systemd/system/multi-user.target.wants/rsyslog.service
/etc/systemd/system/syslog.service

== /var/lib/systemd/deb-systemd-helper-enabled/pppd-dns.service.dsh-also ==
/etc/systemd/system/multi-user.target.wants/pppd-dns.service

== 

Bug#580908: gvfs: DAV(S) ical shares don't work

2014-03-13 Thread Michal Kašpar
I'm not able to reproduce as gvfs-mount doesn't seem to be able to mount
davs (Error getting info: Operation not supported]. But in Evolution, it
looks like it works now (I don't use ical calendars any more, but I've
tried testing one).

-- 
Michal Kašpar


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



Bug#735935: grub2: LVM trouble at boot after upgrade to 2.02 beta

2014-03-11 Thread Michal Kašpar

Hello.
After yesterday's upgrade of grub in unstable, I'm hit by this bug as 
well, so there must be some problem with grub and LVM. Nothing else have 
changed in my up to now running configuration and after downgrading grub 
to 2.00-22, system boots just fine.
The difference is my VG containing root fs doesn't get started at all, I 
have to do lvm vgchange -ay in intramfs shell and after exit, boot 
continues just fine.

In grub.cfg, differences are in using
set root='lvmid/2D6mtT-...
instead of
set root='lvm/vg00-r
and
UUID instead of /dev/mapper... in kernel boot configuration.

--
Michal Kašpar


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



Bug#711421: NFS4 mount with kerberos hangs forever

2014-02-16 Thread Michal Kašpar
I've probably found the issue. It seems /etc/exports syntax gss/krb5 is
not only deprecated as stated in man page, but doesn't work at all.
After changing to sec=krb5, kerberized NFS4 exports started to work
again.

-- 
Michal Kašpar


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



Bug#729110: gnome-shell: Setting key to switch input source while pressed doesn't work

2013-11-08 Thread Michal Kašpar
Package: gnome-shell
Version: 3.8.4-4
Severity: normal

Dear Maintainer,
From Gnome 3.6 it's impossible to set key to temporarily switch input
source while pressed. Until then, I had had set right Win key to set
alternative input source while pressed (xkb option grp:rwin_switch_grp)
in keybord options. In this version, the option has disappeared from
normal settings and in gnome-tweak-tool, it's possible to select just
one option in Keys(s) to change layout (select instead of option list).
I've tried to set this option via dconf-editor
(org.gnome.desktop.input-sources.xkb-options) but it doesn't change
anything.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.18.0-1
ii  evolution-data-server3.8.5-3
ii  gdm3 3.8.4-3
ii  gir1.2-accountsservice-1.0   0.6.34-2
ii  gir1.2-caribou-1.0   0.4.12-1
ii  gir1.2-clutter-1.0   1.14.4-3
ii  gir1.2-freedesktop   1.36.0-2+b1
ii  gir1.2-gcr-3 3.8.2-4
ii  gir1.2-gkbd-3.0  3.6.0-1
ii  gir1.2-glib-2.0  1.36.0-2+b1
ii  gir1.2-gmenu-3.0 3.8.0-2
ii  gir1.2-gnomebluetooth-1.03.8.1-2
ii  gir1.2-gnomedesktop-3.0  3.8.4-2
ii  gir1.2-gtk-3.0   3.8.6-1
ii  gir1.2-ibus-1.0  1.5.4-1
ii  gir1.2-mutter-3.03.8.4-2
ii  gir1.2-networkmanager-1.00.9.8.0-5
ii  gir1.2-nmgtk-1.0 0.9.8.4-1
ii  gir1.2-pango-1.0 1.36.0-1
ii  gir1.2-polkit-1.00.105-4
ii  gir1.2-soup-2.4  2.44.1-1
ii  gir1.2-telepathyglib-0.120.22.0-1
ii  gir1.2-telepathylogger-0.2   0.8.0-2
ii  gir1.2-upowerglib-1.00.9.23-2+b1
ii  gjs  1.36.1-2
ii  gnome-bluetooth  3.8.1-2
ii  gnome-icon-theme-symbolic3.10.1-1
ii  gnome-settings-daemon3.8.5-2
ii  gnome-shell-common   3.8.4-4
ii  gnome-themes-standard3.8.4-1
ii  gsettings-desktop-schemas3.8.2-2
ii  libatk-bridge2.0-0   2.10.0-1+b1
ii  libatk1.0-0  2.10.0-2
ii  libc62.17-93
ii  libcairo-gobject21.12.16-2
ii  libcairo21.12.16-2
ii  libcamel-1.2-43  3.8.5-3
ii  libcanberra-gtk3-0   0.30-2
ii  libcanberra0 0.30-2
ii  libclutter-1.0-0 1.14.4-3
ii  libcogl-pango12  1.14.0-3
ii  libcogl121.14.0-3
ii  libcroco30.6.8-2
ii  libdbus-1-3  1.6.18-1
ii  libdbus-glib-1-2 0.100.2-1
ii  libecal-1.2-15   3.8.5-3
ii  libedataserver-1.2-173.8.5-3
ii  libegl1-mesa [libegl1-x11]   9.2.2-1
ii  libgck-1-0   3.8.2-4
ii  libgcr-base-3-1  3.8.2-4
ii  libgdk-pixbuf2.0-0   2.28.2-1
ii  libgirepository-1.0-11.36.0-2+b1
ii  libgjs0c [libgjs0-libmozjs185-1.0]   1.36.1-2
ii  libglib2.0-0 2.36.4-1
ii  libgnome-menu-3-03.8.0-2
ii  libgstreamer1.0-01.2.0-1
ii  libgtk-3-0   3.8.6-1
ii  libical0 0.48-2
ii  libjson-glib-1.0-0   0.16.2-1
ii  libmozjs185-1.0  1.8.5-1.0.0+dfsg-4+b1
ii  libmutter0b  3.8.4-2
ii  libnm-glib4  0.9.8.0-5
ii  libnm-gtk0   0.9.8.4-1
ii  libnm-util2  0.9.8.0-5
ii  libnspr4 2:4.10.1-1
ii  libnspr4-0d  2:4.10.1-1
ii  libnss3  2:3.15.2-1
ii  libnss3-1d   2:3.15.2-1
ii  libp11-kit0  

Bug#727190: gnome-session: From 3.6, applications are killed during shutdown/logging out instead of correctly terminating them

2013-10-23 Thread Michal Kašpar
Package: gnome-session
Version: 3.8.4-2
Severity: normal

Dear Maintainer,
After upgrading gnome stack from 3.4, ending gnome session doesn't work
as expected. After selecting Power Off (or restart), it doesnt log me
out at all and desktop and applications are killed during shut down
sequence (ie. Chromium starts as crashed after I logg in again instead
of starting in its last state) .
I don't use systemd, but plain old sysvinit. Until Gnome 3.6 (and
logind) powering of and logging out worked as expected - first logged
out user stopping running applications correctly and then displayed
plymouth screen during shutdown sequence.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-session depends on:
ii  gnome-session-bin  3.8.4-2
ii  gnome-session-common   3.8.4-2
ii  gnome-settings-daemon  3.8.5-2
ii  gnome-shell3.8.4-4

gnome-session recommends no packages.

Versions of packages gnome-session suggests:
ii  desktop-base  7.0.3
ii  gnome-keyring 3.8.2-2
ii  gnome-user-guide  3.8.2-1

-- 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#727191: gnome-session: Gnome session doesn't save running applications

2013-10-23 Thread Michal Kašpar
Package: gnome-session
Version: 3.8.4-2
Severity: normal

Dear Maintainer,
After upgrade from Gnome 3.4 gnome session doesn't remember it's state
and doesn't start applications that were running while anding last
session. The only applications started are these selected to start in
Startup Programs tab of gnome-session-properties.
It might be related to bug 727190.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-session depends on:
ii  gnome-session-bin  3.8.4-2
ii  gnome-session-common   3.8.4-2
ii  gnome-settings-daemon  3.8.5-2
ii  gnome-shell3.8.4-4

gnome-session recommends no packages.

Versions of packages gnome-session suggests:
ii  desktop-base  7.0.3
ii  gnome-keyring 3.8.2-2
ii  gnome-user-guide  3.8.2-1

-- 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#727192: gnome-screensaver: From 3.6 ignores pam and doesn't renew kerberos ticket

2013-10-23 Thread Michal Kašpar
Package: gnome-screensaver
Version: 3.6.1-1
Severity: normal

Dear Maintainer,
After upgrade to gnome 3.6 (and now parts of 3.8), gnome screensaver no
longer renews kerberos ticket. In pam configuration, scrennsaver
includes common-auth which contains:
auth[success=2 default=ignore]  pam_krb5.so minimum_uid=1000
This works for the rest of system (login etc) and gets new ticket
correctly, but if I lock the screen ing Gnome now and unlock it again,
new ticket isn't issued.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-screensaver depends on:
ii  dbus-x11   1.6.16-1
ii  gnome-icon-theme   3.8.3-1
ii  gnome-session-bin  3.8.4-2
ii  gsettings-desktop-schemas  3.8.2-2
ii  libc6  2.17-93
ii  libcairo2  1.12.16-2
ii  libdbus-1-31.6.16-1
ii  libdbus-glib-1-2   0.100.2-1
ii  libgdk-pixbuf2.0-0 2.28.2-1
ii  libglib2.0-0   2.36.4-1
ii  libgnome-desktop-3-7   3.8.4-2
ii  libgnomekbd8   3.6.0-1
ii  libgtk-3-0 3.8.6-1
ii  libpam0g   1.1.3-10
ii  libx11-6   2:1.6.2-1
ii  libxext6   2:1.3.2-1
ii  libxklavier16  5.2.1-1
ii  libxxf86vm11:1.1.3-1

Versions of packages gnome-screensaver recommends:
ii  gnome-power-manager   3.8.2-1
ii  libpam-gnome-keyring  3.8.2-2

gnome-screensaver suggests no packages.

-- 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#711715: mysql-server-5.5: Segfault with libnss-mysql-bg enabled

2013-09-17 Thread Michal Kašpar
I've got the same problem with fresh wheeze installation. It seems it 
can be worked around by installing and starting nscd.


--
Michal Kašpar


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



Bug#711421: NFS4 mount with kerberos hangs forever

2013-08-28 Thread Michal Kašpar
After some of the last updates, the mount doesn't hang but exits
immediately with:
mount.nfs4: Operation not permitted
and in sysslog:
Aug 28 09:11:04 shiva kernel: [ 2525.731898] Key type id_resolver registered
Aug 28 09:11:04 shiva kernel: [ 2525.731899] Key type id_legacy registered
Aug 28 09:11:05 shiva rpc.gssd[2221]: ERROR: GSS-API: error in
gss_free_lucid_sec_context(): GSS_S_NO_CONTEXT (No context has been
established) - Unknown error
Aug 28 09:11:05 shiva rpc.gssd[2221]: WARN: failed to free lucid sec context
Aug 28 09:11:05 shiva rpc.gssd[2221]: ERROR: GSS-API: error in
gss_free_lucid_sec_context(): GSS_S_NO_CONTEXT (No context has been
established) - Unknown error
Aug 28 09:11:05 shiva rpc.gssd[2221]: WARN: failed to free lucid sec context

Kernel version is 3.10-2-amd64
Package versions:
ii nfs-common 1:1.2.8-4
ii adduser 3.113+nmu3
ii coreutils 8.21-1
ii debconf 1.5.51
ii debianutils 4.4
ii dmsetup 2:1.02.77-5
ii dpkg 1.17.1
ii gcc-4.8-base:amd64 4.8.1-9
ii gcc-4.8-base:i386 4.8.1-9
ii initscripts 2.88dsf-43
ii insserv 1.14.0-5
ii install-info 5.1.dfsg.1-4
ii libacl1:amd64 2.2.52-1
ii libacl1:i386 2.2.52-1
ii libattr1:amd64 1:2.4.47-1
ii libattr1:i386 1:2.4.47-1
ii libblkid1:amd64 2.20.1-5.5
ii libbz2-1.0:amd64 1.0.6-5
ii libc6:amd64 2.17-92
ii libc6:i386 2.17-92
ii libcap2:amd64 1:2.22-1.2
ii libcap2:i386 1:2.22-1.2
ii libcomerr2:amd64 1.42.8-1
ii libcomerr2:i386 1.42.8-1
ii libdb5.1:amd64 5.1.29-7
ii libdb5.1:i386 5.1.29-7
ii libdevmapper1.02.1:amd64 2:1.02.77-5
ii libevent-2.0-5:amd64 2.0.21-stable-1
ii libgcc1:amd64 1:4.8.1-9
ii libgcc1:i386 1:4.8.1-9
ii libgcrypt11:amd64 1.5.3-2
ii libgcrypt11:i386 1.5.3-2
ii libgnutls26:amd64 2.12.23-5
ii libgnutls26:i386 2.12.23-5
ii libgpg-error0:amd64 1.12-0.1
ii libgpg-error0:i386 1.12-0.1
ii libgssglue1:amd64 0.4-2
ii libk5crypto3:amd64 1.11.3+dfsg-3
ii libk5crypto3:i386 1.11.3+dfsg-3
ii libkeyutils1:amd64 1.5.5-7
ii libkeyutils1:i386 1.5.5-7
ii libkrb5-3:amd64 1.11.3+dfsg-3
ii libkrb5-3:i386 1.11.3+dfsg-3
ii libkrb5support0:amd64 1.11.3+dfsg-3
ii libkrb5support0:i386 1.11.3+dfsg-3
ii libldap-2.4-2:amd64 2.4.31-1+nmu2
ii libldap-2.4-2:i386 2.4.31-1+nmu2
ii liblzma5:amd64 5.1.1alpha+20120614-2
ii liblzma5:i386 5.1.1alpha+20120614-2
ii libmount1 2.20.1-5.5
ii libncurses5:amd64 5.9+20130608-1
ii libncurses5:i386 5.9+20130608-1
ii libnfsidmap2:amd64 0.25-5
ii libp11-kit0:amd64 0.18.5-1
ii libp11-kit0:i386 0.18.5-1
ii libpam-modules:amd64 1.1.3-9
ii libpam-modules-bin 1.1.3-9
ii libpam0g:amd64 1.1.3-9
ii libpam0g:i386 1.1.3-9
ii libpcre3:amd64 1:8.31-2
ii libpcre3:i386 1:8.31-2
ii libsasl2-2:amd64 2.1.25.dfsg1-14
ii libsasl2-2:i386 2.1.25.dfsg1-14
ii libsasl2-modules:amd64 2.1.25.dfsg1-14
ii libsasl2-modules:i386 2.1.25.dfsg1-14
ii libselinux1:amd64 2.1.13-2
ii libselinux1:i386 2.1.13-2
ii libsemanage-common 2.1.10-2
ii libsemanage1:amd64 2.1.10-2
ii libsepol1:amd64 2.1.9-2
ii libslang2:amd64 2.2.4-15
ii libslang2:i386 2.2.4-15
ii libssl1.0.0:amd64 1.0.1e-3
ii libssl1.0.0:i386 1.0.1e-3
ii libtasn1-3:amd64 2.14-3
ii libtasn1-3:i386 2.14-3
ii libtinfo5:amd64 5.9+20130608-1
ii libtinfo5:i386 5.9+20130608-1
ii libtirpc1:amd64 0.2.2-5
ii libudev0:amd64 175-7.2
ii libudev0:i386 175-7.2
ii libustr-1.0-1:amd64 1.0.4-3
ii libuuid1:amd64 2.20.1-5.5
ii libuuid1:i386 2.20.1-5.5
ii libwrap0:amd64 7.6.q-24
ii libwrap0:i386 7.6.q-24
ii lsb-base 4.1+Debian12
ii mount 2.20.1-5.5
ii multiarch-support 2.17-92
ii nfs-common 1:1.2.8-4
ii passwd 1:4.1.5.1-1
ii perl-base 5.14.2-21
ii rpcbind 0.2.0-8.1
ii sensible-utils 0.0.9
ii sysv-rc 2.88dsf-43
ii sysvinit-utils 2.88dsf-43
ii tar 1.26+dfsg-8
ii tzdata 2013d-1
ii ucf 3.0027+nmu1
ii util-linux 2.20.1-5.5
ii zlib1g:amd64 1:1.2.8.dfsg-1
ii zlib1g:i386 1:1.2.8.dfsg-1


-- 
Michal Kašpar


Bug#711421: Info received (NFS4 mount with kerberos hangs forever)

2013-08-28 Thread Michal Kašpar
And it looks like it's the same problem as described here:
http://www.spinics.net/lists/linux-nfs/msg37604.html

http://www.spinics.net/lists/linux-nfs/msg37604.html--
Michal Kašpar


Bug#719861: network-manager-gnome: Doesn't connect to WPA2 enterprise network, automatically and asks for username/password

2013-08-16 Thread Michal Kašpar

Package: network-manager-gnome
Version: 0.9.8.2-1+b1
Severity: normal

Dear Maintainer,
I've got WPA2 Enterprise network with username/password saved in
nm-applet, but every time I want to connect the network, authentication
dialogue pops up with username/password prefilled and I have to confirm
it to connect the network.
This is particularly inconvenient in connection to bug #651358 because I
usually need to reconnect after resume and if I don't authenticate with
gnome-screensaver quickly enough, I don't get authentication dialogue at
all and have to turn off/on whole wifi from Netwok Settings as the
applet shows Authenticating... instead of on/off button (IMO quite a
usability bug itself).
The connection is set to only one particular user ('All users may connect
to this network' unchecked) but 'Automatically connect to this network
when it is available' is checked (but the connection entry in
/etc/NetworkManager/system-connections is named SSID instead of 'Auto
SSID') and NM tries to connect the network when available.
For WEP, WPA Personal networks, automatical connection works fine. I see
this problem only with WPA2 Enterprise network and as I don't have any
other RADIUS authenticated network at hand, I can't test it with any
other similar network.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages network-manager-gnome depends on:
ii  dbus-x11 1.6.12-1
ii  dconf-gsettings-backend [gsettings-backend]  0.16.1-1
ii  gconf-service3.2.6-1
ii  gnome-icon-theme 3.8.2-2
ii  libatk1.0-0  2.8.0-2
ii  libc62.17-92
ii  libcairo-gobject21.12.14-5
ii  libcairo21.12.14-5
ii  libdbus-1-3  1.6.12-1
ii  libdbus-glib-1-2 0.100.2-1
ii  libgconf-2-4 3.2.6-1
ii  libgdk-pixbuf2.0-0   2.28.2-1
ii  libglib2.0-0 2.36.4-1
ii  libgnome-bluetooth11 3.8.1-2
ii  libgnome-keyring03.8.0-2
ii  libgtk-3-0   3.8.2-3
ii  libnm-glib-vpn1  0.9.8.0-5
ii  libnm-glib4  0.9.8.0-5
ii  libnm-gtk0   0.9.8.2-1+b1
ii  libnm-util2  0.9.8.0-5
ii  libnotify4   0.7.5-2
ii  libpango-1.0-0   1.32.5-5+b1
ii  libpangocairo-1.0-0  1.32.5-5+b1
ii  libsecret-1-00.15-2
ii  network-manager  0.9.8.0-5
ii  policykit-1-gnome0.105-2

Versions of packages network-manager-gnome recommends:
ii  gnome-bluetooth 3.8.1-2
ii  gnome-keyring   3.8.2-2
ii  iso-codes   3.45-1
ii  mobile-broadband-provider-info  20130506-1
ii  notification-daemon 0.7.6-1

Versions of packages network-manager-gnome suggests:
ii  network-manager-openconnect-gnome  0.9.8.0-1
ii  network-manager-openvpn-gnome  0.9.8.2-1
ii  network-manager-pptp-gnome 0.9.8.2-1
ii  network-manager-vpnc-gnome 0.9.8.2-1

-- 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#711421: nfs-common: NFS4 mount with kerberos hangs forewer

2013-06-06 Thread Michal Kašpar

Package: nfs-common
Version: 1:1.2.8-4
Severity: normal

Dear Maintainer,
After last update that should solve 705507 the rpc.gssd no longer
crashes, but mounting NFS share hangs forewer with syslog messages:
NFS: Registering the id_resolver key type
Key type id_resolver registered
Key type id_legacy registered
rpc.gssd[2059]: ERROR: GSS-API: error in gss_free_lucid_sec_context():
GSS_S_NO_CONTEXT (No context has been established) - Unknown error
rpc.gssd[2059]: WARN: failed to free lucid sec context

followed by:

nfs: server servername not responding, timed out

I use NFS4 with sec=krb5. Everything worked fine until Sid unfreeze,
after which I was hit by 705507.


-- Package-specific info:
-- rpcinfo --
   program vers proto   port  service
104   tcp111  portmapper
103   tcp111  portmapper
102   tcp111  portmapper
104   udp111  portmapper
103   udp111  portmapper
102   udp111  portmapper
1000241   udp  32765  status
1000241   tcp  32765  status
-- /etc/default/nfs-common --
NEED_STATD=
STATDOPTS=--port 32765 --outgoing-port 32766
NEED_IDMAPD=yes
NEED_GSSD=yes
-- /etc/idmapd.conf --
[General]
Verbosity = 0
Pipefs-Directory = /var/lib/nfs/rpc_pipefs
[Mapping]
Nobody-User = nobody
Nobody-Group = nogroup
-- /etc/fstab --

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages nfs-common depends on:
ii  adduser 3.113+nmu3
ii  initscripts 2.88dsf-41
ii  libc6   2.17-5
ii  libcap2 1:2.22-1.2
ii  libcomerr2  1.42.5-1.1
ii  libdevmapper1.02.1  2:1.02.77-1
ii  libevent-2.0-5  2.0.21-stable-1
ii  libgssglue1 0.4-2
ii  libk5crypto31.10.1+dfsg-5
ii  libkeyutils11.5.5-7
ii  libkrb5-3   1.10.1+dfsg-5
ii  libmount1   2.20.1-5.4
ii  libnfsidmap20.25-5
ii  libtirpc1   0.2.2-5
ii  libwrap07.6.q-24
ii  lsb-base4.1+Debian12
ii  rpcbind 0.2.0-8
ii  ucf 3.0027

Versions of packages nfs-common recommends:
ii  python  2.7.3-5

Versions of packages nfs-common suggests:
pn  open-iscsi  none
pn  watchdognone

-- 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#695496: mesa: Torchlight crashes because of mesa texture problem

2012-12-08 Thread Michal Kašpar
Package: mesa
Version: 8.0.5-3
Severity: normal

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

The game Torchlight for Linux crashes when entering certain location. It
seems the problem is in mesa package and its checks for mipmap
dimensions (see
http://forums.runicgames.com/viewtopic.php?f=24t=34893sid=c4c3efa2a55860e0ced3359f27753d0bstart=20).
The fix for mesa should be in theese links:
http://lists.freedesktop.org/archives/mesa-dev/2012-October/028210.html
http://lists.freedesktop.org/archives/mesa-dev/2012-October/028211.html
or in the bug filled on freedestop.org:
https://bugs.freedesktop.org/show_bug.cgi?id=55445
but they are apparently for diferent version of mesa then contain in
current Debian unstable.

*** End of the template - remove these lines ***


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (10, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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


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



Bug#651445: WPA passphrase deleted and connection forgot if you exit the passphrase dialog without typing the passphrase

2012-01-29 Thread Michal Kašpar
The bug is even worse because NM forgets the passphrase even if you try
to connect to wireless network and it has currently some problems. Ie.
you are connecting to wireless network that currently doesn't work (I
suppose that not working DHCP server behind AP is enough), NM asks for
passphrase with passphrase prefilled, you click Connect, but if it
doesn't manage to connect this second time, it forgets the passphrase
completely! It is not only annoying it means major problems if you don't
remember passphrases to all the wireless networks you connect to.

-- 
Michal Kašpar


smime.p7s
Description: S/MIME cryptographic signature


Bug#601942: ldapscripts: Bind DN with spaces treated incorrectly

2010-10-31 Thread Michal Kašpar
Package: ldapscripts
Version: 1.9.0-2
Severity: important


Debian functionality of getting LDAP DN, password etc. contains bug,
causing it to assign only part of Bind DN to BINDDN if it contains
spaces. Ie. from DN cn=admin,ou=Special Users,dc=somedomain,dc=somewhere, only 
cn=admin,ou=Special is taken. It causes bind to LDAP fail as well as all the 
utils. Problem is in /usr/share/ldapscripts/runtime.debian in awk expression, 
that takes only second field, while all fields until end of the line should be 
taken (well, comments should be excluded).
Fix that works for me (but doesn't take into the account possible
comment further on the line) is:
--- runtime.debian.orig 2010-10-31 09:39:19.0 +0100
+++ runtime.debian   2010-10-31 09:38:50.0 +0100
@@ -25,7 +25,7 @@
 local field=$1
 local nssconffile='/etc/libnss-ldap.conf'
 if [ -f $nssconffile ];then
-  local value=$(awk /^\s*$field/ {print \$2} /etc/libnss-ldap.conf)
+  local value=$(awk /^\s*$field/ {for (i=2;i=NF;i++) printf \%s%s\,(i2?\ 
\:\\), \$i} /etc/libnss-ldap.conf)
 else
   local value=$2
 fi


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ldapscripts depends on:
ii  ldap-utils2.4.23-6   OpenLDAP utilities

Versions of packages ldapscripts recommends:
ii  sharutils 1:4.9-1shar, unshar, uuencode, uudecode

Versions of packages ldapscripts suggests:
ii  libpam-ldap   184-8.5Pluggable Authentication Module fo

-- Configuration Files:
/etc/ldapscripts/ldapscripts.conf changed:
GIDSTART=1 # Group ID
UIDSTART=1 # User ID
MIDSTART=2 # Machine ID
CREATEHOMES=no  # Create home directories and set rights ?
PASSWORDGEN=cat /dev/random | LC_ALL=C tr -dc 'a-zA-Z0-9' | head -c8
RECORDPASSWORDS=no
PASSWORDFILE=/var/log/ldapscripts_passwd.log
LOGFILE=/var/log/ldapscripts.log
TMPDIR=/tmp
LDAPSEARCHBIN=/usr/bin/ldapsearch
LDAPADDBIN=/usr/bin/ldapadd
LDAPDELETEBIN=/usr/bin/ldapdelete
LDAPMODIFYBIN=/usr/bin/ldapmodify
LDAPMODRDNBIN=/usr/bin/ldapmodrdn
LDAPPASSWDBIN=/usr/bin/ldappasswd
GETENTPWCMD=
GETENTGRCMD=
GTEMPLATE=
UTEMPLATE=
MTEMPLATE=

/etc/ldapscripts/ldapscripts.passwd [Errno 13] Permission denied: 
u'/etc/ldapscripts/ldapscripts.passwd'

-- 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#580908: gvfs: DAV(S) ical shares don't work

2010-05-09 Thread Michal Kašpar
Package: gvfs
Version: 1.6.1-1
Severity: normal

If I try to mount DAV(S) shared ical URL with gvfs-mount, I get error:
Error mounting location: HTTP Error: Found
The problem appeared in Evolution while trying to publish my calendar
entries to davfs enabled groupware, but is reproducible via command line
gvfs-mount davs://usern...@server/path/to/ical


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gvfs depends on:
ii  libc6 2.10.2-7   Embedded GNU C Library: Shared lib
ii  libdbus-1-3   1.2.24-1   simple interprocess messaging syst
ii  libexpat1 2.0.1-7XML parsing C library - runtime li
ii  libgconf2-4   2.28.1-3   GNOME configuration database syste
ii  libgdu0   2.30.1-1   GObject based Disk Utility Library
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libgnome-keyring0 2.30.1-1   GNOME keyring services library
ii  libudev0  153-2  libudev shared library
ii  x11-utils 7.5+3  X11 utilities

Versions of packages gvfs recommends:
ii  dbus  1.2.24-1   simple interprocess messaging syst
ii  policykit-1-gnome 0.96-2 GNOME authentication agent for Pol

Versions of packages gvfs suggests:
ii  gvfs-backends 1.6.1-1userspace virtual filesystem - bac

-- 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#555815: nautilus: Nautilus doesn't remember icon positions if the icon is link to another fs

2009-12-16 Thread Michal Kašpar
The problem got fixed with some of the updates since my last comment.
Now my glib2.0 version is 2.22.3-1 and the icons stay where they are
supposed to. You can close this bug.
Thanks a lot




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



Bug#555815: nautilus: Nautilus doesn't remember icon positions if the icon is link to another fs

2009-11-12 Thread Michal Kašpar
Yes, I did. The problem unfortunately remains.

-- 
Michal Kašpar




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



Bug#554214: linux-image-2.6.31-1-amd64: RaLink RT2561/RT61 wireless card stopped working in 2.6.31

2009-11-11 Thread Michal Kašpar
I've added it as a comment to
http://bugzilla.kernel.org/show_bug.cgi?id=14460 as it seems quite
similar.

-- 
Michal Kašpar




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



Bug#555815: nautilus: Nautilus doesn't remember icon positions if the icon is link to another fs

2009-11-11 Thread Michal Kašpar
Package: nautilus
Version: 2.28.1-1
Severity: minor

I've got 2 icons in my home directory (which I use as a Desktop dir),
that lead to other filesystem (mounted under /srv/multimedia). Those
icons ignore manual placing and loose their position after every logout.
Other icons (links, folders, files) leading to the same filesystem the home
directory is on behave correctly.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages nautilus depends on:
ii  desktop-file-utils  0.15-2   Utilities for .desktop files
ii  gvfs1.4.1-3  userspace virtual filesystem - ser
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libbeagle1  0.3.9-1  library for accessing beagle using
ii  libc6   2.10.1-6 GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libdbus-glib-1-20.82-2   simple interprocess messaging syst
ii  libexempi3  2.1.1-1  library to parse XMP metadata (Lib
ii  libexif12   0.6.18-1 library to parse EXIF files
ii  libgail18   2.18.3-1 GNOME Accessibility Implementation
ii  libgconf2-4 2.28.0-1 GNOME configuration database syste
ii  libglib2.0-02.22.2-2 The GLib library of C routines
ii  libglib2.0-data 2.22.2-2 Common files for GLib library
ii  libgnome-desktop-2-11   2.28.1-1 Utility library for loading .deskt
ii  libgtk2.0-0 2.18.3-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.28.1-1 libraries for nautilus components 
ii  libpango1.0-0   1.26.0-1 Layout and rendering of internatio
ii  libselinux1 2.0.88-1 SELinux runtime shared libraries
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtrackerclient0   0.6.95-3 metadata database, indexer and sea
ii  libunique-1.0-0 1.1.2-2  Library for writing single instanc
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxml2 2.7.6.dfsg-1 GNOME XML library
ii  libxrender1 1:0.9.4-2X Rendering Extension client libra
ii  nautilus-data   2.28.1-1 data files for nautilus
ii  shared-mime-info0.70-1   FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  app-install-dat 2009.06.06   Application Installer Data Files
ii  brasero 2.28.2-1 CD/DVD burning application for GNO
ii  consolekit  0.4.1-2  framework for defining and trackin
ii  desktop-base5.0.5common files for the Debian Deskto
ii  eject   2.1.5+deb1+cvs20081104-7 ejects CDs and operates CD-Changer
ii  gvfs-backends   1.4.1-3  userspace virtual filesystem - bac
ii  librsvg2-common 2.26.0-1 SAX-based renderer library for SVG
ii  synaptic0.63 Graphical package manager

Versions of packages nautilus suggests:
ii  acroread [pdf-viewer] 9.2-0.1Adobe Acrobat Reader: Portable Doc
ii  eog   2.28.1-1   Eye of GNOME graphics viewer progr
ii  evince [pdf-viewer]   2.28.1-1   Document (postscript, pdf) viewer
ii  okular [pdf-viewer]   4:4.3.2-1  document viewer for KDE 4
ii  totem 2.28.2-3   A simple media player for the GNOM
ii  tracker   0.6.95-3   metadata database, indexer and sea
ii  xdg-user-dirs 0.10-1 tool to manage well known user dir

-- 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#554214: Acknowledgement (linux-image-2.6.31-1-amd64: RaLink RT2561/RT61 wireless card stopped working in 2.6.31)

2009-11-03 Thread Michal Kašpar
Further information:
I've tried to set up WPA in my network and the card started to work
well. So the problem appears only with WEP.

-- 
Michal Kašpar




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



Bug#554214: linux-image-2.6.31-1-amd64: RaLink RT2561/RT61 wireless card stopped working in 2.6.31

2009-11-03 Thread Michal Kašpar
Package: linux-2.6
Version: 2.6.31-1
Severity: important


After upgrade to kernel 2.6.31 (from 2.6.30), wireless card stopped
working. It seems to be set up fine, associates with AP but it is unable
to communicate. Ping or any other network communication doesn't work.
After reboot to 2.6.30, everything works fine.

-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: 
product_name: 
product_version: 
chassis_vendor: 
chassis_version: 
bios_vendor: Intel Corp.
bios_version: DPP3510J.86A.0572.2009.0715.2346
board_vendor: Intel Corporation
board_name: DG33FB 
board_version: AAD81072-303

** Network interface configuration:
### etherconf DEBCONF AREA. DO NOT EDIT THIS AREA OR INSERT TEXT BEFORE IT.
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

auto lo eth0 eth1 wlan0

# The loopback interface
iface lo inet loopback

# The ethernet interface, configured by etherconf
iface eth0 inet static
address 172.23.0.254
netmask 255.255.255.0
dns-nameservers 127.0.0.1

### END OF DEBCONF AREA.  PLACE YOUR EDITS BELOW; THEY WILL BE PRESERVED.
# rozhrani pro pppoe
iface eth1 inet manual
up ifconfig $IFACE up
down ifconfig $IFACE down

iface dsl-provider inet ppp
provider dsl-provider

iface wlan0 inet static
address 172.23.255.129
netmask 255.255.255.0
gateway 172.23.255.254
dns-nameservers 172.23.255.254
wireless-essid DEVON
wireless-mode Managed
wireless-key restricted s:XXX

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM 
Controller [8086:29c0] (rev 02)
Subsystem: Intel Corporation Device [8086:5044]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Capabilities: access denied
Kernel driver in use: agpgart-intel

00:01.0 PCI bridge [0604]: Intel Corporation 82G33/G31/P35/P31 Express PCI 
Express Root Port [8086:29c1] (rev 02) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 3000-3fff
Memory behind bridge: e030-e03f
Prefetchable memory behind bridge: c000-cfff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied
Kernel driver in use: pcieport-driver

00:02.0 Display controller [0380]: Intel Corporation 82G33/G31 Express 
Integrated Graphics Controller [8086:29c2] (rev 02)
Subsystem: Intel Corporation Device [8086:5044]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at e040 (32-bit, non-prefetchable) [size=512K]
Region 1: I/O ports at 4430 [size=8]
Region 2: Memory at d000 (32-bit, prefetchable) [size=256M]
Region 3: Memory at e020 (32-bit, non-prefetchable) [size=1M]
Capabilities: access denied

00:03.0 Communication controller [0780]: Intel Corporation 82G33/G31/P35/P31 
Express MEI Controller [8086:29c4] (rev 02)
Subsystem: Intel Corporation Device [8086:5044]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 11
Region 0: Memory at e04a6100 (64-bit, non-prefetchable) [size=16]
Capabilities: access denied

00:19.0 Ethernet controller [0200]: Intel Corporation 82566DC-2 Gigabit Network 
Connection [8086:294c] (rev 02)
Subsystem: Intel Corporation Device [8086:0001]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 30
Region 0: Memory at e048 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at e04a4000 (32-bit, non-prefetchable) [size=4K]
  

Bug#548557: epiphany-browser: Flash via swfdec corrupts displayed page

2009-09-27 Thread Michal Kašpar
Package: epiphany-browser
Version: 2.28.0-3
Severity: important


After upgrade to Epiphany 2.28 (webkit based), there is a problem viewing
pages containing flash. I use swfdec as flash plugin.
The pages containing flash do not display regions below the flash
object, it is sometimes impossible to scroll below the flash object and
even the scrollbar disappears in this part of page. I'll try to append
the sreenshot.
Sometimes it is even impossible to switch between two tabs containing
flash - the tab switches but the contents of the tab doesn't appear.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages epiphany-browser depends on:
ii  dbus-x11   1.2.16-2  simple interprocess messaging syst
ii  epiphany-browser-data  2.28.0-3  Data files for the GNOME web brows
ii  gnome-icon-theme   2.26.0-1  GNOME Desktop icon theme
ii  iso-codes  3.10.3-1  ISO language, territory, currency,
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libavahi-client3   0.6.25-1  Avahi client library
ii  libavahi-common3   0.6.25-1  Avahi common library
ii  libavahi-gobject0  0.6.25-1  Avahi GObject library
ii  libc6  2.9-26GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.16-2  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.82-1simple interprocess messaging syst
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.4.1-4 GCC support library
ii  libgconf2-42.26.2-3  GNOME configuration database syste
ii  libgirepository1.0-0   0.6.5-1   Library for handling GObject intro
ii  libglib2.0-0   2.22.0-1  The GLib library of C routines
ii  libgnome-keyring0  2.26.1-1  GNOME keyring services library
ii  libgtk2.0-02.18.0-1  The GTK+ graphical user interface 
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1 0.4.5-1   sends desktop notifications to a n
ii  libnspr4-0d4.8-1 NetScape Portable Runtime Library
ii  libnss3-1d 3.12.3.1-1Network Security Service libraries
ii  libpango1.0-0  1.26.0-1  Layout and rendering of internatio
ii  libseed0   2.28.0-1  GObject JavaScript bindings for th
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libsoup-gnome2.4-1 2.28.0-1  an HTTP library implementation in 
ii  libsoup2.4-1   2.28.0-1  an HTTP library implementation in 
ii  libstartup-notificatio 0.10-1library for program launch feedbac
ii  libwebkit-1.0-21.1.15.1-1Web content engine library for Gtk
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxml22.7.5.dfsg-1  GNOME XML library
ii  libxslt1.1 1.1.26-1  XSLT processing library - runtime 
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages epiphany-browser recommends:
ii  yelp 2.28.0+webkit-1 Help browser for GNOME

Versions of packages epiphany-browser suggests:
pn  mozpluggernone (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#528697: tracker: Tracker prevents removable media from unmounting

2009-05-19 Thread Michal Kašpar
 Try
 IndexRemovableMedia=false

Didn't help. I tried to delete and let recreate default configuration,
it contains this row and my flash drive is locked again right now.

-- 
Michal Kašpar




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



Bug#528697: tracker: Tracker prevents removable media from unmounting

2009-05-14 Thread Michal Kašpar
Package: tracker
Version: 0.6.94-1
Severity: normal


Tracker keeps indexing my removable media even when I unselect Index
mounted directories in Tracker preferences. In
.config/tracker/tracker.cfg there is:
SkipMountPoints=true
IndexMountedDirectories=false
If I put my USB flash disk in, it gets mounted by nautilus correctly.
But if I try to umount it from right click menu, popup window appears
saying:
An application is preventing the volume from being unmounted.
and if i run fuser -c /mountpoint it says tracker-indexer keeps mounted
flash disk busy.
I think tracker shouldn't index mountpoints nobody asked it to index and
if it does, it should be able to stop indexing if nautilus tries to
unmount this removable media.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages tracker depends on:
ii  dbus 1.2.14-2simple interprocess messaging syst
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libc62.9-12  GNU C Library: Shared libraries
ii  libcairo21.8.6-2+b1  The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.14-2simple interprocess messaging syst
ii  libdbus-glib 0.80-4  simple interprocess messaging syst
ii  libexempi3   2.1.0-3 library to parse XMP metadata (Lib
ii  libexif120.6.17-1library to parse EXIF files
ii  libfontconfi 2.6.0-3 generic font configuration library
ii  libfreetype6 2.3.9-4.1   FreeType 2 font engine, shared lib
ii  libgconf2-4  2.26.0-1GNOME configuration database syste
ii  libglib2.0-0 2.20.1-2The GLib library of C routines
ii  libgmime-2.0 2.2.22-4MIME library
ii  libgsf-1-114 1.14.13-1   Structured File Library - runtime 
ii  libgstreamer 0.10.23-1   GStreamer libraries from the base
ii  libgstreamer 0.10.23-1   Core GStreamer libraries and eleme
ii  libgtk2.0-0  2.16.1-2The GTK+ graphical user interface 
ii  libhal-stora 0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libhal1  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libjpeg626b-14   The Independent JPEG Group's JPEG 
ii  libogg0  1.1.3-5 Ogg Bitstream Library
ii  libpango1.0- 1.24.2-1Layout and rendering of internatio
ii  libpng12-0   1.2.35-1PNG library - runtime
ii  libpoppler-g 0.10.6-1PDF rendering library (GLib-based 
ii  libqdbm141.8.74-1.4  QDBM Database Libraries [runtime]
ii  libraptor1   1.4.18-3Raptor RDF parser and serializer l
ii  libsqlite3-0 3.6.13-1SQLite 3 shared library
ii  libtiff4 3.8.2-11Tag Image File Format (TIFF) libra
ii  libtotem-plp 2.26.0-1Totem Playlist Parser library - ru
ii  libunac1 1.8.0-2 The unac programming library - run
ii  libvorbis0a  1.2.0.dfsg-4The Vorbis General Audio Compressi
ii  libxml2  2.7.3.dfsg-1GNOME XML library
ii  shared-mime- 0.60-2  FreeDesktop.org shared MIME databa
ii  zlib1g   1:1.2.3.3.dfsg-13   compression library - runtime

Versions of packages tracker recommends:
ii  odt2txt   0.4-1  simple converter from OpenDocument
ii  poppler-utils [xpdf-utils]0.10.6-1   PDF utilitites (based on libpopple
ii  tracker-search-tool   0.6.94-1   metadata database, indexer and sea
ii  tracker-utils 0.6.94-1   metadata database, indexer and sea
ii  untex 9210-10Remove LaTeX commands from input
ii  unzip 6.0-1  De-archiver for .zip files
ii  w3m   0.5.2-2+b1 WWW browsable pager with excellent
ii  wv1.2.4-2Programs for accessing Microsoft W
ii  xsltproc  1.1.24-2   XSLT command line processor

Versions of packages tracker suggests:
pn  djvulibre-binnone  (no description available)
ii  evince   2.24.2-2+b1 Document (postscript, pdf) viewer
ii  gnumeric 1.9.7-1 spreadsheet application for GNOME 
ii  imagemagick  7:6.5.1.0-1 image manipulation programs

-- 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#527541: libc6: after upgrade of libc iceweasel stops, working

2009-05-08 Thread Michal Kašpar
Got same problem. Strace on iceweasel (epiphany-browser too) ends with:
stat(/home/mkaspar/.gnome2/vfs/modules, 0x7fff0ffc1db0) = -1 ENOENT
(No such file or directory)
stat(/etc/gnome-vfs-2.0/modules, {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
geteuid()   = 1000
getegid()   = 1000
getuid()= 1000
tgkill(18215, 18219, SIGRT_1)   = 0
tgkill(18215, 18217, SIGRT_1)   = 0
tgkill(18215, 18216, SIGRT_1)   = 0
futex(0x7fff0ffc1e80, FUTEX_WAIT_PRIVATE, 4294967295, NULL

If I try to remove etc/gnome-vfs-2.0/modules/default (or even comment
out file: file), iceweasel starts just fine.
So it seems to be some problem of new eglibc with gnome-vfs.

-- 
Michal Kašpar




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



Bug#438151: evolution: Invalid dates with cs_CZ locale in calendar

2007-08-15 Thread Michal Kašpar
Package: evolution
Version: 2.10.3-1
Severity: normal


If I set locale (LANG + LANGUAGE or LC_TIME) to cs_CZ.UTF8, Evolution
calendar works incorrectly with dates - I can't save any appointment
or other event.
Instead popup window with Invalid Date Value appears any time(!) I focus
new appointment window and if I try to save the appointment, window with
Validation error: Start date is wrong appears and I can't save the
event.
The bug makes Evolution calendar unusable with my date and time locale.
If I run evolution with env LC_TIME=en_US.UTF-8, everything works fine.
Output od locale command:
LANG=cs_CZ.UTF-8
LANGUAGE=en_US.UTF-8
LC_CTYPE=cs_CZ.UTF-8
LC_NUMERIC=cs_CZ.UTF-8
LC_TIME=cs_CZ.UTF-8
LC_COLLATE=cs_CZ.UTF-8
LC_MONETARY=cs_CZ.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_PAPER=cs_CZ.UTF-8
LC_NAME=cs_CZ.UTF-8
LC_ADDRESS=cs_CZ.UTF-8
LC_TELEPHONE=cs_CZ.UTF-8
LC_MEASUREMENT=cs_CZ.UTF-8
LC_IDENTIFICATION=cs_CZ.UTF-8
LC_ALL=


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

Kernel: Linux 2.6.22-mk-k7 (SMP w/1 CPU core)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages evolution depends on:
ii  dbus1.1.1-3  simple interprocess messaging syst
ii  evolution-common2.10.3-1 architecture independent files for
ii  evolution-data-server   1.10.3-1 evolution database backend server
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  gnome-icon-theme2.18.0-3 GNOME Desktop icon theme
ii  gtkhtml3.14 3.14.3-1 HTML rendering/editing library - b
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.18.0-5 The Bonobo UI library
ii  libc6   2.6.1-1  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libcamel1.2-10  1.10.3-1 The Evolution MIME message handlin
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libebook1.2-9   1.10.3-1 Client library for evolution addre
ii  libecal1.2-71.10.3-1 Client library for evolution calen
ii  libedataserver1.2-9 1.10.3-1 Utility library for evolution data
ii  libedataserverui1.2-8   1.10.3-1 GUI utility library for evolution 
ii  libegroupwise1.2-13 1.10.3-1 Client library for accessing group
ii  libexchange-storage1.2- 1.10.3-1 Backend library for evolution cale
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.12.13-1The GLib library of C routines
ii  libgnome-keyring0   0.8.1-2  GNOME keyring services library
ii  libgnome-pilot2 2.0.15-2 Support libraries for gnome-pilot
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.14.0-3 A powerful object-oriented display
ii  libgnomeprint2.2-0  2.18.0-2 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-02.18.0-2 GNOME 2.2 print architecture User 
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.18.1-3+b1GNOME Virtual File System (runtime
ii  libgnutls13 1.6.3-1  the GNU TLS library - runtime libr
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libgtkhtml3.14-19   3.14.3-1 HTML rendering/editing library - r
ii  libhal1 0.5.9.1-2Hardware Abstraction Layer - share
ii  libice6 2:1.0.3-3X11 Inter-Client Exchange library
ii  libldap22.1.30-13.4  OpenLDAP libraries
ii  libnm-glib0 0.6.4-8+b1   network management framework (GLib
ii  libnotify1 [libnotify1- 0.4.4-3  sends desktop notifications to a n
ii  libnspr4-0d 4.6.7-1  NetScape Portable Runtime Library
ii  libnss3-0d  3.11.7-1 Network Security Service libraries
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.16.5-1 Layout and rendering of internatio
ii  libpisock9  0.12.2-10library for communicating with a P
ii  libpisync0  0.12.2-10

Bug#435720: vegastrike: Vegastrike doesn't start if no KDE app is running

2007-08-02 Thread Michal Kašpar
Package: vegastrike
Version: 0.4.3.debian-1
Severity: normal

If there are no KDE apps running, vegastrike doesn't start and exits
with:
Link points to /tmp/ksocket-mkaspar
can't create mcop directory
As I run any KDE application (lets say kcalculator), that creats
aproprite KDE sockets in /tmp, vegastrike starts fine.
Full listing when vegastrike doesn't start:
Vega Strike  
See http://www.gnu.org/copyleft/gpl.html for license details.

GOT SUBDIR ARG = 
Found data in /usr/share/games/vegastrike
Using /usr/share/games/vegastrike as data directory
Using .vegastrike.4.x as the home directory
Found MODDIR = /usr/share/games/vegastrike/mods
USING HOMEDIR : /home/mkaspar/.vegastrike.4.x As the home directory 
CONFIGFILE - Found a config file in home directory, using : 
/home/mkaspar/.vegastrike.4.x/vegastrike.config
DATADIR - No datadir specified in config file, using ; 
/usr/share/games/vegastrike
SIMULATION_ATOM: 0.07
MISSION_NAME is empty using : explore_universe.mission
running import sys
print sys.path
sys.path = 
[r/usr/share/games/vegastrike/modules/builtin/,r/usr/share/games/vegastrike/modules/,r/usr/share/games/vegastrike/bases/]
['/usr/lib/python24.zip', '/usr/lib/python2.4', 
'/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', 
'/usr/lib/python2.4/lib-dynload', '/usr/local/lib/python2.4/site-packages', 
'/usr/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages/Numeric', 
'/usr/lib/python2.4/site-packages/cairo', 
'/usr/lib/python2.4/site-packages/gst-0.10', 
'/var/lib/python-support/python2.4', 
'/var/lib/python-support/python2.4/gtk-2.0', 
'/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode', '/usr/lib/site-python']
testing VS randomrunning import sys
print sys.path
['/usr/share/games/vegastrike/modules/builtin/', 
'/usr/share/games/vegastrike/modules/', '/usr/share/games/vegastrike/bases/']
Link points to /tmp/ksocket-mkaspar
can't create mcop directory


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

Kernel: Linux 2.6.22-mk-k7 (SMP w/1 CPU core)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vegastrike depends on:
ii  freeglut3   2.4.0-5.1OpenGL Utility Toolkit
ii  libalut01.1.0-1  OpenAL Utility Toolkit
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libboost-python1.33.1   1.33.1-10Boost.Python Library
ii  libc6   2.6-5GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libexpat1   1.95.8-4 XML parsing C library - runtime li
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2.1-1GCC support library
ii  libgl1-mesa-glx [libgl1 6.5.2-7  A free implementation of the OpenG
ii  libglib2.0-02.12.13-1The GLib library of C routines
ii  libglu1-mesa [libglu1]  6.5.2-7  The OpenGL utility library (GLU)
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libogg0 1.1.3-2  Ogg Bitstream Library
ii  libopenal0a 1:0.0.8-6OpenAL is a portable library for 3
ii  libpango1.0-0   1.16.5-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libsdl-mixer1.2 1.2.6-3  mixer library for Simple DirectMed
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  libstdc++6  4.2.1-1  The GNU Standard C++ Library v3
ii  libvorbis0a 1.2.0.dfsg-1 The Vorbis General Audio Compressi
ii  libvorbisfile3  1.2.0.dfsg-1 The Vorbis General Audio Compressi
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxmu6 1:1.0.3-1X11 miscellaneous utility library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  python2.4   2.4.4-5  An interactive high-level object-o
ii  vegastrike-data 0.4.3-3  data files for vegastrike
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

vegastrike recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#432078: bash: Mailcheck takes very long on large maildirs

2007-07-07 Thread Michal Kašpar
Package: bash
Version: 3.1dfsg-8
Severity: normal


Bash's new mail checking takes very long on large maildirs. As bash
stats every mail not only in new, but even in cur directory, time to
complete new mail check can be very long (over 10 seconds on my 4
maildirs with 1+ mails, and sometimes (ie. first run) it's more then
half minute). As it happens every while, it's quiet annoying.
I'm not sure, why bash checks cur directory, as there are mail already
seen by user. If I remove this check (in lib/sh/mailcheck.c) and let
only new directory to be traversed, the time to complete this chek lowers
considerably.
As I'm not a programmer, I'm not sure, what ill sideeffects this change
can have and if this is the correct way to solve this problem.

Michal Kašpar

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

Kernel: Linux 2.6.21-mk-k7 (SMP w/1 CPU core)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bash depends on:
ii  base-files4.0.0  Debian base system miscellaneous f
ii  debianutils   2.22.1 Miscellaneous utilities specific t
ii  libc6 2.5-11 GNU C Library: Shared libraries
ii  libncurses5   5.6-3  Shared libraries for terminal hand

bash recommends no packages.

-- no debconf information


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



Bug#392644: jadetex: Jadetex doesn't install with fmtutil-sys error

2006-10-24 Thread Michal Kašpar
Hello.
I sent this directly to you, but as it didn't appear in BTS, I'm not
sure if it got through (probably didn't as I was sending it from dynamic
IP, which is apparently in some blacklist).

On Fri, Oct 13, 2006 at 01:45:24PM +0900, OHURA Makoto wrote:
   Your log said that the following:

  fmtutil: running `etex -ini   -jobname=jadetex -progname=jadetex
latex jadetex.ini' ...

   This is a bit strange.  If you are using the newest
 40jadetex.cnf, this line should be like this;

  fmtutil: running `etex -ini   -jobname=jadetex -progname=jadetex
jadetex.ini' ...

   So please send me 40jadetex.cnf.  The newest one should contain

It's attached.

 the following lines

 jadetex etexlanguage.datjadetex.ini
 pdfjadetex  etexlanguage.datpdfjadetex.ini

But if I can read well so early in the morning, it seems the line is
exactly like this one.
Sincerely


-- 
Michal Kašpar

40jadetex.cnf
Description: Binary data


Bug#392644: jadetex: Jadetex doesn't install with fmtutil-sys error

2006-10-12 Thread Michal Kašpar
Package: jadetex
Version: 3.13-7
Severity: normal

jadtex doesn't install. It says:
Setting up jadetex (3.13-7) ...
Running mktexlsr. This may take some time... done.
Building format(s) --byfmt jadetex. This may take some time... 
fmtutil-sys failed. Output has been stored in
/tmp/fmtutil.UMR10111
Please include this file if you report a bug.

dpkg: error processing jadetex (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 jadetex

The /tmp/fmtutil.UMR10111 will be enclosed.
It is similar to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389018
but there is no 40jadetex.cnf.dpkg-dist. I did --purge remove before
trying to install again but the result is the same.
In /etc/texmf/fmt.d there is:
-rw-r--r-- 1 root root 1364 Jan 26  2006 00tex.cnf
-rw-r--r-- 1 root root 3328 Mar 23  2006 01tetex.cnf
-rw-r--r-- 1 root root  362 Oct 12 07:56 40jadetex.cnf
-rw-r--r-- 1 root root   99 Sep 25  2005 40xmltex.cnf
-rw-r--r-- 1 root root  565 Oct 31  2005 50cyrtexinfo.cnf

Thanks for your time

Michal Kašpar

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-mk-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)

Versions of packages jadetex depends on:
ii  debianutils   2.17   Miscellaneous utilities specific t
ii  tetex-bin 3.0-19 The teTeX programs
ii  tetex-extra   3.0-23 Additional TeX input files of teTe

Versions of packages jadetex recommends:
ii  jade  1.2.1-47   James Clark's DSSSL Engine

Versions of packages tetex-base depends on:
ii  tex-common0.30   Common infrastructure for using an
ii  ucf   2.0015 Update Configuration File: preserv

Versions of packages tetex-bin depends on:
ii  debconf [debconf-2.0] 1.5.5  Debian configuration management sy
ii  debianutils   2.17   Miscellaneous utilities specific t
ii  dialog1.0-20060221-1 Displays user-friendly dialog boxe
ii  dpkg  1.13.22package maintenance system for Deb
ii  ed0.2-20 The classic unix line editor
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libfontconfig12.4.1-2generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-13 GCC support library
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libkpathsea4  3.0-19 path search library for teTeX (run
ii  libpaper1 1.1.20 Library for handling paper charact
ii  libpng12-01.2.8rel-5.2   PNG library - runtime
ii  libpoppler0c2 0.4.5-4.1  PDF rendering library
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstdc++64.1.1-13   The GNU Standard C++ Library v3
ii  libt1-5   5.1.0-2Type 1 font rasterizer library - r
ii  libx11-6  2:1.0.0-9  X11 client-side library
ii  libxaw7   1:1.0.2-4  X11 Athena Widget library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxmu6   1:1.0.2-2  X11 miscellaneous utility library
ii  libxpm4   1:3.5.5-2  X11 pixmap library
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  mime-support  3.37-1 MIME files 'mime.types'  'mailcap
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction 
ii  sed   4.1.5-1The GNU sed stream editor
ii  tetex-base3.0-23 Basic TeX input files of teTeX
ii  ucf   2.0015 Update Configuration File: preserv
ii  whiptail  0.52.2-7   Displays user-friendly dialog boxe
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages tetex-extra depends on:
ii  tetex-base3.0-23 Basic TeX input files of teTeX
ii  tetex-bin 3.0-19 The teTeX programs
ii  ucf   2.0015 Update Configuration File: preserv

-- debconf information:
  tetex-base/olddat: true
  tetex-base/fmtutil-failed:
* tetex-bin/texmf: true
  tetex-base/oldcfg: true
  tetex-base/oldupdm:
  tetex-base/updmap-failed:
fmtutil: running `etex -ini   -jobname=jadetex -progname=jadetex latex 
jadetex.ini' ...
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) (INITEX)
entering extended mode
(/usr/share/texmf/tex/jadetex

Bug#391581: nautilus: Nautilus doesn't allow to browse DVD burned by growisofs without eject

2006-10-07 Thread Michal Kašpar
Package: nautilus
Version: 2.14.3-1
Severity: wishlist


If I burn DVD in growisofs (but probably applies to other tools and
CDs) nautilus still shows Blank DVD-R Disc icon (on desktop and in
computer:// location as well) and doesn't allow to mount it and browse
its contents. The only way to get to the DVD I found is to eject the DVD
and insert it again.
I think nautilus should detect the DVD was burned if possible or at
least add Rescan/Reread/Mount option in right click menu (which would be
nice for any volume in case I umount it by hand). This might be related
with http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314445.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-mk-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)

Versions of packages nautilus depends on:
ii  desktop-file-utils 0.11-1Utilities for .desktop files
ii  gnome-control-center   1:2.14.2-3+b1 utilities to configure the GNOME d
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.2-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libc6  2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libeel2-2  2.14.3-1  Eazel Extensions Library (for GNOM
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libexif12  0.6.13-4  library to parse EXIF files
ii  libgail-common 1.8.11-2  GNOME Accessibility Implementation
ii  libgail17  1.8.11-2  GNOME Accessibility Implementation
ii  libgconf2-42.14.0-4  GNOME configuration database syste
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.3-2  The GLib library of C routines
ii  libgnome-desktop-2 2.14.3-1  Utility library for loading .deskt
ii  libgnome2-02.14.1-3  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-2+b1   GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-1  The GTK+ graphical user interface 
ii  libnautilus-extension1 2.14.3-1  libraries for nautilus components 
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.4-2  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  librsvg2-2 2.14.4-2  SAX-based renderer library for SVG
ii  libstartup-notification0   0.8-2 library for program launch feedbac
ii  libx11-6   2:1.0.0-9 X11 client-side library
ii  libxml22.6.26.dfsg-3 GNOME XML library
ii  nautilus-data  2.14.3-1  data files for nautilus
ii  shared-mime-info   0.19-1FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  desktop-base 0.3.17  common files for the Debian Deskto
ii  eject2.1.4-2.1   ejects CDs and operates CD-Changer
pn  fam  none  (no description available)
ii  libgnomevfs2-extra   2.14.2-2+b1 GNOME virtual file-system (extra m
ii  librsvg2-common  2.14.4-2SAX-based renderer library for SVG
ii  nautilus-cd-burner   2.14.3-1+b1 CD Burning front-end for Nautilus

-- no debconf information


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



Bug#377413: beagle: Indexing mbox files breaks mutt's ability to report new mail

2006-07-08 Thread Michal Kašpar
Package: beagle
Version: 0.2.6-2
Severity: important


While trying to index Mail folder, beagle changes timestamps on mbox
files. This causes mutt (and possibly other MUAs) not to detect
mailboxes with new mail. The only solution I found is to exclude my Mail
directory from beagle indexing, which of course means they can't be searched
ith beagle
I use mutt 1.5.11+cvs20060403-1.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-mk2-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)

Versions of packages beagle depends on:
ii  adduser  3.87Add and remove users and groups
ii  bash 3.1-4   The GNU Bourne Again SHell
ii  libatk1.0-0  1.11.4-2The ATK accessibility toolkit
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libcairo21.0.4-2 The Cairo 2D vector graphics libra
ii  libexif120.6.13-4library to parse EXIF files
ii  libfontconfig1   2.3.2-7 generic font configuration library
ii  libgalago-cil0.3.2-4 CLI bindings for libgalago
ii  libgconf2.0-cil  2.8.2-2 CLI binding for GConf 2.12
ii  libglade2.0-cil  2.8.2-2 CLI binding for the Glade librarie
ii  libglib2.0-0 2.10.2-1The GLib library of C routines
ii  libglib2.0-cil   2.8.2-2 CLI binding for the GLib utility l
ii  libgmime2.1-cil  2.1.19-1CLI binding for the MIME library, 
ii  libgnome2.0-cil  2.8.2-2 CLI binding for GNOME 2.12
ii  libgnomevfs2-0   2.14.2-1GNOME virtual file-system (runtime
ii  libgtk2.0-0  2.8.18-1The GTK+ graphical user interface 
ii  libgtk2.0-cil2.8.2-2 CLI binding for the GTK+ toolkit 2
ii  libmono-corlib1.0-cil1.1.13.6-4  Mono core library (1.0)
ii  libmono-sharpzip0.6-cil  1.1.13.6-4  Mono SharpZipLib library
ii  libmono-sharpzip0.84-cil 1.1.13.6-4  Mono SharpZipLib library
ii  libmono-sqlite1.0-cil1.1.13.6-4  Mono Sqlite library
ii  libmono-system-data1.0-cil   1.1.13.6-4  Mono System.Data library
ii  libmono-system-runtime1.0-ci 1.1.13.6-4  Mono System.Runtime library
ii  libmono-system-web1.0-cil1.1.13.6-4  Mono System.Web library
ii  libmono-system1.0-cil1.1.13.6-4  Mono System libraries (1.0)
ii  libmono0 1.1.13.6-4  libraries for the Mono JIT
ii  libmono1.0-cil   1.1.13.6-4  Mono libraries (1.0)
ii  libpango1.0-01.12.3-1Layout and rendering of internatio
ii  librsvg2-2   2.14.4-2SAX-based renderer library for SVG
ii  libsqlite0   2.8.16-1SQLite shared library
ii  libx11-6 2:1.0.0-7   X11 client-side library
ii  libxcursor1  1.1.5.2-5   X cursor management library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxfixes3   1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.0-5   X11 Input extension library
ii  libxinerama1 1:1.0.1-4   X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra
ii  libxss1  1:1.0.1-4   X11 Screen Saver extension library
ii  mono-runtime 1.1.13.6-4  Mono runtime

Versions of packages beagle recommends:
ii  poppler-utils 0.4.5-4.1  PDF utilitites (based on libpopple

-- no debconf information


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



Bug#369713: gthumb: When Save Image window covers overwrite warning, it's difficult to get it back

2006-05-31 Thread Michal Kašpar
Package: gthumb
Version: 3:2.6.9-3
Severity: minor


When using Save as in gthumb (either from menu or by changing image and
going to another one) Save file dialog appears, after clicking on Save
button using the same name any existing image has, window with warning
appears, that you are going to overwrite existing file. This is OK.
However if you manage to cover this window by Save file dialog (which is
easy with focus follows mous, the only way to continue is to move Save
image window out of the way.
I would expect at least Alt + Tab or any such keybord shortcut to work.
Clicking on the (now only visible) Save Image window does nothing.
When it happend first time, I was quite confused, because the warning
window disappeared even before I noticed it and the application seemd
stuck.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-mk2-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)

Versions of packages gthumb depends on:
ii  gconf22.14.0-1   GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.11.4-2   The ATK accessibility toolkit
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.14.0-2   The Bonobo UI library
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcairo2 1.0.4-2The Cairo 2D vector graphics libra
ii  libexif12 0.6.13-4   library to parse EXIF files
ii  libfontconfig12.3.2-5.1  generic font configuration library
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.10.2-1   The GLib library of C routines
ii  libgnome-keyring0 0.4.9-1GNOME keyring services library
ii  libgnome2-0   2.14.1-2   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.12.1-3   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.12.1-3   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.14.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.14.1-2   GNOME virtual file-system (runtime
ii  libgphoto2-2  2.1.6-8gphoto2 digital camera library
ii  libgphoto2-port0  2.1.6-8gphoto2 digital camera port librar
ii  libgtk2.0-0   2.8.16-1   The GTK+ graphical user interface 
ii  libice6   6.9.0.dfsg.1-6 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  liborbit2 1:2.14.0-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.12.1-2   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5.1   PNG library - runtime
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.9.0.dfsg.1-6 X Window System Session Management
ii  libtiff4  3.8.2-2Tag Image File Format (TIFF) libra
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-6 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-6 X Window System multi-head display
ii  libxml2   2.6.24.dfsg-1  GNOME XML library
ii  libxrandr26.9.0.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  scrollkeeper  0.3.14-11  A free electronic cataloging syste
ii  shared-mime-info  0.17-1 FreeDesktop.org shared MIME databa
ii  zlib1g1:1.2.3-11 compression library - runtime

gthumb recommends no packages.

-- no debconf information


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