Code: Select all
$ dictd
/etc/dictd/dictd.conf:18: syntax error, unexpected $end
/etc/dictd/dictd.conf:18: # User section here:
/etc/dictd/dictd.conf:18: ^
dictd (yyerror): parse error
parse error
Code: Select all
# /etc/rc.d/rc.dictd start
dictd starting.
/etc/dictd/dictd.conf:18: syntax error, unexpected $end
/etc/dictd/dictd.conf:18: # User section here:
/etc/dictd/dictd.conf:18: ^
dictd (yyerror): parse error
parse error
Code: Select all
# /etc/dictd/dictd.conf
# Site section here:
# Access section here:
access {
allow localhost
allow 127.0.0.1
# this allows access only from local host
}
# Database section here:
include /etc/dictd/db.list
# User section here:
Does anyone has a clue about what I should do?