View Issue Details

IDProjectCategoryView StatusLast Update
0005811GNUnetfile-sharing servicepublic2019-07-24 20:42
Reporterxrs Assigned Toschanzen  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Platformx86_64OSalpine linuxOS Versionhead
Product VersionGit master 
Target Version0.11.6Fixed in Version0.11.6 
Summary0005811: Standard path to binary gnunet-auto-share not correct
DescriptionStart service with:
gnunet-arm -i gnunet-auto-share

Log says:
Jul 20 12:37:47-029623 util-os-installation-7115 WARNING `access' failed on file `/usr/local/lib//gnunet/libexec/gnunet-auto-share' at os_installation.c:938 with error:
No such file or directory

The real installation directory is /usr/local/bin/gnunet-auto-share.

I think this can be fixed quickly.
TagsNo tags attached.

Activities

schanzen

2019-07-20 18:46

administrator   ~0014709

gnunet-auto-share is not a service. It is a binary program. Hence its installation directory is correct and it should never be started using gnunet-arm.
You can easily check that by looking at the gnunet-auto-share.c and verify that it has a "main" function and is parsing commandline options.

Issue History

Date Modified Username Field Change
2019-07-20 12:55 xrs New Issue
2019-07-20 18:46 schanzen Note Added: 0014709
2019-07-20 18:47 schanzen Assigned To => schanzen
2019-07-20 18:47 schanzen Status new => resolved
2019-07-20 18:47 schanzen Resolution open => no change required
2019-07-20 18:47 schanzen Fixed in Version => 0.11.6
2019-07-24 20:42 Christian Grothoff Status resolved => closed