search for: shuff

Displaying 20 results from an estimated 21 matches for "shuff".

Did you mean: huff
2014 Aug 19
0
failure building memcached rpm
...replace) %{_sysconfdir}/sysconfig/memcached %config(noreplace) %{_sysconfdir}/damemtop.yaml %config %{_initrddir}/memcached %{_bindir}/damemtop %{_bindir}/memcached %{_bindir}/memcached-tool %{_bindir}/mc_slab_mover %files devel %{_includedir}/memcached %changelog * Wed Aug 22 2012 Steve Huff <shuff at vecna.org> - 1.4.14-1 - Updated to 1.4.14. - Replace custom SysV init script with stock. - Install mc_slab_mover utility. * Thu Aug 25 2011 Steve Huff <shuff at vecna.org> - 1.4.7-1 - Updated to 1.4.7. - Install damemtop in a sensible place. * Fri Aug 05 2011 Steve Huff <shuff at v...
2009 Apr 15
2
How to Reshuffle a distance object
I would like to randomly shuffle a distance object, such as the one created by ade4{dist.binary} below. My first attempt, using sample(jc.dist) creates a shuffled vector, losing the lower triangular structure of the distance object. How can I Ishuffle the lower triangular part of a distance matrix without losing the structure?...
2010 Aug 05
3
mirrors down?
Just went to update a couple systems this morning, and first one machine took nearly 15 min to find the mirrors (and it should be getting it all from our own repo, actually), and then the next one showed about 8-10 mirrors down, including Harvard and VCU. Anyone know what's going on? mark
2010 Nov 01
3
Geany plugins out of sync
I'm intending to do some version control, hence looking for some plugins. Geany and geany-plugins packages in Rpmforge seem to be out of sync: Name : geany-plugins Arch : i386 Version : 0.18 Release : 1.el5.rf Name : geany Arch : i386 Version : 0.19.1 Release : 1.el5.rf When both are installed, geany claims that plugins are not
2007 Sep 19
2
CentOS-4.5 and LG cd-rom/dvd burner
I would like to burn the cd-rom iso's of CentOS-5.0 on my desktop machine, which is running CentOS-4.5. Is there a site or other reference that can provide me with a detailed, hand held, step-by-step, blow-by-blow description on how to do this for my installation? Regards, -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at
2009 Mar 18
2
Directory server import
Hi list Does anyone know if there is a simple way to import standard linux users into the directory server? I have found some but they don't seem to be so flexible since I have to import from several servers into different ou's Regards Per Qvindesland
2006 Sep 18
3
Gnome Desktop Screensaver Security Lock Override?
We deployed our first CentOS-4 based workstation this past spring to see if we can conveniently replace all, or at least most, of our MS-Win based user systems with Linux boxes instead. Generally this trial unit has proved a success but there is one lingering problem that I cannot seem to find a straight-forward answer to: Is there an administrator override to a user's password protected
2006 Jan 20
2
HP NetServer LC2000r and LH6000r install woes
hello folks! i've got four HP NetServers, two LC2000r and two LH6000r. the CentOS 4.2 ServerCD can't see hard drives on any of them. each machine has a HP NetRAID controller; the LC2000rs have a NetRAID-1Si and the LH6000rs have an Integrated NetRAID. each controller has three 9GB drives, two mirrored and one hotspare. each machine boots ok (the LC2000rs need "linux
2006 Apr 04
6
Backup options.
I am a long time FreeBSD user and have been using dump/restore for many years for disk to disk backups. Now I am getting more and more into FC4 and CentOS, but am I stuck on only using tar/star for backups? Tar in its various forms are fine for some items, like home directories, but dump and restore in FreeBSD also gave me the possibility of easily doing a bare metal restore. What are my
2009 Dec 10
3
ntop from rpmforge
I don't know why I haven't signed up for this list before since we use CentOS all over the place. The list is very useful and it is good for me to participate and "give back" to the community. Anywho, I wanted to post this response to a thread that was created back in November 2008 about the ntop daemon failing to start. I'm currently setting up ntop as a NetFlow &
2007 Aug 06
5
ipw220 wireless firmware for CentOS 5
OK, I've downloaded and unzipped the firmware files in ipw2200-fw-3.0.tgz - so I have 4 files: ipw2200-bss.fw, ipw2200-ibss.fw, ipw2200-sniffer.fw and LICENSE.ipw2200-fw, all of which I've placed in the /lib/firmware directory. Unfortunately, the instructions in README.ipw2200 and INSTALL are not clear as to what to do next. I'm using CentOS 5 on my (Dell) laptop so setting-up wireless
2017 Mar 14
3
llvm-stress crash
...) { BB: %A4 = alloca double %A3 = alloca float %A2 = alloca i8 %A1 = alloca double %A = alloca i64 %L = load i8, i8* %0 store i8 33, i8* %0 %E = extractelement <8 x i1> zeroinitializer, i32 2 br label %CF261 CF261: ; preds = %BB %Shuff = shufflevector <2 x i16> zeroinitializer, <2 x i16> zeroinitializer, <2 x i32> <i32 undef, i32 3> %I = insertelement <8 x i8> zeroinitializer, i8 69, i32 3 %B = udiv i8 -99, 33 %Tr = trunc i64 -1 to i32 %Sl = select i1 true, i64* %2, i64* %2 %L5 = load i64,...
2011 Jan 12
4
a nasty kernel oops
Ladies and Gentlemen, I have been trying to sort out a nasty kernel oops for which I would like to ask for some advice. I don't actually think that this is a nut problem, although it is triggered by upsdrvctl or usbhid-ups. I rather suspect the USB library or the associated kernel code. Here is the configuration information: * system: Centos-5.5 * kernel: 2.6.18-194.32.1.el5, latest vanilla
2009 May 21
0
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
On Wed, May 20, 2009 at 4:55 PM, Dan Gohman <gohman at apple.com> wrote: > Can you explain why you chose the approach of using a new pass? > I pictured removing LegalizeDAG's type legalization code would > mostly consist of finding all the places that use TLI.getTypeAction > and just deleting code for handling its Expand and Promote. Are you > anticipating something more
2009 May 20
2
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
On May 20, 2009, at 1:34 PM, Eli Friedman wrote: > On Wed, May 20, 2009 at 1:19 PM, Eli Friedman > <eli.friedman at gmail.com> wrote: > >> Per subject, this patch adding an additional pass to handle vector >> >> operations; the idea is that this allows removing the code from >> >> LegalizeDAG that handles illegal types, which should be a significant
2009 May 21
2
[LLVMdev] [PATCH] Add new phase to legalization to handle vector operations
...SelectionDAG &DAG); + std::pair<SDValue,SDValue> FP_TO_INTHelper(SDValue Op, SelectionDAG &DAG, + bool isSigned); SDValue LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG); SDValue LowerVECTOR_SHUFFLE(SDValue Op, SelectionDAG &DAG); @@ -586,11 +586,16 @@ SDValue LowerGlobalTLSAddress(SDValue Op, SelectionDAG &DAG); SDValue LowerExternalSymbol(SDValue Op, SelectionDAG &DAG); SDValue LowerShift(SDValue Op, SelectionDAG &DAG); + SDValue BuildFILD(SDValue Op, MVT...
2009 Mar 02
0
discount submitted to Fink
hello folks! i've packaged discount-1.3.2 so that it builds under Fink (http://www.finkproject.org ) and submitted my package for validation (https://sourceforge.net/tracker/?func=detail&atid=414256&aid=2654852&group_id=17203 ). this may be a good solution for someone who wants to use discount but doesn't want to fool around with compiling the source without assistance;
2009 Sep 17
1
Xapian packages in rpmforge?
hello folks! i've recently joined the rpmforge maintainers; given that Tim Brody has already written specfiles for RHEL4 and RHEL5, would you be interested in my adding the xapian packages to rpmforge? this would eliminate (or at least reduce) the need for you to maintain a separate repository and would mean that many users (those who have already configured their systems to pull
2007 Jan 17
2
centos driver disk?
the recent discussion of support for Promise SATA drives reminded me that a while back i remember reading about a project to assemble a driver disk to provide wider hardware support than just stock CentOS. how's that coming along? i don't see anything in the wiki about it... as i have a vested interest in this project (since i'm still relying on old MegaRAID controllers),
2009 May 12
3
Fink package for xapian-bindings (Python)
hello folks! on this page (http://xapian.org/download) you have links to the Fink packages for xapian-core and omega; you may be interested to know that i've packaged the Xapian Python bindings. i'm working on similar packages for the Ruby and PHP bindings, and i'd be happy to inform you once they've been pushed out to the mirrors. -steve -- If this were played upon a