Your message dated Wed, 03 Apr 2013 11:44:43 +0200
with message-id <515bfa0b.3000...@kolmann.at>
and subject line Re: Bug#704523: fixed IPv6 Configuration only in installer
fails
has caused the Debian Bug report #704523,
regarding fixed IPv6 Configuration only in installer fails
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
704523: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704523
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: installation-reports
Boot method: iso mounted into virtual machine
Image version:
http://cdimage.debian.org/cdimage/wheezy_di_rc1/amd64/iso-cd/debian-wheezy-DI-rc1-amd64-netinst.iso
Date: 2013-04-02 12:50:00 CEST
Machine: VMware ESX 5.1 Virtual Machine, configured to run Debian 6.0 AMD 64
Processor: Intel Xeon E5-26500 (1vCPU)
Memory: 1024MB
Partitions: none specified
Output of lspci -knn (or lspci -nn):
Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it
Initial boot: [O]
Detect network card: [O]
Configure network: [E]
Detect CD: [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives: [ ]
Install base system: [ ]
Clock/timezone setup: [ ]
User/password setup: [ ]
Install tasks: [ ]
Install boot loader: [ ]
Overall install: [ ]
Comments/Problems:
On my network we have IPv6 enabled. I wanted to configure the new box IPv6 only
with a fixed Address to test.
Booting off the RC1 ISO, I set following options
Regular install
Language: English
Country: Austria
Default Setting: en_US.UTF-8
Keymap: German
At the nameserver screen I go back twice to specify a fixed IPv6 Address.
IP Address: 2001:629:1005:323::161
Netmask: ffff:ffff:ffff:ffff::
Gateway: 2001:629:1005:323::1
Nameservers: 2001:629:1001:1::53 2001:629:1001:2::53
Then the screen stays blue and never goes on.
On console 4 I see the following logmessage looping:
nc_v6_interface_configured(eth0, scope global)
Running ip addr show eth0 to look for address
ip line: 2: eth0:<BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qd isc pfifo_fast
qlen 1000
ip line: link/ether 00:50:56:be:XX:XX brd ff:ff:ff:ff:ff:ff
ip line: inet6 2001:629:1005:323:250:56ff:febe:XXXX/64 scope global dynamic
ip line: valid_lft 2591972sec preffered_lft 604772sec
ip line: inet6 2001:629:1005:323::161/64 scope global tentative flags 08
ip line: valid_lft forever preffered_lft forever
ip line: inet6 fe80::250:56ff:febe:XXXX/64 scope link
ip line: valid_lft forever preffered_lft forever
On console 2 I can ping both nameservers but the installer hangs at a blue
screen.
Thanks
Philipp
--- End Message ---
--- Begin Message ---
On 2013-04-03 03:09, Ben Hutchings wrote:
Control: tag -1 unreproducible
On Wed, 2013-04-03 at 00:59 +0200, Samuel Thibault wrote:
Philipp Kolmann, le Tue 02 Apr 2013 13:33:23 +0200, a écrit :
On console 4 I see the following logmessage looping:
nc_v6_interface_configured(eth0, scope global)
Running ip addr show eth0 to look for address
ip line: 2: eth0:<BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qd isc pfifo_fast
qlen 1000
ip line: link/ether 00:50:56:be:XX:XX brd ff:ff:ff:ff:ff:ff
ip line: inet6 2001:629:1005:323:250:56ff:febe:XXXX/64 scope global dynamic
ip line: valid_lft 2591972sec preffered_lft 604772sec
ip line: inet6 2001:629:1005:323::161/64 scope global tentative flags 08
ip line: valid_lft forever preffered_lft forever
ip line: inet6 fe80::250:56ff:febe:XXXX/64 scope link
ip line: valid_lft forever preffered_lft forever
And the tentative flag never disappears? You should probably check why
that doesn't happen, as that's what netcfg is waiting for AIUI.
I just tested this configuration and as expected the tentative status
goes away after 2 seconds.
Your ip output includes 'flags 08' which corresponds to IFA_F_DADFAILED
(duplicate address detection failed). Which means either someone else
is already using the address you selected, or else a switch is
reflecting the packets sent during DAD.
Sorry for bothering. I had the IPv6 Address already in use, but not
pingable, so I thought it was not in use.
Everything works fine now.
thanks
Philipp
--- End Message ---