search for: sle

Displaying 20 results from an estimated 122 matches for "sle".

Did you mean: see
2006 Aug 31
1
NaN when using dffits, stemming from lm.influence call
...might be failing? Is there a problem with the data? Consider: # Load data dep <- read.table("http://www.sci.usq.edu.au/staff/dunn/Datasets/Books/Hand/Hand-R/factor1-R.dat", header=TRUE) attach(dep) dep # Fit Poisson glm dep.glm2 <- glm( Counts ~ factor(Depression) + factor(SLE) + factor(Children) + factor(Depression):factor(SLE), family=poisson( link=log) ) # Compute dffits dffits( dep.glm2 ) This produces the output: 1 2 3 4 5 6 1.4207746 -0.1513808 NaN 0.9079142 -0.1032664 -1.0860289...
2005 Jan 07
10
How to balance OUTBOUND traffic by packet if..
how to use iproute/iptables to balance by packet OUTBOUND traffic between 2 PPP (pptp cable modem and pppoe adsl modem) links to the same ISP . also by using the fact that the ISP dosen''t filter source IP address - meaning i can use either PPP''s link assigned IP address as the source IP in the ip header.., it works for both devices.., what i want to achive is : when uploading a
2016 May 12
0
[PATCH 09/11] appliance: fix errors in init for SLE / openSUSE
Running the init on openSUSE and SLE machines showed up minor errors: * skip the /etc/mtab symlink creation if the file is already existing. * make sure /run/lvm is created or lvmetab will complain. --- appliance/init | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appliance/init b/appliance/init index 413a9...
2001 Nov 29
0
[SLE] Routing question!!
...-Original Message----- From: Mark A. Tagliaferro <be_lak@yahoo.co.uk> To: Admin <linux-admin@vger.kernel.org>; Networking <linux-net@vger.kernel.org>; SuSE Linux <suse-linux-e@suse.com>; Samba <samba@lists.samba.org> Date: Thursday, November 29, 2001 10:37 AM Subject: [SLE] Routing question!! >I have the following system where I'm using Suse 7.1 on the servers: > > 172.22.2.0/24 172.22.3.0/24 172.22.4.0/24 > Clients Clients Clients > Internet Win95 Win95 Win95 >...
2003 Sep 09
0
Re: [SLE] Any way to do Linux User home directories via Samba
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Message: 15 >> Date: Mon, 08 Sep 2003 09:29:41 -0500 >> From: Jason Joines <joines@bus.okstate.edu> >>Subject: [Samba] Re: [SLE] Any way to do Linux User home directories via Samba >> To: samba@lists.samba.org >> Message-ID: <3F5C9255.9000006@bus.okstate.edu> >> Content-Type: text/plain; charset=ISO-8859-1; format=flowed >> S?bastien Taylor wrote: >> >>> The way we handle this at...
2003 Oct 13
1
PRI/E1: machine freeze/dies after a few calls
...inside my * is a E400P. The machine is a PII 400Mhz with 256MB Ram. OS is Debian woody. * is the newest cvs co. I have written a little callgen script which make outgoing calls through my *: #! /bin/sh set -e n=$1 # Nummer anz=$2 # Anzhal der Versuche anz2=$3 # Kan?le sle=$4 # Timeout bis zum n?chsten Versuch if [ -z $4 ]; then sle=0 fi s=1 i=1 while [ $s -le $anz ];do echo "$s try started..." while [ $i -le $anz2 ];do echo -e "Channel: Zap/g1/$n$i\nMaxRetries: 0\nContext: callgen\nExtension: 1\nPriority: 1\nCallerid:334...
2003 Sep 08
0
Re: [SLE] Any way to do Linux User home directories via Samba
S?bastien Taylor wrote: > The way we handle this at my office is by sharing over samba to the > windows clients, and by nfs to the linux clients. The nfs exports the > same data as smb so it's identical, but nfs is better suited for unix. > > Jason Joines a ?crit: > >> All of our user authentication is done via LDAP. We have an all >> Linux backend and tons
2005 Sep 13
1
RE: [SLE] SuSE 9.3 and Latest Binaries - Library Conflict
...from ftp://ftp.suse.com/pub/projects/samba/ ? They've worked like a charm for me, thus far (revision after revision, a simple rpm -U * seems to work...) -----Original Message----- From: david rankin [mailto:drankin@cox-internet.com] Sent: Mon 9/12/2005 5:30 PM To: samba; Suse Linux Subject: [SLE] SuSE 9.3 and Latest Binaries - Library Conflict Mates, Still can't get the latest samba binaries to inatall on SuSE 9.3. I've downloaded them from the samba site and from ftp://ftp.primastasys.com/pub/Samba-Packages/ still no joy. The problem is library related: nemesis:/home/d...
2004 Sep 22
0
Re: [SLE] Samba, CUPS, or ?
...ne would not print. I ran and reran the cups installation and > each time the daemon would die. During the setup it would detect the > correct printer but would not print at all. I kept getting an error > message telling me some spool file was to long. > > I ran across a thread on SLE with the subject Suicidal cups daemon. > > in it Johannes Meixner gives a 'brutal method' to do a complete > reinstallation of cups.. > > I did it and it succeeded in getting cups to working again. > > The steps are simple: > > -stop cupsd > -uninstall the cup...
2017 Jul 13
2
failing to optimize boolean ops on cmps
...to handle compare patterns with the equivalent bitwise logic. Example: define i8 @or_and_not(i8 %a, i8 %b) { %nota = xor i8 %a, -1 %and = and i8 %nota, %b %res = or i8 %and, %a ret i8 %res } define i1 @or_and_cmp_not(i32 %a, i32 %b, i1 %c) { %cmp = icmp sgt i32 %a, %b %cmp_inv = icmp sle i32 %a, %b ; this is 'not' of %cmp %and = and i1 %c, %cmp_inv %res = or i1 %cmp, %and ret i1 %res } $ ./opt -instcombine hidden_not.ll -S define i8 @or_and_not(i8 %a, i8 %b) { %res = or i8 %b, %a ret i8 %res } define i1 @or_and_cmp_not(i32 %a, i32 %b, i1 %c) { %cmp = icmp sgt...
2014 Sep 02
2
[LLVMdev] Preserving NSW/NUW bits
...uw nsw i64 %indvars.iv, 1 %2 = add i64 %indvars.iv.next, -1 %tmp = trunc i64 %2 to i32 %cmp = icmp slt i32 %tmp, %0 br i1 %cmp, label %for.body, label %for.end.loopexit I'm trying to fold the 2nd add instruction into the compare by changing the condition from from 'slt' to 'sle': %indvars.iv.next = add nuw nsw i64 %indvars.iv, 1 %tmp = trunc i64 %indvars.iv.next to i32 %cmp = icmp sle i32 %tmp, %0 br i1 %cmp, label %for.body, label %for.end.loopexit However, AFAICT the NSW bits must be set. In what cases can we propagate the NSW bit from the first add to th...
2009 Sep 10
0
[PATCH 06/13] nv50: handle SEQ, SGT, SLE, SNE opcodes
...if (rdst && rdst != dst) free_temp(pc, dst); } +static INLINE unsigned +map_tgsi_setop_cc(unsigned op) +{ + switch (op) { + case TGSI_OPCODE_SLT: return 0x1; + case TGSI_OPCODE_SGE: return 0x6; + case TGSI_OPCODE_SEQ: return 0x2; + case TGSI_OPCODE_SGT: return 0x4; + case TGSI_OPCODE_SLE: return 0x3; + case TGSI_OPCODE_SNE: return 0xd; + default: + assert(0); + return 0; + } +} + static INLINE void emit_flr(struct nv50_pc *pc, struct nv50_reg *dst, struct nv50_reg *src) { @@ -1606,13 +1638,6 @@ nv50_program_tx_insn(struct nv50_pc *pc, if (mask & (1 << 3)) emit...
2008 Nov 19
1
Installation of R on a SUSE SLES platform
Hi, I am currently trying to install R on our serveur. It is a SUSE LINUX Entreprise Serveur 10 version. I can't use the binaries which are compiled for OPEN SUSE, can I ? So I have downloaded the .tar.gz file When configuring I got the following error message configure: error: --with-readline=yes (default) and /headers/libs are not available I have found a similar issue on R-SIG-Debian but
2012 Jan 23
3
[LLVMdev] clang branching using label
...25, 65535 store i32 %26, i32* %high1, align 4 ..... Will %var get evaluated or it will be skipped? How does the branching work since the label is commented out? Does it assume %24 is the nop before %25? How about the following case where a variable assignment does not occur? .... %37 = icmp sle i32 %33, %36 br i1 %37, label %38, label %217 ;38: store i32 0, i32* %j, align 4 br label %39 ..... which is changed to ...... %37 = icmp sle i32 %33, %36 br i1 %37, label %38, label %217 ;38: store i32 0, i32* %p, align 4 store i32 0, i32* %j, align 4 br label %39 ..... Wil...
2009 Jun 21
0
[PATCH] nv50: support for SLE, SNE, SEQ, SGT
...nv50_reg *src, emit(pc, e); } +static inline unsigned +map_opcode_ccode(unsigned op) +{ + switch (op) { + case TGSI_OPCODE_SLT: return TGSI_CC_LT; + case TGSI_OPCODE_SGE: return TGSI_CC_GE; + case TGSI_OPCODE_SEQ: return TGSI_CC_EQ; + case TGSI_OPCODE_SGT: return TGSI_CC_GT; + case TGSI_OPCODE_SLE: return TGSI_CC_LE; + case TGSI_OPCODE_SNE: return TGSI_CC_NE; + default: + assert(0); + return 0; + } +} + +static inline unsigned +map_ccode_nv50(unsigned cc) +{ + assert(cc < 16); + + switch (cc) { + case TGSI_CC_GT: return 0x4; + case TGSI_CC_EQ: return 0x2; + case TGSI_CC_LT: return 0x1;...
2017 Jul 13
2
failing to optimize boolean ops on cmps
...i8 @or_and_not(i8 %a, i8 %b) { >> %nota = xor i8 %a, -1 >> %and = and i8 %nota, %b >> %res = or i8 %and, %a >> ret i8 %res >> } >> >> define i1 @or_and_cmp_not(i32 %a, i32 %b, i1 %c) { >> %cmp = icmp sgt i32 %a, %b >> %cmp_inv = icmp sle i32 %a, %b ; this is 'not' of %cmp >> %and = and i1 %c, %cmp_inv >> %res = or i1 %cmp, %and >> ret i1 %res >> } >> >> $ ./opt -instcombine hidden_not.ll -S >> >> define i8 @or_and_not(i8 %a, i8 %b) { >> %res = or i8 %b, %a >&g...
2012 Jan 24
0
[LLVMdev] clang branching using label
...to a variable "%var" since (thanks to SSA form) it isn't possible to "assign" anything else to "%var" later. Instead "%var" is just a name for the value of "add i32 %7, 0". In any case it is exactly the same: > > .... > %37 = icmp sle i32 %33, %36 > br i1 %37, label %38, label %217 ^^ Terminator instruction, so basic block finishes here > > ;38: > store i32 0, i32* %j, align 4 ^^ Thus this is the first instruction of the next basic block > br label %39 > > ..... > which is changed to > > ....
2012 Feb 27
2
[LLVMdev] How to unroll loop with non-constant boundary
Hi Benjamin, > LLVM misses this optimization because ScalarEvolution's ComputeExitLimitFromICmp doesn't handle signed<= (SLE) and thus can't compute the number of times the loop is executed. I wonder if there's a reason for this, it seems like something simple to add. instsimplify could also be enhanced to clean it up in this particular case, but it would be better to make scev smarter. Ciao, Duncan.
2005 Dec 31
1
Access to CD ROM drive when running program in Wine
I'm running a (language-learning) program in Wine which requires access to the CD ROM drive, but it appears that it can't find it! How do I tell it how to access the CD ROM drive? Andy
2008 Jun 13
1
Samba 3.0.30 and 3.2.0rc2 packages for all (SUSE) Linux products
...jects/samba/STABLE/ At ftp.suse.com/pub/projects/samba/TESTING/ you find the same for the upcoming 3.2.0 release. This is currently a release candidate (rc) 2 and is not intended for production environments. Supported SUSE Linux based products are at the moment SUSE Linux 10.1, 10.2, 10.3, 11.0, SLES 9, SUSE Linux Enterprise (SLE) Desktop and Server 10, and factory (i.e. the currently developed product). For some architectures - like ia64, ppc, s390(x) - you find a limited releases subset. The same STABLE and TESTING package installation sources are also available at http://download.Samba.or...