search for: hil

Displaying 19 results from an estimated 19 matches for "hil".

Did you mean: hi
2004 Dec 23
0
Is there a fix available for CAN-2003-0190(with test program)
...hat also introduce measurable time >> differences? Interesting. > I wrote a test case with expect to measure the time difference for valid and invalid user with the same workaround as said before. It seems to have same amount of delay. Logs: Bad user: spawn time /opt/ssh/bin/ssh -l hil 127.0.0.1 ls /usr/bin/sh hil at 127.0.0.1's password: Permission denied, please try again. hil at 127.0.0.1's password: Permission denied, please try again. hil at 127.0.0.1's password: Received disconnect from 127.0.0.1: 2: Too many authentication failures for hil real...
2009 Jan 28
3
initial value in 'vmmin' is not finite
...header=F,sep=",")> attach(yogurt)> dim(yogurt)[1] 12784 25> choice = yogurt[,2:5]> price=yogurt[,14:17]> feature=yogurt[,6:9]> n = nrow(yogurt)> constant = rep(1,each=n)> yop=cbind(constant,feature[,1],price[,1])> dan=cbind(constant,feature[,2],price[,2])> hil=cbind(constant,feature[,3],price[,3])> wt=cbind(feature[,4],price[,4])> > fr <- function(x) { + x1 = x[1]+ x2 = x[2]+ x3 = x[3]+ x4 = x[4]+ x5 = x[5]+ x6 = x[6]+ x7 = x[7]+ con1 = rbind(x[1],x[5],x[6])+ con2 = rbind(x[2],x[5],x[6])+ con3 = rbind(x[3],x[5],x[6])+ con4 = rbind(x[5],x[6])+...
2009 Mar 02
1
initial gradient and vmmin not finite
...e as follows yogurt = read.table("yogurtnp.csv", header=F,sep=",") attach(yogurt) dim(yogurt) choice = yogurt[,2:5] price=yogurt[,14:17] feature=yogurt[,6:9] n = nrow(yogurt) constant = rep(1,n) yop=cbind(constant,feature[,1],price[,1]) dan=cbind(constant,feature[,2],price[,2]) hil=cbind(constant,feature[,3],price[,3]) wt=cbind(feature[,4],price[,4]) library(maxLik) fr <- function(x) { con1 = rbind(x[1],x[5],x[6]) con2 = rbind(x[2],x[5],x[6]) con3 = rbind(x[3],x[5],x[6]) con4 = rbind(x[5],x[6]) rho = exp(x[7])/(1+exp(x[7])) ey = exp((yop%*%con1)/rho) ed = exp((dan%*%con2...
2005 May 16
2
Winbind problem when exec freeradius
Hil list! I'm trying to authenticate Active Directory Users via freeradius. I can do it in a general case (user and domain) without problem. Now I have to do it restricting the authentication to the members of a group. I can exect the script (as is put in radiusd.conf) correct from the command l...
2007 Jul 10
1
Formatting panel borders in lattice package
...be to somehow inject white space between panels. In summary: 1) Does anybody know of a good way to increase the line thickness of borders in lattice, specifically those separating panels? 2) Does anybody know of a way to separate panels with whitespace? Advice is very much appreciated. Thanks, Hil Lyons Graduate Student Univ. of Washington Dept of Statistics
2008 Mar 11
1
R-console vs. bash console (execution halted)
...en working in a external console like bash and/or does anybody know about such halted executions when working with GDAL? Help is greatly appreciated, Ciao, Chris _______________________________________________ Christophe Lienert ETH Zurich Institute of Cartography Wolfgang-Pauli-Str. 15 HIL G 13.3 CH-8093 Zurich SWITZERLAND Fon: +41-44-6333036 Fax: +41-44-6331153 www.karto.ethz.ch lienert at karto.baug.ethz.ch <mailto:lienert at karto.baug.ethz.ch>
2019 Jun 17
5
Postfix and choice of RBL
Hi, I'm managing several mail servers running CentOS 7, Postfix and Dovecot. SpamAssassin is filtering mail nicely, but I'm considering using RBL (blacklists) to take some load off the servers. General question to those of you who use RBL. Which lists do you recommend using? Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Site :
2009 Dec 03
2
[LLVMdev] Possible bug in ExpandShiftWithUnknownAmountBit
Hi Duncan, Just wondering if you had a chance to look at the expansion. Thanks, Javier On Tue, 01 Dec 2009 20:20:14 +0100, Duncan Sands <baldrick at free.fr> wrote: > Hi Javier, > >> It seems that the code you pasted came from the function >> ExpandShiftByConstant and indeed it looks correct. In my example I used 6 >> as the shift amount but forgot to mention that
2009 Dec 03
0
[LLVMdev] Possible bug in ExpandShiftWithUnknownAmountBit
Hi Javier, > Just wondering if you had a chance to look at the expansion. I wrote my own fix and committed it in revision 90482. Do you have a testcase I can add to the testsuite (preferably not an execution test, but rather something that checks the assembler being generated)? Ciao, Duncan.
2019 Jun 17
0
Postfix and choice of RBL
...> SpamAssassin is filtering mail nicely, but I'm considering using RBL > (blacklists) to take some load off the servers. > > General question to those of you who use RBL. Which lists do you > recommend using? In my "reject_rbl_client" lines, I've been using: - hil.habeas.com - sbl-xml.spamhaus.org - bl.spamcop.net And in my reject_rhsbl_sender line, I have: - ds.rfc-ignorant.org Additionally, I've got Postgrey enabled, which does a really good job of weeding out the spambot desktops and such. -- Mike Burger http://www.bubbanfriends.org &quot...
2019 Jun 17
1
Postfix and choice of RBL
...l nicely, but I'm considering using RBL >> (blacklists) to take some load off the servers. >> >> General question to those of you who use RBL. Which lists do you >> recommend using? > > In my "reject_rbl_client" lines, I've been using: > > ?- hil.habeas.com > ?- sbl-xml.spamhaus.org > ?- bl.spamcop.net > > And in my reject_rhsbl_sender line, I have: > > ?- ds.rfc-ignorant.org > > Additionally, I've got Postgrey enabled, which does a really good job of > weeding out the spambot desktops and such. Instea...
2005 Nov 25
1
optim
...for b. Could you give me an example, on how to correctly optimize this function with input data x<-c(1,3,11,14). Thanks a lot, Adrienne -- *********************************************************************** Adrienne Gr??t-Regamey LEP, Landscape and Environmental Planning, HIL H 31.2, ETH H??nggerberg CH - 8093 Z??rich Phone: +41/1/633'30'02 or +41/31/971'53'74 Fax: +41/1/633'10'84 http://lep.ethz.ch/
2008 Jun 04
0
Browser based VoIP client? - http://1ezphone.com/downloads
you can download a FREE browser softphone and or clcik to call at http://1ezphone.com/downloads Let me know if you have any porblems and I can help you ----- Original Message ----- From: "Hilary Miller" To: "Asterisk Users Mailing List - Non-Commercial Discussion" Subject: [asterisk-users] Browser based VoIP client? Date: Wed, 4 Jun 2008 14:42:10 -0400 Something that I can put on our internal company website to replace our hardware IP phones. I see many web...
2009 Sep 23
1
Broken samba
...;m trying to setup Samba on my linux machine, running openSUSE 11.1 and KDE 4.3, so that I can share a folder with my wife's laptop which is running Windows XP. The following makes me think my samba installation is seriously broken, but I don't where to start looking to fix it... barrowhillfarm:~ # smbd restart Aborted (core dumped) barrowhillfarm:~ # smbpasswd -a hils Failed to open file:///etc/samba/secrets.tdb Failed to open file:///etc/samba/secrets.tdb PANIC (pid 28462): could not open secrets db BACKTRACE: 6 stack frames: #0 smbpasswd(log_stack_trace+0x1a) [0x7f19fbb0029a] #1...
2009 Dec 04
4
[LLVMdev] Possible bug in ExpandShiftWithUnknownAmountBit
Duncan, Thanks for committing a fix. I see that you fixed a bug in my patch with the HiL in the case of an SRA. The issue with a test case is that it will depend on the target to expose it. Like you noted in the check-in comment x86 doesn't expose the bug. The target I'm working on isn't public. Short of writing a new one for the purpose of a test case I don't know wha...
2006 Apr 05
10
RoR with CSS on Firefox?
Does anybody have any experience getting CSS working with RoR on Firefox? I need help!!! I''m trying to move to the <div> model from the <table> model so I can use AJAX. The move to <div>s requires I also start using CSS for layout, etc. So here''s the problem I''m having. Firefox will not use the styles I''ve defined for the <div>s.
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...5 %{buildroot}%{_localstatedir}/log/%{name} @@ -94,12 +98,17 @@ mkdir %{buildroot} %{__install} -d -m0755 %{buildroot}%{app_root} %{__install} -d -m0755 %{buildroot}/%{acehome} +# Creating these files now to make sure the logfiles will be owned +# by ovirt:ovirt. This is a temporary workaround while we've still +# got root-owned daemon processes. Once we resolve that issue +# these files will no longer be added explicitly here. touch %{buildroot}%{_localstatedir}/log/%{name}/mongrel.log touch %{buildroot}%{_localstatedir}/log/%{name}/rails.log touch %{buildroot}%{_localstatedir}/log/%{...