Re: how to kill a while loop...

2003-01-29 Thread Dan Nelson
In the last episode (Jan 28), Josh Brooks said: Hi, I ran a command like: while `some command` ; do something ; done and I missed the PID output when I backgrounded it. Now I want to kill this while process, but I cannot find it anymore. I tried to ps auxw | grep while, and grep

CHAP-Password LDAP Auth?

2003-01-29 Thread Hilmi Hilmiev
I have installed RADIUS server with LDAP authentication and mySQL accounting. But I have problems with user's who use CHAP password In radius.log, I get message: rlm_ldap: Attribute User-Password is required for authentication. Cannot use CHAP-Password What is wrong? Have a way for solving this

tx underrun error when ftp'ing large file

2003-01-29 Thread Redmond Militante
hi i get the following error l0: transmissions error: 90 xl0: tx underrun, increasing tx start threshold to 120 bytes when trying to ftp a large tar.gz file to a dell poweredge network storage appli ance. the commands i'm using to upload this large tar.gz file are: ftp -n -v

xmms etc (under freebsd 5)

2003-01-29 Thread al
gentlemen: tried to install xmms and all the suff related on my pc (for kde)... failed during installation: even after (-f)orcing pkg_add - perl (previous release in tbz) and Xfree***. maybe it's of some help. alex = things take time...

Re: modules info?

2003-01-29 Thread Toni Schmidbauer
On Tue, Jan 28, 2003 at 02:12:00AM -0500, Roman wrote: Does anybody know where could i find some description of kernel modules? http://www.r4k.net/mod/fbsdfun.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/driverbasics-kld.html toni -- Terror ist der Krieg der Armen,

Re: Portupgrade and skipping ports?

2003-01-29 Thread Daniel Bye
On Tue, Jan 28, 2003 at 09:06:33PM -0600, Mike Dean wrote: I would like to know if there is a way to have portupgrade update all ports, except a select few that I want to remain frozen (OpenOffice.org, simply because I no longer have the free space to rebuild it). It looks like I may be able

Re: Installing customized mod_php4 port

2003-01-29 Thread Andreas Pauley
On Tue, 28 Jan 2003, Stijn Hoop wrote: On Tue, Jan 28, 2003 at 03:00:41AM -0800, Adam Weinberger wrote: Just run 'make' from the mod_php4 directory. You set all those options interactively. Or for the noninteractive version: # make PHP4_OPTIONS='\option1\ \option2\ ...' BATCH=yes

Re: errors in 'make buildworld'

2003-01-29 Thread Erik Sabowski
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html that will tell you whether you should you the the new or traditional method for compiling the kernel erik On Wednesday 29 January 2003 01:31 am, Bsd Neophyte wrote: i see you are recommending i use the

Changing the Maximum Segment Size (MSS) of Kame MIP6 Free BSD4.4

2003-01-29 Thread Audsin
Respected Sir/ Madam I am Dev, doing my research in Centre for Telecommunications Research, King's college London. My research project involves evaluating the performance of MIP6 TCP in the presence of fragmentation and without fragmentation. I am using Kame MIP6 for Free BSD 4.4 and have

Re: Changing the Maximum Segment Size (MSS) of Kame MIP6 Free BSD4.4

2003-01-29 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-29 10:36:57 +: I wish to change the Maximum segment size of the TCP. Can you please help me , where i should change the MSS of the TCP. Can you tell me where the default size of the MSS mentioned? tcp(4), sysctl -a | grep mss -- If you cc me or remove

Re: Which files and directories to backup?

2003-01-29 Thread Brett Harris
On Tue, 28 Jan 2003 11:25:57 -0500 (EST) Francisco Reyes [EMAIL PROTECTED] wrote: On Tue, 28 Jan 2003, Brett Harris wrote: The best way that I've found to back my machine's configs up, is to create a directory such as /etc/config , *move* all my important configuration files to it

British mirror site

