2009/4/1 Clinton James <[email protected]>:
> Hi
>
> I've installed Aide 0.13.1-39.36.1  (i586) using Yast on OpenSuse 11.1.
>
> Straight out of the box I ran
>
> MySuse:~ # aide --init
>
> which reulted in
> Caught SIGBUS/SEGV. Exiting
> Aborted
>
> Please advise this noob what to do next. Help much appreciated.

Well I would normally run strace or gdb on the program to see where it
is segfaulting. I would also check the OpenSuSE bug database to see if
its a known issue. To trace it in gdb, I normally do a


gdb aide
run --init
<wait for it to crash>
backtrace

then send that information to the list to see if its something
codewise or something that OpenSuSE needs to deal with.


-- 
Stephen J Smoogen. -- BSD/GNU/Linux
How far that little candle throws his beams! So shines a good deed
in a naughty world. = Shakespeare. "The Merchant of Venice"
_______________________________________________
Aide mailing list
[email protected]
https://mailman.cs.tut.fi/mailman/listinfo/aide

Reply via email to