XY res

2003-02-18 Thread Eduardo Viruena Silva


Hello guys!

I have an ATI All In Wonder 128 Pro in my FreeBSD 4.7 box.
It works perfectly, but it is very difficult to me
to be working with a display with resolution 1280x1024.

In the old X11 ver 3.xx  it was easy to change the display
resolution by pressing ctrl-alt-Gray+, but now it does not
work anymore.

How can I reduce my display resolution?

Thanks in advance.

Eduardo.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: SMC 2602W Wireless PCI Card on stable

2003-02-18 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]>
Viny <[EMAIL PROTECTED]> writes:
: pci0:  (vendor=0x10b5, dev=0x9050) at 11.0 irq 15

This is the problem.  Ther's no 10b5/9050 ID in if_wi_pci.c.  The
following patch might do the trick for you.  It is relative to
-current, but a similar patch would be applicable to stable.

Index: if_wi_pci.c
===
RCS file: /home/ncvs/src/sys/dev/wi/if_wi_pci.c,v
retrieving revision 1.12
diff -u -r1.12 if_wi_pci.c
--- if_wi_pci.c 15 Jan 2003 20:11:31 -  1.12
+++ if_wi_pci.c 19 Feb 2003 07:14:20 -
@@ -102,6 +102,7 @@
{0x1385, 0x4100, WI_BUS_PCI_PLX, "Netgear MA301"},
{0x1638, 0x1100, WI_BUS_PCI_PLX, "PRISM2STA WaveLAN"},
{0x111a, 0x1023, WI_BUS_PCI_PLX, "Siemens SpeedStream"},
+   {0x10b5, 0x9050, WI_BUS_PCI_PLX, "SMC 2602W"},
{0x16ec, 0x3685, WI_BUS_PCI_PLX, "US Robotics 2415"},
{0, 0, 0, NULL}
 };


Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



ldconfig Segmentation fault

2003-02-18 Thread Ciprian Badescu
Hi,

I've done a network installation using the floppies and ftp access through
http proxy (the only way to access the net or me), and I have a big
problem.

I saw, in the installation fase, a lot of Segmentation fault, core dump
for ldconfig, after each package installation, but I didn't take them into
account, because I knew that I can run ldconfig any time.

But after rebooting my station, The ldconfig still gives Segmentation
fault. It  is the right one, /sbin/ldconfig, not the linux's one (I don't
have linux_compat enable yet).

Is there any way to repair this installation, or I need to reinstall all?

thanks for any help.

--
__V__   Ciprian Badescu
A L C A T E L   Mobile Networks Division R&D Center
Phone: +40 56 303100 (ext. 5786)
Fax: +40 56 295386
Email: [EMAIL PROTECTED]

On Wed, 19 Feb 2003, Hermanto wrote:

> Date: Wed, 19 Feb 2003 13:41:06 +
> From: Hermanto <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: mplayer with gui
>
> i want to install mplayer with gui enable. how do i?
> does pkg_add has an option for that?
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: DHCPD Error

2003-02-18 Thread Marcel Stangenberger
> expression relating different types
>   if (defines (ddns-fwd-name) and ddns-fwd-name !=
> can't parse standard dns updater!
>

DDNS doesn't require to be "ad-hoc" but it does need to know what to do
with it.

> http://transamrit.net/files/dhcpd.conf is what my conf
> file looks like.
>

I rewrote your dhcpd.conf to a functional one, try it out :-)

--
ddns-update-style none;
ddns-updates off;
subnet 192.168.0.0 netmask 255.255.255.0
{
option domain-name-servers 192.168.0.1;
option domain-name "BathNet.net";
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
#option netbios-name-servers 192.168.0.1;
default-lease-time 600;
max-lease-time 7200;
range 192.168.0.10 192.168.0.30;
}

host TheCart
{
hardware ethernet 00:50:FC:44:18:38;
fixed-address 192.168.0.2;
}
--


Good luck,

Marcel

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



mplayer with gui

2003-02-18 Thread Hermanto
i want to install mplayer with gui enable. how do i?
does pkg_add has an option for that?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



mplayer with gui

2003-02-18 Thread Hermanto
i want to install mplayer with gui enable. how do i?
does pkg_add has an option for that?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: question

2003-02-18 Thread Cliff Sarginson
On Tue, Feb 18, 2003 at 04:28:14PM -0500, IAccounts wrote:
> > is java or javascript goods languages to learn?
> > if no what is the best language to start with, the second and the third
> > thank you for your answer
> 
> Depends on what you want to learn.
> 
> Perl: Extremely flexible text string manipulation features and scripting
> features. Relatively easy to learn.
> 
> c++: Cross platform across several (all?) OS's. Extremely powerful, can be
> extremely confusing with it's pointers and references. Most programs for
> unix are written in this language.
>
Mmm. Not true. Most programs for Unix are written in C :)
C++ is popular however.
 

-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Same BIOS for FreeBSD and Windows?

2003-02-18 Thread Kjell Midtseter
One of my boxes are using a mb with a VIA PLE133T chipset.
In the BIOS I have ACPI enabled and the box is set to wake
up at 06:00 in the morning. I am using a disk drawer to
easily change operating systems.
When I am using a disk with Windows 2000 or Linux and 
turn the box off at night, it will turn back on at 06:00
as expected. When using the disk with R4.7p4 and doing a
shutdown -p the box will not turn itself on the next 
morning!
I realize that the ACPI functions are not fully implemented
yet, but I fail to see how it should influence a cold
boot. Any ideas?
What I am attempting is to have the box turn on, do its
thing and turn itself off until the next morning.
Kjell


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Need help formatting HDD

2003-02-18 Thread Shantanu Mahajan
+++ . Saevio . [freebsd] [16-02-03 23:21 -0800]:
| Date: Sun, 16 Feb 2003 23:21:17 -0800
| From: ". Saevio ." <[EMAIL PROTECTED]>
| Subject: Need help formatting HDD
| 
| Hi All,
| 
| Sorry to write a F-BSD list with this, but i figured you would know.
| I have a IBM Deskstar 30gb, with FreeBSD 4.x on it, and i need to remove it 
| so i can install the HDD in a friends system. However after trying with 
| format.com and fdisk.exe it wont even recognize the partition.
| 
| How do i remove it? anything would be appreciated.
| 
| Thanks,
| 
| ..brian..
| 
| =III_.~^*,=,*^~>13<-._':'_.-*MMII*-._':'_.->13<~^*,=,*^~._III=
| 
| " For whom ever fights monsters should see to it that in the
|   process he does not become a monster. For when you stare
|   into the abyss, the abyss also stares into you. "
| - -Friedrich Nietzsche
| 
| " ohweeoh ohweeoh ohweeoh ohweeoh ohweeoh ohweeeoo
|   when i got the music, well i got a place to go
|   ohweeoh ohweeoh ohweeoh ohweeoh ohweeoh ohweeeoo "
| - -Tim Armstrong
| 
| =III_.~^*,=,*^~>13<-._':'_.-*MMI*-._':'_.->13<~^*,=,*^~._III=
| 
| 
| 
| 
| 
| _
| STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
| http://join.msn.com/?page=features/junkmail
| 
| --

search for "ranish partition manager".
earlier site http://come.to/ranish
dunno current site. maybe www.ranish.com/part.

Regards,
Shantanu

-- 
Everyone is a genius.  It's just that
some people are too stupid to realize it. 

PGP keyID 137AFD9E
(C7DA 3350 1DEA F371 37DC  D92A F0D4 C2ED 137A FD9E)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: CD Recording

2003-02-18 Thread Sam Izzo
Hi,

On Wed, Feb 19, 2003 at 12:05:53AM -0500, Justin P. Michel wrote:
> Is there an easy process for CD duplication using FreeBSD V4.7-R, and a
> standard IDE/ATAPI burner?   I used to use "Nero" under Windows, but now am
> lost with "dd" and "burncd", as it seems I have to know beforehand how many
> tracks are on the CD's, and what types they are.

I've recently heard of a program called `arson' for kde.  It's supposedly
pretty good, but I haven't tried it yet.

If you use `cdrecord' you can just give it a list of files to burn.  Or you
can use `mkisofs' to create an iso image of a directory tree and then just
write the image with `cdrecord'.

Oh, I just realised that you wanted to duplicate CDs.  Well I suppose there's
a tool to rip a CD to an iso image; then you can just write it with `cdrecord'
as per normal.

cheers
sam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



swap / file system encryption

2003-02-18 Thread sweetleaf
Is it possible to encrypt the swap in freebsd? I am new to freebsd, 
having used openbsd for sometime and was just wondering if this feature 
is available in freebsd. I would also like to know if freebsd supports 
encrypted file systems?

Thanks and have a wonderful night.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


RE: IPFW: rc.firewall script doesn't load when loading rules from a file

2003-02-18 Thread Aaron Burke


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Williams
> Sent: Tuesday, February 18, 2003 3:50 PM
> To: [EMAIL PROTECTED]
> Subject: IPFW: rc.firewall script doesn't load when loading rules from a
> file
> 
> 
> I'm using FBSD 4.7 and have compiled ipfw into the kernel. My rc.conf 
> file has the following:
> 
> firewall_enable="YES"
> firewall_script="/etc/rc.firewall"
> firewall_type="/etc/ipfw.rules"
I am not sure how your situation is different than most, but I use
firewall_type="OPEN" instead of "/etc/ipfw.rules". The other 
options will be listed in the file /etc/rc.firewall .

You may want to look at the following in the freebsd handbook.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls.html

> firewall_quiet="NO"
> firewall_logging_enable="YES"
> log_in_vain="YES"
> icmp_drop_redirect="YES"
> 
> On reboot, ipfw is not reading rc.firewall before loading my rules - 
> /etc/ipfw.rules - as I've assumed it would. I thought I could let 
> rc.firewall take care of housekeeping ( flush and loopback rules ) 
> before moving on to the the custom rules in ipfw.rules. Am I missing 
> something here or is it normal to bypass rc.firewall altogether and set 
> up a rules file with everything needed in there? All the tutorials seem 
> to suggest that ipfw reads rc.firewall first before moving onto custom 
> rules files, but that has not been my experience here. Thanks for your 
> help
> 
> Jason Williams
> [EMAIL PROTECTED]
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



CD Recording

2003-02-18 Thread Justin P. Michel
Greetings,

Is there an easy process for CD duplication using FreeBSD V4.7-R, and a
standard IDE/ATAPI burner?   I used to use "Nero" under Windows, but now am
lost with "dd" and "burncd", as it seems I have to know beforehand how many
tracks are on the CD's, and what types they are.

Regards,

Justin P. Michel
|- J Continuum
|- 21071 - 640 River Street
|- Thunder Bay, ON, Canada
|- P7A 8A7
|- http://www.jcontinuum.ca



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Blender 2.25

2003-02-18 Thread Andy Akins
Anyone have any luck installing Blender from
/usr/ports/graphics/blender?

It seems to make/make install fine...but when I try to run
blenderpublisher or blenderplayer (the two binaries that come with it),
I get...

/usr/libexec/ld-elf.so.1: Shared object "libGL.so.14" not found

Any suggestions would be helpful...thanks!
-- 
+--+--+
| Andy Akins   | email: [EMAIL PROTECTED] |
|  | web:   http://www.leonidae.org   |
+--+--+
| public key available at: http://pgp.mit.edu/ as [EMAIL PROTECTED]   |
| GPG-FP: 7531 26C0 EB2D 4A0E DFD2  E250 D4FD FF2C 26EB 457A  |
+-+




signature.asc
Description: This is a digitally signed message part


Re: IPFW: rc.firewall script doesn't load when loading rules froma file

2003-02-18 Thread P. U. Kruppa
On Tue, 18 Feb 2003, Jason Williams wrote:

> I'm using FBSD 4.7 and have compiled ipfw into the kernel. My rc.conf
> file has the following:
>
> firewall_enable="YES"
> firewall_script="/etc/rc.firewall"
> firewall_type="/etc/ipfw.rules"
> firewall_quiet="NO"
> firewall_logging_enable="YES"
> log_in_vain="YES"
> icmp_drop_redirect="YES"

all you need to do, is to put your list of
ipfw ...
statements into your /etc/ipfw.rules and make it executable by
# chmod 750 /etc/ipfw.rules
and they will be executed on bootup.

The line
firewall_type="/etc/ipfw.rules"
in your rc.conf is not necessary.

Uli.

>
> On reboot, ipfw is not reading rc.firewall before loading my rules -
> /etc/ipfw.rules - as I've assumed it would. I thought I could let
> rc.firewall take care of housekeeping ( flush and loopback rules )
> before moving on to the the custom rules in ipfw.rules. Am I missing
> something here or is it normal to bypass rc.firewall altogether and set
> up a rules file with everything needed in there? All the tutorials seem
> to suggest that ipfw reads rc.firewall first before moving onto custom
> rules files, but that has not been my experience here. Thanks for your
> help
>
> Jason Williams
> [EMAIL PROTECTED]
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>

+---+
|Peter Ulrich Kruppa|
|  -  Wuppertal -   |
|  Germany  |
+---+

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Error trying to build gnome2-fifth-toe

