missing case for timos under __node.php

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
nubber7
Posts: 10
Joined: Sun Jun 04, 2017 4:39 am

missing case for timos under __node.php

Post by nubber7 » 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

ramindia
Posts: 409
Joined: Sun Mar 19, 2017 10:27 pm

Re: missing case for timos under __node.php

Post by ramindia » Wed Jun 28, 2017 6:47 pm

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!

ecze
Posts: 534
Joined: Wed Mar 15, 2017 1:54 pm

Re: missing case for timos under __node.php

Post by ecze » Wed Jun 28, 2017 10:23 pm

Noted for next release

E.

nubber7
Posts: 10
Joined: Sun Jun 04, 2017 4:39 am

Re: missing case for timos under __node.php

Post by nubber7 » Thu Aug 31, 2017 6:18 pm

Can this be implemented in the upcoming releases? I updated my system and still seeing the same issue. Had to update the file.

Regards.

Post Reply