YunoHost-Apps / calckey_ynh

Calcket package for YunoHost
https://i.calckey.cloud/
GNU Affero General Public License v3.0
9 stars 7 forks source link

Logs filling with "bad system call" #41

Closed dracoling closed 1 year ago

dracoling commented 1 year ago

Immediately after starting Calckey from the installation the service logs are filled with

Jun 19 13:41:00 vps115393 npm[52192]: Bad system call
Jun 19 13:41:02 vps115393 npm[52192]: Bad system call

This line recurs approximately every 2 seconds, blowing away any and all other diagnostic information.

By monitoring /var/log/syslog I see that these lines from the audit log may be related. they also reoccur every 2 seconds:

Jun 19 13:41:02 vps115393 kernel: [74017.068000] audit: type=1326 audit(1687182062.366:36192): auid=4294967295 uid=996 gid=996 ses=4294967295 subj=unconfined pid=1035102 comm="ip" exe="/usr/bin/ip" sig=31 arch=c000003e syscall=126 compat=0 ip=0x7f46195c9387 code=0x80000000
Jun 19 13:41:04 vps115393 kernel: [74019.069795] audit: type=1326 audit(1687182064.370:36193): auid=4294967295 uid=996 gid=996 ses=4294967295 subj=unconfined pid=1035124 comm="ip" exe="/usr/bin/ip" sig=31 arch=c000003e syscall=126 compat=0 ip=0x7f82a57ab387 code=0x80000000

Server is running a fresh out of the box installation of yunohost on a Debian 11 VPS.

So far I haven't been able to see what this is impacting. The Calckey instance does seem to be running correctly, I'm able to post and view posts etc, but would like to get the log spam to calm down if possible.