[Bug 1044430] Re: Php ftp_* eats memory

2014-06-22 Thread Ryan C. Underwood
** Changed in: php5 (Ubuntu)
   Status: Expired = Confirmed

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

Title:
  Php ftp_* eats memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1044430/+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 1044430] Re: Php ftp_* eats memory

2014-06-22 Thread Ryan C. Underwood
Also, you would not see the leak using memory_get_usage() because the
memory is leaked outside of PHP, but due to PHP's mishandling of the
connection.  So dismissing the bug reporter on this basis was not really
fair.

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

Title:
  Php ftp_* eats memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1044430/+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 1044430] Re: Php ftp_* eats memory

2014-06-22 Thread Ryan C. Underwood
This is a real bug.

Here is the patch that fixes it.
http://git.php.net/?p=php-src.git;a=commitdiff;h=0863a0d6a0f740874b4ef8dc732a4ec94949470c

Here is the bug I filed in the debian BTS.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752366

Without this patch an attacker can launch a denial of service on the
server due to resource exhaustion if he knows of a script to target.

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

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

Title:
  Php ftp_* eats memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1044430/+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 1204507] Re: MAAS rejects empty files

2013-09-12 Thread Ryan C
Julian,  filed here:

  https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1224685

Thanks.

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

Title:
  MAAS rejects empty files

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1204507/+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 1224685] [NEW] raring-proposed/maas removes maas-dns

2013-09-12 Thread Ryan C
Public bug reported:

When upgrading maas from the raring-proposed repo per bug #1204057
(https://bugs.launchpad.net/maas/+bug/1204507), maas-dns is removed,
which breaks all sorts of things (least of which being that maas nodes
can't reach each other by name).  If you try to re-install maas-dns, it
fails with a dependency error:

  manager@ubuntu-maas-01:~$ sudo apt-get install maas-dns
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   maas-dns : Depends: maas-region-controller (= 1.3+bzr1461+dfsg-0ubuntu2.1) 
but 1.3+bzr1461+dfsg-0ubuntu2.2 is to be installed
  E: Unable to correct problems, you have held broken packages.

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

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

Title:
  raring-proposed/maas removes maas-dns

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1224685/+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 1204507] Re: MAAS rejects empty files

2013-09-10 Thread Ryan C
This has fixed the problem for me too, but it potentially has introduced
another one.

When upgrading maas from raring-updates, maas-dns is removed which is
causing resolution failures due to my maas nodes pointing at my region
controller for DNS (which is no longer listening for queries).

Trying to (re-)install maas-dns failes with the following error:

  manager@ubuntu-maas-01:~$ sudo apt-get install --dry-run maas-dns
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   maas-dns : Depends: maas-region-controller (= 1.3+bzr1461+dfsg-0ubuntu2.1) 
but 1.3+bzr1461+dfsg-0ubuntu2.2 is to be installed
  E: Unable to correct problems, you have held broken packages.

Looks like a minor version difference, but I'm very new to apt and would
need guidance if there is perhaps an easy way to fix it.

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

Title:
  MAAS rejects empty files

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1204507/+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 1204507] Re: MAAS rejects empty files

2013-08-16 Thread Ryan C
Second the request for a fix on raring.  I am dead in the water until
then.

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

Title:
  MAAS rejects empty files

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1204507/+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 1193878] [NEW] Init script loses track of openvpn processes sometimes

2013-06-23 Thread Ryan C. Underwood
Public bug reported:

I have a short cron job to check the status of an openvpn tunnel every
so often and restart the link if it seems lost.

*/5 * * * * ping -c1 172.16.30.1 /dev/null 21 || PATH=$PATH:/sbin
/etc/init.d/openvpn restart /dev/null 21

Most of the time this works okay.  However, occasionally it goes haywire
in that the script does not think any OpenVPN process is running:

# /etc/init.d/openvpn stop
 * Stopping virtual private network daemon(s)...
 *   No VPN is running.

But actually thousands of derelict OpenVPN processes are running, consuming 
resources on the server and consuming much bandwidth:
# ps ax |grep openvpn | wc -l
1045
# ps ax |grep openvpn | head
  303 ?Ss 0:04 /usr/sbin/openvpn --writepid 
/var/run/openvpn.tun0-client.pid --daemon ovpn-tun0-client --status 
/var/run/openvpn.tun0-client.status 10 --cd /etc/openvpn --config 
/etc/openvpn/tun0-client.conf --script-security 2
  358 ?Ss 0:03 /usr/sbin/openvpn --writepid 
/var/run/openvpn.tun0-client.pid --daemon ovpn-tun0-client --status 
/var/run/openvpn.tun0-client.status 10 --cd /etc/openvpn --config 
/etc/openvpn/tun0-client.conf --script-security 2
  410 ?Ss 0:03 /usr/sbin/openvpn --writepid 
/var/run/openvpn.tun0-client.pid --daemon ovpn-tun0-client --status 
/var/run/openvpn.tun0-client.status 10 --cd /etc/openvpn --config 
/etc/openvpn/tun0-client.conf --script-security 2
[...]

These processes must be killed manually.

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

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

Title:
  Init script loses track of openvpn processes sometimes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1193878/+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 1193878] Re: Init script loses track of openvpn processes sometimes

2013-06-23 Thread Ryan C. Underwood
Also, a simple killall openvpn gets rid of all the derelict processes,
so there doesn't seem to be any reason why the init script's kill would
not have the same effect.

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

Title:
  Init script loses track of openvpn processes sometimes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1193878/+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 524158] [NEW] needs -dump-charset in elinks.mime

2010-02-18 Thread Ryan C. Underwood
Public bug reported:

Binary package hint: elinks

Please add -dump-charset %{charset} to the line in elinks.mime so that
when the mailcap entry is called by another program, the program can
request the proper character set depending on its own context.  This
fixes, for example, problems with Mutt using elinks-via-mailcap as an
autoview handler.

See following link for related info:
http://www.in-nomine.org/2009/02/16/character-encoding-in-mailcap-for-mutt-and-w3m/

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

-- 
needs -dump-charset in elinks.mime
https://bugs.launchpad.net/bugs/524158
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to elinks 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