search for: whaverer

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

Did you mean: whatever
2007 Apr 16
10
zfs send/receive question
...on has been modified since most recent snapshot is there any way to do such replication by zfs send/receive and avoind such error message? Is there any way to force file system not to be mounted? Is there any way to make it maybe read only parition and then when its needed maybe make it live or whaverer? what I dont understand is that I did try to remove old snaps and still was getting those errors... Any suggestions? or advice as how I should proceed with this? Chris
2006 May 17
4
Variable Inheritance - Set in Child, Read by Parent
Here's what I'm doing: 1. I set __FOO=0 in the current context. 2. I use Dial() and the M(testvar) macro call. 3. The macro-testvar can see ${FOO} just fine. 4. the macro-testvar modifies FOO. I tried: Set(__FOO=1) Set(_FOO=1) Set(FOO=1) 5. When the Dial()ed call hangs up, and the original context continues, FOO is still 0.