2003-01-29 Thread Laudeman, Victoria
Hello, I am writing from the University of Lancaster in England on behalf of the UK Mirror Service. We currently operate a mirror of your site in conjunction with our partner institution, the University of Kent at Canterbury. Please visit (http://www.mirror.ac.uk/mirrors/) to find your site's

Re: FreeBSD IPSEC tunnel stoped working.

2003-01-29 Thread Peter Haight
Looks like the 'spi' are out of sync on the 2 machines. This is after a quick glance, but I know on my IPSec setup, (with manual keys), the spi's have to be such: Stable in spi == Release out spi Release in spi == Stable out spi Are you using racoon? If not, post your ipsec script.

kde meta port, how to make a package

2003-01-29 Thread Wiroth Didier
Hey, I've have installed kde 3.1 on my networked PC! Is it possible to make a package of kde3.1 from /usr/ports/kde to install kde3.1 with pkg_add. My goal is to burn a cd with already compiled kde3.1 packages and install them on a non-networked pc without the need to recompile the kde3.1

Re: kde meta port, how to make a package

2003-01-29 Thread Lauri Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 29 January 2003 14:17, Wiroth Didier wrote: Hey, Is that possible? Is there something like: make package in the /usr/ports/kde meta-port, I could execute on my networked PC? There is precisely make package Also, portupgrade's -p

make fetch, recursive-fetch, package ... etc HOWTO?

2003-01-29 Thread Wiroth Didier
Hey, I've noticed that there are a lot of options with make for example in the /usr/ports/ collections, is there a man, howto or tutorial somewhere about this options? How do you find out about this options, the are not mentionned in the man make pages. So where can I find all the available

Re: make fetch, recursive-fetch, package ... etc HOWTO?

2003-01-29 Thread Alex Huth
Am Mittwoch, 29. Januar 2003 15:04 schrieb Wiroth Didier: Hey, I've noticed that there are a lot of options with make for example in the /usr/ports/ collections, is there a man, howto or tutorial somewhere about this options? How do you find out about this options, the are not mentionned in

RE: How to set-up two 'defaultrouter' IPs?

2003-01-29 Thread Phillip Smith (mailing list)
See reply below... To create a somewhat redundant network connection, my friend has connected to business level ADSL connections at his home (32 IPs each). So, he has two routers, on two different networks (ATT/UUNET) and what he's doing is multi-homing his NIC cards and via some

Re: make fetch, recursive-fetch, package ... etc HOWTO?

2003-01-29 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-29 15:04:25 +0100: I've noticed that there are a lot of options with make for example in the /usr/ports/ collections, is there a man, howto or tutorial somewhere about this options? How do you find out about this options, the are not mentionned in the man make

XFree86 package not available on FTP sites?

2003-01-29 Thread Senders, B.A.G.
Hello all, I wanted to install the XFree86 package on my dusty new FreeBSD 5.0 box, yet couldn't because the package is unavailable on both ftp.freebsd.org and the NL mirror (haven't checked others). A listing from the right directory (determined by running pkg_add -r XFree86) shows the

acorp winmodem on conexant chip

2003-01-29 Thread Pavel
Hello! Please help me! I have an internal Acorp winmodem on a conexant chipset. I installed ltmdm.tgz package but kppp in KDE does not detct my modem on COM3(coaa2) port. What shall i do to use my modem? Many thanks. Pavel. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Upgrading from 4.7p2 to 4.7p3

2003-01-29 Thread Gerard Samuel
My buildworld is failing. I've tried getting fresh pulls from 2 different cvsup mirrors, and I've tried deleting all content under /usr/src and /usr/obj and starting from scratch. Here is the error - cc -O -pipe -DINFODIR=\/usr/share/info:/usr/local/info:/usr/X11R6/info:.\ -DHAVE_CONFIG_H

KDE 3.1 port?

2003-01-29 Thread Tyler Parrott
Hello all, I read this morning on freebsd.kde.org that the 3.1 port had been released. I cvsupped my ports tree and I still only seem to have up to 3.0.5. I'm using 5.0-RELEASE if that makes any difference. Anyone know where/how I might get the port or the .tgz? Thanks Tyler To

Re: KDE 3.1 port?

2003-01-29 Thread Miguel Mendez
On 29 Jan 2003 09:46:41 -0500 Tyler Parrott [EMAIL PROTECTED] wrote: Hi, I read this morning on freebsd.kde.org that the 3.1 port had been released. I cvsupped my ports tree and I still only seem to have up to 3.0.5. I'm using 5.0-RELEASE if that makes any difference. Anyone know

Analog build fails

