search for: mof

Displaying 10 results from an estimated 10 matches for "mof".

Did you mean: eof
2003 Jul 20
1
rsync on cygwin is hanging
...ze if too much is sent) :). I am running the following on the linux machine: rsync -vvrltDH --numeric-ids -pgo --stats --exclude-from=exclude.list --rsh="ssh" user@host:c:/WINNT/ tree Here is the tail end of the output from that command where it hangs: --- rsync.out --- system32/wbem/mof/ system32/wbem/mof/bad/ system32/wbem/mof/good/ system32/wins/ twain_32/ twain_32/fjscan/ twain_32/fjscan/fcpa/ twain_32/logiscan/ twain_32/miitwain/ wudnld20.tmp/ --- eof: rsync.out --- Here is the strace on the linux machine where it hangs: --- strace.out (on linux machine) --- lstat64("tw...
2012 Feb 01
1
[PATCH] hivexml
...character in the 1.0 spec, and was > causing xmllint to fail in the following manner > > [hivex-1.3.3-orig]# xmllint xmlout.orig > > xmlout.orig:2: parser error : PCDATA invalid Char value 2 > 18T02:23:42Z</mtime><value type="string-list" key="Autorecover MOFs"><string>?? > ^ > > > After the patch, ...with all the surrounding stuff cut away > [hivex-1.3.3-new]# xmllint xmlout.new | tidy -raw -xml -i > > <?xml version="1.0" e...
2010 May 12
3
extra readdir operation when writing to a non-existent file
...dir operation in all cases when I am just writing to a file? Very much appreciate your help! I used samba (3.4.0) to export a FUSE mount from Ubuntu with the following smb.cnf: ---------------------------------------------------------------- [global] security = share guest account = nobody [mofs] path = /mnt/mofs public = yes guest ok = yes guest only = yes guest account = nobody writeable = yes browseable = yes ----------------------------------------------------------------
2006 Jun 26
0
[klibc 23/43] cris support for klibc
...index 0000000..d71495a --- /dev/null +++ b/usr/klibc/arch/cris/syscall.S @@ -0,0 +1,30 @@ +/* + * arch/cris/syscall.S + * + * On cris, r9 contains the syscall number (set by generated stub); + * r10..r13 contain arguments 0-3 per the standard calling convention, + * and arguments 4-5 are passed in $mof and $srp; however, we have + * to save $srp around the system call. + */ + + .section ".text","ax" + .balign 4 + .globl __syscall_common + .type __syscall_common, at function +__syscall_common: + push $srp + move [$sp+4],$mof + move [$sp+8],$srp + break 13 + + cmps.w -4096,$r10...
2020 Apr 30
0
[klibc:master] arch: Remove cris port
...dex d71495ab..00000000 --- a/usr/klibc/arch/cris/syscall.S +++ /dev/null @@ -1,30 +0,0 @@ -/* - * arch/cris/syscall.S - * - * On cris, r9 contains the syscall number (set by generated stub); - * r10..r13 contain arguments 0-3 per the standard calling convention, - * and arguments 4-5 are passed in $mof and $srp; however, we have - * to save $srp around the system call. - */ - - .section ".text","ax" - .balign 4 - .globl __syscall_common - .type __syscall_common, at function -__syscall_common: - push $srp - move [$sp+4],$mof - move [$sp+8],$srp - break 13 - - cmps.w -4096,$r10...
2004 Dec 19
6
FW: Shorewall and selective access
Shoot! Sorry Tom. I thought I replaced your e-mail address with the shorewall list address. I got it working!!! I finally figured out what I was doing wrong. Pays to write down what I want to accomplish versus flying by the seat mof my pants. The ACCEPT+ is G R E A T! Took care of some of my issues along with removing the redirect rule (yeah, yeah...I should have thought it over more carefully, hence, the writing it down I mentioned above. I didn''t need to redirect that after all. Just limit what IP to accept traffic...
2007 Apr 10
0
TXTSETUP.OEM and CD-ROM?
...fo00Zovar3c 0AeeSL+yAmXaz8080StKT9oJE7/svBb1x/k8AO5lVFlVNTeNtobv0keFid4upTfoKH3+0r0T wMdkXFml/nv4dr3Rdimmk54tvFE3qHHdQTvyAHgAlBVAGvQBSPMp9fkdZyfwMvy/ZydwcT6l PgCPAX0A0qAPQBr0AUgz1Gf91zoznbvzFtfatPh74ynj9ijdNgn9sTdeRp74l2fjHnObm3jc 7Tw52MHwvzpY+/jq3zmv1Gc+k4fpMxXz2frMbm1SH/w5ht363P4NfvWzvrw1VV3LUv3c/mOf ZsrFnXKpWtb/tGEdXM1b6rtlqdIpIrny/r8uZtXaG9+su2w/3wL7TVnDtlPd8jTpV7m0Ca79 681cB2/npKKgz3EMttXWV3We209zRG9FVXVpFNy61FNWRbB1UTEWP2+xbXUSIjk11CbaG19p X/0s9mY7u5mq/U9cSzv9Uvw2r/1L1VC2zqX+1I5qtx4eSVafqsn0k4YJfdopG0HUBEKf6mex M7hGH7KJLp8Bol3m1vTxCZv9cXnaZ0M0vVr8+8Xb/8gTQJ8DmdKn+tXB9t9f3tpuf25ffN7/ 2K1Pk0s...
2004 Jun 23
4
CRIS port of klibc
...syscall.S Wed Jun 23 10:36:07 2004 @@ -9,9 +9,9 @@ .section ".text","ax" .balign 4 - .globl ___syscall_common - .type ___syscall_common,@function -___syscall_common: + .globl __syscall_common + .type __syscall_common,@function +__syscall_common: push $srp move [$sp+4],$mof move [$sp+8],$srp @@ -19,11 +19,12 @@ cmp.d -4096,$r10 blt 1f - neg.d $r10,$r11 - move.d $r11,[_errno] + neg.d $r10,$r11 + move.d $r11,[errno] moveq -1,$r10 1: - jump [sp+] - nop + pop $srp + ret + nop - .size ___syscall_common,.-___syscall_common + .size __syscall_common,.-__sysca...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at:
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