Re: FreeBSD with Duel Processors

2007-05-06 Thread Paul Schmehl
--On May 5, 2007 8:49:09 PM -0500 Martin McCormick 
[EMAIL PROTECTED] wrote:



Is there anything special I need to do to make FreeBSD6.2 make
use of both CPU's on a Dell 2650 mother board?

Yes.  You will need to compile a custom kernel.  It could be as simple as 
adding Option SMP to a GENERIC kernel and then recompiling.


See this section of the Handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-custom-kernel.html

Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/


Ports forbids me to install compat3x-i386

2007-05-06 Thread Stevan Tiefert
Hello list,

I need to install the port misc/compat3x-i386 as a dependency for the
port audio/mbrola. The port misc/compat3x-i386 is marked as IGNORE and
it returns an error after portinstall compat3x-i386:

vagabund# portinstall compat3x-i386
** Port marked as IGNORE: misc/compat3x:
is forbidden: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath
- not fixed / no lib available
vagabund# 

With regards
Stevan Tiefert







___ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports forbids me to install compat3x-i386

2007-05-06 Thread Stevan Tiefert
Am Sonntag, den 06.05.2007, 13:49 +0200 schrieb Stevan Tiefert:
 Hello list,
 
 I need to install the port misc/compat3x-i386 as a dependency for the
 port audio/mbrola. The port misc/compat3x-i386 is marked as IGNORE and
 it returns an error after portinstall compat3x-i386:
 
 vagabund# portinstall compat3x-i386
 ** Port marked as IGNORE: misc/compat3x:
 is forbidden: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath
 - not fixed / no lib available
 vagabund# 
 
 With regards
 Stevan Tiefert
 

Excuse me all, I ' ve forgot the question:

How can I install the port compat3x-i386?




___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


.mailrc file

2007-05-06 Thread Olivier Regnier

Hello,

I have a question for you, it is possible to execute a shell script with 
.mailrc file ?

By example : set sendmail=/root/scripts/test.sh

On my FreeBSD that doesn't work at all.

Can you help me please ?

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


Re: .mailrc file

2007-05-06 Thread Stevan Tiefert
Am Sonntag, den 06.05.2007, 14:54 +0200 schrieb Olivier Regnier:
 Hello,
 
 I have a question for you, it is possible to execute a shell script with 
 .mailrc file ?
 By example : set sendmail=/root/scripts/test.sh
 
 On my FreeBSD that doesn't work at all.
 
 Can you help me please ?
 
 Thank you :)
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

man 1 mail says you can do that.





___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


font problems in firefox, thunderbird,.. gtk?

2007-05-06 Thread Jan Zach
Hi,

after system and ports upgrade I have problems with fonts in some apps - 
firefox, thunderbird, gthumb, liferea and so on. It is probably related to the 
underlying toolkit - gtk2?
The problem is that sometimes (not regularly) the app system fonts are not that 
expected ones but they are proportional and blurred - almost unreadable. 
Usually it helps to restart the app, sometimes more than once. I was searching 
the Internet, experimenting with xorg.conf and installed fonts, font cache etc. 
but got no results. With my previous installation I have had similar problems 
but really seldom not on regular basis as now.
I will appreciate any help it is really annoying
Thanks,
jan

my apps versions:
FreeBSD golem 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2
xorg-6.9.0
windowmaker-0.92.0_2
gtk-1.2.10_17
gtk-2.10.9_1
firefox-2.0.0.2,1
thunderbird-1.5.0.10

xorg.conf snippet
---
Loadtype1
Loadspeedo
Loadfreetype
Loadxtt
Loadglx
Loaddri
Loadrecord
Loadextmod
Loaddrm
Loadxtrap

Section Files
ModulePath /usr/X11R6/lib/modules
RgbPath/usr/X11R6/lib/X11/rgb

FontPath   /usr/X11R6/lib/X11/fonts/TrueType/
FontPath   /usr/X11R6/lib/X11/fonts/freefont/
FontPath   /usr/X11R6/lib/X11/fonts/freefont-ttf/
FontPath   /usr/X11R6/lib/X11/fonts/webfonts/
FontPath   /usr/X11R6/lib/X11/fonts/local/
FontPath   /usr/X11R6/lib/X11/fonts/misc/
FontPath   /usr/X11R6/lib/X11/fonts/Type1/
FontPath   /usr/X11R6/lib/X11/fonts/CID/
FontPath   /usr/X11R6/lib/X11/fonts/Speedo/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

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


Re: font problems in firefox, thunderbird,.. gtk?

2007-05-06 Thread Victor Engmark

On 5/6/07, Jan Zach [EMAIL PROTECTED] wrote:


after system and ports upgrade I have problems with fonts in some apps -
firefox, thunderbird, gthumb, liferea and so on. It is probably related to
the underlying toolkit - gtk2?
The problem is that sometimes (not regularly) the app system fonts are not
that expected ones but they are proportional and blurred - almost
unreadable. Usually it helps to restart the app, sometimes more than once. I
was searching the Internet, experimenting with xorg.conf and installed
fonts, font cache etc. but got no results. With my previous installation I
have had similar problems but really seldom not on regular basis as now.



Have you used the handbook section regarding
fontshttp://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-fonts.html,
especially the part regarding editing /usr/X11R6/etc/fonts/local.conf? For
the most part it works. If you have, could you post a (small) screenshot
with an example?

--
Victor Engmark
Quidquid latine dictum sit, altum videtur - What is said in Latin, sounds
profound
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ppp.conf + resolv.conf

2007-05-06 Thread JD Bronson

I am using 6.2 as a DSL (PPPoE) router and also run my own internal DNS
on the same machine. I would like to APPEND my ISP's dished out DNS 
servers to my current resolv.conf but anytime I enable dns in my 
ppp.conf it nukes my entire resolv.conf!


I am looking to end up with this:

% cat /etc/resolv.conf
domain mydomain
nameserver 192.168.1.1
nameserver ISP's DNS
nameserver ISP's DNS


How do I do this and still retain my own entries in resolv.conf?
If I was using DHCPclient, I could edit dhclient.conf of course but 
PPPoE does not consult this file during negotiation that I am aware of.


Any comments will be appreciated...

-JD


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


sending email with perl

2007-05-06 Thread Olivier Regnier

Hello,

I written a small script in perl to send email.

Here is the code:

#!/usr/bin/perl -w
use strict;
use warnings;
use MIME::Lite;

my $msg = new MIME::Lite
From ='[EMAIL PROTECTED]',
To ='[EMAIL PROTECTED]',
Subject ='test',
Type ='TEXT',
Data ='Hello this is a test';
$msg - send;

I have a .mailrc file :
set sendmail=/root/scripts/nbsmtp.sh

I installed a small mta nbsmtp and i use a shell script called nbsmtp.sh 
with this line :
/usr/local/bin/nbsmtp -f [EMAIL PROTECTED] -h ssl0.ovh.net -d elipse -p 465 
-U [EMAIL PROTECTED] -P password -M l -s -V


When i execute perl script, there is nothing, why i don't know. That 
work well if i writte in /etc/mail/mailer.conf this line:

sendmail /root/scripts/nbsmtp.sh

With .mailrc that doesn't work.Can you help me please ?

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


Freebsd-update and update of jails

2007-05-06 Thread Patrick Lamaizière
EHLO,

Is there a way to use freebsd-update and use it to update the main host and 
serveral jails ?

To update my jails (from the main host) i make a buildworld and then :
mergemaster -p -D /thejail
make installworld DESTDIR=/thejail
mergemaster -D /thejail

How i can use binary update and then update the jails? I would like to avoid 
a make buildworld, so may be i can use freebsd-update for the main host and 
another method for the jails?

(I just discovered freebsd-update, it is cool).

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


make Buildworld fails...why?

2007-05-06 Thread Mark Stout
Hello,

I've been trying to upgrade a 5.4-RELEASE to 6.2-RELEASE and having a bit of
a problem.

Downloaded and untar's the source files for base, catpages, dict, doc,
games, info, manpages, proflibs, and src directories per INSTALL.TXT in the
releases/.../src directory after backing up my local /etc and /usr/local/etc
directories.

I've tweaked the GENERIC kernel config file and renamed is RADIUS2

While in /usr/src I did a 'make buildworld'.

  I do okay until I get to stage 2.3: build tools.  There I get to the
following error when compiling make_hash.  Can anyone help me determine why
this is failing?  Were my upgrade procedures

cc -o
make_hash -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/.
./../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses
/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS  -I/usr/o
bj/usr/src/tmp/legacy/usr/include -DMAIN_PROGRAM
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c
In file included from /usr/src/lib/libncurses/curses.h:42,
 from /usr/src/lib/libncurses/curses.priv.h:25,
 from
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:40:
./unctrl.h:57: error: syntax error before char
./unctrl.h:57: warning: type defaults to `int' in declaration of `unctrl'
./unctrl.h:57: warning: data definition has no type or storage class
In file included from
/usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:42:
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:119: error:
syntax error before _nc_tracing
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:119: warning:
type defaults to `int' in declaration of `_nc_tracing'
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:119: warning:
data definition has no type or storage class
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:120: error:
syntax error before _nc_tracef
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:120: error:
syntax error before GCC_PRINTFLIKE
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:121: error:
syntax error before _nc_visbuf
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:121: warning:
type defaults to `int' in declaration of `_nc_visbuf'
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:121: warning:
data definition has no type or storage class
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:122: error:
syntax error before _nc_visbuf2
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:122: warning:
type defaults to `int' in declaration of `_nc_visbuf2'
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:122: warning:
data definition has no type or storage class
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:153: error:
syntax error before _nc_curr_token
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:153: warning:
type defaults to `int' in declaration of `_nc_curr_token'
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:153: warning:
data definition has no type or storage class
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:163: error:
syntax error before _nc_key_names
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:163: warning:
type defaults to `int' in declaration of `_nc_key_names'
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:163: warning:
data definition has no type or storage class
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:181: error:
syntax error before _nc_tinfo_fkeys
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:181: warning:
type defaults to `int' in declaration of `_nc_tinfo_fkeys'
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:181: warning:
data definition has no type or storage class
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:206: error:
syntax error before _nc_tparm_err
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:206: warning:
type defaults to `int' in declaration of `_nc_tparm_err'
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:206: warning:
data definition has no type or storage class
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:208: error:
syntax error before _nc_info_hash_table
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:208: warning:
type defaults to `int' in declaration of `_nc_info_hash_table'
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:208: warning:
data definition has no type or storage class
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:209: error:
syntax error before _nc_cap_hash_table
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:209: warning:
type defaults to `int' in declaration of `_nc_cap_hash_table'
/usr/src/lib/libncurses/../../contrib/ncurses/include/tic.h:209: warning:
data definition has no type or storage class

