F5F Stay Refreshed Software Operating Systems Running the command requires appropriate access rights.

Running the command requires appropriate access rights.

Running the command requires appropriate access rights.

S
Smoofie
Member
213
11-17-2016, 03:09 AM
#1
The FASM command rejected access even though you were running it as root, possibly due to permissions. The tutorial you're following might have issues with the file format or execution context. Double-check the file type and ensure it's compatible with your setup.
S
Smoofie
11-17-2016, 03:09 AM #1

The FASM command rejected access even though you were running it as root, possibly due to permissions. The tutorial you're following might have issues with the file format or execution context. Double-check the file type and ensure it's compatible with your setup.

A
Ariiiiiii
Member
63
11-18-2016, 07:48 AM
#2
Consider testing sudo chmod 777 on fasm and re-running the assembly file. This action is typically avoided due to security concerns, yet may resolve the issue. What are your intentions?
A
Ariiiiiii
11-18-2016, 07:48 AM #2

Consider testing sudo chmod 777 on fasm and re-running the assembly file. This action is typically avoided due to security concerns, yet may resolve the issue. What are your intentions?

B
BaconCraft3r
Member
205
11-18-2016, 08:15 AM
#3
It hasn't worked anymore, no idea why.
B
BaconCraft3r
11-18-2016, 08:15 AM #3

It hasn't worked anymore, no idea why.

I
iDoNotEvenLift
Posting Freak
936
11-18-2016, 12:48 PM
#4
It hasn't worked anymore, no idea why.
I
iDoNotEvenLift
11-18-2016, 12:48 PM #4

It hasn't worked anymore, no idea why.

S
soul_harveste
Member
223
11-22-2016, 08:47 PM
#5
Sure, please share the downloaded file and the tutorial you're working on. I'll check for any issues with the script.
S
soul_harveste
11-22-2016, 08:47 PM #5

Sure, please share the downloaded file and the tutorial you're working on. I'll check for any issues with the script.

X
XxusoO
Member
78
11-24-2016, 09:36 PM
#6
These resources offer a good hash for Linux as described in the project repository.
X
XxusoO
11-24-2016, 09:36 PM #6

These resources offer a good hash for Linux as described in the project repository.

P
Pierleo29
Member
133
11-25-2016, 09:10 AM
#7
Examining the script reveals only two commands. Running each separately might resolve the issue. If not, installing FASM via apt and then executing without the './' could help.
P
Pierleo29
11-25-2016, 09:10 AM #7

Examining the script reveals only two commands. Running each separately might resolve the issue. If not, installing FASM via apt and then executing without the './' could help.

C
clausphilip
Member
178
12-01-2016, 02:04 AM
#8
It indicated we completed it, though it doesn't function with sh assembly.sh yet.
C
clausphilip
12-01-2016, 02:04 AM #8

It indicated we completed it, though it doesn't function with sh assembly.sh yet.

C
ChibiWolf39
Senior Member
491
12-01-2016, 10:51 AM
#9
There seems to be an issue with your installation. Run a system update with the command sudo apt update && sudo apt upgrade -y. Since the package is available in the standard Ubuntu repositories, unless you're using an older version of Ubuntu or have a poor internet connection, the simplest solution is to reinstall Ubuntu.
C
ChibiWolf39
12-01-2016, 10:51 AM #9

There seems to be an issue with your installation. Run a system update with the command sudo apt update && sudo apt upgrade -y. Since the package is available in the standard Ubuntu repositories, unless you're using an older version of Ubuntu or have a poor internet connection, the simplest solution is to reinstall Ubuntu.