rocketport serial

2004-02-25 Thread Jim Pazarena
I added:
   device rp
   device rp0 at pci? port 0x8400

to my kernel, and the next reboot proclaims:

 /kernel: rp0:  port 0x8400-0x847f irq 12 at device 7.0 on pci2
 /kernel: RocketPort0 = 16 ports
 /kernel: rp0: driver is using old-style compatibility shims

-

can anyone tell me how to gain access to the 16 serial ports?
I do not see any new devices added in /dev ?

Thanks!
--
Jim Pazarenamailto:[EMAIL PROTECTED]
http://www.qcislands.net/paz


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


Re: Addition of user

2004-02-25 Thread Peter Risdon
Jeffrey Allan D. Java wrote:

Hi,

Is it possible to add an email account in a mail server without 
a shell account?
 

Yes, by using some additional software to manage the virtual user. 
/usr/ports/mail/vpopmail is one such, but there are others.

PWR.

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


Re: openoffice-1.1 question...

2004-02-25 Thread Gary Kline
On Wed, Feb 25, 2004 at 10:48:48PM -0500, X-Istence wrote:
> Gary Kline wrote:
> > Folks, 
> >
> > On another server I'm trying to build openoffice-1.1.
> > Finally got the Java stuff to build; now I ran into
> > this:
> >
> >===>  Configuring for openoffice-1.1.0_3
> >FATAL ERROR: Autoconf version 2.50 or higher is required for this script
> >*** Error code 2
> >
> >
> > I *did* have an older autoconf installed with v 2.5.7; then
> > removed the older version, and reinstalled autoconf-2.57.  
> >
> > So what gives?  I could install the package; but would like
> > to build OOo, too.  Anybody??
> >
> > tia, 
> >
> > gary
> >
> >
> 
> 
> cd /usr/local/bin/
> 
> mv autoconf autoconf.old
> ln -s autoconf257 autoconf
> ls -al auto*
> 
> Do that for all of em. It doesnt look for autoconf257, eventhough its 
> neatly installed, it goes for "autoconf" which in this case is outdated :).
> 

It works, thanks.  Maybe the port needs another patch... .

gary


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

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


Can't type ^ and ~ in Linux-OpenOffice

2004-02-25 Thread Peter Ulrich Kruppa
Hi!

I just installed Linux-OpenOffice binaries on -CURRENT
(I know there is a FreeBSD-port, but it needs some patience :-)
).

Everything seems to work pretty well - only I can't type ^ and ~
- I am using a german keyboard.

Any ideas what could be done?

Regards,

Uli.

+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 32 bit on FreeBSD 5.2

2004-02-25 Thread Robert Storey
I assume you're talking about configuring X for 32-bit color. If that's
the case, you need to add a line in the Screen section of
/etc/X11/XF86Config like this:

   DefaultDepth 32

Be sure that your card supports this depth before enabling it.

regards,
Robert

On Tue, 24 Feb 2004 16:14:21 -0800 (PST)
Mateusz Rajca <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> How do you setup the 32 bit color option on FreeBSD
> 5.2.
> 
> Thanks 
> 
> Mateusz Rajca
> 
> __
> Do you Yahoo!?
> Yahoo! Mail SpamGuard - Read only the mail you want.
> http://antispam.yahoo.com/tools
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Proftp [SOLVED]

2004-02-25 Thread Robert Storey
Thanks to those who responded. Manually creating the directory
/var/run/proftpd did indeed solve the problem, and yes, the man page is
incorrect as it suggests /var/run/run/proftpd.

best regards,
Robert

On Wed, 25 Feb 2004 09:25:19 -0500
Paul Mather <[EMAIL PROTECTED]> wrote:

> The problem with the port is that it does not create the default
> directory in which the scoreboard file is created.  The man page that
> is installed is also apparently incorrect.  The correct default
> directory is /var/run/proftpd.  If you create that directory, the port
> should run happily with the default proftpd.conf file.
> 
> Alternatively, as someone else suggested, you can explicitly set the
> scoreboard file to be stored in a known existing directory (e.g.,
> /var/run) via the "ScoreboardFile" directive in proftpd.conf.
> 
> You don't need to create the scoreboard file itself.  It will be
> created when proftpd starts up (so long as the directory in which it
> is supposed to reside exists).
> 
> Cheers,
> 
> Paul.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: bootable CD error while installing 5.2..

2004-02-25 Thread hay
When I drag the one large .iso image(bootableonly.iso) to the list, CD
writer's program window, will it be exploded to many files?
- Original Message -
From: "Roland Wells" <[EMAIL PROTECTED]>
To: "hay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, February 26, 2004 5:44 AM
Subject: RE: bootable CD error while installing 5.2..


> Sinan,
> It sounds like you are not burning the images to cd correctly.
> There should be an option in easy cd creator to burn a image.
> Something like:
> File->Record CD from CD Image...
> Then select the .iso file...and burn
>
> It sounds like you are trying to create a new bootable cd. The FreeBSD
> iso's are already bootable when burned. All you need to do is burn the
> image. Once burned, your cd should contain many files and folders.
>
> Hope that helps,
>
> Roland Wells
> Director
> http://fftechcenter.org
> http://thebeatbox.org
>
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of hay
> > Sent: Wednesday, February 25, 2004 5:46 PM
> > To: [EMAIL PROTECTED]
> > Subject: bootable CD error while installing 5.2..
> >
> >
> > Hello List,
> >
> > I downloaded 4 cd iso images from freebsd ftp site,
> > bootableonly, disk1,
> > disk2 and miniinstall. I drag bootableonly.iso file to the
> > list and writing
> > bootable cd with easy cd creater, two files are here in the list,
> > bootcat.bin, bootimg.bin. Writing is okay but cd is not
> > booting. No boot
> > emule message is appearing when restarting computer and
> > message stays there
> > until I close the pc.. Winxp bootable cd is working as
> > expected, but my
> > first and second attemp to make a bootable freebsd cd failed.
> > My pc's bios
> > is capable of cd booting. Hard disk is 20GB Maxtor. Where am
> > I doing wrong?
> >
> > Regards,
> > Sinan
>
>
>

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


Re: bootable CD error while installing 5.2..

2004-02-25 Thread hay
Yes you are right. I am trying to create a new bootable cd. I will burn the
cd with your method...Then I will say it is okay or not.

- Original Message -
From: "Roland Wells" <[EMAIL PROTECTED]>
To: "hay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, February 26, 2004 5:44 AM
Subject: RE: bootable CD error while installing 5.2..


> Sinan,
> It sounds like you are not burning the images to cd correctly.
> There should be an option in easy cd creator to burn a image.
> Something like:
> File->Record CD from CD Image...
> Then select the .iso file...and burn
>
> It sounds like you are trying to create a new bootable cd. The FreeBSD
> iso's are already bootable when burned. All you need to do is burn the
> image. Once burned, your cd should contain many files and folders.
>
> Hope that helps,
>
> Roland Wells
> Director
> http://fftechcenter.org
> http://thebeatbox.org
>
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of hay
> > Sent: Wednesday, February 25, 2004 5:46 PM
> > To: [EMAIL PROTECTED]
> > Subject: bootable CD error while installing 5.2..
> >
> >
> > Hello List,
> >
> > I downloaded 4 cd iso images from freebsd ftp site,
> > bootableonly, disk1,
> > disk2 and miniinstall. I drag bootableonly.iso file to the
> > list and writing
> > bootable cd with easy cd creater, two files are here in the list,
> > bootcat.bin, bootimg.bin. Writing is okay but cd is not
> > booting. No boot
> > emule message is appearing when restarting computer and
> > message stays there
> > until I close the pc.. Winxp bootable cd is working as
> > expected, but my
> > first and second attemp to make a bootable freebsd cd failed.
> > My pc's bios
> > is capable of cd booting. Hard disk is 20GB Maxtor. Where am
> > I doing wrong?
> >
> > Regards,
> > Sinan
>
>
>

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


Re: cvsup config file

2004-02-25 Thread Kent Stewart
On Wednesday 25 February 2004 05:48 pm, Noah wrote:
> FreebSD 4-9
>
> can somebody please verify if I have my cvsup config file setup
> correctly? these are the only uncommented lines.
>
> --- snip ---
>
> *default host=cvsup13.FreeBSD.org
> *default base=/usr
> *default prefix=/usr
> *default release=cvs tag=.
> *default delete use-rel-suffix
>
> ## Ports Collection.
> #
> # The easiest way to get the ports tree is to use the "ports-all"
> # mega-collection.  It includes all of the individual "ports-*"
> # collections,
> ports-all
>

Don't forget to run portsdb -uU after every cvsup of ports-all. This 
doesn't bother make but it affects portupgrade's.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup config file

2004-02-25 Thread Kent Stewart
On Wednesday 25 February 2004 05:48 pm, Noah wrote:
> FreebSD 4-9
>
> can somebody please verify if I have my cvsup config file setup
> correctly? these are the only uncommented lines.
>
> --- snip ---
>
> *default host=cvsup13.FreeBSD.org
> *default base=/usr
> *default prefix=/usr
> *default release=cvs tag=.
> *default delete use-rel-suffix
>
> ## Ports Collection.
> #
> # The easiest way to get the ports tree is to use the "ports-all"
> # mega-collection.  It includes all of the individual "ports-*"
> # collections,
> ports-all
>
>

This is the one I use. Cvsup13 tested faster than 16 did but I am not 
going to change. Crystal is more local cvs-mirror. A cvsup over a 
100mbps local network is faster than anything over the Internet :). I 
update every 4 hours at DSL speeds and cvsup at 100mbps.

I have gone back to work for a short time. I only have a few hours at 
night to anwer emails.

Kent

ruby# cat ports-supfile
# $Id: ports-supfile,v 1.14.2.2 1999/04/08 08:07:54 asami Exp $
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/handbook/mirrors.html.
#*default host=cvsup16.FreeBSD.org
*default host=crystal
*default base=/usr
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix

# If your network link is a T1 or faster, comment out the following 
line.
#*default compress

## Ports Collection.
#
# The easiest way to get the ports tree is to use the "ports-all"
# mega-collection.  It includes all of the individual "ports-*"
# collections,
ports-all

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Looking for ipfw info.

2004-02-25 Thread W. D.
At 20:45 2/25/2004, Shaun T. Erickson, wrote:
>Can someone point me to a good, current ipfw HOW-TO? I'm very good with 
>linux's ipchains/iptables firewall commands, but am replacing that 
>server with a FreeBSD server and need to translate my firewall ...
>
>TIA
>
>   -ste

Hey Shaun,

I am giving you this info with the hope that after you figure
it out you will summarize what you know in a Linux to FreeBSD
firewall howto.  Pretty please.  I've got some Web space if needed.

Here ya go:
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/firewalls.html
http://lists.freebsd.org/pipermail/freebsd-ipfw/
http://marc.theaimsgroup.com/?l=freebsd-ipfw&r=1&w=2
http://marc.theaimsgroup.com/?l=freebsd-ipfw&w=2&r=1&s=newbie&q=b
http://www.onlamp.com/pub/a/bsd/2001/04/25/FreeBSD_Basics.html
http://www.onlamp.com/pub/a/bsd/2001/05/09/FreeBSD_Basics.html
http://freebsd.hanirc.org/holyboard/holyboard.cgi?db=ipfw
http://www.Google.com/search?q=%22ipfw_rules%22+Richard+Caley
http://www.Google.com/search?q=ipfw+firewall+rules
http://www.Google.com/search?q=%22ipfw_rules%22
http://www.Google.com/search?q=ipfw+firewall+rules+primer
http://dva.dyndns.org/faq.html

I've got some more files not listed here.  If you want them, let
me know.



Start Here to Find It Fast!™ -> http://www.US-Webmasters.com/best-start-page/

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


5.2.1-RELEASE

2004-02-25 Thread Chris
I see 5.2.1-RELEASE is out - 


FreeBSD 5.2.1 Released
From: Scott Long <[EMAIL PROTECTED]>
Date: Wednesday 25 February 2004 09:33:11 pm
Groups: mpc.lists.freebsd.current,muc.lists.freebsd.current
no references


Message was signed with unknown key 0x017C5EBF.
The validity of the signature can't be verified.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It is once again my great privilege and pleasure to announce the
availability of FreeBSD 5.2.1-RELEASE.  This is a 'point release' and
is indended to address several bugs and vulnerabilities discovered in
the FreeBSD 5.2 release.  These include:
-Snip-


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


Re: openoffice-1.1 question...

2004-02-25 Thread X-Istence
Gary Kline wrote:
	Folks, 

On another server I'm trying to build openoffice-1.1.
Finally got the Java stuff to build; now I ran into
this:
===>  Configuring for openoffice-1.1.0_3
FATAL ERROR: Autoconf version 2.50 or higher is required for this script
*** Error code 2
	I *did* have an older autoconf installed with v 2.5.7; then
	removed the older version, and reinstalled autoconf-2.57.  

So what gives?  I could install the package; but would like
to build OOo, too.  Anybody??
	tia, 

	gary




cd /usr/local/bin/

mv autoconf autoconf.old
ln -s autoconf257 autoconf
ls -al auto*
Do that for all of em. It doesnt look for autoconf257, eventhough its 
neatly installed, it goes for "autoconf" which in this case is outdated :).

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


RE: bootable CD error while installing 5.2..

2004-02-25 Thread Roland Wells
Sinan,
It sounds like you are not burning the images to cd correctly.
There should be an option in easy cd creator to burn a image.
Something like:
File->Record CD from CD Image...
Then select the .iso file...and burn

It sounds like you are trying to create a new bootable cd. The FreeBSD
iso's are already bootable when burned. All you need to do is burn the
image. Once burned, your cd should contain many files and folders.

Hope that helps,

Roland Wells
Director
http://fftechcenter.org
http://thebeatbox.org



> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of hay
> Sent: Wednesday, February 25, 2004 5:46 PM
> To: [EMAIL PROTECTED]
> Subject: bootable CD error while installing 5.2..
>
>
> Hello List,
>
> I downloaded 4 cd iso images from freebsd ftp site,
> bootableonly, disk1,
> disk2 and miniinstall. I drag bootableonly.iso file to the
> list and writing
> bootable cd with easy cd creater, two files are here in the list,
> bootcat.bin, bootimg.bin. Writing is okay but cd is not
> booting. No boot
> emule message is appearing when restarting computer and
> message stays there
> until I close the pc.. Winxp bootable cd is working as
> expected, but my
> first and second attemp to make a bootable freebsd cd failed.
> My pc's bios
> is capable of cd booting. Hard disk is 20GB Maxtor. Where am
> I doing wrong?
>
> Regards,
> Sinan

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


Re: Configuring a Linux machine as a dynamic router

2004-02-25 Thread Shaun T. Erickson
CHANDANA S wrote:

Hello,
 I am trying to configure my Linux machine 
I believe you are on the wrong list. This list is for the FreeBSD 
operating system, not the Linux operating system. :)

	-ste

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


Configuring a Linux machine as a dynamic router

2004-02-25 Thread CHANDANA S
Hello,
 I am trying to configure my Linux machine as a dymanic router.
In my network i am having 2 router each having one client each.I have
enabled ip_forwarding in the router machines.
I have downloaded the routed daemon and enabled it.
On running routed using "service routed start" both the machines are sending
the client ip details.This i was able to locate using a sniffer(ethereal
network analyser).In one of the router machines the routing table is getting
updated with the details of the client machine of the other router.But in
the other router the routing table is not getting updated.
Please can you tell me what could be the reason.The RIP message that is send
is RIPV1.
I have one more question.How do i get to enable RIPv2.
Thanks in advance.
Best regards
Chandana
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Addition of user

2004-02-25 Thread Jeffrey Allan D. Java
Hi,

Is it possible to add an email account in a mail server without 
a shell account?

Regards,
Jeff

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


openoffice-1.1 question...

2004-02-25 Thread Gary Kline
Folks, 

On another server I'm trying to build openoffice-1.1.
Finally got the Java stuff to build; now I ran into
this:

===>  Configuring for openoffice-1.1.0_3
FATAL ERROR: Autoconf version 2.50 or higher is required for this script
*** Error code 2


I *did* have an older autoconf installed with v 2.5.7; then
removed the older version, and reinstalled autoconf-2.57.  

So what gives?  I could install the package; but would like
to build OOo, too.  Anybody??

tia, 

gary


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

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


Looking for ipfw info.

2004-02-25 Thread Shaun T. Erickson
Can someone point me to a good, current ipfw HOW-TO? I'm very good with 
linux's ipchains/iptables firewall commands, but am replacing that 
server with a FreeBSD server and need to translate my firewall ...

TIA

	-ste

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


Re: cvsup config file

2004-02-25 Thread Rob
Noah wrote:
FreebSD 4-9

can somebody please verify if I have my cvsup config file setup correctly?
these are the only uncommented lines.
--- snip ---

*default host=cvsup13.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
## Ports Collection.
#
# The easiest way to get the ports tree is to use the "ports-all"
# mega-collection.  It includes all of the individual "ports-*"
# collections,
ports-all
That's how I cvsup my ports tree. So should be alright for keeping up-to-date
with STABLE.
R.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problem with ImageMagick

2004-02-25 Thread Kris Kennaway
On Wed, Feb 25, 2004 at 07:31:08PM -0500, [EMAIL PROTECTED] wrote:
> This is on 5.2 but I think it is a ports issue.
> 
> I installed 5.2 from the ISO adding only cvsup with pkg_add. There were 4
> packages installed as dependencies that were old that ImageMagick's
> requirements. I did this two ways.
> 
> First I just installed with package and tested. This gets the error:
> 
> mneme# identify
> /libexec/ld-elf.so.1: /usr/local/lib/libfpx.so.1: Undefined symbol "__cxa_atexit"

This indicates you are trying to run 5.2-CURRENT packages on your
5.2-RELEASE system.  You can't do this, as you discovered; stick with
the 5.2-RELEASE packages, compile the new versions yourself from
ports, or update to 5.2-CURRENT.

Kris


pgp0.pgp
Description: PGP signature


cvsup config file

2004-02-25 Thread Noah

FreebSD 4-9

can somebody please verify if I have my cvsup config file setup correctly?
these are the only uncommented lines.

--- snip ---

*default host=cvsup13.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix

## Ports Collection.
#
# The easiest way to get the ports tree is to use the "ports-all"
# mega-collection.  It includes all of the individual "ports-*"
# collections,
ports-all


--- snip ---

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


Re: Fetch unable to resolve.

2004-02-25 Thread X-Istence
Danny Pansters wrote:
On Thursday 26 February 2004 01:25, X-Istence wrote:

Danny Pansters wrote:

On Thursday 26 February 2004 01:11, X-Istence wrote:

Hello,

I am having problems with fetch and ftp, being unable to resolve any DNS
related matters. Like hostnames and stuff.


Reverse DNS not OK? Always tricky business.
What do you mean? With hostnames i mean stuff like ftp.uk.freebsd.org, 
or google.com, which both dont resolve according to fetch, when i do 
fetch -vv http://google.com/. But when i do nslookup google.com it 
does work.



However, nslookup, dig, and those tools still work just fine, i am
wondering what the problem could be. See output below.
If you need any other info, please let me know, the owner is thinking of
having it reinstalled by the data center, but i would like to get to the
bottom of this.


HTH

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

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


Re: perl and openwebmail - cant locate vars.pm

2004-02-25 Thread parv
in message <[EMAIL PROTECTED]>,
wrote Noah Garrett Wallach thusly...
>
> okay i am attempting to install perl-5.8.2 from the /usr/ports
> 
> I am seeing the following thing happen
...
> and also what should my /etc/make.conf file look like - is this
> okay?
...
> # -- use.perl generated deltas -- #
> # Created: Tue Jul 15 22:09:26 2003
> # Setting to use base perl from ports:
> PERL_VER=5.8.2
> PERL_VERSION=5.8.2
> PERL_ARCH=mach
> NOPERL=yo
> NO_PERL=yo
> NO_PERL_WRAPPER=yo
...
> output from speedyCGI files.
> 
> Can't locate vars.pm in @INC (@INC contains:

I have that in /usr/local/lib/perl5/5.8.2/vars.pm.

What does "find /usr/local/lib -type f -name 'vars.pm'" show?  Better
yet tell us the output of ...

  perl -Mstrict -w \
-e \
' use vars q/$polka/;
  $polka  = q/dot/;
'

...which should be whole lot of nothing.


( reformated original --v )
> /usr/local/lib/perl5/site_perl/5.8.0/mach
> /usr/local/lib/perl5/site_perl/5.8.0
> /usr/local/lib/perl5/site_perl/5.6.1
> /usr/local/lib/perl5/site_perl/5.005
> /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.0/BSDPAN
> /usr/local/lib/perl5/5.8.0/mach /usr/local/lib/perl5/5.8.0) at
> /dev/fd/10 line 19.  BEGIN failed--compilation aborted at
> /dev/fd/10 line 19.  speedy_backend[20770]: perl_parse error
> speedy[20768]: Cannot spawn backend process

Wow, you have three versions of perl installed; now have installed,
rather, trying to install 5.8.2 -- as it is missing from above @INC --
*seemingly* under the same parent directory.  You are one brave
fellow!

If you do not need old files, why not deinstall old ports  nd/or clear
directories, deinstall 5.8.2, & recompile?  Then again problem could
itself be w/ the speedyCGI port.


For comparison, i have only Perl 5.8.2 installed & @INC is...

  # perl -e '$, = qq/\n/; print @INC'
  /usr2/local/lib/perl5/site_perl/5.8.2/mach
  /usr2/local/lib/perl5/site_perl/5.8.2
  /usr2/local/lib/perl5/site_perl
  /usr2/local/lib/perl5/5.8.2/BSDPAN
  /usr2/local/lib/perl5/5.8.2/mach
  /usr2/local/lib/perl5/5.8.2
  .


  - Parv

-- 

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


Re: Fetch unable to resolve.

2004-02-25 Thread Danny Pansters
On Thursday 26 February 2004 01:25, X-Istence wrote:
> Danny Pansters wrote:
> > On Thursday 26 February 2004 01:11, X-Istence wrote:
> >>Hello,
> >>
> >>
> >>I am having problems with fetch and ftp, being unable to resolve any DNS
> >>related matters. Like hostnames and stuff.

Reverse DNS not OK? Always tricky business.

> >>
> >>However, nslookup, dig, and those tools still work just fine, i am
> >>wondering what the problem could be. See output below.
> >>
> >>If you need any other info, please let me know, the owner is thinking of
> >>having it reinstalled by the data center, but i would like to get to the
> >>bottom of this.

HTH

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


RE: port forwarding and IP-less firewall

2004-02-25 Thread Edison Cala
hello again list!

my firewall is setup in freebsd 4.5 and had not implemented nat.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: bootable CD error while installing 5.2..

2004-02-25 Thread JJB
When you burn the mini.iso file to cd your burner software has to be
able to uncompress the .iso file and write and the uncompressed data
as an data cd.  You may need a MS/Windows program that can burn ISO
files to cdrom. I used Nero from www.nero.com .  The downloadable
nero demo work just fine to do what you have to do to create your
FBSD mini install cdrom.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of hay
Sent: Wednesday, February 25, 2004 6:46 PM
To: [EMAIL PROTECTED]
Subject: bootable CD error while installing 5.2..

Hello List,

I downloaded 4 cd iso images from freebsd ftp site, bootableonly,
disk1,
disk2 and miniinstall. I drag bootableonly.iso file to the list and
writing
bootable cd with easy cd creater, two files are here in the list,
bootcat.bin, bootimg.bin. Writing is okay but cd is not booting. No
boot
emule message is appearing when restarting computer and message
stays there
until I close the pc.. Winxp bootable cd is working as expected, but
my
first and second attemp to make a bootable freebsd cd failed. My
pc's bios
is capable of cd booting. Hard disk is 20GB Maxtor. Where am I doing
wrong?

Regards,
Sinan

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

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


5.2(x)-RELEASE panic booting

2004-02-25 Thread Guy Harrison

Hi Folks,

Booting 5.2.1 from mini boot-only iso...

[scrolled away]
pci_cfgintr; 0:16 INTA BIOS irq 5
pci_cfgintr; 0:18 INTA BIOS irq 11
pcib1:  at device 1.0 on pci 0
pci1:  on pcib1

Fatal trap 12: page fault while in kernel mode
cpuid = 0 apic id = 00
fault virtual address = $dde1
fault code = supervisor read, page not present
instruction pointer = 0x8:0xc00fde07
stack pointer = 0x10:0xc0c21a1e
frame pointer = 0x10:0xc0c21aa8
code segment = base 0x0, limit 0x, type 0x1b
 =DPL 0, pres 1, def32 1, gran1
processor flags = interrupt enabled, resume, IOPL = 0
current process = 0 (swapper)
trap number = 12

panic: page fault
[reboot 15 secs etc]

Same thing occurs booting 5.2.1 off floppies. I tried 5.2.1 today as 
identical issue occurs booting 5.2 (sorry didn't write those values 
down). Hopefully of note is the fact 5.1-RELEASE boots fine.


Processor   x86 Family 5 Model 8 Stepping 0 AuthenticAMD ~350 Mhz
BIOS VersionDMI Ver-2.0, Aug 24, 1995
Total Physical Memory   196,148 KB


