search for: uncharted

Displaying 20 results from an estimated 47 matches for "uncharted".

2007 Feb 16
1
Using Puppet with hosting Rail apps on Amazon Ec2
...rking directory of your application. In theory you could use the --file option and tell Capistrano not to look at config/deploy.rb for the tasks, but in the specified file. This could all for a set of custom Capistrano recipes to work well with Puppet with a little bit of work. Is this uncharted waters or has someone had some luck using Capistrano through Puppet? Working with Mongrel_Cluster_Ctr Puppet should be able to handle mongrel_clusters just like any other service. Anyone have luck with this?? Thanks for a wonderful tool, I am sure there will be more questions to come......
2016 Aug 29
2
cmake configuration changes to build Kaleidoscope outside of llvm examples src tree
I try to understand cmake build configuration. As an example, I copied Kaleidoscope from llvm examples to some other directory (e.g., /tmp/Kaleidoscope). What change(s) that I need to make to "CMakkeLists.txt" in order to build Kaleidoscope from /tmp/Kaleidoscope? Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Mar 21
1
Need help in "repairing" the booting of my Linux 4 server
...ing to put things back in order, today I decided to try a reboot and I get a GRUB prompt. Next I have put my Linux 4 disk in the CD drive and have selected the "linux repair" mode which has put me into the /mnt/sysimage with the # prompt. That is as far as I have gone since I am in uncharted waters. Help! It, the linux repair, has found and identified that I have a Linux system...what should I try next? Todd -- Ariste Software Petaluma, CA 94952 http://www.aristesoftware.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos...
2002 Nov 04
3
Trouble with groups
I'm having trouble getting myself in to the administrators group. I'm using samba as a domain controller. I have a samba account called administrator. I have these settings in my smb.conf:: domain group map = /etc/samba/groups.mapping domain user map = /etc/samba/domainuser.mapping local group map = /etc/samba/localgroup.mapping This is in my domainuser.mapping to alias the
2015 Sep 29
2
Building clang in llvm-3.7 on Linux with RT support enabled
...d in the autoconf system. > > Support for building it with CMake was removed in April 2012 along with the old CMake build system (r154059) because it was broken. The old CMake support could probably be used as a base for bringing it back, but I would caution that you’re wading into seriously uncharted territory. Is there an alternative build method I could use in order to create the blocks runtime on Linux? The docs seemed to recommend cmake ('cmake -G "Unix Makefiles" ../llvm'), but I'd be more than glad to try another way. I think blocks are required for GNUstep, since...
2019 Jan 15
2
[llvm-pdbutil] : merge not working properly
...opefully the object file you exported contains relocated symbol addresses so you don't have to do any fixups here. 4) Merge in the publics and globals. This shouldn't be too hard, I think you can just iterate over them in the JIT PDB and add them to the new EXE PDB. You're kind of in uncharted territory here, so this is just a rough idea of what needs to be done. There may be other issues that you don't encounter until you actually try it out. Unfortunately I don't personally have the time to work on this, but it sounds neat, and I'm happy to help if you run into questions...
2016 Feb 11
2
Guidance on cross compiling LLVM with mingw-w64 and cmake
The CrossCompile module is in a perpetual state of "when I get a chance...", and desperately needs some cleanup. The problem you are hitting is caused by setting CMAKE_SYSTEM_NAME. When you set that CMake sets a variable CMAKE_CROSS_COMPILING. That variable should only be set when your host OS doesn't match your target OS. Since LLVM needs to build host-capable tools there is some
2004 Jan 29
3
Running R remotely in Windows Environment?
We are considering setting up a fast, RAM loaded machine as an "R-server" to handle the big problems not suitable for individual desktops and, also, to process ad hoc analysis requests via our portal. We are 99% a Windows shop, so first choice is a windows server. We'll use (D)COM for the portal interface and understand that. What has me stumped is how to easily interface
2019 Jan 16
2
[llvm-pdbutil] : merge not working properly
...ated symbol addresses so you don't have to do any fixups here. >> >> 4) Merge in the publics and globals. This shouldn't be too hard, I think >> you can just iterate over them in the JIT PDB and add them to the new EXE >> PDB. >> >> You're kind of in uncharted territory here, so this is just a rough idea >> of what needs to be done. There may be other issues that you don't >> encounter until you actually try it out. >> >> Unfortunately I don't personally have the time to work on this, but it >> sounds neat, and I...
2015 Sep 29
2
Building clang in llvm-3.7 on Linux with RT support enabled
Building the BlocksRuntime isn’t supported via CMake at the moment. It should be pretty straightforward to make it work, but it currently isn’t supported. -Chris > On Sep 29, 2015, at 9:45 AM, Alex Wang via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > As far as I know the makefile in there isn't the makefile that gets executed during the cmake build -- cmake generates its
2019 Jan 16
2
[llvm-pdbutil] : merge not working properly
...o any fixups here. >>>> >>>> 4) Merge in the publics and globals. This shouldn't be too hard, I >>>> think you can just iterate over them in the JIT PDB and add them to the new >>>> EXE PDB. >>>> >>>> You're kind of in uncharted territory here, so this is just a rough >>>> idea of what needs to be done. There may be other issues that you don't >>>> encounter until you actually try it out. >>>> >>>> Unfortunately I don't personally have the time to work on this, but i...
2006 Jan 25
20
* point to point t1 solution?
Can anyone point me to a reference or sample config for bypassing a nailed up (point to point) t1 between two PBXs with asterisk and a pair of t1 cards? Right now I have 2 Nortel norstars connected to each other via a leased line t1. I also have a solid 10mbps low latency microwave link between the 2 sites. My goal is to run an asterisk box at each end with a t1 card and Ethernet card to
2010 Jan 13
2
[LLVMdev] invoke/unwind
...to lower your invoke/unwind into a > setjump/longjump implementation, but I do not know how to do this in > IR, as it requires function pass setup which is outside the scope of > IR. I don't know enough about how setjmp/longjmp are implemented to have a clue. If I'm getting into uncharted territory it's easier to just unwind the evaluator stack by hand, just as I already did with the parser when unwinding didn't work. The focus is on learning IR and about the simple lisp evaluation model. There are actually limits to my madness, you know. :-) It would be more profitable t...
2016 May 13
3
Compile Samba for Windows Use - SMBClient.exe mainly
Unfortunately that’s not going to be an option. I'm using a cloud sharing software package called Pydio and it was originally written for *nix platforms. I got it running amazingly well on a 2012 R2 server with IIS 8.5 but there is no built in way to access another server share from the platform other than FTP over SSH or Samba. Again it was written for *nix so those options make sense.
2016 May 13
0
Compile Samba for Windows Use - SMBClient.exe mainly
...a > Cygwin newsgroup/forum then the Samba group or would someone have > experience with building Samba on Windows have any ideas. Again I > only need the client, I really don't need to build all of Samba. You are asking in the right place, or samba-technical, but this is essentially uncharted territory. I don't know if it would help, but so as not to just leave you at a dead end, perhaps you might get more luck with jcifs? (but you would have to build the smbclient replacement) BTW, out of total curiosity, what happens when you do try and run our build system on Windows, or on cyg...
2006 Apr 17
0
pre compiled gnu scientific library for win one-click-installer
...by -r gsl -e'' p GSL::Rng.new.uniform '' which print out a random numder. it''s important to unset the RUBYOPT environment variable as the gsl and rubygems have a naming conflict with the Rational class that i''ve not yet found a resolution too. i''m in uncharted territory here so any and all comments are welcome. enjoy. -a -- be kind whenever possible... it is always possible. - h.h. the 14th dali lama
2003 Oct 01
1
R on fairly large machines
Hi, We are considering using R on a large problem that will require four 64 bit cpu's and 64Gb of ram and some flavor of unix. We are just wondering if R is going to be happy in this environment. If have experience with this please let me know. Thanks, Allan Tingey al at genetics.utah.edu
2000 May 16
0
OpenSSH 2.1.0 won't build without rc5 and idea
...a37,40 > /* Define if you have excluded some crypto algorithms from your openssl > installation */ > #define OPENSSL_ALGORITHM_DEFINES > thumper% I still need to test the version I just compiled. Since I haven't seen any reports of this particular problem, I guess I'm in uncharted territory. I'll have more to report later today or next week. Paul Allen -- Paul L. Allen | voice: (425) 865-3297 fax: (425) 865-2964 Unix Technical Support | paul.l.allen at boeing.com Boeing Phantom Works Math & Computing Technology Site Operations, POB 3707 M/S 7L-68, Seat...
2010 Sep 09
1
[LLVMdev] Using LLVM to cross-compile ADA programs
Dear all, I'm trying to use LLVM 2.7 (running on a x86-32 platform) as cross compiler to build ADA programs that will run on a different target platform (PowerPc). The LLVM documentation states that: "The only platform for which the Ada front-end is known to build is 32 bit intel x86 running linux. It is unlikely to build for other systems without some work." and also: "The
2019 Jan 17
2
[llvm-pdbutil] : merge not working properly
...>>>>> 4) Merge in the publics and globals. This shouldn't be too hard, I >>>>>> think you can just iterate over them in the JIT PDB and add them to the new >>>>>> EXE PDB. >>>>>> >>>>>> You're kind of in uncharted territory here, so this is just a rough >>>>>> idea of what needs to be done. There may be other issues that you don't >>>>>> encounter until you actually try it out. >>>>>> >>>>>> Unfortunately I don't personally have...