search for: spefifi

Displaying 2 results from an estimated 2 matches for "spefifi".

Did you mean: specifi
2013 Aug 13
3
[Bug 844] New: Can set apparently invalid netmask for hash:ip
https://bugzilla.netfilter.org/show_bug.cgi?id=844 Summary: Can set apparently invalid netmask for hash:ip Product: ipset Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: default AssignedTo: netfilter-buglog at lists.netfilter.org
2010 Jul 21
0
[PATCH] RFC: Advanced Storage Configuration
...# CHECK: is check_existing_hostvg really doing the above ? + # Rather it seems to allow going through with the + # overwrite, if the VG is restricted to the specified + # disk(s), as opposed to the stated above, which expects + # halting if the VG simply exists in the spefified disk(s) + check_existing_hostvg "$HOSTVGDRIVE" devs "HostVG" existingHostVG=$? + existingAppVG=1 + if [ -n "$APPVGDRIVE" ]; then + check_existing_hostvg "$APPVGDRIVE" devs "AppVG" + existingAppVG...