Jump to content

Recommended Posts

Posted

Hi all,

 

I am trying to run lynx over ssh, and when I attempt to start it, ie. I type:

lynx

I get the following error:

Configuration file (null) is not available

 

I suspect that maybe this is an issue with permissions not allowing me access to the lynx config file.

 

Is there a fix for this?

 

Thanks,

Bob

Posted

The problem you are having is because the jailshell environment doesn't have a config file for lynx so lynx dies trying to find one.

 

For the majority of what you would do with lynx, though you don't really need a config file. You can just let it default everything. So do one of two things:

 

either run lynx with a cfg value: lynx -cfg=/dev/null

 

or create a file called .bash_profile in your home directory and put the following in it:

>LYNX_CFG=/dev/null

export LYNX_CFG

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...