A good landing is one from which you can walk away. A great landing is one after which you can still use your airplane
Is het bestand wel executable. Kijk eens wat er staat als je ls -al doet? dan moet er staan rwx r-x r-x. Is dat niet het geval kun je het bestand uitvoerbaar maken met chmod +x LinuxInstaller.bin
www.fendt.com | Nikon D7100 | PS5
Als hij niet executable is, krijg je de fout "Permission denied"
Als hij de fout "cannot execute binary file" geeft, herkent hij het bestandstype niet. Schijnbaar is de installer een javaprogramma. Ik gok dat hij de java runtime niet kan vinden.
Wat is de output van:
Als hij de fout "cannot execute binary file" geeft, herkent hij het bestandstype niet. Schijnbaar is de installer een javaprogramma. Ik gok dat hij de java runtime niet kan vinden.
Wat is de output van:
code:
1
2
3
| file LinuxInstaller.bin which java cat /proc/sys/fs/binfmt_misc/register |
[ Voor 5% gewijzigd door kenneth op 14-10-2003 11:11 ]
Look, runners deal in discomfort. After you get past a certain point, that’s all there really is. There is no finesse here.
Daar heb ik ook al aan gedacht ja, Hoe check je of java goed geinstalleerd is?
Ik ga het vanmiddag zodra ik thuis ben ff proberen
Ik ga het vanmiddag zodra ik thuis ben ff proberen
A good landing is one from which you can walk away. A great landing is one after which you can still use your airplane
Ik heb de volgende informatie over de files:
installMapleLinuxSU: Bourne shell script text
LinuxInstaller.bin: Bourne shell script text
java: data
Als ik "which java" doe, doet hij helemaal niets
cat /proc/sys/fs/binfmt_misc/register: No such file or directory
Dat klopt wel, want in die map staat geen enkel bestand
Ik heb zojuist jre geinstalleerd, maar hij doet het nog steeds niet
installMapleLinuxSU: Bourne shell script text
LinuxInstaller.bin: Bourne shell script text
java: data
Als ik "which java" doe, doet hij helemaal niets
cat /proc/sys/fs/binfmt_misc/register: No such file or directory
Dat klopt wel, want in die map staat geen enkel bestand
Ik heb zojuist jre geinstalleerd, maar hij doet het nog steeds niet
A good landing is one from which you can walk away. A great landing is one after which you can still use your airplane