I did have a mobo PDF lurking somewhere which I'll try and dig out if 
relevent (which it may be, seems to be a mixture of two MSI pdf's).


-- 
Guy Harrison
[EMAIL PROTECTED]

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


Problem with ImageMagick

2004-02-25 Thread doug
This is on 5.2 but I think it is a ports issue.

I installed 5.2 from the ISO adding only cvsup with pkg_add. There were 4
packages installed as dependencies that were old that ImageMagick's
requirements. I did this two ways.

First I just installed with package and tested. This gets the error:

mneme# identify
/libexec/ld-elf.so.1: /usr/local/lib/libfpx.so.1: Undefined symbol "__cxa_atexit"

So I uninstalled the each of the packages and updated with pkg_add. This gets
the same error. I am quit lost as how to proceed.

I am going to compile the package containing libfpx (when I find it) and then
compile ImageMagick. If that does not work I guess I will drop back to 4.9 and
try try again. Thanks for any ideas.

_
Douglas Denault
[EMAIL PROTECTED]
Voice: 301-469-8766
  Fax: 301-469-0601
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: boot disk uses the wrong scsi driver

2004-02-25 Thread hay
Now I am alone with black screen that says how are you man? Time to go to
the bed now. time is 2:28am here in Turkey.
- Original Message -
From: "Thomas Vogt" <[EMAIL PROTECTED]>
To: "hay" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, February 26, 2004 2:27 AM
Subject: Re: boot disk uses the wrong scsi driver


> hay wrote:
>
> > No, nothing I see during boot. I have one IDE hard disk, 20Gb Maxtor. We
> > have CD driver enclosure pc case, if floopy is needed for everything for
> > what CD was invented? 5.2 booting iso image has problem? I dont know if
> > there is a problem or I dont know nothing about bootable CD writing...
>
> Well we don't have any cd-rom in our servers. But I guess I've figured
> out the right solution for my problem. boot -c should help me. Next time
> I should read the man page more carefully.
>
> regards
> Thomas Vogt
>
> > - Original Message -
> > From: "Thomas Vogt" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, February 26, 2004 2:09 AM
> > Subject: boot disk uses the wrong scsi driver
> >
> >
> >
> >>Hi
> >>
> >>I try to boot Fbsd 5.2.1 release from a floppy disk in order to make a
> >>net installation. The boot disk uses always the wrong SCSI driver. It
> >>loads every time the "adv" SCSI driver. But I need the "asr" driver. So
> >>the systems hangs all the time. Is there a possibility to send a
> >>paramater during the boot session to defines the SCSI right driver?
> >>Something like "set hint.asr.enable="1"?
> >>
> >>regards
> >>Thomas Vogt
>
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>
>

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


Re: Fetch unable to resolve.

2004-02-25 Thread X-Istence
Danny Pansters wrote:
On Thursday 26 February 2004 01:11, X-Istence wrote:

Hello,

I am having problems with fetch and ftp, being unable to resolve any DNS
related matters. Like hostnames and stuff.
However, nslookup, dig, and those tools still work just fine, i am
wondering what the problem could be. See output below.
If you need any other info, please let me know, the owner is thinking of
having it reinstalled by the data center, but i would like to get to the
bottom of this.
Sequence of event in the last 4 days:

1. tinydns installed, setup, and totally ready
2. tinydns data copied to a  new server, deamontools, tinydns and its
stuff uninstalled
3. Nothing done for a day or two


You also killed any tinydns/supervise processes?
Yes, tinydns is not found on the server anymore, just dnscache, 
deamontools is also still there. dnscache was going to be used for the 
qmail mail server to ease up dns lookups.



4. Login to setup a mail server, fetch is unable to retrieve ports
5. Try to trouble shoot
6. No means available to get it to work, and here i am.




So, are you perhaps still using your localhost or your box' IP (former) host 
to resolve?, e.g. what's in /etc/resolv/conf? I reckon it should use some 
upstream (your other?) nameserver now.
Output of cat /etc/resolv.conf was posted:

charon# cat /etc/resolv.conf
nameserver 69.56.211.146
On localhost i installed dnscache to see if that would remedy the 
problem. All it has done is speed up DNS queries something i was going 
to add when i was going to compile adn install qMail anyways.


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

Jan-Willem

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


Re: boot disk uses the wrong scsi driver

2004-02-25 Thread Thomas Vogt
hay wrote:

No, nothing I see during boot. I have one IDE hard disk, 20Gb Maxtor. We
have CD driver enclosure pc case, if floopy is needed for everything for
what CD was invented? 5.2 booting iso image has problem? I dont know if
there is a problem or I dont know nothing about bootable CD writing...
Well we don't have any cd-rom in our servers. But I guess I've figured 
out the right solution for my problem. boot -c should help me. Next time 
I should read the man page more carefully.

regards
Thomas Vogt
- Original Message -
From: "Thomas Vogt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 26, 2004 2:09 AM
Subject: boot disk uses the wrong scsi driver


Hi

I try to boot Fbsd 5.2.1 release from a floppy disk in order to make a
net installation. The boot disk uses always the wrong SCSI driver. It
loads every time the "adv" SCSI driver. But I need the "asr" driver. So
the systems hangs all the time. Is there a possibility to send a
paramater during the boot session to defines the SCSI right driver?
Something like "set hint.asr.enable="1"?
regards
Thomas Vogt


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


Re: Fetch unable to resolve.

2004-02-25 Thread Danny Pansters
On Thursday 26 February 2004 01:11, X-Istence wrote:
> Hello,
>
>
> I am having problems with fetch and ftp, being unable to resolve any DNS
> related matters. Like hostnames and stuff.
>
> However, nslookup, dig, and those tools still work just fine, i am
> wondering what the problem could be. See output below.
>
> If you need any other info, please let me know, the owner is thinking of
> having it reinstalled by the data center, but i would like to get to the
> bottom of this.
>
> Sequence of event in the last 4 days:
>
> 1. tinydns installed, setup, and totally ready
> 2. tinydns data copied to a  new server, deamontools, tinydns and its
> stuff uninstalled
> 3. Nothing done for a day or two

You also killed any tinydns/supervise processes?

> 4. Login to setup a mail server, fetch is unable to retrieve ports
> 5. Try to trouble shoot
> 6. No means available to get it to work, and here i am.



So, are you perhaps still using your localhost or your box' IP (former) host 
to resolve?, e.g. what's in /etc/resolv/conf? I reckon it should use some 
upstream (your other?) nameserver now.

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


FreeBSD 5.2 & sendmail - root alias aliases not working

2004-02-25 Thread Matt Weatherford
Hi, Im trying to hand off all the cron mail (to root) on my freebsd 5.2 server 
to another user or 2 using the aliases file and sendmail.

The problem is that sendmail does not seem to be looking at my aliases file at all.

Here is my setup:

ali# grep send /etc/rc.conf
sendmail_enable="NO"
sendmail_submit_enable="YES"
sendmail_msp_queue_enable="YES"
ali#
The only thing I changed from the default freebsd.mc file in /etc/mail
was to uncomment/add the line:
dnl Dialup users should uncomment and define this appropriately
define(`SMART_HOST', `smtp.washington.edu')
to hand off email to the campus-wide delivery system

in /etc/aliases I have:

# Pretty much everything else in this file points to "root", so
# you would do well in either reading root's mailbox or forwarding
# root's email from here.
root:   mbw, ncosgray

Which I would assume will fwd mail to root to those 2 users...

But when I run a test:

ali# /usr/sbin/sendmail -v root < /dev/null
LOG: MAIN
  <= [EMAIL PROTECTED] U=root P=local S=310
ali# Connecting to smtp.washington.edu [140.142.33.9]:25 ... connected
  SMTP<< 220 smtp.washington.edu ESMTP Sendmail 
8.12.11+UW04.02/8.12.11+UW04.02; Wed, 25 Feb 2004 16:11:30 -0800
  SMTP>> EHLO ali.csde.washington.edu
  SMTP<< 250-smtp.washington.edu Hello ali.csde.washington.edu, pleased to meet you
 250-ENHANCEDSTATUSCODES
 250-PIPELINING
 250-EXPN
 250-VERB
 250-8BITMIME
 250-SIZE 6000
 250-ETRN
 250-AUTH GSSAPI
 250-STARTTLS
 250-DELIVERBY
 250 HELP
  SMTP>> STARTTLS
  SMTP<< 220 2.0.0 Ready to start TLS
  SMTP>> EHLO ali.csde.washington.edu
  SMTP<< 250-smtp.washington.edu Hello ali.csde.washington.edu, pleased to meet you
 250-ENHANCEDSTATUSCODES
 250-PIPELINING
 250-EXPN
 250-VERB
 250-8BITMIME
 250-SIZE 6000
 250-ETRN
 250-AUTH GSSAPI PLAIN LOGIN
 250-DELIVERBY
 250 HELP
  SMTP>> MAIL FROM:<[EMAIL PROTECTED]> SIZE=1341
  SMTP>> RCPT TO:<[EMAIL PROTECTED]>
  SMTP>> DATA
  SMTP<< 250 2.1.0 <[EMAIL PROTECTED]>... Sender ok
  SMTP<< 250 2.1.5 <[EMAIL PROTECTED]>... Recipient ok
  SMTP<< 354 Enter mail, end with "." on a line by itself
  SMTP>> writing message and terminating "."
  SMTP<< 250 2.0.0 i1Q0BUWQ030526 Message accepted for delivery
  SMTP>> QUIT
LOG: MAIN
  => [EMAIL PROTECTED] R=smarthost T=remote_smtp H=smtp.washington.edu 
[140.142.33.9] X=TLSv1:EDH-RSA-DES-CBC3-SHA:168
LOG: MAIN
  Completed

ali#

It never changes the "root" to "mbw" or "ncosgray"

Can anyone explain this and/or help me to fix it?

thanks,

Matt

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


Re: boot disk uses the wrong scsi driver

2004-02-25 Thread hay
No, nothing I see during boot. I have one IDE hard disk, 20Gb Maxtor. We
have CD driver enclosure pc case, if floopy is needed for everything for
what CD was invented? 5.2 booting iso image has problem? I dont know if
there is a problem or I dont know nothing about bootable CD writing...
- Original Message -
From: "Thomas Vogt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 26, 2004 2:09 AM
Subject: boot disk uses the wrong scsi driver


> Hi
>
> I try to boot Fbsd 5.2.1 release from a floppy disk in order to make a
> net installation. The boot disk uses always the wrong SCSI driver. It
> loads every time the "adv" SCSI driver. But I need the "asr" driver. So
> the systems hangs all the time. Is there a possibility to send a
> paramater during the boot session to defines the SCSI right driver?
> Something like "set hint.asr.enable="1"?
>
> regards
> Thomas Vogt
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>
>

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


Fetch unable to resolve.

2004-02-25 Thread X-Istence
Hello,

I am having problems with fetch and ftp, being unable to resolve any DNS 
related matters. Like hostnames and stuff.

However, nslookup, dig, and those tools still work just fine, i am 
wondering what the problem could be. See output below.

If you need any other info, please let me know, the owner is thinking of 
having it reinstalled by the data center, but i would like to get to the 
bottom of this.

Sequence of event in the last 4 days:

1. tinydns installed, setup, and totally ready
2. tinydns data copied to a  new server, deamontools, tinydns and its 
stuff uninstalled
3. Nothing done for a day or two
4. Login to setup a mail server, fetch is unable to retrieve ports
5. Try to trouble shoot
6. No means available to get it to work, and here i am.

uname -a:

charon# uname -a
FreeBSD charon.gamershell.com 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon 
Oct 27 17:51:09 GMT 2003 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

It is a xeon p4 proc. with hyperthreading.

Some stats about the IP's that are currently set:

charon# ifconfig -a
rl0: flags=8843 mtu 1500
inet 66.36.241.74 netmask 0xfe00 broadcast 66.36.241.255
inet6 fe80::20d:61ff:fe03:48f3%rl0 prefixlen 64 scopeid 0x1
ether 00:0d:61:03:48:f3
media: Ethernet autoselect (10baseT/UTP )
status: active
lo0: flags=8049 mtu 16384
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
inet 127.0.0.1 netmask 0xff00
ppp0: flags=8010 mtu 1500
sl0: flags=c010 mtu 552
faith0: flags=8002 mtu 1500
Here is the output i mentioned above, this is what is going wrong.:

charon# fetch -v http://google.com/
scheme:   [http]
user: []
password: []
host: [google.com]
port: [0]
document: [/]
---> google.com:80
looking up google.com
fetch: http://google.com/: Host not found
charon# nslookup google.com
Server:  69-56-211-146.theplanet.com
Address:  69.56.211.146
Non-authoritative answer:
Name:google.com
Addresses:  216.239.57.99, 216.239.37.99, 216.239.39.99
charon# dig google.com

; <<>> DiG 8.3 <<>> google.com
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30197
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 4, ADDITIONAL: 0
;; QUERY SECTION:
;;  google.com, type = A, class = IN
;; ANSWER SECTION:
google.com. 4m57s IN A  216.239.39.99
google.com. 4m57s IN A  216.239.57.99
google.com. 4m57s IN A  216.239.37.99
;; AUTHORITY SECTION:
google.com. 3d23h59m57s IN NS  ns1.google.com.
google.com. 3d23h59m57s IN NS  ns2.google.com.
google.com. 3d23h59m57s IN NS  ns3.google.com.
google.com. 3d23h59m57s IN NS  ns4.google.com.
;; Total query time: 34 msec
;; FROM: charon.gamershell.com to SERVER: 69.56.211.146
;; WHEN: Thu Feb 26 01:01:44 2004
;; MSG SIZE  sent: 28  rcvd: 148
charon# ftp
ftp> open ftp.uk.freebsd.org
ftp: ftp.uk.freebsd.org: No address associated with hostname
ftp> open ftp://ftp.uk.freebsd.org/
ftp: ftp://ftp.uk.freebsd.org/: No address associated with hostname
ftp> exit
charon# nslookup ftp.uk.freebsd.org
Server:  69-56-211-146.theplanet.com
Address:  69.56.211.146
Non-authoritative answer:
Name:ftp.plig.net
Addresses:  195.40.6.41, 195.40.6.46
Aliases:  ftp.uk.freebsd.org
charon# cat /etc/resolv.conf
nameserver 69.56.211.146
charon# nslookup google.com
Server:  69-56-211-146.theplanet.com
Address:  69.56.211.146
Non-authoritative answer:
Name:google.com
Addresses:  216.239.37.99, 216.239.39.99, 216.239.57.99
charon# ping google.com
ping: cannot resolve google.com: Unknown host
charon# ping 216.239.37.99
PING 216.239.37.99 (216.239.37.99): 56 data bytes
64 bytes from 216.239.37.99: icmp_seq=0 ttl=245 time=2.384 ms
64 bytes from 216.239.37.99: icmp_seq=1 ttl=245 time=2.395 ms
64 bytes from 216.239.37.99: icmp_seq=2 ttl=245 time=2.040 ms
64 bytes from 216.239.37.99: icmp_seq=3 ttl=245 time=2.514 ms
64 bytes from 216.239.37.99: icmp_seq=4 ttl=245 time=1.985 ms
^C
--- 216.239.37.99 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max/stddev = 1.985/2.264/2.514/0.211 ms
Thank you,

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


perl and openwebmail - cant locate vars.pm

2004-02-25 Thread Noah Garrett Wallach

FreeBSD 4.9

okay i am attempting to install perl-5.8.2 from the /usr/ports

I am seeing the following thing happen

I suid'ed /usr/bin/suidperl with 4555
did a use.perl port

and also what should my /etc/make.conf file look like - is this okay?

--- snip ---

# -- use.perl generated deltas -- #
# Created: Tue Jul 15 22:09:26 2003
# Setting to use base perl from ports:
PERL_VER=5.8.2
PERL_VERSION=5.8.2
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo

 snip ---


output from speedyCGI files.

Can't locate vars.pm in @INC (@INC contains:
/usr/local/lib/perl5/site_perl/5.8.
0/mach /usr/local/lib/perl5/site_perl/5.8.0
/usr/local/lib/perl5/site_perl/5.6.1
 /usr/local/lib/perl5/site_perl/5.005 /usr/local/lib/perl5/site_perl
/usr/local/
lib/perl5/5.8.0/BSDPAN /usr/local/lib/perl5/5.8.0/mach
/usr/local/lib/perl5/5.8.
0) at /dev/fd/10 line 19.
BEGIN failed--compilation aborted at /dev/fd/10 line 19.
speedy_backend[20770]: perl_parse error
speedy[20768]: Cannot spawn backend process
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


boot disk uses the wrong scsi driver

2004-02-25 Thread Thomas Vogt
Hi

I try to boot Fbsd 5.2.1 release from a floppy disk in order to make a 
net installation. The boot disk uses always the wrong SCSI driver. It 
loads every time the "adv" SCSI driver. But I need the "asr" driver. So 
the systems hangs all the time. Is there a possibility to send a 
paramater during the boot session to defines the SCSI right driver? 
Something like "set hint.asr.enable="1"?

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


bootable CD error while installing 5.2..

2004-02-25 Thread hay
Hello List,

I downloaded 4 cd iso images from freebsd ftp site, bootableonly, disk1,
disk2 and miniinstall. I drag bootableonly.iso file to the list and writing
bootable cd with easy cd creater, two files are here in the list,
bootcat.bin, bootimg.bin. Writing is okay but cd is not booting. No boot
emule message is appearing when restarting computer and message stays there
until I close the pc.. Winxp bootable cd is working as expected, but my
first and second attemp to make a bootable freebsd cd failed. My pc's bios
is capable of cd booting. Hard disk is 20GB Maxtor. Where am I doing wrong?

Regards,
Sinan

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


Re: FreeBSD box as router adding latency

2004-02-25 Thread Aloha Guy
Chris Dillon <[EMAIL PROTECTED]> wrote: 
On Wed, 25 Feb 2004, Aloha Guy wrote:

> Any ideas what is causing this? Is it the xl0 driver because I've
> used FreeBSD machines as ethernet routers before with a similar
> setup except there was no NAT involved and used the fxp drivers and
> it never had this problem. Thanks for your help in advance!

Additional delay while adding a hop is to be expected, no matter how
fast your network or router is. You only added about 1ms on average,
which is about right. The lost packet in the second traceroute might
be due to a full/half-duplex mismatch between one of the NICs and the
switch.


You're right that additional delay while adding a hop is to be expected, which is less 
than 0.1ms to the FreeBSD box but everything past the FreeBSD machine is adding 
atleast 5ms up to 300ms in the traceroutes when the normal is no more than 20ms for 
the same traceroute.  I've already checked the NICs and they are all configured at 
their full rated speeds and full duplex.  I even try using a Cardbus PCMCIA fxp0 Intel 
Pro/100S card on the FreeBSD box and it still had the same problem.  I am using a 
September 2003 -CURRENT so I don't know if it's a issue with the current networking 
code back then or not.

John


-
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mouse Question/ Kernel Question

2004-02-25 Thread Andrew Boothman
David Anderson wrote:

I have printed out the HOW-TO on Setting up a USB mouse in FreeBSD 4.x. (www.defcon1.org is the source)  What I am trying to do is set up a USB Wheel Mouse (actually it is a wireless mouse/keyboard ) with FreeBSD 5.2.   FreeBSD recognizes the keyboard just fine (the wireless hub for the keyboard & mouse attaches to a usb port).  Is there anything that I need to do differently. 
Does your mouse show in the system's boot messages? You can view these 
messages with the dmesg command. Lines concerning a USB mouse should 
show as lines beginning with umse. Also, what does the usbdevs command show?

Also how do a customize the kernel ( I need to add the Atheros driver for my wireless PCI ethernet card).  Thank you for your time and assistance.  
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html

The FreeBSD Handbook is your bible for learning the system :)

Good Luck

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


Globespan ADSL modem

2004-02-25 Thread Dmitry Risich
Hi

Is it possible to make Globespan-based ADSL modem to operate under FreeBSD 5.2-RELEASE

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


Re: FreeBSD box as router adding latency

2004-02-25 Thread Chris Dillon
On Wed, 25 Feb 2004, Aloha Guy wrote:

> Any ideas what is causing this? Is it the xl0 driver because I've
> used FreeBSD machines as ethernet routers before with a similar
> setup except there was no NAT involved and used the fxp drivers and
> it never had this problem. Thanks for your help in advance!

Additional delay while adding a hop is to be expected, no matter how
fast your network or router is.  You only added about 1ms on average,
which is about right.  The lost packet in the second traceroute might
be due to a full/half-duplex mismatch between one of the NICs and the
switch.


-- 
 Chris Dillon - cdillon(at)wolves.k12.mo.us
 FreeBSD: The fastest, most open, and most stable OS on the planet
 - Available for IA32, IA64, AMD64, PC98, Alpha, and UltraSPARC architectures
 - PowerPC, ARM, MIPS, and S/390 under development
 - http://www.freebsd.org

Q: Because it reverses the logical flow of conversation.
A: Why is putting a reply at the top of the message frowned upon?

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


Re[2]: CPU usege too HIGH

2004-02-25 Thread hugle
JA> What is behind that server? If there are many servers/clients behind that
JA> server that require net access and that box functions as the gateway, then it
JA> is not really a surprisement that the loads are so high.

nothing behind the server, just clients... I have about 500 users, and
this BOX is doint NAT for all of them.

JA> Also, how many users are connected to that server? A few users won't bring
JA> that much load, but having twenty or thirty of them connected will bring
JA> quite a load to the CPU. It would make sense that Squid and NAT are using so
JA> much CPU time then.

JA> Your script may be small, but if again used by the same thirty people then
JA> perl will put quite a load on the server.
But this never used to happen for over a mnoth... i had the same count
of users. I have 3 internet connections.
Even now, when it is 1 o'clock (AM) when everybody sleeps (almost)
there is:
  PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
46087 root  63   0  9924K  9636K RUN677:27 87.74% 87.74% natd
63795 nobody 2   0   305M   305M poll   176:15  5.08%  5.08% squid
60589 root   2   0   692K   388K sbwait 316:23  2.05%  2.05% natd
perl# uptime
12:49AM  up 22 days,  3:19, 1 user, load averages: 2.24, 2.15, 1.86

in last week load avarage at night was about 0.40 

with best wishes
Jarek
JA> Cheers,

JA> Jorn

JA> On Wednesday 25 February 2004 16:27, hugle wrote:
>> In last past days, users confirmed of big lag in games..
>> I looged into the server, and saw big proccessor usage there:
>>
>> last pid: 90449;  load averages:  5.55,  9.11,  6.74   
>>  up 21+19:48:35  17:18:34 68 processes: 5 running,
>> 63 sleeping
>> CPU states: 29.6% user,  0.0% nice, 34.6% system, 35.8% interrupt,  0.0%
>> idle Mem: 321M Active, 1313M Inact, 286M Wired, 85M Cache, 199M Buf, 3488K
>> Free Swap: 4079M Total, 216K Used, 4079M Free
>>
>>   PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
>> 46087 root  62   0  8912K  8624K RUN393:39 28.86% 28.86% natd
>> 63795 nobody62   0   191M   190M RUN 22:38 22.61% 22.61% squid
>> 87001 root  -6   0  9288K  8756K piperd   0:04  7.57%  7.57% perl
>> 60589 root   2   0   672K   368K sbwait 297:12  0.24%  0.24% natd
>> 65212 root  66  19 17416K 15684K RUN 89:50  0.00%  0.00% mlnet-real
>>
>> perl# uptime
>>  5:24PM  up 21 days, 19:54, 2 users, load averages: 8.05, 11.78, 8.94
>>
>> i have a little sciprt running avery 5 minutes.. it uses perl, but..
>>
>> why natd is using so much resourses ?
>> there I have to dig the problem?
>> and why active memory is so low ?;/



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


Re: upgrade problem

2004-02-25 Thread Matthew Seaman
On Wed, Feb 25, 2004 at 02:26:08PM +, Jim McIver wrote:
> > On Wed, Feb 25, 2004 at 02:04:20PM +, Jim McIver wrote:

> > This suggests that your attempt to upgrade has failed to update all of
> > the standard system programs -- you'll probably find it easiest to do
> > a 4.6 to 4.9 upgrade by cvsup(1)ing the latest RELENG_4_9 sources, and
> > then doing a full buildworld, buildkernel, installkernel, installworld
> > cycle as detailed in /usr/src/UPDATING and the handbook at:
> 
> That's what I'm trying to do, but I'm stuck on the error code 127 
> ...touch when I run 'make installworld' and can't find the solution.

Hmmm... You've fixed your clock problems according to another post you
made.  Try clearing out everything you compiled previously and
re-running cvsup(1) to make sure everything has the correct timestamp
and permissions:

# cd /usr/src
# make cleandir
# make cleandir   (Yes: do this twice in order to get the full effect)
# cvsup -g -L2 /path/to/your/supfile

and then try compiling again: ie. run 'make buildworld' (the 'make
installworld' is failing because it's trying to install something
that should have been created during the 'make buildworld' stage, but
wasn't).

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


pgp0.pgp
Description: PGP signature


Mouse Question/ Kernel Question

2004-02-25 Thread David Anderson
I have printed out the HOW-TO on Setting up a USB mouse in FreeBSD 4.x. 
(www.defcon1.org is the source)  What I am trying to do is set up a USB Wheel Mouse 
(actually it is a wireless mouse/keyboard ) with FreeBSD 5.2.   FreeBSD recognizes the 
keyboard just fine (the wireless hub for the keyboard & mouse attaches to a usb port). 
 Is there anything that I need to do differently. 

Also how do a customize the kernel ( I need to add the Atheros driver for my wireless 
PCI ethernet card).  Thank you for your time and assistance.  

Sincerely,

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


Re: upgrade problem

2004-02-25 Thread Jim McIver
Matthew,

> On Wed, Feb 25, 2004 at 02:04:20PM +, Jim McIver wrote:
> > Trying to upgrade from Freebsd 4.6 to 4.9...haven't got it working
> > yet, but I am getting strange message from the machine.
> > 
> > newsyslog: illegal flag in config file -- N
> > 
> > Any idea where this is coming from?
> 
> You seem to be running an older version of newsyslog(8) with the
> /etc/newsyslog.conf file from a more recent version.  The 'N' flag
> (meaning don't try and send a signal to any process) was added to
> RELENG_4 newsyslog on 4th May 2003.
> 
> This suggests that your attempt to upgrade has failed to update all of
> the standard system programs -- you'll probably find it easiest to do
> a 4.6 to 4.9 upgrade by cvsup(1)ing the latest RELENG_4_9 sources, and
> then doing a full buildworld, buildkernel, installkernel, installworld
> cycle as detailed in /usr/src/UPDATING and the handbook at:

That's what I'm trying to do, but I'm stuck on the error code 127 
...touch when I run 'make installworld' and can't find the solution.
> 
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-
> edge.html
> 
>  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
> 



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


Epiphany/Acrobat Plugin

2004-02-25 Thread Frank Jahnke
I am trying -- in vain so far -- to get he Acrobat reader plugin to work
in the Epiphany browser.  I have installed linuxpluginwrapper, and flash
works properly.  My libmap.conf file contains (flash stuff deleted)

# Acrobat with Mozilla/Firebird/Galeon/Epiphany
[/usr/local/Acrobat5/Browsers/intellinux/nppdf.so]
libc.so.6  pluginwrapper/acrobat.so

and symbolic links have been added to
/usr/local/lib/linux-mozilla/plugins and /usr/X11R6/lib/browser_plugins
pointing to /usr/local/Acrobat5/Browsers/intellinux/nppdf.so, and the
permissions are correct.  The plugin is listed on the browser, and a
path leads to acroread (it executes fine from the command line).

The plugin is found, but hangs on the splash screen.  I'm using 5.2.1RC,
Acrobat 5.0.8, and Epiphany 1.0.6.  Any ideas would be most appreciated!

Frank Jahnke

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


Re: upgrade problem

2004-02-25 Thread Kevin D. Kinsey, DaleCo, S.P.
Jim McIver wrote:

Trying to upgrade from Freebsd 4.6 to 4.9...haven't got it working yet, 
but I am getting strange message from the machine.

newsyslog: illegal flag in config file -- N

Any idea where this is coming from?

-Jim McIver
 

The default configuration file for newsyslog(8)
is /etc/newsyslog.conf.
I'd look for this string in that file and comment
it out or remove it entirely.  Can't say for sure
how it got there, though, as I'm just a newbie
myself...
Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: upgrade problem

2004-02-25 Thread Matthew Seaman
On Wed, Feb 25, 2004 at 02:04:20PM +, Jim McIver wrote:
> Trying to upgrade from Freebsd 4.6 to 4.9...haven't got it working yet, 
> but I am getting strange message from the machine.
> 
> newsyslog: illegal flag in config file -- N
> 
> Any idea where this is coming from?

You seem to be running an older version of newsyslog(8) with the
/etc/newsyslog.conf file from a more recent version.  The 'N' flag
(meaning don't try and send a signal to any process) was added to
RELENG_4 newsyslog on 4th May 2003.

This suggests that your attempt to upgrade has failed to update all of
the standard system programs -- you'll probably find it easiest to do
a 4.6 to 4.9 upgrade by cvsup(1)ing the latest RELENG_4_9 sources, and
then doing a full buildworld, buildkernel, installkernel, installworld
cycle as detailed in /usr/src/UPDATING and the handbook at:

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

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


pgp0.pgp
Description: PGP signature


FreeBSD box as router adding latency

2004-02-25 Thread Aloha Guy

Greetings everyone:

I'm using a FreeBSD based notebook (P4-M2.6Ghz, 2GB RAM) on the built in 3COM 920c 
(905c compatible) using the xl0 driver with the firewall enabled  and set to open and 
rc.conf basically has:

xl0 configured as 208.204.x.224 netmask 255.255.255.0 with the alias 192.168.0.1 
netmask 255.255.0.0.

natd is enabled with the natd interface as 208.204.x.224

tcp_extensions/RFC1323 is enabled

log_in_vain is set to 1

tcp_keepalive is set to YES

tcp_drop_synfin="NO"

icmp_drop_redirect="NO"

icmp_log_redirect="NO"

defaultrouter="208.201.x.1"

gateway_enable="YES"

forward_sourceroute="YES"

accept_sourceroute="YES"

I also have the following set:

# Don't respond to smurf-type icmp requests 

/sbin/sysctl -w net.inet.icmp.bmcastecho=0 

# Enhance Performance 

/sbin/sysctl -w kern.maxfiles=65536 

/sbin/sysctl -w kern.maxfilesperproc=32768

/sbin/sysctl -w kern.ipc.somaxconn=1024

/sbin/sysctl -w net.inet.ip.redirect=1 

/sbin/sysctl -w net.inet6.ip6.redirect=1 

/sbin/sysctl -w net.link.ether.inet.max_age=1200

The NIC is connected to a HP 2848 Managed 48 port Gigabit switch.

My rc.firewall basically has the following which is for traffic shaping as  well:

setup_loopback () {

${fwcmd} add 48 skipto 100 ip from 208.201.x.224/29 to any

${fwcmd} add 49 skipto 100 ip from any to 208.201.x.224/29

${fwcmd} add 50 divert natd all from any to any via ${natd_interface}

${fwcmd} add 100 pass all from any to any via lo0

${fwcmd} add 200 deny all from any to 127.0.0.0/8

${fwcmd} add 300 deny ip from 127.0.0.0/8 to any

${fwcmd} enable one_pass

${fwcmd} pipe 1 config bw 608Kbit/s

${fwcmd} queue 1 config pipe 1 weight 30

${fwcmd} queue 2 config pipe 1 weight 29

${fwcmd} queue 3 config pipe 1 weight 28

${fwcmd} queue 4 config pipe 1 weight 27

${fwcmd} add 63000 allow all from any to 10.0.0.0/8 out

${fwcmd} add 63001 allow all from any to 172.16.0.0/12 out

${fwcmd} add 63002 allow all from any to 192.168.0.0/16 out

${fwcmd} add 63003 allow all from any to 208.201.x.224/29 out

${fwcmd} add 63004 set 0 queue 1 tcp from any to any tcpflags ack iplen 0-80 out xmit 
xl0

${fwcmd} add 63005 set 0 queue 2 tcp from any to any 22,23 out xmit xl0 

${fwcmd} add 63006 set 0 queue 2 udp from any to any not 80,443 out xmit xl0

${fwcmd} add 63007 set 0 queue 3 all from any to any 80,443 out xmit xl0

${fwcmd} add 63008 set 0 queue 4 all from any to any out xmit xl0

${fwcmd} add 65000 pass all from any to any

and I guess FreeBSD adds the following rule by default:

${fwcmd} add 65535 deny ip from any to any

So anyways, here is the problem, if I traceroute from the FreeBSD machine:

traceroute to yahoo.com (66.218.71.198), 64 hops max, 40 byte packets

1 adsl-208-201-x-1.sonic.net (208.201.x.1) 7.274 ms 8.060 ms 7.384 ms

2 fast1-0-0.border.sr.sonic.net (208.201.224.194) 8.900 ms 8.921 ms 9.584 ms

3 fast0-0.gw.equinix-sj.sonic.net (64.142.0.14) 15.327 ms 14.889 ms  13.765 ms

4 exchange-cust1.sjo.equinix.net (206.223.116.16) 33.692 ms 34.501 ms 33.398 ms

5 ae0-p907.pat1.pao.yahoo.com (216.115.100.17) 19.431 ms 15.831 ms 14.858 ms

6 vlan26.bas1.scd.yahoo.com (216.115.101.34) 15.178 ms 20.284 ms 

vlan29.bas2.scd.yahoo.com (216.115.101.38) 15.301 ms

7 UNKNOWN-66-218-82-234.yahoo.com (66.218.82.234) 15.442 ms 
UNKNOWN-66-218-82-238.yahoo.com (66.218.82.238) 18.271 ms 
UNKNOWN-66-218-82-234.yahoo.com (66.218.82.234) 17.795 ms

8 alteon4.68.scd.yahoo.com (66.218.68.13) 17.168 ms 23.280 ms 19.143 ms

However, if I do the same traceroute from 208.201.x.225 (Intel PRO/1000CT CSA NIC 
connected to the same HP switch) or 208.201.x.226 (3Com 920c (905 compatible connected 
to the same HP switch), it seems to add some latency and timeout between hop 1 and two 
and beyond which is the FreeBSD box and other side of the DSL link as shown below:

Tracing route to yahoo.com [66.218.71.198] over a maximum of 30 hops:

1 <1 ms <1 ms <1 ms adsl-208-201-x-224.sonic.net [208.201.x.224]

2 19 ms * 8 ms adsl-208-201-x-1.sonic.net [208.201.x.1]

3 9 ms 18 ms 10 ms fast1-0-0.border.sr.sonic.net [208.201.224.194]

4 17 ms 14 ms 15 ms fast0-0.gw.equinix-sj.sonic.net [64.142.0.14]

5 40 ms 34 ms 38 ms exchange-cust1.sjo.equinix.net [206.223.116.16]

6 15 ms 16 ms 23 ms ae0-p907.pat1.pao.yahoo.com [216.115.100.17]

7 17 ms 17 ms 18 ms vlan29.bas2.scd.yahoo.com [216.115.101.38]

8 16 ms 18 ms 16 ms UNKNOWN-66-218-82-234.yahoo.com [66.218.82.234]

9 18 ms 17 ms 23 ms w1.rc.vip.scd.yahoo.com [66.218.71.198]

Trace complete.

Any ideas what is causing this? Is it the xl0 driver because I've used FreeBSD 
machines as ethernet routers before with a similar setup except there was no NAT 
involved and used the fxp drivers and it never had this problem. Thanks for your help 
in advance!

John



-
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-question

upgrade problem

2004-02-25 Thread Jim McIver
Trying to upgrade from Freebsd 4.6 to 4.9...haven't got it working yet, 
but I am getting strange message from the machine.

newsyslog: illegal flag in config file -- N

Any idea where this is coming from?

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


Re: Sendmail in a DMZ

2004-02-25 Thread Chuck Swiger
Marco Greene (Home) wrote:
This is probably a stupid question...but I have a FreeBSD 4.9 server, which
does not have access to a DNS server.  However, I need to send mail from it.
I have a relay host setup in the same subnet which I have tested works with
telnet mailhost 25...and then giving it the sendmail commands
This borders on the edge of "don't try to make this configuration work"-- 
sendmail really, really wants to be able to perform DNS lookups.  You might be 
able to use the FEATURE(nocanonify) to get what you want, although you will 
have to modify both the normal and the submit .mc files.

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


RE: Sendmail in a DMZ

2004-02-25 Thread Remko Lodder
Perhaps using an ACCESS table?
and then the future relay??

just a try, not very familiar with sendmail ;)

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Marco Greene (Home)
Verzonden: woensdag 25 februari 2004 22:56
Aan: 'List, FreeBSD Questions'
Onderwerp: Sendmail in a DMZ


This is probably a stupid question...but I have a FreeBSD 4.9 server, which
does not have access to a DNS server.  However, I need to send mail from it.
I have a relay host setup in the same subnet which I have tested works with
telnet mailhost 25...and then giving it the sendmail commands

However, when I send mail from the host it does not go leave the local
/var/spool/clientmqueue directory and no traffic is attempted between this
host and the mailhost.  (Verified with tcpdump).

I have put an entry "ns2" in my local host file and setup the define SMART
HOST in /etc/mail/freebsd.mc...then went on to run the following commands
from the /etc/mail directory:
-make all
-make install
-make restart

I confirmed the the /etc/mail/sendmail.cf file has the DS macro set to "ns2"
like I expected; however, when I send a mail message the maillog indicates
that the [EMAIL PROTECTED]


Any thoughts?

TIA
Marco


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

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


Sendmail in a DMZ

2004-02-25 Thread Marco Greene (Home)
This is probably a stupid question...but I have a FreeBSD 4.9 server, which
does not have access to a DNS server.  However, I need to send mail from it.
I have a relay host setup in the same subnet which I have tested works with
telnet mailhost 25...and then giving it the sendmail commands

However, when I send mail from the host it does not go leave the local
/var/spool/clientmqueue directory and no traffic is attempted between this
host and the mailhost.  (Verified with tcpdump).

I have put an entry "ns2" in my local host file and setup the define SMART
HOST in /etc/mail/freebsd.mc...then went on to run the following commands
from the /etc/mail directory:
-make all
-make install
-make restart

I confirmed the the /etc/mail/sendmail.cf file has the DS macro set to "ns2"
like I expected; however, when I send a mail message the maillog indicates
that the [EMAIL PROTECTED]


Any thoughts?

TIA
Marco


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


Re: How do I turn this off?

2004-02-25 Thread Matthew Seaman
On Wed, Feb 25, 2004 at 04:34:54PM -0500, Shaun T. Erickson wrote:
> When I login, I get a UNIX tip by Dru, printed on the screen. I'd like 
> to turn that off, but haven't located where to do that ... TIA.

By default, that's usually just the output of the fortune(6) command
rather than a FreeBSD specific tip.

However, it's probably from a command run out of ${HOME}/.login (if
you're a tcsh(1) user) or ${HOME}/.profile or ${HOME}/.bash_login (if
you're a bash(1) user).  Other shells probably use one or other of
.login or .profile or else their own particular files.

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


pgp0.pgp
Description: PGP signature


Re: How do I turn this off?

2004-02-25 Thread Kevin D. Kinsey, DaleCo, S.P.
Shaun T. Erickson wrote:

When I login, I get a UNIX tip by Dru, printed on the screen. I'd like 
to turn that off, but haven't located where to do that ... TIA.

-ste

LOL, there not *all* by Dru ... but a lot of them
are.
Check your dotfiles (.login, .profile, .shrc, .cshrc, and so
on) for a line about "/usr/games/fortune" and comment
it out.
Then either source that file (in the event it's a shell
resource file) or just log out and back in and see if
you found the right one.
Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How do I turn this off?

2004-02-25 Thread Andrew L. Gould
On Wednesday 25 February 2004 03:34 pm, Shaun T. Erickson wrote:
> When I login, I get a UNIX tip by Dru, printed on the screen. I'd like
> to turn that off, but haven't located where to do that ... TIA.
>
>   -ste

The ~/.login file executes fortune, which extracts a tip from the fortune 
file, freebsd-tips.

Best of luck,

Andrew Gould

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


RE: How do I turn this off?

2004-02-25 Thread Derrick Ryalls
> When I login, I get a UNIX tip by Dru, printed on the screen. 
> I'd like 
> to turn that off, but haven't located where to do that ... TIA.
> 
>   -ste

Check the .xxxrc file for your shell.  I bet that one of the last lines
fires off the program that gives you that output.  For a bash shell, that
would be ~/.bashrc

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


Re: Problems after upgrade

2004-02-25 Thread Matthew Seaman
On Wed, Feb 25, 2004 at 03:30:36PM -0600, Luis Guzmán wrote:

> I upgraded my server from FreeBSD 4.6.2 to version 4.8. After this, my passwd file 
> was empty and my master.passwd was gone! I have a backup of these files and now I 
> need to rebuild my users database. Is there a way to do this from my old files? I 
> also need them for my SMB network.

Copy your backup master.passwd file to /etc/master.passwd and then run:

# pwd_mkdb /etc/master.passwd

which will rebuild the password database, including the /etc/passwd file.  

Nb. If you upgraded your system using the install media, what it will
have done is essentially write over your original system with the
updated files.  That includes giving you a fresh set of the default
versions of the files under /etc -- it will backup your original
settings for you, but you're going to have to merge those files with
the new ones under /etc.  This includes particularly such files as
/etc/group, /etc/login.conf, /etc/make.conf, your PPP configuration
(if you're using PPP) and any other files you've customised.  You may
find the following commands useful if you need to restore the group or
login.conf files:

# cap_mkdb /etc/login.conf
# cap_mkdb /etc/group

(It does no harm to run those if you're not sure whether you need to
or not.)

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


pgp0.pgp
Description: PGP signature


RE: Problems after upgrade

2004-02-25 Thread Derrick Ryalls
> I upgraded my server from FreeBSD 4.6.2 to version 4.8. After 
> this, my passwd file was empty and my master.passwd was gone! 
> I have a backup of these files and now I need to rebuild my 
> users database. Is there a way to do this from my old files? 
> I also need them for my SMB network.
> 

Sounds like a mergemaster gone bad.  If you have a backup as you say you do,
I think you just need to merge the two files together into the new file.  I
say merge because going from 4.6.2 to 4.8, a couple system entries were
added to the password file.  Easiest way would probably be to copy the new
lines from the new/blank password file to a copy of your backed up password
file via vipw, then mv your manually merged file into the normal system
location.  Good luck.


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


How do I turn this off?

2004-02-25 Thread Shaun T. Erickson
When I login, I get a UNIX tip by Dru, printed on the screen. I'd like 
to turn that off, but haven't located where to do that ... TIA.

	-ste

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


Problems after upgrade

2004-02-25 Thread Luis Guzmán
Hello!

I upgraded my server from FreeBSD 4.6.2 to version 4.8. After this, my passwd file was 
empty and my master.passwd was gone! I have a backup of these files and now I need to 
rebuild my users database. Is there a way to do this from my old files? I also need 
them for my SMB network.

Thanks in Advance

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


Re: ntpd

2004-02-25 Thread Carlos A. Carnero Delgado
Hi,

On Wednesday 25 February 2004 04:11, Henning, Brian wrote:
> ntpq -c peer
> ...

> I am assuming this is what you mean.
> It looks like it is working.

Yes, and yes.

Wait a couple of hours for the drift file to hold something meaningful.

Best regards,
Carlos.

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


RE: ntpd

2004-02-25 Thread Henning, Brian
ntpq -c peer

 remote   refid  st t when poll reach   delay   offset
jitter

==
+time.nist.gov   .ACTS.   1 u   26   64  377   51.856  -41.364
20.284
*timekeeper.isi. .GPS.1 u   27   64  377   64.875  -25.463
20.041

I am assuming this is what you mean.
It looks like it is working.


-Original Message-
From: Carlos A. Carnero Delgado [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 25, 2004 3:09 PM
To: [EMAIL PROTECTED]
Subject: Re: ntpd


Hello,

On Wednesday 25 February 2004 04:03, Henning, Brian wrote:
> When is the drift file created?

Mine appeared a couple of hours after I set up NTP.

> I rebooted and it does not exist, should I wait a while as suggested? 
> Is there anyway I can tell if my setup is correct?

check NTP's peer status.

Best regards,
Carlos.

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


Re: ntpd

2004-02-25 Thread Carlos A. Carnero Delgado
Hello,

On Wednesday 25 February 2004 04:03, Henning, Brian wrote:
> When is the drift file created?

Mine appeared a couple of hours after I set up NTP.

> I rebooted and it does not exist, should I wait a while as suggested?
> Is there anyway I can tell if my setup is correct?

check NTP's peer status.

Best regards,
Carlos.

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


RE: ntpd

2004-02-25 Thread Henning, Brian
When is the drift file created?
I rebooted and it does not exist, should I wait a while as suggested?
Is there anyway I can tell if my setup is correct?

Here is my log file now:
Feb 25 14:58:26 patriot ntpd[90]: ntpd 4.1.0-a Mon Oct 27 14:55:18 GMT
2003 (1)
Feb 25 14:58:26 patriot ntpd[90]: kernel time discipline status 2040

Thanks,

brian

-Original Message-
From: Jason Lixfeld [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 25, 2004 2:32 PM
To: Henning, Brian
Cc: Chris; [EMAIL PROTECTED]
Subject: Re: ntpd


kill ntpd, delete the drift file and restart.

On Feb 25, 2004, at 3:25 PM, Henning, Brian wrote:

> Chris,
>
> I am trying to use the same setup as you have to get ntpd working.
>
> touch /var/db/ntpd.drift
>
> In my rc.conf file I have to use the following xntpd_enable="YES"
> xntpd_program="/usr/sbin/ntpd"
> xntpd_flags="-c /etc/ntp.conf"
> xntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"
>
>
> These didn't work for some reason.
> ntpd_enable="YES"
> ntpd_program="/usr/sbin/ntpd"
> ntpd_flags="-c /etc/ntp.conf"
> ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"
>
> I am able to get the server started but, I still get the two error
> messages in my log file.
> kernel time discipline status 2040
> Un-parsable frequency in /var/db/ntpd.drift
>
>
> Is this because I have to let the server sit for a couple of hours to
> sync with.
> server time.nist.gov
> server timekeeper.isi.edu
>
>
> When I type:
> ntpdate -u time.nist.gov  #my system clock is updated
>
> When I type:
> ntpdate time.nist.gov
> 25 Feb 14:22:32 ntpdate[254]: the NTP socket is in use, exiting
>
>
> Any thoughts,
>
> brian
>
> -Original Message-
> From: Chris [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 25, 2004 12:40 PM
> To: [EMAIL PROTECTED]
> Subject: Re: ntpd
>
>
> On Wednesday 25 February 2004 12:33 pm, Brian H wrote:
>> Greetings:
>> I am trying to setup my bsd box as a ntp server.
>> I basically want all machines on my local network to
>> sync times with this bsd time server. I start the server
>> with the command `ntpd -A -l /var/log/ntpd.log`. I verify that the
>> server is running with ps and `netstat -na | grep udp`, but when I
>> look in the logs i see the following
>>
>> /var/log/ntpd.log
>> 
>> ntpd 4.1.0-a Mon Oct 27 14:55:18 GMT 2003 (1)
>> kernel time discipline status 2040
>> Un-parsable frequency in /etc/ntp.drift
>>
>>
>> Any thoughts on what I can do to get this server working. when i try
>> to sync from another machine on the network I get the following
error:
>
>> no servers can be used, exiting.
>>
>> Thanks,
>>
>> Brian
>
> My /etc/rc.conf looks like this - Compare it to yours.
>
> ntpd_enable="YES"
> ntpd_program="/usr/sbin/ntpd"
> ntpd_flags="-c /etc/ntp.conf"
> ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"
>
>
> Perhaps touch ntpd.drift in /var/db/ ?
>
> -- 
> Best regards,
> Chris
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "[EMAIL PROTECTED]"

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


Re: acpiconf for FreeBSD-4.9 ?

2004-02-25 Thread Lowell Gilbert
Matthew Seaman <[EMAIL PROTECTED]> writes:

> On Wed, Feb 25, 2004 at 03:42:54PM -0500, Lowell Gilbert wrote:
> > acpiconf(8) is part of the base system in -CURRENT.
> > 4.x does not support ACPI.
> 
> It doesn't?

Okay, okay.  4.x doesn't support acpiconf.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: acpiconf for FreeBSD-4.9 ?

2004-02-25 Thread Matthew Seaman
On Wed, Feb 25, 2004 at 03:42:54PM -0500, Lowell Gilbert wrote:
> acpiconf(8) is part of the base system in -CURRENT.
> 4.x does not support ACPI.

It doesn't?

% uname -a 
FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.9-STABLE FreeBSD 4.9-STABLE #56: 
Thu Feb 19 23:35:17 GMT 2004 [EMAIL 
PROTECTED]:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK  i386
% grep -i acpi /var/run/dmesg.boot 
acpi0:  on motherboard
acpi0: power button is handled as a fixed feature programming model.
Timecounter "ACPI-fast"  frequency 3579545 Hz
acpi_timer0: <24-bit timer at 3.579545MHz> port 0xe408-0xe40b on acpi0
acpi_cpu0:  on acpi0
acpi_button0:  on acpi0
acpi_cpu: throttling enabled, 16 steps (100% to 6.2%), currently 100.0%

Admittedly this isn't the same level of support as occurs in 5.x, but
it is there.  See the documentation in /usr/src/sys/i386/conf/LINT for
'device acpica' for more details.

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


pgp0.pgp
Description: PGP signature


Re: acpiconf for FreeBSD-4.9 ?

2004-02-25 Thread Lowell Gilbert
acpiconf(8) is part of the base system in -CURRENT.
4.x does not support ACPI.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ntpd

2004-02-25 Thread Jason Lixfeld
kill ntpd, delete the drift file and restart.

On Feb 25, 2004, at 3:25 PM, Henning, Brian wrote:

Chris,

I am trying to use the same setup as you have to get ntpd working.

touch /var/db/ntpd.drift

In my rc.conf file I have to use the following
xntpd_enable="YES"
xntpd_program="/usr/sbin/ntpd"
xntpd_flags="-c /etc/ntp.conf"
xntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"
These didn't work for some reason.
ntpd_enable="YES"
ntpd_program="/usr/sbin/ntpd"
ntpd_flags="-c /etc/ntp.conf"
ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"
I am able to get the server started but, I still get the two error
messages in my log file.
kernel time discipline status 2040
Un-parsable frequency in /var/db/ntpd.drift
Is this because I have to let the server sit for a couple of hours to
sync with.
server time.nist.gov
server timekeeper.isi.edu
When I type:
ntpdate -u time.nist.gov  #my system clock is updated
When I type:
ntpdate time.nist.gov
25 Feb 14:22:32 ntpdate[254]: the NTP socket is in use, exiting
Any thoughts,

brian

-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 25, 2004 12:40 PM
To: [EMAIL PROTECTED]
Subject: Re: ntpd
On Wednesday 25 February 2004 12:33 pm, Brian H wrote:
Greetings:
I am trying to setup my bsd box as a ntp server.
I basically want all machines on my local network to
sync times with this bsd time server. I start the server
with the command `ntpd -A -l /var/log/ntpd.log`. I verify that the
server is running with ps and `netstat -na | grep udp`, but when I
look in the logs i see the following
/var/log/ntpd.log

ntpd 4.1.0-a Mon Oct 27 14:55:18 GMT 2003 (1)
kernel time discipline status 2040
Un-parsable frequency in /etc/ntp.drift
Any thoughts on what I can do to get this server working. when i try
to sync from another machine on the network I get the following error:

no servers can be used, exiting.

Thanks,

Brian
My /etc/rc.conf looks like this - Compare it to yours.

ntpd_enable="YES"
ntpd_program="/usr/sbin/ntpd"
ntpd_flags="-c /etc/ntp.conf"
ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"
Perhaps touch ntpd.drift in /var/db/ ?

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


RE: ntpd

2004-02-25 Thread Remko Lodder
Your socket is in use since your ntp deamon wants to synchronise first,
using the sockets you can use.

Wait a bit and the drift file will also be filled i'd guess.

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Henning, Brian
Verzonden: woensdag 25 februari 2004 21:25
Aan: Chris; [EMAIL PROTECTED]
Onderwerp: RE: ntpd


Chris,

I am trying to use the same setup as you have to get ntpd working.

touch /var/db/ntpd.drift

In my rc.conf file I have to use the following
xntpd_enable="YES"
xntpd_program="/usr/sbin/ntpd"
xntpd_flags="-c /etc/ntp.conf"
xntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"


These didn't work for some reason.
ntpd_enable="YES"
ntpd_program="/usr/sbin/ntpd"
ntpd_flags="-c /etc/ntp.conf"
ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"

I am able to get the server started but, I still get the two error
messages in my log file.
kernel time discipline status 2040
Un-parsable frequency in /var/db/ntpd.drift


Is this because I have to let the server sit for a couple of hours to
sync with.
server time.nist.gov
server timekeeper.isi.edu


When I type:
ntpdate -u time.nist.gov  #my system clock is updated

When I type:
ntpdate time.nist.gov
25 Feb 14:22:32 ntpdate[254]: the NTP socket is in use, exiting


Any thoughts,

brian

-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 25, 2004 12:40 PM
To: [EMAIL PROTECTED]
Subject: Re: ntpd


On Wednesday 25 February 2004 12:33 pm, Brian H wrote:
> Greetings:
> I am trying to setup my bsd box as a ntp server.
> I basically want all machines on my local network to
> sync times with this bsd time server. I start the server
> with the command `ntpd -A -l /var/log/ntpd.log`. I verify that the
> server is running with ps and `netstat -na | grep udp`, but when I
> look in the logs i see the following
>
> /var/log/ntpd.log
> 
> ntpd 4.1.0-a Mon Oct 27 14:55:18 GMT 2003 (1)
> kernel time discipline status 2040
> Un-parsable frequency in /etc/ntp.drift
>
>
> Any thoughts on what I can do to get this server working. when i try
> to sync from another machine on the network I get the following error:

> no servers can be used, exiting.
>
> Thanks,
>
> Brian

My /etc/rc.conf looks like this - Compare it to yours.

ntpd_enable="YES"
ntpd_program="/usr/sbin/ntpd"
ntpd_flags="-c /etc/ntp.conf"
ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"


Perhaps touch ntpd.drift in /var/db/ ?

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

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


RE: ntpd

2004-02-25 Thread Henning, Brian
Chris,

I am trying to use the same setup as you have to get ntpd working.

touch /var/db/ntpd.drift

In my rc.conf file I have to use the following
xntpd_enable="YES"
xntpd_program="/usr/sbin/ntpd"
xntpd_flags="-c /etc/ntp.conf"
xntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"


These didn't work for some reason.
ntpd_enable="YES"
ntpd_program="/usr/sbin/ntpd"
ntpd_flags="-c /etc/ntp.conf"
ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"

I am able to get the server started but, I still get the two error
messages in my log file.
kernel time discipline status 2040
Un-parsable frequency in /var/db/ntpd.drift


Is this because I have to let the server sit for a couple of hours to
sync with.
server time.nist.gov
server timekeeper.isi.edu


When I type:
ntpdate -u time.nist.gov  #my system clock is updated

When I type:
ntpdate time.nist.gov
25 Feb 14:22:32 ntpdate[254]: the NTP socket is in use, exiting


Any thoughts,

brian

-Original Message-
From: Chris [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 25, 2004 12:40 PM
To: [EMAIL PROTECTED]
Subject: Re: ntpd


On Wednesday 25 February 2004 12:33 pm, Brian H wrote:
> Greetings:
> I am trying to setup my bsd box as a ntp server.
> I basically want all machines on my local network to
> sync times with this bsd time server. I start the server
> with the command `ntpd -A -l /var/log/ntpd.log`. I verify that the 
> server is running with ps and `netstat -na | grep udp`, but when I 
> look in the logs i see the following
>
> /var/log/ntpd.log
> 
> ntpd 4.1.0-a Mon Oct 27 14:55:18 GMT 2003 (1)
> kernel time discipline status 2040
> Un-parsable frequency in /etc/ntp.drift
>
>
> Any thoughts on what I can do to get this server working. when i try 
> to sync from another machine on the network I get the following error:

> no servers can be used, exiting.
>
> Thanks,
>
> Brian

My /etc/rc.conf looks like this - Compare it to yours.

ntpd_enable="YES"  
ntpd_program="/usr/sbin/ntpd"
ntpd_flags="-c /etc/ntp.conf"
ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"


Perhaps touch ntpd.drift in /var/db/ ?

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


Re: MailTracking System On FreeBSD

2004-02-25 Thread Matthew Seaman
On Wed, Feb 25, 2004 at 09:57:11PM +0200, Vahric MUHTARYAN wrote:

> Does anybody know any Mail Message Tracking System on FreeBSD  ?!  

I'm sorry -- I don't really understand what you're asking for.  The
answer is probably "yes", but please explain in a bit more detail
exactly what you expect this software to do.

Taking a stab in the dark: is it that you want to be notified when a
message you send is delivered, or read by the recipient? That sort of
thing: 'Delivery Status Notification' comes as a standard feature of
sendmail(8) on FreeBSD systems, implemented according to RFC 1894 --
see http://www.faqs.org/rfcs/rfc1894.html (Presumably Sendmail will
eventually adopt the updated standard from RFC 3464).  You generally
see the effect of that in 'bounce-o-grammes' where you're notified
that some mesage couldn't be correctly delivered.  Most Mail User
Agents have some sort of support for requesting such notifications.
Unfortunately this standard scheme doesn't cover notifying the sender
when a message is actually read, rather than just successfully
delivered -- some Mail User Agents have extended the scheme to show
that sort of thing, but to ensure success you'ld have to be sending
the message to someone using a similar MUA.

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


pgp0.pgp
Description: PGP signature


[jeff@jrpenn.demon.co.uk: [jeff@jrpenn.demon.co.uk: Re: portsdb: Warning: Duplicate INDEX entry]]

2004-02-25 Thread Jeff Penn
More information included at the end of this message which may be of
interest.

Jeff

- Forwarded message from Jeff Penn <[EMAIL PROTECTED]> -

From: Jeff Penn <[EMAIL PROTECTED]>
To: Kris Kennaway <[EMAIL PROTECTED]>
Subject: Re: portsdb: Warning: Duplicate INDEX entry
Date: Wed, 25 Feb 2004 18:36:57 +

On Tue, Feb 24, 2004 at 04:15:28PM -0800, Kris Kennaway wrote:
> On Tue, Feb 24, 2004 at 09:32:15PM +, Jeff Penn wrote:
> > * Kris Kennaway <[EMAIL PROTECTED]>:
> > >> On Mon, 23 Feb 2004, Jeff Penn wrote:
> > >>
> > >>> My ports system is in a bit of a mess.  The problems first surfaced
> > >>> after last weeks 'cvsup; portsdb -uU'.  This weeks cvsup did not
> > >>> improve the situation:
> > >>
> > > Run 'make describe' on its own..it will give an error at some point,
> > > which should let us determine what is going wrong.
> > 
> > My system is running 4.9 release.  Output of make describe follows:
> > 
> > kdeaccessibility-3.2.0: "/usr/ports/x11-toolkits/qt32" non-existent -- d
> > ependency list incomplete
> > kdeaccessibility-3.2.0: "/usr/ports/x11-toolkits/qt32" non-existent -- d
> > ependency list incomplete
> 
> That directory should exist if you have the complete ports collection. 
It does not exist.  Cvsup does not seem to be updating the ports tree to
current.  The last 3 cvsup's have had problems, twice using
cvsup.uk.FreeBSD.org, & the most recent from cvsup4.uk.FreeBSD.org.

ports/dns is missing:

#
# MOVED - a list of (recently) moved or removed ports
#
# $FreeBSD: ports/MOVED,v 1.341 2004/02/18 03:50:34 adamw Exp $
 === snip ===
net/bind8|dns/bind8|2003-09-05|moved to new dns category
net/bind84|dns/bind84|2003-09-05|moved to new dns category
net/bind9|dns/bind9|2003-09-05|moved to new dns category
net/bind9-dlz|dns/bind9-dlz|2003-09-05|moved to new dns category


# $FreeBSD: ports/Makefile,v 1.79 2004/01/22 09:16:59 marcus Exp $
#
 === snip ===
SUBDIR += dns


# $FreeBSD: ports/net/Makefile,v 1.914 2003/02/09 05:03:04 marcus Exp $
#
 === snip ===
SUBDIR += bind8
SUBDIR += bind9
SUBDIR += bind9-dlz

ttyp4[1]# ll /usr/ports/Mk
total 338
-rw-r--r--  1 root  wheel7905 24 Jan 22:33 bsd.emacs.mk
-rw-r--r--  1 root  wheel   22806  7 Feb 21:10 bsd.gnome.mk
-rw-r--r--  1 root  wheel6151 24 Jan 22:33 bsd.gnustep.mk
-rw-r--r--  1 root  wheel   17682 24 Jan 22:33 bsd.java.mk
-rw-r--r--  1 root  wheel5927 15 Feb 15:18 bsd.kde.mk
-rw-r--r--  1 root  wheel4300 24 Jan 22:33 bsd.openssl.mk
-rw-r--r--  1 root  wheel4587 15 Feb 15:18 bsd.php.mk
-rw-r--r--  1 root  wheel  173942  7 Feb 21:10 bsd.port.mk
-rw-r--r--  1 root  wheel 139 25 Aug  1999 bsd.port.post.mk
-rw-r--r--  1 root  wheel 140 25 Aug  1999 bsd.port.pre.mk
-rw-r--r--  1 root  wheel8439  7 Feb 21:10 bsd.port.subdir.mk
-rw-r--r--  1 root  wheel   13273 31 Jan 21:04 bsd.python.mk
-rw-r--r--  1 root  wheel   16617 28 Dec 20:08 bsd.ruby.mk
-rw-r--r--  1 root  wheel4076  7 Feb 21:10 bsd.sdl.mk
-rw-r--r--  1 root  wheel   42432 21 Feb 22:17 bsd.sites.mk

ttyp4[0]# head /usr/ports/Mk/bsd.port.mk
#-*- mode: makefile; tab-width: 4; -*-
# ex:ts=4
#
# $FreeBSD: ports/Mk/bsd.port.mk,v 1.484 2004/02/04 04:27:04 marcus Exp
$
#   $NetBSD: $
#
#   bsd.port.mk - 940820 Jordan K. Hubbard.
#   This file is in the public domain.
#
# Please view me with 4 column tabs!

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


Re: fully deinstall X

2004-02-25 Thread Noah
thanks a lot -

[EMAIL PROTECTED] /usr/sbin/pkg_delete -f imake-4.2.0_1[/home/noah]
pkg_delete: no such package 'imake-4.2.0_1'installed
[EMAIL PROTECTED] pkg_info | grep imake[/home/noah]
imake-4.3.0_2 Imake and other utilities fromXFree86
[EMAIL PROTECTED] /usr/sbin/pkg_delete -f imake-4.3.0_2[/home/noah]
[EMAIL PROTECTED] pkg_info | grepX

On Wed, 25 Feb 2004 12:04:01 -0800, joshua lokkenwrote
>I had to do this just last

night...

pkg_delete -f

imake-4.2.0_1

...from 'man

pkg_delete'

;)

--
joshua
[EMAIL PROTECTED]



NoCharge.Com The premiere provider of Free Internet

Access

For more information please go to

http://www.nocharge.com


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


Re: cvsupfile question

2004-02-25 Thread Danny Pansters
On Wednesday 25 February 2004 20:17, Shaun T. Erickson wrote:
> I installed 5.2 from ISOs, then wanted to keep it up to date with the
> latest security fixes and to keep my ports & doc trees up to date as
> well. I tried the following cvsupfile, and got two thirds of what I
> wanted, so I must not quite understand it yet. My ports & docs are up to
> date, but instead of just getting security fixes to 5.2, my system
> source jumped to 5.2.1rc2. I don't want to go to 5.2.1 until it's

This is normal. 5.2.1 will be a point release off the RELENG_5_2 branch and 
it's in code freeze at the time. So you got what you asked. It has security 
fixes as well as other bugfixes. The same has happened with some of the 4.x 
releases at the time. It's my understanding that if there are several 
critical security patches shortly after a major release and/or too much 
breakage, a point release is made. 

> officially released. I'm reinstalling from scratch, and want to do it
> right this time. Can someone help me correct my cvsupfile, please? TIA
>
> peter# cat /etc/cvsupfile
> *default  tag=RELENG_5_2
> *default  host=cvsup12.us.freebsd.org
> *default  prefix=/usr
> *default  base=/usr/local/etc/cvsup
> *default  release=cvs delete use-rel-suffix compress
>
> src-all
> *default tag=.
> ports-all
> doc-all
> peter#

/usr/share/examples/cvsup has example supfiles. IMHO you should have a 
seperate ports supfile, you'll likely update ports more often then your src. 
I normally only change the host and the tag if I want a releng supfile.

HTH,

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


MailTracking System On FreeBSD

2004-02-25 Thread Vahric MUHTARYAN
Hi Everybody , 

Does anybody know any Mail Message Tracking System on FreeBSD  ?!  

Thanks 
Vahric MUHTARYAN 

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


i'm having a problem making tightvnc 1.2.9 from the ports

2004-02-25 Thread bsd neophyte
i'm trying to make tightvnc 1.2.9 from through the ports.
 
i have v.5.2 (unupdated) on a Sparc64 platform.
 
i constantly run into the following problem:
 
-
rm -f bitmaputil.o
cc -c -O -pipe -ansi -pedantic -Dasm=__asm  -I../../.././/include/fonts
-I../inc
lude  -I../../.././ -I../../.././/exports/include  -DCSRG_BASED -DSHAPE
 
   -DGCCUSESGAS XFree86ServerDefines -DNDEBUG   -DFUNCPROTO=15 -DNARROWPROTO
bitmaputil.c
cc: XFree86ServerDefines: No such file or directory
*** Error code 1
 
Stop in /usr/ports/net/tightvnc/work/vnc_unixsrc/Xvnc/lib/font/bitmap.
*** Error code 1
 
Stop in /usr/ports/net/tightvnc/work/vnc_unixsrc/Xvnc/lib/font.
*** Error code 1
 
Stop in /usr/ports/net/tightvnc/work/vnc_unixsrc/Xvnc/lib.
*** Error code 1
 
Stop in /usr/ports/net/tightvnc/work/vnc_unixsrc/Xvnc.
*** Error code 1
 
Stop in /usr/ports/net/tightvnc/work/vnc_unixsrc.
*** Error code 1
 
Stop in /usr/ports/net/tightvnc.
--
 
any idea what's going on here?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


make installworld touch error

2004-02-25 Thread Jim McIver
Am trying to upgrade a Freebsd 4.6 to 4.9 and when I get to the  'make 
installworld' I get touch error with a error code 127.

I've seen all the stuff about 'check the date' and I have. My date is set 
to the current date (today) and I still get the error.

I see several posting from a google search, but no answer that works.

Has someone got the solution?

thx,

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


Re: Native Support?

2004-02-25 Thread Chuck Swiger
Allen Mah wrote:
Hi Chuck, I will let our customers know. If there are any changes to our
IC's will this affect the loading of the driver? 
Hard to say.  It probably depends on what the changes are.  :-)

For example: If our 372 IC became 372N would the driver still load?
If the PCI ID remains the same, the driver will still load and behave the 
same, yes.  Without more technical details-- what is the difference between a 
"372 IC" and a "372N", anyway?-- I can't give you a more precise answer, sorry.

The person most directly responsible for supporting ATA hardware and ATA RAID 
functionality in FreeBSD is Soren Schmidt, <[EMAIL PROTECTED]>.  If I haven't 
been able to answer your questions adequately, then he would be the person to ask.

--
-Chuck
PS: Soren is also very busy; if you ask him to spend time discussing how well 
FreeBSD supports a particular Highpoint product, it would be appreciated if 
you could offer something in return.  That certainly doesn't mean you need to 
compensate him for his time, nor does it necessarily mean that Highpoint 
should send an evaluation unit to him-- although, frankly, if Highpoint would 
like FreeBSD to support a new product to which Soren does not already have an 
example of for testing, the latter would probably be quite helpful.

However, simply making the datasheet and specs available to Soren, or maybe 
making an engineering type available for a few minutes to answer any technical 
questions he might have about your products in return costs nothing, yet is 
likely to benefit everyone concerned...

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


[jeff@jrpenn.demon.co.uk: Re: portsdb: Warning: Duplicate INDEX entry]

2004-02-25 Thread Jeff Penn
Forgot to copy list.

- Forwarded message from Jeff Penn <[EMAIL PROTECTED]> -

From: Jeff Penn <[EMAIL PROTECTED]>
To: Kris Kennaway <[EMAIL PROTECTED]>
Subject: Re: portsdb: Warning: Duplicate INDEX entry
Date: Wed, 25 Feb 2004 18:36:57 +

On Tue, Feb 24, 2004 at 04:15:28PM -0800, Kris Kennaway wrote:
> On Tue, Feb 24, 2004 at 09:32:15PM +, Jeff Penn wrote:
> > * Kris Kennaway <[EMAIL PROTECTED]>:
> > >> On Mon, 23 Feb 2004, Jeff Penn wrote:
> > >>
> > >>> My ports system is in a bit of a mess.  The problems first surfaced
> > >>> after last weeks 'cvsup; portsdb -uU'.  This weeks cvsup did not
> > >>> improve the situation:
> > >>
> > > Run 'make describe' on its own..it will give an error at some point,
> > > which should let us determine what is going wrong.
> > 
> > My system is running 4.9 release.  Output of make describe follows:
> > 
> > kdeaccessibility-3.2.0: "/usr/ports/x11-toolkits/qt32" non-existent -- d
> > ependency list incomplete
> > kdeaccessibility-3.2.0: "/usr/ports/x11-toolkits/qt32" non-existent -- d
> > ependency list incomplete
> 
> That directory should exist if you have the complete ports collection. 
It does not exist.  Cvsup does not seem to be updating the ports tree to
current.  The last 3 cvsup's have had problems, twice using
cvsup.uk.FreeBSD.org, & the most recent from cvsup4.uk.FreeBSD.org.

ports/dns is missing:

#
# MOVED - a list of (recently) moved or removed ports
#
# $FreeBSD: ports/MOVED,v 1.341 2004/02/18 03:50:34 adamw Exp $
 === snip ===
net/bind8|dns/bind8|2003-09-05|moved to new dns category
net/bind84|dns/bind84|2003-09-05|moved to new dns category
net/bind9|dns/bind9|2003-09-05|moved to new dns category
net/bind9-dlz|dns/bind9-dlz|2003-09-05|moved to new dns category


# $FreeBSD: ports/Makefile,v 1.79 2004/01/22 09:16:59 marcus Exp $
#
 === snip ===
SUBDIR += dns


# $FreeBSD: ports/net/Makefile,v 1.914 2003/02/09 05:03:04 marcus Exp $
#
 === snip ===
SUBDIR += bind8
SUBDIR += bind9
SUBDIR += bind9-dlz


/usr/share/examples/cvsup/ports-supfile:
*default host=CHANGE_THIS.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
ports-all

/usr/sup/refuse:
contrib/bind
gnu/libexec/uucp
doc/de_*
doc/es_*
doc/el_*
doc/fr_*
doc/it_*
doc/ja_*
doc/nl_*
doc/no_*
doc/pl_*
doc/pt_*
doc/ru_*
doc/sr_*
doc/zh_*
ports/arabic
ports/chinese
ports/french
ports/german
ports/hebrew
ports/hungarian
ports/japanese
ports/korean
ports/polish
ports/portuguese
ports/russian
ports/ukrainian
ports/vietnamese
ports/INDEX
ports/INDEX-5
ports/INDEX.db

thanks
Jeff

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


cvsupfile question

2004-02-25 Thread Shaun T. Erickson
I installed 5.2 from ISOs, then wanted to keep it up to date with the 
latest security fixes and to keep my ports & doc trees up to date as 
well. I tried the following cvsupfile, and got two thirds of what I 
wanted, so I must not quite understand it yet. My ports & docs are up to 
date, but instead of just getting security fixes to 5.2, my system 
source jumped to 5.2.1rc2. I don't want to go to 5.2.1 until it's 
officially released. I'm reinstalling from scratch, and want to do it 
right this time. Can someone help me correct my cvsupfile, please? TIA

peter# cat /etc/cvsupfile
*default  tag=RELENG_5_2
*default  host=cvsup12.us.freebsd.org
*default  prefix=/usr
*default  base=/usr/local/etc/cvsup
*default  release=cvs delete use-rel-suffix compress
src-all
*default tag=.
ports-all
doc-all
peter#
	-ste

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


RE: ntpd

2004-02-25 Thread Remko Lodder
It needs to synchronise with the server 
so that it's time is accurate, that can take a while,
it needs to trace times etc.  giving it 2 hours, is certainly enough :)

the drift states it drift from the time so it knows how many seconds it will
'drift' in  x time
{like 0.1 sec every hour means a little correction... }

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: Henning, Brian [mailto:[EMAIL PROTECTED]
Verzonden: woensdag 25 februari 2004 19:46
Aan: Remko Lodder
CC: [EMAIL PROTECTED]
Onderwerp: RE: ntpd


-rw-r--r--  1 root  wheel  0 Feb 25 09:01 /etc/ntp.drift
The /etc/ntp.drift file is empty

What is the drift file for exactly?
Why does it take up to two hours to sync? I am trying to do everything
local?

Thanks for your help.

brian


-Original Message-
From: Remko Lodder [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 25, 2004 12:41 PM
To: Brian H; [EMAIL PROTECTED]
Subject: RE: ntpd


Hi,

what's in the ntpd.drift file?
What are the permissions on the file (to be sure)

With my NTP server it takes a while for it to be synchronised. Perhaps
wait an hour or 2 and try again to sync, Cheers.


--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Brian H
Verzonden: woensdag 25 februari 2004 19:33
Aan: [EMAIL PROTECTED]
Onderwerp: ntpd


Greetings:
I am trying to setup my bsd box as a ntp server.
I basically want all machines on my local network to
sync times with this bsd time server. I start the server
with the command `ntpd -A -l /var/log/ntpd.log`. I verify
that the server is running with ps and `netstat -na | grep udp`, but
when I look in the logs i see the following

/var/log/ntpd.log

ntpd 4.1.0-a Mon Oct 27 14:55:18 GMT 2003 (1)
kernel time discipline status 2040
Un-parsable frequency in /etc/ntp.drift


Any thoughts on what I can do to get this server working.
when i try to sync from another machine on the network
I get the following error: no servers can be used, exiting.

Thanks,

Brian


setup
-
#i am not sure if i need to add anything to this ntp.drift file or not
touch /etc/ntp.drift touch /etc/ntp.conf

/etc/ntp.conf
-
driftfile /etc/ntp.drift
#bsd time server
server 192.168.0.3

_
Take off on a romantic weekend or a family adventure to these great U.S.
locations. http://special.msn.com/local/hotdestinations.armx

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

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

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


setup squid help ??

2004-02-25 Thread Brent Bailey
Hello...im useing Freebsd 4.9  ..What im trying to do is to get the people
on our LAN to go through a squid proxy server for port 80 traffic. I have
manged to get squid installed however not having much luck getting it
setup.

is there a decent howto that anyone can point me to ??  on how to setup
squid so that the people on our LAN go through ..im doing this to because
id rather not have my users going to "BAD" sites on the net.

is this possible with squid ? or is there another proxy server on FBSD
that i should use ?

all help is greatly appreciated :-)
-- 
Brent Bailey



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


RE: ntpd

2004-02-25 Thread Henning, Brian
-rw-r--r--  1 root  wheel  0 Feb 25 09:01 /etc/ntp.drift
The /etc/ntp.drift file is empty

What is the drift file for exactly? 
Why does it take up to two hours to sync? I am trying to do everything
local?

Thanks for your help.

brian


-Original Message-
From: Remko Lodder [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 25, 2004 12:41 PM
To: Brian H; [EMAIL PROTECTED]
Subject: RE: ntpd


Hi,

what's in the ntpd.drift file?
What are the permissions on the file (to be sure)

With my NTP server it takes a while for it to be synchronised. Perhaps
wait an hour or 2 and try again to sync, Cheers.


--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Brian H
Verzonden: woensdag 25 februari 2004 19:33
Aan: [EMAIL PROTECTED]
Onderwerp: ntpd


Greetings:
I am trying to setup my bsd box as a ntp server.
I basically want all machines on my local network to
sync times with this bsd time server. I start the server
with the command `ntpd -A -l /var/log/ntpd.log`. I verify
that the server is running with ps and `netstat -na | grep udp`, but
when I look in the logs i see the following

/var/log/ntpd.log

ntpd 4.1.0-a Mon Oct 27 14:55:18 GMT 2003 (1)
kernel time discipline status 2040
Un-parsable frequency in /etc/ntp.drift


Any thoughts on what I can do to get this server working.
when i try to sync from another machine on the network
I get the following error: no servers can be used, exiting.

Thanks,

Brian


setup
-
#i am not sure if i need to add anything to this ntp.drift file or not
touch /etc/ntp.drift touch /etc/ntp.conf

/etc/ntp.conf
-
driftfile /etc/ntp.drift
#bsd time server
server 192.168.0.3

_
Take off on a romantic weekend or a family adventure to these great U.S.
locations. http://special.msn.com/local/hotdestinations.armx

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

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


acpiconf for FreeBSD-4.9 ?

2004-02-25 Thread Juan Rodriguez Hervella
Hello,

I've got installed "acpitools" for FreeBSD-4.9, but
I dont see the command "acpiconf" which, as it is said
in the handbook, is used for turning on/off the stuff

Anybody can help me ?

Reply to me directly cause I'm not subscribed to the list,
thx!
-- 
**
JFRH
**

"I'd love to go out with you, but I'm doing door-to-door collecting for
static cling."
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: ntpd

2004-02-25 Thread Remko Lodder
Hi,

what's in the ntpd.drift file?
What are the permissions on the file (to be sure)

With my NTP server it takes a while for it to be synchronised. Perhaps wait
an hour or 2
and try again to sync, Cheers.


--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Brian H
Verzonden: woensdag 25 februari 2004 19:33
Aan: [EMAIL PROTECTED]
Onderwerp: ntpd


Greetings:
I am trying to setup my bsd box as a ntp server.
I basically want all machines on my local network to
sync times with this bsd time server. I start the server
with the command `ntpd -A -l /var/log/ntpd.log`. I verify
that the server is running with ps and `netstat -na | grep udp`,
but when I look in the logs i see the following

/var/log/ntpd.log

ntpd 4.1.0-a Mon Oct 27 14:55:18 GMT 2003 (1)
kernel time discipline status 2040
Un-parsable frequency in /etc/ntp.drift


Any thoughts on what I can do to get this server working.
when i try to sync from another machine on the network
I get the following error: no servers can be used, exiting.

Thanks,

Brian


setup
-
#i am not sure if i need to add anything to this ntp.drift file or not
touch /etc/ntp.drift
touch /etc/ntp.conf

/etc/ntp.conf
-
driftfile /etc/ntp.drift
#bsd time server
server 192.168.0.3

_
Take off on a romantic weekend or a family adventure to these great U.S.
locations. http://special.msn.com/local/hotdestinations.armx

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

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


Re: ntpd

2004-02-25 Thread Chris
On Wednesday 25 February 2004 12:33 pm, Brian H wrote:
> Greetings:
> I am trying to setup my bsd box as a ntp server.
> I basically want all machines on my local network to
> sync times with this bsd time server. I start the server
> with the command `ntpd -A -l /var/log/ntpd.log`. I verify
> that the server is running with ps and `netstat -na | grep udp`,
> but when I look in the logs i see the following
>
> /var/log/ntpd.log
> 
> ntpd 4.1.0-a Mon Oct 27 14:55:18 GMT 2003 (1)
> kernel time discipline status 2040
> Un-parsable frequency in /etc/ntp.drift
>
>
> Any thoughts on what I can do to get this server working.
> when i try to sync from another machine on the network
> I get the following error: no servers can be used, exiting.
>
> Thanks,
>
> Brian

My /etc/rc.conf looks like this - Compare it to yours.

ntpd_enable="YES"  
ntpd_program="/usr/sbin/ntpd"
ntpd_flags="-c /etc/ntp.conf"
ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"


Perhaps touch ntpd.drift in /var/db/ ?

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


ntpd

2004-02-25 Thread Brian H
Greetings:
I am trying to setup my bsd box as a ntp server.
I basically want all machines on my local network to
sync times with this bsd time server. I start the server
with the command `ntpd -A -l /var/log/ntpd.log`. I verify
that the server is running with ps and `netstat -na | grep udp`,
but when I look in the logs i see the following
/var/log/ntpd.log

ntpd 4.1.0-a Mon Oct 27 14:55:18 GMT 2003 (1)
kernel time discipline status 2040
Un-parsable frequency in /etc/ntp.drift
Any thoughts on what I can do to get this server working.
when i try to sync from another machine on the network
I get the following error: no servers can be used, exiting.
Thanks,

Brian

setup
-
#i am not sure if i need to add anything to this ntp.drift file or not
touch /etc/ntp.drift
touch /etc/ntp.conf
/etc/ntp.conf
-
driftfile /etc/ntp.drift
#bsd time server
server 192.168.0.3
_
Take off on a romantic weekend or a family adventure to these great U.S. 
locations. http://special.msn.com/local/hotdestinations.armx

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


RE: Native Support?

2004-02-25 Thread Allen Mah
Hi Chuck, I will let our customers know. If there are any changes to our
IC's will this affect the loading of the driver? 

For example: If our 372 IC became 372N would the driver still load?

Thanks

Allen

> -Original Message-
> From: Chuck Swiger [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 25, 2004 10:11 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: Native Support?
> 
> Allen Mah wrote:
> > To whom it may concern. I would like to know if HighPoint Technologies,
> > HPT374 IC will still have native support in future FreeBSD release
> beyond
> > version 5.0 ?
> 
> Hi, Allen--
> 
> FreeBSD 5.2 contains the following in src/sys/dev/ata/ata-pci.h:
> 
> #define ATA_HIGHPOINT_ID0x1103
> #define ATA_HPT366  0x00041103
> #define ATA_HPT372  0x00051103
> #define ATA_HPT302  0x00061103
> #define ATA_HPT371  0x00071103
> #define ATA_HPT374  0x00081103
> 
> ...so I believe the answer to your question is yes.  You might get more
> detailed answers asking on <[EMAIL PROTECTED]>.  I've got a
> HPT370
> which has been working fine, but it's nice to see hardware vendors being
> interested in having FreeBSD support their products...
> 
> --
> -Chuck

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


FireFox/Bird + Java + Root

2004-02-25 Thread Vincent Vandalon
Hi all,

i am trying to get java working under firefox for a while. Before you 
think here's another dude that can't read the FAQ.  I did read em, 
firefox and the plugin are both gcc3.2 compiled, i made a ln -s and did 
not copy the libjavaplugin_oji.so. The problem occurs under 
0.7(firebird) and 0.8 firefox.

Java even works perfect when i run FireFox(0.8 and Firebird 0.7) as 
ROOT. But i do not want to run firefox as root(duh). So i thought hmm it 
will be an acces-rights issue(and not an incompatible plugin(as in 
gcc3.2)). Also flash and PDF plugins run flawless.

First i've checked the links(ln -s) i created to libjavaplugin_oji.so... 
no that file has sufficient acces rights(rwxr-xr-x)
Second I've checked the pluginreg.db and it has (-rw-r--r-- but the user 
owns it(thus not root)
Furthermore i checked the whole /usr/home/vince/.phoenix dir and 
everything is owned by the user.

What am I missing? I feel it is something very simple, but i have no 
more inspiration... Hope somebody knows what i am missing

Regards,

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


Re: Does anybody installed DVD Rom on FreeBSD 4.9?

2004-02-25 Thread Chris Meyers
On Wed, 2004-02-25 at 11:15, Carla Neves wrote:
>  Hi dear FreeBSD users,
>  I would like to install a DVD R+W on my Proliant Ml330 for backups 
>  purposes.
>  Before I buy the DVD Rom, I would like to know if someone has done 
>  that before with success for FreeBSD 4.9.
>  I checked on freebsd sites that there is a SW for FreeBSD 4.9, 
> called, 
>  used for burning DVDs and it is compatible with several DVD R+W 
>  providers. Anyway, I would like to know if I need something more 
>  besides this SW, like: DVD drivers, Kernel configurations...
>  
>  Thanks in advance for your help
>  
>  CG
>  

I have used a DVD burner for saving backups for a couple months now and
it works fine. The burner I have is a generic Memorex DVD+RW model.
There are a couple steps that you will need to go through before being
able to burn discs with your drive (at least I had to go through these
steps).

First you will need to add a line to your kernel conf file and
recompile. The line to add is:

device  atapicam

Next you will need to install sysutils/dvd+rw-tools. This will give you
some command line dvd authoring tools, the most useful of the bunch is
growisofs. The man page for growisofs is good, probably a bit too good
for general backups. The basic command you need to run is:

growisofs -Z /dev/cd0 -R -J path/to/directory_or_file

The -R and -J aren't strictly necessary. Also the device, will more than
likely not match what dmesg lists for your dvd drive. For me dmesg shows
the following for my drive:

acd0: DVD-R  at ata1-master PIO4

However the atapicam device in your recompiled kernel does some SCSI
emulation (or something like that) and the cd0 device is necessary for
the growisofs command (of course your drive may be cd1 or cd2 rather
than 0 depending on your hardware).

One final note. I have not had any luck getting growisofs to work with
files over 2GB. Growisofs relies on mkisofs which has been giving me
problems with large files. I eventually removed the standard version of
mkisofs and replaced it with mkisofs-devel, and that will happily work
on files larger than 2GB. Now when I use growisofs it goes through the
whole process without any errors, but when I try to read the disc I get
errors about the file being too large. If anyone has any suggestions to
get around this issue I would be grateful.

Hope this helps,
Chris


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


Re: Native Support?

2004-02-25 Thread Chuck Swiger
Allen Mah wrote:
To whom it may concern. I would like to know if HighPoint Technologies,
HPT374 IC will still have native support in future FreeBSD release beyond
version 5.0 ? 
Hi, Allen--

FreeBSD 5.2 contains the following in src/sys/dev/ata/ata-pci.h:

#define ATA_HIGHPOINT_ID0x1103
#define ATA_HPT366  0x00041103
#define ATA_HPT372  0x00051103
#define ATA_HPT302  0x00061103
#define ATA_HPT371  0x00071103
#define ATA_HPT374  0x00081103
...so I believe the answer to your question is yes.  You might get more 
detailed answers asking on <[EMAIL PROTECTED]>.  I've got a HPT370 
which has been working fine, but it's nice to see hardware vendors being 
interested in having FreeBSD support their products...

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


port XFree86 linker failure

2004-02-25 Thread Rocco Caputo
Building the latest XFree86 port gives linker errors against what looks like
libXaw.so.  I'm pretty sure it's something local to my machine, but I'd like
some guidance before I go waving a hammer at it (deinstall/reinstall
everything).

Error messages and library versions follow.

Thank you.

-- 
Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/

/usr/X11R6/lib/libXaw.so: warning: tmpnam() possibly used unsafely; consider using 
mkstemp()
help.o: In function `Help':
help.o(.text+0x57): undefined reference to `XawTextSourceClearEntities'
help.o: In function `StartHelp':
help.o(.text+0x33c): undefined reference to `XawTextSinkConvertPropertyList'
help.o(.text+0x35a): undefined reference to `XawTextGetSink'
help.o: In function `Html_ModeEnd':
help.o(.text+0x7cc): undefined reference to `XawTextSourceClearEntities'
help.o: In function `Html_AddEntities':
help.o(.text+0xadd): undefined reference to `XawTextGetSink'
help.o(.text+0xaf5): undefined reference to `XawTextSinkCopyProperty'
help.o(.text+0xb24): undefined reference to `XawTextSinkGetProperty'
help.o(.text+0xb32): undefined reference to `XawTextSinkCombineProperty'
help.o(.text+0xb58): undefined reference to `XawTextSinkCombineProperty'
help.o(.text+0xb72): undefined reference to `XawTextSinkCombineProperty'
help.o(.text+0xb84): undefined reference to `XawTextSinkAddProperty'
help.o(.text+0xcab): undefined reference to `XawTextSourceAddEntity'
help.o(.text+0xce1): undefined reference to `XawTextSourceAddEntity'
help.o: In function `Html_Commit':
help.o(.text+0xe89): undefined reference to `XawTextSourceAddEntity'
help.o: In function `Html_AArgs':
help.o(.text+0x2b43): undefined reference to `XawTextGetSink'
help.o(.text+0x2b4c): undefined reference to `XawTextSinkCopyProperty'
help.o: In function `Html_FontArgs':
help.o(.text+0x2bff): undefined reference to `XawTextGetSink'
help.o(.text+0x2c08): undefined reference to `XawTextSinkCopyProperty'

2) eyrie:/usr/X11R6/lib% ls -l libXaw*
-rw-r--r--  1 root  wheel  453746 Sep  6 02:15 libXaw.a
lrwxr-xr-x  1 root  wheel  11 Sep  6 02:15 libXaw.so@ -> libXaw.so.7
lrwxr-xr-x  1 root  wheel  13 Dec 25 17:38 libXaw.so.6@ -> libXaw3d.so.6
lrwxr-xr-x  1 root  wheel  13 Dec 25 17:39 libXaw.so.7@ -> libXaw3d.so.7
-rwxr-xr-x  1 root  wheel  286646 Sep  6 02:15 libXaw2d.so.6*
-rwxr-xr-x  1 root  wheel  403113 Sep  6 02:15 libXaw2d.so.7*
-rw-r--r--  1 root  wheel  416704 Dec 25 17:33 libXaw3d.a
lrwxr-xr-x  1 root  wheel  13 Dec 25 17:33 libXaw3d.so@ -> libXaw3d.so.7
lrwxr-xr-x  1 root  wheel  13 Dec 25 17:34 libXaw3d.so.6@ -> libXaw3d.so.7
-rwxr-xr-x  1 root  wheel  309293 Dec 25 17:33 libXaw3d.so.7*
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: 4.9 stable release installation probs on x86

2004-02-25 Thread JJB
Check your Bios


Virus Warning=, set this option to disable. It's a firmware check of
the hard drive boot sector looking for MS/Windows boot virus.

plug-n-play=,  set this option to disable. FBSD is not sensitive to
Microsoft plug-n-play standard.

Disable or set to auto any Bio's option to assign irq numbers to PCI
expansion slots.

Disable any ISA expansion slots.

Operating system type=, set to 'other' or any Unix type of operating
system, don't set to MS/Windows.

Disable all power management options.

boot sequence=, set this option to (CDROM,C) Since you are
installing FBSD from CDROM you must tell the PC what I/O device to
look at to boot from.
Follow the Bio's menu instructions to save your changes and exit. PC
will reboot it self.
If problem is still happening, open PC case and verify Hard drive
ribbon is plugged into motherboard primary IDE controller.
If problem is still happening, did you run md5 hash on downloaded
mini file to verify it was good? If not then download mini.iso file
and the CHECKSUM.MD5 file.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 25, 2004 12:11 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: 4.9 stable release installation probs on x86


I reinstalled with the standard MBR and I have the
same thing, although there is no boot manager after the
install.  The machine still cycles between the BIOS, nothing
on the screen, and then back to the BIOS, over and over.  I
have gone into the BIOS and ensured that it is booting from
the hard disk.  I have even hit F12 (instead of F1 to go into
the BIOS) and selected the hard disc as the boot source to
be sure it is booting from there.

Here are the exact steps I followed for the install of the
mini.iso disc.

1)  skipped kernel config (no conflicts)
2)  selected standard install
3)  selected to use all of the disc for FreeBSD
4)  installed standard MBR
5)  selected auto partition of the UNIX file system
6)  selected average user, binaries and docs only for install
7)  selected no to FreeBSD ports collection
8)  post install (after it said installation was a success)
I said no to all, but set my root password.

Then I rebooted and it cycles between the BIOS over and over.

Hugh suggested toggling DMA, Ultra-DMA or PIO settings for
the discs in the BIOS, but I can't find those anywhere in
the device settings.

I think I said before that it was a Pentium III, but I double
checked and it's actually a Pentium IV, 1.6 GHz, 512 meg of
ram, 40 gig hard drive.

Thanks,
Adam Wilson


> -Original Message-
> From: JJB [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 25, 2004 9:36 AM
> To: Wilson, Adam D.
> Subject: RE: 4.9 stable release installation probs on x86
>
>
> Your hard drive now has the booter installed in the MBR on your
> hard drive for your previous install tries.
>
> Install again and when you are asked if you want to install the
FBSD
> boot  manager. Use the down arrow key to highlight the 'Install
the
> standard MBR (no FBSD boot manager)' line and then press enter to
> continue. This will write out an standard MBR (IE: Master Boot
> Record) to you hard drive.
>
> The mini downloadable .iso file does not contain any
ports/packages
> so always say no to prompt about installing porst/packages during
> the install process.
>

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


Re: X-4.3.0_6 not building from /usr/ports

2004-02-25 Thread Noah
On 25 Feb 2004 08:42:24 -0500, Lowell Gilbert wrote
> "Noah" <[EMAIL PROTECTED]> writes:
> 
> > FreeBSD-4.9-STABLE
> 
> > I have deinstalled all XFree86 related programs.  re-cvsup'ed both
> > /usr/ports/imake-4 and /usr/ports/x11 directories completely.  and this is
> > what the 'make install clean' from /usr/ports/x11/XFree86-4 is resulting.  I
> > found similar situations from a google search but each was solved by
> > re-cvsup'ing the above directories.  
> > 
> > Have "XFREE86_VERSION=4" in /etc/make.conf
> > 
> > I have no clue what is going on here.  What is so hosed?
> 
> There's something confused there, all right.  It looks to me like you
> didn't run "make clean" before starting; could you do that before
> starting the build?  Also, could you show what ports *are* installed
> when beforehand?


Hi there,

okay below were all the packages installed before the process began.  could
there be an issue with how make does things?  is there something else out of
wack here?

I did the following processes:

cd /usr/ports/x11/XFree86-4
make clean
make install clean

still same result:


--- snip 

+ rm -f Xproto.h
+ ln -s ../../../include/Xproto.h .
+ rm -f Xprotostr.h
+ ln -s ../../../include/Xprotostr.h .
+ rm -f Xthreads.h
+ ln -s ../../../include/Xthreads.h .
+ rm -f ap_keysym.h
+ ln -s ../../../include/ap_keysym.h .
+ rm -f keysym.h
+ ln -s ../../../include/keysym.h .
+ rm -f keysymdef.h
+ ln -s ../../../include/keysymdef.h .
including in include/bitmaps...
make: don't know how to make includes. Stop
*** Error code 2

Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4-libraries.
*** Error code 1

Stop in /usr/ports/x11/XFree86-4.

--- snip ---


all installed programs before the make

--- snip ---

TenDRA-4.1.2A portable but mostly-unsupported C/C++ compiler
afbackup-client-3.3.5_3 AF's backup system
aleph-0.8.2 Aleph is a multi-threaded functional programming language
amanda-client-2.4.4_3,1 The Advanced Maryland Automatic Network Disk Archiver (c
lie
amanda-server-2.4.4_6,1 The Advanced Maryland Automatic Network Disk Archiver (s
erv
analog-5.24,1   An extremely fast program for analysing WWW logfiles
apache+mod_ssl-1.3.29+2.8.16 The Apache 1.3 webserver with SSL/TLS functionality
apache-ant-1.5.3.1_1 Java- and XML-based build tool, conceptually similar to mak
atk-1.4.1_2 A GNOME accessibility toolkit (ATK)
atlast-1.0_1Autodesk Threaded Language Application System Toolkit
autoconf-2.53_1 Automatically configure source code on many Un*x platforms
autoconf213-2.13.000227_5 Automatically configure source code on many Un*x platf
orms
automake-1.5,1  GNU Standards-compliant Makefile generator
automake14-1.4.5_9  GNU Standards-compliant Makefile generator (legacy version
awka-0.7.5  Converts the AWK script to C, then compiles it
bash-1.14.7 The GNU Borne Again Shell
bind9-9.2.2 Completely new version of the BIND DNS server
bison-1.35_1A parser generator from FSF, (mostly) compatible with Yacc
boehm-gc-6.2.a4_1   Garbage collection and memory leak detection for C and C++
bonnie-2.0.6Performance Test of Filesystem I/O
bsdpan-Archive-Tar-1.03 Archive::Tar - module for manipulations of tar archives
bsdpan-Class-Container-0.10 Class::Container - Glues object frameworks together
transpa
bsdpan-Compress-Zlib-1.22 Compress::Zlib - Interface to zlib compression library
bsdpan-Crypt-SSLeay-0.51   Crypt::SSLeay - OpenSSL glue that provides LWP https
supp
bsdpan-Event-0.87   Unknown perl module
bsdpan-ExtUtils-ParseXS-2.02 ExtUtils::ParseXS - converts Perl XS code into C co
de
bsdpan-HTML-Mason-1.21 Mason - High-performance, dynamic web site authoring syst
em
bsdpan-Locale-Maketext-Lexicon-0.26 Locale::Maketext::Lexicon - Use other catalo
g formats in Ma
bsdpan-Module-Info-0.20 Module::Info - Information about Perl modules
bsdpan-Net-Telnet-3.03 Net::Telnet - interact with TELNET port or other TCP port
s
bsdpan-Text-Quoted-1.2 Text::Quoted - Extract the structure of a quoted mail mes
sa
bsdpan-Text-Reform-1.11 Text::Reform - Manual text wrapping and reformatting
bsdpan-YAML-0.35Unknown perl module
bugzilla-2.16.3_1   Bug-tracking system developed by Mozilla Project
bzip-0.21   A block-sorting file compressor
crimson-1.1.3_1 Implements the Java API for XML Processing (JAXP)
cucipop-1.31_2  Cubic Circle's POP3 daemon (fully RFC1939 compliant)
cups-base-1.1.18.0_4 The Common UNIX Printing System: headers, libs, & daemons
cvsup-without-gui-16.1h General network file distribution system optimized for C
VS
cyrus-sasl-2.1.15   RFC  SASL (Simple Authentication and Security Layer)
cyrus-sasl-saslauthd-2.1.15_3 SASL authentication server for cyrus-sasl2
db3-3.3.11,1The Berkeley DB package, revision 3
docbook-1.2 Meta-port for the different versions of the DocBook DTD
docbook-241 V2.4.1 of the DocBook DTD, designed for technical docum

Re: Does anybody installed DVD Rom on FreeBSD 4.9?

2004-02-25 Thread Andrew L. Gould
On Wednesday 25 February 2004 11:15 am, Carla Neves wrote:
>  Hi dear FreeBSD users,
>  I would like to install a DVD R+W on my Proliant Ml330 for backups
>  purposes.
>  Before I buy the DVD Rom, I would like to know if someone has done
>  that before with success for FreeBSD 4.9.
>  I checked on freebsd sites that there is a SW for FreeBSD 4.9,
> called,
>  used for burning DVDs and it is compatible with several DVD R+W
>  providers. Anyway, I would like to know if I need something more
>  besides this SW, like: DVD drivers, Kernel configurations...
>
>  Thanks in advance for your help
>
>  CG

Assuming you will use an IDE DVD burner, you will need to recompile the kernel 
with the atapicam device.  You can burn DVD's using the port dvd+rw-tools.  
Regardless of the port's name, it also burns DVD-R/RW.

You can get the instructions you need from the FreeBSD Handbook.  The relevant 
pages can be found online at:

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

I documented my success with certain hardware and media in an email at:

http://www.freebsd.org/cgi/getmsg.cgi?fetch=1258438+1261486+/usr/local/www/db/
text/2004/freebsd-questions/20040118.freebsd-questions

If your DVD burner also burns CD-R/RW, you can use burn CD's using mkisofs and 
cdrecord.  Both of these applications are included in the cdrtools port that 
can be found at:

/usr/ports/sysutils/cdrtools

glabels is an application for creating CD/DVD labels.  It has templates for 
many Avery and Neato label sheets.  You can find glabels in the ports at:

/usr/ports/deskutils/glabels/

Best of luck,

Andrew Gould

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


Re: Troubles starting apache

2004-02-25 Thread stan
On Wed, Feb 25, 2004 at 06:01:06PM +0100, Remko Lodder wrote:
> Please checkout the logfiles
> httpd-default-error_log (or something similiar)
> 

Thanks, that indeed pointed me to a stupid mistake in /etc/hosts.

-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gzip GB file limit

2004-02-25 Thread Dan Nelson
In the last episode (Feb 25), Mike Schroll said:
> I recently backed up my data before blowing away a partition with
> tar -cvf - /docs |gzip -> /docs.tgz
> -- it went through fine, no errors.
> 
> I've now discovered that the gzip which ships with FreeBSD 5.x base,
> 1.2.4 has a 2GB or 4GB file size limit on the file it creates...
> the file created by that command was 4.9GB,
> now when I extract it I get
> gzip: docs.tgz: invalid compressed data--format violated

It must have gotten corrupted somewhere else.  gzip has been
largefile-safe for years.  The header will has a 32-bit rollover
problem with the filesize (i.e. gzip -l won't show the right size), but
you should be able to gzip and gunzip files over 4gb with no other
problems.

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


  1   2   >