I just want to reiterate that I have fixed the second problem and the FAHClient is running. The biggest problem I had is that the documentation doesn't mention the Systemd service anywhere. Instead, I only found it after I, on a guess, got a list of all the services Systemd was controlling. At that point, I saw the FAHClient service configured but not enabled or running.
@Bruce
I think you have completely misunderstood what my posts are about. I never said anything about Windows or OSX or installing F@H on multiple systems. I never said anything about stopping the client or running multiple copies of it at once or running it from the terminal or giving it special commands. Where did you get the idea that I'm trying to do any of this?
To reiterate, my posts were about:
1. The "No such file or directory" error I'm getting while installing FAHClient
2. The fact that my FAHClient service was not starting at all.
bruce wrote:Think of the Linux printer daemon. It starts at boot time and there's no reason to mess with it.
If the printer daemon is starting at boot and running properly, then indeed, you don't need to mess with it. If this is not the case, then you do, in fact, need to mess with it until it works. Otherwise, you have a broken printer daemon.
bruce wrote:FAHClient sis intended to be start at boot-time and it will manage a queue for each applicable device.
And this is what I was trying to achieve. But, as I've explained, this was not happening.
bruce wrote:If you want to issue specific commands to it, you can manage how it does that by submitting specific commands through FAHControl or WEBConrol which are the interactive processes belonging to FAH. If you connect to Linux through an XTerminal, you can start a copy of FAHControl and it will accept commands to any of the Linux/Windows/MaC systems on your network that happen to be running a copy of FAHClient. In fact, FAHControl can be running on say, a Windows system, and it lets you manage the queue(s) on a Linux system.
Okay, I didn't know about managing remote FAHClients with FAHControl. Thanks for that tip. But as I said earlier, I installed F@H on a headless server that doesn't have a GPU installed. Thus, I can't install or run any programs that have a GUI (like FAHControl or a web browser). Also, using these control programs to configure FAHClient doesn't help me if I can't start the FAHClient service to begin with. Finally, looking at the screenshots, I don't see anything in FAHControl that can't already be configured by editing config.xml.
bruce wrote:I recommend that when you install FAHClient on each system,
XJDHDR wrote:While installing, after the point where I tell the installer if I want F@H to start automatically, I get the following error:
bruce wrote:, you let it start automatically during reboot processing (issuing the sudo /etc/init.d FAHClient start and you forget about it.
XJDHDR wrote:I then tried to run the client with sudo /etc/init.d/FAHClient start but it just told me: Starting fahclient ... FAIL