|
Is it really hanging? Try pressing your enter key to see if the
prompt returns.
Excerpt:
"By default,
Citadel logs to the console, and that needs to be redirected
somewhere
else in order to get any work done.
There are a variety of different
ways to do this, but since Linux provides a configurable syslog
dæmon,
it seems logical to edit the /etc/syslog.conf file (on Debian) and
point the local4 facility to a log file or somewhere else out of
the way.
"
Source: https://www.linuxjournal.com/article/9357
Get rid of the error by entering this as (sudo, super user /
root):
sendcommand "CONF PUTVAL|c_default_cal_zone|timezone"
Where 'timezone' is your preferred server's time
zone in tz format like (America/New_York)
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|