search for: slc

Displaying 20 results from an estimated 176 matches for "slc".

Did you mean: sec
2006 Apr 05
0
IT Manager/Rails Developer position in SLC
Construction Capital Source is seeking to hire a system administrator to manage our rapidly growing IT infrastructure. We are looking for an individual with the following capabilities: - Linux system adminstration experience, including web technologies such as Apache, SSL, PHP, MySQL and Ruby on Rails. - Desire to learn about Asterisk and help deploy an Asterisk-based PBX system. - Experience
2005 Jun 02
5
Samba Password Expiry Date
Hi, i have configured a Samba PDC based on idealx.org. now, whenever i set the sambaMustChangePassword flag to 0, then from the subsequent logon, there is a popup urge me for changing password. now, the problem is after i have changed the password, the sambaMustChangePassword is set to 2147483647(unix timestamp), which if i converted it into human readable format, it will be 2038 year,
2007 Jan 05
18
GRE over IPSec VPN
...through the firewall. I am running Kernel 2.6.18, Shorewall 3.2.4, iptables 1.3.5, and iproute iproute2-ss060323. The problem is that I can''t get the GRE packets to make it through the firewall. Any time I try to pass traffic I get (on the righthand host in the diagram): Jan 4 10:53:47 slc-gw-01 Shorewall:INPUT:REJECT:IN=vlan4 OUT= MAC=00:15:c5:f5:99:be:00:b0:c2:89:af:68:08:00 SRC=67.42.31.242 DST=166.70.106.148 LEN=112 TOS=0x00 PREC=0x00 TTL=240 ID=0 DF PROTO=47 I even went as far as putting a rule (ACCEPT inet:67.42.31.242 $FW 47) instead of the entry in the tunnels file with...
2016 Mar 25
2
RFC: atomic operations on SI+
...ere are few issues that I was unsure how to address: 1.) it currently uses v2i32 for both input and output. This needlessly clobbers a register, but I haven't found a way to say 'output = the first subreg for input or output = input' in pattern constraints. 2.) I think these will need SLC bit set to work correctly on HSA targets. I'm not sure what the best way is to do this. I considered: * adding it as an operand to the newly introduced node (AMDGPUISD::CMP_SWAP), and setting it to 0/1 in Lowering pass. Can this be done without changing order of the inputs? slc is always the la...
2011 Sep 19
0
CentOS and Scientific Linux Cern installations with FAI
I'm very happy to announce, that FAI (Fully automatic Installation) now can install and configure CentOS and Scientific Linux Cern (SLC). You can use a Debian FAI server for installing CentOS version 5 and 6 or SLC 5 and 6. As an example I've also built a FAI multi-distribution CD which installs those three different Linux distributions with different configurations. Get this ISO image from http://fai-project.org/fai-...
2011 Aug 11
19
Intel 320 as ZIL?
Are any of you using the Intel 320 as ZIL? It''s MLC based, but I understand its wear and performance characteristics can be bumped up significantly by increasing the overprovisioning to 20% (dropping usable capacity to 80%). Anyone have experience with this? Ray
2010 Aug 07
13
PowerEdge R510 with PERC H200/H700 with ZFS
Anyone have any experience with a R510 with the PERC H200/H700 controller with ZFS? My perception is that Dell doesn''t play well with OpenSolaris. Thanks, Geoff
2012 Nov 05
2
Replace array with percentile values
...d" I would like to copy the array, but replace each value with the PERCENTILE of that value, in the original array. i.e. mesments$V1: 9, 77, -1 would become: mesmentsCopy$V1: 50, 100, 0 The actual array has many more rows and columns, of course. Cheers, Greg Allen Freelance Techno-Slave SLC, Utah
2007 Dec 27
2
groupedData function not found
...d to confirm that it was installed correctly I requested the list of functions included in the package (library(help=nlme)) and I do see groupData in the list. I am using R 2.6.1 in Windows XP. I'll appreciate your help. Thanks, Andrea Previtali Post-doc fellow Dept. of Biology, Univ. of Utah, SLC, UT.
2010 Feb 08
17
ZFS ZIL + L2ARC SSD Setup
...ing storage migration, so it''s built on a tight budget. The system currently has 4GB RAM, 3GHz Core2-Quad and 8x 500GB WD REII SATA HDDs attached to an Areca 8port ARC-1220 controller configured as RAID10. For ZIL and rpool I''m planning on ordering 2x 16GB Mtron server grade SLC SSDs (Pro 7500 Series) and attach them to a 2port Areca ARC-1200 SATA RAID controller with BBU as a mirror. The reason for using a RAID controller here, is so the battery backup makes sure the zil is flushed to disk, while the controller cache helps counter the disabled drive cache. For the L2...
2016 Mar 28
0
RFC: atomic operations on SI+
...unsure how to address: > > 1.) it currently uses v2i32 for both input and output. This needlessly > clobbers a register, but I haven't found a way to say 'output = the > first subreg for input or output = input' in pattern constraints. > > 2.) I think these will need SLC bit set to work correctly on HSA > targets. I'm not sure what the best way is to do this. I considered: > * adding it as an operand to the newly introduced node > (AMDGPUISD::CMP_SWAP), and setting it to 0/1 in Lowering pass. Can this > be done without changing order of the inputs?...
2011 Jan 20
1
Generating time progressing line for Google Earth
...rees to radians Radians <- function (degree) { radian = degree * (pi/180.0) return(radian) } #radians to degrees Degrees <- function (radian) { degree = radian * (180.0/pi) return(degree) } # Calculates the distance between two points using the # Spherical Law of Cosines gcd.slc <- function(lon1, lat1, lon2, lat2) { R = 6371.0 # Earth mean radius [km] lon1 = Radians(lon1) lat1 = Radians(lat1) lon2 = Radians(lon2) lat2 = Radians(lat2) d = acos(sin(lat1)*sin(lat2) + cos(lat1)*cos(lat2) * cos(lon2-lon1)) * R return(...
2003 Feb 19
6
Help with Winbind
I've been trying for weeks to get winbind working with RedHat Linux 8.0. I've got everything setup per the winbind docs on http://www.samba.org/samba/docs/Samba-HOWTO-Collection.html#WINBIND. I've successfully joined my NT4 domain with smbpasswd -j DOMAIN -r PDC -U Administrator. Running wbinfo -u returns my domain user list, as well as wbinfo -g returning my domain groups. getent
2003 Mar 26
2
Plotting K-M Curve when have several strata
...nfidence lines using lty = 2 (while keeping the colour). Can I do this? -- Cheers, Kevin ------------------------------------------------------------------------------ /* Time is the greatest teacher, unfortunately it kills its students */ -- Ko-Kang Kevin Wang Master of Science (MSc) Student SLC Tutor and Lab Demonstrator Department of Statistics University of Auckland New Zealand Homepage: http://www.stat.auckland.ac.nz/~kwan022 Ph: 373-7599 x88475 (City) x88480 (Tamaki)
2003 Apr 08
5
Help on smooth.spline?
Hey, R-listers I was recommended to try using smooth.spline function for estimating 2-Dimensinal curve given a data set. So will you please tell me where to get this R function? Or which package provides this function? Thanks for your point. Fred
2003 Dec 15
3
Julian Dates
...ot have any specific "times" after the dates. Any insights would be greatly appreciated...;-D -- Cheers, Kevin --------------------------------------------------------------- "Try not. Do, do! Or do not. There is no try" Jedi Master Yoda ---- Ko-Kang Kevin Wang, MSc SLC STATS 10x Workshop Coordinator University of Auckland New Zealand Homepage: http://www.stat.auckland.ac.nz/~kwan022 Ph: 373-7599 x88475
2003 Mar 26
2
ifelse()
...;= 3) then 1 elseif(3 < x <= 4) then 2 elseif(x > 4) then 3 -- Cheers, Kevin ------------------------------------------------------------------------------ /* Time is the greatest teacher, unfortunately it kills its students */ -- Ko-Kang Kevin Wang Master of Science (MSc) Student SLC Tutor and Lab Demonstrator Department of Statistics University of Auckland New Zealand Homepage: http://www.stat.auckland.ac.nz/~kwan022 Ph: 373-7599 x88475 (City) x88480 (Tamaki)
2004 Feb 27
2
a loop question
I want to get three .gif image files test.1.gif, test.2.gif, & test.3.gif by using a loop. The code I tried is like this: x=c(0, 1, 2, 3, 4) y=c(1, 2, 3, 4) for(i in 1:3) { x11() jpeg("test.i.gif") plot(x, y) dev.off() } but I only could get one image file, test.i.gif. How can I get three image files? Thanks.
2011 Dec 28
0
Chan_ss7 clustering config with single point
Hi team, Can any one share with me clustering configuration file SS7.conf for single pointcode with four slc. two different machine each host having 2 slc respectively. Thanks Vinod Dharashive Sent from BlackBerry? on Airtel
2009 Apr 11
17
Supermicro SAS/SATA controllers?
The standard controller that has been recommended in the past is the AOC-SAT2-MV8 - an 8 port with a marvel chipset. There have been several mentions of LSI based controllers on the mailing lists and I''m wondering about them. One obvious difference is that the Marvel contoller is PCI-X and the LSI controllers are PCI-E. Supermicro have several LSI controllers. AOC-USASLP-L8i with the