This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Strange stap error...


Hi Steve,

On Sat, 2009-12-19 at 12:45 -0500, Steve Dickson wrote:
> I'm getting the following error:
> 
> $ sudo ~/bin/stap -g inode_permission.stp 
> gpg: no default secret key: No secret key
> gpg: signing failed: No secret key
> [...]
> Using a relativity new kernel...
> 
> $ uname -a
> Linux redhat 2.6.32-2.nfs41.el6.x86_64.debug #1 SMP Fri Dec 18 08:42:45 EST 2009 x86_64 GNU/Linux

Looks like your kernel-devel package wants to produce signed modules but
gpg doesn't know what signature to use. You might get some more
information when using stap -vp 00004 (add 4 to verbose for pass 5,
which is the compile step).

Cheers,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]