[Bug 1160372] Re: Login is not possible

2013-04-26 Thread Jürgen Kreileder
SuSE's fix is here https://build.opensuse.org/request/show/162591
I just rebuilt 3.0.2-1ubuntu1 with their patch, vsftpd works fine now.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in Ubuntu.
https://bugs.launchpad.net/bugs/1160372

Title:
  Login is not possible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1160372/+subscriptions

-- 
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 807153] Re: named does not shut down after service bind9 stop

2011-07-12 Thread Jürgen Kreileder
Same problem on several machines here.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/807153

Title:
  named does not shut down after service bind9 stop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/807153/+subscriptions

-- 
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 608423] Re: [lucid-proposed] post-start script broken

2010-07-28 Thread Jürgen Kreileder
I agree with a7x.  This is not fixed at all: Neither in lucid-proposed
(a7x's points 1, 2, and 3) nor in maverick (just point 2, 3 as the new
maverick package does have a 'sleep 1').

For the record, I did try the lucid-proposed package nevertheless.
syslog still reports 'mysql post-start process (...) terminated with
status 1'.

** Tags added: verification-failed
** Tags removed: verification-needed

** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid)
   Status: Fix Released = In Progress

** Changed in: mysql-5.1 (Ubuntu Maverick)
   Status: Fix Released = In Progress

-- 
[lucid-proposed] post-start script broken
https://bugs.launchpad.net/bugs/608423
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 608423] [NEW] post-start script broken

2010-07-21 Thread Jürgen Kreileder
Public bug reported:

5.1.41-3ubuntu12.4 from lucid-proposed has a broken post-start script.

After starting mysql, /var/log/syslog says:
init: mysql post-start process (11493) terminated with status 1

Looking at the post-start script shows two problems:

1)  ret = $?
Note the spaces before and after the '='.  There should be none!
As it is now, it tries to run a command called ret instead of setting a 
variable.

2) /usr/bin/mysqladmin --defaults-file=$HOME/debian.cnf ping
If this returns a non-zero exit status (most likely because mysql isn't fully 
up yet), the post-script exits immediately!
You need a set +e or something else that keeps the post-start script from 
exiting prematurely if the command returns with something != 0.

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: regression-proposed

** Tags added: regression-proposed

-- 
post-start script broken
https://bugs.launchpad.net/bugs/608423
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 551130] Re: [SRU] infinite loop in /etc/init/mysql.conf if mysqld is not running.

2010-07-21 Thread Jürgen Kreileder
The new post-start script is broken, see bug #608423

-- 
[SRU] infinite loop in /etc/init/mysql.conf if mysqld is not running.
https://bugs.launchpad.net/bugs/551130
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 580674] Re: Not stoppable/restartable via initctl

2010-05-25 Thread Jürgen Kreileder
** Changed in: irqbalance (Ubuntu)
   Status: Fix Released = In Progress

-- 
Not stoppable/restartable via initctl
https://bugs.launchpad.net/bugs/580674
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 580674] Re: Not stoppable/restartable via initctl

2010-05-25 Thread Jürgen Kreileder
Reopened.  The patch does not completely solve the problem:

The pid file doesn't get removed when irqbalance shuts down (missing
capabilities?) and the next start fails because of
open(...O_CREAT|O_EXCL...).

# sudo start irqbalance 
irqbalance start/running, process 1347
# cat /var/run/irqbalance.pid ; echo
1347
# sudo stop irqbalance 
irqbalance stop/waiting
# ps auxw | grep [i]rqbalance
# cat /var/run/irqbalance.pid ; echo
1347
# sudo start irqbalance 
irqbalance start/spawned, process 1358
# ps auxw | grep [i]rqbalance
# tail /var/log/syslog
May 26 00:37:58 sphere init: irqbalance main process (1369) terminated with 
status 1
May 26 00:37:58 sphere init: irqbalance main process ended, respawning
May 26 00:37:58 sphere init: irqbalance main process (1371) terminated with 
status 1
May 26 00:37:58 sphere init: irqbalance main process ended, respawning
May 26 00:37:58 sphere init: irqbalance main process (1373) terminated with 
status 1
May 26 00:37:58 sphere init: irqbalance main process ended, respawning
May 26 00:37:58 sphere init: irqbalance main process (1375) terminated with 
status 1
May 26 00:37:58 sphere init: irqbalance main process ended, respawning
May 26 00:37:58 sphere init: irqbalance main process (1377) terminated with 
status 1
May 26 00:37:58 sphere init: irqbalance respawning too fast, stopped

-- 
Not stoppable/restartable via initctl
https://bugs.launchpad.net/bugs/580674
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 577165] [NEW] Typo in etc/init/vsftpd.conf

2010-05-07 Thread Jürgen Kreileder
Public bug reported:

Binary package hint: vsftpd

   [ -d /var/run/vsftpd/emply ] || install -m 755 -o root -g root -d
/var/run/vsftpd/empty

Obviously emply is not the same as empty.

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

-- 
Typo in etc/init/vsftpd.conf
https://bugs.launchpad.net/bugs/577165
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 577165] Re: Typo in etc/init/vsftpd.conf

2010-05-07 Thread Jürgen Kreileder

** Patch added: vsftpd-upstart.patch
   http://launchpadlibrarian.net/48017782/vsftpd-upstart.patch

-- 
Typo in etc/init/vsftpd.conf
https://bugs.launchpad.net/bugs/577165
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 573657] [NEW] irqbalance enabled unconditionally, can't be disabled via debconf

2010-05-02 Thread Jürgen Kreileder
Public bug reported:

Binary package hint: irqbalance

[using 0.55+20091017-3ubuntu2 on lucid]

irqbalance gets enabled unconditionally upon installation.  The user's
answer to the question whether it should be enabled (upon installation
or dpkg-reconfigure) gets ignored:

,---
| $ cat /etc/default/irqbalance
| #Configuration for the irqbalance daemon
|
| #Should irqbalance be enabled?
| ENABLED=1
| #Balance the IRQs only once?
| ONESHOT=0
| $ sudo dpkg-reconfigure -ftext irqbalance
| stop: Unknown instance:
| Configuring irqbalance
| --
|
| Enable the irqbalance daemon to balance IRQs on SMP systems and systems with
| hyperthreading.
|
| Would you like to enable irqbalance? n
|
|
| irqbalance can run in one shot mode, where the IRQs are balanced only once. 
This
| is advantageous on hyperthreading systems such as the Pentium 4, which appear 
to
| be SMP systems, but are really one physical CPU.
|
| Would you like to balance the IRQs once? y
|
|
| irqbalance start/running, process 1496
| $ cat /etc/default/irqbalance
| #Configuration for the irqbalance daemon
|
| #Should irqbalance be enabled?
| ENABLED=1
| #Balance the IRQs only once?
| ONESHOT=1
`---

= dpkg-reconfigure managed to change the ONESHOT setting but not the
ENABLED setting.

The problem is caused by a confusion over where to use ENABLED and
where ENABLE.  I'm attaching a trivial patch which fixes the problem.

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

-- 
irqbalance enabled unconditionally, can't be disabled via debconf
https://bugs.launchpad.net/bugs/573657
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 573657] Re: irqbalance enabled unconditionally, can't be disabled via debconf

2010-05-02 Thread Jürgen Kreileder

** Patch added: irqbalance.patch
   http://launchpadlibrarian.net/47256629/irqbalance.patch

** Description changed:

  Binary package hint: irqbalance
  
  [using 0.55+20091017-3ubuntu2 on lucid]
  
  irqbalance gets enabled unconditionally upon installation.  The user's
  answer to the question whether it should be enabled (upon installation
  or dpkg-reconfigure) gets ignored:
  
  ,---
- | $ cat /etc/default/irqbalance 
+ | $ cat /etc/default/irqbalance
  | #Configuration for the irqbalance daemon
- | 
+ |
  | #Should irqbalance be enabled?
  | ENABLED=1
  | #Balance the IRQs only once?
  | ONESHOT=0
  | $ sudo dpkg-reconfigure -ftext irqbalance
- | stop: Unknown instance: 
+ | stop: Unknown instance:
  | Configuring irqbalance
  | --
- | 
- | Enable the irqbalance daemon to balance IRQs on SMP systems and systems 
with 
+ |
+ | Enable the irqbalance daemon to balance IRQs on SMP systems and systems with
  | hyperthreading.
- | 
+ |
  | Would you like to enable irqbalance? n
- | 
- | 
+ |
+ |
  | irqbalance can run in one shot mode, where the IRQs are balanced only once. 
This
  | is advantageous on hyperthreading systems such as the Pentium 4, which 
appear to
  | be SMP systems, but are really one physical CPU.
- | 
+ |
  | Would you like to balance the IRQs once? y
- | 
- | 
+ |
+ |
  | irqbalance start/running, process 1496
- | $ cat /etc/default/irqbalance 
+ | $ cat /etc/default/irqbalance
  | #Configuration for the irqbalance daemon
- | 
+ |
  | #Should irqbalance be enabled?
  | ENABLED=1
  | #Balance the IRQs only once?
  | ONESHOT=1
  `---
  
