inspircd does not start up - says no <bind> block when I have created one. #2060
Replies: 1 comment 3 replies
-
This means either that file doesn't exist or isn't readable by the user you're running as. If you're still getting the same error as root then that file probably does not exist. Are you sure that's where you've stored your config? How have you installed InspIRCd? Those paths look like they're from our Docker container. If so the configs are stored at |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This command
ubuntu@irc-server:/usr/sbin$ ./inspircd --config /inspircd/inspircd.conf
Produces this.
InspIRCd - Internet Relay Chat Daemon
See /INFO for contributors & authors
InspIRCd Process ID: 4957
Could not read "/inspircd/inspircd.conf" for include
Possible configuration error: you have not defined any bind blocks.
You will need to do this if you want clients to be able to connect!
However, in the config file at /inspircd/inspircd.conf:
"
bind address="the ip i want to bind to"
port="6667"
type="clients"
free="no"
"
Zero clue what's going on, tried running as root, tried adding some redundant variables, still do not know what's going on
Beta Was this translation helpful? Give feedback.
All reactions