[Bug 392521] Re: Segmentation fault when using php -l to validate any PHP script

2009-08-14 Thread Stephen O'Neill
I'm not really au-fait with gdb and the like. However I installed
libgcc1-dbg to get more debugging symbols and got the attached trace
using Jonathan's a.php. Hopefully it will be of some use.

I am using Jaunty 32 bit.

My kernel is 2.6.28-14-generic #47-Ubuntu SMP Sat Jul 25 00:28:35 UTC
2009 i686 GNU/Linux.

My php version is: PHP 5.2.6-3ubuntu4.1 with Suhosin-Patch 0.9.6.2 (cli)
(built: Apr 23 2009 14:35:05)

** Attachment added: Backtrace using a.php
   http://launchpadlibrarian.net/30301787/bt

-- 
Segmentation fault when using php -l to validate any PHP script
https://bugs.launchpad.net/bugs/392521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 413449] [NEW] mod_proxy_http violates RFC and common sense

2009-08-14 Thread Ivo Timmermans
Public bug reported:

Binary package hint: apache2

If I send a request containing the header Expect: 100-continue to a
location that is directed to a backend HTTP server using mod_proxy_http,
then the following happens:

The client sends the request:

   PUT /some/path/somewhere HTTP/1.1
   Expect: 100-continue
   ...

Then apache will respond with 100 Continue even though it hasn't even
contacted the backend server yet.

   100 Continue

Fine, the client will start sending the body now, because apache asked it to.
Meanwhile, apache will start contacting the backend server, using the Expect 
header:

   PUT /some/path HTTP/1.1
   Expect: 100-continue
   ...
   X-Forwarded-For: and so on

Okay, the server now assumes there will be no body yet because of the
Expect-header, and starts processing the request.

Then, unexpectedly, apache will continue sending the body, even though
the server hasn't done anything yet.  Now, if the server doesn't respond
with 100 Continue, but, for example, with 401 Unauthorized, then the
body will be interpreted as the next request.  Apache however ignores
any response from the server until it's done sending the body, at which
point the server has been sending 400 Bad request messages so fast
that now both sides of the conversation are thoroughly confused and
apache doesn't even bother to send a meaningful response to the client;
all connections are eventually closed.

Arguably the confused state is partly caused by the backend server not
closing the request after the 400 errors, but it *is* caused by apache
misunderstanding the meaning of Expect: 100-continue.

This is the apache configuration snipped used in this experiment:

Location /some/path/
ProxyPass http://localhost:1234/path/
ProxyPassReverse http://localhost:1234/path/
Order allow,deny
Allow from all
Deny from none
SetEnv proxy-interim-response RFC
SetEnv proxy-sendchunked 1
/Location

And FYI, this is the start of the actual, captured request from the
client:

PUT /kmx/pavis2.3/upload/ecc022ad63f16b27bff57bfc9cfa3f7bd2085dba HTTP/1.1
Host: localhost
Accept-Encoding: identity
User-Agent: Treparel KMX Patent Analytics suite/2.2.90
Content-Type: application/ms-excel; filename=%2Fhome%2Fivo%2Fsvn.etc.xls
Transfer-Encoding: chunked
Expect: 100-continue

Response from apache:

HTTP/1.1 100 Continue

Body sent by the client:

19000
(and so on, using chunked encoding).

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: apache2.2-common 2.2.11-2ubuntu2.2
ProcEnviron:
 SHELL=/bin/zsh
 PATH=(custom, user)
 LC_COLLATE=C
 LANG=nl_NL.UTF-8
 LC_CTYPE=nl_NL.UTF-8
SourcePackage: apache2
Uname: Linux 2.6.28-14-generic x86_64

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


** Tags: amd64 apport-bug

-- 
mod_proxy_http violates RFC and common sense
https://bugs.launchpad.net/bugs/413449
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 413449] Re: mod_proxy_http violates RFC and common sense

2009-08-14 Thread Ivo Timmermans

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/30302090/Dependencies.txt

-- 
mod_proxy_http violates RFC and common sense
https://bugs.launchpad.net/bugs/413449
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 248213] Re: awstats.pl cronjob spawns too many instances resulting in very high load average

2009-08-14 Thread papukaija
@Andreas: Sorry, but I'm not using Karmic at the moment.

-- 
awstats.pl cronjob spawns too many instances resulting in very high load average
https://bugs.launchpad.net/bugs/248213
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to awstats 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 411890] Re: karmic: Compiling php fails with autoconf 2.64

2009-08-14 Thread James Westby
Hi,

Why did you drop the dependency on automake1.4?

Thanks,

James

-- 
karmic: Compiling php fails with autoconf 2.64
https://bugs.launchpad.net/bugs/411890
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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


Re: [Bug 407548] Re: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 3

2009-08-14 Thread PPeressini
Thank you.

On Wed, 2009-08-12 at 18:11 +, Chuck Short wrote:

 Relevant lines:
 
 What would you like to do about smb.conf? 6
 
 
 Merging changes into the new version
 
  Conflicts found! Please edit `/etc/samba/smb.conf' and sort them out 
 manually.
  The file `/etc/samba/smb.conf.ucf-new' has a record of the failed merge of 
 the configuration file.
 
 If you fix up your errors you should be fine.
 
 Regards
 chuck
 
 ** Changed in: samba (Ubuntu)
Status: New = Won't Fix


-- 
package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 3
https://bugs.launchpad.net/bugs/407548
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba 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 383697] Re: lsb_release crashed with ImportError in module()

2009-08-14 Thread Colin Watson
I figured out what's really going on here - the debconf GNOME frontend
calls lsb_release! No wonder we've been getting so many duplicates.

** Changed in: lsb (Ubuntu)
   Importance: Wishlist = High

** Changed in: lsb (Ubuntu)
 Assignee: (unassigned) = Colin Watson (cjwatson)

-- 
lsb_release crashed with ImportError in module()
https://bugs.launchpad.net/bugs/383697
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 258914] Re: apache2 SSI timefmt sometimes ignored

2009-08-14 Thread Bug Watch Updater
** Changed in: apache2 (Debian)
   Status: Confirmed = Fix Released

-- 
apache2 SSI timefmt sometimes ignored 
https://bugs.launchpad.net/bugs/258914
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 181510] Re: freeradius: perl symbol lookup error

2009-08-14 Thread Chuck Short
** Changed in: freeradius (Ubuntu)
 Assignee: Chuck Short (zulcss) = (unassigned)

-- 
freeradius: perl symbol lookup error
https://bugs.launchpad.net/bugs/181510
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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 413640] [NEW] package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: subprocess post-installation script killed by signal (Interrupt)

2009-08-14 Thread Yousaf
Public bug reported:

tried to install t on a EeeBuntu the light version

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
DpkgTerminalLog:
 
ErrorMessage: subprocess post-installation script killed by signal (Interrupt)
Package: mysql-server-5.0 5.0.67-0ubuntu6
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: 
subprocess post-installation script killed by signal (Interrupt)
Uname: Linux 2.6.27-8-eeepc i686

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: subprocess 
post-installation script killed by signal (Interrupt)
https://bugs.launchpad.net/bugs/413640
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 413640] Re: package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: subprocess post-installation script killed by signal (Interrupt)

2009-08-14 Thread Yousaf

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/30317477/Dependencies.txt

-- 
package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: subprocess 
post-installation script killed by signal (Interrupt)
https://bugs.launchpad.net/bugs/413640
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 407428] Re: sshd zombie processes and strange behavior after karmic upgrade

2009-08-14 Thread wolf hesse
as a workaround, when booting with kernel 2.6.28-14 logoff and Ctrl-C/Z
work normal.

-- 
sshd zombie processes and strange behavior after karmic upgrade
https://bugs.launchpad.net/bugs/407428
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 412059] Re: MIR for vtun

2009-08-14 Thread Chuck Short
Chuck, you mention in the MIR that the software works out of the box but
the README.Debian and default config seems to imply that one needs to
setup vtun manually after install.

You are right that was a mistake.

Please implement the status action in the init script.

Done

FYI debian/rules isn't make -j safe:
clean: clean-patched unpatch

clean-patched should be listed in .PHONY.

Done

vtun should depend on ${misc:Depends}

Done

Could you explain how it is required to run eucalyptus? (I didn't it in
jaunty)

New features for Eucalyptus I dont have all the information yet, since
it is not released.

-- 
MIR for vtun
https://bugs.launchpad.net/bugs/412059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vtun 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 413789] [NEW] mysql-server has been kept back with dist-upgrading

2009-08-14 Thread Mathias Gug
Public bug reported:

