Hi Ringers,

After failing to download the ring PGP key as per the
Gnu/Linux installation instructions (key wasn't found--
later it was) I tried to build from source. Seeing the
amount of text scroll by gave me an appreciation of what an
enormous project it is. Dependencies also installed very
neatly, after an initial tickle (apt-get upgrade) to my
system.

Okay, the only problem I had was at the very end following

./make-ring.py --run --distribution Debian

This was due to a wrong path to the dring daemon, fixed by

perl -p -i.bak -e 
's(./install/daemon/libexec/dring)(./install/daemon/sbin/dring)g' make-ring.py

I look forward to experimenting more with this important
software!!

Thanks again,

Joel


git:master ~/build/ring-project $ ./make-ring.py --run --distribution Debian
Killing processes...
Traceback (most recent call last):
  File "./make-ring.py", line 346, in <module>
    main()
  File "./make-ring.py", line 339, in main
    run_run(parsed_args)
  File "./make-ring.py", line 193, in run_run
    stderr=dring_log
  File "/usr/lib/python3.4/subprocess.py", line 859, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.4/subprocess.py", line 1457, in _execute_child
    raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 
'./install/daemon/libexec/dring'
git:master ~/build/ring-project $ sudo ./make-ring.py --run --distribution 
Debian
Killing processes...
Traceback (most recent call last):
  File "./make-ring.py", line 346, in <module>
    main()
  File "./make-ring.py", line 339, in main
    run_run(parsed_args)
  File "./make-ring.py", line 193, in run_run
    stderr=dring_log
  File "/usr/lib/python3.4/subprocess.py", line 859, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.4/subprocess.py", line 1457, in _execute_child
    raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 
'./install/daemon/libexec/dring'


-- 
Joel Roth
  

_______________________________________________
Ring mailing list
[email protected]
https://lists.savoirfairelinux.net/mailman/listinfo/ring

Reply via email to