You are not logged in.

#1 2012-01-26 05:17:23

learnerofskills
Member
Registered: 2012-01-26
Posts: 2

[solved]-bash: open: command not found

Hello, I'm following the tutorial here to set up pure-ftpd https://wiki.archlinux.org/index.php/SFTP

When I get to the step to create a self signed certificate, this happens

[root@(none) private]# open ssl req -x509 -nodes -newkey rsa:1024 -keyout \
> /etc/ssl/private/pure-ftpd.pem \
> -out /etc/ssl/private/pure-ftpd.pem
-bash: open: command not found

Which package do I have to install to get the "open" command?

Last edited by learnerofskills (2012-01-26 06:39:11)

Offline

#2 2012-01-26 05:42:52

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Re: [solved]-bash: open: command not found

take out the space between open and ssl

Offline

#3 2012-01-26 05:45:37

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Re: [solved]-bash: open: command not found

And you might want to fix your hostname as well as it will cause all sorts of problems

Offline

#4 2012-01-26 06:38:06

learnerofskills
Member
Registered: 2012-01-26
Posts: 2

Re: [solved]-bash: open: command not found

skunktrader wrote:

take out the space between open and ssl

That worked. I feel really dumb and embarrassed now. Thank you.

Offline

Board footer

Powered by FluxBB