[Bug 1352255] [NEW] Impossible to configure network interface with only IPv6 address

2014-08-04 Thread /usr/local/dick
Public bug reported:

As it says on the tin.
I'm unable to configure my Ubuntu 14.04 VM to have only an IPv6 address on 
boot-up.
Dual stack works fine.

My /etc/networking/interfaces looks like this:

# 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 inet6 static
address 2001:610:188:444::55
netmask 64
gateway 2001:610:188:444::1
autoconf 0
privext 0
accept_ra 0
dns-search terena.org
dns-domain terena.org
dns-nameservers 2001:610:1:800a:192:87:106:106


After boot-up there is only a link-local address:

root@trusty-test:~# ifconfig

eth0  Link encap:Ethernet  HWaddr 00:50:56:95:42:ab 

  inet6 addr: fe80::250:56ff:fe95:42ab/64 Scope:Link

  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

  RX packets:101 errors:0 dropped:0 overruns:0 frame:0  

  TX packets:22 errors:0 dropped:0 overruns:0 carrier:0 

  collisions:0 txqueuelen:1000  

  RX bytes:6644 (6.6 KB)  TX bytes:2132 (2.1 KB)



loLink encap:Local Loopback 

  inet addr:127.0.0.1  Mask:255.0.0.0   

  inet6 addr: ::1/128 Scope:Host

  UP LOOPBACK RUNNING  MTU:65536  Metric:1  

  RX packets:240 errors:0 dropped:0 overruns:0 frame:0  

  TX packets:240 errors:0 dropped:0 overruns:0 carrier:0

  collisions:0 txqueuelen:0 

  RX bytes:18192 (18.1 KB)  TX bytes:18192 (18.1 KB)



However, if I manually ifdown/ifup the interface, then things start working:

root@trusty-test:~# ifdown eth0 

root@trusty-test:~# ifconfig

loLink encap:Local Loopback 

  inet addr:127.0.0.1  Mask:255.0.0.0   

  inet6 addr: ::1/128 Scope:Host

  UP LOOPBACK RUNNING  MTU:65536  Metric:1  

  RX packets:240 errors:0 dropped:0 overruns:0 frame:0  

  TX packets:240 errors:0 dropped:0 overruns:0 carrier:0

  collisions:0 txqueuelen:0 

  RX bytes:18192 (18.1 KB)  TX bytes:18192 (18.1 KB)



root@trusty-test:~# ifup eth0   

Waiting for DAD... Done 

root@trusty-test:~# ifconfig

eth0  Link encap:Ethernet  HWaddr 00:50:56:95:42:ab 

  inet6 addr: fe80::250:56ff:fe95:42ab/64 Scope:Link

  inet6 addr: 2001:610:188:444::55/64 Scope:Global  

  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

  RX packets:894 errors:0 dropped:0 overruns:0 frame:0  

  TX packets:652 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:168407 (168.4 KB)  TX bytes:95052 (95.0 KB)

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:65536  Metric:1
  RX 

[Bug 1352255] Re: Impossible to configure network interface with only IPv6 address

2014-08-04 Thread /usr/local/dick
The workaround for now is to configure an IPv4 address:

auto eth0
iface eth0 inet static
address 169.254.199.199
netmask 255.255.0.0

iface eth0 inet6 static
address 2001:610:188:444::55
netmask 64
gateway 2001:610:188:444::1
autoconf 0
privext 0
accept_ra 0
dns-search terena.org
dns-domain terena.org
dns-nameservers 2001:610:1:800a:192:87:106:106


Then remove it later from /etc/rc.local:

/sbin/ip addr del 169.254.199.199/16 dev eth0
exit 0


Not pretty but it's the only way right now to have my host properly configured 
;-)

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

Title:
  Impossible to configure network interface with only IPv6 address

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

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


[Bug 1252027] Re: package openjdk-7-jre-headless 7u25-2.3.10-1ubuntu0.12.04.2 failed to install/upgrade: conffile './etc/java-7-openjdk/swing.properties' is not in sync with other instances of the sam

2014-01-30 Thread /usr/local/dick
I removed all of the opendk-7 stuff and installed the openjdk-6 equivalents.
My app (Wowza streaming media server) was able to use that fine.

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

Title:
  package openjdk-7-jre-headless 7u25-2.3.10-1ubuntu0.12.04.2 failed to
  install/upgrade: conffile './etc/java-7-openjdk/swing.properties' is
  not in sync with other instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1252027/+subscriptions

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


[Bug 1252027] Re: package openjdk-7-jre-headless 7u25-2.3.10-1ubuntu0.12.04.2 failed to install/upgrade: conffile './etc/java-7-openjdk/swing.properties' is not in sync with other instances of the sam

2014-01-27 Thread /usr/local/dick
My java install is also b0rked by this, see attached upgrade log.


** Attachment added: 
unattended-upgrades-dpkg_2014-01-24_06%3A48%3A07.197392.log
   
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1252027/+attachment/3958784/+files/unattended-upgrades-dpkg_2014-01-24_06%253A48%253A07.197392.log

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

Title:
  package openjdk-7-jre-headless 7u25-2.3.10-1ubuntu0.12.04.2 failed to
  install/upgrade: conffile './etc/java-7-openjdk/swing.properties' is
  not in sync with other instances of the same package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1252027/+subscriptions

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


[Bug 1094073] Re: Tinyproxy won't listen to IPv6 and IPv4 at the same time

2013-01-04 Thread /usr/local/dick
** Changed in: tinyproxy (Ubuntu)
   Status: New = Invalid

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

Title:
  Tinyproxy won't listen to IPv6 and IPv4 at the same time

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

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


[Bug 1094073] Re: Tinyproxy won't listen to IPv6 and IPv4 at the same time

2013-01-04 Thread /usr/local/dick
It seems tinyproxy does listen to both protocols, I didn't test properly.
I assumed that this result:

netstat -tlnpvw | grep tinyproxy
tcp6   0  0 ::: :::*LISTEN  
3946/tinyproxy

meant that it didn't listen on v4... but I was wrong.


Listen ::
#This will accept connections on IPv6, but also on IPv4: IPv4-mapped IPv6 
addresses are used:
#CONNECT   Jan 04 15:29:13 [23566]: Connect (file descriptor 6): 
host.terena.org [:::192.87.30.2]


Listen 0.0.0.0
# This will listen on IPv4 only


Listen 2001:610:148:dead::666
# This will listen only on the specified IPv6 address. Not nice, but workable.

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

Title:
  Tinyproxy won't listen to IPv6 and IPv4 at the same time

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

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


[Bug 1094073] [NEW] Tinyproxy won't listen to IPv6 and IPv4 at the same time

2012-12-27 Thread /usr/local/dick
Public bug reported:

I'm trying to set up Tinyproxy on a 64-bit Ubuntu 12.04 server system, and I'm 
using the packaged version 1.8.3.
The system has fully working dual stack network connectivity.
According to the inline docs in the configuration file /etc/tinyproxy.conf:

# Listen: If you have multiple interfaces this allows you to bind to
# only one. If this is commented out, tinyproxy will bind to all
# interfaces present.

However, without configuration Tinyproxy only listens on IPv4.
Explicit configuration per protocol seems to work:

Listen 0.0.0.0 makes it listens on IPv4 only.
Listen :: makes it listen on IPv6 only.

But no way to have it listen to both IPv4 and IPv6...

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

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

Title:
  Tinyproxy won't listen to IPv6 and IPv4 at the same time

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

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


[Bug 1029361] [NEW] 'attempts' DNS option has no effect

2012-07-26 Thread /usr/local/dick
Public bug reported:

From man(8) resolvconf:

   /etc/resolvconf/resolv.conf.d/tail
  File  to  be appended to the dynamically generated resolver con‐
  figuration file.  To append nothing, make this  an  empty  file.
  This  file is a good place to put a resolver options line if one
  is needed, e.g.,

  options inet6


I tried to stick in some options to influence the behavior when my 12.04 system 
has no network connectivity:

Looking at man(5) resolv.conf, I added this to
/etc/resolvconf/resolv.conf.d/tail:


options timeout:2 attempts:1


After reloading the network, I can see both of these options in 
/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 2001:610:1:800a:192:87:106:106
nameserver 2001:610:188:140:145:100:188:188
search terena.org
options timeout:2 attempts:1


The configured timeout seems to work, but the 'attempts' doesn't.

Also putting in those values on their own on a single has the same
result: 'timeout' value gets picked up, 'attempts' doesn't.


FYI /etc/network/interfaces looks like this:


# 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 static
address 192.87.30.17
netmask 255.255.255.192
gateway 192.87.30.1

# IPv6 static address
iface eth0 inet6 static
address 2001:610:148:dead::666
netmask 64
gateway 2001:610:148:dead::1
autoconf 0
privext 0
accept_ra 0
dns-search terena.org
dns-domain terena.org
dns-nameservers 2001:610:1:800a:192:87:106:106 
2001:610:188:140:145:100:188:188

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

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

Title:
  'attempts' DNS option has no effect

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

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

[Bug 998223] Re: Turns on IPv6 privacy extensions regardless of settings in 10-ipv6-privacy.conf

2012-06-11 Thread /usr/local/dick
The same applies to Ubuntu 12.04 server.
Despite what interfaces(5) says:

  privext int
 Privacy extensions (RFC3041) (0=off, 1=assign, 2=prefer)

That statement does not seem to get honoured.
This entry in /etc/nework/interfaces worked fine at least in beta2, but now 
does not work any more:

iface eth0 inet6 static
address 2001:610:148:dead::54
gateway 2001:610:148:dead::1
netmask 64
autoconf 0
privext 0
dns-search terena.org
dns-domain terena.org
dns-nameservers 2001:610:1:800a:192:87:106:105 
2001:610:188:140:145:100:188:188


What's worse, booting a 12.04 machine with this very config will yield no IPv6 
connectivity *at all*:

eth0  Link encap:Ethernet  HWaddr 00:50:56:86:00:25
  inet addr:192.87.30.54  Bcast:192.87.30.63  Mask:255.255.255.192
  inet6 addr: fe80::250:56ff:fe86:25/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:97 errors:0 dropped:0 overruns:0 frame:0
  TX packets:57 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:12528 (12.5 KB)  TX bytes:9673 (9.6 KB)


If privext=0 doesn't get honoured and actually = 2 (as per 
/etc/sysctl.d/10-ipv6-privacy.conf), then it looks like autoconf=0 and 
privext=2 don't mix.

Commenting out /etc/sysctl.d/10-ipv6-privacy.conf, or setting autoconf=1
both fix the problem.

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

Title:
  Turns on IPv6 privacy extensions regardless of settings in
  10-ipv6-privacy.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/998223/+subscriptions

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


[Bug 978037] [NEW] Impossible to configure static IPv6 address

2012-04-10 Thread /usr/local/dick
Public bug reported:

Our 10.04 machines have this in /etc/network/interfaces:

auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 192.87.30.54
netmask 255.255.255.192
gateway 192.87.30.1

iface eth0 inet6 static
pre-up echo 0  /proc/sys/net/ipv6/conf/eth0/autoconf
address 2001:610:148:dead::54
netmask 64
gateway 2001:610:148:dead::1 dev eth0

And all would be fine.
The pre-up line takes care of disabling autoconf, the address line add a static 
address.

Neither of them work in 12.04 beta2.
When the system boots up, the staticly configured address is not there, and 
instead there are dynamicly configured addresses.
Interestingly, /proc/sys/net/ipv6/conf/eth0/autoconf still is 1, despite the 
pre-up echo 0 .. line, which indicates something with /proc?

This basically prevents me from any furthers testing...
It might be a case of RTFM but I couldn't find any.

Thanks

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: precise

** Description changed:

  Our 10.04 machines have this in /etc/network/interfaces:
  
  auto lo
  iface lo inet loopback
  
  # The primary network interface
  auto eth0
  iface eth0 inet static
- address 192.87.30.54
- netmask 255.255.255.192
- gateway 192.87.30.1
+ address 192.87.30.54
+ netmask 255.255.255.192
+ gateway 192.87.30.1
  
  iface eth0 inet6 static
- pre-up echo 0  /proc/sys/net/ipv6/conf/eth0/autoconf
- address 2001:610:148:dead::54
- netmask 64
- gateway 2001:610:148:dead::1 dev eth0
+ pre-up echo 0  /proc/sys/net/ipv6/conf/eth0/autoconf
+ address 2001:610:148:dead::54
+ netmask 64
+ gateway 2001:610:148:dead::1 dev eth0
  
  And all would be fine.
  The pre-up line takes care of disabling autoconf, the address line add a 
static address.
  
  Neither of them work in 12.04 beta2.
  When the system boots up, the staticly configured address is not there, and 
instead there are dynamicly configured addresses.
  Interestingly, /proc/sys/net/ipv6/conf/eth0/autoconf still is 1, despite the 
pre-up echo 0 .. line, which indicates something with /proc?
  
  This basically prevents me from any furthers testing...
  It might be a case of RTFM but I couldn't find any.
  
  Thanks

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

Title:
  Impossible to configure static IPv6 address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/978037/+subscriptions

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

[Bug 978037] Re: Impossible to configure static IPv6 address

2012-04-10 Thread /usr/local/dick
This indeed was a case of RTFM.


However, according to the default /etc/network/interfaces:


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

But interfaces(5) does not tell you the whole story.
The part about DNS resolution sits in resolvconf(8).

So in the end my configuration looks like this:

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 192.87.30.54
netmask 255.255.255.192
gateway 192.87.30.1

