Michael Leow
2009-Sep-30 02:49 UTC
[crossbow-discuss] Unable to save configuration for Crossbow Demo tool
Hi all, Attended the OSUM Webinar this morning on Crossbow Demo and it was quite interesting. Downloaded and tried the demo but had mixed results which is puzzling. For example, tried to Save As .. (*.vwd) but no dialog box appears. Other functionality like Network Monitoring does not work properly. Even the compiling and execution only partly works. I suspect must be some sort of permission problem but I don''t know how to troubleshoot this issue. Any particular place I can find the logs to determine the root cause of the problem? Basic system info (basic OpenSolaris 2009.06): SunOS lily 5.11 snv_111b i86pc i386 i86pc Solaris Cheers! Michael Leow -- This message posted from opensolaris.org
Kais Belgaied
2009-Sep-30 17:04 UTC
[crossbow-discuss] Unable to save configuration for Crossbow Demo tool
Hi Michael and thanks for attending. Somehow the push script didn''t pick up the latest version. The old version had the *.vwm. I''m refreshing it now, and it should be there within the hour. The file size of the right version is 47622581 The older version''s size was 42472790 apology for the confusion. Kais On 09/29/09 19:49, Michael Leow wrote:> Hi all, > > Attended the OSUM Webinar this morning on Crossbow Demo and it was quite interesting. > > Downloaded and tried the demo but had mixed results which is puzzling. For example, tried to Save As .. (*.vwd) but no dialog box appears. Other functionality like Network Monitoring does not work properly. Even the compiling and execution only partly works. > > I suspect must be some sort of permission problem but I don''t know how to troubleshoot this issue. Any particular place I can find the logs to determine the root cause of the problem? > > Basic system info (basic OpenSolaris 2009.06): > SunOS lily 5.11 snv_111b i86pc i386 i86pc Solaris > > Cheers! > Michael Leow >
Michael Leow
2009-Oct-18 19:22 UTC
[crossbow-discuss] Unable to save configuration for Crossbow Demo tool
Kais, Thanks for your reply; I can now save the config. Here''s a simple bug fix in the install.ksh so that chime will appear correctly: [code] leow at lily:~/SANDBOX/CROSSBOWGUI/vWireBuilder$ diff install.ksh install.ksh.orig 51c51 < if [ ! -a /opt/OSOL0chime ]; then ---> if [ ! -a /opt/OSOLChime ]; then54c54 < pfexec cp -r OSOL0chime /opt ---> pfexec cp -r OSOLChime /opt[/code] Cheers! Michael Leow -- This message posted from opensolaris.org