2003-02-18 Thread Joe Marcus Clarke
On Tue, 2003-02-18 at 22:47, Tom Parquette wrote:
> I'm rebuilding gnome2 at the V2.2 level.
> Gnome2 installed from ports OK but when I try to build gnome2-fifth-toe 
> from ports (cvsuped Monday) I get the following:
> 
> Atlas# pwd
> /usr/ports/x11/gnome2-fifth-toe
> Atlas# make && make install
> ===>  Installing for gnome2-fifth-toe-2.2.0_3
> ===>   gnome2-fifth-toe-2.2.0_3 depends on executable: gnumeric - found
> ===>   gnome2-fifth-toe-2.2.0_3 depends on executable: pan - found
> ===>   gnome2-fifth-toe-2.2.0_3 depends on executable: xchat - found
> ===>   gnome2-fifth-toe-2.2.0_3 depends on executable: balsa - found
> ===>   gnome2-fifth-toe-2.2.0_3 depends on executable: gimp-1.3 - not found
> ===>Verifying install for gimp-1.3 in /usr/ports/graphics/gimp-devel
> ===>  Extracting for gimp-1.3.11_1,1
>  >> Checksum OK for gimp-1.3.11.tar.bz2.
>  >> Checksum OK for mpeg_lib-1.3.1.tar.gz.
> ===>   gimp-1.3.11_1,1 depends on executable: gmake - found
> ===>   gimp-1.3.11_1,1 depends on executable: libtool - found
> ===>   gimp-1.3.11_1,1 depends on shared library: gtk-x11-2.0.200 - found
> ===>   gimp-1.3.11_1,1 depends on shared library: gimpprint.1 - not found
> ===>Verifying install for gimpprint.1 in /usr/ports/print/gimp-print
> ===>   Returning to build of gimp-1.3.11_1,1
> Error: shared library "gimpprint.1" does not exist
> *** Error code 1
> Stop in /usr/ports/graphics/gimp-devel.
> *** Error code 1
> Stop in /usr/ports/x11/gnome2-fifth-toe.
> Atlas# exit
> exit
> Script done on Tue Feb 18 22:32:28 2003
> 
> FWIW, I've never tried to install gnome2-fifth-toe before.
> 
> Searching Questions and gnome for gimpprint.1 I found one hit that 
> pointed me at the port Gimp-print.  Pkg_info indicates gimp-print-4.2.5 
> is installed.
> 
> Suggestions?

Either cvsup your ports tree to the latest, or edit gimp-devel's
Makefile, and change gimpprint.1 to gimpprint.2.  Pointy hat to whomever
updated gimp-print, and forgot to chase shared lib versions :-(.

Joe

> TIA
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
-- 
PGP Key : http://www.marcuscom.com/pgp.asc



signature.asc
Description: This is a digitally signed message part


Re: procmail - unsafe for mailing to programs

2003-02-18 Thread David Banning
On Wed, Feb 19, 2003 at 12:39:05AM +0200, Giorgos Keramidas wrote:
> On 2003-02-18 15:54, David Banning <[EMAIL PROTECTED]> wrote:
> > Here is the problem;
> >
> > david$ mail david
> > Subject: test to david
> > test to david
> > EOT
> > david$ /usr/david/.forward: line 1: "| /usr/local/bin/procmail || exit 75"... 
>Address [EMAIL PROTECTED] is unsafe for mailing to programs
> > /usr/david/dead.letter... Saved message in /usr/david/dead.letter
> 
> Read the sendmail FAQ entries about ``smrsh''.
Yes, I did some smrsh reading. It seems like I am not running smrsh,
and I am not sure that I have to, as it would, if I understand it,
restrict me more. I tried making the changes to sendmail.cf and putting
links to mail and procmail executables in the /usr/libexec/sm.bin
directory but none of that seems to help. 

Thanks for the pointer, however.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: procmail - unsafe for mailing to programs

2003-02-18 Thread David Banning
On Tue, Feb 18, 2003 at 02:27:34PM -0800, Ken McGlothlen wrote:
> David Banning <[EMAIL PROTECTED]> writes:
> 
> | david$ /usr/david/.forward: line 1: "| /usr/local/bin/procmail || exit 75"... 
>Address [EMAIL PROTECTED] is unsafe for mailing to programs
> 
> and later
> 
> | $ cat .forward
> | "| /usr/local/bin/procmail || exit 75"
> 
> The manpage suggests
> 
> "|exec /usr/local/bin/procmail || exit 75"
> 
> I'm not sure whether that's the problem or not.
> 
> My .forward file has always been
> 
> "|IFS=' '&&p=/usr/local/bin/procmail&&test -f $p&&exec $p -Yf-||exit 75 #mcglk"

I have tried about every combination of .forward lines that anyone has 
suggested with all of them working / not working about the same.
It seem from doing some reading that the actual error statement I am 
getting is generated from sendmail. I added a few more details and put
it on the sendmail list. 

What is queer, is that I can send from root to david locally, but
not from david to david, or david to root. So it is a permission thing,
as sendmail suggests, but where that problem exists is a mystery as yet.

Thanks for the input.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



free bsd 5 on sony vaio r505el

2003-02-18 Thread rajneesh a
Hi,

I am trying to install Free BSD5.0 on SOny Vaio... It
is able to load the boot initially and later it tells
me that it is unable to identify the CDROM...What
could be the possible reason for this...

I tried other binaries also with ohci1394.0 for PCMCIA
but it gives me insmod error...

Regards
Rajaneesh

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Error trying to build gnome2-fifth-toe

2003-02-18 Thread Tom Parquette
I'm rebuilding gnome2 at the V2.2 level.
Gnome2 installed from ports OK but when I try to build gnome2-fifth-toe 
from ports (cvsuped Monday) I get the following:

Atlas# pwd
/usr/ports/x11/gnome2-fifth-toe
Atlas# make && make install
===>  Installing for gnome2-fifth-toe-2.2.0_3
===>   gnome2-fifth-toe-2.2.0_3 depends on executable: gnumeric - found
===>   gnome2-fifth-toe-2.2.0_3 depends on executable: pan - found
===>   gnome2-fifth-toe-2.2.0_3 depends on executable: xchat - found
===>   gnome2-fifth-toe-2.2.0_3 depends on executable: balsa - found
===>   gnome2-fifth-toe-2.2.0_3 depends on executable: gimp-1.3 - not found
===>Verifying install for gimp-1.3 in /usr/ports/graphics/gimp-devel
===>  Extracting for gimp-1.3.11_1,1
>> Checksum OK for gimp-1.3.11.tar.bz2.
>> Checksum OK for mpeg_lib-1.3.1.tar.gz.
===>   gimp-1.3.11_1,1 depends on executable: gmake - found
===>   gimp-1.3.11_1,1 depends on executable: libtool - found
===>   gimp-1.3.11_1,1 depends on shared library: gtk-x11-2.0.200 - found
===>   gimp-1.3.11_1,1 depends on shared library: gimpprint.1 - not found
===>Verifying install for gimpprint.1 in /usr/ports/print/gimp-print
===>   Returning to build of gimp-1.3.11_1,1
Error: shared library "gimpprint.1" does not exist
*** Error code 1
Stop in /usr/ports/graphics/gimp-devel.
*** Error code 1
Stop in /usr/ports/x11/gnome2-fifth-toe.
Atlas# exit
exit
Script done on Tue Feb 18 22:32:28 2003

FWIW, I've never tried to install gnome2-fifth-toe before.

Searching Questions and gnome for gimpprint.1 I found one hit that 
pointed me at the port Gimp-print.  Pkg_info indicates gimp-print-4.2.5 
is installed.

Suggestions?
TIA



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: A little confused about FreeBSD

2003-02-18 Thread Giorgos Keramidas
On 2003-02-18 17:24, Jeff Korpa <[EMAIL PROTECTED]> wrote:
> Say, I am a little confused: What's the difference between FreeBSD
> and NetBSD ?

This is a very general question.  It's not easy to answer, if you
don't have a specific application in mind.  They both have good and
bad points.  They both have common things and vastly different parts
from each other.

What is is exactly that you have in mind?

Without a more specific question about areas of interest to you, the
only valid answer that you can get is ``Check their respective
web-sites.  Install them both and give them at least a fair amount of
time.  Learn how they both work, or read as much as you can about it.
Then you'll be able to see if there is any difference.''

http://www.NetBSD.org/  - NetBSD home page
http://www.FreeBSD.org/ - FreeBSD home page

- Giorgos


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: DHCPD Error

2003-02-18 Thread Bill Moran
Fozzy the Bear wrote:

I just cvsup'd to the most recent FreeBSD 5.0-release.
And I downloaded the most recent port of
ISC-DHCP3-3.0.1.r11_1 I then configure the dhcpd.conf
in /usr/local/etc When I restart my computer I get an
error that tells me I need "ddns-update-style ad-hoc;"
in my conf file for it to work. So I add that line,
restart, and then I get this error:

old name service update routine line 11: illegal
expression relating different types 
  if (defines (ddns-fwd-name) and ddns-fwd-name != 
can't parse standard dns updater!

I had this problem as well.  You can work around it by
using:
ddns-update-style none;

I don't know why nothing else works, but that will get
you going.

I'm copying the port maintainer on this.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: FreeBSD Media Player equivalent...

2003-02-18 Thread Lauri Watts
On Wednesday 19 February 2003 02.01, Antoine Jacoutot wrote:
> On Wednesday 19 February 2003 00:33, Lauri Watts wrote:
> > Make what work? so you can click on a file and it opens in mplayer?
> > Run kappfinder, let it find your mplayer binary and add it to the K menu.
> > In KControl, go to the file associations module, and make sure mplayer is
> > associated with the file formats you want.  Move it up to the top to make
> > it the default player (the one that runs when you click on a file), or
> > leave it where it is, and it will be available in the right click -> open
> > with menu for any associated file type.
>
> No, that never worked for me, at least not in using Konqueror as a web
> browser when the video is embedded in the web page.

They are two very different things.  Mplayer is not embeddable by Konqueror.  

Doesn't stop you right clicking on a link and sending it to mplayer there, 
using mplayer as a viewer in file manager mode, or, waiting for the libxine 
things to show up in the ports.

Regards,
-- 
Lauri Watts
KDE Documentation: http://i18n.kde.org/doc/
KDE on FreeBSD: http://freebsd.kde.org/



msg19807/pgp0.pgp
Description: signature


Re: A little confused about FreeBSD

2003-02-18 Thread Adam Maas
NetBSD is the BSD that'll boot on your kitchen sink. FreeBSD is the one you
want to run the 24x7 x86 or Sparc Server on.

Adam
- Original Message -
From: "Jeff Korpa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 18, 2003 8:24 PM
Subject: A little confused about FreeBSD


> Hi!
>
> Say, I am a little confused: What's the difference between FreeBSD and
> NetBSD ?
>
> Regards,
>
> JK
>
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: make buildworld failure...

2003-02-18 Thread Asenchi
I am not quite sure how I did this, considering I put:

RELENG_4 in my sup file...

Ok, so let me see if I can fix this, I would appreciate it if you
could correct me if I am wrong.

So I need to tag=RELENG_4 in my make file.  Why didn't this work the
first time?  I used the file recommended in the handbook here:
ftp://ftp.jp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/share/example
s/cvsup/stable-supfile

Why would this go to 5.0?

Curt Micol

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Kris Kennaway
> Sent: Tuesday, February 18, 2003 8:00 PM
> To: Asenchi
> Cc: [EMAIL PROTECTED]
> Subject: Re: make buildworld failure...
>
>
> On Tue, Feb 18, 2003 at 03:42:45PM -0500, Asenchi wrote:
>
> > I get this error:
> > mkdir -p /usr/obj/usr/src/sys
> > cd /usr/src/sys/i386/conf;
> >
> PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/us
> r/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/
> usr/bin  config  -d /usr/obj/usr/src/sys/PALEA
> /usr/src/sys/i386/conf/PALEA
> > config: /usr/src/sys/i386/conf/PALEA:76: devices with
> zero units are not
> > likely to be correct
> > *** Error code 1
>
> You are trying to build a FreeBSD 5.0 kernel from a FreeBSD 4.x (or
> older) kernel configuration file.  This will not work :-)
>
> Did you really mean to upgrade to 5.0?
>
> Kris
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: roaring penguin pppoe ?

2003-02-18 Thread Rod Person
On Wed, 19 Feb 2003 02:05:26 +0200 (WET)
Evren Yurtesen <[EMAIL PROTECTED]> wrote:

> did anyone try roaring penguin pppoe server on freebsd? any advice?
> 

are you having some problem setting up pppoe? It quite simple to set up and works 
great. I've not found a need for roaring penguin.


Rod


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Gd 2.0.11 can't find png headers

2003-02-18 Thread Mike Loiterman
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm trying to compile gd 2.0.11 but it can't seem to find the headers for PNG.  This 
is strange since it finds the headers for JPEG, FreeType and XPM without any problem 
and they're all in the same place.

I've tried different varations of --with-png=DIR none seem to allow it find the PNG 
headers.  I've done many searches on google and google groups but none seem to offer 
any advice for this problem.  I have png-1.2.5_1 installed on my FreeBSD 5.0 system.

Thanks for the help.

This is the section of the ./configure where it seems to get tripped up:

checking for png_create_read_struct in -lpng... no
configure: WARNING: libpng is required - see http://www.libpng.org/pub/png/
checking for freetype-config... /usr/local/bin/freetype-config
checking for FT_Init_FreeType in -lfreetype... yes
checking freetype/freetype.h usability... yes
checking freetype/freetype.h presence... yes
checking for freetype/freetype.h... yes
checking whether it's freetype 2... yes
checking for jpeg_set_defaults in -ljpeg... yes
checking for XpmReadFileToXpmImage in -lXpm... yes

** Configuration summary for gd 2.0.11:

   Support for PNG library:  no
   Support for JPEG library: yes

This is a listing of my /usr/local/lib directory:

[19:23:47 root@little_boy: /usr/local/lib]# ls
apache2libexpat.so.4liblber.a   libspgrove.so
compat libfreetype.aliblber.so  libspgrove.so.1
libcharset.a   libfreetype.so   liblber.so.2libstyle.so
libcharset.so  libfreetype.so.9 libldap.a   libstyle.so.1
libcharset.so.1libgettextlib-0.11.5.so  libldap.so  libtiff.a
libcups.a  libgettextlib.so libldap.so.2libtiff.so
libcups.so libgettextsrc-0.11.5.so  libldap_r.a libtiff.so.4
libcups.so.2   libgettextsrc.so libldap_r.solibungif.a
libcupsimage.a libgrove.so  libldap_r.so.2  libungif.so
libcupsimage.solibgrove.so.1libltdl.a   libungif.so.5
libcupsimage.so.2  libiconv.a   libltdl.so  libz.a
libdb3.a   libiconv.so  libltdl.so.1m3
libdb3.so  libiconv.so.3libpng.amysql
libdb3.so.3libintl.alibpng.so   perl5
libdb3_cxx.a   libintl.so   libpng.so.5 perllocal.pod
libdb3_cxx.so  libintl.so.4 libruby.so  python2.1
libdb3_cxx.so.3libjpeg.alibruby.so.16   ruby
libexpat.a libjpeg.so   libsp.so
libexpat.solibjpeg.so.9 libsp.so.1

- ---
Randomly Generated Quote:
May I please be excused? My Brain is full. 

Mike Loiterman
PGP Key 0xD1B9D18E
http://www.ascendency.net



-BEGIN PGP SIGNATURE-
Version: PGP 8.0
Comment: This message has been digitally signed by Mike Loiterman

iQA/AwUBPlLdBGjZbUnRudGOEQJqBgCfSVAsFEGZ0ZRV7ksrX0IxC06KeLIAoIOM
k1+SE17J/FGTOQVmfWLUQcGX
=mQJS
-END PGP SIGNATURE-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



A little confused about FreeBSD

2003-02-18 Thread Jeff Korpa
Hi!

Say, I am a little confused: What's the difference between FreeBSD and
NetBSD ?

Regards,

JK



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



OpenSSL Requirement? So confused...

2003-02-18 Thread humbert
I'm so confused. I've cvsup'ed my ports tree, I've installed openssl,
but I am still getting this message on half of the ports I need to
install. Why why why??

This port requires the OpenSSL library, which is part of
the FreeBSD crypto distribution but not installed on your
machine. Please see the "OpenSSL" section in the handbook
(at
"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/openssl.html";,
for instance)
for instructions on how to obtain and install the FreeBSD
OpenSSL distribution.
*** Error code 1

Stop.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Problems with VINUM config

2003-02-18 Thread Greg 'groggy' Lehey
On Tuesday, 18 February 2003 at 23:35:42 +, Elvar Bjarki Bvarsson wrote:
> I'm having a bit of a problem with my VINUM configuration, I'm setting up a
> concated drive with 4 plexes and getting an error 22.
>
> vinum concat -n serv -v /dev/ad2s1g /dev/ad3s1h /dev/ad4s1e /dev/ad6s1h

That's not exactly enough information.  You don't even say if the
disks are present.  Have you read the man page?  Have you read
http://www.vinumvm.org/vinum/how-to-debug.html?

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers



msg19800/pgp0.pgp
Description: PGP signature


Re: XFree86-4-clients build fails on Xft

2003-02-18 Thread Kris Kennaway
On Tue, Feb 18, 2003 at 07:19:32PM -0500, Rogier R. Mulhuijzen wrote:

> I can't seem to get it to build the clients for the life of me. And
> looking at the patch it requires the Xft port and ignores the
> packaged Xft (In 4.2.1). But it seems like the Xft port isn't up to
> snuff for the XFree86 source.

Are you trying to build from the FreeBSD port?  Do you have any
existing XFree86 ports installed (if yes, remove them first).  Is your
ports collection completely up-to-date?

Failing that, please post the actual errors.

> Also, I noticed there are no XFree86 packages for 5.0-R. Which was
> my alternative option...

Yes there are.  They're in the usual place on the FTP servers.

Kris


msg19799/pgp0.pgp
Description: PGP signature


Re: FreeBSD Media Player equivalent...

2003-02-18 Thread Antoine Jacoutot
On Wednesday 19 February 2003 00:33, Lauri Watts wrote:
> Make what work? so you can click on a file and it opens in mplayer?
> Run kappfinder, let it find your mplayer binary and add it to the K menu. 
> In KControl, go to the file associations module, and make sure mplayer is
> associated with the file formats you want.  Move it up to the top to make
> it the default player (the one that runs when you click on a file), or
> leave it where it is, and it will be available in the right click -> open
> with menu for any associated file type.

No, that never worked for me, at least not in using Konqueror as a web browser 
when the video is embedded in the web page.

Antoine


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: roaring penguin pppoe ?

2003-02-18 Thread Kris Kennaway
On Wed, Feb 19, 2003 at 02:05:26AM +0200, Evren Yurtesen wrote:
> did anyone try roaring penguin pppoe server on freebsd? any advice?

It used to be in the ports collection, but was removed because no-one
could make it work very well.  What's wrong with FreeBSD's pppoed?

Kris



msg19797/pgp0.pgp
Description: PGP signature


Re: make buildworld failure...

2003-02-18 Thread Kris Kennaway
On Tue, Feb 18, 2003 at 03:42:45PM -0500, Asenchi wrote:

> I get this error:
> mkdir -p /usr/obj/usr/src/sys
> cd /usr/src/sys/i386/conf; 
> 
>PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
>  config  -d /usr/obj/usr/src/sys/PALEA  /usr/src/sys/i386/conf/PALEA
> config: /usr/src/sys/i386/conf/PALEA:76: devices with zero units are not
> likely to be correct
> *** Error code 1

You are trying to build a FreeBSD 5.0 kernel from a FreeBSD 4.x (or
older) kernel configuration file.  This will not work :-)

Did you really mean to upgrade to 5.0?

Kris



msg19796/pgp0.pgp
Description: PGP signature


Re: Configuring sendmail to deliver per sender

2003-02-18 Thread Giorgos Keramidas
On 2003-02-18 17:03, Steven Lake <[EMAIL PROTECTED]> wrote:
> Hi all.  How do I get sendmail to forward off mail coming from a
> particular sender to a particular email address?  So regardless of who
> it's addressed TO, I want it to forward mail to a different mailbox or to
> /dev/null depending on the address.
>
> So say I get an email going from "[EMAIL PROTECTED]" going to
> "[EMAIL PROTECTED]", I want that email to go to
> "[EMAIL PROTECTED]" instead, but all other mail labled for user1 I
> want it to deliver normally.

One way to do this is to install procmail as a local delivery agent,
and write something like the following in your system-wide rules at
/usr/local/etc/procmailrc:

:0
* ^(From|From:|Sender:) .*[EMAIL PROTECTED]
* ^TO.*[EMAIL PROTECTED]
! [EMAIL PROTECTED]

Done :)

> The other situation would be mail coming into from
> "[EMAIL PROTECTED]" going to any user on my network.

That's easy.  Try reading /usr/share/sendmail/cf/README.  Especially
the part about access_db.

Giorgos


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: IPFW: rc.firewall script doesn't load when loading rules from a file

2003-02-18 Thread Giorgos Keramidas
On 2003-02-18 15:49, Jason Williams <[EMAIL PROTECTED]> wrote:
> I'm using FBSD 4.7 and have compiled ipfw into the kernel. My
> rc.conf file has the following:
>
> firewall_enable="YES"
> firewall_script="/etc/rc.firewall"
> firewall_type="/etc/ipfw.rules"
> firewall_quiet="NO"
> firewall_logging_enable="YES"
> log_in_vain="YES"
> icmp_drop_redirect="YES"
>
> On reboot, ipfw is not reading rc.firewall before loading my rules -
> /etc/ipfw.rules - as I've assumed it would. I thought I could let
> rc.firewall take care of housekeeping ( flush and loopback rules )
> before moving on to the the custom rules in ipfw.rules. Am I missing
> something here or is it normal to bypass rc.firewall altogether and
> set up a rules file with everything needed in there?

When you set firewall_type="/etc/ipfw.rules" in your rc.conf, only the
following commands are run by rc.firewall:

ipfw -f flush
ipfw /etc/ipfw.rules

That's all.  If you want the rules to have similar behavior to some of
the rules listed for open/closed/client/simple, you'll have to copy
the appropriate rules from rc.firewall into your /etc/ipfw.rules file.

Giorgos


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



DHCPD Error

2003-02-18 Thread Fozzy the Bear
I just cvsup'd to the most recent FreeBSD 5.0-release.
And I downloaded the most recent port of
ISC-DHCP3-3.0.1.r11_1 I then configure the dhcpd.conf
in /usr/local/etc When I restart my computer I get an
error that tells me I need "ddns-update-style ad-hoc;"
in my conf file for it to work. So I add that line,
restart, and then I get this error:

old name service update routine line 11: illegal
expression relating different types 
  if (defines (ddns-fwd-name) and ddns-fwd-name != 
can't parse standard dns updater!

http://transamrit.net/files/dhcpd.conf is what my conf
file looks like.

I have set up DHCP in the past with no problems, I
don't know what I am doing wrong here. Thanks for your
help. 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



XFree86-4-clients build fails on Xft

2003-02-18 Thread Rogier R. Mulhuijzen
Is it me or is the XFree86-4 port majorly broken?

I can't seem to get it to build the clients for the life of me. And looking at the 
patch it requires the Xft port and ignores the packaged Xft (In 4.2.1). But it seems 
like the Xft port isn't up to snuff for the XFree86 source.

Anyone have any ideas?

Also, I noticed there are no XFree86 packages for 5.0-R. Which was my alternative 
option...

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Configuring sendmail to deliver per sender

2003-02-18 Thread Laszlo Vagner
check out virtusertable, access and aliases. you might need
the apropriate FEATURE in your M4 file for virtusertable to work.

I also suggest installing Webmin for easy access and changes
to these files.



On Tuesday 18 February 2003 06:03 pm, Steven Lake wrote:
> Hi all.  How do I get sendmail to forward off mail coming from a
> particular sender to a particular email address?  So regardless of who
> it's addressed TO, I want it to forward mail to a different mailbox or to
> /dev/null depending on the address.
>
>   So say I get an email going from "[EMAIL PROTECTED]" going to
> "[EMAIL PROTECTED]", I want that email to go to "[EMAIL PROTECTED]"
> instead, but all other mail labled for user1 I want it to deliver
> normally.
>
>   The other situation would be mail coming into from
> "[EMAIL PROTECTED]" going to any user on my network.  I want to
> automatically forward that mail into /dev/null and make it go bye bye.
> How do I go about doing that?  Thanks.  If I can't do that, I'll take the
> first item instead.  I've got a workaround for the second if it can't be
> done.  But I definately need to do the first one.  Thanks for the info!
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: email and cvs opinion?

2003-02-18 Thread JacobRhoden
On Wednesday 19 February 2003 09:43, Brian Henning wrote:
> i think i want to save my mailbox to a repoitory, check it out when i am
> reading it, and write it back when i am done...

ummm... one must ask the question... why?

i dont know what you are trying to do, but because I have several computers 
and several email accounts.. I actually import all sent/recieved mail on each 
computer into a mysql database. because each computer may have more than one 
copy, messageid/date fields are verified to be unique. This is probably a 
better solution to your problem, even though I do not know your problem 
*grin*

so now I have a single, easy searchable email database (i personally use a web 
interface)

regards,
jacob

Jacob RhodenPhone: +61 3 8344 6102
ITS DivisionEmail: [EMAIL PROTECTED]
Melbourne University   Mobile: +61 403 788 386

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



roaring penguin pppoe ?

2003-02-18 Thread Evren Yurtesen
did anyone try roaring penguin pppoe server on freebsd? any advice?

Evren


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: openoffice too large

2003-02-18 Thread paleph

>From: "Brian Henning" <[EMAIL PROTECTED]>
>To: "freebsd" <[EMAIL PROTECTED]>
>Subject: openoffice too large
>Date: Tue, 18 Feb 2003 09:30:02 -0600
>Hello-
>I am trying to install openoffice from the ports on to a machine that only 
>has a
>4 gig hard drive. During the installation it say it requires at least 4 
>gigs of
>free space to install. Obviously i cannot have that much free space, is 
>there a
>way to get it installed on this computer with my situation?
>
>thanks,
>
>brian
>

I, too, had the same problem with the amount of
space needed to "install" openoffice. The partition holding
/usr/ports was way too small on my machine. I finally cheated
and copied the ports directory to a different (and larger)
partition and made /usr/ports a symbolic link to it. The
only problem I had was that the Makefiles seem busted
for openoffice and I had to keep installing *.tz files by
hand into the ./ports/distfiles/ directory from the various
web sites.  After a few hours of cursing, finally got a
runable version of openoffice.

I still have a problem in printing a postscript file produced by
openoffice. Can anyone help me with this?

Paul Fronberg
[EMAIL PROTECTED]

PS. Doesn't seem to much documentation yet for openoffice. I found that
the staroffice documentation (there are several books) is close enough
to answer most questions.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



IPFW: rc.firewall script doesn't load when loading rules from a file

2003-02-18 Thread Jason Williams
I'm using FBSD 4.7 and have compiled ipfw into the kernel. My rc.conf 
file has the following:

firewall_enable="YES"
firewall_script="/etc/rc.firewall"
firewall_type="/etc/ipfw.rules"
firewall_quiet="NO"
firewall_logging_enable="YES"
log_in_vain="YES"
icmp_drop_redirect="YES"

On reboot, ipfw is not reading rc.firewall before loading my rules - 
/etc/ipfw.rules - as I've assumed it would. I thought I could let 
rc.firewall take care of housekeeping ( flush and loopback rules ) 
before moving on to the the custom rules in ipfw.rules. Am I missing 
something here or is it normal to bypass rc.firewall altogether and set 
up a rules file with everything needed in there? All the tutorials seem 
to suggest that ipfw reads rc.firewall first before moving onto custom 
rules files, but that has not been my experience here. Thanks for your 
help

Jason Williams
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


openoffice-es

2003-02-18 Thread Eduardo Huertas
Hi,

I'm trying to install openoffice-es and I got stuck here:

===>  Extracting for es-openoffice-1.0.2
===>   es-openoffice-1.0.2 depends on executable: gcc32 - found
===>   es-openoffice-1.0.2 depends on executable: zip - found
===>   es-openoffice-1.0.2 depends on executable: unzip - found
===>   es-openoffice-1.0.2 depends on file: /usr/local/bin/ant - not found
===>Verifying install for /usr/local/bin/ant in 
/usr/ports/devel/jakarta-ant
===>  Extracting for jakarta-ant-1.5.1_3
===>   jakarta-ant-1.5.1_3 depends on file: /usr/local/jdk1.2.2/bin/java - not 
found
===>Verifying install for /usr/local/jdk1.2.2/bin/java in 
/usr/ports/java/jdk12
===>  jdk-1.2.2p11 :
 Because of licensing restrictions, you must fetch the source distribution
 manually.  Please access http://www.sun.com/software/java2/download.html
 with a web browser and follow the second "Download" link for the
 "Java(TM) SDK 1.2.2".  You will be required to log in and register,
 but you can create an account on this page.  After registration and
 accepting the Sun Community Source License, select "JDK-1.2.2" and
 download the file "jdk1_2_2-src.tar.gz".  Please place this file in
 /usr/ports/distfiles.
.*** Error code 1

Stop in /usr/ports/java/jdk12.
*** Error code 1

Stop in /usr/ports/devel/jakarta-ant.
*** Error code 1

Stop in /usr/ports/editors/openoffice-es.
==

I registered on sun.com and tried to obtain the JDK-1.2.2 as it's said above 
but the web site didn't let me download it telling me this:

Error: Transaction stopped. The selected product(s) cannot be provided to your 
location

I'm from Guatemala.  Is there a way I can make this port works?

Thank you very much for your help.

-edu-



-- 
Ing. Eduardo Huertas Jáuregui
Centro de Informática
INCEP-FUNCEP

Ningún árbol fue dañado en la composición de este mensaje... Aunque algunos 
electrones fueron perturbados levemente.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Problems with VINUM config

2003-02-18 Thread Elvar Bjarki Böðvarsson
I'm having a bit of a problem with my VINUM configuration, I'm setting up a
concated drive with 4 plexes and getting an error 22.

vinum concat -n serv -v /dev/ad2s1g /dev/ad3s1h /dev/ad4s1e /dev/ad6s1h


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: FreeBSD Media Player equivalent...

2003-02-18 Thread Lauri Watts
On Wednesday 19 February 2003 00.13, Antoine Jacoutot wrote:
> On Tuesday 18 February 2003 21:44, Stijn Hoop wrote:
> > Even better, check out http://mplayerplug-in.sourceforge.net/. A
> > simple cvs co && gmake will do.
>
> I can't make it work with Konqueror...
> Anyone succeded in making in work ?
> Thanks.

Make what work? so you can click on a file and it opens in mplayer?

Run kappfinder, let it find your mplayer binary and add it to the K menu.  In 
KControl, go to the file associations module, and make sure mplayer is 
associated with the file formats you want.  Move it up to the top to make it 
the default player (the one that runs when you click on a file), or leave it 
where it is, and it will be available in the right click -> open with menu 
for any associated file type.

For what it's worth, Lioux and I just spent the whole night working (ok, him 
mostly working, me mostly cheerleading) on fixing the xine arts plugin - 
giving noatun and kaboodle the ability to directly play any video format that 
libxine provides, a feature that previously hasn't worked on FreeBSD.  Video 
thumbnail previews in Konqueror, and an embeddable sidebar player to come as 
soon as we figure out how to make them work too.  Look for ports in a cvsup 
near you any hour now.