# This is an autoconfigured IPv6 interface
iface eth0 inet6 static
autoconf 0
address 2001:610:148:dead::54
gateway 2001:610:148:dead::1
netmask 64
dns-search terena.org
dns-domain terena.org
dns-nameservers 2001:610:1:800a:192:87:106:106 
2001:610:188:140:145:100:188:188


And this works as expected, i.e. static addresses and no automatic fluff for my 
servers:

root@precise:~# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:50:56:86:00:24
  inet addr:192.87.30.54  Bcast:192.87.30.63  Mask:255.255.255.192
  inet6 addr: 2001:610:148:dead::54/64 Scope:Global
  inet6 addr: fe80::250:56ff:fe86:24/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:1848 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1584 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:180870 (180.8 KB)  TX bytes:387716 (387.7 KB)

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:16 errors:0 dropped:0 overruns:0 frame:0
  TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:1272 (1.2 KB)  TX bytes:1272 (1.2 KB)

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

Title:
  Impossible to configure static IPv6 address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/978037/+subscriptions

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


[Bug 978037] Re: Impossible to configure static IPv6 address

2012-04-10 Thread /usr/local/dick
Wasn't a bug, but merely a RTFM.

** Changed in: network-manager (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Impossible to configure static IPv6 address

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/978037/+subscriptions

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


[Bug 567821] Re: data directory (distros.ini) is missing

2011-08-30 Thread /usr/local/dick
Great to have it fixed in natty, but the package in lucid is still b0rked...
Any reason why it was never fixed?
Thanks!!

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

Title:
  data directory (distros.ini) is missing

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

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


[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-04 Thread /usr/local/dick
Hi

I just ran into this bug. In hindsight a serious issue that started 3 days ago 
with one of our web apps seems to also be caused by this.
Just tested Steve's patched packages (5.2.4-2ubuntu5.17~lp776642) on our dev 
server and I can confirm they fix the problems for us.
Eagerly awaiting official updates

Thanks!!

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

Title:
  segfaults from  5.2.4-2ubuntu5.15

-- 
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 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-04 Thread /usr/local/dick
I just went back the the previous version.

Since I remove packages from /var/cache/apt after update, I had to dig them up 
online, from:
https://launchpad.net/~ubuntu-security/+archive/ppa/+buildjob/2165886

I downloaded these and installed them manually with dpkg:

https://launchpad.net/~ubuntu-security/+archive/ppa/+buildjob/2165886/+files/php5-common_5.2.4-2ubuntu5.14_i386.deb
https://launchpad.net/~ubuntu-security/+archive/ppa/+buildjob/2165886/+files/libapache2-mod-php5_5.2.4-2ubuntu5.14_i386.deb

At the moment apt has dependency problem because I did not download everything 
(php modules etc).
But I just postpone updating until the definitive fix is out.

I know that this is not the best way, but I did not know what exactly
would happen if I install the proposed packages now, and then later want
to remove them again...

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

Title:
  segfaults from  5.2.4-2ubuntu5.15

-- 
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 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-04 Thread /usr/local/dick
I just went back the the previous version.

Since I remove packages from /var/cache/apt after update, I had to dig them up 
online, from:
https://launchpad.net/~ubuntu-security/+archive/ppa/+buildjob/2165886

I downloaded these and installed them manually with dpkg:

https://launchpad.net/~ubuntu-security/+archive/ppa/+buildjob/2165886/+files/php5-common_5.2.4-2ubuntu5.14_i386.deb
https://launchpad.net/~ubuntu-security/+archive/ppa/+buildjob/2165886/+files/libapache2-mod-php5_5.2.4-2ubuntu5.14_i386.deb

At the moment apt has dependency problem because I did not download everything 
(php modules etc).
But I just postpone updating until the definitive fix is out.

I know that this is not the best way, but I did not know what exactly
would happen if I install the proposed packages now, and then later want
to remove them again...

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

Title:
  segfaults from  5.2.4-2ubuntu5.15

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


[Bug 776642] Re: segfaults from 5.2.4-2ubuntu5.15

2011-05-04 Thread /usr/local/dick
Hi

I just ran into this bug. In hindsight a serious issue that started 3 days ago 
with one of our web apps seems to also be caused by this.
Just tested Steve's patched packages (5.2.4-2ubuntu5.17~lp776642) on our dev 
server and I can confirm they fix the problems for us.
Eagerly awaiting official updates

Thanks!!

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

Title:
  segfaults from  5.2.4-2ubuntu5.15

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


[Bug 715152] Re: [SRU] ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-04-20 Thread /usr/local/dick
Just installed ntp 1:4.2.4p8+dfsg-1ubuntu2.1 from lucid-proposed, and that 
seems to do the trick.
Thanks for fixing this guys!

And well in advance of 6-6, IPv6 day ;-)

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

Title:
  [SRU] ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

-- 
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 715152] Re: [SRU] ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-04-20 Thread /usr/local/dick
Just installed ntp 1:4.2.4p8+dfsg-1ubuntu2.1 from lucid-proposed, and that 
seems to do the trick.
Thanks for fixing this guys!

And well in advance of 6-6, IPv6 day ;-)

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

Title:
  [SRU] ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

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


[Bug 713002] Re: Impossible to disable IPv4

2011-03-08 Thread /usr/local/dick
new version in hardy-proposed 1:4.7p1-8ubuntu3 also works FINE.

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

Title:
  Impossible to disable IPv4

-- 
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 713002] Re: Impossible to disable IPv4

2011-03-08 Thread /usr/local/dick
new version in hardy-proposed 1:4.7p1-8ubuntu3 also works FINE.

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

Title:
  Impossible to disable IPv4

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


[Bug 713002] Re: Impossible to disable IPv4

2011-03-04 Thread /usr/local/dick
Should I test again?

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

Title:
  Impossible to disable IPv4

-- 
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 713002] Re: Impossible to disable IPv4

2011-03-04 Thread /usr/local/dick
Should I test again?

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

Title:
  Impossible to disable IPv4

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


[Bug 729181] [NEW] Can't connect to IPv6 LDAP servers

2011-03-04 Thread /usr/local/dick
Public bug reported:

Binary package hint: smbldap-tools

Connecting to IPv6 LDAP servers gives erreur LDAP: Can't contact master
ldap server for writing (IO::Socket::INET: connect: Connection refused)
at /usr/share/perl5/smbldap_tools.pm line 322.

Net::LDAP in Lucid does support IPv6. However this has to be explicitly set, 
and if you do, you also need libio-socket-inet6-perl.
Once you install that, and change /usr/share/perl5/smbldap_tools.pm like:

