As mentioned in the jobmonarch thread, I ran into a problem where Ganglia seemed to be missing a config file during installation. Turns out it wasn't missing, just looking in the wrong place. --> Running post_server_install scripts for server non-core packages Shutting down GANGLIA gmond: [FAILED] /var/lib/oscar/packages/ganglia/post_server_install: line 22: /var/lib/oscar/packages/ganglia/scripts/edit_ganglia_conf: No such file or directory /var/lib/oscar/packages/ganglia/post_server_install: line 23: /var/lib/oscar/packages/ganglia/scripts/edit_ganglia_conf: No such file or directory Failed running post_server_install for ganglia at ./install_server line 161 --> Step 3: Failed to properly install OSCAR server; please check the logs The problem was that edit_ganglia_conf exists in /var/lib/oscar/packages/ganglia not /var/lib/oscar/packages/ganglia/scripts. This also happened for Torque:
[torque] ...updating xpbsmonrc file cp: cannot stat `/var/lib/oscar/packages/torque/scripts/TORQUE.pm': No such file or directory Failed to copy /var/lib/oscar/packages/torque/scripts/TORQUE.pm to /opt/oscar/lib/OSCAR/OCA/RM_Detect at /var/lib/oscar/packages/torque/server-post-install line 88 Failed running post_server_install for torque at ./install_server line 161 --> Step 3: Failed to properly install OSCAR server; please check the logs TORQUE.pm exists in /var/lib/oscar/packages/torque, not /var/lib/oscar/packages/torque/scripts I did not install all packages, so I don't know what others have this same problem. My Package Selector did not include jobmonarch, sge, apitest, lam, mpich, openmpi, pvm, ntpconfig, pfilter, or linux-ha, so I can't speak to these working or not on my system. As a reminder, I'm using rhel-5-x86_64 from branch on a CentOS 5 x86_64 platform. Once I figured out the problem, I was able to work around it, so the issue isn't blocking for me right now. I know that not all x86_64 work is complete, so this may already be known, or just go on that TODO list for now if that is appropriate for what your plans are. Thanks for all the help so far. --Joe ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