Regards,
-- 
Lauri Watts
KDE Documentation: http://i18n.kde.org/doc/
KDE on FreeBSD: http://freebsd.kde.org/



msg19786/pgp0.pgp
Description: signature


Another newbie ports question

2003-02-18 Thread humbert
Ok, I just cvsup'ed my ports tree, and I am trying to upgrade to the
latest korganizer. I upgraded qt to the latest version, and then it
told me to update kdelibs. But I got this error:

This port requires the OpenSSL library, which is part of
the FreeBSD crypto distribution but not installed on your
machine. Please see the "OpenSSL" section in the handbook
(at
"http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/openssl.html";,
for instance)
for instructions on how to obtain and install the FreeBSD
OpenSSL distribution.
*** Error code 1

... but I already have kdelibs installed. Is this a new requirement?
Do I need to recompile my kernel to make this work? 

Thanks in advance


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: FreeBSD Media Player equivalent...

2003-02-18 Thread Antoine Jacoutot
On Tuesday 18 February 2003 21:44, Stijn Hoop wrote:
> Even better, check out http://mplayerplug-in.sourceforge.net/. A
> simple cvs co && gmake will do.

I can't make it work with Konqueror...
Anyone succeded in making in work ?
Thanks.

Antoine


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: evolution and soup

2003-02-18 Thread Joe Marcus Clarke
On Tue, 2003-02-18 at 17:45, Eduardo Huertas wrote:
> On Tuesday 18 February 2003 08:32, Eduardo Huertas wrote:
> > On Tuesday 18 February 2003 08:14, you wrote:
> > > On Tue, 2003-02-18 at 08:59, Eduardo Huertas wrote:
> > > > Hi,
> > > >
> > > > I've been trying to install evolution the last couple of weeks updating
> > > > each time the ports but with no luck.  And always the error is when
> > > > trying to make soup:
> > >
> > > Make sure you have the latest version of glib12 installed.  In fact, you
> > > might try doing a forced upgrade of glib12 if you already have it
> > > installed.
> > >
> > > Joe
> >
> > Yes! That's it! It already passed the soup thing.  Evolution has not
> > finished but I trust it will make good.
> >
> > Thanks a lot Joe!
> >
> > -edu-
> 
> OK
> Seems I had no luck.  Now it complains about gdk-pixbuf even though I have 
> built it myself through ports with the last version:

You need to upgrade gdk-pixbuf and gnomecanvas to the latest version. 
You should really consider using portupgrade to do all of this:

portupgrade -R evolution

Joe

> 
> ===>  Extracting for gdk-pixbuf-0.22.0
> >> Checksum OK for gnome/gdk-pixbuf-0.22.0.tar.bz2.
> 
> Seems the port of evolution finds an older version and I found gdk-pixbuf 
> here:
> infcoord# find / -name "gdk-pixbuf" -print
> /usr/local/include/gdk-pixbuf-1.0/gdk-pixbuf
> /usr/local/lib/gdk-pixbuf
> /usr/ports/graphics/gdk-pixbuf
> /usr/X11R6/lib/gdk-pixbuf
> /usr/X11R6/include/gdk-pixbuf-1.0/gdk-pixbuf
> /usr/X11R6/share/doc/gdk-pixbuf
> 
> And every file has the date of today.
> 
> Evolution port says the following:
> 
> Checking for gdk-pixbuf with GNOME canvas support... 0.17.0 found
> configure: error:
> 
> You need gdk-pixbuf with GNOME canvas support 0.18.0 or higher to build 
> evolution
> If you think you already have this installed, consult the README.
> ===>  Script "configure" failed unexpectedly.
>   Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
>   the "/usr/ports/mail/evolution/work/evolution-1.2.2/config.log" 
> including
>   the output of the failure of your make command. Also, it might be a
>   good idea to provide an overview of all packages installed on your
>   system (e.g. an `ls /var/db/pkg`).
> *** Error code 1
> 
> Stop in /usr/ports/mail/evolution.
> 
> Thanks to everybody for your help.
> 
> -edu-
-- 
PGP Key : http://www.marcuscom.com/pgp.asc





signature.asc
Description: This is a digitally signed message part


Re: email and cvs opinion?

2003-02-18 Thread Jan Grant
On Tue, 18 Feb 2003, Brian Henning wrote:

> i guess i am not sure. i really don't know what is out there and what
> functionality i want.
> i think i want to save my mailbox to a repoitory, check it out when i am reading
> it, and write it back when i am done...

The question is, why would you want to do this? Two reasons I can think
of - which one fits you...?

1. To keep a record of all transactions you've ever performed on your
mailbox.

2. To permit multiple "offline" operations on your mailbox which get
sync'ed back to the main one whenever you get the opportunity.

In the first case you might be better off investigating a flexible mail
client (maybe mh, if you can stand it, or some derivative thereof) and
hacking the functionality yourself. In the second case, you're probably
better off looking for a mail client that supports some sensible kind of
offline operation. There are several of those.



-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
Hang on, wasn't he holding a wooden parrot? No! It was a porcelain owl.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Configuring sendmail to deliver per sender

2003-02-18 Thread Steven Lake
Hi all.  How do I get sendmail to forward off mail coming from a
particular sender to a particular email address?  So regardless of who
it's addressed TO, I want it to forward mail to a different mailbox or to
/dev/null depending on the address.

So say I get an email going from "[EMAIL PROTECTED]" going to
"[EMAIL PROTECTED]", I want that email to go to "[EMAIL PROTECTED]"
instead, but all other mail labled for user1 I want it to deliver
normally.

The other situation would be mail coming into from
"[EMAIL PROTECTED]" going to any user on my network.  I want to
automatically forward that mail into /dev/null and make it go bye bye.
How do I go about doing that?  Thanks.  If I can't do that, I'll take the
first item instead.  I've got a workaround for the second if it can't be
done.  But I definately need to do the first one.  Thanks for the info!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: evolution and soup

2003-02-18 Thread Eduardo Huertas
On Tuesday 18 February 2003 08:32, Eduardo Huertas wrote:
> On Tuesday 18 February 2003 08:14, you wrote:
> > On Tue, 2003-02-18 at 08:59, Eduardo Huertas wrote:
> > > Hi,
> > >
> > > I've been trying to install evolution the last couple of weeks updating
> > > each time the ports but with no luck.  And always the error is when
> > > trying to make soup:
> >
> > Make sure you have the latest version of glib12 installed.  In fact, you
> > might try doing a forced upgrade of glib12 if you already have it
> > installed.
> >
> > Joe
>
> Yes! That's it! It already passed the soup thing.  Evolution has not
> finished but I trust it will make good.
>
> Thanks a lot Joe!
>
> -edu-

OK
Seems I had no luck.  Now it complains about gdk-pixbuf even though I have 
built it myself through ports with the last version:

===>  Extracting for gdk-pixbuf-0.22.0
>> Checksum OK for gnome/gdk-pixbuf-0.22.0.tar.bz2.

Seems the port of evolution finds an older version and I found gdk-pixbuf 
here:
infcoord# find / -name "gdk-pixbuf" -print
/usr/local/include/gdk-pixbuf-1.0/gdk-pixbuf
/usr/local/lib/gdk-pixbuf
/usr/ports/graphics/gdk-pixbuf
/usr/X11R6/lib/gdk-pixbuf
/usr/X11R6/include/gdk-pixbuf-1.0/gdk-pixbuf
/usr/X11R6/share/doc/gdk-pixbuf

And every file has the date of today.

Evolution port says the following:

Checking for gdk-pixbuf with GNOME canvas support... 0.17.0 found
configure: error:

You need gdk-pixbuf with GNOME canvas support 0.18.0 or higher to build 
evolution
If you think you already have this installed, consult the README.
===>  Script "configure" failed unexpectedly.
  Please report the problem to [EMAIL PROTECTED] [maintainer] and attach
  the "/usr/ports/mail/evolution/work/evolution-1.2.2/config.log" 
including
  the output of the failure of your make command. Also, it might be a
  good idea to provide an overview of all packages installed on your
  system (e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/mail/evolution.

Thanks to everybody for your help.

-edu-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: email and cvs opinion?

2003-02-18 Thread Brian Henning
i guess i am not sure. i really don't know what is out there and what
functionality i want.
i think i want to save my mailbox to a repoitory, check it out when i am reading
it, and write it back when i am done...

thanks,

brian
- Original Message -
From: "Giorgos Keramidas" <[EMAIL PROTECTED]>
To: "Brian Henning" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, February 18, 2003 4:40 PM
Subject: Re: email and cvs opinion?


> On 2003-02-18 15:46, Brian Henning <[EMAIL PROTECTED]> wrote:
> > Hello-
> > I am currious if anyone out there has integrated their mail box or
> > mail software with cvs?  is there an advantage to doing it or not
> > doing it?
>
> That depends.  What sort of integration are you thinking about?
>

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: email and cvs opinion?

2003-02-18 Thread Giorgos Keramidas
On 2003-02-18 15:46, Brian Henning <[EMAIL PROTECTED]> wrote:
> Hello-
> I am currious if anyone out there has integrated their mail box or
> mail software with cvs?  is there an advantage to doing it or not
> doing it?

That depends.  What sort of integration are you thinking about?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: procmail - unsafe for mailing to programs

2003-02-18 Thread Giorgos Keramidas
On 2003-02-18 15:54, David Banning <[EMAIL PROTECTED]> wrote:
> Here is the problem;
>
> david$ mail david
> Subject: test to david
> test to david
> EOT
> david$ /usr/david/.forward: line 1: "| /usr/local/bin/procmail || exit 75"... 
>Address [EMAIL PROTECTED] is unsafe for mailing to programs
> /usr/david/dead.letter... Saved message in /usr/david/dead.letter

Read the sendmail FAQ entries about ``smrsh''.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Basic Ports Question, KDE, Korganizer

2003-02-18 Thread Lauri Watts
On Tuesday 18 February 2003 22.58, humbert wrote:
> Hello - I basically run xwindows so I can have a browser and a PIM
> program. I recently installed fbsd 4.7 from the mini-install CD. I
> used sysinstall to set up KDE and everything went perfectly.
>
> The version of korganizer in ports is 3.0.x something. But it looks
> ugly and I would like to upgrade to the latest version. I download the
> source and tried to compile, but it couldn't find any Qt headers or
> normal stuff like that.

I tend to prefer funtionality over worrying about a default appearance.  
http://www.kde-look.org if "it's ugly" was the only complaint you had.

> So my questions are these:
>
> 1) How can I install kdepim/korganizer from ports originally, but then
> continue to compile from source to keep current? Do people normally
> just wait until the ports collection is updated?

The ports collection is updated generally the same day the official release is 
made (this is true for both KDE and GNOME, and many many other applications, 
less true for others.  In a very broad generalisation, the bigger and more 
visible the project, the sooner the ports get updated.)  KDE 3.1, for 
example, has been in the ports for a few weeks now.

You have no need to compile from sources to keep current, what you need to do 
is:

a: read the handbook and learn about cvsup and the ports collection
b: install sysutils/portupgrade, read it's man pages thoroughly, and use it to 
keep your system up to date.

> 2) Does anyone know why gnomepim wouldn't install? This is the error I
> am getting:
> ===>  Extracting for gnomevfs-1.0.5_4
>
> >> Checksum mismatch for gnome/gnome-vfs-1.0.5.tar.bz2.
>
> Make sure the Makefile and distinfo file
> (/usr/ports/devel/gnomevfs/distinfo)
> are up to date.  If you are absolutely sure you want to override this
> check, type "make NO_CHECKSUM=yes [other args]".
> *** Error code 1

The distribution file you downloaded wasn't complete, or was otherwise 
damaged.  Remove it (it'll be in 
/usr/ports/distfiles/gnome-vfs-1.0.5.tar.bz2) and try again.  It'll probably 
work even better if you follow points a and b above.

Regards,
-- 
Lauri Watts
KDE Documentation: http://i18n.kde.org/doc/
KDE on FreeBSD: http://freebsd.kde.org/



msg19777/pgp0.pgp
Description: signature


Re: spaces in fstab

2003-02-18 Thread Giorgos Keramidas
On 2003-02-18 12:08, Matt Smith <[EMAIL PROTECTED]> wrote:
> Could anyone tell me how to put spaces in fstab for mount points or
> device names?
>
> I am trying to use mount_smbfs to mount an SMB share with spaces in
> the name.  However, I am sure this same difficulty would apply if my
> mount point contained spaces, such as /home/me/My\ Documents.  I
> have tried various combinations of \040, escaping, and quoting, with
> no luck so far.

This is impossible with the current implementation of getfsent(3).
You can circumvent this by mounting at a pathname that doesn't include
space or tabs characters and symlink to it, i.e. with this in your
fstab:

/dev/ad0s3e  /home/me/my.docs  msdos  rw,noauto  2  2

You can always run:

# mount /home/me/my.docs

and then symlink "/home/me/My Documents" to /home/me/my.docs.

Giorgos.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: procmail - unsafe for mailing to programs

2003-02-18 Thread Ken McGlothlen
David Banning <[EMAIL PROTECTED]> writes:

| david$ /usr/david/.forward: line 1: "| /usr/local/bin/procmail || exit 75"... 
|Address [EMAIL PROTECTED] is unsafe for mailing to programs

and later

| $ cat .forward
| "| /usr/local/bin/procmail || exit 75"

The manpage suggests

"|exec /usr/local/bin/procmail || exit 75"

I'm not sure whether that's the problem or not.

My .forward file has always been

"|IFS=' '&&p=/usr/local/bin/procmail&&test -f $p&&exec $p -Yf-||exit 75 #mcglk"

which was probably originally in old procmail documentation, but which works
great.

Other than that, all your permissions look fine.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: ipf ftp proxy problem?

2003-02-18 Thread Marco Radzinschi
On 17 Feb 2003, Shane Hickey wrote:

> Howdy all,
>   I have a freebsd firewall and I want to be able to do make both passive
> and active ftp client connections from my inside network to the outside
> world.  I'm using ipf and ipnat compiled into the kernel.  I followed
> the IPF HOWTOs that I've read and I'm hitting a brick wall.
>   My outside interface is dc0 and let's say my outside IP is 1.1.1.1.
> I've tried both of the following rules in my /etc/ipnat.rules file with
> no success.
>
> map dc0 0/0 -> 1.1.1.1/32 proxy port 21 ftp/tcp
> map dc0 0/0 -> 0/32 proxy port ftp ftp/tcp
>
>   When I say no success, I mean that I am able to establish a remote ftp
> connection, but when I do a 'ls' I get a
>
> 425 Can't build data connection: No route to host
>
> I'm sure I'm doing something foolish, so any advice would be greatly
> appreciated.  Oh yeah, I'm running FreeBSD5.0-release and IPF version
> 3.4.29.
>
> Thanks in advance for any help.
>
> --
> Shane Hickey : Network/System Consultant
> GPG KeyID: 777CBF3F
> Key fingerprint: 254F B2AC 9939 C715 278C DA95 4109 9F69 777C BF3F
> Listening to: MC5 - 12 I Can Only Give you Everyth


Place the following BEFORE any other rules, and replace $intsubnet with
your internal subnet.  The second rule will allow active FTP from the
firewall itself.

map dc0 $intsubnet -> 1.1.1.1/32 proxy port ftp ftp/tcp
map dc0 1.1.1.1/32 -> 1.1.1.1/32 proxy port ftp ftp/tcp

Marco Radzinschi
E-Mail: [EMAIL PROTECTED]

Tue Feb 18 17:07:05 EST 2003


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Basic Ports Question, KDE, Korganizer

2003-02-18 Thread Joe Marcus Clarke
On Tue, 2003-02-18 at 16:58, humbert wrote:
> 
> 2) Does anyone know why gnomepim wouldn't install? This is the error I
> am getting:

# cd /usr/ports/devel/gnomevfs
# make distclean
# make install clean

This assumes your ports tree has been cvsup'd to the latest version.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc





signature.asc
Description: This is a digitally signed message part


Basic Ports Question, KDE, Korganizer

2003-02-18 Thread humbert
Hello - I basically run xwindows so I can have a browser and a PIM
program. I recently installed fbsd 4.7 from the mini-install CD. I
used sysinstall to set up KDE and everything went perfectly. 

The version of korganizer in ports is 3.0.x something. But it looks
ugly and I would like to upgrade to the latest version. I download the
source and tried to compile, but it couldn't find any Qt headers or
normal stuff like that.

So then I tried to install gnomepim, which installed a bunch of stuff
but the install of gnomevfs (a dependency of gnomepim) didn't work for
some reason which I could specify in greater detail if necessary.

So my questions are these:

1) How can I install kdepim/korganizer from ports originally, but then
continue to compile from source to keep current? Do people normally
just wait until the ports collection is updated?

2) Does anyone know why gnomepim wouldn't install? This is the error I
am getting:
===>  Extracting for gnomevfs-1.0.5_4
>> Checksum mismatch for gnome/gnome-vfs-1.0.5.tar.bz2.
Make sure the Makefile and distinfo file
(/usr/ports/devel/gnomevfs/distinfo)
are up to date.  If you are absolutely sure you want to override this
check, type "make NO_CHECKSUM=yes [other args]".
*** Error code 1

Stop in /usr/ports/devel/gnomevfs.
*** Error code 1

Stop in /usr/ports/palm/gnomepilot.
*** Error code 1

Stop in /usr/ports/palm/gnomepilot-conduits.
*** Error code 1

Stop in /usr/ports/deskutils/gnomepim.


Thank you!
-humbert


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



email and cvs opinion?

2003-02-18 Thread Brian Henning
Hello-
I am currious if anyone out there has integrated their mail box or mail software
with cvs?
is there an advantage to doing it or not doing it?

thanks,
Brian

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: question

2003-02-18 Thread Mike Meyer
In <[EMAIL PROTECTED]>, IAccounts 
<[EMAIL PROTECTED]> typed:
> I would play with perl as it is easy and does not need to be compiled.
> Then move on to the much more powerful c++

I would play with Python because it comes with an interactive shell,
which makes it a lot of fun to play with. The problem with that is
people who learn Python first have trouble finding motivation to learn
C++.

Again, this all depends on what you want to do with the language.

  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: question

2003-02-18 Thread Mike Meyer
In <[EMAIL PROTECTED]>, [EMAIL PROTECTED] typed:
> is java or javascript goods languages to learn?
> if no what is the best language to start with, the second and the third
> thank you for your answer

Didn't you already ask this question? Didn't you get any of the
replies asking what you wanted to do with the languages? Until you
say, the question can't be answered with any accuracy.

In general, learning another programming language is never a bad
thing, as you're likely to get a different view of programming with
it. It may not be the best use of your time, but that depends on the
intended use of the language - so tell us.

  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Simple question about profiling

2003-02-18 Thread Paolo Pisati

I've to confess this my first serious profile session, and
i found something really strange (at least for me... =P)

[flag@law3 src]$ gprof proto3
[snip]
 %   cumulative   self  self total
 time   seconds   secondscalls  ms/call  ms/call  name
 74.4  39.2639.26 .mcount (83)
  6.7  42.82 3.56 111575600 0.00 0.00  checkRule2d [4]
  6.6  46.30 3.48 1024 3.3912.30  buildTree2d [3]
  3.8  48.29 1.99 117334464 0.00 0.00  add_tail [6]
  3.7  50.25 1.96 117234464 0.00 0.00  rem [7]
  1.8  51.18 0.93 117234464 0.00 0.00  rem_head [5]
  0.6  51.51 0.33  164 0.00 0.00  __qdivrem [13]
  0.5  51.75 0.24   84 0.00 0.00  __svfscanf [9]
  0.4  51.96 0.21 9037 0.02 0.09  buildTree1d [10]
  0.3  52.14 0.18   80 0.00 0.00  strtoumax [12]
  0.3  52.28 0.14  1078414 0.00 0.00  memset [20]
  0.2  52.41 0.12  5658864 0.00 0.00  checkRule1d [21]
  0.1  52.47 0.07   250129 0.00 0.00  count [23]
  0.1  52.52 0.05   537809 0.00 0.00  malloc_bytes  [22
]
  0.1  52.56 0.04  1166299 0.00 0.00  append_lists [25]
  0.1  52.59 0.03  2411019 0.00 0.00  new_list [26]
  0.1  52.62 0.03   536551 0.00 0.00  calloc [14]
  0.0  52.64 0.02   70 0.24 0.42  tree2dHeight [29]
[snip]

i think this is the beef: what the hell is .mcount?!?!
if i read the table correctly, .mcount is the guilty, isn't it?

any help or pointer is appreciated, thank you... =)

-- 

Paolo

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: question

2003-02-18 Thread IAccounts
> is java or javascript goods languages to learn?
> if no what is the best language to start with, the second and the third
> thank you for your answer

Depends on what you want to learn.

Perl: Extremely flexible text string manipulation features and scripting
features. Relatively easy to learn.

c++: Cross platform across several (all?) OS's. Extremely powerful, can be
extremely confusing with it's pointers and references. Most programs for
unix are written in this language.

PHP: Good scripting language for http transfer.

I would play with perl as it is easy and does not need to be compiled.
Then move on to the much more powerful c++

My $.02

Steve

>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



more XF86Config questions... .

2003-02-18 Thread Gary D Kline

Does anybody know why I am refused permission (by
/stand/sysinstall) to write/open XF86Config?  I seem to
be wedged at 1024x768, which is acceptable if my i810
can't go any higher.  

Since I have and Intel-815 chipset, is XFree86 the right
thing is have linked as X?

  0 lrwxr-xr-x  1 root  wheel7 Feb  9 16:11 X -> XFree86
992 -rwxr-xr-x  1 root  wheel   999640 Nov  9  2000 XF86Setup
3408 -rwxr-xr-x  1 root  wheel  3478246 Nov  9  2000 XF86_SVGA
2008 -rwxr-xr-x  1 root  wheel  2047435 Nov  9  2000 XF86_VGA16
1520 -rwxr-xr-x  1 root  wheel  1543284 Feb  9 16:11 XFree86

xvidtune dies with:

Xlib:  extension "XFree86-VidModeExtension" missing on display ":0.0".
Unable to query video extension version

with or without that line commented in my /etc/XF86Config.

Clues, people?

tia,

gary


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



question

2003-02-18 Thread matrix
is java or javascript goods languages to learn?
if no what is the best language to start with, the second and the third
thank you for your answer

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: make buildworld failure...

