Please Log in or Create an account to join the conversation.
I don't see how a Ubuntu file could contain this:Interesting. I didn't need to do this. But if I check my machine, the frontail.service file does exist, with the contents described.
Perhaps this is because I used Ubuntu?
Please Log in or Create an account to join the conversation.
I did make notes, but I'm not sure if anyone other than me can understand them.Notes, we don't need no stinking Notes. Mid way through the process I thought, gee, I should really be writing this down. From Memory... The Docker install (adding the repository) didn't work, I simply Googled install Docker on Debian 12 and followed the instructions. Python Dev didn't install, the installer recommended a different version. Pyatv required me to go to their website for instructions. Visudo didn't like the suggested change. Again, I googled how to do it, and it gave me a format that worked. Finally the swap file add to fstab was a bit unclear, I modified mine and I didn't boot back up. I need to modify it today.
Here is another example...at the end it says to run this "sudo cat /home/allonis/myServer/logs/myServer.log". The problem is that it fails because it left out the "applications" directory. It should say sudo cat /home/allonis/applications/myServer/logs/myServer.log.
My current issue is that the Live Log viewer doesn't connect. The log is populated so I'm thinking it is a port issue (9001). I need to work on it this morning. Hmmm, also the Linux Terminal from the main web page doesn't work. I think the log viewer and this issue is related. Unfortunately, my Linux skills are at a hack and slash level.
Please Log in or Create an account to join the conversation.
I don't see how a Ubuntu file could contain this:Interesting. I didn't need to do this. But if I check my machine, the frontail.service file does exist, with the contents described.
Perhaps this is because I used Ubuntu?so I guess it got set up by myServer somehow.Code:ExecStart=frontail --ui-highlight --disable-usage-stats /home/allonis/applications/myServer/logs/myServer.log
Please Log in or Create an account to join the conversation.
Which instructions? I was following allonis.com/support/documentation?view=category&id=416 and don't see that there - those instructions get you to create myServer.service and myInstaller.service by editing them.I don't see how a Ubuntu file could contain this:Interesting. I didn't need to do this. But if I check my machine, the frontail.service file does exist, with the contents described.
Perhaps this is because I used Ubuntu?so I guess it got set up by myServer somehow.Code:ExecStart=frontail --ui-highlight --disable-usage-stats /home/allonis/applications/myServer/logs/myServer.log
Yes. The file is located in applications/myServer/data/linux.x64.
The instructions said to copy the files from there into lib/systemd/system.
I copied all three service files, not just myServer.service and myInstaller.service.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.