search for: snjh

Displaying 5 results from an estimated 5 matches for "snjh".

Did you mean: njh
2011 Feb 09
2
file serving error
...er.conf file # This file consists of arbitrarily named sections/modules # defining where files are served from and to whom # Define a section ''files'' # Adapt the allow/deny settings to your needs. Order # for allow/deny does not matter, allow always takes precedence # over deny [snjh] path /etc/puppet/manifests/files/snjh allow *.summitnjhome.com # deny *.evil.example.com # allow 192.168.0.0/24 Here is the class manifest I am using: class basefiles { file { "/etc/ldap.conf": source => "puppet://puppet/snjh/ldap.conf" } file { &quot...
2011 Mar 07
2
puppet file sharing issue
hello list!! I am still having some file sharing issues with this puppet server and I was hoping someone would have an opinion they could share on this situation ## puppet errors err: //basefiles/File[/etc/yum/pluginconf.d/priorities.conf]: Failed to retrieve current state of resource: Error 400 on SERVER: Not authorized to call find on /file_metadata/acadaca/yum/pluginconf.d/priorities.conf
2011 Aug 23
0
cant login remotely proftpd
...em type is UNIX. Using binary mode to transfer files. ftp> ls 227 Entering Passive Mode (127,0,0,1,183,201). 150 Opening ASCII mode data connection for file list 226 Transfer complete ftp> quit 221 Goodbye. However if I log into the external address of the FTP server the login fails. Name (snjh.net:root): bluethundr 331 Password required for bluethundr Password: 530 Login incorrect. Login failed. Remote system type is UNIX. Using binary mode to transfer files. ftp> quit 221 Goodbye. There is no activity in the logs when I log in remotely. I dont believe it to be a firewall issue becau...
2011 Oct 18
3
haproxy ssl
...created with keepalived and floating between two load balancers. I can connect to the virtual ip via openssl s_connect and GET / where i see the source code for the home page openssl s_client -connect 192.168.1.200:443 CONNECTED(00000003) --- Certificate chain 0 s:/C=US/ST=NJ/L=Summit/O=SNJH/CN=*.example.com/emailAddress=bluethundr at example.com i:/C=US/ST=NJ/L=Summit/O=SNJH/CN=*.example.com/emailAddress=bluethundr at example.com --- Server certificate -----BEGIN CERTIFICATE----- MIIFejCCA2ICCQCjGRFk9cQ13zANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJV UzELMAkGA1UECBMCTkoxDzANBgNVBAcTBlN1bW...
2011 Aug 26
1
mysql authentication in proftpd
...nfig. I found a good article on how to do this here: http://www.khoosys.net/single.htm?ipg=848 I set everything up according to this article, and authentication with the test user I have stored in the user table is failing. [root at LCENT05:~] #/usr/bin/ftp -d mydomain.net Connected to snjh.net (xx.xx.xx.xx). 220 FTP Server ready. Name (snjh.net:root): jfuser ---> USER jfuser 331 Password required for jfuser Password: ---> PASS XXXX 530 Login incorrect. Login failed. ---> SYST 215 UNIX Type: L8 Remote system type is UNIX. Using binary mode to transfer files. I setup a debug...