[Bug 876387] Re: fuser forking uncontrollably in cron job

2011-10-28 Thread peterh
This little one liner stopped zombie flooding for me: --- fuser.c.orig2011-10-28 10:50:49.0 +0200 +++ fuser.c 2011-10-28 10:50:49.0 +0200 @@ -1820,6 +1820,7 @@ (void) alarm(0); (void) signal(SIGALRM, SIG_DFL);

[Bug 876387] Re: fuser forking uncontrollably in cron job

2011-10-28 Thread peterh
This little one liner stopped zombie flooding for me: --- fuser.c.orig2011-10-28 10:50:49.0 +0200 +++ fuser.c 2011-10-28 10:50:49.0 +0200 @@ -1820,6 +1820,7 @@ (void) alarm(0); (void) signal(SIGALRM, SIG_DFL);

[Bug 445164] Re: No action when clicking connection name (GSM + Wireless)

2009-10-20 Thread peterh
maybe my patch will help: https://bugs.launchpad.net/ubuntu/+source /plasma-widget-networkmanagement/+bug/334122/comments/44 -- No action when clicking connection name (GSM + Wireless) https://bugs.launchpad.net/bugs/445164 You received this bug notification because you are a member of Kubuntu

[Bug 334122] Re: Mobile broadband connections fail to connect

2009-10-17 Thread peterh
network-manager-0.8~a~git.20091013t193206.679d548 did not work for me i got: NetworkManager: WARN pppd_timed_out(): Looks like pppd didn't initialize our dbus module i also saw no logs from pppd. to see what happens i tried to get an strace output with while :; do sleep .2; if pgrep pppd;

[Bug 269858] Re: ZTE MF628 HSDPA USB modem not recognized by network-manager 0.7

2009-01-28 Thread peterh
see the fix for huawei E510 at https://bugs.launchpad.net/ubuntu/+source /network-manager/+bug/316100/comments/6 -- ZTE MF628 HSDPA USB modem not recognized by network-manager 0.7 https://bugs.launchpad.net/bugs/269858 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 267288] Re: 0.7 Doesn't support usb 3g modem ONDA MT503HS

2009-01-28 Thread peterh
see the fix for huawei E510 at https://bugs.launchpad.net/ubuntu/+source /network-manager/+bug/316100/comments/6 -- 0.7 Doesn't support usb 3g modem ONDA MT503HS https://bugs.launchpad.net/bugs/267288 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 316100] Re: NetworkManager 0.7 does not recognize USB G3 Modem Huawei E510

2009-01-28 Thread peterh
This bug should be against package hal-info. This two patches fixed the issue for me (but some expert should check this): --- /usr/share/hal/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi_orig 2009-01-28 13:36:42.0 +0100 +++

[Bug 237306] Re: hisax isdn network broken

2008-12-09 Thread peterh
linux-image-2.6.24-23-server_2.6.24-23.46_i386.deb works for me -- hisax isdn network broken https://bugs.launchpad.net/bugs/237306 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 237306] Re: hisax isdn network broken

2008-09-08 Thread peterh
It's working for me thanx Peter -- hisax isdn network broken https://bugs.launchpad.net/bugs/237306 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

[Bug 228690] Re: virt-manager can't stop VM

2008-07-02 Thread peterh
For Linux do apt-get install acpid inside your VM and shutdown will work cu Peter -- virt-manager can't stop VM https://bugs.launchpad.net/bugs/228690 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 195308] Re: unable to resolve host

2008-06-24 Thread PeterH
*** This bug is a duplicate of bug 32906 *** https://bugs.launchpad.net/bugs/32906 I had this problem on a new install of Ubuntu 8.04 The default workgroup name had to be adjusted which gave me access from the windows machines on the network but then I could not install GStreamer codecs. I

[Bug 242394] [NEW] hisax isdn network broken

2008-06-23 Thread peterh
Public bug reported: Please include http://lkml.org/lkml/2008/4/29/506 because isdnutils-base failed to ifconfig ipppX. also reported at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/237306 cu Peter ** Affects: linux-meta (Ubuntu) Importance: Undecided Status: New --

[Bug 237308] Re: libpam-chroot broken

2008-06-09 Thread peterh
It would be nice to have an official package for hardy Peter -- libpam-chroot broken https://bugs.launchpad.net/bugs/237308 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

