[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-04 Thread /usr/local/dick
Hi

I just ran into this bug. In hindsight a serious issue that started 3 days ago 
with one of our web apps seems to also be caused by this.
Just tested Steve's patched packages (5.2.4-2ubuntu5.17~lp776642) on our dev 
server and I can confirm they fix the problems for us.
Eagerly awaiting official updates

Thanks!!

-- 
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/776642

Title:
  segfaults from  5.2.4-2ubuntu5.15

-- 
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 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-04 Thread /usr/local/dick
I just went back the the previous version.

Since I remove packages from /var/cache/apt after update, I had to dig them up 
online, from:
https://launchpad.net/~ubuntu-security/+archive/ppa/+buildjob/2165886

I downloaded these and installed them manually with dpkg:

https://launchpad.net/~ubuntu-security/+archive/ppa/+buildjob/2165886/+files/php5-common_5.2.4-2ubuntu5.14_i386.deb
https://launchpad.net/~ubuntu-security/+archive/ppa/+buildjob/2165886/+files/libapache2-mod-php5_5.2.4-2ubuntu5.14_i386.deb

At the moment apt has dependency problem because I did not download everything 
(php modules etc).
But I just postpone updating until the definitive fix is out.

I know that this is not the best way, but I did not know what exactly
would happen if I install the proposed packages now, and then later want
to remove them again...

-- 
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/776642

Title:
  segfaults from  5.2.4-2ubuntu5.15

-- 
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 715152] Re: [SRU] ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-04-20 Thread /usr/local/dick
Just installed ntp 1:4.2.4p8+dfsg-1ubuntu2.1 from lucid-proposed, and that 
seems to do the trick.
Thanks for fixing this guys!

And well in advance of 6-6, IPv6 day ;-)

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

Title:
  [SRU] ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

-- 
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 713002] Re: Impossible to disable IPv4

2011-03-08 Thread /usr/local/dick
new version in hardy-proposed 1:4.7p1-8ubuntu3 also works FINE.

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

Title:
  Impossible to disable IPv4

-- 
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 713002] Re: Impossible to disable IPv4

2011-03-04 Thread /usr/local/dick
Should I test again?

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

Title:
  Impossible to disable IPv4

-- 
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 727114] [NEW] nmap only recognizes IPv6 resolvers by specifying --system-dns

2011-03-01 Thread /usr/local/dick
Public bug reported:

Binary package hint: nmap

I recently configured our 10.04 LTS systems to use only IPv6 resolvers:

root@cajones:~# cat /etc/resolv.conf
nameserver 2001:610:148:dead::4
nameserver 2001:610:158:98d::42
domain terena.org

nmap complains since:

root@cajones:~# nmap -sP putin.terena.org

Starting Nmap 5.00 ( http://nmap.org ) at 2011-03-01 12:43 CET
mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is 
disabled. Try using --system-dns or specify valid servers with --dns-servers
Host 192.87.38.10 is up (0.00032s latency).
Nmap done: 1 IP address (1 host up) scanned in 0.32 seconds


If I use --system-dns no complaints:

root@cajones:~# nmap --system-dns -sP putin.terena.org

Starting Nmap 5.00 ( http://nmap.org ) at 2011-03-01 12:43 CET
Host putin.terena.org (192.87.38.10) is up (0.00025s latency).
Nmap done: 1 IP address (1 host up) scanned in 0.37 seconds


Manually specifying the resolvers however does not seem to work either:

root@cajones:~# nmap --dns-servers
2001:610:148:dead::4,2001:610:158:98d::42 -sP putin.terena.org

Starting Nmap 5.00 ( http://nmap.org ) at 2011-03-01 12:46 CET
mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is 
disabled. Try using --system-dns or specify valid servers with --dns-servers
Host 192.87.38.10 is up (0.00028s latency).
Nmap done: 1 IP address (1 host up) scanned in 0.36 seconds

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


** Tags: ipv4 ipv6

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

Title:
  nmap only recognizes IPv6 resolvers by specifying --system-dns

-- 
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 715152] Re: ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-02-11 Thread /usr/local/dick
Ehm, well exactly like you did, I manually removed it, although it's
done automatically from interfaces with 'pre-up'.

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

Title:
  ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

-- 
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 713002] Re: Impossible to disable IPv4

2011-02-11 Thread /usr/local/dick
Pakcage from hardy-proposed works FINE. 
Thanks.

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

Title:
  Impossible to disable IPv4

-- 
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 715141] [NEW] ntp.ubuntu.com does not have AAAA record

