search for: sxf

Displaying 8 results from an estimated 8 matches for "sxf".

Did you mean: 0xf
2019 Apr 15
1
No CRLF in Pigeonhole's header?
...7f00 0001? E..T.. at ......... ? 0x0010:? 7f00 0001 6ea2 0019 8982 e279 d090 b820? ....n......y.... ? 0x0020:? 8018 021e 0749 0000 0101 080a c345 2b51? .....I.......E+Q ? 0x0030:? b382 853c 4d41 494c 2046 524f 4d3a 3c72 ...<MAIL.FROM:<r ? 0x0040:? 4073 3066 2e6d 642e 6465 7664 6576 6465? @sxf.md.devdevde ? 0x0050:? 762e 6e65 743e 0d0a 5243 5054 2054 4f3a v.net>..RCPT.TO: ? 0x0060:? 3c63 6f6e 7461 6374 4072 6567 6973 2e74 <contact at regis.t ? 0x0070:? 6563 683e 0d0a 4244 4154 2032 3235 3420 ech>..BDAT.2254. ? 0x0080:? 4c41 5354 0d0a 582d 5369 6576 653a 2050? LAST..X-Sieve:....
2010 May 13
1
[PATCH] Improve errors from tar-in/tgz-in commands (RHBZ#591155 RHBZ#591250).
...caller frees */ +} + static int write_cb (void *fd_ptr, const void *buf, size_t len) { @@ -43,8 +73,8 @@ do_tXz_in (const char *dir, const char *filter) char *cmd; /* "tar -C /sysroot%s -xf -" but we have to quote the dir. */ - if (asprintf_nowarn (&cmd, "tar -C %R -%sxf -", - dir, filter) == -1) { + if (asprintf_nowarn (&cmd, "tar -C %R -xf - 2> %s", + dir, filter, error_file) == -1) { err = errno; r = cancel_receive (); errno = err; @@ -73,8 +103,11 @@ do_tXz_in (const char *dir, co...
2010 Sep 21
1
Abysmal sparse file performance!
...ar and had identical block counts and sha256 with both. /usr/bin/time rsync -HaxiS ./a ../ >f+++++++++ a 271.13 real 101.44 user 95.62 sys l -s ./a ../a ; rm -f ../a blocks bytes 3625 5535932416 ./a 3769 5535932416 ../a /usr/bin/time tar -cf - ./a | /usr/bin/time tar -C .. -Sxf - 57.67 real 1.10 user 27.77 sys 57.67 real 10.68 user 5.87 sys l -s ./a ../a ; rm -f ../a blocks bytes 3625 5535932416 ./a 2977 5535932416 ../a
2010 Dec 08
3
DO NOT REPLY [Bug 7854] New: Abysmal sparse file performance
...r and had identical block counts and sha256 with both. /usr/bin/time rsync -HaxiS ./a ../ >f+++++++++ a 271.13 real 101.44 user 95.62 sys ls -sl ./a ../a ; rm -f ../a blocks bytes 3625 5535932416 ./a 3769 5535932416 ../a /usr/bin/time tar -cf - ./a | /usr/bin/time tar -C .. -Sxf - 57.67 real 1.10 user 27.77 sys 57.67 real 10.68 user 5.87 sys ls -sl ./a ../a ; rm -f ../a blocks bytes 3625 5535932416 ./a 2977 5535932416 ../a -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this m...
2011 Feb 26
0
rsync Digest, Vol 96, Issue 2
...th both. > > /usr/bin/time rsync -HaxiS ./a ../ >>f+++++++++ a > ? ? ?271.13 real ? ? ? 101.44 user ? ? ? ?95.62 sys > ls -sl ./a ../a ; rm -f ../a > blocks bytes > 3625 5535932416 ./a > 3769 5535932416 ../a > > /usr/bin/time tar -cf - ./a | /usr/bin/time tar -C .. -Sxf - > ? ? ? 57.67 real ? ? ? ? 1.10 user ? ? ? ?27.77 sys > ? ? ? 57.67 real ? ? ? ?10.68 user ? ? ? ? 5.87 sys > ls -sl ./a ../a ; rm -f ../a > blocks bytes > 3625 5535932416 ./a > 2977 5535932416 ../a > > > -- > Configure bugmail: https://bugzilla.samba.org/userprefs.c...
2011 May 26
20
[PATCH] xen: Deal with stdarg.h and -nostdinc
For compiling the xen kernel we use -nostdinc which means we don''t want to rely on any external headers. That also counts vor stdarg.h. Use the external header when we compile the tools. Adapt libelf-loader.c which is compiled in the kernel and with the tools. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- ---to satisfy European Law for business letters: Advanced
2012 Aug 14
7
[PATCH 0/7] Add tar compress, numericowner, excludes flags.
https://bugzilla.redhat.com/show_bug.cgi?id=847880 https://bugzilla.redhat.com/show_bug.cgi?id=847881 This patch series adds various optional arguments to the tar-in and tar-out commands. Firstly (1/7) an optional "compress" flag is added to select compression. This makes the calls tgz-in/tgz-out/txz-in/txz-out deprecated, and expands the range of compression types available.
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *