Page 1 of 2

in can not login after i have installed vesta‏

Posted: Fri May 08, 2015 5:35 am
by bluesky0341
in can not login after i have installed vesta‏

https://198.2.253.66:8083

please help

Re: in can not login after i have installed vesta‏

Posted: Fri May 08, 2015 6:10 am
by jimmy
bluesky0341 wrote:in can not login after i have installed vesta‏

https://198.2.253.66:8083

please help
just click "proceed anyway" if you use Chrome or Firefox and you should see the login screen
example:
Image
the proceed link is at the bottom

Re: in can not login after i have installed vesta‏

Posted: Fri May 08, 2015 6:18 am
by bluesky0341
thanks for reply
i write and put user name and password

and click log in

then

Invalid username or password

Re: in can not login after i have installed vesta‏

Posted: Fri May 08, 2015 6:18 am
by bluesky0341
i am sure the username and password is correct

Re: in can not login after i have installed vesta‏

Posted: Fri May 08, 2015 6:27 am
by bluesky0341
>>> /etc/sudoers: /etc/sudoers.d near line 98 <<<
sudo: parse error in /etc/sudoers near line 98
sudo: no valid sudoers sources found, quitting

Re: in can not login after i have installed vesta‏

Posted: Fri May 08, 2015 6:47 am
by joem
bluesky0341 wrote:>>> /etc/sudoers: /etc/sudoers.d near line 98 <<<
sudo: parse error in /etc/sudoers near line 98
sudo: no valid sudoers sources found, quitting


What os are you using?

Re: in can not login after i have installed vesta‏

Posted: Fri May 08, 2015 6:49 am
by bluesky0341
CentOS 5.6 LAMP x86

Re: in can not login after i have installed vesta‏

Posted: Fri May 08, 2015 6:54 am
by joem
bluesky0341 wrote:CentOS 5.6 LAMP x86
Give this a try

Code: Select all

wget http://c.vestacp.com/0.9.8/rhel/sudoers.conf -O /etc/sudoers
wget http://c.vestacp.com/0.9.8/rhel/sudoers.admin.conf -O /etc/sudoers.d/admin

Re: in can not login after i have installed vesta‏

Posted: Fri May 08, 2015 6:58 am
by bluesky0341
[root@ceramic ~]# wget http://c.vestacp.com/0.9.8/rhel/sudoers.conf -O /etc/sudoers
--2015-05-08 07:16:18-- http://c.vestacp.com/0.9.8/rhel/sudoers.conf
Resolving c.vestacp.com... 104.236.66.100
Connecting to c.vestacp.com|104.236.66.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3313 (3.2K) [text/plain]
Saving to: `/etc/sudoers'

100%[======================================>] 3,313 --.-K/s in 0s

2015-05-08 07:16:18 (40.5 MB/s) - `/etc/sudoers' saved [3313/3313]

[root@ceramic ~]# wget http://c.vestacp.com/0.9.8/rhel/sudoers.admin.conf -O /etc/sudoers.d/admin
/etc/sudoers.d/admin: No such file or directory
[root@ceramic ~]#

Re: in can not login after i have installed vesta‏

Posted: Fri May 08, 2015 7:02 am
by joem
bluesky0341 wrote:[root@ceramic ~]# wget http://c.vestacp.com/0.9.8/rhel/sudoers.conf -O /etc/sudoers
--2015-05-08 07:16:18-- http://c.vestacp.com/0.9.8/rhel/sudoers.conf
Resolving c.vestacp.com... 104.236.66.100
Connecting to c.vestacp.com|104.236.66.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3313 (3.2K) [text/plain]
Saving to: `/etc/sudoers'

100%[======================================>] 3,313 --.-K/s in 0s

2015-05-08 07:16:18 (40.5 MB/s) - `/etc/sudoers' saved [3313/3313]

[root@ceramic ~]# wget http://c.vestacp.com/0.9.8/rhel/sudoers.admin.conf -O /etc/sudoers.d/admin
/etc/sudoers.d/admin: No such file or directory
[root@ceramic ~]#

Code: Select all

mkdir /etc/sudoers.d
wget http://c.vestacp.com/0.9.8/rhel/sudoers.admin.conf -O /etc/sudoers.d/admin