Displaying 20 results from an estimated 380 matches for "1880".
Did you mean:
180
2013 Dec 17
0
result
Mydata is as under.
dat=" salary ex
+ 1 1856 1799
+ 2 1856 1800
+ 3 1858 1800
+ 4 1858 1801
+ 5 1862 1803
+ 6 1862 1805
+ 7 1862 1810
+ 8 1865 1805
+ 9 1865 1808
+ 10 1865 1815
+ 11 1865 1820
+ 12 1870 1810
+ 13 1870 1830
+ 14 1880 1840
+ 15 1880 1845
+ 16 1880 1851
+ 17 1880 1853
+ 18 1880 1855
+ 19 1885 1850
+ 20 1885 1852
+ 21 1885 1857
+ 22 1885 1860
+ 23 1898 1855
+ 24 1898 1858
+ 25 1898 1861
+ 26 1898 1863
+ 27 1898 1866
+ 28 1898 1867
+ 29 1898 1890
+ 30 1902 1850
+ 31 1902 1853
+ 32 1902 1869
+ 33...
2016 Sep 16
0
CEBA-2016:1880 CentOS 7 fence-agents BugFix Update
CentOS Errata and Bugfix Advisory 2016:1880
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1880.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
19a38287b6c9f743581223205e1d7a3dd8b8c6976511b086da6554e499154741 fence-agents-all-4.0.11-27.el7_2.9....
2019 Jul 31
0
CESA-2019:1880 Low CentOS 7 curl Security Update
CentOS Errata and Security Advisory 2019:1880 Low
Upstream details at : https://access.redhat.com/errata/RHSA-2019:1880
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
aa989a7f2ec09a98a9ec12a11b7f4211e9e91c76ea5e12db579ced4aca823a75 curl-7.29.0-51.el7_6.3.x86_64.rpm...
2002 Aug 06
0
You requested this report (PR#1880)
Hi guys,
I am planning to let my students do some simulations regarding the
bias of the sample standard deviation. The following function is
pretty standard (so I hope :) ):
> sim <- function(nrng, replic, true.s, random, ...){
+ res <- NULL
+ for(n in nrng){
+ data <- matrix(random(n*replic,...), ncol=replic)
+ val <- sqrt(apply(data, 2, var))
+ res <-
1998 Jan 13
2
Problems with 1.9.18 using MS CLient 3.0
...------------------------------------------
--- smb.log debug level 3 ------------------------------
pm_process() returned Yes
Trying username cdroM
adding IPC service
01/12/1998 11:03:07 changed root to /
open_oplock_ipc: opening loopback UDP socket.
bind succeeded on port 0
open_oplock ipc: pid = 1880, oplock_port = 1462
priming nmbd
sending a packet of len 1 to (127.0.0.1) on port 137 of type DGRAM
01/12/1998 11:03:07 Transaction 0 of length 72
netbios connect: name1=COMPAS name2=WS002
Trying username ws002
01/12/1998 11:03:07 Transaction 1 of length 102
switch message SMBne...
2010 Feb 01
1
Comparing Variables and Writing a New Column
...7 3321 2175 2380.5
3065.5 3271
55003 Calcium-2008-118 3342 3155 4019
6899 7763
55003 Calcium-2008-119 1664 1005.6 1147.92 1622.32
1764.64
55003 Calcium-2008-120 2570 1880 2072 2712
2904
Previously, I took this table and finished my analysis in Excel using
Excel's "=if" function. However, I am sure it can be done in R. What I want
to do is set up a new data.frame with a new column for Accuracy Flags
(a_flag) as shown below....
2002 Feb 12
4
Rsync with script
Hi,
I am trying to mirror a server every night using rsync. I have to backup
multiple directories and multiple individual files. I also want to use ssh
as transport.
The problem is that I cannot get ssh to work without asking password for
each step. I tried the public key thing but it doesnt work.
Can some one give instructions for a layman like me.
Also I want to know how to pass argument to
2001 Dec 01
3
include/exclude ?
All,
Could someone please help me resolve this:
[admx:test] $ ls
ERR01 ah01 ah02 an01 an02 mp01 mp02
[admx:test] $ ls {an,mp,ERR}*
ERR01 an01 an02 mp01 mp02
I want to rsync only the "{an,mp,ERR}*" files across using the following
command but do not see the expected results.
[admx:test] $ rsync -va --exclude="*" --include="{an,mp,ERR}*" ./*
2002 Apr 23
5
Dynamic address problem
Hi All,
We have clients which dynamic IPs which we have setup with
<host>.dyndns.org addresses. We have added these to the rsync.conf
'hosts allow=" but they are being denied access.. Is there anyway
around this?
Matt
2001 Nov 20
3
Is anybody else gettting these?
I keep getting these smarmy sermons from somebody's mail account. I
include my response to it below, though from its message, it probably
won't be read.
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970),
".\n" '
"There are some who call me.... Tim?"
----- Forwa...
2002 Jan 12
2
Error Message!!
When rsync starts I get the following messages in my log file
Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync: bind failed on port 873
Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync error: error in socket IO (code
10) at socket.c(361)
Anybody know what might be causing this?
David
2002 Feb 05
3
Doubt in Rsync !!
Sir,
How to run the rsync server in the remote machine.
I want to mirror the set of directories from one machine to another
machine
which are in the network.
I used the following command :
/usr/sbin/rsync -vv --delete --recursive --times --perms --update
source directory
destinationmachine:destination directory.
I got the error:
Permission denied.
How to tackle this error ?
thanks
laks
2002 Apr 24
1
Rsync from NT to UNIX
...t rsync to a rsyncd, if you set one up.
I'm ccing the list to let them know the status of your question. It makes
more traffic, but we generally try to keep the resolutions open to avoid
duplicating efforts.
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970),
".\n" '
"There are some who call me.... Tim?"
Robert...
2002 Oct 29
1
configuration question.
...to
only what's provided by the modules. If you don't want them getting
everything all over the system, you will need to prevent shell access.
Tim Conway
conway.tim@sphlihp.com reorder name and reverse domain
303.682.4917 office, 303.921.0301 cell
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, caesupport2 on AIM
"There are some who call me.... Tim?"
"Armin Safarians" <armin.safarians@safeway.com>
Sent by: rsync-admin@lists.samba.org
10/29/2002 01:11 PM...
2001 Oct 18
2
problems between different versions of rsync
Are there issues between different versions of rsync? Specifically I
have a 2.4.6 on solaris 8 pushing to a 2.3.0 on solaris 2.6 over
ssh(F-Secure version). The issue that I am seeing is that when I use
the following command:
rsync --delete -rlvp -e ssh2 $localdir user@host:remotedir
The user and group are different on both boxes(neither being root).
Any help would be appreciated.
--Jeff
2013 Mar 12
5
extract values
...uot;, "1864", "1865", "1866",
"1867", "1868", "1869", "1870", "1871", "1872", "1873", "1874",
"1875", "1876", "1877", "1878", "1879", "1880", "1881", "1882",
"1883", "1884", "1885", "1886", "1887", "1888", "1889", "1890",
"1891", "1892", "1893", "1894", "1895", "1896", &quo...
2002 Feb 19
4
push data instead of pull
Hi,
I have a rsync server set up.
Can i push data from the server to another machine
instead of pulling data from that machine.
when i try to do that i get this error.
mkdir tohost:/tmp ; No such file or directory.
But the directory exists. This is the command i
executed.
rsync -avz --rsync-path=/usr/bin/rsync
fromhost::test tohost:/tmp
This works fine if iam logged onto "tohost"
2002 Apr 17
4
rsync HELP!!!
...ything about what he's
trying to do with it. I've hit the high spots, got him a working
rsyncd.conf (it looks like), but i'm out of time myself (given nearly 30
scarce minutes over the past 2 days).
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970),
".\n" '
"There are some who call me.... Tim?"
----- Forwa...
2002 Mar 31
5
File Owner, Group and Permissions for Win2000
Hi,
I need to mirror some Linux directories on a Win2000 box but the owner, group and permissions are lost. I realize Win2000 does not use the same system but thought there may be some way around it with cygwin. Is it possible to mimick /etc/passwd to preserve ownership etc? Is there a better solution?
Roger
-------------- next part --------------
HTML attachment scrubbed and removed
2001 Sep 18
3
Problem with transfering large files.
Hi,
I have some files size 400MB+ that my rsync ends on, error message is :
"Write failed: Broken pipe".
Without this "big files" everything works smoothe.
I searched to find anything about this problem but so far without any luck.
Source machine : Solaris 8, rsync-2.4.6
Destination machine : FreeBSD 4.1.1, rsync 2.4.6
Command run(from source machine):
rsync