While trying to upgrade mysql-server in karmic, apt-get dist-upgrade
fails:

math...@t-mysql-up:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
 libmysqlclient16
The following packages have been kept back:
 mysql-server
The following packages will be upgraded:
 mysql-common
1 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 2027kB of archives.
After this operation, 4502kB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.


math...@t-mysql-up:~$ sudo apt-get install mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
 update-motd libparted1.8-10
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
 libmysqlclient16 mysql-client-5.1 mysql-common mysql-server-5.1
 mysql-server-core-5.1
Suggested packages:
 tinyca
The following packages will be REMOVED:
 mysql-client-5.0 mysql-server-5.0 mysql-server-core-5.0
The following NEW packages will be installed:
 libmysqlclient16 mysql-client-5.1 mysql-server-5.1 mysql-server-core-5.1
The following packages will be upgraded:
 mysql-common mysql-server
2 upgraded, 4 newly installed, 3 to remove and 0 not upgraded.
Need to get 21.2MB of archives.
After this operation, 60.7MB disk space will be freed.
Do you want to continue [Y/n]?

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: High
 Status: Confirmed

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Undecided = High

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: New = Confirmed

** Changed in: mysql-dfsg-5.1 (Ubuntu)
Milestone: None = karmic-alpha-6

** Changed in: mysql-dfsg-5.1 (Ubuntu)
Milestone: karmic-alpha-6 = karmic-alpha-5

-- 
mysql-server has been kept back with dist-upgrading
https://bugs.launchpad.net/bugs/413789
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 413792] [NEW] mysql-server is upgraded when using a mysql cluster

2009-08-14 Thread Mathias Gug
Public bug reported:

While trying to upgrade an mysql-server-5.0 installation that uses mysql
cluster and the ndb engine, the upgrade is not stopped at the beginning.

See https://lists.ubuntu.com/archives/ubuntu-
devel/2009-August/028683.html for more information.

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: High
 Status: New

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Undecided = Medium

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Medium = High

** Changed in: mysql-dfsg-5.1 (Ubuntu)
Milestone: None = karmic-alpha-6

-- 
mysql-server is upgraded when using a mysql cluster
https://bugs.launchpad.net/bugs/413792
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 396472] Re: Please merge squid (2.7.STABLE6-2)(main) from debian unstable(main)

2009-08-14 Thread Mathias Gug
** Changed in: squid (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: squid (Ubuntu)
 Assignee: (unassigned) = Mathias Gug (mathiaz)

-- 
Please merge squid (2.7.STABLE6-2)(main) from debian unstable(main)
https://bugs.launchpad.net/bugs/396472
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 396472] Re: Please merge squid (2.7.STABLE6-2)(main) from debian unstable(main)

2009-08-14 Thread Launchpad Bug Tracker
This bug was fixed in the package squid - 2.7.STABLE6-2ubuntu1

---
squid (2.7.STABLE6-2ubuntu1) karmic; urgency=low

  [ Bhavani Shankar ]
  * Merge from debian unstable, remaining changes: (LP: #396472)
- 99-ubuntu-ssl-cert-snakeoil:
  + src/cf.data.pre:
* Add refrence to snakepil /etc/ssl
- debian/control:
  + Add ssl-cert to Depends to bring in snakeoil certificates.
- debian/logrotate: use sarg-reports rather than sarg-maint.
  (LP: #268816)

squid (2.7.STABLE6-2) unstable; urgency=low

  * debian/{control,rules,postinst.squid-common,NEWS.Debian}
- Added dependency on squid-langpack, linked error directory to
  /usr/share/squid-langpack. Default language now 'en'.
- Fix link to directory on upgrade
- Added a notice in NEWS.Debian on customized error_directory settings

  * debian/patches/04-smb_auth
- Added fix for environment in post-lenny smbclient packages
  (Closes: #524957)

  * debian/{postinst,config}
- Removed path from command invocation and make lintian happy

 -- Mathias Gug math...@ubuntu.com   Fri, 14 Aug 2009 18:14:47 -0400

** Changed in: squid (Ubuntu)
   Status: In Progress = Fix Released

-- 
Please merge squid (2.7.STABLE6-2)(main) from debian unstable(main)
https://bugs.launchpad.net/bugs/396472
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 400492] Re: Rebuild bind with --enable-fixed-rrset

2009-08-14 Thread LaMont Jones
** Bug watch added: Debian Bug tracker #516934
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516934

** Also affects: bind9 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516934
   Importance: Unknown
   Status: Unknown

-- 
Rebuild bind with --enable-fixed-rrset
https://bugs.launchpad.net/bugs/400492
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 412751] Re: bind9 should reload the named apparmor profile, not all of apparmor

2009-08-14 Thread LaMont Jones
** Changed in: bind9 (Ubuntu)
   Status: In Progress = Fix Committed

-- 
bind9 should reload the named apparmor profile, not all of apparmor
https://bugs.launchpad.net/bugs/412751
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 400492] Re: Rebuild bind with --enable-fixed-rrset

