Re: Problems starting mythbackend

Page principale

Répondre à ce message
Auteur: Josu Lazkano
Date:  
À: dmo-discussion@deb-multimed...
Sujet: Re: Problems starting mythbackend
2015-11-24 14:41 GMT+01:00 Stephan Seitz <stse+debian@???>:
> On Tue, Nov 24, 2015 at 02:29:00PM +0100, Josu Lazkano wrote:
>>
>> Someone that use mythtv could show this directory permissions?
>>
>> # ls -lha /var/run/mythtv/
>> total 4.0K
>> drwxrwxrwx  2 mythtv root    60 Nov 24 14:25 .
>> drwxr-xr-x 25 root   root   880 Nov 24 13:59 ..
>> -rw-r--r--  1 mythtv mythtv   5 Nov 24 14:25 mythbackend.pid

>
>
> [stse@osgiliath]: ls -al /var/run/mythtv/
> insgesamt 4
> drwxr-xr-x  2 mythtv root     60 Nov 24 07:39 .
> drwxr-xr-x 44 root   root   1580 Nov 24 14:30 ..
> -rw-r–r–  1 mythtv mythtv    5 Nov 24 07:39 mythbackend.pid

>
> But if I look at your original mail I see your first ls:
> # ls -lha /var/run/mythtv/
> total 0
> drw-r-xr-x 2 mythtv root 40 Nov 19 08:17 .
> ^here is the x-bit missing
>
> A chmod 755 will do the same trick.
>
> Shade and sweet water!
>
>         Stephan

>
> --
> | Stephan Seitz          E-Mail: stse@??? |
> | Public Keys: http://fsing.rootsland.net/~stse/keys.html |


Thank Stephan,

Thanks for the reply, it is true, I miss the "x":

root@server:~# ls -al /var/run/mythtv/
total 0
drw-r-xr-x 2 mythtv root 40 Nov 24 17:54 .
drwxr-xr-x 25 root root 880 Nov 24 17:54 ..
root@server:~# /etc/init.d/mythtv-backend start
[....] Starting mythtv-backend (via systemctl):
mythtv-backend.serviceJob for mythtv-backend.service failed. See
'systemctl status mythtv-backend.service' and 'journalctl -xn' for
details.
failed!
root@server:~# chmod 755 /var/run/mythtv/
root@server:~# /etc/init.d/mythtv-backend start
[ ok ] Starting mythtv-backend (via systemctl): mythtv-backend.service.

Every time I reboot I get same (without the x):

# ls -al /var/run/mythtv/
total 0
drw-r-xr-x 2 mythtv root 40 Nov 24 18:00 .
drwxr-xr-x 25 root root 880 Nov 24 18:00 ..

How could I change this?

I know that the /run mount is a volatile (tmpfs) filesystem, so every
change I made it will delete. I am lost.

Best regards.

--
Josu Lazkano