Displaying 9 results from an estimated 9 matches for "update_key".
2006 Feb 01
2
Dundi key Problem
I am getting the following message when trying to lookup up a number via
Dundi:
Feb 1 13:39:24 NOTICE[20146]: pbx_dundi.c:1309 update_key: No such key
'office.pbx.bluegrass.net.pub' for creating RSA encrypted shared key for
'00:a0:c9:55:91:89'!
I have created keys on each box with "astgenkey -n
office.pbx.bluegrass.net" using the host name for each box of course.
I then copied the .pub files to the /var/l...
2012 May 27
0
[RFC PATCH] Decrease Metadata Fragment Using A Caterpillar Band Method
...le *trans,
struct btrfs_root *root,
diff -urpN a/fs/btrfs/delayed-ref.h b/fs/btrfs/delayed-ref.h
--- a/fs/btrfs/delayed-ref.h 2012-05-21 18:42:51.000000000 +0000
+++ b/fs/btrfs/delayed-ref.h 2012-05-27 19:12:16.839574840 +0000
@@ -63,6 +63,7 @@ struct btrfs_delayed_extent_op {
unsigned int update_key:1;
unsigned int update_flags:1;
unsigned int is_data:1;
+ u8 cater_index_factor;
};
/*
diff -urpN a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c
--- a/fs/btrfs/extent-tree.c 2012-05-21 18:42:51.000000000 +0000
+++ b/fs/btrfs/extent-tree.c 2012-05-27 19:12:16.865575580 +0000
@@ -86,11 +86...
2004 Nov 28
1
asterisk compile errors - pbx_dundi.c -help
Hi,
Reviewing the archives I saw /2004-October/070314.html from Tim Lewis. His error is almost identical to mine i.e. when "make clean; make install" in asterisk sub dir, I get the following:
pbx_dundi.c:54:18: zlib.h: No such file or directory
pbx_dundi.c: In function `update_key':
pbx_dundi.c:1315: warning: implicit declaration of function `crc32'
pbx_dundi.c: In function `dundi_decrypt':
pbx_dundi.c:1371: warning: implicit declaration of function `uncompress'
pbx_dundi.c:1371: error: `Z_OK' undeclared (first use in this function)
pbx_dundi.c:1371: erro...
2005 Jan 20
0
latest cvs will not compile
Good day,
I just downloaded the latest CVS and it will not compile. This is the error
I receive:
pbx_dundi.c:54:18: zlib.h: No such file or directory
pbx_dundi.c: In function `update_key':
pbx_dundi.c:1313: warning: implicit declaration of function `crc32'
pbx_dundi.c: In function `dundi_decrypt':
pbx_dundi.c:1369: warning: implicit declaration of function `uncompress'
pbx_dundi.c:1369: `Z_OK' undeclared (first use in this function)
pbx_dundi.c:1369: (Each...
2005 Mar 21
0
Compile error for minimal install of Redhat 9.0 [SOLVED]
pbx_dundi.c: In function `update_key':
pbx_dundi.c:1312: warning: implicit declaration of function `crc32'
pbx_dundi.c: In function `dundi_decrypt':
pbx_dundi.c:1368: warning: implicit declaration of function `uncompress'
pbx_dundi.c:1368: `Z_OK' undeclared (first use in this function)
pbx_dundi.c:1368: (Each undec...
2004 Sep 27
3
Asterisk Compile error
I'm trying to compile the voicemail module with mysql support and I get this
error on the chan_zap module .
Does anyone have any idea's on this one..
chan_zap.c: In function `handle_init_event':
chan_zap.c:5668: error: `ZT_EVENT_POLARITY' undeclared (first use in this
function)
chan_zap.c:5668: error: (Each undeclared identifier is reported only once
chan_zap.c:5668: error: for
2005 Aug 23
1
latest CVS on Mandrake 9.2 Mini ITX
...e -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE -O6 -march=i586 -DZAPTEL_OPTIMIZATIONS
-fomit-frame-pointer -fPIC -c -o pbx_dundi.o pbx_dundi.c
pbx_dundi.c:31:18: zlib.h: No such file or directory
pbx_dundi.c: In function `update_key':
pbx_dundi.c:1311: warning: implicit declaration of function `crc32'
pbx_dundi.c: In function `dundi_decrypt':
pbx_dundi.c:1367: warning: implicit declaration of function `uncompress'
pbx_dundi.c:1367: error: `Z_OK' undeclared (first use in this function)
pbx_dundi.c:1367: erro...
2011 Oct 06
26
[PATCH v0 00/18] btfs: Subvolume Quota Groups
This is a first draft of a subvolume quota implementation. It is possible
to limit subvolumes and any group of subvolumes and also to track the amount
of space that will get freed when deleting snapshots.
The current version is functionally incomplete, with the main missing feature
being the initial scan and rescan of an existing filesystem.
I put some effort into writing an introduction into
2011 Oct 04
68
[patch 00/65] Error handling patchset v3
Hi all -
Here''s my current error handling patchset, against 3.1-rc8. Almost all of
this patchset is preparing for actual error handling. Before we start in
on that work, I''m trying to reduce the surface we need to worry about. It
turns out that there is a ton of code that returns an error code but never
actually reports an error.
The patchset has grown to 65 patches. 46 of them