pfsense #10

Closed
opened 2025-12-29 00:21:45 +01:00 by adam · 4 comments
Owner

Originally created by @mrPsycho on GitHub (Dec 8, 2015).

hello

just FYI

on pfSense there is another one dependency: bash

and there something goes wrong

[2.2.5-RELEASE][root@gw.]/root/letsencrypt.sh: ./letsencrypt.sh
Using config file /root/letsencrypt.sh/config.sh
+ Generating account key...
+ Registering account key with letsencrypt...
Processing owncloud.example.com
 + Signing domains...
 + make directory /root/letsencrypt.sh/certs/owncloud.example.com ...
 + Generating private key...
 + Generating signing request...
cat: /dev/fd/63: No such file or directory
error on line -1 of /dev/fd/63
675592508:error:02001002:system library:fopen:No such file or directory:/usr/pfSensesrc/src.RELENG_2_2/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:169:fopen('/dev/fd/63','rb')
675592508:error:2006D080:BIO routines:BIO_new_file:no such file:/usr/pfSensesrc/src.RELENG_2_2/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:172:
675592508:error:0E078072:configuration file routines:DEF_LOAD:no such file:/usr/pfSensesrc/src.RELENG_2_2/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf_def.c:197:
Originally created by @mrPsycho on GitHub (Dec 8, 2015). hello just FYI on pfSense there is another one dependency: bash and there something goes wrong ``` [2.2.5-RELEASE][root@gw.]/root/letsencrypt.sh: ./letsencrypt.sh Using config file /root/letsencrypt.sh/config.sh + Generating account key... + Registering account key with letsencrypt... Processing owncloud.example.com + Signing domains... + make directory /root/letsencrypt.sh/certs/owncloud.example.com ... + Generating private key... + Generating signing request... cat: /dev/fd/63: No such file or directory error on line -1 of /dev/fd/63 675592508:error:02001002:system library:fopen:No such file or directory:/usr/pfSensesrc/src.RELENG_2_2/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:169:fopen('/dev/fd/63','rb') 675592508:error:2006D080:BIO routines:BIO_new_file:no such file:/usr/pfSensesrc/src.RELENG_2_2/secure/lib/libcrypto/../../../crypto/openssl/crypto/bio/bss_file.c:172: 675592508:error:0E078072:configuration file routines:DEF_LOAD:no such file:/usr/pfSensesrc/src.RELENG_2_2/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf_def.c:197: ```
adam closed this issue 2025-12-29 00:21:45 +01:00
Author
Owner

@rudis commented on GitHub (Dec 8, 2015):

Does the <(...) construct work on pfsense?

@rudis commented on GitHub (Dec 8, 2015): Does the <(...) construct work on pfsense?
Author
Owner

@mrPsycho commented on GitHub (Dec 8, 2015):

yes, bash installed and works nice

@mrPsycho commented on GitHub (Dec 8, 2015): yes, bash installed and works nice
Author
Owner

@rudis commented on GitHub (Dec 8, 2015):

Does the following work?
bash -c 'cat <(cat <(echo hi))'

@rudis commented on GitHub (Dec 8, 2015): Does the following work? ` bash -c 'cat <(cat <(echo hi))' `
Author
Owner

@lukas2511 commented on GitHub (Dec 8, 2015):

Installed bash on pfsense, got this message:

screen shot 2015-12-08 at 19 35 54

I tried it, but mounting doesn't work. No idea why.

Closing this issue since this is basically just pfsense not supporting bash properly, and that isn't our problem, sorry.

Edit: I tried again, this time it worked, maybe I had a typo. So this is not even a pfsense bug but a user problem.

@lukas2511 commented on GitHub (Dec 8, 2015): Installed bash on pfsense, got this message: ![screen shot 2015-12-08 at 19 35 54](https://cloud.githubusercontent.com/assets/85965/11664588/eeb7bd16-9de2-11e5-96ab-f7bf36bd57e8.png) I tried it, but mounting doesn't work. No idea why. Closing this issue since this is basically just pfsense not supporting bash properly, and that isn't our problem, sorry. Edit: I tried again, this time it worked, maybe I had a typo. So this is not even a pfsense bug but a user problem.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#10