View Single Post
Old 05-04-2017, 06:13 PM   #19
apos
Zealot
apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.apos solves Fermat’s last theorem while doing the crossword.
 
apos's Avatar
 
Posts: 126
Karma: 28670
Join Date: Dec 2011
Location: Ludwigshafen, Germany
Device: 623 Touch Lux, 912 Pro (selled), Surfpad 4 L, Waiting for CAD-Reader !
[SOLVED]

I forgot to do

Code:
make install
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?

Last edited by apos; 05-05-2017 at 07:43 AM.
apos is offline   Reply With Quote