[Bug 1067043] Re: resolvconf adds an empty "nameserver" record into /etc/resolv.conf

2012-12-06 Thread rob terhaar
Hi Thomas,
This server is colocation, and in production, so I cannot risk adjusting the 
networking config on a remote system.

Sorry that I cannot be more helpful

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1067043

Title:
  resolvconf adds an empty "nameserver" record into /etc/resolv.conf

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1067043] Re: resolvconf adds an empty "nameserver" record into /etc/resolv.conf

2012-10-16 Thread rob terhaar
With VIM I turned on invisible characters, via `:set invlist`

# This file describes the network interfaces available on your system$
# and how to activate them. For more information, see interfaces(5).$
$
# The loopback network interface$
auto lo$
iface lo inet loopback$
$
# The primary network interface$
#auto eth0$
#^Iiface eth0 inet dhcp$
$
auto eth0 $
iface eth0 inet manual $
$
auto br0$
iface br0 inet static$
^Iaddress 199.195.144.53$
^Inetmask 255.255.255.0$
^Inetwork 199.195.144.0$
^Ibroadcast 199.195.144.255$
^Igateway 199.195.144.1 $
^Idns-nameservers 66.185.16.130 66.185.16.131$
^Ibridge_ports eth0$
^Ibridge_stp off$
^Ibridge_fd 0$
^Ibridge_maxwait 0$
$


When I removed that space after the "gateway" setting in the interfaces config, 
and then reran `/etc/network/if-up.d/000resolvconf` the empty nameserver value 
did not go away.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1067043

Title:
  resolvconf adds an empty "nameserver" record into /etc/resolv.conf

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1067043] Re: resolvconf adds an empty "nameserver" record into /etc/resolv.conf

2012-10-16 Thread rob terhaar
$ ls -l /etc/resolv.conf 
lrwxrwxrwx 1 root root 29 Feb 11  2012 /etc/resolv.conf -> 
../run/resolvconf/resolv.conf


$ cat /etc/resolv.conf
# 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 66.185.16.130
nameserver 66.185.16.131
nameserver


$ ls -l /etc/default/resolvconf
ls: cannot access /etc/default/resolvconf: No such file or directory


$ ls -l /etc/resolvconf/resolv.conf.d
total 8
-rw-r--r-- 1 root root   0 Feb  1  2012 base
-rw-r--r-- 1 root root 151 Feb  1  2012 head
-rw-r--r-- 1 root root  26 Feb 11  2012 original


$ for F in /etc/resolvconf/resolv.conf.d/* ; do echo === $F === ; cat $F ; done
=== /etc/resolvconf/resolv.conf.d/base ===
=== /etc/resolvconf/resolv.conf.d/head ===
# 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
=== /etc/resolvconf/resolv.conf.d/original ===
nameserver 192.168.10.254


$ ls -l /run/resolvconf
total 4
-rw-r--r-- 1 root root   0 Oct 15 14:00 enable-updates
drwxr-xr-x 2 root root  60 Oct 15 14:00 interface
-rw-r--r-- 1 root root 212 Oct 15 15:46 resolv.conf


$ for F in /run/resolvconf/interface/* ; do echo === $F === ; cat $F ; done
=== /run/resolvconf/interface/br0.inet ===
nameserver 66.185.16.130
nameserver
nameserver 66.185.16.131


$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#auto eth0
#   iface eth0 inet dhcp

auto eth0 
iface eth0 inet manual 

auto br0
iface br0 inet static
address 199.195.144.32
netmask 255.255.255.0
network 199.195.144.0
broadcast 199.195.144.255
gateway 199.195.144.1 
dns-nameservers 66.185.16.130 66.185.16.131
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0


$ ls -l /run/network
total 4
-rw-r--r-- 1 root root 24 Oct 15 14:00 ifstate
-rw-r--r-- 1 root root  0 Oct 15 14:00 ifup.br0
-rw-r--r-- 1 root root  0 Oct 15 14:00 ifup.eth0
-rw-r--r-- 1 root root  0 Oct 15 14:00 ifup.lo
drwxr-xr-x 2 root root 40 Oct 15 14:00 static-network-up-emitted


$ cat /run/network/ifstate
br0=br0
lo=lo
eth0=eth0


$ cat /etc/NetworkManager/NetworkManager.conf
cat: /etc/NetworkManager/NetworkManager.conf: No such file or directory


$ dpkg -l resolvconf network-manager dnsmasq
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion Description
+++-===-===-==
un  dnsmasq   (no description available)
un  network-manager   (no description available)
ii  resolvconf  1.63ubuntu16name server information handler


$ ps -elf | grep '\(Net\|dh\|dns\|ppp\|pptp\|vpn\)'
5 S 108   1401 1  0  80   0 -  6493 poll_s Oct15 ?00:00:02 
dnsmasq -u lxc-dnsmasq --strict-order --bind-interfaces 
--pid-file=/var/run/lxc/dnsmasq.pid --conf-file= --listen-address 10.0.3.1 
--dhcp-range 10.0.3.2,10.0.3.254 --dhcp-lease-max=253 --dhcp-no-override 
--except-interface=lo --interface=lxcbr0
0 S rob   1512  1327  0  80   0 -  2346 pipe_w 10:21 pts/000:00:00 grep 
\(Net\|dh\|dns\|ppp\|pptp\|vpn\)
5 S 106   1757 1  0  80   0 -  6493 poll_s Oct15 ?00:00:03 
/usr/sbin/dnsmasq -u libvirt-dnsmasq --strict-order --bind-interfaces 
--pid-file=/var/run/libvirt/network/default.pid --conf-file= --except-interface 
lo --listen-address 192.168.122.1 --dhcp-range 192.168.122.2,192.168.122.254 
--dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases --dhcp-lease-max=253 
--dhcp-no-override
1 S root  2375  1516  0  80   0 -  1814 poll_s Oct15 ?00:00:00 
dhclient3 -e IF_METRIC=100 -pf /var/run/dhclient.eth0.pid -lf 
/var/lib/dhcp/dhclient.eth0.leases -1 eth0
1 S root  2462  1673  0  80   0 -  1814 poll_s Oct15 ?00:00:00 
dhclient3 -e IF_METRIC=100 -pf /var/run/dhclient.eth0.pid -lf 
/var/lib/dhcp/dhclient.eth0.leases -1 eth0
1 S root  2588  1672  0  80   0 -  1814 poll_s Oct15 ?00:00:00 
dhclient3 -e IF_METRIC=100 -pf /var/run/dhclient.eth0.pid -lf 
/var/lib/dhcp/dhclient.eth0.leases -1 eth0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1067043

Title:
  resolvconf adds an empty "nameserver" record into /etc/resolv.conf

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https:

[Bug 1067043] Re: resolvconf adds an empty "nameserver" record into /etc/resolv.conf

2012-10-15 Thread rob terhaar
$ file /etc/resolvconf/resolv.conf.d/tail
/etc/resolvconf/resolv.conf.d/tail: ERROR: cannot open 
`/etc/resolvconf/resolv.conf.d/tail' (No such file or directory)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1067043

Title:
  resolvconf adds an empty "nameserver" record into /etc/resolv.conf

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1067043] Re: resolvconf adds an empty "nameserver" record into /etc/resolv.conf

2012-10-15 Thread rob terhaar
** Description changed:

  My dns-nameservers config is set to:
  
  "dns-nameservers 66.123.123.130 66.123.123.131"
  
  However my /etc/resolv.conf looks like:
  
  "# 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 66.185.16.130
- nameserver 66.185.16.131
+ nameserver 66.123.123.130
+ nameserver 66.123.123.131
  nameserver
  "
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: resolvconf 1.63ubuntu16
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
  Uname: Linux 3.2.0-32-generic x86_64
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  Date: Mon Oct 15 15:46:46 2012
  InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Alpha 
amd64+mac (20120211)
  PackageArchitecture: all
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: resolvconf
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1067043

Title:
  resolvconf adds an empty "nameserver" record into /etc/resolv.conf

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1067043] [NEW] resolvconf adds an empty "nameserver" record into /etc/resolv.conf

2012-10-15 Thread rob terhaar
Public bug reported:

My dns-nameservers config is set to:

"dns-nameservers 66.123.123.130 66.123.123.131"

However my /etc/resolv.conf looks like:

"# 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 66.185.16.130
nameserver 66.185.16.131
nameserver
"

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: resolvconf 1.63ubuntu16
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
Date: Mon Oct 15 15:46:46 2012
InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Alpha amd64+mac 
(20120211)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: resolvconf
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1067043

Title:
  resolvconf adds an empty "nameserver" record into /etc/resolv.conf

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 222488] Re: package gforge-db-postgresql 4.6.99+svn6347-1 failed to install/upgrade:

2008-04-27 Thread rob terhaar
i might be having the same problem:

 * Reloading PostgreSQL 8.3 database server 
  [ OK ]
You'll see some debugging info during this installation.
Do not worry unless told otherwise.
Creating initial Sourceforge database from files.
Creating debian_meta_data table.
Inserting first data into debian_meta_data table.
Updating debian_meta_data table.
Committing.
Processing /usr/lib/gforge/db/sf-2.6-complete.sql
DETAIL:  Found referencing table's trigger.
DETAIL:  Found referenced table's DELETE trigger.
DETAIL:  Found referenced table's UPDATE trigger.
DETAIL:  Found referencing table's trigger.
DETAIL:  Found referenced table's DELETE trigger.
DETAIL:  Found referenced table's UPDATE trigger.
DBD::Pg::st execute failed: ERROR:  constraint "forum_group_forum_id_fk" for 
relation "forum" already exists
Transaction aborted because DBD::Pg::st execute failed: ERROR:  constraint 
"forum_group_forum_id_fk" for relation "forum" already exists
Transaction aborted because DBD::Pg::st execute failed: ERROR:  constraint 
"forum_group_forum_id_fk" for relation "forum" already exists
Last SQL query was:
CREATE CONSTRAINT TRIGGER "forum_group_forum_id_fk" AFTER UPDATE ON 
"forum_group_list"  NOT DEFERRABLE INITIALLY IMMEDIATE FOR EACH ROW EXECUTE 
PROCEDURE "RI_FKey_noaction_upd" ('forum_group_forum_id_fk', 'forum', 
'forum_group_list', 'FULL', 'group_forum_id', 'group_forum_id');
(end of query)
Your database schema is at version 2.5.
Please report this bug on the Debian bug-tracking system.
Please include the previous messages as well to help debugging.
You should not worry too much about this,
your DB is still in a consistent state and should be usable.
dpkg: error processing gforge-db-postgresql (--configure):
 subprocess post-installation script returned error exit status 1
Setting up postfix-pgsql (2.5.1-2ubuntu1) ...
Adding pgsql map entry to /etc/postfix/dynamicmaps.cf

dpkg: dependency problems prevent configuration of gforge-mta-postfix:
 gforge-mta-postfix depends on gforge-db-postgresql | gforge-db; however:
  Package gforge-db-postgresql is not configured yet.
  Package gforge-db is not installed.
  Package gforge-db-postgresql which provides gforge-db is not configured yet.
dpkg: error processing gforge-mta-postfix (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 gforge-db-postgresql
 gforge-mta-postfix
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
package gforge-db-postgresql 4.6.99+svn6347-1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/222488
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 136507] upgrading from feisty to gutsy, upgrade-manager -d tries to retrieve commercial packages

2007-08-31 Thread rob terhaar
Public bug reported:

Binary package hint: update-manager

upgrade-manager gets a 404 when it tries to hit:
http://archive.canonical.com/ubuntu/dists/gutsy/commercial/binary-i386/Packages.gz

I had the canonical commercial repos enabled.

When I manually disabled the canonical commercial repos, the upgrade
progressed as expected.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
upgrading from feisty to gutsy, upgrade-manager -d tries to retrieve commercial 
packages
https://bugs.launchpad.net/bugs/136507
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 123411] [gutsy] request for pommed 1.7

2007-07-01 Thread rob terhaar
Public bug reported:

Binary package hint: pommed

http://alioth.debian.org/projects/pommed/


pommed 1.7 has been released with support for the new macbook pro, santa 
rosa/nvidia chip macbooks.

This would be wonderful to have in gutsy, as these laptops are the new
standard macbook models.


The update contains fairly trivial code, I worked with the developer for less 
then an hour and he had things patched up and working perfectly on my macbook 
pro.

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

-- 
[gutsy] request for pommed 1.7 
https://bugs.launchpad.net/bugs/123411
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 119255] Re: gutsy tribe1 livecd doesn't boot on new macbook pro (santa rosa)

2007-07-01 Thread rob terhaar
I made sure to run a consistency check on the cd before reporting this
bug. additionally, i tried burning a second cd.

-- 
gutsy tribe1 livecd doesn't boot on new macbook pro (santa rosa)
https://bugs.launchpad.net/bugs/119255
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 119255] Re: gutsy tribe1 livecd doesn't boot on new macbook pro (santa rosa)

2007-06-07 Thread rob terhaar
gutsy alternate install livecd is working correctly.

-- 
gutsy tribe1 livecd doesn't boot on new macbook pro (santa rosa)
https://bugs.launchpad.net/bugs/119255
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 119255] gutsy tribe1 livecd doesn't boot on new macbook pro (santa rosa)

2007-06-07 Thread rob terhaar
Public bug reported:

Just got a new mac book pro 2.2ghz with the intel santa rosa chipset.
When i try to boot the gutsy tribe1 live cd, i get dumped out to busybox
after seeing a string of:

kjournald starting. commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode


I think the problem might be related to the OS not being able to find the cdrom 
drive? I'm able to see and mount /dev/sda while in busy box, but device nodes 
aren't being created for /dev/hd* or /dev/sdb

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
gutsy tribe1 livecd doesn't boot on new macbook pro (santa rosa)
https://bugs.launchpad.net/bugs/119255
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs