On 2012/07/30 (Jul), at 8:43 AM, Matthew Toseland wrote: > Two points: > 1. How to fix this? > 2. This enables us to get rid of the console tarball! > > From: Boyandin Konstantin <[email protected]> > Date: 2012/07/30 (July) 4:27:30 AM CDT > To: [email protected] > Subject: [freenet-support] Installing Freenet on CentOS: 'ca > Reply-To: [email protected] > > > Hello, > > I am trying to install Freenet in console (text-only) mod on CentOS 6.2 > x86_64. > > $ wget https://freenet.googlecode.com/files/new_installer_offline_1407.jar -O > new_installer_offline.jar > $ java -jar new_installer_offline.jar -console > Select target path [/home/user/Downloads] > /home/user/Freenet
I would first check to be sure this directory is correct, somehow "user" makes me think that either it could not read the USER environment variable or the log output was sanitized. > press 1 to continue, 2 to quit, 3 to redisplay > 1 > [ Starting to unpack ] > [ Processing package: Base (1/4) ] > [ Processing package: License (2/4) ] > [ Processing package: Unix (3/4) ] > [ Processing package: UninstallStuff (4/4) ] > [ WARNING: Error executing > /bin/chmod a+x /home/sagari/Freenet/run.sh ] > [ ERROR: The installation was not completed ] My first thought on this is that SELINUX might be enabled, if that is the case there may not be a workaround beside informing the user. > [ Unpacking finished ] > > Running the above command > /bin/chmod a+x /home/sagari/Freenet/run.sh > results in no errors whatsoever. ...which is why I suspect SELINUX, because the "java" binary has a different privilege list than the shell. You can check by running "getenforce" or "cat /etc/selinux/config" (and looking for "disabled"). -- Robert Hailey
_______________________________________________ Devl mailing list [email protected] https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
