On Tue, 24 Jul 2018 21:59:13 +0200 "Carlos E. R." <robin.listas@telefonica.net> wrote:
On 2018-07-24 20:53, Dave Howorth wrote:
On Tue, 24 Jul 2018 14:28:16 +0200 "Carlos E. R." <> wrote:
Just use the systemd proper command to enable/activate the service. Forget YaST.
I don't know why you say that, since that's exactly what YaST does.
Because it is a layer on top of the systemd command and adds its own errors. The "ruby" messages you saw were Yast's own.
systemctl status mythbackend systemctl enable mythbackend systemctl start mythbackend systemctl status mythbackend
If you want to post the result, copy the text to a text file and attach it. As you did, with wrapped lines, it is too difficult to read.
I do accept that point. Please find a log attached.
Ok. First error is:
/usr/lib/systemd/system/mythbackend.service:11: Invalid user/group name or numeric ID: Productivity/Multimedia/Video/Players
I don't know why it produces that error, and I don't have mythbackend to have a look at. Perhaps you could post or attach file /usr/lib/systemd/system/mythbackend.service?
[Unit] Description=MythTV backend service After=network.target mysql.service Requires=mysql.service Wants=apache2.service [Service] Type=simple EnvironmentFile=/etc/sysconfig/mythbackend User=mythtv Group=Productivity/Multimedia/Video/Players ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv $MYTHBACKEND_OPTIONS [Install] WantedBy=multi-user.target
"systemctl enable mythbackend" doesn't say anything, which is good.
"systemctl status mythbackend" says there is a exec format error, which is bad. The rest of the messages are the old ones, irrelevant at this point.
Hmm, mythbackend seems to be very similar to e.g. zypper # file /usr/bin/mythbackend /usr/bin/mythbackend: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=62c209a23421175011d404e65da209681bd9c56a, stripped # file /usr/bin/zypper /usr/bin/zypper: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=45c00202f08d2b084b64f1828b52e2179f154775, stripped Where is the "exec format error"
This is most probably a bug.
But is it an opensuse bug, a packman bug, or a mythtv bug? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org