Getting Server Started

Posted by W00t4j35u5 on Tue 23 Aug 2005 05:31 PM — 2 posts, 13,750 views.

#0
I cant seem to get my Pennmush server running. I went through all the make and config stuff. I start the 'restart' program and this is what the log says. The program says it is running on the 'ps' but i cannot connect to it. Anyone have any idea what the problem might be?

[08/23 12:05:02] Reading restrict.cnf
[08/23 12:05:02] CONFIG: directive 'exit_flags' missing from cnf file, using default value.
Unable to load server certificate - only anonymous ciphers supported.
18677:error:02001002:system library:fopen:No such file or directory:bss_file.c:259:fopen('server-key.crt','r')
18677:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:261:
18677:error:140DC002:SSL routines:SSL_CTX_use_certificate_chain_file:system lib:ssl_rsa.c:758:
Unable to load private key - only anonymous ciphers supported.
18677:error:02001002:system library:fopen:No such file or directory:bss_file.c:259:fopen('server-key.crt','r')
18677:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:261:
18677:error:140B0002:SSL routines:SSL_CTX_use_PrivateKey_file:system lib:ssl_rsa.c:691:
Unable to load CA certificates
18677:error:0200100D:system library:fopen:Permission denied:bss_file.c:104:fopen('/usr/share/ssl/certs/ca-bundle.crt','r')
18677:error:2006D002:BIO routines:BIO_new_file:system lib:bss_file.c:109:
18677:error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib:by_file.c:279:
[08/23 12:05:02] Spawning info slave using socketpair, pid 18713, ident 1
[08/23 12:05:02] Accepted info slave from unix-domain socket
Listening on port 2222 using IPv6.
[08/23 12:05:02] 1018 file descriptors available.
[08/23 12:05:02] RESTART FINISHED.
USA #1
Looks like it's trying (and failing) to load SSL certificates and keys, in the first two cases because the file doesn't exist and in the third case because permission is denied. I don't know anything more specific about PennMUSH or how to set it up, though, so this probably isn't much help...