From owner-freebsd-questions Sun Dec 26 0:15:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc3.on.home.com (ha1.rdc3.on.home.com [24.2.9.68]) by hub.freebsd.org (Postfix) with ESMTP id 7B83014BD5 for ; Sun, 26 Dec 1999 00:15:40 -0800 (PST) (envelope-from a.genkin@utoronto.ca) Received: from main.wgaf.net ([24.114.152.71]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <19991226081330.XCKY7552.mail.rdc3.on.home.com@main.wgaf.net> for ; Sun, 26 Dec 1999 00:13:30 -0800 Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 1228q2-0003wK-00; Sun, 26 Dec 1999 03:15:38 -0500 To: freebsd-questions@freebsd.org Subject: Installing python port with no X X-Face: 0=A/O5-+sE[Tf%X>rYr?Y5LD4,:^'jaJ!4jC&UR*ZrrK2>^`g22Qeb]!:d;}2YJ|Hq"LHdF OX`jWX|AT-WVFQ(TPhFVak)0nt$aEdlOq=1~D,:\z5QlVOrZ2(H,mKg=Xr|'VlHA="r Organization: Wgaf From: Arcady Genkin Date: 26 Dec 1999 03:15:38 -0500 Message-ID: <87r9gaf785.fsf@main.wgaf.net> Lines: 11 User-Agent: Gnus/5.0802 (Gnus v5.8.2) XEmacs/21.1 (Bryce Canyon) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I attempted installing python from ports. Apparently, it depends on tcl/tk, which depends on X6 libraries. I want to install it on a machine without a *monitor*, forget X. ;^) Can I get around that? Thanks! (anxious to try python out) -- Arcady Genkin http://wgaf.dyndns.org "'What good is my pity? Is not the pity the cross upon which he who loves man is nailed?..'" (Zarathustra - F. Nietzsche) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 0:21:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc3.on.home.com (ha1.rdc3.on.home.com [24.2.9.68]) by hub.freebsd.org (Postfix) with ESMTP id C637A151DE for ; Sun, 26 Dec 1999 00:21:01 -0800 (PST) (envelope-from a.genkin@utoronto.ca) Received: from main.wgaf.net ([24.114.152.71]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <19991226081852.XCMY7552.mail.rdc3.on.home.com@main.wgaf.net> for ; Sun, 26 Dec 1999 00:18:52 -0800 Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 1228vE-0003wh-00; Sun, 26 Dec 1999 03:21:00 -0500 To: freebsd-questions@freebsd.org Subject: Re: make world /etc update References: <19991224.21204000@mammalia.sea> <87ln6k6n1x.fsf@main.wgaf.net> <19991225.21194000@mammalia.sea> <87iu1msn5j.fsf@main.wgaf.net> <19991226.7381500@mammalia.sea> X-Face: 0=A/O5-+sE[Tf%X>rYr?Y5LD4,:^'jaJ!4jC&UR*ZrrK2>^`g22Qeb]!:d;}2YJ|Hq"LHdF OX`jWX|AT-WVFQ(TPhFVak)0nt$aEdlOq=1~D,:\z5QlVOrZ2(H,mKg=Xr|'VlHA="r Organization: Wgaf From: Arcady Genkin Date: 26 Dec 1999 03:21:00 -0500 In-Reply-To: Joseph Wright's message of "Sun, 26 Dec 1999 07:38:15 GMT" Message-ID: <87n1qyf6z7.fsf@main.wgaf.net> Lines: 42 User-Agent: Gnus/5.0802 (Gnus v5.8.2) XEmacs/21.1 (Bryce Canyon) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joseph Wright writes: > Thanks, I read the man page on it and I will try it too. But now I've > got seemingly worse problems. > I decided to update the source again and 'make world' again, so I > could start the whole project over from scratch. Before dropping into > single user mode to rebuild the system, I did 'rm -rf /usr/obj/'. > This is supposed to make the 'make world' speed up somewhat. Funny > thing was, it won't allow me to remove some of the directories under > /usr/obj/. Joseph, again, the handbook has an answer to your question: ,----- | As parts of the system are rebuilt they are placed in directories | which (by default) go under /usr/obj. The directories shadow those | under /usr/src. | | You can speed up the ``make world'' process, and possibly save | yourself some dependency headaches by removing this directory as well. | | Some files below /usr/obj will have the immutable flag set (see | chflags(1) for more information) which must be removed first. | | # cd /usr/obj | # chflags -R noschg * | # rm -rf * `----- > Yes, I was running as root. So I went down into the directory and > find a strange thing: > /usr/obj/usr/src/games/dm/FreeBSD > But I can't cd to this directory because it doesn't exist! I can't > remove it either! > I thought, oh well, I'll try 'make world' anyway. It stops with Error > code 1, because of that damn phantom directory. Is my filesystem > corrupted or something? HTH, -- Arcady Genkin http://wgaf.dyndns.org "'What good is my pity? Is not the pity the cross upon which he who loves man is nailed?..'" (Zarathustra - F. Nietzsche) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 1:17: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web607.mail.yahoo.com (web607.mail.yahoo.com [128.11.68.171]) by hub.freebsd.org (Postfix) with SMTP id BCAA114EDC for ; Sun, 26 Dec 1999 01:17:04 -0800 (PST) (envelope-from gaotu@yahoo.com) Received: (qmail 18940 invoked by uid 60001); 26 Dec 1999 09:17:04 -0000 Message-ID: <19991226091704.18939.qmail@web607.mail.yahoo.com> Received: from [209.237.4.9] by web607.mail.yahoo.com; Sun, 26 Dec 1999 01:17:04 PST Date: Sun, 26 Dec 1999 01:17:04 -0800 (PST) From: Gao Tu Subject: mouse for HP8562 machine To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All I need help. I bought a HP pavilion 8562 machine few days ago. I tried to install freebsd on it. Before I install freebsd, I disabled the plug-n-play in bios. The installation via CDROM worked nicely. However, i can't configure my mouse. HP's mouse is said to be a PS/2 compaitable mouse. So, in sysinstall/mouse, I select type : auto, and port PS/2. When I try to enable the mouse, I move the mouse , the screen will flash and machine sounds running, then it goes back to configure your mouse page with a line: /Kernel: psmintr : out of sync (0008 != 0000) can anyone help me on this ? Thanks gao _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 2:50:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tarvalon.net (tarvalon.net [216.145.165.65]) by hub.freebsd.org (Postfix) with SMTP id 561AA150BB for ; Sun, 26 Dec 1999 02:50:43 -0800 (PST) (envelope-from kevin@tarvalon.net) Received: (qmail 22711 invoked by uid 1000); 26 Dec 1999 10:50:38 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 26 Dec 1999 10:50:38 -0000 Date: Sun, 26 Dec 1999 04:50:38 -0600 (CST) From: Kevin Entringer To: questions@freebsd.org Cc: stable@freebsd.org Subject: X11 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just did a make world to 3.4-STABLE. Now I'm having problems with X11, version 3.3.5. Whenever I try to start it I get the following: kevin@discord:/home/kevin# startx Authentication failed - cannot start X server. Perhaps you do not have console ownership? xinit: unexpected signal 2 In /var/log/messages it says the following: Dec 26 04:45:53 discord Xwrapper: no modules loaded for `xserver' service Dec 26 04:46:08 discord Xwrapper: no modules loaded for `xserver' service Dec 26 04:46:16 discord su: kevin to root on /dev/ttyv4 Dec 26 04:46:18 discord Xwrapper: no modules loaded for `xserver' service I've got no idea how to fix this. Any suggestions would be appreciated. Please cc any replies directly to me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 4: 4: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hole.noc.uunet.co.za (hole.noc.iafrica.com [196.31.1.191]) by hub.freebsd.org (Postfix) with ESMTP id 2FB3F14E19 for ; Sun, 26 Dec 1999 04:04:00 -0800 (PST) (envelope-from bleslie@hole.noc.uunet.co.za) Received: from bleslie (helo=localhost) by hole.noc.uunet.co.za with local-smtp (Exim 3.12 #2) id 122CPe-0006d1-00 for freebsd-questions@freebsd.org; Sun, 26 Dec 1999 14:04:38 +0200 Date: Sun, 26 Dec 1999 14:04:38 +0200 (SAST) From: Brad Leslie X-Sender: bleslie@hole.noc.uunet.co.za Reply-To: Brad Leslie To: freebsd-questions@freebsd.org Subject: SUBSCRIBE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please add me to the mailing list thankz "Tell me and I forget. Show me and I remember. Involve me and I learn." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 5:17:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id B3D0714C24 for ; Sun, 26 Dec 1999 05:17:24 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 27392 invoked from network); 26 Dec 1999 13:17:22 -0000 Received: from useraq10.uk.uudial.com (HELO marder-1.) (62.188.136.70) by smtp.dial.pipex.com with SMTP; 26 Dec 1999 13:17:22 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id NAA18295; Sun, 26 Dec 1999 13:17:08 GMT (envelope-from mark) Date: Sun, 26 Dec 1999 13:17:07 +0000 From: Mark Ovens To: Jonathon McKitrick Cc: freebsd-questions@freebsd.org Subject: Re: mozilla 12 Message-ID: <19991226131707.A327@marder-1> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 26, 1999 at 03:35:34AM +0000, Jonathon McKitrick wrote: > > I know i saw a post about getting mozilla 12 to work, but it doesn't show > up on the archive search. Does anyone know what the trick is to getting > it to run? > Assuming that you've d/l mozilla-M12-FreBSD3x.tar.gz and unpacked it in /usr/tmp, try: # cd /usr/tmp/package # ./run-mozilla.sh ./mozilla The run-mozilla.sh sets up a local environment which allows you to run M12 without having to install it and risk screwing your existing setup. HTH > > -jm > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 5:23:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 017B414BEF for ; Sun, 26 Dec 1999 05:23:26 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 24764 invoked from network); 26 Dec 1999 13:23:24 -0000 Received: from useraq10.uk.uudial.com (HELO marder-1.) (62.188.136.70) by smtp.dial.pipex.com with SMTP; 26 Dec 1999 13:23:24 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id NAA18548 for questions@freebsd.org; Sun, 26 Dec 1999 13:23:10 GMT (envelope-from mark) Date: Sun, 26 Dec 1999 13:23:10 +0000 From: Mark Ovens To: questions@freebsd.org Subject: Fatal errors building xsane Message-ID: <19991226132309.B327@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I get the following error when trying to build the xsane port: gmake[1]: Entering directory `/usr/ports/graphics/sane/work/sane-1.0.1/frontend' cc -c -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -O -pipe -I/usr/local/include -D_GNU_SOURCE -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/local/share -DV_MAJOR=1 -DV_MINOR=0 -O -pipe -Wall xscanimage.c xscanimage.c:79: conflicting types for `GIMP_EXTENSION' /usr/X11R6/include/libgimp/gimpenums.h:289: previous declaration of `GIMP_EXTENSION' gmake[1]: *** [xscanimage.o] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/sane/work/sane-1.0.1/frontend' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. marder-1# All the dependencies, including gmake (3.78.1) are up to date and I cvsup'd the ports tree prior to building it. Any ideas as to what is going wrong? Merry Christmas. -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 6:46:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sblake.comcen.com.au (sblake.comcen.com.au [203.23.236.144]) by hub.freebsd.org (Postfix) with ESMTP id 718BF14BD0 for ; Sun, 26 Dec 1999 06:46:32 -0800 (PST) (envelope-from aunty@sblake.comcen.com.au) Received: (from aunty@localhost) by sblake.comcen.com.au (8.9.3/8.9.3) id BAA31126 for freebsd-questions@freebsd.org; Mon, 27 Dec 1999 01:47:16 +1100 (EST) (envelope-from aunty) Date: Mon, 27 Dec 1999 01:47:16 +1100 From: aunty To: freebsd-questions@freebsd.org Subject: shell quoting problem? Message-ID: <19991227014716.D17780@comcen.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After setting some variables in a bourne shell script, I want it to run a command like finger @nas1 | egrep "Host|tom|dick|harry" where nas1, tom, dick, and harry are expanded from variables. I can see _why_ things like this don't work finger \@${serv} | egrep \"Host${pipes-and-names}\" but can't figure out how to get all those quotes and pipes behaving. Is there a way to do this or must I resort to perl? -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 6:55:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id 72A4114EC1 for ; Sun, 26 Dec 1999 06:55:15 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 122F4i-000NDC-00; Sun, 26 Dec 1999 08:55:12 -0600 Date: Sun, 26 Dec 1999 08:55:12 -0600 From: Ade Lovett To: Arcady Genkin Cc: freebsd-questions@freebsd.org Subject: Re: Installing python port with no X Message-ID: <19991226085511.K42743@lovett.com> References: <87r9gaf785.fsf@main.wgaf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <87r9gaf785.fsf@main.wgaf.net>; from a.genkin@utoronto.ca on Sun, Dec 26, 1999 at 03:15:38AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 26, 1999 at 03:15:38AM -0500, Arcady Genkin wrote: > I attempted installing python from ports. Apparently, it depends on > tcl/tk, which depends on X6 libraries. I want to install it on a > machine without a *monitor*, forget X. ;^) > > Can I get around that? Use the source^WMakefile, Luke.. env WITH_TK=NO make all install Enjoy. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 7:11:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.209.130]) by hub.freebsd.org (Postfix) with SMTP id 4C31714D94 for ; Sun, 26 Dec 1999 07:11:13 -0800 (PST) (envelope-from danfe@inet.ssc.nsu.ru) Received: (qmail 19990 invoked from network); 26 Dec 1999 15:11:07 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 26 Dec 1999 15:11:07 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.8.7/8.8.7) with ESMTP id VAA02899; Sun, 26 Dec 1999 21:10:26 +0600 Date: Sun, 26 Dec 1999 21:10:26 +0600 (NOVT) From: "Alexey N. Dokuchaev" To: Mark Ovens Cc: Jonathon McKitrick , freebsd-questions@FreeBSD.ORG Subject: Re: mozilla 12 In-Reply-To: <19991226131707.A327@marder-1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Assuming that you've d/l mozilla-M12-FreBSD3x.tar.gz and unpacked it > in /usr/tmp, try: > > # cd /usr/tmp/package > # ./run-mozilla.sh ./mozilla > > The run-mozilla.sh sets up a local environment which allows you to run > M12 without having to install it and risk screwing your existing setup. > HTH Hi! Could someone provide me with url to mozilla.tar.gz so I can just say wget -b -t 0 url Thx. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 7:22:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mbox01-rm.flashnet.it (mbox1.flashnet.it [194.247.160.2]) by hub.freebsd.org (Postfix) with ESMTP id D17E214EC5 for ; Sun, 26 Dec 1999 07:22:49 -0800 (PST) (envelope-from a.ventu@flashnet.it) Received: from xanatar.ventu (ip119.pool-10.flashnet.it [195.191.10.120]) by mbox01-rm.flashnet.it (8.9.3/8.9.3) with SMTP id QAA24345; Sun, 26 Dec 1999 16:22:24 +0100 Message-Id: <199912261522.QAA24345@mbox01-rm.flashnet.it> Date: Sun, 26 Dec 1999 16:23:01 GMT From: Andrea Venturoli Reply-To: Andrea Venturoli To: "Jeff Palmer" , freebsd-questions@FreeBSD.ORG X-Mailer: J Street Mailer (build 98.6.3) Subject: Re: Sportster ISDN 128k TA Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ** Reply to message from "Jeff Palmer" on Fri, 24 Dec 1999 22:22:17 -0500 > I have looked through /usr/src/sys/i386/conf/LINT and see that there > is support > for my sportster 128 TA (isa) I have an ELSA QuickStep 1000pro ISA and I had the same problem, putting the followin in my kernel config file allowed me to compile it. options "ELSA_QS1ISA" device isic0 at isa? port ? irq ? vector isicintr pseudo-device "i4bq921" pseudo-device "i4bq931" pseudo-device "i4b" pseudo-device "i4btrc" 4 pseudo-device "i4bctl" pseudo-device "i4brbch" 4 pseudo-device "i4btel" 2 pseudo-device "i4bipr" 4 options IPR_VJ pseudo-device "i4bisppp" 4 I'm not saying you'll need it all, but I was in a hurry, so I just put everything in. BTW, I have had some problems afterwards, and I'm not yet able to use my ISDN card. Please let me know how it works for you. Bye av. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 7:39: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pc759.cs.msu.su (pc759.cs.msu.su [158.250.10.223]) by hub.freebsd.org (Postfix) with ESMTP id 4151014EC5 for ; Sun, 26 Dec 1999 07:38:54 -0800 (PST) (envelope-from der@pc759.cs.msu.su) Received: from pc759.cs.msu.su (uucp@localhost) by pc759.cs.msu.su (8.9.3/8.9.3) with UUCP id SAA56205; Sun, 26 Dec 1999 18:38:42 +0300 (MSK) (envelope-from der@pc759.cs.msu.su) Received: from localhost (der@localhost) by gateway.my.home (8.8.8/8.8.8) with ESMTP id SAA12583; Sun, 26 Dec 1999 18:30:25 +0300 (MSK) (envelope-from der@pc759.cs.msu.su) X-Authentication-Warning: gateway.my.home: der owned process doing -bs Date: Sun, 26 Dec 1999 18:30:24 +0300 (MSK) From: der X-Sender: der@localhost To: Mark Jacobs Cc: pc759!FreeBSD.ORG!freebsd-questions@pc759.cs.msu.su Subject: Re: Sendmail at startup In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 25 Dec 1999, it was written: >Is there anyway to force sendmail not to cause a dialup connection at >bootup time? I just enabled automatic startup of PPP in rc.conf and the >boot process hangs until a connection is made. Exactly my case - but i put ppp -auto AFTER sendmail start... and it hangs for a while. The solution is - put the name of you local host in /etc/hosts, to escape DNS lookup. P.S. Such cases easily can be examinated via ktrace utility. --------------- Alex Derevyanko. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 7:48:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 8662914E7D for ; Sun, 26 Dec 1999 07:48:37 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 1780 invoked from network); 26 Dec 1999 15:48:34 -0000 Received: from usercp72.uk.uudial.com (HELO marder-1.) (62.188.156.101) by smtp.dial.pipex.com with SMTP; 26 Dec 1999 15:48:34 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id PAA18711; Sun, 26 Dec 1999 15:48:22 GMT (envelope-from mark) Date: Sun, 26 Dec 1999 15:48:22 +0000 From: Mark Ovens To: aunty Cc: freebsd-questions@freebsd.org Subject: Re: shell quoting problem? Message-ID: <19991226154822.C327@marder-1> References: <19991227014716.D17780@comcen.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991227014716.D17780@comcen.com.au> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 27, 1999 at 01:47:16AM +1100, aunty wrote: > After setting some variables in a bourne shell script, I want it > to run a command like > finger @nas1 | egrep "Host|tom|dick|harry" > where nas1, tom, dick, and harry are expanded from variables. > > I can see _why_ things like this don't work > finger \@${serv} | egrep \"Host${pipes-and-names}\" > but can't figure out how to get all those quotes and pipes behaving. > > Is there a way to do this or must I resort to perl? > Not quite sure exactly what you are trying to do here, but whenever I use egrep(1) I always use ``()'' thus: # finger @nas1 | egrep '(tom|dick|harry)' Does this help at all? Merry Xmas. > -- > > Regards, > -*Sue*- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 7:49:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web1.allunix.com (17.93.ng.netgatepool.quiknet.com [207.231.93.17]) by hub.freebsd.org (Postfix) with ESMTP id 0A87714D3D; Sun, 26 Dec 1999 07:49:10 -0800 (PST) (envelope-from david@allunix.com) Received: from windoze (windoze.allunix.com [192.168.3.3]) by web1.allunix.com (8.9.3/8.9.3) with SMTP id IAA01569; Sun, 26 Dec 1999 08:55:19 -0800 (PST) (envelope-from david@allunix.com) Message-Id: <199912261655.IAA01569@web1.allunix.com> From: david@allunix.com To: questions@freebsd.org Date: Thu, 6 Jan 2000 07:51:59 -0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: KDE Cc: ports@freebsd.org X-mailer: Pegasus Mail for Win32 (v3.11) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Could someone point me in the right direction as to how to go about building KDE 1.1.2 without using the ports collection. I am able to build KDE on linux without any problems. What patches if any are being applied to KDE prior to building? There has been talk on the KDE lists about not using the QT port to FreeBSD to build KDE? I am using 3-stable, qt -1.45 and kde 1.1.2 Please CC a reply to me direct as I do not belong to freebsd- questions. Thank you, Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 7:49:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id B54EF14DC4 for ; Sun, 26 Dec 1999 07:49:49 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 3078 invoked from network); 26 Dec 1999 15:49:47 -0000 Received: from usercp72.uk.uudial.com (HELO marder-1.) (62.188.156.101) by smtp.dial.pipex.com with SMTP; 26 Dec 1999 15:49:47 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id PAA18728; Sun, 26 Dec 1999 15:49:37 GMT (envelope-from mark) Date: Sun, 26 Dec 1999 15:49:37 +0000 From: Mark Ovens To: "Alexey N. Dokuchaev" Cc: Jonathon McKitrick , freebsd-questions@FreeBSD.ORG Subject: Re: mozilla 12 Message-ID: <19991226154937.D327@marder-1> References: <19991226131707.A327@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 26, 1999 at 09:10:26PM +0600, Alexey N. Dokuchaev wrote: > > Assuming that you've d/l mozilla-M12-FreBSD3x.tar.gz and unpacked it > > in /usr/tmp, try: > > > > # cd /usr/tmp/package > > # ./run-mozilla.sh ./mozilla > > > > The run-mozilla.sh sets up a local environment which allows you to run > > M12 without having to install it and risk screwing your existing setup. > > HTH > > Hi! > > Could someone provide me with url to mozilla.tar.gz so I can just say > ftp://ftp.mozilla.org/pub/mozilla/releases/m12/mozilla-M12-FreBSD3x.tar.gz is what you require. Merry Xmas. > wget -b -t 0 url > > Thx. > > ./danfe > > -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 7:54:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 08B3615220 for ; Sun, 26 Dec 1999 07:54:48 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 2038 invoked from network); 26 Dec 1999 15:54:42 -0000 Received: from usercp72.uk.uudial.com (HELO marder-1.) (62.188.156.101) by smtp.dial.pipex.com with SMTP; 26 Dec 1999 15:54:42 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id PAA18786; Sun, 26 Dec 1999 15:54:32 GMT (envelope-from mark) Date: Sun, 26 Dec 1999 15:54:32 +0000 From: Mark Ovens To: david@allunix.com Cc: questions@freebsd.org, ports@freebsd.org Subject: Re: KDE Message-ID: <19991226155432.E327@marder-1> References: <199912261655.IAA01569@web1.allunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <199912261655.IAA01569@web1.allunix.com> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 06, 2000 at 07:51:59AM -0800, david@allunix.com wrote: > Could someone point me in the right direction as to how to go > about building KDE 1.1.2 without using the ports collection. > Try the packages ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/kde/ kde-1.1.2.tgz is the meta-port that installs the whole shooting-match HTH Merry Xmas > I am able to build KDE on linux without any problems. What > patches if any are being applied to KDE prior to building? > > There has been talk on the KDE lists about not using the QT port > to FreeBSD to build KDE? > > I am using 3-stable, qt -1.45 and kde 1.1.2 > > Please CC a reply to me direct as I do not belong to freebsd- > questions. > > Thank you, > Dave > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 8: 7:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web1.allunix.com (17.93.ng.netgatepool.quiknet.com [207.231.93.17]) by hub.freebsd.org (Postfix) with ESMTP id 950E1150FD; Sun, 26 Dec 1999 08:07:43 -0800 (PST) (envelope-from david@allunix.com) Received: from windoze (windoze.allunix.com [192.168.3.3]) by web1.allunix.com (8.9.3/8.9.3) with SMTP id JAA01598; Sun, 26 Dec 1999 09:12:40 -0800 (PST) (envelope-from david@allunix.com) Message-Id: <199912261712.JAA01598@web1.allunix.com> From: david@allunix.com To: Mark Ovens Date: Thu, 6 Jan 2000 08:09:21 -0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: KDE Cc: questions@freebsd.org, ports@freebsd.org In-reply-to: <19991226155432.E327@marder-1> References: <199912261655.IAA01569@web1.allunix.com> X-mailer: Pegasus Mail for Win32 (v3.11) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the prompt reply. Is there a way to install the packages using a user defined prefix such as /opt/kde ? I can build using the ports collection, but getting it to install where I want is another issue. On 26 Dec 99, at 15:54, Mark Ovens wrote: > On Thu, Jan 06, 2000 at 07:51:59AM -0800, david@allunix.com wrote: > > Could someone point me in the right direction as to how to go > > about building KDE 1.1.2 without using the ports collection. > > > > Try the packages > > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/kde/ > > kde-1.1.2.tgz is the meta-port that installs the whole shooting-match > > HTH > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 8:25: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sblake.comcen.com.au (sblake.comcen.com.au [203.23.236.144]) by hub.freebsd.org (Postfix) with ESMTP id 01C9F14A1E for ; Sun, 26 Dec 1999 08:25:00 -0800 (PST) (envelope-from aunty@sblake.comcen.com.au) Received: (from aunty@localhost) by sblake.comcen.com.au (8.9.3/8.9.3) id DAA31869; Mon, 27 Dec 1999 03:24:24 +1100 (EST) (envelope-from aunty) Date: Mon, 27 Dec 1999 03:24:24 +1100 From: aunty To: Mark Ovens Cc: freebsd-questions@FreeBSD.ORG Subject: Re: shell quoting problem? Message-ID: <19991227032424.E17780@comcen.com.au> References: <19991227014716.D17780@comcen.com.au> <19991226154822.C327@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991226154822.C327@marder-1> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Dec 26, 1999 at 03:48:22PM +0000, Mark Ovens wrote: > On Mon, Dec 27, 1999 at 01:47:16AM +1100, aunty wrote: > > After setting some variables in a bourne shell script, I want it > > to run a command like > > finger @nas1 | egrep "Host|tom|dick|harry" > > where nas1, tom, dick, and harry are expanded from variables. > > > > I can see _why_ things like this don't work > > finger \@${serv} | egrep \"Host${pipes-and-names}\" > > but can't figure out how to get all those quotes and pipes behaving. > > > > Is there a way to do this or must I resort to perl? > > > > Not quite sure exactly what you are trying to do here, If you go finger @host.domain.com you get a list of users online (usually forbidden these days). I'm grepping that list for particular people's names. These names and the host name are all generated from a script. > but whenever I use egrep(1) I always use ``()'' thus: > > # finger @nas1 | egrep '(tom|dick|harry)' > > Does this help at all? Yes thanks, that's a big improvement for the right hand side. Now it echoes fine from the script but I get no output from the command, probably the fault of that pesky pipe in the middle. > Merry Xmas. Ooooooh, yeah I forgot :-) We've just finished Boxing Day here. Merry whatever you're celebrating! -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 8:44:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id 5A18A14FD9 for ; Sun, 26 Dec 1999 08:44:56 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 5259 invoked from network); 26 Dec 1999 16:44:54 -0000 Received: from userbo01.uk.uudial.com (HELO marder-1.) (62.188.145.151) by smtp.dial.pipex.com with SMTP; 26 Dec 1999 16:44:54 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id QAA19190; Sun, 26 Dec 1999 16:44:46 GMT (envelope-from mark) Date: Sun, 26 Dec 1999 16:44:45 +0000 From: Mark Ovens To: aunty Cc: freebsd-questions@FreeBSD.ORG Subject: Re: shell quoting problem? Message-ID: <19991226164445.F327@marder-1> References: <19991227014716.D17780@comcen.com.au> <19991226154822.C327@marder-1> <19991227032424.E17780@comcen.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991227032424.E17780@comcen.com.au> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 27, 1999 at 03:24:24AM +1100, aunty wrote: > On Sun, Dec 26, 1999 at 03:48:22PM +0000, Mark Ovens wrote: > > On Mon, Dec 27, 1999 at 01:47:16AM +1100, aunty wrote: > > > After setting some variables in a bourne shell script, I want it > > > to run a command like > > > finger @nas1 | egrep "Host|tom|dick|harry" > > > where nas1, tom, dick, and harry are expanded from variables. > > > > > > I can see _why_ things like this don't work > > > finger \@${serv} | egrep \"Host${pipes-and-names}\" > > > but can't figure out how to get all those quotes and pipes behaving. > > > > > > Is there a way to do this or must I resort to perl? > > > > > > > Not quite sure exactly what you are trying to do here, > > If you go > finger @host.domain.com > you get a list of users online (usually forbidden these days). > I'm grepping that list for particular people's names. > These names and the host name are all generated from a script. > > > but whenever I use egrep(1) I always use ``()'' thus: > > > > # finger @nas1 | egrep '(tom|dick|harry)' > > > > Does this help at all? > > Yes thanks, that's a big improvement for the right hand side. > > Now it echoes fine from the script but I get no output from the > command, probably the fault of that pesky pipe in the middle. > You mean like this: marder-1# cat > xxx #!/bin/sh finger ${1}@ukug.uk.freebsd.org | egrep "(${1}|${2})" ^D marder-1# chmod 777 xxx marder-1# ./xxx mark fred Login: mark Name: Mark Ovens Directory: /home/dogma/mark Shell: /usr/local/bin/bash Login: markg Name: Mark A. Gutierrez Directory: /home/dogma/markg Shell: /usr/local/bin/tcsh marder-1# If you're using ``${var} etc. than you need to use double quotes or the vars don't get expanded. HTH > > Merry Xmas. > > Ooooooh, yeah I forgot :-) We've just finished Boxing Day here. > Merry whatever you're celebrating! > Boxing Day evening. > > -- > > Regards, > -*Sue*- > -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 8:47:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 832DC14C0A for ; Sun, 26 Dec 1999 08:47:11 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 4061 invoked from network); 26 Dec 1999 16:47:09 -0000 Received: from userbo01.uk.uudial.com (HELO marder-1.) (62.188.145.151) by smtp.dial.pipex.com with SMTP; 26 Dec 1999 16:47:09 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id QAA19213; Sun, 26 Dec 1999 16:47:01 GMT (envelope-from mark) Date: Sun, 26 Dec 1999 16:47:01 +0000 From: Mark Ovens To: david@allunix.com Cc: questions@freebsd.org, ports@freebsd.org Subject: Re: KDE Message-ID: <19991226164701.G327@marder-1> References: <199912261655.IAA01569@web1.allunix.com> <19991226155432.E327@marder-1> <199912261712.JAA01598@web1.allunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <199912261712.JAA01598@web1.allunix.com> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 06, 2000 at 08:09:21AM -0800, david@allunix.com wrote: > Thanks for the prompt reply. Is there a way to install the packages > using a user defined prefix such as /opt/kde ? I can build using the > ports collection, but getting it to install where I want is another > issue. > ``pkg_add -p'' is what you want, I think. man pkg_add should explain it. Note that you'll have to use pkg_add(1) directly rather than /stand/sysinstall. HTH Seasons Greetings. > On 26 Dec 99, at 15:54, Mark Ovens wrote: > > > On Thu, Jan 06, 2000 at 07:51:59AM -0800, david@allunix.com wrote: > > > Could someone point me in the right direction as to how to go > > > about building KDE 1.1.2 without using the ports collection. > > > > > > > Try the packages > > > > > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/kde/ > > > > kde-1.1.2.tgz is the meta-port that installs the whole shooting-match > > > > HTH > > > -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 8:51:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f58.law4.hotmail.com [216.33.149.58]) by hub.freebsd.org (Postfix) with SMTP id E225214C13 for ; Sun, 26 Dec 1999 08:51:43 -0800 (PST) (envelope-from flightrecorder@hotmail.com) Received: (qmail 45355 invoked by uid 0); 26 Dec 1999 16:51:43 -0000 Message-ID: <19991226165143.45354.qmail@hotmail.com> Received: from 209.0.207.62 by www.hotmail.com with HTTP; Sun, 26 Dec 1999 08:51:43 PST X-Originating-IP: [209.0.207.62] From: "jacob martinson" To: freebsd-questions@freebsd.org Subject: Session level load balancing - RFC 2391 Date: Sun, 26 Dec 1999 10:51:43 CST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, I am trying to find a software solution that will provide session-level load balancing over a (sometimes) dynamic pool of similar servers, i.e. redirect an incoming tcp session to one host out of the pool. The main goals are redundancy and increased load capacity. RFC 2391 "Load Sharing using IP Network Address Translation (LSNAT)" has a good description of the idea. I've got about 150G of information (and growing rapidly) to publish that will live on a raid-5, which we are planning to share to the cluster over NFS on a 100base lan. ------ 100baseT/NFS | raid |--------------------------- ------ | | | | | | -- -- -- |w1| |w2| |w3| -- -- -- | | | | | | ------------------------------- | | -------- | load.b | -------- | | Inet We would initially be using it for balancing http sessions among web servers, but may want to use it for other protocols as well. I thought I read about fbsd being able to do this through natd, but when I looked at the man page for it, I didn't see anything like that. I read about Engelschall's mod_rproxy, but was hoping to find something that operated at the session level, so it wouldn't be protocol specific. Any insights/links/suggestions would be greatly appreciated! Thanks! Jacob ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 9:45: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from green.excel.net (excel.net [156.46.156.2]) by hub.freebsd.org (Postfix) with ESMTP id BACBB15063; Sun, 26 Dec 1999 09:44:56 -0800 (PST) (envelope-from kevin@tarvalon.net) Received: from fdl0042.excel.net (kevin@fdl0042.excel.net [156.46.102.170]) by green.excel.net (8.9.3/8.9.3) with ESMTP id LAA16112; Sun, 26 Dec 1999 11:44:50 -0600 (CST) Date: Sun, 26 Dec 1999 11:44:48 -0600 (CST) From: Kevin Entringer To: questions@freebsd.org Cc: stable@freebsd.org Subject: Re: X11 (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the suggestion. I suspect that this was the problem, however X is still not working. The following no happens: Dec 26 11:29:13 discord login: ROOT LOGIN (root) ON ttyv3 Dec 26 11:29:14 discord Xwrapper: unable to dlopen(/usr/lib/pam_unix.so) Dec 26 11:29:14 discord Xwrapper: [dlerror: /usr/lib/pam_unix.so: Undefined symb ol "crypt"] Dec 26 11:29:14 discord Xwrapper: adding faulty module: /usr/lib/pam_unix.so Regards, Kevin On Sun, 26 Dec 1999, Cy Schubert - ITSD Open Systems Group wrote: > In message , Kevi > n Entringer writes: > > I just did a make world to 3.4-STABLE. Now I'm having problems with > > X11, version 3.3.5. Whenever I try to start it I get the following: > > > > kevin@discord:/home/kevin# startx > > > > Authentication failed - cannot start X server. > > Perhaps you do not have console ownership? > > xinit: unexpected signal 2 > > > > In /var/log/messages it says the following: > > > > Dec 26 04:45:53 discord Xwrapper: no modules loaded for `xserver' service > > Dec 26 04:46:08 discord Xwrapper: no modules loaded for `xserver' service > > Dec 26 04:46:16 discord su: kevin to root on /dev/ttyv4 > > Dec 26 04:46:18 discord Xwrapper: no modules loaded for `xserver' service > > > > I've got no idea how to fix this. Any suggestions would be appreciated. > > > > Please cc any replies directly to me. > > I did not see this problem when I was testing 3.3-STABLE and nor did I > see it when I upgraded to 3.4-RELEASE. I did however see this problem > when I upgraded from the previous port of XF86 3.3.5 to the current > port of XF86 3.3.5 which now supports PAM. > > What you are seeing are PAM messages for modules that have not been > loaded. To have PAM load the required modules, add the following to > your pam.conf: > > # If we don't match anything else, default to using getpwnam(). > other auth required pam_unix.so try_first_pass > other account required pam_unix.so try_first_pass > > > Regards, Phone: (250)387-8437 > Cy Schubert Fax: (250)387-5766 > Sun/DEC Team, UNIX Group Internet: Cy.Schubert@uumail.gov.bc.ca > ITSD > Province of BC > "e**(i*pi)+1=0" > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 9:53:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netcom.com (netcom17.netcom.com [199.183.9.117]) by hub.freebsd.org (Postfix) with ESMTP id DE6AB14DF8 for ; Sun, 26 Dec 1999 09:53:26 -0800 (PST) (envelope-from stanb@netcom.com) Received: (from stanb@localhost) by netcom.com (8.9.3/8.9.3) id JAA15800 for freebsd-questions@freebsd.org; Sun, 26 Dec 1999 09:53:25 -0800 (PST) From: Stan Brown Message-Id: <199912261753.JAA15800@netcom.com> Subject: How to I tell nfsd that /etc/exports has changed? To: freebsd-questions@freebsd.org (Free BSD Questions list) Date: Sun, 26 Dec 1999 12:53:25 -0500 (EST) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After Icahnge /etc/exports, how do I make the chnages take effect, short of rebooting? -- Stan Brown stanb@netcom.com 404-996-6955 Factory Automation Systems Atlanta Ga. -- Look, look, see Windows 95. Buy, lemmings, buy! Pay no attention to that cliff ahead... Henry Spencer (c) 1998 Stan Brown. Redistribution via the Microsoft Network is prohibited. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 10: 8:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from afcon.net (afcon.afcon.net [209.26.60.2]) by hub.freebsd.org (Postfix) with ESMTP id 930E114ECF for ; Sun, 26 Dec 1999 10:08:35 -0800 (PST) (envelope-from scorpio@sunline.net) Received: from jeff (afcon-dyn46.afcon.net [209.26.60.46]) by afcon.net (8.9.3/8.9.3) with SMTP id NAA31057; Sun, 26 Dec 1999 13:08:07 -0500 Message-ID: <003f01bf4fcc$391ba920$2e3c1ad1@jeff> From: "Jeff Palmer" To: "Andrea Venturoli" , Subject: Re: Sportster ISDN 128k TA Date: Sun, 26 Dec 1999 13:08:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andrea, I really appreciate your help. It did indeed let me compile a kernel with isdn support. you asked me to let you know how it worked, so heres what is going on now... Windows claims my TA is on IRQ 5 IO 0x200, I build the kernel to suit, but when I boot Fbsd (3.4-stable) it says: isic0: not found at 0x200 (I've also tried 0x320 and 0x340) when I figure out the IO range, I'll let you know. Jeff Palmer scorpio@sunline.net -----Original Message----- From: Andrea Venturoli To: Jeff Palmer ; freebsd-questions@FreeBSD.ORG Date: Sunday, December 26, 1999 10:20 AM Subject: Re: Sportster ISDN 128k TA >** Reply to message from "Jeff Palmer" on Fri, 24 Dec >1999 22:22:17 -0500 > >> I have looked through /usr/src/sys/i386/conf/LINT and see that there >> is support >> for my sportster 128 TA (isa) > >I have an ELSA QuickStep 1000pro ISA and I had the same problem, putting the >followin in my kernel config file allowed me to compile it. > >options "ELSA_QS1ISA" >device isic0 at isa? port ? irq ? vector isicintr >pseudo-device "i4bq921" >pseudo-device "i4bq931" >pseudo-device "i4b" >pseudo-device "i4btrc" 4 >pseudo-device "i4bctl" >pseudo-device "i4brbch" 4 >pseudo-device "i4btel" 2 >pseudo-device "i4bipr" 4 >options IPR_VJ >pseudo-device "i4bisppp" 4 > >I'm not saying you'll need it all, but I was in a hurry, so I just put >everything in. > >BTW, I have had some problems afterwards, and I'm not yet able to use my ISDN >card. Please let me know how it works for you. > > Bye > av. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 10:34: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.wirehub.nl (smtp.wirehub.nl [195.86.25.80]) by hub.freebsd.org (Postfix) with ESMTP id 72FCF14BFE for ; Sun, 26 Dec 1999 10:34:02 -0800 (PST) (envelope-from Ben.Grimm@wirehub.net) Received: from bigben.wirehub.net (bigben.wirehub.net [195.86.114.90]) by smtp.wirehub.nl (8.9.3/8.9.3) with SMTP id TAA23194; Sun, 26 Dec 1999 19:33:56 +0100 (CET) From: "Ben C. O. Grimm" To: Joseph Wright Cc: freebsd-questions@freebsd.org Subject: Re: make world /etc update Date: Sun, 26 Dec 1999 19:33:55 +0100 Organization: Wirehub! Internet Engineering Message-ID: References: <19991224.21204000@mammalia.sea> <87ln6k6n1x.fsf@main.wgaf.net> <19991225.21194000@mammalia.sea> <87iu1msn5j.fsf@main.wgaf.net> <19991226.7381500@mammalia.sea.newsgate.clinet.fi> In-Reply-To: <19991226.7381500@mammalia.sea.newsgate.clinet.fi> X-Mailer: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 26 Dec 1999 09:41:16 +0200, Joseph Wright wrote: > I decided to update the source again and 'make world' again, so I > could start the whole project over from scratch. Before dropping into > single user mode to rebuild the system, I did 'rm -rf /usr/obj/'. > This is supposed to make the 'make world' speed up somewhat. Funny > thing was, it won't allow me to remove some of the directories under > /usr/obj/. Again: look at http://www.nothing-going-on.demon.co.uk/FreeBSD/make-world/make-world.html for a step-by-step installation guide. The problem you're running into is described there. -- - Ben C. O. Grimm ----------------- Ben.Grimm@wirehub.net - - Wirehub! Internet Engineering - http://www.wirehub.net/ - - Wirehub! Backbone --- http://doema.wirehub.net/wirehub/ - - Private Ponderings ------- http://libertas.wirehub.net/ - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 11:19:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from flathead.gate.net (flathead.gate.net [198.206.134.5]) by hub.freebsd.org (Postfix) with ESMTP id D450614CFF for ; Sun, 26 Dec 1999 11:18:41 -0800 (PST) (envelope-from jacobsm@gate.net) Received: from gate.net (tstpa3-70.gate.net [207.36.133.70]) by flathead.gate.net (AIX4.3/8.9.3/8.9.3) with ESMTP id OAA17836 for ; Sun, 26 Dec 1999 14:17:47 -0500 Message-ID: <38666A08.8C14BA71@gate.net> Date: Sun, 26 Dec 1999 14:18:32 -0500 From: Mark Jacobs X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Sendmail at startup Content-Type: multipart/alternative; boundary="------------FAAD4F1CD0B95D29BE87DC24" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------FAAD4F1CD0B95D29BE87DC24 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > Exactly my case - but i put ppp -auto AFTER sendmail start... and it hangs for > a while. The solution is - put the name of you local host in /etc/hosts, to > escape DNS lookup. > > P.S. Such cases easily can be examinated via ktrace utility. > --------------- > Alex Derevyanko. > > I have the following in my /etc/hosts file 127.0.0.1 localhost main.jacobs.household everything else is comments. I am running a caching only DNS. Mark Jacobs --------------FAAD4F1CD0B95D29BE87DC24 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit
Exactly my case - but i put ppp -auto AFTER sendmail start... and it hangs for
a while. The solution is - put the name of you local host in /etc/hosts, to
escape DNS lookup.

P.S. Such cases easily can be examinated via ktrace utility.
---------------
Alex Derevyanko.


I have the following in my /etc/hosts file

127.0.0.1             localhost     main.jacobs.household

everything else is comments.

I am running a caching only DNS.

Mark Jacobs --------------FAAD4F1CD0B95D29BE87DC24-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 12:35:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 109E914E54 for ; Sun, 26 Dec 1999 12:35:40 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id VAA11339 for freebsd-questions@FreeBSD.ORG; Sun, 26 Dec 1999 21:35:39 +0100 (CET) (envelope-from olli) Date: Sun, 26 Dec 1999 21:35:39 +0100 (CET) From: Oliver Fromme Message-Id: <199912262035.VAA11339@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: How to I tell nfsd that /etc/exports has changed? Organization: Administration TU Clausthal Reply-To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stan Brown wrote in list.freebsd-questions you wrote (26 Dec 1999 18:54:16 +0100): > After Icahnge /etc/exports, how do I make the chnages take effect, > short of rebooting? nfsd doesn't care about your exports at all. It's mountd that has to be notified about changes in your /etc/exports: kill -HUP $(cat /var/run/mountd.pid) After that, you should do "tail /var/log/messages" to see whether there were any problems with your /etc/exports file. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 13: 8:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id CE90D14FBE for ; Sun, 26 Dec 1999 13:08:49 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id WAA12707 for freebsd-questions@FreeBSD.ORG; Sun, 26 Dec 1999 22:08:48 +0100 (CET) (envelope-from olli) Date: Sun, 26 Dec 1999 22:08:48 +0100 (CET) From: Oliver Fromme Message-Id: <199912262108.WAA12707@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: shell quoting problem? Organization: Administration TU Clausthal Reply-To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG aunty@comcen.com.au wrote in list.freebsd-questions: > After setting some variables in a bourne shell script, I want it > to run a command like > finger @nas1 | egrep "Host|tom|dick|harry" > where nas1, tom, dick, and harry are expanded from variables. > > I can see _why_ things like this don't work > finger \@${serv} | egrep \"Host${pipes-and-names}\" > but can't figure out how to get all those quotes and pipes behaving. You don't have to escape the "at" sign or the doublequotes. Something like this works fine as a shell script: #!/bin/sh - serv=nas1 pipes_and_names="|tom|dick|harry" finger @${serv} | egrep "Host${pipes_and_names}" The braces are not necessary in this case, because it is clear where the variable names end. Braces around them are only required when the names are followed by characters that might belong to the variable reference (letters, digits, underscore), or when one of the expansion modifiers is used (for example ${foo:-bar} to insert a default value). Of course, the braces never hurt. You can always use them, just to be safe. In fact, in this case the doublequotes in the egrep command are not necessary either (but they don't hurt either), because the argument does not contain any whitespace. Shell quoting can be a bit tricky if you're not familiar with it. Single quotes can be used to escape the special meaning of _all_ characters, except single quotes themselves (obviously). This means that variable names in single quotes ('$foo') are not expanded. Double quotes escape everything _except_ double quotes, dollar signs (for variable expansion), backslashes and backticks (`) (for command substitution). Inside double quotes, backslashes can be used to escape the special meaning of those characters. Outside of quotes, backslashes can be used to escape all special characters. It is important to know that the shell expands variables first, and _then_ it performs whitespace splitting (tokenizing). That means that you have to use double quotes if you want to use a variable within a single argument that might contain whitespace (spaces, tabs, newlines): VAR="foo bar" ... | grep $VAR --> grep foo bar ... | grep "$VAR" --> grep "foo bar" ... | grep '$VAR' --> grep '$VAR' When you escape the doublequotes with backslashes like this: egrep \"$VAR\" then the double quotes will lose their special meaning and will be given to the egrep command as-is. Thus, the string itself is not quoted, so this also means that whitespace splitting _will_ happen on the string (after expanding any variables). I.e. if $VAR is defined as above, then the first argument to egrep will be "foo and the second argument will be bar" including the doublequotes. This would make egrep search for a file called ``bar"'' and find all occurences of ``"foo'' in it. This is probably not what you want. > Is there a way to do this or must I resort to perl? There's certainly no reason to use perl. In perl, quoting can be even more difficult. :-) The bourne shell only has few rules for quoting and variable expansion. Once you know how they interact with each other, it's not that difficult anymore. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 13:19:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 1B6C214BE4 for ; Sun, 26 Dec 1999 13:19:47 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id WAA13056 for freebsd-questions@FreeBSD.ORG; Sun, 26 Dec 1999 22:19:46 +0100 (CET) (envelope-from olli) Date: Sun, 26 Dec 1999 22:19:46 +0100 (CET) From: Oliver Fromme Message-Id: <199912262119.WAA13056@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: cons25 && (midc, /stand/sysinstall, etc) Organization: Administration TU Clausthal Reply-To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Duke Normandin wrote in list.freebsd-questions: > TERM=cons25 > vidcontrol -b lightblue -c destructive -m on 80x25 white blue > > 2 problems: > a. midc & /stand/sysinstall come up in color, except the borders around > every "window" are only "chars", i.e. "garbage" What font are you using? If it's a Latin1 font (ISO 8859-1), then you should use TERM=cons25l1, not cons25. The easiest way to accomplish this is to replace "cons25" by "cons25l1" in your /etc/ttys file (type "kill -HUP 1" to let the change take effect without having to reboot). The log out and log in, and your TERM should be set correctly. > b. when I exit midc & /stand/sysinstall my screen is back to the default > white on black. Sorry, can't help you about this one. I'm not using colors at all. In my opinion, a real UNIX console is not supposed to have colors. :-) > Mail archives indicated that these (and others, I suppose) apps. reset > the console but did not offer much of a solution. Would a simple shell > script that ran midc (for example) and did the vidcontrol thing as above > work? Probably. #!/bin/sh - midc "$@" vidcontrol ... [whatever] Save the above as /usr/local/bin/mc, chmod 755 it, and you should be done. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 14: 0:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tardis.mx.com.au (tardis.mx.com.au [203.34.34.73]) by hub.freebsd.org (Postfix) with ESMTP id C603914E05 for ; Sun, 26 Dec 1999 14:00:38 -0800 (PST) (envelope-from justin@tardis.mx.com.au) Received: from localhost (justin@localhost) by gw.tardis.mx.com.au (8.9.3/8.9.3) with ESMTP id CAA01163 for ; Mon, 27 Dec 1999 02:06:16 +1030 (CST) (envelope-from justin@tardis.mx.com.au) Date: Mon, 27 Dec 1999 02:06:13 +1030 (CST) From: Justin Hawkins To: freebsd-questions@freebsd.org Subject: Basic NIS help needed Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a small network which I am trying to get NIS going on. It's mostly setup OK. On the client I can use ypcat to see the passwd file for instance. I can even use yppasswd to change the password of a user on the server machine, from the client. What I can't do is authenticate local logins via NIS. I understand I need to add +:::::::: to /etc/passwd. But I have tried that - I seem to be doing something wrong. I'm a little confused - if I use 'vipw' to edit /etc/passwd (which I thought I was supposed to) it barfs when trying to exit - not liking the +:::::::: line. If I add it using just 'vi' it doesn't seem to work. Where does master.password come into this? Sorry - I'm a real NIS newbie - I couldn't find anything better than a Linux howto on the net :-( - Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 14:30:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 770E914A2F for ; Sun, 26 Dec 1999 14:30:26 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id QAA79827; Sun, 26 Dec 1999 16:30:22 -0600 (CST) (envelope-from dan) Date: Sun, 26 Dec 1999 16:30:22 -0600 From: Dan Nelson To: Chris Byrnes Cc: questions@FreeBSD.ORG Subject: Re: "yes" Message-ID: <19991226163022.A79675@dan.emsphone.com> References: <199912242005.OAA36145@shell.jeah.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <199912242005.OAA36145@shell.jeah.net>; from "Chris Byrnes" on Fri Dec 24 14:05:35 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Dec 24), Chris Byrnes said: > What is the purpose of the "yes" command? I have not seen anything > useful that uses it. Its purpose is to replace the shell script while : ; do echo "yes" ; done (replace the string "yes" with any constant string you like). It's mainly used to provide input to interactive programs that you want to run from a script, to skip past "are you sure" -type prompts. > I have, however, seen people abuse it.. i.e: "yes poop > > your-drive-is-full" "dd if=/dev/zero of=your-drive-is-full bs=1m" or "cat /dev/zero > bigfile" would be quite a bit more efficient. > It's 700'd root right now, but that's not the point. If you have problems with people filling up filesystems, consider quotas. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 14:31:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id B5C2114C2D for ; Sun, 26 Dec 1999 14:31:54 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from mammalia.sea (ip124.r2.d.bel.nwlink.com [207.202.172.124]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id OAA09593 for ; Sun, 26 Dec 1999 14:31:52 -0800 (PST) From: Joseph Wright Date: Sun, 26 Dec 1999 22:29:06 GMT Message-ID: <19991226.22290600@mammalia.sea> Subject: Re: make world /etc update To: freebsd-questions@FreeBSD.org In-Reply-To: References: <19991224.21204000@mammalia.sea> <87ln6k6n1x.fsf@main.wgaf.net> <19991225.21194000@mammalia.sea> <87iu1msn5j.fsf@main.wgaf.net> <19991226.7381500@mammalia.sea.newsgate.clinet.fi> X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.1; Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I decided to update the source again and 'make world' again, so I > > could start the whole project over from scratch. Before dropping in= to > > single user mode to rebuild the system, I did 'rm -rf /usr/obj/'. > > This is supposed to make the 'make world' speed up somewhat. Funny > > thing was, it won't allow me to remove some of the directories under= > > /usr/obj/. > Again: look at >=20 http://www.nothing-going-on.demon.co.uk/FreeBSD/make-world/make-world.h tml > for a step-by-step installation guide. > The problem you're running into is described there. Well, not really. As I said before, I've got a "phantom" file or=20 directory /usr/obj/usr/src/games/dm/FreeBSD. You can't chflags on a=20 file that doesn't exist. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 14:35:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 74A9A14C57 for ; Sun, 26 Dec 1999 14:35:33 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id QAA79952; Sun, 26 Dec 1999 16:35:19 -0600 (CST) (envelope-from dan) Date: Sun, 26 Dec 1999 16:35:19 -0600 From: Dan Nelson To: Darren Wiebe Cc: aunty , Duke Normandin <01031149@3web.net>, freebsd-questions Subject: Re: Midnight Commander Message-ID: <19991226163519.B79675@dan.emsphone.com> References: <001c01bf4e5a$e9914c60$c39ec5d1@webserver> <19991225103859.A17780@comcen.com.au> <38655D1B.C46AEAE8@heartland.ab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <38655D1B.C46AEAE8@heartland.ab.ca>; from "Darren Wiebe" on Sat Dec 25 17:11:07 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Dec 25), Darren Wiebe said: > > On Fri, Dec 24, 1999 at 02:01:37PM -0800, Duke Normandin wrote: > > > Pkg_add mc??????? installed w/o a hitch, but I something went > > > wrong, cuz I can't man mc or do odie@/# mc. What else needs doing > > > before I can get this beast fired up? TIA > > > > Simple: train your fingers to go 'midc' instead of 'mc' when using > > FreeBSD systems. Apparently we have something else called mc > > already so the name had to be changed in the FreeBSD port :-( > > You could just add a link "man ln" to point mc to midc. It may not > be as correct but it's what I originally did. It took me a bit to > catch on when I switched over from linux too. Which program is > called mc?? I have not used it. I think it's becuase 'mc' is too close to 'mv'. I have midc symlinked to mc, and I accidentally start up mc at least twice a week because I slip when I type 'mv'. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 15: 3:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 7778A14BC3 for ; Sun, 26 Dec 1999 15:03:21 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id AAA16632 for freebsd-questions@FreeBSD.ORG; Mon, 27 Dec 1999 00:03:20 +0100 (CET) (envelope-from olli) Date: Mon, 27 Dec 1999 00:03:20 +0100 (CET) From: Oliver Fromme Message-Id: <199912262303.AAA16632@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: "yes" Organization: Administration TU Clausthal Reply-To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris Byrnes wrote in list.freebsd-questions: > What is the purpose of the "yes" command? I have not seen anything > useful that uses it. > > I have, however, seen people abuse it.. i.e: "yes poop > your-drive-is-full" > > It's 700'd root right now, but that's not the point. You did WHAT?!? Please excuse me for a minute while I roll on the floor laughing... Sorry. Seriously. If you think that /usr/bin/yes is a dangerous utility that can be used to fill your disk, then you should also chmod 700 a lot of other programs on your system, including /bin/cat, /bin/echo, /bin/dd, /bin/sh and almost everything else. Did you even care to add the -s flag to your syslogd? If you didn't, then you have a nice remote disk filling service... ;-) /usr/bin/yes is a tool that can be used to pipe (repetitive) answers into programs that request user input. For example, imagine there's a program ``foo'' which might ask for one or more confirmations during execution ("Input bratwurst contains unexpected kartoffelknödel -- want me to continue [y/n]?"). If you want to use that program in a script, a cron job, a Makefile or anything like that which is non-interactive, you can use /usr/bin/yes to satisfy those confirmations (like "yes | foo"). Regarding your fear of someone filling the disk: you don't even need any external tool for that. The shell is enough (``echo'' is a built-in command of most shells): while :; do echo hühnersuppe >> foobar; done You cannot really 100% prevent this kind of denial-of-service attack, but there are a few points that help: - Partition your disks in such a way that an attack like that cannot do serious damage. That is, put all user-writable directories on separate partitions (home, /tmp, /var/tmp and possibly others). - Use disk quotas ("apropos quota" should get you started). - Create appropriate usage policies. Make it perfectly clear that any abuse and attacks will result in removal of the offending accounts. If a user wants to run a denial-of-service attack against your machine, he/she will probably not do this by creating large files (except if he/she is a completely clueless idiot). If this happens, you can easily see to whom the big files belong, and ``rm'' and ``vipw'' (or ``rmuser'') are your friends. Having said that, I have to add that it is usually relatively trivial for local users (i.e. users with a shell account) to run denial-of-service attacks. Using disk quotas, process limits etc. are ways to reduce the risk, but there's definitely no 100% reliable way (unless you don't care about the box being usable at all). Making /usr/bin/yes inaccessible is certainly not a good way to do it -- It does not improve security, and it might even break some scripts (e.g. some configure scripts check for ``yes'', for whatever reason). Even OpenBSD has a usable /usr/bin/yes. ;-) Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 15:10:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 0B29214F26 for ; Sun, 26 Dec 1999 15:10:56 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id AAA16849 for freebsd-questions@FreeBSD.ORG; Mon, 27 Dec 1999 00:10:54 +0100 (CET) (envelope-from olli) Date: Mon, 27 Dec 1999 00:10:54 +0100 (CET) From: Oliver Fromme Message-Id: <199912262310.AAA16849@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: Midnight Commander Organization: Administration TU Clausthal Reply-To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Nelson wrote in list.freebsd-questions: > I think it's becuase 'mc' is too close to 'mv'. I have midc symlinked > to mc, and I accidentally start up mc at least twice a week because I > slip when I type 'mv'. Yep, happens to me, too. So I made a shell alias mc -> mv (I don't use/have/like Midnight Commander). I also sometimes accidentally type "mf" when I want mv, and then I end up being in TeX's MetaFont... Should make this an alias, too, since I never start MetaFont manually anyway. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 16:28: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tardis.mx.com.au (tardis.mx.com.au [203.34.34.73]) by hub.freebsd.org (Postfix) with ESMTP id CDF0614F23 for ; Sun, 26 Dec 1999 16:28:01 -0800 (PST) (envelope-from justin@tardis.mx.com.au) Received: from localhost (justin@localhost) by tardis.mx.com.au (8.9.3/8.9.3) with ESMTP id KAA03714 for ; Mon, 27 Dec 1999 10:57:56 +1030 (CST) (envelope-from justin@tardis.mx.com.au) Date: Mon, 27 Dec 1999 10:57:54 +1030 (CST) From: Justin Hawkins To: freebsd-questions@FreeBSD.ORG Subject: Re: Basic NIS help needed In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 27 Dec 1999, Justin Hawkins wrote: > to add +:::::::: to /etc/passwd. But I have tried that - I seem to be Boink! That's what you get for copying a Linux howto - there aren't enough colons there :-| All working nicely now. - Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 16:34: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id F31DF1518E for ; Sun, 26 Dec 1999 16:33:57 -0800 (PST) (envelope-from kline@tera.com) Received: from tera.com (athena.sea.tera.com [207.224.230.169]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id QAA00990 for ; Sun, 26 Dec 1999 16:33:56 -0800 (PST) Received: by tera.com (8.8.8+Sun/SMI-SVR4) id QAA29152; Sun, 26 Dec 1999 16:33:55 -0800 (PST) From: kline@tera.com (Gary Kline) Message-Id: <199912270033.QAA29152@tera.com> Subject: ``options TIMEZONE'' To: questions@freebsd.org Date: Sun, 26 Dec 1999 16:33:55 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL23 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Gang, Do we have a way of hardcoding our TZ into the kernel as (I understand) OpenBSD does in the KERNEL config file? option TIMEZONE=+800 would set my time to Pacific Std. Pointers appreciated.... gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 16:42:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.209.130]) by hub.freebsd.org (Postfix) with SMTP id E8E1D15218 for ; Sun, 26 Dec 1999 16:42:47 -0800 (PST) (envelope-from danfe@inet.ssc.nsu.ru) Received: (qmail 20627 invoked from network); 27 Dec 1999 00:42:46 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 27 Dec 1999 00:42:46 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.8.7/8.8.7) with ESMTP id GAA04982 for ; Mon, 27 Dec 1999 06:42:10 +0600 Date: Mon, 27 Dec 1999 06:42:10 +0600 (NOVT) From: "Alexey N. Dokuchaev" To: freebsd-questions@FreeBSD.ORG Subject: Re: How to I tell nfsd that /etc/exports has changed? In-Reply-To: <199912262035.VAA11339@dorifer.heim3.tu-clausthal.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 26 Dec 1999, Oliver Fromme wrote: > Stan Brown wrote in list.freebsd-questions you wrote (26 Dec 1999 18:54:16 +0100): > > After Icahnge /etc/exports, how do I make the chnages take effect, > > short of rebooting? > > nfsd doesn't care about your exports at all. It's mountd that > has to be notified about changes in your /etc/exports: > > kill -HUP $(cat /var/run/mountd.pid) > > After that, you should do "tail /var/log/messages" to see > whether there were any problems with your /etc/exports file. > Well, it seems that I can simply rerun mountd, and it will reread /etc/exports -- just about the same effect as HUPing it. Any confirmations? ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 16:48:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from game.over.net (game.over.net [193.189.189.100]) by hub.freebsd.org (Postfix) with ESMTP id 7EEF315154 for ; Sun, 26 Dec 1999 16:48:53 -0800 (PST) (envelope-from tomaz.borstnar@over.net) Received: from [193.189.182.6] ([193.189.182.6]:64558 "EHLO user") by mail.over.net with ESMTP id ; Mon, 27 Dec 1999 01:48:25 +0100 Message-Id: <4.2.2.19991227014323.00cb75c0@193.189.189.100> X-Yes: No X-Mailer: Easy To Guess Mailer 1999 Date: Mon, 27 Dec 1999 01:48:20 -0100 To: freebsd-questions@FreeBSD.ORG From: Tomaz Borstnar Subject: vinum in FreeBSD 3.4, concat-ed plexes and reviving state Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! Have FreeBSD 3.4 and 2 identical IDE disks - each on their own channel and vinum set for mirroring: Plex var.p0: Size: 2097152000 bytes (2000 MB) Subdisks: 1 State: up Organization: concat Part of volume var Subdisk 0: var.p0.s0 state: up size 2097152000 (2000 MB) offset 0 (0x0) Plex var.p1: Size: 2097152000 bytes (2000 MB) Subdisks: 1 State: faulty Organization: concat Part of volume var Subdisk 0: var.p1.s0 state: reviving size 2097152000 (2000 MB) offset 0 (0x0) Plex usr.p0: Size: 4404019200 bytes (4200 MB) Subdisks: 1 State: up Organization: concat Part of volume usr Subdisk 0: usr.p0.s0 state: up size 4404019200 (4200 MB) offset 0 (0x0) Plex usr.p1: Size: 4404019200 bytes (4200 MB) Subdisks: 1 State: faulty Organization: concat Part of volume usr Subdisk 0: usr.p1.s0 state: reviving size 4404019200 (4200 MB) offset 0 (0x0) Plex home.p0: Size: 2097152000 bytes (2000 MB) Subdisks: 1 State: up Organization: concat Part of volume home Subdisk 0: home.p0.s0 state: up size 2097152000 (2000 MB) offset 0 (0x0) Plex home.p1: Size: 2097152000 bytes (2000 MB) Subdisks: 1 State: faulty Organization: concat Part of volume home Subdisk 0: home.p1.s0 state: reviving size 2097152000 (2000 MB) offset 0 (0x0) Plex net.p0: Size: 4299161600 bytes (4100 MB) Subdisks: 1 State: up Organization: concat Part of volume net Subdisk 0: net.p0.s0 state: up size 4299161600 (4100 MB) offset 0 (0x0) Plex net.p1: Size: 4299161600 bytes (4100 MB) Subdisks: 1 State: faulty Organization: concat Part of volume net Subdisk 0: net.p1.s0 state: reviving size 4299161600 (4100 MB) offset 0 (0x0) ------------- Config: # # Our drives drive disk1 device /dev/wd0s1e drive disk2 device /dev/wd2s1e # volume var plex org concat sd length 2000M drive disk1 plex org concat sd length 2000M drive disk2 # volume usr plex org concat sd length 4200M drive disk1 plex org concat sd length 4200M drive disk2 # volume home plex org concat sd length 2000M drive disk1 plex org concat sd length 2000M drive disk2 # volume net plex org concat sd length 4100M drive disk1 plex org concat sd length 4100M drive disk2 # Well, everything works, but 'vinum l -V' shows that p1 plexes are always in reviving state - even after 2 days! How long does it take to sync the contents? Is this correct setup for raid-1 with identical disks? Thanks in advance. Tomaz ---- Tomaz Borstnar "Love is the answer to the final question you ask" - Unknown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 17:40:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 2E81B14A1E for ; Sun, 26 Dec 1999 17:40:09 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id MAA42286; Mon, 27 Dec 1999 12:09:59 +1030 (CST) Date: Mon, 27 Dec 1999 12:09:59 +1030 From: Greg Lehey To: Tomaz Borstnar Cc: freebsd-questions@FreeBSD.ORG Subject: Re: vinum in FreeBSD 3.4, concat-ed plexes and reviving state Message-ID: <19991227120959.T1316@freebie.lemis.com> References: <4.2.2.19991227014323.00cb75c0@193.189.189.100> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <4.2.2.19991227014323.00cb75c0@193.189.189.100> WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 27 December 1999 at 1:48:20 -0100, Tomaz Borstnar wrote: > Hello! > > Have FreeBSD 3.4 and 2 identical IDE disks - each on their own channel and > vinum set for mirroring: > > Plex var.p0: Size: 2097152000 bytes (2000 MB) [verbose plex config omitted] > ------------- > Config: > > # > # Our drives > drive disk1 device /dev/wd0s1e > drive disk2 device /dev/wd2s1e > # > volume var If you want them to come up immediately, ignoring the obvious fact that the data on the subdisks is not consistent, use the 'setupstate' keyword here: volume var setupstate Read vinum(4) for a longer discussion. > Well, everything works, but 'vinum l -V' shows that p1 plexes are > always in reviving state - even after 2 days! How long does it take > to sync the contents? It would probably take an hour or two. The problem here is that you need to start the revive manually, and the state doesn't change. The l -V output will also show that the revive pointer is set to 0. Maybe I need a better name than 'reviving'. 'needs reviving' might be better, but it looks funny in messages like vinum: var.p0 is needs reviving. If anybody has a good suggestion about how to make this less ambiguous, I'm all ears. > Is this correct setup for raid-1 with identical disks? Looks good enough to me, modulo the setupstate keyword. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 17:44: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by hub.freebsd.org (Postfix) with ESMTP id 2C78F153FE for ; Sun, 26 Dec 1999 17:43:56 -0800 (PST) (envelope-from gmarco@scotty.masternet.it) Received: from suzy (modem16.masternet.it [194.184.65.26]) by scotty.masternet.it (8.9.3/8.9.3) with ESMTP id CAA07938 for ; Mon, 27 Dec 1999 02:43:51 +0100 (CET) (envelope-from gmarco@scotty.masternet.it) Message-Id: <4.2.0.58.19991227024154.015e9b30@194.184.65.4> X-Sender: gmarco@scotty.masternet.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 27 Dec 1999 02:43:03 +0100 To: freebsd-questions@freebsd.org From: Gianmarco Giovannelli Subject: Re: How to I tell nfsd that /etc/exports has changed? In-Reply-To: <199912262035.VAA11339@dorifer.heim3.tu-clausthal.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 26/12/99, Oliver Fromme wrote: >Stan Brown wrote in list.freebsd-questions you wrote (26 Dec 1999 18:54:16 >+0100): > > After Icahnge /etc/exports, how do I make the chnages take effect, > > short of rebooting? > >nfsd doesn't care about your exports at all. It's mountd that >has to be notified about changes in your /etc/exports: > >kill -HUP $(cat /var/run/mountd.pid) killall -HUP mountd should work too... Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 17:50:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kirk.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (Postfix) with ESMTP id D1B5314CAD for ; Sun, 26 Dec 1999 17:50:35 -0800 (PST) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem16.masternet.it [194.184.65.26]) by kirk.giovannelli.it (8.9.3/8.9.3) with ESMTP id CAA06332 for ; Mon, 27 Dec 1999 02:50:28 +0100 (CET) (envelope-from gmarco@giovannelli.it) Message-Id: <4.2.0.58.19991227024437.016a1240@194.184.65.4> X-Sender: gmarco@194.184.65.4 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 27 Dec 1999 02:49:45 +0100 To: questions@freebsd.org From: Gianmarco Giovannelli Subject: moving passwd from Linux to FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have to "convert" a Linux redhat : Red Hat Linux release 5.2 (Apollo): Kernel 2.0.36 on an i686 To a 3.4 FreeBSD box... The passwd is not "shadowed". What I have to do to convert it to a more BSDish form ? (please step by step, if possible :-) Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 18:44:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.pit.adelphia.net (alpha.pit.adelphia.net [24.48.44.2]) by hub.freebsd.org (Postfix) with ESMTP id B5E8714DFF for ; Sun, 26 Dec 1999 18:44:07 -0800 (PST) (envelope-from evstiounin@adelphia.net) Received: from evstiouninadelphia (surf15-162.pit.adelphia.net [24.48.53.162]) by alpha.pit.adelphia.net (8.9.2/8.9.2) with SMTP id VAA04410; Sun, 26 Dec 1999 21:43:37 -0500 (EST) Message-ID: <004901bf5014$71d7cf80$a2353018@evstiouninadelphia.net.pit.adelphia.net> From: "Mikhail Evstiounin" To: "Dan Nelson" , "Darren Wiebe" Cc: "aunty" , "Duke Normandin" <01031149@3web.net>, "freebsd-questions" Subject: Re: Midnight Commander Date: Sun, 26 Dec 1999 21:45:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I believe, "mc" stands for media copy command - at least HP-UX 11.00 has it. -----Original Message----- From: Dan Nelson To: Darren Wiebe Cc: aunty ; Duke Normandin <01031149@3web.net>; freebsd-questions Date: Sunday, December 26, 1999 5:36 PM Subject: Re: Midnight Commander >In the last episode (Dec 25), Darren Wiebe said: >> > On Fri, Dec 24, 1999 at 02:01:37PM -0800, Duke Normandin wrote: >> > > Pkg_add mc??????? installed w/o a hitch, but I something went >> > > wrong, cuz I can't man mc or do odie@/# mc. What else needs doing >> > > before I can get this beast fired up? TIA >> > >> > Simple: train your fingers to go 'midc' instead of 'mc' when using >> > FreeBSD systems. Apparently we have something else called mc >> > already so the name had to be changed in the FreeBSD port :-( >> >> You could just add a link "man ln" to point mc to midc. It may not >> be as correct but it's what I originally did. It took me a bit to >> catch on when I switched over from linux too. Which program is >> called mc?? I have not used it. > >I think it's becuase 'mc' is too close to 'mv'. I have midc symlinked >to mc, and I accidentally start up mc at least twice a week because I >slip when I type 'mv'. > >-- > Dan Nelson > dnelson@emsphone.com > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 19:10:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from posgate.acis.com.au (posgate.acis.com.au [203.14.230.14]) by hub.freebsd.org (Postfix) with ESMTP id 7677414F26 for ; Sun, 26 Dec 1999 19:10:37 -0800 (PST) (envelope-from andymac@bullseye.apana.org.au) Received: from bullseye.apana.org.au (uucp@localhost) by posgate.acis.com.au (8.9.3/8.9.3) with UUCP id OAA05338; Mon, 27 Dec 1999 14:09:20 +1100 Received: from bullseye.apana.org.au (central.apana.org.au [203.9.107.245]) by bullseye.apana.org.au (8.8.8/8.8.8) with SMTP id KAA11256; Mon, 27 Dec 1999 10:44:01 +1100 (EST) (envelope-from andymac@bullseye.apana.org.au) Date: Mon, 27 Dec 1999 09:36:54 +1100 (EDT) From: Andrew MacIntyre To: Jeff Palmer Cc: Andrea Venturoli , freebsd-questions@FreeBSD.ORG Subject: Re: Sportster ISDN 128k TA In-Reply-To: <003f01bf4fcc$391ba920$2e3c1ad1@jeff> Message-ID: X-X-Sender: andymac@bullseye.apana.org.au MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 26 Dec 1999, Jeff Palmer wrote: > Windows claims my TA is on IRQ 5 IO 0x200, I build the kernel to suit, > but when I boot Fbsd (3.4-stable) it says: > isic0: not found at 0x200 (I've also tried 0x320 and 0x340) This might be a Plug'n'Pray device, in which case you'll need the pnp device in the kernel config. At least then your dmesg should report a card it can't assign a driver to (if that's whats wrong). It might also help to make sure that your BIOS has the "PnP OS" option set to false (which leaves the BIOS to setup IRQs etc). I generally find that this leaves Windows better off, as IME W95 PnP code can be non-deterministic in its IRQ etc assignment. -- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andrew.macintyre@aba.gov.au (work) | Snail: PO Box 370 andymac@bullseye.apana.org.au (play) | Belconnen ACT 2616 Fido: Andrew MacIntyre, 3:620/243.18 | Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 19:17:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 1811D14CF4 for ; Sun, 26 Dec 1999 19:17:50 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id VAA83749; Sun, 26 Dec 1999 21:17:41 -0600 (CST) (envelope-from dan) Date: Sun, 26 Dec 1999 21:17:41 -0600 From: Dan Nelson To: Gianmarco Giovannelli Cc: questions@FreeBSD.ORG Subject: Re: moving passwd from Linux to FreeBSD Message-ID: <19991226211741.A83636@dan.emsphone.com> References: <4.2.0.58.19991227024437.016a1240@194.184.65.4> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <4.2.0.58.19991227024437.016a1240@194.184.65.4>; from "Gianmarco Giovannelli" on Mon Dec 27 02:49:45 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Dec 27), Gianmarco Giovannelli said: > > I have to "convert" a Linux redhat : > Red Hat Linux release 5.2 (Apollo): Kernel 2.0.36 on an i686 > > To a 3.4 FreeBSD box... > > The passwd is not "shadowed". > What I have to do to convert it to a more BSDish form ? > > (please step by step, if possible :-) Man 5 passwd, copy the awk script at the bottom to a file Run the awk script on your Linux passwd file Run 'vipw' and merge the modified passwd into the passwd file on the BSD box. Try not to change any of the existing FreeBSD userids < 100. Save and exit. You're done. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 20: 5:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from micronet.net (micronet.net [206.96.52.4]) by hub.freebsd.org (Postfix) with ESMTP id 30DCF14CF6 for ; Sun, 26 Dec 1999 20:05:19 -0800 (PST) (envelope-from yuriy@micronet.net) Received: from micronet.net (38.27.84.123) by micronet.net with ESMTP (Eudora Internet Mail Server 2.2.2); Sun, 26 Dec 1999 19:03:29 -0900 Message-ID: <3866E34F.352BD0F5@micronet.net> Date: Sun, 26 Dec 1999 20:55:59 -0700 From: Yuriy Kholodov Reply-To: yuriy@micronet.net X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: (no subject) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 20:34: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from grasshopper.sysconfig.net (netx-5.netxusa.com [216.105.137.53]) by hub.freebsd.org (Postfix) with ESMTP id 106BA14DE1 for ; Sun, 26 Dec 1999 20:33:54 -0800 (PST) (envelope-from spr@sysconfig.com) Received: from prg (ci147365-a.grnvle1.sc.home.com [24.8.1.129]) by grasshopper.sysconfig.net (8.9.3/8.9.3) with SMTP id XAA68299 for ; Sun, 26 Dec 1999 23:36:11 -0500 (EST) (envelope-from spr@sysconfig.com) Message-ID: <000501bf5022$b06655b0$fbc9a8c0@sysconfig.net> From: "Sean Robertson" To: Subject: Problems running XFree86 from the ports system on 3.3.4 Date: Sun, 26 Dec 1999 23:27:25 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been using FreeBSD for some time now for servers, but decided to try KDE out on the platform as a workstation. I installed basic FreeBSD 3.3.4 and then installed XFree86 from the ports collection. When I try startx, I get the following error message: Authentication failed - cannot start X server. Perhaps you do not have console ownership? Does anyone know what I am doing wrong? The problem has something to do with the Xwrapper program that is used with the newer versions of XFree86. If I run Xwrapper directly I get the same error. I have tried this as a user, as su'ed user, and as root directly. Please reply to me directly as I am not part of this mailing list. Sean P. Robertson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 21:29:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.telestream.com (mail.telestream.com [205.238.4.5]) by hub.freebsd.org (Postfix) with ESMTP id AA61C14DC0 for ; Sun, 26 Dec 1999 21:29:22 -0800 (PST) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id VAA26692 for ; Sun, 26 Dec 1999 21:29:18 -0800 Date: Sun, 26 Dec 1999 21:29:18 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: BSDI Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think someone answered this in the past but I seem to have missed it.. Is it at all possible to mount a BSDI drive on a FreeBSD machine? Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 21:45:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web605.mail.yahoo.com (web605.mail.yahoo.com [128.11.68.169]) by hub.freebsd.org (Postfix) with SMTP id 1CA3A14C94 for ; Sun, 26 Dec 1999 21:45:21 -0800 (PST) (envelope-from gaotu@yahoo.com) Received: (qmail 19372 invoked by uid 60001); 27 Dec 1999 05:45:19 -0000 Message-ID: <19991227054519.19371.qmail@web605.mail.yahoo.com> Received: from [209.237.4.8] by web605.mail.yahoo.com; Sun, 26 Dec 1999 21:45:18 PST Date: Sun, 26 Dec 1999 21:45:18 -0800 (PST) From: Gao Tu Subject: nvidia vanta 3D AGP graphic accelerate card To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All Does anyone successed in configure XFREE86 with a nvidia Vanta 3D AGP graphic card with 8M memory? Can I see your configure file entry? Thanks gao _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 21:56:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 2909E15110 for ; Sun, 26 Dec 1999 21:56:15 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id QAA55761; Mon, 27 Dec 1999 16:26:07 +1030 (CST) Date: Mon, 27 Dec 1999 16:26:07 +1030 From: Greg Lehey To: Reza Amiri Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cscope Message-ID: <19991227162607.Z1316@freebie.lemis.com> References: <3865C17A.AE15140E@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <3865C17A.AE15140E@earthlink.net> WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 25 December 1999 at 23:19:22 -0800, Reza Amiri wrote: > Hi; > > Does FreeBSD version 3.X work with Cscope. Cscope is a tool that allows > to search some patterns in "c" files. Well, I'd put the question the other way round. But yes, cscope works with FreeBSD. It's in the Ports Collection (/usr/ports/devel/cscope), but be warned that Cscope itself is a proprietary program, and you must buy it. To quote the DESCR file: This port of Lucent Technologies 'cscope' from the Software Toolchest Volume II lets one easily navigate large C programs. It's designed to answer questions like where symbols are defined and used, and where variables are assigned. A source site license is available for approximately US$500 from distributors such as Unipress Software, , or directly from Lucent, . Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 23: 7:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gnome.nankai-densetsu.co.jp (gnome.nankai-densetsu.co.jp [210.230.225.11]) by hub.freebsd.org (Postfix) with ESMTP id C7D9B14D35 for ; Sun, 26 Dec 1999 23:07:29 -0800 (PST) (envelope-from thuanan@nankai-densetsu.co.jp) Received: from ndk1 ([192.168.5.14]) by gnome.nankai-densetsu.co.jp (8.8.8/3.7W) with SMTP id QAA02386 for ; Mon, 27 Dec 1999 16:06:56 +0900 (JST) Message-ID: <01ad01bf5038$f7e78880$0e05a8c0@nankaidensetsu> From: "Thuan An ( NDK )" To: Subject: Free BSD help Date: Mon, 27 Dec 1999 16:06:57 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01A9_01BF5084.66A110C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_01A9_01BF5084.66A110C0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit Dear Sirs/Madams, I am Tran Ngoc Thuan An, I am an Computer engineer. I am working at Nankai-densetsu Company, Japan. Now, I have a difficult problem that I could not solve. I need to convert the mailling system form WinNT server using Netscape to Free BDS system using sendmail. Another request is converting the mailling system form Turbo Linux to Free BDS system. The mailling system have to reserve all account and data when changing from this system to other system. I have no documents, books and experiences on Free BSD and Turbo Linux. Would you please help me resolve this problem or let me know where I could search the answers. My email address is thuanan@nankai-densetsu.co.jp (another email address is thuan_an@yahoo.com). Please answering to me through both these addresses. Wishing all of you a happy new year. Tran Ngoc Thuan An. ------=_NextPart_000_01A9_01BF5084.66A110C0 Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable

Dear Sirs/Madams,

I am Tran Ngoc Thuan An, I am an = Computer=20 engineer. I am working at Nankai-densetsu Company, Japan. Now, I have a=20 difficult problem that I could not solve.

I need to convert the = mailling=20 system form WinNT server using Netscape to Free BDS system using = sendmail.=20 Another request is converting the mailling system form Turbo Linux to = Free BDS=20 system. The mailling system have to reserve all account and data when = changing=20 from this system to other system.

I have no documents, books and=20 experiences on Free BSD and Turbo Linux. Would you please help me = resolve this=20 problem or let me know where I could search the answers.

My email = address=20 is thuanan@nankai-densetsu.co.= jp=20 (another email address is thuan_an@yahoo.com). Please = answering to me=20 through both these addresses.

Wishing all of you a happy new=20 year.

Tran Ngoc Thuan An.

------=_NextPart_000_01A9_01BF5084.66A110C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 26 23:33:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hole.noc.uunet.co.za (hole.noc.iafrica.com [196.31.1.191]) by hub.freebsd.org (Postfix) with ESMTP id 38A6E14C02; Sun, 26 Dec 1999 23:33:06 -0800 (PST) (envelope-from bleslie@hole.noc.uunet.co.za) Received: from bleslie (helo=localhost) by hole.noc.uunet.co.za with local-smtp (Exim 3.12 #2) id 122Uf6-0007yI-00; Mon, 27 Dec 1999 09:33:48 +0200 Date: Mon, 27 Dec 1999 09:33:48 +0200 (SAST) From: Brad Leslie X-Sender: bleslie@hole.noc.uunet.co.za Reply-To: Brad Leslie To: freebsd-questions@FreeBSD.ORG Cc: freebsd-newbies@freebsd.org Subject: CD-ROM problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all Having a rather strange but true problem at the momentTrying to install BSD from CD , the BSD partition has already but been created but BSD fails to recognis the CD-R.Gets as far as " Where you want to install from" and when the Cd-R is selected it cannot detect it. Any reason why this happening?? Have tried 3 different Cd-R's already but she still not working.... Going to try changing the jumpers and IDE and if that makes a diff. Ideas ?? Suggestions?? HELP!!! Brad Leslie "Tell me and I forget. Show me and I remember. Involve me and I learn." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 1: 1:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from storm.digital-rain.com (storm.digital-rain.com [204.244.71.70]) by hub.freebsd.org (Postfix) with ESMTP id 4803614BEF for ; Mon, 27 Dec 1999 01:01:46 -0800 (PST) (envelope-from tim2@storm.digital-rain.com) Received: from agamemnon (dial-line60.digital-rain.com [204.244.94.60]) by storm.digital-rain.com (8.9.1/8.9.1) with SMTP id BAA05806 for ; Mon, 27 Dec 1999 01:01:43 -0800 (PST) Message-Id: <199912270901.BAA05806@storm.digital-rain.com> X-Sender: tim2@mail.digital-rain.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Mon, 27 Dec 1999 01:01:36 -0800 To: freebsd-questions@freebsd.org From: Tim Baird Subject: Re: Dialin & Mgetty? In-Reply-To: <3862F307.7ED81C7D@pchost.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What are the states of your network interfaces, routing table, and is your system set to forward packets? .... ie. is net.inet.ip.forwarding = 1 ? Are you using arp proxy? At 03:13 PM 12/24/99 +1100, you wrote: >Hi, > >This is an addon to my previous mail. > >I have now fixed the login problem I had previously. > >But now although I am connected I am unable to ping anywhere apart from >the gateway machine. > >this should be a simple issue right? > >any help would be great. > >kyle > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 1:44:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ftf.dk (mail.ftf.net [129.142.64.2]) by hub.freebsd.org (Postfix) with ESMTP id BE65C1501A for ; Mon, 27 Dec 1999 01:44:45 -0800 (PST) (envelope-from regnauld@ftf.net) Received: from ns.int.ftf.net (fw2.ftf.dk [192.168.1.2] (may be forged)) by mail.ftf.dk (8.9.3/8.9.3/gw-ftf-1.2) with ESMTP id KAA29703 for ; Mon, 27 Dec 1999 10:44:02 +0100 (CET) X-Authentication-Warning: mail.ftf.dk: Host fw2.ftf.dk [192.168.1.2] (may be forged) claimed to be ns.int.ftf.net Received: (from regnauld@localhost) by ns.int.ftf.net (8.9.2/8.9.3) id LAA04757; Mon, 27 Dec 1999 11:03:54 +0100 (CET) Message-ID: <19991227110354.51114@ns.int.ftf.net> Date: Mon, 27 Dec 1999 11:03:54 +0100 From: Phil Regnauld To: freebsd-questions@freebsd.org Subject: FreeBSD 3.4-R ISO image error ("boot floppy" ISO image != 3.4-R) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e X-Operating-System: FreeBSD 3.1-RELEASE i386 Organization: FTFnet Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When installing from ISO image, sysinstall bitches that the boot floppy (which is the 2.88 MB image used to boot the CDRom) is a 3.2-xxx SNAP instead of 3.4R... -- [ In 4 days, 14 hours and 56 minutes, this line might fail Y2K compliance ] y2k -- an occasion to remember how far we haven't come in the last 2000 years. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 2: 6:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by hub.freebsd.org (Postfix) with ESMTP id 4E531150FC for ; Mon, 27 Dec 1999 02:06:02 -0800 (PST) (envelope-from gmarco@scotty.masternet.it) Received: from suzy (modem03.masternet.it [194.184.65.13]) by scotty.masternet.it (8.9.3/8.9.3) with ESMTP id LAA11189; Mon, 27 Dec 1999 11:05:25 +0100 (CET) (envelope-from gmarco@scotty.masternet.it) Message-Id: <4.2.0.58.19991227104630.00a2bf00@194.184.65.4> X-Sender: gmarco@scotty.masternet.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 27 Dec 1999 11:04:39 +0100 To: "Thuan An ( NDK )" , From: Gianmarco Giovannelli Subject: Re: Free BSD help In-Reply-To: <01ad01bf5038$f7e78880$0e05a8c0@nankaidensetsu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 27/12/99, Thuan An ( NDK ) wrote: >I need to convert the mailling system form WinNT server using Netscape to >Free BDS system using sendmail. Another request is converting the mailling >system form Turbo Linux to Free BDS system. The mailling system have to >reserve all account and data when changing from this system to other system. The conversion from Linux to FreeBSD is quite simple... As I asked a few hours ago in this list you have to impor the Linux passwd file in the FreeBSD format. Read the man on the passwd to find a script that can make it for you (at the end of the man): man 5 passwd Then after merging the passwd file you should make a : vipw to make the database happy :-) Beware to not overlap the first accounts on the FreeBSD side: Everything has uin under 1000 is better to leave unchanged... Check /etc/group of the Linux system and apply the users group to the FreeBSD group file. ADD ONLY the users group(s), not the system ones. When you have finished this step look at the /etc/aliases in the linux system and copy the custom ones (the one pertinents to the users only) to FreeBSD aliases file (in /etc too), then do a: newaliases The last step is to copy all the old mail which is in the Linux system (but I don't know where it is) on the /var/mail/ in the FreeBSD box. I used this little perl scripts to assign the user:group to the files. Run it from FreeBSD /var/mail/ after you have copied the mailbox from the linux system. ----> cut here <--- #!/usr/bin/perl foreach $file (<*>) { ($uid)=(getpwnam($file))[2]; ($grp)=(getpwnam($file))[3]; chown($uid,$grp,$file); }; ---> end <---- Good luck... Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 3:38:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mout1.01019freenet.de (mout1.01019freenet.de [62.104.201.3]) by hub.freebsd.org (Postfix) with ESMTP id 35B6B14FAB for ; Mon, 27 Dec 1999 03:38:41 -0800 (PST) (envelope-from jc16xxx@freenet.de) Received: from [62.104.201.2] (helo=mx1.01019freenet.de) by mout1.01019freenet.de with esmtp (Exim 3.12 #2) id 122YU2-0006sp-00 for freebsd-questions@freebsd.org; Mon, 27 Dec 1999 12:38:38 +0100 Received: from a6284.pppool.de ([213.6.98.132] helo=freenet.de) by mx1.01019freenet.de with esmtp (Exim 3.12 #2) id 122YU1-0007LN-00 for freebsd-questions@FreeBSD.ORG; Mon, 27 Dec 1999 12:38:38 +0100 Message-ID: <38675062.41567A1B@freenet.de> Date: Mon, 27 Dec 1999 12:41:23 +0100 From: jc16xxx X-Mailer: Mozilla 4.5 [de]C-CCK-MCD QXW03202 (Win98; I) X-Accept-Language: de MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: (Kein Betreff) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hey, im a 16 years old boy who wants to download freeBSD from you server, but he cdon´t know how to do this, help me!!! Please answer over mail. Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 3:44: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by hub.freebsd.org (Postfix) with ESMTP id 3CB7D152D2 for ; Mon, 27 Dec 1999 03:43:51 -0800 (PST) (envelope-from gmarco@scotty.masternet.it) Received: from suzy (modem23.masternet.it [194.184.65.33]) by scotty.masternet.it (8.9.3/8.9.3) with ESMTP id MAA12450; Mon, 27 Dec 1999 12:43:30 +0100 (CET) (envelope-from gmarco@scotty.masternet.it) Message-Id: <4.2.0.58.19991227124104.00a3e570@194.184.65.4> X-Sender: gmarco@scotty.masternet.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 27 Dec 1999 12:42:45 +0100 To: jc16xxx , freebsd-questions@FreeBSD.ORG From: Gianmarco Giovannelli Subject: Re: (Kein Betreff) In-Reply-To: <38675062.41567A1B@freenet.de> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 27/12/99, jc16xxx wrote: >hey, im a 16 years old boy who wants to download freeBSD from you >server, but he cdon=B4t know how to do this, help me!!! >Please answer over mail. Hi Kein... FreeBSD is a very long download on a dedicated line... You can't imagine to= =20 download by modem... I strongly suggest you to buy a cdrom copy from your local reseller or from= =20 http://www.cdrom.com or http://www.cheapbytes.com Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 3:58:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dreams.gr (dreams.gr [195.66.99.135]) by hub.freebsd.org (Postfix) with SMTP id 39F7914C01 for ; Mon, 27 Dec 1999 03:58:37 -0800 (PST) (envelope-from ripper@dreams.gr) Received: (qmail 13521 invoked by uid 1001); 29 Dec 1999 02:56:08 -0000 Date: Wed, 29 Dec 1999 04:56:08 +0200 (EET) From: the fragile art of existence X-Sender: ripper@dreams To: freebsd-questions@FREEBSD.ORG Subject: greece.freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi.I'm interesting in hosting your site ( mirroring ) , at my box. It's one of the fastest boxes in greece , with an hellascom leased line ( 2 mbps ) .It's ip is 195.66.99.135 ( dreams.gr ) . I'd be pleased if you gave me greece.freebsd.org , to mirror your site.I'm looking forward to hearing from you. System Administrator , Dreams.gr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 5:28:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 13E8D14FD0 for ; Mon, 27 Dec 1999 05:28:25 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id OAA21065 for freebsd-questions@FreeBSD.ORG; Mon, 27 Dec 1999 14:28:18 +0100 (CET) (envelope-from olli) Date: Mon, 27 Dec 1999 14:28:18 +0100 (CET) From: Oliver Fromme Message-Id: <199912271328.OAA21065@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: How to I tell nfsd that /etc/exports has changed? Organization: Administration TU Clausthal Reply-To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexey N. Dokuchaev wrote in list.freebsd-questions: > On Sun, 26 Dec 1999, Oliver Fromme wrote: > > > > kill -HUP $(cat /var/run/mountd.pid) > > > > After that, you should do "tail /var/log/messages" to see > > whether there were any problems with your /etc/exports file. BTW, all of this is explained in the mountd(8) manpage. Please read it. > Well, it seems that I can simply rerun mountd, and it will reread > /etc/exports -- just about the same effect as HUPing it. > > Any confirmations? No. It will just start another copy of the mountd process, leaving the old one hanging around. Sending a SIGHUP to the daemon (using its PID file) is the "canonical" and most portable way to let it re-read its config file. This works for many other daemons, too. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 5:31:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 54BD014C14 for ; Mon, 27 Dec 1999 05:31:10 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id OAA21082 for freebsd-questions@FreeBSD.ORG; Mon, 27 Dec 1999 14:31:09 +0100 (CET) (envelope-from olli) Date: Mon, 27 Dec 1999 14:31:09 +0100 (CET) From: Oliver Fromme Message-Id: <199912271331.OAA21082@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: How to I tell nfsd that /etc/exports has changed? Organization: Administration TU Clausthal Reply-To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gianmarco Giovannelli wrote in list.freebsd-questions: > At 26/12/99, Oliver Fromme wrote: > > > >kill -HUP $(cat /var/run/mountd.pid) > > killall -HUP mountd > > should work too... But it's less reliable, and it can be even quite dangerous. For example when there happen to be other processes called "mountd"... In general, I'd advise against using killall. The PID files (in /var/run/pid) _do_ have a reason to exist. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 5:36:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ktpk.dp.ua (ktpk.dp.ua [195.24.130.245]) by hub.freebsd.org (Postfix) with ESMTP id A2F6014F07; Mon, 27 Dec 1999 05:34:57 -0800 (PST) (envelope-from os@ktpk.dp.ua) Received: from admin (admin.dnepr.com [192.168.0.4]) by ktpk.dp.ua (8.8.8/8.8.8) with SMTP id PAA10167; Mon, 27 Dec 1999 15:34:12 +0200 (EET) (envelope-from os@ktpk.dp.ua) Message-ID: <011801bf506f$16aa1360$0400a8c0@admin.dnepr.com> From: "Oleg Semyonov" To: , , Subject: patches for pppd-2.3.10-radius are here Date: Mon, 27 Dec 1999 15:34:12 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0115_01BF507F.D3A5F280" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0115_01BF507F.D3A5F280 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Hi all! I'am receiving many questions about pppd patch for RADIUS support. So, I decide to make it available via ftp. Briefly, it is patch to pppd-2.3.10 for using this version with FreeBSD system (based on currently bundled version) plus optional ability to use RADIUS authentication and accounting (based on standard FreeBSD RADIUS library by John Polstra). readme.txt . . . . . . . . . . . Dec 24 10:43 1k README.RADIUS. . . . . . . . . . Dec 24 10:29 10k libradius.tar.gz . . . . . . . . Dec 24 10:19 14k ppp-2.3.10-radius.diff.gz. . . . Dec 24 10:19 20k ppp-2.3.10.tar.gz. . . . . . . . Sep 17 06:16 766k Main ftp site is ftp://ftp.energodar.dp.ua/pub/FreeBSD/RADIUS/ Mirror for patches is at ftp://ftp.slashnet.org/users/shonson/ README.RADIUS is attached to the message. Try it out! OS (os@altavista.net), ICQ:31256452 ------=_NextPart_000_0115_01BF507F.D3A5F280 Content-Type: application/octet-stream; name="README.RADIUS" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="README.RADIUS" UkFESVVTIHN1cHBvcnQgZm9yIFBQUAkgICAgT2xlZyBTZW15b25vdiA8b3NAYWx0YXZpc3RhLm5l dD4JMyBOb3ZlbWJlciAxOTk5Cj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KCjEuIElOVFJPRFVDVElP TgoKTG9uZyB0aW1lIHRoZSBwcHBkIGV4aXN0cyBpbiBGcmVlQlNEIGFzIHBhdGNoZWQgMi4zLjUg dmVyc2lvbiB3aGljaCBoYXMKc29tZSBidWdzIChlLmcuICIqIiBvbmx5IGluIGFsbG93ZWQgYWRk cmVzcyBsaXN0IHdpdGggbm8gRE5TIGF2YWlsYWJsZQpsZWFkcyB0byBsb25nIGRlbGF5cyBmb3Ig Z2V0aG9zdGJ5bmFtZSgiKiIpIHdoYXQgcHJldmVudHMgdGhlIGxvZ2luIHdpdGgKdGltZW91dCBo YW5ndXAsIGFuZCBzbyBvbi4pLgoKSnVzdCBub3cgSSd2ZSBhbG1vc3QgZG9uZSBteSB3b3JrIHdp dGggcHBwZC0yLjMuMTAgcGF0Y2hlcy4gVGhleSBhcmUgYmFzZWQKb24gcHBwZC0yLjMuNSBpbiBG cmVlQlNEIDIuMi44IGRpc3RyaWJ1dGlvbiB3aXRoIG1pbm9yIGNoYW5nZXMgZm9yIG5ldyBwcHBk CmZlYXR1cmVzIChvcHRpb25hbCBvcHRpb24gbGlzdCBpbiBzZWNyZXRzIGZpbGUsIGV0Yy4pLiAg RnV0dXJlbW9yZSwgSSd2ZQppbXBsZW1lbnRlZCB0aGUgUkFESVVTIHN1cHBvcnQgZm9yIGF1dGhl bnRpY2F0aW9uIGFuZCBhY2NvdW50aW5nLiBUaGUgc3VwcG9ydAppcyBiYXNlZCBvbiBzdGFuZGFy ZCBGcmVlQlNEIHJhZGl1cyBsaWJyYXJ5IGJ5IEpvaG4gUG9sc3RyYSwgaXQgbWF5IGJlCmNvbXBp bGVkLWluIGJ5IHJlcXVlc3QgKFVTRV9SQURJVVM9eWVzIGluIE1ha2VmaWxlIG9yIGFzIG1ha2Ug YXJndW1lbnQpIHdpdGgKb3B0aW9uYWwgYmFzZSBwcHBkIGNvbmZpZ3VyYXRpb24gcGF0aCAoZS5n IC9ldGMvcHBwIG9yIC9ldGMvcHBwLXJhZGl1cyksCmFuZCBpdCBpbmNsdWRlcyBzdXBwb3J0IGZv cjoKCi0gbmV3IFJBRElVUy1vcmllbnRlZCBwcHBkIG9wdGlvbnM6CiAgICAtIHJhZGl1cwkJCSAg ICAodXNlIFJBRElVUykKICAgIC0gcmFkaXVzLWNvbmYgL3BhdGgvcmFkaXVzLmNvbmYgKGNvbmZp Z3VyYXRpb24gZmlsZSBmb3IgUkFESVVTIGxpYnJhcnkpCiAgICAtIHJhZGl1cy1vbmx5CQkgICAg KGRvbid0IHRyeSB0byBhdXRoIHdpdGggc2VjcmV0cyBvciBsb2dpbgoJCQkJICAgICBtZXRob2Rz IGlmIHJhZGl1cyByZXR1cm5zIEFjY2Vzcy1SZWplY3QpCiAgICAtIHJhZGl1cy1ub2FjY3QJCSAg ICAoZG9uJ3Qgc2VuZCBhY2NvdW50aW5nIHJlcXVlc3RzKQogICAgLSByYWRpdXMtcG9ydAkJICAg IChkZXZpY2UgbmFtZSB0byBwb3J0IG51bWJlciB0cmFuc2xhdGlvbikKCi0gc3VwcG9ydCBmb3Ig UEFQIGF1dGhlbnRpY2F0aW9uIChubyBDSEFQIG9yIENBTExCQUNLIHN1cHBvcnQsIHNvcnJ5KTsK Ci0gbmV3IHNjcmlwdCBlbnZpcm9ubWVudCB2YXJpYWJsZXMgKENBTExFRF9TVEFUSU9OX0lELCBD QUxMSU5HX1NUQVRJT05fSUQsCiAgICBDT05ORUNUX0lORk8sIFBBQ0tFVFNfU0VOVCwgUEFDS0VU U19SQ1ZELCBhbmQgb3RoZXIgcmVjZWl2ZWQgZnJvbQogICAgUkFESVVTIHNlcnZlciAtIHNlZSBi ZWxvdyB0aGUgUFBQRC1TY3JpcHQtRW52IFZlbmRvci1TcGVjaWZpYyBhdHRyaWJ1dGUpOwoKLSBh YmlsaXR5IHRvIHNwZWNpZnkgYW55IG51bWJlciBvZiBhZGRpdGlvbmFsIHBwcGQgb3B0aW9ucyBp biBSQURJVVMKICAgIEFjY2Vzcy1BY2NlcHQgcGFja2V0IChzZWUgYmVsb3cgdGhlIFBQUEQtT3B0 aW9uIFZlbmRvci1TcGVjaWZpYyBhdHRyaWJ1dGUpOwoKLSBzdXBwb3J0ZWQgUkFESVVTIGF0dHJp YnV0ZXMgYXJlOgoKICAgIC0gaW4gQWNjZXNzLVJlcXVlc3Q6CiAgICAgICAgVXNlci1OYW1lCiAg ICAgICAgVXNlci1QYXNzd29yZAogICAgICAgIE5BUy1JUC1BZGRyZXNzIChnZXRob3N0bmFtZSgp KQogICAgICAgIE5BUy1JZGVudGlmaWVyIChnZXRob3N0YnluYW1lKCkpCiAgICAgICAgTkFTLVBv cnQgKGZyb20gZGV2aWNlIHRvIHBvcnQgdHJhbnNsYXRpb24pCiAgICAgICAgTkFTLVBvcnQtVHlw ZSAoQXN5bmMgb25seSkKICAgICAgICBTZXJ2aWNlLVR5cGUgKEZyYW1lZCBvbmx5KQogICAgICAg IEZyYW1lZC1Qcm90b2NvbCAoUFBQIG9ubHkpCiAgICAgICAgRnJhbWVkLUlQLUFkZHJlc3MKICAg ICAgICBGcmFtZWQtQ29tcHJlc3Npb24gKFZKLVRDUElQIG9ubHksIG5vIElQWCBzdXBwb3J0ZWQp CiAgICAgICAgQ2FsbGVkLVN0YXRpb24tSWQgKGZyb20gcHBwZCdzIGVudmlyb25tZW50KQogICAg ICAgIENhbGxpbmctU3RhdGlvbi1JZCAoZnJvbSBwcHBkJ3MgZW52aXJvbm1lbnQsIHBhc3NlZCBi eSBtZ2V0dHksIGUuZy4pCiAgICAgICAgQ29ubmVjdC1JbmZvIChmcm9tIHBwcGQncyBlbnZpcm9u bWVudCwgcGFzc2VkIGJ5IG1nZXR0eSwgZS5nLikKICAgICAgICBQUFBELVNjcmlwdC1FbnYgKHBw cGQgc2NyaXB0IGVudiB2YXJzLCB2ZW5kb3Itc3BlY2lmaWMgYXR0cmlidXRlKQoKICAgIC0gaW4g QWNjZXNzLUFjY2VwdC9SZWplY3QgYWxzbyByZWNvZ25pc2VkICh3aXRoIG1lbnRpb25lZCBhYm92 ZSk6CiAgICAgICAgRnJhbWVkLUlQLU5ldG1hc2sKICAgICAgICBGcmFtZWQtUm91dGluZyAobm90 IHVzZWQgeWV0KQogICAgICAgIEZpbHRlci1JZCAobm90IHVzZWQgeWV0KQogICAgICAgIEZyYW1l ZC1NVFUKICAgICAgICBSZXBseS1NZXNzYWdlIChmaXJzdCBtZXNzYWdlIGlzIHVzZWQgb25seSkK ICAgICAgICBGcmFtZWQtUm91dGUgKG5vdCB1c2VkIHlldCkKICAgICAgICBDbGFzcyAocGFzc2Vk IHRocm91Z2ggaW4gYWNjb3VudGluZyByZXF1ZXN0cykKICAgICAgICBTZXNzaW9uLVRpbWVvdXQK ICAgICAgICBJZGxlLVRpbWVvdXQKICAgICAgICBQUFBELU9wdGlvbiAoYWRkaXRpb25hbCBwcHBk IG9wdGlvbnMsIHZlbmRvci1zcGVjaWZpYyBhdHRyaWJ1dGUpCiAgICAgICAgUFBQRC1TY3JpcHQt RW52IChhZGRpdGlvbmFsIHNjcmlwdCBlbnYgdmFycywgdmVuZG9yLXNwZWNpZmljCgkgICAgYXR0 cmlidXRlKQoKICAgIC0gaW4gQWNjb3VudGluZy1SZXF1ZXN0IFNUQVJUIHBhY2tldCBhbHNvIHBh c3NlZCAod2l0aCBtZW50aW9uZWQgYWJvdmUpOgogICAgICAgIEFjY3QtU3RhdHVzLVR5cGUgKFN0 YXJ0LCBTdG9wKQogICAgICAgIEFjY3QtU2Vzc2lvbi1JZCAoMTYgY2hhcnMgQVNDSUkgc3RyaW5n KQogICAgICAgIEFjY3QtQXV0aGVudGljIChSQURJVVMgb25seSkKCiAgICAtIGluIEFjY291bnRp bmctUmVxdWVzdCBTVE9QIHBhY2tldCBhbHNvIHBhc3NlZCAod2l0aCBtZW50aW9uZWQgYWJvdmUp OgogICAgICAgIEFjY3QtSW5wdXQtT2N0ZXRzCiAgICAgICAgQWNjdC1PdXRwdXQtT2N0ZXRzCiAg ICAgICAgQWNjdC1JbnB1dC1QYWNrZXRzCiAgICAgICAgQWNjdC1PdXRwdXQtUGFja2V0cwogICAg ICAgIEFjY3QtU2Vzc2lvbi1UaW1lCiAgICAgICAgQWNjdC1UZXJtaW5hdGUtQ2F1c2UgKG5vdCBz byBnb29kIGJ1dCBzb21ldGhpbmcgdXNlZnVsKQoKLSBubyBjaGFuZ2VzIG1hZGUgaW4gbWFudWFs IHBhZ2VzIGZvciBwcHBkLCBzb3JyeSAoYW55IHZvbHVudGVlcnM/KS4KCk1vc3Qgb2YgUkFESVVT IGF0dHJpYnV0ZXMgYXJlIHBhc3NlZCBiYWNrIGluIGFjY291bnRpbmcgcmVxdWVzdHMgKGUuZy4g YWxsCnNjcmlwdCBlbnZpcm9ubWVudCB2YXJpYWJsZXMgYW5kIFJBRElVUy1zcGVjaWZpZWQgYWRk aXRpb25hbCBwcHBkIG9wdGlvbnMpLgoKUkFESVVTIHN1cHBvcnQgaXNuJ3QgZG9uZSBhcyBsb2Fk YWJsZSBwcHBkIHBsdWdpbiBhcyBpbnRyb2R1Y2VkIGluIDIuMy4xMC4KRmlyc3QgcmVhc29uIHdh cyB0aGUgcHBwZCBtdXN0IHdvcmsgKGZvciBtZSkgb24gMi4yLjggc3lzdGVtIHdoaWNoIGRvZXMK bm90IHN1cHBvcnQgc29tZSBmZWF0dXJlcyByZXF1aXJlZCBmb3IgZHluYW1pYyBsaW5raW5nICgt RSBzd2l0Y2ggZm9yIGxkLApmb3IgZXhhbXBsZSkuIFNlY29uZGx5LCB0aGVyZSBpcyBubyBzb21l IGhvb2tzIGFuZCBnbG9iYWwgdmFyaWFibGVzIHJlcXVpcmVkCmZvciBpbXBsZW1lbnRpbmcgYWxs IHRoZSBmZWF0dXJlcyBsaXN0ZWQuCgpUaGUgY29kZSBhdCB0aW1lIG9mIHdyaXRpbmcgdGhpcyBS RUFETUUgaXMgc2xpZ2h0bHkgdGVzdGVkIHdpdGggU3RlZWwtQmVsdGVkClJBRElVUyBmb3IgV2lu TlQgYW5kIHdpdGggQ2lzdHJvbiByYWRpdXNkLTEuNi4xIGFuZCBzZWVtcyB0byB3b3JrIGZpbmUg Zm9yIG1lLgpBbnkgZmVlZGJhY2sgaXMgYXBwcmVjaWF0ZWQuCgoKMi4gSU5TVEFMTEFUSU9OIEFO RCBDT05GSUdVUkFUSU9OCgpJZiB5b3Ugd2FudCB0byBjb21waWxlIGl0IGFzIHBwcGQtMi4zLjEw IHdpdGhvdXQgUkFESVVTIHN1cHBvcnQgdGhlbgp1c2UgY29uZmlndXJlL21ha2UvbWFrZSBpbnN0 YWxsIGFzIHVzdWFsLiBEb24ndCBmb3JnZXQgdG8gYmFja3VwIEZyZWVCU0QncwpwcHBkIG1hbnVh bHMgYmVjYXVzZSBzb21lIG9mIEZyZWVCU0Qtc3BlY2lmaWMgZmVhdHVyZXMgYXJlbid0IGRlc2Ny aWJlZCBpbgpvcmlnaW5hbCBwcHBkIGRvY3VtZW50YXRpb24gd2hpY2ggaXNuJ3QgcGF0Y2hlZCBi eSBtZSAoc29ycnkgZm9yIG15IEVuZ2xpc2gsCmJ1dCBJIGRvbid0IHdhbm5hIHRvIHdyaXRlIG1h bnMgd2l0aG91dCBnb29kIGxhbmd1YWdlIHByYWN0aWNlIDopCgpBbGwgdGhlIGZlYXR1cmVzIGRl c2NyaWJlZCBpbiBGcmVlQlNEIHBwcGQgbWFuIHBhZ2UgYXJlIHByZXNlbnQuIEFkZGl0aW9uYWwK c2NyaXB0IHZhcmlhYmxlcyBDQUxMRURfU1RBVElPTl9JRCwgQ0FMTElOR19TVEFUSU9OX0lEIGFu ZCBDT05ORUNUX0lORk8Kd2lsbCBiZSBzZWFyY2hlZCBpbiBwcHBkIGVudmlyb25tZW50IGFuZCwg aWYgZm91bmQsIHdpbGwgYmUgcGxhY2VkIGluCmNoaWxkIHNjcmlwdHMgZW52aXJvbm1lbnQgdW50 b3VjaGVkLiBUd28gbGF0ZXN0IHZhcmlhYmxlcyBtYXkgYmUgZm91bmQsCmZvciBleGFtcGxlLCBp biBtZ2V0dHkncyBlbnZpcm9ubWVudCBhcyBDQUxMRVJfSUQgYW5kIENPTk5FQ1QsIHJlc3BlY3Rp dmVseS4KVmFyaWFibGVzIFBBQ0tFVFNfU0VOVCwgUEFDS0VUU19SQ1ZEIHdpbGwgYmUgcGFzc2Vk IHRvICotZG93biBzY3JpcHRzIG9uCnNlc3Npb24gdGVybWluYXRpb24gYW5kIG1heSBiZSB1c2Vk IGZvciBleHRlcm5hbCBhY2NvdW50aW5nLgoKRm9yIFJBRElVUyBzdXBwb3J0IGlzIHJlcXVpcmVk IHRvIGluc3RhbGwgbGF0ZXN0IEZyZWVCU0QgUkFESVVTIGNsaWVudApsaWJyYXJ5LCB0aGUgbGli cmFkaXVzLCB3aGljaCBzdXBwb3J0cyB0aGUgUkFESVVTIGFjY291bnRpbmcuIEN1cnJlbnRseQp0 aGUgbGlicmFyeSBpcyBpbmNsdWRlZCBpbiBGcmVlQlNEIDQuMC1DVVJSRU5ULCBidXQgdGhlcmUg YXJlIGNoYW5jZXMgdGhlCnVwZGF0ZWQgZm9yIGFjY291bnRpbmcgbGlicmFyeSB3aWxsIGJlIHBs YWNlZCBpbiAzLjMtU1RBQkxFIHNvb24uCgpCZWZvcmUgY29tcGlsaW5nIHNlZSB0aGUgcHBwZC9N YWtlZmlsZS5ic2QgZm9yIG5ldyBSQURJVVMtcmVsYXRlZCBvcHRpb25zLgpSQURJVVMgc3VwcG9y dCB3YXMgdGVzdGVkIG9uIEZyZWVCU0Qgc3lzdGVtIG9ubHkuIE90aGVyIHN5c3RlbSBNYWtlZmls ZXMgd2VyZQpub3QgdG91Y2hlZC4gQWRqdXN0IHNldHRpbmdzIGFzIHlvdSB3YW50IG9yIGRvbid0 IGZvcmdldCB0byBzcGVjaWZ5IHRoZXNlIG9uCm1ha2UgY29tbWFuZCBsaW5lLiBBZnRlciBjb21w aWxpbmcgdXNlIG1ha2UgaW5zdGFsbCBhcyB1c3VhbC4KClNlZSByYWRpdXMuc2FtcGxlcy9vcHRp b25zLnJhZGl1cyBzYW1wbGUgY29uZmlndXJhdGlvbiBmaWxlIGZvciBuZXcgb3B0aW9ucy4KCnJh ZGl1cwkJCVVzZSBSQURJVVMuIFdpdGhvdXQgdGhlIG9wdGlvbiBwcHBkIGRvZXNuJ3Qgc3VwcG9y dHMKCQkJUkFESVVTIGF0IGFsbC4KCnJhZGl1cy1jb25mIC9wYXRoL2ZpbGUJVXNlIC9wYXRoL2Zp bGUgYXMgUkFESVVTIGxpYnJhcnkgY29uZmlndXJhdGlvbiBmaWxlLgoJCQlXaXRob3V0IHRoZSBv cHRpb24gZGVmYXVsdCBsaWJyYWRpdXMgY29uZmlndXJhdGlvbgoJCQlmaWxlIHdpbGwgYmUgdXNl ZCAoL2V0Yy9yYWRpdXMuY29uZiBhcyBkb2N1bWVudGVkKS4KCnJhZGl1cy1vbmx5CQlJZiB0aGlz IG9wdGlvbiBpcyBzcGVjaWZpZWQsIHBwcGQgd2lsbCByZWplY3QgYW55CgkJCXVzZXIgaWYgUkFE SVVTIHJldHVybnMgQWNjZXNzLVJlamVjdC4gQnkgZGVmYXVsdAoJCQlwcHBkIHdpbGwgdHJ5IHRv IHVzZSBzZWNyZXRzIGZpbGUgb3IgVU5JWCBwYXNzd29yZAoJCQlkYXRhYmFzZSAob3IgUEFNLCBp ZiBjb21waWxlZCBpbikgaW4gY2FzZSBvZiBSQURJVVMKCQkJZmFpbHVyZS4KCnJhZGl1cy1ub2Fj Y3QJCUJ5IGRlZmF1bHQgcHBwZCB3aWxsIHNlbmQgdGhlIGFjY291bnRpbmcgcmVxdWVzdHMKCQkJ YWZ0ZXIgQWNjZXNzLUFjY2VwdCByZWNlaXZlZCBhbmQgb24gY29ubmVjdGlvbgoJCQl0ZXJtaW5h dGlvbi4gRmFpbHVyZSB0byByZWNlaXZlIHRoZSBBY2NvdW50aW5nLVJlc3BvbnNlCgkJCWZvciBT VEFSVCBwYWNrZXQgbGVhZHMgdG8gcmVqZWN0cyB0aGUgdXNlciBhcyBpbiBjYXNlCgkJCW9mIEFj Y2Vzcy1SZWplY3Qgd2l0aCBwb3NzaWJsZSBmYWxsYmFjayB0byBvdGhlcgoJCQlhdXRoZW50aWNh dGlvbiBtZXRob2RzIChzZWUgYWJvdmUpLiBXaXRoIHRoaXMgb3B0aW9uCgkJCW5vIGFjY291bnRp bmcgcGFja2V0cyB3aWxsIGJlIHNlbnQuCgpyYWRpdXMtcG9ydCBkZXY9cG9ydAlUaGlzIG9wdGlv biBkZWZpbmVzIGRldmljZSBuYW1lIHRvIHBvcnQgbnVtYmVyCgkJCXRyYW5zbGF0aW9uLiBkZXYg aXMgZGV2aWNlIG5hbWUgKGUuZy4gdHR5ZDUgb3IKCQkJL2Rldi90dHlkNSAtIHRoZSAvZGV2LyBw cmVmaXggaXMgc3RyaXBwZWQgaW50ZXJuYWxseSkuCgkJCXBvcnQgaXMgcG9ydCBudW1iZXIgZm9y IG5hbWVkIGRldmljZS4gUmVzZXJ2ZWQgd29yZAoJCQknZGVmYXVsdCcgZm9yIGRldmljZSBuYW1l IGlzIHVzZWQgYXMgZGVmYXVsdCBwb3J0IG51bWJlcgoJCQlmb3IgdW5zcGVjaWZpZWQgZGV2aWNl cy4gRGVmYXVsdCB2YWx1ZSBmb3IgZGVmYXVsdAoJCQlkZXZpY2UgaXMgMC4gV2hlbiByYWRpdXMt cG9ydCBvcHRpb24gaXNuJ3QgdXNlZCBhdAoJCQlhbGwgcHBwZCB3aWxsIHRyeSB0byBtYWtlIGRp ZmZlcmVudCBwb3J0IG51bWJlcnMKCQkJZm9yIGRpZmZlcmVudCBkZXZpY2VzIGJ1dCBkaXJlY3Qg dHJhbnNsYXRpb24gaXMKCQkJcHJlZmVycmVkLgoKZGVidWcJCQlXaXRoIHRoaXMgb3B0aW9uIHRo ZXJlIGFyZSBsb3RzIG9mIGRlYnVnZ2luZwoJCQlvdXRwdXQgaW4gbG9nIGZpbGUuIFVzZSBpdCBm b3IgbG9va2luZyBpbnRvIFJBRElVUwoJCQlyZXF1ZXN0cy9yZXNwb25zZXMgYW5kIHBwcGQgb3B0 aW9ucyBwYXNzZWQgYnkKCQkJUkFESVVTLiBWZXJ5IHVzZWZ1bCBmb3IgaW5pdGlhbCBzZXR0aW5n cy4KCkFmdGVyIHN1Y2Nlc3NmdWwgaW5zdGFsbGF0aW9uIG9mIGJpbmFyaWVzIGFuZCB1cGRhdGlu ZyB0aGUgb3B0aW9ucyBmaWxlCnRha2UgYSBsb29rIGludG8gcmFkaXVzLnNhbXBsZXMvZGljdGlv bmFyeS5wcHBkIGZpbGUuIFRoaXMgb25lIGRlZmluZXMKdHdvIGFkZGl0aW9uYWwgVmVuZG9yLVNw ZWNpZmljIFJBRElVUyBhdHRyaWJ1dGUgZm9yIFJBRElVUyBzZXJ2ZXIuIFlvdQptdXN0IHVwZGF0 ZSB5b3VyIFJBRElVUyBzZXJ2ZXIgY29uZmlndXJhdGlvbiBpbiBvcmRlciB0byBzdXBwb3J0IHRo ZXNlCmF0dHJpYnV0ZXMuIFNlZSB5b3VyIFJBRElVUyBzZXJ2ZXIgbWFudWFscyBmb3IgZGV0YWls cy4KClBQUEQtT3B0aW9uIG1heSBiZSB1c2VkIGZvciBzcGVjaWZ5aW5nIGFkZGl0aW9uYWwgcHBw ZCBvcHRpb25zIGluIFJBRElVUwpyZXBseSAodXN1YWxseSBpbiBBY2Nlc3MtQWNjZXB0IHBhY2tl dCksIGUuZy4gZm9yIGxvY2FsIElQIGFkZHJlc3MsCmNjcCBjb250cm9sIGFuZCBtb3JlLiBBbGwg b3B0aW9ucyBwYXNzZWQgd2lsbCBiZSBwcm9jZXNzZWQgYWZ0ZXIgYW55Cm90aGVyIG9wdGlvbnMg YW5kIG1heSBvdmVycmlkZSBpdC4gU3Vic2VxdWVudGx5LCBhbGwgUFBQRC1PcHRpb24gc3RyaW5n cwp3aWxsIGJlIHBhc3NlZCBiYWNrIGluIFJBRElVUyBhY2NvdW50aW5nIHJlcXVlc3RzLgoKUFBQ LVNjcmlwdC1FbnYgbWF5IGJlIHVzZWQgZm9yIHNwZWNpZnlpbmcgYW55IGV4dGVybmFsIHNjcmlw dCBlbnZpcm9ubWVudAp2YXJpYWJsZXMgb3IgZm9yIGNoYW5naW5nIHZhbHVlIG9mIGFscmVhZHkg ZGVmaW5lZCBvbmUuIEFsbCBzY3JpcHQgdmFyaWFibGVzCmFyZSBhbHNvIHBhc3NlZCB0byBSQURJ VVMgaW4gYWNjb3VudGluZyByZXF1ZXN0cyBhcyBQUFAtU2NyaXB0LUVudiBhdHRyaWJ1dGVzLgoK Tm90ZSB0aGUgcGFyc2luZyBvZiB0aGVzZSBhdHRyaWJ1dGVzIGlzbid0IGRvbmUgdG9vIHdlbGw6 IG9uZSBvbmx5IHN0cmluZyBpbgpvbmUgVmVuZG9yLVNwZWNpZmljIGF0dHJpYnV0ZSBtdXN0IGV4 aXN0LiBJZiB5b3Ugd2FudCBmb3IgbW9yZSB5b3UgYXJlIGZvcmNlZAp0byBwYXNzIHNvbWUgbnVt YmVyIG9mIFZlbmRvci1TcGVjaWZpYyBhdHRyaWJ1dGVzIHdpdGggb25lIHN0cmluZyBwZXIKYXR0 cmlidXRlLgoKQW5kIG5vdyBpcyB0aW1lIHRvIGNoZWNrIHlvdXIgL2V0Yy9yYWRpdXMuY29uZiAo Y2hlY2sgZm9yIG5ldyBzeW50YXggd2l0aAphY2NvdW50aW5nIHN1cHBvcnQpIGFuZCB0byBjb25m aWd1cmUgeW91ciBSQURJVVMgc2VydmVyIGZvciBwcHBkLiBVc2UKZGVidWcgb3B0aW9uIGZvciBm aXJzdCB0aW1lIC0gYWxsIFJBRElVUy1yZWxhdGVkIGluZm8gaW4gZGV0YWlscyB3aWxsCmJlIGxv Z2dlZCBhbmQgeW91IHdpbGwgc2VlIHdoYXQgaGFwcGVucy4KCgozLiBBQ0tOT1dMRURHRU1FTlRT CgpQYXVsIE1hY2tlcnJhcyA8UGF1bC5NYWNrZXJyYXNAY3MuYW51LmVkdS5hdT4gaXMgdGhlIGF1 dGhvciBvZiBwcHBkLTIuMy4xMC4KcGV0ZXJAZnJlZWJzZC5vcmcgaXMgdGhlIG1haW50YWluZXIg b2YgcHBwZCB2ZXJzaW9uIHVzZWQgaW4gRnJlZUJTRC4KSm9obiBQb2xzdHJhIDxqZHBAcG9sc3Ry YS5jb20+IGlzIHRoZSBhdXRob3Igb2YgRnJlZUJTRCBSQURJVVMgbGlicmFyeS4KT2xlZyBTZW15 b25vdiA8b3NAYWx0YXZpc3RhLm5ldD4gaXMgdGhlIGF1dGhvciBvZiBSQURJVVMgc3VwcG9ydCBm b3IgcHBwZC4KClRoaXMgaXMgdGhlIGFscGhhIHRlc3QgdmVyc2lvbiBvZiBwcHBkLTIuMy4xMC1y YWRpdXMgZm9yIEZyZWVCU0QuIEl0IHdhcwpkb25lIGZvciBteSBvd24gaW50ZXJuYWwgdXNlIGFu ZCBzZWVtcyB0byB3b3JrIGZvciBtZS4gSXQgbWF5IGJlIHVzZWZ1bApmb3Igb3RoZXJzIHNvIEkg d2FudCB0byByZWxlYXNlIGl0IHRvIHB1YmxpYy4gSWYgeW91IGhhdmUgYSBzdWdnZXNzdGlvbnMs CmJ1ZyByZXBvcnRzIG9yIGFueSBvdGhlciBpbmZvIC0gZmVlbCBmcmVlIHRvIGNvbnRhY3QgbWUu IFRoYW5rIHlvdSBmb3IKcmVhZGluZyB0aGlzIFJFQURNRSA7LSkKClJlZ2FyZHMsCiAgICBPbGVn IFNlbXlvbm92IDxvc0BhbHRhdmlzdGEubmV0PgogICAgMDMtTm92LTE5OTkuCgo= ------=_NextPart_000_0115_01BF507F.D3A5F280-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 5:37:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netcom.com (netcom5.netcom.com [199.183.9.105]) by hub.freebsd.org (Postfix) with ESMTP id 1B6F414DE5 for ; Mon, 27 Dec 1999 05:37:11 -0800 (PST) (envelope-from stanb@netcom.com) Received: (from stanb@localhost) by netcom.com (8.9.3/8.9.3) id FAA14591 for freebsd-questions@freebsd.org; Mon, 27 Dec 1999 05:37:08 -0800 (PST) From: Stan Brown Message-Id: <199912271337.FAA14591@netcom.com> Subject: softupdates and fsck To: freebsd-questions@freebsd.org (Free BSD Questions list) Date: Mon, 27 Dec 1999 08:37:08 -0500 (EST) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i am going to set up a couple of my machines to run softupdates. Do I need to change anything regariding runig fsck on reboot? If so where do i change it? -- Stan Brown stanb@netcom.com 404-996-6955 Factory Automation Systems Atlanta Ga. -- Look, look, see Windows 95. Buy, lemmings, buy! Pay no attention to that cliff ahead... Henry Spencer (c) 1998 Stan Brown. Redistribution via the Microsoft Network is prohibited. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 5:40:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id D330B150F0 for ; Mon, 27 Dec 1999 05:40:30 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id OAA21163 for freebsd-questions@FreeBSD.ORG; Mon, 27 Dec 1999 14:40:29 +0100 (CET) (envelope-from olli) Date: Mon, 27 Dec 1999 14:40:29 +0100 (CET) From: Oliver Fromme Message-Id: <199912271340.OAA21163@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: ``options TIMEZONE'' Organization: Administration TU Clausthal Reply-To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gary Kline wrote in list.freebsd-questions: > Do we have a way of hardcoding our TZ into the kernel as (I understand) > OpenBSD does in the KERNEL config file? > > option TIMEZONE=+800 Not that I'm aware of. Why would you want to do that anyway? It's much more convenient to configure it at runtime using the "tzsetup" tool. And you only have to do that once (unless you move to a different timezone). So what would be the point of hardcoding it in the kernel? Apart from that, the kernel doesn't care about the timezone at all, because it is always running on UTC. As far as I know, it only needs the timezone when accessing local MSDOS filesystems, because they use local (non-UTC) timestamps. This is an ugly hack, but what do you expect from MS stuff... Other than that, timezone information does not belong in the kernel. I'd recommend that you have a look at the adjkerntz(8) manpage, and maybe also read the manpages referenced in its "see also" section. Normally, "tzsetup" is all that you need, once in your computer's life. If you use sysinstall to install FreeBSD on your box, it will even run tzsetup for you, so you don't need it at all afterwards. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 5:42:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.cybersurf.net (smtp1.cybersurf.net [209.197.145.111]) by hub.freebsd.org (Postfix) with ESMTP id 623F014E09 for ; Mon, 27 Dec 1999 05:42:07 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.154.193]) by smtp1.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FNEJG500.Q0A for ; Mon, 27 Dec 1999 06:43:17 -0700 Message-ID: <000401bf5078$d320c120$c19ac5d1@webserver> From: "Duke Normandin" <01031149@3web.net> To: Subject: Re: cons25 && (midc, /stand/sysinstall, etc) Date: Sun, 26 Dec 1999 23:39:26 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----Original Message----- From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Date: Sunday, December 26, 1999 1:18 PM Subject: Re: cons25 && (midc, /stand/sysinstall, etc) >Duke Normandin wrote in list.freebsd-questions: > > TERM=cons25 > > vidcontrol -b lightblue -c destructive -m on 80x25 white blue > > > > 2 problems: > > a. midc & /stand/sysinstall come up in color, except the borders around > > every "window" are only "chars", i.e. "garbage" > >What font are you using? If it's a Latin1 font (ISO 8859-1), >then you should use TERM=cons25l1, not cons25. The easiest >way to accomplish this is to replace "cons25" by "cons25l1" in >your /etc/ttys file (type "kill -HUP 1" to let the change take >effect without having to reboot). The log out and log in, and >your TERM should be set correctly. > I'm not sure... I've changed it so often that I can't remember what the last one was ;) Anyhow, now that I know what to tinker with, I'll experiment with your suggestion. > > b. when I exit midc & /stand/sysinstall my screen is back to the default > > white on black. > >Sorry, can't help you about this one. I'm not using colors at >all. In my opinion, a real UNIX console is not supposed to >have colors. :-) Yeh, but "real UNIX consoles" are for "real UNIX users"... I'm just a UNIX peasant ;) > > > Mail archives indicated that these (and others, I suppose) apps. reset > > the console but did not offer much of a solution. Would a simple shell > > script that ran midc (for example) and did the vidcontrol thing as above > > work? > >Probably. > >#!/bin/sh - >midc "$@" >vidcontrol ... [whatever] > >Save the above as /usr/local/bin/mc, chmod 755 it, and you >should be done. > Thanks for the script example! What does the "$@" do/mean? -duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 5:51: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dragon.illusions.com (dragon.illusions.com [206.124.172.11]) by hub.freebsd.org (Postfix) with ESMTP id 99B251513A for ; Mon, 27 Dec 1999 05:51:05 -0800 (PST) (envelope-from ktaylor@dragon.illusions.com) Received: from dragon.illusions.com (localhost [127.0.0.1]) by dragon.illusions.com (8.8.4/8.8.4) with ESMTP id GAA20430 for ; Mon, 27 Dec 1999 06:51:02 -0700 (MST) Message-ID: <38676EC6.FE789407@dragon.illusions.com> Date: Mon, 27 Dec 1999 06:51:02 -0700 From: "Karl E. Taylor" Organization: Desert Dragon SOHO Solutions X-Mailer: Mozilla 4.61 [en] (X11; I; SunOS 5.5.1 i86pc) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: A request for some information, when you have the time. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I know you folks are extremely busy, so an answer is not a priority, but if you have the time, I'd like some information. I currently am working on a contract for a very large financial company and we are setting up some programs to report on Web metrics and URL activity. It's part of our e-commerce group. Currently we are using a combination of software, such as Analog, NetSaint, and some home grown Perl packages. I am curious to know what you folks use to measure and trend your web activity with. What software or packages do you use to collect and analyze all of the traffic you receive in a day? Since your site is one of the busiest in the world, I figured you would be a good choice for information. So, if you get half a chance, could you drop me a line and let me know what your using to measure your web activity with? Thank you. -- Karl E. Taylor UNIX Systems Analyst ktaylor@dragon.illusions.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 5:51:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out4.prserv.net [165.87.194.239]) by hub.freebsd.org (Postfix) with ESMTP id 55BB514E09 for ; Mon, 27 Dec 1999 05:51:35 -0800 (PST) (envelope-from mikegoe@ibm.net) Received: from roadwarrior ([129.37.208.27]) by prserv.net (out4) with SMTP id <19991227135125239038hs8be>; Mon, 27 Dec 1999 13:51:29 +0000 From: "Michael G." To: "questions@freebsd.org" Date: Mon, 27 Dec 1999 08:52:42 -0500 Reply-To: "Michael G." X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 95 (4.0.950) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Free BSD help Message-Id: <19991227135135.55BB514E09@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm currently loading the new 3.4-RELEASE on my main system and I believe I've found a problem with the install. I'm using the boot floppies with a novice install and loading via ftp.freebsd.org through a win95 proxy server. Whenever I get to the point to select my distribution I get a signal 11 when I select a custom distribution install. I did this 3 times with the exact same error. The archives indicate a probable memory failure, but not giving up yet I went ahead and tried one more install selecting one of the "canned" distribution sets. 7.5 hours later it is still happily installing so it looks as if it is not memory after all. In this situation my hardware is probably irrelevant but here it is: PII-350 192 Megs RAM Seagate 20 Gig Drive Graphics Blaster video w/8 megs Ampton PII-3100B MB w/i440BX AGP chipset I'd prefer a custom install and I may even get the CD when Walnut Creek releases it....we may need to ensure this problem doesn't exist on the CD. I hope everyone had a Merry Christmas...and I just can't wait to try out my new Applixware Office for FreeBSD :) Michael G. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 5:54:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gate.ispras.ru (gate.ispras.ru [194.67.37.200]) by hub.freebsd.org (Postfix) with ESMTP id 76E2314BF8 for ; Mon, 27 Dec 1999 05:54:44 -0800 (PST) (envelope-from grn@ispras.ru) Received: from ispgate (ispgate [194.67.37.200]) by gate.ispras.ru (8.9.3/8.9.3) with ESMTP id QAA03331 for ; Mon, 27 Dec 1999 16:54:31 +0300 (MSK) Date: Mon, 27 Dec 1999 16:54:31 +0300 (MSK) From: Grigory Kljuchnikov To: freebsd-questions@FreeBSD.ORG Subject: IDE Ultra DMA 66? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Who knows, Does FreeBSD support IDE Ultra DMA 66? Please, answer to my e-mail . Grigory Kljuchnikov ------------------------------------------------------------ Institute for System Programming Russian Academy of Sciences, 109004, Moscow, Russia, B.Kommunistitcheskay, 25, phone(work): +7-095-9125659 fax: +7-095-9121524 e-mail: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 6: 2:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out4.prserv.net [165.87.194.239]) by hub.freebsd.org (Postfix) with ESMTP id 6D0C514A28 for ; Mon, 27 Dec 1999 06:02:16 -0800 (PST) (envelope-from mikegoe@ibm.net) Received: from roadwarrior ([129.37.208.27]) by prserv.net (out4) with SMTP id <19991227140213239039dmvle>; Mon, 27 Dec 1999 14:02:14 +0000 From: "Michael G." To: "questions@freebsd.org" Date: Mon, 27 Dec 1999 09:03:38 -0500 Reply-To: "Michael G." X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 95 (4.0.950) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Bug in install Message-Id: <19991227140216.6D0C514A28@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My apologies....with the correct subject line. On Mon, 27 Dec 1999 08:52:42 -0500, Michael G. wrote: > I'm currently loading the new 3.4-RELEASE on my >main system and I believe I've found a problem with the >install. I'm using the boot floppies with a novice install >and loading via ftp.freebsd.org through a win95 proxy >server. Whenever I get to the point to select my >distribution I get a signal 11 when I select a custom >distribution install. I did this 3 times with the exact >same error. The archives indicate a probable memory >failure, but not giving up yet I went ahead and tried one >more install selecting one of the "canned" distribution >sets. 7.5 hours later it is still happily installing so >it looks as if it is not memory after all. In this >situation my hardware is probably irrelevant but here it >is: > >PII-350 >192 Megs RAM >Seagate 20 Gig Drive >Graphics Blaster video w/8 megs >Ampton PII-3100B MB w/i440BX AGP chipset > > I'd prefer a custom install and I may even get the >CD when Walnut Creek releases it....we may need to ensure >this problem doesn't exist on the CD. > > I hope everyone had a Merry Christmas...and I just >can't wait to try out my new Applixware Office for FreeBSD >:) > >Michael G. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 6:38:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netcom.com (netcom7.netcom.com [199.183.9.107]) by hub.freebsd.org (Postfix) with ESMTP id 44EBF14CEC for ; Mon, 27 Dec 1999 06:38:35 -0800 (PST) (envelope-from stanb@netcom.com) Received: (from stanb@localhost) by netcom.com (8.9.3/8.9.3) id GAA20960 for freebsd-questions@freebsd.org; Mon, 27 Dec 1999 06:38:33 -0800 (PST) From: Stan Brown Message-Id: <199912271438.GAA20960@netcom.com> Subject: softupdates, and cvsuped updates To: freebsd-questions@freebsd.org (Free BSD Questions list) Date: Mon, 27 Dec 1999 09:38:33 -0500 (EST) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Since I had to hard link the files for softupdates into the src tree, will I have to redo this next time I cvsup, and make world? -- Stan Brown stanb@netcom.com 404-996-6955 Factory Automation Systems Atlanta Ga. -- Look, look, see Windows 95. Buy, lemmings, buy! Pay no attention to that cliff ahead... Henry Spencer (c) 1998 Stan Brown. Redistribution via the Microsoft Network is prohibited. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 7: 3:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from crcst348.netaddress.usa.net (crcst348.netaddress.usa.net [204.68.23.93]) by hub.freebsd.org (Postfix) with SMTP id 5D9C714D08 for ; Mon, 27 Dec 1999 07:03:25 -0800 (PST) (envelope-from praveenkrsingh@usa.net) Received: (qmail 14343 invoked from network); 27 Dec 1999 14:58:57 -0000 Received: from nw128.netaddress.usa.net (204.68.24.28) by outbound.netaddress.usa.net with SMTP; 27 Dec 1999 14:58:57 -0000 Received: (qmail 11915 invoked by uid 60001); 27 Dec 1999 15:03:23 -0000 Message-ID: <19991227150323.11914.qmail@nw128.netaddress.usa.net> Received: from 204.68.24.28 by nw128 for [163.122.21.18] via web-mailer(M3.4.0.33) on Mon Dec 27 15:03:23 GMT 1999 Date: 27 Dec 99 08:03:23 MST From: praveen kumar To: freebsd-questions@freebsd.org Subject: COM Support in BSD? X-Mailer: USANET web-mailer (M3.4.0.33) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello FreeBSD, I am a software developer currently developing programs on NT..I am trying on BSD these days would like to find the touch of COM development here as well.I think Microsoft has at least one good thing to= give to the rest of world that is... COM . But yes,I would not like to switch to CORBA as an option.Is there any work going out there in FreeBSD= developement for intergrating COM support on FreeBSD. It will certainily help the Application development community on BSD. Can anybody help me out? Regards Hardeep Singh hardeep.parmar@tatainfotech.com ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D= 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 7:10: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc3.on.home.com (ha1.rdc3.on.home.com [24.2.9.68]) by hub.freebsd.org (Postfix) with ESMTP id 0072314CEC for ; Mon, 27 Dec 1999 07:10:00 -0800 (PST) (envelope-from a.genkin@utoronto.ca) Received: from main.wgaf.net ([24.114.152.71]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <19991227150750.FXAP7552.mail.rdc3.on.home.com@main.wgaf.net> for ; Mon, 27 Dec 1999 07:07:50 -0800 Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 122bmY-0000Cs-00; Mon, 27 Dec 1999 10:09:58 -0500 To: freebsd-questions@freebsd.org Subject: Networking problem (outside interface "hangs") X-Face: 0=A/O5-+sE[Tf%X>rYr?Y5LD4,:^'jaJ!4jC&UR*ZrrK2>^`g22Qeb]!:d;}2YJ|Hq"LHdF OX`jWX|AT-WVFQ(TPhFVak)0nt$aEdlOq=1~D,:\z5QlVOrZ2(H,mKg=Xr|'VlHA="r Organization: Wgaf From: Arcady Genkin Date: 27 Dec 1999 10:09:58 -0500 Message-ID: <87vh5k773t.fsf@main.wgaf.net> Lines: 47 User-Agent: Gnus/5.0802 (Gnus v5.8.2) XEmacs/21.1 (Bryce Canyon) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a FreeBSD box configured as an open firewall. It has two network interfaces: 1. ISA NE2K for an outside connection (cable modem, dhcp). 2. PCI Realtek8139 for the inside (local LAN), fixed IP. Once in a while the outside interface "hangs". "netstat -i" halts indefinitely trying to display information for ed1. Rebooting cures the problem. I don't see any weird messages in /var/log/ at all. My /etc/rc.conf.local looks like this: ,----- | network_interfaces="ed1 rl0 lo0" | ifconfig_rl0="inet 192.168.1.1 netmask 255.255.255.0 media 100baseTX mediaopt full-duplex" | ifconfig_ed1="DHCP" | | inetd_flags="-lwW" | log_in_vain="YES" | | firewall_enable="YES" | firewall_type="OPEN" | natd_enable="YES" | natd_interface="ed1" | gateway_enable="YES" | router_enable="YES" `----- Other than that, networking works fine, and there is no collisions or any other errors. ,----- | door:/var/log$ netstat -i | Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll | rl0 1500 00.a0.4b.04.af.40 422 0 329 0 0 | rl0 1500 192.168.1 door 422 0 329 0 0 | ed1 1500 52.54.4c.17.c9.5c 122 0 131 0 0 | ed1 1500 24.114.152.64 cr103675-a.bloo 122 0 131 0 0 | lo0 16384 0 0 0 0 0 | lo0 16384 127 localhost 0 0 0 0 0 `----- How could I debug it? Could it be a problem with the NIC? Thanks for any ideas! -- Arcady Genkin http://wgaf.dyndns.org "'What good is my pity? Is not the pity the cross upon which he who loves man is nailed?..'" (Zarathustra - F. Nietzsche) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 7:15: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ppp224.sl.ru (ppp224.sl.ru [212.24.44.224]) by hub.freebsd.org (Postfix) with SMTP id 2EE8414DCA for ; Mon, 27 Dec 1999 07:14:45 -0800 (PST) (envelope-from blaze@sl.ru) Received: (qmail 99384 invoked from network); 27 Dec 1999 15:14:36 -0000 Received: from main.intranet (192.168.1.1) by gw.intranet with SMTP; 27 Dec 1999 15:14:36 -0000 Received: from localhost (blaze@localhost) by main.intranet (8.9.3/8.8.8) with ESMTP id SAA00328 for ; Mon, 27 Dec 1999 18:14:35 +0300 (MSK) X-Authentication-Warning: main.intranet: blaze owned process doing -bs Date: Mon, 27 Dec 1999 18:14:35 +0300 (MSK) From: Andrey Sverdlichenko X-Sender: blaze@main.intranet To: questions@freebsd.org Subject: Genius Video Wonder Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. Somebody uses Genius Video Wonder Pro II V2 TV tuner under FreeBSD? It detected by bktr driver as 'unknown' and, as i can see, fxtv can't control tuner. bktr0: irq 11 at device 17.0 on pci0 iicbb0: on bti2c0 iicbus0: on iicbb0 master-only smbus0: on bti2c0 Warning - card vendor 0x1852 (model 0x1852) unknown. Miro TV, Temic NTSC tuner. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 7:18:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from techpower.net (techpower.net [205.133.231.1]) by hub.freebsd.org (Postfix) with ESMTP id D331714D1F; Mon, 27 Dec 1999 07:18:39 -0800 (PST) (envelope-from hometeam@techpower.net) Received: from localhost (hometeam@localhost) by techpower.net (8.9.3/8.9.3) with ESMTP id KAA00386; Mon, 27 Dec 1999 10:20:07 GMT (envelope-from hometeam@techpower.net) Date: Mon, 27 Dec 1999 10:20:07 +0000 (GMT) From: hometeam To: Oleg Semyonov Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: patches for pppd-2.3.10-radius are here In-Reply-To: <011801bf506f$16aa1360$0400a8c0@admin.dnepr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 2.3.10 will not compile on 3.4 stable . On Mon, 27 Dec 1999, Oleg Semyonov wrote: > Hi all! > > I'am receiving many questions about pppd patch for RADIUS > support. So, I decide to make it available via ftp. Briefly, > it is patch to pppd-2.3.10 for using this version with FreeBSD > system (based on currently bundled version) plus optional ability > to use RADIUS authentication and accounting (based on standard > FreeBSD RADIUS library by John Polstra). > > readme.txt . . . . . . . . . . . Dec 24 10:43 1k > README.RADIUS. . . . . . . . . . Dec 24 10:29 10k > libradius.tar.gz . . . . . . . . Dec 24 10:19 14k > ppp-2.3.10-radius.diff.gz. . . . Dec 24 10:19 20k > ppp-2.3.10.tar.gz. . . . . . . . Sep 17 06:16 766k > > Main ftp site is ftp://ftp.energodar.dp.ua/pub/FreeBSD/RADIUS/ > Mirror for patches is at ftp://ftp.slashnet.org/users/shonson/ > > README.RADIUS is attached to the message. > > Try it out! > > OS (os@altavista.net), ICQ:31256452 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 7:19:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relay.ucb.crimea.ua (UCB-Async4-CRISCO.CRIS.NET [212.110.129.130]) by hub.freebsd.org (Postfix) with ESMTP id 1F4161504D for ; Mon, 27 Dec 1999 07:19:39 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id RAA52567; Mon, 27 Dec 1999 17:19:07 +0200 (EET) (envelope-from ru) Date: Mon, 27 Dec 1999 17:19:06 +0200 From: Ruslan Ermilov To: Arcady Genkin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Networking problem (outside interface "hangs") Message-ID: <19991227171906.A51151@relay.ucb.crimea.ua> Mail-Followup-To: Arcady Genkin , freebsd-questions@FreeBSD.ORG References: <87vh5k773t.fsf@main.wgaf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <87vh5k773t.fsf@main.wgaf.net>; from Arcady Genkin on Mon, Dec 27, 1999 at 10:09:58AM -0500 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 27, 1999 at 10:09:58AM -0500, Arcady Genkin wrote: > I have a FreeBSD box configured as an open firewall. It has two > network interfaces: > > 1. ISA NE2K for an outside connection (cable modem, dhcp). > 2. PCI Realtek8139 for the inside (local LAN), fixed IP. > > Once in a while the outside interface "hangs". "netstat -i" halts > indefinitely trying to display information for ed1. > What about "netstat -in"? > Rebooting cures the problem. > > I don't see any weird messages in /var/log/ at all. > > My /etc/rc.conf.local looks like this: > ,----- > | network_interfaces="ed1 rl0 lo0" > | ifconfig_rl0="inet 192.168.1.1 netmask 255.255.255.0 media 100baseTX mediaopt full-duplex" > | ifconfig_ed1="DHCP" > | > | inetd_flags="-lwW" > | log_in_vain="YES" > | > | firewall_enable="YES" > | firewall_type="OPEN" > | natd_enable="YES" > | natd_interface="ed1" > | gateway_enable="YES" > | router_enable="YES" > `----- > Other than that, networking works fine, and there is no collisions or > any other errors. > ,----- > | door:/var/log$ netstat -i > | Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll > | rl0 1500 00.a0.4b.04.af.40 422 0 329 0 0 > | rl0 1500 192.168.1 door 422 0 329 0 0 > | ed1 1500 52.54.4c.17.c9.5c 122 0 131 0 0 > | ed1 1500 24.114.152.64 cr103675-a.bloo 122 0 131 0 0 > | lo0 16384 0 0 0 0 0 > | lo0 16384 127 localhost 0 0 0 0 0 > `----- > How could I debug it? Could it be a problem with the NIC? Thanks for > any ideas! -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 7:25: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gvinpin.grad.kiev.ua (KievglavArhit-UTC.ukrtel.net [195.5.25.54]) by hub.freebsd.org (Postfix) with ESMTP id 54E261504D for ; Mon, 27 Dec 1999 07:24:59 -0800 (PST) (envelope-from rssh@gvinpin.grad.kiev.ua) Received: from localhost (rssh@localhost) by gvinpin.grad.kiev.ua (8.8.7/8.8.7) with ESMTP id RAA20762; Mon, 27 Dec 1999 17:24:37 +0200 Date: Mon, 27 Dec 1999 17:24:36 +0200 (EET) From: To: praveen kumar Cc: freebsd-questions@FreeBSD.ORG Subject: Re: COM Support in BSD? In-Reply-To: <19991227150323.11914.qmail@nw128.netaddress.usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 1. Open Co COM sources are developed by X/Open, you can try port ones to FreeBSD. (look at www.xopen.org) 2. Software AGG developed COM for Linux 3. In future, M$ closed specs of COM+ and they are not aviable to third parties, so next versions of COM will be not aviableon U*IX 4. I hightkly reccomen use CORBA ;) On 27 Dec 1999, praveen kumar wrote: > Hello FreeBSD, > > I am a software developer currently developing programs on NT..I > am trying on BSD these days would like to find the touch of COM > development here as well.I think Microsoft has at least one good thing to > give to the rest of world that is... COM . But yes,I would not like to > switch to CORBA as an option.Is there any work going out there in FreeBSD > developement for intergrating COM support on FreeBSD. It will certainily > help the Application development community on BSD. Can anybody help me > out? > > Regards > Hardeep Singh > hardeep.parmar@tatainfotech.com > > ____________________________________________________________________ > Get free email and a permanent address at http://www.netaddress.com/?N=1 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 7:37:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 9DB3014EFF for ; Mon, 27 Dec 1999 07:37:26 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 20335 invoked from network); 27 Dec 1999 15:37:24 -0000 Received: from userca65.uk.uudial.com (HELO marder-1.) (62.188.150.133) by smtp.dial.pipex.com with SMTP; 27 Dec 1999 15:37:24 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id PAA86518; Mon, 27 Dec 1999 15:37:37 GMT (envelope-from mark) Date: Mon, 27 Dec 1999 15:37:36 +0000 From: Mark Ovens To: "Michael G." Cc: "questions@freebsd.org" Subject: Re: Free BSD help Message-ID: <19991227153736.E1290@marder-1> References: <19991227135135.55BB514E09@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991227135135.55BB514E09@hub.freebsd.org> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 27, 1999 at 08:52:42AM -0500, Michael G. wrote: > I'm currently loading the new 3.4-RELEASE on my > main system and I believe I've found a problem with the > install. I'm using the boot floppies with a novice install > and loading via ftp.freebsd.org through a win95 proxy > server. Whenever I get to the point to select my > distribution I get a signal 11 when I select a custom > distribution install. This is a known problem. See http://www.uk.freebsd.org/releases/3.4R/errata.html for the solution. HTH > I did this 3 times with the exact > same error. The archives indicate a probable memory > failure, but not giving up yet I went ahead and tried one > more install selecting one of the "canned" distribution > sets. 7.5 hours later it is still happily installing so > it looks as if it is not memory after all. In this > situation my hardware is probably irrelevant but here it > is: > > PII-350 > 192 Megs RAM > Seagate 20 Gig Drive > Graphics Blaster video w/8 megs > Ampton PII-3100B MB w/i440BX AGP chipset > > I'd prefer a custom install and I may even get the > CD when Walnut Creek releases it....we may need to ensure > this problem doesn't exist on the CD. > > I hope everyone had a Merry Christmas...and I just > can't wait to try out my new Applixware Office for FreeBSD > :) > > Michael G. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 7:39: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 4412C150CC for ; Mon, 27 Dec 1999 07:38:57 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 20381 invoked from network); 27 Dec 1999 15:38:55 -0000 Received: from userca65.uk.uudial.com (HELO marder-1.) (62.188.150.133) by smtp.dial.pipex.com with SMTP; 27 Dec 1999 15:38:55 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id PAA86539; Mon, 27 Dec 1999 15:39:07 GMT (envelope-from mark) Date: Mon, 27 Dec 1999 15:39:07 +0000 From: Mark Ovens To: Stan Brown Cc: Free BSD Questions list Subject: Re: softupdates, and cvsuped updates Message-ID: <19991227153907.F1290@marder-1> References: <199912271438.GAA20960@netcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <199912271438.GAA20960@netcom.com> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 27, 1999 at 09:38:33AM -0500, Stan Brown wrote: > Since I had to hard link the files for softupdates into the src tree, > will I have to redo this next time I cvsup, and make world? > No. I just cvsup'd -STABLE and did a ``make world'' last night and everythings still works OK. > -- > Stan Brown stanb@netcom.com 404-996-6955 > Factory Automation Systems > Atlanta Ga. > -- > Look, look, see Windows 95. Buy, lemmings, buy! > Pay no attention to that cliff ahead... Henry Spencer > (c) 1998 Stan Brown. Redistribution via the Microsoft Network is prohibited. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 8: 4:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hla.com.tw (mail.hla.com.tw [210.244.111.4]) by hub.freebsd.org (Postfix) with ESMTP id 567F314D24 for ; Mon, 27 Dec 1999 08:04:39 -0800 (PST) (envelope-from billy@mail.hla.com.tw) Received: from ya (www.hla.com.tw [210.244.111.2]) by mail.hla.com.tw (8.9.3/8.9.3) with SMTP id AAA54230 for ; Thu, 28 Oct 1999 00:06:37 +0800 (CST) Message-ID: <000801bf5085$28307500$026ff4d2@hla.com.tw> From: "billy" To: Subject: Ask a question! Date: Tue, 28 Dec 1999 00:12:22 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF50C8.36322340" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BF50C8.36322340 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable Dear sirs: I have a freebsd server which use 'NATD,IPFIREWALL' service. Can I make some change when users use Internet explore must set = proxy. If not set proxy server. They couldn't use Internet resource. Name: Billy Hour Email:billy@mail.hla.com.tw Thanks a lot. =20 ------=_NextPart_000_0005_01BF50C8.36322340 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
Dear sirs:
      I have a freebsd = server which=20 use 'NATD,IPFIREWALL' service.
     Can I make some change when = users use=20 Internet explore must set proxy.
     If not set proxy = server. They=20 couldn't use Internet resource.
 
    Name: Billy = Hour
    Email:billy@mail.hla.com.tw
 
          &nbs= p;            = ; =20 Thanks a lot. 
------=_NextPart_000_0005_01BF50C8.36322340-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 8:12:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id C249C14CE8 for ; Mon, 27 Dec 1999 08:12:20 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (pix.gdl.megared.net.mx [207.249.162.253]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id KAA64940; Mon, 27 Dec 1999 10:11:15 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <010601bf5085$2030ba40$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "billy" , References: <000801bf5085$28307500$026ff4d2@hla.com.tw> Subject: RE: Ask a question! Date: Mon, 27 Dec 1999 10:12:08 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0103_01BF5052.D57C59A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0103_01BF5052.D57C59A0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable Hi,=20 If your server its doing NAT, then your clients dont nedd to set = proxy mode in their browsers, just make sure that all your clients have = the internal IP Address of your server as their default gateway. Greetings Ales ----- Original Message -----=20 From: billy=20 To: freebsd-questions@FreeBSD.ORG=20 Sent: Monday, December 27, 1999 10:12 AM Subject: Ask a question! Dear sirs: I have a freebsd server which use 'NATD,IPFIREWALL' service. Can I make some change when users use Internet explore must set = proxy. If not set proxy server. They couldn't use Internet resource. =20 Name: Billy Hour Email:billy@mail.hla.com.tw =20 Thanks a lot. =20 ------=_NextPart_000_0103_01BF5052.D57C59A0 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
Hi,
 
    If your server its = doing NAT,=20 then your clients dont nedd to set proxy mode in their browsers, just = make sure=20 that all your clients have the internal IP Address of your server as = their=20 default gateway.
 
Greetings
Ales
 
----- Original Message -----
From:=20 billy=20
To: freebsd-questions@FreeBSD.ORG =
Sent: Monday, December 27, 1999 = 10:12=20 AM
Subject: Ask a question!

Dear sirs:
      I have a freebsd = server which=20 use 'NATD,IPFIREWALL' service.
     Can I make some change = when users=20 use Internet explore must set proxy.
     If not set proxy = server. They=20 couldn't use Internet resource.
 
    Name: Billy = Hour
    Email:billy@mail.hla.com.tw
 
          &nbs= p;            = ; =20 Thanks a lot. 
------=_NextPart_000_0103_01BF5052.D57C59A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 8:18:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 1262015049 for ; Mon, 27 Dec 1999 08:18:28 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (pix.gdl.megared.net.mx [207.249.162.253]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id KAA66022; Mon, 27 Dec 1999 10:17:29 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <014801bf5085$ff337ca0$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Duke Normandin" <01031149@3web.net>, "freebsd-questions" References: <001b01bf4e5a$e85a04e0$c39ec5d1@webserver> Subject: RE: Compaq Netflex Enet/ISA NIC Date: Mon, 27 Dec 1999 10:18:23 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I think it works with the tl driver. Greetings Ales ----- Original Message ----- From: Duke Normandin <01031149@3web.net> To: freebsd-questions Sent: Friday, December 24, 1999 3:39 PM Subject: Compaq Netflex Enet/ISA NIC > I have a legacy Compaq Netflex Enet/ISA Nic installed, which is also > identified and recognized by win95 as an Intel EtherExpress 16/16TP. It > isn't being recognized by 3.3Release with the GENERIC kernel. I searched > the mailing list archives and found that _perhaps_ the "ix" driver may > work. However, it appears that this driver is not included with > 3.3Release. Would someone please point me to this driver - if it's still > available. TIA > > -duke > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 8:26:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id B8A3414E2B for ; Mon, 27 Dec 1999 08:26:22 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 122cyO-000MBH-00; Mon, 27 Dec 1999 16:26:16 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id QAA64865 for ; Mon, 27 Dec 1999 16:26:16 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Mon, 27 Dec 1999 16:26:16 +0000 (GMT) From: Jonathon McKitrick To: freebsd-questions@freebsd.org Subject: running stable AND current Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm considering repartitioning my windows partition to accomodate a new slice for -CURRENT. I was thinking of getting the 4.0 snapshot from freebsdmall. Does the latest version run faster or more efficiently because of the new VM routines? Would it be recommended to do or not do this? WOuld it just make sense to wait for 4.0 next month/year/pseudo-next-century? -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 8:29:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 6156014E2B for ; Mon, 27 Dec 1999 08:29:23 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (pix.gdl.megared.net.mx [207.249.162.253]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id KAA67722; Mon, 27 Dec 1999 10:28:10 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <019401bf5087$7f38d020$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Dean Hollister" Cc: "FreeBSD Questions" References: Subject: RE: Installing via proxy server? Date: Mon, 27 Dec 1999 10:29:03 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, If you are behind a proxy, just make sure that you can establish an ftp connection to the outworld, if you can do it, then it will be very simple, just follow these directions: http://www.freebsd.org/handbook/install.html Have Fun... Ales ----- Original Message ----- From: Dean Hollister To: Alejandro Ramirez Cc: FreeBSD Questions Sent: Friday, December 24, 1999 7:05 PM Subject: RE: Installing via proxy server? > On Fri, 24 Dec 1999, Alejandro Ramirez wrote: > > > Yes. > > Umm, silly question....but how? > > Regards, > > d. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 8:31:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mtrainer.metamor-pdx.com (comsyspdx.com [207.202.130.210]) by hub.freebsd.org (Postfix) with ESMTP id DF87114E3C for ; Mon, 27 Dec 1999 08:31:38 -0800 (PST) (envelope-from ERabii@comsyspdx.com) Received: by comsyspdx.com with Internet Mail Service (5.5.2650.21) id ; Mon, 27 Dec 1999 08:29:57 -0800 Message-ID: <9DFF8EE96CFFD1118F110060084009BB82EAF2@comsyspdx.com> From: Elsa Rabii To: "'freebsd-questions@FreeBSD.ORG'" Subject: UNIX TO AS400 Date: Mon, 27 Dec 1999 08:29:50 -0800 Importance: high X-Priority: 1 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > HI! I have a client who needs to port Unix-C source to the AS/400. > Have you ever had a customer with this issue? I am planning to TCP/IP-FTP the file. RS600 TO AS/400. Do you have any documentation that I can refer to? Thank you, COMSYS Elsa Rabii Phone: (503) 293-2499 Fax: (503) 293-3898 erabii@comsys.com www.comsys.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 8:34:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 7CD4714D94 for ; Mon, 27 Dec 1999 08:34:51 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id KAA68590; Mon, 27 Dec 1999 10:33:48 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <004701bf5088$48971b20$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: , References: Subject: RE: extract / dump Date: Mon, 27 Dec 1999 10:34:41 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Try 0 when the system ask you, because you are already positioned in the type. Have Fun... Ales ----- Original Message ----- From: To: Sent: Friday, December 24, 1999 9:33 PM Subject: extract / dump > I'm having a heck of a time extracting a file from dump. I don't know if > I'm leaving something out of the process or what. Hope someone can help > out here.. Here is what I am doing.......... > > mt -f /dev/nrsa0 fsf 2 > # > # restore -i > restore > add somesource.c > restore > extract > You have not read any tapes yet. > Unless you know which volume your file(s) are on you should start > with the last volume and work towards the first. > Specify next volume #: > > At this point I just ^c to get the heck out. I enter a 2 hoping that would > do the trick but it does nothing. > Any help would be wonderful.. > > Keith > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 8:46:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out4.prserv.net [165.87.194.239]) by hub.freebsd.org (Postfix) with ESMTP id 6A65B150A8 for ; Mon, 27 Dec 1999 08:46:40 -0800 (PST) (envelope-from mikegoe@ibm.net) Received: from roadwarrior ([129.37.208.27]) by prserv.net (out4) with SMTP id <19991227164623239033acnoe>; Mon, 27 Dec 1999 16:46:34 +0000 From: "Michael G." To: "freebsd-questions@freebsd.org" , "Alejandro Ramirez" Date: Mon, 27 Dec 1999 11:47:42 -0500 Reply-To: "Michael G." X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 95 (4.0.950) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: RE: Installing via proxy server? Message-Id: <19991227164640.6A65B150A8@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I wrote an article on this once by way of my win95 notebook...which I'm doing right now. You can view it at www.freebsdzine.org and go to the archived issues..issue number 3. Michael G. On Mon, 27 Dec 1999 10:29:03 -0600, Alejandro Ramirez wrote: >Hi, > > If you are behind a proxy, just make sure that you can establish an ftp >connection to the outworld, if you can do it, then it will be very simple, >just follow these directions: > >http://www.freebsd.org/handbook/install.html > >Have Fun... >Ales > >----- Original Message ----- >From: Dean Hollister >To: Alejandro Ramirez >Cc: FreeBSD Questions >Sent: Friday, December 24, 1999 7:05 PM >Subject: RE: Installing via proxy server? > > >> On Fri, 24 Dec 1999, Alejandro Ramirez wrote: >> >> > Yes. >> >> Umm, silly question....but how? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 8:51: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kaunas.aiva.lt (kaunas.aiva.lt [193.219.247.177]) by hub.freebsd.org (Postfix) with ESMTP id A212F15034 for ; Mon, 27 Dec 1999 08:51:01 -0800 (PST) (envelope-from f1926@kaunas.aiva.lt) Received: from briviba.lt (s25.kaunas.aiva.lt [193.219.247.155]) by kaunas.aiva.lt (8.9.3/8.9.3) with SMTP id SAA23599 for ; Mon, 27 Dec 1999 18:50:55 +0200 From: Tomas Furmonavicius To: freebsd-questions@FreeBSD.ORG Subject: Compiling OpenCascade Date: Mon, 27 Dec 1999 18:30:36 +0200 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99122718525700.00771@briviba.lt> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm trying to build OpenCascade (www.opencascade.org) on FreeBSD 3.3. The problem is, that default compiler - gcc 2.7.x can't compile any serious C++ program (including OpenCascade of course). I tried to install gcc 2.95 from ports collection, but there's no shared c++ support libs (libstdc++ and libg++) included in the package, only static libstdc++.a. I don't have much experience with BSDs , so I have a question: where can I get complete egcs compiler suite (or gcc 2.95), and how should I install it as default compiler, instead of gcc 2.7.x ? Tomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 9: 2:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 3944F15283 for ; Mon, 27 Dec 1999 09:02:13 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id SAA28477 for freebsd-questions@FreeBSD.ORG; Mon, 27 Dec 1999 18:02:12 +0100 (CET) (envelope-from olli) Date: Mon, 27 Dec 1999 18:02:12 +0100 (CET) From: Oliver Fromme Message-Id: <199912271702.SAA28477@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: cons25 && (midc, /stand/sysinstall, etc) Organization: Administration TU Clausthal Reply-To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Duke Normandin wrote in list.freebsd-questions: > From: Oliver Fromme > >#!/bin/sh - > >midc "$@" > >vidcontrol ... [whatever] > > > >Save the above as /usr/local/bin/mc, chmod 755 it, and you > >should be done. > > Thanks for the script example! What does the "$@" do/mean? It will preserve all command-line options and arguments (including any whitespace), and forward them to midc as-is. See the explanation of ``@'' in the section "Special Parameters" in the manpage of sh. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 9: 3:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from srv7-bnu.bnu.nutecnet.com.br (dlri3-26.bnu.zaz.com.br [200.248.48.26]) by hub.freebsd.org (Postfix) with ESMTP id 73E4C15160 for ; Mon, 27 Dec 1999 09:03:30 -0800 (PST) (envelope-from fatboy@linuxbr.com.br) Received: from ed0.void.org (dlri7-248-158-114.joi.zaz.com.br [200.248.158.114]) by srv7-bnu.bnu.nutecnet.com.br (8.9.3/8.9.3) with SMTP id PAA10191 for ; Mon, 27 Dec 1999 15:06:30 -0200 Message-ID: <000c01bf508c$408ba3c0$c800000a@void.org> From: "Jackson Donadel" To: Subject: kernel name Date: Mon, 27 Dec 1999 15:03:03 -0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01BF507B.7967ABA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0009_01BF507B.7967ABA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable There is some problem to change the name kernel to another? some foo aplications use the name kernel?, or all one use sysctl to get = the real name? config kernel root on wd0 ------=_NextPart_000_0009_01BF507B.7967ABA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
There is some problem to change the = name kernel to=20 another?
some foo aplications use the name = kernel?, or all=20 one use sysctl to get the real name?
 
config          = kernel =20 root on wd0
------=_NextPart_000_0009_01BF507B.7967ABA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 9:13:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from srv7-bnu.bnu.nutecnet.com.br (dlri3-26.bnu.zaz.com.br [200.248.48.26]) by hub.freebsd.org (Postfix) with ESMTP id 1834514DEE for ; Mon, 27 Dec 1999 09:13:13 -0800 (PST) (envelope-from fatboy@linuxbr.com.br) Received: from ed0.void.org (dlri7-248-158-114.joi.zaz.com.br [200.248.158.114]) by srv7-bnu.bnu.nutecnet.com.br (8.9.3/8.9.3) with SMTP id PAA10750 for ; Mon, 27 Dec 1999 15:16:10 -0200 Message-ID: <003301bf508d$9c28e5c0$c800000a@void.org> From: "Jackson Donadel" To: Subject: users Date: Mon, 27 Dec 1999 15:12:24 -0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002E_01BF507C.C7CB00C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_002E_01BF507C.C7CB00C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, I receive a message from mailer-daemon at alaskaair.com, but no problem I writing here, because something pass in my head, when receive that = mail WHO is using FreeBSD? What Companies? We cannot make some marketing divulging the name of companies using = freebsd? eg Void Corp, Uses FreeBSD and you? Understand? Jackson ------=_NextPart_000_002E_01BF507C.C7CB00C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi all,
 
I receive a message from mailer-daemon = at=20 alaskaair.com, but no problem
I writing here, because something = pass in my=20 head, when receive that mail
 
WHO is using FreeBSD?
What Companies?
 
We cannot make some marketing divulging = the name of=20 companies using freebsd?
 
eg
 
Void Corp, Uses FreeBSD and = you?
 
 
Understand?
 
 
Jackson
------=_NextPart_000_002E_01BF507C.C7CB00C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 9:24:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.10.60]) by hub.freebsd.org (Postfix) with ESMTP id AF6AB150CF for ; Mon, 27 Dec 1999 09:24:19 -0800 (PST) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.9.2/8.9.2) with ESMTP id SAA59443; Mon, 27 Dec 1999 18:24:01 +0100 (CET) (envelope-from kheuer@gwdu60.gwdg.de) Date: Mon, 27 Dec 1999 18:24:01 +0100 (CET) From: Konrad Heuer To: Gianmarco Giovannelli Cc: jc16xxx , freebsd-questions@FreeBSD.ORG Subject: Re: (Kein Betreff) In-Reply-To: <4.2.0.58.19991227124104.00a3e570@194.184.65.4> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 27 Dec 1999, Gianmarco Giovannelli wrote: > At 27/12/99, jc16xxx wrote: > >hey, im a 16 years old boy who wants to download freeBSD from you > >server, but he cdon=B4t know how to do this, help me!!! > >Please answer over mail. >=20 > Hi Kein... > FreeBSD is a very long download on a dedicated line... You can't imagine = to=20 > download by modem... > I strongly suggest you to buy a cdrom copy from your local reseller or fr= om=20 > http://www.cdrom.com or http://www.cheapbytes.com In Deutschland ist der Bezug der FreeBSD-Original-CDs recht bequem ueber die SuSE GmbH (http://www.suse.de bzw. aktuell fuer FreeBSD 3.3-RELEASE http://www.suse.de/de/produkte/cdrom/data/data_cd/20147_12.html) moeglich. In Germany, ordering the FreeBSD CDs from SuSE GmbH (http://www.suse.de) is a convenient way. Regards // // Konrad Heuer ____ ___ _____= __=20 // Gesellschaft f=FCr wissenschaftliche / __/______ ___ / _ )/ __= / _ \ // Datenverarbeitung mbH G=D6ttingen / _// __/ -_) -_) _ |\ \/= // / // Am Fa=DFberg, D-37077 G=D6ttingen /_/ /_/ \__/\__/____/___= /____/=20 // Deutschland (Germany) ----- The Power to Serve ----= - // http://www.freebsd.org // kheuer@gwdu60.gwdg.de // To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 9:31:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id B8B2F14FA8 for ; Mon, 27 Dec 1999 09:31:12 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id LAA78236; Mon, 27 Dec 1999 11:30:02 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <00d001bf5090$21815520$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Stan Brown" , "Free BSD Questions list" References: <199912271337.FAA14591@netcom.com> Subject: RE: softupdates and fsck Date: Mon, 27 Dec 1999 11:30:55 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, No, you dont need to, you can do it if you want, but Im pretty sure that the guys at freebsd, will disable it when they think its safe enough to do it. Greetings Ales ----- Original Message ----- From: Stan Brown To: Free BSD Questions list Sent: Monday, December 27, 1999 7:37 AM Subject: softupdates and fsck > i am going to set up a couple of my machines to run softupdates. Do I > need to change anything regariding runig fsck on reboot? If so where do > i change it? > > -- > Stan Brown stanb@netcom.com 404-996-6955 > Factory Automation Systems > Atlanta Ga. > -- > Look, look, see Windows 95. Buy, lemmings, buy! > Pay no attention to that cliff ahead... Henry Spencer > (c) 1998 Stan Brown. Redistribution via the Microsoft Network is prohibited. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 9:33:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 730E214CF1 for ; Mon, 27 Dec 1999 09:33:16 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id LAA78592; Mon, 27 Dec 1999 11:32:13 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <00d601bf5090$6fa59ae0$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Karl E. Taylor" , References: <38676EC6.FE789407@dragon.illusions.com> Subject: RE: A request for some information, when you have the time. Date: Mon, 27 Dec 1999 11:33:06 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, You cat try webalizer at: http://www.mrunix.net/webalizer/ Greetings Ales ----- Original Message ----- From: Karl E. Taylor To: Sent: Monday, December 27, 1999 7:51 AM Subject: A request for some information, when you have the time. > I know you folks are extremely busy, so an answer is not a priority, but > if you have the time, I'd like some information. > > I currently am working on a contract for a very large financial company > and we are setting up some programs to report on Web metrics and URL > activity. It's part of our e-commerce group. Currently we are using a > combination of software, such as Analog, NetSaint, and some home grown > Perl packages. > > I am curious to know what you folks use to measure and trend your web > activity with. What software or packages do you use to collect and > analyze all of the traffic you receive in a day? Since your site is one > of the busiest in the world, I figured you would be a good choice for > information. > > So, if you get half a chance, could you drop me a line and let me know > what your using to measure your web activity with? > > Thank you. > -- > Karl E. Taylor > UNIX Systems Analyst > ktaylor@dragon.illusions.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 9:35:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 0D18D14FBD for ; Mon, 27 Dec 1999 09:35:36 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id LAA78880; Mon, 27 Dec 1999 11:33:59 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <00de01bf5090$aeaab900$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Grigory Kljuchnikov" , References: Subject: RE: IDE Ultra DMA 66? Date: Mon, 27 Dec 1999 11:34:52 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Its on development stage right now. Greetings Ales ----- Original Message ----- From: Grigory Kljuchnikov To: Sent: Monday, December 27, 1999 7:54 AM Subject: IDE Ultra DMA 66? > Hello, > > Who knows, Does FreeBSD support IDE Ultra DMA 66? > > Please, answer to my e-mail . > > Grigory Kljuchnikov > ------------------------------------------------------------ > Institute for System Programming Russian Academy of Sciences, > 109004, Moscow, Russia, B.Kommunistitcheskay, 25, > phone(work): +7-095-9125659 > fax: +7-095-9121524 > e-mail: > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 9:45:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sasknow.com (h139-142-245-96.ss.fiberone.net [139.142.245.96]) by hub.freebsd.org (Postfix) with ESMTP id BA66C14FD7 for ; Mon, 27 Dec 1999 09:45:42 -0800 (PST) (envelope-from freebsd@sasknow.com) Received: from localhost (freebsd@localhost) by sasknow.com (8.9.3/8.9.3) with ESMTP id LAA87853; Mon, 27 Dec 1999 11:46:15 -0600 (CST) (envelope-from freebsd@sasknow.com) Date: Mon, 27 Dec 1999 11:46:15 -0600 (CST) From: Ryan Thompson To: Jackson Donadel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: users In-Reply-To: <003301bf508d$9c28e5c0$c800000a@void.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 27 Dec 1999, Jackson Donadel wrote: > Hi all, > > I receive a message from mailer-daemon at alaskaair.com, but no problem > I writing here, because something pass in my head, when receive that mail > > WHO is using FreeBSD? > What Companies? Hi Jackson, For both questions, plus some nice buttons, have a look at http://www.freebsd.org/gallery/ 975 commercial organizations, including biggies like Yahoo and Microsoft (no, that's no misprint.. software OS giant M$ uses FreeBSD servers for a few important things).. use FreeBSD. Of course, there are MANY more companies and individuals that do, but those lists include only the ones that choose to register themselves. > We cannot make some marketing divulging the name of companies using freebsd? Somebody else may know this better than I, but I would be inclined to think that there would be no problem using other companies' names alongside FreeBSD in a non-slanderous way... Magazine articles, media reports, online publications, etc... have all made reference to some companies using FreeBSD. > Understand? Yes, thank you. :-) -- Ryan Thompson 50% Owner, Technical and Accounts Phone: +1 (306) 664-1161 SaskNow Technologies http://www.sasknow.com #106-380 3120 8th St E Saskatoon, SK S7H 0W2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 10: 8:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.telestream.com (mail.telestream.com [205.238.4.5]) by hub.freebsd.org (Postfix) with ESMTP id 5E8AD15291 for ; Mon, 27 Dec 1999 10:08:36 -0800 (PST) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id KAA17420 for ; Mon, 27 Dec 1999 10:08:34 -0800 Date: Mon, 27 Dec 1999 10:08:34 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: BSDI to FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've encountered some pretty severe problems transfering files from a bsdi machine to a freebsd machine. It seems FreeBSD does not like the user/groups from BSDI. After untaring a sizable file from the BSDI machine on to the FreeBSD machine. All the ownerships were in the form of numbers. And low numbers for that mater. 200 150 300 UID and GID's of that form. Shortly after that the system went down and that drive is basiacly hosed and unusable. When I rebooted the machine fsck could not fix the drive. And at this point I've completely rebuilt the array and tried to reinsert it back into FreeBSD via sysinstall. It will not insert back into the system. I switch to a second terminal to see if there have been any errors while in the fdisk. Here is the error. DEBUG: MakeDev: Unknown major/minor for dev type - Has anyone ever encountered a problem like this? I'm stumped. Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 10:48:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 72257150C2 for ; Mon, 27 Dec 1999 10:48:15 -0800 (PST) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id NAA73785 for questions@freebsd.org; Mon, 27 Dec 1999 13:48:14 -0500 (EST) (envelope-from mwlucas) From: Michael Lucas Message-Id: <199912271848.NAA73785@blackhelicopters.org> Subject: library documentation question To: questions@freebsd.org Date: Mon, 27 Dec 1999 13:48:14 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I've noticed that parts of the standard C library documentation appear to be missing on my FreeBSD box. For example, I can do a "man 3 printf" and get the documentation. A "man 3 sizeof" gives me nothing, however. Is there a technical reason for this, or is this just a "haven't written it yet" problem? ==ml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubsc