[Bug 533781] [NEW] [bind9 packaging] DNS no longer works after uninstall

2010-03-07 Thread André Pirard
Public bug reported:

Binary package hint: bind9

Using Ubuntu 8.10 (Intrepid).
I installed bind9 as a caching nameserver.
(BTW, kudos for the simplest BIND installation ever seen !!!)
But BIND could overload my router's NAT table with UDP DNS requests.

So, ... I uninstalled bind9.
BIND did not stop.  I had to restart Ubuntu.  But /etc/resolv.conf  remained 
like this :
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.0.1
search lan

== DNS no longer worked.

Uninstall cleanup did not restore a working DNS state.

resolvconf's README is suggesting this :
$ sudo echo nameserver 192.168.0.1 | resolvconf -a dummy
/sbin/resolvconf: line 79: dummy_new.4139: Permission denied

Turned on manual mode : workaround :
/etc/resolvconf/run/interface/ contained lo.named and NetworkManager
I removed  lo.named  leaving  NetworkManager

/etc/resolv.conf  became :
# Generated by NetworkManager
domain lan
search lan
nameserver 192.168.0.1
nameserver 192.168.0.1

Strange contents, but working again.

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

-- 
[bind9 packaging]  DNS no longer works after uninstall
https://bugs.launchpad.net/bugs/533781
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 514883] Re: dialog-based applications seem sluggish

2010-03-07 Thread AlainKnaff
I just tried it (with a 9.04 image), it doesn't help.

-- 
dialog-based applications seem sluggish
https://bugs.launchpad.net/bugs/514883
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 531454] Re: FFE for samba 3.4.6

2010-03-07 Thread Chuck Short
Uploaded already.

** Changed in: samba (Ubuntu)
   Status: Confirmed = Fix Released

-- 
FFE for samba 3.4.6
https://bugs.launchpad.net/bugs/531454
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 533992] Re: package mailx 1:20081101-2ubuntu1 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2010-03-07 Thread Jean-Baptiste Lallement
Thanks for your report

The relevant error is:
---
Configurando postfix (2.6.5-3) ...

Postfix configuration was not changed.  If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed.  To view Postfix configuration
values, see postconf(1).

After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.

Running newaliases
newaliases: warning: valid_hostname: numeric hostname: 10
newaliases: fatal: file /etc/postfix/main.cf: parameter mydomain: bad parameter 
value: 10
dpkg: error al procesar postfix (--configure):
 el subproceso script post-installation instalado devolvió el código de salida 
de error 75

This error is caused by a bad postfix configuration. Please correct it
and try performing the upgrade again.

Thanks.

** Package changed: bsd-mailx (Ubuntu) = postfix (Ubuntu)

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

-- 
package mailx 1:20081101-2ubuntu1 failed to install/upgrade: problemas de 
dependencias - se deja sin configurar
https://bugs.launchpad.net/bugs/533992
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 341817] Re: dhcpd wont start due to rndc.key permissions

2010-03-07 Thread ben thielsen
i'd like to bump this entry a bit - if nothing else, to understand
better why exactly this doesn't work.

as the user dhcpd runs as (dhcpd), i can read the key file (by way of a
symlink, in my case):

whoami
dhcpd

id dhcpd
uid=105(dhcpd) gid=113(dhcpd) groups=113(dhcpd),999(ddns)

ls -Alh
total 20K
lrwxrwxrwx 1 root root29 2010-03-07 16:12 ddns-key-1.key - 
/etc/bind/keys/ddns-key-1.key
-rw-r- 1 root dhcpd  148 2009-12-01 20:14 ddns-key-1.key.old
drwxr-xr-x 2 root root  4.0K 2010-02-15 20:29 dhclient-enter-hooks.d
drwxr-xr-x 2 root root  4.0K 2009-12-16 12:17 dhclient-exit-hooks.d
-rw-r- 1 root dhcpd 4.1K 2009-12-01 20:17 dhcpd.conf

ls -alh /etc/bind/keys/ddns-key-1.key 
-rw-r- 1 root ddns 148 2009-12-01 15:24 /etc/bind/keys/ddns-key-1.key

cat ddns-key-1.key
key ddns-key-1 {
algorithm hmac-md5;
secret xx;
};

yet (as in the initial report) when started via it's init script,
/usr/sbin/dhcpd can not:

/etc/init.d/dhcp3-server start
dhcpd self-test failed. Please fix the config file.
The error was: 
Internet Systems Consortium DHCP Server V3.1.2
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Can't open /etc/dhcp3/ddns-key-1.key: Permission denied

why doesn't this work?  what is different when dhcpd is started via it's
init script and privs are dropped to the user named dhcpd?  i've
adjusted the apparmor settings for dhcpd, and there are no audit entries
for apparmor being logged - what is preventing this file from being
read?

-- 
dhcpd wont start due to rndc.key permissions
https://bugs.launchpad.net/bugs/341817
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 531150] Re: libapache2-mod-php5 is no longer working correctly on lucid

2010-03-07 Thread jacquesh
I've the same problem with cherokee and apache2.
I've try to uninstall and purge all apache2 and php packages... that doesn't 
solve the problem.

** Changed in: php5 (Ubuntu)
   Status: Incomplete = Confirmed

-- 
libapache2-mod-php5 is no longer working correctly on lucid
https://bugs.launchpad.net/bugs/531150
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 239354] Re: Unable to complete install 'class 'libvirt.libvirtError' virDomainCreateLinux() failed Failure while reading monitor startup output: Input/output error

2010-03-07 Thread Marc Deslauriers
@Seb: you seem to have a different issue. If you still have it and can
reproduce it, please open a new bug.


** Changed in: libvirt (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: virt-manager (Ubuntu)
   Status: New = Invalid

-- 
Unable to complete install 'class 'libvirt.libvirtError' 
virDomainCreateLinux() failed Failure while reading monitor startup output: 
Input/output error
https://bugs.launchpad.net/bugs/239354
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 239354]

2010-03-07 Thread Marc Deslauriers
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to 'New'. Thanks again!

-- 
Unable to complete install 'class 'libvirt.libvirtError' 
virDomainCreateLinux() failed Failure while reading monitor startup output: 
Input/output error
https://bugs.launchpad.net/bugs/239354
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 522819] Re: Loosing connections with Connection reset by peer message

2010-03-07 Thread GregoryHuey
I set LogLevel in the ssh and sshd config files to debug3 in an
attempt to discover the cause for the network connection being dropped.
I see alot of debugging info, butnothing jumps out at me as a possible
cause. The sshd info was not logged to a file that I could find, but
here is the output of the ssh client. Note that this time the
connections all died simultaneously, and within only a few minutes of
being initiated.


g...@fingon:~$ ssh -l hgreg isildur
debug2: ssh_connect: needpriv 0
debug1: Connecting to isildur [69.12.176.89] port 22.
debug1: Connection established.
debug1: identity file /home/ggh/.ssh/identity type -1
debug3: Not a RSA1 key file /home/ggh/.ssh/id_rsa.
debug2: key_type_from_name: unknown key type '-BEGIN'
debug3: key_read: missing keytype
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug2: key_type_from_name: unknown key type '-END'
debug3: key_read: missing keytype
debug1: identity file /home/ggh/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-4096
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-4096
debug1: identity file /home/ggh/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.2
debug1: match: OpenSSH_4.2 pat OpenSSH_4*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-6ubuntu2
debug2: fd 3 setting O_NONBLOCK
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,z...@openssh.com,zlib
debug2: kex_parse_kexinit: none,z...@openssh.com,zlib
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: 

[Bug 534155] [NEW] qemu-debootstrap uses qemu for lpia hosts and targets when not required

2010-03-07 Thread Emmet Hikory
Public bug reported:

Binary package hint: qemu-kvm

qemu-deboostrap will use qemu to build lpia targets on i386 or amd64,
and to build i386 targets on lpia.  This is entirely not required, as
lpia *is* i386 for all intents and purposes.

ProblemType: Bug
Architecture: amd64
Date: Mon Mar  8 11:56:02 2010
DistroRelease: Ubuntu 10.04
KvmCmdLine: Error: command ['ps', '-C', 'kvm', '-F'] failed with exit code 1: 
UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
MachineType: Matsushita Electric Industrial Co.,Ltd. CF-Y7DWJAJR
Package: qemu-kvm 0.12.3-0ubuntu10
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=/dev/mapper/hostname-root ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-15.22-generic
SourcePackage: qemu-kvm
Uname: Linux 2.6.32-15-generic x86_64
dmi.bios.date: 05/23/2008
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: V4.00L11
dmi.board.name: CFY7-4
dmi.board.vendor: Matsushita Electric Industrial Co.,Ltd.
dmi.board.version: 001
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Matsushita Electric Industrial Co.,Ltd.
dmi.chassis.version: 001
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrV4.00L11:bd05/23/2008:svnMatsushitaElectricIndustrialCo.,Ltd.:pnCF-Y7DWJAJR:pvr004:rvnMatsushitaElectricIndustrialCo.,Ltd.:rnCFY7-4:rvr001:cvnMatsushitaElectricIndustrialCo.,Ltd.:ct10:cvr001:
dmi.product.name: CF-Y7DWJAJR
dmi.product.version: 004
dmi.sys.vendor: Matsushita Electric Industrial Co.,Ltd.

** Affects: qemu-kvm (Ubuntu)
 Importance: Wishlist
 Status: Triaged


** Tags: amd64 apport-bug lucid

-- 
qemu-debootstrap uses qemu for lpia hosts and targets when not required
https://bugs.launchpad.net/bugs/534155
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 534155] Re: qemu-debootstrap uses qemu for lpia hosts and targets when not required

2010-03-07 Thread Emmet Hikory

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/40462552/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/40462553/CurrentDmesg.txt

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

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/40462555/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/40462556/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/40462557/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/40462558/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/40462559/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/40462560/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/40462561/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/40462562/UdevLog.txt

** Attachment removed: UdevDb.txt
   http://launchpadlibrarian.net/40462561/UdevDb.txt

** Attachment removed: UdevLog.txt
   http://launchpadlibrarian.net/40462562/UdevLog.txt

** Attachment removed: CurrentDmesg.txt
   http://launchpadlibrarian.net/40462553/CurrentDmesg.txt

** Attachment removed: BootDmesg.txt
   http://launchpadlibrarian.net/40462552/BootDmesg.txt

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Triaged

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Wishlist

-- 
qemu-debootstrap uses qemu for lpia hosts and targets when not required
https://bugs.launchpad.net/bugs/534155
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 534155] Re: qemu-debootstrap uses qemu for lpia hosts and targets when not required

2010-03-07 Thread Emmet Hikory
The attached debdiff generates a candidate with increased filtering of
host/target combinations to not use qemu for lpia.

** Attachment added: Debdiff with more filtering
   http://launchpadlibrarian.net/40462740/qemu-kvm_0.12.3-0ubuntu11.debdiff

-- 
qemu-debootstrap uses qemu for lpia hosts and targets when not required
https://bugs.launchpad.net/bugs/534155
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 519648] Re: After all-in-one setup node-cert.pem and node-pk.pem not found

2010-03-07 Thread Robert Collins
I've just done a fresh install on lucid, on one system, and these files
were in place.

-- 
After all-in-one setup node-cert.pem and node-pk.pem not found
https://bugs.launchpad.net/bugs/519648
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 519653] Re: missing directories on NC after install

2010-03-07 Thread Robert Collins
Same happened on a lucid all-on-one install.

-- 
missing directories on NC after install
https://bugs.launchpad.net/bugs/519653
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 519653] Re: missing directories on NC after install

2010-03-07 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu)
   Status: New = Triaged

** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
missing directories on NC after install
https://bugs.launchpad.net/bugs/519653
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 534176] [NEW] eucalyptus-cloud hardcodes eth0 in eucalyptus.conf

2010-03-07 Thread Robert Collins
Public bug reported:

The default eucalyptus.conf uses 'eth0' as the interface rather than
looking it up at install time, or dynamically detecting.

 affects ubuntu/eucalyptus
 done

E.g. on my machine here:
$ ip route
192.168.1.0/24 dev br0  proto kernel  scope link  src 192.168.1.2 
default via 192.168.1.1 dev br0  metric 100 

Note that there is no eth0 in use; and you can use the device that the
default route is on to get a sensible default device to bind to. (Though
why, by default, binding to any specific device is needed is a good
question I think).

-Rob

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

-- 
eucalyptus-cloud hardcodes eth0 in eucalyptus.conf
https://bugs.launchpad.net/bugs/534176
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 533781] Re: [bind9 packaging] DNS no longer works after uninstall

2010-03-07 Thread André Pirard
** Description changed:

  Binary package hint: bind9
  
  Using Ubuntu 8.10 (Intrepid).
  I installed bind9 as a caching nameserver.
  (BTW, kudos for the simplest BIND installation ever seen !!!)
  But BIND could overload my router's NAT table with UDP DNS requests.
  
  So, ... I uninstalled bind9.
  BIND did not stop.  I had to restart Ubuntu.  But /etc/resolv.conf  remained 
like this :
  # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
  # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
  nameserver 127.0.0.1
  search lan
  
  == DNS no longer worked.
  
  Uninstall cleanup did not restore a working DNS state.
  
  resolvconf's README is suggesting this :
  $ sudo echo nameserver 192.168.0.1 | resolvconf -a dummy
  /sbin/resolvconf: line 79: dummy_new.4139: Permission denied
  
  Turned on manual mode : workaround :
  /etc/resolvconf/run/interface/ contained lo.named and NetworkManager
  I removed  lo.named  leaving  NetworkManager
  
- /etc/resolv.conf  became :
+ After the next DHCP renewal,  /etc/resolv.conf  became :
  # Generated by NetworkManager
  domain lan
  search lan
  nameserver 192.168.0.1
  nameserver 192.168.0.1
  
- Strange contents, but working again.
+ Strange contents, but DNS was working again.

-- 
[bind9 packaging]  DNS no longer works after uninstall
https://bugs.launchpad.net/bugs/533781
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