Page 1 of 1

missing case for timos under __node.php

Posted: Wed Jun 28, 2017 2:45 pm
by nubber7
After upgrading to newest version (68) noticing if a timos integrated version is used instead of distributed.. the management port option is missing.
turns out there is no case to check "timos" instead there is timosiom and timoscpm. in additin to this need to add timos option to let the integrated version to be used properly.
Missing:
case 'timos':
present:
case 'timos'om:
case 'timoscpm:

Workaround is to add that case to /opt/unetlab/html/includes/__node.php

Re: missing case for timos under __node.php

Posted: Wed Jun 28, 2017 6:47 pm
by ramindia
nubber7 wrote:
Wed Jun 28, 2017 2:45 pm
After upgrading to newest version (68) noticing if a timos integrated version is used instead of distributed.. the management port option is missing.
turns out there is no case to check "timos" instead there is timosiom and timoscpm. in additin to this need to add timos option to let the integrated version to be used properly.
Missing:
case 'timos':
present:
case 'timos'om:
case 'timoscpm:

Workaround is to add that case to /opt/unetlab/html/includes/__node.php
if you do any custom modification for the nodes, you need to take backup before you upgrade to next version.

R!

Re: missing case for timos under __node.php

Posted: Wed Jun 28, 2017 10:23 pm
by ecze
Noted for next release

E.

Re: missing case for timos under __node.php

Posted: Thu Aug 31, 2017 6:18 pm
by nubber7
Can this be implemented in the upcoming releases? I updated my system and still seeing the same issue. Had to update the file.

Regards.