Re: Freebsd-update and update of jails

2007-05-06 Thread lveax

On 5/6/07, Patrick Lamaizière [EMAIL PROTECTED] wrote:

EHLO,

Is there a way to use freebsd-update and use it to update the main host and
serveral jails ?

To update my jails (from the main host) i make a buildworld and then :
mergemaster -p -D /thejail
make installworld DESTDIR=/thejail
mergemaster -D /thejail

How i can use binary update and then update the jails? I would like to avoid
a make buildworld, so may be i can use freebsd-update for the main host and
another method for the jails?

(I just discovered freebsd-update, it is cool).


just use

freebsd-update -b /thejail fetch update
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


quiet port update

2007-05-06 Thread Tsu-Fan Cheng

Hi,
   just these days, I csup tp update ports from cvsup3 and 4 but turns out
nothing to update/// it looks a bit unusual to me, it's everything alright
or did I do something wrong?? thank you!!

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


Re: Ports forbids me to install compat3x-i386

2007-05-06 Thread Frank Staals

Stevan Tiefert wrote:

Am Sonntag, den 06.05.2007, 13:49 +0200 schrieb Stevan Tiefert:
  

Hello list,

I need to install the port misc/compat3x-i386 as a dependency for the
port audio/mbrola. The port misc/compat3x-i386 is marked as IGNORE and
it returns an error after portinstall compat3x-i386:

vagabund# portinstall compat3x-i386
** Port marked as IGNORE: misc/compat3x:
is forbidden: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath
- not fixed / no lib available
vagabund# 


With regards
Stevan Tiefert




Excuse me all, I ' ve forgot the question:

How can I install the port compat3x-i386?

  
Most probably the answer would be you can't. It isn't marked IGNORE 
for no reason ;) Take a look at audio/linux-mbrola if you want mbrola 
though, that way you'll avoid the compat3x problem ( you will need linux 
compatiblity enabled in return though ( but I guess that isn't much of a 
problem )) 


--
-Frank Staals


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


Re: quiet port update

2007-05-06 Thread Frank Staals

Tsu-Fan Cheng wrote:

Hi,
   just these days, I csup tp update ports from cvsup3 and 4 but turns 
out
nothing to update/// it looks a bit unusual to me, it's everything 
alright

or did I do something wrong?? thank you!!

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


The portstree is currently frozen because of the Xorg 7.2 Merge so that 
might be an explanation :)


--
-Frank Staals


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


Re: Ports forbids me to install compat3x-i386

2007-05-06 Thread Theorem


Stevan Tiefert wrote:

I need to install the port misc/compat3x-i386 as a dependency for the
port audio/mbrola. The port misc/compat3x-i386 is marked as IGNORE and
it returns an error after portinstall compat3x-i386:

vagabund# portinstall compat3x-i386
** Port marked as IGNORE: misc/compat3x:
is forbidden: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath
- not fixed / no lib available


How can I install the port compat3x-i386?


'make install' ?

The port you're trying to install ( mbrola ) is binary only and requires 
libraries that are no longer either 1. in the expected locations or 2. replaced 
by something better.   I suspect since the maintainer for compat3x listed as 
[EMAIL PROTECTED] then there's not much you can do other than mail that list.


	If you decide to hack up your own BSD dist, drag in the binary from ports, and 
keep adding libraries to your system.  The errors from the binary should point 
out what's wrong and what to add next.


Not much help, good luck.


Theorem

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


Re: find and timezone

2007-05-06 Thread Lowell Gilbert
Ernest Sales [EMAIL PROTECTED] writes:

 Could someone explain why this works fine:

 # find . -newermt May 2 12:00:09 CET 2007
 [...]
 #

 ...whereas this doesn't:

 # find . -newermt May 2 12:00:09 CEST 2007
 find: Can't parse date/time: May 2 12:00:09 CEST 2007
 #

 (CET: Central European Time, ...S...: Summer)

I don't really know the details, but /usr/share/zoneinfo seems to
define CET and not CEST.  If you figure out the syntax, it should be
easy to add the extra abbreviations.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sending email with perl

2007-05-06 Thread Jeffrey Goldberg

On May 6, 2007, at 10:48 AM, Olivier Regnier wrote:


Hello,

I written a small script in perl to send email.

Here is the code:

#!/usr/bin/perl -w
use strict;
use warnings;
use MIME::Lite;

my $msg = new MIME::Lite
From ='[EMAIL PROTECTED]',
To ='[EMAIL PROTECTED]',
Subject ='test',
Type ='TEXT',
Data ='Hello this is a test';
$msg - send;

I have a .mailrc file :
set sendmail=/root/scripts/nbsmtp.sh


Perl isn't going to know or care about what is in your .mailrc file.

You should replace

  $msg - send

with something like

  $msg - send || die Could not send: $!

to at least get some idea of where the send attempt is failing


I installed a small mta nbsmtp and i use a shell script called  
nbsmtp.sh with this line :
/usr/local/bin/nbsmtp -f [EMAIL PROTECTED] -h ssl0.ovh.net -d elipse -p  
465 -U [EMAIL PROTECTED] -P password -M l -s -V


I don't know anything about nbsmtp, but if it sets up an SMTP daemon  
on localhost then you can use the perl module Mail:Mailer to set up  
the mailer with something like


  $mailer = new  Mail::Mailer 'smtp', Server = 'localhost' ;

-j


--
Jeffrey Goldberghttp://www.goldmark.org/jeff/

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


RE: ppp.conf + resolv.conf

2007-05-06 Thread Bob
Be sure you have this statement in your ppp.conf

enable dns

# Gets the ISP's DNS IP address  places them
# in resolv.conf for reference by FBSD.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of JD Bronson
Sent: Sunday, May 06, 2007 11:40 AM
To: freebsd-questions@freebsd.org
Subject: ppp.conf + resolv.conf

I am using 6.2 as a DSL (PPPoE) router and also run my own internal DNS
on the same machine. I would like to APPEND my ISP's dished out DNS
servers to my current resolv.conf but anytime I enable dns in my
ppp.conf it nukes my entire resolv.conf!

I am looking to end up with this:

% cat /etc/resolv.conf
domain mydomain
nameserver 192.168.1.1
nameserver ISP's DNS
nameserver ISP's DNS


How do I do this and still retain my own entries in resolv.conf?
If I was using DHCPclient, I could edit dhclient.conf of course but
PPPoE does not consult this file during negotiation that I am aware of.

Any comments will be appreciated...

-JD


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

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


Re: Ports forbids me to install compat3x-i386 [SOLVED]

2007-05-06 Thread Stevan Tiefert
Am Sonntag, den 06.05.2007, 12:27 -0400 schrieb Theorem:
 Stevan Tiefert wrote:
  I need to install the port misc/compat3x-i386 as a dependency for the
  port audio/mbrola. The port misc/compat3x-i386 is marked as IGNORE and
  it returns an error after portinstall compat3x-i386:
 
  vagabund# portinstall compat3x-i386
  ** Port marked as IGNORE: misc/compat3x:
  is forbidden: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath
  - not fixed / no lib available
 
  How can I install the port compat3x-i386?
 
 'make install' ?
 
 The port you're trying to install ( mbrola ) is binary only and requires 
 libraries that are no longer either 1. in the expected locations or 2. 
 replaced 
 by something better.   I suspect since the maintainer for compat3x listed as 
 [EMAIL PROTECTED] then there's not much you can do other than mail that list.
 
   If you decide to hack up your own BSD dist, drag in the binary from 
 ports, and 
 keep adding libraries to your system.  The errors from the binary should 
 point 
 out what's wrong and what to add next.
 
 Not much help, good luck.
 
 
 Theorem
 

Don't see it pessimistic... Your answer is showing me, that something is
there for me to do :-)

Thanks.







___ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports forbids me to install compat3x-i386

2007-05-06 Thread Stevan Tiefert
Am Sonntag, den 06.05.2007, 18:23 +0200 schrieb Frank Staals:
 Stevan Tiefert wrote:
  Am Sonntag, den 06.05.2007, 13:49 +0200 schrieb Stevan Tiefert:

  Hello list,
 
  I need to install the port misc/compat3x-i386 as a dependency for the
  port audio/mbrola. The port misc/compat3x-i386 is marked as IGNORE and
  it returns an error after portinstall compat3x-i386:
 
  vagabund# portinstall compat3x-i386
  ** Port marked as IGNORE: misc/compat3x:
  is forbidden: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath
  - not fixed / no lib available
  vagabund# 
 
  With regards
  Stevan Tiefert
 
  
 
  Excuse me all, I ' ve forgot the question:
 
  How can I install the port compat3x-i386?
 

 Most probably the answer would be you can't. It isn't marked IGNORE 
 for no reason ;) Take a look at audio/linux-mbrola if you want mbrola 
 though, that way you'll avoid the compat3x problem ( you will need linux 
 compatiblity enabled in return though ( but I guess that isn't much of a 
 problem )) 
 

I will use linux-mbrola only the manual adding of missing libs is
unsuccessful. Something to do for me this night :-)

Thanks for your answer!!!




___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: ppp.conf + resolv.conf

2007-05-06 Thread JD Bronson

At 01:12 PM 5/6/2007 -0400, Bob wrote:

Be sure you have this statement in your ppp.conf

enable dns

# Gets the ISP's DNS IP address  places them
# in resolv.conf for reference by FBSD.


But this overwrites my resolv.conf doesnt it?
thats what I am trying to avoid

-JD 


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


Re: ppp.conf + resolv.conf

2007-05-06 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

JD Bronson wrote:
 I am using 6.2 as a DSL (PPPoE) router and also run my own internal DNS
 on the same machine. I would like to APPEND my ISP's dished out DNS
 servers to my current resolv.conf but anytime I enable dns in my
 ppp.conf it nukes my entire resolv.conf!
 
 I am looking to end up with this:
 
 % cat /etc/resolv.conf
 domain mydomain
 nameserver 192.168.1.1
 nameserver ISP's DNS
 nameserver ISP's DNS
 
 
 How do I do this and still retain my own entries in resolv.conf?
 If I was using DHCPclient, I could edit dhclient.conf of course but
 PPPoE does not consult this file during negotiation that I am aware of.
 
 Any comments will be appreciated...

