search for: blc

Displaying 15 results from an estimated 15 matches for "blc".

Did you mean: bc
2008 Sep 23
4
perl expression question
If I have the string below. does someone know a regular expression to just get the "BLC.NYSE". I bought the O'Reilley book and read it when I can and I study the solutions on the list but I'm still not self sufficient with these things. Thanks. stock<-"/opt/limsrv/mark/research/equity/projects/testDL/stock_data/fhdb/US/BLC.NYSE"
2004 Aug 11
0
Can't join Samba-LDAP PDC
I am trying to join a windows server (Nt4 or 2K) to a Samba-LDAP PDC. Error message on Windows : The machine account for this computer either does not exist or is inaccessible. log.smbd : [2004/08/10 22:29:03, 5] lib/smbldap.c:smbldap_search(932) smbldap_search: base => [dc=prod,dc=blc,dc=com], filter => [(&(uid=NC1981WTX03$)(objectclass=sambaSamAccount))], scope => [2] [2004/08/10 22:29:03, 4] passdb/pdb_ldap.c:ldapsam_getsampwnam(1157) ldapsam_getsampwnam: Unable to locate user [NC1981WTX03$] count=0 It creates a computer object in ldap with smbldap-useradd script...
2004 Jul 29
1
Samba 3 PDC with LDAP backend problem
...nd : # getent passwd | grep Administrator Administrator:x:0:512:Netbios Domain Administrator:/home/:/bin/false nss_ldap is installed and configured proprely : # grep "ldap" /etc/nsswitch.conf passwd: files ldap group: files ldap # Here is my smb.conf [global] workgroup = DEV_BLC netbios name = ud1981wfx01 passdb backend = ldapsam:ldap://ud1981wfx01 #username map = /etc/samba/smbusers add user script = /usr/local/sbin/smbldap-useradd -m '%u' delete user script = /usr/local/sbin/smbldap-userdel %u add group script = /usr/local/sbin/smbldap-groupadd -p '%g' de...
2011 Mar 21
3
Mac OS/X 10.6.6, WineHQ, and Bloodline Champions Help
Hey. So I am completely new to WineHQ. But reading the FAQ for bloodline champions, it said it could probably run using WineHQ. As I said, I have a mac. But I have no idea what package I need, how to configure it for BLC, etc. Can anyone help a major noob? http://www.bloodlinechampions.com/ "On what platforms will Bloodline Champions be released? The game is using the Microsoft XNA framework which means it will only run natively under Microsoft Windows, but applications using XNA are known to work very well...
2010 Jan 07
1
LD50 and SE in GLMM (lmer)
...ficant fixed effect) and several different blocks (I did 4 replicates at a time)= random effect). Since there is no predict function for lmer, I used the following to get predicted values (thanks to a post by John Maindonald (I'll attach his post below)): model4 <- lmer (y~time + (1|blc/instar),family=binomial(link="probit")) summary(model4) b <- fixef(model4) X <- (model.matrix(terms(model4),zerotest)) hat <- X%*%b pxal <- pnorm(hat) # probit link, for logit it would be: pval <- exp(hat)/(1+exp(hat)) pval Once I get the pval, I see where t...
2004 Aug 11
1
URGENT : NT4 Standalone server in a Samba-LDAP PDC
...ing the same error when trying to change an NT4 standalone server to the Samba-LDAP PDC. Error message : The machine account for this computer either does not exist or is inaccessible. log.smbd : [2004/08/10 22:29:03, 5] lib/smbldap.c:smbldap_search(932) smbldap_search: base => [dc=prod,dc=blc,dc=com], filter => [(&(uid=NC1981WTX03$)(objectclass=sambaSamAccount))], scope => [2] [2004/08/10 22:29:03, 4] passdb/pdb_ldap.c:ldapsam_getsampwnam(1157) ldapsam_getsampwnam: Unable to locate user [NC1981WTX03$] count=0 It creates a computer object in ldap but Samba seems to search f...
2017 Feb 28
0
[PATCH 3/3] gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>
...config.mutex); - printk(KERN_ERR "Failed find\n"); + pr_err("Failed find\n"); psb_intel_i2c_destroy(gma_encoder->ddc_bus); failed_ddc: - printk(KERN_ERR "Failed DDC\n"); + pr_err("Failed DDC\n"); psb_intel_i2c_destroy(gma_encoder->i2c_bus); failed_blc_i2c: - printk(KERN_ERR "Failed BLC\n"); + pr_err("Failed BLC\n"); drm_encoder_cleanup(encoder); drm_connector_cleanup(connector); kfree(lvds_priv); diff --git a/drivers/gpu/drm/gma500/oaktrail_lvds.c b/drivers/gpu/drm/gma500/oaktrail_lvds.c index f7038f12ac76..e6943fef0611...
2017 Feb 28
8
[PATCH 2/2] gpu: drm: Convert printk(KERN_<LEVEL> to pr_<level>
...uot;Failed find\n"); > + pr_err("Failed find\n"); > psb_intel_i2c_destroy(gma_encoder->ddc_bus); > failed_ddc: > - printk(KERN_ERR "Failed DDC\n"); > + pr_err("Failed DDC\n"); > psb_intel_i2c_destroy(gma_encoder->i2c_bus); > failed_blc_i2c: > - printk(KERN_ERR "Failed BLC\n"); > + pr_err("Failed BLC\n"); > drm_encoder_cleanup(encoder); > drm_connector_cleanup(connector); > kfree(lvds_priv); > diff --git a/drivers/gpu/drm/gma500/oaktrail_lvds.c b/drivers/gpu/drm/gma500/oaktrail_lvds.c &g...
2017 Feb 28
2
[PATCH 0/2] gpu: drm: Use pr_cont and neaten logging
Joe Perches (2): drm: Use pr_cont where appropriate gpu: drm: Convert printk(KERN_<LEVEL> to pr_<level> drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 +-
2017 Feb 28
0
[PATCH 2/2] gpu: drm: Convert printk(KERN_<LEVEL> to pr_<level>
...config.mutex); - printk(KERN_ERR "Failed find\n"); + pr_err("Failed find\n"); psb_intel_i2c_destroy(gma_encoder->ddc_bus); failed_ddc: - printk(KERN_ERR "Failed DDC\n"); + pr_err("Failed DDC\n"); psb_intel_i2c_destroy(gma_encoder->i2c_bus); failed_blc_i2c: - printk(KERN_ERR "Failed BLC\n"); + pr_err("Failed BLC\n"); drm_encoder_cleanup(encoder); drm_connector_cleanup(connector); kfree(lvds_priv); diff --git a/drivers/gpu/drm/gma500/oaktrail_lvds.c b/drivers/gpu/drm/gma500/oaktrail_lvds.c index f7038f12ac76..e6943fef0611...
2012 Jun 24
0
nouveau _BIOS method
...BTFS...BEHS...B 0230: 50 48 53 0a 0d 08 42 54 4c 5f 0a 10 08 42 53 52 PHS...BTL_...BSR 0240: 5f 0a 14 08 42 4f 46 5f 0a 20 08 42 45 46 5f 0a _...BOF_. .BEF_. 0250: 21 08 42 4c 4c 45 0a 22 08 42 4c 4c 43 0a 23 08 !.BLLE.".BLLC.#. 0260: 42 4c 43 41 0a 24 08 42 4c 4c 53 0a 25 08 42 4c BLCA.$.BLLS.%.BL 0270: 4c 50 0a 26 08 42 4c 4c 44 0a 27 08 42 48 42 45 LP.&.BLLD.'.BHBE 0280: 0a 30 08 42 48 42 43 0a 31 08 42 48 42 4e 0a 32 .0.BHBC.1.BHBN.2 0290: 08 42 48 42 4d 0a 33 08 54 43 47 4d 01 08 54 52 .BHBM.3.TCGM..TR 02a0: 54 50 01 08 57 44 54 45 01 08 54 52 54 44 0a 02...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...amp;sTq-O at xkw$`@mLZD63ZMn at yeShE z$p2sy6`e6xo}|>v*2{|EP><%x=|XtJo~SD8&(F%tTNOmVpBO at Vv59baWBThGzS^#q zi`)(5@;o0U3n48Qo?YKjMgUW$N0)><ete0}1BzpA7)b1f^rQ75e-&wL>qw7_<90;5 za%h5i?oDeS>={Uo$4VL0^#sSIS}Et3o3Jeh+f#1Hbi{RC7(zWN)We-a`dnYA3GfdJ z&VM{328Jw0)FY(?fa61q_BlC%eo4=(Y_q?@-&pkXxYG699m5^R1Zwd$BWzLJW6W0- zFG;OQ^YytIJ0#vF)&I%<&DGCv&gh8e7xCVCUxN2W*p~1Scu(Rrs9EsB8gBkPIlFU= zVn~i1mJ8E3yYhYVoyERnF+ZAk_%fM(dlLspAY<q=kkSqnAe8%oCc=^dE;B|)!2ot} z{I>v9u0Ky^Mdma+TrX at Y{X|Z3<_B9tRX_c`?N6}7!1m`urCQ8Iqot6S0+27zdgN|s zdWr8nc3e_SPmgHuHEVW!VEDZ~...
2018 Oct 29
0
IBM buying RedHat
On 10/29/18 1:55 AM, Simon Matter wrote: > To me it seems like, if they are smart, they will try to push IBM POWER > and RedHat Linux together to establish real competition in the hardware > market again (and of course don't forget to keep Fedora/CentOS alive)! Er, RHEL has been running on Power for a very long time. The fastest supercomputer in the world is Power9 + RHEL. --
2011 Oct 13
0
bcrypt and no sound
Hey! I've been trying to get bloodline champions running with wine, but encountering this weird problem. Hoping someone could give some advice. When I run in XP mode, I can log in and it runs all fine, but has no sound. But when I run any other mode (win 7, vista, 2008, etc), I get sound, but can not log in and get an error saying: wine: Call from 0x7b839f22 to unimplemented function
2018 Oct 20
1
Upstream and downstream (was Re: What are the differences between systemd and non-systemd Linux distros?)
On Fri Oct 19 00:52:12 UTC 2018 Japheth Cleaver wrote: > This brings to mind a video I was pointed to not long ago of Brendan > Conoboy's talk at a Dojo recently: > > https://www.youtube.com/watch?v=HQsUdLPJW20 Hey, that's me! Hi. By the way, Jim Perrin did an updated version of this talk *today* at CERN in my absence (thanks Jim!). Hopefully the video will be posted