Page 2 of 3

Re: Bug with vesta web interface

Posted: Wed Jul 13, 2016 6:25 pm
by quatroweb
It gave me this response:

Code: Select all

# ln -s /proc/self/fd /dev/fd
ln: failed to create symbolic link ‘/dev/fd/fd’: No such file or directory

Re: Bug with vesta web interface

Posted: Tue Jul 19, 2016 8:07 am
by rtauxe
Hi quatroweb,
quatroweb wrote:It gave me this response:

Code: Select all

# ln -s /proc/self/fd /dev/fd
ln: failed to create symbolic link ‘/dev/fd/fd’: No such file or directory
Are you sure about your code ? Did you copied and paste it ?

I don't understand why it try to create symbolic link on /dev/fd/fd when you want to create it on /dev/fd .

Re: Bug with vesta web interface

Posted: Fri Jul 22, 2016 8:46 am
by qw2005
Please help me! I have a problem with Web Interface in menu firewall-fail2ban can not delete ip address.

Re: Bug with vesta web interface

Posted: Fri Jul 22, 2016 3:08 pm
by quatroweb
Hi qw2005,

Unfortunately this issue that you are having are not really related to the thread issue.

I suggest that you create your own thread about "firewall-fail2ban can not delete ip address".

Re: Bug with vesta web interface

Posted: Fri Jul 22, 2016 3:32 pm
by quatroweb
Hi rtauxe,

Thanks for your reply.

I've tried this:

Code: Select all

# ln -s /proc/self/fd /dev/fd .
Now it actually exists, but still blank on the interface.
The funny thing is that I can create new firewall rules in the interface and it also got saved, but still appearing blank.
Can't see any rule in the interface, but they are saved fine in the file: /usr/local/vesta/data/firewall/rules.conf

I did some entries yesterday as you can see on the date:

Code: Select all

RULE='295' ACTION='DROP' PROTOCOL='TCP' PORT='0-65535' IP='xxx.xxx.xxx.xxx' COMMENT='' SUSPENDED='no' TIME='02:43:06' DATE='2016-07-22'
RULE='296' ACTION='DROP' PROTOCOL='TCP' PORT='0-65535' IP='xxx.xxx.xxx.xxx' COMMENT='' SUSPENDED='no' TIME='02:43:47' DATE='2016-07-22'
RULE='297' ACTION='DROP' PROTOCOL='TCP' PORT='0-65535' IP='xxx.xxx.xxx.xxx' COMMENT='' SUSPENDED='no' TIME='02:44:35' DATE='2016-07-22'
RULE='298' ACTION='DROP' PROTOCOL='TCP' PORT='0-65535' IP='xxx.xxx.xxx.xxx' COMMENT='' SUSPENDED='no' TIME='02:44:49' DATE='2016-07-22'
RULE='299' ACTION='DROP' PROTOCOL='TCP' PORT='0-65535' IP='xxx.xxx.xxx.xxx' COMMENT='' SUSPENDED='no' TIME='02:45:30' DATE='2016-07-22'
Anyone?

Re: Bug with vesta web interface

Posted: Tue Jul 26, 2016 1:12 pm
by skurudo
quatroweb wrote: Anyone?
Hi, quatroweb

may be you can show us /var/log/vesta/nginx-error.log ?

Re: Bug with vesta web interface

Posted: Sat Aug 06, 2016 1:07 pm
by aletsh
rtauxe wrote:
dpeca wrote:Run:
ln -s /proc/self/fd /dev/fd
Thank you very much dpeca. The symbolic link solved my problems !


Me too!!!
Thx for all!!!!

Please add this symbolic link to the script installation.

;)

rgrds

Re: Bug with vesta web interface

Posted: Sat Aug 06, 2016 8:49 pm
by quatroweb
My issue still persists.
I am running the exact same command, but it still gives me the error:

Code: Select all

ln -s /proc/self/fd /dev/fd
Error:
ln: failed to create symbolic link ‘/dev/fd/fd’: No such file or directory

Why am I getting this, while it work for others?

Re: Bug with vesta web interface

Posted: Sun Aug 07, 2016 11:56 pm
by dpeca
quatroweb wrote:My issue still persists.
I am running the exact same command, but it still gives me the error:

Code: Select all

ln -s /proc/self/fd /dev/fd
Error:
ln: failed to create symbolic link ‘/dev/fd/fd’: No such file or directory

Why am I getting this, while it work for others?
What Linux distribution do you use?

Re: Bug with vesta web interface

Posted: Mon Aug 08, 2016 3:45 pm
by quatroweb
Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-43-generic x86_64)