[Bug 248684] Re: pidgin resolver process crashes with ldap accounts

2008-07-15 Thread Oliver Lemke

** Attachment added: pidgin -d log
   http://launchpadlibrarian.net/16033428/pidgin.log

-- 
pidgin resolver process crashes with ldap accounts
https://bugs.launchpad.net/bugs/248684
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 248684] [NEW] pidgin resolver process crashes with ldap accounts

2008-07-15 Thread Oliver Lemke
Public bug reported:

Binary package hint: pidgin

When using ldap accounts pidgin (1:2.4.3-0ubuntu1~hardy1) is not able to
login to any of my accounts. The error message it gives is:

Could not connect to authentication server: Unable to send request to
resolver process.

It seems that the resolver process crashes if the system uses ldap user
accounts. Temporarely removing ldap from /etc/nsswitch.conf makes it
possible to start pidgin and log in to all accounts. See attached
'pidgin -d' output for details.

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

-- 
pidgin resolver process crashes with ldap accounts
https://bugs.launchpad.net/bugs/248684
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 248684] Re: pidgin resolver process crashes with ldap accounts

2008-07-15 Thread Oliver Lemke
Thanks Jurgen, your workaround fixed the problem.

-- 
pidgin resolver process crashes with ldap accounts
https://bugs.launchpad.net/bugs/248684
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 102933] Re: /dev/md0 fails to mount on boot

2007-04-05 Thread Oliver Lemke
Scott, although it doesn't make sense, my Dell 390 Workstation shows
exactly the same behaviour. / is on md0 (Two drive RAID1).

Here's the output from dpkg-query -W udev volumeid libvolume-id0 mdadm
evms lvm2 lvm-common dmsetup libdevmapper1.02

udev108-0ubuntu3
volumeid108-0ubuntu3
libvolume-id0   108-0ubuntu3
mdadm   2.5.6-7ubuntu5
No packages found matching evms.
No packages found matching lvm2.
No packages found matching lvm-common.
dmsetup 2:1.02.08-1ubuntu10
libdevmapper1.022:1.02.08-1ubuntu10

-- 
/dev/md0 fails to mount on boot
https://bugs.launchpad.net/bugs/102933
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 82321] Re: [feisty] nautilus-cd-burner does not umount device and fails to erase automounted cdrw

2007-03-22 Thread Oliver Lemke
Found the problem. The laptop was upgraded from dapper-edgy-feisty. In
my /etc/fstab the cdrom was still referred to as /dev/hdb. Because it is
now scd0 I always got two cdroms displayed in nautilus. To get rid of
the false cd drive, I commented out the entry in the fstab. This led to
the wrong behaviour of n-c-b.

Now I commented the fstab entry back in, replaced /dev/hdb with
/dev/scd0 and everything is working as expected.

-- 
[feisty] nautilus-cd-burner does not umount device and fails to erase 
automounted cdrw
https://launchpad.net/bugs/82321

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


[Bug 82321] Re: [feisty] nautilus-cd-burner does not umount device and fails to erase automounted cdrw

2007-03-12 Thread Oliver Lemke
I have the same problem on current feisty (nautilus-cd-
burner_2.17.8-0ubuntu1).

When trying to erase a pre-written DVD+RW I can see this in .xsession-
errors:

** (nautilus-cd-burner:10533): WARNING **: Couldn't unmount volume in
drive: /dev/scd0

I also tried ejecting the CD from n-c-b (Try another), then I see
this:

umount: /media/Personal Data, Mar 12, 2007 is not in the fstab (and you are not 
root)
eject: unmount of `/media/Personal Data, Mar 12, 2007' failed

Right clicking on the cd drive in nautilus and ejecting it from there
works.

-- 
[feisty] nautilus-cd-burner does not umount device and fails to erase 
automounted cdrw
https://launchpad.net/bugs/82321

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


[Bug 66106] Re: macro.AllowICMPs fails on startup

2006-10-15 Thread Oliver Lemke
# dpkg-query -W iptables
iptables1.3.5.0debian1-1ubuntu1

# iptables -A INPUT -p icmp --icmp-type fragmentation-need
iptables v1.3.5: Unknown arg `--icmp-type'
Try `iptables -h' or 'iptables --help' for more information.

iptables doesn't seem to support --icmp-type here. :-(

Changing the shebang in shorewall has no effect.

-- 
macro.AllowICMPs fails on startup
https://launchpad.net/bugs/66106

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


[Bug 66106] macro.AllowICMPs fails on startup

2006-10-14 Thread Oliver Lemke
Public bug reported:

Shorewall startup fails because it calls iptables with an unknown
argument --icmp-type.

/var/log/shorewall-init.log:

...
..Expanding Macro /usr/share/shorewall/macro.AllowICMPs...
iptables v1.3.5: Unknown arg `--icmp-type'
Try `iptables -h' or 'iptables --help' for more information.
   ERROR: Command /sbin/iptables -A Drop -p icmp --icmp-type fragmentation-need

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

-- 
macro.AllowICMPs fails on startup
https://launchpad.net/bugs/66106

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


[Bug 66106] Re: macro.AllowICMPs fails on startup

2006-10-14 Thread Oliver Lemke
Reassigned to iptables. Shorewall works fine with version 1.3.3-2ubuntu4
but not with 1.3.5.0debian1-1ubuntu1

** Changed in: shorewall (Ubuntu)
Sourcepackagename: shorewall = iptables

-- 
macro.AllowICMPs fails on startup
https://launchpad.net/bugs/66106

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