chaoss / chaoss/grimoirelab

Application not running on M1 pro

Open
#681 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
625
Forks
231
PR merge metrics
No merged PRs in 30d

Description

Trying to run out of the box service but not able to get it running on M1 pro.
Using branch : master

> Mordred
`Traceback (most recent call last):
File "/usr/local/bin/sirmordred", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/sirmordred/bin/sirmordred.py", line 66, in main
logger = setup_logs(logs_dir, debug_mode, short_name)
File "/usr/local/lib/python3.8/site-packages/sirmordred/bin/sirmordred.py", line 98, in setup_logs
fh = logging.FileHandler(fh_filepath)
File "/usr/local/lib/python3.8/logging/__init__.py", line 1147, in __init__
StreamHandler.__init__(self, self._open())
File "/usr/local/lib/python3.8/logging/__init__.py", line 1176, in _open
return open(self.baseFilename, self.mode, encoding=self.encoding)
PermissionError: [Errno 13] Permission denied: '/home/grimoire/logs/all.log'`

> kibiter
`
runtime: failed to create new OS thread (have 2 already; errno=22)
fatal error: runtime.newosproc
runtime stack:
runtime.throw(0x56be06)
/usr/src/go/src/runtime/panic.go:491 +0xad
runtime.newosproc(0xc208020000, 0xc208030000)
/usr/src/go/src/runtime/os_linux.c:170 +0x10a
newm(0x430700, 0x0)
/usr/src/go/src/runtime/proc.c:1157 +0xc5
runtime.newsysmon()
/usr/src/go/src/runtime/proc.c:169 +0x33
runtime.onM(0x57cb30)
/usr/src/go/src/runtime/asm_amd64.s:257 +0x68
runtime.mstart()
/usr/src/go/src/runtime/proc.c:818
`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.