2003-02-18 Thread Asenchi
On Tue, 2003-02-18 at 15:58, IAccounts wrote:
> > I went to my kernel to look at line 76 and this is where it put me
> > (using vi):
> >
> > (Cursor here)#Floppy Drives
> > device  fdc0at isa? port IO_FD1 irq 6 drq 2
> > device  fd0 at fdc0 drive 0
> > device  fd1 at fdc0 drive 1
> >
> > I can't figure this out.  As there is not 0 in the "#Floppy Drives"
> > line.
> 
> Post the few lines leading up to line 76. Many times, (I have noticed) a
> compiler will pooch on a line and give the line number of the following
> line.

I didn't see anything there, but take a look.

# To make an SMP kernel, the next two are needed
#optionsSMP # Symmetric MultiProcessor
Kernel
#optionsAPIC_IO # Symmetric (APIC) I/O

device  isa
device  eisa
device  pci

#Floppy Drives
device  fdc0at isa? port IO_FD1 irq 6 drq 2
device  fd0 at fdc0 drive 0
device  fd1 at fdc0 drive 1
#
# If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy,
# don't use the above line for fdc0 but the following one:
#device fdc0 

# ATA and ATAPI devices
device  ata0at isa? port IO_WD1 irq 14
device  ata1at isa? port IO_WD2 irq 15

Is it just me that finds this strange?  Thanks. Curt Micol
 
> Perhaps this is the case here.
> 
> Steve
> 
> 
> >
> > Here is:
> >
> > palea# uname -a
> > FreeBSD palea.grebner.com 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Mon Feb 10
> > 16:10:13 EST 2003
> > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PALEA  i386
> >
> > If there is anything else you need me to provide let me know.  Thank you
> > for any advice/suggestions you can give.
> >
> > I love this os. Curt Micol
> >
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-questions" in the body of the message
> >
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: make buildworld failure...

2003-02-18 Thread IAccounts
> I went to my kernel to look at line 76 and this is where it put me
> (using vi):
>
> (Cursor here)#Floppy Drives
> device  fdc0at isa? port IO_FD1 irq 6 drq 2
> device  fd0 at fdc0 drive 0
> device  fd1 at fdc0 drive 1
>
> I can't figure this out.  As there is not 0 in the "#Floppy Drives"
> line.

Post the few lines leading up to line 76. Many times, (I have noticed) a
compiler will pooch on a line and give the line number of the following
line.

Perhaps this is the case here.

Steve


>
> Here is:
>
> palea# uname -a
> FreeBSD palea.grebner.com 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Mon Feb 10
> 16:10:13 EST 2003
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PALEA  i386
>
> If there is anything else you need me to provide let me know.  Thank you
> for any advice/suggestions you can give.
>
> I love this os. Curt Micol
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



procmail - unsafe for mailing to programs

2003-02-18 Thread David Banning
Here is the problem;

david$ mail david
Subject: test to david
test to david
EOT
david$ /usr/david/.forward: line 1: "| /usr/local/bin/procmail || exit 75"... Address 
[EMAIL PROTECTED] is unsafe for mailing to programs
/usr/david/dead.letter... Saved message in /usr/david/dead.letter

$ 

$ cd 
$ pwd
/usr/david
$ cat .forward
"| /usr/local/bin/procmail || exit 75"
$ ls -ld .forward
-rw-r--r--  1 david  wheel  39 Feb 18 15:24 .forward
$ 
$ cd ../
$ ls -ld david
drwxr-xr-x  174 david  wheel  12800 Feb 18 15:28 david
$ 
$ 
$ ls -ld /usr/local/bin/procmail
-rwsr-sr-x  1 root  mail  66708 Apr 24  2002 /usr/local/bin/procmail
$ 
$ ls -ld /usr/libexec/sm.bin
drwxr-xr-x  2 root  wheel  512 Dec  6 00:31 /usr/libexec/sm.bin
$ ls -l /usr/libexec/sm.bin
total 0
lrwxr-xr-x  1 root  wheel  23 Dec  6 00:31 procmail -> /usr/local/bin/procmail
$ 


I have looked all over the net to find the answer to this problem.
There are many people who have the problem, and everyone's response is
that there are file/folder permission problems. 
I cannot find any file permission
problems. 

The problem is only sending locally with the program /usr/bin/mail.

Inbound recieving mail is OK.  Procmail even sorts properly.
Sending outgoing mail is OK.
Sending locally with mutt even works.

I have tried to pick at this problem every 6 months or so, each time 
with no result.

Any idea would be helpful.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: FreeBSD Media Player equivalent...

2003-02-18 Thread Fernando Gleiser
On Tue, 18 Feb 2003, Daxbert wrote:

> I've finally decided to run FreeBSD as my primary
> workstation environment.  Previously I have only
> used it as a server platform.  I've managed to replace
> most of the desktop utilities I need, but I need
> a good replacement for Windows Media Player.

Try mplayer, it's in the ports.



Fer


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: FreeBSD Media Player equivalent...

2003-02-18 Thread Stijn Hoop
On Tue, Feb 18, 2003 at 08:24:26PM +, Rus Foster wrote:
> O,n Tue, 18 Feb 2003, Daxbert wrote:
> 
> ,>'ve finally decided to run FreeBSD as my primary
> > workstation environment.  Previously I have only
> > used it as a server platform.  I've managed to replace
> > most of the desktop utilities I need, but I need
> > a good replacement for Windows Media Player.
> >
> > I'm looking for opinions here
> 
> I would suggest ogle for DVD. Mplayer for everything else. As for
> intergrating with Mozilla you can setup the mimetypes to make it all work
> automagically

Even better, check out http://mplayerplug-in.sourceforge.net/. A
simple cvs co && gmake will do.

This, combined with the flashpluginwrapper port has made my browsing
life *so* much easier in the last 2 weeks, that I'm now considering
hitting myself for not setting this up sooner.

FWIW I'm using phoenix as a web browser.

--Stijn

-- 
In the force if Yoda's so strong, construct a sentence with words in
the proper order then why can't he?



msg19762/pgp0.pgp
Description: PGP signature


make buildworld failure...

2003-02-18 Thread Asenchi
Hello Everyone,

I have a little problem that popped up. I have searched, not
intensively, but for about an hour for an answer and am stumped.  I
actually don't even really know what to search for, but you should
always research before you ask...Here is the problem:

I just cvsup'd my sources and have been running through the processes
fine, but when I went to do:

palea# make kernel KERNCONF=PALEA

I get this error:
mkdir -p /usr/obj/usr/src/sys
cd /usr/src/sys/i386/conf; 
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  config  -d /usr/obj/usr/src/sys/PALEA  /usr/src/sys/i386/conf/PALEA
config: /usr/src/sys/i386/conf/PALEA:76: devices with zero units are not
likely to be correct
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
palea# 

I went to my kernel to look at line 76 and this is where it put me
(using vi):

(Cursor here)#Floppy Drives
device  fdc0at isa? port IO_FD1 irq 6 drq 2
device  fd0 at fdc0 drive 0
device  fd1 at fdc0 drive 1

I can't figure this out.  As there is not 0 in the "#Floppy Drives"
line.

Here is:

palea# uname -a
FreeBSD palea.grebner.com 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Mon Feb 10
16:10:13 EST 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/PALEA  i386

If there is anything else you need me to provide let me know.  Thank you
for any advice/suggestions you can give.

I love this os. Curt Micol


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: slow telnet login over (lan and wan)

2003-02-18 Thread Marc Hunter
At 09:24 AM 02/18/03 -0800, jay tigre wrote:

im running FreeBSD 4.7 Release on amd athlon 1.6ghz
with 512mb of ram. This machine has a very light cpu
load. it mostly sits there idle and handles email for
a small office.  for some reason however, telnet
logins are very slow over the sdsl 512/512 connection
as well as the 100mbps lan. When I try to telnet to
that box, i make an immediate connection but don't get
a login prompt for almost 30-40 seconds. Its not a
major problem. Just very annoying. Does anyone have a
clue about how to resolve this problem. any hints
would help.


It is probably because for some reason it does a reverse lookup on your IP 
and if there is no answer it times out.  A work-around is to add your IP to 
the hosts table.  Someday I hope to be able to burrow into that code and 
find a way to turn that off...

Marc



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: SMC 2602W Wireless PCI Card on stable

2003-02-18 Thread Peter J. Blok
I just have network_interfaces="lo0 fxp0 wi0" and a file called 
/etc/start_if.wi0 where I do ifconfig stuff like wep and ip settings

Peter
On Tuesday 18 February 2003 14:03, Viny wrote:
> On Mon, Feb 17, 2003 at 02:57:21PM +0100 or thereabouts, Peter J. Blok may 
have written :
> > I don't use the pccard stuff for the 2602. I just kldload if_wi or
> > compile device wi inside the kernel.
>
>   Thanks for your quick answer !
>
>   So there is no reference to card or pcic devices in your kernel
> config file (both are present in the GENERIC one) ?
>   Assuming your card has been recognized by the kernel, how do you
> configure the device ? What are the relevant lines in rc.conf or other
> config files ?
>
>   Thanks in advance for your help.
>
>   Vincent


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: mount_smbfs password file

2003-02-18 Thread James Long
On Tue, Feb 18, 2003 at 10:49:16AM -0600, Brian Henning wrote:
> is there a password file i can store my smb share password in so fstab can find
> and and not prompt me for it each time?

man mount_smbfs and note the "Files" section.  It points you to an example.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: FreeBSD Media Player equivalent...

2003-02-18 Thread Rus Foster
O,n Tue, 18 Feb 2003, Daxbert wrote:

,>'ve finally decided to run FreeBSD as my primary
> workstation environment.  Previously I have only
> used it as a server platform.  I've managed to replace
> most of the desktop utilities I need, but I need
> a good replacement for Windows Media Player.
>
> I'm looking for opinions here

I would suggest ogle for DVD. Mplayer for everything else. As for
intergrating with Mozilla you can setup the mimetypes to make it all work
automagically

rus
--
http://www.65535.net | MSN: [EMAIL PROTECTED]
Lifetime Linux or FreeBSD account: $100 || Lifetime Hosting: $150
Offsite Backups - Remote System Monitoring - Email Hosting


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: NIC numbering

2003-02-18 Thread Jonathan Lemon
In article [EMAIL PROTECTED]> you 
write:
>On Tue, Feb 18, 2003 at 11:52:22AM -0600, Jonathan Lemon wrote:
>> In article
>[EMAIL PROTECTED]> 
>you write:
>> >On Tue, Feb 18, 2003 at 11:02:30AM -0600, Terry Todd wrote:
>> >> On Mon, Feb 17, 2003 at 02:08:19PM +0100, Cliff Sarginson wrote:
>> >> > On Mon, Feb 17, 2003 at 01:30:09PM +0100, Andrea Franceschini wrote:
>> >> > > On Sat, Feb 15, 2003 at 08:28:35AM -0600, Terry Todd wrote:
>> >> > > > When you have more than one of the same type of NIC card in one
>> >> > > > machine is there a way to insure that the NIC numbering remains
>> >> > > > attached to the same card / MAC address if more cards are added or
>> >> > > > they are moved around?
>> >> > > > 
>> >> 
>> >> Here's an example.
>> >> 
>> >> The original setup:
>> >>  
>> >> $ ifconfig -a
>> >> rl0: flags=8802 mtu 1500
>> >> ether 00:e0:29:85:49:b6
>> >> media: Ethernet autoselect (10baseT/UTP)
>> >> status: no carrier
>> >> rl1: flags=8802 mtu 1500
>> >> ether 00:e0:29:85:49:d0
>> >> media: Ethernet autoselect (10baseT/UTP)
>> >> status: no carrier
>> >>  
>> >> After the cards are switched around in the PCI slots:
>> >>  
>> >> $ ifconfig -a
>> >> rl0: flags=8802 mtu 1500
>> >> ether 00:e0:29:85:49:d0
>> >> media: Ethernet autoselect (10baseT/UTP)
>> >> status: no carrier
>> >> rl1: flags=8802 mtu 1500
>> >> ether 00:e0:29:85:49:b6
>> >> media: Ethernet autoselect (10baseT/UTP)
>> >> status: no carrier
>> >>  
>> >> How can I keep rl0 associated with MAC 00:e0:29:85:49:b6 
>> >> and rl1 associated with MAC 00:e0:29:85:49:d0 and still
>> >> be able to add cards or move them around?
>> >
>> >About the best you can do is use ifconfig(8) to set the MAC address at
>> >the same time as you configure the interface:
>> >
>> >ifconfig rl0 ether 00:e0:29:85:49:b6
>> >ifconfig rl1 ether 00:e0:29:85:49:d0
>> >
>> >which will cause the MAC address to stick with the interface number,
>> >rather than the actual card.  That will work if you just keep the two
>> >cards as you've shown here, but if you add a new card that happens to
>> >end up as rl0 then you'll probably end up with a mess.
>> >
>> >As far as I know, there's no way of wiring down interface numbers to
>> >PCI bus slots, analogously to the way you can wire down SCSI devices
>> >by bus, target and LUN --- see the section on 'SCSI DEVICE
>> >CONFIGURATION' in LINT.  You'ld probably have to go a bit linux-ish
>> >and have, say, eth0 as the generic name for an ethernet interface
>> >independant of the actual chipset on the NIC in order to make the most
>> >sense of that sort of wiring-down idea.
>> 
>> Actually, this capability has been in 5.0 for a long time, but I don't
>> think that it was ever MFC'd to 4.x.  There are network aliases for the
>> actual physical devices, which appear as /dev/netN, where N is the 
>> index number used.  These can be wired either by name or ether number
>> at boot time:
>> 
>>Allow wiring of net aliases in /boot/device.hints of the form:
>> hint.net.1.dev="lo0"
>>or
>> hint.net.12.ether="00:a0:c9:c9:9d:63"
>> 
>> 
>> So for the original poster, you could do (in 5.0):
>> 
>>  hint.net.1.ether="00:e0:29:85:49:b6"
>>  hint.net.2.ether="00:e0:29:85:49:d0"
>> 
>>  > ifconfig net1 
>>  rl1: flags=8802 mtu 1500
>>  ether 00:e0:29:85:49:b6
>>  media: Ethernet autoselect (10baseT/UTP)
>>  status: no carrier
>> 
>>  > ifconfig net2
>>  rl0: flags=8802 mtu 1500
>>  ether 00:e0:29:85:49:d0
>>  media: Ethernet autoselect (10baseT/UTP)
>>  status: no carrier
>> 
>> And the 'net1','net2' aliases will remain bound to whichever driver has
>> those actual ethernet addresses, regardless of PCI ordering.
>> --
>> Jonathan
>> 
>
>Thanks.
>
>That works for after the system is booted up and running.
>
>I tried adding ifconfig_net1/2 lines to rc.conf and it didn't work.
>
>ifconfig_net1="inet 10.0.0.3 netmask 255.0.0.0"

