Ok, so I found the bug. The problematic code is in
sysfs_attr_set_value() in libmultipath/sysfs.c:
devpath = udev_device_get_syspath(dev);
condlog(4, "open '%s'/'%s'", devpath, attr_name);
if (stat(devpath, &statbuf) != 0) {
condlog(4, "stat '%s' failed: %s"
Okay, sorry about the irrelevant verification on Vivid then. But I'd
like to point out that Trusty behaves exactly the same, i.e., the bug is
*not* fixed. Using the exact same multipath.conf as I mentioned in
comment #31 with multipath-tools on 0.4.9-3ubuntu7.9, I get the exact
same behaviour. That
I tested it on Vivid, and it does not work. The dev_loss_tmo and
fast_io_fail_tmo sysfs settings do *not* get set. More information on my
test environment below:
root@ucstest:~# cat /etc/multipath.conf
defaults {
fast_io_fail_tmo 8
dev_loss_tmo 1024
}
devices
device {
vendor "HP.*"
p
Public bug reported:
The scripts in the multipath-tools-boot referer to a non-existent module
"dm-emc":
/usr/share/initramfs-tools/hooks/multipath:
for x in dm-multipath dm-round-robin dm-emc; do
manual_add_modules ${x}
done
/usr/share/initramfs-tools/scripts/local-top/multipath:
MP_MO
Public bug reported:
/lib/udev/rules.d/95-multipath.rules was removed in multipath-tools
0.4.9-3ubuntu7.5.
While researching an unrelated issue, I noticed that /usr/share
/initramfs-tools/hooks/multipath still refer to this file:
add_udev_rules()
{
for rules in 95-multipath.rules; do
if [
After reviewing the changes between -3ubuntu7.4 and -3ubuntu7.5, I have
found that the problem is caused by the removal of the file
/lib/udev/rules.d/95-multipath.rules. In -3ubuntu7.4, it contained the
following:
#
# udev rules for multipathing.
# The persistent symlinks are created with the kpar
Public bug reported:
System information: Cisco UCS B200M2 blade, fnic.ko HBA. The system
boots from local storage, but mounts the following file system on an EMC
VNX during bootup:
opt_vnx (3600601603a71320022967e0a1f38e411) dm-0 DGC,VRAID
size=50G features='1 queue_if_no_path' hwhandler='1 emc'
Ok, so I did some more testing. It appears that the problem isn't
specific to the dev_loss_tmo and fast_io_fail_tmo setting. This is
evidenced by the terminal log below. In multipath.conf (which we know
for certain is being read, as the created multipath map gets the correct
alias), I instruct it t
I verified that this bug is *NOT* fixed by trying the exact identical
configuration (which is as minimal as possible) both with Ubuntu Trusty
and with Scientific Linux 6 (RHEL6 clone). The test machine is a Cisco
B200M2 blade server, using the Cisco VIC FCoE HBA (fnic.ko driver). The
storage array
To me fix doesn't actually appear to work. After upgrading to multipath-
tools 0.4.9-3ubuntu7.4on an amd64 trusty and rebooting, the
fast_io_fail_tmo and dev_loss_tmo values do not get written to sysfs:
$ grep . /sys/class/fc_remote_ports/*/*_tmo
/sys/class/fc_remote_ports/rport-2:0-0/dev_loss_tmo
** Also affects: irqbalance (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance in Ubuntu.
https://bugs.launchpad.net/bugs/406397
Title:
init: job stuck with expect fork/dae
Public bug reported:
If irqbalance is started with the "--policyscript" option, Upstart is
unable to manage it properly (bug #406397 is being triggered), and
stopping/restarting it fails. Noticed this when the
1.0.6-2ubuntu0.14.04.2 update hit Trusty yesterday. See below:
$ /sbin/stop irqbalance
Tanks David. Very Nice
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dlm in Ubuntu.
https://bugs.launchpad.net/bugs/1248054
Title:
dlm package installation fails
To manage notifications about this bug go to:
https://bugs.launchpad
This affects me, too. After boot, the necessary ipmi_{si,devintf}
modules aren't loaded, so ipmitool and related monitoring doesn't work.
However this bug cannot possibly be in the "ejabberd" package, so I'm
reassigning it to "openipmi".
** Package changed: ejabberd (Ubuntu) => openipmi (Ubuntu)
We notice this here as well, as we're increasingly turning up new
services and VMs without IPv4. It fails with a rather cryptic error
message:
Jul 8 07:10:03 rpki-validator ntpdate[689]: Can't find host ntp.ubuntu.com:
Name or service not known (-2)
Jul 8 07:10:03 rpki-validator ntpdate[689]: n
Based on the fact that flush_tlb_page() appears to be taking up most of
the CPU time when QEMU is 'frozen' I started playing with memory
settings. Disabling automatic NUMA balancing appears to have solved the
problem. echo 0 > /proc/sys/kernel/numa_balancing
The guest has been running 4+ hours now
Not this exact problem but one with similar symptoms. From kernel 3.5
onwards there was a problem with guests not receiving RTC ticks which
was reported here - http://lists.gnu.org/archive/html/qemu-
devel/2013-02/msg03827.html
The 3.2 kernel from 12.04.1 never had any issues but the 3.5 kernel fr
** Attachment added: "Output from: multipath -v4"
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1099875/+attachment/3487091/+files/multipath_-v4.txt
** Changed in: multipath-tools (Ubuntu)
Status: Incomplete => New
--
You received this bug notification because you are
** Attachment added: "Output from: multipathd -k"show config""
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1099875/+attachment/3487090/+files/multipathd_-kshow_config.txt
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscrib
Public bug reported:
My device section of /etc/multipath.conf contains the following (I'll
attach the complete file in a bit):
fast_io_fail_tmo 3
dev_loss_tmo 2147483647
This is also visible in the output from multipathd -k"show config", so
it's being correctly parsed. However, the settings appe
Public bug reported:
The libkrb5 package in 12.04 looks like it's missing some functions.
That sounds weird, so let me explain:
I have the following packages installed:
$ dpkg-query -l 'libkrb*'
[snip]
ii libkrb5-26-heimdal1.6~git20120311.dfsg.1-2 Heimdal Kerberos -
libraries
ii libkr
I can confirm this effects Precise 12.04.
I was able to somewhat work around this by changing the SASL auth
mechanism from 'pam' to 'rimap' though I have yet to get authentication
working in Roundcube. At lest testsaslauthd succeeds with the rimap
mechanism.
--
You received this bug notification
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/899823
Title:
package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
ErrorMessage: package samba is not ready for configurati
Public bug reported:
Machine is now in an unknown state of recovery. it is unknown at this
point if the upgrade completed.
ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-13.52-generic 2.6.38.8
Uname: Linux 2.6.38-13-gene
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/891933
Title:
package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade:
ErrorMessage: package samba is not ready for configurati
Public bug reported:
I was just doing an upgrade to 11.10
I don't know enough of what went wrong to add much information.
ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.8~dfsg-1ubuntu2.3
ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
Uname: Linux 2.6.38-12-gene
** Attachment added: "AptOrdering.txt"
https://bugs.launchpad.net/bugs/640654/+attachment/1594432/+files/AptOrdering.txt
** Attachment added: "Dependencies.txt"
https://bugs.launchpad.net/bugs/640654/+attachment/1594433/+files/Dependencies.txt
** Attachment added: "Df.txt"
https://bug
Public bug reported:
Binary package hint: samba
It appears that during an upgrade from version 9 to 10 the samba-common
install script was lost. I am a neophyte and have no idea as to how I
can correct this error - system still works despite the error.
ProblemType: Package
DistroRelease: Ubuntu
Does the network XML allow for MX records? I'd like to have an email
server VM, but email servers need MX records, and I didn't see a way to
specify that in the documentation linked above.
--
add option to start dnsmasq with a custom configuration file
https://bugs.launchpad.net/bugs/247583
You r
It's still a problem, yes. It's super-easy to reproduce, too:
r...@adm:~# nmap -sP -PI 4.2.2.2
Starting Nmap 5.00 ( http://nmap.org ) at 2010-07-02 10:23 CEST
Host vnsc-bak.sys.gtei.net (4.2.2.2) is up (0.030s latency).
Nmap done: 1 IP address (1 host up) scanned in 0.37 seconds
r...@adm:~# ip a
Hi, sorry about answering so late - I had overlooked this message.
What do you mean by «domains»?
Tore
--
When stopping a specific daemon, _all_ routes are flushed
https://bugs.launchpad.net/bugs/405195
You received this bug notification because you are a member of Ubuntu
Server Team, which is
All right:
1) I ran "apt-get install keepalived"
2) I expected keepalived to be installed, but not ipvsadm
3) the actual behaviour was that keepalived was installed (as expected) and
that ipvsadm was pulled in as a dependency.
Tore
--
Spurious dependency on ipvsadm
https://bugs.launchpad.net/b
Considering the purpose of Quagga, it would make sense to start it at
the same time or immediately after the plain "networking" service is,
which is at S40 in runlevel S.
Tore
--
ospfd starts way too late in the boot process
https://bugs.launchpad.net/bugs/75028
You received this bug notificatio
Public bug reported:
Binary package hint: quagga
This misbehaviour just bit me:
r...@fwtest1:~# /etc/init.d/quagga stop ospf6d
Stopping Quagga daemons (prio:0): ospf6d.
Removing all routes made by zebra.
So I'm stopping ospf6d only, but _all_ routes, including the ones
installed by still-runnin
Wrong selection. Sorry...
** Changed in: bind9 (Ubuntu Hardy)
Status: New => Fix Released
--
dig compiled without -DDIG_SIGCHASE!
https://bugs.launchpad.net/bugs/257682
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubunt
This bug is still present in Intrepid (but not in Hardy, nor in Jaunty).
** Changed in: bind9 (Ubuntu Hardy)
Status: Fix Released => New
--
dig compiled without -DDIG_SIGCHASE!
https://bugs.launchpad.net/bugs/257682
You received this bug notification because you are a member of Ubuntu
Ser
This bug needs to be fixed in Intrepid, also!
# dig +sigchase
Invalid option: +sigchase
Usage: dig [...@global-server] [domain] [q-type] [q-class] {q-opt}
{global-d-opt} host [...@local-server] {local-d-opt}
[ host [...@local-server] {local-d-opt} [...]]
Use "dig -h" (or
Sorry for the slow response.
Both slapd 2.4.11-0ubuntu6 and 2.4.11-0ubuntu6.1 installed perfectly in
my virtual system, with "/bin/sh" pointing to "bash".
In my production server, slapd 2.4.11-0ubuntu6.1 also installed well...
--
[SRU] slapd package cannot be installed when using bash as the de
check_ntp_peer works now:
Before stopping time server...
# /usr/lib/nagios/plugins/check_ntp_peer -H time.cefetrs.tche.br
NTP OK: Offset -0,002 secs|offset=-0,002000s;60,00;120,00;
After stopping time server...
# /usr/lib/nagios/plugins/check_ntp_peer -H time.cefetrs.tche.br
NTP CRITIC
This is also a good idea... Actually, it's better than mine.
Anyway... I just wish not to mix "nagios3" & "nagios2" terms in paths...
This mix seems so strange...
--
"nagios3-common" package should not have configuration files named as
"*-nagios2.cfg"
https://bugs.launchpad.net/bugs/300660
You
Public bug reported:
Binary package hint: nagios3-common
In Ubuntu 9.04, Nagios version is 3.0.3-3ubuntu1
(http://packages.ubuntu.com/jaunty/i386/nagios3-common), but
configuration files follows a name convention from Nagios 2.x
(http://packages.ubuntu.com/jaunty/i386/nagios3-common/filelist).
T
Thank you for the job, mantainers and developers!
--
Buffer overflow in check_ntp_peer - Nagios can't check time servers in Intrepid
https://bugs.launchpad.net/bugs/291265
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in u
I'm setting this back to confirmed as I am still seeing this issue, as
is dsmith1974. I don't think it is fixed.
** Changed in: samba (Ubuntu)
Status: Fix Released => Confirmed
--
Navigating directories for DFS shares buggy
https://bugs.launchpad.net/bugs/134080
You received this bug noti
Public bug reported:
Binary package hint: nagios-plugins-basic
I just upgraded my Nagios server from Ubuntu Hardy to Ubuntu Intrepid
and now, time server checks can't be done because of a problem in
check_ntp_peer:
$ /usr/lib/nagios/plugins/check_ntp_peer -H time.cefetrs.tche.br
*** buffer ove
Still works for me.
Tore
--
Network Manager 0.7, openvpn, VPN Connection Failed
https://bugs.launchpad.net/bugs/260291
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.
--
Ubuntu-server-bugs mailing list
Ubuntu-server-b
Haven't tried (running a Feisty backport at the moment), but I expect
not. It was supposedly fixed upstream in version 0.99.3, and Intrepid
currently ships with 0.99.9.
It's likely still present in Dapper, though.
Tore.
--
OSPFd automatically adds an invalid configuration line
https://bugs.lau
Could I get some info on how this was fixed? New upstream Samba?
--
Navigating directories for DFS shares buggy
https://bugs.launchpad.net/bugs/134080
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
--
Ubuntu-server-bugs
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 becau
I ran slapd with dynlist enabled since 20/06/2008 and stopped it
yesterday (because of USN-625-1).
I think this bug can be closed now, but I didn't know if things were
fixed in "pplr" setup...
--
(ITS#5527) slapd segfaults when using dynlist
https://bugs.launchpad.net/bugs/218734
You received th
GDB backtrace with OpenLDAP 2.4.10...
** Attachment added: "gdb-backtrace-slapd-2.4.10.txt"
http://launchpadlibrarian.net/15632467/gdb-backtrace-slapd-2.4.10.txt
--
slapd: search.c:970: oc_filter: Assertion `f != ((void *)0)' failed.
https://bugs.launchpad.net/bugs/243337
You received this bu
The OpenLDAP ITS:
http://www.openldap.org/its/index.cgi?findid=5581
--
slapd: search.c:970: oc_filter: Assertion `f != ((void *)0)' failed.
https://bugs.launchpad.net/bugs/243337
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3
I will attach a GDB backtrace, also...
** Attachment added: "gdb-backtrace-slapd.txt"
http://launchpadlibrarian.net/15632302/gdb-backtrace-slapd.txt
--
slapd: search.c:970: oc_filter: Assertion `f != ((void *)0)' failed.
https://bugs.launchpad.net/bugs/243337
You received this bug notificatio
Public bug reported:
I am trying to use a couple of "unique" overlays, but when adding new
entries in my database, I get a failed assertion in server:
slapd: search.c:970: oc_filter: Assertion `f != ((void *)0)' failed.
I think the problem occurs only when the first overlay does not detect
viola
** Attachment added: "ldap-assertionfail-unique[2].tar.bz2"
http://launchpadlibrarian.net/15631829/ldap-assertionfail-unique%5B2%5D.tar.bz2
--
slapd: search.c:970: oc_filter: Assertion `f != ((void *)0)' failed.
https://bugs.launchpad.net/bugs/243337
You received this bug notification becaus
I just installed them now... No crashes while starting services...
--
(ITS#5527) slapd segfaults when using dynlist
https://bugs.launchpad.net/bugs/218734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.
--
Ubuntu-s
Sorry, I didn't saw your packages before, because of version numbering.
I had installed packages from Chuck's PPA, with version
2.4.9-1ubuntu1~ppa1 and packages from hardy-proposed has version
2.4.9-0ubuntu0.8.04.
In order to allow automatic installation of hardy-proposed packages with
a standard
I just installed them now... No crashes while starting services...
--
[SRU] Slave slapd crashes when doing syncrepl
https://bugs.launchpad.net/bugs/227178
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.
--
Ubuntu-s
Sorry, I didn't saw your packages before, because of version numbering.
I had installed packages from Chuck's PPA, with version
2.4.9-1ubuntu1~ppa1 and packages from hardy-proposed has version
2.4.9-0ubuntu0.8.04.
In order to allow automatic installation of hardy-proposed packages with
a standard
syncrepl is working for me, also.
Thanks!
--
Slave slapd crashes when doing syncrepl
https://bugs.launchpad.net/bugs/227178
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.
--
Ubuntu-server-bugs mailing list
Ubuntu
I just compiled openldap-2.4.9-1ubuntu1 and saw the bug fixed. It is now
in production environment.
Are there plans to backport this package from Intrepid to Hardy?
--
(ITS#5527) slapd segfaults when using dynlist
https://bugs.launchpad.net/bugs/218734
You received this bug notification because
My feedback:
slapd-2.4.7-6ubuntu4.2 runs well on the production environment since
Tue, 27 May 2008 22:36:03 -0300 (almost 12 hours ago). No assertion
fails or crashes.
--
[SRU] dnPrettyNormal: Assertion `pretty != ((void *)0)' failed.
https://bugs.launchpad.net/bugs/234196
You received this bug
I installed your packages in another server and tested.
Now I get a very ulgy termination...
*** glibc detected *** /usr/sbin/slapd: double free or corruption (fasttop):
0x08218ca8 ***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6[0xb7b76a85]
/lib/tls/i686/cmov/libc.so.6(cfree+0x90)[
GDB backtrace and Valgrind logs, extracted using instructions from
https://wiki.ubuntu.com/Backtrace and https://wiki.ubuntu.com/Valgrind .
** Attachment added: "slapd-crash-dynlist-logs.tar.bz2"
http://launchpadlibrarian.net/14674257/slapd-crash-dynlist-logs.tar.bz2
--
(ITS#5527) slapd segfa
I think it's better to send my entire test base...
In order to reproduce the bug:
# Download my attachment and extract the BZIP archive on an existing folder
'/home/amg1127'.
# "cd" to '/home/amg1127/ldap
# Create the database from the included LDIF by running
'./create-master-base.sh'
# Got a
Public bug reported:
In slapo-unique(5) manpage, I read I was using deprecated directives in
my LDAP configuration files:
overlay unique
> unique_attributes gidNumber uid uidNumber sambaSID
> unique_base ou=people,dc=cefetrs,dc=tche,dc=br
So, I changed to this:
overlay unique
> uniq
Forgot an important information:
Using slapd 2.4.7-6ubuntu4.1 from Ubuntu Hardy in a x86 system.
--
dnPrettyNormal: Assertion `pretty != ((void *)0)' failed.
https://bugs.launchpad.net/bugs/234196
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscri
** Attachment added: "ldap-assertionfail-unique.tar.bz2"
http://launchpadlibrarian.net/14666008/ldap-assertionfail-unique.tar.bz2
--
dnPrettyNormal: Assertion `pretty != ((void *)0)' failed.
https://bugs.launchpad.net/bugs/234196
You received this bug notification because you are a member of
2.4.7-6ubuntu4.1 crashes with dynlists also...
--
slapd segfaults when using dynlist
https://bugs.launchpad.net/bugs/218734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.
--
Ubuntu-server-bugs mailing list
Ubuntu-
Are you alive? :-)
--
Slave slapd crashes when doing syncrepl
https://bugs.launchpad.net/bugs/227178
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.
--
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubunt
The problem seems to be installing likewise changes /etc/nsswitch.conf
and pam, but doesn't revert them if you uninstall, leaving the system in
a state where you can't log in.
I'd say this is a pretty big problem
** Changed in: likewise-open (Ubuntu)
Status: New => Confirmed
--
Likewise
A question: the bug didn't occur in your setup?
--
Slave slapd crashes when doing syncrepl
https://bugs.launchpad.net/bugs/227178
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.
--
Ubuntu-server-bugs mailing list
U
Humm...
I have an OpenLDAP server listening in ldaps:// and ldapi://. Simple and
SASL authentication are enabled.
I am trying to run in the same machine another OpenLDAP server listening
only in ldap://, but acting as a replica of the existing OpenLDAP
server. In this second server, I want to dis
** Attachment added: "Entire LDAP database (LDIF format) and configuration
files for a master and a slave."
http://launchpadlibrarian.net/14246546/ldap-crash.tar.bz2
--
Slave slapd crashes when doing syncrepl
https://bugs.launchpad.net/bugs/227178
You received this bug notification because y
Public bug reported:
Binary package hint: slapd
I am trying to run a LDAP server which holds a replica of my existent
database, but it is crashing during the syncrepl phase.
Using slapd 2.4.7-6ubuntu4.1 from Ubuntu Hardy in a x86 system.
Steps to reproduce (at least in my system):
#
My server does not crash now. :-)
--
[SRU] Assertion error in schema_init.c:366: octetStringIndexer
https://bugs.launchpad.net/bugs/220724
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.
--
Ubuntu-server-bugs maili
I can't provide a way to reproduce, but I can reproduce this error in my
server.
I have a GOsa 2.5.15 installation using OpenLDAP 2.4.7 and it crashes
when I try to add a mail server.
I hope my backtrace can track the problem.
** Attachment added: "slapd-crash.txt"
http://launchpadlibrarian.n
The patch fixed things here also...
--
Assertion error in schema_init.c:366: octetStringIndexer
https://bugs.launchpad.net/bugs/220724
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.
--
Ubuntu-server-bugs mailing l
Sorry. This crash is a behavior documented in PHP site...
http://br2.php.net/manual/en/language.functions.php
** Changed in: php5 (Ubuntu)
Status: New => Invalid
--
PHP crashes when running my sample script
https://bugs.launchpad.net/bugs/210461
You received this bug notification because
** Attachment added: "Script that crashes PHP"
http://launchpadlibrarian.net/13030894/php-SIGSEGV.php
--
PHP crashes when running my sample script
https://bugs.launchpad.net/bugs/210461
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to p
Public bug reported:
Binary package hint: php5
Ok, my script is very ugly, but I think it should not crash the PHP
interpreter.
I am attaching a PHP script in this bug report. It causes a crash either
when running from CLI or from an Apache server.
Environments tested:
#1 (running an Apache se
80 matches
Mail list logo