Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - jjeffers

#1
Help section / Daemonized server on ubuntu/linux?
April 16, 2015, 05:52:05 AM
I'm noticing that starting the server via "nohup" will fail like this:

ubuntu@ip-172-31-48-101:~/VoidExpanse_v1.2.7_Linux/Server_Mono$ nohup bash -c 'mono VoidExpanse.ServerMono.exe --dedicated --load'
nohup: ignoring input and appending output to ΓÇÿnohup.outΓÇÖ
ubuntu@ip-172-31-48-101:~/VoidExpanse_v1.2.7_Linux/Server_Mono$ cat nohup.out
16.4.15 12:14:53.1246 [INF] VoidExpanse game server runtime v1.2.7
AtomicTorch Studio (c) 2013-2015
All rights reserved.
16.4.15 12:14:53.1251 [IMP] The server is now launched as a dedicated server. All server data will be loaded and processed in the current server folder.
16.4.15 12:14:53.1252 [IMP] Data folders locations:
   * Static data root path:  /home/ubuntu/VoidExpanse_v1.2.7_Linux
   * Dynamic data root path: /home/ubuntu/VoidExpanse_v1.2.7_Linux/Server_Mono/
16.4.15 12:14:53.1423 [IMP] Operations timed using the system's high-resolution performance counter.
  Timer is accurate within 100 nanoseconds
  Timer frequency in ticks per second = 10000000
[ERROR] FATAL UNHANDLED EXCEPTION: System.UnauthorizedAccessException: Access to the path "/home/ubuntu/VoidExpanse_v1.2.7_Linux/Server_Mono/[Unknown]" is denied.
  at System.IO.FileStream.ReadData (IntPtr handle, System.Byte[] buf, Int32 offset, Int32 count) [0x00000] in <filename unknown>:0
  at System.IO.FileStream.ReadInternal (System.Byte[] dest, Int32 offset, Int32 count) [0x00000] in <filename unknown>:0
  at System.IO.FileStream.Read (System.Byte[] array, Int32 offset, Int32 count) [0x00000] in <filename unknown>:0
  at System.IO.StreamReader.ReadBuffer () [0x00000] in <filename unknown>:0
  at System.IO.StreamReader.ReadLine () [0x00000] in <filename unknown>:0
  at System.IO.UnexceptionalStreamReader.ReadLine () [0x00000] in <filename unknown>:0
  at System.IO.SynchronizedReader.ReadLine () [0x00000] in <filename unknown>:0
  at System.Console.ReadLine () [0x00000] in <filename unknown>:0

Have other folks come across this?

Thanks!
#2
Help section / ServerSettings.xml file not created
April 15, 2015, 01:21:02 PM
I've been able to create a server, connect to it, etc. However, I noticed that there is no ServerSettings.xml file created.

Can someone post a sample of one or a link to an example?

Thanks!