Opened 12 years ago

Closed 12 years ago

#45 closed (fixed)

perl "Uninitialized value" warning in experiment details page

Reported by: chaos@bbn.com Owned by: somebody
Priority: major Milestone:
Component: Administration Version: SPIRAL4
Keywords: Cc:
Dependencies:

Description

I created a sliver today on the slice pgeni.gpolab.bbn.com/ecgtest2, containing two VMs on pc3.utah.geniracks.net. The web details page, https://boss.utah.geniracks.net/showexp.php3?pid=pgeni-gpolab-bbn-com&eid=ecgtest2#details, contains:

SSHD Port allocation ('ssh -p portnum'):
ID              Port       SSH command
--------------- ---------- ----------------------
Use of uninitialized value $m in concatenation (.) or string at /usr/testbed/bin/tbreport line 370, <DATA> line 497.
virt1           30778      ssh -p 30778 .ecgtest2.pgeni-gpolab-bbn-com.utah.geniracks.net
Use of uninitialized value $m in concatenation (.) or string at /usr/testbed/bin/tbreport line 370, <DATA> line 497.
virt2           30779      ssh -p 30779 .ecgtest2.pgeni-gpolab-bbn-com.utah.geniracks.net

Looks like a small perl bug of some sort.

Change History (2)

comment:1 Changed 12 years ago by chaos@bbn.com

Taking a slightly closer look at that: it looks like the host part of the FQDN (e.g. "virt1" or "virt2" is missing. Looks like tbreport is looking that up in some map or other. So this may actually be a duplicate of 36, but i'll leave it for now.

comment:2 Changed 12 years ago by chaos@bbn.com

Resolution: fixed
Status: newclosed

Leigh claimed this was fixed, and it seems to be. Thanks.

Note: See TracTickets for help on using tickets.