Displaying 20 results from an estimated 148 matches for "1399".
Did you mean:
1,99
2009 Feb 26
3
Modifying Names from (x,y] into x
Hi,
I have the following data that looks like this:
> names(dat)
[1] "(-2329,-2319]" "(-1399,-1389]" "(-669.4,-659.4]"
How can I modify those names into just this?
[1] -2329 -1399 -669.4
- Gundala Viswanath
Jakarta - Indonesia
2007 Dec 10
9
[Bug 1399] New: add statfs extension to sftp-server
https://bugzilla.mindrot.org/show_bug.cgi?id=1399
Summary: add statfs extension to sftp-server
Classification: Unclassified
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: s...
2020 Jan 19
1
[Bug 1399] New: tables/chains priority doesn't work
https://bugzilla.netfilter.org/show_bug.cgi?id=1399
Bug ID: 1399
Summary: tables/chains priority doesn't work
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: enhancement
Priority: P5...
2016 Jul 12
0
CEBA-2016:1399 CentOS 6 autofs BugFix Update
CentOS Errata and Bugfix Advisory 2016:1399
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1399.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
68c53991d7dc7ca75cdbd8c26b2258b0cd52fc1cb01b3991b2e7076491498554 autofs-5.0.5-123.el6_8.i686.rpm
x86_...
2018 May 30
0
CEBA-2018:1399 CentOS 7 rdma-core BugFix Update
CentOS Errata and Bugfix Advisory 2018:1399
Upstream details at : https://access.redhat.com/errata/RHBA-2018:1399
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
4cc7b7a1a6072a4fd731c173281154eab2aaad535193671ebd38944ec57922fe ibacm-15-7.el7_5.x86_64.rpm
990a8d1e6...
2012 Oct 23
0
CEBA-2012:1399 CentOS 6 lvm2 Update
CentOS Errata and Bugfix Advisory 2012:1399
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1399.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
feca04fc38b06a4ff4cca91a195e999cdd65db81b6397a9605482d01a07871ea cmirror-2.02.95-10.el6_3.2.i686.rpm...
2012 Oct 24
0
CentOS-announce Digest, Vol 92, Issue 16
...p' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CEBA-2012:1399 CentOS 6 lvm2 Update (Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Tue, 23 Oct 2012 19:37:57 +0000
From: Johnny Hughes <johnny at centos.org>
Subject: [CentOS-announce] CEBA-2012:1399 CentOS 6 lvm2 Update
To: centos-announce at ce...
2009 Feb 09
1
Problema to Mount drbd0
...vec_len = 4096, len = 0
Feb 9 18:11:08 tundra kernel: , start = 0
Feb 9 18:11:08 tundra kernel: (31249,0):o2hb_read_slots:385 ERROR: status =
-5
Feb 9 18:11:08 tundra kernel: (31249,0):o2hb_populate_slot_data:1299 ERROR:
status = -5
Feb 9 18:11:08 tundra kernel: (31249,0):o2hb_region_dev_write:1399 ERROR:
status = -5
Feb 9 18:11:42 tundra kernel: (31259,0):o2hb_setup_one_bio:290 ERROR: Error
adding page to bio i = 7, vec_len = 4096, len = 0
Feb 9 18:11:42 tundra kernel: , start = 0
Feb 9 18:11:42 tundra kernel: (31259,0):o2hb_read_slots:385 ERROR: status =
-5
Feb 9 18:11:42 tundra kernel:...
2012 Jan 30
4
[PATCH] xen pvhvm: do not remap pirqs onto evtchns if !xen_have_vector_callback
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
diff --git a/arch/x86/pci/xen.c b/arch/x86/pci/xen.c
index 492ade8..d99346e 100644
--- a/arch/x86/pci/xen.c
+++ b/arch/x86/pci/xen.c
@@ -374,7 +374,7 @@ int __init pci_xen_init(void)
int __init pci_xen_hvm_init(void)
{
- if (!xen_feature(XENFEAT_hvm_pirqs))
+ if (!xen_have_vector_callback ||
2009 Jun 03
1
insert and count missing data
Hi R-users,
I have missing data for the month. My question is how do I insert the missing month and fill up the cell with 'na' for the rain amount? Then I would like to count the percentage of missing data.
No Year month rain
1398 1985 10 104.2
1399 1985 11 138.0
1400 1985 12 120.4
1401 1986 1 12.6
1402 1986 2 19.4
1403 1986 3 1.0
1404 1986 4 58.8
1405 1986 5 98.4
1406 1986 6 56.6
1407 1986 7 280.4
1408 1986 8 128.2
1409 1986 9 100.0
1410 1986 10 166.0
1411 1986 12 68.1
1412 1987 2 4...
2023 Mar 22
1
[PATCH net-next 7/8] virtio_net: introduce receive_mergeable_xdp()
The purpose of this patch is to simplify the receive_mergeable().
Separate all the logic of XDP into a function.
Signed-off-by: Xuan Zhuo <xuanzhuo at linux.alibaba.com>
---
drivers/net/virtio_net.c | 128 +++++++++++++++++++++++----------------
1 file changed, 76 insertions(+), 52 deletions(-)
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c
index
2003 Nov 20
2
ts format for daily time serie
...ction
so the plot of the time shows the date right
(dd/mm/yy) or yy.xxxx ?
Excerp of the database:
FECHA TRM
1 01/01/2000 1873.77
2 02/01/2000 1873.77
3 03/01/2000 1873.77
4 04/01/2000 1874.35
5 05/01/2000 1895.97
.
.
.
1397 10/11/2003 2843.82
1398 11/11/2003 2840.41
1399 12/11/2003 2840.41
1400 13/11/2003 2845.69
1401 14/11/2003 2850.24
1402 18/11/2003 2842.53
1403 19/11/2003 2831.97
1404 20/11/2003 2826.60
Thank you for your help.
--
2016 Dec 20
2
Unable to convert first SID ( user DOMAIN\Administrator )
...520
SID[ 3]: S-1-5-21-2934682428-1234567789-696969692-572
SID[ 4]: S-1-5-21-2934682428-1234567789-696969692-519
SID[ 5]: S-1-5-21-2934682428-1234567789-696969692-518
SID[ 6]: S-1-5-21-2934682428-1234567789-696969692-512
SID[ 7]: S-1-5-21-2934682428-1234567789-696969692-1399
SID[ 8]: S-1-1-0
SID[ 9]: S-1-5-2
SID[ 10]: S-1-5-11
SID[ 11]: S-1-5-32-544
SID[ 12]: S-1-5-32-545
SID[ 13]: S-1-5-32-554
Privileges (0x 1FFFFFF0):
Privilege[ 0]: SeMachineAccountPrivilege
Privilege[ 1]: SeTakeOwnershipPrivilege
Privilege[...
2006 Feb 07
0
Occasional faults - CentOS server running subversion
...and at 23:00 on Thursday night it died.
When I came in on Friday morning it was sat there with the hard drive
permanently lit and not responding. I had to push the reset button to
get it going again. /var/log/messages entries from this incident follow:-
Feb 2 21:01:01 localhost crond(pam_unix)[1399]: session opened for
user root by (uid=0)
Feb 2 21:01:01 localhost crond(pam_unix)[1399]: session closed for user root
Feb 2 22:01:01 localhost crond(pam_unix)[1403]: session opened for
user root by (uid=0)
Feb 2 22:01:01 localhost crond(pam_unix)[1403]: session closed for user root
Feb 2 23:...
2011 Jan 20
1
plotmath indices: suggested addition to help file
Dear all,
I just stumbled over the fact that subsetting by square bracket will only output
the first given index. I guess the rest is thrown away by the CADDR in RenderSub
(plotmath.c l. 1399).
Maybe changing this could be considered as "low-priority desired" (would be nice
if the output works for ?
However, I suggest to announce the fact that only the first parameter is printed
in plotmath.Rd.
E.g. in the table l. 72
\code{x[i]} \tab x subscript i; escape further indice...
2010 Feb 17
2
annoying random Firefox crash - how to debug?
...Core E5200 CPU
4GB DDRII Corsair RAM
3x 160GB SATAII HDD
Asus Nvidia 8800GT graphics card.
I have updated to the latest nVidia drivers
[root at Rudi-PC ~]# dmesg | grep nvidia
nvidia: module license 'NVIDIA' taints kernel.
nvidia 0000:01:00.0: setting latency timer to 64
nvidia-config-d[1399]: segfault at 7f0888000000 ip 0000003ff107bf54 sp
00007ffff39d1898 error 4 in libc-2.10.2.so[3ff1000000+164000]
[root at Rudi-PC ~]# dmesg | grep nvidia
nvidia: module license 'NVIDIA' taints kernel.
nvidia 0000:01:00.0: setting latency timer to 64
nvidia-config-d[1399]: segfault at 7f08...
2006 Sep 06
1
Problems with ADS join after Samba update on FC4
...lid cache entry: key = SAF/DOMAIN/EDUCATION, value = 192.168.0.2, timeout =
Mon Jul 31 17:57:37 2006
+[2006/07/31 17:43:03, 5] libsmb/namequery.c:saf_fetch(108)
+ saf_fetch: Returning "192.168.0.2" for "EDUCATION" domain
+[2006/07/31 17:43:03, 3] libsmb/namequery.c:get_dc_list(1399)
+ get_dc_list: preferred server list: "192.168.0.2, SRV_SIRIO"
+[2006/07/31 17:43:03, 10] libsmb/namequery.c:internal_resolve_name(1110)
+ internal_resolve_name: looking up SRV_SIRIO#20
+[2006/07/31 17:43:03, 10] lib/gencache.c:gencache_get(287)
+ Returning valid cache entry: key = NB...
2011 Feb 14
1
Sendmail and Dovecot deliver (dovecot-lda)
...n
earlier post on this list:
define(`LOCAL_MAILER_PATH',`/usr/libexec/dovecot/deliver')
define(`LOCAL_MAILER_FLAGS',`DFMPhfnu9')
define(`LOCAL_MAILER_ARGS',`deliver -d $u')
However, when sendmail tries to use deliver I just get this message:
Feb 13 15:37:23 gate sendmail[1399]: p1DEWtc2021995:
to=<user at example.org>, delay=00:04:28, xdelay=00:00:00, mailer=local,
pri=121665, dsn=4.0.0, stat=Deferred: local mailer
(/usr/libexec/dovecot/deliver) exited with EX_TEMPFAIL
I've tried to get better logging by putting the following in 15-lda.conf
in /etc/doveco...
2009 Feb 03
1
Automatic creation of columns in zoo object
Hello, everyone
I have a question.
Assume I have the following zoo object:
me.la <- structure(c(1524.75, 1554.5, 1532.25, 1587.5, 1575.25, 1535.5,
1550, 1493.5, 1492.5, 1472.25, 1457.5, 1442.75, 1399, 1535.75,
1565.25, 1543.5, 1598.5, 1586.5, 1547, 1561.5, 1504.75, 1503.75,
1483.75, 1468.75, 1453.75, 1410, 1546.75, 1575.25, 1554, 1609,
1597.5, 1558.5, 1573, 1516.25, 1515.5, 1495, 1480, 1465, 1421.25,
1561.5, 1590, 1568.75, 1623.5, 1612, 1573, 1587.5, 1530.5, 1530,
1509.75, 1494.5, 1479.5, 1435....
2008 Mar 04
1
couldn't find service %u, Samba 3.0.11
...might be the pdbedit
- -Lv output for a user:
# /products/samba/bin/pdbedit -Lv pricepa
Unix username: pricepa
NT username:
Account Flags: [U ]
User SID: S-1-5-21-4044729573-821786135-2680766218-13138
Primary Group SID: S-1-5-21-4044729573-821786135-2680766218-1399
Full Name: Paquita Price
Home Directory: \\rwja-lm\%u
HomeDir Drive: S:
Logon Script: pricepa.bat
Profile Path:
Domain: PISCATAWAY
Account desc:
Workstations:
Munged dial:
Logon time: 0
Logoff time: Mon, 18 Jan 2038 22:14:07 EST
Kicko...