- = dpkg-reconfigure managed to changed the ONESHOT setting but not the
+ = dpkg-reconfigure managed to change the ONESHOT setting but not the
  ENABLED setting.
  
  The problem is caused by a confusion over where to use ENABLED and
  where ENABLE.  I'm attaching a trivial patch which fixes the problem.

-- 
irqbalance enabled unconditionally, can't be disabled via debconf
https://bugs.launchpad.net/bugs/573657
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 498358] [NEW] bogus curl_setopt(): CURLPROTO_FILE cannot be activated when in safe_mode or an open_basedir is set errors

2009-12-18 Thread Jürgen Kreileder
Public bug reported:

Binary package hint: php5

Since yesterday I'm getting lots of bogus error messages from
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT_MS, $value) and curl_setopt($ch,
CURLOPT_TIMEOUT_MS, $value) on my WordPress blog using php5-curl
5.2.10.dfsg.1-2ubuntu6.3:

curl_setopt(): CURLPROTO_FILE cannot be activated when in safe_mode
or an open_basedir is set in [...]

The problem is described here: http://bugs.php.net/bug.php?id=49531
Apparently it's fixed 5.2.12, here's the patch: 
http://svn.php.net/viewvc/php/php-src/branches/PHP_5_2/ext/curl/interface.c?r1=287784r2=288598view=patch

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

-- 
bogus curl_setopt(): CURLPROTO_FILE cannot be activated when in safe_mode or 
an open_basedir is set errors
https://bugs.launchpad.net/bugs/498358
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 483897] Re: Wrong STACK check with custom colors

2009-11-23 Thread Jürgen Kreileder
Here's a simple test plug-in.  It just builds a stack from 3 constant
values.  With the attached version, you'll get errors in /var/log/munin
/munin-graph.log:

[...] ERROR: First field (f2) of graph [...] b483897 is STACK. STACK can 
only be drawn after a LINEx or AREA.
[...] ERROR: First field (f3) of graph [...] b483897 is STACK. STACK can 
only be drawn after a LINEx or AREA.

If you remove the 3 colour lines from the script (i.e., if you let munin choose 
the colors itself) the errors go away.
As said in the original report, the logic behind the STACK–LINEx/AREA test is 
broken if fields have custom colors.


** Attachment added: b483897
   http://launchpadlibrarian.net/35978243/b483897

-- 
Wrong STACK check with custom colors
https://bugs.launchpad.net/bugs/483897
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 483897] [NEW] Wrong STACK check with custom colors

2009-11-16 Thread Jürgen Kreileder
Public bug reported:

Binary package hint: munin

When building a STACK with fields that specify a custom color munin-
graph erroneously gives this (non-fatal) error:

ERROR: First field (\$field\) of graph \$domain\ :: \$name\ ::
\$service\ is STACK. STACK can only be drawn after a LINEx or AREA.

The problem is that $field_count doesn't get incremented when a field specifies 
a custom color.
An example that shows the problem is 
http://muninexchange.projects.linpro.no/?search=cid=0pid=274

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

-- 
Wrong STACK check with custom colors
https://bugs.launchpad.net/bugs/483897
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 483897] Re: Wrong STACK check with custom colors

2009-11-16 Thread Jürgen Kreileder
1.2.6-13ubuntu3 on karmic.

-- 
Wrong STACK check with custom colors
https://bugs.launchpad.net/bugs/483897
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 398272] [NEW] New upstream version

2009-07-11 Thread Jürgen Kreileder
Public bug reported:

Dovecot 1.2 with many new features is available now, current version is 1.2.1:
http://www.dovecot.org/list/dovecot-news/2009-July/000122.html

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

-- 
New upstream version
https://bugs.launchpad.net/bugs/398272
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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