Package: olsrd Version: 0.6.1-5 Severity: important Hi,
olsrd started from /etc/init.d/olsrd looks for /etc/olsrd.conf instead of /etc/olsrd/olsrd.conf and aborts not finding the configuration file. Further olsrd reports errors on the options LinkQualityDijkstraLimit and LinkQualityWinSize in olsrd.conf. Commenting these two options out lets olsrd start without errors. Regards, -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 3.1.5 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages olsrd depends on: ii libc6 2.13-23 olsrd recommends no packages. olsrd suggests no packages. -- Configuration Files: /etc/olsrd/olsrd.conf changed: DebugLevel 0 Interface "eth1" { # IPv4 broadcast address to use. The # one usefull example would be 255.255.255.255 # If not defined the broadcastaddress # every card is configured with is used # Ip4Broadcast 255.255.255.255 # IPv6 address scope to use. # Must be 'site-local' or 'global' # Ip6AddrType site-local # IPv6 multicast address to use when # using site-local addresses. # If not defined, ff05::15 is used # Ip6MulticastSite ff05::11 # IPv6 multicast address to use when # using global addresses # If not defined, ff0e::1 is used # Ip6MulticastGlobal ff0e::1 # Emission intervals. # If not defined, RFC proposed values will # be used in most cases. # Hello interval in seconds(float) HelloInterval 6.0 # HELLO validity time HelloValidityTime 600.0 # TC interval in seconds(float) TcInterval 0.5 # TC validity time TcValidityTime 300.0 # MID interval in seconds(float) MidInterval 10.0 # MID validity time MidValidityTime 300.0 # HNA interval in seconds(float) HnaInterval 10.0 # HNA validity time HnaValidityTime 300.0 # When multiple links exist between hosts # the weight of interface is used to determine # the link to use. Normally the weight is # automatically calculated by olsrd based # on the characteristics of the interface, # but here you can specify a fixed value. # Olsrd will choose links with the lowest value. # Weight 0 # If a certain route should be preferred # or ignored by the mesh, the Link Quality # value of a node can be multiplied with a factor # entered here. In the example the route # using 192.168.0.1 would rather be ignored. # A multiplier of 0.5 will result in a small # (bad) LinkQuality value and a high (bad) # ETX value. # LinkQualityMult 192.168.0.1 0.5 # This multiplier applies to all other nodes # LinkQualityMult default 0.8 } LinkQualityFishEye 1 IpVersion 4 ClearScreen yes Hna4 { } Hna6 { } AllowNoInt yes Willingness 7 IpcConnect { # Determines how many simultaneously # IPC connections that will be allowed # Setting this to 0 disables IPC MaxConnections 0 # By default only 127.0.0.1 is allowed # to connect. Here allowed hosts can # be added Host 127.0.0.1 #Host 10.0.0.5 # You can also specify entire net-ranges # that are allowed to connect. Multiple # entries are allowed #Net 192.168.1.0 255.255.255.0 } UseHysteresis no LinkQualityLevel 2 Pollrate 0.1 TcRedundancy 2 MprCoverage 5 # Here parameters are set to be sent to the # plugin. Theese are on the form "key" "value". # Parameters ofcause, differs from plugin to plugin. # Consult the documentation of your plugin for details. # Example: dyn_gw params # how often to check for Internet connectivity # defaults to 5 secs # if one or more IPv4 addresses are given, do a ping on these in # descending order to validate that there is not only an entry in # routing table, but also a real internet connection. If any of # these addresses could be pinged successfully, the test was # succesful, i.e. if the ping on the 1st address was successful,the # 2nd won't be pinged #PlParam "name" "xxx" #PlParam "a.b.c.d" "xxx-eth" #PlParam "a.b.c.e" "xxx-bbb" #PlParam "a.b.c.f" "xxx-olsr" #PlParam "suffix" ".olsr" # accept connection from IP: # default 127.0.0.1 (localhost) #PlParam "accept" "192.168.0.5" #PlParam "port" "2004" -- 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