search for: classfile

Displaying 20 results from an estimated 76 matches for "classfile".

2010 Jul 16
3
[LLVMdev] java front-end
...l essentially just provide runtime services like GC and exception handling). Sincerely, Joshua Here is the output of the build (after ./configure): make[1]: Entering directory `/home/jowarner/code/llvm/projects/java/lib' make[2]: Entering directory `/home/jowarner/code/llvm/projects/java/lib/ClassFile' llvm[2]: Compiling ClassFile.cpp for Release build In file included from ClassFile.cpp:17: /home/jowarner/code/llvm/projects/java/include/llvm/Java/ClassFile.h:24:36: warning: llvm/Support/DataTypes.h: No such file or directory ClassFile.cpp:21:32: warning: llvm/Config/alloca.h: No such file o...
2012 Jun 12
6
Trying to get tagmail to work
...ssl [agent] # The file in which puppetd stores a list of the classes # associated with the retrieved configuratiion. Can be loaded in # the separate ``puppet`` executable using the ``--loadclasses`` # option. # The default value is ''$confdir/classes.txt''. classfile = $vardir/classes.txt # Where puppetd caches the local configuration. An # extension indicating the cache format is added automatically. # The default value is ''$confdir/localconfig''. localconfig = $vardir/localconfig # Turn on Reporting report = true [...
2007 Dec 03
3
certificate issue with Branch Testing
Hello All, I''m using the "Branch Testing" approach documented at https://reductivelabs.com/trac/puppet/wiki/BranchTesting and am seeing an issue with certificates. On all clients, I can run puppetd --masterport=8141 successfully but see the following error when I run against the default (8140) port: err: Could not retrieve configuration: Certificates were not trusted:
2010 Jun 09
12
Foreman -- Reporting
...ath = $confdir/modules #reports=log, foreman storeconfigs = true dbadapter = mysql dbuser = app_puppet dbpassword = password dbserver = localhost dbsocket = /sql/mysql/mysql.sock rrddir=/var/lib/puppet/rrd rrdinterval=$runinterval rrdgraph=true [puppetd] classfile = $vardir/classes.txt report = true localconfig = $vardir/localconfig What am I missing here? Thanks, Henry -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. T...
2012 Aug 10
3
SSL issues - certificate verify failed
...logdir = /var/log/puppet rundir = /var/run/puppet ssldir = /var/lib/puppet/ssl modulepath = /etc/puppet/modules:/opt/puppet/share/puppet/modules [agent] certname = l1311022.our.domain.de server = l1215022.our.domain.de report = true graph = true pluginsync = true classfile = $vardir/classes.txt localconfig = $vardir/localconfig (SERVER) [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = /var/lib/puppet/ssl certname = l1215022.our.domain.de [agent] classfile = $vardir/classes.txt localconfig = $vardir/localconfig -- You re...
2012 Aug 29
1
Puppet-Dashboard nodes showing up as unreported
...load [agent] # The file in which puppetd stores a list of the classes # associated with the retrieved configuratiion. Can be loaded in # the separate ``puppet`` executable using the ``--loadclasses`` # option. # The default value is ''$confdir/classes.txt''. classfile = $vardir/classes.txt # Where puppetd caches the local configuration. An # extension indicating the cache format is added automatically. # The default value is ''$confdir/localconfig''. localconfig = $vardir/localconfig certname = us3sm2ppt001.comp.prod.local...
2012 Apr 22
2
centos 6.2 - puppet 2.7.13 - SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: tlsv1 alert protocol version
...~]# puppetca list --all | grep machine-1 + machine-1.test.betrancourt.net (1C:78:20:02:EB:BB:B8:7B:62:E6:80:ED:A4:06:9D:92) In puppet.conf, on the server, i''ve the following content: [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl [agent] classfile = $vardir/classes.txt localconfig = $vardir/localconfig pluginsync = true [master] autosign = true ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY My apache vhost is configured like this: <VirtualHost 192.168.1.60:8140> SSLEngi...
2011 Mar 08
3
classes.txt missing
...sts [agent] # The file in which puppetd stores a list of the classes # associated with the retrieved configuratiion. Can be loaded in # the separate ``puppet`` executable using the ``--loadclasses`` # option. # The default value is ''$confdir/classes.txt''. classfile = $vardir/classes.txt # Where puppetd caches the local configuration. An # extension indicating the cache format is added automatically. # The default value is ''$confdir/localconfig''. localconfig = $vardir/localconfig Any idea why that may be happening? Thanks....
2010 Feb 09
2
[LLVMdev] Mapping bitcode to source code
...looking for a way to map bitcode to the source code (C/C++) from which it was generated. For example, the Java class file format has an optional LineNumberTable attribute that maps each bytecode instruction to a source code line number: http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#22856 Is there something analogous in the LLVM environment? Thanks, Trevor
2013 Mar 08
0
puppet dashboard:No runs found to report
the puppetmaster conf file is: [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl reports = store, http, foreman reporturl = http://localhost:3000/reports/upload [agent] classfile = $vardir/classes.txt localconfig = $vardir/localconfig the puppet client conf file is: [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl [agent] classfile = $vardir/classes.txt localconfig = $vardir/localconfig report = true but,no report...
2006 Aug 07
1
question about wording of puppet''s use of classes.txt
...e structures documentation, and what it means for puppet''s behaviour. http://reductivelabs.com/projects/puppet/documentation/structures.html says: All classes set on a Puppet client are stored in an external file (usually /etc/puppet/classes.txt, but can be modified with the classfile argument or setting). This means other tools can easily read in the classes that Puppet sets and use them for their own logic. Puppet doesn''t look to this file to work out the classes, does it? It gets told by the puppetmaster, right? So, this file gets written by puppet each t...
2006 Feb 26
1
[LLVMdev] Re: gcc like attributes and annotations
...you are mentioning. Do you have any dynamic language frontends in use. The PyPy project I think is targeting LLVM too. I could imagine that this meta information is just stored in plain C structures. > For java for example this would probably be the compiled parts with > stubs and a regular classfile for the runtime data with compiled > functions converted to native. Hmm. Maybe we should follow the gcj approach. Or at least use an interchangeable metadata spec. At last years FOSDEM there was a short discussion about a more general meta-data format, which would make gcj generated object code...
2011 Dec 05
3
puppet kick problem: host is already running
...of /var/lib/puppet didn’t help. It’s a mystery to me. That’s the auth.conf I’m using for testing: path / auth any allow * And here’s the puppet.conf (the same on master and all agents) [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl [agent] server = <hidden> classfile = $vardir/classes.txt report = true listen = true localconfig = $vardir/localconfig preferred_serialization_format = yaml [master] certname = <hidden> reports = http, store reporturl = http://<hidden>:3000/reports/upload pluginsync = true storeconfigs = true dbadapter = mysql dbuser = r...
2006 Mar 02
1
[LLVMdev] llvm-java state
...llvm. When I read through the Debug output, I see that class2llvm is trying to compile all of the files distributed in the gnuclasspath, ~2500 classes. I can't imagine a Hello World program needing all of those classes. Here is how I am using class2llvm currently: // In test/Regression/ClassFile jikes -cp /usr/local/share/classpath Hello.java class2llvm -cp /usr/local/share/classpath:. Hello Am I doing something wrong or using the tool improperly? I thought I would make sure I'm not doing something really stupid before I try and debug this error. Do you happen to remember the st...
2011 Jul 08
2
Puppetmaster setup with separate CA server configuration help
...r/lib/puppet mkdir -p ssl/private_keys ssl/certs Following are the nginx/puppet.conf configs of loadbalancer01 ---------------------------------------------------------------------------------- [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl [agent] classfile = $vardir/classes.txt localconfig = $vardir/localconfig server = loadbalancer01 listen = true [master] ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY ca = false ------------- Nginx.conf --------------- user nginx; worker_processes 10; worke...
2010 Jul 22
8
Foreman / External Nodes -- Node Not found
...reportdir = /var/lib/puppet/reports storeconfigs = true dbadapter = mysql dbuser = app_puppet dbpassword = xxxxxxxxxxxxxx dbserver = localhost dbsocket = /sql/mysql/mysql.sock rrddir = /var/lib/puppet/rrd rrdinterval = $runinterval rrdgraph = true [puppetd] classfile = $vardir/classes.txt report = true localconfig = $vardir/localconfig Any ideas? Thanks, Henry -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe...
2013 Jan 20
3
(New To Puppet)Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class sudo for pupclient on node pupclient
...* * # The file in which puppetd stores a list of the classes* * # associated with the retrieved configuratiion. Can be loaded in* * # the separate ``puppet`` executable using the ``--loadclasses``* * # option.* * # The default value is ''$confdir/classes.txt''.* * classfile = $vardir/classes.txt* * * * # Where puppetd caches the local configuration. An* * # extension indicating the cache format is added automatically.* * # The default value is ''$confdir/localconfig''.* * localconfig = $vardir/localconfig* * * Below is the configuration o...
2006 Feb 25
0
[LLVMdev] Re: gcc like attributes and annotations
...this section. So I think this really helps with partial compliation and supporting languags that have complex runtimes. The llvm bycode section would just get a stub runtime upcall for code that not compiled. For java for example this would probably be the compiled parts with stubs and a regular classfile for the runtime data with compiled functions converted to native. In the short term I think I'll simply use the class file format in my native compiled classes and wait and see how this turns out. I've been stuck thinking about this for two months. Thanks for the ideas. Mike On 2/25/...
2010 Nov 11
9
preferred directory structure for multiple environments
Hello All, Moving from 2.5 to 2.6.2 and I was wondering if there is a preferred directory structure for using multiple environments? Does it work much different in 2.6 than in 2.5? When I made the move I assumed (I know) that my current structure and configurations would just roll over but that isn''t the case. Thanks, Jim -- You received this message because you are subscribed to the
2006 Aug 02
1
MATLAB 6.5 under Wine
...andA ((nil), "C:\\windows\\temp\\IXP000.TMP\\java.inf", "IEOptions.X86.Register", "C:\\windows\\temp\\IXP000.TMP", (null), (nil), 0x0000000d, (nil)): stub fixme:advpack:RunSetupCommandA ((nil), "C:\\windows\\temp\\IXP000.TMP\\java.inf", "BaseInstallation.ClassFiles", "C:\\windows\\temp\\IXP000.TMP", (null), (nil), 0x0000000d, (nil)): stub fixme:advpack:RunSetupCommandA ((nil), "C:\\windows\\temp\\IXP000.TMP\\java.inf", "BasePkgMgr.Install.Execute", "C:\\windows\\temp\\IXP000.TMP", (null), (nil), 0x0000000d, (nil))...