Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4937

Media centres • Re: Peppy player

$
0
0
Hello,

Some feedback about this issue.
Of course, it's the vey few times I don't perform a backup before that it fails and that I get into trouble, otherwise that would not be "funny" ;)
A way for the Pi to make my life more interesting !

I ran the command : journalctl -u peppy.service
I seen that there were some issue with the virtual device tty2 after that :
Nov 27 17:13:59 peppy systemd[1]: Started peppy.service - Peppy.
Nov 27 17:13:59 peppy openvt[767]: openvt: Unable to open file: /dev/tty2: Permission denied
Nov 27 17:14:00 peppy openvt[757]: openvt: Couldn't activate vt 1: Operation not permitted
Nov 27 17:13:59 peppy systemd[1]: peppy.service: Main process exited, code=exited, status=8/n/a
For some reasons what worked before doesn't work anymore (I noticed also that I have issues with chromium browser after the same update).
To give to tty2 the rights it requires, it needs to be done in :

Code:

cd /etc/udev/rules.d/
then

Code:

sudo nano 99-tty2.rules
The I added the line :

Code:

KERNEL=="tty2", GROUP="tty2", MODE="0666"
I saved and restarted the system that allowed the service to restat properly.

If it can help somebody else.

I hear everywhere that rc.local is supposed to be deprecated so I assume that a day it will really be :)

Statistics: Posted by Texxy38 — Wed Nov 27, 2024 4:54 pm



Viewing all articles
Browse latest Browse all 4937

Trending Articles