search for: 1725

Displaying 20 results from an estimated 107 matches for "1725".

Did you mean: 1,25
2006 Jul 07
2
Multistage Sampling
...,75), M=rep(23,9), y=c(23,33,77,25, 35,74,27, 37,72) ) dmulti3 <- svydesign(id=~cluster+id, fpc=~M+Nl, data=multi3) svymean (~y, dmulti3) mean SE y 45.796 5.5483 svytotal(~y, dmulti3) total SE y 78999 13643 and I estimate the population total as N=M/m sum(Nl) = 23/3*(100+50+75)=1725. With this, my variance estimator is: y1<-mean(multi3$y[1:4]) # 39.5 y2<-mean(multi3$y[5:7]) # 45.33 y3<-mean(multi3$y[8:9]) # 54.5 yT1<-100*y1 # 3950 total cluster 1 yT2<-50*y2 # 2266.67 total cluster 2 yT3<-75*y3 # 4087.5 total cluster 3 ybarT<-1/3*sum(yT1,yT2,yT3) # 3434.72...
2010 Mar 01
2
[Bug 1725] New: use x11.pc when linking gnome-ssh-askpass2
https://bugzilla.mindrot.org/show_bug.cgi?id=1725 Summary: use x11.pc when linking gnome-ssh-askpass2 Product: Portable OpenSSH Version: 5.3p1 Platform: Other URL: http://bugs.debian.org/555951 OS/Version: Linux Status: NEW Severity: normal Priority:...
2023 Nov 13
3
[Bug 1725] New: Updating and destroying set elements
https://bugzilla.netfilter.org/show_bug.cgi?id=1725 Bug ID: 1725 Summary: Updating and destroying set elements Product: nftables Version: 1.0.x Hardware: All OS: other Status: NEW Severity: enhancement Priority: P5 Component: nft...
2017 Jul 12
0
CEBA-2017:1725 CentOS 6 iscsi-initiator-utils BugFix Update
CentOS Errata and Bugfix Advisory 2017:1725 Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-1725.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: bb20f5019d41d5a7e53b75e8955288aa082ec9c50f924e762ccbe8a96623154b iscsi-initiator-utils-6.2.0.873-27.el...
2018 May 29
0
CESA-2018:1725 Important CentOS 7 thunderbird Security Update
CentOS Errata and Security Advisory 2018:1725 Important Upstream details at : https://access.redhat.com/errata/RHSA-2018:1725 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 03bbdeffc4422496880b27bb11e5df1655fef35cfa73e077e5287c8fc9ae1a7d thunderbird-52.8.0-1.el7.cen...
2010 Nov 15
2
dsync mbox->mdbox: Unexpectedly lost From-line and other issues from a big conversion.
...ror: msg guid lookup failed: Internal error occurred. Refer to server log for more information. [2010-11-15 02:36:21] > dsync2.log.old2:dsync(user): Warning: mdbox /home/user/mdbox/storage: rebuilding indexes > dsync2.log.old2:dsync(user): Error: Corrupted dbox file /home/user/mdbox/storage/m.1725 (around offset=697710): msg header has bad magic value > dsync2.log.old2:dsync(user): Warning: dbox: Copy of the broken file saved to /home/user/mdbox/storage/m.1725.broken > dsync2.log.old2:dsync(user): Warning: Transaction log file /home/user/mdbox/storage/dovecot.map.index.log was locked f...
2020 Nov 11
0
internalDNS more TCP connections without closing
...[ACK] Seq=1 Ack=1451 Win=31872 Len=0 TSval=1380837523 TSecr=194291877 > 30 2020-11-10 19:21:40.778090 [GoogleWifiAP] [SambaAD-DC] DNS 340 Standard query 0xd7fa TKEY sig-dc01c.fmxad.fourmix.co.jp TKEY > 31 2020-11-10 19:21:40.778105 [SambaAD-DC] [GoogleWifiAP] TCP 66 53 ? 48861 [ACK] Seq=1 Ack=1725 Win=34816 Len=0 TSval=1380837523 TSecr=194291877 > 32 2020-11-10 19:21:40.778478 [SambaAD-DC] [GoogleWifiAP] DNS 190 Standard query response 0xd7fa TKEY sig-dc01c.fmxad.fourmix.co.jp TKEY > 33 2020-11-10 19:21:40.779092 [GoogleWifiAP] [SambaAD-DC] TCP 66 48861 ? 53 [ACK] Seq=1725 Ack=125 Win=...
2012 Jul 06
1
Problem using Lag on time series
...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 1 17 19830310 1744 1745 1731 1735 0 18 19830311 1735 1743 1732 1739 0 19 19830314 1732 1734 1729 1730 1 20 19830315 1735 1740 1733 1735 -1 21 19830316 1737 1737 1733 1734 0 22...
2007 Dec 19
3
x86_emulate(): forgot to generate_exception_if() for 0xff?
...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", dst, _regs.eflags); 1726 break; Here we only check 0xfe for "reg >= 2"? I think we should also check 0xff -- we should swap line 1717 and 1718? Thanks! --Eric (Liu, Feng) _______________________________________________ Xen-deve...
2017 May 08
2
Second DC won't start LDAP daemon
...binary_smbd_main) samba: using 'standard' process model [2017/05/08 10:39:07.439655, 0] ../lib/util/become_daemon.c:124(daemon_ready) STATUS=daemon 'samba' finished starting up and ready to serve connections [2017/05/08 10:39:07.464964, 3] ../source4/rpc_server/dcerpc_server.c:1725(dcerpc_register_ep_server) DCERPC endpoint server 'rpcecho' registered [2017/05/08 10:39:07.464993, 3] ../source4/rpc_server/dcerpc_server.c:1725(dcerpc_register_ep_server) DCERPC endpoint server 'epmapper' registered [2017/05/08 10:39:07.466176, 2] ../source4/lib/socket/inter...
2009 Aug 06
6
[Bug 1630] New: ssh-keygen export of public keys (RFC4716 format) can include too-long lines
https://bugzilla.mindrot.org/show_bug.cgi?id=1630 Summary: ssh-keygen export of public keys (RFC4716 format) can include too-long lines Product: Portable OpenSSH Version: 5.1p1 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P4 Component: ssh-keygen
2018 May 30
0
CentOS-announce Digest, Vol 159, Issue 7
...oday's Topics: 1. CESA-2018:1669 Important CentOS 6 libvirt Security Update (Johnny Hughes) 2. CESA-2018:1726 Important CentOS 6 thunderbird Security Update (Johnny Hughes) 3. CESA-2018:1700 Important CentOS 7 procps-ng Security Update (Johnny Hughes) 4. CESA-2018:1725 Important CentOS 7 thunderbird Security Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 Date: Fri, 25 May 2018 16:38:28 +0000 From: Johnny Hughes <johnny at centos.org> To: centos-announce at centos.org Subject: [CentOS-announc...
2016 Jul 27
3
frustrations with shares
...the 66th Annual Technology and Engineering EmmyR Award + 1 613 667 2439 ext 114 1 877 327 9387 NA toll-free 1 613 986 4896 mobile <http://www.filecatalyst.com> www.filecatalyst.com 1725 St. Laurent Blvd, #205 Ottawa, On K1G 3V4
2002 May 02
3
Domain trust relationship
Hello Does Samba work in an environment where there are multiple domains with 2-way trusts? Thanks Daniel K. Muturi 1776 Heritage Dr Quincy, MA 02171 Mail Stop: JABS Tel; (617)985-1725
2009 Mar 31
2
CentOS5U2 waiting too long when ssh login to other linux servers
...t; 192.168.7.24.52315: P 1597:1645(48) ack 965 win 68 <nop,nop,timestamp 20270104 5097705> 18:53:05.080312 IP 192.168.7.24.52315 > 192.168.7.252.22: P 965:1029(64) ack 1645 win 79 <nop,nop,timestamp 5097706 20270104> 18:53:05.082778 IP 192.168.7.252.22 > 192.168.7.24.52315: P 1645:1725(80) ack 1029 win 68 <nop,nop,timestamp 20270106 5097706> 18:53:05.120169 IP 192.168.7.24.52315 > 192.168.7.252.22: . ack 1725 win 79 <nop,nop,timestamp 5097716 20270106> 18:54:15.679137 IP 192.168.7.24.52315 > 192.168.7.252.22: P 1029:1173(144) ack 1725 win 79 <nop,nop,timest...
2017 Jul 13
0
CentOS-announce Digest, Vol 149, Issue 3
...derate CentOS 6 httpd Security Update (Johnny Hughes) 3. CESA-2017:1723 Important CentOS 6 kernel Security Update (Johnny Hughes) 4. CEBA-2017:1726 CentOS 6 procps BugFix Update (Johnny Hughes) 5. CEBA-2017:1729 CentOS 6 createrepo BugFix Update (Johnny Hughes) 6. CEBA-2017:1725 CentOS 6 iscsi-initiator-utils BugFix Update (Johnny Hughes) 7. CEBA-2017:1728 CentOS 6 ksh BugFix Update (Johnny Hughes) 8. CEBA-2017:1727 CentOS 6 selinux-policy BugFix Update (Johnny Hughes) ---------------------------------------------------------------------- Message: 1 D...
2007 Sep 11
1
what am I missing
...gv) works as expected, outer(x,y,fv) bombs. But z<-matrix(0,10,10); for (i in 1:10) for (j in 1:10) z[i,j]<-fv(x[i],y [j]) works fine. Must be something in outer(). ========================================================== Jan de Leeuw, 11667 Steinhoff Rd, Frazier Park, CA 93225, 661-245-1725 .mac: jdeleeuw ++++++ aim: deleeuwjan ++++++ skype: j_deleeuw homepages: http://www.cuddyvalley.org and http://gifi.stat.ucla.edu ========================================================== A bath when you're born, a bath when you die, how stupid....
2008 Mar 27
1
functions
...f arbitrary dimension. Reminded me of the good old APL days. I could not find this in the archives, but if it's already there, I would appreciate if someone let me know. ========================================================== Jan de Leeuw, 11667 Steinhoff Rd, Frazier Park, CA 93225, 661-245-1725 .mac: jdeleeuw ++++++ aim: deleeuwjan ++++++ skype: j_deleeuw homepages: http://www.cuddyvalley.org and http://gifi.stat.ucla.edu ========================================================== The Good -- and this is surely true -- is just the Bad that we don't do !...
2001 Nov 01
0
"not authorized to login" and libpam-mysql
...hine! If I connect from the local PC with smbclient //server/share password -U user I get the following in syslog (I turned on debugging and added the "I'm being called" syslog entry): # I put in this call to syslog to make sure the functions get called: Nov 1 15:28:59 server smbd[1725]: I'm being called! Nov 1 15:29:00 server last message repeated 3 times Nov 1 15:29:00 server smbd[1725]: pam_mysql: select user from auth where user='user' and passwd='passwd' So pam-mysql gets do to it's work. And I can connect successfully. Connecting from a NT machin...
2013 Apr 07
2
group data in classes
...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 1775 1776 1777 [181] 1778 1779 1780...