Displaying 20 results from an estimated 1529 matches for "2099".
Did you mean:
20,9
2013 May 08
2
[Bug 2099] New: SshClient.connect() failure on port 22
https://bugzilla.mindrot.org/show_bug.cgi?id=2099
Bug ID: 2099
Summary: SshClient.connect() failure on port 22
Classification: Unclassified
Product: Portable OpenSSH
Version: -current
Hardware: Sparc
OS: SunOS
Status: NEW
Severity: critical...
2020 May 21
0
CEEA-2020:2099 CentOS 7 qemu-kvm Enhancement Update
CentOS Errata and Enhancement Advisory 2020:2099
Upstream details at : https://access.redhat.com/errata/RHEA-2020:2099
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
5696f0dbe7007acde4684b5a9fd6f044f7032bdf64a1fa0fb57db0fd4bd68609 qemu-img-1.5.3-173.el7_8.3.x86_64.rpm...
2018 Sep 26
2
Samba 4.7.9 dbcheck error
...ar/lib/samba/private/sam.ldb
'(&(objectClass=rIDSet)(cn=RID Set))' rIDAllocationPool
# record 1
dn: CN=RID Set,CN=DC01,OU=Domain Controllers,DC=xx,DC=xx,DC=xx
rIDAllocationPool: 2100-2599
# record 2
dn: CN=RID Set,CN=DC02,OU=Domain Controllers,DC=xx,DC=xx,DC=xx
rIDAllocationPool: 1600-2099
Daniel
Am 26.09.18 um 15:15 schrieb Rowland Penny via samba:
> On Wed, 26 Sep 2018 14:29:24 +0200
> Daniel Jordan <d.jordan at gfd.de> wrote:
>
>> You're right, the 'S-1-5-21-3258148492-1502286889-3538134041-1601' is
>> the SID for fs01. The system only e...
2018 Sep 26
2
Samba 4.7.9 dbcheck error
...et))' rIDAllocationPool
> > # record 1
> > dn: CN=RID Set,CN=DC01,OU=Domain Controllers,DC=xx,DC=xx,DC=xx
> > rIDAllocationPool: 2100-2599
> >
> > # record 2
> > dn: CN=RID Set,CN=DC02,OU=Domain Controllers,DC=xx,DC=xx,DC=xx
> > rIDAllocationPool: 1600-2099
> Strange, you originally posted this SID-RID:
>
> SID S-1-5-21-3258148492-1502286889-3538134041-1601
>
> For: CN=FS01,OU=Server,DC=xx,DC=xx,DC=xx
>
> The error message said :
>
> conflicts with our current RID set in
> CN=RID Set,CN=DC01,OU=Domain Controllers,DC=x...
2015 Sep 17
1
Wrong deficit calculation in virt-resize.
...d: 2193555455
part_size: 2193489920
}
[1] = {
part_num: 2
part_start: 2193555456
part_end: 4291690495
part_size: 2098135040
}
So I have 2228225 bytes after last partition empty.
><fs> debug sh 'ntfsresize -f --info /dev/sda2'
Current volume size: 2098131456 bytes (2099 MB)
Current device size: 2098135040 bytes (2099 MB)
FS is ok, it fills the partition.
========================================
I looked at resize.ml and saw complex calculations of GPT header/end,
alignment overhead and so on.
I wondered whether virt-resize would create GPT on new image, but it...
2016 Jun 28
1
unique index violation on objectSid
...ecord for computer)
> Last symbols is 2001, and last assigned RID is 2001:
>
> [root at pdc ~]# ldbsearch -H /var/lib/samba/private/sam.ldb CN="RID Set"
> # record 3
> dn: CN=RID Set,CN=PDC,OU=Domain Controllers,...
> rIDNextRID: 2001
> rIDPreviousAllocationPool: 1600-2099
> rIDUsedPool: 1
> rIDAllocationPool: 2600-3099
>
> https://support.microsoft.com/en-us/kb/305475
> RidNextRid The RID that was assigned to the last security principal that
> was created on the local domain controller.
> RidPreviousAllocationPool The pool from which RIDs are cu...
2002 Jun 17
0
network printing
...window 20027 belongs to other process
> err:win:WIN_FindWndPtr window 20027 belongs to other process
> fixme:psdrv:PSDRV_BITMAP_SelectObject stub
> fixme:psdrv:PSDRV_BITMAP_SelectObject stub
> fixme:psdrv:PSDRV_BITMAP_SelectObject stub
> fixme:commdlg:PRINTDLG_PaperSize papersize is 2099 x 2970
> fixme:commdlg:_c_10mm2size returning 2099/100 mm
> fixme:commdlg:_c_10mm2size returning 2099/100 mm
> wine:Unhandled exception, starting debugger . . . . . . . . .
>
> Please help,
>
> Thank you in advance.
>
>
> Lovie
>
>
>
> --------------...
2018 Sep 27
3
Samba 4.7.9 dbcheck error
...ecord 1
>>>> dn: CN=RID Set,CN=DC01,OU=Domain Controllers,DC=xx,DC=xx,DC=xx
>>>> rIDAllocationPool: 2100-2599
>>>>
>>>> # record 2
>>>> dn: CN=RID Set,CN=DC02,OU=Domain Controllers,DC=xx,DC=xx,DC=xx
>>>> rIDAllocationPool: 1600-2099
>>> Strange, you originally posted this SID-RID:
>>>
>>> SID S-1-5-21-3258148492-1502286889-3538134041-1601
>>>
>>> For: CN=FS01,OU=Server,DC=xx,DC=xx,DC=xx
>>>
>>> The error message said :
>>>
>>> conflicts with our c...
2006 Nov 06
5
memory issues with new release (PR#9344)
Full_Name: Derek Elmerick
Version: 2.4.0
OS: Windows XP
Submission from: (NULL) (38.117.162.243)
hello -
i have some code that i run regularly using R version 2.3.x . the final step of
the code is to build a multinomial logit model. the dataset is large; however, i
have not had issues in the past. i just installed the 2.4.0 version of R and now
have memory allocation issues. to verify, i ran
2005 Nov 14
1
effect sizes for Wilcoxon tests
Hello,
I use t.test for normal distributed and wilcox.test for non-normal
distributed samples.
It is easy to write a function for t.test that calculates the effect
size, because all parts of the formula are available from the t.test
result: r = sqrt(t*t / (t*t + df))
However, for Wilcoxon tests, the formula for effect sizes is:
r = Z / sqrt(N)
I wonder how I can calculate the Z-score in R for
2009 Apr 09
3
type.convert (PR#13646)
Full_Name: Stefan Raberger
Version: 2.8.1
OS: Windows XP
Submission from: (NULL) (213.185.163.242)
Hi there,
I recently noticed some strange behaviour of the command "type.convert",
depending on the startup mode used. But there also seems to be different
behaviour on different PCs (all running the same OS and the same version of R).
On PC1:
When I start R in SDI mode (RGui --no-save
2006 Dec 10
2
question about data manipulation
Dear all,
I have a dataset
dat<- pep[c(420:423,1258:1261,2096:2099),c(3,4,7,14)]
Slide Block Name pearson_res
2102 23 2 CTERQANFLGKIWPS 0.07618407
2103 23 2 ATLEEMMTACQGVGG 1.93543619
2104 23 2 IPVGEIYKRWIILGL 0.22211959
2105 23 2 MFSALSEGATPQDLN -0.08249410
3662 24 2 CTERQANFLGKIWPS -0.1025...
2007 Jan 01
2
Problems with R
...still have the same issues.
Any help will be appreciated. I need to use the acepack package in R.
Thank you
....Best Regards
Obinna Duru
Energy Resources Engineering Department,
Green Earth Sciences Building,
367 Panama Street,
Stanford, CA 94305-2220
cell: (650) 814 6079
fax: (659) 725 2099
email: duru@stanford.edu
[[alternative HTML version deleted]]
2006 Jan 20
3
abline() or predict.lm() when log="x"
Hello,
I'm trying to plot a fitted lm() line on a plot when the one
explanatory variable is log transformed and log="x". I get different
lines using abline and predict.lm().
#Example
x <- 1:100
y <- rnorm(100)
plot(y ~ x, log="x")
abline(lm(y ~ log(x)))
lines(x, predict(lm(y ~ log(x))), lwd=2)
I'm sure I'm missing something but could someone tell me which
2007 Mar 19
1
Delphi applications printing bug
...#39;);
EndDoc;
end;
end;
Enabling deeper log on "psdrv", and comparing the log files of the two
version ('-' is the non-working one, "+" is the working one...), I've
found something interesting:
[...]
trace:psdrv:PSDRV_MergeDevmodes Changing page to A4 2099 x 2970
trace:psdrv:PSDRV_FindPrinterInfo No 'Paper Size' for printer
'PostScript-Printer-1'
trace:psdrv:PSDRV_FindPrinterInfo No 'FontSubTable' for printer
'PostScript-Printer-1'
-trace:psdrv:PSDRV_CreateDC (L"WINEPS.DRV" L"PostScript-Printer-1"...
2009 Nov 27
2
using reshape to do ANOVA mixed models
Hi,
I just started with R and I found that there are many options to rearrange
the data to do mixed models.
I want to use the reshape function. I have 2 between subject variables and
one within.
I was able to change the data structure but still - the result of the aov
functions are calculating everything as a within subject.
the table looks like this:
SerialNo breed treatment distance_1
2009 Nov 23
1
R: Re: chol( neg.def.matrix ) WAS: Re: Choleski and Choleski with pivoting of matrix fails
...0561872+0i 0.8158639-0i
>[3,] -1.3785897-0i 0.8158639-0i 1.6073119-0i
>
>A triangular square root is, er, more difficult, but hardly impossible.
>
>--
> O__ ---- Peter Dalgaard ?ster Farimagsgade 5, Entr.B
> c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
> (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
>~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
>
2009 Nov 25
1
R: Re: R: Re: chol( neg.def.matrix ) WAS: Re: Choleski and Choleski with pivoting of matrix fails
....8158639-0i 1.6073119-0i
>>>
>>> A triangular square root is, er, more difficult, but hardly impossible.
>>>
>>> --
>>> O__ ---- Peter Dalgaard ?ster Farimagsgade 5, Entr.B
>>> c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
>>> (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
>>> ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
>>>
>>
>>
>
>
>--
> O__ ---- Peter Dalgaard ?ster Farimagsga...
2005 Sep 18
3
as.data.frame segfaults on large lists (PR#8141)
Full_Name: Ulrich Poetter
Version: 2.1.1
OS: i686-pc-linux-gnu FC2
Submission from: (NULL) (134.147.95.187)
as.data.frame() segfaults on lists with very many elements:
> dfn <- rep(list(rep(0,2)),198000)
> test <- as.data.frame.list(dfn)
Process R segmentation fault at Sun Sep 18 17:06:02 2005
2006 Oct 31
4
'make check' fails on d-p-q-r-tests (PR#9326)
'make check' fails on d-p-q-r-tests:
> ##-- non central Chi^2 :
> xB <- c(2000,1e6,1e50,Inf)
> for(df in c(0.1, 1, 10))
+ for(ncp in c(0, 1, 10, 100)) stopifnot(pchisq(xB, df=df, ncp=ncp) == 1)
Error: pchisq(xB, df = df, ncp = ncp) == 1 is not all TRUE
Execution halted
Here is some more testing:
xB <- c(2000,1e6,1e50,Inf)
for(df in c(0.1, 1, 10)) for(ncp in c(0, 1,