Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: [CS1.6] ./csserver install =>Failed to check for virtualization: Operation not permitted #4520

Open
that-is-not-great opened this issue Mar 2, 2024 · 0 comments

Comments

@that-is-not-great
Copy link

User story

As a user, I want to install so that no errors appear.

Game

CS 1.6

Linux distro

Ubuntu 20.04

Command

command: install

Further information

fresh install on a ubuntu 20.04 root server, as non-root sudo user, cs 1.6, already during install ./csserver install
Failed to check for virtualization: Operation not permitted

later on the server console, not sure if related
NET_SendPacket: ERROR: Operation not permitted

$ ./csserver start
[ .... ] Starting csserver: Failed to check for virtualization: Operation not permitted
Failed to check for virtualization: Operation not permitted
Failed to check for virtualization: Operation not permitted
[  OK  ] Starting csserver: Counter-Strike 1.6 Server
lscpu
...
Virtualization: AMD-V

sudo ufw allow 27015/udp;

Relevant log output

$ ./csserver install

Creating Log Directories
=================================
installing log dir: /home/cs/log...OK
installing LinuxGSM log dir: /home/cs/log/script...OK
creating LinuxGSM log: /home/cs/log/script/csserver-script.log...OK
installing console log dir: /home/cs/log/console...OK
creating console log: /home/cs/log/console/csserver-console.log...OK
installing game log dir: /home/cs/serverfiles/cstrike/logs...OK
creating symlink to game log dir: /home/cs/log/server -> /home/cs/serverfiles/cstrike/logs...OK
fetching GitHub check_deps.sh...OK

Checking Counter-Strike 1.6 Dependencies
=================================
Failed to check for virtualization: Operation not permitted
Failed to check for virtualization: Operation not permitted
fetching GitHub ubuntu-20.04.csv...OK
bc
binutils
bsdmainutils
bzip2
ca-certificates
cpio
curl
distro-info
file
gzip
hostname
jq
lib32gcc1
lib32stdc++6
libsdl2-2.0-0:i386
netcat
python3
steamcmd
tar
tmux
unzip
util-linux
uuid-runtime
wget
xz-utils
Information! Required dependencies already installed.
fetching GitHub install_steamcmd.sh...OK

Installing SteamCMD
=================================
fetching GitHub check_steamcmd.sh...OK
fetching GitHub core_steamcmd.sh...OK
Information! SteamCMD is already installed...OK
fetching GitHub install_server_files.sh...OK

Installing Counter-Strike 1.6 Server
=================================
fetching GitHub update_steamcmd.sh...OK
Failed to check for virtualization: Operation not permitted
Failed to check for virtualization: Operation not permitted
[ START ] Installing csserver: SteamCMD


...

$ sudo ./csserver install

Checking Counter-Strike 1.6 Dependencies as root
=================================
Information! Checking any missing dependencies for Counter-Strike 1.6 server only.
Information! This will NOT install a Counter-Strike 1.6 server.
bc
binutils
bsdmainutils
bzip2
ca-certificates
cpio
curl
distro-info
file
gzip
hostname
jq
lib32gcc1
lib32stdc++6
libsdl2-2.0-0:i386
netcat
python3
steamcmd
tar
tmux
unzip
util-linux
uuid-runtime
wget
xz-utils
Information! Required dependencies already installed.

Steps to reproduce

./csserver install

@that-is-not-great that-is-not-great added the type: bug Something isn't working label Mar 2, 2024
@that-is-not-great that-is-not-great changed the title [CS1.6] ./csserver install =>Failed to check for virtualization: Operation not permitted [Bug]: [CS1.6] ./csserver install =>Failed to check for virtualization: Operation not permitted Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New Issues
Development

No branches or pull requests

1 participant