[Bug 196806] Re: Increase default memory_limit for php

2008-08-25 Thread ewanm89
and any admin that has had his server have digg/slashdot effect also knows that this can manage to fill up 4GB of memory in a few seconds. -- Increase default memory_limit for php https://bugs.launchpad.net/bugs/196806 You received this bug notification because you are a member of Ubuntu Server

[Bug 261066] [NEW] mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
Public bug reported: Binary package hint: mysql-server-5.0 My pc is amd64, with Ubuntu 8.10. From today after an upgrade of mysql (august 25 2008) mysqld not starts. The gnome service-admin shows mysql is on! But I cannot find the process. [EMAIL PROTECTED]:~$ mysql -u italo -p Enter password:

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
** Attachment added: myProcesses.txt http://launchpadlibrarian.net/17057817/myProcesses.txt -- mysql-server 5.0.67-0ubuntu1 not starts https://bugs.launchpad.net/bugs/261066 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Andrei Coman
Well from your process list it seems that MySQL isn't started. sudo /etc/init.d/mysql start might do the trick. -- mysql-server 5.0.67-0ubuntu1 not starts https://bugs.launchpad.net/bugs/261066 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
I try it but: [EMAIL PROTECTED]:~$ sudo /etc/init.d/mysql start [sudo] password for icanepa: * Starting MySQL database server mysqld [fail] [EMAIL PROTECTED]:~$ -- mysql-server 5.0.67-0ubuntu1 not starts https://bugs.launchpad.net/bugs/261066 You received

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Norbert Tretkowski
Check /var/log/syslog for errors from mysqld. -- mysql-server 5.0.67-0ubuntu1 not starts https://bugs.launchpad.net/bugs/261066 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu. -- Ubuntu-server-bugs mailing

[Bug 200661] Re: php5 missing symbol prevent apache2 to start

