search for: clock_time

Displaying 20 results from an estimated 97 matches for "clock_time".

2002 Sep 10
1
Rsync with multiple huge filesystems
...c.sh for i in `cat datafile.txt` do echo rsync -avz --dry-run --rsync-path=/usr/bin/rsync --delete $i myfileserver.pg.willow.com:$i /usr/intel/bin/rsync -av --rsync-path=/usr/bin/rsync --delete $i myfileserver.pg.willow.com:$i done #cat datafile.txt /f1/my_schematics /f2/layout_design /f3/clock_time /f5/data_padding .... (list continues...) Each text file to be read from the script contains about 8 - 10 filesystem entries to be sync-ed. There are 5 of such text files which serves as input to the script. Each filesystems are between 10GB-15GB in size, and they have been specified in the inpu...
2002 Sep 10
0
(no subject)
...c.sh for i in `cat datafile.txt` do echo rsync -avz --dry-run --rsync-path=/usr/bin/rsync --delete $i myfileserver.pg.willow.com:$i /usr/intel/bin/rsync -av --rsync-path=/usr/bin/rsync --delete $i myfileserver.pg.willow.com:$i done #cat datafile.txt /f1/my_schematics /f2/layout_design /f3/clock_time /f5/data_padding .... (list continues...) Each text file to be read from the script contains about 8 - 10 filesystem entries to be sync-ed. There are 5 of such text files which serves as input to the script. Each filesystems are between 10GB-15GB in size, and they have been specified in the inpu...
2016 Nov 01
2
No stats under FreeBSD 10.3
..._plugins stats plugin { stats_refresh = 30 secs stats_track_cmds = yes } doveadm stats dump global reset_timestamp last_update num_logins num_cmds num_connected_sessions auth_successes auth_master_successes auth_failures auth_db_tempfails auth_cache_hits auth_cache_misses user_cpu sys_cpu clock_time min_faults maj_faults vol_cs invol_cs disk_input disk_output read_count read_bytes write_count write_bytes mail_lookup_path mail_lookup_attr mail_read_count mail_read_bytes mail_cache_hits 1478031539 0.000000 0 0 0 0 0 0 0 0 0 0.0 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Cheers, Ruud
2019 Sep 18
2
[PATCH] build: remove unused gnulib modules
...e index 16ae9c415..705b090f5 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -2,51 +2,40 @@ /absolute-header.m4 /accept4.m4 /alloca.m4 -/argmatch.m4 /arpa_inet_h.m4 /asm-underscore.m4 /base64.m4 /btowc.m4 /builtin-expect.m4 /byteswap.m4 -/canonicalize-lgpl.m4 /chdir-long.m4 -/chown.m4 /clock_time.m4 -/cloexec.m4 /closedir.m4 /close.m4 /codeset.m4 /ctype.m4 -/cycle-check.m4 /d-ino.m4 /dirent_h.m4 /dirfd.m4 /dirname.m4 -/dos.m4 /double-slash-root.m4 /d-type.m4 /dup2.m4 -/dup3.m4 /dup.m4 /eealloc.m4 /environ.m4 /errno_h.m4 /error.m4 -/exitfail.m4 /exponentd.m4 /extensions.m4...
2019 Sep 18
0
Re: [PATCH] build: remove unused gnulib modules
...> @@ -2,51 +2,40 @@ > /absolute-header.m4 > /accept4.m4 > /alloca.m4 > -/argmatch.m4 > /arpa_inet_h.m4 > /asm-underscore.m4 > /base64.m4 > /btowc.m4 > /builtin-expect.m4 > /byteswap.m4 > -/canonicalize-lgpl.m4 > /chdir-long.m4 > -/chown.m4 > /clock_time.m4 > -/cloexec.m4 > /closedir.m4 > /close.m4 > /codeset.m4 > /ctype.m4 > -/cycle-check.m4 > /d-ino.m4 > /dirent_h.m4 > /dirfd.m4 > /dirname.m4 > -/dos.m4 > /double-slash-root.m4 > /d-type.m4 > /dup2.m4 > -/dup3.m4 > /dup.m4 > /eealloc....
2019 Sep 23
0
[PATCH v2 5/5] build: remove unused gnulib modules
...e index 16ae9c415..c41044f84 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -2,51 +2,38 @@ /absolute-header.m4 /accept4.m4 /alloca.m4 -/argmatch.m4 /arpa_inet_h.m4 /asm-underscore.m4 /base64.m4 /btowc.m4 /builtin-expect.m4 /byteswap.m4 -/canonicalize-lgpl.m4 /chdir-long.m4 -/chown.m4 /clock_time.m4 -/cloexec.m4 /closedir.m4 /close.m4 /codeset.m4 /ctype.m4 -/cycle-check.m4 -/d-ino.m4 /dirent_h.m4 /dirfd.m4 /dirname.m4 -/dos.m4 /double-slash-root.m4 /d-type.m4 /dup2.m4 -/dup3.m4 /dup.m4 /eealloc.m4 /environ.m4 /errno_h.m4 /error.m4 -/exitfail.m4 /exponentd.m4 /extensions.m4...
2019 Sep 23
6
[PATCH v2 0/5] remove unused gnulib modules
This is an extended version of: https://www.redhat.com/archives/libguestfs/2019-September/msg00178.html It adds a couple of simple code changes, so it makes it possible to drop more modules. In addition, more unused modules were dropped. Pino Toscano (5): tests: switch away from xgetcwd daemon: move read_whole_file to common utils daemon: switch from read_file to read_whole_file daemon:
2019 Nov 27
7
[PATCH v3 0/6] remove unused build stuff
This is an extended version of: https://www.redhat.com/archives/libguestfs/2019-September/msg00288.html Apparently I forgot it on my tree, so I'm posting that series again, adding an extra cleanup more due to the v2v/common splits. Pino Toscano (6): tests: switch away from xgetcwd daemon: move read_whole_file to common utils daemon: switch from read_file to read_whole_file daemon:
2010 Dec 07
1
builder-ubuntu libguestfs FAILED build step 4b8f70d46dcfed1489c97f822e263b8615f21ea0
...verify.h lib/w32sock.h lib/wchar.in.h lib/wctype.in.h lib/write.c lib/xalloc-die.c lib/xalloc.h lib/xgetcwd.c lib/xgetcwd.h lib/xmalloc.c lib/xsize.h m4/00gnulib.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/asm-underscore.m4 m4/byteswap.m4 m4/chdir-long.m4 m4/chown.m4 m4/clock_time.m4 m4/cloexec.m4 m4/close.m4 m4/codeset.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/dirname.m4 m4/dos.m4 m4/double-slash-root.m4 m4/dup2.m4 m4/errno_h.m4 m4/error.m4 m4/extensions.m4 m4/fchdir.m4 m4/fclose.m4 m4/fcntl-o.m4 m4/fcntl.m4 m4/fcntl_h.m...
2010 Dec 07
0
builder-ubuntu libguestfs FAILED build step 21810ade12e43fb4d8bfdcefb37a7d8bbe9eef8c
...verify.h lib/w32sock.h lib/wchar.in.h lib/wctype.in.h lib/write.c lib/xalloc-die.c lib/xalloc.h lib/xgetcwd.c lib/xgetcwd.h lib/xmalloc.c lib/xsize.h m4/00gnulib.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/asm-underscore.m4 m4/byteswap.m4 m4/chdir-long.m4 m4/chown.m4 m4/clock_time.m4 m4/cloexec.m4 m4/close.m4 m4/codeset.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/dirname.m4 m4/dos.m4 m4/double-slash-root.m4 m4/dup2.m4 m4/errno_h.m4 m4/error.m4 m4/extensions.m4 m4/fchdir.m4 m4/fclose.m4 m4/fcntl-o.m4 m4/fcntl.m4 m4/fcntl_h.m...
2011 Jun 21
0
builder-ubuntu libguestfs FAILED build step e1e78bcef5e4654bd2456bd696840329359d35cd
...c lib/utimens.h lib/vasnprintf.c lib/vasnprintf.h lib/vasprintf.c lib/verify.h lib/w32sock.h lib/wchar.in.h lib/wctype.in.h lib/xalloc-oversized.h lib/xsize.h m4/00gnulib.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/btowc.m4 m4/byteswap.m4 m4/chdir-long.m4 m4/chown.m4 m4/clock_time.m4 m4/cloexec.m4 m4/close.m4 m4/codeset.m4 m4/configmake.m4 m4/d-type.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/dirname.m4 m4/double-slash-root.m4 m4/dup2.m4 m4/eealloc.m4 m4/environ.m4 m4/errno_h.m4 m4/error.m4 m4/extensions.m4 m4/fchdir.m4 m4/fclose.m4 m4/fcntl-o.m4 m...
2011 Jan 28
0
builder-ubuntu libguestfs FAILED build step f060d5bcd40b4a6506d7994e67d57dccab1651b8
...verify.h lib/w32sock.h lib/wchar.in.h lib/wctype.in.h lib/write.c lib/xalloc-die.c lib/xalloc.h lib/xgetcwd.c lib/xgetcwd.h lib/xmalloc.c lib/xsize.h m4/00gnulib.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/asm-underscore.m4 m4/byteswap.m4 m4/chdir-long.m4 m4/chown.m4 m4/clock_time.m4 m4/cloexec.m4 m4/close.m4 m4/codeset.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/dirname.m4 m4/dos.m4 m4/double-slash-root.m4 m4/dup2.m4 m4/errno_h.m4 m4/error.m4 m4/extensions.m4 m4/fchdir.m4 m4/fclose.m4 m4/fcntl-o.m4 m4/fcntl.m4 m4/fcntl_h.m...
2011 Jan 28
1
builder-debian libguestfs FAILED build step 82f5fdb0dbbc0c7b04861edeadf70c86c9342df2
...verify.h lib/w32sock.h lib/wchar.in.h lib/wctype.in.h lib/write.c lib/xalloc-die.c lib/xalloc.h lib/xgetcwd.c lib/xgetcwd.h lib/xmalloc.c lib/xsize.h m4/00gnulib.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/asm-underscore.m4 m4/byteswap.m4 m4/chdir-long.m4 m4/chown.m4 m4/clock_time.m4 m4/cloexec.m4 m4/close.m4 m4/codeset.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/dirname.m4 m4/dos.m4 m4/double-slash-root.m4 m4/dup2.m4 m4/errno_h.m4 m4/error.m4 m4/extensions.m4 m4/fchdir.m4 m4/fclose.m4 m4/fcntl-o.m4 m4/fcntl.m4 m4/fcntl_h.m...
2010 Dec 14
1
builder-debian libguestfs FAILED build step dec770f171329868081985ca0aa3d52eb3759935
...verify.h lib/w32sock.h lib/wchar.in.h lib/wctype.in.h lib/write.c lib/xalloc-die.c lib/xalloc.h lib/xgetcwd.c lib/xgetcwd.h lib/xmalloc.c lib/xsize.h m4/00gnulib.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/asm-underscore.m4 m4/byteswap.m4 m4/chdir-long.m4 m4/chown.m4 m4/clock_time.m4 m4/cloexec.m4 m4/close.m4 m4/codeset.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/dirname.m4 m4/dos.m4 m4/double-slash-root.m4 m4/dup2.m4 m4/errno_h.m4 m4/error.m4 m4/extensions.m4 m4/fchdir.m4 m4/fclose.m4 m4/fcntl-o.m4 m4/fcntl.m4 m4/fcntl_h.m...
2011 Jan 18
1
builder-debian libguestfs FAILED build step 41bbc0a7a3f3cd768c83183327ffc562d2040a83
...verify.h lib/w32sock.h lib/wchar.in.h lib/wctype.in.h lib/write.c lib/xalloc-die.c lib/xalloc.h lib/xgetcwd.c lib/xgetcwd.h lib/xmalloc.c lib/xsize.h m4/00gnulib.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/asm-underscore.m4 m4/byteswap.m4 m4/chdir-long.m4 m4/chown.m4 m4/clock_time.m4 m4/cloexec.m4 m4/close.m4 m4/codeset.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/dirname.m4 m4/dos.m4 m4/double-slash-root.m4 m4/dup2.m4 m4/errno_h.m4 m4/error.m4 m4/extensions.m4 m4/fchdir.m4 m4/fclose.m4 m4/fcntl-o.m4 m4/fcntl.m4 m4/fcntl_h.m...
2011 Mar 04
1
builder-debian libguestfs FAILED build step eda9826d25336bcf661700270c580d4d62128750
...verify.h lib/w32sock.h lib/wchar.in.h lib/wctype.in.h lib/write.c lib/xalloc-die.c lib/xalloc.h lib/xgetcwd.c lib/xgetcwd.h lib/xmalloc.c lib/xsize.h m4/00gnulib.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/asm-underscore.m4 m4/byteswap.m4 m4/chdir-long.m4 m4/chown.m4 m4/clock_time.m4 m4/cloexec.m4 m4/close.m4 m4/codeset.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/dirname.m4 m4/dos.m4 m4/double-slash-root.m4 m4/dup2.m4 m4/errno_h.m4 m4/error.m4 m4/extensions.m4 m4/fchdir.m4 m4/fclose.m4 m4/fcntl-o.m4 m4/fcntl.m4 m4/fcntl_h.m...
2011 Feb 15
4
builder-debian libguestfs FAILED build step f455dc3814bf9f7e7e894ba81360acb0edd92464
...verify.h lib/w32sock.h lib/wchar.in.h lib/wctype.in.h lib/write.c lib/xalloc-die.c lib/xalloc.h lib/xgetcwd.c lib/xgetcwd.h lib/xmalloc.c lib/xsize.h m4/00gnulib.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/asm-underscore.m4 m4/byteswap.m4 m4/chdir-long.m4 m4/chown.m4 m4/clock_time.m4 m4/cloexec.m4 m4/close.m4 m4/codeset.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/dirname.m4 m4/dos.m4 m4/double-slash-root.m4 m4/dup2.m4 m4/errno_h.m4 m4/error.m4 m4/extensions.m4 m4/fchdir.m4 m4/fclose.m4 m4/fcntl-o.m4 m4/fcntl.m4 m4/fcntl_h.m...
2011 Jan 28
0
builder-debian libguestfs FAILED build step f060d5bcd40b4a6506d7994e67d57dccab1651b8
...verify.h lib/w32sock.h lib/wchar.in.h lib/wctype.in.h lib/write.c lib/xalloc-die.c lib/xalloc.h lib/xgetcwd.c lib/xgetcwd.h lib/xmalloc.c lib/xsize.h m4/00gnulib.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/asm-underscore.m4 m4/byteswap.m4 m4/chdir-long.m4 m4/chown.m4 m4/clock_time.m4 m4/cloexec.m4 m4/close.m4 m4/codeset.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/dirname.m4 m4/dos.m4 m4/double-slash-root.m4 m4/dup2.m4 m4/errno_h.m4 m4/error.m4 m4/extensions.m4 m4/fchdir.m4 m4/fclose.m4 m4/fcntl-o.m4 m4/fcntl.m4 m4/fcntl_h.m...
2011 Mar 15
0
builder-debian libguestfs FAILED build step d1f1f74e5f45fa5b94ebb096fa65fa33ecc23d09
...verify.h lib/w32sock.h lib/wchar.in.h lib/wctype.in.h lib/write.c lib/xalloc-die.c lib/xalloc.h lib/xgetcwd.c lib/xgetcwd.h lib/xmalloc.c lib/xsize.h m4/00gnulib.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/asm-underscore.m4 m4/byteswap.m4 m4/chdir-long.m4 m4/chown.m4 m4/clock_time.m4 m4/cloexec.m4 m4/close.m4 m4/codeset.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/dirname.m4 m4/dos.m4 m4/double-slash-root.m4 m4/dup2.m4 m4/errno_h.m4 m4/error.m4 m4/extensions.m4 m4/fchdir.m4 m4/fclose.m4 m4/fcntl-o.m4 m4/fcntl.m4 m4/fcntl_h.m...
2011 Mar 22
1
builder-debian libguestfs FAILED build step 0daf7e81a659bcdc1ce327151cc1207b124a35a1
...verify.h lib/w32sock.h lib/wchar.in.h lib/wctype.in.h lib/write.c lib/xalloc-die.c lib/xalloc.h lib/xgetcwd.c lib/xgetcwd.h lib/xmalloc.c lib/xsize.h m4/00gnulib.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/asm-underscore.m4 m4/byteswap.m4 m4/chdir-long.m4 m4/chown.m4 m4/clock_time.m4 m4/cloexec.m4 m4/close.m4 m4/codeset.m4 m4/d-ino.m4 m4/d-type.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/dirname.m4 m4/dos.m4 m4/double-slash-root.m4 m4/dup2.m4 m4/errno_h.m4 m4/error.m4 m4/extensions.m4 m4/fchdir.m4 m4/fclose.m4 m4/fcntl-o.m4 m4/fcntl.m4 m4/fcntl_h.m...