search for: dirv

Displaying 20 results from an estimated 30 matches for "dirv".

Did you mean: dir
2019 Sep 05
1
[PATCH] ocaml: Change calls to caml_named_value() to cope with const value* return.
...Convert the struct into an OCaml tuple. */ rv = caml_alloc_tuple (5); diff --git a/common/mlvisit/visit-c.c b/common/mlvisit/visit-c.c index 7137c4998..201f6d762 100644 --- a/common/mlvisit/visit-c.c +++ b/common/mlvisit/visit-c.c @@ -53,7 +53,6 @@ value guestfs_int_mllib_visit (value gv, value dirv, value fv) { CAMLparam3 (gv, dirv, fv); - value *visit_failure_exn; guestfs_h *g = (guestfs_h *) (intptr_t) Int64_val (gv); struct visitor_function_wrapper_args args; /* The dir string could move around when we call the @@ -84,8 +83,7 @@ guestfs_int_mllib_visit (value gv, value dirv,...
2017 Mar 29
1
[PATCH] mllib: cast integer pointers to intptr_t as intermediate step
...d, when --enable-werror is enabled). --- mllib/visit-c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mllib/visit-c.c b/mllib/visit-c.c index b46dd33..b1c1216 100644 --- a/mllib/visit-c.c +++ b/mllib/visit-c.c @@ -54,7 +54,7 @@ value guestfs_int_mllib_visit (value gv, value dirv, value fv) { CAMLparam3 (gv, dirv, fv); - guestfs_h *g = (guestfs_h *) Int64_val (gv); + guestfs_h *g = (guestfs_h *) (intptr_t) Int64_val (gv); struct visitor_function_wrapper_args args; /* The dir string could move around when we call the * visitor_function, so we have to take a f...
2013 Mar 23
0
Dirves going offline in Zpool
Hi, I have Dell md1200 connected to two heads ( Dell R710 ). The heads have Perc H800 card and drives are configured in Raid0 ( Virtual Disk) in the RAID controller. One of the drives had crashed and is replaced by a spare. Resilvering was triggered but fails to complete due to drives going offline. I have to reboot the head ( R710) and drives comes online. This happened repeatedly when
2015 Apr 02
4
NFS Stale file handle drives me crazy (Centos 6)
Hi folks, I have a Centos 6 NFS server, which dirves me crazy. The directory I try to export cant be accessed by different clients. I tried a centos 7, centos 6 and a pool of vmware esxi 5.5 systems. At the client side I get errors like: mount.nfs: Stale file handle or Sysinfo set operation VSI_MODULE_NODE_mount failed with the tatus Unable to...
2019 Sep 05
2
[PATCH 0/1] Build fix for future OCaml 4.09
This is a simple fix for building also with the upcoming OCaml 4.09, which has a slight API change in the C library. This does not cover embedded copies such as ocaml-augeas, and ocaml-libvirt, which are being fixed separately, and will then be synchronized. Pino Toscano (1): ocaml: make const the return value of caml_named_value() common/mlpcre/pcre-c.c | 2 +- common/mltools/uri-c.c |
2008 Nov 04
5
Where did C:\ go?
I was running wine with no problems until I upgraded ubuntu to 8.10 Now, programs start in wine but don't really run and I can no longer browse the C:\ dirve. Was there something else I had to do after the upgrade? Thanks
2016 Dec 14
4
[PATCH 0/4] sysprep: Remove various backup files.
https://bugzilla.redhat.com/show_bug.cgi?id=1401320 This series contains two new operations. The second -- and least controversial -- is "passwd-backups" which removes files such as /etc/passwd-, /etc/shadow- and so on. The first one ("backup-files") searches the whole guest filesystem for any regular file which looks like an editor backup file, such as "*~" and
2019 Sep 05
0
[PATCH 1/1] ocaml: make const the return value of caml_named_value()
...med_value ("URI.Parse_failed"); caml_raise (*exn); } diff --git a/common/mlvisit/visit-c.c b/common/mlvisit/visit-c.c index 7137c4998..804aabc9d 100644 --- a/common/mlvisit/visit-c.c +++ b/common/mlvisit/visit-c.c @@ -53,7 +53,7 @@ value guestfs_int_mllib_visit (value gv, value dirv, value fv) { CAMLparam3 (gv, dirv, fv); - value *visit_failure_exn; + const value *visit_failure_exn; guestfs_h *g = (guestfs_h *) (intptr_t) Int64_val (gv); struct visitor_function_wrapper_args args; /* The dir string could move around when we call the diff --git a/generator/daemon....
2009 Nov 07
1
USB disks for VMs in kvm, 5.4 x86_64
Have a fresh install of 5.4 x86_64 with kvm. Created a WinXP VM and it works well. Now trying to get the VM to use a usb thumb-dirve. I seemed to have hit a wall trying to figure out how to configure it. Any tips? DaveM
2016 Dec 14
5
[PATCH v3 0/5] sysprep: Remove various backup files.
v3: - Split out test for "unix-like" guest OSes into separate commit. - Add guestfish --format=qcow2 to the test (x2). Rich.
2016 Dec 14
6
[PATCH v2 0/4] sysprep: Remove various backup files.
In v2: - The backup-files operation now operates on a conservative whitelist of filesystems, so it won't touch anything in /usr. Consequently it also runs much more quickly, about 4 seconds on the barebones virt-builder fedora-25 image. - Call Gc.compact () in visit_tests. - Added documentation to fnmatch.mli.
2015 Apr 06
0
NFS Stale file handle drives me crazy (Centos 6)
On 04/02/2015 09:03 AM, G?tz Reinicke - IT Koordinator wrote: > Hi folks, > > I have a Centos 6 NFS server, which dirves me crazy. > > The directory I try to export cant be accessed by different clients. > > I tried a centos 7, centos 6 and a pool of vmware esxi 5.5 systems. > > At the client side I get errors like: > > mount.nfs: Stale file handle > > or Sysinfo set operation VSI_MODU...
2015 Apr 08
0
NFS Stale file handle drives me crazy (Centos 6)
Dnia czwartek, 2 kwietnia 2015 3:03:53 PM G?tz Reinicke - IT Koordinator pisze: > Hi folks, > I have a Centos 6 NFS server, which dirves me crazy. > The directory I try to export cant be accessed by different clients. > I tried a centos 7, centos 6 and a pool of vmware esxi 5.5 systems. > At the client side I get errors like: > mount.nfs: Stale file handle [...] > I use xfs on all shared filesystems. > Googling f...
2010 Feb 23
1
Help with itadm commands
Hi - I''m trying to create an iscsi targe and go thru the motions of making the following LUN''s available - I am not able to run the command: itadm create-target as I get the following error: bash: itadm: command not found I need to get the following dirve seen by vmware 0. c7t0d0 <Areca-ARC-1260-VOL#00-R001-279.40GB> /pci at 0,0/pci8086,29f1 at 1/pci8086,370 at 0/pci17d3,1260 at e/disk at 0,0 1. c7t0d1 <Areca-ARC-1260-VOL#01-R001-279.40GB> /pci at 0,0/pci8086,29f1 at 1/pci8086,370 at 0/pci17d3,1260 at e/disk at 0,1...
2002 Jan 29
1
Wine and damage of original MS Windows
Hello, I want to protect original MS Windows installed on their partition against wine :) I have not own experiences with similar problems but I fount next message in README: ---- You should backup all your important files that you give Wine access to, or use a special Wine copy of them, as there have been some cases of users reporting file corruption. Do NOT run Explorer, for instance, if you
2003 Sep 09
0
How to completely mirror(backup) whole system?
...recovery time to 30 minutes at most. Is complete backup nightly the right solution? How would I go about it? Also, I would like to have a backup that works as following: Server A has drive 1 and drive 2 Server B has drive 3 and drive 4 I would like server A completely mirror drive 3(serverB) onto dirve 2 At the same time Server B would completely mirror drive 1(serverA) onto drive 4 How can it be done? I also want to just be able to swap drive to make quick recovery. Apolinaras "Apollo" Sinkevicius Carmel Music & Entertainment, LLC web-site: http://carmelme.com --------------...
2003 Dec 01
0
No subject
...HTTP://www.CyberShell.com CyberShell Engineering ------------------------------------------------------------------------- On Tue, 23 Jan 2001, Larry Clark wrote: > What is the use of having samba as a server if every morning I have to > go around to everyones computer and re map the dirves they need? not > much good in a production setting is it? well I have sent this letter to > the whole samba team, maybe they will get a clue and work on > it......hummmmm???? > > > > Larry Clark wrote: > > > > I am trying this one again, I have a 10/100 mg switche...
2007 Jan 01
0
Simple question on inserting child data
after doing a bunch of reading I have finally sat down to create a simple app to dirve home a lor of the concepts to which have been read. So I figured a simple blog app is the best way to do it. The bad thing is that I am already hung up when creating replies to a blog posting. I can''t figure out how to insert the post_id value into the reply table. When creating a rep...
2011 Jun 01
1
How to properly read "zpool iostat -v" ? ;)
...not quite sum up. In the example below with a raidz2 array made of 6 drives: * the reported 33K of writes are less than two disks'' workload at this time (at 17.9K each), overall disks writes are 107.4K = 325% of 33K. * write ops sum up to 18 = 225% of 8 ops to the pool; * read MB on dirves is 66.2M = 190% of 34.8M read from pool; * read ops on drives sum up to 2014, but pool IOs are reported as 804 (disk work is 250% higher); Neither difference is the same, and neither matches the 150% (50% increase) I had expected from 2 parity drives with 4 data drives worth of data. Per-...
2011 Feb 28
1
OSX 10.6 Clients on a 3.4.11 Server
Hello, I'm running Samba 3.4.11 on CentOS 5.2.. I Have some users at my company that have recently upgraded their macs to Snow Leopard 10.6.6 and are running in to some SMB issues. When they mount a share they can move,delete,copy folders just fine. If they open and close a file in one of those folders though, they cannot rename, delete, or move the folder because samba has it locked and