Displaying 20 results from an estimated 828 matches for "lx".
2020 Apr 16
4
Crash after Update to 4.12.1 with vfs full_audit
Hello alAl,
after update of our test server to 4.12.1 from 4.11 it crashes. If the
vfs module is removed from the config everthing works as before. Logs
from the crash see here:
.0.31:445]
Apr 16 13:36:47 lx-sv-03 smbd_audit[6263]: [2020/04/16 13:36:47.546559,
0] ../../source3/lib/util.c:830(smb_panic_s3)
Apr 16 13:36:47 lx-sv-03 smbd_audit[6263]: PANIC (pid 6263):
vfs_full_audit.c: name table not in sync with vfs_op_type enums
Apr 16 13:36:47 lx-sv-03 smbd_audit[6263]:
Apr 16 13:36:47 lx-sv-03 smbd_...
2020 Apr 16
0
Crash after Update to 4.12.1 with vfs full_audit
...Am 16.04.20 um 13:45 schrieb Christian Naumer via samba:
> Hello alAl,
> after update of our test server to 4.12.1 from 4.11 it crashes. If the
> vfs module is removed from the config everthing works as before. Logs
> from the crash see here:
>
> .0.31:445]
> Apr 16 13:36:47 lx-sv-03 smbd_audit[6263]: [2020/04/16 13:36:47.546559,
> 0] ../../source3/lib/util.c:830(smb_panic_s3)
> Apr 16 13:36:47 lx-sv-03 smbd_audit[6263]: PANIC (pid 6263):
> vfs_full_audit.c: name table not in sync with vfs_op_type enums
> Apr 16 13:36:47 lx-sv-03 smbd_audit[6263]:
> Apr 1...
2009 Apr 27
0
Patch proposal for logspace_sub
...; so the
functions logspace_add and logspace_sub which are part of R's API come
in handy.
However, I noticed that logspace_sub can have problems if both
arguments are (very) small or the difference between the arguments are
vary small. The logic behind logspace_sup, when called with arguments
lx and ly, is:
log( exp(lx) - exp(ly) ) = log( exp(lx) * ( 1 - exp(ly - lx) ) )
= lx + log( 1 - exp(ly - lx) )
= lx + log1p( - exp(ly - lx) )
and it is the last expression that is evaluated by logspace_sub.
However the use of log1p for additional pre...
2012 May 31
2
Loop question
Hello,
I have a dataframe (Lx) with 5 Lb, and 5 Lw variables. I want to
create several variables according to the loop presented below (data
attached).
Lx <- read.csv("Lx.csv", header=T, sep=",")
for (i in 1:20) {
Lx$sb1[i] <- Lx$Lb1[i+1]/Lx$Lb1[i]
Lx$sb2[i] <- Lx$Lb2[i+1]/Lx$Lb2[i]
Lx$sb3...
2020 Sep 14
0
DNS problems when adding samba DC to win2008R2
...same as before:
> Password for [EKRIOR\administrator]:
> INFO 2020-09-14 20:50:28,706 pid:791
> /usr/lib/python3/dist-packages/samba/join.py #1542: workgroup is EKRIOR
> INFO 2020-09-14 20:50:28,707 pid:791
> /usr/lib/python3/dist-packages/samba/join.py #1545: realm is
> ekrior.lx.pt <http://ekrior.lx.pt>
> Adding CN=SERVER2,OU=Domain Controllers,DC=ekrior,DC=lx,DC=pt
> Adding
> CN=SERVER2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=ekrior,DC=lx,DC=pt
> Adding CN=NTDS
> Settings,CN=SERVER2,CN=Servers,CN=Default-First-Site-Name,CN...
2020 Sep 14
3
DNS problems when adding samba DC to win2008R2
...t does not find smb.conf ?
Thats strange or was this a typo on your side?
( Ah, after some scrolling, its a self compiled samba ) ;-)
> DC2:/home/carlos# more /tmp/samba-debug-info.txt
> Collected config --- 2020-09-14-10:27 -----------
>
> Hostname: DC2
> DNS Domain: MyDomain.lx.pt
> FQDN: DC2.MyDomain.lx.pt
> ipaddress: 192.168.59.112
> -----------
> Kerberos SRV _kerberos._tcp.MyDomain.lx.pt record verified ok, sample
> output:
> Server: 192.168.59.112
> Address: 192.168.59.112#53
>
> _kerberos._tcp.MyDomain.lx.pt service =...
2006 Oct 12
2
adding error bars to lattice plots
...d go.
Deepayan's original code follows, with additions from me for factor,
grouping and by variables.
(Note that I could use xYplot (Dotplot), but I need my response variable
on the vertical axis.)
Any suggestions would be greatly appreciated.
Thanks, Dan
prepanel.ci <- function(x, y, lx, ux, subscripts, ...) {
x <- as.numeric(x)
lx <- as.numeric(lx[subscripts])
ux <- as.numeric(ux[subscripts])
list(xlim = range(x, ux, lx, finite = TRUE))
}
panel.ci <- function(x, y, lx, ux, subscripts, pch = 16, ...) {
x <- as.numeric...
2006 Aug 24
3
How to show deug info via XENPRINTF?
Hi all.
I am trying to debug a kernel that I built, and I hope I could see some debug
info printing out via XENPRINTF. I use it in the source code of kernel like:
XENPRINTF("nr_pages: %ld shared_info: 0x%lx flags: 0x%lx pt_base: 0x%lx "
"mod_start: 0x%lx mod_len: 0x%lx\n",
xen_start_info->nr_pages, xen_start_info->shared_info,
xen_start_info->flags, xen_start_info->pt_base,
xen_start_info->mod_start, xen_start_info->mod_len);
But it doesn''t...
2006 Aug 24
3
How to show deug info via XENPRINTF?
Hi all.
I am trying to debug a kernel that I built, and I hope I could see some debug
info printing out via XENPRINTF. I use it in the source code of kernel like:
XENPRINTF("nr_pages: %ld shared_info: 0x%lx flags: 0x%lx pt_base: 0x%lx "
"mod_start: 0x%lx mod_len: 0x%lx\n",
xen_start_info->nr_pages, xen_start_info->shared_info,
xen_start_info->flags, xen_start_info->pt_base,
xen_start_info->mod_start, xen_start_info->mod_len);
But it doesn''t...
2006 Mar 08
3
Multiple logistic regression
Dear R-users,
Is there a function in R that classifies data in more than 2 groups using
logistic regression/classification? I want to compare the c-indices of
earlier research (lrm, binary response variables) with new c-indices
obtained from 'multiple' (more response variables) logistic regression.
Best regards,
Stephanie Delalieux
Department Biosystems
M?-BIORES
Group of Geomatics
2019 Jun 24
1
Calculation of e^{z^2/2} for a normal deviate z
...gt;>> jing hua zhao
>>>>> on Mon, 24 Jun 2019 08:51:43 +0000 writes:
> Hi All,
> Thanks for all your comments which allows me to appreciate more of these in Python and R.
> I just came across the matrixStats package,
> ## EXAMPLE #1
> lx <- c(1000.01, 1000.02)
> y0 <- log(sum(exp(lx)))
> print(y0) ## Inf
> y1 <- logSumExp(lx)
> print(y1) ## 1000.708
> and
>> ly <- lx*100000
>> ly
> [1] 100001000 100002000
>> y1 <- logSumExp(ly)
>> pr...
2012 Apr 09
2
Help with Book example of Matrix application
...;- cbind(d,1:n)
wmins <- apply(dd[-n,],1,imin)
# wins will be 2 X n, 1st row being indices and 2nd being values
i <- which.min(wmins[2,])
j <- wmins[1,i]
return(c(d[i,j],i,j))
}
#this finds the location, value of the minimum in a row x
imin <- function(x) {
lx <- length(x)
i <- x[lx] # original row number
j <-which.min(x[(x+1):(lx-1)])
k <- i+j
return(c(k,x[k]))
}
The result s/b
[1] 6 3 4
I am getting:
Warning messages:
1: In (x + 1):(lx - 1) :
numerical expression has 6 elements: only the first used
2: In (x + 1):(...
2020 Sep 14
0
DNS problems when adding samba DC to win2008R2
Hi Louis thanks for the help,
> > Kerberos SRV _kerberos._tcp.MyDomain.lx.pt <http://tcp.mydomain.lx.pt/> record
> verified ok, sample
> > output:
> > Server: 192.168.59.112
> > Address: 192.168.59.112#53
> >
> > _kerberos._tcp.MyDomain.lx.pt <http://tcp.mydomain.lx.pt/> service
> = 0 100 88
> > dc2...
2010 May 26
2
sequential treatment of a vector for formula
...2,1,5,6,7,7,0,8,10,13,8,11,11,11,2,7,1,5,6,8,6))
#prime
k=1
#Deaths#
deaths=numeric(k)
for(k in 0:max(example))
{
deaths[k]=sum(example==k)}
#adjust for no zero!!#
deaths=c(0,deaths)
#Alive, Kx#
alive=sum(deaths)-cumsum(deaths)
#Day, or age class,x#
day=seq(from=0,to=length(deaths)-1)
#mortality, lx#
lx=alive/sum(deaths)
#proportion surviving to next interval, px#
#####Here's where I'm having trouble!!###
p=1
px=numeric(p)
for(p in 0:length(lx))
{
px[p]=lx/lx}
#create data frame#
iC=data.frame("x"=day,"Kx"=alive,"Dx"=deaths,"Lx"=lx,"Px&qu...
2020 Sep 14
2
DNS problems when adding samba DC to win2008R2
...on
> ?
>
> Straight Windows 2008R2
> What was the full command you used to join the Samba DC to the Windows
> domain ?
>
> I basically followed
https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory
.
The command was
samba-tool domain join MyDomain.lx.pt DC -U"MyDomain\administrator"
> Did you get any errors during the successful join ?
>
> Not after changing join.py
> Can you go here:
> https://github.com/thctlo/samba4/blob/master/samba-collect-debug-info.sh
>
> Download the script and run it on your Samba DC.
&...
2005 Mar 22
1
error with polr()
Dear Sir,
I get an error message when I use polr() in MASS package.
My data is "ord.dat". I made "y" a factor.
y y1 y2 x lx
1 0 0 0 3.2e-02 -1.49485
2 0 0 0 3.2e-02 -1.49485
3 0 0 0 1.0e-01 -1.00000
4 0 0 0 1.0e-01 -1.00000
5 0 0 0 3.2e-01 -0.49485
6 0 0 0 3.2e-01 -0.49485
7 1 1 0 1.0e+00 0.00000
8 0 0 0 1.0e+00 0.00000
9 1 1 0 3.2e+00 0.50515
10 1 1 0 3.2e+00 0.50515
11 0 0 0 1.0e+01...
2005 Mar 23
1
interp.surface() error (PR#7745)
...tered
the following error message:
Error in interp.surface(a, loc) : subscript out of bounds
Since it is somewhat dependent on the data set, I cannot say exactly in
which cases these occur, but I believe I have found the problem and a
solution for it:
The scaling calculations in the code,
lx <- ((nx - 1) * (loc[, 1] - xa))/xr + 1
ly <- ((ny - 1) * (loc[, 2] - ya))/yr + 1
can lead to numerical error, so in the following lines
lx1 <- ifelse(lx == nx, nx - 1, trunc(lx))
ly1 <- ifelse(ly == ny, ny - 1, trunc(ly))
the equality statements which are the first arguments...
2020 Sep 13
3
DNS problems when adding samba DC to win2008R2
Hi Rowland, thank you for your help.
I've added the include "/var/lib/samba/bind-dns/named.conf in
/etc/bind/named.conf instead of named.conf.options.
As for the link, here it goes.
https://lists.samba.org/archive/samba/2019-July/224546.html
Best regards
Rowland penny via samba <samba at lists.samba.org> escreveu no dia domingo,
13/09/2020 ?(s) 17:11:
> On 13/09/2020 16:46,
2004 Dec 02
0
tremor: macro-ize mask table
...igned long m=MASK(bits);
unsigned long ret;
bits+=b->headbit;
@@ -229,15 +223,15 @@
int tbit=bits?bits:ilog(b[i]);
if((test=oggpack_look(&r,tbit))==0xffffffff)
report("out of data!\n");
- if(test!=(b[i]&mask[tbit])){
- fprintf(stderr,"%ld) %lx %lx\n",i,(b[i]&mask[tbit]),test);
+ if(test!=(b[i]&MASK(tbit))){
+ fprintf(stderr,"%ld) %lx %lx\n",i,(b[i]&MASK(tbit)),test);
report("looked at incorrect value!\n");
}
if((test=oggpack_read(&r,tbit))==0xffffffff){
report("...
2013 Sep 19
1
dovecot v-2.0, postfix+mysql configuration issue.
Hey, i have the same problem.
My Dovecot server runs quite good i can do all the things i would like to
do. but i have this in my log when i connect to the server.
Sep 20 00:29:57 lx.x.x.x dovecot: auth-worker(9971): Warning: mysql: Query
failed, retrying: Table 'mailserver.users' doesn't exist
Sep 20 00:29:57 lx.x.x.x dovecot: auth-worker(9971): Error:
sql(postmaster at lx.x.x.x.dedicated.hosteurope.de,x.x.x.x): User query failed:
Table 'mailserver.users' d...