Displaying 6 results from an estimated 6 matches for "kblock".
Did you mean:
block
2001 Jun 06
0
snk authentication
...amp;k2, &k3, &k4, &k5, &k6, &k7);
+ if(x != 8)
+ return(1);
+ k[0] = k0;
+ k[1] = k1;
+ k[2] = k2;
+ k[3] = k3;
+ k[4] = k4;
+ k[5] = k5;
+ k[6] = k6;
+ k[7] = k7;
+ return(0);
+}
+
+
+
+int do_snk(char *chal, char *pass, char *rbuf) {
+ des_key_schedule keysched;
+ des_cblock kblock;
+ char buf[12];
+ char cbuf[12];
+ int i;
+ int j;
+ unsigned long kval = 0;
+
+ /* set up a key from the shared secret */
+ if(make_key_sched(pass,kblock)) {
+ strcpy(rbuf,"Cannot decode user secret key");
+ return(1);
+ }
+ for(i=0; i < 64; i++)pass[i]=0;
+
+ des_set_ke...
2018 Jan 29
2
Stale locks on shards
...018 10:50 am, "Samuli Heinonen" <samppah at neutraali.net> wrote:
Hi!
Yes, thank you for asking. I found out this line in the production
environment:
lgetxattr("/tmp/zone2-ssd1-vmstor1.s6jvPu//.shard/f349ffbd-
a423-4fb2-b83c-2d1d5e78e1fb.32", "glusterfs.clrlk.tinode.kblocked",
0x7f2d7c4379f0, 4096) = -1 EPERM (Operation not permitted)
I was expecting .kall instead of .blocked,
did you change the cli to kind blocked?
And this one in test environment (with posix locks):
lgetxattr("/tmp/g1.gHj4Bw//file38", "glusterfs.clrlk.tposix.kblocked",...
2018 Jan 29
0
Stale locks on shards
...t>
> wrote:
>
>> Hi!
>>
>> Yes, thank you for asking. I found out this line in the production
>> environment:
>>
> lgetxattr("/tmp/zone2-ssd1-vmstor1.s6jvPu//.shard/f349ffbd-a423-4fb2-b83c-2d1d5e78e1fb.32",
>> "glusterfs.clrlk.tinode.kblocked", 0x7f2d7c4379f0, 4096) = -1 EPERM
>> (Operation not permitted)
>
> I was expecting .kall instead of .blocked,
> did you change the cli to kind blocked?
>
Yes, I was testing this with different commands. Basicly it seems that
name of the attribute is
glusterfs.clrlk.t{...
2018 Jan 29
0
Stale locks on shards
Hi,
Did you find the command from strace?
On 25 Jan 2018 1:52 pm, "Pranith Kumar Karampuri" <pkarampu at redhat.com>
wrote:
>
>
> On Thu, Jan 25, 2018 at 1:49 PM, Samuli Heinonen <samppah at neutraali.net>
> wrote:
>
>> Pranith Kumar Karampuri kirjoitti 25.01.2018 07:09:
>>
>>> On Thu, Jan 25, 2018 at 2:27 AM, Samuli Heinonen
2011 Jun 30
2
Saving fExtremes estimates and k-block return level with confidence intervals.
I am estimating a large model by groups. How do you save the results and?returns
the associated quantiles?
For this example I need a data frame
n?? ?xi??????? mu????????beta
1?? 0.1033614? 2.5389580 0.9092611
2? ?0.3401922? 0.5192882 1.5290615
3?? 0.5130798? 0.5668308 1.2105666
I also want to apply gevrlevelPlot() for each "n" or group.
?
#Example
n <- c(1, 1, 1, 1, 1, 1, 2, 2, 2,
2018 Jan 25
2
Stale locks on shards
On Thu, Jan 25, 2018 at 1:49 PM, Samuli Heinonen <samppah at neutraali.net>
wrote:
> Pranith Kumar Karampuri kirjoitti 25.01.2018 07:09:
>
>> On Thu, Jan 25, 2018 at 2:27 AM, Samuli Heinonen
>> <samppah at neutraali.net> wrote:
>>
>> Hi!
>>>
>>> Thank you very much for your help so far. Could you please tell an
>>> example