2009-08-14 Thread Bug Watch Updater
** Changed in: bind9 (Debian)
   Status: Unknown = Won't Fix

-- 
Rebuild bind with --enable-fixed-rrset
https://bugs.launchpad.net/bugs/400492
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 398033] Re: package bind9 1:9.6.1.dfsg-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-08-14 Thread LaMont Jones
** Changed in: bind9 (Ubuntu)
   Status: Triaged = Fix Committed

** Changed in: bind9 (Ubuntu)
 Assignee: (unassigned) = LaMont Jones (lamont)

-- 
package bind9 1:9.6.1.dfsg-2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/398033
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 407379] Re: After an update the vpnc is not able to pick up dns information

2009-08-14 Thread LaMont Jones
You have installed bind9, and told it to have resolvconf update
resolv.conf when it starts.  You'll want to edit /etc/default/bind9 to
say 'RESOLVCONF=no', and then starting bind9 will not rewrite
resolv.conf

** Changed in: bind9 (Ubuntu)
   Status: New = Invalid

** Changed in: bind9 (Ubuntu)
 Assignee: (unassigned) = LaMont Jones (lamont)

-- 
After an update the vpnc is not able to pick up dns information
https://bugs.launchpad.net/bugs/407379
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 383697] Re: lsb_release crashed with ImportError in module()

2009-08-14 Thread Kristian Klette
Bug appears on AMD64-version as well, so the i386-tag is not needed I
would think :-)

-- 
lsb_release crashed with ImportError in module()
https://bugs.launchpad.net/bugs/383697
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 230016] Re: [intrepid] Rebuild with perl 5.10

2009-08-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/libapreq2

-- 
[intrepid] Rebuild with perl 5.10
https://bugs.launchpad.net/bugs/230016
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.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2009-08-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/ming

-- 
[intrepid] Rebuild with perl 5.10
https://bugs.launchpad.net/bugs/230016
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.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 407379] Re: After an update the vpnc is not able to pick up dns information

2009-08-14 Thread mosses
Hi, I am using NetworkManager and network-manager-vpnc and the issue didn't
happened again

Regards

Milton

On Fri, Aug 14, 2009 at 5:50 PM, LaMont Jones
lamont.jo...@ubuntu.comwrote:

 You have installed bind9, and told it to have resolvconf update
 resolv.conf when it starts.  You'll want to edit /etc/default/bind9 to
 say 'RESOLVCONF=no', and then starting bind9 will not rewrite
 resolv.conf

 ** Changed in: bind9 (Ubuntu)
   Status: New = Invalid

 ** Changed in: bind9 (Ubuntu)
 Assignee: (unassigned) = LaMont Jones (lamont)

 --
 After an update the vpnc is not able to pick up dns information
 https://bugs.launchpad.net/bugs/407379
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
After an update the vpnc is not able to pick up dns information
https://bugs.launchpad.net/bugs/407379
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 410109] Re: package postfix-pcre None [modified: /var/lib/dpkg/info/postfix-pcre.list] failed to install/upgrade: dependency problems - leaving unconfigured

2009-08-14 Thread LaMont Jones

 newaliases: fatal: myorigin parameter setting must not contain
multiple values: tet.local, server1.localdomain

In /etc/postfix/main.cf, correct myorigin to be one value, not multiple
values, as the error indicates.

lamont

** Changed in: postfix (Ubuntu)
   Status: New = Invalid

-- 
package postfix-pcre None [modified: /var/lib/dpkg/info/postfix-pcre.list] 
failed to install/upgrade: dependency problems - leaving unconfigured
https://bugs.launchpad.net/bugs/410109
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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