xpdf not finding fonts

2003-07-17 Thread Benjamin Mayer
I am running 5.1-RELEASE I did a 'portinstall -r xpdf'. When I try to open a pdf
 the text is not displayed, and xpdf drops errors like:

Error: Failed to open font: '-*-times-medium-r-normal-*-14-*-*-*-*-*-iso8859-1'
Error: Failed to open font: '-*-times-medium-r-normal-*-14-*-*-*-*-*-iso8859-1'
Error: Couldn't find a font for 'Times-Roman'

So I need the Times-Roman font along with a whole list of others. There are so many 
fonts packages in the ports 
tree. Anyone have an idea which one I would need to make this work?


Thank you,

Ben
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


profiling

2003-06-12 Thread Benjamin Mayer
I am looking to do profiling of one of my programs. I know about gprof and cachegrind 
for linux but was wondering if there are other tools that are recommended to have or 
to use instead. The test systems I have access to are Linux, FreeBSD, and some nice 
Sun machines.

Thank you,

Ben Mayer
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Converting Linux passwd to FreeBSD

2003-06-09 Thread Benjamin Mayer
On Tue, 10 Jun 2003 08:25:27 +0700 (ICT)
Olivier Nicole <[EMAIL PROTECTED]> wrote:

> > Is anyone familiar with a tool to convert my Linux passwd files to FreeBSD
> > so I don't have to manually recreate the accounts?
> 
> I'd say, as the passwords are cripted with a non reversible function,
> either both systems use the same function and you don't have to
> convert anything, else you're dead. There is no way to get the clear
> text password knowing the crypted one, so there is no way to convert.

If they are not the same function you could always dictionary and brute force attack 
the passwords. In my experience this should get you most of the passwords. The ones 
you dont get you may have to have people assign a new password for themselves.

I know it is not pretty, but if worst comes to worst.

Ben
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"