As you say, PPP doesn't let you append extra servers to what it receives
automatically.  Your best recourse then is to find out the IP numbers
of your ISPs DNS machines -- either by consulting the ISP's documentation
or web site, by asking their support team or by looking at the results
obtained by running PPP with 'enable dns'.

Then make sure your ppp.conf does not overwrite your /etc/resolv.conf on
connection, and just edit resolv.conf to insert the IP numbers you've
discovered.  A static resolv.conf will serve you well enough. After all,
it's not like your ISP will be changing their DNS servers every few hours.

Cheers,

Matthew

- -- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.3 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGPhE08Mjk52CukIwRCHDoAJ93yd9gz56ky1YZHKTfHo6FZINmcQCeMsqI
6tA7krSkXceKhswQO/As+eo=
=ITCJ
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make Buildworld fails...why?

2007-05-06 Thread Josh Paetzel
Mark Stout wrote:
 Hello,
 
 I've been trying to upgrade a 5.4-RELEASE to 6.2-RELEASE and having a bit of
 a problem.
 
 Downloaded and untar's the source files for base, catpages, dict, doc,
 games, info, manpages, proflibs, and src directories per INSTALL.TXT in the
 releases/.../src directory after backing up my local /etc and /usr/local/etc
 directories.
 
 I've tweaked the GENERIC kernel config file and renamed is RADIUS2
 
 While in /usr/src I did a 'make buildworld'.
 
   I do okay until I get to stage 2.3: build tools.  There I get to the
 following error when compiling make_hash.  Can anyone help me determine why
 this is failing?  Were my upgrade procedures
 
 Thank you,
 Mark Stout
 VPM Global Internet Services, Inc.
 530-626-4218 x205 Office
 530-626-7182 Fax
 530-554-9295 VoIP
 916-240-2850 Cell
 www.vpm.com

Generally speaking the best supported upgrade path across major
version numbers is from the last release of the older version to the
first of the newer, which in your case would mean upgrading from 5.4
- 5.5 - 6.0 - 6.2

Is there any particular reason you aren't using cvsup/csup to update
your source tree?

-- 
Thanks,

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


CVS release tag for current patched release

2007-05-06 Thread Jeffrey Goldberg
The short version of my question is whether the cvs tag RELENG_6_2  
refers to the latest on the 6.2 STABLE branch or the 6.2 RELEASE Branch.


The background (somewhat long winded) to the question and why I'm  
confused follows.



I wish to make some minor local modifications to my system running  
6.2 RELEASE p4.  So far, I've been maintaining my system using csup  
with a sup file based on


  /usr/share/examples/cvsup/standard-supfile

But my local changes get overwritten with each new update using  
csup.  I was advised earlier on this list to use cvs instead (which I  
thought csup did, but now I see that csup (and cvsup) will use  
checkout mode instead of CVS mode unless I'm on the bleeding edge.


So, if I understand things correctly, I should be using cvs directly  
and using update instead of checkout so that my local changes  
will be merged locally with what is in the repository.


I've been using rcs (and even sccs) for as long as I can remember,  
but only in the  most primitive of ways (I never used nor grokked  
branches, although Open Source Development with CVS: Learn How to  
Work With Open Source Software (ISBN 1576104907), which has been on  
my shelves for years about I just started reading last night, has  
been a great help).


Now my impression from looking at the standard-supfile is that if I do a

  cvs update -r RELENG_6_2

I'll get what I need (the latest fix of the 6.2 release).  However  
there is a bit in the handbook that suggests that RELENG_6_2 will get  
me the latest in the STABLE branch instead of RELEASE branch.


From

  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ 
anoncvs.html


 Example A-3. Checking Out the Version of ls(1) in the 6-STABLE Branch:

 % setenv CVSROOT :pserver:[EMAIL PROTECTED]:/home/ncvs
 % cvs login
 At the prompt, enter the password “anoncvs”.
 % cvs co -rRELENG_6 ls

That suggests that -r RELENG_6 will get the latest on the *STABLE*  
branch.  Is that an error in the docs, an error in my understanding,  
or something else altogether.


Finally it might help me if I knew where the term RELENG came  
from.  Things like RELEASE, CURRENT and STABLE all make sense,  
but RELENG doesn't seem to have some human meaning (well, not to  
this human at least).


Cheers,

-j


--
Jeffrey Goldberghttp://www.goldmark.org/jeff/

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


Re: CVS release tag for current patched release

2007-05-06 Thread Erik Trulsson
On Sun, May 06, 2007 at 01:40:32PM -0500, Jeffrey Goldberg wrote:
 The short version of my question is whether the cvs tag RELENG_6_2  
 refers to the latest on the 6.2 STABLE branch or the 6.2 RELEASE Branch.

It refers to the latest on the 6.2-RELEASE branch.

To get the latest from the 6-STABLE branch use the RELENG_6 tag.

(There is not really any 6.2-STABLE branch, just a 6-STABLE branch from
 which all the 6.x releases get branched off. The term 6.2-STABLE just
means: The 6-STABLE branch at any point in time after 6.2-RELEASE but
before 6.3-RELEASE)


 
 The background (somewhat long winded) to the question and why I'm  
 confused follows.

[snip]


 
 Finally it might help me if I knew where the term RELENG came  
 from.  Things like RELEASE, CURRENT and STABLE all make sense,  
 but RELENG doesn't seem to have some human meaning (well, not to  
 this human at least).

I believe RELENG is short for RELease ENGineering.



-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CVS release tag for current patched release

2007-05-06 Thread Mike Bristow
On Sun, May 06, 2007 at 08:50:16PM +0200, Erik Trulsson wrote:
 (There is not really any 6.2-STABLE branch, 

RELENG_6_2 is the name of the branch which is used to develop 6.2
on.  It was branched from RELENG_6 (which in turn was branched from
the main branch) just before the release of 6.2.  It was used to
transmogrify 6-STABLE into 6.2-RC1 into -RC2 into -RELEASE into
-RELEASE-p1 and so on up to -RELEASE-p7.   See
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/conf/newvers.sh?only_with_tag=RELENG_6_2
for some commentry.

I think that's what the OP was looking for.

-- 
Shenanigans!  Shenanigans!Best of 3!
-- Flash 

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


Re: CVS release tag for current patched release

2007-05-06 Thread Martin Hudec

Jeffrey Goldberg wrote:
The short version of my question is whether the cvs tag RELENG_6_2 
refers to the latest on the 6.2 STABLE branch or the 6.2 RELEASE Branch.


RELENG_6 - actual -STABLE
RELENG_6_2 - actual -RELEASE-pX

-RELEASE are taken off -STABLE at predefined times, and as such we can 
say, that -RELEASE is snapshot from -STABLE at the date of new release. 
Development is being done in -STABLE.


So if you want to have current release with it's patchlevels as they 
are, use RELENG_6_2.


I wish to make some minor local modifications to my system running 6.2 
RELEASE p4.  So far, I've been maintaining my system using csup with a 
sup file based on


  /usr/share/examples/cvsup/standard-supfile

But my local changes get overwritten with each new update using csup.  I 
was advised earlier on this list to use cvs instead (which I thought 
csup did, but now I see that csup (and cvsup) will use checkout mode 
instead of CVS mode unless I'm on the bleeding edge.


Copy this file somewhere else, like /usr/local/etc and modify it as you 
need. Whole cvsup command would look like:


# cvsup -L 2 /usr/local/etc/stable-supfile

kind regards,
Martin

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


Re: font problems in firefox, thunderbird,.. gtk?

2007-05-06 Thread Jan Zach
Yes, I have read this. And also used. I cannot remember why I disabled it after 
the problems began. The ~/.fonts.conf is attached. It evidently affects the 
fonts in the sense that they are not blurred now but still  I'm getting 
different fonts on every start - for instance, sometimes I'm getting fonts 
without diacritics, in all cases they differ from usual firefox/thunderbird 
default fonts.
Unfortunately I'm not able to send a screenshot as xgrab results in a core dump 
and on a picture from camera it cannot be seen :-(

jan


__
 Od: [EMAIL PROTECTED]
 Komu: Jan Zach [EMAIL PROTECTED]
 CC: freebsd-questions@freebsd.org
 Datum: 06.05.2007 17:08
 Předmět: Re: font problems in firefox, thunderbird,.. gtk?

On 5/6/07, Jan Zach [EMAIL PROTECTED] wrote:

 after system and ports upgrade I have problems with fonts in some apps
-
 firefox, thunderbird, gthumb, liferea and so on. It is probably related
to
 the underlying toolkit - gtk2?
 The problem is that sometimes (not regularly) the app system fonts are
not
 that expected ones but they are proportional and blurred - almost
 unreadable. Usually it helps to restart the app, sometimes more than
once. I
 was searching the Internet, experimenting with xorg.conf and installed
 fonts, font cache etc. but got no results. With my previous
installation I
 have had similar problems but really seldom not on regular basis as
now.


Have you used the handbook section regarding
fontshttp://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-fonts.html,
especially the part regarding editing /usr/X11R6/etc/fonts/local.conf?
For
the most part it works. If you have, could you post a (small) screenshot
with an example?

-- Victor Engmark
Quidquid latine dictum sit, altum videtur - What is said in Latin, sounds
profound





.fonts.conf
Description: Binary data
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: sending email with perl

2007-05-06 Thread Garrett Cooper

Jeffrey Goldberg wrote:

On May 6, 2007, at 10:48 AM, Olivier Regnier wrote:


Hello,

I written a small script in perl to send email.

Here is the code:

#!/usr/bin/perl -w
use strict;
use warnings;
use MIME::Lite;

my $msg = new MIME::Lite
From ='[EMAIL PROTECTED]',
To ='[EMAIL PROTECTED]',
Subject ='test',
Type ='TEXT',
Data ='Hello this is a test';
$msg - send;

I have a .mailrc file :
set sendmail=/root/scripts/nbsmtp.sh


Perl isn't going to know or care about what is in your .mailrc file.

You should replace

  $msg - send

with something like

  $msg - send || die Could not send: $!

to at least get some idea of where the send attempt is failing


I installed a small mta nbsmtp and i use a shell script called 
nbsmtp.sh with this line :
/usr/local/bin/nbsmtp -f [EMAIL PROTECTED] -h ssl0.ovh.net -d elipse -p 
465 -U [EMAIL PROTECTED] -P password -M l -s -V


I don't know anything about nbsmtp, but if it sets up an SMTP daemon on 
localhost then you can use the perl module Mail:Mailer to set up the 
mailer with something like


  $mailer = new  Mail::Mailer 'smtp', Server = 'localhost' ;

-j


An even easier way is to use /usr/bin/mail from Perl, similar to the 
following:


system(/usr/bin/mail -s 'Subject line' [EMAIL PROTECTED]  
Email_Contents_In_A_File);

That way you don't have to sent anything up for Perl specifically every 
script, and your .mailrc settings are there to be used (at your 
discretion -- I believe you can turn them off :)..).


The only thing this doesn't do is attachments, but I think that requires 
a bit more work...


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


re: rndc.key auth issues and rndc.key file

2007-05-06 Thread Tim Judd
--  I receive the digest of the mails, so I have copied/pasted the
original without the quoting () characters. --

--QUOTE:
Date: Thu, 03 May 2007 13:50:40 -0700
From: Noah [EMAIL PROTECTED]
Subject: rndc.key auth issues and rndc.key file
To: User Questions freebsd-questions@freebsd.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hey there FreeBSD'ers,

So I am trying to figure out what is the best configuration for bind on

my FreeBSD6.2 system.

# pkg_info | grep bind
bind9-9.3.4 Completely new version of the BIND DNS suite with 
updated D
# grep named /etc/rc.conf
named_enable=YES
named_symlink_enable=YES
named_program=/usr/local/sbin/named

something keeps not ending up correctly configured.

I made an rndc.key file
# ls -l /var/named/etc/namedb/rndc.key
-rw---  1 root  wheel  97 May  3 13:37 
/var/named/etc/namedb/rndc.key

and then placed a copy of those contents in my 
/var/named/etc/namedb/named.conf file.

now when I restart (stop) named I receive an error:

# /etc/rc.d/named restart
Stopping named: rndc failed, trying killall: .
Starting named.

what on earth am I doing wrong?
--/QUOTE:

FreeBSD 6.2-R gives you BIND 9.3.3.  FreeBSD 6.2-STABLE gives you BIND
9.3.4.  9.4 (and patches) have been released from ISC, but I don't see
ANY difference between the version in the world and the one from
ports/packages.  First question I have is is there something in the
world BIND that isn't available in the packages/ports?

the restart command tells BIND to stop via BIND's control channel
(typically 127.0.0.1:953 and maybe an IPv6 address).  Since the command
in that script is only calling:

rndc stop 2/dev/null;

I can see only two causes right now.  1) rndc itself will never work
(some config error or other problem).  2) the BIND control channel
(port 953) isn't listening, so rndc itself may be working, but it can't
control BIND.

Check for listening sockets.  sockstat -l -p 953
if you get listening sockets, try a status.  rndc status
if you fail on status, then it's time to investigate keys.  rndc is not
very helpful on error messages.  I kind of think rndc was built for the
software developers (ISC) and not very end-user consumer friendly.

I have a good feeling that this message is correct in it's entirety. 
However, I am human and would accept corrections.

If opportunity doesn't knock, build a door.
I can is a way of life.
More and Bigger is not always Better.
The road to success is always uphill.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [Fwd: Re: Ports forbids me to install compat3x-i386]

2007-05-06 Thread Garrett Cooper

Garrett Cooper wrote:




Subject:
Re: Ports forbids me to install compat3x-i386
From:
Theorem [EMAIL PROTECTED]
Date:
Sun, 06 May 2007 16:13:22 -0400
To:
Garrett Cooper [EMAIL PROTECTED]

To:
Garrett Cooper [EMAIL PROTECTED]

Received:
via tmail-2000(13) (invoked by user youshi10) for youshi10+mail/non-UW; 
Sun, 6 May 2007 13:13:39 -0700 (PDT)

Received:
from mxe9.u.washington.edu (mxe9.u.washington.edu [140.142.32.150]) by 
bp13.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id 
l46KDcYR020249 for [EMAIL PROTECTED]; Sun, 6 May 2007 
13:13:38 -0700

Received:
from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by 
mxe9.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id 
l46KDbNH030402 for [EMAIL PROTECTED]; Sun, 6 May 2007 13:13:37 
-0700

Received:
by wx-out-0506.google.com with SMTP id i29so1470724wxd for 
[EMAIL PROTECTED]; Sun, 06 May 2007 13:13:36 -0700 (PDT)

DKIM-Signature:
a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 
h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; 
b=UUe3tL+66KooAkeihPR2Psft42BV/4SKbKKjnT47feqDAq254OvyUt7Xz+49GWGBlXYr0WlqByifGE5DH3kqoHojpjN7hZYYEu11Eyj8gf3dWhFNtMAywx2/J4G5prHDdaNHIQ4kjRUOFoP69j+lzEB9t2ebUDlhCsvZqQHTIek=

DomainKey-Signature:
a=rsa-sha1; c=nofws; d=gmail.com; s=beta; 
h=received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; 
b=Ig2mQznLbrwdvb+9jk0bwz2nw6o8eEg5IyupXqe18C8yY2c6V+svqEoXBVvDzqC33R7EZkxW8MH2eQWDT74ocd3DDIDJXTQh3/sf03OgwgTIi47DavarVoP4klCICg/YHxp0HYK5tSV6llwxKYqnIZDztXB9A0PZfwtd5VEUjTg=

Received:
by 10.90.113.20 with SMTP id l20mr4504399agc.1178482416514; Sun, 06 May 
2007 13:13:36 -0700 (PDT)

Received:
from ?10.10.0.6? ( [71.251.196.244]) by mx.google.com with ESMTP id 
7sm5952998aga.2007.05.06.13.13.35; Sun, 06 May 2007 13:13:35 -0700 (PDT)

Message-ID:
[EMAIL PROTECTED]
Reply-To:
[EMAIL PROTECTED]
User-Agent:
Thunderbird 1.5.0.10 (Windows/20070221)
MIME-Version:
1.0
References:
[EMAIL PROTECTED] 
[EMAIL PROTECTED] [EMAIL PROTECTED] 
[EMAIL PROTECTED]

In-Reply-To:
[EMAIL PROTECTED]
Content-Type:
text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:
7bit
X-PMX-Version:
5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.6.125434
X-Uwash-Spam:
Gauge=III, Probability=7%, Report='SPF_PASS 0, __CT 0, __CTE 0, 
__CT_TEXT_PLAIN 0, __FROM_GMAIL 0, __HAS_MSGID 0, __HELO_GMAIL 0, 
__MIME_TEXT_ONLY 0, __MIME_VERSION 0, __RDNS_GMAIL 0, __SANE_MSGID 0, 
__USER_AGENT 0'




Garrett Cooper wrote:

Theorem wrote:


Stevan Tiefert wrote:

I need to install the port misc/compat3x-i386 as a dependency for the
port audio/mbrola. The port misc/compat3x-i386 is marked as IGNORE and
it returns an error after portinstall compat3x-i386:

vagabund# portinstall compat3x-i386
** Port marked as IGNORE: misc/compat3x:
is forbidden: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath
- not fixed / no lib available


How can I install the port compat3x-i386?


'make install' ?

The port you're trying to install ( mbrola ) is binary only and 
requires libraries that are no longer either 1. in the expected 
locations or 2. replaced by something better.   I suspect since the 
maintainer for compat3x listed as [EMAIL PROTECTED] then there's not 
much you can do other than mail that list.


If you decide to hack up your own BSD dist, drag in the binary 
from ports, and keep adding libraries to your system.  The errors 
from the binary should point out what's wrong and what to add next.


Not much help, good luck.


Theorem


Nothing there that can be installed for compat3x, so you need to see 
if a) the app can be ported to a later version of FreeBSD, and b) see 
if the maintainer can swing the upgrade in the Makefile.


FreeBSD 3.x was abandoned a long time ago due to possible security 
concerns and support issues :).


-Garrett


Yes, thanks for the tip, did this make it to the list ?  I don't see it 
up there.



-Theorem




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


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


lpd of CUPS?

2007-05-06 Thread Modulok

Looking for some suggestions from the list on this one:

I need a print server that allows for printing from both FreeBSD and various
Windows clients. For the later, I'll use Samba to actually share the
printer. As far as the spooler on the FreeBSD host machine, what's the
general consensus: lpd or CUPS?

-My clients are computer illiterate (they're incapable of specifying filter
options).
-I have to be able to strictly control access to the printer.
-Accounting of the number of pages printed by each user would be helpful.
-Print quotas would be nice, but not entirely required.
-Must be robust enough that I can leave for six months and when I come back
it still works.
-The printer is an HP Laserjet 1020

Pros, cons?
-Modulok-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CVS tags

2007-05-06 Thread Josef Grosch


I have been spending a lot of time building machines at work. Our engineers
want to have the machine in question to have a specific version of FreeBSD,
ie. FreeBSD 4.11-RELEASE-p11 for example. I have noticed that there is not
a CVS tag for this in the tree. Is there a specific reason why we do not
tag the tree for the patch levels?



Josef

-- 
Josef Grosch   | Another day closer to a | FreeBSD 6.2
[EMAIL PROTECTED] |   Micro$oft free world  | Berkeley, Ca.


pgp7Di4Lgn0YR.pgp
Description: PGP signature


Re: CVS tags

2007-05-06 Thread Colin Percival
Josef Grosch wrote:
 I have been spending a lot of time building machines at work. Our engineers
 want to have the machine in question to have a specific version of FreeBSD,
 ie. FreeBSD 4.11-RELEASE-p11 for example. I have noticed that there is not
 a CVS tag for this in the tree. Is there a specific reason why we do not
 tag the tree for the patch levels?

Yes; two reasons in fact:
1. Tagging the tree for every security update isn't feasible in CVS.
2. There is a branch available for RELEASE plus the all available security
and critical errata fixes (RELENG_X_Y for X.Y-RELEASE), and you should never
not install all available security and critical errata fixes.

Colin Percival
FreeBSD Security Officer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]