rhellenbrand
rhellenbrand
Think I have the same problem. Pid file is created and deleted in ebusd main see: /src/ebusd/main.cpp 659 // create pid file and try to lock it 660 pidFile =...
To test if it is a permission issue you could try following. Stop the ebus service By closing the service the PID file is deleted. Manual create your /run/ebusd.pid file...
Would it not be easier to change the permissions in main.cpp to avoid issues with clean PI installs? 660 pidFile = fopen(opt.pidFile, "w+"); 661 662 umask(S_IWGRP | S_IRWXO); // set...
Ok Managed to login as root, but under root the desktop taskbar is missing!!! With ctrl+alt+T i could open the terminal and ebusd runs fine. Think I have to build...
Hi John, Problem is that default Pi OS if you are logged in as “root” doesn’t have a taskbar on the desktop. And this is not real practical, you must...
I’m totally unknown with Linux but you already noticed that. Do change the permissions in the terminal with "sudo su" Then I can start ebusd manual, and it works fine....