Created
June 8, 2012 06:52
-
-
Save awreece/2894064 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo ls /var/lib/quassel/ | |
quasselCert.pem quasselcore.conf | |
$ sudo cat /var/lib/quassel/quasselcore.conf | |
[Config] | |
Version=1 | |
$ sudo view /var/lib/quassel/quasselCert.pem | |
$ sudo quasselcore --add-user --configdir=/var/lib/quassel | |
Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: cannot open shared object file: No such file or directory)" | |
2012-06-08 06:51:37 Warning: SslServer: Certificate file /var/lib/quassel/quasselCert.pem does not exist | |
2012-06-08 06:51:37 Warning: SslServer: Unable to set certificate file | |
Quassel Core will still work, but cannot provide SSL for client connections. | |
Please see http://quassel-irc.org/faq/cert to learn how to enable SSL support. | |
2012-06-08 06:51:37 Warning: SslServer: Certificate file /var/lib/quassel/quasselCert.pem does not exist | |
("QSQLITE", "QMYSQL3", "QMYSQL") | |
Core is currently not configured! Please connect with a Quassel Client for basic setup. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment