search for: ste

Displaying 20 results from an estimated 327 matches for "ste".

Did you mean: set
2018 Oct 03
3
Winbind and nss-ldap
Hi Guys, Have some issues with winbind and nss-ldap in LDAP based NT4 BDC/fileserver The DC has the LDAP server role and the BDC connects to it for authentication. smb.conf of the BDC netbios name = TRAC5 local master = no domain master = no preferred master = no domain logons = no passdb backend = ldapsam:ldap://trac15.ste.com ldap admin dn = cn=admin,dc=ste,d=com ldap suffix = dc=ste ldap group suffix = ou=groups ldap machine suffix = ou=computers ldap user suffix = ou=users idmap bac...
2005 Aug 04
1
HELP! X100P IRQ conflict w/ USB
...M [Tornado] 2400-247f : 01:04.0 ------------------------------------------------------ -------------------------------------------------------------------------------- [root@qhserver sbin]# ./lspci -vvv 00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Contr) Subsystem: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controlb Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Ste- Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort-- Latency: 0 Capabilities: [88] #09 [f104] 00:02.0 V...
2012 Jan 13
1
Problems with plotCI
...library(plotrix) library (graphics) x = matrix(c( 13.75516276, 3.944604404, 15.02280537, 80.27687015, 91.35282561, 81.8232087, 5.96796709, 3.625017815, 3.202591556), nrow=3,byrow=T) yx=matrix(c( 2.5,7.5,12.5,3.5,8.5,13.5,4.5,9.5,14.5), nrow=3,byrow=T) ste<-c(4.870993623, 1.139221564,2.70870722,5.789702998,2.770116512,5.4600946821,1.2926938771,1.2 881562951,1.996090108) w<-c("grey","light grey","white") r<-c("Leioproctus", "Lasioglossum","Bombus") barplot(x,ylab=&quot...
2007 Dec 16
1
Working with ranges of a list
Dear everybody! Please find attached a tiny R-program. It returns: [,1] [,2] [1,] 53.55 NA [2,] 53.55 NA [3,] 53.55 NA How can I manage the first column to show the second component not only of the first list in k??ste but of the second component of every list in k??ste respectively, such as to get the following array returned: [,1] [,2] [1,] 53.55 NA [2,] 53.87 NA [3,] 53.87 NA Thank you in advance. yours, Mag. Ferri Leberl -------------- n?chster Teil -------------- #Programm zur Erstellung eines Wa...
2002 Dec 10
0
PORUKA KOJU STE POSLALI SADRZI VIRUS / VIRUS IN YOUR MAIL
U P O Z O R E N J E - D E T E K T O V A N V I R U S V I R U S A L E R T Nas antivirus softver pronasao je | Our viruschecker found the infected: I-Worm.Klez.h virus(e) u poruci koju ste poslali | virus(es) in your email na sledece adrese: | to the following recipient(s): tomicb@eunet.yu Molimo vas da skenirate vas sistem | Please check your system for antivirus softverom ili napomenete | viruses or ask your system vasem administratoru da to u...
2018 Oct 03
0
Winbind and nss-ldap
...g> wrote: > Hi Guys, > > Have some issues with winbind and nss-ldap in LDAP based NT4 > BDC/fileserver > > The DC has the LDAP server role and the BDC connects to it for > authentication. > > smb.conf of the BDC > > netbios name = TRAC5 > local master = no > domain master = no > preferred master = no > domain logons = no > passdb backend = ldapsam:ldap://trac15.ste.com > ldap admin dn = cn=admin,dc=ste,d=com > ldap suffix = dc=ste > ldap group suffix = ou=groups > ldap machine suffix = ou=computers &...
2006 Jan 31
6
Login works in dev but not in production
Hi, I''ve implemented the login code from the Agile rails book and it works perfectly in local development but as soon as I put it into production it wont accept usernames/passwords. It just goes straight back to login page. Any ideas? thanks -- Posted via http://www.ruby-forum.com/.
2017 Jan 05
0
OpenSCAP failures to to OS version?
...ile on a new CentOS 7.1611 installation, and I get a few failures that look like this (output from openscap scan ?verbosity INFO). I suspect this is because the openscap module is not accepting CentOS 7 as RHEL 7 for rules purposes, despite an early check for "Community Enterprise Operating System 7? which succeeds. 1. Am I correct in why it?s failing? 2. Is this a bug, or an accepted behavior given that CentOS isn?t actually RHEL? Noam I: oscap: Evaluating XCCDF rule 'accounts_password_pam_retry'. I: oscap: Evaluating definition 'oval:org.open-scap.cpe.rhel:def:7...
2006 May 18
1
adding grid lines to an xyplot when there is only 1 panel - corrected
Sorry, some things got garbled in that request for help that might make my request unintelligible, probably it being too late at night when I posted, here is the corrected function call for which I would like to learn how to add horizontal grid lines. Any suggestions would be appreciated. Apologies for the posting error xyplot(est ~ STE, data = all, groups = AREA, type = "b", auto.key = list(space = "right")) For...
2018 Oct 04
2
Winbind and nss-ldap
...a.org> wrote: > Hi Guys, > > Have some issues with winbind and nss-ldap in LDAP based NT4 > BDC/fileserver > > The DC has the LDAP server role and the BDC connects to it for > authentication. > > smb.conf of the BDC > > netbios name = TRAC5 > local master = no > domain master = no > preferred master = no > domain logons = no > passdb backend = ldapsam:ldap://trac15.ste.com > ldap admin dn = cn=admin,dc=ste,d=com > ldap suffix = dc=ste > ldap group suffix = ou=groups > ldap machine suffix = ou=computers &...
2008 Apr 29
4
Applying user function over a large matrix
...oess for each column and hence I have implemented this separate user function that applies loess over each column and I am calling this function foo as follows: xc<-apply(t,2,foo) where t is my 21 X 9000000 matrix and loess. This is turning out to be a very slow process and I need to repeat this step for 25-30 such large matrix chunks. Is there any trick I can use to make this work faster? Any help will be deeply appreciated. Regards Sudipta Sarkar PhD Senior Analyst/Scientist Lanworth Inc. (Formerly Forest One Inc.) 300 Park Blvd., Ste 425 Itasca, IL Ph: 630-250-0468
2011 Oct 17
2
[LLVMdev] LLVM Euro Conf 2011 Videos?
Renato, I was wondering when the videos might be uploaded. The slide material is great! Thanks! Joe Abbey Software Architect Arxan Technologies, Inc. 1305 Cumberland Ave, Ste 215 West Lafayette, IN 47906 W: 765-889-4756 x2 C: 765-464-9893 jabbey at arxan.com<mailto:jabbey at arxan.com> www.arxan.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111017/7fda03e3/attachment...
2006 Jul 27
6
Getting stucked with Debian
Hello all, I''m getting stucked with debian and Xen 3.0.2 Problem is that during boot with xen kernel system said: mount: unknown filesystem ''devfs'' and then Unable to open initial console /dev/console And reboot... How can I solve? googled for some information but nothing usefull.. Thanks Stefano -- Ste Visit: http://www.stefanocislaghi.it/ _________________________________...
2011 Oct 17
1
[LLVMdev] LLVM Euro Conf 2011 Videos?
Legal... really? :( What a shame. I'll wait patiently, unless I can get a download link... :-D Don't wanna anger legal though... Joe Abbey Software Architect Arxan Technologies, Inc. 1305 Cumberland Ave, Ste 215 West Lafayette, IN 47906 W: 765-889-4756 x2 C: 765-464-9893 jabbey at arxan.com<mailto:jabbey at arxan.com> www.arxan.com On Oct 17, 2011, at 10:20 AM, James Molloy wrote: Hi Joe, I can answer that, as I’m dealing with it :) The videos are stuck currently with our legal department. T...
2008 Mar 19
2
Stub / Mock - A little guidance?
...1) @order_payment_info = mock_model(OrderPaymentInfo, :id => 1, :user_id => @user.id, :address1 => "555 Rd.", :address2 => "Ste 2", :address3 => "line 3", :city => "Chicago", :country_code => "USA", :state_province_code => "IL&quot...
2002 Feb 20
4
BUILTINUILTIN32_dlopen
...dlopen failed to load .so lib for builtin user32.dll: undefined symbol: FT_Vector_Rotate err:module:PE_fixup_imports Module (file) user32.dll (which is needed by F:\Sateliti\AD3000Edit\AD3000Edit.exe) not found I can't use any Programm with Wine. -- MfG / With best Regards Rusmir Du?ko Registered Linux user: #130654 http://counter.li.org
2012 Jan 14
2
[LLVMdev] Off Topic: Building ld
...t... it seems like I'm lacking mach-o/arm/reloc.h, and dyld_priv.h. I'm doing my best to stitch it all together, but if anyone has any pointers to make this less painful, it would be much obliged. Humbly, Joe Abbey Director of S/W Development Arxan Technologies, Inc. 1305 Cumberland Ave, Ste 215 West Lafayette, IN 47906 W: 765-889-4756 x2 C: 765-464-9893 jabbey at arxan.com www.arxan.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120114/94545d5b/attachment.html> -------------- next part...
2006 Dec 04
3
assertion failed
Hi, Would anyone know what these errors mean? Running DoveCot RC15 on RedHat ES 4 Dec 1 17:30:53 serv-01 dovecot: pop3-login: file client.c: line 423 (client_unref): assertion failed: (client->destroyed) Dec 1 17:31:21 serv-01 dovecot: pop3-login: file client.c: line 423 (client_unref): assertion failed: (client->destroyed) Dec 1 17:31:25 serv-01 dovecot: pop3-login: file client.c:
2018 Jul 24
2
granting SeDiskOperatorPrivilege
I fail to set SeDiskOperatorPrivilege on a samba DM and I suspect the german umlauts: # wbinfo -g dom�nencomputer dom�nen-benutzer dom�nen-g�ste dom�nen-admins (bad locale, umlauts displayed as special ugly chars) but the group "domänen-admins" = "Domain Admins" is there. now: # net rpc rights grant "CUSTOMER\domänen-admins" SeDiskOperatorPrivilege -U "CUSTOMER\sgw" Enter CUSTOMER\sgw's passwo...
2012 Jan 04
2
[LLVMdev] LLVM Dev Meeting Slides & Video Update
No. -Tanya On Jan 3, 2012, at 5:29 PM, Joe Abbey <jabbey at arxan.com> wrote: > Tanya, > > Was there any video taken of Chris's keynote? > > Joe > > Joe Abbey > Director of S/W Development > Arxan Technologies, Inc. > 1305 Cumberland Ave, Ste 215 > West Lafayette, IN 47906 > jabbey at arxan.com > www.arxan.com > > On Jan 3, 2012, at 2:24 PM, Tanya Lattner wrote: > >> As some of you may have noticed, all the slides and videos have been uploaded to the website: >> http://llvm.org/devmtg/2011-11/ >> &...