Crashpad/pending

Hello all,

I am trying to move my setup to a new NAS. I am using docker as there is no official package for terramaster (that i can find). Trying to watch or scan any TVE (doesn't seem to happen with pluto channels) produces the errors below.

I am using the timstephens24/channels-dvr:latest docker image. I have changed the PUID and PGID to a value other than the default 1000/1000 (I am not sure if this would be the issue. Has anyone seen this before or know how I can solve it? I assume the directories mentioned are in the container?

2024/09/30 10:06:10.769493 [TVE] Channel scan VH1 failed: mtvn cAccessToken: chrome failed to start:
mkdir: cannot create directory ‘/root’: Permission denied
touch: cannot touch '/root/.local/share/applications/mimeapps.list': Permission denied
[0930/100610.632889:ERROR:file_io_posix.cc(152)] open /tmp/Crashpad/pending/e4db9119-8482-4061-8546-a9239bab7362.lock: File exists (17)
[0930/100610.632943:ERROR:file_io_posix.cc(152)] open /tmp/Crashpad/pending/9fe6346f-ca20-42d2-8cf3-505a6047911d.lock: File exists (17)
[0930/100610.632948:ERROR:file_io_posix.cc(152)] open /tmp/Crashpad/pending/3ebc0c79-d64d-4817-bc7a-4340e6d84e89.lock: File exists (17)
[0930/100610.632954:ERROR:file_io_posix.cc(152)] open /tmp/Crashpad/pending/f298a8ab-8d14-4a0e-a497-33936d929353.lock: File exists (17)
[0930/100610.632963:ERROR:file_io_posix.cc(152)] open /tmp/Crashpad/pending/3984e1ab-7259-46cb-a35e-99c0c7613cf6.lock: File exists (17)
[0930/100610.632968:ERROR:file_io_posix.cc(152)] open /tmp/Crashpad/pending/93f9d3cb-1902-4519-b771-c7b8971ba341.lock: File exists (17)
Failed to move to new namespace: PID namespaces supported, Network namespace supported, but failed: errno = Operation not permitted
[0930/100610.635154:FATAL:zygote_host_impl_linux.cc(201)] Check failed: . : Invalid argument (22)

That sounds like the user the process is running with dose not have appropriate file/directory rights.

1 Like

Thanks both for your reply

Use the fancybits/channels-dvr:tve image

1 Like