2003-01-29 Thread Andreas Widerøe Andersen
I can't get Analog (actually /usr/ports/graphics/gd) to build from ports: bash-2.05b# make install clean === Extracting for analog-5.24,1 Checksum OK for analog-5.24.tar.gz. === analog-5.24,1 depends on shared library: gd.2 - not found ===Verifying install for gd.2 in

Re: odd lack of fonts in Mozilla 1.2.1

2003-01-29 Thread Robin Damm
John Bleichert [EMAIL PROTECTED] writes: Hello All I've just installed a minimal 4.7 box with X, mwm and Mozilla 1.2.1 (which is just plain mozilla in the ports, cvsup'd tongight). For some reason there are very few fonts available in the preferences in Mozilla, and the ones that are

cvsup error

2003-01-29 Thread Tyler Parrott
Hello all, I'm getting the following error when trying to cvsup my ports.any ideas? jeenyus# cvsup ports-supfile Cannot get IP address of my own host -- is its hostname correct? Thanks Tyler To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of

disconnecting nic

2003-01-29 Thread Wayne Swart
Good day all you smart ppl I seem to have an unsolvable (unsovable only in my small world) problem. i have posted this problem to you guys before but no one was able to help me with it :( i have two network cards in my box (freebsd 4.7), both are accton 1207f (dc type) running at 100baseTX

RE: disconnecting nic

2003-01-29 Thread JoeB
The problem you describe is becoming common in the 4.x versions of FBSD. I have seen these solutions voiced previously in this list. 1. Check the PC's bios, look for a toggle to disable plug-n-play function. 2. Check that your PCI Nic card is not in the first or last PCI expansion slot on the

WILKO.NET

2003-01-29 Thread The Portal
Dear Sir/madam, WILKO.NET -US $ 490 Please note that after years, the registration on the domain name WILKO.NET was not renewed and this domain became available to register. Consequently, we have been approached to market this domain name that has been tracked and registered by

Re: cvsup error

2003-01-29 Thread Steve Bertrand
Try adding the following line to the /etc/hosts file: 192.168.1.10myhostname.domain.com where 192.168.1.10 is your hosts IP. Then take a look in /etc/rc.conf for the hostname= directive and verify that it is the same as the entry in /etc/hosts. Steve Tyler Parrott wrote: Hello all, I'm

Re: WILKO.NET

2003-01-29 Thread Paul Everlund
Please wrap your lines at a reasonable length, about 70 characters. On Wed, 29 Jan 2003, =?ISO-8859-1?Q?The Portal?= wrote: Dear Sir/madam, WILKO.NET -US $ 490 Please note that after years, the registration on the domain name WILKO.NET was not renewed and this domain became available to

mini ITX via and C3 processor

2003-01-29 Thread Aaron
Has anyone tried one of the via Mini-ITX Form Factor boards with freebsd??? http://www.idot.com/TheStore/Desktop/718Spec.asp?Product.id=718Cate.id=5Pr oduct.status=green Aaron To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

help understanding hostname cofig

2003-01-29 Thread Aaron
Hello, I need a little help understanding how I should configure the hostname in our application. I am trying to install snort from a how-to on the snort website. It uses mysql,acid,apache and snort with the OS being freebsd 4.6. It looks very straight forward to follow, but another tech and I

Re: KDE 3.1 port?

2003-01-29 Thread Andrew Y Ng
I got KDE 3.1 installed and it's absolutely worth the wait! simply amazing! I got the packages from fruitsalad and recompiled kdenetwork and kdegraphics to get mozilla plugins and kamera/gphoto2 support. now I'm compiling kdepim3. i looked into getting s/mime working with gpg in KMail, looks like

Re: FreeBSD IPSEC tunnel stoped working.

2003-01-29 Thread Steve Bertrand
Peter Haight wrote: Looks like the 'spi' are out of sync on the 2 machines. This is after a quick glance, but I know on my IPSec setup, (with manual keys), the spi's have to be such: Stable in spi == Release out spi Release in spi == Stable out spi Are you using racoon? If not, post your

cvsup problem with premature EOF from server

2003-01-29 Thread yew chin
Greetings everybody I m currently using freebsd release 4.7 and I want to upgrade it to 4.7 stable. When i try to cvsup for the source, I receive an error message premature EOF from server and i couldn't cvsup here is how the message looks like: Connecting to cvsup14.freebsd.org Connected to

Re: KDE 3.1 port?

2003-01-29 Thread Lauri Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 29 January 2003 17:40, Andrew Y Ng wrote: I got KDE 3.1 installed and it's absolutely worth the wait! simply amazing! I got the packages from fruitsalad and recompiled kdenetwork and kdegraphics to get mozilla plugins and

Free Immigration Guide To USA

2003-01-29 Thread jon
charset=ISO-8859-1; charset=ISO-8859-1; charset=ISO-8859-1; charset=ISO-8859-1; charset=ISO-8859-1; charset=ISO-8859-1; charset=ISO-8859-1; charset=ISO-8859-1; charset=ISO-8859-1; charset=ISO-8859-1; charset=ISO-8859-1;

Re: (VIRUS REMOVED) Window.document.referrer

2003-01-29 Thread Google Programming-contest Autoresponder
[ This is an automatic reply to your email to [EMAIL PROTECTED] A Google staffer will follow up with you directly if you require additional information. ] Thanks for your interest in the Google Programming Contest. If you are writing to request the full data CDs, please be advised that they

Creative Audigy soundblaster support

2003-01-29 Thread Alec
Hi everybody! I rewrite SBLive driver included in FreeBSD 4.7 for supporting Creative Audigy soundcard. It's still not good, but at least I can listen to mp3s on my BSD4.7 via Audigy with digital output. I consider it could be helpfull for other guys who have Audigy and have to buy outside

Re: xmms etc (under freebsd 5)

2003-01-29 Thread Siegbert Baude
Hi Alex, tried to install xmms and all the suff related on my pc (for kde)... failed during installation: even after (-f)orcing pkg_add - perl (previous release in tbz) and Xfree***. maybe it's of some help. I can just say, that I did the very same this night and just now I am

Re: Creative Audigy soundblaster support

2003-01-29 Thread Pierrick Brossin
Hi ! I rewrite SBLive driver included in FreeBSD 4.7 for supporting Creative Audigy soundcard. It's still not good, but at least I can listen to mp3s on my BSD4.7 via Audigy with digital output. Oh I can't believe it... You're THE man dude !!! I've been waiting for it a long time ;P I'm

kern polling and kern.polling.user_frac

2003-01-29 Thread Mike
Greetings I am running 5.0 and wish to enable kern.polling.enable as per the NOTES file in /usr/sys/src/i386/conf/NOTES When I try to do a sysctl kern.polling.enable I get no such oid. Doing a sysctl -a | grep polling returns nothing. Also if I try to do a sysctl kern.polling.user_frac I as well

Re: How to set-up two 'defaultrouter' IPs?

2003-01-29 Thread Lowell Gilbert
Phillip Smith (mailing list) [EMAIL PROTECTED] writes: What I'd like to do is this... right now my NIC answers 212.12.12.212 (for instance) externally and that's the address I use for Apache's NameVirtualHost directives. I would also like my NIC to answer on 252.12.12.212 (second network

Re: errors in 'make buildworld'

2003-01-29 Thread Lowell Gilbert
Bsd Neophyte [EMAIL PROTECTED] writes: I'm getting the following error in the make buildworld portion of rebuilding my kernel: mkdep -f .depend -a /usr/src/usr.bin/jot/jot.c echo jot: /usr/obj/usr/src/i386/usr/lib/libc.a .depend === usr.bin/kdump sh

Re: make fetch, recursive-fetch, package ... etc HOWTO?

2003-01-29 Thread Mike Meyer
In [EMAIL PROTECTED], Wiroth Didier [EMAIL PROTECTED] typed: I've noticed that there are a lot of options with make for example in the /usr/ports/ collections, is there a man, howto or tutorial somewhere about this options? How do you find out about this options, the are not mentionned in the

Moving sendmail mail files

2003-01-29 Thread Steve Warwick
Hi All, I am trying to move Sendmail mail files from /var/mail to each users home directory (this will help with back up and disk space). However, I have not managed to get sendmail to recognize the new mail file location. Any suggestions? TIA Steve To Unsubscribe: send mail to [EMAIL

Re: Moving sendmail mail files

2003-01-29 Thread Christopher Meiklejohn
What local delivery agent are you using? Here are procmail instructions that I used at one point: http://freebsd.peon.net/tutorials/9/ -Chris - Original Message - From: Steve Warwick [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 1:43 PM Subject: Moving

portsentry

2003-01-29 Thread Phillip Smith
Quick question... What's the best way to start portsentry on reboot? Many thanks, phillip. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: odd lack of fonts in Mozilla 1.2.1

2003-01-29 Thread John Bleichert
On Wed, 29 Jan 2003, Robin Damm wrote: Subject: Re: odd lack of fonts in Mozilla 1.2.1 John Bleichert [EMAIL PROTECTED] writes: Hello All I've just installed a minimal 4.7 box with X, mwm and Mozilla 1.2.1 (which is just plain mozilla in the ports, cvsup'd tongight). For some

Re: portsentry

2003-01-29 Thread Stacey Roberts
Hi, On Wed, 2003-01-29 at 19:03, Phillip Smith wrote: Quick question... What's the best way to start portsentry on reboot? Many thanks, You can write a simple start-up script that does that for you. Here's what I have in /usr/local/etc/rc.d: #!/bin/sh

Re: Moving sendmail mail files

2003-01-29 Thread Chuck Swiger
On Wednesday, January 29, 2003, at 01:43 PM, Steve Warwick wrote: I am trying to move Sendmail mail files from /var/mail to each users home directory (this will help with back up and disk space). However, I have not managed to get sendmail to recognize the new mail file location. sendmail

Re: portsentry

2003-01-29 Thread Paul Chvostek
Hi Phillip. On Wed, Jan 29, 2003 at 02:03:03PM -0500, Phillip Smith wrote: What's the best way to start portsentry on reboot? There doesn't seem to be one build by the port, so I wrote a /usr/local/etc/rc.d/portsentry.sh that looks someting like this: #!/bin/sh case $1 in start) [ -x

Re: portsentry

2003-01-29 Thread Ben Williams
Wednesday, January 29, 2003, 2:03:03 PM, you wrote: PS Quick question... PS What's the best way to start portsentry on reboot? PS Many thanks, PS phillip. I use a script in /usr/local/etc/rc.d -- Benmailto:[EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

sysinstall suddenly quitting

2003-01-29 Thread Randy Schultz
Hey all, I've got a 4.6 system that I'm trying to get to 4.7. I've dropped on the sysinstall from 4.7(per the docs). I run it as /stand/sysinstall installUpgrade. When I get to the Choose Installation Media screen I go into Options to change the Release Name. Regardless of what I do on this

Need helping lengthening timeouts for sendmail...

2003-01-29 Thread Philip Hallstrom
Hi all - Two weeks ago nwlink.com upgraded it's mail servers. Ever since that time I can not email anyone whose email is handled by those servers. What's even more frustrating is that my home server, same setup, same DSL (through nwlink.com even), but on a different subnet cause it's in a

Re: odd lack of fonts in Mozilla 1.2.1

2003-01-29 Thread Joe Marcus Clarke
On Wed, 2003-01-29 at 00:38, John Bleichert wrote: Hello All I've just installed a minimal 4.7 box with X, mwm and Mozilla 1.2.1 (which is just plain mozilla in the ports, cvsup'd tongight). For some reason there are very few fonts available in the preferences in Mozilla, and the ones

