search for: vrn

Displaying 5 results from an estimated 5 matches for "vrn".

Did you mean: vr
2000 Feb 23
0
Fwd: RE: Group logon Scripts
...h:\pmailrn"; > > print LOGON "set pmr=h:\pmailrn"; > > print LOGON "NET USE X: \\titan\$ARGV[0]rn"; > > print LOGON "NET USE H: \\titan\Hrn"; > > print LOGON "NET USE I: \\titan\Irn"; > > print LOGON "NET USE V: \\titan\Vrn"; > > > [snip] > > > > if ($ARGV[2] eq 'imaging') { > > print LOGON "NET USE S: \\roo\smartcdrn"; > > print LOGON "NET USE T: \\roo\image_volrn"; > > print LOGON "NET USE U: \\roo\sybasern"; > > }...
2008 Mar 31
1
[03/15][PATCH] kvm/ia64: Add header files for kvm/ia64. V8
Hi Xiantao, Some more nit-picking, though some of this is a bit more important to fixup. Cheers, Jes > +typedef struct thash_data { Urgh! argh! Please avoid typedefs unless you really need them, see Chapter 5 of Documentation/CodingStyle for details. > diff --git a/include/asm-ia64/kvm_host.h b/include/asm-ia64/kvm_host.h > new file mode 100644 > index 0000000..522bde0 > ---
2008 Mar 31
1
[03/15][PATCH] kvm/ia64: Add header files for kvm/ia64. V8
Hi Xiantao, Some more nit-picking, though some of this is a bit more important to fixup. Cheers, Jes > +typedef struct thash_data { Urgh! argh! Please avoid typedefs unless you really need them, see Chapter 5 of Documentation/CodingStyle for details. > diff --git a/include/asm-ia64/kvm_host.h b/include/asm-ia64/kvm_host.h > new file mode 100644 > index 0000000..522bde0 > ---
2024 Jan 23
1
Questions about snapshots
Hi Stefan, I'm not sure which doc are you referring to? It would help if you can share it. I would start looking at the barrier translator in xlators/features/barrier. Initially it is designed to block all the ops that modify the underlying file system from acknowledging the client. The list of file system operations that needs to be blocked should be listed here
2006 May 26
0
IPSEC - tcp port match
Hello. I try to configure IPSEC to bybass ssh protocol. For example: setkey -FP setkey -F setkey -c << EOF spdadd 10.1.1.1/32 10.6.10.50[22] tcp -P in none ; spdadd 10.1.1.1/32 10.6.10.50 tcp -P in ipsec ah/transport//require ; EOF (Pass incoming ssh packets to 10.6.10.50, block other tcp packets) This works under fresh 7-CURRENT(FAST_IPSEC). On fresh 6-STABLE (neither FAST_IPSEC nor