-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Unexpected write() failure on attempt to write #1734
Comments
You could try For those user- and chan-files, eggdrop should open |
Additionally chan.mod also writes bans/exempts/invites to |
Also there is an eggdrop setting |
this is my strace |
i have do nothing on that set userfile-perm 0600 |
I didnt see any SIGCHLD with eggdrop. eggdrop core doesnt fork child-processes. could be related to tcl scripts executing child processes? so maybe the whole issue is related to some script? a "normal" strace of a user/chanfile save should look like:
|
i have no scripts installed only the standard .. but for the moment the eggdrop run normal |
i have no idea why he is doing this ..
he have enought hdd/ssd on the vm and the access rights are also correct its a eggdrop-1.10.0
[18:46] [18:46:59] Connected to irc.belwue.de
[18:46] [18:46:59] -NOTICE- Server is currently in split-mode.
[19:00] [19:00:00] Schreibe Benutzerdatei...
[19:00] [19:00:00] Writing channel file...
[20:00] [20:00:00] Schreibe Benutzerdatei...
[20:00] [20:00:00] Writing channel file...
[20:16] [20:16:29] Unexpected write() failure on attempt to write 36 bytes to fd 1: Input/output error.
[20:16] [20:16:29] Unexpected write() failure on attempt to write 67 bytes to fd 1: Input/output error.
[21:00] [21:00:00] Schreibe Benutzerdatei...
[21:00] [21:00:00] Unexpected write() failure on attempt to write 37 bytes to fd 1: Input/output error.
[21:00] [21:00:00] Writing channel file...
[21:00] [21:00:00] Unexpected write() failure on attempt to write 35 bytes to fd 1: Input/output error.
The text was updated successfully, but these errors were encountered: