Package: guessnet
Version: 0.51-1
Severity: important

While guessnet works fine after booting, it always fails at boot time.

My /etc/network/interfaces file currently contains:

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

auto lo eth0

# The loopback network interface
iface lo inet loopback

# The primary network interface
#allow-hotplug eth0

mapping eth0
  script guessnet-ifupdown
  map default: none
  map debug: true
  #map timeout: 2

iface none inet dhcp

iface home inet static
  address 192.168.0.8
  netmask 255.255.255.0
  broadcast 192.168.0.255
  gateway 192.168.0.1
  test peer address 192.168.0.1 mac 00:00:c5:b4:98:74
------------------------------------------------------------

As you can see, evrything is fine from the command line:

# guessnet-ifupdown --debug -v eth0 < /dev/null
guessnet: program name is guessnet-ifupdown: enabling ifupdown mode
guessnet: Added startable with priority 100
guessnet: Added startable with priority 200
guessnet: Added startable with priority 4294967295
guessnet: 1 candidates found in input
guessnet: Guessnet 0.51 starting...
guessnet: Trying MII detection
guessnet: 0 candidate profiles
guessnet: Added "default" test none
guessnet: Trying MII detection
guessnet: Initialized test subsystems
guessnet: Starting all 3 startables
guessnet: Starting elements with priority 100
guessnet: Starting elements with priority 200
guessnet: Starting net sender
guessnet: Starting elements with priority 4294967295
guessnet: Sending 10 ARP probes, 1 every second...
guessnet: Started tests
guessnet: 2 candidates
guessnet: Got ARP reply from 192.168.0.1 00:00:c5:b4:98:74
guessnet: ARP reply from 192.168.0.1 00:00:c5:b4:98:74 matches
guessnet: Notified success of scan peer 192.168.0.1 00:00:c5:b4:98:74
guessnet: Keeping candidate home
guessnet: Got ARP reply from 192.168.0.1 00:00:c5:b4:98:74
guessnet: ARP reply from 192.168.0.1 00:00:c5:b4:98:74 matches
guessnet: Notified success of scan peer 192.168.0.1 00:00:c5:b4:98:74
guessnet: Keeping candidate home
guessnet: Got ARP reply from 192.168.0.1 00:00:c5:b4:98:74
guessnet: ARP reply from 192.168.0.1 00:00:c5:b4:98:74 matches
guessnet: Notified success of scan peer 192.168.0.1 00:00:c5:b4:98:74
guessnet: Keeping candidate home
guessnet: Got ARP reply from 192.168.0.1 00:00:c5:b4:98:74
guessnet: ARP reply from 192.168.0.1 00:00:c5:b4:98:74 matches
guessnet: Notified success of scan peer 192.168.0.1 00:00:c5:b4:98:74
guessnet: Keeping candidate home
guessnet: Got ARP reply from 192.168.0.1 00:00:c5:b4:98:74
guessnet: ARP reply from 192.168.0.1 00:00:c5:b4:98:74 matches
guessnet: Notified success of scan peer 192.168.0.1 00:00:c5:b4:98:74
guessnet: Keeping candidate home
home

But in the /var/log/boot file:

Thu Oct  1 09:38:43 2009: Configuring network interfaces...guessnet: Added 
startable with priority 100
Thu Oct  1 09:38:46 2009: guessnet: Added startable with priority 200
Thu Oct  1 09:38:46 2009: guessnet: Added startable with priority 4294967295
Thu Oct  1 09:38:46 2009: guessnet: 1 candidates found in input
Thu Oct  1 09:38:46 2009: guessnet: Guessnet 0.51 starting...
Thu Oct  1 09:38:46 2009: guessnet: Trying MII detection
Thu Oct  1 09:38:46 2009: guessnet: 0 candidate profiles
Thu Oct  1 09:38:46 2009: guessnet: Added "default" test none
Thu Oct  1 09:38:46 2009: guessnet: Trying MII detection
Thu Oct  1 09:38:46 2009: guessnet: Interface eth0 was down: initializing for 
broadcast
Thu Oct  1 09:38:47 2009: guessnet: Trying MII detection
Thu Oct  1 09:38:47 2009: guessnet: Initialized test subsystems
Thu Oct  1 09:38:47 2009: guessnet: Starting all 3 startables
Thu Oct  1 09:38:47 2009: guessnet: Starting elements with priority 100
Thu Oct  1 09:38:47 2009: guessnet: Starting elements with priority 200
Thu Oct  1 09:38:47 2009: guessnet: Starting net sender
Thu Oct  1 09:38:47 2009: guessnet: Starting elements with priority 4294967295
Thu Oct  1 09:38:47 2009: guessnet: Sending 10 ARP probes, 1 every second...
Thu Oct  1 09:38:47 2009: guessnet: Started tests
Thu Oct  1 09:38:47 2009: guessnet: 2 candidates
Thu Oct  1 09:38:48 2009: Unknown pcap error. Context:
Thu Oct  1 09:38:48 2009:     getting a new packet from the network.  Quitting 
NetWatcher thread.
Thu Oct  1 09:38:52 2009: No such process. Context:
Thu Oct  1 09:38:52 2009:     Cancelling generic thread when shutting down 
NetWatcher
Thu Oct  1 09:38:52 2009: Internet Systems Consortium DHCP Client V3.1.2p1
Thu Oct  1 09:38:52 2009: Copyright 2004-2009 Internet Systems Consortium.
Thu Oct  1 09:38:52 2009: All rights reserved.
Thu Oct  1 09:38:52 2009: For info, please visit http://www.isc.org/sw/dhcp/
Thu Oct  1 09:38:52 2009: 
Thu Oct  1 09:38:53 2009: Listening on LPF/eth0/00:24:e8:97:5f:73
Thu Oct  1 09:38:53 2009: Sending on   LPF/eth0/00:24:e8:97:5f:73
Thu Oct  1 09:38:53 2009: Sending on   Socket/fallback
Thu Oct  1 09:38:56 2009: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 
interval 3
Thu Oct  1 09:38:56 2009: DHCPOFFER from 192.168.0.1
Thu Oct  1 09:38:56 2009: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Thu Oct  1 09:38:56 2009: DHCPACK from 192.168.0.1
Thu Oct  1 09:38:56 2009: bound to 192.168.0.104 -- renewal in 1764 seconds.
Thu Oct  1 09:39:08 2009: done.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages guessnet depends on:
ii  libc6                         2.9-26     GNU C Library: Shared libraries
ii  libgcc1                       1:4.4.1-4  GCC support library
ii  libiw29                       29-2       Wireless tools - library
ii  libnet1                       1.1.4-2    library for the construction and h
ii  libpcap0.8                    1.0.0-4    system interface for user-level pa
ii  libstdc++6                    4.4.1-4    The GNU Standard C++ Library v3

guessnet recommends no packages.

Versions of packages guessnet suggests:
pn  ifplugd                       <none>     (no description available)
pn  pppoe                         <none>     (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to