version information on FreeBSD #247

Closed
opened 2025-12-29 01:20:12 +01:00 by adam · 1 comment
Owner

Originally created by @welwood08 on GitHub (Aug 24, 2017).

I noticed there's a couple of very minor things that don't work in the version information on my system (FreeBSD 10.3 jail on FreeNAS 9.10 host):

$ ./dehydrated --version
#
# !! WARNING !! No main config file found, using default config!
#
Dehydrated by Lukas Schauer
https://dehydrated.de

Dehydrated version: 0.4.0
GIT-Revision: 0be0ab083f290afbc757b8388a80df458ddfd33c

cat: /etc/issue: No such file or directory
OS:
Used software:
 bash: 4.4.12(2)-release
 sed: sed: illegal option -- -
 curl: curl 7.55.1

At this point the program is hanging waiting for Ctrl+D, after that it resumes:

 awk: awk: unknown option -W ignored
 grep: grep (GNU grep) 2.5.1-FreeBSD
 mktemp: mktemp: illegal option -- -
 diff: diff (GNU diffutils) 2.8.7
 openssl: OpenSSL 1.0.2l  25 May 2017

Not super important in my opinion, although I was momentarily confused by the hang while awk was waiting for input.

Originally created by @welwood08 on GitHub (Aug 24, 2017). I noticed there's a couple of very minor things that don't work in the version information on my system (FreeBSD 10.3 jail on FreeNAS 9.10 host): ```bash $ ./dehydrated --version # # !! WARNING !! No main config file found, using default config! # Dehydrated by Lukas Schauer https://dehydrated.de Dehydrated version: 0.4.0 GIT-Revision: 0be0ab083f290afbc757b8388a80df458ddfd33c cat: /etc/issue: No such file or directory OS: Used software: bash: 4.4.12(2)-release sed: sed: illegal option -- - curl: curl 7.55.1 ``` At this point the program is hanging waiting for Ctrl+D, after that it resumes: ```bash awk: awk: unknown option -W ignored grep: grep (GNU grep) 2.5.1-FreeBSD mktemp: mktemp: illegal option -- - diff: diff (GNU diffutils) 2.8.7 openssl: OpenSSL 1.0.2l 25 May 2017 ``` Not super important in my opinion, although I was momentarily confused by the hang while awk was waiting for input.
adam closed this issue 2025-12-29 01:20:13 +01:00
Author
Owner

@lukas2511 commented on GitHub (Sep 20, 2017):

This should be fixed with ce9b42d8ad and bc20ec79f3.

@lukas2511 commented on GitHub (Sep 20, 2017): This should be fixed with ce9b42d8ad5bc225b7eeeaf47df0690b5d6b54e3 and bc20ec79f3a0edc30b53ed532cdf3e17169f12a6.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#247