Displaying 20 results from an estimated 23 matches for "13209".
Did you mean:
1209
2023 Oct 26
2
Plot for 10 years extrapolation
...;2013-12-31", "2012-12-31", "2011-12-31", "2010-12-31", "2009-12-31", "2008-12-31", "2007-12-31", "2006-12-31", "2005-12-31", "2004-12-31"))
?
value <-c(15348, 13136, 11733, 10737, 15674, 11098, 13721, 13209, 11099, 10087, 14987, 11098, 13421, 9023, 12098)
?
model <- lm(value~date)
?
plot(value~date ,col="grey",pch=20,cex=1.5,main="Plot")
abline(model,col="darkorange",lwd=2)
?
dfuture <- data.frame(date=seq(as.Date("2019-12-31"), by="1 year", leng...
2008 Oct 30
0
(PR#13209) Arith ops dropping S4 *and* 'object' bit [Was: ...]
>>>>> "JMC" == John Chambers <jmc at r-project.org>
>>>>> on Tue, 28 Oct 2008 11:50:38 -0400 writes:
JMC> The asymmetry is just the symptom of a more fundamental
JMC> issue: There are no operator methods currently defined
JMC> for "vector" classes, either combined with each other
JMC> or with a non-S4 object.
2008 Oct 27
1
S4 object does not commute? (PR#13209)
Hello all,
It appears that for the simplest of S4 objects, z+1 does not equal 1+z.
Presumably this is a bug, as 1+z seems to make a malformed object (at
least malformed as an input to str).
Thanks, Robert
> setClass("test", representation("vector"))
[1] "test"
> z <- new("test", 1)
> identical(z+1, 1+z)
[1] FALSE
> str(z+1)
Formal class
2013 Apr 30
3
Subset of a 'table' divided by a 'table' is a 'table', but printed by 'print.default'
...9;print' method of class 'table' does not print attr(,"class"). It seems that 'print.default' is used in the printing. I am OK with it, just unusual.
I think, that is another symptom of an already known behavior as in the following:
- PR#2345: difftime arithmetic
- PR#13209: S4 object does not commute?
> sessionInfo()
R version 3.0.0 (2013-04-03)
Platform: i386-w64-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United S...
2005 Jun 02
1
Crashing Suse 9.2 box - Samba prime suspect
...9 01:27:40 engsrv sshd[13206]: Accepted publickey for <my name
deleted> from <my IP deleted> port 12690 ssh2
May 29 01:27:40 engsrv pure-ftpd: (?@localhost) [INFO] New connection
from local
host
May 29 01:27:40 engsrv pure-ftpd: (?@localhost) [INFO] Logout.
May 29 01:27:41 engsrv sshd[13209]: subsystem request for sftp
May 29 11:50:29 engsrv syslogd 1.4.1: restart.
text in <> is my comment.
I deduce from the timestamps that the "subsystem request for sftp" line
is the last thing written before the crash.
Crash 2:
User using ssh shell on local lan does a "find&...
2011 Sep 08
0
Consistently printing the name of an object passed to a function; & a data-auditing question
...#######################
testX( X[[1L]] ): Class= factor Mode= numeric
Summary:
1994 1997 1999 2002 2003 2007 2009
1009 1165 985 2502 2528 2007 3013
Structure:
Factor w/ 7 levels "1994","1997",..: 1 1 1 1 1 1 1 1 1 1 ...
Levels: 1994 1997 1999 2002 2003 2007 2009
Length: 13209
If instead, I do it with a loop through a the variable names in a
data.frame, I get the name wrong _and_ it does not evaluate all the way to
an object:
> names(var.df)
[1] "year" "YEAR" "AGE" "COHORT.5" "COHORT.10" "ETHN...
2004 Aug 06
2
Icecast2 issues continue
...t crashed:
Oct 9 08:51:43 boss kernel: <3>Out of Memory: Killed process 13205
(ices).
Oct 9 08:51:43 boss kernel: Out of Memory: Killed process 13207 (ices).
Oct 9 08:51:43 boss kernel: Out of Memory: Killed process 13208 (ices).
Oct 9 08:51:43 boss kernel: Out of Memory: Killed process 13209 (ices).
Oct 9 08:51:43 boss kernel: Out of Memory: Killed process 13210 (ices).
I do notice a couple of things. First, the egoplay24 stream died while
cron.daily was running. Maybe that contributed to the problem. The other
thing I've noticed is that when the first stream died, there are n...
2007 Oct 29
1
meaning of lenwrk value in adapt function
R-listers,
In using the adapt function, I am getting the following warning:
Ifail=2, lenwrk was too small. -- fix adapt() !
Check the returned relerr! in: adapt(ndim = 2, lower = lower.limit,
upper = upper.limit, functn = pr.set,
Would someone explain what the 'lenwrk' value indicates in order to help
diagnose this issue.
Also, what are the possible codes for Ifail, so I can set
2018 Jan 25
0
[Announce] Samba 4.8.0rc2 Available for Download
...org>
* BUG 13228: repl_meta_data: fix linked attribute corruption on databases
with unsorted links on expunge.
o Christof Schmitt <cs at samba.org>
* BUG 13217: s3/smbd: Remove file system sharemode before calling unlink.
o Andreas Schneider <asn at samba.org>
* BUG 13209: Small improvements in winbindd for the resource cleanup in error
cases.
* BUG 13238: Make Samba work with tirpc and libnsl2.
KNOWN ISSUES
============
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs
#######################################
Reportin...
2018 Jan 25
0
[Announce] Samba 4.8.0rc2 Available for Download
...org>
* BUG 13228: repl_meta_data: fix linked attribute corruption on databases
with unsorted links on expunge.
o Christof Schmitt <cs at samba.org>
* BUG 13217: s3/smbd: Remove file system sharemode before calling unlink.
o Andreas Schneider <asn at samba.org>
* BUG 13209: Small improvements in winbindd for the resource cleanup in error
cases.
* BUG 13238: Make Samba work with tirpc and libnsl2.
KNOWN ISSUES
============
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs
#######################################
Reportin...
2018 Feb 12
0
[Announce] Samba 4.8.0rc3 Available for Download
...org>
* BUG 13228: repl_meta_data: fix linked attribute corruption on databases
with unsorted links on expunge.
o Christof Schmitt <cs at samba.org>
* BUG 13217: s3/smbd: Remove file system sharemode before calling unlink.
o Andreas Schneider <asn at samba.org>
* BUG 13209: Small improvements in winbindd for the resource cleanup in error
cases.
* BUG 13238: Make Samba work with tirpc and libnsl2.
KNOWN ISSUES
============
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs
#######################################
Reportin...
2018 Feb 12
0
[Announce] Samba 4.8.0rc3 Available for Download
...org>
* BUG 13228: repl_meta_data: fix linked attribute corruption on databases
with unsorted links on expunge.
o Christof Schmitt <cs at samba.org>
* BUG 13217: s3/smbd: Remove file system sharemode before calling unlink.
o Andreas Schneider <asn at samba.org>
* BUG 13209: Small improvements in winbindd for the resource cleanup in error
cases.
* BUG 13238: Make Samba work with tirpc and libnsl2.
KNOWN ISSUES
============
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs
#######################################
Reportin...
2007 Jul 29
12
Shorewall 4.0.0 + Kernel 2.6.21.5-grsec
Hello,
My hoster updated its kernel packages... It contained some old problems
that should have been fixed. My servers have now a wonderful 2.6.21.5
kernel + grsec running.
Both are running Debian 4.0 (stable release).
mx:/etc/shorewall# iptables --version
iptables v1.3.6
mx:/etc/shorewall# uname -a
Linux mx.network-hosting.com 2.6.21.5-grsec-xxxx-grs-ipv4-32 #1 SMP Fri
Jul 27 17:18:23 CEST
2018 Mar 13
0
Samba 4.8.0 and Schema 69 support (including replication)
...org>
* BUG 13228: repl_meta_data: fix linked attribute corruption on databases
with unsorted links on expunge.
o Christof Schmitt <cs at samba.org>
* BUG 13217: s3/smbd: Remove file system sharemode before calling unlink.
o Andreas Schneider <asn at samba.org>
* BUG 13209: Small improvements in winbindd for the resource cleanup in error
cases.
* BUG 13238: Make Samba work with tirpc and libnsl2.
KNOWN ISSUES
============
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs
#######################################
Reportin...
2018 Mar 13
10
[Announce] Samba 4.8.0 Available for Download
...org>
* BUG 13228: repl_meta_data: fix linked attribute corruption on databases
with unsorted links on expunge.
o Christof Schmitt <cs at samba.org>
* BUG 13217: s3/smbd: Remove file system sharemode before calling unlink.
o Andreas Schneider <asn at samba.org>
* BUG 13209: Small improvements in winbindd for the resource cleanup in error
cases.
* BUG 13238: Make Samba work with tirpc and libnsl2.
KNOWN ISSUES
============
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs
#######################################
Reportin...
2018 Mar 13
10
[Announce] Samba 4.8.0 Available for Download
...org>
* BUG 13228: repl_meta_data: fix linked attribute corruption on databases
with unsorted links on expunge.
o Christof Schmitt <cs at samba.org>
* BUG 13217: s3/smbd: Remove file system sharemode before calling unlink.
o Andreas Schneider <asn at samba.org>
* BUG 13209: Small improvements in winbindd for the resource cleanup in error
cases.
* BUG 13238: Make Samba work with tirpc and libnsl2.
KNOWN ISSUES
============
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs
#######################################
Reportin...
2018 Mar 01
2
[Announce] Samba 4.8.0rc4 Available for Download
...org>
* BUG 13228: repl_meta_data: fix linked attribute corruption on databases
with unsorted links on expunge.
o Christof Schmitt <cs at samba.org>
* BUG 13217: s3/smbd: Remove file system sharemode before calling unlink.
o Andreas Schneider <asn at samba.org>
* BUG 13209: Small improvements in winbindd for the resource cleanup in error
cases.
* BUG 13238: Make Samba work with tirpc and libnsl2.
KNOWN ISSUES
============
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs
#######################################
Reportin...
2018 Mar 01
2
[Announce] Samba 4.8.0rc4 Available for Download
...org>
* BUG 13228: repl_meta_data: fix linked attribute corruption on databases
with unsorted links on expunge.
o Christof Schmitt <cs at samba.org>
* BUG 13217: s3/smbd: Remove file system sharemode before calling unlink.
o Andreas Schneider <asn at samba.org>
* BUG 13209: Small improvements in winbindd for the resource cleanup in error
cases.
* BUG 13238: Make Samba work with tirpc and libnsl2.
KNOWN ISSUES
============
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs
#######################################
Reportin...
2010 Oct 15
0
R 2.12.0 is released
...series expansion was truncated too early. (PR#14105)
? pt() is more accurate in the left tail for ncp large, e.g.
pt(-1000, 3, 200). (PR#14069)
? The default C function (R_binary) for binary ops now sets the S4
bit in the result if either argument is an S4 object. (PR#13209)
? source(echo=TRUE) failed to echo comments that followed the last
statement in a file.
? S4 classes that contained one of "matrix", "array" or "ts" and
also another class now accept superclass objects in new(). Also
fixes failure to call...
2010 Oct 15
0
R 2.12.0 is released
...series expansion was truncated too early. (PR#14105)
? pt() is more accurate in the left tail for ncp large, e.g.
pt(-1000, 3, 200). (PR#14069)
? The default C function (R_binary) for binary ops now sets the S4
bit in the result if either argument is an S4 object. (PR#13209)
? source(echo=TRUE) failed to echo comments that followed the last
statement in a file.
? S4 classes that contained one of "matrix", "array" or "ts" and
also another class now accept superclass objects in new(). Also
fixes failure to call...