Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian: xline.db directory is not created upon package installation. #10

Open
dijit opened this issue Sep 17, 2015 · 6 comments
Open

Debian: xline.db directory is not created upon package installation. #10

dijit opened this issue Sep 17, 2015 · 6 comments

Comments

@dijit
Copy link
Member

dijit commented Sep 17, 2015

Wed Sep 16 09:09:45 2015: ANNOUNCEMENT: database: cannot create new db: No such file or directory (2)

Related: inspircd/inspircd#982

/quote unloadmodule m_xline_db.so

~:# mkdir -p /usr/lib/inspircd/data

/quote loadmodule m_xline_db.so

is the manual fix.

@Dracozny
Copy link

This doesn't seem to work for me. running ubuntu 14.04 and InspIRCd-2.0.5

@dijit
Copy link
Member Author

dijit commented May 12, 2016

@Dracozny What is the error you're getting? permission denied?

@Dracozny
Copy link

Correct. I already followed the steps you suggested. Verified folder
permissions. Still get the same permission denied error.
On May 12, 2016 1:38 PM, "Jan Harasym" notifications@github.com wrote:

@Dracozny https://github.com/Dracozny What is the error you're getting?
permission denied?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#10 (comment)

@dijit
Copy link
Member Author

dijit commented May 12, 2016

Not no such file or directory, actual permission denied?

try: ~:# chown ircd: -R /usr/lib/inspircd/data

or please paste the error. :)

@Dracozny
Copy link

the user is "irc", there is no "ircd" in /etc/passwd

As said permissions are all correct are you sure this shouldn't be in
/var/lib?

root@bbb:~# ls -l /usr/lib/inspircd/
total 28
drwxr-xr-x 2 irc irc 4096 May 11 16:52 data
-rwxr-xr-x 1 irc irc 11892 Mar 29 10:55 inspircd
drwxr-xr-x 2 irc irc 12288 May 9 19:02 modules

On Thu, May 12, 2016 at 2:24 PM, Jan Harasym notifications@github.com
wrote:

Not no such file or directory, actual permission denied?

try: ~:# chown ircd: -R /usr/lib/inspircd/data

or please paste the error. :)


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#10 (comment)

@Dracozny
Copy link

I think I found my problem. difference of a setting between versions. older
version doesn't specify xline file directory.

On Thu, May 12, 2016 at 3:42 PM, mike wienold dracozny@gmail.com wrote:

the user is "irc", there is no "ircd" in /etc/passwd

As said permissions are all correct are you sure this shouldn't be in
/var/lib?

root@bbb:~# ls -l /usr/lib/inspircd/
total 28
drwxr-xr-x 2 irc irc 4096 May 11 16:52 data
-rwxr-xr-x 1 irc irc 11892 Mar 29 10:55 inspircd
drwxr-xr-x 2 irc irc 12288 May 9 19:02 modules

On Thu, May 12, 2016 at 2:24 PM, Jan Harasym notifications@github.com
wrote:

Not no such file or directory, actual permission denied?

try: ~:# chown ircd: -R /usr/lib/inspircd/data

or please paste the error. :)


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#10 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants