Error while decoding stream #0:1: Unknown error occurred; [eac3_eae @ 0xc7ea80] error reading output

root@omv:~# cat /proc/1/comm
systemd
root@omv:~#

I knew it was systemd, but I didn’t know /etc/default/plexmediaserver was for init and not systemd. I wonder what the complaints in the syslog re /etc/default/plexmediaserver were about if it’s irrelevant with systemd?

I think you’re confirming that my override.conf was the way to go. I’d like to know if it makes sense to you that the original problems I reported are a side effect of the /tmp problem in latest releases, and so overriding /tmp with TMPDIR= really is the right solution. At least for now. I didn’t report /tmp full originally because I wasn’t aware of it and only later put it together with my stated problems.

Gotta split now but will check in tomorrow. Thanks Chuck!

Oh! P.S.: Does updating Plex initialize override.conf? That would explain why I had to re-enter my override.

Overriding the defaults in override.conf is the systemd supported method.

[Service]

Environment=“TMPDIR=/path/to/temporary directory with spaces when quoted”

  1. I wonder what the complaints in the syslog re /etc/default/plexmediaserver were about if it’s irrelevant with systemd?
  2. I’d like to know if it makes sense to you that the original problems I reported are a side effect of the /tmp problem in latest releases
  3. Does updating Plex initialize override.conf?

Thanks!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.