search for: passfile

Displaying 14 results from an estimated 14 matches for "passfile".

2014 Jun 14
2
[LLVMdev] Why llvm-pass don't work when applied on itself(passfile)
Hi, I applied some pass i.e. Hello pass on Hello.cpp(the pass file).It doesnot work as using command clang -emit-llvm -c Hello.c(Hell.cpp) does not create any .bc file .Can any body have some suggestion ? -- Thanks Prashant Sharma -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Jun 15
2
[LLVMdev] Why llvm-pass don't work when applied on itself(passfile)
Let's take Hello.cpp pass file from llvm/lib/Transform/Hello. Now I want to run clang -emit-llvm -c Hello.cpp(Hello.c).Means I want to apply this pass on itself.Then there are too many errors. On Sun, Jun 15, 2014 at 10:27 PM, John Criswell <criswell at illinois.edu> wrote: > On 6/14/14, 6:02 AM, Prashanth Sharma wrote: > > Hi, > I applied some pass i.e. Hello pass on
2015 Sep 20
2
ssl_key_password loaded from file: 'Couldn't parse private ssl_key'
As this is my first message to this ML: Hello! I am using a password-protected SSL key for my dovecot MDA. When I tried to use the ssl_key_password configuration directive as follow: ssl_key_password = </path/to/passfile it did not work as I logged the following: dovecot: imap-login: Error: SSL: Stacked error: error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt dovecot: imap-login: Fatal: Couldn't parse private ssl_key: error:0906A065:PEM routines:PEM_do_header:bad decrypt However, not usi...
2010 Aug 27
0
Strange problem
Hello. I have a strange problem with rsync With a cron, I run a script that launches about 30 processes at once, two of which fail, always the same. It worked fine until recently. The commands executed are of the type: rsync -Aavq --password-file=passfile --del --log-file=logfile rsync://user at machine1/path /mnt/backups/machine1/ rsync -Aavq --password-file=passfile --del --log-file=logfile rsync://user at machine2/path /mnt/backups/machine2/ /mnt/backups is a path mounted with nfs The error received is: [3565] Receiving file list [3565] rsync...
2002 Feb 12
3
Strict Mode for Client?
...lse" on the client side? I'm having trouble getting the client to accept the password file on Windows 2000, since rsync doesn't want the file to be other-readable, but this concept doesn't map too well to Windows. Alternatively, if I could simply set the proper permissions on the passfile, that would suit me fine, but it seems that although my Cygwin username is administrator, and I'm logged into Windows as the sole member of the administrators group, something is still awry. If I set the file permissions so that I can access it from within my Cygwin bash shell, rsync complains...
2015 Sep 21
1
ssl_key_password loaded from file: 'Couldn't parse private ssl_key'
...09-20 15:35, B. R. wrote: > >> As this is my first message to this ML: Hello! >> >> I am using a password-protected SSL key for my dovecot MDA. >> When I tried to use the ssl_key_password configuration directive as >> follow: >> ssl_key_password = </path/to/passfile >> it did not work as I logged the following: >> dovecot: imap-login: Error: SSL: Stacked error: error:06065064:digital >> envelope routines:EVP_DecryptFinal_ex:bad decrypt >> dovecot: imap-login: Fatal: Couldn't parse private ssl_key: >> error:0906A065:PEM routine...
2008 May 16
3
[OT]: Passing password for a command on the fly
Hi, First things first, sorry for the off-topic, but I've already burned my eyes Googling and couldn't find the answer to what I need and I remembered asking here, because I'm a long time CentOS and its mailing list user. Again, my apologies. I have this command to create an FTP account: # pure-pw useradd mario -u 502 -g 502 -n 1000 -N 200 -d /home/pages/mario This command asks for
2015 Sep 20
0
ssl_key_password loaded from file: 'Couldn't parse private ssl_key'
Hi, On 2015-09-20 15:35, B. R. wrote: > As this is my first message to this ML: Hello! > > I am using a password-protected SSL key for my dovecot MDA. > When I tried to use the ssl_key_password configuration directive as > follow: > ssl_key_password = </path/to/passfile > it did not work as I logged the following: > dovecot: imap-login: Error: SSL: Stacked error: error:06065064:digital > envelope routines:EVP_DecryptFinal_ex:bad decrypt > dovecot: imap-login: Fatal: Couldn't parse private ssl_key: > error:0906A065:PEM routines:PEM_do_header:bad...
2009 Jun 10
10
puppet client looking for server puppet
.../etc//opt/csw/puppet/ssl/ca/ca_pub.pem certdir = /etc//opt/csw/puppet/ssl/certs privatedir = /etc//opt/csw/puppet/ssl/private hostcert = /etc//opt/csw/puppet/ssl/certs/puppet-test.example.net.pem localcacert = /etc//opt/csw/puppet/ssl/certs/ca.pem publickeydir = /etc//opt/csw/puppet/ssl/public_keys passfile = /etc//opt/csw/puppet/ssl/private/password hostprivkey = /etc//opt/csw/puppet/ssl/private_keys/puppet-test.example.net.pem privatekeydir = /etc//opt/csw/puppet/ssl/private_keys hostcsr = /etc//opt/csw/puppet/ssl/csr_puppet-test.example.net.pem hostpubkey = /etc//opt/csw/puppet/ssl/public_keys/pupp...
2012 Aug 23
1
Puppet Agent VS User
...e_repository = http://forge.puppetlabs.com module_working_dir = /var/lib/puppet/puppet-module modulepath = /etc/puppet/modules:/usr/share/puppet/modules name = apply node_name = cert node_name_fact = "" node_name_value = vusion-production node_terminus = plain noop = false onetime = false passfile = /var/lib/puppet/ssl/private/password path = none pidfile = /var/run/puppet/apply.pid plugindest = /var/lib/puppet/lib pluginsignore = .svn CVS .git pluginsource = puppet://puppet/plugins pluginsync = true postrun_command = /etc/puppet/etckeeper-commit-post preferred_serialization_format = pson pr...
2010 Aug 19
7
External CA: Could not run: Could not retrieve certificate for puppetsrv and not running on a valid certificate authority
...en sign with the above CA and save the files ssldir/public_keys/puppetsrv.pem, ssldir/private_keys/puppetsrv.pem, ssldir/certificate_requests/puppetsrv.pem, ssldir/certs/puppetsrv.pem (All certs work fine with openssl verify) 3. Puppet configuration file: ca = false cakey=$ssldir/ca.prk passfile=$ssldir/ca.pass cacert=$ssldir/ca.crt capub=$ssldir/ca.puk 4. run puppet master: /usr/sbin/puppetmasterd --no-daemonize --verbose --debug --certname puppetsrv Full log (added some breakpoints and printed some tracebacks): debug: Failed to load library ''selinux'' for featur...
2007 Nov 11
4
puppetrun fails: "Certificates were not trusted"
...#39; debug: certificates: Setting hostpubkey to ''$publickeydir/puppet1.abc.net.pem'' debug: certificates: Setting privatedir to ''$ssldir/private'' debug: certificates: Setting hostcert to ''$certdir/puppet1.abc.net.pem'' debug: certificates: Setting passfile to ''$privatedir/password'' debug: certificates: Setting localcacert to ''$certdir/ca.pem'' debug: certificates: Setting certdir to ''$ssldir/certs'' debug: ca: Setting cert_inventory to ''$cadir/inventory.txt'' debug: ca: Setting capr...
2009 Oct 21
2
Bug #2617(?) in Puppet 0.25.1rc2
...tc/puppet/ssl/certs/ puppetmaster25.balkon.statystyka.net.pem localcacert = /etc/puppet/ssl/certs/ca.pem logdir = /var/puppet/log certdir = /etc/puppet/ssl/certs requestdir = /etc/puppet/ssl/certificate_requests httplog = /var/puppet/log/http.log libdir = /var/puppet/lib passfile = /etc/puppet/ssl/private/password splaylimit = 1800 statefile = /var/puppet/state/state.yaml puppetdlog = /var/puppet/log/puppetd.log report_port = 8140 ca_server = puppet puppetdlockfile = /var/puppet/state/puppetdlock clientyamldir = /var/puppet/client_yaml report...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...Which type of queue to use for asynchronous processing. # The default value is ''stomp''. # queue_type = stomp # Where puppet agent stores the password for its private key. # Generally unused. # The default value is ''$privatedir/password''. passfile = /etc/puppet/ssl/private/password # What files to ignore when pulling down plugins. # The default value is ''.svn CVS .git''. # pluginsignore = .svn CVS .git # Run the configuration once, rather than as a long-running # daemon. This is useful for interactively...