Displaying 3 results from an estimated 3 matches for "blockfil".
Did you mean:
blockfile
2008 Dec 23
2
Bash Script for Beginners! oh dear :'(
Hey guys,
I'm a bit of a beginner (understatement!) with shell scripting and
seek help! I am setting up our new squid proxy. Its working a treat
and squidGuard is the icing on the cake. But, I am trying to write a
shell script to search through our black list category's for
squidGuard and remove the parsed value;
Scenario:
/some/directory/where/blacklist/is/stored contains about 40-50
2010 Apr 23
5
Data movement across filesystems within a pool
I would have thought that the file movement from one FS to another within the same pool would be almost instantaneous. Why does it take to platter for such a movement?
# time cp /tmp/blockfile /pcshare/1gb-tempfile
real 0m5.758s
# time mv /pcshare/1gb-tempfile .
real 0m4.501s
Both FSs are with compression=off. /tmp is RAM.
-devsk
--
This message posted from opensolaris.org
2007 Mar 30
0
Wine release 0.9.34
...ine.
secur32: Replace const pointer parameters with correct pointers to const.
comctl32: Constify some variables.
comctl32: Constify some variables.
comctl32: Constify some variables.
comctl32: Cast-qual warnings fix.
Aric Stewart (3):
ole32: Rework storage with blockfiles to properly use ILockBytes interfaces.
Revert 7c35db07c35db0... msiexec: Use CommandLineToArgvW instead of process_args to reduce code duplication.
imm32: Change the default IME window to better reflect applications request.
Chris Robinson (15):
quartz: Hold a reference on a fi...