search for: shum

Displaying 6 results from an estimated 6 matches for "shum".

Did you mean: shim
2004 Dec 09
2
rsync seems to hang when --delete option is used.
Hi, When I use --delete option, it seems to hang for over 8 hours on 4.5Gb of total data. But when I remove the --delete option, I can see it starts rsyncing. Has anyone encounter this problem before? --Tony Shum
2024 Mar 23
0
[PATCH] therm.c: Adding an array index check before accessing an element.
It is possible to access an element at index -1 if at the first iteration of the loop the result of switch is equal to 0x25 Added variable checking. Found by Linux Verification Center (linuxtesting.org) with SVACE. Signed-off-by: Andrey Shumilin <shum.sdl at nppct.ru> --- drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c b/drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c index 5babc5a7c7d5..78387053f214 100644 --- a/drivers/gpu/...
2001 Oct 26
2
create directories
if i do an rsync to the current directory, how come the parent directory isn't created? I normally just get my files spewed into the current directory, eventhough I am trying to transfer a directory. Something like this rsync -avp host::module/ . -- Jason G Helfman Network Administrator
2014 Mar 13
2
Re: --rbd volume access--
i will test it out and will update you.. Thankyou so much for your reply kind regards Shumaila Naeem Software Engineer , Ovex Technologies On Thu, Mar 13, 2014 at 5:15 PM, Richard W.M. Jones <rjones@redhat.com>wrote: > On Thu, Mar 13, 2014 at 03:06:17PM +0500, Shumaila Naeem wrote: > > > http://rwmj.wordpress.com/2013/03/12/accessing-ceph-rbd-sheepdog-etc-using-libgu...
2003 Dec 01
0
No subject
...spending hours trying to follow > instuctions on how to do it with about a million pieces of software.... > > -- Schlomo Schapiro Computation Authority Hebrew University of Jerusalem Tel: ++972 / 2 / 65-84404 Fax: 65-27349 email: schapiro@clerk.pi.huji.ac.il WWW: http://shum.cc.huji.ac.il/~schapiro Return-Path: <nikolaus@erlm.siemens.de> Delivered-To: samba@samba.org Received: from atlantis.erlm.siemens.de (atlantis.erlm.siemens.de [212.114.202.14]) by lists.samba.org (Postfix) with ESMTP id 564EB4213 for <samba@samba.org>; Sun, 20 May 2001 22:58:04 -0...
2014 Mar 13
2
--rbd volume access--
http://rwmj.wordpress.com/2013/03/12/accessing-ceph-rbd-sheepdog-etc-using-libguestfs/#comment-8806 I came across this link and and i was able to retrieve the rbd image. $ guestfish ><fs> set-attach-method appliance ><fs> add-drive /dev/null ><fs> config -set drive.hd0.file=rbd:pool/volume ><fs> run I was able to retrieve file from rbd image using the above