search for: classfiles

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

Did you mean: classfile
2010 Jul 16
3
[LLVMdev] java front-end
Hi, I'm trying to use the Java front-end (which, based on svn commits, appears to be three-years-dead), and I'm running into some build errors. In that time did llvm change from building with exception handling and rtti to building without? I remember reading somewhere that llvm code should use dyn_cast instead of dynamic_cast. Do these need to be changed here? A little background:
2012 Jun 12
6
Trying to get tagmail to work
Hey guys, Relatively new to Puppet and I''m trying to setup tagmail to send all emails to me: at one point I''ll filter that down to errors and whatnot (based on tags) but for now I just want to get it working. Master Puppet server is setup with Passengers, all works well: /etc/puppet/puppet.conf [main] # The Puppet log directory. # The default value is
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
Hello All, I don''t seem to be able to get reports to display on the foreman interface. I copied extras/puppet/foreman/files/foreman-report.rb to / usr/lib/ruby/site_ruby/1.8/puppet/reportsforeman.rb, instead of /usr/ lib/ruby/1.8/puppet/reports/foreman.rb. Config: Centos5.4, Apache/ Passenger, Puppet 0.25.4. The reports are coming from the clients, because I can see them in
2012 Aug 10
3
SSL issues - certificate verify failed
Hello readers, I have this little issue that my puppet client refuses to do anything because of SSL validation errors. Maybe I''ll just post dump of what happens, that makes it clear I hope. Does anyone have a suggestion why that might happen? what I already checked: On the master: - Puppet and puppetmaster is running - Something is listening on Port 8140 (although I cannot
2012 Aug 29
1
Puppet-Dashboard nodes showing up as unreported
Hello, I have followed the documentation at http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html to try to setup dashboard but after I manually add a node it shows up as unreported. The agent has successfully completed a very basic catalog run just adding a file to the file-system. Dashboard v1.2 Puppet puppet-server.noarch 2.7.19-1.el6 SERVER: -bash-4.1$ cat
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
Hi! I''ve installed puppetmaster 2.7.13 on a server with CentOS 6.2 with a rpm supplied by yum.puppetlabs.com. I''ve setup a apache2 vhost with mod_ssl and passenger. The server is configured to autosign the cert requests. The agent installed on the puppetmaster''s server works fine. I''ve a second agent on a server which can sync with the server too. This
2011 Mar 08
3
classes.txt missing
Hi It seems like classes.txt file is not being created when I run puppet on my servers. I am running puppet without a puppet master. I use subversion to pull the manifests on each of the boxes and run this command to run puppet. puppet apply --verbose /path/to/manifest My puppet version is puppet 2.6.4. My puppet.conf file looks like this: [main] # The Puppet log directory. # The
2010 Feb 09
2
[LLVMdev] Mapping bitcode to source code
Hi, I'm 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,
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
2006 Aug 07
1
question about wording of puppet''s use of classes.txt
Hey, I''m curious about the phrasing of a bit of the 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
2006 Feb 26
1
[LLVMdev] Re: gcc like attributes and annotations
...> 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 self containing an not needing the classfiles when compiling. Currently AFAIK gcj uses Class structures to represent the runtime meta information (for getClass( ) and reflection stuff as well as the indirect dispatch). You could model this approach. I think class-level metadata in special ELF sections for instance could provide a good way to m...
2011 Dec 05
3
puppet kick problem: host is already running
Hi, I’m managing several machines with a 2.7.6 master, and 2.7.1 and 2.7.6 mixed, not yet all fully upgraded clients. On the puppet master, I want to kick a node but it exits with error code 3, which doesn’t seem right. The agent seems to return the wrong message. <hidden>:~$ puppet kick <hidden> --trace --debug --foreground Triggering <hidden> Getting status status is running
2006 Mar 02
1
[LLVMdev] llvm-java state
Hi, This question is mostly addressed at Alkis, as I understand that he last worked on llvm-java and I saw him reply to another thread recently :-) When I try and run class2llvm I get a bus error because function_ in VMMethod points to 0x8. I think the problem lies in how I am using class2llvm. When I read through the Debug output, I see that class2llvm is trying to compile all of the
2011 Jul 08
2
Puppetmaster setup with separate CA server configuration help
Hi All, I am setting up puppetmaster with nginx and passenger and separating the Puppetmaster primary CA server. I have 3 host loadbalancer01 - Nginx doing LB on IP address and also running puppetmaster with passenger under 127.0.0.1 (port 8140). primaryca - Puppetmaster Primary CA pclient - Puppet Client The did the following steps: On Primary CA server: ---------------------------- cd
2010 Jul 22
8
Foreman / External Nodes -- Node Not found
Hello All, So I finally got around to start to cut over node definitions from standard flat files to external nodes (foreman), and getting error message: "Error 400 on SERVER: Could not find node ''nodename''; cannot compile" - So basically it can''t pick up the node from the external node config. When I test the fetching of the yaml file it seems to work
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
Hello Folks! I am trying to learn puppet. Installed the puppet 3.0.2 and configured one node as the master and the other as the client. Generated the certs and all that. But, I seem to be doing something wrong wrt to the init.pp file. Attached is exact error and my current server configuration. Any help in helping me fix this issue is appreciated: *[root@pupclient ~]# puppet agent --test*
2006 Feb 25
0
[LLVMdev] Re: gcc like attributes and annotations
This is a interesting thread. I think this would also help with compiling scripting languages such as JavaScript/Python etc. We could keep the high level meta data and runtime binding info as language specific bytecode in the file and just have the parts that are easy to represent as compileable in the main object sections. There is no intrinsic reason for all the runtime type information to get
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)):...