Displaying 20 results from an estimated 5000 matches similar to: "my rsyncs *do* exit, if I don't use -v"
2001 Nov 13
0
more info for rsyncs not exiting problem
Apologies for not including this info in the first place!
My rsycn version is:
rsync version 2.4.6 Copyright Andrew Tridgell and Paul Mackerras
And my OS is:
Red Hat Linux release 7.1 (Seawolf)
Kernel 2.4.2-2 on an i686
--jessica
On Fri, Nov 09, 2001 at 08:43:44PM -0800, Jessica Koeppel wrote:
>
> I'm having a problem where my rsync processes don't exit.
>
> They finish
2004 Sep 15
2
efficient submatrix extraction
Hi,
I have a matrix of say 1024x1024 and I want to look at it in chunks.
That is I'd like to divide into a series of submatrices of order 2x2.
| 1 2 3 4 5 6 7 8 ... |
| 1 2 3 4 5 6 7 8 ... |
| 1 2 3 4 5 6 7 8 ... |
| 1 2 3 4 5 6 7 8 ... |
...
So the first submatrix would be
| 1 2 |
| 1 2 |
the second one would be
| 3 4 |
| 3 4 |
and so on. That is I want the matrix to be evenly divided
2001 Nov 10
0
my rsyncs don't exit
I'm having a problem where my rsync processes don't exit.
They finish their task.. but they don't exit. I'll see at the
end, if i'm running -vv, something like:
total: matches=727 tag_hits=771 false_alarms=0 data=2034655738
but the process continues to run, but not do anything apparent.
If I strace the process, I see a ton of:
select(0, NULL, NULL, NULL, {0, 1000}) = 0
2007 Jul 02
1
[LLVMdev] suggestion: multiple results from function call.
Hello
A suggestion to LLVM (assembly) language designers.
It could be worthwhile to extend the LLVM language http://llvm.org/docs/LangRef.html#i_call so that calls may return
more than one result (for example, Common lisp functions can return more than one result).
The intent could be to extend the ABI calling conventions to permit a function to return a few results (all in
registers), instead
2020 Aug 12
2
Re: pass-though Intel gpu int o a vm
Greetings Erik,
> Sent: Tuesday, August 11, 2020 at 10:11 AM
> From: "Erik Skultety" <eskultet@redhat.com>
> To: "daggs" <daggs@gmx.com>
> Cc: libvirt-users@redhat.com
> Subject: Re: pass-though Intel gpu int o a vm
>
> On Sat, Aug 08, 2020 at 06:44:26PM +0200, daggs wrote:
> > Greetings,
> >
> > I have a server that run a vm
2008 Jul 19
3
Cannot boot from DVD on an Intel Svr to install CentOS 5.2
Hi, I'm new to CentOS and I want to install CentOS 5.2 on an intel computer to use it as a server.
I downloaded the CentOS 5.2 DVD iso i386 and did the md5sum, burned the DVD and everything was Ok but when I try to boot the server with the DVD, it simply does nto boot, like if nothing were in the DVD drive. I tried with a Vista DVD and it boots. It can even boot from the LiveCD.
Have anybody
2015 Jan 09
5
C-6, Gnome question
On Fri, Jan 09, 2015 at 02:34:38PM -0500, Bill Maltby (C4B) wrote:
> On Fri, 2015-01-09 at 09:17 -0500, Fred Smith wrote:
> > Hi all!
> >
> > Using the default Gnome desktop on Centos-6, I keep having difficulty
> > getting the mouse pointer to lineup exactly on the edge/corner of a
> > window when I want to resize the window. It seems that you have to
> >
2014 Jul 08
2
[LLVMdev] LLVM commit 410f38e01597120b41e406ec1cea69127463f9e5
OK from what I understand, the DAG.getSExtOrTrunc(SetCC, DL, SelectVT) is
unecessary and the SelectVT is nto the right type (as it is called with
incorrect parameter).
Here is a patch so it won't generate a loop. I ran make check and it
doesn't look like anything is broken.
2014-07-07 11:36 GMT-07:00 Matt Arsenault <arsenm2 at gmail.com>:
>
> On Jul 5, 2014, at 7:14 PM,
2015 Aug 27
2
[LLVMdev] [RFC] Developer Policy for LLVM C API
On Aug 18, 2015, at 10:41 PM, deadal nix <deadalnix at gmail.com> wrote:
> Let's not get this die. The C API is too valuable to let this die.
>
> I propose the following plan:
> - Add tests for the current API. This will allow to make sure that everything works and would ensure that changes are made intentionally, nto accidentally.
> - For area that do not exist in the
2009 Nov 05
1
OSX 10.6 and 64 bit rsync not preserving creation dates
Hi All,
I don't know if this has been discussed here but creation dates are
nto being preserved on OSX 10.6.1 in 64 bit mode. Rare of course, the
folks that are using 64 but I am getting reports. I built in 64 with
the usual crtimes and fileflags patches.
Otherwise works like a dream and, in 64, is unbelievably Fast!
Thanks, Rob
2001 Jul 17
1
openssh and QNX
Hi.
I have compiled openssh on QNX RTP 6.1, "x86-pc-nto-qnx". Some things to note if anyone should want to update configure and include support for this platform:
* The enthropy device is normally /dev/random
* INTXX and other similar types are in <stdint.h>
* macro howmany, constant NFDBITS and type fd_mask need to be defined. How this can be done has been discussed earlier
2020 Aug 12
1
Re: pass-though Intel gpu int o a vm
what is the proper uri to use?
> Sent: Wednesday, August 12, 2020 at 7:23 PM
> From: "Erik Skultety" <eskultet@redhat.com>
> To: "daggs" <daggs@gmx.com>
> Cc: libvirt-users@redhat.com
> Subject: Re: pass-though Intel gpu int o a vm
>
> > > PS: You can even try assigning the GPU from within virt-manager which produces
> > > the
2013 May 07
3
Trouble writing authorized_keys2
I''ve got a situation where a manifest fails when writing one particular key
for a user. What I have is a manifest that looks like this:
class my::accounts () {
Ssh_authorized_key {
ensure => present,
type => ssh-dss,
}
Then, after making sure the user, group, and authorized_keys2 file exist:
ssh_authorized_key { "key-name-1":
key
2010 Oct 21
1
SVM classification based on pairwise distance matrix
Dear all,
I am exploring the possibilities for automated classification of my
data. I have successfully used KNN, but was thinking about looking at
SVM (which I did nto use before).
I have a pairwise distance matrix of training observations which are
classified in set classes, and a distance matrix of new observations to
the training ones.
Is it possible to use distance matrices for SVM, and
2011 Mar 20
1
(no subject)
HI,
While I was working on R , I had a pop up from mcafee asking me if I wasih to block or allow something to connect. I did not see r in the question, so I had clicked on the option " block". since then, when I start R through excel , I only get R console and I do nto get R script anymore.
Please advise
Thanks
2005 Mar 30
2
Centos 4.0 and Named
I am failing to get Named started.
I copied my named.custom and zone files to a diskette from my 3.3 build.
I installed 4.0 from scratch and did the updates.
I edited /etc/named.conf (which I realize is a link) to include named.custom
I cp named.custom into /etc (all of this was done while logged in as root)
When I try to start named from the services GUI (using GNOME) and I get
this error:
2002 Apr 14
1
Exclude & --delete not working?
Hi there,
we have an odd problem, which maybe how rsync is
intended to work, but I think not: On server side, we
run rsync in daemon mode with a share [foo] that has a
serverside path of /foo. On client side, we invoke
rsync -zavuSH --delete server::foo/ /foo. The rsync
daemon uses an exclusion list.
The problem is, the client rsync deletes clientside
whatever is in the exclusionlist. If I read
2014 Jul 08
2
[LLVMdev] LLVM commit 410f38e01597120b41e406ec1cea69127463f9e5
2014-07-08 12:11 GMT-07:00 Matt Arsenault <Matthew.Arsenault at amd.com>:
> On 07/07/2014 09:47 PM, deadal nix wrote:
>
> OK from what I understand, the DAG.getSExtOrTrunc(SetCC, DL, SelectVT)
> is unecessary and the SelectVT is nto the right type (as it is called with
> incorrect parameter).
>
> Here is a patch so it won't generate a loop. I ran make check and
2013 Dec 20
2
Problemas con "encoding"
Buenas noches a todos,
Estoy descarganado tweets a través del paquete twitteR en dos sistemas
diferentes. La configuración del primero, un MacBook Pro, es
R version 3.0.2 Patched (2013-12-11 r64449)
Platform: x86_64-apple-darwin10.8.0 (64-bit)
locale:
[1] en_AU.UTF-8/en_AU.UTF-8/en_AU.UTF-8/C/en_AU.UTF-8/en_AU.UTF-8
attached base packages:
[1] compiler stats graphics grDevices utils
2015 Apr 09
2
sa-learn with remote Dovecot folders
Thanks for your reply.
You got me thinking towards the antispam plugin which I have nto used
before, but can you elaborate if my users are system users and the
training is done only via a cron entry?
Andreas
On 03/04/15 16:27, Gedalya wrote:
> On 04/03/2015 06:13 AM, Andreas Kasenides wrote:
>> Hi all!
>>
>> The set-up I have is a classic one:
>> 1. one or more