[Bug 375371] Re: MySQL must not use /tmp

2010-08-16 Thread Clint Byrum
I like it. The FILE permission has caused me quite a bit of pain in the past, and quite a few shops just run mysql with 'ALL PRIVILEGES ON *.*' for their app users because they don't want to deal with grants or don't understand. The only issue would be that if users actually depend on the ability

[Bug 564920] Re: PHP5 under Apache2 on 64 bit system is not completely 64 bit

2010-08-16 Thread Clint Byrum
** Changed in: php5 (Ubuntu Lucid) Status: New => Confirmed -- PHP5 under Apache2 on 64 bit system is not completely 64 bit https://bugs.launchpad.net/bugs/564920 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. --

[Bug 617952] Re: package libmysqlclient16 5.1.41-3ubuntu12.6 failed to install/upgrade: subprocess installed post-installation script killed by signal (Killed)

2010-08-16 Thread Clint Byrum
Hi Toby, thanks for pasting that. The apt-get -f install seems to have been able to complete configuring all packages, so I think this was a transient problem, possibly a symptom of something happening on the system while updates were running. Marking as Invalid. Toby, if you have any further inf

[Bug 617678] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-08-16 Thread Clint Byrum
Kayode, thanks for the updates. The hard innodb crash that you pasted in comment #4 is particularly concerning. You may want to try backing up your system, and doing *** THIS STEP WILL DELETE ALL OF YOUR DATA FILES *** apt-get purge mysql-server-5.1 apt-get install mysql-server-5.1 And then re

[Bug 618775] Re: package openssh-server (not installed) failed to install/upgrade: subprocess new pre-installation script killed by signal (Aborted)

2010-08-16 Thread Clint Byrum
Hi Randall, thank you for reporting this bug and working with us to make Ubuntu better! I notice these lines in the Dmesg.txt: [1.890131] EXT3-fs: INFO: recovery required on readonly filesystem. [1.890137] EXT3-fs: write access will be enabled during recovery. [3.777970] kjournald sta

[Bug 592442] Re: fopen fails on some SSL urls

2010-08-17 Thread Clint Byrum
** Also affects: php via http://bugs.php.net/bug.php?id=52106 Importance: Unknown Status: Unknown -- fopen fails on some SSL urls https://bugs.launchpad.net/bugs/592442 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in u

