Hi,
I am trying to seperate our TeamSpeak 3 Server that is running on no license (free for up to 32 users) and move it to jails using ezjail. I have created and configure teamspeak. All running fine. I have created jail. All running fine. When I installed port teamspeak3 server on jail and tried to run nothing is happening. I read online that you need to mount
and add line in
etc/fstab
For some reasons I get a message operation not permitted. I have uncommented in ezjail.conf all sets where is command mount used. I also found a thread
https://forums.freebsd.org/threads/62192/
and possibly this could resolve my issue but I don't have jail.conf file anywhere and I have no idea how to create it, what should be in this file as it didn't create itself when port ezjail was installed. I have tried
I am trying to seperate our TeamSpeak 3 Server that is running on no license (free for up to 32 users) and move it to jails using ezjail. I have created and configure teamspeak. All running fine. I have created jail. All running fine. When I installed port teamspeak3 server on jail and tried to run nothing is happening. I read online that you need to mount
mount -t tmpfs tmpfs /dev/shm
and add line in
etc/fstab
tmpfs /dev/shm tmpfs defaults 0 0
For some reasons I get a message operation not permitted. I have uncommented in ezjail.conf all sets where is command mount used. I also found a thread
https://forums.freebsd.org/threads/62192/
and possibly this could resolve my issue but I don't have jail.conf file anywhere and I have no idea how to create it, what should be in this file as it didn't create itself when port ezjail was installed. I have tried
mkdir
/dev/shm inside jail from host and can't. Please advise.