All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] unbound vriable error.
@ 2010-10-26  4:07 ARJIT SHARMA
  2010-10-26  4:52 ` Garrett Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: ARJIT SHARMA @ 2010-10-26  4:07 UTC (permalink / raw)
  To: Garrett Cooper, ltp-list, hannuxx


[-- Attachment #1.1: Type: text/plain, Size: 359 bytes --]

Hi,

           In network stress tests

          following error is coming, it is not able to get value of
field variable.

""
          /opt/ltp/testcases/bin/get_ifname: line 79: field: unbound
variable

broken_ip6-version01    1  TBROK  :  Failed to get the interface name at the
remote host
""

how to resolve this error??


Best Regards,
Arjit Sharma.

[-- Attachment #1.2: Type: text/html, Size: 595 bytes --]

[-- Attachment #2: Type: text/plain, Size: 415 bytes --]

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev

[-- Attachment #3: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [LTP] unbound vriable error.
  2010-10-26  4:07 [LTP] unbound vriable error ARJIT SHARMA
@ 2010-10-26  4:52 ` Garrett Cooper
  0 siblings, 0 replies; 2+ messages in thread
From: Garrett Cooper @ 2010-10-26  4:52 UTC (permalink / raw)
  To: ARJIT SHARMA; +Cc: ltp-list, hannuxx

On Mon, Oct 25, 2010 at 9:07 PM, ARJIT SHARMA <joyarjit@gmail.com> wrote:
> Hi,
>
>            In network stress tests
>
>           following error is coming, it is not able to get value of
> field variable.
>
> ""
>           /opt/ltp/testcases/bin/get_ifname: line 79: field: unbound
> variable
> broken_ip6-version01    1  TBROK  :  Failed to get the interface name at the
> remote host
> ""
>
> how to resolve this error??

    Might be a shell bug because I'm not sure how this could be unset
(the error is coming from set -u -- I did that to catch potential bugs
in cmdlib.sh):

 78 # Pick HWaddr from HWaddr list
 79 field=`expr $link_num + 1`
 80 hwaddr=`echo $hwaddrs | cut -d ' ' -f $field`
 81 if [ x${hwaddr} = x ]; then
 82     echo "HWaddr list ($hwaddrs) is something wrong." >&2
 83     exit 1
 84 fi

Thanks,
-Garrett

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-26  4:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-26  4:07 [LTP] unbound vriable error ARJIT SHARMA
2010-10-26  4:52 ` Garrett Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.