[Bug 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-08-19 Thread Clint Byrum
Scott, I've experienced problems with SIGKILL's corrupting mysql databases before, so the workaround given might be a little misleading. MySQL can actually be stuck waiting on a single query to finish before it can shut down, and some queries might take *hours*. That said, its a known tradeoff if

[Bug 619855] Re: session.gc_probablity=1 in /etc/php5/apache2/php.ini conflicts with permissions on /var/lib/php5

2010-08-19 Thread Clint Byrum
ded: Debian Bug tracker #388808 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388808 ** Bug watch added: Debian Bug tracker #321460 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321460 ** Changed in: php5 (Ubuntu) Status: Confirmed => Triaged ** Changed in: php5 (Ubuntu) Ass

[Bug 414010] Re: rrdtool .pot template is missing, existing .po files not imported

2010-08-19 Thread Clint Byrum
Alright, looks good, marking the Ubuntu bug as fix released too. I believe the reason for the long pause was that an archive admin had to move some of rrdtool's dependencies into main, which has happened now. ** Changed in: rrdtool (Ubuntu) Status: Confirmed => Fix Released -- rrdtool .p

[Bug 619855] Re: session.gc_probablity=1 in /etc/php5/apache2/php.ini conflicts with permissions on /var/lib/php5

2010-08-19 Thread Clint Byrum
Adam, thanks very much for your insight on this, Point taken, if we are not going to relax the permissions then having multiple directories is pointless. After reading your comment and thinking about it, I have to agree that the permissions should remain so tight. My thinking was that web SAPI's c

[Bug 617678] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-08-19 Thread Clint Byrum
Kayode, thanks for continuing to try to solve this issue. The databases are stored in /var/lib/mysql To back it up, do sudo tar -czf backup-mysql.tar.gz -C /var/lib mysql If the tarball of those database files is small enough, you can attach it here, and I will send the crash bug upstream to my

[Bug 191251] Re: [needs-packaging] php5-embed

2010-08-20 Thread Clint Byrum
Just to weigh in, I think its ridiculous that package maintainers would refuse to enable something that offers no additional security risk, and that users depend on (probably more and more as the language matures). I'd also like to point out this portion of the Ubuntu code of conduct "Be consider

[Bug 375371] Re: MySQL must not use /tmp

2010-08-20 Thread Clint Byrum
Alright, absent comment I've erred on the side of security. Merge proposal updated to reflect the apparmor/upstart changes necessary to lock down tmpdir to /var/tmp/mysql. -- MySQL must not use /tmp https://bugs.launchpad.net/bugs/375371 You received this bug notification because you are a member

[Bug 375371] Re: MySQL must not use /tmp

2010-08-20 Thread Clint Byrum
One thing that I'm seeing that may need to be documented, is that this breaks mysql-testsuite in its default configuration. Because we can no longer let /usr/sbin/mysqld write to /tmp at will, the test suite won't start without some coaxing. This works sudo -u mysql /usr/lib/mysql-test/mysql-test

[Bug 621380] Re: bad output from check_linux_raid

2010-08-20 Thread Clint Byrum
Hi Chris, thanks for reporting this bug and working with us to make Ubuntu even better! I haven't been able to reproduce this. In fact, I happened to have a VM with a disk in recovery right now, so I ran it: cl...@lucid-i386-plus1:~$ /usr/lib/nagios/plugins/check_linux_raid CRITICAL md0 status=[_

[Bug 620674] Re: package apache2-mpm-worker 2.2 .14-5ubuntu8 failed to install/upgrade: el paquete apa che2-mpm-worker ya está instalado y configurado

2010-08-20 Thread Clint Byrum
Hola Alexao, lo siento si no hablas español, y lo siento por mi español, no es mi idioma primero. Voy a continuar en ingles. Thank you for reporting this bug and helping to make Ubuntu better! I do not see an error in the DpkgTerminalLog, so its very hard to diagnose what might be the problem. C

[Bug 621509] Re: mysqld randomly causes system to not respond to commands

2010-08-20 Thread Clint Byrum
Hi Luke, Have you tried renicing mysqld? renice 5 4589 This may give your other commands some priority over mysqld so they can continue to log and help you diagnose the problem. Please try that, and then on the next system lockup/slowdown, run 'ps auxwww' and paste or upload the output here. M

[Bug 621038] Re: package apache2.2-common 2.2.14-5ubuntu8.2 failed to install/upgrade when using mpm-itk

2010-08-20 Thread Clint Byrum
*** This bug is a duplicate of bug 576255 *** https://bugs.launchpad.net/bugs/576255 Hi Jonni, thanks for filing this bug report and working with us to make Ubuntu better! Based on the error messages in DpkgTerminalLog.txt Setting up apache2.2-common (2.2.14-5ubuntu8.2) ... ERROR: Module req

[Bug 322214] Re: php (via libedit using_history()) incorrectly opens stdin

2010-08-20 Thread Clint Byrum
This seems to be the same (very old) bug in debian http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286356 ** Bug watch added: Debian Bug tracker #286356 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286356 -- php (via libedit using_history()) incorrectly opens stdin https://bugs.launchpa

[Bug 621380] Re: bad output from check_linux_raid with RAID0 volumes

2010-08-20 Thread Clint Byrum
Chris thanks for the quick response, that confirms the problem perfectly. I went ahead and forwarded the bug upstream. Probably best to just wait a while for a patch from them. Marking Triaged as it has been forwarded upstream. Lowering the importance to Low, as it will only affect users with rai

[Bug 322214] Re: php (via libedit using_history()) incorrectly opens stdin

2010-08-20 Thread Clint Byrum
While looking at this, I gave my test program a try on NetBSD 5.0.2, and the terminal is handled correctly, so this may be specific to glibc and/or linux terminal I/O. -- php (via libedit using_history()) incorrectly opens stdin https://bugs.launchpad.net/bugs/322214 You received this bug notific

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-08-23 Thread Clint Byrum
This sounds like something to bring forward as a bug in dpkg... in fact, I've gone ahead and filed it as a feature request: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/622885 There may not be an obvious way to do this, so I think we're just going to have to deal with the occasional confus

[Bug 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-08-23 Thread Clint Byrum
** Also affects: upstart Importance: Undecided Status: New -- MySQL upstart stop job does not cleanly shutdown mysql https://bugs.launchpad.net/bugs/620441 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

[Bug 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-08-23 Thread Clint Byrum
upstart definitely needs a way to disable the SIGKILL functionality. setting kill timeout 0 Just means instantly kill it, don't even wait for the SIGTERM. Definitely not the desired behavior. So this is really a feature request for upstart more than anything. To be clear, upstart should allow d

[Bug 607646] Re: Segmentation fault in PHP5 with pgsql module

2010-08-23 Thread Clint Byrum
Miroslav, this is fixed in Maverick, and it is probably a reasonable candidate for SRU to Lucid. However, I haven't seen your response in the upstream bug to the PHP developers asking for a clear test case. Until somebody has provided them with a test case there, I don't think we should move forw

[Bug 576255] Re: can't install apache2.2-common (2.2.14-5ubuntu8)

2010-08-23 Thread Clint Byrum
Agreed on all points. I suggest you read the dpkg bug report. To summarize, I'm suggesting that conffile changes be listed and the user offered a chance to resolve them as if the upstream confffiles were changed in the new release, but only when maintainer scripts fail. This is purely a selfish i

[Bug 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-08-24 Thread Clint Byrum
Scott, thanks for the suggestion, I hadn't thought of anything like that. Can we abort the stop from pre-stop somehow? Otherwise I'm afraid users will either be left waiting forever, or still sending SIGKILL. -- MySQL upstart stop job does not cleanly shutdown mysql https://bugs.launchpad.net/bu

Re: [Bug 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-08-24 Thread Clint Byrum
On Aug 24, 2010, at 9:50 AM, Scott James Remnant wrote: > On Tue, 2010-08-24 at 16:23 +0000, Clint Byrum wrote: > >> Can we abort the stop from pre-stop somehow? Otherwise I'm afraid users >> will either be left waiting forever, or still sending SIGKILL. >> > Y

[Bug 375371] Re: MySQL must not use /tmp

2010-08-24 Thread Clint Byrum
I ran the mysql-testsuite with the version of the package in the merge proposal. Attaching the results. Looks good to go, though the test suite must be run with both vardir and tmpdir set to directories underneath /var/tmp/mysql, because the mysqld that is spawned must write files somewhere. This

Re: [Bug 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-08-24 Thread Clint Byrum
On Aug 24, 2010, at 1:22 PM, Johan Kiviniemi wrote: >> Would there be an indication anywhere for users that they're waiting > on mysql to die? > > The ‘stop’ command having not returned yet, and ‘status jobname’ saying > ‘stopping’. > > If a bug in a service causes a stop request not to stop it

[Bug 375371] Re: MySQL must not use /tmp

2010-08-24 Thread Clint Byrum
I just had a thought, should we check for un-applied data files in /tmp when upgrading, and move them to /var/tmp/mysql ? If somebody upgrades an active slave, that could be a huge problem. -- MySQL must not use /tmp https://bugs.launchpad.net/bugs/375371 You received this bug notification becaus

[Bug 375371] Re: MySQL must not use /tmp

2010-08-25 Thread Clint Byrum
>From http://dev.mysql.com/doc/refman/5.1/en/temporary-files.html "A replication slave needs some of its temporary files to survive a machine restart so that it can replicate temporary tables or LOAD DATA INFILE operations. If files in the temporary file directory are lost when the server restarts

[Bug 624361] Re: service ssh restart does not test the configuration file

2010-08-27 Thread Clint Byrum
** Tags added: regression-release -- service ssh restart does not test the configuration file https://bugs.launchpad.net/bugs/624361 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- Ubuntu-server-bugs mailing list Ub

[Bug 624361] Re: service ssh restart does not test the configuration file

2010-08-27 Thread Clint Byrum
Further information, this was introduced in 10.04. 9.10 and prior still used the init.d script. -- service ssh restart does not test the configuration file https://bugs.launchpad.net/bugs/624361 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 624361] Re: service ssh restart does not test the configuration file

2010-08-27 Thread Clint Byrum
Hi Simon, thanks very much for filing this bug report and working with us to make Ubuntu better. Because of the way upstart and sshd work together, its hard to detect failures. The reason try-restart worked was that it falls through in /usr/sbin/service, as its not one of the regular actions that

[Bug 624461] Re: package tomcat6 6.0.24-2ubunt u1.3 failed to install/upgrade: podproces zainstalowan y skrypt post-installation zwrócił kod bł ędu 1

2010-08-27 Thread Clint Byrum
Hello ZuLuS! Thank you for filing this bug report and working with us to make Ubuntu better. I don't see any useful error messages in the DpkgTerminalLog.gz that help me understand the problem much, other than it occurred during the postinst script (that is, assuming google was able to translate t

[Bug 624522] Re: Postfix init.d script and populate chroot in multi-instance environment [debian bug #560682]

2010-08-27 Thread Clint Byrum
Hello Nikos, thank you for the bug report and patch, the effort is much appreciated! Linking directly to the Debian bug report. Since this is filed upstream (debian) and has been acked there as well, marking as Triaged. Setting Importance to Low, as this only impacts users running postfix in mul

[Bug 624820] Re: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-08-27 Thread Clint Byrum
Hi Ken, thank you for filing this bug report and working with us to to make Ubuntu better! The DpkgTerminalLog.txt file included in the bug report shows this: Running newaliases newaliases: fatal: myorigin parameter setting must not contain multiple values: ken-desktop hotmail.com This would ap

[Bug 624823] Re: package libmysqlclient16 (not i nstalled) failed to install/upgrade: s'està int entant sobreescriure «/usr/lib/libmysqlclient.so. 16.0.0», que també està en el paquet my sql-cluster-c

2010-08-27 Thread Clint Byrum
Hi Albert, thanks for filing this bug report, and for working with us to make Ubuntu better! It appears that mysql-cluster-client-5.1 should conflict with libmysqlclient16, and libmysqlclient16 should conflict with it as well. To fix this issue for now, remove mysql-cluster-client-5.1 manually (a

[Bug 624898] Re: ssh client hang for prolonged connections

2010-08-27 Thread Clint Byrum
Hi Jason, thanks for filing this bug report and working with us to make Ubuntu better! The syscall appears to be "select()", which means that ssh is waiting for data from the other side of some connection. This could be from the DNS server or the server you have connected to. What might be more i

[Bug 624900] Re: Authbind not binding WINE to 127.0.0.1:895

2010-08-27 Thread Clint Byrum
Hi ruisivi, thank you for filing this bug report and working with us to help make Ubuntu better! authbind works by setting LD_PRELOAD, and wine does not work well with LD_PRELOAD, as they have to do a lot of syscall/library trickery to make windows calls work in Linux. This thread explains a lot

[Bug 625023] Re: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-08-27 Thread Clint Byrum
Hi Cordeyo, thanks for taking the time to file this bug report and work with us to make Ubuntu better! I believe you have an invalid value int he 'myhostname' field in main.cf: >From DpkgTerminalLog.gz: newaliases: warning: valid_hostname: misplaced delimiter: xubuntu.hsd1.ga.comcast.net. newal

[Bug 625008] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-08-27 Thread Clint Byrum
Hi Eric, thanks for taking the time to file this bug report and working with us to make Ubuntu better. This would appear to be because mysqld was stopped or configured in an incompatible way, as indicated by this message from DpkgTerminalLog.txt: Creating config file /etc/dbconfig-common/bacula-d

[Bug 625349] Re: DHCPOFFER assigns an IP address a lready in use (assigne une ip déjà attribu é)

2010-08-27 Thread Clint Byrum
@Carlos: thank you for the excellent translation! Hello Sebastien, thanks so much for taking the time to file this bug report. Even though you have a fixed IP assigned, you must still manually remove this IP from the range of IP's that you make available to dynamic hosts. So if you have

[Bug 625044] Re: package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade:

2010-08-27 Thread Clint Byrum
Hello Earl, thanks for taking the time to file this bug report and help us make Ubuntu better. The bind9 prerm script (which is run before we remove the old version) stops bind9. Unfortunately, if bind9 is not running at the time, it registers as an error. For your situation, you can start bind9

[Bug 624361] Re: service ssh restart does not test the configuration file

2010-08-27 Thread Clint Byrum
I see your point Simon, and I agree thats what I expect too. I think a case can be made that sometimes "failing safe" means doing something non-intuitive, though in doing something like that, there has to be a good reason. There is no pre-restart stanza, and upon looking at upstart's code, it simp

[Bug 624900] Re: Authbind not binding WINE to 127.0.0.1:895

2010-08-27 Thread Clint Byrum
rusivi, I see your point completely. The invalid bug task is reported against authbind, not wine. authbind can't be rewritten another way and doesn't suffer from any sort of behavior that isn't consistent with its fundamental, documented design and operation. Wine simply is not compatible with LD_

[Bug 625882] Re: libdbi0: ABI breakage without package name change

2010-09-01 Thread Clint Byrum
: Undecided Status: New ** Changed in: libdbi (Ubuntu) Status: New => In Progress ** Changed in: libdbi (Ubuntu) Assignee: (unassigned) => Clint Byrum (clint-fewbar) -- libdbi0: ABI breakage without package name change https://bugs.launchpad.net/bugs/625882 You received th

[Bug 625882] Re: libdbi0: ABI breakage without package name change

2010-09-01 Thread Clint Byrum
I've added all of the packages that depend on libdbi0 as bug tasks. Once libdbi is fixed, each one of them will need to be rebuilt against the new version. Since the ABI changed, the -dev library needs to be named libdbi-dev, not libdbi0-dev. In the process of doing this, I've found that the lib

[Bug 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-09-02 Thread Clint Byrum
In doing research for this fix, I'm having trouble finding a set of best practices for upstart jobs in Ubuntu. If anyone has a link or list of them, please do post here, as I am a bit confused about how to interact with the user. console output seems a hacky way (user may not have console if ssh'in

[Bug 564920] Re: PHP5 under Apache2 on 64 bit system is not completely 64 bit

2010-09-02 Thread Clint Byrum
Regarding the SRU to lucid: https://code.launchpad.net/~clint-fewbar/ubuntu/lucid/php5/lucid-sru-lp564920/+merge/32803 IMPACT: This bug fix is intended to make it possible to access/download large files. Users who attempt it now are given a file of the wrong size (silently) as the pointer appears

[Bug 628878] [NEW] munin support not enabled upon install

2010-09-02 Thread Clint Byrum
Public bug reported: The munin support added in maverick (by yours truly) should enable the munin plugin immediately upon installation. Right now the script checks for the existence of the stats/log files that it parses for stats before enabling the munin suggest capabilities. It should be trivi

[Bug 625882] Re: libdbi0: ABI breakage without package name change

2010-09-02 Thread Clint Byrum
** Changed in: libdbi (Ubuntu) Status: In Progress => Confirmed -- libdbi0: ABI breakage without package name change https://bugs.launchpad.net/bugs/625882 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rrdtool in ubuntu. -- Ubun

[Bug 625882] Re: libdbi0: ABI breakage without package name change

2010-09-02 Thread Clint Byrum
** Changed in: libdbi-drivers (Ubuntu) Status: New => In Progress ** Changed in: libdbi-drivers (Ubuntu) Assignee: (unassigned) => Clint Byrum (clint-fewbar) ** Changed in: rrdtool (Ubuntu) Status: Triaged => In Progress ** Changed in: rrdtool (Ubuntu)

[Bug 625882] Re: libdbi0: ABI breakage without package name change

2010-09-02 Thread Clint Byrum
In grepping the source packages, none of the affected packages actually use the broken bits of the ABI (dbi_error_flag). That said, its still important to provide a consistent ABI for upgrades in case somebody has written something that does use libdbi. I've tested building rrdtool and libdbi-dri

[Bug 629633] [NEW] suexec should be configured to use /home as its docroot

2010-09-03 Thread Clint Byrum
Public bug reported: Binary package hint: apache2 In configuring a system for suexec usage, it doesn't really make sense to force system administrators to create a directory under /var/www for each user. It makes much more logical sense to have it under /home. This can be done by changing the co

[Bug 576949] Re: [lucid] LOAD DATA INFILE fails in replication, simple patch available in 5.1.43

2010-09-03 Thread Clint Byrum
** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid) Status: New => In Progress ** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid) Assignee: (unassigned) => Clint Byrum (clint-fewbar) -- [lucid] LOAD DATA INFILE fails in replication, simple patch available in 5.1.43 https://bugs.launchp

[Bug 629633] Re: suexec should be configured to use /home as its docroot

2010-09-03 Thread Clint Byrum
Stefan, thanks for the information, that looks like a much better way to handle this. :) -- suexec should be configured to use /home as its docroot https://bugs.launchpad.net/bugs/629633 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apac

[Bug 629685] Re: package postfix-pcre 2.7.0-1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2010-09-03 Thread Clint Byrum
*** This bug is a duplicate of bug 625023 *** https://bugs.launchpad.net/bugs/625023 Hello Odir, I would like to second Jamie's thanks for taking the time to report this bug. It would appear that your hostname is invalid: newaliases: warning: valid_hostname: numeric hostname: 168.243.227.19

[Bug 629720] Re: package apache2.2-common 2.2 .14-5ubuntu8 failed to install/upgrade: el subproceso script post-installation instalado devolvió el c ódigo de salida de error 1

2010-09-03 Thread Clint Byrum
*** This bug is a duplicate of bug 576255 *** https://bugs.launchpad.net/bugs/576255 Hello Alvaro, this is the same as this bug report: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/576255 And I will mark it duplicate as such. Configurando apache2.2-common (2.2.14-5ubuntu8) ... ER

[Bug 629723] Re: False Positive: IRCDs running on port 6667

2010-09-03 Thread Clint Byrum
Hi TrekCaptainUSA, thanks so much for taking the time to report this bug and help us make Ubuntu better! I tried this on a fresh install of lucid, indeed if you just do 'apt-get install ircd-hbrid chkrootkit' and run chkrootkit, bindshell is falsely detected. Marking Confirmed. Setting Importance

[Bug 718188] Re: dovecot won't be restarted after failure

2011-02-14 Thread Clint Byrum
Hello Zrin, thank you for taking the time to file this bug report and help us make Ubuntu better! This is actually a bug in the dovecot upstart job file. There is no 'respawn' keyword, so upstart will not restart the job when it exits with a non-normal exit, which it most certainly does when this

[Bug 716310] Re: ssh connections disconnects automatically

2011-02-14 Thread Clint Byrum
Soren, I just now re-read your original description, and I see this: debug1: Killed by signal 15. That suggests that your *client* ssh is being killed. The sshd debug supports that: debug3: fd 9 is O_NONBLOCK debug1: Setting controlling tty using TIOCSCTTY. Received disconnect from 10.115.0.105

[Bug 251139] Re: backport apr 1.2.12 to Hardy

2011-02-14 Thread Clint Byrum
Craig, thanks for taking the time to file this report way back in 2008! I think this would change the behavior of Hardy too significantly to justify an SRU at this point. All later versions do use /dev/urandom, but people running an LTS release don't expect their system behavior to change, even if

[Bug 520977] Re: Requires non-existant libuuid.la

2011-02-14 Thread Clint Byrum
This was fixed in v1.3.8-1build1 of the package, released the same day of this report: apr (1.3.8-1build1) lucid; urgency=low * No change rebuild to get rid of reference to libuuid.la in libapr-1.la (causes a bunch of FTBFS). -- Loïc Minier Fri, 12 Feb 2010 13:55:23 +0100 ** Changed

[Bug 604753] Re: [eglibc] process shared mutex's fail on armel v7 (thumb)

2011-02-14 Thread Clint Byrum
Given that the APR task is just for our own development usage, I'm setting the status to Confirmed, and the Importance to Wishlist. When eglibc is fixed, the changes should be reverted, but at the very least, this bug can change to status Triaged at that point. ** Changed in: apr (Ubuntu) S

[Bug 717397] Re: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-14 Thread Clint Byrum
Hello Greg (and duplicate reporters), thanks for taking the time to file this bug report! So unfortunately, this is likely the result of the squid process having disappeared because of bug #573853 , which ironically was fixed in the package that you are all trying to install. This is a temporary

[Bug 717397] Re: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-14 Thread Clint Byrum
cided => High ** Changed in: squid (Ubuntu) Assignee: (unassigned) => Clint Byrum (clint-fewbar) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid in ubuntu. https://bugs.launchpad.net/bugs/717397 Title: package squid 2.7.

[Bug 709944] Re: package libapr1 1.3.8-1build1 failed to install/upgrade: le paquet libapr1 est déjà installé et configuré

2011-02-14 Thread Clint Byrum
Hello Michel, thank you for taking the time to file this bug report and help us make Ubuntu better! The failure seems to be actually in apache, not apr: Paramétrage de apache2-mpm-prefork (2.2.14-5ubuntu8.4) ... * Starting web server apache2 apache2: Could not reliably determine the server's ful

[Bug 717397] Re: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-14 Thread Clint Byrum
** Tags added: regression-update -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid in ubuntu. https://bugs.launchpad.net/bugs/717397 Title: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed p

Re: [Bug 716310] Re: ssh connections disconnects automatically

2011-02-14 Thread Clint Byrum
On Mon, 2011-02-14 at 21:13 +, Søren Holm wrote: > Clint - I owe you beer or something. I develop machine-control software, > and apparently the exit procedure of our application is to kill all ssh- > client - since our application creates some ssh-tunnels. I was not aware > of that until your

[Bug 717397] Re: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-14 Thread Clint Byrum
** Changed in: squid (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid in ubuntu. https://bugs.launchpad.net/bugs/717397 Title: package squid 2.7.STABLE7-1ubuntu12.1 failed to instal

[Bug 718902] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2011-02-14 Thread Clint Byrum
Hello Anton, thanks for taking the time to file this bug report and help us make Ubuntu better. 110214 2:11:39 [Note] Plugin 'FEDERATED' is disabled. 110214 2:11:39 InnoDB: Initializing buffer pool, size = 8.0M 110214 2:11:39 InnoDB: Completed initialization of buffer pool 110214 2:11:39 In

[Bug 717397] Re: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-14 Thread Clint Byrum
The branch lp:~clint-fewbar/ubuntu/lucid/fix-upgrades-after-reload fixes the problem by checking to see if the problem the recent update is trying to correct has actually happened, and if so, doing a stop/start on the service using invoke-rc.d Between the stop/start, it also kills the errant pid (b

[Bug 717397] Re: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-14 Thread Clint Byrum
As I finish the SRU report, I realize that we actually need to address this in natty too, and may need to drop the version comparison to make it less complex and more likely to fix the problem given scenarios I haven't thought of. ** Description changed: Binary package hint: squid Did a no

Re: [Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-15 Thread Clint Byrum
On Tue, 2011-02-15 at 21:51 +, Paul Crawford wrote: > Well it is not yet fixed for 10.04 with the 'proposed' updates. Tonight > just rebooted after updates to kernal 2.6.32-29 and guess what? Yes, my > syslog contained the following sort of message: > > "Feb 15 21:45:24 paul-ubuntu kernel: [

[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-15 Thread Clint Byrum
I'm targetting the sysvinit bug task for lucid to 10.04.3, but it should be done well before then. ** Changed in: sysvinit (Ubuntu Lucid) Importance: Undecided => Critical ** Changed in: sysvinit (Ubuntu Lucid) Milestone: None => ubuntu-10.04.3 -- You received this bug notification becau

[Bug 721207] Re: Dependance problem install openssh server

2011-02-19 Thread Clint Byrum
Hello Nicolas, thank you for taking the time to file this bug report and help us make Ubuntu better! Can you please provide the output of the following commands in a terminal: apt-cache policy openssh-server apt-cache policy openssh-client Also, you may be able to resolve this issue by running

[Bug 720638] Re: snmpd crashes with segfault (libnetsnmpmibs.so.15.1.2)

2011-02-19 Thread Clint Byrum
ed in: net-snmp (Ubuntu) Status: New => Confirmed ** Changed in: net-snmp (Ubuntu) Importance: Undecided => High ** Changed in: net-snmp (Ubuntu) Assignee: (unassigned) => Clint Byrum (clint-fewbar) -- You received this bug notification because you are a member of Ubuntu

[Bug 720638] Re: snmpd crashes with segfault (libnetsnmpmibs.so.15.1.2)

2011-02-21 Thread Clint Byrum
** Visibility changed to: Public ** Changed in: net-snmp (Ubuntu) Assignee: Clint Byrum (clint-fewbar) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is a direct subscriber. https://bugs.launchpad.net/bugs/720638 Title: sn

[Bug 695857] Re: ssl protection not default for sensitive packages

2011-02-22 Thread Clint Byrum
janl, thanks for the response! I've forwarded the bug to ubuntu-ser...@lists.ubuntu.com for further discussion. It may be a good candidate for a future spec in Ubuntu, but I'd like to hear the wider opinion. Given that, for now I'm marking the bug as Opinion. If it looks like we will do this, we

Re: [Bug 687535] Re: upstart loses track of ssh daemon after reload ssh

2011-02-22 Thread Clint Byrum
On Wed, 2011-02-23 at 05:19 +, gorism wrote: > I just updated to the openssh-server_5.3p1-3ubuntu5 package for a Lucid > instance, and now I can't get SSH to start. Or, rather, I'm running > into what Jan mentioned above, with the respawning/terminating loop that > eventually results in init d

[Bug 721207] Re: Dependance problem install openssh server

2011-02-23 Thread Clint Byrum
Nicolas, thanks for the response. This does in fact just seem to be a case of the mirrors being out of sync temporarily. Closed as Invalid. ** Changed in: openssh (Ubuntu) Status: Opinion => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, whic

[Bug 719898] Re: logwatch does not report cron events

2011-02-24 Thread Clint Byrum
Oliver, thanks for taking the time to file this bug report and help us make Ubuntu better! This is indeed a problem on natty, and I've confirmed it on Debian unstable as well. I forwarded the issue and the patch upstream to Debian, and I'm marking this bug as Triaged, setting Importance to Medium

[Bug 723330] Re: rename() function didn't work with /tmp dir

2011-02-24 Thread Clint Byrum
Hi Djalma! Thanks for taking the time to file this bug report and help us make Ubuntu better. Indeed, the error message is confusing, because while you called rename, copy is complaining. This happens because of this snippet of code: ret = VCWD_RENAME(url_from, url_to); if (ret == -1)

[Bug 720996] Re: package samba 2:3.5.6~dfsg-5ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-24 Thread Clint Byrum
James, thanks for extracting the error messages. Brandon, thanks very much for taking the time to file this bug report and help us make Ubuntu better. If you run this in a terminal: sudo dpkg --configure -a Does it report the same error? Also, after attempting that, can you attach this file:

[Bug 723480] Re: php5-fpm uses too high value for pm.max_children by default

2011-02-24 Thread Clint Byrum
Hi Marco, thanks for taking the time to file this bug report. There's a basic assumption I think that can be made, that servers have at least 1GB of virtual memory (not physical). 6GB, however, is excessive. Given that, I'm marking this bug as Confirmed. We'll need to open this discussion up with

[Bug 721295] Re: After setting up apache2 ssl error "ssl_error_rx_record_too_long"

2011-02-24 Thread Clint Byrum
Hi Thomas, thanks for taking the time to file this bug report and help us make Ubuntu better. I was unable to reproduce this on Ubuntu 10.04 with the latest updates. I didn't create the certificate though, I did this: sudo apt-get install apache2 sudo a2ensite default-ssl sudo a2enmod ssl sudo /

Re: [Bug 723480] Re: php5-fpm uses too high value for pm.max_children by default

2011-02-24 Thread Clint Byrum
Marco, thanks for reporting it upstream! Can you please link that bug here (and mention this bug there)? It will help to track the issue going forward so we can drop any On Fri, 2011-02-25 at 04:58 +, Marco Romeny wrote: > Bug reported with php, so hopefully it won't be reintroduced if we fix

[Bug 720996] Re: package samba 2:3.5.6~dfsg-5ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-24 Thread Clint Byrum
Brandon, thanks. It would appear that something went wrong in the pre- start script. Could you grep for problems in /var/log/daemon.log ? grep nmbd /var/log/daemon.log should do it. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba

[Bug 580319] Re: dhcp3-server launches before upstart brings all interface, thus failing to start

2011-02-25 Thread Clint Byrum
Seems to me that the appropriate time to start dhcpd is when all of the devices it is configured on are up. The issue here is that /etc/rc2.d/S* are run after this condition is met: start on filesystem and net-device-up IFACE=lo Because ifup -a is run in parallel with mountall essentially this

[Bug 580319] Re: dhcp3-server launches before upstart brings all interface, thus failing to start

2011-02-25 Thread Clint Byrum
Adding upstart task since rc-sysinit.conf is owned by the upstart package, and IMO, its running too soon. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dhcp3 in ubuntu. https://bugs.launchpad.net/bugs/580319 Title: dhcp3-server lau

[Bug 725226] Re: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-26 Thread Clint Byrum
*** This bug is a duplicate of bug 717397 *** https://bugs.launchpad.net/bugs/717397 Hi Per, this seems to be a duplicate of bug #717397. Marking as such. It would be great if you could help verify that bug (though it would require you to downgrade to 2.7.STABLE7-1ubuntu12 temporarily), then w

[Bug 725560] Re: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-26 Thread Clint Byrum
*** This bug is a duplicate of bug 717397 *** https://bugs.launchpad.net/bugs/717397 ** This bug has been marked a duplicate of bug 717397 package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 * You can

[Bug 725552] Re: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-26 Thread Clint Byrum
*** This bug is a duplicate of bug 717397 *** https://bugs.launchpad.net/bugs/717397 ** This bug has been marked a duplicate of bug 717397 package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 * You can

[Bug 561779] Re: squid is not started on runlevel transition 1 -> 2

2011-02-27 Thread Clint Byrum
Marking this bug as Triaged. This is a problem in the upstart script that only exists in the Ubuntu package, and so there's no other upstream for it. This was one of the first services ported to upstart and so we're learning a lot through fixing the bugs in its upstart job and surrounding maintaine

[Bug 561779] Re: squid is not started on runlevel transition 1 -> 2

2011-02-27 Thread Clint Byrum
Also raising the importance to Medium, and tagging regression-release. I'm sure hardy users, on upgrade to lucid, will be surprised to see that their single user mode changes aren't properly handled. -- You received this bug notification because you are a member of Ubuntu Server Team, which is su

[Bug 726348] [NEW] squid's maintainer scripts call start/stop directly instead of using invoke-rc.d

2011-02-27 Thread Clint Byrum
Public bug reported: Binary package hint: squid This was brought up in bug #717397 by Steve Langasek. The restart, start, stop, reload, etc. commands must not be directly called in maintainer scripts. invoke-rc.d should be used to properly maintain policy and deal with some oddness between upsta

Re: [Bug 717397] Re: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-27 Thread Clint Byrum
On Sun, 2011-02-27 at 20:47 +, Steve Langasek wrote: > Well, that's because the postinst isn't using the init script policy > layer. > > if status squid | grep "start/running" > /dev/null; then > restart squid > fi > > if [ "$FIXLINES" = "false" ]; then > echo "squid.conf contains

[Bug 726194] Re: package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-27 Thread Clint Byrum
*** This bug is a duplicate of bug 717397 *** https://bugs.launchpad.net/bugs/717397 ** This bug is no longer a duplicate of bug 725635 package squid 2.7.STABLE7-1ubuntu12.1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de erro

<    4   5   6   7   8   9   10   11   12   13   >