<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi Sebastien,<BR>
&nbsp;<BR>
Thank you for your reply. After more debugging and inspection, it seems that with the HAHA patch, if the configuration options for HAHA are not set up in the&nbsp;configuration file, the daemon will terminate. This&nbsp;was probably why I couldn't connect to the&nbsp;virtual terminal&nbsp;or&nbsp;see the&nbsp;daemon in the process list.<BR>
&nbsp;<BR>
With that sorted, I am not able to launch the daemon with out it terminating. But here comes another problem. The&nbsp;daemon would keep doing this:<BR>
&nbsp;<BR>
Mon Jan 18 14:58:02 mh_try_pad: Added 0 bytes for padding<BR>Mon Jan 18 14:58:02 mh_send: sending MH type 10<BR>from 2001:a:b:0:0:0:0:1<BR>to 2001:a:b:0:0:0:0:1<BR>Mon Jan 18 14:58:02 mh_send: sendmsg: Invalid argument<BR>RELIABLE STATE: STABILIZING<BR>RELIABLE STATE: CLAIMING<BR>Mon Jan 18 14:58:04 mh_try_pad: Added 0 bytes for padding<BR>Mon Jan 18 14:58:04 mh_send: sending MH type 10<BR>from 2001:a:b:0:0:0:0:1<BR>to 2001:a:b:0:0:0:0:1<BR>Mon Jan 18 14:58:04 mh_send: sendmsg: Invalid argument<BR>RELIABLE STATE: STABILIZING<BR>RELIABLE STATE: CLAIMING<BR><BR>
I am not sure why&nbsp;mh_send says sendmsg is getting an invalid argument.<BR>
&nbsp;<BR>
My configuration file is as follows: <BR>
&nbsp;<BR>
NodeConfig HA;<BR>
DebugLevel 10;<BR>Interface "eth2";<BR>HaAcceptMobRtr enabled;<BR>
HaAcceptMCoAReg enabled;<BR>SendMobPfxAdvs enabled;<BR>SendUnsolMobPfxAdvs enabled;<BR>
&nbsp;<BR>
# MNP configuration<BR>HaServedPrefix 2001:a:b:0::/64;<BR>BindingAclPolicy 2001:a:b:0::1 (2001:a:b:1::/64) MCoAReg allow;<BR>DefaultBindingAclPolicy deny;<BR>
&nbsp;<BR>
########### HAHA specific configuration ###########<BR># The below address is the Home Agent address that will <BR># be used in the MN config file <BR>HaReliabilityGroupAddr 2001:a:b:0::ffff/64;<BR>
&nbsp;<BR>
# Set HaReliabilityHardSwitch to "enabled" to enable Hard <BR># Switch mode.<BR>HaReliabilityHardSwitch disabled;<BR>
&nbsp;<BR>
# This is the Group ID the HA belongs to. This is useful if <BR># you have multiple groups of HA running the HAHA protocol on <BR># the same link. It MUST be &lt; 255.<BR>HaReliabilityGroupId 1;<BR>
&nbsp;<BR>
# Set this to the priority of the HA which will use this <BR># config file. It must be different for each config file used <BR># for each HA. The active HA is the one with the lowest <BR># priority. It MUST be &lt; 10.<BR>HaReliabilityOurPrio 1;<BR>
&nbsp;<BR>
# List the addresses and priority of all your Home Agents<BR>HaReliabilityGroup {<BR>&nbsp;# List the addresses and priority of all your Home Agents,<BR>&nbsp;# including the one for which you write the config file.<BR>&nbsp;# Priorities MUST be &lt; 10.<BR>&nbsp;HaReliabilityAddr 2001:a:b:0::1 (HaReliabilityPrio 1);<BR>}<BR><BR>UseMnHaIPsec disabled;<BR>
KeyMngMobCapability disabled;<BR>
&nbsp;<BR>
I have tried searching for posts and others with similiar issues, but was not able to come up with anything. Any suggestion is appreciated. :)<BR><BR>&nbsp;<BR>&gt; Date: Mon, 18 Jan 2010 11:24:05 +0900<BR>&gt; From: sdecugis@hongo.wide.ad.jp<BR>&gt; To: support@ml.nautilus6.org<BR>&gt; Subject: Re: [support] NEPL not starting? Can't access virtual terminal.<BR>&gt; <BR>&gt; Hi,<BR>&gt; <BR>&gt; Can you see the pid of the daemon with ps command?<BR>&gt; <BR>&gt; I am not familiar with the HA-HA patch, I don't know if it changes the<BR>&gt; behavior of the virtual terminal. Anyway, according to your logs, the vt<BR>&gt; should be accessible...<BR>&gt; <BR>&gt; Also, do you have a core file? What is the result of "uname -c" in your<BR>&gt; terminal ? Can you launch the daemon directly, without the script ?<BR>&gt; <BR>&gt; Best regards,<BR>&gt; Sebastien.<BR>&gt; <BR>&gt; Le 16/01/2010 17:43, dfg dfg a écrit :<BR>&gt; &gt; Hi everyone,<BR>&gt; &gt; <BR>&gt; &gt; This is my first post to the mailing list, so please bear with me if I<BR>&gt; &gt; make a mistake :)<BR>&gt; &gt; <BR>&gt; &gt; I am currently setting up a test bench with 1 HA, 1 foreign network<BR>&gt; &gt; and 1 mobile node.<BR>&gt; &gt; <BR>&gt; &gt; I was able to install Ubuntu 9.10 and then recompile the kernel to<BR>&gt; &gt; enable the modules as required in the NEPL HOW-TO. I was also able to<BR>&gt; &gt; compile umip-0.4 patched with NEPL, MCoA and HAHA support. I also<BR>&gt; &gt; created a start up script file as per the NEPL documentation.<BR>&gt; &gt; <BR>&gt; &gt; So far, I have configured the home agent. When starting the home<BR>&gt; &gt; agent, this is what I get:<BR>&gt; &gt; <BR>&gt; &gt; mip6d[2468]: MIPL Mobile IPv6 for Linux v2.0.2-umip-0.4 started (Home<BR>&gt; &gt; Agent)<BR>&gt; &gt; Sat Jan 16 19:28:44 main: MIPL Mobile IPv6 for Linux started in debug<BR>&gt; &gt; mode, not detaching from terminal<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: config_file = /etc/mip6d/mip6d.conf<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: vt_hostname = localhost<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: vt_service = 7777<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: mip6_entity = 2<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: debug_level = 10<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: debug_log_file = stderr<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: PolicyModulePath = [internal]<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: DefaultBindingAclPolicy = 129<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: NonVolatileBindingCache = disabled<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: KeyMngMobCapability = disabled<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: UseMnHaIPsec = disabled<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: MnMaxHaBindingLife = 262140<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: MnMaxCnBindingLife = 420<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: MnRouterProbes = 0<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: MnRouterProbeTimeout = 0.000000<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: InitialBindackTimeoutFirstReg = 1.500000<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: InitialBindackTimeoutReReg = 1.000000<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: UseCnBuAck = disabled<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: DoRouteOptimizationMN = enabled<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: MnUseAllInterfaces = disabled<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: MnDiscardHaParamProb = disabled<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: SendMobPfxSols = enabled<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: OptimisticHandoff = disabled<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: MobRtrUseExplicitMode = enabled<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: SendMobPfxAdvs = enabled<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: SendUnsolMobPfxAdvs = enabled<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: MaxMobPfxAdvInterval = 86400<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: MinMobPfxAdvInterval = 600<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: HaMaxBindingLife = 262140<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: HaAcceptMobRtr = enabled<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: HaAcceptMCoAReg = enabled<BR>&gt; &gt; Sat Jan 16 19:28:44 conf_show: DoRouteOptimizationCN = enabled<BR>&gt; &gt; RELIABLE: Hard Switch 0<BR>&gt; &gt; RELIABLE: Group 0<BR>&gt; &gt; RELIABLE: Prio 0<BR>&gt; &gt; RELIABLE: Addr 0:0:0:0:0:0:0:0<BR>&gt; &gt; RELIABLE: Prfx len 0<BR>&gt; &gt; Sat Jan 16 19:28:44 xfrm_cn_init: Adding policies and states for CN<BR>&gt; &gt; Sat Jan 16 19:28:44 xfrm_ha_init: Adding policies and states for HA<BR>&gt; &gt; Sat Jan 16 19:28:44 ha_if_addr_setup: Joined anycast group<BR>&gt; &gt; 2001:a:b:0:fdff:ffff:ffff:fffe on iface 6<BR>&gt; &gt; RELIABLE STATE: STABILIZING<BR>&gt; &gt; relha_main.c, get_above_prio, line:296<BR>&gt; &gt; mip6d[2468]: relha_main.c, get_above_prio, line:296<BR>&gt; &gt;<BR>&gt; &gt; Does this mean that the home agent has been started properly? Why is<BR>&gt; &gt; it that I can't access the virtual terminal using: telnet localhost<BR>&gt; &gt; 7777? I also tried chaning the vt_service port to 1234, but that did<BR>&gt; &gt; not make a difference. My umip was also compiled with --enable-vt.<BR>&gt; &gt; <BR>&gt; &gt; Any help appreciated.<BR>&gt; &gt; <BR>&gt; &gt; Cheers :)<BR>&gt; &gt;<BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Support mailing list<BR>&gt; &gt; Support@ml.nautilus6.org<BR>&gt; &gt; http://ml.nautilus6.org/mailman/listinfo/support<BR>&gt; &gt; <BR>&gt; _______________________________________________<BR>&gt; Support mailing list<BR>&gt; Support@ml.nautilus6.org<BR>&gt; http://ml.nautilus6.org/mailman/listinfo/support<BR>                                               <br /><hr />Windows Live Messenger makes it easier to stay in touch - <a href='http://go.microsoft.com/?linkid=9706113' target='_new'>learn how!</a></body>
</html>