search for: lmc

Displaying 20 results from an estimated 60 matches for "lmc".

2002 Dec 13
4
winbind help for newbie
I've been looking thru manpages and online for help..... I *think* I've got winbind mostly setup (somehow) but it seems to be using the wrong Domain. Some info: I am running RH7.3 Kernel 2.4.18-3 Samba 2.2.7 In my smb.conf file I have: [global] security = Domain workgroup = LMC winbind separator = + winbind uid = 10000-20000 winbind gid = 10000-20000 winbind enum users = yes winbind enum goups = yes winbind cache time = 10 In my nsswitch.conf file I have: passwd: files winbind shadow: files winbind group: files winbind When I do...
2006 May 19
2
Limitation of storage size.
I want to config one 50T OST stroage, is it okay? Since I know that the limitation of ext3 is 1XT. Thnaks
2002 Dec 19
0
I messed up winbind....but what is wrong?
I had posted about winbind picking the wrong domain to this list about a week ago and this was the problem I was still trying to solve when I must have messed something else up. SO! Winbind WAS working (even though it was picking the wrong domain) I re-ran smbpasswd -j LMC -r <our PDC> -U administrator I get prompted for the password, enter it and I am told that I joined the LMC domain. (smbd and nmbd ARE running) Then when I do winbindd -i -d 3 I get: ------<above this was the smb shares it processed>----- added interface ip=172.16.0.37 bcas...
2008 Nov 12
0
random parameters in nlme
...ing the nlme package to find the best model using non-linear mixed effects model. After the all the other things needed, I did > M1<- nlme(NShrubs~A*exp(-B*CED),data=DataSg,fixed=list (A~SITE,B~1), random=B~1,start=list(fixed=c (1.66,1.66,1.66,1.66,1.66,1.66,1.66,1.66,0.0038)),control=lmc) and it was ok. However, the data showed to need random parameters at both the intercept and the slope. And I can not understand why do I always get an error message like: Error in parse(text = paste("~", paste(nVal, collapse = "/"))) : unexpected end of input in "...
2002 Dec 16
0
Winbind and wrong domain
...;ve been looking thru manpages and online for help..... I *think* I've got winbind mostly setup (somehow) but it seems to be using the wrong Domain. Some info: I am running RH7.3 Kernel 2.4.18-3 Samba 2.2.7 In my smb.conf file I have: [global] security = Domain workgroup = LMC winbind separator = + winbind uid = 10000-20000 winbind gid = 10000-20000 winbind enum users = yes winbind enum goups = yes winbind cache time = 10 In my nsswitch.conf file I have: passwd: files winbind shadow: files winbind group: files winbind When I...
2012 Nov 19
1
[PATCH 086/493] net: remove use of __devexit_p
...ualization at lists.linux-foundation.org Cc: netdev at vger.kernel.org Cc: xen-devel at lists.xensource.com --- drivers/net/virtio_net.c | 2 +- drivers/net/vmxnet3/vmxnet3_drv.c | 2 +- drivers/net/wan/dscc4.c | 2 +- drivers/net/wan/farsync.c | 2 +- drivers/net/wan/lmc/lmc_main.c | 2 +- drivers/net/xen-netfront.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 97f4ff8..b0c1630 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -1285,7 +1285,7 @@ static...
2012 Nov 19
1
[PATCH 086/493] net: remove use of __devexit_p
...ualization at lists.linux-foundation.org Cc: netdev at vger.kernel.org Cc: xen-devel at lists.xensource.com --- drivers/net/virtio_net.c | 2 +- drivers/net/vmxnet3/vmxnet3_drv.c | 2 +- drivers/net/wan/dscc4.c | 2 +- drivers/net/wan/farsync.c | 2 +- drivers/net/wan/lmc/lmc_main.c | 2 +- drivers/net/xen-netfront.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 97f4ff8..b0c1630 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -1285,7 +1285,7 @@ static...
2012 Dec 18
1
Problem with srptools
...CA type: MT26418 Number of ports: 1 Firmware version: 2.9.1000 Hardware version: a0 Node GUID: 0x003048ffff9dd66c System image GUID: 0x003048ffff9dd66f Port 1: State: Active Physical state: LinkUp Rate: 20 Base lid: 23 LMC: 0 SM lid: 1 Capability mask: 0x0251086a Port GUID: 0x003048ffff9dd66d root@blade1:/# * **This is the loaded modules : ** * # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one pe...
2005 May 22
4
Hangup Issues on TDM40B FXO Australia
...otify the originator of the message. This footer also confirms that this email message has been scanned for the presence of computer viruses. Any views expressed in this message are those of the individual sender, except where the sender specifies and with authority, states them to be the views of LMC. --------------------------------------------------------------------------------------------------------------------
2017 Jan 06
0
mlx4_0 Initializing and... (infiniband)
...CA type: MT25408 Number of ports: 2 Firmware version: 2.9.1000 Hardware version: a0 Node GUID: 0x0008f104039a08dc System image GUID: 0x0008f104039a08df Port 1: State: Initializing Physical state: LinkUp Rate: 10 Base lid: 1 LMC: 0 SM lid: 1 Capability mask: 0x0259086a Port GUID: 0x0008f104039a08dd Link layer: InfiniBand Port 2: State: Down Physical state: Polling Rate: 10 Base lid: 0 LMC: 0 SM lid: 0 Capability mask: 0x...
2011 Nov 10
2
plotting a function with given formula in ggplot2
Hi All, I have a scatter plot produced using ggplot2 and I want to add the regression line to this scatter plot. I suppose I can use geom_smooth() to do this, but for the sake of learning ( I am new both to R and ggplot2), I want to try and add it as a function (something that curve() does in the standard R plotting). I did some search and found that stat_function() can be used for this. But
2013 Mar 19
1
Cokriging
...data_c)=CRS("+init=epsg:28992") g <- gstat(id = "Cu", formula =Cu~1,data = data_c) g <- gstat(g, id = "S", formula = S~1,data =data_c) g <- gstat(g, id = c("Cu", "S"), model = vgm(cov(data_c$Cu,data_c$S) , "Sph", 200, 0)) g<fit.lmc(variogram(g),g,model=vgm(psill=cov(data_c$Cu,data_c$S),model="Sph",range=200,nugget=0)) k.c <- predict.gstat(g, grid,block = c(30,30,15)) Thanks and Regards, Nishani Musafer
2006 Nov 15
1
winbind: getent passwd displays the user, but SAMBA says Get_Pwnam_internals didn't find user
...ADTEST # wbinfo -s S-1-5-21-1409082233-1844237615-1801674531-1104 ADTEST\dupond 1 Any idea ? I don't understand what is the remaining problem. My smb.conf: [global] ldap group suffix = ou=Groups ldap admin dn = cn=admin,dc=linbox,dc=com add machine script = /usr/lib/lmc/add_machine_script '%u' domain logons = yes logon path = \\%N\profiles\%u netbios name = PDC01 print command = null passwords = Yes logon script = logon.bat lprm command = printcap name = cups passdb backend = ldapsam:l...
2004 Mar 17
1
What library is coxreg?
Dear mailing list, I'm trying to run the sample program about coxreg in the eha package. But the command is not recognized. I tried the boot and also the survival library. Hope you can help me solve this little problem. Thank you. Jei ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. University of the
2005 Jun 24
0
How to setup two Asterisk boxes - keeping theregistration
...otify the originator of the message. This footer also confirms that this email message has been scanned for the presence of computer viruses. Any views expressed in this message are those of the individual sender, except where the sender specifies and with authority, states them to be the views of LMC. --------------------------------------------------------------------------------------------------------------------
2003 Jan 23
0
Deleting in ext3
...of undelete for ext3. We have already read about this in past threads. What I want to know is how ext3 deletes a file. What it deletes from the inode. thanks. ____________________________________________________________________ Carlos Eduardo Rodrigues Lopes Graduando em Ciência da Computação LMC - DCC - ICEx - UFMG
2013 May 02
1
function gstat r with pyhton
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130502/8bc15613/attachment.pl>
2013 May 01
1
rpy2 postgres qgis problem
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130501/294047df/attachment.pl>
2004 Jul 26
5
covariate selection in cox model (counting process)
...k. What about the number of observations? I found several definitions: AIC= -2 loglik(b) + 2.k Schwartz Bayesian information criteria: SBIC= -2 loglik(b) + k ln(n) Frédérique Letué (author of PhD thesis "COX MODEL: ESTIMATION VIA MODEL SELECTION AND BIVARIATE SHOCK MODEL", http://www-lmc.imag.fr/lmc-sms/Frederique.Letue/These3.ps) suggested me AIC= - loglik(b) + 2.k/n BIC= - loglik(b) + 2.ln(n).k/n, with other possible values for parameter "2" in this case (see her thesis p.100, but this section is in French) All these do not tell *what to take for n*. There are 3 main...
2009 Jun 30
1
wan hdlc_ppp and IPv6
Hi list, I can successfully build the driver modules; hdlc, dlci, syncppp, and lmc from the 2.6.18-128.1.14 kernel source rpm, and have managed to create a 'wan kmod' rpm. It all works fine for IPv4, but now I need IPv6 for ppp connections, which doesn't work for me. I think I'll need to back port Krzysztof Halasa's 'ppp for generic hdlc' patches...