12-02-2023, 07:02 PM
(12-02-2023, 05:08 PM)jmperagine Wrote:(12-02-2023, 02:57 PM)TheOldPresbyope Wrote: PS - This should be ok since moOde itself doesn't work if they're wrong but be sure the /etc/rc.local file has the proper permissions, e.g.
Code:pi@moode:~ $ ls -l /etc/rc.local
-rwxr-xr-x 1 root root 733 Dec 2 08:55 /etc/rc.local
pi@moode:~ $ grep -i sxm | /var/log/syslog
-bash: /var/log/syslog: Permission denied
^C
pi@moode:~ $ sudo grep -i sxm | /var/log/syslog
-bash: /var/log/syslog: Permission denied
^C
pi@moode:~ $ ls -l /etc/rc.local
-rwxr-xr-x 1 root root 858 Dec 2 11:22 /etc/rc.local
pi@moode:~ $
My bad. I have to apologize for not proofreading what I wrote. Somehow an errant vertical bar slipped into the command. [I've edited my previous post to fix that.]
Should have been just
Code:
grep -i sxm /var/log/syslog
Could you please post the output from that? I'd like to see what the current error/warning messages are (could easily be several dozen lines) before suggesting a different method of initializing sxm-player.
Regards,
Kent