[Bug 235265] [NEW] Update FreeRADIUS Version to 2.0.4

2008-05-27 Thread specialKevin
Public bug reported: Binary package hint: freeradius The current version of FreeRADIUS in Hardy is version 1.1.7 and that version is no longer maintained upstream as of January 2008. Please update to version 2.0.4 or some other version on the 2.0.x branch, since those are currently maintained

[Bug 230878] Re: Apache 2 produces an OOM after 4 hours using

2008-05-27 Thread Léobaillard
My kernel is : 2.6.24-16-server. Do you think that a kernel update would do the trick ? -- Apache 2 produces an OOM after 4 hours using https://bugs.launchpad.net/bugs/230878 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in

[Bug 230030] Re: php segfaults with readline

2008-05-27 Thread Chuck Short
Thanks for the bug report I will revisit this again for intrepid. Thanks chuck ** Changed in: php5 (Ubuntu) Status: New = Triaged -- php segfaults with readline https://bugs.launchpad.net/bugs/230030 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 222761] Re: [SRU] upsd doesn't start NOT 221737

2008-05-27 Thread Chuck Short
For those who were having problems can you enable hardy-proposed in your /etc/apt/sources.list and try it out? Thanks chuck -- [SRU] upsd doesn't start NOT 221737 https://bugs.launchpad.net/bugs/222761 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 219528] Re: [SRU] recode function segfaults

2008-05-27 Thread Chuck Short
This should already be fixed for intrepid once net-snmp gets merged. chuck -- [SRU] recode function segfaults https://bugs.launchpad.net/bugs/219528 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs

[Bug 235265] Re: Update FreeRADIUS Version to 2.0.4

2008-05-27 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make Ubuntu better. However, I am closing it because the bug has been fixed in the latest development version of Ubuntu - the Intrepid Ibex. If you need a fix for the bug in previous versions of Ubuntu, please follow the instructions

[Bug 230030] Re: php segfaults with readline

2008-05-27 Thread Adam Conrad
For the record, libedit is pretty much known-broken in many ways, though it's our only option (we can't legally link PHP with libreadline, thanks to license conflicts). If we intend to keep PHP linkes with libedit (I always had readline support disabled in the past, for this very reason), we

[Bug 230878] Re: Apache 2 produces an OOM after 4 hours using

2008-05-27 Thread Chuck Short
Hi, I really dont think its a kernel problem either basically you have a process on your machine that is chewing up all of your memory and you really have to nail it down to see why that is. The reason why you are getting OOM because its not that smart and it killed the first. You might want to

[Bug 235294] [NEW] apache2 mpm-worker segmentation fault.

2008-05-27 Thread Chuck Short
Public bug reported: Binary package hint: apache2 When torture testing an apache2-mpm-worker I get numerous segmentation faults and sigbus errors: [Tue May 27 14:16:40 2008] [notice] child pid 8848 exit signal Segmentation fault (11) [Tue May 27 14:18:35 2008] [notice] child pid 9075 exit

[Bug 117730] Re: cannot use sqlite3 on cifs mount

2008-05-27 Thread Mathias Gug
Could you post the commands you've used to create the sqlite database ? Could you also add which version of samba is running on the server ? -- cannot use sqlite3 on cifs mount https://bugs.launchpad.net/bugs/117730 You received this bug notification because you are a member of Ubuntu Server

[Bug 234927] Re: delay php script execution on cli

2008-05-27 Thread Adam Sommer
So I started installing each of the modules you listed which I didn't have, and I think clamavlib is the culprit. What happens, I believe, is that php5-libclamav will load the signature database when PHP is called from the command line. I think the library was written to be used with Apache

[Bug 235309] [NEW] dhcp3-server crashes with bootp clients

2008-05-27 Thread alkisg
Public bug reported: Ubundu hardy, 3.0.6.dfsg-1ubuntu9 To reproduce the crash: (1) In dhcp3.conf, put a dynamic-bootp range, like: range dynamic-bootp 192.168.0.201 192.168.0.220; (2) In /var/lib/tftpboot/ltsp/i386/pxelinux.cfg/default, add ip=bootc, like: DEFAULT vmlinuz ro initrd=initrd.img

[Bug 117730] Re: cannot use sqlite3 on cifs mount

2008-05-27 Thread dkg
I created the database like this: echo 'create table foo (x int); insert into foo (x) values (1);' | sqlite3 testdb and tested it like this: echo 'select * from foo;' | sqlite3 testdb This worked fine on a tmpfs, but not on a cifsmount. I've tested this against a debian etch samba version

[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-27 Thread Steven Wagner
I really hope this gets fixed soon, because even though I have php5-imagick working with that .deb file listed above, my apt is broken. see below: [EMAIL PROTECTED]:~$ sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done You might

[Bug 205111] Re: likewise-open service does not start automatically

2008-05-27 Thread BrianDrab
Exactly the same issue here. Fresh install of Hardy on a Dell Laptop with Likewise installed. Great job on figuring out a workaround Neil!! I too wonder if we are doing something wrong. -- likewise-open service does not start automatically https://bugs.launchpad.net/bugs/205111 You received this

[Bug 203023] Re: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' - libWand.so.9

2008-05-27 Thread [EMAIL PROTECTED]
a simpler solution is to create two symbolic links ln -s /usr/lib/libMagick.so.10 /usr/lib/libMagick.so.9 ln -s /usr/lib/libWand.so.10 /usr/lib/libWand.so.9 then: sudo apache2ctl restart Works for me :) -- PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613/imagick.so' -

[Bug 205111] Re: likewise-open service does not start automatically

2008-05-27 Thread BrianDrab
Did you happen to see this? https://bugs.launchpad.net/ubuntu/+source/likewise-open/+bug/205236 -- likewise-open service does not start automatically https://bugs.launchpad.net/bugs/205111 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 203169] Re: status function for init scripts

2008-05-27 Thread Dustin Kirkland
Patch submitted to Debian, marking In Progress, and I'm taking ownership. :-Dustin ** Bug watch added: Debian Bug tracker #483285 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483285 ** Also affects: lsb (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483285

[Bug 234901] Re: Please apply upstream patch for dpkg-buildsource

2008-05-27 Thread ITO Nobuaki
Thanks for your comment. I got two points from your message. 1. Using linker flag -Bsymbolic-functions for building library is your policy. Certainly it's not bad idea. It makes shared libraries more robust, so it seems to be good manner indeed. (But ... I wonder why not -Bsymbolic instead of

[Bug 235378] [NEW] hardy samba critically slow

2008-05-27 Thread Mark A Gerads
Public bug reported: Binary package hint: samba-common I can copy files from a windows share at 600KBs, but only copy to the share at 70KBs. I marked this as a samba-common bug because I can copy without the 'samba' package installed, and I suspect it to be samba-common, because when I have

[Bug 235378] Re: hardy samba critically slow

2008-05-27 Thread Mark A Gerads
Networking is the most important thing in computers, having slow networking kills operating systems. -- hardy samba critically slow https://bugs.launchpad.net/bugs/235378 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu.

[Bug 235401] [NEW] Please sync postfix 2.5.2-0 (main) from Debian unstable (main).

2008-05-27 Thread LaMont Jones
Public bug reported: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 affects ubuntu/postfix status confirmed importance wishlist subscribe ubuntu-archive Please sync postfix 2.5.2-0 (main) from Debian unstable (main). Explanation of the Ubuntu delta and why it can be dropped: As indicated