Re: VCL installation issues

2010-12-06 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nikhil, You are missing an entries in the resource table for your images. The following SQL should fix it: INSERT INTO resource (resourcetypeid, subid) VALUES (13, 1), (13, 2); Josh On Friday December 03, 2010, Nikhil Talpallikar wrote: mysql

Re: ROOT ACCESS

2010-12-06 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please explain further what you mean that you are having problems accessing your vcl server via ssh. The more information you can give us, the easier we can help you. Also, when you start a new thread on any email list, please do not reply to an

ACCESSING SERVER VIA SSH

2010-12-06 Thread momoh Ibrahim
I am having difficulty accessing my VCL server via SSH on a remote client. I am trying to make changes to my skin template, but i cant get root access to the server. I am using the correct credentials. Thank you. -- Respectfully, Ibrahim Momoh

Re: ACCESSING SERVER VIA SSH

2010-12-06 Thread David Hutchins
This really seems to be less of a problem with VCL and more of an issue with the Linux box you have it running on. Possibly a question more for a mailing-list or forum related to that particular Linux distro. But anyway, what Linux distro are you running on. Many distros these days disable root

Re: ACCESSING SERVER VIA SSH

2010-12-06 Thread James O'Dell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Perhaps root login is diabled vi /etc/ssh/sshd_config PermitRootLogin no __Jim On 12/6/2010 11:49 AM, David Hutchins wrote: This really seems to be less of a problem with VCL and more of an issue with the Linux box you have it running on.