STEAM GROUP
Linux Game Server Managers linuxgsm
STEAM GROUP
Linux Game Server Managers linuxgsm
52
IN-GAME
514
ONLINE
Founded
February 9, 2015
DICO Aug 23, 2016 @ 11:03am
[Solved] [ FAIL ] Starting rust-server: Permissions issues found
This is what my linux rustserver ( ubuntu ) server says when i use the ./rustserver start ./rustserver restart ./rustserver stop command can anybody help me please

Thanks :D




FAIL ] Starting rust-server: Permissions issues found

Infomation! The current user (rustserver) does not have ownership of the following files:
User Group File

root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/Updater.cs
root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/Friends.cs
root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/Godmode.cs
root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/SkipNightVote.cs
root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/NTeleportation.cs
root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/NoEscape.cs
root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/NoDecay.cs
root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/RemoverTool.cs
root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/EasyMute.cs
root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/ItemSkinRandomizer.cs
root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/Clans.cs
root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/QuickSmelt.cs
root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/AdminPanel.cs
root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/MagicTeleportation.cs
root root /home/rustserver/serverfiles/server/rust-server/oxide/plugins/BuildingGrades.cs
Last edited by UltimateByte; Aug 24, 2016 @ 10:56am
< >
Showing 1-15 of 34 comments
DICO Aug 23, 2016 @ 12:02pm 
yeah but this is for a csgo server
DICO Aug 23, 2016 @ 12:04pm 
i dont know that csgo:csgo thingy
Mazer Aug 23, 2016 @ 3:07pm 
The issue is identical.
The solution is identical as well.

The gist of the issue is that you're using the root account to ftp content to your server, which is wrong on so many levels that it raises a lot of red flags.

So rather than give you the command to fix the issue, I'm hoping that you'll take the time to review the link that I provided (and perhaps search the discussion forums for other posts that have the same symptoms and resolution as yours).

Take some time to understand why the issue arose in the first place and learn a little bit about Linux commands that are used to fix the problem so that you can fix this in the event you slip up and break things in the future.
UltimateByte Aug 24, 2016 @ 2:23am 
Another one for you
http://steamcommunity.com/groups/linuxgsm/discussions/0/361798516957362847/

My answer will enlight your huge wrongness, i'm pretty sure about it ;)
DICO Aug 24, 2016 @ 3:48am 
I dont not really now how it works where do i need to install all my stuff now and can i still use filezilla?
UltimateByte Aug 24, 2016 @ 4:19am 
You can use filezilla if you've got too few knowlege to download, extract, and move files using SSH (you definately should before considering doing anything with Linux though), but setup your ftp server properly, and don't fucking login as root into it.

Ultimately, read this https://github.com/GameServerManagers/LinuxGSM/wiki/FAQ#-fail--starting-game-server-ownership-issues-found entirely and use the chown command to fix existing ownership issues.

Also, please, make an effort with english, i barely was able to understand your last post..
Last edited by UltimateByte; Aug 24, 2016 @ 4:31am
DICO Aug 24, 2016 @ 5:49am 
Okay sorry for my english,

so i can make my rustserver in my /home folder like this

/home/rustserver/blablablabla

UltimateByte Aug 24, 2016 @ 8:33am 
Of course you can install it into a subfolder if you got a good reason for it, it won't cause any issue. But i don't see how it's related to your ownership issue.
Maybe have some read at the wiki, it will probably answer loads of your questions.
DICO Aug 24, 2016 @ 8:38am 
Now it says

E: Kan pakket libstdc++6:i386 niet vinden
E: Kon geen enkel pakket vinden via regex 'libstdc++6'

( cant find packages )
UltimateByte Aug 24, 2016 @ 9:13am 
Using debian ?
dpkg --add-architecture i386
apt-get update && apt-get upgrade
apt-get install ca-certificates curl wget file gzip bzip2 bsdmainutils python util-linux tmux lib32gcc1 libstdc++6 libstdc++6:i386

Still the issue ?
DICO Aug 24, 2016 @ 9:21am 
ussing ubuntu
DICO Aug 24, 2016 @ 9:22am 
root@h2604220:~# deluser rustserver
Removing user `rustserver' ...
Warning: group `rustserver' has no more members.
userdel: user rustserver is currently used by process 3767
/usr/sbin/deluser: `/usr/sbin/userdel rustserver' returned error code 8. Exiting.
root@h2604220:~#


how can i close that session/
DICO Aug 24, 2016 @ 9:27am 
so i can try it again
DICO Aug 24, 2016 @ 10:47am 
NVM everything is working thanks !!
< >
Showing 1-15 of 34 comments
Per page: 1530 50