$ldap_master = Net::LDAP-new(
$config{masterLDAP},
inet6 = 1,
port= $config{masterPort},

Then it works.

However it seems a bit of a kludge to have to manually define inet6
boolean.

Looking at 
http://search.cpan.org/~shlomif/IO-Socket-INET6-2.67/lib/IO/Socket/INET6.pm, I 
see that that does 4+6.
So I guess the long-term solution is to fix Net::LDAP so that it uses only 
INET6.pm, and accepts an optional flag to force address family in case of 
connection problems.

** Affects: smbldap-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Can't connect to IPv6 LDAP servers

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


[Bug 729181] Re: Can't connect to IPv6 LDAP servers

2011-03-04 Thread /usr/local/dick
** Description changed:

  Binary package hint: smbldap-tools
  
  Connecting to IPv6 LDAP servers gives erreur LDAP: Can't contact master
  ldap server for writing (IO::Socket::INET: connect: Connection refused)
  at /usr/share/perl5/smbldap_tools.pm line 322.
  
  Net::LDAP in Lucid does support IPv6. However this has to be explicitly set, 
and if you do, you also need libio-socket-inet6-perl.
  Once you install that, and change /usr/share/perl5/smbldap_tools.pm like:
  
- $ldap_master = Net::LDAP-new(
- $config{masterLDAP},
- inet6 = 1,
- port= $config{masterPort},
+ $ldap_master = Net::LDAP-new(
+ $config{masterLDAP},
+ inet6 = 1,
+ port= $config{masterPort},
  
  Then it works.
  
- However it seems a bit of a kludge to have to manually define inet6
- boolean.
- 
- Looking at 
http://search.cpan.org/~shlomif/IO-Socket-INET6-2.67/lib/IO/Socket/INET6.pm, I 
see that that does 4+6.
- So I guess the long-term solution is to fix Net::LDAP so that it uses only 
INET6.pm, and accepts an optional flag to force address family in case of 
connection problems.
+ Looking around I discovered that the entire state of IPv6 in Perl is, well, 
sub-optimal.
+ It could be fixed at several levels: smbldap-tools, Net::LDAP, or in the Perl 
core.

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

Title:
  Can't connect to IPv6 LDAP servers

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

[Bug 729181] Re: Can't connect to IPv6 LDAP servers

2011-03-04 Thread /usr/local/dick
** Description changed:

  Binary package hint: smbldap-tools
  
- Connecting to IPv6 LDAP servers gives erreur LDAP: Can't contact master
- ldap server for writing (IO::Socket::INET: connect: Connection refused)
- at /usr/share/perl5/smbldap_tools.pm line 322.
+ Connecting to IPv6-only LDAP servers gives a (somewhat French): erreur
+ LDAP: Can't contact master ldap server for writing (IO::Socket::INET:
+ connect: Connection refused) at /usr/share/perl5/smbldap_tools.pm line
+ 322.
  
  Net::LDAP in Lucid does support IPv6. However this has to be explicitly set, 
and if you do, you also need libio-socket-inet6-perl.
  Once you install that, and change /usr/share/perl5/smbldap_tools.pm like:
  
  $ldap_master = Net::LDAP-new(
  $config{masterLDAP},
  inet6 = 1,
  port= $config{masterPort},
  
  Then it works.
  
- Looking around I discovered that the entire state of IPv6 in Perl is, well, 
sub-optimal.
- It could be fixed at several levels: smbldap-tools, Net::LDAP, or in the Perl 
core.
+ However it seems a bit of a kludge to have to manually define inet6
+ boolean.
+ 
+ Looking at 
http://search.cpan.org/~shlomif/IO-Socket-INET6-2.67/lib/IO/Socket/INET6.pm, I 
see that that does 4+6.
+ So I guess the long-term solution is to fix Net::LDAP so that it uses only 
INET6.pm, and accepts an optional flag to force address family in case of 
connection problems.

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

Title:
  Can't connect to IPv6 LDAP servers

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

[Bug 727114] [NEW] nmap only recognizes IPv6 resolvers by specifying --system-dns

2011-03-01 Thread /usr/local/dick
Public bug reported:

Binary package hint: nmap

I recently configured our 10.04 LTS systems to use only IPv6 resolvers:

root@cajones:~# cat /etc/resolv.conf
nameserver 2001:610:148:dead::4
nameserver 2001:610:158:98d::42
domain terena.org

nmap complains since:

root@cajones:~# nmap -sP putin.terena.org

Starting Nmap 5.00 ( http://nmap.org ) at 2011-03-01 12:43 CET
mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is 
disabled. Try using --system-dns or specify valid servers with --dns-servers
Host 192.87.38.10 is up (0.00032s latency).
Nmap done: 1 IP address (1 host up) scanned in 0.32 seconds


If I use --system-dns no complaints:

root@cajones:~# nmap --system-dns -sP putin.terena.org

Starting Nmap 5.00 ( http://nmap.org ) at 2011-03-01 12:43 CET
Host putin.terena.org (192.87.38.10) is up (0.00025s latency).
Nmap done: 1 IP address (1 host up) scanned in 0.37 seconds


Manually specifying the resolvers however does not seem to work either:

root@cajones:~# nmap --dns-servers
2001:610:148:dead::4,2001:610:158:98d::42 -sP putin.terena.org

Starting Nmap 5.00 ( http://nmap.org ) at 2011-03-01 12:46 CET
mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is 
disabled. Try using --system-dns or specify valid servers with --dns-servers
Host 192.87.38.10 is up (0.00028s latency).
Nmap done: 1 IP address (1 host up) scanned in 0.36 seconds

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


** Tags: ipv4 ipv6

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

Title:
  nmap only recognizes IPv6 resolvers by specifying --system-dns

-- 
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 727114] [NEW] nmap only recognizes IPv6 resolvers by specifying --system-dns

2011-03-01 Thread /usr/local/dick
Public bug reported:

Binary package hint: nmap

I recently configured our 10.04 LTS systems to use only IPv6 resolvers:

root@cajones:~# cat /etc/resolv.conf
nameserver 2001:610:148:dead::4
nameserver 2001:610:158:98d::42
domain terena.org

nmap complains since:

root@cajones:~# nmap -sP putin.terena.org

Starting Nmap 5.00 ( http://nmap.org ) at 2011-03-01 12:43 CET
mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is 
disabled. Try using --system-dns or specify valid servers with --dns-servers
Host 192.87.38.10 is up (0.00032s latency).
Nmap done: 1 IP address (1 host up) scanned in 0.32 seconds


If I use --system-dns no complaints:

root@cajones:~# nmap --system-dns -sP putin.terena.org

Starting Nmap 5.00 ( http://nmap.org ) at 2011-03-01 12:43 CET
Host putin.terena.org (192.87.38.10) is up (0.00025s latency).
Nmap done: 1 IP address (1 host up) scanned in 0.37 seconds


Manually specifying the resolvers however does not seem to work either:

root@cajones:~# nmap --dns-servers
2001:610:148:dead::4,2001:610:158:98d::42 -sP putin.terena.org

Starting Nmap 5.00 ( http://nmap.org ) at 2011-03-01 12:46 CET
mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is 
disabled. Try using --system-dns or specify valid servers with --dns-servers
Host 192.87.38.10 is up (0.00028s latency).
Nmap done: 1 IP address (1 host up) scanned in 0.36 seconds

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


** Tags: ipv4 ipv6

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

Title:
  nmap only recognizes IPv6 resolvers by specifying --system-dns

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


[Bug 715152] Re: ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-02-11 Thread /usr/local/dick
Ehm, well exactly like you did, I manually removed it, although it's
done automatically from interfaces with 'pre-up'.

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

Title:
  ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

-- 
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 713002] Re: Impossible to disable IPv4

2011-02-11 Thread /usr/local/dick
Pakcage from hardy-proposed works FINE. 
Thanks.

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

Title:
  Impossible to disable IPv4

-- 
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 715152] Re: ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-02-11 Thread /usr/local/dick
Ehm, well exactly like you did, I manually removed it, although it's
done automatically from interfaces with 'pre-up'.

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

Title:
  ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

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


[Bug 713002] Re: Impossible to disable IPv4

2011-02-11 Thread /usr/local/dick
Pakcage from hardy-proposed works FINE. 
Thanks.

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

Title:
  Impossible to disable IPv4

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


[Bug 715141] [NEW] ntp.ubuntu.com does not have AAAA record

2011-02-08 Thread /usr/local/dick
Public bug reported:

Binary package hint: ntp

When installing ntp on an IPv6 only host, the kindly provided ntp.ubuntu.com 
does not work, because it does not have a  record. 
Please provide IPv6 connectivity for this host.
This affects all releases.

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


** Tags: ipv4 ipv6

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

Title:
  ntp.ubuntu.com does not have  record

-- 
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 715152] [NEW] ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-02-08 Thread /usr/local/dick
Public bug reported:

Binary package hint: ntp

Lucid host running IPv6 only, with network configured like this:

root@svn:~# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:50:56:86:00:15
  inet6 addr: 2001:610:148:dead:cafe:babe:0:29/64 Scope:Global
  inet6 addr: fe80::250:56ff:fe86:15/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:3164 errors:0 dropped:0 overruns:0 frame:0
  TX packets:2075 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:1516490 (1.5 MB)  TX bytes:387497 (387.4 KB)

loLink encap:Local Loopback
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


Now ntpd wont start:

./../libisc/ifiter_ioctl.c:567: REQUIRE(iter-pos  (unsigned int) 
iter-ifc.ifc_len) failed.
Aborted

After adding an IPv4 loopback address to lo interface:

ip addr add 127.0.0.1 dev lo

ntpd is able to start.

According to http://bugs.ntp.org/show_bug.cgi?id=397 this might be
related to libisc.

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


** Tags: bind ipv6 libisc ntp ntpd

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

Title:
  ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

-- 
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 715141] [NEW] ntp.ubuntu.com does not have AAAA record

2011-02-08 Thread /usr/local/dick
Public bug reported:

Binary package hint: ntp

When installing ntp on an IPv6 only host, the kindly provided ntp.ubuntu.com 
does not work, because it does not have a  record. 
Please provide IPv6 connectivity for this host.
This affects all releases.

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


** Tags: ipv4 ipv6

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

Title:
  ntp.ubuntu.com does not have  record

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


[Bug 715152] [NEW] ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-02-08 Thread /usr/local/dick
Public bug reported:

Binary package hint: ntp

Lucid host running IPv6 only, with network configured like this:

root@svn:~# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:50:56:86:00:15
  inet6 addr: 2001:610:148:dead:cafe:babe:0:29/64 Scope:Global
  inet6 addr: fe80::250:56ff:fe86:15/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:3164 errors:0 dropped:0 overruns:0 frame:0
  TX packets:2075 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:1516490 (1.5 MB)  TX bytes:387497 (387.4 KB)

loLink encap:Local Loopback
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


Now ntpd wont start:

./../libisc/ifiter_ioctl.c:567: REQUIRE(iter-pos  (unsigned int) 
iter-ifc.ifc_len) failed.
Aborted

After adding an IPv4 loopback address to lo interface:

ip addr add 127.0.0.1 dev lo

ntpd is able to start.

According to http://bugs.ntp.org/show_bug.cgi?id=397 this might be
related to libisc.

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


** Tags: bind ipv6 libisc ntp ntpd

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

Title:
  ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

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


[Bug 241305] Re: security.ubuntu.com not accessible in IPv6 (AAAA record missing in the DNS)

2011-02-07 Thread /usr/local/dick
It is now February 2011 and still no IPv6 connectivity for security.ubuntu.com.
For instance my code repository system svn.terena.org is complaining.
I am planning to remove IPv4 from more systems, so +1 for some IPv6 
connectivity.
Thanks

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

Title:
  security.ubuntu.com not accessible in IPv6 ( record missing in the
  DNS)

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


[Bug 713002] Re: Impossible to disable IPv4

2011-02-05 Thread /usr/local/dick
Confirmed, the patched version works as expected, both options actually
work!

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

Title:
  Impossible to disable IPv4

-- 
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 713002] Re: Impossible to disable IPv4

2011-02-05 Thread /usr/local/dick
Confirmed, the patched version works as expected, both options actually
work!

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

Title:
  Impossible to disable IPv4

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


[Bug 697545] [NEW] Backslashes from check_disk_smb output are removed in web interface

2011-01-05 Thread /usr/local/dick
Public bug reported:

Binary package hint: nagios3

One of my hosts has this check running against it, with result:

nag...@expat:~$ /usr/lib/nagios/plugins/check_disk_smb -a grizzly.terena.org -H 
'SAMBA' -s profile_backup -u nagios3 -p hackme -w 95 -c 99
Disk ok - 2.32G (14%) free on \\SAMBA\profile_backup

All fine, but on the web interface it seems like one backslash is eaten
from one or more backslashes:

Disk ok - 2.32G (14%) free on \SAMBAprofile_backup

Looks like backslashes are being unescaped somewhere...

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

** Description changed:

  Binary package hint: nagios3
  
- One of my host has this check running against it, with result:
+ One of my hosts has this check running against it, with result:
  
  nag...@expat:~$ /usr/lib/nagios/plugins/check_disk_smb -a grizzly.terena.org 
-H 'SAMBA' -s profile_backup -u nagios3 -p hackme -w 95 -c 99
  Disk ok - 2.32G (14%) free on \\SAMBA\profile_backup
  
  All fine, but on the web interface it seems like one backslash is eaten
  from one or more backslashes:
  
  Disk ok - 2.32G (14%) free on \SAMBAprofile_backup
  
- 
  Looks like backslashes are being unescaped somewhere...

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

Title:
  Backslashes from check_disk_smb output are removed in web interface

-- 
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 697545] [NEW] Backslashes from check_disk_smb output are removed in web interface

2011-01-05 Thread /usr/local/dick
Public bug reported:

Binary package hint: nagios3

One of my hosts has this check running against it, with result:

nag...@expat:~$ /usr/lib/nagios/plugins/check_disk_smb -a grizzly.terena.org -H 
'SAMBA' -s profile_backup -u nagios3 -p hackme -w 95 -c 99
Disk ok - 2.32G (14%) free on \\SAMBA\profile_backup

All fine, but on the web interface it seems like one backslash is eaten
from one or more backslashes:

Disk ok - 2.32G (14%) free on \SAMBAprofile_backup

Looks like backslashes are being unescaped somewhere...

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

** Description changed:

  Binary package hint: nagios3
  
- One of my host has this check running against it, with result:
+ One of my hosts has this check running against it, with result:
  
  nag...@expat:~$ /usr/lib/nagios/plugins/check_disk_smb -a grizzly.terena.org 
-H 'SAMBA' -s profile_backup -u nagios3 -p hackme -w 95 -c 99
  Disk ok - 2.32G (14%) free on \\SAMBA\profile_backup
  
  All fine, but on the web interface it seems like one backslash is eaten
  from one or more backslashes:
  
  Disk ok - 2.32G (14%) free on \SAMBAprofile_backup
  
- 
  Looks like backslashes are being unescaped somewhere...

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

Title:
  Backslashes from check_disk_smb output are removed in web interface

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


[Bug 694707] [NEW] database doesn't get purged during purge

2010-12-27 Thread /usr/local/dick
Public bug reported:

When documenting the installation of slapd on Lucid, I often need to go back to 
a clean default install. I do this by:
apt-get -y purge slapd  apt-get install slapd

It seems that purging does not remove /var/lib/ldap, so after re-
installation old database stuff is hanging around.

Hence, you receive all kinds of 'duplicate' warnings when trying to add
things to an alleged 'clean' install.

Expected behavior: 'apt-get purge slapd' purges everything, including
/var/lib/ldap.

FYI, this is the only ldap related package I had installed, so
/var/lib/ldap is not used by other packages.

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

** Description changed:

  When documenting the installation of slapd on Lucid, I often need to go back 
to a clean default install. I do this by:
  apt-get -y purge slapd  apt-get install slapd
  
  It seems that purging does not remove /var/lib/ldap, so after re-
  installation old database stuff is hanging around.
  
- Hence, you receive all kinds of 'duplicate' warning when trying to add
- thing to an alleged 'clean' install.
+ Hence, you receive all kinds of 'duplicate' warnings when trying to add
+ things to an alleged 'clean' install.
+ 
+ Expected behavior: 'apt-get purge slapd' purges everything, including
+ /var/lib/ldap.
+ 
+ FYI, this is the only ldap related package I had installed, so
+ /var/lib/ldap is not used by other packages.

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

Title:
  database doesn't get purged during purge

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


[Bug 611644] Re: Snapshot with quiesce option fails and kills VM on ESXi 4.1

2010-08-16 Thread /usr/local/dick
Correction: copying modules does not work anymore on the latest kernel.

-- 
Snapshot with quiesce option fails and kills VM on ESXi 4.1
https://bugs.launchpad.net/bugs/611644
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 611644] [NEW] Snapshot with quiesce option fails and kills VM on ESXi 4.1

2010-07-30 Thread /usr/local/dick
Public bug reported:

Binary package hint: open-vm-tools

I recently upgraded from ESX4u2 to ESX4.1, and since then snapshots of
Lucid VMs go wrong. This surfaced because we use VCB to make backups of
our VMs, and this process includes making a quiesced snapshot. Done
manually from the ESX console shows:

~ # time vim-cmd vmsvc/snapshot.create 128 TestSnap Blah 0 1
Create Snapshot:
Create snapshot failed
real0m 16.29s
user0m 0.23s
sys 0m 0.00s

The bad thing is that it leaves the VM in an unusable state, with lots
of these on the console:

task xxx:123 blocked for more than 120 seconds.
echo 0  /proc/sys/kernel/hung_task_timeout_secs disables this.

The VM has to be hard reset at this point.

The tools from the VMware provided tar installer
(VMwareTools-8.3.2-257589.tar.gz) work fine, i.e. with those installed I
am able to make a quiesced snapshot without problems:

~ # time vim-cmd vmsvc/snapshot.create 176 TestSnap Vmware_tar_tools 0 1
Create Snapshot:
real0m 2.91s
user0m 0.21s
sys 0m 0.00s


As a workaround, I have now reconfigured the backup regime to not use queiscing 
for Ubuntu Lucid VMs (-Q 0 option for VCB's vcbmounter.exe).

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Snapshot with quiesce option fails and kills VM on ESXi 4.1
https://bugs.launchpad.net/bugs/611644
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 611644] Re: Snapshot with quiesce option fails and kills VM on ESXi 4.1

2010-07-30 Thread /usr/local/dick
FYI, it might be totally bad practise, but I just copied the kernel
modules from the host that has the official tar installer, to the host
with Ubuntu open-vm-tools (essentially replacing
/lib/modules/2.6.32-24-server/updates/dkms/*.ko ), and after rebooting
everything seems to work fine, i.e. I was able to make a couple of
quiesced snapshots.


I guess this means that the fault must be somewhere in the modules?

-- 
Snapshot with quiesce option fails and kills VM on ESXi 4.1
https://bugs.launchpad.net/bugs/611644
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 418527] Re: Unnecessary dependencies in open-vm-tools

2010-04-02 Thread /usr/local/dick
Thanks, I already found out this was the case.
I was a bit confused because the default did not work right away.
On a clean system

apt-get install --no-install-recommends linux-headers-`uname -r` open-
vm-dkms open-vm-tools

does the trick and everything seems to work just fine - the linux-
headers were needed because of #509865.

I am very happy, this is very useful for adoption of Ubuntu.

-- 
Unnecessary dependencies in open-vm-tools
https://bugs.launchpad.net/bugs/418527
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 553336] [NEW] server installer installs x11

2010-04-01 Thread /usr/local/dick
Public bug reported:

Binary package hint: debian-installer

Installing Lucid beta1 server, I selected only OpenSSH-server as feature.
After installation it has installed all the X11 stuff as well.
Tried again without selecting anything, still leads to X11 being installed...

** Affects: debian-installer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
server installer installs x11
https://bugs.launchpad.net/bugs/553336
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 418527] Re: Unnecessary dependencies in open-vm-tools

2010-04-01 Thread /usr/local/dick
Dependencies are still there in 2010.02.23-236320-1+ubuntu1.
This will severely impact usability on all ESX systems...please fix so that 
this LTS will have non-crappy tools.. thanks

-- 
Unnecessary dependencies in open-vm-tools
https://bugs.launchpad.net/bugs/418527
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 418527] Re: Unnecessary dependencies in open-vm-tools

2010-03-20 Thread /usr/local/dick
Installing lucid beta1 today, 2009.11.16-210370-1+ubuntu2 seems to still
want to install the entire X forest:

r...@lucid-beta1:~# apt-get install open-vm-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  aspell aspell-en consolekit cvs dbus dbus-x11 debhelper dictionaries-common 
diffstat ethtool gconf2 gconf2-common gettext hicolor-icon-theme html2text 
hunspell-en-us intel-gpu-tools intltool-debian libaspell15 libatk1.0-0
  libatk1.0-data libavahi-client3 libavahi-common-data libavahi-common3 
libcairomm-1.0-1 libck-connector0 libcroco3 libcups2 libeggdbus-1-0 
libenchant1c2a libfile-copy-recursive-perl libgconf2-4 libgl1-mesa-dri 
libglade2-0
  libglibmm-2.4-1c2a libgstreamer0.10-0 libgtk2.0-0 libgtk2.0-bin 
libgtk2.0-common libgtkmm-2.4-1c2a libhunspell-1.2-0 libice6 libicu42 libidl0 
libjasper1 libjpeg62 libmail-sendmail-perl libnotify1 liborbit2 
libpam-ck-connector
  libpangomm-1.4-1 libpciaccess0 libpolkit-gobject-1-0 libsexy2 libsm6 
libstartup-notification0 libsys-hostname-long-perl libtiff4 liburiparser1 
libwnck-common libwnck22 libxaw7 libxcb-atom1 libxcb-aux0 libxcb-event1 
libxcomposite1
  libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1 libxkbfile1 libxmu6 
libxpm4 libxrandr2 libxres1 libxss1 libxt6 libxtst6 libxv1 libxvmc1 
module-assistant notification-daemon open-vm-source open-vm-toolbox po-debconf 
quilt
  shared-mime-info update-inetd x11-xkb-utils xfonts-base xserver-common 
xserver-xorg xserver-xorg-core xserver-xorg-input-evdev 
xserver-xorg-input-mouse xserver-xorg-input-vmmouse xserver-xorg-video-all 
xserver-xorg-video-apm
  xserver-xorg-video-ark xserver-xorg-video-ati xserver-xorg-video-chips 
xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-geode 
xserver-xorg-video-i128 xserver-xorg-video-i740 xserver-xorg-video-intel
  xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-neomagic 
xserver-xorg-video-nouveau xserver-xorg-video-nv xserver-xorg-video-openchrome 
xserver-xorg-video-r128 xserver-xorg-video-radeon
  xserver-xorg-video-rendition xserver-xorg-video-s3 xserver-xorg-video-s3virge 
xserver-xorg-video-savage xserver-xorg-video-siliconmotion 
xserver-xorg-video-sis xserver-xorg-video-sisusb xserver-xorg-video-tdfx
  xserver-xorg-video-trident xserver-xorg-video-tseng xserver-xorg-video-v4l 
xserver-xorg-video-vesa xserver-xorg-video-vmware xserver-xorg-video-voodoo 
zerofree
Suggested packages:
  aspell-doc spellutils dh-make ispell emacsen-common jed-extra 
gconf-defaults-service gettext-doc hunspell openoffice.org-hunspell 
openoffice.org-core cups-common libenchant-voikko libglide3 gstreamer0.10-tools 
gstreamer0.10-plugins
  librsvg2-common gvfs libjasper-runtime xdg-utils libmail-box-perl procmail 
graphviz xfs xserver xfonts-100dpi xfonts-75dpi xfonts-scalable firmware-linux
Recommended packages:
  xserver-xorg-video-cyrix xserver-xorg-video-nsc
The following NEW packages will be installed:
  aspell aspell-en consolekit cvs dbus dbus-x11 debhelper dictionaries-common 
diffstat ethtool gconf2 gconf2-common gettext hicolor-icon-theme html2text 
hunspell-en-us intel-gpu-tools intltool-debian libaspell15 libatk1.0-0
  libatk1.0-data libavahi-client3 libavahi-common-data libavahi-common3 
libcairomm-1.0-1 libck-connector0 libcroco3 libcups2 libeggdbus-1-0 
libenchant1c2a libfile-copy-recursive-perl libgconf2-4 libgl1-mesa-dri 
libglade2-0
  libglibmm-2.4-1c2a libgstreamer0.10-0 libgtk2.0-0 libgtk2.0-bin 
libgtk2.0-common libgtkmm-2.4-1c2a libhunspell-1.2-0 libice6 libicu42 libidl0 
libjasper1 libjpeg62 libmail-sendmail-perl libnotify1 liborbit2 
libpam-ck-connector
  libpangomm-1.4-1 libpciaccess0 libpolkit-gobject-1-0 libsexy2 libsm6 
libstartup-notification0 libsys-hostname-long-perl libtiff4 liburiparser1 
libwnck-common libwnck22 libxaw7 libxcb-atom1 libxcb-aux0 libxcb-event1 
libxcomposite1
  libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1 libxkbfile1 libxmu6 
libxpm4 libxrandr2 libxres1 libxss1 libxt6 libxtst6 libxv1 libxvmc1 
module-assistant notification-daemon open-vm-source open-vm-toolbox 
open-vm-tools
  po-debconf quilt shared-mime-info update-inetd x11-xkb-utils xfonts-base 
xserver-common xserver-xorg xserver-xorg-core xserver-xorg-input-evdev 
xserver-xorg-input-mouse xserver-xorg-input-vmmouse xserver-xorg-video-all
  xserver-xorg-video-apm xserver-xorg-video-ark xserver-xorg-video-ati 
xserver-xorg-video-chips xserver-xorg-video-cirrus xserver-xorg-video-fbdev 
xserver-xorg-video-geode xserver-xorg-video-i128 xserver-xorg-video-i740
  xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga 
xserver-xorg-video-neomagic xserver-xorg-video-nouveau xserver-xorg-video-nv 
xserver-xorg-video-openchrome xserver-xorg-video-r128 xserver-xorg-video-radeon
  xserver-xorg-video-rendition xserver-xorg-video-s3 xserver-xorg-video-s3virge 
xserver-xorg-video-savage xserver-xorg-video-siliconmotion 

[Bug 468566] [NEW] Plugins in subdirectories are not loaded

2009-11-01 Thread /usr/local/dick
Public bug reported:

Binary package hint: open-vm-tools

On a new Karmic server, after compiling modules with m-a, open-vm-tools
works (i.e. Tools are OK in VMware VirtualCenter), but fails to report
the IP address and host name.

I turned on logging, and I see this:

r...@karmic-test:/etc/vmware-tools# cut -b 25- /var/log/vm.log | head
[ warning] [vmtoolsd] File 'vmsvc' is not a regular file, skipping.
[ warning] [vmtoolsd] File 'vmusr' is not a regular file, skipping.
[   debug] [vmtoolsd] Unable to register guest conf directory capability.
[   debug] [vmsvc] Channel was reset successfully.
[   debug] [vmtoolsd] Setting option 'synctime' to '0'.
[   debug] [vmtoolsd] Setting option 'copypaste' to '1'.
[   debug] [vmtoolsd] Setting option 'autohide' to '0'.
[   debug] [vmtoolsd] Setting option 'broadcastIP' to '1'.
[   debug] [vmtoolsd] Setting option 'enableDnD' to '0'.
[   debug] [vmtoolsd] Setting option 'synctime.period' to '0'.


After reading through the source code, I figured out that for the IP addresses 
and DNS name to show up in VirtualCenter, I probably need the libguestInfo.so 
plugin.

The plugins dir is layed out this way:

r...@karmic-test:/etc/vmware-tools# tree plugins

plugins
|-- vmsvc
|   |-- libguestInfo.so
|   |-- libhgfsServer.so
|   |-- libpowerOps.so
|   |-- libtimeSync.so
|   |-- libvix.so
|   `-- libvmbackup.so
`-- vmusr
|-- libhgfsServer.so
|-- libresolutionSet.so
|-- libvix.so
`-- libvixUser.so


Combining this layout with my logfile, it looks like only stuff directly under 
/etc/vmware-tools/plugins is loaded. To test this, I moved libguestInfo.so up 
to /etc/vmware-tools/plugins. Things started working right away:


r...@karmic-test:/etc/vmware-tools# cut -b 25- /var/log/vm.log | head
[   debug] [vmtoolsd] Plugin 'guestInfo' initialized.
[ warning] [vmtoolsd] File 'vmsvc' is not a regular file, skipping.
[ warning] [vmtoolsd] File 'vmusr' is not a regular file, skipping.
[   debug] [guestinfo] Setting guest uptime to '1718157965'
[   debug] [guestinfo] Entered update vmdb: 7.
[   debug] [guestinfo] Returning after updating guest information
[   debug] [vmtoolsd] Unable to register guest conf directory capability.
[   debug] [vmsvc] Channel was reset successfully.
[   debug] [vmtoolsd] Setting option 'synctime' to '0'.
[   debug] [vmtoolsd] Setting option 'copypaste' to '1'.


In fact, all plugins start working if I move them direcly under plugins:

r...@karmic-test:/etc/vmware-tools/plugins# cut -b 25- /var/log/vm.log | head
[   debug] [vmtoolsd] Plugin 'guestInfo' initialized.
[   debug] [vmtoolsd] Plugin 'hgfsServer' initialized.
[   debug] [vmtoolsd] Plugin 'powerops' initialized.
[   debug] [vmtoolsd] Plugin 'timeSync' initialized.
[   debug] [vmtoolsd] Plugin 'vix' initialized.
[   debug] [vmtoolsd] Plugin 'vixUser' initialized.
[   debug] [vmtoolsd] Plugin 'vmbackup' initialized.
[ warning] [vmtoolsd] File 'vmsvc' is not a regular file, skipping.
[ warning] [vmtoolsd] File 'vmusr' is not a regular file, skipping.
[   debug] [guestinfo] Setting guest uptime to '1718168662'


Only libresolutionSet.so kills vmtoolsd, but that is probably because I run an 
X-less server. 

Have tested with your new PPA open-vm-tools-2009.10.15, but that seems
to behave similarly (i.e. plugins not loaded). Only there I was able to
get things working by moving all plugins into the plugins/common folder
- have not tried out moving them all directly under plugins.

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Plugins in subdirectories are not loaded
https://bugs.launchpad.net/bugs/468566
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 278711] Re: open-vm-source doesn't build

2008-11-01 Thread /usr/local/dick

cd /us/src
tar xvfj open-vm.tar.bz2
perl -pi -e 's/#include\ asm\/semaphore.h//g' $(find /usr/src/modules/open-vm)
rm open-vm.tar.bz2
tar cvfj open-vm.tar.bz2 modules


Now the module do compile

-- 
open-vm-source doesn't build
https://bugs.launchpad.net/bugs/278711
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 244272] [NEW] ipv6 netfilter modules not available

2008-06-30 Thread /usr/local/dick
Public bug reported:

After installation of Ubuntu Hardy JeOS and using the linux-image-virtual 
kernel, the ipv6 netfilter modules are not installed.
On other Hardy systems (for instance that run linux-image-2.6.24-19-powerpc, 
and linux-image-2.6.24-16-server) I have the directory:


/lib/modules/`uname -r`/kernel/net/ipv6/iptables

However, linux-image-virtual lacks this directory, so ip6tables will not
work.

** Affects: linux-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
ipv6 netfilter modules not available
https://bugs.launchpad.net/bugs/244272
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 209410] [NEW] installer goes to sleep / activates screen saver

2008-03-30 Thread /usr/local/dick
Public bug reported:

Binary package hint: gfxboot-theme-ubuntu

When using the graphical installer of Hardy beta, the screensaver kicks in when 
it's halfway installing all the packages. If you didn't notice this and look 
back at the screen you might think that the installer had crashed because the 
screen is black.
Probably a screensaver is not a good thing during installation procedures.

I saw this on a P4 2.66 Ghz so this does not happen because the machine
is too old or slow.

Cheers,

** Affects: gfxboot-theme-ubuntu (Ubuntu)
 Importance: Undecided
 Status: New

-- 
installer goes to sleep / activates screen saver
https://bugs.launchpad.net/bugs/209410
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 73665] Edgy installer on iBook G3/500 crashes when date is 1904

2006-11-28 Thread /usr/local/dick
Public bug reported:

After maintenance and incidently resetting the bios clock to zero, which 
appreantly is the year 1904 on an iBook, the Xubuntu Edgy installer crashes.
After setting the date to a proper value (28 Nov 2006) the install works fine.
Here is the captured output of syslog on the crashed system:

http://cajones.org/~dick/syslog.txt

Best regards,

-- 
Dick Visser
Amsterdam 
The Netherlands

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Edgy installer on iBook G3/500 crashes when date is 1904
https://launchpad.net/bugs/73665

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


Re: [Bug 73665] Re: Edgy installer on iBook G3/500 crashes when date is 1904

2006-11-28 Thread /usr/local/dick
sam tygier wrote:
 related to Bug #23426
 
 maybe both could be fixed if when the hardware clock is read, the date
 is forced to be after 1970.
 

looks like a relation indeed.
sorry for not checking for past bugs, i just followed the advice in the text 
that was 
onscreen while the crash happened.

the fixed post-1970 date would seem as a viable solution to me.
good luck and thanks for the prompt answer.

best regards,


-- 
   **** Dick Visser TIENHUIS Networking
  **   *   *Touwbaan 68 P: +31206843731
   *   * ***1018 HS Amsterdam   F: +31208641420
   *   * * *The Netherlands M: +31622698108
   *   **  *IP-phone (SIP)/email:  [EMAIL PROTECTED]
   *   *   *PGP-key: http://www.tienhuis.nl/gpg.txt
   *   *   *Webcam: http://www.tienhuis.nl/cam2.asx
  ***   ***

-- 
Edgy installer on iBook G3/500 crashes when date is 1904
https://launchpad.net/bugs/73665

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