Seite 1 von 1

Script not File Err. No. 2

Verfasst: 21 Mai 2021, 00:41
von ComradeCluck
Hi all,

I'm new to Opsi. I've configured a CentOS server as the configuration server and installed the client agent on a computer.

When trying to setup swaudit and hwaudit on the client computer I receive the following errors:

Script p:\swaudit\swaudit.opsiscript not found File Err. No. 2 (The system cannot find the file specified.<) - giving up

Script p:\hwaudit\hwaudit.opsiscript not found File Err. No. 2 (The system cannot find the file specified.<) - giving up

I've verified that those files (swaudit.opsiscript & hwaudit.opsiscript) are in the share root.

I'm kinda at a loss here so any help would be much appreciated!

Thanks in advance!

Re: Script not File Err. No. 2

Verfasst: 21 Mai 2021, 20:39
von ComradeCluck
I figured out a working solution.

Putting SELinux into permissive mode fixed the issue for me.

Code: Alles auswählen

sentenforce 0
Hope this can help someone else!