Displaying 20 results from an estimated 120 matches for "1718".
Did you mean:
1518
2012 Jul 06
1
Problem using Lag on time series
...test)))
> f
date open high low close Lag.1
1 19830216 1737 1742 1735 1739 NA
2 19830217 1738 1745 1738 1742 0
3 19830218 1740 1744 1738 1739 0
4 19830221 1730 1730 1721 1721 1
5 19830222 1715 1720 1714 1720 1
6 19830223 1711 1712 1702 1709 1
7 19830224 1708 1716 1708 1716 -1
8 19830225 1718 1726 1718 1718 -1
9 19830228 1712 1713 1701 1704 1
10 19830301 1690 1694 1683 1689 1
11 19830302 1698 1713 1698 1708 -1
12 19830303 1714 1721 1711 1714 -1
13 19830304 1717 1725 1714 1721 0
14 19830307 1715 1738 1715 1735 -1
15 19830308 1754 1762 1750 1758 -1
16 19830309 1746 1750 1735 1740...
2010 Feb 26
8
[Bug 1718] New: Spurious messages "X11 connection rejected because of wrong authentication."
https://bugzilla.mindrot.org/show_bug.cgi?id=1718
Summary: Spurious messages "X11 connection rejected because of
wrong authentication."
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal...
2007 Dec 19
3
x86_emulate(): forgot to generate_exception_if() for 0xff?
Hi all,
In arch/x86/x86_emulate.c: x86_emulate():
1716 case 0xfe: /* Grp4 */
1717 generate_exception_if((m odrm_reg & 7) >= 2, EXC_UD);
1718 case 0xff: /* Grp5 */
1719 switch ( modrm_reg & 7 )
1720 {
1721 case 0: /* inc */
1722 emulate_1op("inc", dst, _regs.eflags);
1723 break;
1724 case 1: /* dec */
1725 emulate_1op("dec"...
2014 Oct 29
0
CEEA-2014:1718 CentOS 6 qemu-kvm Enhancement Update
CentOS Errata and Enhancement Advisory 2014:1718
Upstream details at : https://rhn.redhat.com/errata/RHEA-2014-1718.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
dd81778f402fa471779b4092b77a29289960aa9ca78f8ba1d818dd3b656eee6b qemu-guest-agent-0.12.1.2-2.448.el6_6...
2002 Jun 28
1
integrate function fails! (PR#1718)
Full_Name: José Enrique Chacón
Version: 1.5.0 and 1.3.1
OS: Windows Millenium
Submission from: (NULL) (158.49.28.155)
Dear reader:
I was trying to evaluate the L2 error produced when estimating the density
function N(0,1) from a sample of size 100 using a kernel density estimate. It
produced a strange value. You can reproduce the process by typing
samp<-rnorm(100)
2015 Apr 17
4
ManageSieve Dovecot v2 listen on localhost only
...listening *:
tcp 0 0 0.0.0.0:4190 0.0.0.0:*
LISTEN 0 515675 20540/dovecot
Would did I not get here?
Thanks,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-keys
Size: 1718 bytes
Desc: PGP Public Key
URL: <http://dovecot.org/pipermail/dovecot/attachments/20150417/ae142ba8/attachment.bin>
2004 Aug 30
2
Rpcclient : cmd_set "getprintprocdir" defined twice
Hi,
In rpcclient/cmd_spoolss.c line 1715 & 1718
struct cmd_set spoolss_commands[] = {
{ "SPOOLSS" },
.
.
{ "getprintprocdir", cmd_spoolss_getprintprocdir, PIPE_SPOOLSS,
"Get print processor directory", "" },
.
.
{ "getprintprocdir", cmd_spoolss_getprintprocdir, PIPE_SPOOLSS,
"G...
2011 Mar 01
2
Does POSIXlt extract date components properly?
...o extract the month
> mydate$mon
[1] 3
it returns the wrong month. And mydate$year is off by about 2,000 years.
Am I doing something wrong?
Dr. Seth W. Bigelow
Biologist, USDA-FS Pacific Southwest Research Station
1731 Research Park Drive, Davis California
sbigelow@fs.fed.us / ph. 530 759 1718
[[alternative HTML version deleted]]
2005 Aug 22
3
Cannot compile 3.0.x on Solaris 9
...) and ALWAYS get a build error
on dynconfig.c
Sometimes it seems to be a missing ldap-preprocessor define (which is
protested by the compiler although I configured --with-ldap=NO),
sometimes it is a header file missing alltogether, such as
Compiling dynconfig.c
In file included from include/smb.h:1718,
from include/includes.h:877,
from dynconfig.c:21:
include/popt_common.h:24:18: popt.h: No such file or directory
make: *** [dynconfig.o] Error 1
but compilation never goes beyond dynconfig.c
Having spent three days on fixing this problem I am increasingly
convin...
2019 Jul 11
6
8.0.1-rc4 release has been tagged.
Hi,
I've tagged the 8.0.1-rc4 release, please begin testing. This will (hopefully)
be the last release candidate. If all goes well, I will tag the final release
next Wednesday.
-Tom
2007 Mar 19
1
thermocalc in Wine
Hello,
I am trying to get Thermocalc(meant to be run on win NT) to run on
Ubuntu 6.10.
I am using the command: wine tc
I get the Error message:
"
*** ERROR 1718 IN MLOPEN
*** NO SUCH FILE
Protection file missing
"
I am not sure if this error message is from Wine or thermocalc.
The batch file is as listed:
"
@echo off
SET TCPATH=C:/home/waldo/TC in NT/TC4A/verm/nt
if exist %1 goto take_input
%tcpath%\tc.exe
goto end
:take_input
%tcpath...
2006 Dec 31
3
Exit 12 error
rsync version 2.6.9cvs protocol version 29
Running rsync from an rsnapshot script I get the following error:
unknown message 4:1 [generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(307) [generator=2.6.9cvs]
rsync: connection unexpectedly closed (1718 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(453) [sender=2.6.9cvs]
Rsync was called with these flags
-vva --delete --numeric-ids --links \
--delete-excluded --stats /etc/ /bk/etc/
Exit 12 information in `man rsync' isn...
2009 Aug 18
2
Odd results with Chi-square test. (Not an R problem, but general statistics, I think.)
...some right and some wrong.
I want to compare each version of the system against a baseline and see
whether the increase is statistically significant. I used one-tailed chi
square tests for this.
Here's the data I got:
Test set 1:
total incorrect correct p
baseline 1908 1718 190
version_1 1908 1698 210 0,145
version_2 1908 1690 218 0,071
version_3 1908 1677 231 0,017
I compared every version with the baseline, so that I get something like a
2x2 contingency table, as here:
incorrect correct
baseline...
2013 Apr 07
2
group data in classes
...1663 1664 1665 1666 1667 1668 1669 1670 1671
1672
[76] 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686
1687
[91] 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701
1702
[106] 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716
1717
[121] 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731
1732
[136] 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746
1747
[151] 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761
1762
[166] 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1...
2017 Oct 26
2
Initialization failed: Namespace '': mkdir(/var/www/mail) failed: Permission denied
...did.
mail_location is still setup to be?MAIL_LOCATION =
MBOX:~/MAIL:INBOX=/VAR/MAIL/%U
?
Why is it trying a mkdir in /var/www?
?
Any help would be appreciated.
Rgs,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-keys
Size: 1718 bytes
Desc: PGP Public Key
URL: <https://dovecot.org/pipermail/dovecot/attachments/20171026/f7539f1e/attachment-0001.bin>
2019 Jun 27
4
LLVM 8.0.1-rc3
Hi,
I've just tagged LLVM 8.0.1-rc3. Testers, please begin testing and report
results.
-Tom
2011 May 25
3
Accessing elements of a list
...s
last_only <- mylist[[1:length(mylist)]][last] # Crash and burn trying to
make new vector with last items!
How do I do this last step?
Dr. Seth W. Bigelow
Biologist, USDA-FS Pacific Southwest Research Station
1731 Research Park Drive, Davis California
sbigelow@fs.fed.us / ph. 530 759 1718
[[alternative HTML version deleted]]
2014 Sep 19
1
Samba 4.1.11 crashes sporadically
...dispatch+4588> at
/usr/local/lib/samba/libsmbd_base.so
#30 0x801857f25 <smbd_smb2_send_oplock_break+6277> at
/usr/local/lib/samba/libsmbd_base.so
#31 0x80185bf96 <smbd_smb2_first_negprot+16214> at
/usr/local/lib/samba/libsmbd_base.so
#32 0x802da5446 <run_events_poll+1718> at /usr/local/lib/libsmbconf.so.0
#33 0x802da6244 <event_add_idle+2372> at /usr/local/lib/libsmbconf.so.0
#34 0x80492b602 <_tevent_loop_once+114> at /usr/local/lib/libtevent.so.0
#35 0x801830726 <smbd_process+5830> at
/usr/local/lib/samba/libsmbd_base.so
#36 0...
2010 Mar 15
1
Eliminate border in wireframe plot
How can I eliminate the border drawn by default around a wireframe plot? I've tried using border=NA and box=FALSE to no avail.
Scott Waichler
Pacific Northwest National Laboratory
scott.waichler at pnl.gov
2014 Oct 29
0
CentOS-announce Digest, Vol 116, Issue 14
...Re: Contents of CentOS-announce digest..."
Today's Topics:
1. Release for CentOS-6.6 i386 and x86_64 (Johnny Hughes)
2. CESA-2014:1724 Important CentOS 7 kernel Security Update
(Johnny Hughes)
3. CEBA-2014:1719 CentOS 6 tuned BugFix Update (Johnny Hughes)
4. CEEA-2014:1718 CentOS 6 qemu-kvm Enhancement Update
(Johnny Hughes)
5. CEBA-2014:1720 CentOS 6 libvirt BugFix Update (Johnny Hughes)
6. CEBA-2014:1730 CentOS 7 scl-utils BugFix Update (Johnny Hughes)
7. CEBA-2014:1729 CentOS 7 setup FASTTRACK BugFix Update
(Johnny Hughes)
8. CEBA-2014:173...