2008-08-25 Thread David McNerney
I know this was a long time ago but just in case anyone else is running into it. The apache2ctl command doesn't seem to be picking up the library path. Upgrading etc didn't improve the situation (I'm at 8.04). I got around this by adding an 'export LD_LIBRARY_PATH=/usr/lib' into this command

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
I removed mysql from system, restart the machine, and in services windows I see mysql. (look png image attached) After I install mysql but installation fails:post installation script return error code 1 mysql-server has problems with dependecies - not confgured. syslog before removing software

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Norbert Tretkowski
Not a bug. The federated engine was disabled upstream by default, and there's a note about that in /usr/share/doc/mysql-server-5.0/NEWS.Debian.gz, which users who are running a development branch should have read before reporting such a bug. ** Changed in: mysql-dfsg-5.0 (Ubuntu) Status:

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
Thank you Robert, I was not knowing this fact. Is this the file? [EMAIL PROTECTED]:/usr/share/doc/mysql-server-5.0$ zcat NEWS.Debian.gz mysql-dfsg-5.0 (5.0.45-2) unstable; urgency=low * Binary logging is now disabled by default. If you really need it (e.g. on a replication master), remove

[Bug 260291] Re: Network Manager 0.7, openvpn, VPN Connection Failed

2008-08-25 Thread Alexander Sack
milestoning to get the server team (who maintains openvpn) on this plate. Apparently the openvpn upgrade to 2.1~rc7 broke the script-security thing. Anyone can take a look? (see bug #259562) ** Also affects: openvpn (Ubuntu) Importance: Undecided Status: New ** Changed in: openvpn

[Bug 241440] Re: bacula catalog fails due to missing script

2008-08-25 Thread krbvroc1
I recently updated my system from the 2.2.8 to the 2.4.2 release (Centos RPM). On my system I noticed that the files you are referring to moved from /etc/bacula to /usr/lib64/bacula. However, my bacula-dir.conf, bacula-fd.conf and bacula-sd.conf all contained references to the old /etc/bacula

[Bug 260291] Re: Network Manager 0.7, openvpn, VPN Connection Failed

2008-08-25 Thread Launchpad Bug Tracker
This bug was fixed in the package openvpn - 2.1~rc9-3ubuntu1 --- openvpn (2.1~rc9-3ubuntu1) intrepid; urgency=low * debian/openvpn.init.d: Add --script-security 2 by default for backwards compatibility (LP: #260291) -- Chuck Short [EMAIL PROTECTED] Mon, 25 Aug 2008

[Bug 260703] Re: Problem upgrading to mysql-server_5.0.51a-3ubuntu5.1

2008-08-25 Thread mcas
Thank you for reporting this bug. Please translate the dpkg error message to english. This will help us to fix your problem. ** Summary changed: - * Stopping MySQL database server mysqld [fail] invoke-rc.d: initscript mysql, action stop failed. invoke-rc.d

[Bug 117736] Re: pam_mount unable to unmount needs root priv

2008-08-25 Thread Joachim Breitner
I compiled openssh 5.1 from intrepid on hardy, but it still does not work. Strangly, I’m no longer getting an error message from mod_pam that setuid fails, although pam_unix reports that the session is actually closed. -- pam_mount unable to unmount needs root priv

[Bug 117736] Re: pam_mount unable to unmount needs root priv

2008-08-25 Thread Joachim Breitner
Nevermind, it worked after all. The remaining problem was a left-over /var/run/pam-mount file. It still doesn’t work for su, BTW. -- pam_mount unable to unmount needs root priv https://bugs.launchpad.net/bugs/117736 You received this bug notification because you are a member of Ubuntu Server

[Bug 261198] [NEW] Add UFW profile integration with apache2

2008-08-25 Thread Didier Roche
Public bug reported: Ubuntu FireWall have now some features to integrate profiles from different application. Instead of knowing the ports on which xxx service is running, the administrator have different profiles and can create some rules on the profile instead of updating the targeted port.

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Italo Canepa
Ok, before reading your post, i try another time to reinstall mysql. Here's the version of my packages: [EMAIL PROTECTED]:/usr/share/doc/mysql-server-5.0$ dpkg -l | grep mysql ii libdbd-mysql-perl 4.007-1build1 A Perl5 database interface to the

Re: [Bug 235653] Re: [SRU] ACL covering all IPv4 addresses is broken in 2.2.1

2008-08-25 Thread Charles Lepple
On Fri, Aug 22, 2008 at 6:26 PM, Steve Langasek wrote: So since denying appears to be the default, it seems that the only case broken by this is giving all IP addresses access to nut. Is this ever really a good idea? Or have I overlooked some other reason that this makes sense? Steve,

[Bug 260703] Re: Problem upgrading to mysql-server_5.0.51a-3ubuntu5.1

2008-08-25 Thread Dupond Jean-Louis
invoke-rc.d: initscript mysql, action start failed. dpkg: fout bij afhandelen van mysql-server-5.0 (--configure): subproces post-installation script gaf een foutwaarde 1 terug Fouten gevonden tijdens behandelen van: mysql-server-5.0 E: Sub-process /usr/bin/dpkg returned an error code (1)

[Bug 261274] [NEW] clustat(8) truncates columnar output when stdout is not a TTY

2008-08-25 Thread John Morrissey
Public bug reported: Binary package hint: redhat-cluster-suite I originally discovered this bug in Ubuntu 8.04 LTS. I've also submitted this as: https://bugzilla.redhat.com/show_bug.cgi?id=460060 Description of problem: clustat(8) offers no way of obtaining untruncated columns when its stdout

[Bug 237630] Re: package mysql-server-5.0 5.0.51a-3ubuntu5.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 - fails due to AppArmor

2008-08-25 Thread Dupond Jean-Louis
*** This bug is a duplicate of bug 210813 *** https://bugs.launchpad.net/bugs/210813 ** This bug has been marked a duplicate of bug 210813 package mysql-server-5.0 5.0.51a-3ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 1 -- package

[Bug 205985] Re: package mysql-server-5.0 5.0.51a-1ubuntu1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2008-08-25 Thread Dupond Jean-Louis
*** This bug is a duplicate of bug 187442 *** https://bugs.launchpad.net/bugs/187442 ** This bug has been marked a duplicate of bug 187442 package mysql-server-5.0 5.0.45-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 -- package

[Bug 239144] Re: package mysql-server-5.0 5.0.51a-3ubuntu5.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-08-25 Thread Dupond Jean-Louis
*** This bug is a duplicate of bug 187442 *** https://bugs.launchpad.net/bugs/187442 ** This bug has been marked a duplicate of bug 187442 package mysql-server-5.0 5.0.45-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 -- package

[Bug 227654] Re: package mysql-server 5.0.51a- 3ubuntu5 failed to install/upgrade: problemy z zale żnościami - pozostawiony nieskonfigurowany

2008-08-25 Thread Dupond Jean-Louis
*** This bug is a duplicate of bug 187442 *** https://bugs.launchpad.net/bugs/187442 ** This bug has been marked a duplicate of bug 187442 package mysql-server-5.0 5.0.45-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 -- package

[Bug 261198] Re: Add UFW profile integration with apache2

2008-08-25 Thread Didier Roche
New version as kees uploaded one version during this time. * add ufw integration (see https://wiki.ubuntu.com/UbuntuFirewall#Integrating%20UFW%20with%20Packages) (LP: #261198) - debian/control: suggest ufw for apache2.2-common - add apache2.2-common.ufw.profile with 3 profiles

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Dupond Jean-Louis
Install: http://nl.archive.ubuntu.com/ubuntu/pool/main/m/mysql-dfsg-5.0 /mysql-common_5.0.51a-6ubuntu3_all.deb Then it works again ... The newest version of mysql in intrepid failed for AMD64 ... but the common version gets updated ... so it fucks up ! ** Changed in: mysql-dfsg-5.0 (Ubuntu)

[Bug 260291] Re: Network Manager 0.7, openvpn, VPN Connection Failed

2008-08-25 Thread Alexander Sack
looks like the nm plugin needs a fix on its own. Thanks to M. Biebl for providing that patch. diff --git a/openvpn/src/nm-openvpn-service.c b/vpn-daemons/openvpn/src/nm-openvpn-service.c index 9d0c7d4..0df1178 100644 --- a/openvpn/src/nm-openvpn-service.c +++ b/openvpn/src/nm-openvpn-service.c

[Bug 260264] Re: install of mysql-server and mysql-server-5.0 did not complete properly

2008-08-25 Thread Julius H.
I got the same error trying to install mysql5.0 on ubuntu 8.04 on an usb-stick and found the following thread: https://bugs.launchpad.net/ubuntu/+source/casper/+bug/131976 So i tried 'sudo aa-complain mysqld' and got mysql finish its config and the server running. I don't know if this

[Bug 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-08-25 Thread Tien Nguyen
IMHO, this whole smb:// access from nautilus is really not that great. It is fine for copying files but most applications are not compatible with this URL, so you can not drop the files with smb:// access into an application. Another example, if you using Google web mail to compose an e-mail and

Re: [Bug 260264] Re: install of mysql-server and mysql-server-5.0 did not complete properly

2008-08-25 Thread Benjamin Dover
-- install of mysql-server and mysql-server-5.0 did not complete properly https://bugs.launchpad.net/bugs/260264 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 261066] Re: mysql-server 5.0.67-0ubuntu1 not starts

2008-08-25 Thread Norbert Tretkowski
[ERROR] /usr/sbin/mysqld: unknown option '--skip-federated' Sounds like the FEDERATED engine is not compiled in. Upstream decided to disabled the FEDERATED engine by default via the my.cnf file, but mysqld has to be compiled with support for FEDERATED engine, otherwise it does not know about the

[Bug 260291] Re: Network Manager 0.7, openvpn, VPN Connection Failed

2008-08-25 Thread Tore Anderson
You're right about that, at least it still doesn't work after the upgrade to openvpn 2.1~rc9-3ubuntu1. Still fails with the script- security error message. Tore -- Network Manager 0.7, openvpn, VPN Connection Failed https://bugs.launchpad.net/bugs/260291 You received this bug notification