own server

Bug reports and discussion about bugs.
Post Reply
User avatar
tokariew
Posts: 374
Joined: Thu May 13, 2010 8:20 pm
Location: Poland

own server

Post by tokariew »

i recently try, to run my own public server, but i have few problems:
- @ key don't work
- ~ plus any other key form list, server go panic
- it possible to run server with own name, not ip adress?

I compile server with no-sdl flags, i edit makefile, enabling no-sdl mode. I run on Free-BSD.
img {
max-width: 100%;
}
https://tokariew.xyz
mikaelh
Developer
Posts: 217
Joined: Sun Dec 13, 2009 3:18 pm

Re: own server

Post by mikaelh »

tokariew wrote:i recently try, to run my own public server, but i have few problems:
- @ key don't work
- ~ plus any other key form list, server go panic
Check the permissions of /tmp. Those commands rely on the server being able to create temporary files.
tokariew wrote:- it possible to run server with own name, not ip adress?
Get a domain name that points to your IP.
User avatar
tokariew
Posts: 374
Joined: Thu May 13, 2010 8:20 pm
Location: Poland

Re: own server

Post by tokariew »

i can make new file and folders in /tmp.
img {
max-width: 100%;
}
https://tokariew.xyz
Post Reply