AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Solved [TF2] SourceMod not logging (https://forums.alliedmods.net/showthread.php?t=292174)

TitanTF 12-31-2016 03:30

[TF2] SourceMod not logging
 
OS: Linux Ubuntu 16.04
SourceMod: v1.8.0.5951
MetaMod:Source: v1.10.6V

Because linux requires you to run on a separate account from root, I created a separate account and I have assigned root privileges to the account that is hosting the servers.

I assigned root privileges through:
1. usermod -aG sudo steam
2. visudo and editing the file

However, I host 14 servers and all 14 servers are not logging anything in sourcemod/logs. The folder is empty.

Recently, I realised the terminal shows something about bash: /var/log and /tmp/ being full and therefore I cleared it as I thought it has something to do with no more space. After clearing, sourcemod is still not logging, but the bash error has stop appearing.

I am also using the correct logging cvars as I have also tried copying the logging cvars suggested from multiple threads with the same issue but it is still not logging.

I would really appreciate if anyone could suggest anymore things I could try.

TitanTF 12-31-2016 03:47

Re: [TF2] SourceMod not logging
 
Resolved Thanks to MAJOR.

sudo chown -R <user> <dir> (give the user write permissions)


All times are GMT -4. The time now is 10:29.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.