Public bug reported:
Init script fails to stop service
[Environment]
Trusty 14.04.2
[Description]
This seems to have been introduced in 1.4.24-2ubuntu0.1 as part of
https://bugs.launchpad.net/ubuntu/+source/haproxy/+bug/1462495.
The problem as far as I can see it is that Trustys start-stop-da
Public bug reported:
Squid's latest stable upstream version is currently 3.5.6 and fixes
important bugs, such as the inability to fall back to IPv4 if a websites
IPv6 connectivity is broken (e.g. http://readlist.com/lists/squid-
cache.org/squid-users/11/58389.html). Please update the package from
** Tags added: precise
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat7 in Ubuntu.
https://bugs.launchpad.net/bugs/1290819
Title:
Update the 7.x trunk for 12.04LTS
To manage notifications about this bug go to:
https://bugs.la
Same issue here (ubuntu 13.10):
dmesg:
[252470.909606] type=1400 audit(1396308938.493:42): apparmor="DENIED"
operation="open" parent=1 profile="/usr/sbin/ntpd"
name="/usr/share/samba/upcase.dat" pid=26764 comm="ntpd" requested_mask="r"
denied_mask="r" fsuid=0 ouid=0
[252470.909635] type=1400 au
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-2071
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-2067
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat7 in Ubuntu.
https://bugs.launc
Public bug reported:
Will there be an update to the package 7.0.26-1ubuntu1.2 for precise
12.04 with the bug fixed in last weeks USN-2130-1
http://www.ubuntu.com/usn/usn-2130-1/
For now only the 6.x trunk has been updated for precise:
Ubuntu 12.04 LTS:
libtomcat6-java 6.0.35-1ubuntu3.4
**
In fact I would like to *continue* to use this feature. It seems have
broken with the release upgrade to 13.04. I used to have a file
[/var]/run/bind/named.options, created by resolvconf. I think it was
done by /etc/resolvconf/update.d/bind.
It seems like this file had been removed from resolvconf
thanks for letting us know!
--
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/651049
Title:
php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'
To manage notifications
will there be progress here? This is quite an annoying issue as it
affects a lot of websites and php frameworks...
--
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/651049
Title:
php5: FI
> At least the fix for this bit of Upstart badness is easy enough, just
remove /etc/init/ssh and start sshd with the script in init.d. Perhaps
it's not as architecturally elegant as Upstart ...
Perhaps Ubuntu maintainers are not aware of the importance of sshd in
general? sshd is vital on remote m
On 16.02.2011 00:25, Clint Byrum wrote:
> There are also a couple more bugs
> covering daemons that need to be shutdown, namely, sshd and portmap.
Clint,
the portmap Bug #711425 you filed has not got any attention yet, it's
still undecided and unassigned - does nobody care?
--
You received this
> ... freeze updates for 10.04.2 in order that we can get certification
done
That means we get certified BUGS - and that 10 months after release!
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/67
I now de-installed portmap+nfs-common and did install openssh-server:
*Only when* I replace the line in /etc/init/ssh.conf by:
stop on runlevel [!2345]
all is fine with James' patch included!
With the original line
stop on runlevel S
I get a lot of open files, like this:
sshd 1385 roo
Addition (works for me):
/usr/bin/lsof -n | grep DEL > /lsof.out 2>&1
sleep 15
greps all the open files/libs - if there are any - and writes the information
to disk.
If there are none one just gets an error message that "could not write to ro
filesystem".
--
You received this bug noti
Additional remark: I did not observe any noticeble delay of shutdown
with the patch.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/672177
Title:
libc6 upgrade causes umount to fail on shutdown
@ James,
I verified your patch in Lucid-amd64 (by manually inserting your lines of code)
and can confirm: *it works*!
(apart from the portmap and rpc.statd issue, whuich still persists of course).
I used Clints proposal inserting these 2 lines after the mount commands:
/usr/bin/lsof -n | gre
@ Jimmy
> How do I verify that it works?
when system is up and running, issue following command as root and confirm the
install when requested:
'apt-get install --reinstall libc6 && shutdown -r now'
after system has rebooted, check for orphaned inodes with this command (works
as user):
'dm
I just saw it is a addition to 'umountroot', so I could copy+past form
your diff - right?
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/672177
Title:
libc6 upgrade causes umount to fail on shu
James,
did you already upload to proposed (so we'll get binaries tomorrow)?
If not, could you be so kind and compile a 'Lucid-amd64 binary' for testing
here?
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpa
Hi Clint,
me just came up an idea how we could make this bug hunting more
systematic and thoroughly. Up to now we just found some conditions in
which shutdown process fails (sshd and portmap). Who tells us that there
aren't more daemons which get hardly killed upon shutdown/reboot?
So, if for tra
Puh, by and by I understand why Ubutu is blamed for use on servers.
Do you see any chance to get that mess cleaned up in Lucid?
(Squeeze is beeuing released soon)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launc
I just checked:
portmap is not included in nfs-common, it's a separate package. But it
is refereced by nfs-common as "required"!
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/672177
Title:
li
> But there is no way to codify that point in the shutdown into the
> upstart job, which I suspect is why it has no stop on. I believe the
> proper way to handle this is to have a matching event to
> remote-filesystems , unmounted-remote-filesystems, with which to stop
> on, and then have umountnfs
and no more any orphaned inodes (with portmap stopped before)!
Congratulations, you are approaching the solution!
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/672177
Title:
libc6 upgrade ca
I now stopped portmap by '/etc/init.d/portmap stop' prior to executing
'apt-get install --reinstall libc6 && shutdown -r now'
and got just the messages
init: Re-executing /sbin/init
mount: / is busy
but no more output from 'lsof'
--
You received this bug notification because you are a membe
BTW: just some minutes ago nwe 'libc6' and 'upstart' was offered as an
official update for Lucid.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/672177
Title:
libc6 upgrade causes umount to fai
> you can put this just after the remounts:
> lsof -n | grep DEL
> sleep 10
*Lucid-amd64*
I did so (with new libc6 and upstart from Lucid-proposed installed) and found
something new:
it's the NFS which makes trouble. Portmap and statd are still running!
(I just list the essential information her
@Zippo,
it is really a sad story with LTS-Lucid. I really don't understand how
such a buggy release could pass QC (if there is any?). I.e. today there
came in an update of openSSH in Lucid, and still the old bug in the
upstart-script '/etc/init/ssh.conf' (stop on runlevel S) is not fixed.
Set it t
Observed just another oddity, probably a separate bug in mountall?
I tried to mount the / filesystem (ext3) in journal mode to see if this
improves the situation by adding the option to /etc/fstab:
data=journal,erros=remount-ro
But that results in boot process stalling with / filesystem mounted r
Sorry, but I can't reproduce it now, getting still 4 orphaned inodes.
Can I insert some lines to log which libs are still in use?
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/672177
Title:
li
Clint, seems you are doing an excellent job and I am confident it gets
fixed finally!
Your proposal works, however only if I modify /etc/init.d/umountroot
this way:
[ -f /var/run/init.upgraded ] && telinit u && sleep 1 || :
it does *not* work, if I place the sleep in a separate line like
Thanks for Lucid-fix. I did immediately test with new 'libc6' and
'upstart' from Lucid-proposed:
1. just new 'libc6' -> does not change anything (8 orphaned inodes after
reboot).
2. + new 'upstart' -> gives 1 orphaned inode after reboot.
3. new ('libc6' + 'upstart'), 'apt-get install --reinstall
Today again after security update for 'udev' and reboot: 1 orphaned
inode.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/672177
Title:
libc6 upgrade causes umount to fail on shutdown because i
Today another libc6 upgrade (security) came in. This is Lucid's file
system just after shutdown:
# fsck -f /dev/sda6
fsck 1.40.8 (13-Mar-2008)
e2fsck 1.40.8 (13-Mar-2008)
Lucid: stelle das Journal wieder her
Bereinige verwaist Inode 310667 (uid=0, gid=0, mode=0100644, size=51712)
Bereinige verwais
Hi Clint,
thanks for fast fix - but unfortunately only in Natty which is still in
development. This bug was reported for *Lucid*, which in terms of
service will even survive Natty. When will that be fixed and who cares?
--
You received this bug notification because you are a member of Ubuntu
Ser
I do unsubscribe from this bug for the time beeing. It does not make
sense to deal with the symtoms until the root of the evil Bug #672177 is
fixed.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.
https://bugs.launc
I wonder what Canonical tells its customers who purchased commercial
support for Ubuntu in case they discover this bug?
Something like:
"sorry, we have done our best to hide such frightening messages from our
customers. Unfortunately the nasty community has retrieved and disclosed
it."
We have s
And here the output of
initctl list
after reinstall of libc6. It is amaizeing, that even though I selected
"root shell without network" in the maintainence system, a lot of
services including network is up and running (I used scp to copy the
output to my PC).
** Attachment added: ""initctl list"
I am living east of Greenwich.
Merry Christmas, Ingo
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.
https://bugs.launchpad.net/bugs/688541
Title:
race condition on shutdown (leads to corrupted fs)
--
Ubuntu-
I took you literally and canged all [!2345], not the others:
The remaining now are:
fgrep "stop on runlevel" /etc/init/*.conf
/etc/init/rc.conf:stop on runlevel [!$RUNLEVEL]
/etc/init/rcS.conf:stop on runlevel [!S]
/etc/init/rc-sysinit.conf:stop on runlevel
/etc/init/tty2.conf:stop on runlevel [!
@Clint:
I did test your proposal in Maverick.
Before editing the stop scripts:
fgrep "stop on runlevel" /etc/init/*.conf
/etc/init/acpid.conf:stop on runlevel [!2345]
/etc/init/anacron.conf:stop on runlevel [!2345]
/etc/init/apport.conf:stop on runlevel [!2345]
/etc/init/atd.conf:stop on runleve
> This doesn't affect Debian as the upstart package in Debian still uses
> plain sysv compat and there are no native upstart jobs yet.
A wise decision, good to know.
Thanks,
Ingo
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscrib
On Tue, 2010-12-21 at 12:41 +, Scott James Remnant wrote:
> General note: ubuntu-devel is *NOT* the correct list to discuss Upstart
> changes unless they're unique to Ubuntu.
Wouldn't it be fair to inform Debian about those problems before they release
Squeeze?
(tough I never observed it on S
Filed a mysql bug: http://bugs.mysql.com/bug.php?id=57726
Note that the query is generated by hibernate and is quite common. I
guess a lot of packages using hibernate will fail when being run on
Ubuntu 10.10.
Is there an easy way to install an older/newer version of mysql-server
on Ubuntu as a wo
** Attachment added: "database sample"
https://bugs.launchpad.net/bugs/663192/+attachment/1701326/+files/demo_db.sql
--
Query with this_.id=? buggy
https://bugs.launchpad.net/bugs/663192
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to
Public bug reported:
Ubuntu 10.10
mysql-server 5.1.49-1ubuntu8
Query delivers wrong result!
In Ubuntu 10.10 the attached query returns no result while in Ubuntu
10.04 with mysql-server 5.1.41 it properly returned the entry with
this_.id=1.
Note that when omitting the last part of the where clau
Can someone please release a fix for this. I have several servers here
facing this error.
--
overlapping memcpy in ssl_io_input_read
https://bugs.launchpad.net/bugs/609290
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.
It Crashed by installing the Package
--
package bacula-director-mysql 2.4.4-1ubuntu9 failed to install/upgrade:
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/484944
You received this bug notification because you are a member of Ub
48 matches
Mail list logo