search for: oskin

Displaying 20 results from an estimated 22 matches for "oskin".

Did you mean: skin
2008 Dec 20
14
building 1.4.0rc6
I am trying to build the latest release candidate and have run into a bit of a problem. When I run ./configure, I get: GlusterFS configure summary =========================== FUSE client : no Infiniband verbs : no epoll IO multiplex : yes Berkeley-DB : no libglusterfsclient : yes mod_glusterfs : no () argp-standalone : no I am going to need the gluster FUSE client now
2008 May 07
2
[LLVMdev] debugging LLVM generated executables???
...nding this. Anyone have any suggestions on how to proceed with debugging LLVM produced executables? The problem appears to be register-allocated variables. Global variables and syntax lines do get symbols using the llc / as method I described below. -Mark On May 6, 2008, at 7:36 AM, Mark Oskin wrote: > >> I think you probably need to pass -O0 to llvm-ld. The link-time >> optimizations are probably killing your debug info. >> > No dice. Doing it this way makes gdb spew out this: > > warning: Could not find object file "/var/folders/cQ/cQ+L3+RP2RWOpE &...
2008 May 07
1
[LLVMdev] debugging LLVM generated executables???
I could do that, but before I venture there, if I did that, could I have llvm-gcc produce native object files (not LLVM bytecode) that way (using my pass)? thanks, -Mark On May 7, 2008, at 11:40 AM, Chris Lattner wrote: > On Wed, 7 May 2008, Mark Oskin wrote: >> Just re-sending this. Anyone have any suggestions on how to proceed >> with debugging LLVM produced executables? The problem appears to be >> register-allocated variables. Global variables and syntax lines do >> get symbols using the llc / as method I described...
2007 Nov 02
3
[LLVMdev] [Fwd: Fwd: LLVM and threading]
Dear All, Here's a question Vikram and I received. Is the LLVM JIT thread safe? -- John T. -------------- next part -------------- An embedded message was scrubbed... From: "Adve, Vikram Sadanand" <vadve at uiuc.edu> Subject: Fwd: LLVM and threading Date: Thu, 1 Nov 2007 09:48:59 -0500 Size: 3037 URL:
2008 May 07
0
[LLVMdev] debugging LLVM generated executables???
On Wed, 7 May 2008, Mark Oskin wrote: > Just re-sending this. Anyone have any suggestions on how to proceed > with debugging LLVM produced executables? The problem appears to be > register-allocated variables. Global variables and syntax lines do > get symbols using the llc / as method I described below. -Mark H...
2008 Oct 17
6
GlusterFS compared to KosmosFS (now called cloudstore)?
Hi. I'm evaluating GlusterFS for our DFS implementation, and wondered how it compares to KFS/CloudStore? These features here look especially nice ( http://kosmosfs.sourceforge.net/features.html). Any idea what of them exist in GlusterFS as well? Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 May 06
2
[LLVMdev] debugging LLVM generated executables???
I think you probably need to pass -O0 to llvm-ld. The link-time optimizations are probably killing your debug info. --Owen On May 5, 2008, at 8:21 PM, Mark Oskin wrote: > Hi everyone again, > > I did discover the following works (see below). However, does anyone > know of the "proper" way with LLVM? > > llvm-gcc -g -c -emit-llvm helloworld.c > opt -load=mypass.dylib -mypass < helloworld.o > helloworld-mypass.o > llc...
2008 May 06
0
[LLVMdev] debugging LLVM generated executables???
...ide to the "solution" I found last night. While the line number data does get successfully transfered into gdb, I cannot inspect any variables. Those appear to have been lost. Any other suggestions out there? thanks! -mark > --Owen > > On May 5, 2008, at 8:21 PM, Mark Oskin wrote: > >> Hi everyone again, >> >> I did discover the following works (see below). However, does anyone >> know of the "proper" way with LLVM? >> >> llvm-gcc -g -c -emit-llvm helloworld.c >> opt -load=mypass.dylib -mypass < helloworld.o &...
2008 May 06
0
[LLVMdev] debugging LLVM generated executables???
...oper" way with LLVM? llvm-gcc -g -c -emit-llvm helloworld.c opt -load=mypass.dylib -mypass < helloworld.o > helloworld-mypass.o llc -fast -f -o helloworld.s helloworld-mypass.o as -o helloworld-prime.o gcc -o helloworld helloworld-prime.o gdb helloworld On May 5, 2008, at 4:17 PM, Mark Oskin wrote: > Hi everyone, > > I have a question that seems simple, but has been confounding me for > several hours. I'd like to debug a binary produced with LLVM. For > the life of me, I can't get any symbols into gdb and llvm-db won't > even start the program nor load...
2011 Oct 20
8
XCP eserver xSeries 336 support
Hi. We look to switch from XenServer, as it latest versions do not run on our eserver xSeries 336 server. Does the XCP 1.1 fully support this hardware? Also, any idea how well the Xen tools, such as XenCenter and Xen HW->VM tools supported in 1.1 release? I seen there is a feature called XAPI that makes the XCP look as fully-featured XenServer. Thanks.
2008 May 05
2
[LLVMdev] debugging LLVM generated executables???
Hi everyone, I have a question that seems simple, but has been confounding me for several hours. I'd like to debug a binary produced with LLVM. For the life of me, I can't get any symbols into gdb and llvm-db won't even start the program nor load any useful information about it. Here's my current strategy (which isn't working): llvm-gcc -g -O0 -c -emit-llvm
2007 Nov 04
2
[LLVMdev] obtaining the address of an instruction...?
I'm currently working on a compiler pass, where it would be vastly simplified if I could obtain the address of an instruction. Any suggestions on how to do this? Effectively, I'm trying to translate code that looks like this: instruction branch into: instruction call somewhere(&branch) branch thanks, -mark
2007 Nov 04
0
[LLVMdev] obtaining the address of an instruction...?
On Nov 4, 2007, at 01:00, Mark Oskin wrote: > I'm currently working on a compiler pass, where it would be vastly > simplified if I could obtain the address of an instruction. Any > suggestions on how to do this? Effectively, I'm trying to translate > code that looks like this: > > instruction > branch &...
2010 Jan 11
5
Global vs local puppet management
Hi. Have anyone ever managed several geographically distributed systems with Puppet? I have several almost exactly similar deployments (except the server IP''s), which management I''m looking to convert to Puppet. I have 2 options: * Have each deployment to host it''s own PuppetMaster for providing local configurations, then synchronize somehow the PuppetMasters (maybe
2009 Mar 05
1
BDB speed benefits
Hi. Any idea what speed benefits the BDB translator provides over standard file storage? Also, how it's reliable, and what's the maximum file size it stores in the DB? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090305/2b391a92/attachment.html>
2007 Jun 18
1
Fwd: police burst is mandatory?
Hi. I''m using the following filter from lartc "ultimate PPP" example: tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src \ 0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1 It works fine, but when I remove the "burst 10k", I receive the following error: "burst" requires "rate". Illegal "police"
2010 Jan 13
1
Compiling mysql gem under CentOS 64-bit
Hi. While not directly related to this list, I''m quite stuck on this. When trying to compile the mysql gem, I''m getting this error: -bash-3.2# gem install mysql Building native extensions. This could take a while... ERROR: Error installing mysql: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb install mysql checking for mysql_ssl_set()... no
2009 Jan 07
12
glusterfs alternative ? :P
I know that this is not the appropriate place :). You know someone can alternative to gluserfs ?:) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090107/63b68a0d/attachment.html>
2007 Sep 18
1
Best encoding settings
Hi. I'm looking for best encoding settings for voice recording, in order to switch from OGG to Speex. The input file is 60 seconds wave file, in size of 1293KB. I started with the default settings, and speexenc produced for me I tried the following combinations, but the output is difficult to understand: * -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Mar 16
0
Fetching client.vol file from remote server
Hi. Is this functionality not yet implemented? Using this command "glusterfs -s 192.168.253.42 --debug", returns the following error: 2009-03-16 13:40:24 E [fetch-spec.c:58:fetch_cbk] top: GETSPEC from server returned -1 (Transport endpoint is not connected) error while getting volume file from server 192.168.253.42 2009-03-16 13:40:24 E [glusterfsd.c:297:_get_specfp] glusterfs: error