-
Notifications
You must be signed in to change notification settings - Fork 6
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
cvs import fails due to configuration problem; (was: npm: Bad system call) #2
Comments
addendum: The error at the end is reproducably happening whenever I import a csv-File of exported Mastodon accounts I follow. The npm errors are seamingly unrelated, though. |
Same issue with my installation. None of the import possibilities are functional.
|
I have the same situation regarding Bad system call, but that was already the case with Calckey_ynh. So far both instances are running just fine. Import problem: please check your default.yml under .config. There's a section for allowedPrivateNetworks. Remove the # and restart the service. That should do the trick. |
Import problem: please check your default.yml under .config. There's a section for allowedPrivateNetworks. Remove the # and restart the service. That should do the trick. Yes, that did the trick. Thanks a lot. I've been runnnig to the file more than hundred times, but not realized the connection. Once again, thanks a lot. |
So this references two issues : the bad system call (that you can ignore) + the CSV important issue, that should be documented / fixed. Can you change the title @umrath to reflects this, or could @Zeitverschreib open a new issue to document that fix ? 🙏 |
That was the solution. :-) |
@oufmilo do you know what that line is supposed to do ? |
Massive amount of
npm[22479]: Bad system call
entries in the log
The installation of Firefish itself went fine.
But more or less right from the beginning I see a massive amount of log entries like this:
Aug 07 17:07:16 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:18 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:20 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:22 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:24 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:26 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:28 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:30 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:32 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:34 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:36 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:38 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:40 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:42 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:44 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:46 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:48 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:50 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:52 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:54 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:56 redacted_host_name npm[22479]: Bad system call
Aug 07 17:07:58 redacted_host_name npm[22479]: Bad system call
Aug 07 17:08:00 redacted_host_name npm[22479]: Bad system call
Aug 07 17:08:02 redacted_host_name npm[22479]: Bad system call
Aug 07 17:08:04 redacted_host_name npm[22479]: Bad system call
Aug 07 17:08:06 redacted_host_name npm[22479]: Bad system call
Aug 07 17:08:08 redacted_host_name npm[22479]: Bad system call
Aug 07 17:08:10 redacted_host_name npm[22479]: Bad system call
Aug 07 17:08:12 redacted_host_name npm[22479]: Bad system call
Aug 07 17:08:14 redacted_host_name npm[22479]: Bad system call
Aug 07 17:08:16 redacted_host_name npm[22479]: Bad system call
Aug 07 17:08:18 redacted_host_name npm[22479]: Bad system call
Aug 07 17:08:20 redacted_host_name npm[22479]: Bad system call
Context
I'm running the latest Yunohost stable (11.2.3) on Proxmox 8.0.4.
What's noteworthy, is that the import of contacts from my Mastodon account is not working. I do not see any dedicated error message. But it might be possible that those error message are related.
Steps to reproduce
Expected behavior
I would expect the import to work (worked fine on the latest Calckey-release, not via Yunohost, though).
I would expect not to drown in error messages.
Logs
Potentially related log entries:
Aug 07 17:07:13 redacted_host_name npm[22514]: INFO 1 [drive register] {"size":35710,"md5":"e9cc05fe85f9cab0a13d4ced97c>
Aug 07 17:07:14 redacted_host_name npm[22514]: DONE 1 [drive register] drive file has been created 9i4kltizx6r4rcu7
Aug 07 17:07:14 redacted_host_name npm[22514]: INFO 1 [queue import-following] Importing following of 9i4fq3kqpbvbk8xe >
Aug 07 17:07:14 redacted_host_name npm[22514]: INFO 1 [download-text-file] Temp file is /tmp/tmp-22514-Zg1ARbB0NHRJ
Aug 07 17:07:14 redacted_host_name npm[22514]: INFO 1 [download] Downloading https://redacted_host_name/files/c0d1b3aa->
Aug 07 17:07:14 redacted_host_name npm[22514]: WARN 1 [download] Blocked address: 127.0.0.1
Aug 07 17:07:14 redacted_host_name npm[22514]: Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
Aug 07 17:07:14 redacted_host_name npm[22514]: at new NodeError (node:internal/errors:405:5)
Aug 07 17:07:14 redacted_host_name npm[22514]: at Request.onclose (node:internal/streams/end-of-stream:154:30)
Aug 07 17:07:14 redacted_host_name npm[22514]: at Request.emit (node:events:526:35)
Aug 07 17:07:14 redacted_host_name npm[22514]: at Request.emit (node:domain:489:12)
Aug 07 17:07:14 redacted_host_name npm[22514]: at emitCloseNT (node:internal/streams/destroy:132:10)
Aug 07 17:07:14 redacted_host_name npm[22514]: at process.processTicksAndRejections (node:internal/process/task_queues:81:21) {
Aug 07 17:07:14 redacted_host_name npm[22514]: code: 'ERR_STREAM_PREMATURE_CLOSE'
Aug 07 17:07:14 redacted_host_name npm[22514]: }
The text was updated successfully, but these errors were encountered: