search for: 1969

Displaying 20 results from an estimated 374 matches for "1969".

Did you mean: 1,69
2013 Apr 17
1
POSIXt oddness at end of 1969
A user here noticed the following difference between Linux and Windows versions of R-2.15.3 (and R-3.0.0, I think) when using times within a second of the end of 1969: f <- function (sec = -1) { x1 <- as.POSIXct(c(2 * sec, sec, 0), origin = "1970-01-01", tz = "UTC") x2 <- as.POSIXlt(x1) x3 <- as.POSIXct(x2, origin = "1970-01-01", tz = "UTC") list(x1 = x1, x2 = x2, x3 = x3) } On Windows I get...
2015 Sep 08
1
How to rebuild logrotate.status
I have a problem in that at first all my log files were dated 12-31-1969 and logrotate has: # more /var/lib/logrotate.status logrotate state -- version 2 "/var/log/yum.log" 1969-12-31-20:26:1 "/var/named/data/named.run" 1969-12-31-20:26:1 "/var/log/httpd/error_log" 2015-8-27-4:43:1 "/var/log/wtmp" 1969-12-31-20:26:1 "/var/l...
2011 Aug 17
0
A few more questions ....
.... I have a 64-bit CentOS 5.6 VM running on a 64-bit FC14 host, libvirt 0.8.3-10.fc14, 64-bit. I am getting messages in my syslog file, 2 about every 20 min. about dnsmasq: Aug 17 04:53:52 Q6600 dnsmasq-dhcp[1969]: DHCPREQUEST(virbr0) 192.168.122.213 52:54:00:a4:98:a3 Aug 17 04:53:52 Q6600 dnsmasq-dhcp[1969]: DHCPACK(virbr0) 192.168.122.213 52:54:00:a4:98:a3 Aug 17 05:20:13 Q6600 dnsmasq-dhcp[1969]: DHCPREQUEST(virbr0) 192.168.122.213 52:54:00:a4:98:a3 Aug 17 05:20:13 Q6600 dnsmasq-dhcp[1969]: DHCPACK(vi...
2003 Feb 21
1
POSIX problem in New Zealand (PR#2570)
Full_Name: Arni Magnusson Version: 1.6.2 OS: Windows XP Submission from: (NULL) (210.48.49.68) Hi there. I'm experiencing unexpected behaviour from as.POSIXct: > as.POSIXct("1969-12-24") [1] "1969-12-23 23:00:00 New Zealand Standard Time" > as.POSIXlt("1969-12-24") [1] "1969-12-24" > as.POSIXlt("1969-12-24")+1 [1] "1969-12-23 23:00:01 New Zealand Standard Time" My friend on the US West Coast tells me he has not...
2009 Feb 27
0
POSIXlt, POSIXct, strptime, GMT and 1969-12-31 23:59:59
R-devel: Some very inconsistent behavior, that I can't seem to find documented. Sys.setenv(TZ="GMT") str(unclass(strptime("1969-12-31 23:59:59","%Y-%m-%d %H:%M:%S"))) List of 9 $ sec : num 59 $ min : int 59 $ hour : int 23 $ mday : int 31 $ mon : int 11 $ year : int 69 $ wday : int 3 $ yday : int 364 $ isdst: int 0 - attr(*, "tzone")= chr "GMT" # setting to 59 seconds now rep...
2007 Jun 28
0
WEIBULL FRAILTY MODEL HELP
...1 52 1965 12.08 1 6 6 204 1 1 28 1971 4.84 1 7 7 210 1 1 77 1972 5.16 1 8 8 232 0 0 60 1974 3.22 1 9 9 232 1 1 49 1968 12.88 1 10 10 279 1 0 68 1971 7.41 1 11 11 295 1 0 53 1969 4.19 1 12 12 355 0 0 64 1972 0.16 1 13 13 386 1 0 68 1965 3.87 1 14 14 426 1 1 63 1970 4.84 1 15 15 469 1 0 14 1969 2.42 1 16 16 493 0 1 72 1971 12.56 1 17 17 529 1 1 46 1971...
2012 Dec 17
3
mean of each month in data
...1 2.4 Ta 1967 1 2 2.4 Ta 1967 1 3 2.4 Ta 1967 2 1 2.4 Ta 1967 2 2 2.4 Ta 1967 2 3 2.4 Ta 1967 3 1 2.4 Ta 1967 3 2 2.4 Ta 1967 3 3 2.4 Ta 1968 1 1 2.4 Ta 1968 1 2 2.4 Ta 1968 1 3 2.4 Ta 1968 2 1 2.4 Ta 1968 2 2 2.4 Ta 1968 2 3 2.4 Ta 1968 3 1 2.3 Ta 1968 3 2 2.2 Ta 1968 3 3 2.3 Ta 1969 1 1 2.4 Ta 1969 1 2 2.4 Ta 1969 1 3 2.4 Ta 1969 2 1 2.4 Ta 1969 2 2 2.4 Ta 1969 2 3 2.4 Ta 1969 3 1 2.4 Ta 1969 3 2 2.4 Ta 1969 3 3 2.4 Sa 1955 1 1 2.4 Sa 1955 1 2 2.4 Sa 1955 1 3 2.4 Sa 1955 2 1 2.4 Sa 1955 2 2 2.4 Sa 1955 2 3 2.4 Sa 1955 3 1 2.3 Sa 1955 3 2 2.2 Sa 1955 3 3 2.3...
2003 Jan 03
4
as.POSIXct problem?
...i686 os linux-gnu system i686, linux-gnu status major 1 minor 6.1 year 2002 month 11 day 01 language R > x <- strptime(c('10/10/1969','12/31/2002'),format='%m/%d/%Y') > x [1] "1969-10-10" "2002-12-31" > as.POSIXct(x) [1] NA "2002-12-31 EST" Why the NA? If this is not the preferred way to convert a character string to POSIXct what is? On a more minor note wh...
2018 Oct 09
1
Buglet in handling times in R-3.5.1
Dear R developers, I have found a minute bug in R-3.5.1 (Windows version), about how times not an exact number of seconds are displayed. > as.POSIXct("1969-01-01 01:00")+0.3 [1] "1969-01-01 01:00:01 CET" > as.POSIXct("1970-01-01 01:00")+0.3 [1] "1970-01-01 01:00:00 CET" So for 1969, adding 0.3 of a second means you round UP, for 1970 you round DOWN. But I think it should be consistent. At the end of this message...
2005 Apr 20
1
IPC$ entries not deleted from connections.tdb?
...machine Connected at ------------------------------------------------------- No locked files tdb> 1 pid =20662 cnum = -1 name =[] pid =20662 cnum = -1 name =[] uid = 0 addr =[0.0.0.0] gid = 0 machine=[smbd] start = Wed Dec 31 19:00:00 1969 tdb> n pid =13820 cnum = -1 name =[smbd lpq backend] pid =13820 cnum = -1 name =[] uid = 0 addr =[0.0.0.0] gid = 0 machine=[smbd] start = Wed Dec 31 19:00:00 1969 tdb> n fetch failed 2. Map network drive from Win2k yaberge2@sda6 ==>...
2015 Feb 25
2
DCdiag tests
Hey all, has anyone done dcdiag against his DC yet? It's made from a windows client on command line: dcdiag /s:<servername> What are your results? With me some of the tests were not successful, e.g. ForestDNSDomain. My dcdiag is German so its output would not be so helpful for the mailing list. So somebody else can do a check to compare? Thanks in advance Tim
2005 Oct 17
1
as.POSIXct before and after 1970
...he result of asPOSIXct, but before 1970 on 10/28 the results are different. > as.POSIXct('1970-10-29', tz='EST')+1 [1] "1970-10-29 00:00:01 EST" > as.POSIXct('1970-10-29', tz='EST+5EDT')+1 [1] "1970-10-29 00:00:01 EST" > as.POSIXct('1969-10-29', tz='EST')+1 [1] "1969-10-29 00:00:01 EST" > as.POSIXct('1969-10-29', tz='EST+5EDT')+1 [1] "1969-10-28 23:00:01 EST"
2007 Sep 13
2
Reciprocal Mill's Ratio
...s dnorm(z)/pnorm(-z) for small values of z. The latter formula breaks dowm numerically for me (running R 2.4.1 under Windows XP 5.1 SP 2) for values of z near 37.4 or greater. Looking at the pnorm documentation I see that it is based on Cody (1993) and thence, going one step further back, on Cody (1969). Consulting Cody (1969) I see that the algorithm for pnorm(z) [or actually erf(z)] is actually based on rational function approximations for the reciprocal Mill's ratio itself, as I rather expected. I wonder if anyone has dug out a function for the reciprocal Mill's ratio out of the pnorm...
2017 Jul 05
4
Help with reshape/reshape2 needed
Hi all: I'm struggling with getting my data re-formatted using functions in reshape/reshape2 to get from: 1957 0.862500000 1958 0.750000000 1959 0.300000000 1960 0.287500000 1963 0.675000000 1964 0.937500000 1965 0.025000000 1966 0.387500000 1969 0.087500000 1970 0.275000000 1973 0.500000000 1974 0.362500000 1976 0.925000000 1978 0.712500000 1979 0.337500000 1980 0.700000000 1981 0.425000000 1982 0.212500000 1983 0.312500000 1986 0.237500000 1958 0.643564356 1963 0.250000000 1968 0.211538462 1976 0.317307692 1981 0.673076923 1985 0.73076923...
2010 Sep 03
1
Incorrect formatted output after subtracting non-integer seconds from POSIXt origin
...;) [1] "1970-01-01 00:00:00.50" Formatted output is fine for integral difference points ... > x<-as.POSIXct("1970-1-1", tz="UTC")-1 > y<-as.POSIXct("1970-1-1", tz="UTC")+1 > format(x, format="%Y-%m-%d %H:%M:%OS2") [1] "1969-12-31 23:59:59.00" > format(y, format="%Y-%m-%d %H:%M:%OS2") [1] "1970-01-01 00:00:01.00" ... but seems to be a second "off" for non-integers: > format(as.POSIXct("1970-1-1", tz="UTC")-1.5, format="%Y-%m-%d %H:%M:%OS2") [1] &qu...
2014 Dec 09
0
CEBA-2014:1969 CentOS 7 qemu-kvm BugFix Update
CentOS Errata and Bugfix Advisory 2014:1969 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1969.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 7bb6a67af8966c6d7f8541742a80120588c3e3304ee1200c5834135551cd7f2f libcacard-1.5.3-60.el7_0.11.i686.rp...
2015 Nov 03
0
CEBA-2015:1969 CentOS 7 libvirt BugFix Update
CentOS Errata and Bugfix Advisory 2015:1969 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1969.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 8eaf9d803b4e68358a0aec30d9dca70d02e10cce00aef220cb6dd40ba55743ac libvirt-1.2.8-16.el7_1.5.x86_64.rpm...
2013 Jul 25
1
[Bug 1969] Potential memory leak in sshd [Detected by melton]
https://bugzilla.mindrot.org/show_bug.cgi?id=1969 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2130 --- Comment #2 from Damien Miller <djm at mindrot.org>...
2013 Mar 14
1
ggplot2 problem
...666667 88 Apr 1968 9.0000000 89 May 1968 1.5000000 90 Jun 1968 0.0000000 91 Jul 1968 0.0000000 92 Aug 1968 0.0000000 93 Sep 1968 0.0000000 94 Oct 1968 2.3333333 95 Nov 1968 1.0000000 96 Dec 1968 12.3333333 97 Jan 1969 10.6666667 98 Feb 1969 6.6666667 99 Mar 1969 7.6666667 100 Apr 1969 13.0000000 101 May 1969 0.0000000 102 Jun 1969 0.0000000 103 Jul 1969 0.0000000 104 Aug 1969 0.0000000 105 Sep 1969 0.0000000 106 Oct 1969 0.6666667 107 No...
2015 Aug 11
0
[Bug 1969] Potential memory leak in sshd [Detected by melton]
https://bugzilla.mindrot.org/show_bug.cgi?id=1969 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Damien Miller <djm at mindrot.org&g...