search for: gtpe

Displaying 4 results from an estimated 4 matches for "gtpe".

Did you mean: gpte
2004 May 06
1
Microsoft KB835732 Update Disrupting Samba Connections
I'm not 100% sure it's that WinXP KB835732 update but it's the only thing that has been changed in the last two days. Machines are regularly losing their network connections, mapped drives, and printers, leading to lockup and crashes. I found this in the samba logs of the affected machines. [2004/05/06 12:03:15, 0] lib/fault.c:fault_report(36)
2014 Jan 27
0
[PATCH INCOMPLETE] Rewrite virt-make-fs in C (originally Perl).
....c */ +static int +parse_size (const char *str, uint64_t estimate, uint64_t *size_rtn) +{ + unsigned long long size; + strtol_error xerr; + int plus = 0; + + assert (str); + + if (str[0] == '+') { + plus = 1; + str++; + } + + xerr = xstrtoull (str, NULL, 0, &size, "0kKMGTPEZY"); + if (xerr != LONGINT_OK) { + fprintf (stderr, + _("%s: %s: invalid size parameter '%s' (%s returned %d)\n"), + program_name, "parse_size", str, "xstrtoull", xerr); + return -1; + } + + if (plus) + *size_rtn = estim...
2014 Jan 27
2
[PATCH INCOMPLETE] Rewrite virt-make-fs in C (originally Perl).
I thought it would be easy to rewrite virt-make-fs in C. Two days later ... The Perl program uses a lot of external commands, which makes it pretty tedious to implement in C. Rich.
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking