View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005000 | GNUnet | DNS service | public | 2017-04-29 21:25 | 2018-06-07 00:24 |
| Reporter | kurlovitsch | Assigned To | dangole | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| OS | linux | OS Version | gentoo | ||
| Product Version | Git master | ||||
| Target Version | 0.11.0pre66 | Fixed in Version | 0.11.0pre66 | ||
| Summary | 0005000: Fatal: executable ip not found in approved directories: No such file or directory | ||||
| Description | error when start gnunet-arm -s - Fatal: executable ip not found in approved directories: No such file or directory | ||||
| Additional Information | in gnunet-helper-dns.c if (0 == access ("/sbin/ip", X_OK)) sbin_ip = "/sbin/ip"; else if (0 == access ("/usr/sbin/ip", X_OK)) sbin_ip = "/usr/sbin/ip"; else { fprintf (stderr, "Fatal: executable ip not found in approved directories: %s\n", strerror (errno)); but in gentoo linux "ip" is in /bin | ||||
| Tags | No tags attached. | ||||
|
|
Ok, should be easily fixed. Will take care of it ASAP. |
|
|
Actually, was already fixed in Git 9c25b4dcb6. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-04-29 21:25 | kurlovitsch | New Issue | |
| 2017-04-30 12:48 | Christian Grothoff | Note Added: 0012086 | |
| 2017-04-30 12:48 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2017-04-30 12:48 | Christian Grothoff | Status | new => assigned |
| 2017-04-30 12:48 | Christian Grothoff | Category | ARM service => DNS service |
| 2017-04-30 12:48 | Christian Grothoff | Product Version | => Git master |
| 2017-04-30 12:48 | Christian Grothoff | Target Version | => 0.11.0pre66 |
| 2017-04-30 12:50 | Christian Grothoff | Assigned To | Christian Grothoff => dangole |
| 2017-04-30 12:50 | Christian Grothoff | Status | assigned => resolved |
| 2017-04-30 12:50 | Christian Grothoff | Resolution | open => fixed |
| 2017-04-30 12:50 | Christian Grothoff | Fixed in Version | => 0.11.0pre66 |
| 2017-04-30 12:50 | Christian Grothoff | Note Added: 0012087 | |
| 2018-06-07 00:24 | Christian Grothoff | Status | resolved => closed |