You'll need to manually specify the interface list, the default is
to configure only the physical interfaces, not any aliases:

network_interfaces="lo0 net1 net2"

-- 
Jonathan

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



FreeBSD Media Player equivalent...

2003-02-18 Thread Daxbert
I've finally decided to run FreeBSD as my primary 
workstation environment.  Previously I have only
used it as a server platform.  I've managed to replace
most of the desktop utilities I need, but I need
a good replacement for Windows Media Player.

I'm looking for opinions here

I'd like an application that works well as 
a stream player (i.e. supports playing mp3/mpeg/avi/etc 
from a web site via mozilla) as well as 
playing dvd/vcd/divx/dvd/etc from the localhost.

I'm also looking for an application that has the concept 
of easy to install/manage codecs.  I'd like to avoid 
having to --enable via configure and re-compile each time 
I need a new codec.  

The GUI need not be pretty, but should not be kludgy, and 
adware would be a big minus. 

If the application supported network updates of both the
player and the codec w/o adware, I'd even be willing 
to throw some money towards a yearly subscription.

Suggestions?

--daxbert


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: php support?

2003-02-18 Thread Jan Grant
On Tue, 18 Feb 2003, sweetleaf wrote:

> I am needing to setup a groupware "phprojekt" server that uses php. I
> really don't want to use apache for security and  performance reasons;
> therefore I am searching for a  fast and secure https server that will
> work. The question about php is.if a web server supports cgi will it
> work with php seeing how php is just a script, i am assuming? I have
> found shttpd and fnord while searching. The latter both support cgi and
> i was wondering if  its feasible they might work with php.

As to the performance aspect, if you're planning on running complex PHP
scripts - especially as CGIs - *especially* a system that says this in
its requirements:

PHP4 must be installed on the webserver with access to a SQL database.

(by which it means mysql, postgres, oracle, informix or ms-sql)
then I very much doubt that the http server is going to become a
performance bottleneck.

As to security: since many SSL implementations have their roots in a
small number of libraries, you may find that a vulnerability with one is
a vulnerability with several platforms.

(This isn't the case with stuff out of the DJB stable, however, 'cause
he has a long history of not trusting anything written by others, and
reimplementing it all himself from scratch.)

Good luck!

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
Not as randy or clumsom as a blaster.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: NIC numbering

2003-02-18 Thread Terry Todd
On Tue, Feb 18, 2003 at 11:52:22AM -0600, Jonathan Lemon wrote:
> In article 
>[EMAIL PROTECTED]> 
>you write:
> >On Tue, Feb 18, 2003 at 11:02:30AM -0600, Terry Todd wrote:
> >> On Mon, Feb 17, 2003 at 02:08:19PM +0100, Cliff Sarginson wrote:
> >> > On Mon, Feb 17, 2003 at 01:30:09PM +0100, Andrea Franceschini wrote:
> >> > > On Sat, Feb 15, 2003 at 08:28:35AM -0600, Terry Todd wrote:
> >> > > > When you have more than one of the same type of NIC card in one
> >> > > > machine is there a way to insure that the NIC numbering remains
> >> > > > attached to the same card / MAC address if more cards are added or
> >> > > > they are moved around?
> >> > > > 
> >> 
> >> Here's an example.
> >> 
> >> The original setup:
> >>  
> >> $ ifconfig -a
> >> rl0: flags=8802 mtu 1500
> >> ether 00:e0:29:85:49:b6
> >> media: Ethernet autoselect (10baseT/UTP)
> >> status: no carrier
> >> rl1: flags=8802 mtu 1500
> >> ether 00:e0:29:85:49:d0
> >> media: Ethernet autoselect (10baseT/UTP)
> >> status: no carrier
> >>  
> >> After the cards are switched around in the PCI slots:
> >>  
> >> $ ifconfig -a
> >> rl0: flags=8802 mtu 1500
> >> ether 00:e0:29:85:49:d0
> >> media: Ethernet autoselect (10baseT/UTP)
> >> status: no carrier
> >> rl1: flags=8802 mtu 1500
> >> ether 00:e0:29:85:49:b6
> >> media: Ethernet autoselect (10baseT/UTP)
> >> status: no carrier
> >>  
> >> How can I keep rl0 associated with MAC 00:e0:29:85:49:b6 
> >> and rl1 associated with MAC 00:e0:29:85:49:d0 and still
> >> be able to add cards or move them around?
> >
> >About the best you can do is use ifconfig(8) to set the MAC address at
> >the same time as you configure the interface:
> >
> >ifconfig rl0 ether 00:e0:29:85:49:b6
> >ifconfig rl1 ether 00:e0:29:85:49:d0
> >
> >which will cause the MAC address to stick with the interface number,
> >rather than the actual card.  That will work if you just keep the two
> >cards as you've shown here, but if you add a new card that happens to
> >end up as rl0 then you'll probably end up with a mess.
> >
> >As far as I know, there's no way of wiring down interface numbers to
> >PCI bus slots, analogously to the way you can wire down SCSI devices
> >by bus, target and LUN --- see the section on 'SCSI DEVICE
> >CONFIGURATION' in LINT.  You'ld probably have to go a bit linux-ish
> >and have, say, eth0 as the generic name for an ethernet interface
> >independant of the actual chipset on the NIC in order to make the most
> >sense of that sort of wiring-down idea.
> 
> Actually, this capability has been in 5.0 for a long time, but I don't
> think that it was ever MFC'd to 4.x.  There are network aliases for the
> actual physical devices, which appear as /dev/netN, where N is the 
> index number used.  These can be wired either by name or ether number
> at boot time:
> 
>Allow wiring of net aliases in /boot/device.hints of the form:
> hint.net.1.dev="lo0"
>or
> hint.net.12.ether="00:a0:c9:c9:9d:63"
> 
> 
> So for the original poster, you could do (in 5.0):
> 
>   hint.net.1.ether="00:e0:29:85:49:b6"
>   hint.net.2.ether="00:e0:29:85:49:d0"
> 
>   > ifconfig net1 
>   rl1: flags=8802 mtu 1500
>   ether 00:e0:29:85:49:b6
>   media: Ethernet autoselect (10baseT/UTP)
>   status: no carrier
> 
>   > ifconfig net2
>   rl0: flags=8802 mtu 1500
>   ether 00:e0:29:85:49:d0
>   media: Ethernet autoselect (10baseT/UTP)
>   status: no carrier
> 
> And the 'net1','net2' aliases will remain bound to whichever driver has
> those actual ethernet addresses, regardless of PCI ordering.
> --
> Jonathan
> 

Thanks.

That works for after the system is booted up and running.

I tried adding ifconfig_net1/2 lines to rc.conf and it didn't work.

ifconfig_net1="inet 10.0.0.3 netmask 255.0.0.0"

Terry Todd

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: php support?

2003-02-18 Thread Bill Moran
sweetleaf wrote:

I am needing to setup a groupware "phprojekt" server that uses php. I 
really don't want to use apache for security and  performance reasons; 
therefore I am searching for a  fast and secure https server that will 
work. The question about php is.if a web server supports cgi will it 
work with php seeing how php is just a script, i am assuming? I have 
found shttpd and fnord while searching. The latter both support cgi and 
i was wondering if  its feasible they might work with php.

As I understand it, yes.
However, read carefully through the php docs.  There have been a lot of
concerns about php's security as a CGI module.
And you'll probably get better help asking on the php lists, or the lists
for the web server you're looking to use.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



php support?

2003-02-18 Thread sweetleaf
I am needing to setup a groupware "phprojekt" server that uses php. I 
really don't want to use apache for security and  performance reasons; 
therefore I am searching for a  fast and secure https server that will 
work. The question about php is.if a web server supports cgi will it 
work with php seeing how php is just a script, i am assuming? I have 
found shttpd and fnord while searching. The latter both support cgi and 
i was wondering if  its feasible they might work with php.

Thanks


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: upgrade of Mailman from ports fails: unable to set GID

2003-02-18 Thread Tim Kellers
I just portupgraded an instance of Mailman from 2.1b4 to 2.1.1 and, while I 
was able to set the GID without a problem (sendmail MTA), I had this response 
to both /usr/local/etc/rc.d/mailman.sh start and mailmanctl:

eris# ./mailmanctl -s start
Site list is missing: mailman

I compared the files in /usr/local/mailman/bin with another machine that's 
running 2.1b4 and I didn't find anything startlingly different --even the 
Defaults.py and mm_cfg.py files were the same.

I ftp'd the mailmanctl file from the 2.1b4 server to the server with 2.1.1 
installed, ran the mailman.sh start script and everything (appears, so far) 
to be working fine.  Just to verify that it wasn't a portupgrade issue, I 
pkg_delete'd mailman and built a fresh install; I got the same error on 
starting mailmanctl with the file from 2.1.1.

Looks like 2.1.1 has some issues, has anyone gotten it to run out-of-the-box 
from ports??

Tim Kellers
CPE/NJIT






On Tuesday 18 February 2003 08:49 am, Per olof Ljungmark wrote:
> Have Mailman/Postfix install and just tried to update from 2.1 to 2.1.1
> via ports. However, I can't set the variable "--with-mail-gid=nobody" no
> matter how I try, and this makes the mailwrapper fail as it tries to
> execute under the wrong GID.
> What am I doing wrong?
>
> Building and installing Mailman as a normal app outside the ports system
> with "--with-mail-gid=nobody" works fine.
>
> cheers,
>
> /per olof
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: NIC numbering

2003-02-18 Thread Jonathan Lemon
In article 
[EMAIL PROTECTED]> 
you write:
>On Tue, Feb 18, 2003 at 11:02:30AM -0600, Terry Todd wrote:
>> On Mon, Feb 17, 2003 at 02:08:19PM +0100, Cliff Sarginson wrote:
>> > On Mon, Feb 17, 2003 at 01:30:09PM +0100, Andrea Franceschini wrote:
>> > > On Sat, Feb 15, 2003 at 08:28:35AM -0600, Terry Todd wrote:
>> > > > When you have more than one of the same type of NIC card in one
>> > > > machine is there a way to insure that the NIC numbering remains
>> > > > attached to the same card / MAC address if more cards are added or
>> > > > they are moved around?
>> > > > 
>> 
>> Here's an example.
>> 
>> The original setup:
>>  
>> $ ifconfig -a
>> rl0: flags=8802 mtu 1500
>> ether 00:e0:29:85:49:b6
>> media: Ethernet autoselect (10baseT/UTP)
>> status: no carrier
>> rl1: flags=8802 mtu 1500
>> ether 00:e0:29:85:49:d0
>> media: Ethernet autoselect (10baseT/UTP)
>> status: no carrier
>>  
>> After the cards are switched around in the PCI slots:
>>  
>> $ ifconfig -a
>> rl0: flags=8802 mtu 1500
>> ether 00:e0:29:85:49:d0
>> media: Ethernet autoselect (10baseT/UTP)
>> status: no carrier
>> rl1: flags=8802 mtu 1500
>> ether 00:e0:29:85:49:b6
>> media: Ethernet autoselect (10baseT/UTP)
>> status: no carrier
>>  
>> How can I keep rl0 associated with MAC 00:e0:29:85:49:b6 
>> and rl1 associated with MAC 00:e0:29:85:49:d0 and still
>> be able to add cards or move them around?
>
>About the best you can do is use ifconfig(8) to set the MAC address at
>the same time as you configure the interface:
>
>ifconfig rl0 ether 00:e0:29:85:49:b6
>ifconfig rl1 ether 00:e0:29:85:49:d0
>
>which will cause the MAC address to stick with the interface number,
>rather than the actual card.  That will work if you just keep the two
>cards as you've shown here, but if you add a new card that happens to
>end up as rl0 then you'll probably end up with a mess.
>
>As far as I know, there's no way of wiring down interface numbers to
>PCI bus slots, analogously to the way you can wire down SCSI devices
>by bus, target and LUN --- see the section on 'SCSI DEVICE
>CONFIGURATION' in LINT.  You'ld probably have to go a bit linux-ish
>and have, say, eth0 as the generic name for an ethernet interface
>independant of the actual chipset on the NIC in order to make the most
>sense of that sort of wiring-down idea.

Actually, this capability has been in 5.0 for a long time, but I don't
think that it was ever MFC'd to 4.x.  There are network aliases for the
actual physical devices, which appear as /dev/netN, where N is the 
index number used.  These can be wired either by name or ether number
at boot time:

   Allow wiring of net aliases in /boot/device.hints of the form:
hint.net.1.dev="lo0"
   or
hint.net.12.ether="00:a0:c9:c9:9d:63"


So for the original poster, you could do (in 5.0):

hint.net.1.ether="00:e0:29:85:49:b6"
hint.net.2.ether="00:e0:29:85:49:d0"

> ifconfig net1 
rl1: flags=8802 mtu 1500
ether 00:e0:29:85:49:b6
media: Ethernet autoselect (10baseT/UTP)
status: no carrier

> ifconfig net2
rl0: flags=8802 mtu 1500
ether 00:e0:29:85:49:d0
media: Ethernet autoselect (10baseT/UTP)
status: no carrier

And the 'net1','net2' aliases will remain bound to whichever driver has
those actual ethernet addresses, regardless of PCI ordering.
--
Jonathan

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: mount_smbfs password file

2003-02-18 Thread Dancho Penev
On Tue, Feb 18, 2003 at 10:49:16AM -0600, Brian Henning wrote:

From: "Brian Henning" <[EMAIL PROTECTED]>
To: "freebsd" <[EMAIL PROTECTED]>
Subject: mount_smbfs password file
Date: Tue, 18 Feb 2003 10:49:16 -0600

Hello-
i log into samba share alot in bsd so i put some entries in my fstab to automate
the process a little.
is there a password file i can store my smb share password in so fstab can find
and and not prompt me for it each time?


Edit /etc/nsmb.conf file. Look in mount_smbfs man page for more details.



thanks,
b

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


--
Regards,
Dancho Penev

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: slow telnet login over (lan and wan)

2003-02-18 Thread Nathan Kinkade
On Tue, Feb 18, 2003 at 09:24:23AM -0800, jay tigre wrote:
> hello 
> 
> im running FreeBSD 4.7 Release on amd athlon 1.6ghz
> with 512mb of ram. This machine has a very light cpu
> load. it mostly sits there idle and handles email for
> a small office.  for some reason however, telnet
> logins are very slow over the sdsl 512/512 connection
> as well as the 100mbps lan. When I try to telnet to
> that box, i make an immediate connection but don't get
> a login prompt for almost 30-40 seconds. Its not a
> major problem. Just very annoying. Does anyone have a
> clue about how to resolve this problem. any hints
> would help. 

Likely, this relates to the telnetd trying to reverse map the connecting
IP address.  Check that it will reverse map, and if no other way if
available maybe put an entry for the host in /etc/hosts.  This is a
common problem with sshd, so I'm just guessing that telnetd might behave
the save?  In any case, if nothing else is in the way, you might
consider using ssh instead of telnet.

Nathan

-- 
GPG Public Key ID: 0x4250A04C
gpg --keyserver pgp.mit.edu --recv-keys 4250A04C
http://63.105.21.156/gpg_nkinkade_4250A04C.asc



msg19750/pgp0.pgp
Description: PGP signature


Re: higher res for Hitachi "SuperScan Elite 751"

2003-02-18 Thread Dan Nelson
In the last episode (Feb 18), Gary D Kline said:
> A friendgave me a large (17" or 19") CRT, and I 'd like some insight
> into how I can bring the resolution up a notch or two. Until very
> rcently I was using a generic 15" tube.
> 
> Are there specs for this monitor at any URL or does anybody have this
> data?
>
> Section "Monitor"
>Identifier  "Primary Monitor"
>VendorName  "Unknown"
>ModelName   "Unknown"
>HorizSync   31.5-48.5
>VertRefresh 55-90
>Modeline  "1024x768"   65.00 1024 1032 1176 1344 768 771 777 806 -hsync -vsync
>Modeline  "800x600"50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
>Modeline  "640x480"36.00 640 696 752 832 480 481 484 509 -hsync -vsync
> EndSection

Try commenting out the HorizSync, VertRefresh, and Modeline values.  If
your monitor is a Plug-n-Play one, XFree86 will read the appropriate
settings automatically.  You can check to see if DDC worked by looking
at your /var/log/Xfree86.*.log file.

http://www.xfree86.org/4.2.0/RELNOTES4.html#20

-- 
Dan Nelson
[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: slow telnet login over (lan and wan)

2003-02-18 Thread Jim Trigg
On Tue, Feb 18, 2003 at 09:24:23AM -0800, jay tigre wrote:
> im running FreeBSD 4.7 Release on amd athlon 1.6ghz
> with 512mb of ram. This machine has a very light cpu
> load. it mostly sits there idle and handles email for
> a small office.  for some reason however, telnet
> logins are very slow over the sdsl 512/512 connection
> as well as the 100mbps lan. When I try to telnet to
> that box, i make an immediate connection but don't get
> a login prompt for almost 30-40 seconds. Its not a
> major problem. Just very annoying. Does anyone have a
> clue about how to resolve this problem. any hints
> would help. 

It probably has to do with reverse DNS resolution for the client IP
address failing.  (The telnet daemon attempts to get a hostname for
the telnet client before prompting for login.)

Jim
-- 
Jim Trigg, Lord High Everything Else  O-  /"\
  \ /  ASCII RIBBON CAMPAIGN
Hostmaster, Huie Kin family websiteXHELP CURE HTML MAIL
Verger, All Saints Church - Sharon Chapel / \

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: NIC numbering

2003-02-18 Thread Matthew Seaman
On Tue, Feb 18, 2003 at 11:02:30AM -0600, Terry Todd wrote:
> On Mon, Feb 17, 2003 at 02:08:19PM +0100, Cliff Sarginson wrote:
> > On Mon, Feb 17, 2003 at 01:30:09PM +0100, Andrea Franceschini wrote:
> > > On Sat, Feb 15, 2003 at 08:28:35AM -0600, Terry Todd wrote:
> > > > When you have more than one of the same type of NIC card in one
> > > > machine is there a way to insure that the NIC numbering remains
> > > > attached to the same card / MAC address if more cards are added or
> > > > they are moved around?
> > > > 
> 
> Here's an example.
> 
> The original setup:
>  
> $ ifconfig -a
> rl0: flags=8802 mtu 1500
> ether 00:e0:29:85:49:b6
> media: Ethernet autoselect (10baseT/UTP)
> status: no carrier
> rl1: flags=8802 mtu 1500
> ether 00:e0:29:85:49:d0
> media: Ethernet autoselect (10baseT/UTP)
> status: no carrier
>  
> After the cards are switched around in the PCI slots:
>  
> $ ifconfig -a
> rl0: flags=8802 mtu 1500
> ether 00:e0:29:85:49:d0
> media: Ethernet autoselect (10baseT/UTP)
> status: no carrier
> rl1: flags=8802 mtu 1500
> ether 00:e0:29:85:49:b6
> media: Ethernet autoselect (10baseT/UTP)
> status: no carrier
>  
> How can I keep rl0 associated with MAC 00:e0:29:85:49:b6 
> and rl1 associated with MAC 00:e0:29:85:49:d0 and still
> be able to add cards or move them around?

About the best you can do is use ifconfig(8) to set the MAC address at
the same time as you configure the interface:

ifconfig rl0 ether 00:e0:29:85:49:b6
ifconfig rl1 ether 00:e0:29:85:49:d0

which will cause the MAC address to stick with the interface number,
rather than the actual card.  That will work if you just keep the two
cards as you've shown here, but if you add a new card that happens to
end up as rl0 then you'll probably end up with a mess.

As far as I know, there's no way of wiring down interface numbers to
PCI bus slots, analogously to the way you can wire down SCSI devices
by bus, target and LUN --- see the section on 'SCSI DEVICE
CONFIGURATION' in LINT.  You'ld probably have to go a bit linux-ish
and have, say, eth0 as the generic name for an ethernet interface
independant of the actual chipset on the NIC in order to make the most
sense of that sort of wiring-down idea.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: SMC 2602W Wireless PCI Card on stable

2003-02-18 Thread Viny
On Tue, Feb 18, 2003 at 09:00:55AM -0700 or thereabouts, M. Warner Losh may have 
written :
> Which version of FreeBSD are you using?

FreeBSD tchoubou.scientiae.net 4.7-STABLE FreeBSD 4.7-STABLE #14: Tue Feb
18 18:15:01 CET 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/TCHOUBOU  i386

(I've just tried compiling a new kernel, keeping the "card" and
"wi" lines, removing the "pcic" lines)

Here is what my dmesg tells about the 2602 card :

pci0:  (vendor=0x10b5, dev=0x9050) at 11.0 irq 15
[...]
Setup PC-CARD:pccardc: /dev/card0: Device not configured
pccardc: /dev/card0: Device not configured

For information, the card shares the same irq as a Tekram SCSI card

sym0: <875> port 0xcc00-0xccff mem \
0xdf00-0xdf000fff,0xdf001000-0xdf0010ff irq 15 at device 8.0 on pci0
sym0: Tekram NVRAM, ID 7, Fast-20, SE, parity checking

Hope it will help,
Vincent

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



higher res for Hitachi "SuperScan Elite 751"

2003-02-18 Thread Gary D Kline
Hi Gang,

A friendgave me a large (17" or 19") CRT, and I 'd like some
insight into how I can bring the resolution up a notch or two.
Until very rcently I was using a generic 15" tube.  

Are there specs for this monitor at any URL or does anybody
have this data?

thanks much,

gary


 ...

Section "Monitor"
   Identifier  "Primary Monitor"
   VendorName  "Unknown"
   ModelName   "Unknown"
   HorizSync   31.5-48.5
   VertRefresh 55-90
   Modeline  "1024x768"   65.00 1024 1032 1176 1344 768 771 777 806 -hsync -vsyn
c
   Modeline  "800x600"50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
   Modeline  "640x480"36.00 640 696 752 832 480 481 484 509 -hsync -vsync
EndSection


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



slow telnet login over (lan and wan)

2003-02-18 Thread jay tigre
hello 

im running FreeBSD 4.7 Release on amd athlon 1.6ghz
with 512mb of ram. This machine has a very light cpu
load. it mostly sits there idle and handles email for
a small office.  for some reason however, telnet
logins are very slow over the sdsl 512/512 connection
as well as the 100mbps lan. When I try to telnet to
that box, i make an immediate connection but don't get
a login prompt for almost 30-40 seconds. Its not a
major problem. Just very annoying. Does anyone have a
clue about how to resolve this problem. any hints
would help. 

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Is using mergemaster multiple times ok?

2003-02-18 Thread Lowell Gilbert
Tillman <[EMAIL PROTECTED]> writes:

> So 'make DESTDIR=/var/tmp/temproot distrib-dirs distribution' in
> /usr/src/etc should regenerate /var/tmp/temproot? Any pointers to where
> I can find more information on the temproot aspects of
> mergemaster/installworld? Or is Handbook 21.4.10.2 basically it?

The information I needed was in the mergemaster(8) man page.

But it makes sense that you'd want a fresh temproot for each machine
you install on; otherwise, the previous run will delete files you need
to install on the next machine...

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: LAN and sound support in ASUS A7V333-X

2003-02-18 Thread Lowell Gilbert
Mats Dufberg <[EMAIL PROTECTED]> writes:

> I run FreeBSD 5.0-RELEASE on a ASUS A7V333-X motherboard. On the card
> there is both LAN and sound card built in, but neither is detected by
> FreeBSD. Does anyone have any information if it is possible to get that
> support?

I'm not running 5.0, so I may not have the details exactly right, but
I think they're similar to 4.x.  You'll need to load the pcm module or
compile it into your kernel.

The ethernet card I'm not sure about, though; I don't know which
driver is supposed to handle that one.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Ref: Optimization

2003-02-18 Thread Lowell Gilbert
"Abdul Hakeem" <[EMAIL PROTECTED]> writes:

> Can someone spare the knowledge for Linux equivalent settings
> "--enablecache", "--nodns" in the FreeBSD /etc/make.conf file.

I don't know.  What do they do?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: 5.0R-upload/download speed very different, why?

2003-02-18 Thread Lowell Gilbert
Peter <[EMAIL PROTECTED]> writes:

>   Just tested this multiple times, windows XP to FreeBSD
> 5.0R, and FreeBSD 5.0R to FreeBSD, but when I upload a 40MB
> file, the upload hits maximum speed of 1,900 kb/s, and
> downloading the same file from the server it hits a speed of
> 4,400 kb/s.  I used to run 4-Stable on that box and I don't
> remember these kind of differences, so I'm just wondering if
> my config is whacked or has something changed in 5.0-Release
> that would cause uploads to go slow?

How are you testing the speed?  Make sure to use more than one program
(e.g., not just ftpd) so you can tell whether it's a networking issue
or just an application bottleneck.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



spaces in fstab

2003-02-18 Thread Matt Smith
Could anyone tell me how to put spaces in fstab for mount points or
device names?

I am trying to use mount_smbfs to mount an SMB share with spaces in the
name.  However, I am sure this same difficulty would apply if my mount
point contained spaces, such as /home/me/My\ Documents.  I have tried
various combinations of \040, escaping, and quoting, with no luck so
far.  

Any thoughts?
-Matt

-- 
Matt Smith <[EMAIL PROTECTED]>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: tripwire (re-re-post)

2003-02-18 Thread benjamin everist
Yes and no - on the fresh install of bsd, with a new(er/ est) ports 
package, I got past the 'siggen missing' error and tripwire is working 
OK.  On the original machine, i'm still getting that particular error, even 
with the updated ports.  I think I will need to CVSup that machine and try 
again.  Our firewall does not allow port 5999 in or out though, so I need 
to work on that first.

-Original Message-
From: David Donaldson [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 17, 2003 04:54 PM
To: benjamin everist
Subject: RE: tripwire (re-re-post)




Did you get your tripwire working? 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


  1   2   >