[SOLVED]
I forgot to do
for the server

. I just started the server manually with ./remoteinkd.
But
make install not only copies the binary to /usr/bin/ (which should be on linux systems /usr
/local/bin !!!) but also created a configuration directory and an ini.file in
/etc :
Code:
install bin/remoteinkd /usr/bin/remoteinkd
mkdir -p /etc/remoteinkd
install -m 644 config.ini /etc/remoteinkd/config.ini
-------------------------------------------
Hi,
this app is really a great idea and simply in usage - if I could get it run ;-)
On Ubuntu 16.04 I get the error on running the server:
Code:
$ sudo remoteinkd passwd
RemoteInk v0.2 - Server
New password:
Confirm password:
[-] Error: Can't save password (try to use "sudo")
when I try to set the password.
The (precompiled) client app seams to run on the PB623 (firmware 4.4.614, which was the last one on this device).
Any advice?