T
toltech
L.S.,
We are trying to run appserverclient on Ubuntu feisty. For this we downloaded the tar.gz package. Running bash install.sh seems to work, the next command also works:
./appserverclient -s 10.1.0.164 -m AL -u administrator -p xxx -o 3
It returns a whole list and also the exported applications.
./appserverclient -s 10.1.0.164 -m AL -u administrator -p xxx -o 3 | grep InName
<InName>notepad.exe</InName>
<InName>My desktop</InName>
<InName>WinSCP.exe</InName>
<InName>System properties</InName>
The next step is:
./appserverclient -s 10.1.0.164 -u administrator -p xxx -o 3 -a notepad.exe
Segmentation fault (core dumped)
Any ideas?
regards,
Robert
We are trying to run appserverclient on Ubuntu feisty. For this we downloaded the tar.gz package. Running bash install.sh seems to work, the next command also works:
./appserverclient -s 10.1.0.164 -m AL -u administrator -p xxx -o 3
It returns a whole list and also the exported applications.
./appserverclient -s 10.1.0.164 -m AL -u administrator -p xxx -o 3 | grep InName
<InName>notepad.exe</InName>
<InName>My desktop</InName>
<InName>WinSCP.exe</InName>
<InName>System properties</InName>
The next step is:
./appserverclient -s 10.1.0.164 -u administrator -p xxx -o 3 -a notepad.exe
Segmentation fault (core dumped)
Any ideas?
regards,
Robert