[Bug 181605] Re: libpam-chroot and sftpserver not functional

2008-06-09 Thread peterh
have a look at https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/237557 cu Peter -- libpam-chroot and sftpserver not functional https://bugs.launchpad.net/bugs/181605 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 237557] [NEW] chroot fails if compiled with SELinux support

2008-06-05 Thread peterh
Public bug reported: i am using openssh with libpam_chroot to have a chrooted login but following error message denies access for chrooted uses sshd[14644]: fatal: ssh_selinux_getctxbyname: ssh_selinux_getctxbyname: security_getenforce() failed Please include this fix:

[Bug 237557] [NEW] chroot fails if compiled with SELinux support

2008-06-05 Thread peterh
Public bug reported: i am using openssh with libpam_chroot to have a chrooted login but following error message denies access for chrooted uses sshd[14644]: fatal: ssh_selinux_getctxbyname: ssh_selinux_getctxbyname: security_getenforce() failed Please include this fix:

[Bug 237308] Re: libpam-chroot broken

2008-06-05 Thread peterh
I found the problem: instead of ld --shared gcc -shared has to be used --- Makefile.orig 2008-06-05 16:48:05.0 +0200 +++ Makefile2008-06-05 16:46:05.0 +0200 @@ -3,7 +3,7 @@ CC=gcc CFLAGS=-fPIC -O2 -Wall -Werror -pedantic CPPFLAGS=-I. -LDFLAGS=-x --shared -lpam

[Bug 237308] [NEW] libpam-chroot broken

2008-06-04 Thread peterh
Public bug reported: Binary package hint: libpam-chroot See Workaraound https://answers.launchpad.net/ubuntu/+question/33707 my question is where does this symbol: __stack_chk_fail_local come from? cu Peter ** Affects: libpam-chroot (Ubuntu) Importance: Undecided Status: New --

[Bug 237306] [NEW] hisax isdn network broken

2008-06-04 Thread peterh
Public bug reported: Binary package hint: linux-image-2.6.24-17-server Please include http://lkml.org/lkml/2008/4/29/506 because isdnutils-base failed to ifconfig ipppX. cu Peter ** Affects: linux (Ubuntu) Importance: Undecided Status: New -- hisax isdn network broken

[Bug 180424] Re: evolution sends email only after click on 'send/receive' min. 5 times

2008-01-28 Thread PeterH
Evolution opens dialogue sending / receiving eMails, gets eMails, but stays in the dialogue box with open status bar. After 5 Minutes error message: connection timed out All settings are correct (Other clients get and send eMails with these settings.). I am using evolution 2.12.1 on a x86

Re: [Bug 120375] Re: cannot boot raid1 with only one disk

2007-11-15 Thread peterh
Hey Peter, when I try to apply your patch I get questioned where the /scripts/local file is located. I coulnd't find it. Could you please specify it better? thanks , this patch is not from me - ist is from the other Peter in this bugreport cu Peter -- cannot boot raid1 with only one disk

[Bug 120375] cannot boot raid1 with only one disk

2007-06-14 Thread peterh
Public bug reported: Binary package hint: mdadm if i unplug one hd from raid1 i cannot successfully boot because raid starts only if all disks are available through : ${MD_DEGRADED_ARGS:= --no-degraded} in /usr/share/initramfs- tools/scripts/local-top/mdadm my workaround is:

[Bug 120378] raid1 with sata is slow (speed of a single disc)

2007-06-14 Thread peterh
Public bug reported: Binary package hint: mdadm I use feisty Reading from my raid1 is as fast as a single sata disc: hdparm -t /dev/sda1 /dev/sda1: Timing buffered disk reads: 172 MB in 3.00 seconds = 57.27 MB/sec hdparm -t /dev/sdb1 /dev/sdb1: Timing buffered disk reads: 172 MB in

[Bug 120375] Re: cannot boot raid1 with only one disk

2007-06-14 Thread peterh
Sorry folks, being tooo fast. This is not working if all discs are present, now i understand the include of MD_DEGRADED_ARGS my new workaround is to add a bootmenue entry in grub title Ubuntu, kernel 2.6.20-16-generic (raid defect) root(hd0,1) kernel