legolasindar 3 Posted March 10, 2015 (edited) I use this script for install and launch arma 3 linux server. http://danielgibbs.co.uk/lgsm/arma3server/ All work well, except the addons. I try many diferent thinks, but nothing, the server not load addons. Is a Ubuntu 14.04 LTS i use in param -mod=@cba_a3;@agm -mod="@cba_a3;@agm" "-mod=@cba_a3;@agm" -mod=@cba_a3/;@agm -mod=@cba_a3\;@agm -mod=\"@cba_a3;@agm"\ -mod=\home\arma3server\serverfiles\@cba_a3 -mod=/home/arma3server/serverfiles/@cba_a3 And others and others, and never load the addons in the server. name | modDir | default | origin | hash | fullPath 13:44:16 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 13:44:16 @jtac | @jtac | false | NOT FOUND | | 13:44:16 Arma 3 DLC Bundle | dlcbundle | true | NOT FOUND | | 13:44:16 Arma 3 Helicopters | heli | true | GAME DIR | EDITED FOR ME| /home/arma3server/serverfiles/heli 13:44:16 Arma 3 Karts | kart | true | GAME DIR| EDITED FOR ME| /home/arma3server/serverfiles/kart 13:44:16 Arma 3 Zeus | curator | true | GAME DIR |EDITED FOR ME| /home/arma3server/serverfiles/curator 13:44:16 Arma 3 | A3 | true | NOT FOUND | | 13:44:16 ========================================================================================================================================================================================================== I revised files, permissions, all with arma3server permission, deleted Keys (except a3), only one custom mission for test addon fails. Any solution? Edited March 10, 2015 by Legolasindar Share this post Link to post Share on other sites
legolasindar 3 Posted March 10, 2015 Solved, problem are in the permissions, i hate linux XDD Share this post Link to post Share on other sites
travhimself 10 Posted August 31, 2015 Solved, problem are in the permissions, i hate linux XDD Apologies for the necro. Just want to note that this can be a problem of ownership, even when permissions are correct. For example, if you run your server under a user called "serveruser" but the mod files are owned by "root", they will throw the NOT FOUND error. You can use the chown command to remedy this. Share this post Link to post Share on other sites