2011-02-08 Thread /usr/local/dick
Public bug reported:

Binary package hint: ntp

When installing ntp on an IPv6 only host, the kindly provided ntp.ubuntu.com 
does not work, because it does not have a  record. 
Please provide IPv6 connectivity for this host.
This affects all releases.

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


** Tags: ipv4 ipv6

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

Title:
  ntp.ubuntu.com does not have  record

-- 
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 715152] [NEW] ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-02-08 Thread /usr/local/dick
Public bug reported:

Binary package hint: ntp

Lucid host running IPv6 only, with network configured like this:

root@svn:~# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:50:56:86:00:15
  inet6 addr: 2001:610:148:dead:cafe:babe:0:29/64 Scope:Global
  inet6 addr: fe80::250:56ff:fe86:15/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:3164 errors:0 dropped:0 overruns:0 frame:0
  TX packets:2075 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:1516490 (1.5 MB)  TX bytes:387497 (387.4 KB)

loLink encap:Local Loopback
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


Now ntpd wont start:

./../libisc/ifiter_ioctl.c:567: REQUIRE(iter-pos  (unsigned int) 
iter-ifc.ifc_len) failed.
Aborted

After adding an IPv4 loopback address to lo interface:

ip addr add 127.0.0.1 dev lo

ntpd is able to start.

According to http://bugs.ntp.org/show_bug.cgi?id=397 this might be
related to libisc.

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


** Tags: bind ipv6 libisc ntp ntpd

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

Title:
  ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

-- 
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 713002] Re: Impossible to disable IPv4

2011-02-05 Thread /usr/local/dick
Confirmed, the patched version works as expected, both options actually
work!

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

Title:
  Impossible to disable IPv4

-- 
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 697545] [NEW] Backslashes from check_disk_smb output are removed in web interface

2011-01-05 Thread /usr/local/dick
Public bug reported:

Binary package hint: nagios3

One of my hosts has this check running against it, with result:

nag...@expat:~$ /usr/lib/nagios/plugins/check_disk_smb -a grizzly.terena.org -H 
'SAMBA' -s profile_backup -u nagios3 -p hackme -w 95 -c 99
Disk ok - 2.32G (14%) free on \\SAMBA\profile_backup

All fine, but on the web interface it seems like one backslash is eaten
from one or more backslashes:

Disk ok - 2.32G (14%) free on \SAMBAprofile_backup

Looks like backslashes are being unescaped somewhere...

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

** Description changed:

  Binary package hint: nagios3
  
- One of my host has this check running against it, with result:
+ One of my hosts has this check running against it, with result:
  
  nag...@expat:~$ /usr/lib/nagios/plugins/check_disk_smb -a grizzly.terena.org 
-H 'SAMBA' -s profile_backup -u nagios3 -p hackme -w 95 -c 99
  Disk ok - 2.32G (14%) free on \\SAMBA\profile_backup
  
  All fine, but on the web interface it seems like one backslash is eaten
  from one or more backslashes:
  
  Disk ok - 2.32G (14%) free on \SAMBAprofile_backup
  
- 
  Looks like backslashes are being unescaped somewhere...

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

Title:
  Backslashes from check_disk_smb output are removed in web interface

-- 
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