Re: SpamAssassin

2005-09-16 Thread Roland Kuebert
Hi,

> While SpamAssassin itself seems to be installed, 
> what is apparently missing is the utility sa-learn which is needed to update 
> the Bayesian database. It's not in the path, and I scoured the hard disk with 
> "locate" - it's not there. No man page for sa-learn either.

On 3.7-stable, I get:

% pkg_info -L p5-Mail-SpamAssassin | grep sa-learn
/usr/local/bin/sa-learn
/usr/local/man/man1/sa-learn.1
%

Regards,

Roland



Re: Konqueror, Crypto and Https problems

2005-09-25 Thread Roland Kuebert
Hi,

Chris wrote:
> Hello.
> 
> Another KDE problem.  When I am using Konqueror, and I try to access a
> website using https it fails giving me this error within the browser
> window.  Here is an example:
> 
> 
> An error occurred while loading
> https://webauth.comcast.net/auth/login?url=http%253A%252F%252Fwww.comcast.net%252Fqry%252Fgoto%253Fapp%253Dmail%2526CM.src%253Dtop:
> 
> 
> The process for the https://webauth.comcast.net protocol died unexpectedly.

Https works for me, no problems as far as i can see.

> At first, I thought it was simply a konqueror icompatability with the
> specific website, but I soon found out this happened on all https
> sites.  After poking around, I went to settings:configure konqueror,
> then I clicked on "Crypto".  When I did that, the konqueror configurator
> (or whatever you call the window that let's you configure konqueror)
> crashed out entirely -- no errors.

That works for me too.

I'm running kdebase-3.4.2p0 on 3.8/i386 as of September 23.

Regards,

Roland



Re: Multi boot question XP and Openbsd after installation

2005-10-09 Thread Roland Kuebert
Hi,

[EMAIL PROTECTED] wrote:
> hello, 
> 
> I have installed Openbsd on my computer.
> The manual says now for multi-booting with XP you must
> do dd if=/dev/rsd0a of=openbsd.pbr bs=512 count=1
> 
> but if i do this i get a error-message that rsd0a does not exist
> 
> how can i make this right.

Try to replace rsd0a (which you would use if you had a SCSI disk) with
rwd0a.

Regards,

Roland