[Bug 606491] Re: start: Job is already running: anacron

2010-09-27 Thread Frank Schubert
Hi click,

that *sleep* you see is from /etc/cron.daily/apt, I think:

# sleep for a random interval of time (default 30min)
# (some code taken from cron-apt, thanks)
random_sleep()
{
# [...]
sleep $TIME
}
EOF

When I get these mails there is an anacron process (ps aux |grep anacron) that 
is waiting:
*pstree* shows
 |-anacron---sh---run-parts---apt

So apt ran from the cronjob is the problem, *not* anacron:
root 23642  0.0  0.0  0 0 ?ZN   Sep15   0:00 [apt] defunct

process state codes:
  ZDefunct (zombie) process, terminated but not reaped by its parent.
  Nlow-priority (nice to other users)

I could not kill that zombie-process directly, but if after killing all
processes shown in that pstree-output that zombie went away.

-- 
start: Job is already running: anacron
https://bugs.launchpad.net/bugs/606491
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 343870] Re: php-cli segmentation fault with mysql extension

2009-08-24 Thread Frank Schubert
As the last libmysqlclient15off update (5.1.30really5.0.75-0ubuntu10.2) still 
seem to contains this bug, I'll try to explain (repeat) the description of how 
to test for the bug as in:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524366

In short: Compare the output of

while [ 1 ]; do echo '?php echo toto tata \n;' | php; done

with

while [ 1 ]; do echo '?php echo toto tata \n;' | php -n; done

-n disables loading of php modules.

I have downgraded to the version in
deb http://people.debian.org/~seanius/mysql/513204/amd64 ./
and the problem went away.

Let me know if I can help in any way to resolve this.

Thanks for your work!

** Bug watch added: Debian Bug tracker #524366
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524366

-- 
php-cli segmentation fault with mysql extension
https://bugs.launchpad.net/bugs/343870
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 343870] Re: php-cli segmentation fault with mysql extension

2009-08-24 Thread Frank Schubert
As the last libmysqlclient15off update (5.1.30really5.0.75-0ubuntu10.2) still 
seem to contains this bug, I'll try to explain (repeat) the description of how 
to test for the bug as in:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524366

In short: Compare the output of

while [ 1 ]; do echo '?php echo toto tata \n;' | php; done

with

while [ 1 ]; do echo '?php echo toto tata \n;' | php -n; done

-n disables loading of php modules.

I have downgraded to the version in
deb http://people.debian.org/~seanius/mysql/513204/amd64 ./
and the problem went away.

Let me know if I can help in any way to resolve this.

Thanks for your work!

** Bug watch added: Debian Bug tracker #524366
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524366

-- 
php-cli segmentation fault with mysql extension
https://bugs.launchpad.net/bugs/343870
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 205832] Re: gnome-appearance-properties crashed with SIGSEGV

2008-08-15 Thread Frank Schubert
I can confirm this work-around.
aptitude remove gtk-qt-engine gtk2-engines-gtk-qt

-- 
gnome-appearance-properties crashed with SIGSEGV
https://bugs.launchpad.net/bugs/205832
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