VirusProtection and IMAP

2003-01-29 Thread Gannater Jnos
Virus: What kind of anti virus software should I use to protect my BSD system which is free and really kill's viruses? IMAP: Where can I tell freeBSD which IMAP software should he use? Like I installed cyrus and imapd-uw. So which one the system is using and how can I switch between them? To

ucspi-unix compile problems

2003-01-29 Thread M. Brownsworth
I'm having a problem compiling ucspi-unix-0.36 on the new mail host I'm configuring to run qmail. Although its sister program, ucspi-tcp-0.88, compiled just fine, ucspi-unix's compile bombs due to a missing library: su-2.05b# make ( echo '#!/bin/sh'; echo 'main=$1; shift'; echo exec `head -1

ibm-db2

2003-01-29 Thread Brian Henning
Hello- does there exist a freebsd verson of db2 for freebsd? where could i find it? Thanks, brian To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Need helping lengthening timeouts for sendmail...

2003-01-29 Thread Philip Hallstrom
I found a temporary hack that solves my most immediate problem of sending mail to @nwlink.com addresses by adding the following to /etc/mail/mailertable nwlink.com smtp:[smtp.nwlink.com] Of course any other domains hosted at nwlink.com still fail, but this will get me by

Re: VirusProtection and IMAP

2003-01-29 Thread Chuck Swiger
On Wednesday, January 29, 2003, at 02:47 PM, Gannater János wrote: Virus: What kind of anti virus software should I use to protect my BSD system which is free and really kill's viruses? Most Unix users don't need anti-virus software; someone gave a reference to chkrootkit under the ports

Re: help understanding hostname cofig

2003-01-29 Thread Toomas Aas
Hi! We don't have a DNS server on site.The plan is to put the snort box between the internet firewall and the LAN. The firewall is also the dhcp server. So exactly what do we want to put for a qualified domain name?? The plan is to put the snort box between the internet firewall and the

Re: Upgrading from 4.7p2 to 4.7p3

2003-01-29 Thread Gerard Samuel
If it means anything, here is my /etc/make.conf file - CFLAGS= -O -pipe COPTFLAGS= -O -pipe NOPROFILE= true USA_RESIDENT= YES NOGAMES= true NO_CVS=true# do not build CVS NO_BIND= true# do not build BIND NO_SENDMAIL= true# do not build sendmail and related programs NO_X=

Re: make fetch, recursive-fetch, package ... etc HOWTO?

2003-01-29 Thread Toomas Aas
Hi! I've noticed that there are a lot of options with make for example in the /usr/ports/ collections, is there a man, howto or tutorial somewhere about this options? Amazingly enough, nobody on this thread has mentioned... ...tadamm... man ports :-) -- Toomas Aas | [EMAIL PROTECTED] |

Re: make fetch, recursive-fetch, package ... etc HOWTO?

2003-01-29 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-29 20:18:55 +0200: I've noticed that there are a lot of options with make for example in the /usr/ports/ collections, is there a man, howto or tutorial somewhere about this options? Amazingly enough, nobody on this thread has mentioned... ..tadamm...

Re: How to set-up two 'defaultrouter' IPs?

2003-01-29 Thread Kevin Stevens
On Wed, 29 Jan 2003, Lowell Gilbert wrote: Does that make sense? Sure. What you want isn't two default routers, because at any given time there's only one way you want to route this traffic. What you really want is to change default router when the outside world sees one as down. A

Re: ucspi-unix compile problems

2003-01-29 Thread Jon Reynolds
On Wed, 2003-01-29 at 11:17, M. Brownsworth wrote: I'm having a problem compiling ucspi-unix-0.36 on the new mail host I'm configuring to run qmail. Although its sister program, ucspi-tcp-0.88, compiled just fine, ucspi-unix's compile bombs due to a missing library: su-2.05b# make (

problem compiling kernel on FreeBSD 5.0

2003-01-29 Thread David Loszewski
I'm trying to compile my kernel on my newly installed FreeBSD 5.0 I do the following: '% cd /usr/src' then I do '%make buildkernel KERNCONF=ZEUS' and it comes back saying 'make: don't know how to make buildkernel. Stop'. Ideas on what to do with this?? I looked through the release notes and

Experiences with Adaptec 2400A?

2003-01-29 Thread Len Conrad
We are looking at this board for high-volume MX gateways. Anybody have any comments from experience? Len To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

RE: VirusProtection and IMAP

2003-01-29 Thread John Straiton
IMAP: Where can I tell freeBSD which IMAP software should he use? Like I installed cyrus and imapd-uw. So which one the system is using and how can I switch between them? One thing that I think should be offered up is that while many people don't really believe in the idea of a virus

[no subject]

2003-01-29 Thread Charlie Root
I encountered the errors during make buildworld after a cvsup update. David *default release=cvs *default tag=RELENG_4 -- *** output from uname -a *** -- FreeBSD bringback.biz 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jan 28

Re: problem compiling kernel on FreeBSD 5.0

2003-01-29 Thread David Loszewski
no, I didn't cvsup the sources because in all the 4.x versions the sources already came with it Dave [EMAIL PROTECTED] wrote: This may be a dumb question, but did you cvsup the sources for 5.0? If you did, what does your Makefile look like?

Disappearing from network (fxp)

2003-01-29 Thread tarmon
I don't believe the other went through. If this gets duped, my apologies. --- Hello, I've been having problems with my test machines disappearing off of the network. When it happens, the machine does not respond to any incoming traffic. However, if I ping out, the connection starts

[no subject]

2003-01-29 Thread tarmon
None at all, minus the original initilization messages on startup. --- This seems very odd. Do you have any system messages about the fxp device? Corey

Re: problem compiling kernel on FreeBSD 5.0

2003-01-29 Thread Kris Kennaway
On Wed, Jan 29, 2003 at 05:09:05PM -0500, David Loszewski wrote: no, I didn't cvsup the sources because in all the 4.x versions the sources already came with it The 4.x sources come with 4.x, yes. If you want the 5.0 sources you have to upgrade them somehow, e.g. by installing from sysinstall

xfree86 error - 5.0 (fwd)

2003-01-29 Thread John Bleichert
Hello All Several people emailed me asking if I had solved this problem with X after cvsup'ing from 4.7 - 5.0. I haven't but someone else has, and here's the solution: hi again,

Re: Problems with IPSec

2003-01-29 Thread Ben
On Tue, Oct 01, 2002 at 02:41:24PM +, Scott Penno wrote: I have a FreeBSD box running -STABLE which has had IPSec working with other hosts for quite some time without a problem. I've just setup another FreeBSD box running 5.0-RC1 and am trying to establish a VPN tunnel but am not getting

Re:

2003-01-29 Thread Bill Moran
I've been having problems with my test machines disappearing off of the network. When it happens, the machine does not respond to any incoming traffic. However, if I ping out, the connection starts working again. I'm guessing the card is somehow going to sleep and not responding until it

Unable to install JDK13 from Ports

2003-01-29 Thread Eric Buchanan
Hello list, I am trying to install JDK13 in preparation for installing OpenOffice. I am running FreeBSD 4.7-Stable, with the last make world and cvsup occuring on 11/17/2002. Thank you in advance for your help. Eric - fi gmake[4]: Leaving directory

Re: mini ITX via and C3 processor

2003-01-29 Thread Pranav A. Desai
Hi! I havent tried the exact same board, but I have installed freebsd 4.4 on other boards with C3 CPU on it. I have also used the cubePC (shown on the site) with Freebsd 4.3 on it. I dont recollect any problems that I have faced while loading freebsd. -Pranav

group question - 15 member limit?

2003-01-29 Thread Mitch Vincent
What I have is this, a list of users and I want the user www to be a member of all their groups.. I have this in /etc/groups d50:*:1026:www d49:*:1027:www d51:*:1028:www (etc etc etc - there are about 80 users like this currently.) If I do 'id www' it only shows www in the first 15 groups

Re: Unable to install JDK13 from Ports (SOLVED)

2003-01-29 Thread Eric Buchanan
Hello again, It appears to have been remedied by cleaning all work directories out under /usr/ports. thank you, Eric Buchanan --- Eric Buchanan [EMAIL PROTECTED] wrote: Hello list, I am trying to install JDK13 in preparation for installing OpenOffice. I am running FreeBSD 4.7-Stable, with

Re: problem compiling kernel on FreeBSD 5.0

2003-01-29 Thread David Loszewski
Kris Kennaway wrote: On Wed, Jan 29, 2003 at 05:09:05PM -0500, David Loszewski wrote: no, I didn't cvsup the sources because in all the 4.x versions the sources already came with it The 4.x sources come with 4.x, yes. If you want the 5.0 sources you have to upgrade them somehow, e.g.

Re: ucspi-unix compile problems

2003-01-29 Thread M. Brownsworth
There's nothing like posting to mailing lists to get the answers to your problems. Not that the answers always come from the list members. Nine times out of ten, after I post to a list I keep digging in archives and documentation and ferret out the answer on my own. Oddly, it doesn't seem

Re

2003-01-29 Thread Sugiono
Hi To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

JDK 1.3 woes (again)

2003-01-29 Thread Eric Buchanan
Hello List, Earlier it appeared it would compile after all, in /usr/ports/java/jdk13. Now it has stopped, after about 20 minutes. I am using FreeBSD 4.7-Stable, cvsuped on 11-17-2002 with a make world on the same day. Linux-jdk-13 is installed successfully. I am installing JDK13 to prepare to

[no subject]

2003-01-29 Thread Scott A. Moberly
Quick question that i couldn't find in a quick look through the internet... I bought one of the nifty little devices called a joystick that plugs into the USB port. I have been able to get it to work with applications that are NetBSD USB Joystick aware; but alas there are others. Anyway to get

Re: group question - 15 member limit?

2003-01-29 Thread Tim Peters
On Wed, Jan 29, 2003 at 06:02:48PM -0600, Dan Nelson wrote: In the last episode (Jan 29), Mitch Vincent said: I'm adding groups and group member via 'pw' so I'm pretty sure the syntax is right.. Is there some kind of limit that would prevent my www user from being in more than 15 groups?

USB Joystick (RE: No Subject)

2003-01-29 Thread Scott A. Moberly
Quick question that i couldn't find in a quick look through the internet... I bought one of the nifty little devices called a joystick that plugs into the USB port. I have been able to get it to work with applications that are NetBSD USB Joystick aware; but alas there are others. Anyway to get

Re: problem compiling kernel on FreeBSD 5.0

2003-01-29 Thread Giorgos Keramidas
On 2003-01-29 16:10, David Loszewski [EMAIL PROTECTED] wrote: I'm trying to compile my kernel on my newly installed FreeBSD 5.0 I do the following: '% cd /usr/src' then I do '%make buildkernel KERNCONF=ZEUS' and it comes back saying 'make: don't know how to make buildkernel. Stop'. Ideas on

Mozilla 1.2.1: No running window found

2003-01-29 Thread William Palfreman
I've just used portupgrade to upgrade from mozilla 1.0 to 1.2.1. This is what I get: $ mozilla No running window found. Segmentation fault This is on 4.6.2-p6 on a k6-2 with 512Mb of ram (and compiled with k6 optimisations). Is this my fault (or a minor fault to do with my setup) or is the

Re: Mozilla 1.2.1: No running window found

2003-01-29 Thread Joe Marcus Clarke
On Wed, 2003-01-29 at 20:47, William Palfreman wrote: I've just used portupgrade to upgrade from mozilla 1.0 to 1.2.1. This is what I get: $ mozilla No running window found. Segmentation fault This is on 4.6.2-p6 on a k6-2 with 512Mb of ram (and compiled with k6 optimisations). Is

vnc at start-up

2003-01-29 Thread Roger Merritt
I've installed vnc from the ports and it works fine, but it's annoying to have to log on to my server and start the vncserver every time I want to connect from my desktop PC. One problem is my server has been randomly rebooting (I suspect hardware problems but ...), so I can't just leave the

Re: odd lack of fonts in Mozilla 1.2.1

2003-01-29 Thread John Bleichert
On Wed, 29 Jan 2003, Robin Damm wrote: John Bleichert [EMAIL PROTECTED] writes: Hello All I've just installed a minimal 4.7 box with X, mwm and Mozilla 1.2.1 (which is just plain mozilla in the ports, cvsup'd tongight). For some reason there are very few fonts available in the

Re: odd lack of fonts in Mozilla 1.2.1

2003-01-29 Thread Joe Marcus Clarke
On Wed, 2003-01-29 at 21:19, John Bleichert wrote: On Wed, 29 Jan 2003, Robin Damm wrote: John Bleichert [EMAIL PROTECTED] writes: Hello All I've just installed a minimal 4.7 box with X, mwm and Mozilla 1.2.1 (which is just plain mozilla in the ports, cvsup'd tongight). For

Re: problem compiling kernel on FreeBSD 5.0

2003-01-29 Thread Kris Kennaway
On Wed, Jan 29, 2003 at 06:32:08PM -0500, David Loszewski wrote: I did a cvsup and all the files are there now but the Makefile is name 'Makefile,v' along with all the other files. Suggestions? not too often I use cvsup Read the cvsup documentation (e.g. sample supfiles) more carefully: you

Re: Mozilla 1.2.1: No running window found

2003-01-29 Thread Luke Hollins
On Wed, 29 Jan 2003, Joe Marcus Clarke wrote: On Wed, 2003-01-29 at 20:47, William Palfreman wrote: I've just used portupgrade to upgrade from mozilla 1.0 to 1.2.1. This is what I get: $ mozilla No running window found. Segmentation fault This is on 4.6.2-p6 on a k6-2 with 512Mb

another go at natd

2003-01-29 Thread Redmond Militante
hi all this is a followup to an email i sent out to the list a week or so ago. i was having trouble getting the following natd setup to work: ---snip-- two machines - one has two nics, one has one nic. i'd like to set up the machine with two nics as

  1   2   >