Raspbian Headless
|
04-10-2016, 10:38 PM
(This post was last modified: 04-10-2016 10:41 PM by andre_hro.)
Post: #41
|
|||
|
|||
RE: Raspbian Headless
I had the same problem.
I adapted the service script in the following way. After reboot Kazoo can see the player. [Unit] Description=OpenHome-Player Wants=network-online.target After=network.target network-online.target [Service] User=pi ExecStart=-/usr/bin/openhome-player Restart=on-failure [Install] WantedBy=multi-user.target |
|||
06-10-2016, 12:14 PM
Post: #42
|
|||
|
|||
RE: Raspbian Headless
Hello Andre_hro
Many thanks for your response! However, I tested your modified script and still have the same results. Perhaps I will start with a clean install and try again. The funny part is when I check the oh.service status after booting everything seems to be working fine. Thanks! Mike |
|||
06-10-2016, 03:59 PM
(This post was last modified: 06-10-2016 04:01 PM by bubbleguuum.)
Post: #43
|
|||
|
|||
RE: Raspbian Headless
I'm installing ohPlayer on a headless Rpi running Jessie, using piheadless.sh.
Is there a reason it brings all X11 libraries as a dependencies: Quote:The following extra packages will be installed: I'm not running any graphical stuff on this Pi, that's why I'm asking. |
|||
27-04-2018, 08:57 PM
Post: #44
|
|||
|
|||
RE: Raspbian Headless
Hi, I had the same problem that the oh player service did not start with the script.
I added the line Type=idle. Now it works. Obviously, not all processes required for startup of Oh player were finished when the script started. [Unit] Description=OpenHome-Player Wants=network-online.target After=network.target network-online.target [Service] User=pi Type=idle ExecStart=-/usr/bin/openhome-player Restart=on-failure [Install] WantedBy=multi-user.target |
|||
« Next Oldest | Next Newest »
|