[Bug 948320] [NEW] main.cf should not refer to localhost

2012-03-06 Thread Morten Kjeldgaard
Public bug reported:

The postfix package distributes a main.cf configuration file that refers
to localhost in at least one of the parameter settings. Instead, it
should use localhost's IP address (127.0.0.1), because postfix might not
be able to resolve localhost even though it is defined in /etc/hosts.
I had this problem on my server, I gave up figuring out how to solve the
problem, and finally edited the config file and the problem went away. I
suppose it has something to do with nsswitch.conf, and whether localhost
is resolved by the nameserver, etc. etc. But I could not figure out what
the problem was.

Nevertheless, it is a bug, since postfix' configuration ought to be
independent of the particular setup of a server. Using 127.0.0.1 is
bulletproof.

For example:

  content_filter = smtp-amavis:[localhost]:10024

should be:

  content_filter = smtp-amavis:[127.0.0.1]:10024

** Affects: postfix (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/948320

Title:
  main.cf should not refer to localhost

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/948320/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 299489] Re: [jaunty] /usr/lib/libupsclient1.so is a dangling link

2008-11-23 Thread Morten Kjeldgaard
Attached is a patch to nut_2.2.2-9 from Debian (unstable). Please merge!

Unfortunately, the fix by Debian maintainer Arnaud Quette is not
sufficient to fix the problems with the package. I have done extensive
modifications to the package to get it right. Here is the latest
changelog:

nut (2.2.2-9ubuntu1) jaunty; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
  * The Debian packager wanted to move move the shared libraries
from /usr/lib to /lib, but it was done by setting --prefix=/ which
does not give the desired results, and in addition resulting in
the pkgconfig and .la files being incorrect. This release fixes
the dangling shared library link for the -dev package (LP: #299489).
  * debian/rules: Now, --prefix is back to /usr, and --exec-prefix=/
and --libdir=/lib instead, which has the desired effect of moving
the libraries to /lib.  The many shell commands in debian/rules,
for moving files from the install directory to the package
directories have all been replaced by dh_* calls and matching
package.* files.
  * Added debhelper files: libupsclient1-dev.install,
libupsclient1-dev.manpages, libupsclient1.install, nut-cgi.install,
nut-cgi.manpages, nut-hal-drivers.install, nut-snmp.install,
nut-snmp.manpages, nut-xml.install, nut-xml.manpages, nut.install,
nut.lintian-overrides, nut.manpages.
  * Modified debhelper files: nut.dirs.
  * debian/libupsclient1-dev.links added to provide a link from
/usr/lib/libupsclient.so - /lib/libupsclient.so.1.0.0
This is a transitional measure, to salvage packages that have not yet
been updated to the new library location. Can be removed sometime in the
future.
  * debian/control: versioned build depends on debhelper (= 6.0.7~), because
we are now using dh_lintian.
  * debian/compat changed to 6
  * Added patch to configure.in adding AC_CONFIG_MACRO_DIR([m4])
  * configure attempts to locate /usr/lib/hal in order to define
callouts path and device information path. Therefore hal needs to
be present in Build-Depends:



** Attachment added: Debian - Ubuntu debdiff
   http://launchpadlibrarian.net/19888063/nut_2.2.2-9ubuntu1.debdiff.gz

** Changed in: nut (Ubuntu)
 Assignee: Morten Kjeldgaard (mok0) = (unassigned)
   Status: In Progress = Confirmed

-- 
[jaunty] /usr/lib/libupsclient1.so is a dangling link
https://bugs.launchpad.net/bugs/299489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 301243] Re: Please merge nut (2.2.2-9) from Debian unstable.

2008-11-23 Thread Morten Kjeldgaard
*** This bug is a duplicate of bug 299489 ***
https://bugs.launchpad.net/bugs/299489

** This bug has been marked a duplicate of bug 299489
   [jaunty] /usr/lib/libupsclient1.so is a dangling link

-- 
Please merge nut (2.2.2-9) from Debian unstable.
https://bugs.launchpad.net/bugs/301243
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 299489] Re: [jaunty] /usr/lib/libupsclient1.so is a dangling link

2008-11-23 Thread Morten Kjeldgaard
** Changed in: nut (Ubuntu)
 Assignee: (unassigned) = Morten Kjeldgaard (mok0)
   Status: Confirmed = In Progress

-- 
[jaunty] /usr/lib/libupsclient1.so is a dangling link
https://bugs.launchpad.net/bugs/299489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 299489] Re: [jaunty] /usr/lib/libupsclient1.so is a dangling link

2008-11-22 Thread Morten Kjeldgaard
** Changed in: nut (Ubuntu)
 Assignee: Arnaud Quette (aquette) = Morten Kjeldgaard (mok0)
   Status: Fix Released = In Progress

-- 
[jaunty] /usr/lib/libupsclient1.so is a dangling link
https://bugs.launchpad.net/bugs/299489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 299489] [NEW] [jaunty] /usr/lib/libupsclient1.so is a dangling link

2008-11-18 Thread Morten Kjeldgaard
Public bug reported:

Binary package hint: nut

In jaunty, the shared library of package libupsclient1 is in

# ls -l /lib/libupsclient.so.1.0.0
-rw-r--r-- 1 root root 23464 Nov  5 20:42 /lib/libupsclient.so.1.0.0

but in package libupsclient1-dev, the link to the shared library is in
/usr/lib:

# ls -l /usr/lib/libupsclient.*
-rw-r--r-- 1 root root 25134 Nov  5 20:42 libupsclient.a
-rw-r--r-- 1 root root   970 Nov  5 20:42 libupsclient.la
lrwxrwxrwx 1 root root21 Nov 18 17:22 libupsclient.so - 
libupsclient.so.1.0.0

and thus dangling. This means that packages that build-depends on
libupsclient1-dev in jaunty FTBFS.

** Affects: nut (Ubuntu)
 Importance: Medium
 Status: New

** Changed in: nut (Ubuntu)
   Importance: Undecided = Medium

-- 
[jaunty] /usr/lib/libupsclient1.so is a dangling link
https://bugs.launchpad.net/bugs/299489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 299489] Re: [jaunty] /usr/lib/libupsclient1.so is a dangling link

2008-11-18 Thread Morten Kjeldgaard
Oh, forgot: This bug concerns version 2.2.2-8ubuntu1.

-- 
[jaunty] /usr/lib/libupsclient1.so is a dangling link
https://bugs.launchpad.net/bugs/299489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 153351] Re: cman init script on Gutsy doesn't care about /etc/default/cman configuration file

2008-05-30 Thread Morten Kjeldgaard
SRU team, please ack this for upload to Hardy 8.04.1

-- 
cman init script on Gutsy doesn't care about /etc/default/cman configuration 
file
https://bugs.launchpad.net/bugs/153351
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 153351] Re: cman init script on Gutsy doesn't care about /etc/default/cman configuration file

2008-04-03 Thread Morten Kjeldgaard
** Changed in: redhat-cluster-suite (Ubuntu)
 Assignee: (unassigned) = Morten Kjeldgaard (mok0)

-- 
cman init script on Gutsy doesn't care about /etc/default/cman configuration 
file
https://bugs.launchpad.net/bugs/153351
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs