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 "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Dec 27 10:54:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with SMTP id 6CEE7150CB for ; Mon, 27 Dec 1999 10:54:17 -0800 (PST) (envelope-from jpr@vcnet.com) Received: (qmail 63245 invoked from network); 27 Dec 1999 18:53:29 -0000 Received: from joff.vc.net (HELO ?209.239.239.22?) (209.239.239.22) by mail.vcnet.com with SMTP; 27 Dec 1999 18:53:29 -0000 Mime-Version: 1.0 Message-Id: In-Reply-To: <03e801bf4d74$5728cce0$d2630a0a@megared.net.mx> References: <8091C29FE7ABD31180AA0090275CD29729512E@ksugzx02.eskan.af.mil> <03e801bf4d74$5728cce0$d2630a0a@megared.net.mx> Date: Mon, 27 Dec 1999 10:53:28 -0800 To: "Alejandro Ramirez" , "Cole Mark A SSgt JTF-SWA/J6" , "'bsd'" From: Jon Rust Subject: RE: backup restore dilemma Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I went through this recently. The fixit floppy wouldn't let me label the new drive. Of course, I'm not super proficient with disklabel, fdisk and friends, so I'm sure it was a PEBKAC issue. :-) I tried running sysinstall from within the fixit flop. Bad idea. It panicked when I tried to commit the fdisk and label commands. In the end, I did an "Express" minimal install from the install disks, booted into single user and did the restore at that point. I'd love to see some step-by-steps for doing this with the fixit floppy. Thanks, jon At 12:34 PM -0600 12/23/99, Alejandro Ramirez wrote: >Hi, > > You can boot with the install floppies, and use the fixit.flp floppy to >have a shell and restore your system. > >Merry Xmas >Ales 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:56:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with SMTP id 02282154F3 for ; Mon, 27 Dec 1999 10:56:16 -0800 (PST) (envelope-from jpr@vcnet.com) Received: (qmail 64894 invoked from network); 27 Dec 1999 18:56:14 -0000 Received: from joff.vc.net (HELO ?209.239.239.22?) (209.239.239.22) by mail.vcnet.com with SMTP; 27 Dec 1999 18:56:14 -0000 Mime-Version: 1.0 Message-Id: Date: Mon, 27 Dec 1999 10:56:14 -0800 To: freebsd-questions@freebsd.org From: Jon Rust Subject: kvirc problem Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG While in KDE, running kvirc swamps the machine and uses up all available memory (128M real, 256M swap). This was built and installed from the ports. Anyone else? 3.4-RC, KDE 1.1.2, kvirc .9 (the latest the ports collection has) jon 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:58:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from 1upmc-msx4.isdip.upmc.edu (1upmc-msx4.isdbu.upmc.edu [128.147.18.41]) by hub.freebsd.org (Postfix) with ESMTP id 8C020152C1 for ; Mon, 27 Dec 1999 10:58:57 -0800 (PST) (envelope-from personrp@ccbh.com) Received: by 1upmc-msx4.isdbu.upmc.edu with Internet Mail Service (5.5.2448.0) id ; Mon, 27 Dec 1999 13:58:51 -0500 Message-ID: <576A688A7DA7D011899B00805FEA1AFFB177DE@sych02.isdip.upmc.edu> From: "Person, Roderick" To: "'freebsd-questions@freebsd.org'" Subject: libXpm.so.4.10 again!! What's the the Magic number!? Date: Mon, 27 Dec 1999 13:58:41 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What is the deal with this lib one minute it works the next it doesn't? I'm using 3.3 Release. It seems on most apps it loads fine on other apps it doesn't? Now currently I am getting a Bad Magic number error. I read some man stuff on this magic number and I'm not quite getting it. the magic number is the lenght of the file in bytes? If this is correct and my magic number file is incorrect how do I correct it. Also the man page said the magic file was in /usr/share/magic...I don't have that? Is this the reason for bad Magic number error!..... Roderick P. Person Programmer I CCBH (412)454-2616 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:59: 6 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 8D23C14E83 for ; Mon, 27 Dec 1999 10:58:31 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip139.r3.d.bel.nwlink.com [207.202.172.139]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id KAA22876 for ; Mon, 27 Dec 1999 10:57:54 -0800 (PST) Message-ID: <3867B607.89804C1@nwlink.com> Date: Mon, 27 Dec 1999 10:55:03 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 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.newsgate.clinet.fi> <19991226.22290600@mammalia.sea> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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.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 > directory /usr/obj/usr/src/games/dm/FreeBSD. You can't chflags on a > file that doesn't exist. > Okay, I've solved this whole problem! I decided not to mess around with chflags since it obviously wasn't working. Instead, I moved /usr/src/games/dm to /tmp, and I commented out the line \ dm in /usr/src/games/Makefile. That allowed me to make world. Then I used *mergemaster* to update my /etc directory. It was beautiful. Thanks for your comments and replies, Joseph. -- You will do foolish things, but do them with enthusiasm. Colette. 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 11:10:59 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 CD675153D7 for ; Mon, 27 Dec 1999 11:10:38 -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 LAA10572 for ; Mon, 27 Dec 1999 11:10:34 -0800 (PST) Received: by tera.com (8.8.8+Sun/SMI-SVR4) id LAA06169; Mon, 27 Dec 1999 11:10:33 -0800 (PST) From: kline@tera.com (Gary Kline) Message-Id: <199912271910.LAA06169@tera.com> Subject: Re: ``options TIMEZONE'' In-Reply-To: <199912271340.OAA21163@dorifer.heim3.tu-clausthal.de> from Oliver Fromme at "Dec 27, 99 02:40:29 pm" To: freebsd-questions@FreeBSD.ORG Date: Mon, 27 Dec 1999 11:10:31 -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 According to Oliver Fromme: [Charset ISO-8859-1 unsupported, filtering to ASCII...] > 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. This is exactly the reason for my post. I wouldn't be caught dead or alive using anything DOS-ish... but other have to... . > > 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. > I checked adjkerntz; not sure that I understood it entirely. Seems like cron uses it to adjust the localtime (in the CMOS clock), if the CMOS is not-UTC. My CMOS is probably set to PST. I've used /stand/sysinstall to set my timezone; also have done it by hand. I suppose the question should have been: Once my timezone (TZ) is set and assuming I have the adjkerntz set up, will accessing MSDOS files be safe? in sync? thanks much, gary > 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 -- Gary Kline Tera Computer Company 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 11:13:52 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 63FC0152F2 for ; Mon, 27 Dec 1999 11:13:49 -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 NAA96374; Mon, 27 Dec 1999 13:12:08 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <039301bf509e$64b06580$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Cole Mark A SSgt JTF-SWA/J6" , "'bsd'" , "Jon Rust" References: <8091C29FE7ABD31180AA0090275CD29729512E@ksugzx02.eskan.af.mil><03e801bf4d74$5728cce0$d2630a0a@megared.net.mx> Subject: RE: backup restore dilemma Date: Mon, 27 Dec 1999 13:13:01 -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, Ok, if you want to label the disks, you can use the fdisk, and the label utility in the sysinstall menu from the floppy disks when you boot, before using the fixit floppy, you can use the "w" key to write the changes to the disk without reinstalling, its not documented, but it works, after that, you can use the fixit floppy to restore your backup. Have Fun... Ales ----- Original Message ----- From: Jon Rust To: Alejandro Ramirez ; Cole Mark A SSgt JTF-SWA/J6 ; 'bsd' Sent: Monday, December 27, 1999 12:53 PM Subject: RE: backup restore dilemma > I went through this recently. The fixit floppy wouldn't let me label > the new drive. Of course, I'm not super proficient with disklabel, > fdisk and friends, so I'm sure it was a PEBKAC issue. :-) I tried > running sysinstall from within the fixit flop. Bad idea. It panicked > when I tried to commit the fdisk and label commands. In the end, I > did an "Express" minimal install from the install disks, booted into > single user and did the restore at that point. > > I'd love to see some step-by-steps for doing this with the fixit floppy. > > Thanks, > jon > > At 12:34 PM -0600 12/23/99, Alejandro Ramirez wrote: > >Hi, > > > > You can boot with the install floppies, and use the fixit.flp floppy to > >have a shell and restore your system. > > > >Merry Xmas > >Ales 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 11:17:13 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 31659152A6; Mon, 27 Dec 1999 11:16:10 -0800 (PST) (envelope-from os@altavista.net) Received: from os (os.en.zp.ua [195.24.151.18]) by ktpk.dp.ua (8.8.8/8.8.8) with SMTP id VAA26722; Mon, 27 Dec 1999 21:09:41 +0200 (EET) (envelope-from os@altavista.net) Message-ID: <001b01bf509e$020685e0$129718c3@en.zp.ua> From: "Oleg Semyonov" To: "hometeam" Cc: , , References: Subject: Re: patches for pppd-2.3.10-radius are here Date: Mon, 27 Dec 1999 21:09:44 +0200 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.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Have the patches fixed the config file for ppp-2.3.10 ? It is still only > looking for 3.0 or 3.1 version of freebsd. Or 3.2 or 3.3 after the patch. At the time I wrote that latest FreeBSD 3.x was 3.3. > 2.3.10 will not compile on 3.4 stable . I just compiled pppd on 3.4 system after the change: $ diff configure.33 configure 56c56 < 3.[0-3]*) state="known"; ksrc="freebsd-3.0";; --- > 3.[0-4]*) state="known"; ksrc="freebsd-3.0";; Can't test but I think it may be compiled also on 4.x if you add another line here for 4.* (ksrc still must point to freebsd-3.0). OS PS. Confirm or reject it. If you have another problem - write me, please. 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 11:20:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from merkur.hrz.uni-giessen.de (merkur.hrz.uni-giessen.de [134.176.2.12]) by hub.freebsd.org (Postfix) with ESMTP id A4C1F150E3 for ; Mon, 27 Dec 1999 11:20:08 -0800 (PST) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP for freebsd-questions@freebsd.org; Mon, 27 Dec 1999 20:20:03 +0100 Received: from sun33.mni.fh-giessen.de ([134.176.183.133]) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 122fcb-0003vF-00 for freebsd-questions@freebsd.org; Mon, 27 Dec 1999 20:15:57 +0100 Received: from localhost (hg9456@localhost) by sun33.mni.fh-giessen.de (8.9.3+Sun/8.8.8) with ESMTP id UAA05408 for ; Mon, 27 Dec 1999 20:20:31 +0100 (MET) X-Authentication-Warning: sun33.mni.fh-giessen.de: hg9456 owned process doing -bs Date: Mon, 27 Dec 1999 20:20:30 +0100 (MET) From: Ariel Burbaickij X-Sender: hg9456@sun33 To: freebsd-questions@FreeBSD.ORG Subject: Copying freebsd slice of shared disk to larger and dedicated to fbsd one. 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 poses 6.4GB HD which is sliced as follows: 2Gb to windows 95 4.4 to fbsd3.2 I have oportunity to choose at boot-up which operating system to run. I use fbsdloader fot this purpose. I decised that i do not need any crutches any more and can go by myself.:) What i want to do is to copy the fbsd slice to 12gb large hd that will be entirely dedicated to it.Yes,I HAVE read appropriate articles in fbsd diary and i will do something simmilar.One point is not clear to me though:As far as I have understood the persons in article have copied from one dedicated disk to another one.With regard to this I would like to ask:Does some pecularities exist that have to do with boot-sektor? Should I somehow prepare the larger disk so that it be able to deal with the fact that os loader existed on smaller disk ?In any case what I would like to have at end is bootable large disk dedicated to fbsd. What changes of sequence of steps to those described in article to are needed with regard to situation presented.Maybe entirely another scenario of copying? Any futher questions aimed to clarify the situation are surely welcome. kind regards, Ariel 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 11:33: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from isrv3.pa.vix.com (isrv3.pa.vix.com [204.152.184.182]) by hub.freebsd.org (Postfix) with ESMTP id AAADB14CF1 for ; Mon, 27 Dec 1999 11:33:01 -0800 (PST) (envelope-from Peter.Losher@iengines.com) Received: from bb.rc.vix.com (bb.rc.vix.com [204.152.187.11]) by isrv3.pa.vix.com (8.9.1/8.9.1) via ESMTP id LAA13182 for ; Mon, 27 Dec 1999 11:33:01 -0800 (PST) env-from (Peter.Losher@iengines.com) Received: from localhost (plosher@localhost) by bb.rc.vix.com (8.9.1/8.9.1) via ESMTP id LAA08814 for ; Mon, 27 Dec 1999 11:33:01 -0800 (PST) env-from (Peter.Losher@iengines.com) Date: Mon, 27 Dec 1999 11:33:01 -0800 (PST) From: Peter Losher To: freebsd-questions@freebsd.org Subject: Opera browser in Beta... Anyone able to fun it in 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 Well, the beta is out: http://metalab.unc.edu/pub/Linux/apps/www/browsers/opera-19991224.tar.gz Unfortunatly, it seems ti be using 6.1 libs... -=- ./opera: error in loading shared libraries libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory -=- Anyone else have any better success? (I am running 3.4-STABLE, btw) Best Wishes ___________________________________________________________________________ Peter Losher | System Administrator | Internet Engines, Inc. plosher@iengines.com | | www.iengines.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 11:33:58 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 8A98A152C2 for ; Mon, 27 Dec 1999 11:33:44 -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 GAA36055; Tue, 28 Dec 1999 06:34:29 +1100 (EST) (envelope-from aunty) Date: Tue, 28 Dec 1999 06:34:29 +1100 From: aunty To: keith@mail.telestream.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: BSDI to FreeBSD Message-ID: <19991228063428.A33737@comcen.com.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 27, 1999 at 10:08:34AM -0800, keith@mail.telestream.com wrote: > I've encountered some pretty severe problems transfering files from a bsdi > machine to a freebsd machine. I've just done the same thing with no problems at all, so have faith, it is possible :-) > 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. What I did was this. After installing FreeBSD and most of the ports I wanted (because some ports create users/groups) I copied across the BSDI master.passwd with a different name, and added group 100 user to the groups file because I knew all the BSDI users had that group. Then I used vipw with a good editor (defaulting to act on the installed FreeBSD master.passwd), went to the bottom of the file, pulled in the old BSDI master.passwd, and deleted the first few lines of the BSDI file (containing users like operator, daemon, ...) plus a couple of high numbered users at the end (nobody, nonroot). Most but not all of those users had equivalents in the FreeBSD password file. Generally, those that were missing would only be required when we were running BSDI. So the master.passwd contained only the system-related users from the FreeBSD installation, plus only the real users from the BSDI system. Save, the password database gets rehashed, and you're in business. All that remains is to pick over the deleted BSDI users and the old groups file for anything essential that might be needed, e.g. I added webmaster and a couple of groups required by users who collaborate, but didn't touch majordomo user/group because our port sets that up (but seeing it there reminded me to install majordomo!). > 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. Someone else can probably answer this better than me. You didn't mount a BSDI drive did you? I tried and got nowhere :-( Did you build a totally FreeBSD system and just incorporate the user data, or did you copy over parts of the BSDI filesystems? The latter could explain your problems. I had to keep reminding myself: This is FreeBSD, it's all new. Apart from restoring /home /mail the ftp site files and the main web docs direcotry, and changing the password file, everything was built fresh. If you strike any more problems (or solutions) before I do, please let me know! :-) -- Regards, -*Sue*- 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 11:35:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from merkur.hrz.uni-giessen.de (merkur.hrz.uni-giessen.de [134.176.2.12]) by hub.freebsd.org (Postfix) with ESMTP id 1940A14F88 for ; Mon, 27 Dec 1999 11:35:17 -0800 (PST) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP for freebsd-questions@freebsd.org; Mon, 27 Dec 1999 20:35:17 +0100 Received: from sun33.mni.fh-giessen.de ([134.176.183.133]) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 122frK-00044m-00 for freebsd-questions@freebsd.org; Mon, 27 Dec 1999 20:31:10 +0100 Received: from localhost (hg9456@localhost) by sun33.mni.fh-giessen.de (8.9.3+Sun/8.8.8) with ESMTP id UAA05413 for ; Mon, 27 Dec 1999 20:35:46 +0100 (MET) X-Authentication-Warning: sun33.mni.fh-giessen.de: hg9456 owned process doing -bs Date: Mon, 27 Dec 1999 20:35:45 +0100 (MET) From: Ariel Burbaickij X-Sender: hg9456@sun33 To: freebsd-questions@FreeBSD.ORG Subject: diviating output 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 read and execute some programms form the book of w.richard stevens "advanced programming in unix enviroment"printed in year 1992 ISBN is 0-201-56317-7.I experience some deviations between expected output and output of mine.Author points that there are some differencies between behaviour of 4.3+BSD and POSIX.1 requested.The programm in question is 8.4 it menas 4 programm from 8 chapter of the book. The input i made is essentialy the same save i used perror instead of err_sys(author-defined function).The question is:would anyone on the list be so kind as sending to me relevant outputs on his machine.I will two cases then,one from independent machine and one from mine so that i can compare then.I use 3.2 fbsd. Thank you in advance. kind regards, Ariel PS Output of mine is intentionally not provided so we could have clear experiment. 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 11:52:41 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 6886515511; Mon, 27 Dec 1999 11:52:28 -0800 (PST) (envelope-from hometeam@techpower.net) Received: from localhost (hometeam@localhost) by techpower.net (8.9.3/8.9.3) with ESMTP id OAA01985; Mon, 27 Dec 1999 14:56:13 GMT (envelope-from hometeam@techpower.net) Date: Mon, 27 Dec 1999 14:56:13 +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: <001b01bf509e$020685e0$129718c3@en.zp.ua> 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 Yes I still had to manual change the config for 3.4, though it fixed the unbalanced #endif in sys-bsd.c . Before your patch 2.3.10 wouldn't compile on 3.4 by removing the #endif it compiled and manual change on configure then it worked just didn't log users on the server.. I guess we could just add this to 2.3.11 and be upto date with pppd finally... Been hoping for this ....:) On Mon, 27 Dec 1999, Oleg Semyonov wrote: > > Have the patches fixed the config file for ppp-2.3.10 ? It is still only > > looking for 3.0 or 3.1 version of freebsd. > > Or 3.2 or 3.3 after the patch. > At the time I wrote that latest FreeBSD 3.x was 3.3. > > > 2.3.10 will not compile on 3.4 stable . > > I just compiled pppd on 3.4 system after the change: > > $ diff configure.33 configure > 56c56 > < 3.[0-3]*) state="known"; ksrc="freebsd-3.0";; > --- > > 3.[0-4]*) state="known"; ksrc="freebsd-3.0";; > > Can't test but I think it may be compiled also on 4.x if you > add another line here for 4.* (ksrc still must point to freebsd-3.0). > > OS > > PS. Confirm or reject it. If you have another problem - write me, please. > > > > > 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 12: 4: 3 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 6E5B315266 for ; Mon, 27 Dec 1999 12:03:45 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 3110 invoked from network); 27 Dec 1999 20:03:38 -0000 Received: from userbg54.uk.uudial.com (HELO marder-1.) (62.188.142.174) by smtp.dial.pipex.com with SMTP; 27 Dec 1999 20:03:38 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id UAA87774; Mon, 27 Dec 1999 20:03:31 GMT (envelope-from mark) Date: Mon, 27 Dec 1999 20:03:31 +0000 From: Mark Ovens To: Peter Losher Cc: freebsd-questions@freebsd.org Subject: Re: Opera browser in Beta... Anyone able to fun it in FreeBSD? Message-ID: <19991227200331.J1290@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 Mon, Dec 27, 1999 at 11:33:01AM -0800, Peter Losher wrote: > > Well, the beta is out: > > http://metalab.unc.edu/pub/Linux/apps/www/browsers/opera-19991224.tar.gz > > Unfortunatly, it seems ti be using 6.1 libs... > > -=- > ./opera: error in loading shared libraries > libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or > directory > -=- > > Anyone else have any better success? > I got a little further: marder-1# cd /usr/tmp/opera-19991224 marder-1# ./runnow ./opera: error in loading shared libraries /lib/libstdc++-libc6.1-1.so.2: undefined symbol: _IO_file_open marder-1# ls -l /compat/linux/lib/libstdc* -rw-r--r-- 1 root wheel 335761 Jun 10 1999 /compat/linux/lib/libstdc++-libc6.1-1.so.2 marder-1# uname -a FreeBSD marder-1 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Dec 26 22:12:34 GMT 1999 root@marder-1:/usr/src/sys/compile/MARDER-1 i386 marder-1# cvsup'd and made the world last night. > (I am running 3.4-STABLE, btw) > > Best Wishes > ___________________________________________________________________________ > Peter Losher | System Administrator | Internet Engines, Inc. > plosher@iengines.com | | www.iengines.com > > > > > 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 12:32:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from amukta.gci.net (amukta.gci.net [208.138.130.216]) by hub.freebsd.org (Postfix) with ESMTP id 2669214DED for ; Mon, 27 Dec 1999 12:32:46 -0800 (PST) (envelope-from rnorgard@gci.net) Received: from catawba.ohio.net ([209.165.128.199]) by amukta.gci.net (Netscape Messaging Server 4.05) with SMTP id FNF2E303.F22 for ; Mon, 27 Dec 1999 11:32:27 -0900 From: Robert Norgard Reply-To: rnorgard@gci.net To: freebsd-questions@FreeBSD.ORG Subject: Problem With Secure Shell Found Date: Mon, 27 Dec 1999 11:26:47 -0900 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99122711323400.00371@catawba.ohio.net> Content-Transfer-Encoding: 8bit X-KMail-Mark: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Several weeks ago, I posted a question asking for help on why I couldn't get secure shell to work on one of my three networked computers. The one that did not work was a new install of 3.1. The problem was that I had forgotten to update the file: /etc/resolv.conf With this file empty, (or wrong) ssh would commence authentication, but then fail, apparently with no route back to the requestor. Hope this helps someone else. A friend of mine took one look at it and said "Duh!" Oh well, can't all be that good. -- Bob Norgard, Anchorage, AK PS Many thanks to those others who had suggestions for me. 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 12:37:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from amukta.gci.net (amukta.gci.net [208.138.130.216]) by hub.freebsd.org (Postfix) with ESMTP id 7A6B014CF1 for ; Mon, 27 Dec 1999 12:37:26 -0800 (PST) (envelope-from rnorgard@gci.net) Received: from catawba.ohio.net ([209.165.128.199]) by amukta.gci.net (Netscape Messaging Server 4.05) with SMTP id FNF2M003.Q27 for ; Mon, 27 Dec 1999 11:37:12 -0900 From: Robert Norgard Reply-To: rnorgard@gci.net To: freebsd-questions@FreeBSD.ORG Subject: Parallel Port Control Date: Mon, 27 Dec 1999 11:32:49 -0900 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99122711371901.00371@catawba.ohio.net> Content-Transfer-Encoding: 8bit X-KMail-Mark: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Would anyone have suggestions on where to find information on taking control of the parallel port to manipulate the i/o lines directly? I need to control some external hardware in real time. The i/o lines would need to be strobed about 1500 times/sec. Any problem with this rate? Any suggestions? Thanks, -- Bob Norgard Anchorage, AK 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 12:38:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id CFB0814E9F for ; Mon, 27 Dec 1999 12:38:41 -0800 (PST) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcB-217.sub-b.lee.net [208.205.125.217]) by trinity.lee.net (8.9.1/8.9.0) with ESMTP id OAA20385 for ; Mon, 27 Dec 1999 14:38:37 -0600 Message-ID: <3867CFAD.D817A0CB@journalstar.com> Date: Mon, 27 Dec 1999 14:44:29 -0600 From: Tony Wells X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Emacs and the backspace key Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I ssh into a remote machine (FBSD 3.3-Stable) and run emacs, it thinks that the backspace key is actually C-h. 'echo $TERM' on the remote machine shows my terminal type as xterm. My question is: how do I convince emacs that my backspace key is really my backspace key and not C-h? Thanks, Tony Wells 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 13:15: 9 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 09E1414F5B for ; Mon, 27 Dec 1999 13:15:07 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip96.r17.d.bel.nwlink.com [207.202.176.96]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id NAA09908; Mon, 27 Dec 1999 13:15:00 -0800 (PST) Message-ID: <3867D62A.CA3AAEB0@nwlink.com> Date: Mon, 27 Dec 1999 13:12:10 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD mailing list Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make installworld (fwd) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I had 3.2-STABLE > > I did nuild make world of the source tree for 3.4-STABLE > and everything was ok, I compiled and installed a new kernel, booted and > everything is ok. You didn't need to 'make buildworld' and 'make installworld' because you already did 'make world'. 'Make world' includes those two steps in it. That's probably your problem. > THen I make build installworld and everything go well until I meet an > error at nearly the end of the procedure telli gnme "command not found" > when it was insttalling the manual page for perl. > > Also the mergemaster program does not work, ther is something wrong with > these two last step, most of all with installwold. IT does nto come to the > end sucesfully. > that's weird. What specifically was the problem that you had with mergemaster? I just did 'make world' with 3.4 stable and used mergemaster successfully. > > anyone experienced this ?? > thanks > > Rick > -- You will do foolish things, but do them with enthusiasm. Colette. 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 13:45:41 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 A043A14A00 for ; Mon, 27 Dec 1999 13:45:34 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 8295 invoked from network); 27 Dec 1999 21:45:28 -0000 Received: from useran59.uk.uudial.com (HELO marder-1.) (62.188.135.76) by smtp.dial.pipex.com with SMTP; 27 Dec 1999 21:45:28 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id VAA88016; Mon, 27 Dec 1999 21:45:51 GMT (envelope-from mark) Date: Mon, 27 Dec 1999 21:45:50 +0000 From: Mark Ovens To: Tony Wells Cc: freebsd-questions@freebsd.org Subject: Re: Emacs and the backspace key Message-ID: <19991227214550.K1290@marder-1> References: <3867CFAD.D817A0CB@journalstar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <3867CFAD.D817A0CB@journalstar.com> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 27, 1999 at 02:44:29PM -0600, Tony Wells wrote: > When I ssh into a remote machine (FBSD 3.3-Stable) and run emacs, it > thinks that the backspace key is actually C-h. 'echo $TERM' on the > remote machine shows my terminal type as xterm. > > My question is: how do I convince emacs that my backspace key is really > my backspace key and not C-h? > See questions 112 & 113 in the Emacs FAQ (C-h F). > Thanks, > Tony Wells > > > 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 13:46:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hyperion.aepnet.com (hyperion.aepnet.com [208.129.247.7]) by hub.freebsd.org (Postfix) with ESMTP id 4084715021 for ; Mon, 27 Dec 1999 13:46:24 -0800 (PST) (envelope-from chris@aepnet.com) Received: from localhost (chris@localhost) by hyperion.aepnet.com (8.9.3/8.9.3) with ESMTP id OAA74286 for ; Mon, 27 Dec 1999 14:46:42 -0700 (MST) (envelope-from chris@aepnet.com) X-Authentication-Warning: hyperion.aepnet.com: chris owned process doing -bs Date: Mon, 27 Dec 1999 14:46:42 -0700 (MST) From: chris To: freebsd-questions@freebsd.org Subject: intel ISA token-ring support? 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 hey all, anyone know if freebsd supports intel ISA token-ring cards? I see support for "Olicom" ISA cards, but no mention of intel.. I'm looking at the card, and while there are plenty of numbers on it, I'm not familiar enough with token-ring in general to recognize what particular card it is.. mainly I'm looking for a quick, "No, it's not supported." :) thanks, chris 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 13:53:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from diablo.peritek.com (diablo.peritek.com [198.151.249.9]) by hub.freebsd.org (Postfix) with ESMTP id 9AE0214F97 for ; Mon, 27 Dec 1999 13:53:17 -0800 (PST) (envelope-from ibjoe@home.com) Received: from neptune (neptune [198.151.249.84]) by diablo.peritek.com (8.8.7/8.8.7) with SMTP id NAA08986; Mon, 27 Dec 1999 13:53:17 -0800 (PST) X-Envelope-From: ibjoe@home.com X-Envelope-To: freebsd-questions@freebsd.org Message-Id: <2.2.32.19991227215316.009ba9bc@netmail.home.com> X-Sender: ibjoe@netmail.home.com X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 27 Dec 1999 13:53:16 -0800 To: freebsd-questions@freebsd.org From: Joe Bo Subject: Re: Parallel Port Control Cc: Robert Norgard Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm interested in this too! I posted a while back if anyone knew about how to do any kind of I/O using FreeBSD and either the parallel port or an I/O card.. no response... Hopefully someone can share something about this?? Joe Bo >Date: Tue, 21 Dec 1999 17:41:10 -0800 >To: freeBSDquestions >From: Joe Bo >Subject: real world monitoring via the parallel port > >Hi, > >I want to use my FreeBSD machine (v3.2) to monitor some external >TTL level / contact closures. I was thinking of using the parallel >port or maybe a dedicated IO board. I'd like to log activity and >automatically send email on certain conditions. I've searched the >Ports and couldn't find anything to do this. Does anyone have any >information or ideas about how this could be done? >Any input is much appreciated. >Thanks, > >Joe Bo > At 11:32 AM 12/27/99 -0900, Bob Norgard wrote: >Would anyone have suggestions on where to find information on >taking control of the parallel port to manipulate the i/o >lines directly? I need to control some external hardware in >real time. The i/o lines would need to be strobed about 1500 >times/sec. Any problem with this rate? > >Any suggestions? > >Thanks, > >-- Bob Norgard >Anchorage, AK > 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 13:53:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bear.slash.net (Bear.Slash.Net [198.64.232.24]) by hub.freebsd.org (Postfix) with ESMTP id 6175315155 for ; Mon, 27 Dec 1999 13:53:54 -0800 (PST) (envelope-from sabre@slash.net) Received: from bear (bear [198.64.232.24]) by bear.slash.net (Postfix) with ESMTP id 102A12A02F for ; Mon, 27 Dec 1999 15:54:39 -0600 (CST) Date: Mon, 27 Dec 1999 15:54:39 -0600 (CST) From: Geoff Sloan X-Sender: sabre@bear To: freebsd-questions@freebsd.org Subject: Yamaha YMH0020 Sound Card installation? 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 Hey, I just bought the FreeBSD 3.3 discs and am having some trouble installing the audio server/driver for the Yamaha. The device is detected at bootup after "Probing for PnP devices" flies by but searching through the website, I couldn't find a straightforward installation guideline. I know that I have to add something to the kernel and do a custom install, however I don't know exactly what it is I need to add. Any help would be GREATLY appreciated...I need my MP3s. -Geoff 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 13:58:19 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 2FFA61539C for ; Mon, 27 Dec 1999 13:58:04 -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) id 122i9R-000AP9-00; Mon, 27 Dec 1999 21:58:01 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id VAA67090; Mon, 27 Dec 1999 21:58:01 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Mon, 27 Dec 1999 21:58:01 +0000 (GMT) From: Jonathon McKitrick To: Geoff Sloan Cc: freebsd-questions@freebsd.org Subject: Re: Yamaha YMH0020 Sound Card installation? 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 I've spent every day since i bought FreeBSD trying to get my sound to work, and nothing has so far. I have a laptop with Yamaha OPL sound that worked wonderfully with linux... it's the only issue i haven't resolved, and it doesn't look like i will any time soon either. :-( >Hey, >I just bought the FreeBSD 3.3 discs and am having some trouble installing >the audio server/driver for the Yamaha. The device is detected at bootup >after "Probing for PnP devices" flies by but searching through the >website, I couldn't find a straightforward installation guideline. > >I know that I have to add something to the kernel and do a custom install, >however I don't know exactly what it is I need to add. > >Any help would be GREATLY appreciated...I need my MP3s. >-Geoff > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > -=> 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 14:10: 9 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 750B214C45 for ; Mon, 27 Dec 1999 14:09:56 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 9467 invoked from network); 27 Dec 1999 22:09:46 -0000 Received: from useran59.uk.uudial.com (HELO marder-1.) (62.188.135.76) by smtp.dial.pipex.com with SMTP; 27 Dec 1999 22:09:46 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id WAA88826; Mon, 27 Dec 1999 22:10:09 GMT (envelope-from mark) Date: Mon, 27 Dec 1999 22:10:08 +0000 From: Mark Ovens To: Geoff Sloan Cc: freebsd-questions@freebsd.org Subject: Re: Yamaha YMH0020 Sound Card installation? Message-ID: <19991227221008.M1290@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 Mon, Dec 27, 1999 at 03:54:39PM -0600, Geoff Sloan wrote: > Hey, > I just bought the FreeBSD 3.3 discs and am having some trouble installing > the audio server/driver for the Yamaha. The device is detected at bootup > after "Probing for PnP devices" flies by but searching through the > website, I couldn't find a straightforward installation guideline. > > I know that I have to add something to the kernel and do a custom install, > however I don't know exactly what it is I need to add. > > Any help would be GREATLY appreciated...I need my MP3s. I don't know if this will help, but I have a Yamaha OPL-SA2 based card (no-name) and I have to add pnp 1 0 os enable port0 0x220 port1 0x530 port2 0x388 port3 0x370 pnp 1 0 irq0 5 drq0 1 drq1 5 quit to /boot/boot.conf Try doing ``boot -c'' and entering this info (you need to do it as 2 lines as it's >80 chars and the boot config editor inserts a LF at the end of the screen line - at least it did in 3.1-R). Note that the ``1'' and ``0'' immediately after ``pnp'' may need changing on your system. Other than this I can't really help you. > -Geoff > > > > 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 14:23:11 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 62FC3150B6 for ; Mon, 27 Dec 1999 14:23:08 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 12596 invoked from network); 27 Dec 1999 22:23:05 -0000 Received: from useran59.uk.uudial.com (HELO marder-1.) (62.188.135.76) by smtp.dial.pipex.com with SMTP; 27 Dec 1999 22:23:05 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id WAA88911 for questions@freebsd.org; Mon, 27 Dec 1999 22:23:28 GMT (envelope-from mark) Date: Mon, 27 Dec 1999 22:23:28 +0000 From: Mark Ovens To: questions@freebsd.org Subject: International keyboard and modem problem Message-ID: <19991227222328.P1290@marder-1> Reply-To: "E. Hakan Duran" 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've forwarded this to -questions as it seems to be KDE-specific and I don't know KDE too well. Hopefully someone else can jump in here and help. Thanks. ----- Forwarded message from "E. Hakan Duran" ----- From: "E. Hakan Duran" To: "Mark Ovens" Subject: International keyboard and modem problem Date: Sun, 26 Dec 1999 22:58:44 +0200 Hi Mark! You have helped me on a Goldstar CD-ROM problem (the system did not recognize it) a couple of weeks ago. By your suggestions, I've managed to solve the problem. I connected it to the middle port of the first IDE as slave and the problem was over! Since then I had time to install kde 1.1.2 package which is much familiar to a person like me who is quite accustommed to Windows environment and configured my "own" kernel with a splash screen (even in VESA mode!), also configured my sound card. It is quite amazing to be able to build a kernel and watch the compilation process even though I don't understand much of it. Now I have some more problems which I hesitated to share with "FreeBSD-questions" because I think those problems should be discussed before. I searched for the topics in www and mail archives but I could not find a practical explanation. Now I decided to ask to you, if you do not mind. 1. I set Turkish keyboard as the first choice in kde. But everytime I logout of kde, I see several lines reporting error about the keyboard: "KiKbd: X11 error: BadWindow (Invaild window parameter). Am I doing something wrong or deficient? 2. I have a modem (Wisecom) capable of 56000 bps data transfer. It is on Com 4 (sio3, cuua3) with an irq 3. I compiled the kernel with the line: "device sio3 at isa? port ....... tty irq3 vector siointr" Then I ran kppp, added a new account. First, modem could not be initialized. I changed the line return option from "CR" to "LF", then to "CR/LF" and overcame the problem. Then modem dialled the number of ISP, I could hear the modems handshaking while "expecting CONNECT" was written in log window, everything arrested again. So far, I have never been able to establish a connection even though I can HEAR a successful handshaking. I changed various parameters including chap, pap, script-based, and connection speed but I could not establish a real coonection. Furthermore, I noticed that everytime I logout and relogin kde, line return option of kde should be manipulated as mentioned above to get a response from the modem. I also noticed an error massage after login out kde reporting "Date+Time /kernel: sio3: 1 more silo overflow (total n). I can easily get connected to my ISPs (I have currently 3) by windows dial-up without any script, just by userID and password written in the dialog. 3. In one of the literature I read, there is a line to add to .xinitrc file for kde: "setenv KDEDIR /usr/local" I wrote it down like this: "setenv /usr/local/bin" where my kde is installed. But there is also an error message reporting "setenv: not found" while starting X. I think I made something wrong. 4 (and the last). I can not run xdm. If I do it, the system halts after a short interval of X session. I know I should prepare an .xsession file, but I don't know where to and how to prepare it. Thank you very much for your patience. Hakan ----- End forwarded 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 14:26:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bear.slash.net (Bear.Slash.Net [198.64.232.24]) by hub.freebsd.org (Postfix) with ESMTP id 05A4C14FC4 for ; Mon, 27 Dec 1999 14:26:20 -0800 (PST) (envelope-from sabre@slash.net) Received: from bear (bear [198.64.232.24]) by bear.slash.net (Postfix) with ESMTP id 7C2A72A02F for ; Mon, 27 Dec 1999 16:27:07 -0600 (CST) Date: Mon, 27 Dec 1999 16:27:07 -0600 (CST) From: Geoff Sloan X-Sender: sabre@bear To: freebsd-questions@freebsd.org Subject: Re: Yamaha YMH0020 Sound Card installation? - Part 2 - Some progress 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 Well, I did some RTFMing and disabled the PnP BIOS and compiled in Luigi's driver and apparently pcm1: is found for the Yamaha and it is detected, however KDE says that it cannot connect to the audio server...what's needed in order to get this sucker going? Thanks, Geoff 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 14:31:30 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 6C05D14DB6; Mon, 27 Dec 1999 14:31:01 -0800 (PST) (envelope-from os@altavista.net) Received: from os (os.en.zp.ua [195.24.151.18]) by ktpk.dp.ua (8.8.8/8.8.8) with SMTP id AAA07496; Tue, 28 Dec 1999 00:30:31 +0200 (EET) (envelope-from os@altavista.net) Message-ID: <003d01bf50b9$fd8fe120$129718c3@en.zp.ua> From: "Oleg Semyonov" To: "hometeam" Cc: , , References: Subject: Re: patches for pppd-2.3.10-radius are here Date: Tue, 28 Dec 1999 00:30:31 +0200 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.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: hometeam Sent: Monday, December 27, 1999 4:56 PM > Before your patch 2.3.10 wouldn't compile on 3.4 by removing the #endif > it compiled and manual change on configure then it worked just > didn't log users on the server.. Didn't make a records in utmp/wtmp. This and some number of other issues are fixed by patch. E.g. added check for account expiration, check for /etc/ppp/ppp.deny and ppp.shells, and other FreeBSD-specific stuff which is not required but useful. It all was merged from FreeBSD's pppd-2.3.5 into 2.3.10-radius. Particularly, some IPX stuff. I was not able to test all the magic, so simply move it from one version to another. Main goal was RADIUS for tcp/ip, PAP, dial-in, no callback. > I guess we could just add this to 2.3.11 and be upto date with > pppd finally... I have no time for this now. May be in 2.3.12? :-) AFAIK, there is no significant changes in 2.3.11 from 2.3.10. And I didn't received any feedback about the patches. All I've got was first impressions and not more. So there is no driving motive for me to do it now: 2.3.10 works fine. OS 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 14:34:56 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 AA4E814E9F for ; Mon, 27 Dec 1999 14:34:53 -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 XAA10452 for freebsd-questions@FreeBSD.ORG; Mon, 27 Dec 1999 23:34:52 +0100 (CET) (envelope-from olli) Date: Mon, 27 Dec 1999 23:34:52 +0100 (CET) From: Oliver Fromme Message-Id: <199912272234.XAA10452@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: > [...] > I suppose the question should have been: > my timezone (TZ) is set and assuming > I have the adjkerntz set up, will accessing > MSDOS files be safe? in sync? Yes. adjkerntz is already in the default root crontab (/etc/crontab), so you don't have to care about this. Just use tzsetup to enter your timezone, and you're set. 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 14:40: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 D303A15041 for ; Mon, 27 Dec 1999 14:40:50 -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 XAA11523 for freebsd-questions@FreeBSD.ORG; Mon, 27 Dec 1999 23:39:58 +0100 (CET) (envelope-from olli) Date: Mon, 27 Dec 1999 23:39:58 +0100 (CET) From: Oliver Fromme Message-Id: <199912272239.XAA11523@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: library documentation question 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 Michael Lucas wrote in list.freebsd-questions: > I've noticed that parts of the standard C library documentation appear > to be missing on my FreeBSD box. I think it should be rather complete. > For example, I can do a "man 3 printf" and get the documentation. A > "man 3 sizeof" gives me nothing, however. That's because "sizeof" is not a library function. It's a C operator. For similar reasons, there are no manual pages on "int" or "while" etc. ;-) I'd recommend that you get a good book on ANSI C, for example "Kernighan / Ritchie" v2. 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 15: 1:31 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 3725D14BFE for ; Mon, 27 Dec 1999 15:01:26 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA61415; Tue, 28 Dec 1999 09:31:11 +1030 (CST) Date: Tue, 28 Dec 1999 09:31:11 +1030 From: Greg Lehey To: Gunnar Flygt Cc: FreeBSD Questions Subject: Re: Strange behaviour on make world Message-ID: <19991228093111.F1316@freebie.lemis.com> References: <19991225233341.A80696@sr.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991225233341.A80696@sr.se> 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:33:41 +0100, Gunnar Flygt wrote: > I have run a make buildworld and make installworld on one of my > machines. It worked without problems. But then I trien on my webserver, > an old P90 and it behaved like this: > > /usr/src/sys/modules/vinum/vinum.c: At top level: > /usr/src/sys/modules/vinum/vinum.c:539: parse error before `dev' > /usr/src/sys/modules/vinum/vinum.c:540: warning: function declaration > isn't a pr > ototype > /usr/src/sys/modules/vinum/vinum.c: In function `vinumdump': > /usr/src/sys/modules/vinum/vinum.c:542: `ENXIO' undeclared (first use > this funct > ion) > /usr/src/sys/modules/vinum/vinum.c:543: warning: control reaches end of > non-void > function > /usr/src/sys/modules/vinum/vinum.c: At top level: > /usr/src/sys/modules/vinum/vinum.c:87: storage size of `vinum_conf' > isn't known > *** Error code 1 > Stop. > *** Error code 1 I'd guess that the breakage in the message output is something to do with your mailer setup, though I don't know how you can create this with mutt. > So something is strange with compiling vinum code on this older > machine, but not on the newer one!? They are very much right "out > of the box" installations both of them. So, what can be the > problem? Source identical, from the same download at > ftp.freebsd.org Remember that there's more to compiling a module than the source file. There are lots of headers, and the kind of error message you get suggests that you're pulling in the wrong header files. It's difficult to be more precise, since you don't say what version of FreeBSD you're running, but you'll probably find that either you haven't updated all of your source tree, or you've somehow managed to pull in some other headers by accident. I don't consider this a vinum problem. 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 Mon Dec 27 15: 2:21 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 D578215318 for ; Mon, 27 Dec 1999 15:02:17 -0800 (PST) (envelope-from tomaz.borstnar@over.net) Received: from [212.30.94.90] ([212.30.94.90]:16167 "EHLO user") by mail.over.net with ESMTP id ; Tue, 28 Dec 1999 00:01:53 +0100 Message-Id: <4.2.2.19991227235355.05918f00@193.189.189.100> X-Yes: No X-Mailer: Easy To Guess Mailer 1999 Date: Mon, 27 Dec 1999 23:56:54 -0100 To: Greg Lehey From: Tomaz Borstnar Subject: Re: vinum in FreeBSD 3.4, concat-ed plexes and reviving state Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <19991227120959.T1316@freebie.lemis.com> References: <4.2.2.19991227014323.00cb75c0@193.189.189.100> <4.2.2.19991227014323.00cb75c0@193.189.189.100> 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 12:39 AM 12/27/99 , Greg Lehey wrote the following message: >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 Yes, this was it! I redid the configuration and everything came up just fine! >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. 'needs manual intervention. See under reviving in vinum (4).' Thanks for help! Works nice once you understand it. Reading and rereading manuals is essential in making vinum running for the first time. 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 Mon Dec 27 15: 6:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mago.agonet.it (mago.agonet.it [195.32.124.10]) by hub.freebsd.org (Postfix) with ESMTP id D76C514D8D for ; Mon, 27 Dec 1999 15:06:06 -0800 (PST) (envelope-from r.avanzi@agonet.it) Received: from r ([195.32.124.135]) by mago.agonet.it (8.8.5/8.8.5) with SMTP id AAA24291 for ; Tue, 28 Dec 1999 00:05:50 +0100 Message-ID: <000e01bf50bf$25b41e00$877c20c3@r.avanzi> From: "Ing. Roberto Avanzi" To: Subject: Keyboard = no with FreeBSD 3.2 Date: Tue, 28 Dec 1999 00:03:50 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BF50C7.051C06A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BF50C7.051C06A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello FreeBSD, I have some troubles while try to install FreeBSD 3.2 on my Pentium III = 450Mhz/64 Mb. My OS version is Windows 98 (4.10.1998). I followed the = procedure of hit the space bar as soon as possible after the messagge = 'Keyboard: no" is appeared. After this, I entered the '-Dh' command and = all things seems O.K. until I go at the Kernel Configuration Display. = Here, I 'm not be able to do nothing, because the keyboard is dead... = When I hit or Q key, nothing happens. I tried to install FreeBSD = with the CDROM and with the floppy disks, but the problem remains. My = keyboard is a Standard USB 101/102 keys (italian layout), and in the = 'Devices Manager' in the System Control (inside Control Panel), I have = the following installed devices for the keyboard devices: 1) USB General API keyboard 2) HID compatible keyboard=20 3) 101/102 keys standard or Microsoft Natural Keyboard Thank you. Best Regards Roberto Avanzi ------=_NextPart_000_0004_01BF50C7.051C06A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello FreeBSD,
I have some troubles while try to = install=20 FreeBSD 3.2 on my Pentium III 450Mhz/64 Mb. My OS version is Windows 98=20 (4.10.1998). I followed the procedure of hit the space bar as soon as = possible=20 after the messagge 'Keyboard: no" is appeared. After this, I = entered the=20 '-Dh' command and all things seems O.K. until I go at the Kernel = Configuration=20 Display. Here, I 'm not be able to do nothing, because the keyboard is = dead...=20 When I hit <enter> or Q key, nothing happens. I tried to install = FreeBSD=20 with the CDROM and with the floppy disks, but the problem remains. My = keyboard=20 is a Standard USB 101/102 keys (italian layout), and in the 'Devices = Manager' in=20 the System Control (inside Control Panel), I have the following = installed=20 devices for the keyboard devices:
1) USB General API = keyboard
2) HID compatible keyboard =
3) 101/102 keys standard or = Microsoft Natural=20 Keyboard
Thank you.
Best Regards
Roberto Avanzi
------=_NextPart_000_0004_01BF50C7.051C06A0-- 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 15:10:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id 6321A15006 for ; Mon, 27 Dec 1999 15:10:21 -0800 (PST) (envelope-from shawn@megadeth.org) Received: from shawn (shawn.megadeth.org [192.216.87.250] (may be forged)) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id PAA68467 for ; Mon, 27 Dec 1999 15:10:09 -0800 (PST) Message-Id: <4.2.0.58.19991227150812.01b21b40@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 27 Dec 1999 15:09:46 -0800 To: questions@freebsd.org From: Shawn Ramsey Subject: arplookup 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 arplookup 192.216.87.246 failed: host is not on local network Does anyone know what that error means, and how I might fix it? I am getting these sorts of entries on the console for numerous(maybe all) of the workstations on that network. 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 15:33:43 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 01599150F6 for ; Mon, 27 Dec 1999 15:33:42 -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 PAA29294 for ; Mon, 27 Dec 1999 15:33:41 -0800 Date: Mon, 27 Dec 1999 15:33:41 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: bad disks? 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 After a serious problem with an array, I've taken the system down to absolutely nothing. Reformated the drives in the array and rebuilt the array. When I go into sysinstall to add the array I get the following error on tty2 from disk label editor DEBUG: MakeDev: Unknown major/minor for dev type - And even after all the rebuild on the drives both individualy and as an array It's still not working. If I do it a second time it errors out but still begins a build of the file system on the array but I can never access the array. I'm at an utter loss for what could be wrong. Would a low level format for the drives be in order? Or am I missing something here? 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 16:23: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from reliam.teaser.fr (reliam.teaser.fr [194.51.80.12]) by hub.freebsd.org (Postfix) with ESMTP id E90621529E; Mon, 27 Dec 1999 16:22:51 -0800 (PST) (envelope-from hpc@teaser.fr) Received: from asus.teaser.fr (dip217.teaser.fr [194.51.100.217]) by reliam.teaser.fr (8.9.3/8.9.3) with ESMTP id BAA23933; Tue, 28 Dec 1999 01:22:34 +0100 (MET) Received: from (hpc@localhost) by asus.teaser.fr (8.9.3/jtpda-5.3.1) id BAA00788 ; Tue, 28 Dec 1999 01:19:22 +0100 (CET) Date: Tue, 28 Dec 1999 01:19:22 +0100 From: Charles Henri-Pierre To: freebsd-questions@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Scsi ava 1505 adaptec card for an scsi scanner Message-ID: <19991228011921.A741@asus.teaser.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I want to use this card with an scsi scanner. FreeBSD 3.4 seem recognize it, I get this messages during the beginning of the boot : aic0 at 0x340-0x350f irq 9 on isa aic0: aic6360, dma, disconnected, parity check But after, the system hang after the message : Waiting 2 sec for SCSI to settle and I get this message : (probe15:(aic0:0:0:0):ccb 0xc0865000 timed out, phase 0x0, state 1 Any idea ? BTW : Is there a way to store the boot message if the boot fail ? Thanks H-P -- % Henri-Pierre Charles % 80, avenue des États Unis 78000 Versailles % Tél : 01 39 20 02 41 Mél : hpcharles@teaser.fr 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 16:28:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hevanet.com (hevanet.com [198.5.254.1]) by hub.freebsd.org (Postfix) with ESMTP id CC080152F3 for ; Mon, 27 Dec 1999 16:28:30 -0800 (PST) (envelope-from drs@hevanet.com) Received: from don (ts02-ip07.hevanet.com [206.163.60.33]) by hevanet.com (8.9.1/8.9.1) with SMTP id QAA27981 for ; Mon, 27 Dec 1999 16:28:28 -0800 (PST) Message-ID: <006101bf50ca$ab7a5440$17fea8c0@don> From: "Don Sutter" To: "FreeBSD Questions" Subject: FreeBSD and Caldera 2.3 LILO Date: Mon, 27 Dec 1999 16:29:55 -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 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 Well, something exciting happens each time I upgrade FreeBSD. I can't seem to boot FreeBSD 3.3 from LILO (Caldera 2.3) - panic: cannot mount root. The error log and lilo.conf files are attached. Would somebody please help me *and* is there a better place to be looking for answers to this kind of problem? -------------- drive configuration --------------- Disk 1 (BIOS Drive 0x80) - IDE - Disk is dedicated to Windows 95 (/dev/hda) Disk 2 (BIOS Drive 0x81) - IDE - Two systems on this disk: First Partition - Redhat Linux 6.0 (/dev/hdb1) Second Partition - Caldera 2.3 (/dev/hdb2) Disk 3 (BIOS Drive 0x82) - SCSI - Disk is dedicated to FreeBSD (/dev/sda) -------------- error log --------------- Waiting 15 seconds for SCSI devices to settle changing root device to da2s1a changing root device to da2ada0 at aha1 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-CCS device da0: 5.000MB/s transfers (5.000MHz, offset 8) da0: 1280MB (2621688 512 byte sectors: 64H 32S/T 1280C) cd0 at aha1 bus 0 target 5 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 5.000MB/s transfers (5.000MHz, offset 8) cd0: cd present [329606 x 2048 byte records] error 6: panic: cannot mount root (2) syncing disks... done Automatic reboot in 15 seconds - press a key on the console to abort -------------- /etc/lilo.conf --------------- # # general section # boot = /dev/hda install = /boot/boot.b message = /boot/message prompt # wait 5 seconds (200 10ths) for user to select the entry to load timeout = 50 default = 3 vga = normal disk = /dev/hda bios = 0x80 disk = /dev/hdb bios = 0x81 disk = /dev/sda bios = 0x82 other = /dev/hda1 label = dos table = /dev/hda image = /boot/vmlinuz-2.2.5-15 label = 1 root = /dev/hdb1 read-only image = /boot/vmlinuz label = 2 root = /dev/hdb2 read-only other = /dev/sda1 label = 3 table = /dev/sda loader = /boot/chain.b 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 16:34:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from relativity.student.utwente.nl (wit389306.student.utwente.nl [130.89.234.166]) by hub.freebsd.org (Postfix) with ESMTP id 07EB314F99 for ; Mon, 27 Dec 1999 16:34:49 -0800 (PST) (envelope-from djb@Wit389306.student.utwente.nl) Received: by relativity.student.utwente.nl (Postfix, from userid 1001) id D52611E2F; Tue, 28 Dec 1999 01:34:47 +0100 (CET) Date: Tue, 28 Dec 1999 01:34:47 +0100 From: "Dave J. Boers" To: Grigory Kljuchnikov Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IDE Ultra DMA 66? Message-ID: <19991228013447.A54407@relativity.student.utwente.nl> Reply-To: djb@relativity.student.utwente.nl References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from grn@ispras.ru on Mon, Dec 27, 1999 at 04:54:31PM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 27, 1999 at 04:54:31PM +0300, Grigory Kljuchnikov wrote: > Who knows, Does FreeBSD support IDE Ultra DMA 66? It does with the new ATA driver. That driver is currently only available in FreeBSD 4.0-current. But there is probably going to be a release (4.0 RELEASE) somewhere in January 2000 which will likely include the ATA driver. I am currently running -current with the Highpoint 366 UDMA 66 IDE controller (which is onboard on my Abit BP6 mainboard) with a Western Digital drive. It is running UDMA 66 without problems. Regards, Dave Boers. -- God, root, what's the difference? djb@relativity.student.utwente.nl 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 16:42:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bigphred.greycat.com (bigphred.greycat.com [207.173.133.2]) by hub.freebsd.org (Postfix) with ESMTP id 6885A15065 for ; Mon, 27 Dec 1999 16:42:25 -0800 (PST) (envelope-from dann@bigphred.greycat.com) Received: (from dann@localhost) by bigphred.greycat.com (8.9.3/8.9.3) id QAA17448; Mon, 27 Dec 1999 16:42:59 -0800 (PST) (envelope-from dann) Date: Mon, 27 Dec 1999 16:42:59 -0800 From: Dann Lunsford To: Robert Norgard Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Parallel Port Control Message-ID: <19991227164259.A17318@greycat.com> References: <99122711371901.00371@catawba.ohio.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <99122711371901.00371@catawba.ohio.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 27, 1999 at 11:32:49AM -0900, Robert Norgard wrote: > Would anyone have suggestions on where to find information on > taking control of the parallel port to manipulate the i/o > lines directly? I need to control some external hardware in > real time. The i/o lines would need to be strobed about 1500 > times/sec. Any problem with this rate? > > Any suggestions? /usr/share/examples/ppi, for the first. That rate is probably not a problem, depending on what you do in between. The times I've run PLIP were much faster than that. -- Dann Lunsford The only thing necessary for the triumph of evil dann@greycat.com is that men of good will do nothing. -- Cicero 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 16:43:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 76D6914EF0 for ; Mon, 27 Dec 1999 16:43:45 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=ben) by scientia.demon.co.uk with smtp (Exim 3.092 #1) id 122ius-000Awo-00; Mon, 27 Dec 1999 22:47:02 +0000 Date: Mon, 27 Dec 1999 22:47:02 +0000 From: Ben Smithurst To: Ariel Burbaickij Cc: freebsd-questions@FreeBSD.ORG Subject: Re: diviating output Message-ID: <19991227224702.A43214@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ariel Burbaickij wrote: > I read and execute some programms form the book of w.richard stevens > "advanced programming in unix enviroment"printed in year 1992 > ISBN is 0-201-56317-7.I experience some deviations between expected > output and output of mine.Author points that there are some differencies > between behaviour of 4.3+BSD and POSIX.1 requested.The programm in > question is 8.4 it menas 4 programm from 8 chapter of the book. > The input i made is essentialy the same save i used perror instead of > err_sys(author-defined function).The question is:would anyone on the list > be so kind as sending to me relevant outputs on his machine.I will two > cases then,one from independent machine and one from mine so that i can > compare then.I use 3.2 fbsd. here's what I get: normal termination, exit status = 7 abnormal termination, signal number = 6 (core file generated) abnormal termination, signal number = 8 (core file generated) -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk 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 16:54: 1 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 C25BD14DA6 for ; Mon, 27 Dec 1999 16:53:56 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id LAA62028; Tue, 28 Dec 1999 11:23:30 +1030 (CST) Date: Tue, 28 Dec 1999 11:23:30 +1030 From: Greg Lehey To: Mark Ovens Cc: Tony Wells , freebsd-questions@FreeBSD.ORG Subject: Re: Emacs and the backspace key Message-ID: <19991228112330.K1316@freebie.lemis.com> References: <3867CFAD.D817A0CB@journalstar.com> <19991227214550.K1290@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991227214550.K1290@marder-1> 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 21:45:50 +0000, Mark Ovens wrote: > On Mon, Dec 27, 1999 at 02:44:29PM -0600, Tony Wells wrote: >> When I ssh into a remote machine (FBSD 3.3-Stable) and run emacs, it >> thinks that the backspace key is actually C-h. 'echo $TERM' on the >> remote machine shows my terminal type as xterm. >> >> My question is: how do I convince emacs that my backspace key is really >> my backspace key and not C-h? >> > > See questions 112 & 113 in the Emacs FAQ (C-h F). Note that these numbers change with the version. In my version (20.4.1) the key binding questions start at 116. The real issue is that the backspace key *is* c-h. One of the more illogical things about GNU Emacs is that Stallman chose to use c-h for a different function than erasing. In order to make the backspace key work as you presumably want it to (delete previous character), you need something like this in your .emacs: (global-set-key (quote [C-backspace]) (quote backward-delete-char-untabify)) 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 Mon Dec 27 17:24:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id CEE0714E13 for ; Mon, 27 Dec 1999 17:24:43 -0800 (PST) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id RAA19945; Mon, 27 Dec 1999 17:57:34 -0800 (PST) Date: Mon, 27 Dec 1999 17:57:34 -0800 (PST) From: Alfred Perlstein 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... That's not really true, I suggest doing a minimal install=20 (bin and manpages), it's not that painful, wait 'till you install until you add X and the rest of the system. You can do that via /stand/sysinstall. > 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 However.. this is the easier method. :) -Alfred 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 17:39:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from antiochus-fe0.ultra.net (antiochus-fe0.ultra.net [146.115.8.188]) by hub.freebsd.org (Postfix) with ESMTP id 593AB15354; Mon, 27 Dec 1999 17:39:33 -0800 (PST) (envelope-from moncrg@ma.ultranet.com) Received: from ma.ultranet.com (209-122-231-206.s206.tnt4.sbo.ma.dialup.rcn.com [209.122.231.206]) by antiochus-fe0.ultra.net (8.8.8/ult/n20340/mtc.v2) with ESMTP id UAA18500; Mon, 27 Dec 1999 20:39:28 -0500 (EST) Message-ID: <386814CF.8F14D119@ma.ultranet.com> Date: Mon, 27 Dec 1999 20:39:27 -0500 From: "Gregory D. Moncreaff" Reply-To: moncrg@ma.ultranet.com X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Cc: FreeBSD-hardware@FreeBSD.org Subject: 3.4-S: if_rl & DFE-530TX+ can't map memory or ports Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Got a D-Link 10/100 Network in a box for x-mas and I can't get the NIC to be seen on my BSD desktop. I uncommented all the PCI NIC's and it appears to be recognized as a rl0. default 3.4-S source couln't map PIO ports in driver probe? [cvs diff -rRELENG_3 if_rl.c showed no diff lines after sup'n] Looked at the source and commented out the line #define RL_USEIOSPACE to try and force memory mapped io. That didn't go either. Rebooting to win95 and finding the install cd for all the old arp/ipx bits was able to handle the card and I could ping -f the desktop from my BSD laptop, so I guess the HW is ok. I guess I'm asking what I should try next? 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 18: 4: 2 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 0F18715052 for ; Mon, 27 Dec 1999 18:03:59 -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 DAA23875 for freebsd-questions@FreeBSD.ORG; Tue, 28 Dec 1999 03:03:58 +0100 (CET) (envelope-from olli) Date: Tue, 28 Dec 1999 03:03:58 +0100 (CET) From: Oliver Fromme Message-Id: <199912280203.DAA23875@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: arplookup 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 Shawn Ramsey wrote in list.freebsd-questions: > arplookup 192.216.87.246 failed: host is not on local network > > Does anyone know what that error means, and how I might fix it? I am > getting these sorts of entries on the console for numerous(maybe all) of > the workstations on that network. It most probably means that the host with the IP number 192.216.87.246 has a wrong netmask configured. For example, assume that two hosts A and B are on two different class-C networks, i.e. their "natural" netmask is 255.255.255.0. Then assume that host B has a (wrong) netmask configured which is 255.255.0.0, but it still can reach A because there's a switch or a bridge between them (or something similar) which just forwards the packets. Now when B sends a packet directly to A (without using the default route, because of the wrong netmask), A will add B to its arp table. This normally happens every time the IP stack discovers a "new" host on the network, to save ARP requests. However, the kernel will discover that B is not on its local network (according to the correct netmask), therefore the arp entry is not valid (hosts which are on other networks are only reachable through the default route [or some other route], but not directly, so they cannot have their own arp entries in the arp table of A). This is clearly an error, and so your syslog entry is generated. To fix it, you should correct the netmasks of those hosts. I hope my explanations make some sense to you. :-) 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 18:12:41 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 1B02814EBA for ; Mon, 27 Dec 1999 18:12:34 -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 <19991228021024.JISW7552.mail.rdc3.on.home.com@main.wgaf.net> for ; Mon, 27 Dec 1999 18:10:24 -0800 Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 122m7l-0000jg-00; Mon, 27 Dec 1999 21:12:33 -0500 To: freebsd-questions@freebsd.org Subject: Re: 3.4-S: if_rl & DFE-530TX+ can't map memory or ports References: <386814CF.8F14D119@ma.ultranet.com> 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 21:12:32 -0500 In-Reply-To: "Gregory D. Moncreaff"'s message of "Mon, 27 Dec 1999 20:39:27 -0500" Message-ID: <87k8lz6cfj.fsf@main.wgaf.net> Lines: 25 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 "Gregory D. Moncreaff" writes: > Got a D-Link 10/100 Network in a box for x-mas and I can't get > the NIC to be seen on my BSD desktop. > > I uncommented all the PCI NIC's and it appears to be recognized as > a rl0. default 3.4-S source couln't map PIO ports in driver probe? > [cvs diff -rRELENG_3 if_rl.c showed no diff lines after sup'n] > > Looked at the source and commented out the line #define RL_USEIOSPACE > to try and force memory mapped io. That didn't go either. > > Rebooting to win95 and finding the install cd for all the old arp/ipx > bits was able to handle the card and I could ping -f the desktop from > my BSD laptop, so I guess the HW is ok. > > I guess I'm asking what I should try next? D-Link 530TX needs via-rhine driver. See "man vr". 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 Mon Dec 27 18:17: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.whtz.com (m8.z100.com [209.73.193.8]) by hub.freebsd.org (Postfix) with SMTP id 9CF8B15266 for ; Mon, 27 Dec 1999 18:17:04 -0800 (PST) (envelope-from courtney@whtz.com) Received: by mail.whtz.com(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 85256855.000BA475 ; Mon, 27 Dec 1999 21:07:09 -0500 X-Lotus-FromDomain: Z100 From: courtney@whtz.com To: questions@freebsd.org Message-ID: <85256855.000BA40B.00@mail.whtz.com> Date: Mon, 27 Dec 1999 21:07:08 -0500 Subject: basic program Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hey everyone I have a program that I wrote in basic that I would like to get running under FreeBSD- what is the easiest compiler to use and is there a web site with instructions for a bsd programming novice on how to use these programs? Thanks in advance for all of your help. Anyone willing to help me further with this gets a cool Z100 New York Radio T-Shirt for all of your help! Thanks, Bernie Bernie Courtney Z100 New York Engineering mailto:courtney@whtz.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 18:31:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imo-d06.mx.aol.com (imo-d06.mx.aol.com [205.188.157.38]) by hub.freebsd.org (Postfix) with ESMTP id 8AE9714E39 for ; Mon, 27 Dec 1999 18:31:42 -0800 (PST) (envelope-from Juanenoman@aol.com) Received: from Juanenoman@aol.com by imo-d06.mx.aol.com (mail_out_v24.6.) id n.0.5fc2deaf (4574) for ; Mon, 27 Dec 1999 21:31:36 -0500 (EST) From: Juanenoman@aol.com Message-ID: <0.5fc2deaf.25997b08@aol.com> Date: Mon, 27 Dec 1999 21:31:36 EST Subject: starting point? To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Windows AOL sub 45 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am attempting to learn unix, db2, and linux. Can you steer me in the right direction. I studied visual basic and c++ for a semester each , at Cypress college in California. Any help would be greatly appreciated. Thank you ... Clint Lillard PO BOX 5012 Anaheim, Calif. 92814 714-484-3922 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 18:35:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dfw.nationwide.net (dfw.nationwide.net [198.175.15.10]) by hub.freebsd.org (Postfix) with ESMTP id 5159D152BA for ; Mon, 27 Dec 1999 18:35:11 -0800 (PST) (envelope-from jwb@nationwide.net) Received: from laptop (laptop.swbt.com [204.155.150.91]) by dfw.nationwide.net (8.9.3/8.9.3) with SMTP id UAA15193 for ; Mon, 27 Dec 1999 20:34:50 -0600 (CST) From: "Jack Beech" To: Subject: subscribe Date: Mon, 27 Dec 1999 20:36:58 -0600 Message-ID: <000001bf50dc$69c664a0$5b969bcc@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe Jack Beech President/CEO Nationwide Internet http://www.nationwide.net 1-888-Nationwide 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 18:44:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dfw.nationwide.net (dfw.nationwide.net [198.175.15.10]) by hub.freebsd.org (Postfix) with ESMTP id 8AF4F14FF0 for ; Mon, 27 Dec 1999 18:44:28 -0800 (PST) (envelope-from jwb@nationwide.net) Received: from laptop (laptop.swbt.com [204.155.150.91]) by dfw.nationwide.net (8.9.3/8.9.3) with SMTP id UAA16090 for ; Mon, 27 Dec 1999 20:44:08 -0600 (CST) From: "Jack Beech" To: Subject: Smart Raid v Date: Mon, 27 Dec 1999 20:46:16 -0600 Message-ID: <000401bf50dd$b64c2020$5b969bcc@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone have any idea or knowledge when the DPT Smart Raid V drivers will be released for 3.2? We have been told by DPT they should be released in Nov. Looking at both DPT and FreeBSD.org, we still find no support except for the OLDER Smart Raid products. Jack Beech President/CEO Nationwide Internet http://www.nationwide.net 1-888-Nationwide 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 19: 1:17 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 6147C14DD8 for ; Mon, 27 Dec 1999 19:01:14 -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 TAA04097 for ; Mon, 27 Dec 1999 19:01:13 -0800 Date: Mon, 27 Dec 1999 19:01:13 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: super block? 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 What could one gather from an error like this. # mount /home mount: /dev/da1s1e on /home: wrong super block # /dev/da1s1e is a raid array. Worked fine for a while. Had to reinstall the array. Sysintall won't allow me to write the disk label. Gives this error. DEBUG: MakeDev: unknown major/minor for devtype - So it's not realy getting the file system on the disk. The other functions of adding the disk work fine. The slice editor writes information fine. Getting pretty frustrated on all this. Would simply like to know what the two errors mean. Thanks for any information on this. 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 19:19:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from antiochus-fe0.ultra.net (antiochus-fe0.ultra.net [146.115.8.188]) by hub.freebsd.org (Postfix) with ESMTP id BD73114F65 for ; Mon, 27 Dec 1999 19:19:54 -0800 (PST) (envelope-from moncrg@ma.ultranet.com) Received: from ma.ultranet.com (207-172-216-102.s102.tnt1.sbo.ma.dialup.rcn.com [207.172.216.102]) by antiochus-fe0.ultra.net (8.8.8/ult/n20340/mtc.v2) with ESMTP id WAA29007; Mon, 27 Dec 1999 22:19:51 -0500 (EST) Message-ID: <38682C56.CD57D073@ma.ultranet.com> Date: Mon, 27 Dec 1999 22:19:50 -0500 From: "Gregory D. Moncreaff" Reply-To: moncrg@ma.ultranet.com X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Arcady Genkin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3.4-S: if_rl & DFE-530TX+ can't map memory or ports References: <386814CF.8F14D119@ma.ultranet.com> <87k8lz6cfj.fsf@main.wgaf.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I tried the suggested vr driver but it didn't even twig. scroounging about for more info I stubled upon: # pciconf -l | grep none none1@pci0:16:0: class=0x020000 card=0x13011186 chip=0x813910ec rev=0x10 hdr=0x00 looking for the obvious [nowhere was 1301, and 8139 was all over *rl*] $ grep 1186 /sys/pci/* if_stereg.h:#define DL_VENDORID 0x1186 $ grep -i 10ec /sys/pci/* if_rlreg.h:#define RT_VENDORID 0x10EC does this just add to the confusion? 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 19:30:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rhubarb.fwi.com (rhubarb.fwi.com [209.84.175.126]) by hub.freebsd.org (Postfix) with ESMTP id AE90715300 for ; Mon, 27 Dec 1999 19:30:10 -0800 (PST) (envelope-from peeter@rhubarb.fwi.com) Received: (from peeter@localhost) by rhubarb.fwi.com (8.9.3/8.9.3) id WAA12575; Mon, 27 Dec 1999 22:34:26 -0500 (EST) (envelope-from peeter) Date: Mon, 27 Dec 1999 22:34:25 -0500 From: Peeter Pirn To: Ariel Burbaickij Cc: freebsd-questions@FreeBSD.ORG Subject: Re: diviating output Message-ID: <19991227223425.A12045@rhubarb.fwi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Ariel Burbaickij on Mon, Dec 27, 1999 at 08:35:45PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On my FreeBSD 3.2-RELEASE machine: peeter@rhubarb$ ./a.out normal termination, exit status = 7 abnormal termination, signal number = 6(core file generated) abnormal termination, signal number = 8(core file generated) On Mon, Dec 27, 1999 at 08:35:45PM +0100, Ariel Burbaickij wrote: > I read and execute some programms form the book of w.richard stevens > "advanced programming in unix enviroment"printed in year 1992 > ISBN is 0-201-56317-7.I experience some deviations between expected > output and output of mine.Author points that there are some differencies > between behaviour of 4.3+BSD and POSIX.1 requested.The programm in > question is 8.4 it menas 4 programm from 8 chapter of the book. > The input i made is essentialy the same save i used perror instead of > err_sys(author-defined function).The question is:would anyone on the list > be so kind as sending to me relevant outputs on his machine.I will two > cases then,one from independent machine and one from mine so that i can > compare then.I use 3.2 fbsd. -- Peeter Pirn - peeter@rhubarb.fwi.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 19:31:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web3202.mail.yahoo.com (web3202.mail.yahoo.com [204.71.202.199]) by hub.freebsd.org (Postfix) with SMTP id C2E3D14D1F for ; Mon, 27 Dec 1999 19:31:17 -0800 (PST) (envelope-from roykok@yahoo.com) Message-ID: <19991228033117.11989.qmail@web3202.mail.yahoo.com> Received: from [202.64.186.4] by web3202.mail.yahoo.com; Mon, 27 Dec 1999 19:31:17 PST Date: Mon, 27 Dec 1999 19:31:17 -0800 (PST) From: =?big5?q?kok=20Roy?= Subject: freebsd boot To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello My harddisk are partitiioned 'NT workstation' and 'freebsd'. I changed my NT partition. Then freebsd is changed from 'wd03a, d, e' to 'wd04a, d, e' Finally, I couldn't boot it and got the message to run 'fsck' How do I do it? In addition, what is 'PAP' and how do I change boot selection? eg: F1 Dos, F2 Freebsd Thank you for your help Roy __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.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 20: 1:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail0.mia.bellsouth.net (mail0.mia.bellsouth.net [205.152.16.12]) by hub.freebsd.org (Postfix) with ESMTP id 434F71536D for ; Mon, 27 Dec 1999 20:01:34 -0800 (PST) (envelope-from otterr@bellsouth.net) Received: from bellsouth.net (adsl-77-245-65.mia.bellsouth.net [216.77.245.65]) by mail0.mia.bellsouth.net (3.3.5alt/0.75.2) with ESMTP id XAA18734 for ; Mon, 27 Dec 1999 23:01:23 -0500 (EST) Message-ID: <3867EE89.D806A0B7@bellsouth.net> Date: Mon, 27 Dec 1999 22:56:09 +0000 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: softupdates and fsck References: <199912271337.FAA14591@netcom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stan Brown wrote: > 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? Nope. Just install it and make sure that you have kernel support for it. After that, you should be ready to enable it. You'll find that softupdates makes the filesystem a little more forgiving in the event you should have one of those unclean shutdowns. My only question concerning this would be the enabling of my / partitition... since the slice should be unmounted when you enable it. Can this be done from a live CD? -Otter > 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 20:44:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id 866FD14D09 for ; Mon, 27 Dec 1999 20:44:18 -0800 (PST) (envelope-from papalia@udel.edu) Received: from morgaine (nyf-ny10-39.ix.netcom.com [198.211.18.103]) by wondermutt.net (8.9.3/8.9.3) with SMTP id XAA01097 for ; Mon, 27 Dec 1999 23:53:39 -0500 (EST) (envelope-from papalia@udel.edu) Message-Id: <4.1.19991227224118.009e68e0@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 27 Dec 1999 23:44:27 -0500 To: freebsd-questions@freebsd.org From: John Subject: IPFW 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 was just tooling around with the rules for configuring a "simple" config instead of an "open" config, both to learn, and to ultimately achieve the simple config. In messing around though, I came up with a question that I'm not sure about. Network configuration is: * FreeBSD gateway maintaining an assigned Outside IP * Same box maintains an Inside IP on 192.168.x.x subnet * All inside boxes assigned 192.168.x.x IP's For example, if I want to allow SSH connections only *to* the FreeBSD box, but I want both the FreeBSD and the internal boxes to be able to generate outgoing SSH sessions in the outside world, is the following enough?: # Allow all traffic from inside out $fwcmd add pass all from ${iip} to ${inet}:${imask} $fwcmd add pass all from ${inet}:${imask} to ${iip} # Allow access to SSH $fwcmd add pass any from any to ${oip} 22 setup $fwcmd add pass any from ${oip} to any 22 setup # Allow all established connections to pass $fwcmd add pass tcp from any to any established Also, if I wanted users on the inside network to be able to access external hosts for popmail, but wanted to have popmail disabled on the freebsd server, would the following solve the problem, or would it cause a security hole?: $fwcmd add pass any from ${inet}:${imask} to any 110 via ${oif} setup Thanks in advance!!! Best, John Papalia 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 21:38:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web1611.mail.yahoo.com (web1611.mail.yahoo.com [128.11.23.177]) by hub.freebsd.org (Postfix) with SMTP id B53C214A1A for ; Mon, 27 Dec 1999 21:38:22 -0800 (PST) (envelope-from sam_stephenson@yahoo.com) Received: (qmail 15027 invoked by uid 60001); 28 Dec 1999 05:38:22 -0000 Message-ID: <19991228053822.15026.qmail@web1611.mail.yahoo.com> Received: from [24.216.21.76] by web1611.mail.yahoo.com; Mon, 27 Dec 1999 21:38:22 PST Date: Mon, 27 Dec 1999 21:38:22 -0800 (PST) From: Sam Stephenson Subject: Installing booteasy 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 Will the command fdisk -b /boot/mbr /dev/rwd0 safely install the booteasy boot manager on the disk wd0? (By safely I mean without harming the partition table.) Thanks in advance, Sam Stephenson sam_stephenson@yahoo.com __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.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 21:58:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lumsi.lugansk.ua (lumsi.lugansk.ua [62.244.34.14]) by hub.freebsd.org (Postfix) with ESMTP id 57CD514F81 for ; Mon, 27 Dec 1999 21:58:03 -0800 (PST) (envelope-from soc.lg.gov.ua!uucp@soc.lg.gov.ua) Received: from soc.UUCP (uusoc@localhost) by lumsi.lugansk.ua (8.8.8/8.8.8) with UUCP id HAA16941 for freebsd-questions@freebsd.org; Tue, 28 Dec 1999 07:56:33 +0200 X-Authentication-Warning: lumsi.lugansk.ua: uusoc set sender to soc!soc.lg.gov.ua!uucp using -f Received: by soc.lg.gov.ua (UUPC/@ v7.00, 07Jan97) id AA06088; Tue, 28 Dec 1999 07:49:40 -0200 (GMT) To: freebsd-questions@freebsd.org Message-Id: Organization: Upravlenie Sotsialnoy Zashiti From: "andrew" Date: Tue, 28 Dec 1999 07:49:40 -0200 (GMT) X-Mailer: dMail [Demos Mail for DOS v2.04d] Subject: RAID Arrays MIME-Version: 1.0 Lines: 4 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can I merge many FreeBSD partitions on different disks in one big partition? (like NetWare volumes). Please, if somebody know, help me. I have FreeBSD 3.2 installed. 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 22: 2:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from csimo02.mx.cs.com (csimo02.mx.cs.com [205.188.156.53]) by hub.freebsd.org (Postfix) with ESMTP id 6C30414FEE for ; Mon, 27 Dec 1999 22:02:51 -0800 (PST) (envelope-from Soulofwolf899@cs.com) Received: from Soulofwolf899@cs.com by csimo02.mx.cs.com (mail_out_v24.6.) id n.0.31cfc357 (4532); Tue, 28 Dec 1999 01:02:34 -0500 (EST) From: Soulofwolf899@cs.com Message-ID: <0.31cfc357.2599ac79@cs.com> Date: Tue, 28 Dec 1999 01:02:33 EST Subject: Problem with installation To: FreeBSD-questions@freebsd.org Cc: soulofwolf@yahoo.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) sub 44 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am attempting to install the FreeBSD Powerpack (ver 3.3) on a HP Pavilion 4483 with a 433 mHz Celeron, 96 megs RAM, and a 32x APTAI CD-ROM. Although I boot from the CD, I cannot finish the installation because I get the error "No CD-ROM device found" --- exactly as detailed in the book... please help! This is my first time using FreeBSD, although I own RedHat Linux 5.2 and 6.1 and TurboLinux 4.0, and I am "upgrading" to stay "current." Your rapid reply is appreciated and will prevent me from returning the CompUSA for a refund. Thanks, Charles 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 22: 8:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cepheus.azstarnet.com (cepheus.azstarnet.com [169.197.56.195]) by hub.freebsd.org (Postfix) with ESMTP id 6BA2A14F18 for ; Mon, 27 Dec 1999 22:08:56 -0800 (PST) (envelope-from sbcorey@azstarnet.com) Received: from azstarnet.com (dialup002ip148.tus.azstarnet.com [169.197.14.148]) by cepheus.azstarnet.com (8.9.3+blt.Beta0/8.9.3) with ESMTP id XAA23894; Mon, 27 Dec 1999 23:08:49 -0700 (MST) X-Sent-via: StarNet http://www.azstarnet.com/ Message-ID: <38685403.32A8219B@azstarnet.com> Date: Mon, 27 Dec 1999 23:09:07 -0700 From: Scott Corey X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Juanenoman@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: starting point? References: <0.5fc2deaf.25997b08@aol.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Juanenoman@aol.com wrote: > > Hello, I am attempting to learn unix, db2, and linux. Can you steer me in > the right direction. I studied visual basic and c++ for a semester each , at > Cypress college in California. Any help would be greatly appreciated. Thank > you ... > > Clint Lillard > PO BOX 5012 > Anaheim, Calif. 92814 714-484-3922 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Best resource on the net. http://www.freebsd.org 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 22:40:33 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 EA704153FE for ; Mon, 27 Dec 1999 22:40:30 -0800 (PST) (envelope-from gmarco@scotty.masternet.it) Received: from suzy (modem14.masternet.it [194.184.65.24]) by scotty.masternet.it (8.9.3/8.9.3) with ESMTP id HAA22138; Tue, 28 Dec 1999 07:40:24 +0100 (CET) (envelope-from gmarco@scotty.masternet.it) Message-Id: <4.2.0.58.19991228072527.00acfc50@194.184.65.4> X-Sender: gmarco@scotty.masternet.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Tue, 28 Dec 1999 07:26:32 +0100 To: Sam Stephenson , freebsd-questions@FreeBSD.ORG From: Gianmarco Giovannelli Subject: Re: Installing booteasy In-Reply-To: <19991228053822.15026.qmail@web1611.mail.yahoo.com> 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, Sam Stephenson wrote: >Will the command > > fdisk -b /boot/mbr /dev/rwd0 > >safely install the booteasy boot manager on the disk >wd0? (By safely I mean without harming the partition >table.) Check boot0cfg. # man boot0cfg The -B switch add the boot manager. 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 22:58:59 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 AD7A314D7D for ; Mon, 27 Dec 1999 22:58:55 -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 WAA12114 for ; Mon, 27 Dec 1999 22:58:53 -0800 Date: Mon, 27 Dec 1999 22:58:53 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: bad blocks 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 Well after reading through the mail archives I get the impression that if you have and error from fsck like this "BAD SUPER BLOCK. VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE." That the disk is swish cheeze.. I can't believe that since these are new drives as of two months ago. I run fsck and it's marked clean and I can mount it. Then on reboot I have to run fsck again to be able to mount it. It's on a RAID-5 array that up to now was working fine. A power failure forced the reboot and from then on fsck dies on boot forcing a manual fsck. Any idea? 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 23: 1:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cepheus.azstarnet.com (cepheus.azstarnet.com [169.197.56.195]) by hub.freebsd.org (Postfix) with ESMTP id A8B36153DD for ; Mon, 27 Dec 1999 23:01:44 -0800 (PST) (envelope-from sbcorey@azstarnet.com) Received: from azstarnet.com (dialup002ip148.tus.azstarnet.com [169.197.14.148]) by cepheus.azstarnet.com (8.9.3+blt.Beta0/8.9.3) with ESMTP id AAA00855 for ; Tue, 28 Dec 1999 00:01:39 -0700 (MST) X-Sent-via: StarNet http://www.azstarnet.com/ Message-ID: <38686065.A9E52F6E@azstarnet.com> Date: Tue, 28 Dec 1999 00:01:57 -0700 From: Scott Corey X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: BBS software 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 this might be a lame question, however, I have not been able to find any BBS software for FreeBSD. Any help would be greatly appreciated Scott 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 23: 8:51 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 C18F6153C6 for ; Mon, 27 Dec 1999 23:08:45 -0800 (PST) (envelope-from gmarco@scotty.masternet.it) Received: from suzy (modem14.masternet.it [194.184.65.24]) by scotty.masternet.it (8.9.3/8.9.3) with ESMTP id IAA22325; Tue, 28 Dec 1999 08:08:34 +0100 (CET) (envelope-from gmarco@scotty.masternet.it) Message-Id: <4.2.0.58.19991228080609.00a84f10@194.184.65.4> X-Sender: gmarco@scotty.masternet.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Tue, 28 Dec 1999 08:07:51 +0100 To: Scott Corey , FreeBSD Questions From: Gianmarco Giovannelli Subject: Re: BBS software In-Reply-To: <38686065.A9E52F6E@azstarnet.com> 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 28/12/99, Scott Corey wrote: >I know this might be a lame question, however, I have not been able to >find any BBS software for FreeBSD. Any help would be greatly appreciated I never used it, but I saw a couple of days ago its homepage: http://www.bbbs.net/ There is also a Freebsd native binary version. 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 Tue Dec 28 0:32: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cronus.medianetwork.se (cronus.medianetwork.se [193.14.204.1]) by hub.freebsd.org (Postfix) with ESMTP id 0E2D215433 for ; Tue, 28 Dec 1999 00:31:51 -0800 (PST) (envelope-from dl@tyfon.net) Received: from junglenote.com (digital13.medianetwork.se [193.14.204.231]) by cronus.medianetwork.se (8.9.3/8.7) with ESMTP id JAA17730 for ; Tue, 28 Dec 1999 09:31:46 +0100 Received: from enigmatic by junglenote.com with SMTP (MDaemon.v2.84.R) for ; Tue, 28 Dec 1999 09:38:08 +0100 Received: by localhost with Microsoft MAPI; Tue, 28 Dec 1999 09:38:01 +0100 Message-ID: <01BF5117.3B92D740.dl@tyfon.net> From: Dan Larsson To: "[FreeBSD-Questions-List] (E-post)" , "[FreeBSD-ISP-List] (E-post)" Subject: virtual ftp servers Date: Tue, 28 Dec 1999 09:38:00 +0100 Organization: Tyfon Internet Services [ http://tyfon.net ] X-Mailer: Microsoft Internet-e-post/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Return-Path: dl@tyfon.net Reply-To: dl@tyfon.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are there any FTP daemons, besides NcFTPd that have the ability to authenticate users from an external database, which the owner ( the customer ) can edit by ssh:ing in to the server? Regards ------------ Dan Larsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 0:32:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from demai02.mw.mediaone.net (demai02.mw.mediaone.net [24.131.1.20]) by hub.freebsd.org (Postfix) with ESMTP id D667D14F1A for ; Tue, 28 Dec 1999 00:32:43 -0800 (PST) (envelope-from jasonc@concentric.net) Received: from stan (nic-c13-232.mw.mediaone.net [24.131.13.232]) by demai02.mw.mediaone.net (8.8.7/8.8.7) with SMTP id DAA14258 for ; Tue, 28 Dec 1999 03:30:15 -0500 (EST) Message-ID: <012e01bf510e$7bb1b8e0$4900a8c0@stan> Reply-To: "Jason" From: "Jason" To: Subject: Cable Modem Support Date: Tue, 28 Dec 1999 03:35:22 -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.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- I recieved no response other than flames on my choice of email client from the following question...I will present it again and please keep in mind that I have very little choice on email clients until I can get past this problem. ----- I need to know if there is any BSD support for a General Instruments Internal Cable Modem. This modem does not use any Netowrk Inteface cards to work but has special software and plugs into a ISA port. The only software I have for it will only run on Win98 and is called SCMWatch 1.1.1 Connection Manager made by General Instruments of Deleware. I am unable to find a web site for this software and it only seems available from my ISP. My ISP says they will never support anything other than Win98. They do not support Win95 or NT. If anyone has something I can use to allow me to connect via this interface let me know. It seems to be the only possible interface available where I live other than a 33.6 connection. 56k ISPs are not even avaialble!!!. DSL was quoted to costs $7500+ for installation and a max speed of 144k. All other options are well over my financial means. Any holp in this matter would be greatly appreciated as I have great need of features that only seem to be found in BSD and other Unix like systems. Thanks Jason Cribbins "kib" - FtS Productions Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 0:50:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [194.58.85.161]) by hub.freebsd.org (Postfix) with ESMTP id 6B394151C7 for ; Tue, 28 Dec 1999 00:50:40 -0800 (PST) (envelope-from eugen@svzserv.kemerovo.su) Received: from svzserv.kemerovo.su (kost.svzserv.kemerovo.su [194.58.85.163]) by www.svzserv.kemerovo.su (8.9.2/8.9.2) with ESMTP id PAA18994 for ; Tue, 28 Dec 1999 15:50:38 +0700 (NKZ) Message-ID: <38687A48.69FA9E3F@svzserv.kemerovo.su> Date: Tue, 28 Dec 1999 15:52:24 +0700 From: Eugene Grosbein Organization: SVZServ X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: ru,en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: How to build system perl with -pthread? Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! Is there a way to force 'make world' to make system perl with -pthread? Do I need to add something to /etc/make.conf? And is it safe for stable work? If not, how can I have two copies of perl, standard one and threaded? My system is 3.4-STABLE. Eugene Grosbein. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 0:52:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.dnt.md (zeus.dnt.md [195.138.124.37]) by hub.freebsd.org (Postfix) with ESMTP id A98AD152D2 for ; Tue, 28 Dec 1999 00:52:46 -0800 (PST) (envelope-from sl@dnt.md) Received: from localhost (sl@localhost) by zeus.dnt.md (8.9.3/8.9.3) with ESMTP id KAA96513 for ; Tue, 28 Dec 1999 10:52:41 +0200 (EET) Date: Tue, 28 Dec 1999 10:52:41 +0200 (EET) From: Veaceslav Revutchi To: freebsd-questions@freebsd.org Subject: printing to a printer on a different IP subnet 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, It may sount like a silly question but here I go anyway. My FreeBSD machine is on 10.0.0/24 and my HPLaserJet4 is on 10.0.1/24 connected to a hub. They are in two different ethernet segments connected by an IP router. I can ping the printer from my BSD box. What would I need to do to be able to print to the printer from the the BSD box? any advice appreciated, slava To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 2:46:48 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 851CB150A4 for ; Tue, 28 Dec 1999 02:46:44 -0800 (PST) (envelope-from gmarco@scotty.masternet.it) Received: from suzy (modem17.masternet.it [194.184.65.27]) by scotty.masternet.it (8.9.3/8.9.3) with ESMTP id LAA24724; Tue, 28 Dec 1999 11:46:37 +0100 (CET) (envelope-from gmarco@scotty.masternet.it) Message-Id: <4.2.0.58.19991228113831.009fa4f0@194.184.65.4> X-Sender: gmarco@scotty.masternet.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Tue, 28 Dec 1999 11:45:54 +0100 To: "Jason" From: Gianmarco Giovannelli Subject: Re: Cable Modem Support Cc: questions@freebsd.org In-Reply-To: <012e01bf510e$7bb1b8e0$4900a8c0@stan> 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 28/12/99, you wrote: >I need to know if there is any BSD support for a General Instruments >Internal Cable Modem. This modem does not use any Netowrk Inteface cards to >work but has special software and plugs into a ISA port. Uhm... some times ago I have to install a FreeBSD box connected to Internet via a leased line. At the beginning the I was very scared about it (I never saw things like this) but after a while I realized I can treat it like any other modem. The only difference was that I have not to dial and I don't need a login sequence. If you used user ppp ---> ppp.conf: ---> cut here <--- default: set ctsrts on set parity none set server 3000 "" set device /dev/cuaa0 set speed 115200 set timeout 120 cda0: set dial "" set login set device /dev/cuaa0 set speed 115200 set timeout 900 set log Phase Chat LQM LCP IPCP CCP tun command set ifaddr 151.99.150.79 151.99.150.15 add default HISADDR set cd off ---> end <--- Teh modem always take the connection open and they have their configuration set in their flash. On the other side there is a Cisco system that provide the autentification, none in our case. I use ppp -nat -ddial cda0 to connect... I hope it can helps 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 Tue Dec 28 2:53:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from antares.netpar.com.br (antares.netpar.com.br [200.255.244.1]) by hub.freebsd.org (Postfix) with ESMTP id 7C44914D67 for ; Tue, 28 Dec 1999 02:53:09 -0800 (PST) (envelope-from rosa_oliveira@netpar.com.br) Received: from rosa (unverified [200.250.56.234]) by antares.netpar.com.br (Rockliffe SMTPRA 3.4.5) with SMTP id for ; Tue, 28 Dec 1999 08:59:07 -0200 Message-ID: <000801bf5123$5795bf00$ea38fac8@cwb.fnn.net> From: "Rosa Maria" To: Subject: Bom dia Date: Tue, 28 Dec 1999 09:04:40 -0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF5112.932993E0" 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_01BF5112.932993E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Meu nome =E9 Rosa Maria h=E1 mais ou menos dois meses, o tecnico que faz = reparos no meu PC, instalou a Future net no meu PC, por sua vez nunca = funcionou, nao consegui uma vez se quer, me conectar a internet, o = suporte de vez =E9 ineficiente e devagar demais pro gosto, coisa que eu = nao estou acostumada; pois sempre trabalhei com empresas de porte e com = funcionarios capacitados e efeciente oque nao acontece com vcs, me = desculpe por falar a verdade, mais aqui em Curitiba essa Future net =E9 = muito ruim. Devido a tantos contratempos que tive com essa empresa, cancelei aquilo = que eu nem havia solicitado, tentei fazer um teste, mas nao deu certo, e = para minha surpresa essa ineficiente empresa esta me mandando uma boleta = bancaria pra pagar e amea=E7ando protesto, Pergunta ser=E1 que dois = meses apos o cancelando vcs, estao me cobrando a ineficiencia de vcs? = ou???? Gostaria que V.sas me enviassem o cancelamento da boleta bancaria, caso = contrario estarei indo ate o PROCON, pois meu dinheiro nao d=E1 em = arvore. Conto com o bom senso de vcs Obrigada Rosa Maria ------=_NextPart_000_0005_01BF5112.932993E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Meu nome =E9 Rosa Maria h=E1 mais ou = menos dois meses,=20 o tecnico que faz reparos no meu PC, instalou a Future net no meu PC, = por sua=20 vez nunca funcionou, nao consegui uma vez se quer, me conectar a = internet, o=20 suporte de vez =E9 ineficiente e devagar demais pro gosto, coisa que eu = nao estou=20 acostumada; pois sempre trabalhei com empresas de porte e com = funcionarios=20 capacitados e efeciente oque nao acontece com vcs, me desculpe por falar = a=20 verdade, mais aqui em Curitiba essa Future net =E9 muito = ruim.
Devido a tantos contratempos que tive = com essa=20 empresa, cancelei aquilo que eu nem havia solicitado, tentei fazer um = teste, mas=20 nao deu certo, e para minha surpresa essa ineficiente empresa esta me = mandando=20 uma boleta bancaria pra pagar e amea=E7ando protesto, Pergunta ser=E1 = que dois meses=20 apos o cancelando vcs, estao me cobrando a ineficiencia de vcs?=20 ou????
Gostaria que V.sas me enviassem o = cancelamento da=20 boleta bancaria, caso contrario estarei indo ate o PROCON, pois meu = dinheiro nao=20 d=E1 em arvore.
Conto com o bom senso de = vcs
Obrigada
 
Rosa Maria
------=_NextPart_000_0005_01BF5112.932993E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 2:53:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id B78CE152CC for ; Tue, 28 Dec 1999 02:53:47 -0800 (PST) (envelope-from freebsd-questions@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id LAA18628 for questions@FreeBSD.org; Tue, 28 Dec 1999 11:40:56 +0100 (CET) (envelope-from freebsd-questions@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for questions@FreeBSD.org (questions@FreeBSD.org) To: questions@FreeBSD.org Date: Tue, 28 Dec 1999 11:40:51 +0100 From: Marcel Moolenaar Message-ID: <386893B3.1B5C6EA8@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <576A688A7DA7D011899B00805FEA1AFFB177DE@sych02.isdip.upmc.edu> Subject: Re: libXpm.so.4.10 again!! What's the the Magic number!? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Person, Roderick" wrote: > > What is the deal with this lib one minute it works the next it doesn't? I'm > using 3.3 Release. Our ELF shared objects don't have 2 version numbers, so either it's an aout shared object or possibly a Linux version. Retrace your steps; you've probably done something wrong along the line (such as moving/copying the object file). -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 3:18: 1 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 5562D1512E for ; Tue, 28 Dec 1999 03:17:56 -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 NAA03698 for ; Tue, 28 Dec 1999 13:17:43 +0200 From: Tomas Furmonavicius To: freebsd-questions@FreeBSD.ORG Subject: Re: Yamaha YMH0020 Sound Card installation? - Part 2 - Some progress Date: Tue, 28 Dec 1999 12:52:33 +0200 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <99122812551100.00278@briviba.lt> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 28 Dec 1999, Geoff Sloan wrote: > Well, I did some RTFMing and disabled the PnP BIOS and compiled in Luigi's > driver and apparently pcm1: is found for the Yamaha and it is detected, > however KDE says that it cannot connect to the audio server...what's > needed in order to get this sucker going? > Thanks, > Geoff You must create correct device "files". Do as root: cd /dev sh MAKEDEV snd1 Everything should work after that. Tomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 3:18:20 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 4238C1542C for ; Tue, 28 Dec 1999 03:18:14 -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 NAA03702 for ; Tue, 28 Dec 1999 13:17:57 +0200 From: Tomas Furmonavicius To: freebsd-questions@FreeBSD.ORG Subject: Printing problems Date: Tue, 28 Dec 1999 13:11:48 +0200 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99122813184901.00278@briviba.lt> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm having problems with printing under FBSD 3.3. When I'm trying to print PS file through Ghostscript, printer starts printing fine, but then starts to print "rubish". My printer is HP DJ670C, tried GS 5.50 and 5.10 with cdj670 and cdj550 drivers. GS under AIX and Linux worked OK for me with Epson and HP printers. What's wrong with it on BSD? Tomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 3:53:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cr31617-a.lndn1.on.wave.home.com (cr31617-a.lndn1.on.wave.home.com [24.112.227.163]) by hub.freebsd.org (Postfix) with ESMTP id 4C570150C1 for ; Tue, 28 Dec 1999 03:53:05 -0800 (PST) (envelope-from jbailie@cr31617-a.lndn1.on.wave.home.com) Received: (from jbailie@localhost) by cr31617-a.lndn1.on.wave.home.com (8.9.3/8.9.3) id HAA00723 for questions@freeBSD.org; Tue, 28 Dec 1999 07:04:03 -0500 (EST) (envelope-from jbailie) Date: Tue, 28 Dec 1999 07:04:02 -0500 From: James Bailie To: questions@freeBSD.org Subject: Re: softupdates and fsck Message-ID: <19991228070402.A681@cr31617-a.lndn1.on.wave.home.co> References: <199912271337.FAA14591@netcom.com> <3867EE89.D806A0B7@bellsouth.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" X-Mailer: Mutt 1.0i In-Reply-To: <3867EE89.D806A0B7@bellsouth.net>; from otterr@bellsouth.net on Mon, Dec 27, 1999 at 10:56:09PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable On Mon, Dec 27, 1999 at 10:56:09PM +0000, Otter wrote: > You'll find that softupdates makes the filesystem a little more forgiving= =20 > in the event you should have one of those unclean shutdowns.=20 What do you mean by more forgiving? No fsck on reboot? If this is the case, is it more forgiving, or is the OS merely fooled into thinking the file system is clean, when there may be uncommitted buffered changes? --=20 James Bailie =20 http://members.home.net/jazzturk =20 --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.0 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE4aKcx0Fh9wojXfzIRActcAKCNzBCvj3jxRDZOlhHBq5QLrS5IGQCeNuEs 7NC693o2RaaFxDiJnn/ZfiY= =aQHn -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 4:23:15 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 3C50F14BEA for ; Tue, 28 Dec 1999 04:23:13 -0800 (PST) (envelope-from placej@ibm.net) Received: from ibm.net. ([166.72.224.131]) by prserv.net (out4) with ESMTP id <1999122812231023903nti22e>; Tue, 28 Dec 1999 12:23:10 +0000 Received: (from placej@localhost) by ibm.net. (8.9.3/8.9.2) id HAA00452 for questions@freebsd.org; Tue, 28 Dec 1999 07:23:08 -0500 (EST) (envelope-from placej) Date: Tue, 28 Dec 1999 07:23:07 -0500 From: "John C. Place" To: questions@freebsd.org Subject: catdocs & Samba 2.0.6 Message-ID: <19991228072307.A424@attglobal.net> Reply-To: "John C. Place" Mail-Followup-To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I downloaded the bin, manpages, catpages from the 3.4 Distribution. Things worked fine (needed to put out a mail server and did not want to wait for my Subscription). At any rate what are the catpages? I did a search on the mail archive and got only one hit from 1997 that basically said that cat pages were accidentely there (in that case) I am sure this is no longer the case. I realize it is documention but what is the relationship to manpages? Also in the Samba 2.0.6 Release the following is in the WHATSNEW.txt: 20). MSG_WAITALL optimisation removed due to bugs in FreeBSD. ^^^^???? They way this sounds is that FreeBSD is full of bugs (at least in the TCP/IP section). I would classify FreeBSD as just the opposite. What do they mean by this? In my mind this would be a "work arround" untill the bug gets fixed, or it only a bug from a point of view? Thanks John John C. Place Systems Specialist CTC Distribution Direct - York, PA placej@ctcdist.com Those who don't know UNIX are doomed to reinvent it... Poorly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 4:37:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id 13AF714EAA for ; Tue, 28 Dec 1999 04:37:25 -0800 (PST) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id NAA00930; Tue, 28 Dec 1999 13:37:03 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.9.3/8.9.3) with ESMTP id NAA35333; Tue, 28 Dec 1999 13:17:09 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: (from gunnar@localhost) by pluto.sr.se (8.9.3/8.9.3) id NAA56963; Tue, 28 Dec 1999 13:17:08 +0100 (CET) (envelope-from gunnar) Date: Tue, 28 Dec 1999 13:17:08 +0100 From: Gunnar Flygt To: Greg Lehey Cc: FreeBSD Questions Subject: Re: Strange behaviour on make world Message-ID: <19991228131708.B56137@sr.se> Reply-To: Gunnar Flygt References: <19991225233341.A80696@sr.se> <19991228093111.F1316@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991228093111.F1316@freebie.lemis.com>; from grog@lemis.com on Tue, Dec 28, 1999 at 09:31:11AM +1030 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 28, 1999 at 09:31:11AM +1030, Greg Lehey wrote: > On Saturday, 25 December 1999 at 23:33:41 +0100, Gunnar Flygt wrote: > > I have run a make buildworld and make installworld on one of my > > machines. It worked without problems. But then I trien on my webserver, > > an old P90 and it behaved like this: > > > > /usr/src/sys/modules/vinum/vinum.c: At top level: > > /usr/src/sys/modules/vinum/vinum.c:539: parse error before `dev' > > /usr/src/sys/modules/vinum/vinum.c:540: warning: function declaration > > isn't a prototype > > /usr/src/sys/modules/vinum/vinum.c: In function `vinumdump': > > /usr/src/sys/modules/vinum/vinum.c:542: `ENXIO' undeclared (first use > > this function) > > /usr/src/sys/modules/vinum/vinum.c:543: warning: control reaches end of > > non-void function > > /usr/src/sys/modules/vinum/vinum.c: At top level: > > /usr/src/sys/modules/vinum/vinum.c:87: storage size of `vinum_conf' > > isn't known > > *** Error code 1 > > Stop. > > *** Error code 1 > > I'd guess that the breakage in the message output is something to do > with your mailer setup, though I don't know how you can create this > with mutt. > > > So something is strange with compiling vinum code on this older > > machine, but not on the newer one!? They are very much right "out > > of the box" installations both of them. So, what can be the > > problem? Source identical, from the same download at > > ftp.freebsd.org > > Remember that there's more to compiling a module than the source > file. There are lots of headers, and the kind of error message you > get suggests that you're pulling in the wrong header files. It's > difficult to be more precise, since you don't say what version of > FreeBSD you're running, but you'll probably find that either you > haven't updated all of your source tree, or you've somehow managed to > pull in some other headers by accident. Hmm, the only thing that was there before was the /usr/src/sys , since I've compiled the kernel earlier. So there must be something there from 3.3-RELEASE or 3.0-RELEASE since the first one is the kernel running now, and the later one was what was on it before upgrading to 3.3 I thought that making install.sh sys (in the src directory) made a total upgrading of the sys-src, but from now on I'll delete the old /usr/src/sys before installing the new one. > > I don't consider this a vinum problem. No, most obvious a problem with lazy sysops :-) > > 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 -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 4:48:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 0957314F84 for ; Tue, 28 Dec 1999 04:48:38 -0800 (PST) (envelope-from jay.krell@cornell.edu) Received: from jayk-home3nt (user-2ini99h.dialup.mindspring.com [165.121.37.49]) by smtp6.mindspring.com (8.9.3/8.8.5) with SMTP id HAA16957 for ; Tue, 28 Dec 1999 07:48:36 -0500 (EST) Message-ID: <000301bf5131$d497aaa0$8001a8c0@jayk-home3nt> From: "Jay Krell" To: Subject: cvsuping and rebuilding, esp. ports Date: Tue, 28 Dec 1999 04:48:23 -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 What am I supposed to rebuild upon cvsuping? Build everything clean? What about ports? Is it possible to only rebuild what is installed? Can/should/are dependencies worked out such that you can always just incrementally rebuild and the Right thing happens? (I assume they are not, and that doing so is very difficult.) The BSD user and kernel are small enough that just clean building all isn't a terrible answer (Pentium Pro 200), but this is not true of the ports. - Jay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 4:54:42 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 E8B9814DA3 for ; Tue, 28 Dec 1999 04:54:39 -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 NAA61742; Tue, 28 Dec 1999 13:54:33 +0100 (CET) (envelope-from kheuer@gwdu60.gwdg.de) Date: Tue, 28 Dec 1999 13:54:33 +0100 (CET) From: Konrad Heuer To: Tomas Furmonavicius Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Printing problems In-Reply-To: <99122813184901.00278@briviba.lt> 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 Tue, 28 Dec 1999, Tomas Furmonavicius wrote: > I'm having problems with printing under FBSD 3.3. > When I'm trying to print PS file through Ghostscript, printer starts pri= nting > fine, but then starts to print "rubish". My printer is HP DJ670C, tried G= S 5.50 > and 5.10 with cdj670 and cdj550 drivers. GS under AIX and Linux worked OK= for > me with Epson and HP printers. What's wrong with it on BSD? You should try to switch your parallel port to polled mode (/usr/sbin/lptcontrol, see `man lptcontrol'). I had similar problems in some cases with interrupt-driven mode (default) of the parallel port. 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 Tue Dec 28 5: 5:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id 6702315469 for ; Tue, 28 Dec 1999 05:05:26 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.153.203]) by smtp2.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FNGCH700.9MG for ; Tue, 28 Dec 1999 06:07:55 -0700 Message-ID: <000601bf513c$ddf3e720$cb99c5d1@webserver> From: "Duke Normandin" <01031149@3web.net> To: Subject: Re: cons25 && (midc, /stand/sysinstall, etc) Date: Mon, 27 Dec 1999 18:11:04 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit 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 oliver... Thanks for more reading material...now the list is 3 pages long! ;-)) I DLed turorials on sh and csh, so that should help also. Between those and PHP and a bit od Perl, I should be thoroughly confused by the beginning of the 2nd quarter, 2000. thanks...duke -----Original Message----- From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Date: Monday, December 27, 1999 9:01 AM Subject: Re: cons25 && (midc, /stand/sysinstall, etc) >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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 5: 5:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id CCD8F1542C for ; Tue, 28 Dec 1999 05:05:25 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.153.203]) by smtp2.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FNGCH500.9MF; Tue, 28 Dec 1999 06:07:53 -0700 Message-ID: <000501bf513c$dc936cc0$cb99c5d1@webserver> From: "Duke Normandin" <01031149@3web.net> To: "Alejandro Ramirez" , "freebsd-questions" Subject: Re: Compaq Netflex Enet/ISA NIC Date: Mon, 27 Dec 1999 18:04:29 -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 Ales... Thanks for the response. You know what, now I have _too_ many options. I searched further into the mailing list archives and discovered that this card's support was rolled over into the ie0 (according to Doug White). So, before I compile my custom kernel, is there a way of determining which one would work? Also, taking the ie) driver as an example, kernel.GENERIC reads irq 5, (can't remember)0x300, iomem 0xd0000. Am I allowed to change these values in my custom kernel to what my card is set as ( irq 5, (???)0x310, iomem 0xc0000); or do I have to leave the driver values alone and change the card settings? tia...duke -----Original Message----- From: Alejandro Ramirez To: Duke Normandin <01031149@3web.net>; freebsd-questions Date: Monday, December 27, 1999 8:17 AM Subject: RE: Compaq Netflex Enet/ISA NIC >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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 6:12:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from loki.iss.net (loki.iss.net [208.21.0.3]) by hub.freebsd.org (Postfix) with ESMTP id 100B914F22 for ; Tue, 28 Dec 1999 06:12:30 -0800 (PST) (envelope-from andrew@networkcomputerz.com) Received: from networkcomputerz.com (isdndial47.iss.net [208.21.1.47] (may be forged)) by loki.iss.net (8.9.3/8.9.3) with ESMTP id KAA23350; Tue, 28 Dec 1999 10:18:47 -0500 Message-ID: <3868C52D.6F905978@networkcomputerz.com> Date: Tue, 28 Dec 1999 09:11:57 -0500 From: Andrew Otwell Organization: Network Computerz X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Network Admin [JPeterson]" Cc: Raphael Quoilin , freebsd-questions@FreeBSD.ORG Subject: Re: PGP ? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Network Admin [JPeterson]" wrote: > > /usr/ports/security/pgp > etc.etc.. > =) > yes I use it, love it .. need to use it more (like signing my email and > junk) but ohh well - that will all come in time right now I have to do some > work with qpage and notifying me if the drives get close to full =) > > as long as we are on the pgp subject though, does anyone know of a > key-server still in existance? I remember posting my public key to a server > at one point, but that key has expired and I would like to get my new one > out there =) > > Thanks! > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Raphael Quoilin > > Sent: Saturday, December 18, 1999 7:11 PM > > To: freebsd-questions@FreeBSD.ORG > > Subject: PGP ? > > > > > > Hello, > > > > Anyone using PGP - Pretty Good Privacy under the Little Red Devil ;-) ? > > > > Where to get it ? Are those PGP releases Diffie/Hellman enabled ? > > > > Thank you > > > > Raphael > > > > Raphael Quoilin - raphael.quoilin@advalvas.be > > Diffie / Hellman PGP Key ID : 0xAC0E0AF3 > > Echelon highlighted - www.echelonwatch.org > > > > > > > > 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 pgpkeys.mit.edu mirrored at keys.pgp.com -- _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Andrew T. Otwell, Network Administrator andrew@networkcomputerz.com, 678.363.8491 http://www.NetworkComputerz.com yank PGP DSS key from hkp://pgpkeys.mit.edu _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 6:13:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 557AE14D67 for ; Tue, 28 Dec 1999 06:13:32 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=ben) by scientia.demon.co.uk with smtp (Exim 3.092 #1) id 122xGe-000BhS-00; Tue, 28 Dec 1999 14:06:28 +0000 Date: Tue, 28 Dec 1999 14:06:28 +0000 From: Ben Smithurst To: kok Roy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd boot Message-ID: <19991228140628.A45090@strontium.scientia.demon.co.uk> References: <19991228033117.11989.qmail@web3202.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991228033117.11989.qmail@web3202.mail.yahoo.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kok Roy wrote: > My harddisk are partitiioned 'NT workstation' and 'freebsd'. I > changed my NT partition. Then freebsd is changed from 'wd03a, d, e' to > 'wd04a, d, e' Finally, I couldn't boot it and got the message to run > 'fsck' If you can get to a single user prompt, edit /etc/fstab using everyone's favourite editor, ed. (This might fix it anyway, though you could have been clearer about what exact messages you got.) Just do # ed /etc/fstab %s/wd0s3/wd0s4/g wq # making a backup of fstab before you do that might be a good idea, though it isn't the hardest file to recreate if you screw up. You may also have to change your dumpdev setting in /etc/rc.conf if you have set it. -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 6:13:48 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 2275E15435 for ; Tue, 28 Dec 1999 06:13:40 -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) id 122xNa-0005wR-00; Tue, 28 Dec 1999 14:13:38 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id OAA72241; Tue, 28 Dec 1999 14:13:38 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Tue, 28 Dec 1999 14:13:38 +0000 (GMT) From: Jonathon McKitrick To: Otter Cc: freebsd-questions@freebsd.org Subject: Re: softupdates and fsck In-Reply-To: <3867EE89.D806A0B7@bellsouth.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 On Mon, 27 Dec 1999, Otter wrote: >that, you should be ready to enable it. You'll find that softupdates makes the >filesystem a little more forgiving in the event you should have one of those >unclean shutdowns. My only question concerning this would be the enabling of my / >partitition... since the slice should be unmounted when you enable it. Can this be >done from a live CD? I think it can be done from either the CD or a fixit floppy. But there are many people who believe root should be left alone and run without softupdates, since there should be very few writes to that partition anyway. I decided that makes sense, so my 80 meg root partition has soft-updates disabled, and is mounted to minimize writes. -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 6:16:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id AE7361538F for ; Tue, 28 Dec 1999 06:16:17 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 122xQ3-000BeD-00; Tue, 28 Dec 1999 14:16:11 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id OAA72286; Tue, 28 Dec 1999 14:16:04 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Tue, 28 Dec 1999 14:16:04 +0000 (GMT) From: Jonathon McKitrick To: "Dave J. Boers" Cc: Grigory Kljuchnikov , freebsd-questions@freebsd.org Subject: Re: IDE Ultra DMA 66? In-Reply-To: <19991228013447.A54407@relativity.student.utwente.nl> 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 Tue, 28 Dec 1999, Dave J. Boers wrote: > >It does with the new ATA driver. That driver is currently only available >in FreeBSD 4.0-current. But there is probably going to be a release (4.0 >RELEASE) somewhere in January 2000 which will likely include the ATA >driver. > >I am currently running -current with the Highpoint 366 UDMA 66 IDE >controller (which is onboard on my Abit BP6 mainboard) with a Western >Digital drive. It is running UDMA 66 without problems. Sounds like you -current guys have all the fun ;-) -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 6:30:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zappa.demon.nl (zappa.demon.nl [195.173.232.30]) by hub.freebsd.org (Postfix) with ESMTP id 263001549A for ; Tue, 28 Dec 1999 06:30:23 -0800 (PST) (envelope-from ron@zappa.demon.nl) Received: from win98 (win98.demon.nl [192.168.1.3]) by zappa.demon.nl (Postfix) with SMTP id 08E585B8E for ; Tue, 28 Dec 1999 15:32:39 +0100 (CET) Message-ID: <013c01bf5140$049e4020$0301a8c0@demon.nl> From: "Ron Klinkien" To: Subject: Bus errors with 4.0-current... Date: Tue, 28 Dec 1999 15:29:58 +0100 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.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, The hardware of my FreeBSD 4.0 server has proven to be quite stable, since I build 70+ times a make world without any strange hardware related errors... But while doing an make install of /usr/ports/x11/gnome, I got a Bus Error while it was busy in /usr/ports/lang/python Every rebuild it failed on the same spot, until I did a make clean in /usr/ports/lang/python then is finisched ok (probably bad object or binary code created?) Now when running Gnome on my Xterminal I got more Bus Errors... My question: What are Bus Errors? and what can cause bus errors? Bad programming, hardware, OS...? Regards, Ron. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 6:34:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bgl2.vsnl.net.in (bgl2.vsnl.net.in [202.54.12.46]) by hub.freebsd.org (Postfix) with ESMTP id 22E7415435 for ; Tue, 28 Dec 1999 06:33:55 -0800 (PST) (envelope-from rsud@applyingthought.com) Received: from rsud (PPP-190-171.bng.vsnl.net.in [203.197.190.171]) by bgl2.vsnl.net.in (8.9.3/8.9.3) with SMTP id TAA28287; Tue, 28 Dec 1999 19:52:13 +0530 (IST) Message-ID: 122899195803.13182896@rsud Date: Tue, 28 Dec 99 19:58:03 India Standard Time From: Rakesh Sud Reply-To: Rakesh Sud Organization: ApplyingThought.com X-Mailer-Agent: X-Accept-Language: en MIME-Version: 1.0 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 celebrate the Millennium we at www.applyingthought.com have come out with a fantastic offer which is really unbelievable. We offer you domain registeration as per the following rates for domains booked from 1.1.20 00 till 30.1.2000. First Domain Rs 2999 or US$65 for 2 years( for which Internic charges US $70 ) Rs 50 will then be reduced on every subsequent domain booked during Jan 2000 ie if you book 4 domains your cost will be Rs 2999+2949+2899+2849 or in Us Dollars 65+64+63+62 etc Our minimum rate is Rs 1999 or US dollars 45 which means once these rate s are reached there will be no further reduction of rate for the subsequ ent domains booked. Our booking will reflect on Internic Whois. An example can be seen by ch ecking the whois for GrowthIsLife.com ie. http://www.networksolutions.com/cgi-bin/whois/whois?STRING=growthislife. com&STRING2=search To avail this offer you must be a recepient of this mail and submit a pr intout of this mail to us. In case you do not want to avail this offer you can pass on this offer t o anyone of your choice. However you will than not be entitled to avail of this offer. Please note that you can register the NEW EXTENDED long domain names (up to 63 characters). It is still not well known that these extended domain names are now available, so, there are many good names available. But it won't remain a secret for much longer, so, now is the time to act. If you need any additional information, feel free to contact us. Subsequent to clear payment being received we will be in a position to c onfirm your domain immediately. We also offer top quality hosting at rock bottom rates. Just ask for our rates to be surprised and use our services to be amazed with its reliability. Contact us at Bangalore at Mobile (0)9845041797 or land lines (80)224179 7 or (80)2241965,icq is 50690715. Your name has been suggested to us - hence this offer. In order to reduc e inconvenience we have restricted this letter to plain text without att achments ot html pages. We sincerely regret any inconvenience caused if this mail is of no inter est to you. We look forward to being of service to you. Yours sincerely Rakesh Sud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 6:34:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from osage.gate.net (osage.gate.net [198.206.134.25]) by hub.freebsd.org (Postfix) with ESMTP id 876D914DA4 for ; Tue, 28 Dec 1999 06:34:51 -0800 (PST) (envelope-from wjm@gate.net) Received: from inca.gate.net (wjm@inca.gate.net [199.227.0.11]) by osage.gate.net (8.9.3/8.9.3) with ESMTP id JAA89292; Tue, 28 Dec 1999 09:34:14 -0500 Received: from localhost (wjm@localhost) by inca.gate.net (8.8.6/8.6.9) with ESMTP id JAA120112; Tue, 28 Dec 1999 09:34:47 -0500 X-Authentication-Warning: inca.gate.net: wjm owned process doing -bs Date: Tue, 28 Dec 1999 09:34:47 -0500 (EST) From: William Melanson To: Juanenoman@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: starting point? In-Reply-To: <0.5fc2deaf.25997b08@aol.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 On Mon, 27 Dec 1999 Juanenoman@aol.com wrote: % % Hello, I am attempting to learn unix, db2, and linux. Can you steer me in % the right direction. I studied visual basic and c++ for a semester each , at % Cypress college in California. Any help would be greatly appreciated. Thank % you ... % Howdee, If you have about $50 close at hand I'd strongly suggest getting yourself a copy of O'Reilly publishers "Unix Power Tools". From a getting to know Unix standpoint I'd have to say this book is one of the best. Any investment in O'Reilly literature is most sound and well worth it! Now if you are looking into Unix platform specifics such as freebsd I'd strongly suggest "The Complete FreeBSD" by Greg Lehey. This bit of literature is clear, concise and wholeheartedly pertinent to the bsd flavored platforms. Of course, there are dozens of books relating to getting to know unix in 30 days, etc. Your preferences in literature will most surely determine your choices as well. I've had both books for quite some time now and they have always been an valuable tool, quick at hand, when I'm in that ever-present pinch... - Bill --------------------------------oOo------------------------------------ William J. Melanson CyberGate, Inc. | e.spire Communications Sr Network Controller Deerfield Beach, FL 33441 Network Operations Center Phone: (954) 429-8080 finger wjm@gate.net PGP public key --------------------------------oOo------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 6:36:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.home.se (smtp2.home.se [195.66.45.71]) by hub.freebsd.org (Postfix) with ESMTP id 13E051542C for ; Tue, 28 Dec 1999 06:36:41 -0800 (PST) (envelope-from schilling@home.se) Received: from schilling (d212-151-55-225.swipnet.se [212.151.55.225]) by smtp2.home.se (8.8.8/8.8.7) with SMTP id PAA22703 for ; Tue, 28 Dec 1999 15:36:38 +0100 (CET) Message-Id: <3.0.6.32.19991228153522.007ec940@kalmar.schill.net> X-Sender: schilling@kalmar.schill.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 28 Dec 1999 15:35:22 +0100 To: freebsd-questions@freebsd.org From: schilling Subject: HELP!! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please someone help me out a little bit here First of all: i'm a newbie ! I recently installed 3.2-release ... Now i've changed my nic and i can't really get it working .... How and "where" do i tell my system to use the new nic ... The nic is an Intel Etherexpress 16 ISA ... Port now: 300 IRQ now: 3 Please help /schilling To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 6:58: 5 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 4677A14D5A for ; Tue, 28 Dec 1999 06:58:02 -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) id 122y4X-0008TK-00; Tue, 28 Dec 1999 14:58:01 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id OAA72466; Tue, 28 Dec 1999 14:58:00 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Tue, 28 Dec 1999 14:58:00 +0000 (GMT) From: Jonathon McKitrick To: William Melanson Cc: Juanenoman@aol.com, freebsd-questions@freebsd.org Subject: Re: starting point? 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 Tue, 28 Dec 1999, William Melanson wrote: >% >% Hello, I am attempting to learn unix, db2, and linux. Can you steer me in >% the right direction. I studied visual basic and c++ for a semester each , at >% Cypress college in California. Any help would be greatly appreciated. Thank >% you ... >% I am also looking to start some simple programming. Are there any good IDE's for FreeBSD, or even utilities that can generate makefiles and config files? I would like to start with some simple 'hello world' console programs, then move to simple Xwindows. But the build procedure looks very complex, as well as include files for X. On my amiga, makefiles were simple, and i had a separate floppy for each project with a makefile that did everything i needed. But 'make' has gotten quite a bit more complex. -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 7: 7:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kitsune.swcp.com (swcp.com [198.59.115.2]) by hub.freebsd.org (Postfix) with ESMTP id 5D31F15469 for ; Tue, 28 Dec 1999 07:07:49 -0800 (PST) (envelope-from msommer@argotsoft.com) Received: from argotsoft.com (argotsoft.com [198.59.115.127]) by kitsune.swcp.com (8.8.8/1.2.3) with ESMTP id IAA03143 for ; Tue, 28 Dec 1999 08:07:45 -0700 (MST) Received: from argotsoft.com (luz.argotsoft.com [192.168.3.100]) by argotsoft.com (8.9.3/8.8.7) with ESMTP id IAA01891 for ; Tue, 28 Dec 1999 08:07:07 -0700 (MST) (envelope-from msommer@argotsoft.com) Message-ID: <3868D21A.6D8E220F@argotsoft.com> Date: Tue, 28 Dec 1999 08:07:06 -0700 From: "Mark J. Sommer" Reply-To: msommer@argotsoft.com Organization: Argot Software Corporation X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: OnStream Tape drive Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an onstream 50 GB cartridge tape drive. I'd like to get it working with FreeBSD 3.3. Its SCSI and the OS sees it, but apparently not correctly. Anyone successfully gotten this to work? All mt commands result in the following type messages: Dec 28 08:05:58 sommer /kernel: (sa1:ahc0:0:4:0): REWIND. CDB: 1 0 0 0 0 0 Dec 28 08:05:58 sommer /kernel: (sa1:ahc0:0:4:0): ILLEGAL REQUEST info?:b6ca6 asc:24,0 Dec 28 08:05:58 sommer /kernel: (sa1:ahc0:0:4:0): Invalid field in CDB This is in response to an mt -f /dev/rsa1.0 status request. Not part of the mailing list. Please copy me on responses. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 7:11: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kitsune.swcp.com (swcp.com [198.59.115.2]) by hub.freebsd.org (Postfix) with ESMTP id 6C35115475 for ; Tue, 28 Dec 1999 07:10:52 -0800 (PST) (envelope-from msommer@argotsoft.com) Received: from argotsoft.com (argotsoft.com [198.59.115.127]) by kitsune.swcp.com (8.8.8/1.2.3) with ESMTP id IAA03713 for ; Tue, 28 Dec 1999 08:10:49 -0700 (MST) Received: from argotsoft.com (luz.argotsoft.com [192.168.3.100]) by argotsoft.com (8.9.3/8.8.7) with ESMTP id IAA01898 for ; Tue, 28 Dec 1999 08:10:47 -0700 (MST) (envelope-from msommer@argotsoft.com) Message-ID: <3868D2F7.E76AC215@argotsoft.com> Date: Tue, 28 Dec 1999 08:10:47 -0700 From: "Mark J. Sommer" Reply-To: msommer@argotsoft.com Organization: Argot Software Corporation X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: OnStream and really sorry. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Should have done this first, but I must not be awake. Sorry. Checked the hardware lists archive and found my answer. Please ignore my last message. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 7:20:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.clearsail.net (mail.clearsail.net [207.252.227.3]) by hub.freebsd.org (Postfix) with ESMTP id 6F7C01538F for ; Tue, 28 Dec 1999 07:20:32 -0800 (PST) (envelope-from jason@clearsail.net) Received: from clearsail.net (capitan.clearsail.net [208.247.217.194]) by mail.clearsail.net (8.9.3/8.9.3) with ESMTP id JAA27054 for ; Tue, 28 Dec 1999 09:02:30 -0600 (CST) Message-ID: <3868D393.1C260F74@clearsail.net> Date: Tue, 28 Dec 1999 09:13:23 -0600 From: Jason McNew Organization: ClearSail Communications X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: ftp.freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know what hardware ftp.freebsd.org is running? I'm curious about what is being used to maintain such a high capacity server. (it is also ftp.cdrom.com, right?) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 7:29:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.home.se (smtp2.home.se [195.66.45.71]) by hub.freebsd.org (Postfix) with ESMTP id 8FCE214E06 for ; Tue, 28 Dec 1999 07:29:45 -0800 (PST) (envelope-from schilling@home.se) Received: from schilling (d212-151-55-225.swipnet.se [212.151.55.225]) by smtp2.home.se (8.8.8/8.8.7) with SMTP id QAA05071 for ; Tue, 28 Dec 1999 16:29:41 +0100 (CET) Message-Id: <3.0.6.32.19991228162824.007f0d20@kalmar.schill.net> X-Sender: schilling@kalmar.schill.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 28 Dec 1999 16:28:24 +0100 To: freebsd-questions@freebsd.org From: schilling Subject: Dev string Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can someone tel me EXACTLY what every part of this string does ? device sio2 at isa? port 0x2a0 tty irq 5 flags 0x501 vector siointr Thanx :) /schilling To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 7:30: 9 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 DAFE115473 for ; Tue, 28 Dec 1999 07:30:06 -0800 (PST) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id KAA77160; Tue, 28 Dec 1999 10:30:03 -0500 (EST) (envelope-from mwlucas) From: Michael Lucas Message-Id: <199912281530.KAA77160@blackhelicopters.org> Subject: Re: ftp.freebsd.org In-Reply-To: <3868D393.1C260F74@clearsail.net> from Jason McNew at "Dec 28, 1999 9:13:23 am" To: jason@clearsail.net (Jason McNew) Date: Tue, 28 Dec 1999 10:30:03 -0500 (EST) Cc: questions@FreeBSD.ORG 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 Check around the cdrom.com site, it's there. I believe it's a Micron NetFrame of one breed or another. ==ml > Does anyone know what hardware ftp.freebsd.org is running? I'm curious > about what is being used to maintain such a high capacity server. (it > is also ftp.cdrom.com, right?) > > > 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 Tue Dec 28 7:34:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.intechsoft.net (okcds1-blk1-hfc-0251-d1db0faa.rdc1.ok.coxatwork.com [209.219.15.170]) by hub.freebsd.org (Postfix) with ESMTP id A286014E88 for ; Tue, 28 Dec 1999 07:34:45 -0800 (PST) (envelope-from internal@intechsoft.net) Received: from wkbruce ([192.168.1.12]) by fw.intechsoft.net (8.9.3/8.9.3) with SMTP id JAA11948; Tue, 28 Dec 1999 09:34:39 -0600 (CST) (envelope-from internal@intechsoft.net) Message-ID: <000b01bf5149$0e518830$0c01a8c0@wkbruce> From: "Bruce DeVault" To: "Michael Lucas" , "Jason McNew" Cc: References: <199912281530.KAA77160@blackhelicopters.org> Subject: Re: ftp.freebsd.org Date: Tue, 28 Dec 1999 09:34:39 -0600 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.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Taken from... http://www.cdrom.com/press/wcarchive_milestone.phtml The server machine, also known as "wcarchive", was recently upgraded to a single processor NetFRAME 9201 system from Micron Electronics, Inc. and is capable of handling more than 10,000 simultaneous downloads. Bruce DeVault InTech Software > Check around the cdrom.com site, it's there. > > I believe it's a Micron NetFrame of one breed or another. > > ==ml > > > Does anyone know what hardware ftp.freebsd.org is running? I'm curious > > about what is being used to maintain such a high capacity server. (it > > is also ftp.cdrom.com, right?) > > > > > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 7:37:32 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 E0B7E15463 for ; Tue, 28 Dec 1999 07:37:29 -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) id 122ygi-000Akn-00; Tue, 28 Dec 1999 15:37:28 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id PAA72701; Tue, 28 Dec 1999 15:37:27 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Tue, 28 Dec 1999 15:37:27 +0000 (GMT) From: Jonathon McKitrick To: Michael Lucas Cc: Jason McNew , questions@freebsd.org Subject: Re: ftp.freebsd.org In-Reply-To: <199912281530.KAA77160@blackhelicopters.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 Tue, 28 Dec 1999, Michael Lucas wrote: >I believe it's a Micron NetFrame of one breed or another. I went to the last group of links, and the more... link.. it shows the info on the server on that page somewhere. I didn't see Micron NetFrame anywhere. But here's a question.. WHERE is that machine? What state or country? Or city? -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 7:41: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.intechsoft.net (okcds1-blk1-hfc-0251-d1db0faa.rdc1.ok.coxatwork.com [209.219.15.170]) by hub.freebsd.org (Postfix) with ESMTP id D2F9B154D0 for ; Tue, 28 Dec 1999 07:41:03 -0800 (PST) (envelope-from internal@intechsoft.net) Received: from wkbruce ([192.168.1.12]) by fw.intechsoft.net (8.9.3/8.9.3) with SMTP id JAA11983; Tue, 28 Dec 1999 09:39:32 -0600 (CST) (envelope-from internal@intechsoft.net) Message-ID: <000701bf5149$bcf57a90$0c01a8c0@wkbruce> From: "Bruce DeVault" To: "Jonathon McKitrick" , "Michael Lucas" Cc: "Jason McNew" , References: Subject: Re: ftp.freebsd.org Date: Tue, 28 Dec 1999 09:39:32 -0600 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.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I went to the last group of links, and the more... link.. it shows the > info on the server on that page somewhere. I didn't see Micron NetFrame > anywhere. But here's a question.. WHERE is that machine? What state or > country? Or city? That's the beauty of the internet. It doesn't much matter. Bruce DeVault InTech Software To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 7:43: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.intechsoft.net (okcds1-blk1-hfc-0251-d1db0faa.rdc1.ok.coxatwork.com [209.219.15.170]) by hub.freebsd.org (Postfix) with ESMTP id BD9F014BD5 for ; Tue, 28 Dec 1999 07:42:59 -0800 (PST) (envelope-from internal@intechsoft.net) Received: from wkbruce ([192.168.1.12]) by fw.intechsoft.net (8.9.3/8.9.3) with SMTP id JAA11992; Tue, 28 Dec 1999 09:41:17 -0600 (CST) (envelope-from internal@intechsoft.net) Message-ID: <000f01bf5149$fb237290$0c01a8c0@wkbruce> From: "Bruce DeVault" To: "Jonathon McKitrick" , "Michael Lucas" Cc: "Jason McNew" , References: Subject: Re: ftp.freebsd.org Date: Tue, 28 Dec 1999 09:41:16 -0600 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.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >I believe it's a Micron NetFrame of one breed or another. You can take a look at the basic configuration at http://www.micronpc.com/commercial/servers/enterprise/nf9200/configurator/in dex.html?config=99882&action=config&sid=HQ6GBCU1PVS12M4P00L1RTR4UE8E97K6 Bruce DeVault InTech Software To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 7:52:47 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 71E7114BD5 for ; Tue, 28 Dec 1999 07:52:45 -0800 (PST) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id KAA77269; Tue, 28 Dec 1999 10:52:40 -0500 (EST) (envelope-from mwlucas) From: Michael Lucas Message-Id: <199912281552.KAA77269@blackhelicopters.org> Subject: Re: Dev string In-Reply-To: <3.0.6.32.19991228162824.007f0d20@kalmar.schill.net> from schilling at "Dec 28, 1999 4:28:24 pm" To: schilling@home.se (schilling) Date: Tue, 28 Dec 1999 10:52:40 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG 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 Actually, you can tell youself. man sio If there's something in there you don't understand, you need to learn about serial communications and/or PC hardware. ==ml > Can someone tel me EXACTLY what every part of this string does ? > > device sio2 at isa? port 0x2a0 tty irq 5 flags 0x501 vector siointr > > Thanx :) > > /schilling > > > > > 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 Tue Dec 28 7:53: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server.baldwin.cx (ric-37.freedomnet.com [198.240.105.37]) by hub.freebsd.org (Postfix) with ESMTP id 0AFD314BD5 for ; Tue, 28 Dec 1999 07:53:04 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx (john [10.0.0.2]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id KAA57781; Tue, 28 Dec 1999 10:53:11 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-Id: <199912281553.KAA57781@server.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 28 Dec 1999 10:53:10 -0500 (EST) From: John Baldwin To: keith@mail.telestream.com Subject: RE: bad blocks Cc: freebsd-questions@FreeBSD.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 28-Dec-99 keith@mail.telestream.com wrote: > Well after reading through the mail archives I get the impression that if > you have and error from fsck like this > > "BAD SUPER BLOCK. VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST > ALTERNATE." > > That the disk is swish cheeze.. I can't believe that since these are new > drives as of two months ago. I run fsck and it's marked clean and I can > mount it. Then on reboot I have to run fsck again to be able to mount it. > It's on a RAID-5 array that up to now was working fine. A power failure > forced the reboot and from then on fsck dies on boot forcing a manual > fsck. > > Any idea? You might have a bad sector in the superblock. I had a disk that only had 1 bad sector, but it was in the superblock. It gave an error like this until I finally repartitioned and newfs'd the drive. > Keith -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 8: 3:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from benge.graphics.cornell.edu (benge.graphics.cornell.edu [128.84.247.43]) by hub.freebsd.org (Postfix) with ESMTP id 38C3514DE7 for ; Tue, 28 Dec 1999 08:03:26 -0800 (PST) (envelope-from mkc@benge.graphics.cornell.edu) Received: from benge.graphics.cornell.edu (mkc@localhost) by benge.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id LAA91254; Tue, 28 Dec 1999 11:03:06 -0500 (EST) (envelope-from mkc@benge.graphics.cornell.edu) Message-Id: <199912281603.LAA91254@benge.graphics.cornell.edu> To: Veaceslav Revutchi Cc: freebsd-questions@FreeBSD.ORG Subject: Re: printing to a printer on a different IP subnet In-Reply-To: Message from Veaceslav Revutchi of "Tue, 28 Dec 1999 10:52:41 +0200." Date: Tue, 28 Dec 1999 11:03:06 -0500 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >It may sount like a silly question but here I go anyway. not a silly question at all. print spooling setup is nearly as complex as DNS if you get into using a lot of the features. >My FreeBSD machine is on 10.0.0/24 and my HPLaserJet4 is on >10.0.1/24 connected to a hub. They are in two different >ethernet segments connected by an IP router. I can ping the >printer from my BSD box. I'd suggest reading through: http://www.freebsd.org/handbook/printing.html to get an understanding of how the spooling sysem works. The specifics about remote network printing are in 7.6.3 under Advanced Printer Setup. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 8: 5:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 2E14A15463 for ; Tue, 28 Dec 1999 08:05:10 -0800 (PST) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcD-108.sub-d.lee.net [208.205.127.108]) by trinity.lee.net (8.9.1/8.9.0) with ESMTP id KAA04494; Tue, 28 Dec 1999 10:05:06 -0600 Message-ID: <3868E124.BCA990F2@journalstar.com> Date: Tue, 28 Dec 1999 10:11:16 -0600 From: Tony Wells X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Juanenoman@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: starting point? References: <0.5fc2deaf.25997b08@aol.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I found the best way to learn about unix is to get a machine and put FreeBSD on it. There is so much more you can learn when you actally administrate a machine, rather than just having a user level account. If you royally mess something up, no big deal, as a last resort you can always reload the operating system and learn from your mistake. (Windows NT administration is something like this.) I see you're a student which implies your strapped for cash. I run FreeBSD on a 486-100 with 32 Mb of RAM and have no problems running X. FreeBSD will run with decent performance on machines that would otherwise be relegated to the dumpster. There are a bunch of great web sites for information about FreeBSD. Just to name a few: http://www.freebsd.org http://www.freebsddiary.org/freebsd http://www.daemonnews.org http://www.ugu.com Once you get your OS up-and-running the command you'll use the most is 'man'. This mailing list is also a great resource when you hit a dead-end. Good luck, Tony Wells Juanenoman@aol.com wrote: > > Hello, I am attempting to learn unix, db2, and linux. Can you steer me in > the right direction. I studied visual basic and c++ for a semester each , at > Cypress college in California. Any help would be greatly appreciated. Thank > you ... > > Clint Lillard > PO BOX 5012 > Anaheim, Calif. 92814 714-484-3922 > > 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 Tue Dec 28 8:24: 7 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 23A4A14F59 for ; Tue, 28 Dec 1999 08:24:04 -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 KAA00396; Tue, 28 Dec 1999 10:22:25 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <009001bf514f$d7072860$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Ariel Burbaickij" , References: Subject: RE: Copying freebsd slice of shared disk to larger and dedicated to fbsd one. Date: Tue, 28 Dec 1999 10:23:13 -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 poses 6.4GB HD which is sliced as follows: > 2Gb to windows 95 > 4.4 to fbsd3.2 > I have oportunity to choose at boot-up which operating system to run. > I use fbsdloader fot this purpose. > I decised that i do not need any crutches any more and can go by myself.:) > What i want to do is to copy the fbsd slice to 12gb large hd that will > be entirely dedicated to it.Yes,I HAVE read appropriate articles in fbsd > diary and i will do something simmilar.One point is not clear to me > though:As far as I have understood the persons in article have copied > from one dedicated disk to another one.With regard to this I would like > to ask:Does some pecularities exist that have to do with boot-sektor? No, just fdisk your new disk, label it, restore your system, and make it bootable. Have Fun... Ales > Should I somehow prepare the larger disk so that it be able to deal > with the fact that os loader existed on smaller disk ?In any case > what I would like to have at end is bootable large disk dedicated to fbsd. > What changes of sequence of steps to those described in article to are > needed with regard to situation > presented.Maybe entirely another scenario of copying? > > Any futher questions aimed to clarify the situation are surely welcome. > > kind regards, > Ariel > > > > > 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 Tue Dec 28 8:31:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from merkur.hrz.uni-giessen.de (merkur.hrz.uni-giessen.de [134.176.2.12]) by hub.freebsd.org (Postfix) with ESMTP id 4CCC9154BA for ; Tue, 28 Dec 1999 08:31:42 -0800 (PST) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP; Tue, 28 Dec 1999 17:30:22 +0100 Received: from sun33.mni.fh-giessen.de ([134.176.183.133]) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 122zRm-0005nG-00; Tue, 28 Dec 1999 17:26:06 +0100 Received: from localhost (hg9456@localhost) by sun33.mni.fh-giessen.de (8.9.3+Sun/8.8.8) with ESMTP id RAA05573; Tue, 28 Dec 1999 17:30:47 +0100 (MET) X-Authentication-Warning: sun33.mni.fh-giessen.de: hg9456 owned process doing -bs Date: Tue, 28 Dec 1999 17:30:46 +0100 (MET) From: Ariel Burbaickij X-Sender: hg9456@sun33 To: Alejandro Ramirez Cc: Ariel Burbaickij , freebsd-questions@FreeBSD.ORG Subject: RE: Copying freebsd slice of shared disk to larger and dedicated tofbsd one. In-Reply-To: <009001bf514f$d7072860$d2630a0a@megared.net.mx> 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 Tue, 28 Dec 1999, Alejandro Ramirez wrote: > Hi, > > > I poses 6.4GB HD which is sliced as follows: > > 2Gb to windows 95 > > 4.4 to fbsd3.2 > > I have oportunity to choose at boot-up which operating system to run. > > I use fbsdloader fot this purpose. > > I decised that i do not need any crutches any more and can go by myself.:) > > What i want to do is to copy the fbsd slice to 12gb large hd that will > > be entirely dedicated to it.Yes,I HAVE read appropriate articles in fbsd > > diary and i will do something simmilar.One point is not clear to me > > though:As far as I have understood the persons in article have copied > > from one dedicated disk to another one.With regard to this I would like > > to ask:Does some pecularities exist that have to do with boot-sektor? > > No, just fdisk your new disk, label it, restore your system, and make it > bootable. ^^^^^^^^^ Exactly this is the point would you then please describe the procedure of making new disk bootable in this particular situation in more detail? Thank you in advance kind regards, Ariel more > Have Fun... > Ales > > > Should I somehow prepare the larger disk so that it be able to deal > > with the fact that os loader existed on smaller disk ?In any case > > what I would like to have at end is bootable large disk dedicated to fbsd. > > What changes of sequence of steps to those described in article to are > > needed with regard to situation > > presented.Maybe entirely another scenario of copying? > > > > Any futher questions aimed to clarify the situation are surely welcome. > > > > kind regards, > > Ariel > > > > > > > > > > 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 Tue Dec 28 8:37: 5 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 3B3C214DB7 for ; Tue, 28 Dec 1999 08:36:52 -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 KAA02651; Tue, 28 Dec 1999 10:35:56 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <018001bf5151$ba675c00$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Duke Normandin" <01031149@3web.net>, "freebsd-questions" References: <000501bf513c$dc936cc0$cb99c5d1@webserver> Subject: RE: Compaq Netflex Enet/ISA NIC Date: Tue, 28 Dec 1999 10:36:45 -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, It shoul be detected at boot time with a GENERIC kernel, try booting with the install boot floppies, and see if the card gets detected, and with wich driver. Greetings Ales ----- Original Message ----- From: Duke Normandin <01031149@3web.net> To: Alejandro Ramirez ; freebsd-questions Sent: Monday, December 27, 1999 8:04 PM Subject: Re: Compaq Netflex Enet/ISA NIC > Ales... > > Thanks for the response. You know what, now I have _too_ many options. I > searched further into the mailing list archives and discovered that this > card's support was rolled over into the ie0 (according to Doug White). > So, before I compile my custom kernel, is there a way of determining > which one would work? Also, taking the ie) driver as an example, > kernel.GENERIC reads irq 5, (can't remember)0x300, iomem 0xd0000. Am I > allowed to change these values in my custom kernel to what my card is set > as ( irq 5, (???)0x310, iomem 0xc0000); or do I have to leave the driver > values alone and change the card settings? > > tia...duke > > -----Original Message----- > From: Alejandro Ramirez > To: Duke Normandin <01031149@3web.net>; freebsd-questions > > Date: Monday, December 27, 1999 8:17 AM > Subject: RE: Compaq Netflex Enet/ISA NIC > > > >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 > > > > 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 Tue Dec 28 8:43:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 5396314C99 for ; Tue, 28 Dec 1999 08:43:31 -0800 (PST) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcD-108.sub-d.lee.net [208.205.127.108]) by trinity.lee.net (8.9.1/8.9.0) with ESMTP id KAA05661; Tue, 28 Dec 1999 10:42:43 -0600 Message-ID: <3868E9F6.81964337@journalstar.com> Date: Tue, 28 Dec 1999 10:48:54 -0600 From: Tony Wells X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Greg Lehey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Emacs and the backspace key References: <3867CFAD.D817A0CB@journalstar.com> <19991227214550.K1290@marder-1> <19991228112330.K1316@freebie.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bingo! Thanks, Tony Wells Greg Lehey wrote: > > On Monday, 27 December 1999 at 21:45:50 +0000, Mark Ovens wrote: > > On Mon, Dec 27, 1999 at 02:44:29PM -0600, Tony Wells wrote: > >> When I ssh into a remote machine (FBSD 3.3-Stable) and run emacs, it > >> thinks that the backspace key is actually C-h. 'echo $TERM' on the > >> remote machine shows my terminal type as xterm. > >> > >> My question is: how do I convince emacs that my backspace key is really > >> my backspace key and not C-h? > >> > > > > See questions 112 & 113 in the Emacs FAQ (C-h F). > > Note that these numbers change with the version. In my version > (20.4.1) the key binding questions start at 116. > > The real issue is that the backspace key *is* c-h. One of the more > illogical things about GNU Emacs is that Stallman chose to use c-h for > a different function than erasing. > > In order to make the backspace key work as you presumably want it to > (delete previous character), you need something like this in your > .emacs: > > (global-set-key (quote [C-backspace]) (quote backward-delete-char-untabify)) > > 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 Tue Dec 28 8:46:12 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 429DE14BCC for ; Tue, 28 Dec 1999 08:46:09 -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 KAA04256; Tue, 28 Dec 1999 10:45:14 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <01b601bf5153$06e57660$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Ariel Burbaickij" Cc: References: Subject: RE: Copying freebsd slice of shared disk to larger and dedicated tofbsd one. Date: Tue, 28 Dec 1999 10:46:02 -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 poses 6.4GB HD which is sliced as follows: > > > 2Gb to windows 95 > > > 4.4 to fbsd3.2 > > > I have oportunity to choose at boot-up which operating system to run. > > > I use fbsdloader fot this purpose. > > > I decised that i do not need any crutches any more and can go by myself.:) > > > What i want to do is to copy the fbsd slice to 12gb large hd that will > > > be entirely dedicated to it.Yes,I HAVE read appropriate articles in fbsd > > > diary and i will do something simmilar.One point is not clear to me > > > though:As far as I have understood the persons in article have copied > > > from one dedicated disk to another one.With regard to this I would like > > > to ask:Does some pecularities exist that have to do with boot-sektor? > > > > No, just fdisk your new disk, label it, restore your system, and make it > > bootable. > ^^^^^^^^^ > Exactly this is the point would you then please describe the > procedure of making new disk bootable in this particular situation in > more detail? Ok, you can do it with sysinstall, or with DOS fdisk, with fdisk you have to boot from a DOS floppy and run fdisk, there its an option that says "Make an active partition" or something like that, in sysinstall, in the fdisk section, just select the entry that conforms your partition in the disk, and press "s", then press "w" to write the changes to the disk. Have Fun... Ales > Thank you in advance > > kind regards, > Ariel > more > > Have Fun... > > Ales > > > > > Should I somehow prepare the larger disk so that it be able to deal > > > with the fact that os loader existed on smaller disk ?In any case > > > what I would like to have at end is bootable large disk dedicated to fbsd. > > > What changes of sequence of steps to those described in article to are > > > needed with regard to situation > > > presented.Maybe entirely another scenario of copying? > > > > > > Any futher questions aimed to clarify the situation are surely welcome. > > > > > > kind regards, > > > Ariel > > > > > > > > > > > > > > > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 8:58:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from merkur.hrz.uni-giessen.de (merkur.hrz.uni-giessen.de [134.176.2.12]) by hub.freebsd.org (Postfix) with ESMTP id C26A615452 for ; Tue, 28 Dec 1999 08:58:09 -0800 (PST) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP; Tue, 28 Dec 1999 17:58:02 +0100 Received: from sun33.mni.fh-giessen.de ([134.176.183.133]) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 122zsY-00064P-00; Tue, 28 Dec 1999 17:53:46 +0100 Received: from localhost (hg9456@localhost) by sun33.mni.fh-giessen.de (8.9.3+Sun/8.8.8) with ESMTP id RAA05579; Tue, 28 Dec 1999 17:58:30 +0100 (MET) X-Authentication-Warning: sun33.mni.fh-giessen.de: hg9456 owned process doing -bs Date: Tue, 28 Dec 1999 17:58:29 +0100 (MET) From: Ariel Burbaickij X-Sender: hg9456@sun33 To: Alejandro Ramirez Cc: Ariel Burbaickij , freebsd-questions@FreeBSD.ORG Subject: RE: Copying freebsd slice of shared disk to larger and dedicatedtofbsd one. In-Reply-To: <01b601bf5153$06e57660$d2630a0a@megared.net.mx> 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 Tue, 28 Dec 1999, Alejandro Ramirez wrote: > Hi, > > > > > I poses 6.4GB HD which is sliced as follows: > > > > 2Gb to windows 95 > > > > 4.4 to fbsd3.2 > > > > I have oportunity to choose at boot-up which operating system to run. > > > > I use fbsdloader fot this purpose. > > > > I decised that i do not need any crutches any more and can go by > myself.:) > > > > What i want to do is to copy the fbsd slice to 12gb large hd that will > > > > be entirely dedicated to it.Yes,I HAVE read appropriate articles in > fbsd > > > > diary and i will do something simmilar.One point is not clear to me > > > > though:As far as I have understood the persons in article have copied > > > > from one dedicated disk to another one.With regard to this I would > like > > > > to ask:Does some pecularities exist that have to do with boot-sektor? > > > > > > No, just fdisk your new disk, label it, restore your system, and make it > > > bootable. > > ^^^^^^^^^ > > Exactly this is the point would you then please describe the > > procedure of making new disk bootable in this particular situation in > > more detail? > > Ok, you can do it with sysinstall, or with DOS fdisk, with fdisk you have to > boot from a DOS floppy and run fdisk, there its an option that says "Make an > active partition" or something like that, in sysinstall, in the fdisk > section, just select the entry that conforms your partition in the disk, and > press "s", then press "w" to write the changes to the disk. > > Have Fun... > Ales So neither in boot-sektor nor in mbr no futher changes beyond those made by marking one slice active are neceesary,aren't they? Have I understood you right? kind regards, Ariel > > Thank you in advance > > > > kind regards, > > Ariel > > more > > > Have Fun... > > > Ales > > > > > > > Should I somehow prepare the larger disk so that it be able to deal > > > > with the fact that os loader existed on smaller disk ?In any case > > > > what I would like to have at end is bootable large disk dedicated to > fbsd. > > > > What changes of sequence of steps to those described in article to > are > > > > needed with regard to situation > > > > presented.Maybe entirely another scenario of copying? > > > > > > > > Any futher questions aimed to clarify the situation are surely > welcome. > > > > > > > > kind regards, > > > > Ariel > > > > > > > > > > > > > > > > > > > > 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 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 9: 2:37 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 7B9FF15486 for ; Tue, 28 Dec 1999 09:02:34 -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 LAA07016; Tue, 28 Dec 1999 11:01:39 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <01ea01bf5155$52051cc0$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Ariel Burbaickij" Cc: References: Subject: RE: Copying freebsd slice of shared disk to larger and dedicatedtofbsd one. Date: Tue, 28 Dec 1999 11:02:27 -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 > On Tue, 28 Dec 1999, Alejandro Ramirez wrote: > > > Hi, > > > > > > > I poses 6.4GB HD which is sliced as follows: > > > > > 2Gb to windows 95 > > > > > 4.4 to fbsd3.2 > > > > > I have oportunity to choose at boot-up which operating system to run. > > > > > I use fbsdloader fot this purpose. > > > > > I decised that i do not need any crutches any more and can go by > > myself.:) > > > > > What i want to do is to copy the fbsd slice to 12gb large hd that will > > > > > be entirely dedicated to it.Yes,I HAVE read appropriate articles in > > fbsd > > > > > diary and i will do something simmilar.One point is not clear to me > > > > > though:As far as I have understood the persons in article have copied > > > > > from one dedicated disk to another one.With regard to this I would > > like > > > > > to ask:Does some pecularities exist that have to do with boot-sektor? > > > > > > > > No, just fdisk your new disk, label it, restore your system, and make it > > > > bootable. > > > ^^^^^^^^^ > > > Exactly this is the point would you then please describe the > > > procedure of making new disk bootable in this particular situation in > > > more detail? > > > > Ok, you can do it with sysinstall, or with DOS fdisk, with fdisk you have to > > boot from a DOS floppy and run fdisk, there its an option that says "Make an > > active partition" or something like that, in sysinstall, in the fdisk > > section, just select the entry that conforms your partition in the disk, and > > press "s", then press "w" to write the changes to the disk. > > > > Have Fun... > > Ales > So neither in boot-sektor nor in mbr no futher changes beyond those > made by marking one slice active are neceesary,aren't they? > Have I understood you right? Yes. Happy New Year... Ales To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 9: 3:37 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 C8F6714CF4 for ; Tue, 28 Dec 1999 09:03:31 -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 12301y-000FkT-00; Tue, 28 Dec 1999 17:03:30 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id RAA73312 for ; Tue, 28 Dec 1999 17:03:30 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Tue, 28 Dec 1999 17:03:30 +0000 (GMT) From: Jonathon McKitrick To: freebsd-questions@freebsd.org Subject: gcc vs egcs 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 Correct me if i'm wrong, but is BSD moving to egcs in 4.0? How will this change the generated code? Is it just more C++ compatible? -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" 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 Tue Dec 28 9: 7:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 620E115485 for ; Tue, 28 Dec 1999 09:07:52 -0800 (PST) (envelope-from brdavis@orion.ac.hmc.edu) Received: (from brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) id JAA00519; Tue, 28 Dec 1999 09:07:46 -0800 (PST) Date: Tue, 28 Dec 1999 09:07:45 -0800 From: Brooks Davis To: Jason Cc: questions@FreeBSD.ORG Subject: Re: Cable Modem Support Message-ID: <19991228090745.A28@orion.ac.hmc.edu> References: <012e01bf510e$7bb1b8e0$4900a8c0@stan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <012e01bf510e$7bb1b8e0$4900a8c0@stan>; from jasonc@concentric.net on Tue, Dec 28, 1999 at 03:35:22AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 28, 1999 at 03:35:22AM -0500, Jason wrote: > I need to know if there is any BSD support for a General Instruments > Internal Cable Modem. This modem does not use any Netowrk Inteface cards to > work but has special software and plugs into a ISA port. Unfortunatly you are probably screwed. As far as I know there is no support for either internal cable modems or internal DSL modems. Shooting the idiots at your ISP is probably the best option. ;-) On that DSL option, that sounds like IDSL (i.e. DSL with ISDN switching) so you might want to consider ISDN. It's metered, but at least it probably wouldn't cost $7500 to install. -- Brooks -- "Those who desire to give up freedom in order to gain security, will not have, nor do they deserve, either one" --Thomas Jefferson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 9:22:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from idiom.com (idiom.com [216.240.32.1]) by hub.freebsd.org (Postfix) with ESMTP id EF1B515486 for ; Tue, 28 Dec 1999 09:22:12 -0800 (PST) (envelope-from vg@vg-consult.com) Received: from something (something.idiom.com [216.240.32.202]) by idiom.com (8.9.3/8.9.3) with SMTP id JAA20573 for ; Tue, 28 Dec 1999 09:22:11 -0800 (PST) Message-Id: <4.1.19991228091409.009c1c80@idiom.com> X-Sender: vg@idiom.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Tue, 28 Dec 1999 09:21:52 -0800 To: freebsd-questions@freebsd.org From: Vonnie Gurgin Subject: question re: CD-ROM Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'll like to install FreeBSD via my CD-ROM. I can boot from it but get the message "No CD-ROM device found" when I try to use it as the installation media. It is a Delta 44x IDE CD-ROM. Any suggestions will be appreciated. Thanks -- Vonnie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 9:22:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 1960D152BC for ; Tue, 28 Dec 1999 09:22:23 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1204.bossig.com [208.26.241.204]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Tue, 28 Dec 1999 09:29:32 -0800 Message-ID: <3868F1BD.AC4E4F4E@3-cities.com> Date: Tue, 28 Dec 1999 09:22:05 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Soulofwolf899@cs.com Cc: FreeBSD-questions@freebsd.org, soulofwolf@yahoo.com Subject: Re: Problem with installation References: <0.31cfc357.2599ac79@cs.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Soulofwolf899@cs.com wrote: > > I am attempting to install the FreeBSD Powerpack (ver 3.3) on a HP Pavilion > 4483 with a 433 mHz Celeron, 96 megs RAM, and a 32x APTAI CD-ROM. Although I > boot from the CD, I cannot finish the installation because I get the error > "No CD-ROM device found" --- exactly as detailed in the book... please help! If you search the archives, you will find a number of people with the same problem. They all got past it and were able to install FreeBSD. I am going on memory but it seems like most of them had a bad hardware configuration. The CDROM was configured as a slave instead of a primary device. That is a jumper setting on the CDROM. Some may have found that they needed the Primary device to be the HD and have the CDROM as the slave on the primary IDE channel. > > This is my first time using FreeBSD, although I own RedHat Linux 5.2 and 6.1 > and TurboLinux 4.0, and I am "upgrading" to stay "current." Your rapid reply > is appreciated and will prevent me from returning the CompUSA for a refund. I was lucky on my first install because I had someone that had been using *BSD since 386BSD. They helped me through the novice install. I did a Linux install first but it didn't come close to the Unix feel that I had gotten used to over the last 10-12 years and then tried FreeBSD 2.2.8. I still have the Linux install on the HD that I removed from my system. Good luck, Kent > > Thanks, > > Charles > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 9:27:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dfw.nationwide.net (dfw.nationwide.net [198.175.15.10]) by hub.freebsd.org (Postfix) with ESMTP id 8683814CA2 for ; Tue, 28 Dec 1999 09:27:44 -0800 (PST) (envelope-from jwb@nationwide.net) Received: from laptop ([198.175.15.97]) by dfw.nationwide.net (8.9.3/8.9.3) with SMTP id LAA16114 for ; Tue, 28 Dec 1999 11:27:22 -0600 (CST) From: "Jack Beech" To: Subject: Date: Tue, 28 Dec 1999 11:29:32 -0600 Message-ID: <000001bf5159$1a50b7e0$610fafc6@laptop> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG unsubscribe Jack Beech President/CEO Nationwide Internet http://www.nationwide.net 1-888-Nationwide To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 9:32: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id AC53A15636 for ; Tue, 28 Dec 1999 09:31:52 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1204.bossig.com [208.26.241.204]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Tue, 28 Dec 1999 09:39:02 -0800 Message-ID: <3868F3F8.6063D08B@3-cities.com> Date: Tue, 28 Dec 1999 09:31:36 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Veaceslav Revutchi Cc: freebsd-questions@freebsd.org Subject: Re: printing to a printer on a different IP subnet References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Veaceslav Revutchi wrote: > > Hello, > > It may sount like a silly question but here I go anyway. > > My FreeBSD machine is on 10.0.0/24 and my HPLaserJet4 is on > 10.0.1/24 connected to a hub. They are in two different > ethernet segments connected by an IP router. I can ping the > printer from my BSD box. > > What would I need to do to be able to print to the printer from > the the BSD box? Give it a name in your host table and then use that name in your printcap file such as ":rm=psrvr:\". I have an old Brother HL8e that is attached to a printserver called "psrvr". It could have been attached to the FreeBSD system but that caused more problems than it solved. With the printsever, I could print to it from all of my OS'es and not have to worry about downloading softfonts and etc. I have a small script that forces a form-feed at the end. Kent > > any advice appreciated, > slava > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 9:39: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from grace.speakeasy.org (grace.speakeasy.net [216.254.0.2]) by hub.freebsd.org (Postfix) with ESMTP id 1FACB14F2E for ; Tue, 28 Dec 1999 09:39:00 -0800 (PST) (envelope-from seanj@speakeasy.org) Received: from localhost (seanj@localhost) by grace.speakeasy.org (8.9.3/8.9.3) with ESMTP id JAA28504; Tue, 28 Dec 1999 09:42:29 -0800 Date: Tue, 28 Dec 1999 09:42:29 -0800 (PST) From: Sean Jensen-Grey To: Jay Krell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cvsuping and rebuilding, esp. ports In-Reply-To: <000301bf5131$d497aaa0$8001a8c0@jayk-home3nt> 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 don't rebuild ports after cvsuping? why? I thought of making a small python script to go check /var/db/pkgs or some such and compare the version numbers there against what you have in ports for the same package. would be handy. The dependencies for each package are / could be different. They all might not use the same version of ghooka_lib1.77a.so right? Unless the dependency they link against is another package (very good solution). But then you have the upgrade in the field problem. aaaahhhhh dll hell with deps. But after you cvsup anything into /usr/src you should do a rebuild of the world. Otherwise your environment to actually DO the rebuild will not be correct. I already ran into this problem a while back. On Tue, 28 Dec 1999, Jay Krell wrote: > What am I supposed to rebuild upon cvsuping? > Build everything clean? > What about ports? > Is it possible to only rebuild what is installed? > Can/should/are dependencies worked out such that you can > always just incrementally rebuild and the Right thing happens? > (I assume they are not, and that doing so is very difficult.) > The BSD user and kernel are small enough that just clean building > all isn't a terrible answer (Pentium Pro 200), but this is not true of the > ports. > > - Jay > > > > 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 Tue Dec 28 9:39:53 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 BDA1D15486 for ; Tue, 28 Dec 1999 09:39:49 -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 TAA09294 for ; Tue, 28 Dec 1999 19:39:45 +0200 From: Tomas Furmonavicius To: freebsd-questions@FreeBSD.ORG Subject: Re: gcc vs egcs Date: Tue, 28 Dec 1999 19:27:02 +0200 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99122819410900.00776@briviba.lt> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathon McKitrick wrote: >Correct me if i'm wrong, but is BSD moving to egcs in 4.0? How will this >change the generated code? Is it just more C++ compatible? There will be one more problem: in egcs C++ compiler exception handling support is enabled by default. It produces _tons_ of _unshared_ code and data, increasing memory consumption significantly. Very few free applications and libraries use exception handling, but nobody cares to disable it when compiling (at least in Linux distributions). For example KDE 1.1.x is almost unusable when compiled with exception handling enabled, but AFAIK all Linux distributions ship KDE compiled with exception support. I hope that BSD port maintainers won't repeat this mistake. Tomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 9:44:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from diablo.peritek.com (diablo.peritek.com [198.151.249.9]) by hub.freebsd.org (Postfix) with ESMTP id AFA7714DE7 for ; Tue, 28 Dec 1999 09:44:56 -0800 (PST) (envelope-from ibjoe@home.com) Received: from neptune (neptune [198.151.249.84]) by diablo.peritek.com (8.8.7/8.8.7) with SMTP id JAA15149; Tue, 28 Dec 1999 09:44:49 -0800 (PST) X-Envelope-From: ibjoe@home.com X-Envelope-To: freebsd-questions@freebsd.org Message-Id: <2.2.32.19991228174449.0099aa80@netmail.home.com> X-Sender: ibjoe@netmail.home.com X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 28 Dec 1999 09:44:49 -0800 To: Dann Lunsford From: Joe Bo Subject: Re: Parallel Port Control Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks! OK, so all I have to do is write a C program using ioctl to control the printer port.. guess I can handle that.. Thanks again! Joe Bo At 04:42 PM 12/27/99 -0800, you wrote: >On Mon, Dec 27, 1999 at 11:32:49AM -0900, Robert Norgard wrote: >> Would anyone have suggestions on where to find information on >> taking control of the parallel port to manipulate the i/o >> lines directly? I need to control some external hardware in >> real time. The i/o lines would need to be strobed about 1500 >> times/sec. Any problem with this rate? >> >> Any suggestions? > > /usr/share/examples/ppi, for the first. > > That rate is probably not a problem, depending on what you do >in between. The times I've run PLIP were much faster than that. > > > > >-- >Dann Lunsford The only thing necessary for the triumph of evil >dann@greycat.com is that men of good will do nothing. -- Cicero > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 9:46:21 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 A304E14DA0 for ; Tue, 28 Dec 1999 09:46:17 -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) id 1230hH-000ILl-00; Tue, 28 Dec 1999 17:46:11 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id RAA73568; Tue, 28 Dec 1999 17:46:11 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Tue, 28 Dec 1999 17:46:11 +0000 (GMT) From: Jonathon McKitrick To: Sean Jensen-Grey Cc: Jay Krell , freebsd-questions@freebsd.org Subject: Re: cvsuping and rebuilding, esp. ports 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 (comments based on my limited experiences...) On Tue, 28 Dec 1999, Sean Jensen-Grey wrote: >I don't rebuild ports after cvsuping? why? I thought of making a small python >script to go check /var/db/pkgs or some such and compare the version numbers >there against what you have in ports for the same package. would be handy. There is actually a patch to pkg_version which scans all versions installed and the most recent versions in /ports and builds a script you cam modify and run to fetch and install any upgrades you would like. Just remember to read it first, hand-edit, and pkg_delete the ones you want to replace first. I can't remember where it is off hand. >upgrade in the field problem. aaaahhhhh dll hell with deps. Not really. I think it is handled quite elegantly. >But after you cvsup anything into /usr/src you should do a rebuild of the world. >Otherwise your environment to actually DO the rebuild will not be correct. I >already ran into this problem a while back. I don't think you have to build world after cvsupping. You can wait as long as you want until it is convenient. As long as the port runs under the stable version of BSD that *you* are running, or you have a newer version of BSD, you should be fine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 9:53: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id AAA62154E0 for ; Tue, 28 Dec 1999 09:52:59 -0800 (PST) (envelope-from papalia@udel.edu) Received: from morgaine (nyf-ny8-41.ix.netcom.com [198.211.17.233]) by wondermutt.net (8.9.3/8.9.3) with SMTP id NAA02719; Tue, 28 Dec 1999 13:02:22 -0500 (EST) (envelope-from papalia@udel.edu) Message-Id: <4.1.19991228125230.009de100@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Tue, 28 Dec 1999 12:52:43 -0500 To: schilling , freebsd-questions@freebsd.org From: John Subject: Re: HELP!! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Have you gone through the steps of building yourself a custom kernel? Or have you just used the Generic one? If you bought "The Complete FreeBSD" there's a good section in there on building a custom kernel. If not, in the online handbook there's info at: http://www.freebsd.org/handbook/kernelconfig.html In the end run, did you include support for your new ethernet card in your kernel, recompile & reinstall the kernel? According to the LINT file (typically in /sys/i386/conf), you need the following: device ex0 at isa? port? net irq? Since I haven't played with many ISA devices, I'm not sure if you'll need more information included or not. Since it seems like you had an ethernet card previously installed, I'm assuming that you have the following line already included in your kernel? : pseudo-device ether If you haven't already built your custom kernel, you really need to do that first. Start by copying the GENERIC file and editing that to your needs, pulling in any information from the LINT file that you need. Hope that helps.... --John Papalia >Please someone help me out a little bit here >First of all: i'm a newbie ! >I recently installed 3.2-release ... >Now i've changed my nic and i can't really >get it working .... >How and "where" do i tell my system to use >the new nic ... >The nic is an Intel Etherexpress 16 ISA ... >Port now: 300 IRQ now: 3 > >Please help > >/schilling To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 9:58: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.ibroadcast.net (ns1.ibroadcast.net [216.145.30.2]) by hub.freebsd.org (Postfix) with SMTP id 4CFFE14DD2 for ; Tue, 28 Dec 1999 09:58:00 -0800 (PST) (envelope-from majid@ibroadcast.net) Received: from darthmaul (darthmaul.ibroadcast.net [216.145.29.142]) by ns1.ibroadcast.net (8.9.3/8.8.8) with SMTP id JAA06795; Tue, 28 Dec 1999 09:57:31 -0800 (PST) X-Intended-For: freebsd-questions@FreeBSD.ORG Message-ID: <009a01bf511a$352bb680$8e1d91d8@ibroadcast.net> From: "Majid Almassari" To: , "schilling" References: <3.0.6.32.19991228153522.007ec940@kalmar.schill.net> Subject: Re: HELP!! Date: Tue, 28 Dec 1999 09:59:18 -0000 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 There are several ways to go about this a convenient way is using /stand/sysinstall select post installation, then networking then select configure additional interfaces. It will ask you if you have multi-user on select yes then it will ask you if you want to bring the interface fxp0 up say yes. Hopefully that helps. -- Majid Almassari, MSEE, MCP. Systems Administrator iBroadcast, Inc. Phone: (206) 223-5540 Email: majid@ibroadcast.net http://www.ibroadcast.net ----- Original Message ----- From: schilling To: Sent: Tuesday, December 28, 1999 2:35 PM Subject: HELP!! > Please someone help me out a little bit here > First of all: i'm a newbie ! > I recently installed 3.2-release ... > Now i've changed my nic and i can't really > get it working .... > How and "where" do i tell my system to use > the new nic ... > The nic is an Intel Etherexpress 16 ISA ... > Port now: 300 IRQ now: 3 > > Please help > > /schilling > > > > > 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 Tue Dec 28 9:59:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 8A6F114C3E for ; Tue, 28 Dec 1999 09:59:07 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1204.bossig.com [208.26.241.204]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Tue, 28 Dec 1999 10:06:14 -0800 Message-ID: <3868FA58.78E956E3@3-cities.com> Date: Tue, 28 Dec 1999 09:58:48 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: schilling Cc: freebsd-questions@freebsd.org Subject: Re: HELP!! References: <3.0.6.32.19991228153522.007ec940@kalmar.schill.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG schilling wrote: > > Please someone help me out a little bit here > First of all: i'm a newbie ! > I recently installed 3.2-release ... > Now i've changed my nic and i can't really > get it working .... > How and "where" do i tell my system to use > the new nic ... > The nic is an Intel Etherexpress 16 ISA ... > Port now: 300 IRQ now: 3 Always check the LINT for format. All I could come up with was the "ie0", which is setup for 300 and 10. I assume you will have to build a kernel with the "ie0" card available and then replace your old NIC parameters in rc.conf with "ie0". BTW, the LINT didn't have much information but the HARDWARE.TXT implied it covered your NIC. Kent > > Please help > > /schilling > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 10: 3:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 2A344150AD for ; Tue, 28 Dec 1999 10:03:46 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1204.bossig.com [208.26.241.204]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Tue, 28 Dec 1999 10:10:56 -0800 Message-ID: <3868FB71.F6BB31C5@3-cities.com> Date: Tue, 28 Dec 1999 10:03:29 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Majid Almassari Cc: freebsd-questions@FreeBSD.ORG, schilling Subject: Re: HELP!! References: <3.0.6.32.19991228153522.007ec940@kalmar.schill.net> <009a01bf511a$352bb680$8e1d91d8@ibroadcast.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Majid Almassari wrote: > > There are several ways to go about this a convenient way is using > /stand/sysinstall select post installation, then networking then select > configure additional interfaces. It will ask you if you have multi-user on > select yes then it will ask you if you want to bring the interface fxp0 up > say yes. Hopefully that helps. The fxp0 is an EtherExpress Pro and his NIC is a much older one. Check the ie0 device in the LINT and in the HARDWARE.TXT. In the HARDWARE.TXT it discusses "Intel EtherExpress (8/16,16[TP])". I'm assuming his NIC is the "16" one covered here. Kent > > -- > Majid Almassari, MSEE, MCP. > Systems Administrator > iBroadcast, Inc. > Phone: (206) 223-5540 > Email: majid@ibroadcast.net > http://www.ibroadcast.net > > ----- Original Message ----- > From: schilling > To: > Sent: Tuesday, December 28, 1999 2:35 PM > Subject: HELP!! > > > Please someone help me out a little bit here > > First of all: i'm a newbie ! > > I recently installed 3.2-release ... > > Now i've changed my nic and i can't really > > get it working .... > > How and "where" do i tell my system to use > > the new nic ... > > The nic is an Intel Etherexpress 16 ISA ... > > Port now: 300 IRQ now: 3 > > > > Please help > > > > /schilling > > > > > > > > > > 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 -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 10: 6:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 7C6BF14E3B for ; Tue, 28 Dec 1999 10:06:46 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1204.bossig.com [208.26.241.204]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Tue, 28 Dec 1999 10:13:56 -0800 Message-ID: <3868FC26.A803B50C@3-cities.com> Date: Tue, 28 Dec 1999 10:06:30 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: John Cc: schilling , freebsd-questions@freebsd.org Subject: Re: HELP!! References: <4.1.19991228125230.009de100@mail.udel.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John wrote: > > Have you gone through the steps of building yourself a custom kernel? Or > have you just used the Generic one? If you bought "The Complete FreeBSD" > there's a good section in there on building a custom kernel. If not, in > the online handbook there's info at: > > http://www.freebsd.org/handbook/kernelconfig.html > > In the end run, did you include support for your new ethernet card in your > kernel, recompile & reinstall the kernel? According to the LINT file > (typically in /sys/i386/conf), you need the following: > > device ex0 at isa? port? net irq? Check the HARDWARE.TXT for the "ie0" device. That seems to cover his NIC. The ex0 is an EtherExpress Pro 10 and not an EtherExpress 16. Kent > > Since I haven't played with many ISA devices, I'm not sure if you'll need > more information included or not. Since it seems like you had an ethernet > card previously installed, I'm assuming that you have the following line > already included in your kernel? : > > pseudo-device ether > > If you haven't already built your custom kernel, you really need to do that > first. Start by copying the GENERIC file and editing that to your needs, > pulling in any information from the LINT file that you need. > > Hope that helps.... > --John Papalia > > >Please someone help me out a little bit here > >First of all: i'm a newbie ! > >I recently installed 3.2-release ... > >Now i've changed my nic and i can't really > >get it working .... > >How and "where" do i tell my system to use > >the new nic ... > >The nic is an Intel Etherexpress 16 ISA ... > >Port now: 300 IRQ now: 3 > > > >Please help > > > >/schilling > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 10: 8:30 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 4D30A1559E for ; Tue, 28 Dec 1999 10:08:23 -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 <19991228180613.NILL7552.mail.rdc3.on.home.com@main.wgaf.net> for ; Tue, 28 Dec 1999 10:06:13 -0800 Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 12312j-0001XL-00; Tue, 28 Dec 1999 13:08:21 -0500 To: freebsd-questions@freebsd.org Subject: Re: 3.4-S: if_rl & DFE-530TX+ can't map memory or ports References: <386814CF.8F14D119@ma.ultranet.com> <87k8lz6cfj.fsf@main.wgaf.net> <38682C56.CD57D073@ma.ultranet.com> 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: 28 Dec 1999 13:08:21 -0500 Message-ID: <873dsn546i.fsf@main.wgaf.net> Lines: 17 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 "Gregory D. Moncreaff" writes: > I tried the suggested vr driver but it didn't even twig. Are you sure the card is the 530TX? Man page for vr says that it's just the driver for it: DESCRIPTION The vr driver provides support for PCI ethernet adapters and embedded controllers based on the VIA Technologies VT3043 Rhine I and VT86C100A Rhine II fast ethernet controller chips. This includes the D-Link DFE530-TX and various other commodity fast ethernet cards. -- 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 Tue Dec 28 10:11:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id E408614C3E for ; Tue, 28 Dec 1999 10:11:53 -0800 (PST) (envelope-from papalia@udel.edu) Received: from morgaine (nyf-ny8-41.ix.netcom.com [198.211.17.233]) by wondermutt.net (8.9.3/8.9.3) with SMTP id NAA02767; Tue, 28 Dec 1999 13:21:23 -0500 (EST) (envelope-from papalia@udel.edu) Message-Id: <4.1.19991228131059.009df610@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Tue, 28 Dec 1999 13:11:53 -0500 To: Kent Stewart From: John Subject: Re: HELP!! Cc: schilling , freebsd-questions@freebsd.org In-Reply-To: <3868FC26.A803B50C@3-cities.com> References: <4.1.19991228125230.009de100@mail.udel.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG <--snip--> >> device ex0 at isa? port? net irq? > >Check the HARDWARE.TXT for the "ie0" device. That seems to cover his >NIC. The ex0 is an EtherExpress Pro 10 and not an EtherExpress 16. Wooooooops. My apolgies for my misdirection there. As my boss used to tell me... "I'll love reading once I learn how...." =) Thanks for the correction, Kent. --John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 10:15:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from loki.iss.net (loki.iss.net [208.21.0.3]) by hub.freebsd.org (Postfix) with ESMTP id 81AC614A20 for ; Tue, 28 Dec 1999 10:15:35 -0800 (PST) (envelope-from andrew@networkcomputerz.com) Received: from networkcomputerz.com (isdndial47.iss.net [208.21.1.47] (may be forged)) by loki.iss.net (8.9.3/8.9.3) with ESMTP id OAA04097 for ; Tue, 28 Dec 1999 14:22:13 -0500 Message-ID: <3868FE3C.E9D19062@networkcomputerz.com> Date: Tue, 28 Dec 1999 13:15:24 -0500 From: Andrew Otwell Organization: Network Computerz X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Missing library for OpenSSH port - FIXED References: <199912070212.VAA52628@cc942873-a.ewndsr1.nj.home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Crist J. Clark" wrote: > > Charlie Root wrote, > > Hello all, > > > > I have installed rsaref-2.0, openssl-0.9.2b from the port > > collection at ftp.freebsd.org. When I try to install > > openssh-1.2 from the same site, I get the following error > > > > Missing shared library: crypto.1 > > > > and openssh exits. Where can I find the library? > > The library should have been installed by the installation of > OpenSSL. You did install OpenSSL by doing the following, > > # cd /usr/ports/security/openssl > # make > # make install > > Correct? > > Check if the file, /usr/local/lib/libcrypto.so.1 exists. If it does, > check that /usr/local/lib is in your ldconfig(8) cache, > > # ldconfig -r | grep crypto > > If not, do a, > > # ldconfig -m /usr/local/lib > > HTH. > > Oh, and you probably should not use root for sending and receiving > email. > -- > Crist J. Clark cjclark@home.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message I Successfully installed OpenSSH 1.2.1 on 3.3-stable via: 1. down openssh.tar, openssl.tar, and rsaref.tar from http://www.freebsd.org/ports/security.html, 2. make deinstall for both /usr/ports/security/rsaref and /usr/ports/security/openssl 3. rm -rf /usr/ports/security/rsarefxxx, opensslxxxx, opensshxxx 4. untar the 3 downloaded files 5. move them under /usr/ports/security/rsarefxx | opensshxxxx | opensslxxx 6. cd /usr/ports/security/openssh/ ; make ; make all install 7. voila! - tune keys and paths to your taste -- _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ Andrew T. Otwell, Network Administrator andrew@networkcomputerz.com, 678.363.8491 http://www.NetworkComputerz.com yank PGP DSS key from hkp://pgpkeys.mit.edu _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 10:17:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from klentaq.com (klentaq1.emergingtech.org [199.217.151.234]) by hub.freebsd.org (Postfix) with ESMTP id 5BDB2154D8 for ; Tue, 28 Dec 1999 10:17:26 -0800 (PST) (envelope-from wayne@klentaq.com) Received: (from wayne@localhost) by klentaq.com (8.9.3/8.9.2) id MAA01143 for freebsd-questions@freebsd.org; Tue, 28 Dec 1999 12:20:28 -0600 (CST) (envelope-from wayne) From: Wayne M Barnes Message-Id: <199912281820.MAA01143@klentaq.com> Subject: password length To: freebsd-questions@freebsd.org Date: Tue, 28 Dec 1999 12:20:28 -0600 (CST) 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 Dear FreeBSD, I just noticed that a couple of my 3.3 (or 3.4RC) systems are not recognizing any more than 8 characters of my passwords. A friend's system running 3.3 insists on all 9 characters of my password on his system. How did my system start dropping the characters after 8, and how can I get it to use up to 128? Did this happen when I installed (or tried to install) Samba? barnes@klentaq.com www.klentaq.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 10:23:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.ibroadcast.net (ns1.ibroadcast.net [216.145.30.2]) by hub.freebsd.org (Postfix) with SMTP id C57DC154E1 for ; Tue, 28 Dec 1999 10:23:24 -0800 (PST) (envelope-from majid@ibroadcast.net) Received: from darthmaul (darthmaul.ibroadcast.net [216.145.29.142]) by ns1.ibroadcast.net (8.9.3/8.8.8) with SMTP id KAA07562; Tue, 28 Dec 1999 10:21:35 -0800 (PST) X-Intended-For: freebsd-questions@FreeBSD.ORG Message-ID: <00cf01bf511d$91ccc200$8e1d91d8@ibroadcast.net> From: "Majid Almassari" To: "Kent Stewart" , "John" Cc: "schilling" , References: <4.1.19991228125230.009de100@mail.udel.edu> <4.1.19991228131059.009df610@mail.udel.edu> Subject: Re: HELP!! Date: Tue, 28 Dec 1999 10:23:22 -0000 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 Hi Kent, You are absolutely correct, LINT has his NIC specified all he needs to do is make sure that the default IRQ, I/O Base address match. Or can he just change the resources there? Pardon me for my silly questions I'm kind of new to this! but can he just use /stand/sysinstall to bring the interface up?or does he have to make a new Kernel for it in order to use it in /stand/sysinstall? -- Majid Almassari, MSEE, MCP. Systems Administrator iBroadcast, Inc. Phone: (206) 223-5540 Email: majid@ibroadcast.net http://www.ibroadcast.net ----- Original Message ----- From: John To: Kent Stewart Cc: schilling ; Sent: Tuesday, December 28, 1999 6:11 PM Subject: Re: HELP!! > <--snip--> > >> device ex0 at isa? port? net irq? > > > >Check the HARDWARE.TXT for the "ie0" device. That seems to cover his > >NIC. The ex0 is an EtherExpress Pro 10 and not an EtherExpress 16. > > > Wooooooops. My apolgies for my misdirection there. As my boss used to > tell me... "I'll love reading once I learn how...." =) Thanks for the > correction, Kent. > > --John > > > 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 Tue Dec 28 10:39:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 3270A15008 for ; Tue, 28 Dec 1999 10:39:12 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1204.bossig.com [208.26.241.204]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Tue, 28 Dec 1999 10:46:21 -0800 Message-ID: <386903BF.60D39A5A@3-cities.com> Date: Tue, 28 Dec 1999 10:38:55 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: John Cc: schilling , freebsd-questions@freebsd.org Subject: Re: HELP!! References: <4.1.19991228125230.009de100@mail.udel.edu> <4.1.19991228131059.009df610@mail.udel.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John wrote: > > <--snip--> > >> device ex0 at isa? port? net irq? > > > >Check the HARDWARE.TXT for the "ie0" device. That seems to cover his > >NIC. The ex0 is an EtherExpress Pro 10 and not an EtherExpress 16. > > Wooooooops. My apolgies for my misdirection there. As my boss used to > tell me... "I'll love reading once I learn how...." =) Thanks for the > correction, Kent. Hey, I personally think computers were developed to keep us all humble. There is no IMHO unless you make the H for honest. Once you get good at something you need a daily refresher on being humble. I was a local site representative doing hot-line support for a Service Center in Dallas, TX that used CDC-Cybers. I came to believe that the mind reads what it wants. On numerous occasions, I looked at a customers file and had them read the line back to me. They still didn't see the typo until I pointed it out. Their mind knew what was supposed to be there and that is what it saw. You can't have some one explain what they did because their error will seem reasonable to you. A cold look first is much more likely to find dumb errors. If you don't see anything, then ask them what they did. What caught my eye is that I have an EtherExpress Pro 100 in my system and the 16 made me look further. I hadn't seen that before. The LINT file certainly wasn't helpfull at that point. Fortunately, the HARDWARE.TXT was more enlightening for the "ie0". BTW, your most important friend is one who can catch your dumb errors and not make you feel stupid :). It is a two way street. When they need help, you have to return the favor. Cheers, Kent > > --John -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 10:51:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hpamraaa.compuserve.com (ah-img-rel-1.compuserve.com [149.174.217.152]) by hub.freebsd.org (Postfix) with ESMTP id 0991614EAD for ; Tue, 28 Dec 1999 10:51:10 -0800 (PST) (envelope-from nat@java-fan.com) Received: (from mailgate@localhost) by hpamraaa.compuserve.com (8.8.8/8.8.8/HP-REL-1.2) id NAA10609 for freebsd-questions@freebsd.org; Tue, 28 Dec 1999 13:51:08 -0500 (EST) Received: from unknown (cx272244-a.orng1.occa.home.com [24.1.177.149]) by hpamraaa.compuserve.com (8.8.8/8.8.8/HP-REL-1.2) with SMTP id NAA10582 for ; Tue, 28 Dec 1999 13:51:02 -0500 (EST) Message-ID: <000901bf5164$5bf31520$0b00a8c0@orng1.home.com> From: "nat" To: Subject: ProFTPD stopping transfers. Unknown data_sendfile() error 4: Interrupted System Call Date: Tue, 28 Dec 1999 10:50:04 -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 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 recently been getting complaints from users that when they are downloading a file from their account that it just "stops." It doesnt hang but it terminates the download. I am using ProFTPD pre9 on FreeBSD 3.2-Release whenever this happens to a user i get this message on the console: Dec 23 12:56:26 host proftpd [5224]: host.domain (client.domain) - Unknown data_sendfile() error 4: Interrupted System Call Can anyone please help? thank you, nat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 10:59:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id D352214F1B for ; Tue, 28 Dec 1999 10:59:53 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1204.bossig.com [208.26.241.204]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Tue, 28 Dec 1999 11:07:03 -0800 Message-ID: <38690898.6A58662F@3-cities.com> Date: Tue, 28 Dec 1999 10:59:36 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Majid Almassari Cc: John , schilling , freebsd-questions@FreeBSD.ORG Subject: Re: HELP!! References: <4.1.19991228125230.009de100@mail.udel.edu> <4.1.19991228131059.009df610@mail.udel.edu> <00cf01bf511d$91ccc200$8e1d91d8@ibroadcast.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Majid Almassari wrote: > > Hi Kent, > You are absolutely correct, LINT has his NIC specified all he needs to do is > make sure that the default IRQ, I/O Base address match. Or can he just > change the resources there? Pardon me for my silly questions I'm kind of new > to this! but can he just use /stand/sysinstall to bring the interface up?or > does he have to make a new Kernel for it in order to use it in > /stand/sysinstall? We need help on your question. I always check the defaults and then add the hardware with that setting. Most of my devices are PCI and autoconfig. I have only been using FreeBSD for 10 months and haven't done enough configuring hardware to change from feeling like a newbie. If you can change IRQ's on_the_fly, it probably has to be done at boot time by doing a "boot -c". You can change most device parameters at that point and I assume you can change the IRQ for a NIC the same way. Eventually, I think you want to build the parameters into your kernel. Kent > -- > Majid Almassari, MSEE, MCP. > Systems Administrator > iBroadcast, Inc. > Phone: (206) 223-5540 > Email: majid@ibroadcast.net > http://www.ibroadcast.net > > ----- Original Message ----- > From: John > To: Kent Stewart > Cc: schilling ; > Sent: Tuesday, December 28, 1999 6:11 PM > Subject: Re: HELP!! > > > <--snip--> > > >> device ex0 at isa? port? net irq? > > > > > >Check the HARDWARE.TXT for the "ie0" device. That seems to cover his > > >NIC. The ex0 is an EtherExpress Pro 10 and not an EtherExpress 16. > > > > > > Wooooooops. My apolgies for my misdirection there. As my boss used to > > tell me... "I'll love reading once I learn how...." =) Thanks for the > > correction, Kent. > > > > --John > > > > > > 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 -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 11:29:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jinx.unknown.nu (jinx.unknown.nu [207.229.158.108]) by hub.freebsd.org (Postfix) with ESMTP id 623EE1502F for ; Tue, 28 Dec 1999 11:29:27 -0800 (PST) (envelope-from sluggo@unknown.nu) Received: from localhost (sluggo@localhost) by jinx.unknown.nu (8.9.3/8.9.3) with ESMTP id NAA26563 for ; Tue, 28 Dec 1999 13:29:21 -0600 (CST) (envelope-from sluggo@unknown.nu) Date: Tue, 28 Dec 1999 13:29:21 -0600 (CST) From: Kim Scarborough To: freebsd-questions@FreeBSD.ORG Subject: POSIX.4 Threads? 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 running 3.3-RELEASE and trying to compile alsaplayer. When I run the configure script, I get this weird error: configure: error: ** POSIX.4 threads not installed or broken ** Do I need to download something, or add something to my kernel? I get this error both under my kernel and GENERIC. ------------------------------------------------------------------------------- Kim Scarborough http://www.unknown.nu/kim/ ------------------------------------------------------------------------------- "A library makes me sick." -Friedrich Nietzsche ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 11:56:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web115.yahoomail.com (web115.yahoomail.com [205.180.60.88]) by hub.freebsd.org (Postfix) with SMTP id 16B69154F4 for ; Tue, 28 Dec 1999 11:56:08 -0800 (PST) (envelope-from osiris2002@yahoo.com) Received: (qmail 2205 invoked by uid 60001); 28 Dec 1999 19:56:03 -0000 Message-ID: <19991228195603.2204.qmail@web115.yahoomail.com> Received: from [168.187.17.44] by web115.yahoomail.com; Tue, 28 Dec 1999 11:56:03 PST Date: Tue, 28 Dec 1999 11:56:03 -0800 (PST) From: Joss Roots Subject: Is there a way to do this using ls command ? 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 there, I am trying to make a shell script get the names of directories from a certain path; /usr/ports/audio and I want to just put the output into a file say /home/joss/ports-audio that's the easy part. The thing I want for this script is to do some inteliigent step(s) to do the following: 1. don't include, or otherwise strip, all entries that are NOT directories, so as NOT to save them in the generated output file for example ls -F | grep / (but this will output a trailing / after each and every directory name), so how to strip this can this be done using sed, or something else ? 2. Remove certain directory entries form the list, for example CVS/ , pkg/ before saving the final output to the file. 3. the list must be sequential listing one entry on a seperate line. (like issuing simple ls) can anyone help me through this. thanks in advance. ===== MAY THE FORCE BE WITH YOU. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 12: 2:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web121.yahoomail.com (web121.yahoomail.com [205.180.60.129]) by hub.freebsd.org (Postfix) with SMTP id 16FD414E6D for ; Tue, 28 Dec 1999 12:02:46 -0800 (PST) (envelope-from osiris2002@yahoo.com) Received: (qmail 10499 invoked by uid 60001); 28 Dec 1999 20:02:14 -0000 Message-ID: <19991228200214.10498.qmail@web121.yahoomail.com> Received: from [168.187.17.44] by web121.yahoomail.com; Tue, 28 Dec 1999 12:02:14 PST Date: Tue, 28 Dec 1999 12:02:14 -0800 (PST) From: Joss Roots Subject: how to redirect output to a file, and then tail it ? 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 there, this have been mentioned before somewhere but I seem to have lost it. if I want to send the output of an operation like 'make world' to a file > makeworld.log then be able to tail makeworld.log to see what is happening there, what is the operand or directive to use I think something like 2>1 & not sure of the exact way though, any help ? thanks ===== MAY THE FORCE BE WITH YOU. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 12: 5: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 502FE15469 for ; Tue, 28 Dec 1999 12:04:53 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: from owp.csus.edu (mail.owp.csus.edu [130.86.232.247]) by pebkac.owp.csus.edu (8.9.3/8.9.3) with ESMTP id JAA34095; Tue, 28 Dec 1999 09:30:45 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Message-ID: <3868F244.B6C6AB37@owp.csus.edu> Date: Tue, 28 Dec 1999 09:24:20 -0800 From: Joseph Scott X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Michael Lucas Cc: questions@FreeBSD.ORG Subject: Re: Calendar & meeting scheduling server? References: <199912231644.LAA60128@blackhelicopters.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael Lucas wrote: > > Folks, > > A client wants to use the calendar functions of Outlook 97. They have a > nice FreeBSD mail/NAT server. > > Is there any calendar/scheduling software in the ports collection that > will handle the server end of this, or does he need an Exchange box? > Surely someone's written something for this? > If they do my boss would probably kill for one. We are trying to avoid being in the same boat, our FreeBSD mail server runs great. But there's lots of pressure to have schedule features that will work with MS Exchange boxes on our campus network. I've heard that Communigate ( I think that's who it was ) is working on this, but I'm not sure exactly what features it gets you. Joseph Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 12: 6: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from antiochus-fe0.ultra.net (antiochus-fe0.ultra.net [146.115.8.188]) by hub.freebsd.org (Postfix) with ESMTP id 3A5C415509 for ; Tue, 28 Dec 1999 12:05:47 -0800 (PST) (envelope-from moncrg@ma.ultranet.com) Received: from ma.ultranet.com (207-172-255-127.s127.tnt2.sbo.ma.dialup.rcn.com [207.172.255.127]) by antiochus-fe0.ultra.net (8.8.8/ult/n20340/mtc.v2) with ESMTP id PAA19885; Tue, 28 Dec 1999 15:05:20 -0500 (EST) Message-ID: <386917FE.B1E0F847@ma.ultranet.com> Date: Tue, 28 Dec 1999 15:05:19 -0500 From: "Gregory D. Moncreaff" Reply-To: moncrg@ma.ultranet.com X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Arcady Genkin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3.4-S: if_rl & DFE-530TX+ can't map memory or ports References: <386814CF.8F14D119@ma.ultranet.com> <87k8lz6cfj.fsf@main.wgaf.net> <38682C56.CD57D073@ma.ultranet.com> <873dsn546i.fsf@main.wgaf.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The card has a label on the back "DFE-530TX+" which matches the printing on the PCB board also has a rev marker "REV-A1" main chip is: "DL10038" "97143S1" "931D TAIWAN" The manual calls it "D-Link DFE-530TX+ 10/100 Adapter" and is marked "Rev. 02 (Sep, 1999)" Arcady Genkin wrote: > > Are you sure the card is the 530TX? Man page for vr says that it's > just the driver for it: > -- > Arcady Genkin http://wgaf.dyndns.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 12:21: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from arb.noc.uunet.co.za (arb.noc.uunet.co.za [196.31.1.231]) by hub.freebsd.org (Postfix) with ESMTP id 9B3A91538F for ; Tue, 28 Dec 1999 12:20:53 -0800 (PST) (envelope-from robertb@arb.noc.uunet.co.za) Received: from robertb (helo=localhost) by arb.noc.uunet.co.za with local-esmtp (Exim 3.03 #1) id 12336r-000LkQ-00; Tue, 28 Dec 1999 22:20:45 +0200 Date: Tue, 28 Dec 1999 22:20:45 +0200 (SAST) From: Robert Bateman To: vg@vg-consult.com Cc: freebsd-questions@freebsd.org Subject: question re: CD-ROM (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 Had the same problem, just changed my cd-rom to primary slave and it worked fine after that -Robert Bateman- -Network Operations- -UUNET SA- ---------- Forwarded message ---------- Date: Tue, 28 Dec 1999 09:21:52 -0800 From: Vonnie Gurgin To: freebsd-questions@FreeBSD.ORG Subject: question re: CD-ROM I'll like to install FreeBSD via my CD-ROM. I can boot from it but get the message "No CD-ROM device found" when I try to use it as the installation media. It is a Delta 44x IDE CD-ROM. Any suggestions will be appreciated. Thanks -- Vonnie 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 Tue Dec 28 12:24: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id 58D2A15522 for ; Tue, 28 Dec 1999 12:23:42 -0800 (PST) (envelope-from papalia@udel.edu) Received: from morgaine (nyf-ny8-41.ix.netcom.com [198.211.17.233]) by wondermutt.net (8.9.3/8.9.3) with SMTP id PAA03004; Tue, 28 Dec 1999 15:33:09 -0500 (EST) (envelope-from papalia@udel.edu) Message-Id: <4.1.19991228151945.009e0440@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Tue, 28 Dec 1999 15:22:10 -0500 To: Joss Roots , freebsd-questions@FreeBSD.ORG From: John Subject: Re: how to redirect output to a file, and then tail it ? In-Reply-To: <19991228200214.10498.qmail@web121.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Your best bet is to use the "script" command... Example: merlin# script /var/log/filename Script started, output file is /var/log/filename merlin# <---snip output of whatever command you issued--> merlin# exit merlin# exit Script done, output file is /var/log/filename merlin# voila. Works great actually, and then you don't need to worry about redirects. --John >hi there, >this have been mentioned before somewhere >but I seem to have lost it. > >if I want to send the output of an operation >like 'make world' to a file > makeworld.log > >then be able to tail makeworld.log >to see what is happening there, what is the >operand or directive to use > >I think something like 2>1 & not sure of the >exact way though, any help ? >thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 12:47:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.tbe.com (nebula.tbe.com [140.165.2.99]) by hub.freebsd.org (Postfix) with ESMTP id 1137A14DCB for ; Tue, 28 Dec 1999 12:47:53 -0800 (PST) (envelope-from Martin.Frankford@pobox.tbe.com) Received: from exhsv03.tbe.com (pobox.tbe.com [140.165.252.52]) by nebula.tbe.com (8.9.3 (PHNE_18979)/8.9.3) with ESMTP id OAA27212 for ; Tue, 28 Dec 1999 14:45:35 -0600 (CST) Received: by pobox.tbe.com with Internet Mail Service (5.5.2650.21) id ; Tue, 28 Dec 1999 14:43:46 -0600 Message-ID: From: "Frankford, Martin" To: "'freebsd-questions@FreeBSD.ORG'" Subject: SMP Date: Tue, 28 Dec 1999 14:43:45 -0600 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 Does freeBSD support Compaq 300 with dual SMP? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 12:50:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id C9D0715516 for ; Tue, 28 Dec 1999 12:50:50 -0800 (PST) (envelope-from shawn@megadeth.org) Received: from shawn (shawn.megadeth.org [192.216.87.250] (may be forged)) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id MAA69973; Tue, 28 Dec 1999 12:47:03 -0800 (PST) Message-Id: <4.2.0.58.19991228124339.01ba7750@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Tue, 28 Dec 1999 12:46:30 -0800 To: freebsd-questions@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG From: Shawn Ramsey Subject: Re: arplookup In-Reply-To: <199912280203.DAA23875@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 03:03 AM 12/28/99 +0100, Oliver Fromme wrote: >Shawn Ramsey wrote in list.freebsd-questions: > > arplookup 192.216.87.246 failed: host is not on local network > > > > Does anyone know what that error means, and how I might fix it? I am > > getting these sorts of entries on the console for numerous(maybe all) of > > the workstations on that network. > >It most probably means that the host with the IP number >192.216.87.246 has a wrong netmask configured. > >For example, assume that two hosts A and B are on two different >class-C networks, i.e. their "natural" netmask is 255.255.255.0. >Then assume that host B has a (wrong) netmask configured which >is 255.255.0.0, but it still can reach A because there's a >switch or a bridge between them (or something similar) which >just forwards the packets. > >Now when B sends a packet directly to A (without using the >default route, because of the wrong netmask), A will add B to >its arp table. This normally happens every time the IP stack >discovers a "new" host on the network, to save ARP requests. >However, the kernel will discover that B is not on its local >network (according to the correct netmask), therefore the arp >entry is not valid (hosts which are on other networks are >only reachable through the default route [or some other route], >but not directly, so they cannot have their own arp entries in >the arp table of A). > >This is clearly an error, and so your syslog entry is >generated. > >To fix it, you should correct the netmasks of those hosts. > >I hope my explanations make some sense to you. :-) Yes, that makes sense, and I think I found the problem, but not quite sure what is wrong yet. If I do a traceroute from this box to one of the local workstations, it goes out through the default route rather than directly to the machine. I guess a netmask is setup wrong somewhere, but I haven't found it. This particular BSD box is connected to many different networks, and about 120+ IPS assigned to it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 12:51:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tvainet.tva.gov (tvainet.tva.gov [152.85.133.14]) by hub.freebsd.org (Postfix) with SMTP id 296E115532 for ; Tue, 28 Dec 1999 12:51:09 -0800 (PST) (envelope-from tjswanson@tva.gov) Received: from topaz-hme.cha.tva.gov by tvainet.tva.gov via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 28 Dec 1999 20:48:12 UT Received: from knxknxois7.knx.tva.gov (knxknxois7.knx.tva.gov [152.87.14.85]) by topaz.cha.tva.gov (8.8.6/8.7.3/8.7.5-topaz) with ESMTP id PAA08841; Tue, 28 Dec 1999 15:43:19 -0500 (EST) Received: by knxknxois7.knx.tva.gov with Internet Mail Service (5.5.2448.0) id ; Tue, 28 Dec 1999 15:43:01 -0500 Message-ID: <8C8DCBC7A064D01181F30000F8014E27C2EAE4@knxnorois1b.noh.tva.gov> From: "Swanson, Toby J." To: "Toby J. Swanson" , "'Andy Sparrow'" Cc: questions@freebsd.org, "Swanson, Toby J." Subject: RE: high speed serial card support Date: Tue, 28 Dec 1999 15:43:24 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Finally got the thing to work. It turns out the motherboard was assigning the same IRQ to the LavaPort that was assigned to the onboard SCSI controller, thus the lock up. I disabled the parallel port and then moved the LavaPort from slot to slot until it was finally assigned a free IRQ. I just love PnP. Toby > > I finally got a LavaPort 650 (single port 16650 UART), installed it in > an > > Intel T440BX server mother board, Pentium II 400 Mhz, 128Mb RAM, > > FreeBSD 3.3. I modified the isa.h file to reflect the card's correct > I/O > > address for COM3, made the corresponding entries in the kernel > > configuration file for COM3 with the correct IRQ and flags 0x20000 > > entry. The board is recognized on boot up but when I > > "cu -l /dev/cuaa0 -s 1200" (or any speed) the whole system stops dead. > > No multi screens, no breaking out, can't ping the machine. Only a front > > panel reset starts the machine again. Any thoughts on the cause? > > > > I'm not sure what your IIRC comment is referring to. > > I was referring to the 0x20000 flags necessary to enable 16650 > support in the sio driver, without which it won't take advantage > of the special features (like the larger FIFO). The overclocked > speed (on my card anyway) is entirely transparent to FreeBSD, which > simply opens the port at the specified speed, and the hardware > multiplier takes care of bumping the speed. > > Personally, I'd be inclined to leave the source alone and use the > userconfig interface to enable sio2/COM3 and set the address. > > If the address doesn't change, you get to play with the Forth stuff > to add commands in '/boot/kernel.conf' so you don't need to do it > every time you re-start. > > Does the card respond to Plug'n'Pray probes? Did you cold-boot or > warm-boot the machine after getting the address from DOS? > > > Cheers, > > AS > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 13:10: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 A013814D67 for ; Tue, 28 Dec 1999 13:10:46 -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 WAA28363 for freebsd-questions@FreeBSD.ORG; Tue, 28 Dec 1999 22:06:44 +0100 (CET) (envelope-from olli) Date: Tue, 28 Dec 1999 22:06:44 +0100 (CET) From: Oliver Fromme Message-Id: <199912282106.WAA28363@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: Is there a way to do this using ls command ? 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 Joss Roots wrote in list.freebsd-questions: > hi there, > I am trying to make a shell script get the names > of directories from a certain path; > [...] > 1. don't include, or otherwise strip, all entries > that are NOT directories, so as NOT to save them > in the generated output file > for example ls -F | grep / > (but this will output a trailing / after each and > every directory name), so how to strip this > can this be done using sed, or something else ? ls -F | sed -n s./..p That will give you all directories and strip the slashes at the same time. > 2. Remove certain directory entries form the > list, for example CVS/ , pkg/ > before saving the final output to the file. Just pipe the above through an appropriate grep command: ... | egrep '^(CVS|pkg)$' > 3. the list must be sequential listing one entry > on a seperate line. (like issuing simple ls) The above does exactly that. Use shell direction to store the output in a file: ... > output_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 Tue Dec 28 13:24:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from maulwurf.franken.de (maulwurf.franken.de [193.141.110.9]) by hub.freebsd.org (Postfix) with ESMTP id EA6BA14D68 for ; Tue, 28 Dec 1999 13:24:56 -0800 (PST) (envelope-from gaspode.franken.de!tanis@maulwurf.franken.de) Received: by maulwurf.franken.de via rmail with stdio id for freebsd-questions@FreeBSD.ORG; Tue, 28 Dec 1999 22:23:19 +0100 (MET) (Smail-3.2 1996-Jul-4 #1 built DST-May-30) Received: (from tanis@localhost) by gaspode.franken.de (8.9.3/8.9.3) id VAA18901; Tue, 28 Dec 1999 21:16:27 +0100 (CET) (envelope-from tanis) Date: Tue, 28 Dec 1999 21:16:26 +0100 From: German Tischler To: Tomas Furmonavicius Cc: freebsd-questions@FreeBSD.ORG Subject: Re: gcc vs egcs Message-ID: <19991228211626.A18651@gaspode.franken.de> References: <99122819410900.00776@briviba.lt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <99122819410900.00776@briviba.lt>; from f1926@kaunas.aiva.lt on Tue, Dec 28, 1999 at 07:27:02PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 28, 1999 at 07:27:02PM +0200, Tomas Furmonavicius wrote: > Jonathon McKitrick wrote: > > >Correct me if i'm wrong, but is BSD moving to egcs in 4.0? How will this > >change the generated code? Is it just more C++ compatible? > > There will be one more problem: in egcs C++ compiler exception handling support > is enabled by default. It produces _tons_ of _unshared_ code and data, > increasing memory consumption significantly. Very few free applications and > libraries use exception handling, but nobody cares to disable it when > compiling (at least in Linux distributions). For example KDE 1.1.x is almost > unusable when compiled with exception handling enabled, but AFAIK all Linux > distributions ship KDE compiled with exception support. I hope that BSD port > maintainers won't repeat this mistake. I strongly suggest not disabling exception support by default for several reasons: - we would have a totally broken C++ compiler again, because you would need to provide options to get an ISO compliant compiler. If you look at the standard, you need exceptions for the most basic things, for example the new operator (the C++ version of malloc) that throws a bad_alloc exception when failing (in contrast to malloc which will return 0). - the number of "real" C++ programs will probably increase. I think that exception handling has not been used until now because of missing compiler support. For example KDE version 2 will use MICO, which uses exceptions. -- German Tischler, tanis@gaspode.franken.de "There are two major products that come out of Berkeley: LSD and Unix. We don't believe this to be a coincidence." -- Jeremy S. Anderson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 13:37:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id D605D151FC for ; Tue, 28 Dec 1999 13:37:32 -0800 (PST) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id WAA03020; Tue, 28 Dec 1999 22:37:30 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id WAA14121; Tue, 28 Dec 1999 22:37:30 +0100 (MET) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id WAA49906; Tue, 28 Dec 1999 22:37:30 +0100 (CET) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id VAA78779; Tue, 28 Dec 1999 21:36:51 GMT (envelope-from ust) Date: Tue, 28 Dec 1999 22:36:51 +0100 From: Udo Schweigert To: Joss Roots Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how to redirect output to a file, and then tail it ? Message-ID: <19991228223651.A78706@alaska.cert.siemens.de> References: <19991228200214.10498.qmail@web121.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991228200214.10498.qmail@web121.yahoomail.com>; from osiris2002@yahoo.com on Tue, Dec 28, 1999 at 12:02:14PM -0800 X-Operating-System: FreeBSD 3.4-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 28, 1999 at 12:02:14 -0800, Joss Roots wrote: > hi there, > this have been mentioned before somewhere > but I seem to have lost it. > > if I want to send the output of an operation > like 'make world' to a file > makeworld.log > make world > makeworld.log 2>&1 Regards ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 41166 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 13:47:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cr31617-a.lndn1.on.wave.home.com (cr31617-a.lndn1.on.wave.home.com [24.112.227.163]) by hub.freebsd.org (Postfix) with ESMTP id 8F8B814C36 for ; Tue, 28 Dec 1999 13:47:13 -0800 (PST) (envelope-from jbailie@cr31617-a.lndn1.on.wave.home.com) Received: (from jbailie@localhost) by cr31617-a.lndn1.on.wave.home.com (8.9.3/8.9.3) id QAA02626 for questions@freebsd.org; Tue, 28 Dec 1999 16:23:18 -0500 (EST) (envelope-from jbailie) Date: Tue, 28 Dec 1999 16:23:18 -0500 From: James Bailie To: questions@freebsd.org Subject: Re: gcc vs egcs Message-ID: <19991228162318.A2598@cr31617-a.lndn1.on.wave.home.co> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jcm@dogma.freebsd-uk.eu.org on Tue, Dec 28, 1999 at 05:03:30PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 28, 1999 at 05:03:30PM +0000, Jonathon McKitrick wrote: > Correct me if i'm wrong, but is BSD moving to egcs in 4.0? How will this > change the generated code? Is it just more C++ compatible? Actually, egcs has been merged into gcc. -- James Bailie http://members.home.net/jazzturk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 13:48:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 62414154D4 for ; Tue, 28 Dec 1999 13:48:36 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=ben) by scientia.demon.co.uk with smtp (Exim 3.092 #1) id 1234TB-000C7Q-00; Tue, 28 Dec 1999 21:47:53 +0000 Date: Tue, 28 Dec 1999 21:47:52 +0000 From: Ben Smithurst To: Jonathon McKitrick Cc: Sean Jensen-Grey , Jay Krell , freebsd-questions@freebsd.org Subject: Re: cvsuping and rebuilding, esp. ports Message-ID: <19991228214752.A46546@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathon McKitrick wrote: > On Tue, 28 Dec 1999, Sean Jensen-Grey wrote: > >> I don't rebuild ports after cvsuping? why? I thought of making a small python >> script to go check /var/db/pkgs or some such and compare the version numbers >> there against what you have in ports for the same package. would be handy. > > There is actually a patch to pkg_version which scans all versions > installed and the most recent versions in /ports and builds a script you > cam modify and run to fetch and install any upgrades you would like. Just > remember to read it first, hand-edit, and pkg_delete the ones you want to > replace first. I can't remember where it is off hand. I think that option is in pkg_version by default now (e.g. recent -stable and -current presumably): root@magnesium:/usr/local/etc/cvsup/sup/src-all# pkg_version -c | head # # bash # multiple versions (index has 1.14.7,2.03) # cd /usr/ports/shells/bash2 make pkg_delete -f bash-2.03 make install # .. or were you talking about something else? -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 13:50:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 9FC2E15555 for ; Tue, 28 Dec 1999 13:50:33 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=ben) by scientia.demon.co.uk with smtp (Exim 3.092 #1) id 1234V1-000C7X-00; Tue, 28 Dec 1999 21:49:47 +0000 Date: Tue, 28 Dec 1999 21:49:47 +0000 From: Ben Smithurst To: Vonnie Gurgin Cc: freebsd-questions@freebsd.org Subject: Re: question re: CD-ROM Message-ID: <19991228214947.B46546@strontium.scientia.demon.co.uk> References: <4.1.19991228091409.009c1c80@idiom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <4.1.19991228091409.009c1c80@idiom.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Vonnie Gurgin wrote: > I'll like to install FreeBSD via my CD-ROM. I can boot from it > but get the message "No CD-ROM device found" when I try to use > it as the installation media. It is a Delta 44x IDE CD-ROM. > > Any suggestions will be appreciated. Is the drive configured as a slave when in fact it is the only device on its controller? I believe this would cause problems similar to yours. If this is the case, reconfigure it to be master. -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 13:57:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.mia.bellsouth.net (mail1.mia.bellsouth.net [205.152.16.13]) by hub.freebsd.org (Postfix) with ESMTP id 042CD14A2E for ; Tue, 28 Dec 1999 13:56:19 -0800 (PST) (envelope-from otterr@bellsouth.net) Received: from bellsouth.net (adsl-77-245-65.mia.bellsouth.net [216.77.245.65]) by mail1.mia.bellsouth.net (3.3.5alt/0.75.2) with ESMTP id QAA27386; Tue, 28 Dec 1999 16:46:47 -0500 (EST) Message-ID: <3868E83A.519B14C9@bellsouth.net> Date: Tue, 28 Dec 1999 16:41:30 +0000 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Frankford, Martin" Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: SMP References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Frankford, Martin" wrote: > Does freeBSD support Compaq 300 with dual SMP? > Thanks. If your Compaq 300 is an x86 machine and running FreeBSD 3.0 or newer, yes, SMP is supported. I'm no heavy production user, just a home user with a few friends with shell/ftp access... but my dual P3-500 runs like a champ! -Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 14:13: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web116.yahoomail.com (web116.yahoomail.com [205.180.60.89]) by hub.freebsd.org (Postfix) with SMTP id 481A114C87 for ; Tue, 28 Dec 1999 14:12:18 -0800 (PST) (envelope-from osiris2002@yahoo.com) Received: (qmail 3531 invoked by uid 60001); 28 Dec 1999 22:08:35 -0000 Message-ID: <19991228220835.3530.qmail@web116.yahoomail.com> Received: from [168.187.19.34] by web116.yahoomail.com; Tue, 28 Dec 1999 14:08:35 PST Date: Tue, 28 Dec 1999 14:08:35 -0800 (PST) From: Joss Roots Subject: Why this line never returns "2>&1" ? 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 there, thanks for all the people who helped me finish my shell script. but one thing though, this line waits forever and never seem to give control back to its shell script to finsh the rest of the magic, do something here ... <-- ok of course cvsup -g ports.sup > mylog 2>&1 | tail -F mylog do somthing here.... <-- this is nevern reached thanks again for helping. ===== MAY THE FORCE BE WITH YOU. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 14:25:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web107.yahoomail.com (web107.yahoomail.com [205.180.60.74]) by hub.freebsd.org (Postfix) with SMTP id ECA6C15398 for ; Tue, 28 Dec 1999 14:25:38 -0800 (PST) (envelope-from osiris2002@yahoo.com) Received: (qmail 18294 invoked by uid 60001); 28 Dec 1999 22:22:49 -0000 Message-ID: <19991228222249.18293.qmail@web107.yahoomail.com> Received: from [168.187.19.34] by web107.yahoomail.com; Tue, 28 Dec 1999 14:22:49 PST Date: Tue, 28 Dec 1999 14:22:49 -0800 (PST) From: Joss Roots Subject: Why this line never returns "2>&1" ? [Sorry Rephrasing the question] 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 --- Joss Roots wrote: > hi there, > thanks for all the people who helped me > finish my shell script. > > but one thing though, this line waits forever > and never seem to give control back to its > shell > script to finsh the rest of the magic, > > do something here ... <-- ok of course > cvsup -g ports.sup > mylog 2>&1 | tail -F mylog > do somthing here.... <-- this is nevern reached > > thanks again for helping. Actually I really understand WHY its doing this, the question is; how to be able to cvsup the thing and at same time 1. log the output, and tail it to see what is going on there. 2. make 'tail' give back the control to following line after the initial process 'cvsup' returns. thank you for you patience. ===== MAY THE FORCE BE WITH YOU. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 14:26:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bcbso.bcbso.com (bcbso.bcbso.com [199.2.126.250]) by hub.freebsd.org (Postfix) with SMTP id EAB2E14EA8 for ; Tue, 28 Dec 1999 14:26:17 -0800 (PST) (envelope-from raclark@regence.com) Received: from taurus.bcbso.com by bcbso.bcbso.com via smtpd (for [204.216.27.18]) with SMTP; 28 Dec 1999 22:26:17 UT Received: (private information removed) Received: (private information removed) X-Lotus-FromDomain: TBG From: "Robert A Clarks" To: Joss Roots Cc: freebsd-questions@freebsd.org Message-ID: <88256855.007B140D.00@notes.or.regence.com> Date: Tue, 28 Dec 1999 14:23:03 -0800 Subject: Re: Why this line never returns "2>&1" ? Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG the first part of the command doesn't do any output, so tail is waiting forever for input You may want to do cvsup -g ports.sup > mylog 2>&1 ; tail -F mylog or cvsup -g ports.sup 2>&1 | tee mylog | tail -F [RC] From: Joss Roots on 12/28/99 02:08 PM To: freebsd-questions@freebsd.org cc: (bcc: Robert A Clarks/BCBSO/TBG) Subject: Why this line never returns "2>&1" ? hi there, thanks for all the people who helped me finish my shell script. but one thing though, this line waits forever and never seem to give control back to its shell script to finsh the rest of the magic, do something here ... <-- ok of course cvsup -g ports.sup > mylog 2>&1 | tail -F mylog do somthing here.... <-- this is nevern reached thanks again for helping. ===== MAY THE FORCE BE WITH YOU. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.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 Tue Dec 28 14:28:22 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 B2FDD15518 for ; Tue, 28 Dec 1999 14:28:20 -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 OAA12636 for ; Tue, 28 Dec 1999 14:26:04 -0800 Date: Tue, 28 Dec 1999 14:26:04 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: 2.2 upgrade 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 been tasked with upgrading a 2.2 machine to something more recent. I'm not sure this is even possible. Is there some source someplace to get it up to even 3.x so I can do a a.out - ELF conversion? If not, I'd settle for a method of getting a /usr/src/sys directory to simply recompile this old kernel. Any information on where to get source for an old system like this would be great. Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 14:28:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hyperion.aepnet.com (hyperion.aepnet.com [208.129.247.7]) by hub.freebsd.org (Postfix) with ESMTP id 9FACB14E41 for ; Tue, 28 Dec 1999 14:28:48 -0800 (PST) (envelope-from chris@aepnet.com) Received: from localhost (chris@localhost) by hyperion.aepnet.com (8.9.3/8.9.3) with ESMTP id PAA92789; Tue, 28 Dec 1999 15:27:38 -0700 (MST) (envelope-from chris@aepnet.com) X-Authentication-Warning: hyperion.aepnet.com: chris owned process doing -bs Date: Tue, 28 Dec 1999 15:27:38 -0700 (MST) From: chris To: Joss Roots Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Why this line never returns "2>&1" ? In-Reply-To: <19991228220835.3530.qmail@web116.yahoomail.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 On Tue, 28 Dec 1999, Joss Roots wrote: > hi there, > thanks for all the people who helped me > finish my shell script. > > but one thing though, this line waits forever > and never seem to give control back to its shell > script to finsh the rest of the magic, > > do something here ... <-- ok of course > cvsup -g ports.sup > mylog 2>&1 | tail -F mylog try: cvsup -g ports.sup > mylog 2>&1 tail -F mylog if you want them on the same line, separate them with ";", not "|" which is a pipe.. > do somthing here.... <-- this is nevern reached > > thanks again for helping. > > ===== > MAY THE FORCE BE WITH YOU. > __________________________________________________ > Do You Yahoo!? > Talk to your friends online with Yahoo! Messenger. > http://messenger.yahoo.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 Tue Dec 28 14:29:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hyperion.aepnet.com (hyperion.aepnet.com [208.129.247.7]) by hub.freebsd.org (Postfix) with ESMTP id 3022014D61 for ; Tue, 28 Dec 1999 14:29:22 -0800 (PST) (envelope-from chris@aepnet.com) Received: from localhost (chris@localhost) by hyperion.aepnet.com (8.9.3/8.9.3) with ESMTP id PAA92794; Tue, 28 Dec 1999 15:29:47 -0700 (MST) (envelope-from chris@aepnet.com) X-Authentication-Warning: hyperion.aepnet.com: chris owned process doing -bs Date: Tue, 28 Dec 1999 15:29:47 -0700 (MST) From: chris To: Joss Roots Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Why this line never returns "2>&1" ? In-Reply-To: <19991228220835.3530.qmail@web116.yahoomail.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 doh, I should pay more attention and not waste bandwidth so... change that ";" in my last suggestion to "&" so that the buildwolrd happens in the background, and tail actually starts before the buildworld finishes :) silly me, chris On Tue, 28 Dec 1999, Joss Roots wrote: > hi there, > thanks for all the people who helped me > finish my shell script. > > but one thing though, this line waits forever > and never seem to give control back to its shell > script to finsh the rest of the magic, > > do something here ... <-- ok of course > cvsup -g ports.sup > mylog 2>&1 | tail -F mylog > do somthing here.... <-- this is nevern reached > > thanks again for helping. > > ===== > MAY THE FORCE BE WITH YOU. > __________________________________________________ > Do You Yahoo!? > Talk to your friends online with Yahoo! Messenger. > http://messenger.yahoo.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 Tue Dec 28 14:29:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from grace.speakeasy.org (grace.speakeasy.net [216.254.0.2]) by hub.freebsd.org (Postfix) with ESMTP id 5F31A1554C for ; Tue, 28 Dec 1999 14:29:55 -0800 (PST) (envelope-from seanj@speakeasy.org) Received: from localhost (seanj@localhost) by grace.speakeasy.org (8.9.3/8.9.3) with ESMTP id OAA13134; Tue, 28 Dec 1999 14:20:12 -0800 Date: Tue, 28 Dec 1999 14:20:12 -0800 (PST) From: Sean Jensen-Grey To: Ben Smithurst Cc: Jonathon McKitrick , Jay Krell , freebsd-questions@FreeBSD.ORG Subject: Re: cvsuping and rebuilding, esp. ports In-Reply-To: <19991228214752.A46546@strontium.scientia.demon.co.uk> 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 don't rebuild ports after cvsuping? why? I thought of making a small python > >> script to go check /var/db/pkgs or some such and compare the version numbers > >> there against what you have in ports for the same package. would be handy. > > > > There is actually a patch to pkg_version which scans all versions > > installed and the most recent versions in /ports and builds a script you > > cam modify and run to fetch and install any upgrades you would like. Just > > remember to read it first, hand-edit, and pkg_delete the ones you want to > > replace first. I can't remember where it is off hand. > > I think that option is in pkg_version by default now (e.g. recent > -stable and -current presumably): > > root@magnesium:/usr/local/etc/cvsup/sup/src-all# pkg_version -c | head > # > # bash > # multiple versions (index has 1.14.7,2.03) > # > cd /usr/ports/shells/bash2 > make > pkg_delete -f bash-2.03 > make install Exactly what I was talking about! A perfect addendum to my weekly ports-sup cron job. pkg_version -c is a Good Thing. Thanks for bring it to my attention. As mentioned before I think it owuld be nice if the OS were installed with the ports mechanism. BASE would be just enough to boot the system in single user mode (maybe)? But thats for a different thread on a different day. Thanks, Sean. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 14:34:31 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 B20EB15599 for ; Tue, 28 Dec 1999 14:34:18 -0800 (PST) (envelope-from a.ventu@flashnet.it) Received: from xanatar.ventu (ip025.pool-10.flashnet.it [195.191.10.26]) by mbox01-rm.flashnet.it (8.9.3/8.9.3) with SMTP id XAA24353 for ; Tue, 28 Dec 1999 23:34:08 +0100 Message-Id: <199912282234.XAA24353@mbox01-rm.flashnet.it> Date: Tue, 28 Dec 1999 23:34:36 GMT From: Andrea Venturoli Reply-To: Andrea Venturoli To: freebsd-questions@FreeBSD.ORG X-Mailer: J Street Mailer (build 98.6.3) Subject: ISDN: Elsa QuickStep 1000pro Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there. I just solved my problems with ppp after upgrading to 3.4, now I have a problem with ISDN: I configured my kernel, and I think I did it right, since I get the following at boot-time: > i4b: ISDN call control device attached > i4bctl: ISDN system control port attached > i4brbch: 2 raw B channel access device(s) attached > i4btrc: 1 ISDN trace device(s) attached I also had to face userconfig, since I have a non PnP BIOS, ending up with the following (also at boot time): > Probing for PnP devices: > CSN 1 Vendor ID: ELS0133 [0x33019315] Serial 0x00011961 Comp ID: @@@0000 [0x00000000] > isic0: ELSA QuickStep 1000pro (ISA) > isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) (Addr=0x160) > isic0: HSCX 82525 or 21525 Version 2.1 (AddrA=0x10160, AddrB=0x20160) > isic0 (i4b_pnp sn 0x00011961) at 0x160 irq 3 flags 0xd on isa I obviously set-up isdnd as stated in i4b's handbook. Now the problem is my ISDN card lays there doing nothing, the green LED which should light up to indicate that the card is on sensing its connection to the U/V bus is off, and if I tell ppp to "dial" I get the following in /var/log/messages: > i4b-L1-timer3_expired: state = F4 Awaiting Signal > i4b-L1-isic_recover: HSCX B: ISTA = 0x0 > i4b-L1-isic_recover: ISAC: ISTA = 0x95 > i4b-L1-isic_recover: ISAC: EXIR = 0x10 > i4b-L1-isic_recover: ISAC: CISQ = 0x12 > i4b-L1-isic_recover: HSCX B: IMASK = 0xff > i4b-L1-isic_recover: HSCX A: IMASK = 0xf8 > i4b-L1-isic_recover: ISAC: IMASK = 0x2a > i4b-L2-i4b_T202_timeout: unit 0, N202 = 3 > i4b-L1-ph_data_req: still in state F3! > i4b-L3-T303_timeout: SETUP not answered, cr = 43 > i4b-L3-next_l3state: FSM illegal state, state = ST_OW - Out Wait EST, event = EV_T303EXP - T303 timeout! > i4b-L1-timer3_expired: state = F4 Awaiting Signal > i4b-L1-isic_recover: HSCX B: ISTA = 0x0 > i4b-L1-isic_recover: ISAC: ISTA = 0x4 > i4b-L1-isic_recover: ISAC: CISQ = 0x32 > i4b-L1-isic_recover: HSCX B: IMASK = 0xff > i4b-L1-isic_recover: HSCX A: IMASK = 0xf8 > i4b-L1-isic_recover: ISAC: IMASK = 0x2a I even tried downloading the latest 0.90 i4b and compiling it in, but nothing changed. Can anyone help me? The machine is an IBM with a 486 clocked at 66MHz, a VLB and 20 MB of RAM. There are also a 3C905 and a non-PnP modem on the ISA bus, both of which are working correctly. Just before you might ask: I disabled the COM ports, so IRQ3 is free; besides I also tried other settings. Bye & Thanks av. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 14:42:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 8165114D30 for ; Tue, 28 Dec 1999 14:42:56 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1204.bossig.com [208.26.241.204]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Tue, 28 Dec 1999 14:50:01 -0800 Message-ID: <38693CD9.A1B752A8@3-cities.com> Date: Tue, 28 Dec 1999 14:42:33 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: keith@mail.telestream.com Cc: freebsd-questions@freebsd.org Subject: Re: 2.2 upgrade References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith@mail.telestream.com wrote: > > I've been tasked with upgrading a 2.2 machine to something more recent. > I'm not sure this is even possible. Is there some source > someplace to get it up to even 3.x so I can do a a.out - ELF conversion? > If not, I'd settle for a method of getting a /usr/src/sys directory > to simply recompile this old kernel. > Any information on where to get source for an old system like this would > be great. Look at http://freebsd.simplenet.com/make-upgrade.html. If you want to use cvsup, it shows you how to upgrade. Learn about mergemaster while you are doing it. Kent > > Keith > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 14:46:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 3B56614D30 for ; Tue, 28 Dec 1999 14:45:53 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=ben) by scientia.demon.co.uk with smtp (Exim 3.092 #1) id 1235N8-000CE3-00; Tue, 28 Dec 1999 22:45:42 +0000 Date: Tue, 28 Dec 1999 22:45:42 +0000 From: Ben Smithurst To: Sean Jensen-Grey Cc: Jonathon McKitrick , Jay Krell , freebsd-questions@FreeBSD.ORG Subject: Re: cvsuping and rebuilding, esp. ports Message-ID: <19991228224542.A47192@strontium.scientia.demon.co.uk> References: <19991228214752.A46546@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sean Jensen-Grey wrote: >> root@magnesium:/usr/local/etc/cvsup/sup/src-all# pkg_version -c | head >> # >> # bash >> # multiple versions (index has 1.14.7,2.03) >> # >> cd /usr/ports/shells/bash2 >> make >> pkg_delete -f bash-2.03 >> make install > > Exactly what I was talking about! A perfect addendum to my weekly ports-sup cron > job. > > pkg_version -c is a Good Thing. Thanks for bring it to my attention. Well, you can see above, it could be a lot better. I have bash-2.03 installed, and that script would delete it, only to reinstall the same version! I think it should be modified to skip the update if one of the versions in the index is the same to what you have installed. I guess I should get coding rather than whinging though. :-) There's another case if there are multiple versions, when it isn't perfect, but it's still very helpful. -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 14:51: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from support.euronet.nl (support.euronet.nl [194.134.32.134]) by hub.freebsd.org (Postfix) with ESMTP id D6CFA14F32 for ; Tue, 28 Dec 1999 14:51:06 -0800 (PST) (envelope-from pieterw@support.euronet.nl) Received: (from pieterw@localhost) by support.euronet.nl (8.9.1/8.9.1) id XAA08683; Tue, 28 Dec 1999 23:50:58 +0100 (CET) (envelope-from pieterw) Date: Tue, 28 Dec 1999 23:50:58 +0100 From: Pieter Westland To: Ben Smithurst Cc: questions@freebsd.org Subject: Re: Hanging tty's Message-ID: <19991228235058.A8365@support.euronet.nl> References: <19991223134606.A773@support.euronet.nl> <19991223171107.A1524@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991223171107.A1524@strontium.scientia.demon.co.uk>; from ben@scientia.demon.co.uk on Thu, Dec 23, 1999 at 05:11:07PM +0000 X-OS: FreeBSD support.euronet.nl 2.2.7-STABLE FreeBSD 2.2.7-STABLE X-URL: http://support.euronet.nl/~pieterw X-Editor: vim X-Quote: Economics is fun! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 23, 1999 at 05:11:07PM +0000, Ben Smithurst wrote: > > On a 3.3-RELEASE machine, I have two hanging tty's, ttyv0 and ttyv1. > > The screen is blank, when trying to input something to it, nothing > > happens. watch -W also gives no result. > > A ps axl gives: > > 0 72794 1 255 -14 -4 0 0 ckvnlk D > 0 96855 1 255 4 -4 956 360 ttywai I > I tried to do a kill -1 1, to disable these tty's from /etc/ttys , to > > start a /usr/libexec/getty Pc ttyv1 manually, but all without result. > > Anyone having an idea? > > I might be way out, but do those terminals have scroll lock on? I just > tried this, and it seems if you go to ttyv1, press scroll lock, and > kill the getty on that terminal, I got similar information from ps that > you do. (definately had "E" in the status flags and it was blocked in > ttywai.) If this explains either, it is more likely the one blocked > in ttywai, I've got no idea what ckvnlk is (it seems to come from > sys/miscfs/deadfs, but that doesn't mean much to me). Excuse me for the late reply, please. Indeed, on ttyv1 was scroll-lock on. Pushing it one time and pushing 'enter' solved the problem. Thanks for your answer, Ben! On ttyv0, I still see this: root 72794 0.0 0.0 0 0 v0 D; Tue, 28 Dec 1999 15:08:17 -0800 (PST) (envelope-from anwsmh@IPAustralia.Gov.AU) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.9.3/8.9.3) id KAA67817; Wed, 29 Dec 1999 10:08:15 +1100 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) Received: from wf-136.aipo.gov.au(192.168.1.136) by pericles.IPAustralia.gov.au via smap (V2.0) id xma067815; Wed, 29 Dec 99 10:08:05 +1100 Received: from localhost (anwsmh@localhost) by stan.aipo.gov.au (8.9.3/8.9.3) with ESMTP id KAA00330; Wed, 29 Dec 1999 10:08:02 +1100 (EST) (envelope-from anwsmh@IPAustralia.Gov.AU) X-Authentication-Warning: stan.aipo.gov.au: anwsmh owned process doing -bs Date: Wed, 29 Dec 1999 10:08:02 +1100 (EST) From: Stanley Hopcroft X-Sender: anwsmh@stan.aipo.gov.au To: questions@FreeBSD.ORG Cc: Stanley.Hopcroft@IPAustralia.Gov.AU Subject: Programming question - How do I make SysV IPC Message queues bigger ? 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 Dear Ladies and Gentlemen, I am writing to ask your help with an application using System V Message Queues for IPC. I would like to modify the application to increase the size of 1 each message (from MSGMMAX in sys/msg.h, of 2048 bytes) 2 the queue capacity (another constant in that header file) Should I modify the kernel definitions of those constants and then have the application define these constants accordingly ? The fantastic book "Advanced Programming in the Unix Environment" (APUE) suggests that these limits can be redefined but I am not sure how to. sysctl does not seem to deal with these limits nor does ulimit or login.conf. Your advice will be gratefully accepted. APUE does not seem to have a high opinion of Sys V IPC but I am too ignorant to consider named pipes or other alternatives. Thank you, Yours sincerely. Network Specialist IP Australia +61 2 6283 3189 +61 2 6281 1353 FAX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 15: 8: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 90B661554C for ; Tue, 28 Dec 1999 15:08: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 AAA02361 for freebsd-questions@FreeBSD.ORG; Wed, 29 Dec 1999 00:08:29 +0100 (CET) (envelope-from olli) Date: Wed, 29 Dec 1999 00:08:29 +0100 (CET) From: Oliver Fromme Message-Id: <199912282308.AAA02361@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: Why this line never returns "2>&1" ? [Sorry Rephrasing the question] 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 Joss Roots wrote in list.freebsd-questions: > do something here ... <-- ok of course > cvsup -g ports.sup > mylog 2>&1 | tail -F mylog > do somthing here.... <-- this is nevern reached You don't want "tail", you want "tee". You seem to confuse the purpose of these two utilities. Here's my suggestion: do something here ... cvsup -g ports.sup 2>&1 | tee mylog do something here ... 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 Tue Dec 28 15:17:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law-oe12.hotmail.com [209.185.130.79]) by hub.freebsd.org (Postfix) with SMTP id 4E64A14C36 for ; Tue, 28 Dec 1999 15:17:41 -0800 (PST) (envelope-from hakan_duran@hotmail.com) Received: (qmail 80089 invoked by uid 65534); 28 Dec 1999 23:17:40 -0000 Message-ID: <19991228231740.80088.qmail@hotmail.com> X-Originating-IP: [193.140.239.142] From: "E. Hakan Duran" To: References: <19991227215522.85906.qmail@hotmail.com> <19991227222101.O1290@marder-1> Subject: ppp login failure Date: Wed, 29 Dec 1999 01:21:15 +0200 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.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, Although I can easily get connected to my ISP using my Win98, I could not establish same connection with ppp. Below you can find a copy of my ppp.conf. At times I tried to connect manually and I got such a result that ppp ON> Ppp ON> but then ppp ON> again. I understand from the above mentioned output that I have a problem in authorization. Well, after the dial command (manual login) and the handshaking of modems are completed, username:" and "password:" prompts appear in the terminal screen. Sending the appropriate information results in nothing, so I akso send a "~p" to initiate ppp. Then, above mentioned output is shown on the screen. Thanks everyone to participate. Hakan ppp.conf: ################################################################# # PPP Sample Configuration File # Originally written by Toshiharu OHNO # Simplified 5/14/1999 by wself@cdrom.com # # $FreeBSD: src/etc/ppp/ppp.conf,v 1.1.2.2 1999/08/29 14:19:56 peter Exp $ ################################################################# default: # # Make sure that "device" references the correct serial port # for your modem. (cuaa0 = COM1, cuaa1 = COM2) # set device /dev/cuaa3 set log Phase Chat LCP IPCP CCP tun command set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 60 CONNECT" ui-gate: #These lines return an error message. set escape 0xff #I put them to define a TCP/IP, the possible reason that I can not set device ui-gate:ppp-in/tcp #establish a connection. ISP: set phone 2976300 set login "TIMEOUT 15 login:-\\r-login:fsimsek \ word:...... \\P ocol:PPP" set timeout 300 set ifaddr 10.0.0.1/0 add default HISADDR accept chap deny pap disable chap disable pap enable dns papchap: # # edit the next three lines and replace the items in caps with # the values which have been assigned by your ISP. # set phone 2976300 set authname fsimsek set authkey ...... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 15:29:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 7F4DB150C1 for ; Tue, 28 Dec 1999 15:29:28 -0800 (PST) (envelope-from genisis@istar.ca) Received: from ip99.kingston.dialup.canada.psi.net ([154.5.64.99]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 12363I-0007ap-00; Tue, 28 Dec 1999 18:29:17 -0500 Date: Tue, 28 Dec 1999 18:25:41 -0500 (EST) From: Dru To: "E. Hakan Duran" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp login failure In-Reply-To: <19991228231740.80088.qmail@hotmail.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 Get rid of the lines disable chap disable pap papchap: Then try dial ISP while in ppp mode. (You've disabled pap and chap for ISP, yet want it to use it in papchap with your authname and authkey lines). Hope this helps; you don't seem to be too far off. Dru On Wed, 29 Dec 1999, E. Hakan Duran wrote: > Hi there, > > Although I can easily get connected to my ISP using my Win98, I could not > establish same connection with ppp. Below you can find a copy of my > ppp.conf. At times I tried to connect manually and I got such a result that > ppp ON> > Ppp ON> but then > ppp ON> again. > I understand from the above mentioned output that I have a problem in > authorization. Well, after the dial command (manual login) and the > handshaking of modems are completed, username:" and "password:" prompts > appear in the terminal screen. Sending the appropriate information results > in nothing, so I akso send a "~p" to initiate ppp. Then, above mentioned > output is shown on the screen. > > Thanks everyone to participate. > > > > Hakan > > > ppp.conf: > > > ################################################################# > # PPP Sample Configuration File > # Originally written by Toshiharu OHNO > # Simplified 5/14/1999 by wself@cdrom.com > # > # $FreeBSD: src/etc/ppp/ppp.conf,v 1.1.2.2 1999/08/29 14:19:56 peter Exp $ > ################################################################# > > default: > > # > # Make sure that "device" references the correct serial port > # for your modem. (cuaa0 = COM1, cuaa1 = COM2) > # > > set device /dev/cuaa3 > > set log Phase Chat LCP IPCP CCP tun command > set speed 115200 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 > OK > \\dATDT\\T TIMEOUT 60 CONNECT" > > ui-gate: #These lines return an > error message. > set escape 0xff #I put them to define a > TCP/IP, the possible reason that I can not > set device ui-gate:ppp-in/tcp #establish a connection. > > ISP: > set phone 2976300 > set login "TIMEOUT 15 login:-\\r-login:fsimsek \ word:...... \\P ocol:PPP" > set timeout 300 > set ifaddr 10.0.0.1/0 > add default HISADDR > accept chap > deny pap > disable chap > disable pap > enable dns > > papchap: > > # > # edit the next three lines and replace the items in caps with > # the values which have been assigned by your ISP. > # > > set phone 2976300 > set authname fsimsek > set authkey ...... > > > > 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 Tue Dec 28 15:50:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from planet.gaumina.lt (planet.gaumina.lt [193.219.226.19]) by hub.freebsd.org (Postfix) with SMTP id CA10614A20 for ; Tue, 28 Dec 1999 15:50:53 -0800 (PST) (envelope-from FreeBSD@centras.lt) Received: (qmail 17314 invoked from network); 29 Dec 1999 00:52:00 -0000 Received: from dialup5.sia.takas.lt (212.59.3.5) by planet.gaumina.lt with SMTP; 29 Dec 1999 00:52:00 -0000 Date: Wed, 29 Dec 1999 01:56:28 +0200 From: Zoom X-Mailer: The Bat! (v1.36) S/N F29DEE5D / Educational Reply-To: Zoom Organization: Zoom.Inc X-Priority: 3 (Normal) Message-ID: <1580.991229@centras.lt> To: freebsd-questions@freebsd.org Subject: New KERNEL 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 built a new kernel. but, i must have forgotten/mistaken something. I made couple different kernels. first one - everything boots okay, until: "changing root device to wd0s2a" and then reports an error message: "wd0: / wdtimeout() dma status 4 / interrupt time out (status 60 error 1 " or something familiar to that. second: halts after "npx0 INIT 16" report. where could be the problem? ------ another unusual thing is, that my disk partitions/slices are labeled somehow strange. DOS fdisk reports, that i have got 3 partitions, first of which is FreeBSD [1Gb], second - WIN [2Gb], and third - LINUX [3Gb]. that's how i partitioned my disk. but using LINUX FDISK i get the following report: hda1 - WIN, hda2 - freebsd, hda3 - linux. under Freebsd: win - wd0s1, freebsd - wd0s2a, linux - ?. which is wrong? ---- thank you for support. aka Zoom --- Living on my own... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 16: 2:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe6.law3.hotmail.com [209.185.240.110]) by hub.freebsd.org (Postfix) with SMTP id 8115215566 for ; Tue, 28 Dec 1999 16:02:15 -0800 (PST) (envelope-from natrajanmonica@hotmail.com) Received: (qmail 983 invoked by uid 65534); 29 Dec 1999 00:02:14 -0000 Message-ID: <19991229000214.982.qmail@hotmail.com> X-Originating-IP: [129.49.76.88] From: "Monica Natrajan" To: Subject: Newbie help with installing FreeBSD Date: Tue, 28 Dec 1999 19:11:25 -0000 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 Hi I am trying to install FreeBSD on a separate partition on a Celeron machine(with win 98 on the other partition). I do not have a CD ROM and was planning to do it after downloading the software off the web. However, the installation instructions that are given are a little confusing. I have tried to download from ftp://ftp.ca.freebsd.org but I get only directories containing the src code- are there any binaries which can be downloaded? Also, does installation from MSDOS partition(which I think is the only choice available to me) mean that the bsd software will be kept on a directory in the win98 partition and it will then create a new partition table on the partition where it is to be installed? If these questions are too elementary for this forum, can anyone please suggest another mailing list ./ website. Thanks ./mn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 16:16: 6 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 195DB154E6; Tue, 28 Dec 1999 16:15:59 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id KAA83669; Wed, 29 Dec 1999 10:45:50 +1030 (CST) Date: Wed, 29 Dec 1999 10:45:50 +1030 From: Greg Lehey To: "Xavier O'Neill" Cc: FreeBSD Questions Subject: Re: Signal 11 during setup Message-ID: <19991229104550.R1316@freebie.lemis.com> References: <19991225104026.46233.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991225104026.46233.qmail@hotmail.com> 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 [moved to -questions; the lack of response on -hackers is understandable] On Saturday, 25 December 1999 at 2:40:25 -0800, Xavier O'Neill wrote: > Hello, > > I presently have FreeBSD 2.2.8 on my system. I downloaded FreeBSD 3.4 > Release and made two floppy images on newly formated floppies (did it > twice). During setup on the mfsroot.flp > > I get a signal 11 error (Signal 11 error, I am saving what I can. ). > >> From there the computer restarts. > > I did all kinds of trouble shooting and diagnostics as described by the > sig11 FAQ link i seen on the FreeBSD site. > > I went to a holographic terminal to see the debugging, this error always > happens as the /etc/fstab is being written. Before installing a new release of FreeBSD, read the errata, which may contain important information. For 3.4, you'll find it at http://www.freebsd.org/releases/3.4R/errata.html. There you will read: As shipped, the "Custom" installation option in 3.4 is broken. Fix: Both the "Novice" and "Express" install paths still work and can be used just as effectively (if not succinctly). Alternately, you can invoke the custom installation from the "Index" menu (Installation, Custom) or you can download a fixed mfsroot.flp floppy image (or boot.flp if you need 2.88MB boot media) from the floppies/updates/ directory under: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/3.4-RELEASE/ The 3.4 ISO installation image is also updated to contain a fix for this errata item. It's difficult to say whether this applies to you, since you didn't describe what you did, but there's a good chance this is what happened. If not, please describe what you did and when it happened. 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 Tue Dec 28 16:21: 5 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 B84FF14EE5; Tue, 28 Dec 1999 16:20:57 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id KAA83706; Wed, 29 Dec 1999 10:50:34 +1030 (CST) Date: Wed, 29 Dec 1999 10:50:34 +1030 From: Greg Lehey To: "Zachary M. Smith" Cc: FreeBSD Questions Subject: Re: IBM DNES-309170 LVD Problems Message-ID: <19991229105034.S1316@freebie.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: 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 [moved to -questions; this isn't SCSI material] On Sunday, 26 December 1999 at 22:51:31 -0500, Zachary M. Smith wrote: > I just purchased three IBM DNES-309170 drives and planned on using Vinum > to configure them in a RAID 0 and/or 5 setup. I have read a bit a vinum > and now I am trying to get the drives ready to be used in a few simple > vinum tests. however, i am running into some problems that i am hoping > you folks can help me with. > > 1. I can create FDISK partitions on the disk just fine. Once I get an > FDISK partition setup, I try to use disklabel to change the partition type > to vinum, but when i try to write the changes to the label, disklabel > tells me "operation not supported by device" From what you show below, you're running disklabel against /dev/da0. This is not correct; you should run it against the raw complete partition /dev/rda0c. The distinction between /dev/da0c and /dev/rda0c will go away in 4.0, but the distinction between /dev/da0c and /dev/da0 remains important. disklabel gives you a shorthand way to do this: 'disklabel da0'. > 2. I have also tried to create slices in my FDISK partition just to test > the drive, but I am unable to create slices. I get the error > "Device rda0s1c: name slot allocation failed (Errno=17)" I haven't seen this one. It's probably a result of earlier errors. 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 Tue Dec 28 16:33: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from superman.imag.net (superman.imag.net [207.200.148.6]) by hub.freebsd.org (Postfix) with ESMTP id 94F58154E1 for ; Tue, 28 Dec 1999 16:33:01 -0800 (PST) (envelope-from markh@lon.imag.net) Received: from mark.imag.net (lon-p28.wwdc.com [207.200.138.29]) by superman.imag.net (8.9.3/8.9.3) with SMTP id QAA17339 for ; Tue, 28 Dec 1999 16:33:27 -0800 (PST) From: Mark Hendriks Reply-To: markh@lon.imag.net To: freebsd-questions@FreeBSD.ORG Subject: Re: Newbie help with installing FreeBSD Date: Tue, 28 Dec 1999 19:10:56 -0500 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <19991229000214.982.qmail@hotmail.com> MIME-Version: 1.0 Message-Id: <99122819313500.00489@mark.imag.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 28 Dec 1999, Monica Natrajan wrote: > Hi > I am trying to install FreeBSD on a separate partition on a Celeron > machine(with win 98 on the other partition). > I do not have a CD ROM and was planning to do it after downloading the > software off the web. > However, the installation instructions that are given are a little > confusing. I have tried to download from ftp://ftp.ca.freebsd.org > but I get only directories containing the src code- are there any binaries > which can be downloaded? It sounds like you were trying to install without using the boot floppies. You can't just download a bunch of files and expect to have a running operating system - at the very minimum, the operating system needs to be configured to your hardware. FreeBSD has an install program. If you are going to install from FTP, you will need to make the boot floppies, which also contain the install program. On the FreeBSD homepage, click on "Obtaining FreeBSD." You will see instructions for downloading FreeBSD off of the Internet, including how to make the boot floppies. / ghIj qet jaghmeyjaj \ / jaghmeylI' DaghIjjaj qetjaj jaghmeylI' \ \ - "May your enemies run with fear" / \ "The Klingon Way" Mark Okrand, 1996 / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 17: 9:21 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 28FC214FB8 for ; Tue, 28 Dec 1999 17:09:18 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id LAA83946; Wed, 29 Dec 1999 11:38:44 +1030 (CST) Date: Wed, 29 Dec 1999 11:38:44 +1030 From: Greg Lehey To: andrew Cc: freebsd-questions@FreeBSD.ORG Subject: Re: RAID Arrays Message-ID: <19991229113844.T1316@freebie.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: 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 Tuesday, 28 December 1999 at 7:49:40 -0200, andrew wrote: > Can I merge many FreeBSD partitions on different disks in one big > partition? Well, that depends on what you mean by 'merge'. > (like NetWare volumes). I don't know NetWare. > Please, if somebody know, help me. Check out Vinum (http://www.lemis.com/vinum.html, man -a vinum). I think it does what you want. > I have FreeBSD 3.2 installed. You should upgrade to 3.4 if you want to run Vinum. 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 Tue Dec 28 17:15:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from demai02.mw.mediaone.net (demai02.mw.mediaone.net [24.131.1.20]) by hub.freebsd.org (Postfix) with ESMTP id 3A67814BD2 for ; Tue, 28 Dec 1999 17:15:54 -0800 (PST) (envelope-from jasonc@concentric.net) Received: from stan (nic-c13-232.mw.mediaone.net [24.131.13.232]) by demai02.mw.mediaone.net (8.8.7/8.8.7) with SMTP id UAA19795; Tue, 28 Dec 1999 20:13:18 -0500 (EST) Message-ID: <001f01bf519a$7533b680$4900a8c0@stan> Reply-To: "Jason" From: "Jason" To: "Brooks Davis" Cc: References: <012e01bf510e$7bb1b8e0$4900a8c0@stan> <19991228090745.A28@orion.ac.hmc.edu> Subject: Re: Cable Modem Support Date: Tue, 28 Dec 1999 20:17:15 -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.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the reply. Shooting my ISP is something I have thought about for months now :). But need them because at least they do allow me high speed win98 acess which is better than nothing. As for ISDN....it seems the ISDN uses the same sort of conditioned line as DSL. So it would cost exactly the same to install either one. I have spoke with Covad and the ILEC here many times over this issue. They seem very set. Its odd that a T1 can be installed for under $500 and cost around $269/month....but Covad refuses to accept a Point to Point line ordered by me for their service. They say Contracts with the ILEC prevents me from providing my own Local Loop. anyhow....will have to wait out this Cable modem issue until the new two way modems are released....they told me they would be out in 98....still waiting. ----- Original Message ----- From: "Brooks Davis" To: "Jason" Cc: Sent: Tuesday, December 28, 1999 12:07 PM Subject: Re: Cable Modem Support > On Tue, Dec 28, 1999 at 03:35:22AM -0500, Jason wrote: > > I need to know if there is any BSD support for a General Instruments > > Internal Cable Modem. This modem does not use any Netowrk Inteface cards to > > work but has special software and plugs into a ISA port. > > Unfortunatly you are probably screwed. As far as I know there is no > support for either internal cable modems or internal DSL modems. > Shooting the idiots at your ISP is probably the best option. ;-) On > that DSL option, that sounds like IDSL (i.e. DSL with ISDN switching) so > you might want to consider ISDN. It's metered, but at least it probably > wouldn't cost $7500 to install. > > -- Brooks > > -- > "Those who desire to give up freedom in order to gain security, will not > have, nor do they deserve, either one" > --Thomas Jefferson > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 17:41: 2 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 BCE6415592 for ; Tue, 28 Dec 1999 17:41:00 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id TAA54595; Tue, 28 Dec 1999 19:39:33 -0600 (CST) (envelope-from dan) Date: Tue, 28 Dec 1999 19:39:33 -0600 From: Dan Nelson To: Greg Lehey Cc: andrew , freebsd-questions@FreeBSD.ORG Subject: Re: RAID Arrays Message-ID: <19991228193933.A54528@dan.emsphone.com> References: <19991229113844.T1316@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991229113844.T1316@freebie.lemis.com>; from "Greg Lehey" on Wed Dec 29 11:38:44 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 29), Greg Lehey said: > On Tuesday, 28 December 1999 at 7:49:40 -0200, andrew wrote: > > Can I merge many FreeBSD partitions on different disks in one big > > partition? > > Well, that depends on what you mean by 'merge'. > > > (like NetWare volumes). > > I don't know NetWare. Netware has a neat feature where you can expand a volume by tacking on the freespace of another disk to the end of your volume (concatenation without losing the original filesystem). Unfortunately, there are no tools for resizing FFS, so you /can/ merge partitions, but only by backing up, running vinum to concatenate them, and restoring. -- 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 Tue Dec 28 17:46:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bcbso.bcbso.com (bcbso.bcbso.com [199.2.126.250]) by hub.freebsd.org (Postfix) with SMTP id 4C8931500A for ; Tue, 28 Dec 1999 17:46:11 -0800 (PST) (envelope-from raclark@regence.com) Received: from taurus.bcbso.com by bcbso.bcbso.com via smtpd (for [204.216.27.18]) with SMTP; 29 Dec 1999 01:46:11 UT Received: (private information removed) Received: (private information removed) X-Lotus-FromDomain: TBG From: "Robert A Clarks" To: Dan Nelson Cc: Greg Lehey , andrew , freebsd-questions@FreeBSD.ORG Message-ID: <88256856.0009AA1A.00@notes.or.regence.com> Date: Tue, 28 Dec 1999 17:44:17 -0800 Subject: Re: RAID Arrays Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Even in Netware, its a good idea to not count on the space being available until the volume is dismounted and remounted. (Unless they've fixed that.) Are Netware volumes still limited to 32 segments? (Where segments is almost certainly the wrong word.) [RC] From: Dan Nelson on 12/28/99 05:39 PM To: Greg Lehey cc: andrew , freebsd-questions@FreeBSD.ORG (bcc: Robert A Clarks/BCBSO/TBG) Subject: Re: RAID Arrays In the last episode (Dec 29), Greg Lehey said: > On Tuesday, 28 December 1999 at 7:49:40 -0200, andrew wrote: > > Can I merge many FreeBSD partitions on different disks in one big > > partition? > > Well, that depends on what you mean by 'merge'. > > > (like NetWare volumes). > > I don't know NetWare. Netware has a neat feature where you can expand a volume by tacking on the freespace of another disk to the end of your volume (concatenation without losing the original filesystem). Unfortunately, there are no tools for resizing FFS, so you /can/ merge partitions, but only by backing up, running vinum to concatenate them, and restoring. -- 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 Tue Dec 28 18:14:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bigphred.greycat.com (bigphred.greycat.com [207.173.133.2]) by hub.freebsd.org (Postfix) with ESMTP id 7CA2C15592 for ; Tue, 28 Dec 1999 18:14:47 -0800 (PST) (envelope-from dann@bigphred.greycat.com) Received: (from dann@localhost) by bigphred.greycat.com (8.9.3/8.9.3) id SAA20506; Tue, 28 Dec 1999 18:15:27 -0800 (PST) (envelope-from dann) Date: Tue, 28 Dec 1999 18:15:27 -0800 From: Dann Lunsford To: courtney@whtz.com Cc: questions@freebsd.org Subject: Re: Parallel Port Control Message-ID: <19991228181527.A20440@greycat.com> References: <85256855.004EE3E9.00@mail.whtz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <85256855.004EE3E9.00@mail.whtz.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 28, 1999 at 09:21:41AM -0500, courtney@whtz.com wrote: > > > when I try and do a make in the /usr/shared/examples/ppi I get the > following- any ideas?? > > bsd# make > Warning: Object directory not changed from original /usr/share/examples/ppi > cc -O -pipe -c ppilcd.c > ppilcd.c:18: ppbconf.h: No such file or directory > ppilcd.c:19: ppi.h: No such file or directory Well, on my machine they're in /sys/dev/ppbus. It *is* just an example file, after all :-). You might change the references to the actual locations. It'll probably compile then. -- Dann Lunsford The only thing necessary for the triumph of evil dann@greycat.com is that men of good will do nothing. -- Cicero To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 18:54:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from antiochus-fe0.ultra.net (antiochus-fe0.ultra.net [146.115.8.188]) by hub.freebsd.org (Postfix) with ESMTP id 4C90315046; Tue, 28 Dec 1999 18:54:34 -0800 (PST) (envelope-from moncrg@ma.ultranet.com) Received: from ma.ultranet.com (207-172-245-165.s419.tnt1.sbo.ma.dialup.rcn.com [207.172.245.165]) by antiochus-fe0.ultra.net (8.8.8/ult/n20340/mtc.v2) with ESMTP id VAA18287; Tue, 28 Dec 1999 21:54:32 -0500 (EST) Message-ID: <386977E6.6C48BBF4@ma.ultranet.com> Date: Tue, 28 Dec 1999 21:54:30 -0500 From: "Gregory D. Moncreaff" Reply-To: moncrg@ma.ultranet.com 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-hardware@FreeBSD.ORG Subject: Solved: Was 3.4-S: if_rl & DFE-530TX+ can't map memory or ports References: <386814CF.8F14D119@ma.ultranet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Forgot to turn off PNP in the BIOS [don't know what that will do to Win95] rl0: rev 0x10 int a irq 11 on pci0.16.0 rl0: Ethernet address: 00:50:ba:d1:8b:ab rl0: autoneg complete, link status good (full-duplex, 100Mbps) rl0: promiscuous mode enabled For reference, the D-Link website has various articles that refer to a 540x that may allready be replacing the 530 in the Network in a box kits. The site also had a picture of a card that was caption "538" that looks like the 530TX+ that I have in terms of card size and layout... the rl and vr manpages may be dated.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 19: 5:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netcom.com (netcom1.netcom.com [199.183.9.101]) by hub.freebsd.org (Postfix) with ESMTP id C240614D90 for ; Tue, 28 Dec 1999 19:05:36 -0800 (PST) (envelope-from stanb@netcom.com) Received: (from stanb@localhost) by netcom.com (8.9.3/8.9.3) id TAA04708 for freebsd-questions@freebsd.org; Tue, 28 Dec 1999 19:05:34 -0800 (PST) From: Stan Brown Message-Id: <199912290305.TAA04708@netcom.com> Subject: How to find probed IRQ's ? To: freebsd-questions@freebsd.org (Free BSD Questions list) Date: Tue, 28 Dec 1999 22:05:34 -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 setting up a new machine. I must have misconfigured one of the serial ports. I get this message in dmesg: sio3: configured irq 9 not in bitmap of probed irqs 0 So, since all the other devices are working, if I could only determine _what_ IRQ's were probed, I would know what the 4th serial port was set to. Is ther a way to find out what IRQ's were probed on bootup? -- 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 Tue Dec 28 19:10:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from MailAndNews.com (MailAndNews.com [199.29.68.160]) by hub.freebsd.org (Postfix) with ESMTP id 88BA5154D4 for ; Tue, 28 Dec 1999 19:10:52 -0800 (PST) (envelope-from shiver@mailandnews.com) Received: from NELSON [198.79.79.5] (shiver@mailandnews.com); Tue, 28 Dec 1999 22:11:36 -0500 X-WM-Posted-At: MailAndNews.com; Tue, 28 Dec 99 22:11:36 -0500 Message-ID: <001e01bf51aa$c4ef71e0$054f4fc6@NELSON> From: "Nelson Tsai" To: Subject: Question:Linksys EtherFast 10/100 + 56K Modem PC Card with DELL Inspiron7K. Date: Tue, 28 Dec 1999 21:14:07 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001B_01BF5178.79D94230" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.5600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.5600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001B_01BF5178.79D94230 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable Hi: this card is working great under RH6.0 but I couldn't have it worked under FreeBSD3.3+PAO3 latest patch. the card can be detected at boot time and the status light is always on. Do I have to do any confiuration to let it work? Anyone had experience with this card? as a freeBSD newbie. I need someone to give me the instructions in somewhat detail.=20 thanks! ------=_NextPart_000_001B_01BF5178.79D94230 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
Hi:
this card is working great under RH6.0 = but I=20 couldn't
have it worked under FreeBSD3.3+PAO3 latest = patch.

the card=20 can be detected at boot time and the status
light is always on. Do I = have to=20 do any confiuration to
let it work? Anyone had experience with this=20 card?
as a freeBSD newbie. I need someone to give me=20 the
instructions in somewhat detail.=20

thanks!








------=_NextPart_000_001B_01BF5178.79D94230-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 19:17:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thunk.crazylogic.net (thunk.crazylogic.net [199.45.111.154]) by hub.freebsd.org (Postfix) with ESMTP id 3F83D1516F for ; Tue, 28 Dec 1999 19:17:16 -0800 (PST) (envelope-from matt@crazylogic.net) Received: from localhost (matt@localhost) by thunk.crazylogic.net (8.9.3/8.9.3) with ESMTP id WAA40727 for ; Tue, 28 Dec 1999 22:09:30 -0500 (EST) (envelope-from matt@crazylogic.net) Date: Tue, 28 Dec 1999 22:09:30 -0500 (EST) From: Matt Gostick To: freebsd-questions@freebsd.org Subject: ioctl programming probs 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 trying to make a simple little program that gets the ip address of a given interface. I'm using ioctl to do this and am having a wierd problem that I can't figure out. Any help is appretiated. From what I understand about ioctl ... the below program should display the interface name, ip address, destination address and the broadcast address. Unfortuanely it's not. It's not crashing ... it just always prints: name : lo0 addr : 16.2.0.0 dstaddr : 16.2.0.0 broadaddr : 16.2.0.0 I've tried this on two different FreeBSD-3.2 machines with the same result, even the same IP's. I've even tried switching the interface names to something different, and am still getting the same IP's. I have searched newsgroups and mailing lists only to come up with no solution. I was hoping that those familiar with ioctl under FreeBSD will spot my mistake in a couple of seconds... :) I'm new to it so any help is very much appretiated. /* --------------------------------------- */ #include #include #include #include #include int main (void) { int fd; struct ifreq ifr; /* open a socket to use for ioctl */ if ((fd = socket(AF_INET, SOCK_DGRAM, 0)) == -1) { perror("socket"); return -1; } strcpy(ifr.ifr_name, "lo0"); /* get if address */ if (ioctl(fd, SIOCGIFADDR, &ifr, sizeof(ifr)) == -1) { close(fd); perror("ioctl"); return -1; } printf("name : %s\n", ifr.ifr_name); printf("addr : %s\n", inet_ntoa(ifr.ifr_addr)); printf("dstaddr : %s\n", inet_ntoa(ifr.ifr_dstaddr)); printf("broadaddr : %s\n", inet_ntoa(ifr.ifr_broadaddr)); close(fd); return 0; } /* ------------------------------------ */ Thanks, Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 19:33:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from federation.addy.com (federation.addy.com [208.11.142.20]) by hub.freebsd.org (Postfix) with ESMTP id 7350915079 for ; Tue, 28 Dec 1999 19:33:23 -0800 (PST) (envelope-from fbsdlist@federation.addy.com) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.9.3/8.9.3) with ESMTP id WAA07228 for ; Tue, 28 Dec 1999 22:33:18 -0500 (EST) (envelope-from fbsdlist@federation.addy.com) Date: Tue, 28 Dec 1999 22:33:18 -0500 (EST) From: Cliff Addy To: freebsd-questions@FreeBSD.ORG Subject: process limits for non-tty processes 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 How can I set up resource limits for processes that are not being run from a telnet sessions, e.g. keep cgi scripts from using more than X megs of memory or creating coredumps? login.conf works great if youre logged in, but has no effect on cgi scripts. Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 19:39:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from 1stpenshurst-scouts.asn.au (saints.lnk.telstra.net [139.130.197.126]) by hub.freebsd.org (Postfix) with SMTP id DEA27155BA for ; Tue, 28 Dec 1999 19:38:57 -0800 (PST) (envelope-from duzzell@1stpenshurst-scouts.asn.au) Received: (qmail 478 invoked by uid 1000); 29 Dec 1999 03:42:22 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 29 Dec 1999 03:42:22 -0000 Date: Wed, 29 Dec 1999 14:42:22 +1100 (EST) From: David Uzzell To: Joseph Scott Cc: Michael Lucas , questions@FreeBSD.ORG Subject: Re: Calendar & meeting scheduling server? In-Reply-To: <3868F244.B6C6AB37@owp.csus.edu> 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 Check out www.joydesk.com They are in the process of doing this know. On Tue, 28 Dec 1999, Joseph Scott wrote: > > Michael Lucas wrote: > > > > Folks, > > > > A client wants to use the calendar functions of Outlook 97. They have a > > nice FreeBSD mail/NAT server. > > > > Is there any calendar/scheduling software in the ports collection that > > will handle the server end of this, or does he need an Exchange box? > > Surely someone's written something for this? > > > > If they do my boss would probably kill for one. We are trying to > avoid being in the same boat, our FreeBSD mail server runs great. But > there's lots of pressure to have schedule features that will work with > MS Exchange boxes on our campus network. > > I've heard that Communigate ( I think that's who it was ) is working > on this, but I'm not sure exactly what features it gets you. > > Joseph Scott > > > 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 Tue Dec 28 19:46:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from watson.ficsgrp.com (watson.ficsgrp.com [194.74.111.3]) by hub.freebsd.org (Postfix) with ESMTP id 7FB9114D76 for ; Tue, 28 Dec 1999 19:46:15 -0800 (PST) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA43E2 for ; Wed, 29 Dec 1999 04:46:12 +0100 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 394; Wed, 29 Dec 1999 14:49:41 +1100 Message-ID: <38698374.C13A2B4B@S1.com> Date: Wed, 29 Dec 1999 14:43:48 +1100 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Cliff Addy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: process limits for non-tty processes References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Cliff, if you're using a Bourne-like shell (sh, bash, zsh, &c.) you can use "ulimit" - see 'man bash' and search for 'ulimit' - I think this will help you do what you want. hth, |-| > > How can I set up resource limits for processes that are not being run from > a telnet sessions, e.g. keep cgi scripts from using more than X megs of > memory or creating coredumps? login.conf works great if youre logged in, > but has no effect on cgi scripts. > > Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 20:12:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from federation.addy.com (federation.addy.com [208.11.142.20]) by hub.freebsd.org (Postfix) with ESMTP id BA0E914D4C for ; Tue, 28 Dec 1999 20:12:17 -0800 (PST) (envelope-from fbsdlist@federation.addy.com) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.9.3/8.9.3) with ESMTP id XAA09306; Tue, 28 Dec 1999 23:12:10 -0500 (EST) (envelope-from fbsdlist@federation.addy.com) Date: Tue, 28 Dec 1999 23:12:10 -0500 (EST) From: Cliff Addy To: Harry Woodward-Clarke Cc: freebsd-questions@FreeBSD.ORG Subject: Re: process limits for non-tty processes In-Reply-To: <38698374.C13A2B4B@S1.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 On Wed, 29 Dec 1999, Harry Woodward-Clarke wrote: > if you're using a Bourne-like shell (sh, bash, zsh, &c.) you can use > "ulimit" - see 'man bash' and search for 'ulimit' - I think this will > help you do what you want. I don't think so, as I noted I'm trying to limit resources for programs *not* being run from a shell. From reading the man page, ulimit only limits what you're running as commands from the shell. Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 20:22:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.citechco.net (mail.citechco.net [203.127.137.3]) by hub.freebsd.org (Postfix) with ESMTP id 7B62515095 for ; Tue, 28 Dec 1999 20:22:46 -0800 (PST) (envelope-from mojahed@citechco.net) Received: from mars.cosmos.net (ls2-27-198.citechco.net [203.127.137.198]) by mail.citechco.net (8.9.3/8.9.3) with ESMTP id KAA25588; Wed, 29 Dec 1999 10:20:17 +0600 (GMT+0600) Received: (from mojahed@localhost) by mars.cosmos.net (8.9.3/8.9.3) id KAA00450; Wed, 29 Dec 1999 10:03:29 +0600 (BDT) (envelope-from mojahed) Date: Wed, 29 Dec 1999 10:03:29 +0600 From: Mojahedul Hoque Abul Hasanat To: Joss Roots Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how to redirect output to a file, and then tail it ? Message-ID: <19991229100329.A322@mars.cosmos.net> References: <19991228200214.10498.qmail@web121.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991228200214.10498.qmail@web121.yahoomail.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 28, 1999 at 12:02:14PM -0800, Joss Roots wrote: > > if I want to send the output of an operation > like 'make world' to a file > makeworld.log > > then be able to tail makeworld.log > to see what is happening there, what is the > operand or directive to use How about: make world 2>&1 | tee makeworld.log stdin and stderr will go to the log file, as well as the console. This is for the bash shell. -- Mojahed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 20:22:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.citechco.net (mail.citechco.net [203.127.137.3]) by hub.freebsd.org (Postfix) with ESMTP id 307F614D76 for ; Tue, 28 Dec 1999 20:22:46 -0800 (PST) (envelope-from mojahed@citechco.net) Received: from mars.cosmos.net (ls2-27-198.citechco.net [203.127.137.198]) by mail.citechco.net (8.9.3/8.9.3) with ESMTP id KAA12371 for ; Wed, 29 Dec 1999 10:20:14 +0600 (GMT+0600) Received: (from mojahed@localhost) by mars.cosmos.net (8.9.3/8.9.3) id KAA00475 for freebsd-questions@FreeBSD.ORG; Wed, 29 Dec 1999 10:18:17 +0600 (BDT) (envelope-from mojahed) Date: Wed, 29 Dec 1999 10:18:17 +0600 From: Mojahedul Hoque Abul Hasanat To: freebsd-questions@FreeBSD.ORG Subject: Problem with mixer Message-ID: <19991229101817.B322@mars.cosmos.net> 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 Hi, I had sound working fine with my FreeBSD 2.2.6-RELEASE. Now I moved to 3.3-RELEASE, and can't get the mixer working! Sound plays ok. I checked and re-checked my kernel config and LINT, MAKEDEV'ed the snd0 device, but the mixer command gives the error: mixer: SOUND_MIXER_READ_DEVMASK: Device not configured This is understandable, as 'cat /dev/sndstat' doesn't show any mixer :-(, but why FreeBSD doesn't find the mixer is a mystery. My card is ESS1868 (PNP), Voxware driver. I searched the archive, lot of similar problems, but couldn't find any solution. TIA -- Mojahed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 20:42:35 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 8ECF215046 for ; Tue, 28 Dec 1999 20:42:33 -0800 (PST) (envelope-from evstiounin@adelphia.net) Received: from evstiouninadelphia (surf71-178.pit.adelphia.net [24.48.53.178]) by alpha.pit.adelphia.net (8.9.2/8.9.2) with SMTP id XAA16787; Tue, 28 Dec 1999 23:42:25 -0500 (EST) Message-ID: <007601bf51b7$6687bce0$b2353018@evstiouninadelphia.net.pit.adelphia.net> From: "Mikhail Evstiounin" To: "James Bailie" , Subject: Re: gcc vs egcs Date: Tue, 28 Dec 1999 23:44:32 -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 From: James Bailie To: questions@freebsd.org Date: Tuesday, December 28, 1999 4:47 PM Subject: Re: gcc vs egcs >On Tue, Dec 28, 1999 at 05:03:30PM +0000, Jonathon McKitrick wrote: > >> Correct me if i'm wrong, but is BSD moving to egcs in 4.0? How will this >> change the generated code? Is it just more C++ compatible? > >Actually, egcs has been merged into gcc. It looks like vise versa - gcc merged into egcs. Actually, cygnus was named as ofocial supporter of gcc. gcc 2.8.1 was the last version supported by old gcc team. > >-- >James Bailie > >http://members.home.net/jazzturk > > >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 Tue Dec 28 20:45:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lorax.eecs.umich.edu (lorax.eecs.umich.edu [141.213.8.197]) by hub.freebsd.org (Postfix) with ESMTP id 8A7E615046 for ; Tue, 28 Dec 1999 20:45:25 -0800 (PST) (envelope-from rmalan@eecs.umich.edu) Received: from lorax.eecs.umich.edu (localhost [127.0.0.1]) by lorax.eecs.umich.edu (8.9.2/8.9.2) with ESMTP id XAA04539; Tue, 28 Dec 1999 23:45:16 -0500 (EST) Message-Id: <199912290445.XAA04539@lorax.eecs.umich.edu> To: freebsd-questions@FreeBSD.ORG Cc: rmalan@eecs.umich.edu Subject: Building commercial systems using FreeBSD Date: Tue, 28 Dec 1999 23:45:16 -0500 From: Rob Malan Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am building a software system that requires kernel modifications. I want to resell the resulting software. What are the commercial licensing criteria for using FreeBSD as a platform? Are any kernel modifications encumbered (ala GPL)? I appreciate your help. -Rob Malan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 20:46:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 289F014D0A; Tue, 28 Dec 1999 20:46:45 -0800 (PST) (envelope-from jrs@enteract.com) Received: from shell-2.enteract.com (jrs@shell-2.enteract.com [207.229.143.41]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id WAA21851; Tue, 28 Dec 1999 22:46:44 -0600 (CST) (envelope-from jrs@enteract.com) Date: Tue, 28 Dec 1999 22:46:44 -0600 (CST) From: John Sconiers To: freebsd-mobile@freebsd.org, freebsd-questions@freebsd.org Subject: install onto IBM think pad 600E 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 Any one gotton this to work with PAO or non PAO. I'm having some problems getting it to see the pcmcia cards. JRS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 20:59:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.anet-chi.com (zeus.anet-chi.com [207.7.4.6]) by hub.freebsd.org (Postfix) with ESMTP id 0A16915119; Tue, 28 Dec 1999 20:59:11 -0800 (PST) (envelope-from parrothd@midwest.net) Received: from supplies (209-224-62-25.nap.il.anet.com [209.224.62.25]) by zeus.anet-chi.com (8.9.3/spamfix) with SMTP id WAA16966; Tue, 28 Dec 1999 22:59:08 -0600 (CST) Message-Id: <199912290459.WAA16966@zeus.anet-chi.com> X-Sender: parrothd@mail.midwest.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Tue, 28 Dec 1999 23:06:05 -0600 To: John Sconiers , freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG From: "Jonathan E. Lyons" Subject: Re: install onto IBM think pad 600E In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Search the mail archives, I'm using 3.3 and the PAO source and a thinkpad 600, the install can be a little tricky...What sort of problems are you having? At 10:46 PM 12/28/99 -0600, John Sconiers wrote: >Any one gotton this to work with PAO or non PAO. I'm having some problems >getting it to see the pcmcia cards. > >JRS > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > Jonathan E. Lyons FreeBSD! parrothd@midwest.net CCNA, MCP, MCSE, A+ Certified http://parrothd.midwest.net/ ICQ # 14226912 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 20:59:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.on2k.com.au (zeus.on2k.com.au [203.43.142.1]) by hub.freebsd.org (Postfix) with ESMTP id 8DBA214D38 for ; Tue, 28 Dec 1999 20:59:36 -0800 (PST) (envelope-from phil@on2k.com.au) Received: from phantom.on2k.com.au ([203.43.142.12]) by zeus.on2k.com.au (8.9.2/8.9.2) with SMTP id PAA76718 for ; Wed, 29 Dec 1999 15:59:17 +1100 (EST) (envelope-from phil@on2k.com.au) Message-Id: <3.0.6.32.19991229155851.01f69c80@on2k.com.au> X-Sender: phil@on2k.com.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Wed, 29 Dec 1999 15:58:51 +1100 To: freebsd-questions@freebsd.org From: Phil Subject: Cistron-Radius Port Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Has anyone using the Cistron Radius port had a problem with the Idle-Timeout working? Doesn't seem to be working. NAS is a Cisco running 11.3. Here is my default users file entry: DEFAULT Auth-Type = System Service-Type = Framed-User Framed-IP-Address = 255.255.255.254, Framed-MTU = 1500, Service-Type = Framed-User, Framed-Protocol = PPP, Framed-Compression = Van-Jacobson-TCP-IP, Idle-Timeout = 3600 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 21:33:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from w2xo.pgh.pa.us (ipl-229-002.npt-sdsl.stargate.net [208.223.229.2]) by hub.freebsd.org (Postfix) with ESMTP id 72BAA14D58 for ; Tue, 28 Dec 1999 21:33:39 -0800 (PST) (envelope-from durham@w2xo.pgh.pa.us) Received: from w2xo.pgh.pa.us (shazam.internal [192.168.5.3]) by w2xo.pgh.pa.us (8.9.3/8.9.3) with ESMTP id FAA63890 for ; Wed, 29 Dec 1999 05:33:38 GMT Message-ID: <38699D31.1D5E27E7@w2xo.pgh.pa.us> Date: Wed, 29 Dec 1999 00:33:37 -0500 From: Jim Durham Organization: dis- X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: 3.4 Install Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The floppy install is hanging on me. On the first floppy, "kern.flp", the first twirling dash goes OK. Then, at the second "-", it does not twirl, but the floppy continues to load. (At least the LED on the drive stays on and you can hear the head stepping. When the floppy head gets to the last track, everything hangs. This happens on two of my machines, which give no trouble running 3.2 or 2.2.8 . I've noticed this since (I think) 3.2, but I was able to just upgrade using /stand/sysinstall and change the release name in options, but now the path on the FTP servers has changed and it no longer will let me do that. Anyone else run into this? -- Jim Durham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 21:35:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id 5684215672 for ; Tue, 28 Dec 1999 21:35:40 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.158.61]) by smtp2.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FNHMBN00.N0T for ; Tue, 28 Dec 1999 22:38:11 -0700 Message-ID: <001901bf51c7$338ec6c0$3d9ec5d1@webserver> From: "Duke Normandin" <01031149@3web.net> To: "freebsd-questions" Subject: kill -HUP 1 Date: Tue, 28 Dec 1999 22:24:50 -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 I can't seem to get kill -HUP 1 to work.....nothing happens - no error messages, nothing. I can't figure out what I'm doing wrong. So I have been doing: kill 1 -l It logs out of csh and asks me for the complete path to my shell or return for sh. I press "return"...I get a sh prompt, then I do "exit". Then and only then is the system re-initialized. I have no idea what I'm doing....but it beats re-booting. -duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 21:35:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id 3EA0815682 for ; Tue, 28 Dec 1999 21:35:44 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.158.61]) by smtp2.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FNHMBR00.N0U for ; Tue, 28 Dec 1999 22:38:15 -0700 Message-ID: <001a01bf51c7$35e1de80$3d9ec5d1@webserver> From: "Duke Normandin" <01031149@3web.net> To: Subject: Re: cons25 && (midc, /stand/sysinstall, etc) Date: Tue, 28 Dec 1999 22:26:12 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit 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 Tried your sh script below... not much luck! It rendered the prompt in my chosen color, but that's it. A curious observation though, midc doesn't trash the screen border that I have set up using vidcontrol; only the fg and bg colors. Did your script work on your system? BTW, would the script be identical in csh? Thanks. -duke -----Original Message----- From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Date: Monday, December 27, 1999 9:01 AM Subject: Re: cons25 && (midc, /stand/sysinstall, etc) >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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 21:55:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web3201.mail.yahoo.com (web3201.mail.yahoo.com [204.71.202.198]) by hub.freebsd.org (Postfix) with SMTP id 5E26914DC5 for ; Tue, 28 Dec 1999 21:55:55 -0800 (PST) (envelope-from roykok@yahoo.com) Message-ID: <19991229055554.28655.qmail@web3201.mail.yahoo.com> Received: from [202.64.186.4] by web3201.mail.yahoo.com; Tue, 28 Dec 1999 21:55:54 PST Date: Tue, 28 Dec 1999 21:55:54 -0800 (PST) From: =?big5?q?kok=20Roy?= Subject: how to config X window To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello I am new for freebsd. I installed x-developer, x-k and x sources and click 'all' about X from first installation via ftp. but I did xf86config or startx. the message was 'no file' I did /stand/sysintall and download again and it was same result. Why? please help I checked /usr/bin/X11R. there is many library Thank you for your help regards roy __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 22:10:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cepheus.azstarnet.com (cepheus.azstarnet.com [169.197.56.195]) by hub.freebsd.org (Postfix) with ESMTP id DA91415134 for ; Tue, 28 Dec 1999 22:10:08 -0800 (PST) (envelope-from sbcorey@azstarnet.com) Received: from azstarnet.com (dialup19ip003.tus.azstarnet.com [169.197.39.3]) by cepheus.azstarnet.com (8.9.3+blt.Beta0/8.9.3) with ESMTP id XAA17188 for ; Tue, 28 Dec 1999 23:10:04 -0700 (MST) X-Sent-via: StarNet http://www.azstarnet.com/ Message-ID: <3869A5D5.99CF4A6F@azstarnet.com> Date: Tue, 28 Dec 1999 23:10:29 -0700 From: Scott Corey X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: Warning about C Library Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I keep getting these warning on my console, however, I am at a loss of what I did wrong and how to go about fixing them. "Gtk-WARNING **: locale not supported by C library" "Warning: locale not supported by C library, library unchanged" The weird part is that everything SEEMS to be working Any help would be greatly appreciated. Thanks, Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 22:16:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cepheus.azstarnet.com (cepheus.azstarnet.com [169.197.56.195]) by hub.freebsd.org (Postfix) with ESMTP id 185A114D4C for ; Tue, 28 Dec 1999 22:16:29 -0800 (PST) (envelope-from sbcorey@azstarnet.com) Received: from azstarnet.com (dialup19ip003.tus.azstarnet.com [169.197.39.3]) by cepheus.azstarnet.com (8.9.3+blt.Beta0/8.9.3) with ESMTP id XAA18181; Tue, 28 Dec 1999 23:16:22 -0700 (MST) X-Sent-via: StarNet http://www.azstarnet.com/ Message-ID: <3869A750.1296C80E@azstarnet.com> Date: Tue, 28 Dec 1999 23:16:48 -0700 From: Scott Corey X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: kok Roy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how to config X window References: <19991229055554.28655.qmail@web3201.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kok Roy wrote: > > Hello > > I am new for freebsd. I installed x-developer, x-k and > x sources and click 'all' about X > from first installation via ftp. > but I did xf86config or startx. the message was 'no > file' > I did /stand/sysintall and download again > and it was same result. Why? please help > I checked /usr/bin/X11R. there is many library > > Thank you for your help > > regards > roy Try XF86Setup, it is easier to use. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 22:39:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hevanet.com (hevanet.com [198.5.254.1]) by hub.freebsd.org (Postfix) with ESMTP id 00B831511E for ; Tue, 28 Dec 1999 22:39:26 -0800 (PST) (envelope-from drs@hevanet.com) Received: from don (ts03-ip92.hevanet.com [206.163.60.164]) by hevanet.com (8.9.1/8.9.1) with SMTP id WAA08230 for ; Tue, 28 Dec 1999 22:39:23 -0800 (PST) Message-ID: <016301bf51c7$a95190e0$17fea8c0@don> From: "Don Sutter" To: "FreeBSD" Subject: Multiple OS System - Booting FreeBSD 3.3 with LILO Date: Tue, 28 Dec 1999 22:40:55 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0160_01BF5184.9A541D80" 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_0160_01BF5184.9A541D80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Well, something exciting happens each time I upgrade FreeBSD. I just = installed FreeBSD 3.3 on a system that is host to several operating = systems and now I can't seem to boot FreeBSD 3.3 from LILO (Caldera 2.3) = - panic: cannot mount root. The error log and lilo.conf files are = attached. Would somebody please help me *and* is there a better place = to be looking for answers to this kind of problem? -------------- drive configuration --------------- Disk 1 (BIOS Drive 0x80) - IDE - Disk is dedicated to Windows 95 (/dev/hda) Disk 2 (BIOS Drive 0x81) - IDE - Two systems on this disk: First Partition - Redhat Linux 6.0 (/dev/hdb1) Second Partition - Caldera 2.3 (/dev/hdb2) Disk 3 (BIOS Drive 0x82) - SCSI - Disk is dedicated to FreeBSD (/dev/sda) -------------- error log --------------- Waiting 15 seconds for SCSI devices to settle changing root device to da2s1a changing root device to da2ada0 at aha1 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-CCS device da0: 5.000MB/s transfers (5.000MHz, offset 8) da0: 1280MB (2621688 512 byte sectors: 64H 32S/T 1280C) cd0 at aha1 bus 0 target 5 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 5.000MB/s transfers (5.000MHz, offset 8) cd0: cd present [329606 x 2048 byte records] error 6: panic: cannot mount root (2) syncing disks... done Automatic reboot in 15 seconds - press a key on the console to abort -------------- /etc/lilo.conf --------------- # # general section # boot =3D /dev/hda install =3D /boot/boot.b message =3D /boot/message prompt # wait 5 seconds (200 10ths) for user to select the entry to load timeout =3D 50 default =3D 3 vga =3D normal disk =3D /dev/hda bios =3D 0x80 disk =3D /dev/hdb bios =3D 0x81 disk =3D /dev/sda bios =3D 0x82 other =3D /dev/hda1 label =3D dos table =3D /dev/hda image =3D /boot/vmlinuz-2.2.5-15 label =3D 1 root =3D /dev/hdb1 read-only image =3D /boot/vmlinuz label =3D 2 root =3D /dev/hdb2 read-only other =3D /dev/sda1 label =3D 3 table =3D /dev/sda loader =3D /boot/chain.b ------=_NextPart_000_0160_01BF5184.9A541D80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Well, something exciting happens each time I upgrade = FreeBSD.  I just installed FreeBSD 3.3 on a system that is host to = several=20 operating systems and now I can't seem to boot FreeBSD 3.3 from LILO = (Caldera=20 2.3) - panic: cannot mount root.  The error log and lilo.conf files = are=20 attached.  Would somebody please help me *and* is there a better = place to=20 be looking for answers to this kind of problem?

-------------- = drive=20 configuration ---------------

Disk 1 (BIOS Drive 0x80) - IDE - = Disk is=20 dedicated to Windows 95
(/dev/hda)

Disk 2 (BIOS Drive 0x81) - = IDE -=20 Two systems on this = disk:

       =20 First Partition - Redhat Linux 6.0=20 (/dev/hdb1)
        Second = Partition -=20 Caldera 2.3 (/dev/hdb2)

Disk 3 (BIOS Drive 0x82) - SCSI - Disk is = dedicated to FreeBSD
(/dev/sda)

-------------- error log=20 ---------------

Waiting 15 seconds for SCSI devices to = settle
changing=20 root device to da2s1a
changing root device to da2ada0 at aha1 bus 0 = target 0=20 lun 0
da0: <MICROP 1528-15MD1066701 DD24> Fixed Direct Access = SCSI-CCS=20 device
da0: 5.000MB/s transfers (5.000MHz, offset 8)
da0: 1280MB = (2621688=20 512 byte sectors: 64H 32S/T 1280C)
cd0 at aha1 bus 0 target 5 lun = 0
cd0:=20 <NEC CD-ROM DRIVE:500 2.5> Removable CD-ROM SCSI-2 device
cd0:=20 5.000MB/s transfers (5.000MHz, offset 8)
cd0: cd present [329606 x = 2048 byte=20 records]
error 6: panic: cannot mount root (2)

syncing = disks...=20 done
Automatic reboot in 15 seconds - press a key on the console to=20 abort

-------------- /etc/lilo.conf ---------------

#
# = general=20 section
#
boot =3D /dev/hda
install =3D /boot/boot.b
message = =3D=20 /boot/message
prompt

# wait 5 seconds (200 10ths) for user to = select=20 the entry to load
timeout =3D 50

default =3D 3
vga =3D = normal

disk=20 =3D /dev/hda
        bios =3D = 0x80
disk =3D=20 /dev/hdb
        bios =3D = 0x81
disk =3D=20 /dev/sda
        bios =3D = 0x82

other=20 =3D /dev/hda1
        label =3D=20 dos
        table =3D = /dev/hda

image=20 =3D /boot/vmlinuz-2.2.5-15
        = label =3D=20 1
        root =3D=20 /dev/hdb1
        = read-only

image =3D=20 /boot/vmlinuz
        label =3D=20 2
        root =3D=20 /dev/hdb2
        = read-only

other =3D=20 /dev/sda1
        label =3D=20 3
        table =3D=20 /dev/sda
        loader =3D=20 /boot/chain.b
------=_NextPart_000_0160_01BF5184.9A541D80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 23:19:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from usagi.cts.com (usagi.cts.com [209.68.192.66]) by hub.freebsd.org (Postfix) with ESMTP id 5941514EA8 for ; Tue, 28 Dec 1999 23:19:17 -0800 (PST) (envelope-from preeper@cts.com) Received: from backshop (gt361.cts.com [204.212.158.91]) by usagi.cts.com (8.9.3/8.9.3) with SMTP id XAA00355 for ; Tue, 28 Dec 1999 23:19:11 -0800 (PST) Message-Id: <3.0.5.32.19991228231851.0088ee60@cts.com> X-Sender: preeper@cts.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Tue, 28 Dec 1999 23:18:51 -0800 To: questions@FreeBSD.ORG From: Jerry Preeper Subject: problem installing apache13 port Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to install the apache13port on a freebsd3.3 system simply using make install clean from /usr/ports/www/apache13 and I'm running into a problem that I'm not sure how to fix. The installation seems to go fine, however when I go to apachectl start I get an error message that says unable to start. So I tried starting manually from the command line with /usr/local/sbin/httpd -f /usr/local/etc/apache/httpd.conf and it still doesn't start. There is an entry in the log file each time I try to run it, saying that it can't find mime.types in /usr/local/etc/apache/etc/apache/mime.types Naturally, mime.types doesn't exist in that directory - somehow it appears that etc/apache is getting doubled up somewhere and I can't figure out where. When I run httpd -V I see that the default root is /usr/local and the conf files should be in etc/apache/whatever.conf Anyone have any ideas... Ultimately I want to add php and mysql but I seemed to be running into bigger problems there so I figured I'd start with plain vanilla and work my way up. Jerry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 23:20: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id C8F5E15046; Tue, 28 Dec 1999 23:19:56 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id AAA29643; Wed, 29 Dec 1999 00:19:45 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id AAA17615; Wed, 29 Dec 1999 00:19:44 -0700 Date: Wed, 29 Dec 1999 00:19:44 -0700 Message-Id: <199912290719.AAA17615@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: John Sconiers Cc: freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: install onto IBM think pad 600E In-Reply-To: References: X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Any one gotton this to work with PAO or non PAO. I'm having some problems > getting it to see the pcmcia cards. Non-PAO, FreeBSD 2.2.8 works beautifully on it, with one minor patch I made to 3.X that I didn't backport to 2.2 so it recognizes the PCIC bridge. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 23:21: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id CDD1D155C8; Tue, 28 Dec 1999 23:20:57 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id AAA29652; Wed, 29 Dec 1999 00:20:56 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id AAA17623; Wed, 29 Dec 1999 00:20:55 -0700 Date: Wed, 29 Dec 1999 00:20:55 -0700 Message-Id: <199912290720.AAA17623@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: John Sconiers Cc: freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: install onto IBM think pad 600E In-Reply-To: References: X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Any one gotton this to work with PAO or non PAO. I'm having some problems > getting it to see the pcmcia cards. Note, installation of FreeBSD may require taking out memory > 64MB unless you install -current, due to memory sizing issues, and creating a custom kernel in order to support > 64MB of memory. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 23:28:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id 064E214A07 for ; Tue, 28 Dec 1999 23:28:10 -0800 (PST) (envelope-from dannyh@idx.com.au) Received: from psych ([203.41.44.155]) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id SAA03319 for ; Wed, 29 Dec 1999 18:29:03 +1100 Message-Id: <3.0.32.19991229182917.00773478@idx.com.au> X-Sender: dannyh@idx.com.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 29 Dec 1999 18:29:20 +1100 To: From: Danny Subject: Unstable /kernel Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG - Running FreebSD 3.3 -Running KDE (one that comes with 3.3) -Running a P166 - Had to reinstall FreeBSD -How come ocassionally get:- "Fault Trap 12 in kernel code" -I can't seem to find the exact error message in /var/log/messages Question 1)what exactly is the problem with FreeBSD 3.3? 2)How can I solve the problem? Looking forward to your feedback. Danny (dannyh@idx.com.au) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 23:44:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.on2k.com.au (zeus.on2k.com.au [203.43.142.1]) by hub.freebsd.org (Postfix) with ESMTP id AEDBE14A07 for ; Tue, 28 Dec 1999 23:44:12 -0800 (PST) (envelope-from phil@on2k.com.au) Received: from phantom.on2k.com.au ([203.43.142.12]) by zeus.on2k.com.au (8.9.2/8.9.2) with SMTP id SAA78310 for ; Wed, 29 Dec 1999 18:43:53 +1100 (EST) (envelope-from phil@on2k.com.au) Message-Id: <3.0.6.32.19991229184328.01f5ea70@on2k.com.au> X-Sender: phil@on2k.com.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Wed, 29 Dec 1999 18:43:28 +1100 To: freebsd-questions@FreeBSD.ORG From: Phil Subject: Re: Cistron-Radius Port Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I figured it out. I needed to add the "dialer in-band" command to the cisco group async interface. ------------------ Hello, Has anyone using the Cistron Radius port had a problem with the Idle-Timeout working? Doesn't seem to be working. NAS is a Cisco running 11.3. Here is my default users file entry: DEFAULT Auth-Type = System Service-Type = Framed-User Framed-IP-Address = 255.255.255.254, Framed-MTU = 1500, Service-Type = Framed-User, Framed-Protocol = PPP, Framed-Compression = Van-Jacobson-TCP-IP, Idle-Timeout = 3600 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ------------------------------------------------------------------------- Phillip Krokidis Tel: (03) 9482 6996 Principal Manager Fax: (03) 9482 6990 Online 2000 Email: phil@on2k.com.au www.on2k.com.au Premium Internet Access * Ecommerce Solutions * Professional Websites Bacchus Marsh, Balliang, Baxter, Beaconsfield, Bullengarook, Cannon Creek, Cranbourne, Emerald, Frankston, Gembrook, Gisborne, Hastings, Langwarrin, Melbourne, Mornington, Pakenham, Pearcedale, Riddell's Creek, Somerville, Tooradin, Tyabb, Warneet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Dec 28 23:44:37 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 7D3B3155BE for ; Tue, 28 Dec 1999 23:44:34 -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 <19991229074224.RGSB7552.mail.rdc3.on.home.com@main.wgaf.net> for ; Tue, 28 Dec 1999 23:42:24 -0800 Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 123Dmb-0000dT-00; Wed, 29 Dec 1999 02:44:33 -0500 To: freebsd-questions@freebsd.org Subject: ed0 recognized as ed1 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: 29 Dec 1999 02:44:33 -0500 Message-ID: <87yaaei42m.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 Hi all: I have a PCI NE2000 compatible card. In kernel config file I just specified "device ed0". However, at boot time the card gets recognized as "ed1". It works properly if configured as "ed1". What's up with that? FWIW, I also have a "rl0" device. Running 3.4-R. -- 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 Tue Dec 28 23:45:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from buffy.tpgi.com.au (buffy.tpgi.com.au [203.12.160.34]) by hub.freebsd.org (Postfix) with ESMTP id 218571568A for ; Tue, 28 Dec 1999 23:45:53 -0800 (PST) (envelope-from marcd@tpg.com.au) Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.9.3/8.9.3) id SAA17072 for ; Wed, 29 Dec 1999 18:45:46 +1100 Received: from adl-56k-137.tpgi.com.au(203.12.165.137), claiming to be "zen.dodsworth.org" via SMTP by buffy.tpgi.com.au, id smtpdODkGDF; Wed Dec 29 18:45:39 1999 From: Marc Dodsworth To: freebsd-questions@FreeBSD.ORG Subject: tftpd question Date: Wed, 29 Dec 1999 18:10:38 +1030 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99122918150700.00646@zen.dodsworth.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I'm trying to get set my FreeBSD 3.4 system up to diskless boot a Sun 3/60. I can't see it listed in my list of process what I have found in my system log is the message "inetd[184]:ftp/tcp: unknown service" In my inetd.conf and services file seems to okay. Does anyone have any suggestiosn? Thankx Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 0:25:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cronus.medianetwork.se (cronus.medianetwork.se [193.14.204.1]) by hub.freebsd.org (Postfix) with ESMTP id 557D6155E1 for ; Wed, 29 Dec 1999 00:25:15 -0800 (PST) (envelope-from dl@tyfon.net) Received: from junglenote.com (digital21.medianetwork.se [193.14.204.239]) by cronus.medianetwork.se (8.9.3/8.7) with ESMTP id JAA14582 for ; Wed, 29 Dec 1999 09:25:14 +0100 Received: from enigmatic by junglenote.com with SMTP (MDaemon.v2.84.R) for ; Wed, 29 Dec 1999 09:32:23 +0100 Received: by localhost with Microsoft MAPI; Wed, 29 Dec 1999 09:32:15 +0100 Message-ID: <01BF51DF.97B2D660.dl@tyfon.net> From: Dan Larsson To: "[FreeBSD-Questions-List] (E-post)" Subject: FreeBSD ISO:s Date: Wed, 29 Dec 1999 09:32:14 +0100 Organization: Tyfon Internet Services [ http://tyfon.net ] X-Mailer: Microsoft Internet-e-post/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Return-Path: dl@tyfon.net Reply-To: dl@tyfon.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Where can I download an iso image FreeBSD 3.4-RELEASE? Thanks! /D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 0:25:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cronus.medianetwork.se (cronus.medianetwork.se [193.14.204.1]) by hub.freebsd.org (Postfix) with ESMTP id 99FDE155E4 for ; Wed, 29 Dec 1999 00:25:15 -0800 (PST) (envelope-from dl@tyfon.net) Received: from junglenote.com (digital21.medianetwork.se [193.14.204.239]) by cronus.medianetwork.se (8.9.3/8.7) with ESMTP id JAA14583 for ; Wed, 29 Dec 1999 09:25:14 +0100 Received: from enigmatic by junglenote.com with SMTP (MDaemon.v2.84.R) for ; Wed, 29 Dec 1999 09:35:16 +0100 Received: by localhost with Microsoft MAPI; Wed, 29 Dec 1999 09:35:08 +0100 Message-ID: <01BF51DF.FF004D70.dl@tyfon.net> From: Dan Larsson To: "[FreeBSD-Questions-List] (E-post)" Subject: Restricted ETRN in sendmail? Date: Wed, 29 Dec 1999 09:35:07 +0100 Organization: Tyfon Internet Services [ http://tyfon.net ] X-Mailer: Microsoft Internet-e-post/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Return-Path: dl@tyfon.net Reply-To: dl@tyfon.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is it possible to restrict which hosts are permitted to issue an ETRN request on a sendmail 8.9.3 server? Regards ------------ Dan Larsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 0:44: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web3203.mail.yahoo.com (web3203.mail.yahoo.com [204.71.202.200]) by hub.freebsd.org (Postfix) with SMTP id 325C014D58 for ; Wed, 29 Dec 1999 00:44:01 -0800 (PST) (envelope-from roykok@yahoo.com) Message-ID: <19991229084400.18795.qmail@web3203.mail.yahoo.com> Received: from [202.64.186.4] by web3203.mail.yahoo.com; Wed, 29 Dec 1999 00:44:00 PST Date: Wed, 29 Dec 1999 00:44:00 -0800 (PST) From: =?big5?q?kok=20Roy?= Subject: Re: how to config X window To: Scott Corey Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Scott Thank you for your help. But I tried /stand/sysinstall select X windows configure menu it prompted me 'no file installed' I really want to know that 1/ what did I make wrong? (about installation) 2/ How do I know I have installed X windows in freebsd? if not, how do I get X windows software from /stand/sysinstall Thank you very much again regards roy --- Scott Corey ĵgµÛĦJ > kok Roy wrote: > > > > Hello > > > > I am new for freebsd. I installed x-developer, x-k > and > > x sources and click 'all' about X > > from first installation via ftp. > > but I did xf86config or startx. the message was > 'no > > file' > > I did /stand/sysintall and download again > > and it was same result. Why? please help > > I checked /usr/bin/X11R. there is many library > > > > Thank you for your help > > > > regards > > roy > > Try XF86Setup, it is easier to use. > > > Scott > __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 0:56:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (Postfix) with ESMTP id A6E36155AF for ; Wed, 29 Dec 1999 00:56:16 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id AAA28858; Wed, 29 Dec 1999 00:47:39 -0800 (PST) Date: Wed, 29 Dec 1999 00:47:39 -0800 (PST) From: Annelise Anderson To: Arcady Genkin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ed0 recognized as ed1 In-Reply-To: <87yaaei42m.fsf@main.wgaf.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 Arcady, this happens to me and other people too. And it seems to vary with the version of FreeBSD or how recent the -current sources are. My September 15 -current did ed1 but by December 9 it was back to ed0. This is a problem on a remote reboot, because if rc.conf is wrong, the network won't come up. And then you can't get to the machine to fix it. I therefore have a little script in /usr/local/etc/rc.d called saveme.sh that's executable and runs the commands with ed1 instead of ed0 to get stuff going. I put both ed0 and ed1 in network interfaces in rc.conf. My understanding of why this happens is that the first instance of the driver (the one identified in the kernel config file) is assigned to isa, so an increment of one is applied for pci. But this is not clearly and consistently the case, obviously. For a while I had -current with ed1 and 3.3-stable (on another drive on the same machine) using ed0. I think you'd find, though, that if you compiled the kernel with ed1 instead of ed0, your card would turn up with ed2. Whenever you upgrade or compile new kernel sources, you should in this situation have a backup like I do or plan to be there so you can adjust for changes. Annelise On 29 Dec 1999, Arcady Genkin wrote: > Hi all: > > I have a PCI NE2000 compatible card. In kernel config file I just > specified "device ed0". However, at boot time the card gets recognized > as "ed1". It works properly if configured as "ed1". > > What's up with that? FWIW, I also have a "rl0" device. Running 3.4-R. > -- > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 1: 0: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (Postfix) with ESMTP id 1F4BD15198 for ; Wed, 29 Dec 1999 01:00:03 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id AAA28887; Wed, 29 Dec 1999 00:59:54 -0800 (PST) Date: Wed, 29 Dec 1999 00:59:54 -0800 (PST) From: Annelise Anderson To: Don Sutter Cc: FreeBSD Subject: Re: Multiple OS System - Booting FreeBSD 3.3 with LILO In-Reply-To: <016301bf51c7$a95190e0$17fea8c0@don> 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 Tue, 28 Dec 1999, Don Sutter wrote: > Well, something exciting happens each time I upgrade FreeBSD. I just installed FreeBSD 3.3 on a system that is host to several operating systems and now I can't seem to boot FreeBSD 3.3 from LILO (Caldera 2.3) - panic: cannot mount root. The error log and lilo.conf files are attached. Would somebody please help me *and* is there a better place to be looking for answers to this kind of problem? Wrap lines at 74 characters of so--otherwise we have to do it for you. Anyway, you're booting from three drives. Maybe this is possible--the bios offers two ide drives and then the scsi controller takes over. I have a setup right now that can boot FreeBSD from a third scsi drive, but I'm assuming it's sort of a fluke. Also I wonder whether it would work if you used da instead of sda on the FreeBSD drive device. Annelise > > -------------- drive configuration --------------- > > Disk 1 (BIOS Drive 0x80) - IDE - Disk is dedicated to Windows 95 > (/dev/hda) > > Disk 2 (BIOS Drive 0x81) - IDE - Two systems on this disk: > > First Partition - Redhat Linux 6.0 (/dev/hdb1) > Second Partition - Caldera 2.3 (/dev/hdb2) > > Disk 3 (BIOS Drive 0x82) - SCSI - Disk is dedicated to FreeBSD > (/dev/sda) > > -------------- error log --------------- > > Waiting 15 seconds for SCSI devices to settle > changing root device to da2s1a > changing root device to da2ada0 at aha1 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-CCS device > da0: 5.000MB/s transfers (5.000MHz, offset 8) > da0: 1280MB (2621688 512 byte sectors: 64H 32S/T 1280C) > cd0 at aha1 bus 0 target 5 lun 0 > cd0: Removable CD-ROM SCSI-2 device > cd0: 5.000MB/s transfers (5.000MHz, offset 8) > cd0: cd present [329606 x 2048 byte records] > error 6: panic: cannot mount root (2) > > syncing disks... done > Automatic reboot in 15 seconds - press a key on the console to abort > > -------------- /etc/lilo.conf --------------- > > # > # general section > # > boot = /dev/hda > install = /boot/boot.b > message = /boot/message > prompt > > # wait 5 seconds (200 10ths) for user to select the entry to load > timeout = 50 > > default = 3 > vga = normal > > disk = /dev/hda > bios = 0x80 > disk = /dev/hdb > bios = 0x81 > disk = /dev/sda > bios = 0x82 > > other = /dev/hda1 > label = dos > table = /dev/hda > > image = /boot/vmlinuz-2.2.5-15 > label = 1 > root = /dev/hdb1 > read-only > > image = /boot/vmlinuz > label = 2 > root = /dev/hdb2 > read-only > > other = /dev/sda1 > label = 3 > table = /dev/sda > loader = /boot/chain.b > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 1:15:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (Postfix) with ESMTP id 35D02150A2 for ; Wed, 29 Dec 1999 01:15:04 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id BAA28920; Wed, 29 Dec 1999 01:09:28 -0800 (PST) Date: Wed, 29 Dec 1999 01:09:28 -0800 (PST) From: Annelise Anderson To: Joss Roots Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how to redirect output to a file, and then tail it ? In-Reply-To: <19991228200214.10498.qmail@web121.yahoomail.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 In csh and tcsh and also zsh, you can do: make world >& world.out& which directs stderr to the same place as stdout and then sends them both to the file world.out and puts the whole thing in the background. You can then do tail -f world.out to see what's happening, and exit the tail process with Ctrl C. So there are a number of ways to do it. Annelise On Tue, 28 Dec 1999, Joss Roots wrote: > hi there, > this have been mentioned before somewhere > but I seem to have lost it. > > if I want to send the output of an operation > like 'make world' to a file > makeworld.log > > then be able to tail makeworld.log > to see what is happening there, what is the > operand or directive to use > > I think something like 2>1 & not sure of the > exact way though, any help ? > thanks > > > ===== > MAY THE FORCE BE WITH YOU. > __________________________________________________ > Do You Yahoo!? > Talk to your friends online with Yahoo! Messenger. > http://messenger.yahoo.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 Wed Dec 29 1:19:21 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 B156314D58 for ; Wed, 29 Dec 1999 01:13:20 -0800 (PST) (envelope-from danfe@inet.ssc.nsu.ru) Received: (qmail 25819 invoked from network); 29 Dec 1999 09:13:07 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 29 Dec 1999 09:13:07 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.8.7/8.8.7) with ESMTP id PAA09055 for ; Wed, 29 Dec 1999 15:13:03 +0600 Date: Wed, 29 Dec 1999 15:13:03 +0600 (NOVT) From: "Alexey N. Dokuchaev" Cc: questions@FreeBSD.ORG Subject: Re: ftp.freebsd.org 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 Tue, 28 Dec 1999, Michael Lucas wrote: > > >I believe it's a Micron NetFrame of one breed or another. > > I went to the last group of links, and the more... link.. it shows the > info on the server on that page somewhere. I didn't see Micron NetFrame > anywhere. But here's a question.. WHERE is that machine? What state or > country? Or city? > AFAIR, it's downtown San Francisco. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 1:26:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (Postfix) with ESMTP id 852C414C06 for ; Wed, 29 Dec 1999 01:26:10 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id BAA28963; Wed, 29 Dec 1999 01:23:11 -0800 (PST) Date: Wed, 29 Dec 1999 01:23:11 -0800 (PST) From: Annelise Anderson To: Monica Natrajan Cc: questions@FreeBSD.ORG Subject: Re: Newbie help with installing FreeBSD In-Reply-To: <19991229000214.982.qmail@hotmail.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 On Tue, 28 Dec 1999, Monica Natrajan wrote: > Hi > I am trying to install FreeBSD on a separate partition on a Celeron > machine(with win 98 on the other partition). > I do not have a CD ROM and was planning to do it after downloading the > software off the web. > However, the installation instructions that are given are a little > confusing. I have tried to download from ftp://ftp.ca.freebsd.org > but I get only directories containing the src code- are there any binaries > which can be downloaded? Usually in a directory like /pub/FreeBSD/releases/i386/3.4-release/ You should have matching subdirectories on your dos drive, so you have c:\freebsd, c:\freebsd\bin, and so forth. These files are binaries broken into chunks suitable for storing on slopping disks, although that's the hard way to do it. > Also, does installation from MSDOS partition(which I think is the only > choice available to me) mean that > the bsd software will be kept on a directory in the win98 partition and it > will then create a new partition table on the partition where it is to be > installed? The installation process will ask you where you want to create the partition or slice for FreeBSD. You can do this in empty space you have created (by reducing the size of the dos/win partition) or you can do it by deleting an existing partition, whose data will be lost. It has to be a primary partition, but it can be a second primary partition. > > If these questions are too elementary for this forum, can anyone please > suggest another mailing list ./ website. Even fuller explanations are available in the installation section of the handbook, with some info in the FAQ and on the cdroms or the root directory of the release as well. Annelise > Thanks > > ./mn > > > > 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 Wed Dec 29 1:37:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercurio.ie-online.it (dns.ie-online.it [194.133.148.8]) by hub.freebsd.org (Postfix) with ESMTP id C8CB914C06 for ; Wed, 29 Dec 1999 01:37:13 -0800 (PST) (envelope-from sriva@alice.it) Received: from attila.ie-interna.it (host1.ie-online.it [194.133.148.10]) by mercurio.ie-online.it (8.9.3/8.9.3) with ESMTP id KAA35190; Wed, 29 Dec 1999 10:37:11 +0100 (CET) (envelope-from sriva@alice.it) Received: from stefano (stefano.ie-interna.it [192.168.0.33]) by attila.ie-interna.it (8.9.3/8.9.3) with SMTP id KAA95522; Wed, 29 Dec 1999 10:37:10 +0100 (CET) (envelope-from sriva@alice.it) Message-Id: <3.0.5.32.19991229103734.00a376c0@relay.alice.it> X-Sender: riva@relay.alice.it X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 29 Dec 1999 10:37:34 +0100 To: "Duke Normandin" <01031149@3web.net> From: Stefano Riva Subject: Re: kill -HUP 1 Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <001901bf51c7$338ec6c0$3d9ec5d1@webserver> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 22.24 28/12/99 -0800, you wrote: >I can't seem to get kill -HUP 1 to work.....nothing happens - no error >messages, nothing. I can't figure out what I'm doing wrong. So I have >been doing: >kill 1 -l >It logs out of csh and asks me for the complete path to my shell or >return for sh. I press "return"...I get a sh prompt, then I do "exit". >Then and only then is the system re-initialized. I have no idea what I'm >doing....but it beats re-booting. You're sending a TERM signal (kill's default) to PID 1. The "-1" argument must be placed before PID(s); if you place it after, either it is ignored or taken as a special broadcast PID, where if you're root the signal go to every process running, if you're a standard user the signal go to all your processes. The result is going single-user; when you exit single-user mode, you return in multi-user mode. If this is what you want, consider using "shutdown now" instead of killing init. Sending HUP to init simply causes it to rescan /etc/ttys, so don't expect an error (?). Next time try "man kill". :-) --- Stefano Riva Systems & Network Administrator Informazioni Editoriali I.E. Srl Voice +39-02283151, Fax +39-0228315900 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 1:42:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 62D7A14DAC for ; Wed, 29 Dec 1999 01:42:07 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 123FbK-000265-00; Wed, 29 Dec 1999 11:41:02 +0200 From: Sheldon Hearn To: Marc Dodsworth Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tftpd question In-reply-to: Your message of "Wed, 29 Dec 1999 18:10:38 +1030." <99122918150700.00646@zen.dodsworth.org> Date: Wed, 29 Dec 1999 11:41:02 +0200 Message-ID: <8064.946460462@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 29 Dec 1999 18:10:38 +1030, Marc Dodsworth wrote: > "inetd[184]:ftp/tcp: unknown service" > > In my inetd.conf and services file seems to okay. Except that you're not looking closely enough at the error message. Whatever connection generated that error message, it was destined for the ftp port (21) and not the tftp port (69). When you say "seems to okay", I assume you mean that you have something like this: etc/services: tftp 69/tcp #Trivial File Transfer tftp 69/udp #Trivial File Transfer /etc/inetd.conf tftp dgram udp wait nobody /usr/libexec/tftpd tftpd /tftp Have you actually got a /tftp (or whatever name you chose for it) directory? Have you looked at the limitations discussed in the tftpd(8) manual page? Have you restarted inetd? Is inetd being launched with the -w flag? If so, are you sure you're allowing tftpd access in /etc/hosts.allow? If you're really not seeing any other useful error messages, you can try running inetd in debugging mode (-d) and turning on logging (-l). Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 1:44:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 4805814E45 for ; Wed, 29 Dec 1999 01:44:09 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 123Fe3-000270-00; Wed, 29 Dec 1999 11:43:51 +0200 From: Sheldon Hearn To: Stefano Riva Cc: "Duke Normandin" <01031149@3web.net>, freebsd-questions@FreeBSD.ORG Subject: Re: kill -HUP 1 In-reply-to: Your message of "Wed, 29 Dec 1999 10:37:34 +0100." <3.0.5.32.19991229103734.00a376c0@relay.alice.it> Date: Wed, 29 Dec 1999 11:43:51 +0200 Message-ID: <8121.946460631@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 29 Dec 1999 10:37:34 +0100, Stefano Riva wrote: > >So I have been doing: > >kill 1 -l > > You're sending a TERM signal (kill's default) to PID 1. The "-1" argument > must be placed before PID(s); Actually, Duke's using -l (minus ell), not -1 (minus one). > Next time try "man kill". :-) Not very helpful advice, given that the csh shell has its own builtin kill command. Personally, I'm just as confused as Duke is over this one. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 1:55: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from righi.dhs.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (Postfix) with ESMTP id 440EB1572B for ; Wed, 29 Dec 1999 01:55:00 -0800 (PST) (envelope-from bsd@righi.dhs.org) Received: from localhost (bsd@localhost) by righi.dhs.org (8.9.3/8.9.3) with ESMTP id KAA36265 for ; Wed, 29 Dec 1999 10:56:24 +0100 (CET) (envelope-from bsd@righi.dhs.org) Date: Wed, 29 Dec 1999 10:56:24 +0100 (CET) From: FreeBSD mailing list To: questions@FreeBSD.ORG Subject: arla-0.28 package 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, could anyone have afs work after installing the package ?? I have many many problems and seems like it ain;t work. Anyone could be successful with it ? thanks Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 1:55:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dart.sr.se (dart.SR.SE [193.12.91.98]) by hub.freebsd.org (Postfix) with ESMTP id 78616150C7 for ; Wed, 29 Dec 1999 01:55:37 -0800 (PST) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id KAA26541; Wed, 29 Dec 1999 10:55:34 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.9.3/8.9.3) with ESMTP id KAA71707; Wed, 29 Dec 1999 10:55:34 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: (from gunnar@localhost) by pluto.sr.se (8.9.3/8.9.3) id KAA59884; Wed, 29 Dec 1999 10:55:34 +0100 (CET) (envelope-from gunnar) Date: Wed, 29 Dec 1999 10:55:34 +0100 From: Gunnar Flygt To: Dan Larsson Cc: FreeBSD Questions Subject: Re: FreeBSD ISO:s Message-ID: <19991229105534.A42522@sr.se> Reply-To: Gunnar Flygt References: <01BF51DF.97B2D660.dl@tyfon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <01BF51DF.97B2D660.dl@tyfon.net>; from dl@tyfon.net on Wed, Dec 29, 1999 at 09:32:14AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 29, 1999 at 09:32:14AM +0100, Dan Larsson wrote: > Where can I download an iso image FreeBSD 3.4-RELEASE? At: ftp.freebsd.org/.2/FreeBSD/releases/i386/ISO-IMAGES > > Thanks! > > /D > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 2: 7:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gw.sttec.yar.ru (gw.sttec.yar.ru [193.233.192.197]) by hub.freebsd.org (Postfix) with ESMTP id 1EC3D14C06 for ; Wed, 29 Dec 1999 02:07:19 -0800 (PST) (envelope-from bond@gw.sttec.yar.ru) Received: (from bond@localhost) by gw.sttec.yar.ru (8.9.3/8.9.1) id NAA00614 for freebsd-questions@freebsd.org; Wed, 29 Dec 1999 13:06:43 +0300 (MSK) Date: Wed, 29 Dec 1999 13:06:43 +0300 From: "Vaganov Yu. Vadim" To: freebsd-questions@freebsd.org Subject: upsd Message-ID: <19991229130643.A590@gw.sttec.yar.ru> 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 Hi all! Where i can find documentation about upsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 2:11: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hevanet.com (hevanet.com [198.5.254.1]) by hub.freebsd.org (Postfix) with ESMTP id 4F2F715605 for ; Wed, 29 Dec 1999 02:11:04 -0800 (PST) (envelope-from drs@hevanet.com) Received: from don (ts03-ip92.hevanet.com [206.163.60.164]) by hevanet.com (8.9.1/8.9.1) with SMTP id CAA26328 for ; Wed, 29 Dec 1999 02:11:02 -0800 (PST) Message-ID: <003f01bf51e5$3a81a9c0$17fea8c0@don> From: "Don Sutter" To: "FreeBSD Questions" Subject: Re: Multiple OS System - Booting FreeBSD 3.3 with LILO Date: Wed, 29 Dec 1999 02:12:34 -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 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 > Wrap lines at 74 characters of so--otherwise we have to do it for you. Sorry. I thought I had already fixed this. Hope this is better. > Anyway, you're booting from three drives. Maybe this is possible--the > bios offers two ide drives and then the scsi controller takes over. I > have a setup right now that can boot FreeBSD from a third scsi drive, but > I'm assuming it's sort of a fluke. Well, I don't know. This setup was working fine at one time. I upgraded the Caldera partition to version 2.3 but I don't remember checking out whether FreeBSD still booted. I've now upgraded the FreeBSD partition to 3.3 and don't know which "upgrade" caused the problem. > Also I wonder whether it would work if you used da instead of sda on the > FreeBSD drive device. Neither Caldera or Redhat recognize "da" as a valid device. "sda" or "sda1", but not "da". The device has to be a valid /dev for lilo to install. > Annelise > > > > -------------- drive configuration --------------- > > > > Disk 1 (BIOS Drive 0x80) - IDE - Disk is dedicated to Windows 95 > > (/dev/hda) > > > > Disk 2 (BIOS Drive 0x81) - IDE - Two systems on this disk: > > > > First Partition - Redhat Linux 6.0 (/dev/hdb1) > > Second Partition - Caldera 2.3 (/dev/hdb2) > > > > Disk 3 (BIOS Drive 0x82) - SCSI - Disk is dedicated to FreeBSD > > (/dev/sda) > > > > -------------- error log --------------- > > > > Waiting 15 seconds for SCSI devices to settle > > changing root device to da2s1a > > changing root device to da2ada0 at aha1 bus 0 target 0 lun 0 > > da0: Fixed Direct Access SCSI-CCS device > > da0: 5.000MB/s transfers (5.000MHz, offset 8) > > da0: 1280MB (2621688 512 byte sectors: 64H 32S/T 1280C) > > cd0 at aha1 bus 0 target 5 lun 0 > > cd0: Removable CD-ROM SCSI-2 device > > cd0: 5.000MB/s transfers (5.000MHz, offset 8) > > cd0: cd present [329606 x 2048 byte records] > > error 6: panic: cannot mount root (2) > > > > syncing disks... done > > Automatic reboot in 15 seconds - press a key on the console to abort > > > > -------------- /etc/lilo.conf --------------- > > > > # > > # general section > > # > > boot = /dev/hda > > install = /boot/boot.b > > message = /boot/message > > prompt > > > > # wait 5 seconds (200 10ths) for user to select the entry to load > > timeout = 50 > > > > default = 3 > > vga = normal > > > > disk = /dev/hda > > bios = 0x80 > > disk = /dev/hdb > > bios = 0x81 > > disk = /dev/sda > > bios = 0x82 > > > > other = /dev/hda1 > > label = dos > > table = /dev/hda > > > > image = /boot/vmlinuz-2.2.5-15 > > label = 1 > > root = /dev/hdb1 > > read-only > > > > image = /boot/vmlinuz > > label = 2 > > root = /dev/hdb2 > > read-only > > > > other = /dev/sda1 > > label = 3 > > table = /dev/sda > > loader = /boot/chain.b > > > > > > 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 Wed Dec 29 2:17:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercurio.ie-online.it (dns.ie-online.it [194.133.148.8]) by hub.freebsd.org (Postfix) with ESMTP id 216D414C28 for ; Wed, 29 Dec 1999 02:17:23 -0800 (PST) (envelope-from sriva@alice.it) Received: from attila.ie-interna.it (host1.ie-online.it [194.133.148.10]) by mercurio.ie-online.it (8.9.3/8.9.3) with ESMTP id LAA36169; Wed, 29 Dec 1999 11:17:22 +0100 (CET) (envelope-from sriva@alice.it) Received: from stefano (stefano.ie-interna.it [192.168.0.33]) by attila.ie-interna.it (8.9.3/8.9.3) with SMTP id LAA97066; Wed, 29 Dec 1999 11:17:21 +0100 (CET) (envelope-from sriva@alice.it) Message-Id: <3.0.5.32.19991229111745.00a31100@relay.alice.it> X-Sender: riva@relay.alice.it X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 29 Dec 1999 11:17:45 +0100 To: Sheldon Hearn From: Stefano Riva Subject: Re: kill -HUP 1 Cc: "Duke Normandin" <01031149@3web.net>, freebsd-questions@FreeBSD.ORG In-Reply-To: <8121.946460631@axl.noc.iafrica.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 11.43 29/12/99 +0200, you wrote: >> You're sending a TERM signal (kill's default) to PID 1. The "-1" argument >> must be placed before PID(s); >Actually, Duke's using -l (minus ell), not -1 (minus one). Sorry; they look exactly the same with the font I'm using. >> Next time try "man kill". :-) >Not very helpful advice, given that the csh shell has its own builtin >kill command. >Personally, I'm just as confused as Duke is over this one. :-) If you read the kill(1) man page, you see that. There's even a "see csh(1) for details". If you're someone who needs help on a command, probably not an expert, maybe you don't know about kill being also a csh built-in. I was saying, with a smile, to first look at the man page of the command you've trouble with... usually you find at least a pointer to the right page(s). I must be missing something here... "-l" lists all signals, but in that case it's the only argument of kill: "kill -l". If you place it after a number, kill sends the default TERM signal to that PID and ignores "-l". This is what I understand reading csh(1) and this is what I get on a 3.4-STABLE box here. Why are you confused? I'm a bit tired today, but not too much, I hope! ;-) --- Stefano Riva Systems & Network Administrator Informazioni Editoriali I.E. Srl Voice +39-02283151, Fax +39-0228315900 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 2:24:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id C498B15190 for ; Wed, 29 Dec 1999 02:24:08 -0800 (PST) (envelope-from dg@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id CAA16083; Wed, 29 Dec 1999 02:15:40 -0800 (PST) Message-Id: <199912291015.CAA16083@implode.root.com> To: "Alexey N. Dokuchaev" Cc: questions@FreeBSD.ORG Subject: Re: ftp.freebsd.org In-reply-to: Your message of "Wed, 29 Dec 1999 15:13:03 +0600." From: David Greenman Reply-To: dg@root.com Date: Wed, 29 Dec 1999 02:15:40 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> >I believe it's a Micron NetFrame of one breed or another. >> >> I went to the last group of links, and the more... link.. it shows the >> info on the server on that page somewhere. I didn't see Micron NetFrame >> anywhere. But here's a question.. WHERE is that machine? What state or >> country? Or city? >> > >AFAIR, it's downtown San Francisco. All of this information can be found at: ftp://ftp.cdrom.com/archive-info/wcarchive.txt -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 2:28:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cronus.medianetwork.se (cronus.medianetwork.se [193.14.204.1]) by hub.freebsd.org (Postfix) with ESMTP id 98DB714D30 for ; Wed, 29 Dec 1999 02:28:36 -0800 (PST) (envelope-from dl@tyfon.net) Received: from junglenote.com (digital30.medianetwork.se [193.14.204.248]) by cronus.medianetwork.se (8.9.3/8.7) with ESMTP id LAA18784 for ; Wed, 29 Dec 1999 11:28:35 +0100 Received: from enigmatic by junglenote.com with SMTP (MDaemon.v2.84.R) for ; Wed, 29 Dec 1999 11:38:21 +0100 Received: by localhost with Microsoft MAPI; Wed, 29 Dec 1999 11:38:14 +0100 Message-ID: <01BF51F1.31096250.dl@tyfon.net> From: Dan Larsson To: "[FreeBSD-Questions-List] (E-post)" Subject: Squidtimes port not working! Date: Wed, 29 Dec 1999 11:38:13 +0100 Organization: Tyfon Internet Services [ http://tyfon.net ] X-Mailer: Microsoft Internet-e-post/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Return-Path: dl@tyfon.net Reply-To: dl@tyfon.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been banging my head trying to get the squidtimes port to work.. It termintates stating 'can't find /usr/libexec/ld.so'. If anyone has got it to work, I'm in need of some pointers. FYI: running squid-2.2S4 on FreeBSD v3.2-R Regards ------------ Dan Larsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 2:28:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 03A3C15607 for ; Wed, 29 Dec 1999 02:28:39 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 123GLA-0002SG-00; Wed, 29 Dec 1999 12:28:24 +0200 From: Sheldon Hearn To: Stefano Riva Cc: "Duke Normandin" <01031149@3web.net>, freebsd-questions@FreeBSD.ORG Subject: Re: kill -HUP 1 In-reply-to: Your message of "Wed, 29 Dec 1999 11:17:45 +0100." <3.0.5.32.19991229111745.00a31100@relay.alice.it> Date: Wed, 29 Dec 1999 12:28:24 +0200 Message-ID: <9439.946463304@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 29 Dec 1999 11:17:45 +0100, Stefano Riva wrote: > Why are you confused? I'm a bit tired today, but not too much, I > hope! ;-) I'm confused for two reasons: 1) Duke's first attempt should have worked, kill -HUP 1 2) Duke's second attempt should produce some kind of invalid syntax warning. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 2:40:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gallions-reach.inpharmatica.co.uk (gallions-reach.inpharmatica.co.uk [193.115.214.5]) by hub.freebsd.org (Postfix) with ESMTP id D41A7155DF for ; Wed, 29 Dec 1999 02:40:15 -0800 (PST) (envelope-from m.seaman@inpharmatica.co.uk) Received: from kings-cross.inpharmatica.co.uk (euston.inpharmatica.co.uk [193.115.214.6]) by gallions-reach.inpharmatica.co.uk (8.9.3/8.9.3) with ESMTP id KAA16387; Wed, 29 Dec 1999 10:38:49 GMT (envelope-from m.seaman@inpharmatica.co.uk) Received: from paddington.inpharmatica.co.uk (IDENT:root@paddington.inpharmatica.co.uk [192.168.122.1]) by kings-cross.inpharmatica.co.uk (8.9.3/8.9.3) with ESMTP id KAA27837; Wed, 29 Dec 1999 10:38:49 GMT Received: from inpharmatica.co.uk (IDENT:matthew@localhost [127.0.0.1]) by paddington.inpharmatica.co.uk (8.9.3/8.9.3) with ESMTP id KAA07380; Wed, 29 Dec 1999 10:38:45 GMT Message-ID: <3869E4B4.D85A76AA@inpharmatica.co.uk> Date: Wed, 29 Dec 1999 10:38:44 +0000 From: Matthew Seaman X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.4 i586) X-Accept-Language: en-GB, en MIME-Version: 1.0 To: Ben Smithurst Cc: Sean Jensen-Grey , Jonathon McKitrick , Jay Krell , freebsd-questions@FreeBSD.ORG Subject: Re: cvsuping and rebuilding, esp. ports References: <19991228214752.A46546@strontium.scientia.demon.co.uk> <19991228224542.A47192@strontium.scientia.demon.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ben Smithurst wrote: > > pkg_version -c is a Good Thing. Thanks for bring it to my attention. > > Well, you can see above, it could be a lot better. I have bash-2.03 > installed, and that script would delete it, only to reinstall the same > version! I think it should be modified to skip the update if one of the > versions in the index is the same to what you have installed. I guess I > should get coding rather than whinging though. :-) There's another case > if there are multiple versions, when it isn't perfect, but it's still > very helpful. I had a go at pkg_version to try and add some functionality like this: see PR misc/15304 for my hacks. Cheers, Matthew -- Certe, Toto, sentio nos in Kansate non iam adesse. Dr. Matthew Seaman, Inpharmatica Ltd, 60 Charlotte St, London, W1P 2AX Tel: +44 171 631 4644 x229 Fax: +44 171 631 4844 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 2:41:28 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 5C1091518C for ; Wed, 29 Dec 1999 02:41:24 -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 VAA47487; Wed, 29 Dec 1999 21:42:18 +1100 (EST) (envelope-from aunty) Date: Wed, 29 Dec 1999 21:42:18 +1100 From: aunty To: Duke Normandin <01031149@3web.net> Cc: freebsd-questions Subject: Re: kill -HUP 1 Message-ID: <19991229214218.A47183@comcen.com.au> References: <001901bf51c7$338ec6c0$3d9ec5d1@webserver> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <001901bf51c7$338ec6c0$3d9ec5d1@webserver> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 28, 1999 at 10:24:50PM -0800, Duke Normandin wrote: > I can't seem to get kill -HUP 1 to work.....nothing happens - no error > messages, nothing. That's perfectly correct! Unix complains if something is wrong, and leaves you peacefully in the dark in case of success. You had succcess. If you had been editing /etc/ttys and had also remembered to make the devices, you'd magically have your extra virtual consoles (or whatever) after such a reassuring (?) silence following that command. > I can't figure out what I'm doing wrong. The second most important thing is to avoid making any assumptions. The most important thing is not to assume you've made a mistake, and in fact that was the only thing you did wrong. Then it got worse :-) > So I have been doing: > > kill 1 -l Ugh... (what you typed exactly is more apparent from the description below) > It logs out of csh and asks me for the complete path to my shell or > return for sh. I press "return"...I get a sh prompt, then I do "exit". > Then and only then is the system re-initialized. I have no idea what I'm > doing....but it beats re-booting. No it doesn't, it _is_ a kind of rebooting. Also it confuses the hell out of people who try to answer your question :-) -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 2:48:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hevanet.com (hevanet.com [198.5.254.1]) by hub.freebsd.org (Postfix) with ESMTP id 5C7F4150A2 for ; Wed, 29 Dec 1999 02:48:57 -0800 (PST) (envelope-from drs@hevanet.com) Received: from don (ts02-ip09.hevanet.com [206.163.60.35]) by hevanet.com (8.9.1/8.9.1) with SMTP id CAA28568 for ; Wed, 29 Dec 1999 02:48:47 -0800 (PST) Message-ID: <001101bf51ea$806716a0$17fea8c0@don> From: "Don Sutter" To: "FreeBSD Questions" Subject: Re: Multiple OS System - Booting FreeBSD 3.3 with LILO Date: Wed, 29 Dec 1999 02:50:19 -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 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 Ah, yes, something about /boot.config. Of course I wiped that file out when I re-installed Caldera 2.3! Now, if I could just remember how FreeBSD labels the disks. 1:da(0,a)/kernel didn't work... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 3: 1: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from wiesbaden.netsurf.de (nero.wiesbaden.netsurf.de [194.163.168.140]) by hub.freebsd.org (Postfix) with SMTP id 7875715612 for ; Wed, 29 Dec 1999 03:01:00 -0800 (PST) (envelope-from Harald.Fellinghauer.NOSPAM@wiesbaden.netsurf.de) Received: from local by wiesbaden.netsurf.de with smtp (Smail3.2.0.95 #28) id m123GpF-001leVC; Wed, 29 Dec 1999 11:59:29 +0100 (MET) Message-Id: Comments: Authenticated sender is From: "Harald Fellinghauer" To: freebsd-questions@freebsd.org Date: Wed, 29 Dec 1999 11:59:23 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Cannot boot using floppy disks Reply-To: Harald.Fellinghauer@wiesbaden.netsurf.de X-mailer: Pegasus Mail for Win32 (v2.53/R1) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi FreeBSD User! Some days ago I bought "The Complete FreeBSD 3.3". After reading the basics I tried to install FreeBSD on my old PC (486 DX4/25, 32MB Ram, Quantum Sirocco 2550A Harddisk, ATAPI CD-ROM, Diamond Viper 550 Graphic Card, Soundblaster 16). Unfortunatly, I'm not able to pass the boot process. After loading the kernel and the MFS root disk I'm able to boot the kernel. But then, the different problems start to occur (I've got different errors on different attempts). One common error is a "Fatal trap 12: page fault". Output: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x83f8bea0 fault code = supervisor read, page not present instruction pointer = 0x8:0xc021d29f stack pointer = 0x10:0xc062bc58 frame pointer = 0x10:0xc062bc5c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres1, def32 1, gran 1 processor flags = interrupt enabled, resume, IOPL=0 Another common error after displaying the OS label FreeBSD 3.3-Release #4: Wed Sep 29 08:54:18 GMT 1999 the systems stucks after displaying some k's and the automatically reboots after 15 seconds. Some times I'm able to pass UserConfig (after removing not installed components) my disks are checked and after recognizing the CD-ROM the system hangs: ... wdc0 at 0x1f0 - 0x1f7 irq 14 on isa wdc0: CMD640B workaround enabled wdc0: unit 0 (wd0): wd0: 2445MB (5008752 sectors), 4696 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (atapi): , removable, iordy atapi 0.1: unknown phase I tried to start the system on my laptop as well and everything seems to be OK (in fact, I reach the sysinstall program). Can anybody help me out of my problems? I've read the handbook from "The Complete FreeBSD", but I cannot find any informations related to my problem. Furthermore, I could not find any informations in the comp.unix.bsd.freebsd* news groups. Thanks in advance! Ciao Harald There is more than one way to do it 8-) Please visit my homepage: http://rover.wiesbaden.netsurf.de/~outdoor Please remove .NOSPAM from my email address. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 3: 7: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.onsea.com (p27s09a03.client.global.net.uk [195.147.169.40]) by hub.freebsd.org (Postfix) with ESMTP id 37A1B1561D for ; Wed, 29 Dec 1999 03:07:05 -0800 (PST) (envelope-from dozprompt@onsea.com) Received: from localhost (dozprompt@localhost) by merlin.onsea.com (8.9.3/8.9.2) with ESMTP id LAA06617 for ; Wed, 29 Dec 1999 11:07:53 GMT (envelope-from dozprompt@onsea.com) X-Authentication-Warning: merlin.onsea.com: dozprompt owned process doing -bs Date: Wed, 29 Dec 1999 11:07:53 +0000 (GMT) From: Cliff Rowley To: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <000001bf5159$1a50b7e0$610fafc6@laptop> 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 You'd think a CEO of an Internet provider would know how to unsubscribe from a mailing list, wouldnt you? ;) - while (!asleep) { code(); } On Tue, 28 Dec 1999, Jack Beech wrote: > unsubscribe > > Jack Beech > President/CEO > Nationwide Internet > http://www.nationwide.net > 1-888-Nationwide > > > 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 Wed Dec 29 3: 7:13 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 F327515621 for ; Wed, 29 Dec 1999 03:07:08 -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 WAA47566; Wed, 29 Dec 1999 22:07:52 +1100 (EST) (envelope-from aunty) Date: Wed, 29 Dec 1999 22:07:52 +1100 From: aunty To: keith@mail.telestream.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: BSDI to FreeBSD Message-ID: <19991229220752.B47183@comcen.com.au> References: <19991228063428.A33737@comcen.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991228063428.A33737@comcen.com.au> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A little correction for the sake of the archives... On Tue, Dec 28, 1999 at 06:34:29AM +1100, aunty wrote: [...] > What I did was this. After installing FreeBSD and choosing DES, and then installing > most of the ports I > wanted (because some ports create users/groups) I copied across the > BSDI master.passwd with a different name, and added group 100 user to > the groups file because I knew all the BSDI users had that group. > > Then I used vipw with a good editor (defaulting to act on the installed [...] In this prior post I left out the bit about installing DES, which is essential for compatibility with the BSDI passwords! Do that before ports, e.g. build ssh _after_ installing DES or else it'll just reject everyone's passwords. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 3: 7:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id CCA6314DC2 for ; Wed, 29 Dec 1999 03:07:25 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 123GwT-0004B4-00; Wed, 29 Dec 1999 13:06:57 +0200 From: Sheldon Hearn To: Wayne M Barnes Cc: freebsd-questions@FreeBSD.ORG Subject: Re: password length In-reply-to: Your message of "Tue, 28 Dec 1999 12:20:28 CST." <199912281820.MAA01143@klentaq.com> Date: Wed, 29 Dec 1999 13:06:57 +0200 Message-ID: <16061.946465617@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 28 Dec 1999 12:20:28 CST, Wayne M Barnes wrote: > I just noticed that a couple of my 3.3 (or 3.4RC) systems are > not recognizing any more than 8 characters of my passwords. I'll bet you're using DES instead of MD5. :-) See the following references: http://www.freebsd.org/FAQ/install.html#AEN634 http://www.freebsd.org/handbook/security.html#CRYPT Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 3:24:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercurio.ie-online.it (dns.ie-online.it [194.133.148.8]) by hub.freebsd.org (Postfix) with ESMTP id 7898B15028 for ; Wed, 29 Dec 1999 03:24:34 -0800 (PST) (envelope-from sriva@alice.it) Received: from attila.ie-interna.it (host1.ie-online.it [194.133.148.10]) by mercurio.ie-online.it (8.9.3/8.9.3) with ESMTP id MAA38266; Wed, 29 Dec 1999 12:24:33 +0100 (CET) (envelope-from sriva@alice.it) Received: from stefano (stefano.ie-interna.it [192.168.0.33]) by attila.ie-interna.it (8.9.3/8.9.3) with SMTP id MAA00884; Wed, 29 Dec 1999 12:24:32 +0100 (CET) (envelope-from sriva@alice.it) Message-Id: <3.0.5.32.19991229122456.00a2a540@relay.alice.it> X-Sender: riva@relay.alice.it X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 29 Dec 1999 12:24:56 +0100 To: Sheldon Hearn From: Stefano Riva Subject: Re: kill -HUP 1 Cc: "Duke Normandin" <01031149@3web.net>, freebsd-questions@FreeBSD.ORG In-Reply-To: <9439.946463304@axl.noc.iafrica.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 12.28 29/12/99 +0200, you wrote: >I'm confused for two reasons: >1) Duke's first attempt should have worked, Probably it worked. Duke told us that he didn't get nothing. That's correct. You don't get nothing (messages) if "init" rescans /etc/ttys and there's nothing wrong. I guess Duke wanted something like "to re-initialize" quickly the system with that command. Simply, it doesn't do that thing. >2) Duke's second attempt should produce some kind of invalid syntax > warning. It's a matter of taste if it should issue a warning/error or not, in this case. Probably it's ignored or interpreted as 0... I don't have time to check the sources right now. --- Stefano Riva Systems & Network Administrator Informazioni Editoriali I.E. Srl Voice +39-02283151, Fax +39-0228315900 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 3:34:14 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 CA399151A9 for ; Wed, 29 Dec 1999 03:34:10 -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 WAA48156; Wed, 29 Dec 1999 22:34:45 +1100 (EST) (envelope-from aunty) Date: Wed, 29 Dec 1999 22:34:45 +1100 From: aunty To: Stefano Riva Cc: Sheldon Hearn , Duke Normandin <01031149@3web.net>, freebsd-questions@FreeBSD.ORG Subject: Re: kill -HUP 1 Message-ID: <19991229223445.D47183@comcen.com.au> References: <9439.946463304@axl.noc.iafrica.com> <3.0.5.32.19991229122456.00a2a540@relay.alice.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <3.0.5.32.19991229122456.00a2a540@relay.alice.it> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 29, 1999 at 12:24:56PM +0100, Stefano Riva wrote: > At 12.28 29/12/99 +0200, you wrote: > >I'm confused for two reasons: > >1) Duke's first attempt should have worked, > > Probably it worked. Duke told us that he didn't get nothing. No, he told us that he did get nothing. > That's correct. You don't get nothing (messages) if "init" rescans > /etc/ttys and there's nothing wrong. No, you _do_ get nothing if there's nothing wrong. But I think that's what you meant. (What? Me? Comfused??) -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 3:39:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mercurio.ie-online.it (dns.ie-online.it [194.133.148.8]) by hub.freebsd.org (Postfix) with ESMTP id 011011562E for ; Wed, 29 Dec 1999 03:39:48 -0800 (PST) (envelope-from sriva@alice.it) Received: from attila.ie-interna.it (host1.ie-online.it [194.133.148.10]) by mercurio.ie-online.it (8.9.3/8.9.3) with ESMTP id MAA38623; Wed, 29 Dec 1999 12:39:46 +0100 (CET) (envelope-from sriva@alice.it) Received: from stefano (stefano.ie-interna.it [192.168.0.33]) by attila.ie-interna.it (8.9.3/8.9.3) with SMTP id MAA01591; Wed, 29 Dec 1999 12:39:45 +0100 (CET) (envelope-from sriva@alice.it) Message-Id: <3.0.5.32.19991229124009.00aa4c00@relay.alice.it> X-Sender: riva@relay.alice.it X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 29 Dec 1999 12:40:09 +0100 To: aunty From: Stefano Riva Subject: Re: kill -HUP 1 Cc: Sheldon Hearn , Duke Normandin <01031149@3web.net>, freebsd-questions@FreeBSD.ORG In-Reply-To: <19991229223445.D47183@comcen.com.au> References: <3.0.5.32.19991229122456.00a2a540@relay.alice.it> <9439.946463304@axl.noc.iafrica.com> <3.0.5.32.19991229122456.00a2a540@relay.alice.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 22.34 29/12/99 +1100, you wrote: >No, he told us that he did get nothing. >No, you _do_ get nothing if there's nothing wrong. >But I think that's what you meant. Aaarrgghhh... forgive me. It was only my bad english. Yes, that's what I mean!! :-( Thanks, Sue. --- Stefano Riva Systems & Network Administrator Informazioni Editoriali I.E. Srl Voice +39-02283151, Fax +39-0228315900 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 4:11:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.gmx.net (mail2.gmx.net [194.221.183.62]) by hub.freebsd.org (Postfix) with SMTP id 97F6D14E87 for ; Wed, 29 Dec 1999 04:11:16 -0800 (PST) (envelope-from michael.duemesnil@gmx.de) Received: (qmail 16632 invoked by uid 0); 29 Dec 1999 12:10:36 -0000 Received: from unknown (HELO rantw4010) (62.144.6.18) by mail2.gmx.net with SMTP; 29 Dec 1999 12:10:36 -0000 Message-ID: <006d01bf51f5$b62c09c0$0f02010a@ratingen.twinsoft.de> From: "Michael Duemesnil" To: References: <19991228195603.2204.qmail@web115.yahoomail.com> Subject: Re: Is there a way to do this using ls command ? Date: Wed, 29 Dec 1999 13:10:34 +0100 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 > 1. don't include, or otherwise strip, all entries > that are NOT directories, so as NOT to save them > in the generated output file > for example ls -F | grep / > (but this will output a trailing / after each and > every directory name), so how to strip this > can this be done using sed, or something else ? lookup: man find (esp. "-type d" - option) > 2. Remove certain directory entries form the > list, for example CVS/ , pkg/ > before saving the final output to the file. again: find! You can build boolean expressions for search criteria. (look for "-a", "-o" and "!") > 3. the list must be sequential listing one entry > on a seperate line. (like issuing simple ls) that's default To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 4:30:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 5CF8D14BC4 for ; Wed, 29 Dec 1999 04:30:57 -0800 (PST) (envelope-from daemon@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id NAA08518 for freebsd-questions@freebsd.org; Wed, 29 Dec 1999 13:30:56 +0100 (CET) (envelope-from daemon@bigeye.rhein-neckar.de) Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id NAA21750 for freebsd-questions@freebsd.org; Wed, 29 Dec 1999 13:14:23 +0100 (CET) (envelope-from daemon) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: kill -HUP 1 Date: 29 Dec 1999 13:14:23 +0100 Message-ID: <84ctuv$l7d$1@bigeye.rhein-neckar.de> References: <3.0.5.32.19991229111745.00a31100@relay.alice.it> <9439.946463304@axl.noc.iafrica.com> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > I'm confused for two reasons: > > 1) Duke's first attempt should have worked, > > kill -HUP 1 Presumably it did. Depending on whether and how you changed /etc/ttys, nothing obvious happens. A newbie might expect some explicit feedback. > 2) Duke's second attempt should produce some kind of invalid syntax > warning. Possibly. After sending SIGTERM to init(8), at which point it becomes moot. I recently mistyped # kill =HUP 1 The shell complained but proceeded to send SIGTERM to init. Ouch. Since "kill" tends to be a builtin, different shells may behave differently in this context. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 4:48:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.eds.ch (ns1.eds.ch [194.235.48.8]) by hub.freebsd.org (Postfix) with ESMTP id 7910A14C89 for ; Wed, 29 Dec 1999 04:48:41 -0800 (PST) (envelope-from roberto.Nunnari@agie.ch) Received: from onyx.eds.ch (onyx.eds.ch [206.122.128.224]) by ns1.eds.ch (8.9.3/8.9.3) with ESMTP id NAA05446 for ; Wed, 29 Dec 1999 13:53:49 +0100 (MET) Received: from mailsrv.eds.ch (mailsrv.eds.ch [206.122.128.226]) by onyx.eds.ch (8.9.3/8.9.3) with ESMTP id NAA09872 for ; Wed, 29 Dec 1999 13:52:03 +0100 (MET) Received: from agie.ch ([198.132.159.194]) by mailsrv.eds.ch (Netscape Messaging Server 3.6) with ESMTP id AAA5BCB for ; Wed, 29 Dec 1999 13:45:23 +0100 Message-ID: <386A0344.FDA7A1D0@agie.ch> Date: Wed, 29 Dec 1999 13:49:08 +0100 From: "Roberto Nunnari, AGIE" Organization: AGIE X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: POSIX Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there. How's about Posix support? I only found pthread_ but no sem_ nor mq_... Please, also send reply to my mail-box. Best regards. -- Roberto Nunnari -software engineer- mailto:roberto.nunnari@agie.ch AGIE - http://www.agie.com Via dei pioppi 16 tel: +41-91-8069138 6616 Losone """ Switzerland (o o) =======================oOO==(_)==OOo======================== MY OPNIONS ARE NOT NECESSARELY THOSE OF MY EMPLOYER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 5: 1:23 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 92AB814F9A for ; Wed, 29 Dec 1999 05:01: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 OAA25269 for freebsd-questions@FreeBSD.ORG; Wed, 29 Dec 1999 14:01:05 +0100 (CET) (envelope-from olli) Date: Wed, 29 Dec 1999 14:01:05 +0100 (CET) From: Oliver Fromme Message-Id: <199912291301.OAA25269@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: > Tried your sh script below... not much luck! It rendered the prompt in my > chosen color, but that's it. Wasn't that what you wanted? What else do you want? If you want the screen to be cleared and repainted in your colors, maybe you should append ``clear'' after the vidcontrol command in the script. > A curious observation though, midc doesn't > trash the screen border that I have set up using vidcontrol; only the fg > and bg colors. Did your script work on your system? I haven't tried it (I don't use colors). It should work exactly as if you type the commands manually in your shell. > BTW, would the script > be identical in csh? No. You don't write scripts in csh; it's evil. :-) Regards Oliver PS: Quotes in mails should be put at the top of the mail, not at the bottom. Just a small hint. -- 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 Wed Dec 29 5: 8:27 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 514541518C for ; Wed, 29 Dec 1999 05:08: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 OAA25593 for freebsd-questions@FreeBSD.ORG; Wed, 29 Dec 1999 14:08:09 +0100 (CET) (envelope-from olli) Date: Wed, 29 Dec 1999 14:08:09 +0100 (CET) From: Oliver Fromme Message-Id: <199912291308.OAA25593@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: How to find probed IRQ's ? 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: > Is ther a way to find out what IRQ's were probed on bootup? ``vmstat -i'' or ``grep irq /var/run/dmesg.boot'' 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 Wed Dec 29 5:48:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ctb-mesg2.saix.net (ctb-mesg2.saix.net [196.25.240.74]) by hub.freebsd.org (Postfix) with ESMTP id 310E1155F4 for ; Wed, 29 Dec 1999 05:48:42 -0800 (PST) (envelope-from ) Received: from eye2eye.net (cbs53-03-211.wc.saix.net) by ctb-mesg2.saix.net (Sun Internet Mail Server sims.3.5.1999.03.02.17.58.p5) with SMTP id <0FNI00ARE90S97@ctb-mesg2.saix.net> for freebsd-questions@FreeBSD.ORG; Wed, 29 Dec 1999 15:48:30 +0200 (SAT) Received: from cataract [192.168.62.25] by eye2eye.net [127.0.0.1] with SMTP (MDaemon.v2.7.SP0.R) for ; Wed, 29 Dec 1999 15:45:02 +0200 Date: Wed, 29 Dec 1999 15:59:14 +0200 From: Subject: RE: Ask a question! In-reply-to: To: 'Alejandro Ramirez' , 'billy' , freebsd-questions@FreeBSD.ORG Reply-To: cataract@eye2eye.net Message-id: MIME-version: 1.0 X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Content-type: MULTIPART/ALTERNATIVE; BOUNDARY="Boundary_(ID_M4LF9NDWisR55aLwnme4mw)" Importance: Normal X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-MDaemon-Deliver-To: freebsd-questions@FreeBSD.ORG X-Priority: 3 (Normal) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --Boundary_(ID_M4LF9NDWisR55aLwnme4mw) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT I think what Billy means, is that he wants to FORCE his users through a proxy (squid) to take load off his connection for frequently hit sites (cnn.com/freshmeat.net). I guess you could do this in two ways, block port 80 requests in general so that users HAVE to put a proxy in to get internet access through squid. Or alternatively use transparant proxying, which I believe is kernel configuration option in BSD! I'm probably be going to be doing the same thing in the office here tomorrow - so if this is what you are wanting to do, give me a shout tomorrow evening (GMT+2) and I'll tell you how my attempt went!   Cheers   Mike -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Alejandro Ramirez Sent: Monday, December 27, 1999 6:12 PM To: billy; freebsd-questions@FreeBSD.ORG Subject: RE: Ask a question! Hi,       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 ----- From: billy To: freebsd-questions@FreeBSD.ORG 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.       Name: Billy Hour     Email:billy@mail.hla.com.tw                            --Boundary_(ID_M4LF9NDWisR55aLwnme4mw) Content-type: text/html; charset=iso-8859-1 Content-transfer-encoding: 7BIT
I think what Billy means, is that he wants to FORCE his users through a proxy (squid) to take load off his connection for frequently hit sites (cnn.com/freshmeat.net). I guess you could do this in two ways, block port 80 requests in general so that users HAVE to put a proxy in to get internet access through squid. Or alternatively use transparant proxying, which I believe is kernel configuration option in BSD! I'm probably be going to be doing the same thing in the office here tomorrow - so if this is what you are wanting to do, give me a shout tomorrow evening (GMT+2) and I'll tell you how my attempt went!
 
Cheers
 
Mike
-----Original Message-----
From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Alejandro Ramirez
Sent: Monday, December 27, 1999 6:12 PM
To: billy; freebsd-questions@FreeBSD.ORG
Subject: RE: Ask a question!

Hi,
 
    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 -----
From: billy
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.
 
    Name: Billy Hour
 
                         --Boundary_(ID_M4LF9NDWisR55aLwnme4mw)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 5:57:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nexus.plymovent.se (nexus.plymovent.se [212.247.77.253]) by hub.freebsd.org (Postfix) with ESMTP id 12A1B15622 for ; Wed, 29 Dec 1999 05:57:29 -0800 (PST) (envelope-from thomas.uhrfelt@plymovent.se) Received: from tu ([192.168.1.21]) by nexus.plymovent.se (8.9.3/8.9.3) with SMTP id PAA47042 for ; Wed, 29 Dec 1999 15:16:43 +0100 (CET) (envelope-from thomas.uhrfelt@plymovent.se) From: "Thomas Uhrfelt" To: "FreeBSD Questions" Subject: ALIAS FILE lenght? Date: Wed, 29 Dec 1999 14:56:21 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How many characters is a row in the /etc/aliases allowed to be? Regards, Thomas Uhrfelt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 5:57:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from giasbgc.vsnl.net.in (giasbgc.vsnl.net.in [202.54.12.163]) by hub.freebsd.org (Postfix) with ESMTP id D37FE1561F for ; Wed, 29 Dec 1999 05:57:31 -0800 (PST) (envelope-from brahmesh@flashmail.com) Received: from flashmail.com ([203.197.183.25]) by giasbgc.vsnl.net.in (8.9.3/8.9.3) with ESMTP id TAA22840 for ; Wed, 29 Dec 1999 19:25:40 GMT Message-ID: <386A12E9.18A7A6A4@flashmail.com> Date: Wed, 29 Dec 1999 19:25:54 +0530 From: brahmesh X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd Subject: tcpip porting Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am a novice currently trying to port the tcp/ip stack implementation in freebsd release 3.2 to os 9 . I want to know the Makefiles in freebsd release 3.2 which produce the output modules ( ex the two output tcp/ip modules produced in os2 are socket.sys and afinet.sys ) , that is I want to know the targets which use any tcp/ip code as dependencies. The problem I faced was that there are as many as 4079 Makefiles and I could'nt locate the targets which use any of the code files as the dependencies. Also if possible I whould like to know how I could start porting the code to os9.I request you to help me as this project is very important to me. Thanking you, Brahmesh, Bangalore, India. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 5:58:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from giasbgc.vsnl.net.in (giasbgc.vsnl.net.in [202.54.12.163]) by hub.freebsd.org (Postfix) with ESMTP id 1D91B15048 for ; Wed, 29 Dec 1999 05:58:47 -0800 (PST) (envelope-from brahmesh@flashmail.com) Received: from flashmail.com ([203.197.183.25]) by giasbgc.vsnl.net.in (8.9.3/8.9.3) with ESMTP id TAA22864 for ; Wed, 29 Dec 1999 19:26:58 GMT Message-ID: <386A1417.5C75F21C@flashmail.com> Date: Wed, 29 Dec 1999 19:30:55 +0530 From: brahmesh X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd Subject: tcpip porting Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am a novice currently trying to port the tcp/ip stack implementation in freebsd release 3.2 to os 9 . I want to know the Makefiles in freebsd release 3.2 which produce the output modules ( ex the two output tcp/ip modules produced in os2 are socket.sys and afinet.sys ) , that is I want to know the targets which use any tcp/ip code as dependencies. The problem I faced was that there are as many as 4079 Makefiles and I could'nt locate the targets which use any of the code files as the dependencies. Also if possible I whould like to know how I could start porting the code to os9.I request you to help me as this project is very important to me. Thanking you, Brahmesh, Bangalore, India. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 6:10:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 0D3311561F for ; Wed, 29 Dec 1999 06:10:13 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 123JnZ-000HqN-00; Wed, 29 Dec 1999 14:09:57 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id OAA81940; Wed, 29 Dec 1999 14:09:57 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Wed, 29 Dec 1999 14:09:57 +0000 (GMT) From: Jonathon McKitrick To: Mikhail Evstiounin Cc: James Bailie , questions@freebsd.org Subject: Re: gcc vs egcs In-Reply-To: <007601bf51b7$6687bce0$b2353018@evstiouninadelphia.net.pit.adelphia.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 On Tue, 28 Dec 1999, Mikhail Evstiounin wrote: > >It looks like vise versa - gcc merged into egcs. Actually, cygnus was named >as >ofocial supporter of gcc. gcc 2.8.1 was the last version supported by old >gcc team. So what are we running on 3.4-stable? gcc 2.8.1? -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 6:13: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cx587235-a.chnd1.az.home.com (cx587235-a.chnd1.az.home.com [24.11.88.170]) by hub.freebsd.org (Postfix) with ESMTP id 80E8F15628 for ; Wed, 29 Dec 1999 06:12:58 -0800 (PST) (envelope-from jjreynold@home.com) Received: from whale.home-net (whale [192.168.1.2]) by cx587235-a.chnd1.az.home.com (8.9.3/8.9.3) with ESMTP id HAA86818 for ; Wed, 29 Dec 1999 07:12:57 -0700 (MST) (envelope-from jjreynold@home.com) Received: (from jjreynold@localhost) by whale.home-net (8.9.3/8.9.3) id HAA51647; Wed, 29 Dec 1999 07:12:57 -0700 (MST) (envelope-from jjreynold@home.com) From: John and Jennifer Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14442.5864.945609.599381@whale.home-net> Date: Wed, 29 Dec 1999 07:12:56 -0700 (MST) To: questions@freebsd.org Subject: Netscape vs. FreeBSD vs. Slashdot -- revisited X-Mailer: VM 6.73 under Emacs 20.4.1 Cc: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I was grepping the archives and found this: http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=1109632+1111006+/usr/local/www/db/text/1999/freebsd-questions/19991010.freebsd-questions seems other people are currently having the crap annoyed out of them by netscape re: slashdot.org as well as me. About 1/2 of the time when I visit slashdot netscape will croak. More than 1/2 of the time when I go back to the site with the "back button" it'll croak. This happens only wish slashdot. I'm using Netscape 4.61. For those of you who saw this previously, is it still persisting? Upgrading to 4.71 only made things worse for me, so I reverted back to 4.61. Does anyone know the cause? -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jjreynold@home.com FreeBSD 3.4-STABLE. FreeBSD: The Power to Serve. http://members.home.com/jjreynold/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 6:15:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id A28D515604 for ; Wed, 29 Dec 1999 06:15:24 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 123Jsg-0005B1-00; Wed, 29 Dec 1999 16:15:14 +0200 From: Sheldon Hearn To: brahmesh Cc: freebsd Subject: Re: tcpip porting In-reply-to: Your message of "Wed, 29 Dec 1999 19:25:54 +0530." <386A12E9.18A7A6A4@flashmail.com> Date: Wed, 29 Dec 1999 16:15:14 +0200 Message-ID: <19902.946476914@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 29 Dec 1999 19:25:54 +0530, brahmesh wrote: > I am a novice currently trying to port the tcp/ip stack > implementation in freebsd release 3.2 to os 9 . I want to know the > Makefiles in freebsd release 3.2 which produce the output modules ( > ex the two output tcp/ip modules produced in os2 are socket.sys and > afinet.sys ) , that is I want to know the targets which use any tcp/ip > code as dependencies. Phew! :-) You're not going to want to hear this, but TCP/IP isn't a separate module in FreeBSD -- it's part of the kernel. Have a look in src/sys/netinet . Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 6:19:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 3089514BE7 for ; Wed, 29 Dec 1999 06:19:53 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 123Jwz-0005C8-00; Wed, 29 Dec 1999 16:19:41 +0200 From: Sheldon Hearn To: "Thomas Uhrfelt" Cc: "FreeBSD Questions" Subject: Re: ALIAS FILE lenght? In-reply-to: Your message of "Wed, 29 Dec 1999 14:56:21 +0100." Date: Wed, 29 Dec 1999 16:19:41 +0200 Message-ID: <19971.946477181@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 29 Dec 1999 14:56:21 +0100, "Thomas Uhrfelt" wrote: > How many characters is a row in the /etc/aliases allowed to be? BUFSIZ characters, as defined in /usr/include/stdio.h (1024 on my machine). Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 6:25:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server.baldwin.cx (ric-37.freedomnet.com [198.240.105.37]) by hub.freebsd.org (Postfix) with ESMTP id 0777F1561F for ; Wed, 29 Dec 1999 06:25:04 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx (john [10.0.0.2]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id JAA25575; Wed, 29 Dec 1999 09:25:17 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-Id: <199912291425.JAA25575@server.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199912290445.XAA04539@lorax.eecs.umich.edu> Date: Wed, 29 Dec 1999 09:25:17 -0500 (EST) From: John Baldwin To: Rob Malan Subject: RE: Building commercial systems using FreeBSD Cc: freebsd-questions@FreeBSD.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 29-Dec-99 Rob Malan wrote: > Hello, > > I am building a software system that requires kernel modifications. I want > to resell the resulting software. What are the commercial licensing > criteria for using FreeBSD as a platform? Are any kernel modifications > encumbered (ala GPL)? > > I appreciate your help. You may read the COPYRIGHT at http://www.freebsd.org/cgi/cvsweb.cgi/src/COPYRIGHT?rev=1.4 You'll want to get a lawyer or your legal department to check that out for you. Basically, you have to include a copyright statement in the source code and in the documentation. You also can't use the names of any of the contributors as advertising material w/o prior permission. Other than that you can do whatever you want. Thus, you can freely make modifications which you don't have to redistribute, and you can freely sell your product. > -Rob Malan -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 6:25:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from inbox.org (inbox.org [216.22.145.8]) by hub.freebsd.org (Postfix) with ESMTP id DB2FD15638 for ; Wed, 29 Dec 1999 06:25:19 -0800 (PST) (envelope-from bsd@inbox.org) Received: from localhost (bsd@localhost) by inbox.org (8.9.3/8.9.3) with SMTP id JAA25310; Wed, 29 Dec 1999 09:24:13 -0500 (EST) Date: Wed, 29 Dec 1999 09:24:13 -0500 (EST) From: "Mr. K." To: David Greenman Cc: "Alexey N. Dokuchaev" , questions@FreeBSD.ORG Subject: Re: ftp.freebsd.org In-Reply-To: <199912291015.CAA16083@implode.root.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 Does anyone know is wc using the standard version of ftp, or are they using something special, or custom? On Wed, 29 Dec 1999, David Greenman wrote: > >> >I believe it's a Micron NetFrame of one breed or another. > >> > >> I went to the last group of links, and the more... link.. it shows the > >> info on the server on that page somewhere. I didn't see Micron NetFrame > >> anywhere. But here's a question.. WHERE is that machine? What state or > >> country? Or city? > >> > > > >AFAIR, it's downtown San Francisco. > > All of this information can be found at: > > ftp://ftp.cdrom.com/archive-info/wcarchive.txt > > -DG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 6:29:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.prescient.co.za (mail.prescient.co.za [196.25.167.194]) by hub.freebsd.org (Postfix) with ESMTP id 36AEC1520C for ; Wed, 29 Dec 1999 06:29:20 -0800 (PST) (envelope-from rip@pinetec.co.za) Received: from rip by mail.prescient.co.za with local (Exim 2.05 #1) id 123K6B-0001bb-00; Wed, 29 Dec 1999 16:29:11 +0200 Date: Wed, 29 Dec 1999 16:29:11 +0200 From: "R.I.Pienaar" To: John and Jennifer Reynolds Cc: questions@FreeBSD.ORG Subject: Re: Netscape vs. FreeBSD vs. Slashdot -- revisited Message-ID: <19991229162911.A24581@pinetec.co.za> References: <14442.5864.945609.599381@whale.home-net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <14442.5864.945609.599381@whale.home-net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed Dec 29, 1999 at 07:12:56AM -0700, John and Jennifer Reynolds wrote: > > Hi all, I was grepping the archives and found this: > > http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=1109632+1111006+/usr/local/www/db/text/1999/freebsd-questions/19991010.freebsd-questions > > seems other people are currently having the crap annoyed out of them by > netscape re: slashdot.org as well as me. About 1/2 of the time when I visit > slashdot netscape will croak. More than 1/2 of the time when I go back to the > site with the "back button" it'll croak. This happens only wish slashdot. > > I'm using Netscape 4.61. > > For those of you who saw this previously, is it still persisting? Upgrading to > 4.71 only made things worse for me, so I reverted back to 4.61. Does anyone > > know the cause? do you use a font server? does netscape just core and thats that, or does it start thrashing the drive etc? i had problems with my font server and removing it fixed the problem - what cause the font server to misbehave is still a mistery though. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 6:32: 6 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 8648414BEA for ; Wed, 29 Dec 1999 06:32:03 -0800 (PST) (envelope-from evstiounin@adelphia.net) Received: from evstiouninadelphia (surf71-193.pit.adelphia.net [24.48.53.193]) by alpha.pit.adelphia.net (8.9.2/8.9.2) with SMTP id JAA04814; Wed, 29 Dec 1999 09:30:40 -0500 (EST) Message-ID: <008b01bf5209$90a0bde0$c1353018@evstiouninadelphia.net.pit.adelphia.net> From: "Mikhail Evstiounin" To: "Jonathon McKitrick" Cc: "James Bailie" , Subject: Re: gcc vs egcs Date: Wed, 29 Dec 1999 09:32:41 -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 From: Jonathon McKitrick ... >So what are we running on 3.4-stable? gcc 2.8.1? > I don't know exactly, but looks like 2.7.2 >-=> jm <=- > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 6:33: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cr31617-a.lndn1.on.wave.home.com (cr31617-a.lndn1.on.wave.home.com [24.112.227.163]) by hub.freebsd.org (Postfix) with ESMTP id A08F115670 for ; Wed, 29 Dec 1999 06:33:01 -0800 (PST) (envelope-from jbailie@cr31617-a.lndn1.on.wave.home.com) Received: (from jbailie@localhost) by cr31617-a.lndn1.on.wave.home.com (8.9.3/8.9.3) id JAA00858 for questions@freebsd.org; Wed, 29 Dec 1999 09:44:02 -0500 (EST) (envelope-from jbailie) Date: Wed, 29 Dec 1999 09:44:02 -0500 From: James Bailie To: questions@freebsd.org Subject: Re: Netscape vs. FreeBSD vs. Slashdot -- revisited Message-ID: <19991229094402.A752@cr31617-a.lndn1.on.wave.home.co> References: <14442.5864.945609.599381@whale.home-net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14442.5864.945609.599381@whale.home-net>; from jjreynold@home.com on Wed, Dec 29, 1999 at 07:12:56AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 29, 1999 at 07:12:56AM -0700, John and Jennifer Reynolds wrote: > seems other people are currently having the crap annoyed out of them by > netscape re: slashdot.org as well as me. About 1/2 of the time when I visit > slashdot netscape will croak. More than 1/2 of the time when I go back to the > site with the "back button" it'll croak. This happens only wish slashdot. Still happens. Have no idea what's up. I notice, however, that it won't die if Slashdot is the very first site visited after startup. YMMV. -- James Bailie http://members.home.net/jazzturk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 6:40:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id AFDC815628 for ; Wed, 29 Dec 1999 06:40:25 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 123KFx-0005Iv-00; Wed, 29 Dec 1999 16:39:17 +0200 From: Sheldon Hearn To: "Mr. K." Cc: David Greenman , "Alexey N. Dokuchaev" , questions@FreeBSD.ORG Subject: Re: ftp.freebsd.org In-reply-to: Your message of "Wed, 29 Dec 1999 09:24:13 EST." Date: Wed, 29 Dec 1999 16:39:17 +0200 Message-ID: <20392.946478357@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 29 Dec 1999 09:24:13 EST, "Mr. K." wrote: > Does anyone know is wc using the standard version of ftp, or are they > using something special, or custom? I believe it's a heavily customized wu-ftpd. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 6:41:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from commov.commercialmovers.com (commov.commercialmovers.com [204.107.254.219]) by hub.freebsd.org (Postfix) with ESMTP id 5B3591563D for ; Wed, 29 Dec 1999 06:41:34 -0800 (PST) (envelope-from jmutter@commercialmovers.com) Received: from commercialmovers.com ([192.196.1.177]) by commov.commercialmovers.com (8.8.8/SCO5) with ESMTP id JAA18657 for ; Wed, 29 Dec 1999 09:43:27 -0500 (EST) Message-ID: <386A1F3A.34A46F19@commercialmovers.com> Date: Wed, 29 Dec 1999 09:48:26 -0500 From: "James A. Mutter" Organization: Commercial Movers, Inc. X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Natd or IPFW Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm in a situation where I might need to implement some form of address translation on our local network. I'll do it with FreeBSD, my question is do I do it with natd or do I do it with IPFW? I realize that both are capable - is one 'better' than the other? Thanks, Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 7: 7:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.wa.home.com (ha1.rdc1.wa.home.com [24.0.2.66]) by hub.freebsd.org (Postfix) with ESMTP id 4CB8C151A5 for ; Wed, 29 Dec 1999 07:07:51 -0800 (PST) (envelope-from francis.j.bruening@bigfoot.com) Received: from c583119a ([24.0.55.28]) by mail.rdc1.wa.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <19991229150750.MFUZ2968.mail.rdc1.wa.home.com@c583119a> for ; Wed, 29 Dec 1999 07:07:50 -0800 From: "Francis J. Bruening" To: "freebsd" Subject: support for SBLive? Date: Wed, 29 Dec 1999 07:08:11 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm a new user to FreeBSD, and have been trying to find info on support (if any) for the SBLive is available yet. I know Creative GPL'd the drivers for Linux a while back, and was curious if anyone had found a way to get their SBLive to work with FreeBSD. Any info appreciated. thanks Francis Bruening To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 7:12:36 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 F21E31568F for ; Wed, 29 Dec 1999 07:12:33 -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 <19991229151024.SQUV7552.mail.rdc3.on.home.com@main.wgaf.net> for ; Wed, 29 Dec 1999 07:10:24 -0800 Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 123Km8-00014g-00; Wed, 29 Dec 1999 10:12:32 -0500 To: freebsd-questions@freebsd.org Subject: Re: ed0 recognized as ed1 References: 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: 29 Dec 1999 10:12:32 -0500 In-Reply-To: Annelise Anderson's message of "Wed, 29 Dec 1999 00:47:39 -0800 (PST)" Message-ID: <87u2l1ixwf.fsf@main.wgaf.net> Lines: 27 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 Annelise Anderson writes: > And it seems to vary with the version of FreeBSD or how recent the > -current sources are. My September 15 -current did ed1 but by > December 9 it was back to ed0. I cvsup sources every day. The kernel was rebuilt yesterday. ;^( Will it make sense to file a bug report or is it a well-known problem? > This is a problem on a remote reboot, because if rc.conf is wrong, the > network won't come up. And then you can't get to the machine to fix > it. Exactly. I had to drag my box out of the closet and attatch a monitor to it to find out what had happened. > I think you'd find, though, that if you compiled the kernel with ed1 > instead of ed0, your card would turn up with ed2. This is exactly the case. Annelise, thanks for your reply! -- 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 Wed Dec 29 7:28:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from charon.shaghaus.org (209-6-187-27.c6-0.wth-ubr1.sbo-wth.ma.cable.rcn.com [209.6.187.27]) by hub.freebsd.org (Postfix) with ESMTP id AC56515668 for ; Wed, 29 Dec 1999 07:28:15 -0800 (PST) (envelope-from bunicula@rcn.com) Received: from charon (IDENT:bunicula@charon [192.168.2.1]) by charon.shaghaus.org (8.9.3/8.9.3) with ESMTP id KAA03622 for ; Wed, 29 Dec 1999 10:32:38 -0500 Date: Wed, 29 Dec 1999 10:32:38 -0500 (EST) From: Brian Anderson X-Sender: bunicula@charon.diabolis.net To: freebsd-questions@FreeBSD.ORG Subject: sound questions 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 any pointers on getting a soundblaster 16 running happily? i did what i thought was correct, but get an error at boot telling me that my card neds SBPro support. i added (not quoted accurately, as i'm not at the box) controller snd0 device sb0 (parameters) device sbmidi0 (parameters) device opl0 (parameters) it looks like the card is being detected, so i don't even know if the SBPro error matters... the other questions is about making /dev/dsp: MAKEDEV /dev/dsp fails, saying that there is no such device. is this related to the sound card error, or do i need to manually use mkod for /dev/dsp (and i'm guessing /dev/mixer and /dev/audio?) sorry that the information is lacking... i won't have access to the machine again until this afternoon. thanks! brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 7:33:18 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 4F40F150DC for ; Wed, 29 Dec 1999 07: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 JAA26396; Wed, 29 Dec 1999 09:31:03 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <014301bf5211$d247b660$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Roberto Nunnari, AGIE" , References: <386A0344.FDA7A1D0@agie.ch> Subject: RE: POSIX Date: Wed, 29 Dec 1999 09:31:48 -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, To include the posix priority extensions in your system, try this lines in your kernel config file, rebuild & install. options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" Have Fun... Ales ----- Original Message ----- From: Roberto Nunnari, AGIE To: Sent: Wednesday, December 29, 1999 6:49 AM Subject: POSIX > Hi there. > > How's about Posix support? I only found pthread_ but no > sem_ nor mq_... > > Please, also send reply to my mail-box. > > Best regards. > -- > Roberto Nunnari -software engineer- > mailto:roberto.nunnari@agie.ch > AGIE - http://www.agie.com > Via dei pioppi 16 tel: +41-91-8069138 > 6616 Losone """ > Switzerland (o o) > =======================oOO==(_)==OOo======================== > MY OPNIONS ARE NOT NECESSARELY THOSE OF MY EMPLOYER > > > 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 Wed Dec 29 7:41:25 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 795831522A for ; Wed, 29 Dec 1999 07:41:23 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id JAA65929; Wed, 29 Dec 1999 09:41:19 -0600 (CST) (envelope-from dan) Date: Wed, 29 Dec 1999 09:41:19 -0600 From: Dan Nelson To: Rob Malan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Building commercial systems using FreeBSD Message-ID: <19991229094118.A65368@dan.emsphone.com> References: <199912290445.XAA04539@lorax.eecs.umich.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <199912290445.XAA04539@lorax.eecs.umich.edu>; from "Rob Malan" on Tue Dec 28 23:45:16 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 28), Rob Malan said: > I am building a software system that requires kernel modifications. > I want to resell the resulting software. What are the commercial > licensing criteria for using FreeBSD as a platform? Are any kernel > modifications encumbered (ala GPL)? The only restricted kernel bits are in /sys/contrib and /sys/gnu. The important bits to watch for are softupdates, and possibly the GNU math emulator, both of which you can easily live without. -- 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 Wed Dec 29 7:50:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 0FD63151D6; Wed, 29 Dec 1999 07:50:27 -0800 (PST) (envelope-from jrs@enteract.com) Received: from shell-2.enteract.com (jrs@shell-2.enteract.com [207.229.143.41]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id JAA58905; Wed, 29 Dec 1999 09:50:25 -0600 (CST) (envelope-from jrs@enteract.com) Date: Wed, 29 Dec 1999 09:50:25 -0600 (CST) From: John Sconiers To: "Jonathan E. Lyons" Cc: freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: install onto IBM think pad 600E In-Reply-To: <199912290459.WAA16966@zeus.anet-chi.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 > Search the mail archives, I'm using 3.3 and the PAO source and a thinkpad > 600, the install can be a little tricky...What sort of problems are you > having? I would like to do a net install. What type of ethernet card are you useing. I've tried a: D-link DFE 650 Xircom Credit Card (CE3B-100BTX IBM EtherJet 3com 10/100 lan +56K 3ccfem556 I'm using an older PAO release so I'm going to download and try the 3.3 version. This could be the problem. I'll email if that works. JOHN4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 7:58:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 0F0D8150C7 for ; Wed, 29 Dec 1999 07:58:56 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (zeus@tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id KAA02476; Wed, 29 Dec 1999 10:01:46 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Wed, 29 Dec 1999 10:01:46 -0600 (CST) From: Gene Harris To: Brian Anderson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sound questions 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 > any pointers on getting a soundblaster 16 running happily? > > i did what i thought was correct, but get an error at boot telling me that > my card neds SBPro support. > > the other questions is about making /dev/dsp: MAKEDEV /dev/dsp fails, > saying that there is no such device. is this related to the sound card > error, or do i need to manually use mkod for /dev/dsp (and i'm guessing > /dev/mixer and /dev/audio?) > > I believe all you have to do is MAKDEV /dev/snd0. A quick scan of the MAKEDEV script shows that it takes care of all the other devices for you. I am using an SBPro with no problems, and I do get the "SBPro support" message on boot up. You might also scan the FreeBSD mailing lists archives for more complete information on SBPro support. Gene Harris http://www.tetronsoftware.com - my admittedly sorry web site http://defender.tetronsoftware.com - an equally sorry Linux web site. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 8: 6: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.eds.ch (ns1.eds.ch [194.235.48.8]) by hub.freebsd.org (Postfix) with ESMTP id 4FEE315166 for ; Wed, 29 Dec 1999 08:05:58 -0800 (PST) (envelope-from roberto.Nunnari@agie.ch) Received: from onyx.eds.ch (onyx.eds.ch [206.122.128.224]) by ns1.eds.ch (8.9.3/8.9.3) with ESMTP id RAA07157 for ; Wed, 29 Dec 1999 17:11:58 +0100 (MET) Received: from mailsrv.eds.ch (mailsrv.eds.ch [206.122.128.226]) by onyx.eds.ch (8.9.3/8.9.3) with ESMTP id RAA11894 for ; Wed, 29 Dec 1999 17:10:11 +0100 (MET) Received: from agie.ch ([198.132.159.194]) by mailsrv.eds.ch (Netscape Messaging Server 3.6) with ESMTP id AAA66E1; Wed, 29 Dec 1999 17:03:27 +0100 Message-ID: <386A31A7.6FE716DE@agie.ch> Date: Wed, 29 Dec 1999 17:07:03 +0100 From: "Roberto Nunnari, AGIE" Organization: AGIE X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Alejandro Ramirez Cc: freebsd-questions@FreeBSD.ORG Subject: Re: POSIX References: <386A0344.FDA7A1D0@agie.ch> <014301bf5211$d247b660$d2630a0a@megared.net.mx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Alejandro, Alejandro Ramirez wrote: > > Hi, > > To include the posix priority extensions in your system, try this lines > in your kernel config file, rebuild & install. > > options "P1003_1B" > options "_KPOSIX_PRIORITY_SCHEDULING" > options "_KPOSIX_VERSION=199309L" > > Have Fun... > Ales does that work for a system cvsup-ed from the latest -stable around July-August 1999? (Should be somewhere around 3.2) Thanks a lot. -- Roberto Nunnari -software engineer- mailto:roberto.nunnari@agie.ch AGIE - http://www.agie.com Via dei pioppi 16 tel: +41-91-8069138 6616 Losone """ Switzerland (o o) =======================oOO==(_)==OOo======================== MY OPNIONS ARE NOT NECESSARELY THOSE OF MY EMPLOYER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 8: 6:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from disavowed.broken.net (disavowed.broken.net [204.216.142.33]) by hub.freebsd.org (Postfix) with ESMTP id EB7271520E for ; Wed, 29 Dec 1999 08:06:28 -0800 (PST) (envelope-from ian@disavowed.broken.net) Received: (from ian@localhost) by disavowed.broken.net (8.8.7/8.8.7) id IAA15874; Wed, 29 Dec 1999 08:06:22 -0800 (PST) Date: Wed, 29 Dec 1999 08:06:21 -0800 (PST) From: Ian Struble To: James Bailie Cc: questions@FreeBSD.ORG Subject: Re: Netscape vs. FreeBSD vs. Slashdot -- revisited In-Reply-To: <19991229094402.A752@cr31617-a.lndn1.on.wave.home.co> 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 > > seems other people are currently having the crap annoyed out of them by > > netscape re: slashdot.org as well as me. About 1/2 of the time when I visit > > slashdot netscape will croak. More than 1/2 of the time when I go back to the > > site with the "back button" it'll croak. This happens only wish slashdot. > > Still happens. Have no idea what's up. I notice, however, that it won't die > if Slashdot is the very first site visited after startup. YMMV. It dies on me sometimes even if slashdot is the first site I visit(ie. make it the homepage). It often dies with I go 'back' to it but usually not when I go directly to it again. I can go back between messages but once the homepage comes up: *poof*. And the situation got worse with 4.7. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 8:12:40 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 0490B151B0 for ; Wed, 29 Dec 1999 08:12:38 -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 <19991229161028.TANX7552.mail.rdc3.on.home.com@main.wgaf.net> for ; Wed, 29 Dec 1999 08:10:28 -0800 Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 123LiG-00018s-00; Wed, 29 Dec 1999 11:12:36 -0500 To: freebsd-questions@freebsd.org Subject: pci NICs of the same kind - which one is 0, which one is 1 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: 29 Dec 1999 11:12:36 -0500 Message-ID: <87aemtn2tn.fsf@main.wgaf.net> Lines: 13 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 device rl0 device rl1 Do I have any control over which of the two NICs is assigned "rl0", and which "rl1"? How would I do that? What is the default order of assigning 0, 1, ... to similar pci cards? Thanks! -- 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 Wed Dec 29 8:18:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cepheus.azstarnet.com (cepheus.azstarnet.com [169.197.56.195]) by hub.freebsd.org (Postfix) with ESMTP id 8862A14F58 for ; Wed, 29 Dec 1999 08:18:33 -0800 (PST) (envelope-from sbcorey@azstarnet.com) Received: from azstarnet.com (dialup002ip043.tus.azstarnet.com [169.197.14.43]) by cepheus.azstarnet.com (8.9.3+blt.Beta0/8.9.3) with ESMTP id JAA23569 for ; Wed, 29 Dec 1999 09:18:27 -0700 (MST) X-Sent-via: StarNet http://www.azstarnet.com/ Message-ID: <386A3468.FBC01FB6@azstarnet.com> Date: Wed, 29 Dec 1999 09:18:48 -0700 From: Scott Corey X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: Re: Warning about C Library References: <3869A5D5.99CF4A6F@azstarnet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Scott Corey wrote: > > I keep getting these warning on my console, however, I am at a loss of > what I did wrong and how to go about fixing them. > > "Gtk-WARNING **: locale not supported by C library" > > "Warning: locale not supported by C library, library unchanged" > > The weird part is that everything SEEMS to be working > Any help would be greatly appreciated. > > Thanks, > > Scott P.S. I am running 3.4-stable on a AMD K6-2 333mhz. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 8:18:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 8AE4115257 for ; Wed, 29 Dec 1999 08:18:37 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (zeus@tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id KAA02542 for ; Wed, 29 Dec 1999 10:21:29 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Wed, 29 Dec 1999 10:21:29 -0600 (CST) From: Gene Harris To: freebsd-questions@freebsd.org Subject: Re: Netscape vs. FreeBSD vs. Slashdot -- revisited 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 Wed, 29 Dec 1999, Ian Struble wrote: > > > seems other people are currently having the crap annoyed out of them by I currently have no problems connecting to slashdot.org with netscape 4.7. Did you install from the ports or a package? I installed from the ports collection. I have java script turned on, as well. I am using an old S3/GX video card with the S3V video driver. You might try changing the video driver for X to see if that helps. I do have problems with xfstt executing on my FreeBSD server, but do not have any problems connecting to xfstt on my Linux box. The Linux implementation runs smoothly and serves fonts to four machines. The freebsd version barely runs, cannot handle large web font files, and dies if anyone connects to it remotely. xfstt 1.0 runs fine on Redhat, but dies and goes to hell on my FreeBSD box, even though the author claims to have made improvements specifically for FreeBSD. Gene Harris Oracle Programmer By Day; lazy couch potato by night! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 8:21: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 8BD9515604 for ; Wed, 29 Dec 1999 08:21:05 -0800 (PST) (envelope-from gmgreene@pop.mindspring.com) Received: from pop.mindspring.com (pool-209-138-43-194.bltm.grid.net [209.138.43.194]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id LAA32198 for ; Wed, 29 Dec 1999 11:21:03 -0500 (EST) Message-ID: <386A3724.C1BE9CF7@pop.mindspring.com> Date: Wed, 29 Dec 1999 11:30:30 -0500 From: george greene Reply-To: gmgreene@mindspring.com X-Mailer: Mozilla 4.7 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: porting sparc,mips,powerpc Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i have look at web sites for openbsd and netbsd, i know they have an offering for the processors listed above. i was wondering how one goes about starting a port to other processors / systems. i would like to try my hand at porting freebsd to different processor. how does one get started? has a port of freebsd been done for alpha and alpha motherboard for www.api-processor.com? in reading through freebsd's web site, i found the comparison section somewhere out on the web, (i believe) i really like what i read about the speed and reliability. it seems to me, whole plateforms should be developed around freebsd. i can also try to port the hp risc based workstation. i guest you can tell, i got some time on my hands. thanks, george To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 8:21:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from localhost.cproject.com (premium129.dnvr.uswest.net [206.196.132.129]) by hub.freebsd.org (Postfix) with SMTP id C32B31563A for ; Wed, 29 Dec 1999 08:21:21 -0800 (PST) (envelope-from jhanna@cproject.com) Received: (qmail 35336 invoked by uid 83); 29 Dec 1999 16:21:34 -0000 Received: from unknown (HELO dv2000.omfus.org) (10.1.1.43) by larryboy with SMTP; 29 Dec 1999 16:21:34 -0000 Message-ID: <002101bf5218$edad17e0$2b01010a@omfus.org> From: "John Hanna" To: Subject: DUMP causes system lockup? Date: Wed, 29 Dec 1999 09:22:40 -0700 Organization: Caleb Project 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 run dump nightly to backup my files to a second disk, something like this: dump -0 -a -f - / |gzip >/backup/larryboy/larryboy.root.dump.gz dump -0 -a -f - /usr |gzip >/backup/larryboy/larryboy.usr.dump.gz Last night in the middle of this process the system locked up. I had to push the reset key this morning to bring it back. UUCICO was also running about the same time as the backup. This has been a repeatable problem, although it doesn't crash every night Dump runs. Is fileaccess in the middle of a dump bad? I can't shut off all server functions for the duration of the dump. Is there a way I can make dump more file-sharing-friendly? TAR never did this. Thanks, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 8:23:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stella.pyramus.com (stella.pyramus.com [206.129.206.3]) by hub.freebsd.org (Postfix) with ESMTP id A437B14D9A for ; Wed, 29 Dec 1999 08:23:54 -0800 (PST) (envelope-from blake@pyramus.com) Received: from phil.pyramus.com (phil [206.129.206.2]) by stella.pyramus.com (8.9.3/8.9.3) with ESMTP id IAA27356 for ; Wed, 29 Dec 1999 08:33:23 -0800 (PST) (envelope-from blake@pyramus.com) Received: from dark_star (dark-star.pyramus.com [206.129.206.6]) by phil.pyramus.com (8.8.3/8.6.12) with SMTP id IAA25984 for ; Wed, 29 Dec 1999 08:25:55 -0800 (PST) Date: Wed, 29 Dec 1999 08:25:55 -0800 (PST) Message-Id: <3.0.16.19991229082404.1a17b204@phil.pyramus.com> X-Sender: blake@phil.pyramus.com X-Mailer: Windows Eudora Pro Version 3.0 (16) To: freebsd-questions@FreeBSD.ORG From: Blake Swensen Subject: what am I missing in mounting partition Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For some reason I cannot mount /dev/sd2d (FreeBSD 2.1.6-RELEASE). The system sees e and f and they mount perfectly. Here's from disklabel: # size offset fstype [fsize bsize bps/cpg] c: 4165271 0 unused 0 0 # (Cyl. 0 - 122507*) d: 1372864 1 4.2BSD 1024 8192 8192 # (Cyl. 0*- 40378*) e: 1372865 1372865 4.2BSD 1024 8192 8192 # (Cyl. 40378*- 80756*) f: 1419541 2745730 4.2BSD 1024 8192 8192 # (Cyl. 80756*- 122507*) I have newfs'ed partition d and fsck'ed it with no errors. Mount tells me that a block device is required when I try to mount /dev/rsd2d and when I try to mount /dev/sd2d it tells me that the device is not configured. So, I thought that maybe I needed to MAKEDEV... tells me that 'bad unit for disk in: sd2d. Any thoughts? Peace, Blake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 8:25:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from node11a94.a2000.nl (node11a94.a2000.nl [24.132.26.148]) by hub.freebsd.org (Postfix) with SMTP id D33E014CE1 for ; Wed, 29 Dec 1999 08:25:23 -0800 (PST) (envelope-from ronald@node11a94.a2000.nl) Received: (qmail 59784 invoked from network); 29 Dec 1999 16:25:22 -0000 Received: from node11a94.a2000.nl (24.132.26.148) by node11a94.a2000.nl with SMTP; 29 Dec 1999 16:25:22 -0000 Date: Wed, 29 Dec 1999 17:25:22 +0100 (CET) From: Ronald Klop To: freebsd-questions@freebsd.org Subject: natd and xdmcp 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, I have the following problem. In my local network (10.0.0.x) I have an X server. I want to use xdmcp to start the clients on a SUN with CDE on my university. My network is connected to the outside via a cablemodem and natd. I have redirected the x11 ports (see /etc/services) with natd to my internal computer. I can start an application remote and see it on my screen with telnet and the proper DISPLAY set. So X is working and I have the right redirections. But XDMCP will not work (timeout). I have also tried to redirect the xdmcp ports with natd, but that made no difference. (Not suprising, because my xdmcp query is going out, while the x11 connections are comming in - please tell me if this is a wrong idea of the protocols.) I can use XDMCP to FreeBSD boxes on the local network, so that part of the configuration is ok. Can anybody explain this to me? Do I need to redirect other ports than the x11 ports also. Greetings, Ronald. -- Ronald Klop http://node11a94.a2000.nl/~ronald/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 8:26:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from charon.shaghaus.org (209-6-187-126.c6-0.wth-ubr1.sbo-wth.ma.cable.rcn.com [209.6.187.126]) by hub.freebsd.org (Postfix) with ESMTP id 365AE14EC9 for ; Wed, 29 Dec 1999 08:26:46 -0800 (PST) (envelope-from bunicula@rcn.com) Received: from charon (IDENT:bunicula@charon [192.168.2.1]) by charon.shaghaus.org (8.9.3/8.9.3) with ESMTP id LAA03866; Wed, 29 Dec 1999 11:31:06 -0500 Date: Wed, 29 Dec 1999 11:31:05 -0500 (EST) From: Brian Anderson X-Sender: bunicula@charon.diabolis.net To: Gene Harris Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sound questions 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 Wed, 29 Dec 1999, Gene Harris wrote: > I believe all you have to do is MAKDEV /dev/snd0. A quick turns out that what it wanted was MAKEDEV snd0, not MAKEDEV /dev/snd0... but that was the trick... i was trying to build the devices one at a time. and every indication is that it's working (i was able to ssh to the box and play an mp3... mpg123 didn't complain about opening /dev/dsp, so it worked, and anyone near the machine probably got an interesting surprise :) Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 8:30: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id E89E714C8A for ; Wed, 29 Dec 1999 08:30:00 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (zeus@tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id KAA02589; Wed, 29 Dec 1999 10:32:51 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Wed, 29 Dec 1999 10:32:51 -0600 (CST) From: Gene Harris To: Brian Anderson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sound questions 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 > turns out that what it wanted was MAKEDEV snd0, not MAKEDEV /dev/snd0... > Sorry for telling you /dev/snd0. It has been a while since I set this up. And I've slept since then. :-) Gene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 8:46: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id D8C3D1568B; Wed, 29 Dec 1999 08:45:58 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id JAA43871; Wed, 29 Dec 1999 09:45:57 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id JAA03071; Wed, 29 Dec 1999 09:45:56 -0700 (MST) Message-Id: <199912291645.JAA03071@harmony.village.org> To: John Sconiers Subject: Re: install onto IBM think pad 600E Cc: "Jonathan E. Lyons" , freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG In-reply-to: Your message of "Wed, 29 Dec 1999 09:50:25 CST." References: Date: Wed, 29 Dec 1999 09:45:56 -0700 From: Warner Losh Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message John Sconiers writes: : I would like to do a net install. What type of ethernet card are you : useing. I've tried a: : D-link DFE 650 : Xircom Credit Card (CE3B-100BTX : IBM EtherJet : 3com 10/100 lan +56K 3ccfem556 All of these sound like cardbus cards, no? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 8:59:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from charon.shaghaus.org (209-6-187-126.c6-0.wth-ubr1.sbo-wth.ma.cable.rcn.com [209.6.187.126]) by hub.freebsd.org (Postfix) with ESMTP id 824C814E50 for ; Wed, 29 Dec 1999 08:59:19 -0800 (PST) (envelope-from bunicula@rcn.com) Received: from charon (IDENT:bunicula@charon [192.168.2.1]) by charon.shaghaus.org (8.9.3/8.9.3) with ESMTP id MAA03985; Wed, 29 Dec 1999 12:03:40 -0500 Date: Wed, 29 Dec 1999 12:03:40 -0500 (EST) From: Brian Anderson X-Sender: bunicula@charon.diabolis.net To: Gene Harris Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sound questions 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 Wed, 29 Dec 1999, Gene Harris wrote: > Sorry for telling you /dev/snd0. It has been a while since > I set this up. And I've slept since then. :-) well, if you hadn't said that, i would have been mknod'ing a whole bunch o things, and getting nowhere... brian enjoying this freebsd experience quite a bit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 8:59:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cx587235-a.chnd1.az.home.com (cx587235-a.chnd1.az.home.com [24.11.88.170]) by hub.freebsd.org (Postfix) with ESMTP id 1EB2714E50 for ; Wed, 29 Dec 1999 08:59:43 -0800 (PST) (envelope-from jjreynold@home.com) Received: from whale.home-net (whale [192.168.1.2]) by cx587235-a.chnd1.az.home.com (8.9.3/8.9.3) with ESMTP id JAA87113; Wed, 29 Dec 1999 09:59:42 -0700 (MST) (envelope-from jjreynold@home.com) Received: (from jjreynold@localhost) by whale.home-net (8.9.3/8.9.3) id JAA51814; Wed, 29 Dec 1999 09:59:41 -0700 (MST) (envelope-from jjreynold@home.com) From: John and Jennifer Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14442.15869.654084.876436@whale.home-net> Date: Wed, 29 Dec 1999 09:59:41 -0700 (MST) To: "R.I.Pienaar" Cc: questions@FreeBSD.ORG Subject: Re: Netscape vs. FreeBSD vs. Slashdot -- revisited In-Reply-To: <19991229162911.A24581@pinetec.co.za> References: <14442.5864.945609.599381@whale.home-net> <19991229162911.A24581@pinetec.co.za> X-Mailer: VM 6.73 under Emacs 20.4.1 Cc: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ On Wednesday, December 29, R.I.Pienaar wrote: ] > > do you use a font server? does netscape just core and thats that, or does it > start thrashing the drive etc? i had problems with my font server and removing > it fixed the problem - what cause the font server to misbehave is still a > mistery though. no, I'm not using a font server (but was planning on setting that up in the near future). Netscape just cores and dies, no warnings, no messages, nothing. this only happens with slashdot (as previously mentioned). Very wierd .... -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jjreynold@home.com FreeBSD 3.4-STABLE. FreeBSD: The Power to Serve. http://members.home.com/jjreynold/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 9:21:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id B5601151E6 for ; Wed, 29 Dec 1999 09:21:09 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 123MmZ-00066F-00 for freebsd-questions@freebsd.org; Wed, 29 Dec 1999 19:21:07 +0200 From: Sheldon Hearn To: freebsd-questions@freebsd.org Subject: make does nothing building kernel Date: Wed, 29 Dec 1999 19:21:07 +0200 Message-ID: <23450.946488067@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, I have a 3.3-STABLE (circa 17 Nov 1999) box that I'm upgrading to 3.4-STABLE from freshly supped sources. Using the same kernel config file as before, I do the following: cd /usr/src/sys/i386/conf && \ config -rg MYKERN && \ cd ../../compile/MYKERN && \ make depend && \ make && \ make install This produces the following unexpected error: You must first build your kernel before trying to install. *** Error code 1 The only binary object in the directory is genassym.o. Running the commands manually simply confirms that the ``make'' command is returning immediately with no output and having done (apparently) nothing. I'm sure I've seen this asked and answered here before, but can't find it in the FAQ, nor in the kernel config section of the handbook. TIA Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 9:23: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 7345115694 for ; Wed, 29 Dec 1999 09:23:07 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id MAA58294; Wed, 29 Dec 1999 12:23:05 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Wed, 29 Dec 1999 12:23:04 -0500 (EST) From: Brett Taylor To: John and Jennifer Reynolds Cc: questions@FreeBSD.ORG Subject: Re: Netscape vs. FreeBSD vs. Slashdot -- revisited In-Reply-To: <14442.5864.945609.599381@whale.home-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 Hi, On Wed, 29 Dec 1999, John and Jennifer Reynolds wrote: > seems other people are currently having the crap annoyed out of them > by netscape re: slashdot.org as well as me. About 1/2 of the time when > I visit slashdot netscape will croak. More than 1/2 of the time when I > go back to the site with the "back button" it'll croak. This happens > only wish slashdot. I don't know if this in reference to my post awhile back, but what you need to do is turn off javascript and Slashdot will work normally (wo/ crashing). YMMV. Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 9:38:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from borg.proceon.com (borg.proceon.com [209.100.198.34]) by hub.freebsd.org (Postfix) with SMTP id 666BF1521F; Wed, 29 Dec 1999 09:38:30 -0800 (PST) (envelope-from mwhitley@borg.proceon.com) Received: from localhost (mwhitley@localhost) by borg.proceon.com (8.9.2/8.9.2) with SMTP id JAA03754; Wed, 29 Dec 1999 09:38:19 -0800 (PST) Date: Wed, 29 Dec 1999 09:38:18 -0800 (PST) From: Mike Whitley To: John Sconiers Cc: freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: install onto IBM think pad 600E 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 John - Make sure you have PnP OS BIOS setting disabled if you have it on the 600E, I have a 1552 and with it enabled my Thinkpad couldn't see my cards. After I turned it off I could use PAO or non-PAO w/o any problems - Mike Whitley On Tue, 28 Dec 1999, John Sconiers wrote: > Any one gotton this to work with PAO or non PAO. I'm having some problems > getting it to see the pcmcia cards. > > JRS > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" 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 Wed Dec 29 9:50:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dns.sunline.net (dns.sunline.net [207.30.56.2]) by hub.freebsd.org (Postfix) with ESMTP id 8D3801520C for ; Wed, 29 Dec 1999 09:50:08 -0800 (PST) (envelope-from scorpio@sunline.net) Received: from sunline.net (scorpio@jeff.sunline.net [207.30.56.254]) by dns.sunline.net (8.8.8/8.8.8) with ESMTP id MAA04403; Wed, 29 Dec 1999 12:47:47 -0500 (EST) Message-ID: <386A49C3.AF19F0DB@sunline.net> Date: Wed, 29 Dec 1999 12:49:55 -0500 From: Jeff Palmer X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Annelise Anderson Cc: Arcady Genkin , freebsd-questions@FreeBSD.ORG Subject: Re: ed0 recognized as ed1 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For what it's worth, I have a PCI ne2k compliant card, (Realtek 8029) I run 3.4-STABLE and I have the same thing happen to me. Luckily, for me, I can simply edit rc.conf to fix this, I don't know why or how, but it's not just prevelant in -CURRENT Jeff Palmer scorpio@sunline.net Annelise Anderson wrote: > Arcady, this happens to me and other people too. > > And it seems to vary with the version of FreeBSD or how recent the > -current sources are. My September 15 -current did ed1 but by > December 9 it was back to ed0. > > This is a problem on a remote reboot, because if rc.conf is wrong, the > network won't come up. And then you can't get to the machine to fix > it. > > I therefore have a little script in /usr/local/etc/rc.d called > saveme.sh that's executable and runs the commands with ed1 > instead of ed0 to get stuff going. I put both ed0 and ed1 in > network interfaces in rc.conf. > > My understanding of why this happens is that the first instance of > the driver (the one identified in the kernel config file) is assigned > to isa, so an increment of one is applied for pci. But this is not > clearly and consistently the case, obviously. For a while I had -current > with ed1 and 3.3-stable (on another drive on the same machine) using ed0. > I think you'd find, though, that if you compiled the kernel with ed1 > instead of ed0, your card would turn up with ed2. > > Whenever you upgrade or compile new kernel sources, you should in this > situation have a backup like I do or plan to be there so you can adjust > for changes. > > Annelise > On 29 Dec 1999, Arcady Genkin wrote: > > > Hi all: > > > > I have a PCI NE2000 compatible card. In kernel config file I just > > specified "device ed0". However, at boot time the card gets recognized > > as "ed1". It works properly if configured as "ed1". > > > > What's up with that? FWIW, I also have a "rl0" device. Running 3.4-R. > > -- > > 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 > > > > 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 Wed Dec 29 9:53:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dc.ispro.net (c14pc21.dc.turkuamk.fi [193.166.135.246]) by hub.freebsd.org (Postfix) with ESMTP id 28400151B0 for ; Wed, 29 Dec 1999 09:53:13 -0800 (PST) (envelope-from yurtesen@dc.ispro.net) Received: from localhost (yurtesen@localhost) by dc.ispro.net (8.9.3/8.9.3) with ESMTP id TAA04346 for ; Wed, 29 Dec 1999 19:53:10 +0200 (EET) (envelope-from yurtesen@dc.ispro.net) Date: Wed, 29 Dec 1999 19:53:10 +0200 (EET) From: Evren Yurtesen X-Sender: yurtesen@localhost To: questions@freebsd.org Subject: what is the difference between priority and nice levels 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, What is the difference between priority and nice levels? Even in the manual of renice command it says that; > Renice alters the scheduling priority of one or more running processes. It also says that priority is between -20 to 20 But when I set the priority to 30 in login.conf the top program gives this kind of output PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 12012 yurtesen 18 30 1424K 1112K pause 0:00 0.00% 0.00% tcsh 15130 root 28 30 1620K 868K RUN 0:01 0.00% 0.00% top I am totally confused. When I set the priority in login.conf why does it change the nice level? Why not priority of the process? What is priority if I can set nice level only? thanks Evren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 10: 0:32 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 8CAD415059 for ; Wed, 29 Dec 1999 10:00:30 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id LAA13197; Wed, 29 Dec 1999 11:59:57 -0600 (CST) (envelope-from dan) Date: Wed, 29 Dec 1999 11:59:57 -0600 From: Dan Nelson To: Evren Yurtesen Cc: questions@FreeBSD.ORG Subject: Re: what is the difference between priority and nice levels Message-ID: <19991229115957.A13118@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from "Evren Yurtesen" on Wed Dec 29 19:53:10 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 29), Evren Yurtesen said: > What is the difference between priority and nice levels? Even in the > manual of renice command it says that; > > > Renice alters the scheduling priority of one or more running > > processes. > > It also says that priority is between -20 to 20 > > But when I set the priority to 30 in login.conf the top program gives > this kind of output > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > 12012 yurtesen 18 30 1424K 1112K pause 0:00 0.00% 0.00% tcsh > 15130 root 28 30 1620K 868K RUN 0:01 0.00% 0.00% top "scheduling priority" == "nice level" == the NICE column in top. The PRI column in top is a kernel internal priority that goes from -10 to 127 (I think), and changes as the process runs depending on what it's doing. You can usually ignore the PRI column completely. -- 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 Wed Dec 29 10: 1:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 6BD8814C87 for ; Wed, 29 Dec 1999 10:01:46 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 123NPZ-0006GY-00; Wed, 29 Dec 1999 20:01:25 +0200 From: Sheldon Hearn To: Evren Yurtesen Cc: questions@FreeBSD.ORG Subject: Re: what is the difference between priority and nice levels In-reply-to: Your message of "Wed, 29 Dec 1999 19:53:10 +0200." Date: Wed, 29 Dec 1999 20:01:25 +0200 Message-ID: <24089.946490485@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 29 Dec 1999 19:53:10 +0200, Evren Yurtesen wrote: > What is the difference between priority and nice levels? Nice levels and priority are completely different things. Nice levels are a hint to the scheduler, indicating how frequently the process should be given a timeslice. Priority is an after-the-fact measurement. Basically, it's an indication of how frequently the scheduler had to stop the process because it used up its entire timeslice. Processes often don't use their entire timeslice because they sleep waiting for IO to complete. Processes that are more CPU-bound than IO-bound will tend to have higher priorities. The word ``priority'' in this context has nothing to do with its normal english meaning. It's just an indication of how CPU-bound a process is. > When I set the priority in login.conf why does it change the nice level? Ah, for that you'd have to look at the login.conf(5) manpage, which kinda hints at the fact that, in the context of the login.conf file, priority really means nice level. Horrible choice of words. :-) Hope this helps. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 10: 3: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 7069015201 for ; Wed, 29 Dec 1999 10:02:49 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=ben) by scientia.demon.co.uk with smtp (Exim 3.092 #1) id 123K0U-000DME-00; Wed, 29 Dec 1999 14:23:18 +0000 Date: Wed, 29 Dec 1999 14:23:17 +0000 From: Ben Smithurst To: Duke Normandin <01031149@3web.net> Cc: freebsd-questions Subject: Re: kill -HUP 1 Message-ID: <19991229142317.A49613@strontium.scientia.demon.co.uk> References: <001901bf51c7$338ec6c0$3d9ec5d1@webserver> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <001901bf51c7$338ec6c0$3d9ec5d1@webserver> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Duke Normandin wrote: > I can't seem to get kill -HUP 1 to work.....nothing happens - no error > messages, nothing. What do you expect to happen? All SIGHUP does to init is cause it to reload /etc/ttys. If you haven't changed /etc/ttys, the behaviour your are seeing (i.e. nothing) is quite correct. > I can't figure out what I'm doing wrong. So I have > been doing: > > kill 1 -l > > It logs out of csh and asks me for the complete path to my shell or > return for sh. I press "return"...I get a sh prompt, then I do "exit". > Then and only then is the system re-initialized. I have no idea what I'm > doing....but it beats re-booting. That command tries to send SIGTERM to init, which is documented as dropping the system down to single user mode - precisely what you are seeing. It would also attempt to send SIGTERM to the process "-l", which is not a legal PID (whether it will try this or not I don't know - init may have killed the kill process before it gets that far). -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 10: 3:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id DC42E14DA2 for ; Wed, 29 Dec 1999 10:03:08 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=ben) by scientia.demon.co.uk with smtp (Exim 3.092 #1) id 123K5X-000DMN-00; Wed, 29 Dec 1999 14:28:31 +0000 Date: Wed, 29 Dec 1999 14:28:30 +0000 From: Ben Smithurst To: Danny Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Unstable /kernel Message-ID: <19991229142830.B49613@strontium.scientia.demon.co.uk> References: <3.0.32.19991229182917.00773478@idx.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3.0.32.19991229182917.00773478@idx.com.au> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Danny wrote: > - Running FreebSD 3.3 > -Running KDE (one that comes with 3.3) > -Running a P166 > - Had to reinstall FreeBSD > -How come ocassionally get:- > > "Fault Trap 12 in kernel code" I see this a lot - I'm suspecting it's a dodgy motherboard in my case (I swapped the RAM with that from another machine, and the problems persisted, while the other machine continued to have no problems). I've ordered a new motherboard - and guess what, as soon as I ordered the new board, the problems have gone away. I suspect Murphy^WSod's law is in action. This is almost certainly a hardware problem, not a FreeBSD problem. If you can get a kernel dump that shows it is a FreeBSD problem, that would be a different matter. > 1)what exactly is the problem with FreeBSD 3.3? > 2)How can I solve the problem? Get better hardware. :-) First try the RAM (swap with the RAM from another machine if possible), if that doesn't work, something else is wrong. -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 10:16:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jasper.heartland.ab.ca (jasper.heartland.ab.ca [207.107.228.1]) by hub.freebsd.org (Postfix) with ESMTP id 7702915693 for ; Wed, 29 Dec 1999 10:16:09 -0800 (PST) (envelope-from dkwiebe@hagenhomes.com) Received: from hagenhomes.com (dyn104.heartland.ab.ca [207.107.228.104]) by jasper.heartland.ab.ca (8.9.0/8.9.0) with ESMTP id LAA22539; Wed, 29 Dec 1999 11:01:27 -0700 (MST) Message-ID: <386BA131.E32DCBA@hagenhomes.com> Date: Thu, 30 Dec 1999 11:15:13 -0700 From: Darren Wiebe Organization: Hagen Homes Ltd. X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: gesperon@yahoo.com, questions@FreeBSD.ORG Subject: Re: [gesperon@yahoo.com: Question] References: <19991225174818.B380@paula.panke.de.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't personally use any but I would recommend sql. You could look around in /usr/ports/databases. Darren Wiebe dkwiebe@hagenhomes.com Wolfram Schneider wrote: > > ----- Forwarded message from Gabor Esperon ----- > > Date: Fri, 24 Dec 1999 09:43:43 -0800 (PST) > From: Gabor Esperon > Subject: Question > To: wosch@FreeBSD.org > > Hi Sr. Schneider: > > I have a small network & i need a database server. > What database is recomended? & What database you use? > > Gabor. > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > ----- End forwarded message ----- > > -- > Wolfram Schneider http://wolfram.schneider.org > > 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 Wed Dec 29 10:18:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from almazs.pacex.net (almazs.pacex.net [204.1.219.156]) by hub.freebsd.org (Postfix) with ESMTP id 8BAB71500D for ; Wed, 29 Dec 1999 10:18:53 -0800 (PST) (envelope-from danielb@almazs.pacex.net) Received: from localhost (danielb@localhost) by almazs.pacex.net (8.9.3/8.9.3) with ESMTP id KAA41369 for ; Wed, 29 Dec 1999 10:18:53 -0800 (PST) Date: Wed, 29 Dec 1999 10:18:53 -0800 (PST) From: daniel B To: freebsd-questions@freebsd.org Subject: FreeBSD KERNEL GURUs; Kernel Bridging HELP! 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 folks; I am trying to implement kernel bridging on a FreeBSD-3.3-STABLE machines that are sitting on the same subnet for the purpose of using IPFW. Simply: Internet---ROUTER---[firewall]---[hub]-----LAN--. ^ ^ fxp1 fxp0 fxp0 has a real IP assigned and fxp1 is directly connected to router by cross-over ethernet cable no IP assigned. all LAN machines have real IP kernel compiled with: options BRIDGE options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_FORWARD also at startup: sysctl -w net.link.ether.bridge=1 sysctl -w net.link.ether.bridge_ipfw=1 To start-with I set the firewall 'open' and all machines were able to ping each other and I was able to even browse the net from my local LAN BUT there seems to be problem passing packets from 'ROUTER' to fxp0 VIA fxp1 ROUTER----fxp1-[ firewall ]-fxp0----[ LAN ] some UDP and ICMP packets don't make it from outside(Internet) to my inside LAN as a result web browsing stalls. I have tried to use 'ipfw fwd' rule to forward packets from LAN to router via fxp1 and vise versa but 'ipfw fwd' seems to work only in one directions. Has anybody tried setting up kernel bridging in FreeBSD that they would like to share with me? How can I forward packets between two interfaces in the same box without routing? Thank you and happy new year! Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 10:27:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 03BB41560B for ; Wed, 29 Dec 1999 10:27:25 -0800 (PST) (envelope-from dg@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id KAA16936; Wed, 29 Dec 1999 10:22:21 -0800 (PST) Message-Id: <199912291822.KAA16936@implode.root.com> To: "Mr. K." Cc: "Alexey N. Dokuchaev" , questions@FreeBSD.ORG Subject: Re: ftp.freebsd.org In-reply-to: Your message of "Wed, 29 Dec 1999 09:24:13 EST." From: David Greenman Reply-To: dg@root.com Date: Wed, 29 Dec 1999 10:22:21 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Does anyone know is wc using the standard version of ftp, or are they >using something special, or custom? It's using my own ftpd, which I call dg-ftpd. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 10:27:57 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 0A82F1572C for ; Wed, 29 Dec 1999 10:27:44 -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 FAA50287 for freebsd-questions@freebsd.org; Thu, 30 Dec 1999 05:28:41 +1100 (EST) (envelope-from aunty) Date: Thu, 30 Dec 1999 05:28:41 +1100 From: aunty To: freebsd-questions@freebsd.org Subject: 3com 3c595 only 10Mbps? Message-ID: <19991230052840.E47183@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 I have a 3com ethernet card which has been running on an ancient BSDI system with "media 100BaseTX,full_duplex" sent to ifconfig. After converting to FreeBSD I get vx0: <3COM 3C595 Fast Etherlink III PCI> rev 0x00 int a irq 10 on pci0.10.0 utp/tx[*utp*]: disable 'auto select' with DOS util! address 00:60:97:07:d2:e7 and the vx man page says The vx driver provides support for the 3Com 3c590 and 3c595 EtherLink III and Fast EtherLink III PCI Ethernet cards in 10 Mbps mode. Does that mean I have to use some other type of card to get the higher speed with FreeBSD? -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 10:35: 0 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 53139156D3 for ; Wed, 29 Dec 1999 10:34:58 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip86.r17.d.bel.nwlink.com [207.202.176.86]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id KAA24093 for ; Wed, 29 Dec 1999 10:34:56 -0800 (PST) Message-ID: <386A53A2.286AE8F@nwlink.com> Date: Wed, 29 Dec 1999 10:32:02 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: cvsup ports Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I tried to use cvsup to update my ports. Here is my cvsupfile: *default host=cvsup5.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_3 *default delete use-rel-suffix *default compress ports-all I ran cvsup cvsupfile It connected fine. Then it proceeded to delete all my makefiles and other useful information from every port directory. A question: what does '*default release=cvs' mean (I don't understand what I'm doing really, I modified my cvsupfile from an example in The Complete FreeBSD)? -- You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 10:43:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web1902.mail.yahoo.com (web1902.mail.yahoo.com [128.11.23.51]) by hub.freebsd.org (Postfix) with SMTP id AC423151D1 for ; Wed, 29 Dec 1999 10:43:19 -0800 (PST) (envelope-from manhtho@yahoo.com) Received: (qmail 18210 invoked by uid 60001); 29 Dec 1999 18:43:19 -0000 Message-ID: <19991229184319.18209.qmail@web1902.mail.yahoo.com> Received: from [202.167.121.195] by web1902.mail.yahoo.com; Wed, 29 Dec 1999 10:43:19 PST Date: Wed, 29 Dec 1999 10:43:19 -0800 (PST) From: Nguyen Manh Tho Subject: Why I can not send question to the group ? To: freebsd-questions@FreeBSD.org Cc: Majordomo@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 Dear Sirs and Madams, I am new user of Free BSD so I need more information on this software. I subcribe to the mailling list FreeBSD-question after registering to Majordomo@FreeBSD.ORG. Would you please answering me this question: why I can not send the question to mailling list freebsd-questions@FreeBSD.org althouth I've registered already ?. I receive all mail in this group but I can not send the question to the group from my Unversity email. Thank you very much, Nguyen Manh Tho. Here is the information from the mailler System when returning my last 4 hour: Subject: Warning: could not send message for past 4 hours Date: Wed, 29 Dec 1999 18:23:22 -0700 (GMT) From: Mail Delivery Subsystem To: ********************************************** ** THIS IS A WARNING MESSAGE ONLY ** ** YOU DO NOT NEED TO RESEND YOUR MESSAGE ** ********************************************** The original message was received at Wed, 29 Dec 1999 14:19:46 -0700 (GMT) from mailhost28 [172.28.1.3] ----- The following addresses had transient non-fatal errors ----- ----- Transcript of session follows ----- ... while talking to hub.freebsd.org.: >>> RCPT To: <<< 450 Client host rejected: cannot find your hostname, [202.167.121.195] ... Deferred: 450 Client host rejected: cannot find your hostname, [202.167.121.195] Warning: message still undelivered after 4 hours Will keep trying until message is 1 day old Reporting-MTA: dns; vnuserv.vnuhcm.edu.vn Arrival-Date: Wed, 29 Dec 1999 14:19:46 -0700 (GMT) Final-Recipient: RFC822; freebsd-questions@FreeBSD.org Action: delayed Status: 4.2.0 Remote-MTA: DNS; hub.freebsd.org Diagnostic-Code: SMTP; 450 Client host rejected: cannot find your hostname, [202.167.121.195] Last-Attempt-Date: Wed, 29 Dec 1999 18:23:21 -0700 (GMT) Will-Retry-Until: Thu, 30 Dec 1999 14:19:46 -0700 (GMT) Subject: Asking about converting mailling system from WinNT to Free BSD Date: Wed, 29 Dec 1999 21:23:37 +0700 From: Nguyen Manh Tho Organization: Database Group - Department of Information Technology To: freebsd-questions@FreeBSD.org Dear Sirs, Madam I am Nguyen Manh Tho, from Vietnam. I would like to know if there is any way to convert the mailling system from WinNT server using Nestcape software to Free BSD mailling system using sendmail software reserving all data and account ? How can I do that ? We need to convert these mailling system to Free BSD version 2.2.7 system, and using Apache Web server, but I have no books, documents and experiences on Free BSD and Turbo Linux. I have a little experience on WinNT. I have just downloaded the Free BSD Handbook and found some more books on Free BSD. Among of them, I think that the book Complete BSD of Walnut Creek cdrom is the most valuable, but this book is not free. You know, Vietnam is still very poor so it's very difficult to me to register this book or CD. Otherwise, I have no condition to pay and buy this CD because there is no Free BSD branch here. The Internet speed here is very terrible and not stable (about 100-150 bytes/second), very difficult to download and browse in Internet. Do you have this book on CD ? Would you please send me this books in some extract file such as gz, zip, tar,... In case it contains more part, please send seperate them in to many mail and send them through me. Or if this books have Acrobat Pdf format or Ghostview ps format, please extract them and send to me both 2 addresses below: nmtho@dit.hcmut.edu.vn and manhtho@yahoo.com. I also send the email to Mr. Greg Lehey, the book author but have no reponse from him. Thank you for ahead, I am looking forward your reply, Best Regards, Nguyen Manh Tho. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 10:45:10 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 7080B156C7 for ; Wed, 29 Dec 1999 10:45:07 -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 <19991229184253.TZJL7552.mail.rdc3.on.home.com@main.wgaf.net> for ; Wed, 29 Dec 1999 10:42:53 -0800 Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 123O5l-0001Jp-00; Wed, 29 Dec 1999 13:45:01 -0500 To: freebsd-questions@freebsd.org Subject: Re: cvsup ports References: <386A53A2.286AE8F@nwlink.com> 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: 29 Dec 1999 13:45:01 -0500 In-Reply-To: R Joseph Wright's message of "Wed, 29 Dec 1999 10:32:02 -0800" Message-ID: <87vh5hlh76.fsf@main.wgaf.net> Lines: 32 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 R Joseph Wright writes: > I tried to use cvsup to update my ports. Here is my cvsupfile: > > *default host=cvsup5.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=RELENG_3 > *default delete use-rel-suffix > *default compress > ports-all > > I ran cvsup cvsupfile > It connected fine. Then it proceeded to delete all my makefiles and > other useful information from every port directory. > A question: what does '*default release=cvs' mean (I don't understand > what I'm doing really, I modified my cvsupfile from an example in The > Complete FreeBSD)? You can't specify tag=RELENG_3 for ports, but you do via the default line. Try using ports-all tag=. This is discussed in the handbook. For more info see: http://www.freebsd.org/handbook/synching.html#CVSUP Cheers, -- 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 Wed Dec 29 10:47:37 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 A5AD0156E0 for ; Wed, 29 Dec 1999 10:47:35 -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 KAA23252 for ; Wed, 29 Dec 1999 10:47:35 -0800 Date: Wed, 29 Dec 1999 10:47:35 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: .? .= 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 installed a disk and after doing fdisk and disk label on it and then mounting it. I get this when doing an ls .? .= I could still write to the disk just fine but was worried so I did an fsck on it. It ended up fixing things and created a lost+found directory on the disk. My problem is, I have a hard time putting much faith in this drive now out of fear that something must have been wrong from the get go and is now in some sort of "hanging by a thread" mode and will eventual fail on me. In my utter ignorance to disk issues I'd like some information from anyone with a clue as to what the .? .= meant, so I can either trust this thing or do something differnt. Comments?? Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 10:48:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cr31617-a.lndn1.on.wave.home.com (cr31617-a.lndn1.on.wave.home.com [24.112.227.163]) by hub.freebsd.org (Postfix) with ESMTP id D6618156B8 for ; Wed, 29 Dec 1999 10:48:04 -0800 (PST) (envelope-from jbailie@cr31617-a.lndn1.on.wave.home.com) Received: (from jbailie@localhost) by cr31617-a.lndn1.on.wave.home.com (8.9.3/8.9.3) id NAA01960 for questions@freebsd.org; Wed, 29 Dec 1999 13:59:05 -0500 (EST) (envelope-from jbailie) Date: Wed, 29 Dec 1999 13:59:05 -0500 From: James Bailie To: questions@freebsd.org Subject: Re: Netscape vs. FreeBSD vs. Slashdot -- revisited Message-ID: <19991229135905.A1803@cr31617-a.lndn1.on.wave.home.co> References: <14442.5864.945609.599381@whale.home-net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from brett@peloton.runet.edu on Wed, Dec 29, 1999 at 12:23:04PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 29, 1999 at 12:23:04PM -0500, Brett Taylor wrote: > I don't know if this in reference to my post awhile back, but what you > need to do is turn off javascript and Slashdot will work normally (wo/ > crashing). YMMV. This works for me as well. Now to find the culprit. The block below is the only JavaScript on the main Slashdot page: If I insert those three lines into a custom page on my local index page, Netscape dies as expected. I suppose we could see what that CGI program is spitting back at us, maybe I'll do that later on... -- James Bailie http://members.home.net/jazzturk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 10:50:16 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 D33BF156EB; Wed, 29 Dec 1999 10:50:05 -0800 (PST) (envelope-from hometeam@techpower.net) Received: from localhost (hometeam@localhost) by techpower.net (8.9.3/8.9.3) with ESMTP id NAA00860; Wed, 29 Dec 1999 13:53:53 GMT (envelope-from hometeam@techpower.net) Date: Wed, 29 Dec 1999 13:53:53 +0000 (GMT) From: hometeam To: Nguyen Manh Tho Cc: freebsd-questions@FreeBSD.ORG, Majordomo@FreeBSD.ORG Subject: Re: Why I can not send question to the group ? In-Reply-To: <19991229184319.18209.qmail@web1902.mail.yahoo.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 looks pretty self explainatory to me...202.167.121.195 has no host name. On Wed, 29 Dec 1999, Nguyen Manh Tho wrote: > Dear Sirs and Madams, > > I am new user of Free BSD so I need more information > on this software. I subcribe to the mailling list > FreeBSD-question after registering to > Majordomo@FreeBSD.ORG. > > Would you please answering me this question: why I can > not send the question to mailling list > freebsd-questions@FreeBSD.org althouth I've registered > already ?. I receive all mail in this group but I can > not send the question to the group from my Unversity > email. > > Thank you very much, > Nguyen Manh Tho. > > Here is the information from the mailler System when > returning my last 4 hour: > > Subject: > Warning: could not send message for past 4 > hours > Date: > Wed, 29 Dec 1999 18:23:22 -0700 (GMT) > From: > Mail Delivery Subsystem > > To: > > > > > > ********************************************** > ** THIS IS A WARNING MESSAGE ONLY ** > ** YOU DO NOT NEED TO RESEND YOUR MESSAGE ** > ********************************************** > > The original message was received at Wed, 29 Dec 1999 > 14:19:46 -0700 (GMT) > from mailhost28 [172.28.1.3] > > ----- The following addresses had transient > non-fatal errors ----- > > > ----- Transcript of session follows ----- > ... while talking to hub.freebsd.org.: > >>> RCPT To: > <<< 450 Client host rejected: cannot find your > hostname, [202.167.121.195] > ... Deferred: 450 > Client host rejected: cannot find your hostname, > [202.167.121.195] > Warning: message still undelivered after 4 hours > Will keep trying until message is 1 day old > > > Reporting-MTA: dns; vnuserv.vnuhcm.edu.vn > Arrival-Date: Wed, 29 Dec 1999 14:19:46 -0700 (GMT) > > Final-Recipient: RFC822; freebsd-questions@FreeBSD.org > Action: delayed > Status: 4.2.0 > Remote-MTA: DNS; hub.freebsd.org > Diagnostic-Code: SMTP; 450 Client host rejected: > cannot find your hostname, [202.167.121.195] > Last-Attempt-Date: Wed, 29 Dec 1999 18:23:21 -0700 > (GMT) > Will-Retry-Until: Thu, 30 Dec 1999 14:19:46 -0700 > (GMT) > > > Subject: > Asking about converting mailling system > from WinNT to > Free BSD > Date: > Wed, 29 Dec 1999 21:23:37 +0700 > From: > Nguyen Manh Tho > > Organization: > Database Group - Department of > Information Technology > To: > freebsd-questions@FreeBSD.org > > Dear Sirs, Madam > > I am Nguyen Manh Tho, from Vietnam. I would like to > know if there is any > way to convert the mailling system > from WinNT server using Nestcape software to Free BSD > mailling system > using sendmail software reserving all data and account > ? How can I do > that ? > > We need to convert these mailling system to Free BSD > version 2.2.7 > system, and using Apache Web server, but I have no > books, documents and > experiences on Free BSD and Turbo Linux. I have a > little experience on > WinNT. > > I have just downloaded the Free BSD Handbook and found > some more books > on Free BSD. Among of them, I think that the book > Complete BSD of Walnut > Creek cdrom is the most valuable, but this book is not > free. You know, > Vietnam is still very poor so it's very difficult to > me to register this > book or CD. Otherwise, I have no condition to pay and > buy this CD > because there is no Free BSD branch here. The Internet > speed here is > very terrible and not stable (about 100-150 > bytes/second), very > difficult to download and browse in Internet. > > Do you have this book on CD ? Would you please send me > this books in > some extract file such as gz, zip, tar,... In case it > contains more > part, please send seperate them in to many mail and > send them through > me. Or if this books have Acrobat Pdf format or > Ghostview ps format, > please extract them and send to me both 2 addresses > below: > > nmtho@dit.hcmut.edu.vn and manhtho@yahoo.com. > > I also send the email to Mr. Greg Lehey, the book > author but have no > reponse from him. > > Thank you for ahead, I am looking forward your reply, > > Best Regards, > > Nguyen Manh Tho. > > > > > > __________________________________________________ > Do You Yahoo!? > Talk to your friends online with Yahoo! Messenger. > http://messenger.yahoo.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 Wed Dec 29 10:58:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 71DE815687 for ; Wed, 29 Dec 1999 10:58:10 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=ben) by scientia.demon.co.uk with smtp (Exim 3.092 #1) id 123NwO-000DfG-00; Wed, 29 Dec 1999 18:35:20 +0000 Date: Wed, 29 Dec 1999 18:35:19 +0000 From: Ben Smithurst To: Mikhail Evstiounin Cc: Jonathon McKitrick , questions@freebsd.org Subject: Re: gcc vs egcs Message-ID: <19991229183519.B50301@strontium.scientia.demon.co.uk> References: <008b01bf5209$90a0bde0$c1353018@evstiouninadelphia.net.pit.adelphia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <008b01bf5209$90a0bde0$c1353018@evstiouninadelphia.net.pit.adelphia.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mikhail Evstiounin wrote: > From: Jonathon McKitrick > ... > >> So what are we running on 3.4-stable? gcc 2.8.1? > > I don't know exactly, but looks like 2.7.2 gcc -v will tell you it's 2.7.2.3 -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 10:59:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cr31617-a.lndn1.on.wave.home.com (cr31617-a.lndn1.on.wave.home.com [24.112.227.163]) by hub.freebsd.org (Postfix) with ESMTP id EBAA5151C0 for ; Wed, 29 Dec 1999 10:59:55 -0800 (PST) (envelope-from jbailie@cr31617-a.lndn1.on.wave.home.com) Received: (from jbailie@localhost) by cr31617-a.lndn1.on.wave.home.com (8.9.3/8.9.3) id OAA02062 for questions@freebsd.org; Wed, 29 Dec 1999 14:10:57 -0500 (EST) (envelope-from jbailie) Date: Wed, 29 Dec 1999 14:10:57 -0500 From: James Bailie To: questions@freebsd.org Subject: Re: Netscape vs. FreeBSD vs. Slashdot -- revisited Message-ID: <19991229141057.A2042@cr31617-a.lndn1.on.wave.home.co> References: <14442.5864.945609.599381@whale.home-net> <19991229135905.A1803@cr31617-a.lndn1.on.wave.home.co> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991229135905.A1803@cr31617-a.lndn1.on.wave.home.co>; from jazzturk@home.com on Wed, Dec 29, 1999 at 01:59:05PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 29, 1999 at 01:59:05PM -0500, James Bailie wrote: > document.write(" tail + " WIDTH=1 HEIGHT=1>
"); This fetches the banner ad at the top of the page, by the way. -- James Bailie http://members.home.net/jazzturk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 11: 8:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from davinci.mica.edu (davinci.mica.edu [206.41.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 8BF7D15020 for ; Wed, 29 Dec 1999 11:08:31 -0800 (PST) (envelope-from mthompsn@mica.edu) Received: from mica.edu (mthompsn.mica.edu [206.41.203.217]) by davinci.mica.edu (8.9.3/8.9.3) with ESMTP id OAA04063 for ; Wed, 29 Dec 1999 14:05:36 -0500 (EST) Message-ID: <386A5C17.FDBD43E7@mica.edu> Date: Wed, 29 Dec 1999 14:08:07 -0500 From: "Michael G. Thompson" Organization: Maryland Institute, College of Art X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Embedded NIC problem. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm installing 3.3-RELEASE on a Compaq Proliant 800. The kernel recognizes the embedded NIC at tl0, but then gives me: /kernel tl0: couldn't map ports Is there something I'm missing? I've checked FAQ and Handbook. I would appreciate any help you can give. TIA. -- ====================================================================== | Michael G. Thompson, Director of Computer and Network Services | | Maryland Institute, College Of Art - Campus Technical Services | | 1300 Mount Royal Avenue, Baltimore, Maryland 21217 | | Voice: (410) 225-2464 ICQ: 21672921 Fax: (410) 225-2468 | ====================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 11:25:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from almazs.pacex.net (almazs.pacex.net [204.1.219.156]) by hub.freebsd.org (Postfix) with ESMTP id 7C37414DE2 for ; Wed, 29 Dec 1999 11:25:12 -0800 (PST) (envelope-from danielb@almazs.pacex.net) Received: from localhost (danielb@localhost) by almazs.pacex.net (8.9.3/8.9.3) with ESMTP id LAA41564; Wed, 29 Dec 1999 11:25:05 -0800 (PST) Date: Wed, 29 Dec 1999 11:25:05 -0800 (PST) From: daniel B To: Stan Brown Cc: Free BSD Questions list Subject: Re: APC SmarUPS 1250 & FreeBSSD In-Reply-To: <199912240041.QAA01548@netcom.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 use upsd in the ports collection; ofcourse you are going to need a serial cable to connect your machine serial port to the UPS serial interface and it will do auto-shutdown. You can make the cable yourself from a DB9 serial cable and I posted a question to this list about 8 - 9 months ago and got info. about the pinouts on the cable, search this mailing list you'll probably find it. mine works fine (APC smart UPS 1000RM). Dan On Thu, 23 Dec 1999, Stan Brown wrote: > i have aquired a APC SmartUPS 1250. This unit seems to work well for > what I need, but I would like to have it do a graceful shutdown on the > machiens it supports when the battery is low. > > I found uppsd, and upsmon in the ports tree, but both of them appear to > expect theUPS to commuincate using RS-232. Looks like my UPS has some > more basic signals on it's "serial" port. > > Anyone have nay experience wiht these erliare units? Or pointers to > more complete docs on eithr of these programs? Or other programs? > > Any help appreciated. > > > -- > 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 Wed Dec 29 11:40:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web1902.mail.yahoo.com (web1902.mail.yahoo.com [128.11.23.51]) by hub.freebsd.org (Postfix) with SMTP id ED71815873 for ; Wed, 29 Dec 1999 11:40:48 -0800 (PST) (envelope-from manhtho@yahoo.com) Received: (qmail 26204 invoked by uid 60001); 29 Dec 1999 19:40:47 -0000 Message-ID: <19991229194047.26203.qmail@web1902.mail.yahoo.com> Received: from [202.167.121.195] by web1902.mail.yahoo.com; Wed, 29 Dec 1999 11:40:47 PST Date: Wed, 29 Dec 1999 11:40:47 -0800 (PST) From: Nguyen Manh Tho Subject: Converting mail account from WinNT Server to FreeBSD Server 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 Dear Sisr/Madams, I would like to know if there is any way to convert the mailling system from WinNT server using Nestcape software to Free BSD mailling system using sendmail software reserving all data and account? How can I do that ? We need to convert these mailling system to Free BSD version 2.2.7 system, and using Apache Web server. Thank you for advanced, Nguyen Manh Tho. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 12:18: 5 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 6C23314CFD for ; Wed, 29 Dec 1999 12:18:01 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 13274 invoked from network); 29 Dec 1999 20:17:55 -0000 Received: from usercq16.uk.uudial.com (HELO marder-1.) (62.188.156.144) by smtp.dial.pipex.com with SMTP; 29 Dec 1999 20:17:55 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id UAA92726; Wed, 29 Dec 1999 20:19:32 GMT (envelope-from mark) Date: Wed, 29 Dec 1999 20:19:32 +0000 From: Mark Ovens To: Tomas Furmonavicius Cc: freebsd-questions@freebsd.org Subject: Re: Printing problems Message-ID: <19991229201931.R1290@marder-1> References: <99122813184901.00278@briviba.lt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <99122813184901.00278@briviba.lt> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Dec 28, 1999 at 01:11:48PM +0200, Tomas Furmonavicius wrote: > Hi, > > I'm having problems with printing under FBSD 3.3. When I'm trying to > print PS file through Ghostscript, printer starts printing fine, but > then starts to print "rubish". What exactly do you mean by "rubbish"? Have you got ``mx#0'' in the printcap entry for you printer? This sets the maximum file size and setting it to zero means unlimited size. If the mx entry is missing then the default maximum size is 1000 BUFSIZ blocks which is ~1MB and if your print exceeds this size, data is lost and the printer starts printing out the data verbatim (as though it was ASCII text). > My printer is HP DJ670C, tried GS > 5.50 and 5.10 with cdj670 and cdj550 drivers. GS under AIX and Linux > worked OK for me with Epson and HP printers. What's wrong with it on > BSD? > > Tomas > > > 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 Wed Dec 29 12:23:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.efcocorp.com (www.efcocorp.com [12.29.12.2]) by hub.freebsd.org (Postfix) with SMTP id 65F0714FA5 for ; Wed, 29 Dec 1999 12:23:14 -0800 (PST) (envelope-from ccoleman@efcocorp.com) Received: (qmail 8559 invoked by alias); 29 Dec 1999 20:23:12 -0000 Received: (qmail 8523 invoked from network); 29 Dec 1999 20:23:12 -0000 Received: from unknown (HELO doc.efcocorp.com) (unknown) by unknown with SMTP; 29 Dec 1999 20:23:12 -0000 To: James Bailie Cc: questions@freebsd.org Subject: Re: Netscape vs. FreeBSD vs. Slashdot -- revisited X-Mailer: Lotus Notes Release 5.0.1a August 17, 1999 Message-ID: From: ccoleman@efcocorp.com Date: Wed, 29 Dec 1999 14:25:57 -0600 X-Priority: 3 (Normal) X-MIMETrack: Serialize by Router on doc/efco(Release 5.0.1|July 16, 1999) at 12/29/99 02:25:59 PM, Serialize complete at 12/29/99 02:25:59 PM MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The Real solution here is to just read http://daily.daemonnews.org :-) -Chris Coleman Daemon News Editor in Chief Bringing BSD Together http://www.daemonnews.org James Bailie Sent by: owner-freebsd-questions@FreeBSD.ORG 12/29/99 12:59 PM To: questions@freebsd.org cc: Subject: Re: Netscape vs. FreeBSD vs. Slashdot -- revisited On Wed, Dec 29, 1999 at 12:23:04PM -0500, Brett Taylor wrote: > I don't know if this in reference to my post awhile back, but what you > need to do is turn off javascript and Slashdot will work normally (wo/ > crashing). YMMV. This works for me as well. Now to find the culprit. The block below is the only JavaScript on the main Slashdot page: If I insert those three lines into a custom page on my local index page, Netscape dies as expected. I suppose we could see what that CGI program is spitting back at us, maybe I'll do that later on... -- James Bailie http://members.home.net/jazzturk 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 Wed Dec 29 12:24:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kaon.intercom.com (kaon.intercom.com [198.143.3.30]) by hub.freebsd.org (Postfix) with ESMTP id 72413150BE for ; Wed, 29 Dec 1999 12:24:22 -0800 (PST) (envelope-from jason@intercom.com) Received: from shagalicious.com ([206.98.165.250] helo=intercom.com) by kaon.intercom.com with esmtp (Exim 3.11 #1) id 123Pdt-00079G-00 for freebsd-questions@freebsd.org; Wed, 29 Dec 1999 15:24:21 -0500 Message-ID: <386A6FC9.9ADCB126@intercom.com> Date: Wed, 29 Dec 1999 15:32:09 -0500 From: "Jason J. Horton" Organization: Intercom Online Inc. X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: uptime record Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is there a site logging the uptime of servers? Am curious what uptimes people are getting, as I have a machine about to roll over 500 days. Also, is there a maximum number that uptime will show(I remember Linux having a problem over a yearand a half or so) -- -Jason J. Horton Fat Man in a Little Coat Intercom Online Inc. 212.376.7440 ext 21 | http://www.intercom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 12:30:57 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 158AB1515A for ; Wed, 29 Dec 1999 12:30:52 -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 VAA12296 for freebsd-questions@FreeBSD.ORG; Wed, 29 Dec 1999 21:30:50 +0100 (CET) (envelope-from olli) Date: Wed, 29 Dec 1999 21:30:50 +0100 (CET) From: Oliver Fromme Message-Id: <199912292030.VAA12296@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: ed0 recognized as ed1 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 Arcady Genkin wrote in list.freebsd-questions: > I have a PCI NE2000 compatible card. In kernel config file I just > specified "device ed0". However, at boot time the card gets recognized > as "ed1". It works properly if configured as "ed1". That's perfectly normal. Just use ed1. No reason to worry. The ed driver traditionally was for ISA cards only (NE2k clones and others). It was later extended to work for so-called PCI NE2k clones, too. When you have "device ed0" in your kernel config file, it will reserve "ed0" for an ISA card. So when it finds a PCI card, it will get the nex free slot assigned, which is "ed1". Later it tries to probe for ed0 (ISA), but doesn't find one (unless you also happen to have an ISA NE2k card); it then prints "ed0 not found at 0x280" or something similar (may- be only during a verbose boot, though). I think the behaviour was changed recently (in -current?), so your first ed device will always be 0, no matter whether ISA or PCI. 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 Wed Dec 29 12:31:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id F3E1A151DC for ; Wed, 29 Dec 1999 12:31:25 -0800 (PST) (envelope-from daemon@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id VAA12609 for freebsd-questions@freebsd.org; Wed, 29 Dec 1999 21:31:24 +0100 (CET) (envelope-from daemon@bigeye.rhein-neckar.de) Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id VAA37098 for freebsd-questions@freebsd.org; Wed, 29 Dec 1999 21:21:34 +0100 (CET) (envelope-from daemon) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: DUMP causes system lockup? Date: 29 Dec 1999 21:21:33 +0100 Message-ID: <84dqgd$1471$1@bigeye.rhein-neckar.de> References: <002101bf5218$edad17e0$2b01010a@omfus.org> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Hanna wrote: > I run dump nightly to backup my files to a second disk, Let me tell you something. In the last couple of years I have twice lost all hard disks in a system at the same time. The first time, the power supply blew and apparently sent a spike down the 12V output. The second time, I ran into a faulty power cable that reversed +5V and +12V. Backups to another disk in the same box aren't. > dump -0 -a -f - / |gzip >/backup/larryboy/larryboy.root.dump.gz > dump -0 -a -f - /usr |gzip >/backup/larryboy/larryboy.usr.dump.gz > > Last night in the middle of this process the system locked up. Shouldn't do that. > Is fileaccess in the middle of a dump bad? Supposedly dump handles this reasonably well. > I can't shut off all server functions for the duration of the > dump. Neither do I. > Is there a way I can make dump more file-sharing-friendly? No. But this is not a dump problem. dump only *reads* from the file system. At most dump could crash. But you are saying the system locked up. Compile a debug kernel also including the kernel debugger. See if you can panic the machine next time this happens. Try to narrow down, where the kernel locks up. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 12:32:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dgs.dgsys.com (dgs.dgsys.com [204.97.64.1]) by hub.freebsd.org (Postfix) with ESMTP id 6DE6715102 for ; Wed, 29 Dec 1999 12:32:42 -0800 (PST) (envelope-from jchill@dgsys.com) Received: from localhost (jchill@localhost) by dgs.dgsys.com (8.8.7/8.7.3) with SMTP id PAA05837 for ; Wed, 29 Dec 1999 15:32:38 -0500 (EST) X-Authentication-Warning: dgs.dgsys.com: jchill owned process doing -bs Date: Wed, 29 Dec 1999 15:32:38 -0500 (EST) From: Chris Hill To: freebsd-questions@FreeBSD.ORG Subject: Re: uptime record In-Reply-To: <386A6FC9.9ADCB126@intercom.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 On Wed, 29 Dec 1999, Jason J. Horton wrote: > is there a site logging the uptime of servers? http://uptime.hexon.cx/ -- Chris Hill jchill@dgsys.com (place witty saying here) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 12:34:44 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 5345B156F2 for ; Wed, 29 Dec 1999 12:34:42 -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 <19991229203228.UQUC7552.mail.rdc3.on.home.com@main.wgaf.net> for ; Wed, 29 Dec 1999 12:32:28 -0800 Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 123Pnp-0005ML-00; Wed, 29 Dec 1999 15:34:37 -0500 To: freebsd-questions@freebsd.org Subject: Re: uptime record References: <386A6FC9.9ADCB126@intercom.com> 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: 29 Dec 1999 15:34:37 -0500 In-Reply-To: "Jason J. Horton"'s message of "Wed, 29 Dec 1999 15:32:09 -0500" Message-ID: <87k8lxlc4i.fsf@main.wgaf.net> Lines: 17 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 "Jason J. Horton" writes: > is there a site logging the uptime of servers? Am curious what > uptimes people are getting, as I have a machine about to roll over > 500 days. Also, is there a maximum number that uptime will show(I > remember Linux having a problem over a yearand a half or so) http://uptime.hexon.cx/ Check out upclient port. Looks like you'd have to keep the server up for a bit longer to set the record. ;^) The current record is 1994 days. -- 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 Wed Dec 29 12:41: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 5819415605 for ; Wed, 29 Dec 1999 12:41: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 VAA12519 for freebsd-questions@FreeBSD.ORG; Wed, 29 Dec 1999 21:41:12 +0100 (CET) (envelope-from olli) Date: Wed, 29 Dec 1999 21:41:12 +0100 (CET) From: Oliver Fromme Message-Id: <199912292041.VAA12519@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: sound questions 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 Brian Anderson wrote in list.freebsd-questions: > any pointers on getting a soundblaster 16 running happily? > > i did what i thought was correct, but get an error at boot telling me that > my card neds SBPro support. > > i added (not quoted accurately, as i'm not at the box) > > controller snd0 > device sb0 (parameters) > device sbmidi0 (parameters) > device opl0 (parameters) For the SB16, you also need: device sbxvi > the other questions is about making /dev/dsp: MAKEDEV /dev/dsp fails, This is all you need to do: cd /dev; sh MAKEDEV snd0 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 Wed Dec 29 12:44:30 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 A324B15202 for ; Wed, 29 Dec 1999 12:44:28 -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 VAA12566 for freebsd-questions@FreeBSD.ORG; Wed, 29 Dec 1999 21:44:27 +0100 (CET) (envelope-from olli) Date: Wed, 29 Dec 1999 21:44:27 +0100 (CET) From: Oliver Fromme Message-Id: <199912292044.VAA12566@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: pci NICs of the same kind - which one is 0, which one is 1 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 Arcady Genkin wrote in list.freebsd-questions: > device rl0 > device rl1 > > Do I have any control over which of the two NICs is assigned "rl0", > and which "rl1"? Yes. > How would I do that? Swap their slots. :-) > What is the default order of assigning 0, 1, ... to similar pci cards? They are probed in the order of the PCI slots. Lower-numbered slots will be probed first, so they will get the device numbers assigned in the order of the PCI slots. 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 Wed Dec 29 12:45:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from camelot.bitart.com (camelot.BITart.com [206.103.221.33]) by hub.freebsd.org (Postfix) with SMTP id 6233D14FDB for ; Wed, 29 Dec 1999 12:45:30 -0800 (PST) (envelope-from gerti@bitart.com) Received: (qmail 21061 invoked by uid 101); 29 Dec 1999 20:45:25 -0000 Message-ID: <19991229204524.21060.qmail@camelot.bitart.com> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) X-Nextstep-Mailer: Mail 4.2mach (Enhance 2.2p1) Received: by NeXT.Mailer (1.148) From: Gerd Knops Date: Wed, 29 Dec 1999 14:45:24 -0600 To: questions@FreeBSD.ORG Subject: Zombies eat CPU? Reply-To: gerti-fbsdq@BITart.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone, I noticed that in FreeBSD (seen it on 3.1, 3.2, 3.3) zombies often are listed with high PRI (close to 100) and %CPU (often close to 10%). ps -aux tends to report them at the top. However top does not list them, and uptime does not indicate that they eat CPU time. So is it that ps just gets invalid info due to the zombie state of the process, or is the 'zombie handling' CPU intensive? Thanks Gerd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 12:49:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from charon.shaghaus.org (209-6-187-27.c6-0.wth-ubr1.sbo-wth.ma.cable.rcn.com [209.6.187.27]) by hub.freebsd.org (Postfix) with ESMTP id EA33E15605 for ; Wed, 29 Dec 1999 12:49:21 -0800 (PST) (envelope-from bunicula@rcn.com) Received: from charon (IDENT:bunicula@charon [192.168.2.1]) by charon.shaghaus.org (8.9.3/8.9.3) with ESMTP id PAA04624 for ; Wed, 29 Dec 1999 15:53:45 -0500 Date: Wed, 29 Dec 1999 15:53:45 -0500 (EST) From: Brian Anderson X-Sender: bunicula@charon To: freebsd-questions@FreeBSD.ORG Subject: sound almost there. 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 to everyone for their ongoing help... i've got the sound card working, but the mixer doesn't work. i'm sure i'm missing something, but i don't know what. from my kernel config > controller isa0 > controller pnp0 # PnP support for ISA > controller snd0 > device sb0 at isa? port 0x220 irq 5 drq 1 > device sbmidi0 at isa? port 0x330 > device opl0 at isa? port 0x338 dmesg gives me the following about sound: > sb0 at 0x220 irq 5 drq 1 on isa > > NOTE! SB Pro support required with your soundcard! > snd0: > sbmidi0 not found at 0x330 > opl0 not found at 0x338 and cat /dev/sndstat shows what i expected: VoxWare Sound Driver:3.5-alpha15-970902 (Wed Aug 6 22:58:35 PDT 1997 Amancio Hasty@rah.star-gate.com) Config options: Installed drivers: Type 1: OPL-2/OPL-3 FM Type 2: SoundBlaster > Card config: > SoundBlaster at 0x220 irq 5 drq 1 > ( at 0x330 irq 1) > (OPL-2/OPL-3 FM at 0x338 irq 1) > > Audio devices: > 0: SoundBlaster 16 4.13 > > Synth devices: > > Midi devices: > > Timers: > 0: System clock > > Mixers: > no mixer. so what do i need to add to get the mixer working? should i be using sbxvi0 rather than sb0? brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 12:51:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from barnes1.wustl.edu (barnes1.wustl.edu [128.252.68.11]) by hub.freebsd.org (Postfix) with ESMTP id 8A5A915122 for ; Wed, 29 Dec 1999 12:51:36 -0800 (PST) (envelope-from wayne@barnes1.wustl.edu) Received: (from wayne@localhost) by barnes1.wustl.edu (8.9.3/8.9.2) id OAA39582; Wed, 29 Dec 1999 14:56:19 -0600 (CST) (envelope-from wayne) From: Wayne M Barnes Message-Id: <199912292056.OAA39582@barnes1.wustl.edu> Subject: Re: password length In-Reply-To: <16061.946465617@axl.noc.iafrica.com> from Sheldon Hearn at "Dec 29, 1999 01:06:57 pm" To: sheldonh@uunet.co.za (Sheldon Hearn) Date: Wed, 29 Dec 1999 14:56:19 -0600 (CST) Cc: freebsd-questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (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 Dear Sheldon, You're right, the second URL below showed my problem. I have links to libdescrypt instead of to libscrypt. So how do I switch over to MD5-type password encryption? If I just change the 3 links to libscrypt and make world, I suppose that my password data base will be unbuttered toast, and all of my users will have to re-enter their passwords, once I have bootstrapped with boot -s. I bet my other programs that use passwords, such as atalkd and Samba, will be messed up, also. For a new install, how could I have installed MD5 instead of DES? I.e. where did I go wrong? Wayne M. Barnes, Ph.D. wayne@barnes1.wustl.edu > > > On Tue, 28 Dec 1999 12:20:28 CST, Wayne M Barnes wrote: > > > I just noticed that a couple of my 3.3 (or 3.4RC) systems are > > not recognizing any more than 8 characters of my passwords. > > I'll bet you're using DES instead of MD5. :-) > > See the following references: > > http://www.freebsd.org/FAQ/install.html#AEN634 > http://www.freebsd.org/handbook/security.html#CRYPT > > Ciao, > Sheldon. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 13:10:36 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 3210B1534C for ; Wed, 29 Dec 1999 13:10: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 WAA13437 for freebsd-questions@FreeBSD.ORG; Wed, 29 Dec 1999 22:10:24 +0100 (CET) (envelope-from olli) Date: Wed, 29 Dec 1999 22:10:24 +0100 (CET) From: Oliver Fromme Message-Id: <199912292110.WAA13437@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: sound almost there. 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 Brian Anderson wrote in list.freebsd-questions: > from my kernel config > > > controller isa0 > > controller pnp0 # PnP support for ISA > > controller snd0 > > device sb0 at isa? port 0x220 irq 5 drq 1 > > device sbmidi0 at isa? port 0x330 > > device opl0 at isa? port 0x338 > > dmesg gives me the following about sound: > > > sb0 at 0x220 irq 5 drq 1 on isa > > > > NOTE! SB Pro support required with your soundcard! > > snd0: > > sbmidi0 not found at 0x330 > > opl0 not found at 0x338 It says pretty clearly what is missing, isn't it? > no mixer. so what do i need to add to get the mixer working? should i be > using sbxvi0 rather than sb0? You should be using sbxvi0 in _addition_ to sb0. You do have an SB16, so why don't you just use the driver for the SB16? 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 Wed Dec 29 13:12: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.chromatix.com (mail.chromatix.com [207.97.115.130]) by hub.freebsd.org (Postfix) with ESMTP id 28B541519A for ; Wed, 29 Dec 1999 13:12:02 -0800 (PST) (envelope-from nick@chromatix.com) Received: from dogwood (dogwood.chromatix.com [207.97.115.140]) by mail.chromatix.com (8.8.8/8.8.8) with SMTP id QAA16288 for ; Wed, 29 Dec 1999 16:11:31 -0500 (EST) (envelope-from nick@chromatix.com) Message-ID: <000901bf5241$cd676340$8c7361cf@chromatix.com> From: "Nick LoPresti" To: Subject: Using smbmount from the Samba package Date: Wed, 29 Dec 1999 16:15:16 -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.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently installed the samba port on my 3.2-Release FreeBSD box. My reason for doing this was because I wanted to mount a share off my NT box so that I could access those files by ftping(is that a word) to the FreeBSD box. From what I can figure out, you have to use smbmount. My system contains the manpage for this and its little brother smbmnt but no binaries! Did I do something wrong somewhere? The docs on the webpage said that the smbfs was only implemented for linux. Does this mean that I am not going to be able to do this? Please help if ya can!!!! THANKS!!!! ================================================ Nick nick@chromatix.com Web Page: http://www.lopresti.dhs.org/users/nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 13:19:40 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 A2F88156D1 for ; Wed, 29 Dec 1999 13:19:36 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.157.106]) by smtp1.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FNITYK00.3NL for ; Wed, 29 Dec 1999 14:20:44 -0700 Message-ID: <001301bf524b$0ed92580$6a9dc5d1@webserver> From: "Duke Normandin" <01031149@3web.net> To: Subject: Re: cons25 && (midc, /stand/sysinstall, etc) Date: Wed, 29 Dec 1999 08:45:42 -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: Wednesday, December 29, 1999 5:00 AM Subject: Re: cons25 && (midc, /stand/sysinstall, etc) >Duke Normandin wrote in list.freebsd-questions: > > Tried your sh script below... not much luck! It rendered the prompt in my > > chosen color, but that's it. > >Wasn't that what you wanted? What else do you want? > >If you want the screen to be cleared and repainted in your >colors, maybe you should append ``clear'' after the vidcontrol >command in the script. That's what I wanted -- and did, prior to my post. It now works as I expected. I just assumed that ' midc "$@" ' would have done it all. Case closed!! > > A curious observation though, midc doesn't > > trash the screen border that I have set up using vidcontrol; only the fg > > and bg colors. Did your script work on your system? > >I haven't tried it (I don't use colors). It should work >exactly as if you type the commands manually in your shell. > > > BTW, would the script > > be identical in csh? > >No. You don't write scripts in csh; it's evil. :-) An "evil" shell as the default for root? Can't help the learning curve, can it! :-) >Regards > Oliver > >PS: Quotes in mails should be put at the top of the mail, not >at the bottom. Just a small hint. ok... thanks.....duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 13:19:43 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 2AF7A156CC for ; Wed, 29 Dec 1999 13:19:36 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.157.106]) by smtp1.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FNITYO00.3NM for ; Wed, 29 Dec 1999 14:20:48 -0700 Message-ID: <001401bf524b$11231580$6a9dc5d1@webserver> From: "Duke Normandin" <01031149@3web.net> To: "freebsd-questions" Subject: Re: kill -HUP 1 Date: Wed, 29 Dec 1999 14:19:13 -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: aunty To: Duke Normandin <01031149@3web.net> Cc: freebsd-questions Date: Wednesday, December 29, 1999 2:40 AM Subject: Re: kill -HUP 1 >On Tue, Dec 28, 1999 at 10:24:50PM -0800, Duke Normandin wrote: >> I can't seem to get kill -HUP 1 to work.....nothing happens - no error >> messages, nothing. > >That's perfectly correct! Unix complains if something is wrong, and >leaves you peacefully in the dark in case of success. You had succcess. >If you had been editing /etc/ttys and had also remembered to make the >devices, you'd magically have your extra virtual consoles (or whatever) >after such a reassuring (?) silence following that command. > >> I can't figure out what I'm doing wrong. > >The second most important thing is to avoid making any assumptions. >The most important thing is not to assume you've made a mistake, and >in fact that was the only thing you did wrong. Then it got worse :-) > >> So I have been doing: >> >> kill 1 -l > >Ugh... (what you typed exactly is more apparent from the description below) > >> It logs out of csh and asks me for the complete path to my shell or >> return for sh. I press "return"...I get a sh prompt, then I do "exit". >> Then and only then is the system re-initialized. I have no idea what I'm >> doing....but it beats re-booting. > >No it doesn't, it _is_ a kind of rebooting. Also it confuses the hell >out of people who try to answer your question :-) I suppose I should have been more precise as to what I was doing and wanted to do: TERM=cons25 In /etc/rc.conf, I've been experimenting with various fonts. I now understand from a reply to a previous question of mine, that the fonts I use must be "matched" to the correct termcap console. So I've been editting ttys, trying out cons25l1, cons25w, etc etc. Before I got the nerve to try "kill -HUP 1", I simply did "shutdown -r now", to re-initialize the system. When I first tried "kill -HUP 1, I _did not_ expect a "pat on the back" from the system, congradulating me on a successful "kill" ;-) -- rather I was looking for the problem's symptoms to have disappeared, or different symptom's for the same problem. Nothing happened; nothing changed with my consoles, leading me to believe that I had screwed up the command somehow. How I came across kill 1 -l, I can't recall. However, it did exactly what I expected -- re-initialize the system (but w/o the device probing). One of the problems I'm trying to fix is the rendering of the "window" borders in "midc" --- using cons25 with the wrong font, or visa versa, results in a bunch of "garbage" characters for the window border instead of lines. Soooo, I editted the said "ttys" file, hoping to stumble on a configuration that would render correctly. In order to test it out, I of course have to re-init! I was hoping that it would be as simple as doing "source .cshrc" when I'm messing with ~/ .cshrc. So, bottom-line, how do I re-init the system without device probing -- i.e. w/o total reboot? As a side-bar guys, what, in your experience, is the best fonts to use in Unix, to preclude misinterpretation of 1 (one), l (ell) and I (uppercase i). In win95, I now use Verdana, and the distinction is now clear for me in this environment. thanks....duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 13:25: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cr31617-a.lndn1.on.wave.home.com (cr31617-a.lndn1.on.wave.home.com [24.112.227.163]) by hub.freebsd.org (Postfix) with ESMTP id A021C15102 for ; Wed, 29 Dec 1999 13:24:52 -0800 (PST) (envelope-from jbailie@cr31617-a.lndn1.on.wave.home.com) Received: (from jbailie@localhost) by cr31617-a.lndn1.on.wave.home.com (8.9.3/8.9.3) id QAA02750 for questions@freebsd.org; Wed, 29 Dec 1999 16:35:37 -0500 (EST) (envelope-from jbailie) Date: Wed, 29 Dec 1999 16:35:37 -0500 From: James Bailie To: questions@freebsd.org Subject: Re: Netscape vs. FreeBSD vs. Slashdot -- revisited Message-ID: <19991229163537.A2734@cr31617-a.lndn1.on.wave.home.co> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from ccoleman@efcocorp.com on Wed, Dec 29, 1999 at 02:25:57PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 29, 1999 at 02:25:57PM -0600, ccoleman@efcocorp.com wrote: > The Real solution here is to just read http://daily.daemonnews.org :-) Excellent idea. Didn't know there was a daily... -- James Bailie http://members.home.net/jazzturk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 13:27: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Astrovan.cstone.net (mailstop.cstone.net [205.197.102.13]) by hub.freebsd.org (Postfix) with ESMTP id B478F150DF for ; Wed, 29 Dec 1999 13:27:01 -0800 (PST) (envelope-from highway@cstone.net) Received: from cstone.net (snowcrash.cstone.net [209.145.66.12]) by Astrovan.cstone.net (Post.Office MTA v3.5.3 release 223 ID# 0-59789U13500L1350S0V35) with ESMTP id net for ; Wed, 29 Dec 1999 16:23:24 -0500 Message-ID: <386A7DB2.5D3ED419@cstone.net> Date: Wed, 29 Dec 1999 16:31:30 -0500 From: Sean Michael Whipkey Organization: Cornerstone Networks, Inc. X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: ApplixWare installation Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, So I got ApplixWare installed, but I'll be damned if it wants to run. When I try to run it, here's what it says: X-Server problem - unable to access fonts The font path being used is: 'usr/applix/axfonts/all_pcf' If this is not appropriate for your display, restart Applixware specifying '-fp your_font_path' on the command line. For further info, see the 'Fonts' section of the installation notice. start process: connect: No such file or directory X-Server problem - unable to access fonts The font path being used is: '/usr/applix/axfonts/all_pcf' If this is not appropriate for your display, restart Applixware specifying '-fp your_font_path' on the command line. For further info, see the 'Fonts' section of the installation notice. I've installed it both as root and as my own user name. The files are all there in that path; I just can't figure out why it can't access them. The permissions are all set to 755 for the fonts and the directories. SeanMike -- SeanMike Whipkey - highway@cstone.net - http://www.cstone.net Engineering Department, Cornerstone Networks, Inc. - 804.817.7000 HEY! Lay off the SeanMike! The man's a misunderstood visionary! - Kermit Labmonkey (aka Ryan Kimmet) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 13:27:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from defiant.quansoo.com (defiant.quansoo.com [63.66.225.90]) by hub.freebsd.org (Postfix) with ESMTP id C4A1C1521B for ; Wed, 29 Dec 1999 13:27:05 -0800 (PST) (envelope-from cgriffiths@quansoo.com) Received: from localhost (cgriffiths@localhost) by defiant.quansoo.com (8.9.3/8.9.3) with ESMTP id QAA01246 for ; Wed, 29 Dec 1999 16:27:06 -0500 (EST) (envelope-from cgriffiths@quansoo.com) X-Authentication-Warning: defiant.quansoo.com: cgriffiths owned process doing -bs Date: Wed, 29 Dec 1999 16:27:06 -0500 (EST) From: "Christopher T. Griffiths" To: freebsd-questions@freebsd.org Subject: tl0 interfaces 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 I currently have two tl NIC cards installed in my proliant 1850R server. One is the motherboard based, the other is a pci based card. When I initially setup this system with 3.4Release, it had no problems initializing the cards and everything was fine. However I cvsuped todays -stable and did a build world/mergemaster/new kernel and now I am receiving the following messages when the kernel is booting: tl0 got an invalid interupt! and the same for tl1 tl1 got an invalid interupt! Now while the machine is running I am getting constant messages from the kernel with these following messages. Any help would be appreciated. Thanks Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 13:28:28 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 0E9E9156D2 for ; Wed, 29 Dec 1999 13:28:24 -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 WAA13803 for freebsd-questions@FreeBSD.ORG; Wed, 29 Dec 1999 22:28:21 +0100 (CET) (envelope-from olli) Date: Wed, 29 Dec 1999 22:28:21 +0100 (CET) From: Oliver Fromme Message-Id: <199912292128.WAA13803@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 > >If you want the screen to be cleared and repainted in your > >colors, maybe you should append ``clear'' after the vidcontrol > >command in the script. > > That's what I wanted -- and did, prior to my post. It now works as I > expected. I just assumed that ' midc "$@" ' would have done it all. Case > closed!! Nice to hear that. > >No. You don't write scripts in csh; it's evil. :-) > > An "evil" shell as the default for root? Can't help the learning curve, > can it! :-) No, writing scripts in csh is evil. Whether using csh as an interactive shell is evil, is debatable... I think the fact that root's login shell is a csh has mainly historical (hysterical...) reasons. Personally, I have an alias "su" --> "su -m", so I get the same shell as root that i have as normal user (which happens to be zsh), without having to change root's login shell in the passwd file (which could have undesirable side effects). A "bare bones" FreeBSD only has sh and csh, and of those two I'd definitely prefer sh (for example in single-user mode, I always use sh, not csh). It has history and line-editing features, so there's really no reason to resort to csh's crappyness. Well OK, sh is missing a filename completion... Hoping not to start a flamewar... :-) 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 Wed Dec 29 13:38:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from watson.ficsgrp.com (watson.ficsgrp.com [194.74.111.3]) by hub.freebsd.org (Postfix) with ESMTP id 58DE115713 for ; Wed, 29 Dec 1999 13:38:23 -0800 (PST) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAAB64 for ; Wed, 29 Dec 1999 22:38:19 +0100 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 365; Thu, 30 Dec 1999 08:41:51 +1100 Message-ID: <386A7EB8.DFD3636A@S1.com> Date: Thu, 30 Dec 1999 08:35:52 +1100 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Nick LoPresti Cc: freebsd-questions@freebsd.org Subject: Re: Using smbmount from the Samba package References: <000901bf5241$cd676340$8c7361cf@chromatix.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey Nick, > > Did I do something wrong somewhere? The docs on the webpage said that >the > smbfs was only implemented for linux. Does this mean that I am not >going to > be able to do this? Please help if ya can!!!! THANKS!!!! > No, you're correct - the web pages do say that smbmount only works on Linux. I did hear a rumour earlier this year that someone in the Samba project has started to look at making smbmount available to the other implementations of Samba, but I've heard nothing so far. There is a tool called 'Sharity Light' which uses the same syntax as smbmount, except substitute 'shlight' for 'smbmount' in the man page ;') Sharity Light is in the ports under 'Net' - well, it is on my 228 machine ;') hth, |-| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 13:59:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tranq1.tranquility.net (tranq1.tranquility.net [206.156.230.1]) by hub.freebsd.org (Postfix) with ESMTP id A4D85151B9 for ; Wed, 29 Dec 1999 13:59:42 -0800 (PST) (envelope-from ishmael@tranquility.net) Received: from myname.my.domain (ppp-port1-53.tranquility.net [206.152.118.53]) by tranq1.tranquility.net (8.9.2/8.9.2) with SMTP id PAA01215 for ; Wed, 29 Dec 1999 15:59:40 -0600 (CST) From: Ishmael Reply-To: ishmael@tranquility.net To: freebsd-questions@FreeBSD.org Subject: ensoniq audiopci Date: Wed, 29 Dec 1999 10:05:01 -0600 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99122910053500.16441@myname.my.domain> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ok, im new to freebsd, i looked around, but couldnt find out whether the 3.x kernel has support for ensoniq audiopci (es1371). if it does, what options do i enable in kernel config file to get it? Jeremy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 14: 5:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from charon.shaghaus.org (209-6-187-126.c6-0.wth-ubr1.sbo-wth.ma.cable.rcn.com [209.6.187.126]) by hub.freebsd.org (Postfix) with ESMTP id 9972D15726 for ; Wed, 29 Dec 1999 14:05:52 -0800 (PST) (envelope-from bunicula@rcn.com) Received: from charon (IDENT:bunicula@charon [192.168.2.1]) by charon.shaghaus.org (8.9.3/8.9.3) with ESMTP id RAA04864 for ; Wed, 29 Dec 1999 17:10:01 -0500 Date: Wed, 29 Dec 1999 17:10:01 -0500 (EST) From: Brian Anderson X-Sender: bunicula@charon To: freebsd-questions@FreeBSD.ORG Subject: Re: sound almost there. In-Reply-To: <199912292110.WAA13437@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 Wed, 29 Dec 1999, Oliver Fromme wrote: > You should be using sbxvi0 in _addition_ to sb0. You do have > an SB16, so why don't you just use the driver for the SB16? that was what was getting me... i didn't realize i needed both. i tried with just sbxvi0 and just sb0... putting them both in fixed it. the error is was giving about need SB Pro didn't even come close to making me think of the sbxvi driver. but it is all working now. brian amazed that vinum was easier to figure out than sound To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 14: 7:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nu.binary.net (nu.binary.net [12.13.120.25]) by hub.freebsd.org (Postfix) with ESMTP id E40D714CCF for ; Wed, 29 Dec 1999 14:07:35 -0800 (PST) (envelope-from nathan@rtfm.net) Received: from matrix.binary.net (root@matrix.binary.net [12.13.120.2]) by nu.binary.net (8.9.1a/8.9.0) with ESMTP id QAA41363; Wed, 29 Dec 1999 16:07:33 -0600 (CST) Received: (from nathan@localhost) by matrix.binary.net (8.9.3/8.9.1) id QAA27306; Wed, 29 Dec 1999 16:07:16 -0600 (CST) Date: Wed, 29 Dec 1999 17:07:16 -0500 From: Nathan Dorfman To: Greg Lehey Cc: "Xavier O'Neill" , FreeBSD Questions Subject: Re: Signal 11 during setup Message-ID: <19991229170716.A27003@rtfm.net> References: <19991225104026.46233.qmail@hotmail.com> <19991229104550.R1316@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19991229104550.R1316@freebie.lemis.com>; from Greg Lehey on Wed, Dec 29, 1999 at 10:45:50AM +1030 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I repeatedly got a SIG11 when trying to use the Custom disk set choice on the 3.4 install floppies. I could use 'All' or 'X-Developer' or any others though. I did not have this problem, on the same machine, with a 3.4-STABLE snapshot from today (12/29/99) so I assume the problem has been fixed. -- Nathan Dorfman The statements and opinions in my Unix Admin @ Frontline Communications public posts are mine, not FCC's. "The light at the end of the tunnel is the headlight of an approaching train." --/usr/games/fortune To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 14:16:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from java.dpcsys.com (java.dpcsys.com [206.16.184.7]) by hub.freebsd.org (Postfix) with ESMTP id 4EF8814D42 for ; Wed, 29 Dec 1999 14:16:43 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by java.dpcsys.com (8.9.1a/8.9.1) with SMTP id OAA20860; Wed, 29 Dec 1999 14:16:39 -0800 (PST) Date: Wed, 29 Dec 1999 14:16:38 -0800 (PST) From: Dan Busarow To: Sean Michael Whipkey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ApplixWare installation In-Reply-To: <386A7DB2.5D3ED419@cstone.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 On Wed, 29 Dec 1999, Sean Michael Whipkey wrote: > So I got ApplixWare installed, but I'll be damned if it wants to run. > When I try to run it, here's what it says: > > X-Server problem - unable to access fonts > The font path being used is: > > 'usr/applix/axfonts/all_pcf' I got that when I tried to run applixware while slogin'd from a different machine. Copying the directory to the other machine fixed it. Hope that's of some help. Dan -- Dan Busarow 949 443 4172 Dana Point Communications, Inc. dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 14:18:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pegasus.cc.ucf.edu (Pegasus.cc.ucf.edu [132.170.240.30]) by hub.freebsd.org (Postfix) with ESMTP id 08E45155F2 for ; Wed, 29 Dec 1999 14:18:35 -0800 (PST) (envelope-from ewayte@pegasus.cc.ucf.edu) Received: from pegasus.cc.ucf.edu (pegasus.cc.ucf.edu [132.170.240.30]) Ident [ewayte] by pegasus.cc.ucf.edu (Postfix) with ESMTP id D566B3493; Wed, 29 Dec 1999 17:15:17 -0500 (EST) Date: Wed, 29 Dec 1999 17:15:16 -0500 (EST) From: Eric Wayte To: Sheldon Hearn Cc: freebsd-questions@freebsd.org Subject: Re: make does nothing building kernel In-Reply-To: <23450.946488067@axl.noc.iafrica.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 I'll take a stab at this. According to the article "Maintaining Patch Levels With Open Source BSDs" you need to do the following: cd /sys/i386/conf config KERNELNAME cd ../../compile/KERNELNAME make depend && make all install && reboot It appears that you aren't performing a "make all install" just "make install". The article can be found at http://www.samag.com/archive/0809/feature.shtml and I keep a copy next to my computer at work and at home! Eric Wayte, DBA Univ. of Central Florida ewayte@pegasus.cc.ucf.edu On Wed, 29 Dec 1999, Sheldon Hearn wrote: > Date: Wed, 29 Dec 1999 19:21:07 +0200 > From: Sheldon Hearn > To: freebsd-questions@freebsd.org > Subject: make does nothing building kernel > > > Hi folks, > > I have a 3.3-STABLE (circa 17 Nov 1999) box that I'm upgrading to > 3.4-STABLE from freshly supped sources. > > Using the same kernel config file as before, I do the following: > > cd /usr/src/sys/i386/conf && \ > config -rg MYKERN && \ > cd ../../compile/MYKERN && \ > make depend && \ > make && \ > make install > > This produces the following unexpected error: > > You must first build your kernel before trying to install. > *** Error code 1 > > The only binary object in the directory is genassym.o. Running the > commands manually simply confirms that the ``make'' command is returning > immediately with no output and having done (apparently) nothing. > > I'm sure I've seen this asked and answered here before, but can't find > it in the FAQ, nor in the kernel config section of the handbook. > > TIA > Sheldon. > > > 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 Wed Dec 29 14:36:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.chromatix.com (mail.chromatix.com [207.97.115.130]) by hub.freebsd.org (Postfix) with ESMTP id B338D14CBE for ; Wed, 29 Dec 1999 14:36:52 -0800 (PST) (envelope-from nick@chromatix.com) Received: from dogwood (dogwood.chromatix.com [207.97.115.140]) by mail.chromatix.com (8.8.8/8.8.8) with SMTP id RAA16612; Wed, 29 Dec 1999 17:35:10 -0500 (EST) (envelope-from nick@chromatix.com) Message-ID: <001c01bf524d$7ca91b40$8c7361cf@chromatix.com> From: "Nick LoPresti" To: "Harry Woodward-Clarke" Cc: References: <000901bf5241$cd676340$8c7361cf@chromatix.com> <386A7EB8.DFD3636A@S1.com> Subject: Re: Using smbmount from the Samba package Date: Wed, 29 Dec 1999 17:38:54 -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.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks, that works. Sometimes it has problems unmounting though. Oh well. Anyone know any more about the smbmount being implemented into samba for other UNI?(plural of Unix?) ================================================ Nick nick@chromatix.com Web Page: http://www.lopresti.dhs.org/users/nick ----- Original Message ----- From: "Harry Woodward-Clarke" To: "Nick LoPresti" Cc: Sent: Wednesday, December 29, 1999 4:35 PM Subject: Re: Using smbmount from the Samba package > Hey Nick, > > > > > > Did I do something wrong somewhere? The docs on the webpage said that > >the > > smbfs was only implemented for linux. Does this mean that I am not > >going to > > be able to do this? Please help if ya can!!!! THANKS!!!! > > > > No, you're correct - the web pages do say that smbmount only works on > Linux. I did hear a rumour earlier this year that someone in the Samba > project has started to look at making smbmount available to the other > implementations of Samba, but I've heard nothing so far. > > There is a tool called 'Sharity Light' which uses the same syntax as > smbmount, except substitute 'shlight' for 'smbmount' in the man page ;') > > Sharity Light is in the ports under 'Net' - well, it is on my 228 > machine ;') > > hth, > > |-| > > > 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 Wed Dec 29 14:43:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Astrovan.cstone.net (mailstop.cstone.net [205.197.102.13]) by hub.freebsd.org (Postfix) with ESMTP id BA0C61517A for ; Wed, 29 Dec 1999 14:43:50 -0800 (PST) (envelope-from highway@cstone.net) Received: from cstone.net (snowcrash.cstone.net [209.145.66.12]) by Astrovan.cstone.net (Post.Office MTA v3.5.3 release 223 ID# 0-59789U13500L1350S0V35) with ESMTP id net; Wed, 29 Dec 1999 17:40:13 -0500 Message-ID: <386A8FB3.CDDAD018@cstone.net> Date: Wed, 29 Dec 1999 17:48:19 -0500 From: Sean Michael Whipkey Organization: Cornerstone Networks, Inc. X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Dan Busarow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ApplixWare installation References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Busarow wrote: > I got that when I tried to run applixware while slogin'd from a > different machine. > > Copying the directory to the other machine fixed it. > > Hope that's of some help. Interesting. I'm running it off my own machine, so I wasn't certain what was causing it. Well, I've got to check a few more things, and try it once again...joy. :-) SeanMike -- SeanMike Whipkey - highway@cstone.net - http://www.cstone.net Engineering Department, Cornerstone Networks, Inc. - 804.817.7000 HEY! Lay off the SeanMike! The man's a misunderstood visionary! - Kermit Labmonkey (aka Ryan Kimmet) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 14:59:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 76B08156EC for ; Wed, 29 Dec 1999 14:58:57 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp37-pa4.neomedia.it [195.103.207.229]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id XAA01269 for ; Wed, 29 Dec 1999 23:58:54 +0100 (CET) From: Salvo Bartolotta Date: Wed, 29 Dec 1999 22:05:00 GMT Message-ID: <19991229.22050000@bartequi.ottodomain.org> Subject: Re: Warning about C Library To: FreeBSD Questions X-Mailer: Supercalifragilis 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 Dear Scott, I ran into this problem just ... yesterday, while playing with Gnome-1.0.53 :-) If Gnome is causing you trouble, please read my recent posting in c.u.b.f.m. newsgroup and, if you like, let me know what you think of the whole situation. You should define the LC_ALL, LC_CTYPE and LANG environment variables in your shell. For example, in my tcsh shell (file ~/.tcshrc): setenv LC_ALL en_US.ISO_8859-1 setenv LC_CTYPE en_US.ISO_8859-1 setenv LANG en_US.ISO_8859-1 In a bash shell, in order to get e.g. the Italian locale, add these lines to your ~/.bash_profile: LC_ALL=3Dit_IT.ISO_8859-1 export LC_ALL LC_CTYPE=3Dit_IT.ISO_8859-1 export LC_CTYPE LANG=3Dit_IT.ISO_8859-1 export LANG Now the console and perl (e.g. "killall") no longer complain. Gnome and KDE-1.1.2 seem to work properly -- in every supported language I have tried so far. As far as I can see, the working locales are under /usr/share/locale. Personally, I have defined these variables right at the beginning of the shell login files. You may want to read "man setocale(3)" and, in particular, "man perllocale(1)". I have just entered into this field ;-) I am Italian, I use an en_US.ISO_8859-1 locale as root and as normal user, and I am going to use a French and German locale as another two users -- just to practice these languages. My home users desperately wanted only the Italian locale ... I hope that this information will help. Best regards and Happy New Year, Salvo N.B. Myjokingdomain =3D=3D=3D> neomedia.it for a private reply. ******************************* * * * Windows: brain-dead limits * * BeOS: limited apps * * Linux: unlimited (mindset) * * FreeBSD: no limits * * * ******************************* >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 12/29/99, 7:10:29 AM, Scott Corey wrote regarding Warning about C Library: > I keep getting these warning on my console, however, I am at a loss of= > what I did wrong and how to go about fixing them. > "Gtk-WARNING **: locale not supported by C library" > "Warning: locale not supported by C library, library unchanged" > The weird part is that everything SEEMS to be working > Any help would be greatly appreciated. > Thanks, > Scott > 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 Wed Dec 29 15:22:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from demai02.mw.mediaone.net (demai02.mw.mediaone.net [24.131.1.20]) by hub.freebsd.org (Postfix) with ESMTP id 0E80315197 for ; Wed, 29 Dec 1999 15:22:01 -0800 (PST) (envelope-from jasonc@concentric.net) Received: from stan (nic-c13-232.mw.mediaone.net [24.131.13.232]) by demai02.mw.mediaone.net (8.8.7/8.8.7) with SMTP id SAA28154; Wed, 29 Dec 1999 18:19:20 -0500 (EST) Message-ID: <003701bf5253$8c11c040$4900a8c0@stan> Reply-To: "Jason" From: "Jason" To: "Jaime Kikpole" Cc: "Brooks Davis" , References: Subject: Re: Cable Modem Support Date: Wed, 29 Dec 1999 18:22:11 -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.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Tue, 28 Dec 1999, Jason wrote: > > Thanks for the reply. Shooting my ISP is something I have thought about for > > months now :). But need them because at least they do allow me high speed > > win98 acess which is better than nothing. > > If you're really set on using Unix, you might want to consider an > eMachines $400 computer to use as a router-like device. I've heard that > Windows 98 SE has something called "Internet Sharing" which sounded a lot > like a weird NAT/DHCP system. That is my current plan. But for the record Internet Sharing in Windows is nothing more than a web proxy. It wont forward ANY other protocol. I will probably continue to use Midpoint Gold on Win98SE. I just got a copy of Win2k Professional, Server, and Advanced Server. They are officially release to manufacture now and it has all NAT/DHCP features found in NT4 and some enhancements previously found only in BSD like systems. I plan to test that as my new gateway box which will allow me to use my new BSD box (still in the works) to run most of the server daemons. > > As for ISDN....it seems the ISDN uses the same sort of conditioned line as > > DSL. So it would cost exactly the same to install either one. I have spoke > > with Covad and the ILEC here many times over this issue. They seem very > > set. Its odd that a T1 can be installed for under $500 and cost around > > $269/month....but Covad refuses to accept a Point to Point line ordered by > > me for their service. They say Contracts with the ILEC prevents me from > > providing my own Local Loop. > > If you can get the line itself from the telco instead of the ISP > perhaps you could then find an ISP somewhere else on that telco's network > which would be willing to send IP services over the telco's system and > into your T1. I couldn't tell from your letter if Covad was the telco or > ISP. Covad is neither. To get DSL you need three companies. ILEC, DSL Provider, ISP. the ILEC provides the Loop to the CPE. The DSL Provider is responsible for the all the CPE and connecting the ILEC to the ISP. The ISP does what you would expect and ISP to do. You order with an ISP....they are partnered with one of three major DSL providers....Covad, Northpoint, and Rhythems. The ISP orders with the DSL Provider who are colocated in most ILEC COs acorss the US. They order the physical loop from that ILEC. My problem is that the ILEC Covad uses has reported it will cost $7000+ for them to do the work....so Covad calls the ISP and tells them it will cost $7000+ to complete....then the ISP calls me with the same news...then I call my lawyer to see if the 1 year contract is worded well enough for me to file suit :) > > anyhow....will have to wait out this Cable modem issue until the new two way > > modems are released....they told me they would be out in 98....still > > waiting. > > Good luck. I know that waiting for high speed connections is > really depressing. You should ask your ISP if they'll support an ISDN > connection, though. Those *do* work over FreeBSD, even if the ISP doesn't > officially support them. Just reboot into Windows while the techs are > there and then reboot back into FreeBSD and try to configure it. You can > even avoid the $0.01/channel/minute charges by using data-over-voice for a > 112 Kbps connection instead of a data-over-data connection of 128Kbps. > ISDN uses the same sort of conditioned telephone line DSL does. So the ILEC has told me it will cost $7000+ per line to complete such an order. Per minute charges do not apply to ISDN in Michigan. The MPSC has never allowed that and treat the lines like any voice grade service. There can be a per call charge but most ISDN plans offer so many free calls per month. A regular dual channel ISDN line with 50 free calls is about $50/Month here. Most ISPs charge $200+/Month for Dedicated ISDN. And have hourly limits per month for the regular dialup ISDN services. I however found a ISDN ISP in New York that offers nationwide access and will allow true unlimited (24/7) access on their dialup ISDN service. They just dont guarentee you will never be disconnected. It costs about $40/month for dual channel and they can even offer up to 5 static IPs om this service for a bit extra. Thanks for the info....you have been extrmemly helpful....even if its to tell me "too bad your up a creek" Jason Cribbins MGM Services - Part of the FtS Productions team. "Garryowen!!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 15:22:15 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 64F7F15754 for ; Wed, 29 Dec 1999 15:22:12 -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 AAA18009 for freebsd-questions@FreeBSD.ORG; Thu, 30 Dec 1999 00:22:11 +0100 (CET) (envelope-from olli) Date: Thu, 30 Dec 1999 00:22:11 +0100 (CET) From: Oliver Fromme Message-Id: <199912292322.AAA18009@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: kill -HUP 1 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: > I suppose I should have been more precise as to what I was doing and > wanted to do: > > TERM=cons25 > > In /etc/rc.conf, I've been experimenting with various fonts. I now > understand from a reply to a previous question of mine, that the fonts I > use must be "matched" to the correct termcap console. So I've been > editting ttys, trying out cons25l1, cons25w, etc etc. Before I got the > nerve to try "kill -HUP 1", I simply did "shutdown -r now", to > re-initialize the system. When I first tried "kill -HUP 1, I _did not_ > expect a "pat on the back" from the system, congradulating me on a > successful "kill" ;-) -- rather I was looking for the problem's symptoms > to have disappeared, or different symptom's for the same problem. Nothing > happened; nothing changed with my consoles, leading me to believe that I > had screwed up the command somehow. OK, here are step-by-step instructions. - Be sure that you have ISO 8859-1 fonts loaded. Use ``vidcontrol -f'' for this; see the manual page. Add the appropriate entries to /etc/rc.conf to have the fonts loaded upon boot automatically (see /etc/defaults/rc.conf). DO NOT use a screenmap. - Edit /etc/ttys and change "cons25" to "cons25l1". This will change the default $TERM (termcap) setting for the console and virtual terminals. - For the change to take effect, type ``kill -HUP 1'' (be careful to type this command exactly like that -- a typo can cause a reboot! See "man 8 init"). This should restart the getty processes that are running on the vritual terminals. - You can type ``echo $TERM'' to verify the correct setting. It should print ``cons25l1''. If it doesn't, try setting it manually -- this depends on your shell. For sh, ksh, bash, zsh: export TERM=cons25l1 For csh, tcsh: setenv TERM cons25l1 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 Wed Dec 29 15:27:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cableregina.com (ip3.net20483142.cr.sk.ca [204.83.142.3]) by hub.freebsd.org (Postfix) with SMTP id 5238114EDE for ; Wed, 29 Dec 1999 15:27:14 -0800 (PST) (envelope-from srogers@cableregina.com) Received: from [24.72.20.36] by mail.cableregina.com (SMTPD32-4.0) id A8CAE4BA009E; Wed, 29 Dec 1999 19:27:06 -0400 Message-ID: <000501bf5254$bc4915a0$24144818@cableregina.com> From: "Stuart Rogers" To: Subject: A mail server Date: Wed, 29 Dec 1999 17:30:44 -0600 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.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was wondering if anyone has a suggestion on a good mail server so I can have mail address like mine @ mydomain.com. I only need say 10 E-Mail address so It doesn't have to be a realy great E-Mail server but it does have to be easy. Also would be advantage to be able to take advantage of virtual hosts if possible any suggestion would be appreciated. Last I'd like to thank every one who has helped me in the pass with my problems. After the freindly responses and help I have gotten am a huge fan of this mailing list and of FreeBSD. Thanks again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 16:10:13 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 7747E151A4 for ; Wed, 29 Dec 1999 16:10:11 -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 BAA19376 for freebsd-questions@FreeBSD.ORG; Thu, 30 Dec 1999 01:10:10 +0100 (CET) (envelope-from olli) Date: Thu, 30 Dec 1999 01:10:10 +0100 (CET) From: Oliver Fromme Message-Id: <199912300010.BAA19376@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: kill -HUP 1 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 I'm sorry, I forgot two things that might be important. I wrote in list.freebsd-questions you wrote (30 Dec 1999 00:24:47 +0100): > - For the change to take effect, type ``kill -HUP 1'' > (be careful to type this command exactly like that -- > a typo can cause a reboot! See "man 8 init"). > This should restart the getty processes that are running > on the vritual terminals. First: I'm not 100% sure if the above kill command will restart all gettys. If it does, you will be logged out automatically. Then you have to log in again. If it doesn't, then the $TERM variable will not be updated automatically, and you have to set it manually as I explained in my previous email message. Second: After the kill command, you should type the command ``tail /var/log/messages''. In case there is a syntax error or some other problems in your /etc/ttys file, init will send appropriate messages to syslog, and they will appear in the messages file. If nothing is there, everything went fine. 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 Wed Dec 29 16:39: 7 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 8F40314CE0 for ; Wed, 29 Dec 1999 16:39:05 -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 QAA04944 for ; Wed, 29 Dec 1999 16:39:04 -0800 Date: Wed, 29 Dec 1999 16:39:04 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: 9.1 Gig barracuda Compat?? 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 Since having a raid array completely die on me and trying every possible combination to get even a single drive to ever remount. I took a brand new fresh drive from the shelf. Hooked it up to a completely differnt computer with a new adaptec card. I went into sysinstall to configure and add the drive to the system in a last ditch effort to see if it was some kind of incompatability with FreeBSD and the Barracuda drives. With a completely new system drive, card and box. I get the exact same error from FreeBSD when hitting "w" in the disklabel editor. DEBUG: MakeDev: unknown major/minor for devtype - I'm not a complete newbie and have installed additional disks in the past. Does anyone know if there is some problem with these drives in FreeBSD? Or am I doing something horribly wrong? Desperately, Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 16:41:53 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 CACC214C33 for ; Wed, 29 Dec 1999 16:41:46 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 7613 invoked from network); 30 Dec 1999 00:39:30 -0000 Received: from useraq24.uk.uudial.com (HELO marder-1.) (62.188.136.84) by smtp.dial.pipex.com with SMTP; 30 Dec 1999 00:39:30 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id AAA93715; Thu, 30 Dec 1999 00:41:15 GMT (envelope-from mark) Date: Thu, 30 Dec 1999 00:41:14 +0000 From: Mark Ovens To: Nathan Dorfman Cc: Greg Lehey , "Xavier O'Neill" , FreeBSD Questions Subject: Re: Signal 11 during setup Message-ID: <19991230004114.W1290@marder-1> References: <19991225104026.46233.qmail@hotmail.com> <19991229104550.R1316@freebie.lemis.com> <19991229170716.A27003@rtfm.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991229170716.A27003@rtfm.net> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 29, 1999 at 05:07:16PM -0500, Nathan Dorfman wrote: > I repeatedly got a SIG11 when trying to use the Custom disk set choice > on the 3.4 install floppies. I could use 'All' or 'X-Developer' or any > others though. I did not have this problem, on the same machine, with > a 3.4-STABLE snapshot from today (12/29/99) so I assume the problem has > been fixed. http://www.uk.freebsd.org/releases/3.4R/errata.html will answer your question (it's a known problem)/ > -- > Nathan Dorfman The statements and opinions in my > Unix Admin @ Frontline Communications public posts are mine, not FCC's. > "The light at the end of the tunnel is the headlight of an approaching > train." --/usr/games/fortune > > > 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 Wed Dec 29 17: 2:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from utasvexg001.hfnweb.com (utasvexg001.hfnweb.com [207.49.36.37]) by hub.freebsd.org (Postfix) with ESMTP id 0DCAC14F67 for ; Wed, 29 Dec 1999 17:02:29 -0800 (PST) (envelope-from mikemorgan@hfnweb.com) Received: by UTASVEXG001 with Internet Mail Service (5.5.2448.0) id ; Wed, 29 Dec 1999 17:58:56 -0700 Message-ID: From: Mike Morgan To: "'freebsd-questions@freebsd.org'" Subject: SB PCI 128 Date: Wed, 29 Dec 1999 17:58:55 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BF5261.0C59E8EC" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BF5261.0C59E8EC Content-Type: text/plain; charset="iso-8859-1" I've been reading the sound post's on this list, but I'm still confused on how to set up my box for sound using a SoundBlaster PCI128. tnx for the help, Mike Morgan mikemorgan@hfnweb.com ------_=_NextPart_001_01BF5261.0C59E8EC Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable SB PCI 128

I've been reading the sound post's on this list, but = I'm still confused on how to set up my box for sound using a = SoundBlaster PCI128.

tnx for the help,
Mike Morgan
mikemorgan@hfnweb.com

------_=_NextPart_001_01BF5261.0C59E8EC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 17: 4:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from earth.wnm.net (earth.wnm.net [208.246.240.243]) by hub.freebsd.org (Postfix) with ESMTP id AB11014F67 for ; Wed, 29 Dec 1999 17:04:11 -0800 (PST) (envelope-from alex@wnm.net) Received: from localhost (alex@localhost) by earth.wnm.net (8.8.8/8.8.8) with ESMTP id TAA15651; Wed, 29 Dec 1999 19:04:00 -0600 (CST) Date: Wed, 29 Dec 1999 19:04:00 -0600 (CST) From: Alex Charalabidis To: keith@mail.telestream.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 9.1 Gig barracuda Compat?? 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 Wed, 29 Dec 1999 keith@mail.telestream.com wrote: > Since having a raid array completely die on me and trying every possible > combination to get even a single drive to ever remount. I took a brand new > fresh drive from the shelf. Hooked it up to a completely differnt > computer with a new adaptec card. I went into sysinstall to configure and > add the drive to the system in a last ditch effort to see if it was some > kind of incompatability with FreeBSD and the Barracuda drives. > With a completely new system drive, card and box. I get the exact same > error from FreeBSD when hitting "w" in the disklabel editor. > > DEBUG: MakeDev: unknown major/minor for devtype - > > I'm not a complete newbie and have installed additional disks in the past. > Does anyone know if there is some problem with these drives in FreeBSD? > Or am I doing something horribly wrong? > One of the machines on my desk says "no" - it has a 9.1G Barracuda on an Adaptec 2940UW card and not the slightest hint of a problem (3.4-STABLE, supped 19991217). There's also a co-lo that agrees with it (3.3-STABLE). It must be something else but I can't imagine what. A hosed /dev/MAKEDEV comes to mind. -ac -- ============================================================== Alex Charalabidis (AC8139) 5050 Poplar Ave, Ste 170 Systems Administrator Memphis, TN 38157 WebNet Memphis (901) 432 6000 ============================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 17:21:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.pchost.com (pchost.com [203.24.253.109]) by hub.freebsd.org (Postfix) with SMTP id 0C6281568A for ; Wed, 29 Dec 1999 17:21:35 -0800 (PST) (envelope-from kyle@pchost.com) Received: (qmail 69947 invoked from network); 30 Dec 1999 01:31:15 -0000 Received: from bob.pchost.com (HELO pchost.com) (203.24.253.107) by pchost.com with SMTP; 30 Dec 1999 01:31:15 -0000 Message-ID: <386AB3AA.94CC61D0@pchost.com> Date: Thu, 30 Dec 1999 12:21:46 +1100 From: Kyle Buttress Organization: pchost X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Mike Morgan Cc: "'freebsd-questions@freebsd.org'" Subject: Re: SB PCI 128 References: Content-Type: multipart/alternative; boundary="------------99F80CB7322B729D2EB63A15" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------99F80CB7322B729D2EB63A15 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi I had a similar problem so I put this up... http://www.pchost.com/bobshelp hope this helps Mike Morgan wrote: > > > I've been reading the sound post's on this list, but I'm still > confused on how to set up my box for sound using a SoundBlaster > PCI128. > > tnx for the help, > Mike Morgan > mikemorgan@hfnweb.com --------------99F80CB7322B729D2EB63A15 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi

I had a similar problem so I put this up...

hope this helps

Mike Morgan wrote:

 

I've been reading the sound post's on this list, but I'm still confused on how to set up my box for sound using a SoundBlaster PCI128.

tnx for the help,
Mike Morgan
mikemorgan@hfnweb.com

--------------99F80CB7322B729D2EB63A15-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 17:23: 2 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 D547D14D7B for ; Wed, 29 Dec 1999 17:22:58 -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 RAA06609; Wed, 29 Dec 1999 17:22:56 -0800 Date: Wed, 29 Dec 1999 17:22:56 -0800 (PST) From: To: Alex Charalabidis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 9.1 Gig barracuda Compat?? 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 What could be hosed in /dev/MAKEDEV on 2 seperate machines one just supped and one with a brand new fresh CD install? I'm at a complete loss here. Any thoughts would be great. Is it possible a cable problem? Something stupid like a scsi ID thing? One of those things you would never think of but still may hold some weight? Thanks for the feedback. Keith On Wed, 29 Dec 1999, Alex Charalabidis wrote: > On Wed, 29 Dec 1999 keith@mail.telestream.com wrote: > > > Since having a raid array completely die on me and trying every possible > > combination to get even a single drive to ever remount. I took a brand new > > fresh drive from the shelf. Hooked it up to a completely differnt > > computer with a new adaptec card. I went into sysinstall to configure and > > add the drive to the system in a last ditch effort to see if it was some > > kind of incompatability with FreeBSD and the Barracuda drives. > > With a completely new system drive, card and box. I get the exact same > > error from FreeBSD when hitting "w" in the disklabel editor. > > > > DEBUG: MakeDev: unknown major/minor for devtype - > > > > I'm not a complete newbie and have installed additional disks in the past. > > Does anyone know if there is some problem with these drives in FreeBSD? > > Or am I doing something horribly wrong? > > > One of the machines on my desk says "no" - it has a 9.1G Barracuda on > an Adaptec 2940UW card and not the slightest hint of a problem > (3.4-STABLE, supped 19991217). There's also a co-lo that agrees with it > (3.3-STABLE). It must be something else but I can't imagine what. A hosed > /dev/MAKEDEV comes to mind. > > -ac > > -- > ============================================================== > Alex Charalabidis (AC8139) 5050 Poplar Ave, Ste 170 > Systems Administrator Memphis, TN 38157 > WebNet Memphis (901) 432 6000 > ============================================================== > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 17:25: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 98DFC15753 for ; Wed, 29 Dec 1999 17:25:09 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.157.173]) by smtp1.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FNJ5BX00.0TX for ; Wed, 29 Dec 1999 18:26:21 -0700 Message-ID: <006801bf526d$5e5c8da0$5c9ac5d1@webserver> From: "Duke Normandin" <01031149@3web.net> To: Subject: Re: cons25 && (midc, /stand/sysinstall, etc) Date: Wed, 29 Dec 1999 17:49:16 -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: Wednesday, December 29, 1999 1:28 PM Subject: Re: cons25 && (midc, /stand/sysinstall, etc) >Duke Normandin wrote in list.freebsd-questions: > > From: Oliver Fromme > > >If you want the screen to be cleared and repainted in your > > >colors, maybe you should append ``clear'' after the vidcontrol > > >command in the script. > > > > That's what I wanted -- and did, prior to my post. It now works as I > > expected. I just assumed that ' midc "$@" ' would have done it all. Case > > closed!! > >Nice to hear that. > > > >No. You don't write scripts in csh; it's evil. :-) > > > > An "evil" shell as the default for root? Can't help the learning curve, > > can it! :-) > >No, writing scripts in csh is evil. Whether using csh as an >interactive shell is evil, is debatable... > >I think the fact that root's login shell is a csh has mainly >historical (hysterical...) reasons. Personally, I have an >alias "su" --> "su -m", so I get the same shell as root that >i have as normal user (which happens to be zsh), without >having to change root's login shell in the passwd file (which >could have undesirable side effects). %^&)!*^ ...... now I have to read up on "su" >A "bare bones" FreeBSD only has sh and csh, and of those two >I'd definitely prefer sh (for example in single-user mode, I >always use sh, not csh). It has history and line-editing >features, so there's really no reason to resort to csh's >crappyness. Well OK, sh is missing a filename completion... > >Hoping not to start a flamewar... :-) So my next minefield will be "su"ing to either sh or bash. I've never seen zsh. regards......duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 17:25:18 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 618C315753 for ; Wed, 29 Dec 1999 17:25:14 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.157.173]) by smtp1.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FNJ5C200.0TY; Wed, 29 Dec 1999 18:26:26 -0700 Message-ID: <006901bf526d$615f1f40$5c9ac5d1@webserver> From: "Duke Normandin" <01031149@3web.net> To: "Oliver Fromme" , Subject: Re: kill -HUP 1 Date: Wed, 29 Dec 1999 18:24:09 -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: Wednesday, December 29, 1999 3:22 PM Subject: Re: kill -HUP 1 >Duke Normandin wrote in list.freebsd-questions: > > I suppose I should have been more precise as to what I was doing and > > wanted to do: > > > > TERM=cons25 > > > > In /etc/rc.conf, I've been experimenting with various fonts. I now > > understand from a reply to a previous question of mine, that the fonts I > > use must be "matched" to the correct termcap console. So I've been > > editting ttys, trying out cons25l1, cons25w, etc etc. Before I got the > > nerve to try "kill -HUP 1", I simply did "shutdown -r now", to > > re-initialize the system. When I first tried "kill -HUP 1, I _did not_ > > expect a "pat on the back" from the system, congradulating me on a > > successful "kill" ;-) -- rather I was looking for the problem's symptoms > > to have disappeared, or different symptom's for the same problem. Nothing > > happened; nothing changed with my consoles, leading me to believe that I > > had screwed up the command somehow. > >OK, here are step-by-step instructions. > > - Be sure that you have ISO 8859-1 fonts loaded. > Use ``vidcontrol -f'' for this; see the manual page. > Add the appropriate entries to /etc/rc.conf to have > the fonts loaded upon boot automatically (see > /etc/defaults/rc.conf). DO NOT use a screenmap. Yes! I've been editting /etc/rc.conf until my fingers are sore. I'm kinda partial to iso_thin-8x16 -- but for the sake of learning I'll try out ISO 8859-1 ;) > - Edit /etc/ttys and change "cons25" to "cons25l1". > This will change the default $TERM (termcap) setting > for the console and virtual terminals. You bet...done that! > - For the change to take effect, type ``kill -HUP 1'' > (be careful to type this command exactly like that -- > a typo can cause a reboot! See "man 8 init"). > This should restart the getty processes that are running > on the vritual terminals. Now this is the step that wasn't working for me! I'll try it as I said above, but I'm looking for a cons25xxxx setting that: (will work with iso_thin-xxxx) && (not trash "midc" window borders). So if "kill -HUP 1 is my friend here, I'll stake my sanity on it. Worse comes to worse, I have the above ISO 8859-1 methodology to fall back on. > - You can type ``echo $TERM'' to verify the correct > setting. It should print ``cons25l1''. If it doesn't, > try setting it manually -- this depends on your shell. Yes, I check that regularly as you indicate; also with the "env" command. > For sh, ksh, bash, zsh: > export TERM=cons25l1 > For csh, tcsh: > setenv TERM cons25l1 Yes! I have this in the knowledge-base that I'm compiling from this mailing list. I want to express my gratitude for your verbose and concise explanations. You, Ryan Thompson, Annelise and several others should be commended by the newbie community for your patience and understanding. The quicker we learn, the sooner we bear some of the load on this mailing list. Thanks. -duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 17:34:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from eterna.binary.net (eterna.binary.net [12.13.84.6]) by hub.freebsd.org (Postfix) with ESMTP id 4AE9015191 for ; Wed, 29 Dec 1999 17:34:08 -0800 (PST) (envelope-from nathan@rtfm.net) Received: from matrix.binary.net (root@matrix.binary.net [12.13.120.2]) by eterna.binary.net (8.9.1a/8.9.1) with ESMTP id TAA14610; Wed, 29 Dec 1999 19:34:07 -0600 (CST) Received: (from nathan@localhost) by matrix.binary.net (8.9.3/8.9.1) id TAA31702; Wed, 29 Dec 1999 19:34:00 -0600 (CST) Date: Wed, 29 Dec 1999 20:33:59 -0500 From: Nathan Dorfman To: Mark Ovens Cc: Greg Lehey , "Xavier O'Neill" , FreeBSD Questions Subject: Re: Signal 11 during setup Message-ID: <19991229203359.A31638@rtfm.net> References: <19991225104026.46233.qmail@hotmail.com> <19991229104550.R1316@freebie.lemis.com> <19991229170716.A27003@rtfm.net> <19991230004114.W1290@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19991230004114.W1290@marder-1>; from Mark Ovens on Thu, Dec 30, 1999 at 12:41:14AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 30, 1999 at 12:41:14AM +0000, Mark Ovens wrote: > On Wed, Dec 29, 1999 at 05:07:16PM -0500, Nathan Dorfman wrote: > > I repeatedly got a SIG11 when trying to use the Custom disk set choice > > on the 3.4 install floppies. I could use 'All' or 'X-Developer' or any > > others though. I did not have this problem, on the same machine, with > > a 3.4-STABLE snapshot from today (12/29/99) so I assume the problem has > > been fixed. > > http://www.uk.freebsd.org/releases/3.4R/errata.html > > will answer your question (it's a known problem)/ No. The ERRATA file talks about the Custom installation option (as opposed to Novice or Express). I'm talking about the Custom distribution, as opposed to choosing a predefined one like X-User or Kern-Developer or whatever. Whatever, this is a largely moot point as both problems appear to have been fixed (a -stable snapshot from today worked without the symptom I described). -- Nathan Dorfman The statements and opinions in my Unix Admin @ Frontline Communications public posts are mine, not FCC's. "The light at the end of the tunnel is the headlight of an approaching train." --/usr/games/fortune To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 17:51:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from davinci.mica.edu (davinci.mica.edu [206.41.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 9BF6614CF8 for ; Wed, 29 Dec 1999 17:51:44 -0800 (PST) (envelope-from mthompsn@davinci.mica.edu) Received: from localhost (mthompsn@localhost) by davinci.mica.edu (8.9.3/8.9.3) with SMTP id UAA12951 for ; Wed, 29 Dec 1999 20:48:44 -0500 (EST) Date: Wed, 29 Dec 1999 20:48:44 -0500 (EST) From: "Michael G. Thompson" To: freebsd-questions@freebsd.org Subject: Gimme a digest, I'm drowning in email! 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 How do you get this list in digest mode? Majordomo's no help. (*goes under for the third time*) ====================================================================== | Michael G. Thompson, Director of Computer and Network Services | | Maryland Institute, College Of Art - Campus Technical Services | | 1300 Mount Royal Avenue, Baltimore, Maryland 21217 | | Voice: (410) 225-2464 Fax: (410) 225-2468 | ====================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 17:52:47 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 652E61502C for ; Wed, 29 Dec 1999 17:52:45 -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 <19991230015035.WRAF7552.mail.rdc3.on.home.com@main.wgaf.net> for ; Wed, 29 Dec 1999 17:50:35 -0800 Received: from antipode by main.wgaf.net with local (Exim 2.05 #1 (Debian)) id 123Ulf-0005fy-00; Wed, 29 Dec 1999 20:52:43 -0500 To: freebsd-questions@freebsd.org Subject: Re: A mail server References: <000501bf5254$bc4915a0$24144818@cableregina.com> 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: 29 Dec 1999 20:52:43 -0500 In-Reply-To: "Stuart Rogers"'s message of "Wed, 29 Dec 1999 17:30:44 -0600" Message-ID: <877lhxkxec.fsf@main.wgaf.net> Lines: 17 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 "Stuart Rogers" writes: > I was wondering if anyone has a suggestion on a good mail server so I > can have mail address like mine @ mydomain.com. I only need say 10 E-Mail > address so It doesn't have to be a realy great E-Mail server but it does > have to be easy. Also would be advantage to be able to take advantage of > virtual hosts if possible any suggestion would be appreciated. You can go to http://register.com, park a domain with them ($70 for 2 years). Then you can have a stuart@yourdomain.com -like email addys from them for about $29/year, I believe. They also offer web redirection for an affordable price. -- 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 Wed Dec 29 18: 6:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.az.home.com (ha1.rdc1.az.home.com [24.1.240.66]) by hub.freebsd.org (Postfix) with ESMTP id 51DC014D1B for ; Wed, 29 Dec 1999 18:06:37 -0800 (PST) (envelope-from george@vagner.com) Received: from cx264598-a.mesa1.az.home.com ([24.14.27.99]) by mail.rdc1.az.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <19991230020636.JMZQ2369.mail.rdc1.az.home.com@cx264598-a.mesa1.az.home.com> for ; Wed, 29 Dec 1999 18:06:36 -0800 From: Laszlo Vagner Date: Thu, 30 Dec 1999 02:05:20 GMT Message-ID: <19991230.2052000@cx264598-a.mesa1.az.home.com> Subject: how to do a backup To: questions@freebsd.org 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 never used a tape drive and recently got an aiwa gd-8000 which uses 120meter tapes. The drive is recognised as SA0 and i have a new tape in the drive (unformatted?) what are the commands to back up my whole system to this tape and the commands to restore the system from it. I am assuming a dump would be possible.... Thanks for all your help you have given me. George To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 18:39:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out5.prserv.net [165.87.194.243]) by hub.freebsd.org (Postfix) with ESMTP id E123A15123 for ; Wed, 29 Dec 1999 18:39:35 -0800 (PST) (envelope-from mikegoe@ibm.net) Received: from Nikki ([129.37.208.158]) by prserv.net (out5) with SMTP id <1999123002393424302j408fe>; Thu, 30 Dec 1999 02:39:34 +0000 From: "Michael G." To: "freebsd-questions@FreeBSD.ORG" Date: Wed, 29 Dec 1999 21:36:42 -0500 Reply-To: "Michael G." X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Help w/WFW print server Message-Id: <19991230023935.E123A15123@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a 486/66 that I was using for some Virtual Reality stuff and at the moment it has taken on the role as a print server for my home LAN. It is running WFW 3.11 and DOS 6.2. I've searched the archives and I only found references to Win95 or NT setups...the handbook didn't appear to help in this particular case as well. ..it could be I missed it.... Does anyone have any experience or pointers with this? Thanks. Michael G. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ICQ #24517082 Live FreeBSD...Or Die! PIC X 10 VALUE "YES! COBOL" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 18:50:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from watson.ficsgrp.com (watson.ficsgrp.com [194.74.111.3]) by hub.freebsd.org (Postfix) with ESMTP id 8139C150EC for ; Wed, 29 Dec 1999 18:50:38 -0800 (PST) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA2009 for ; Thu, 30 Dec 1999 03:50:30 +0100 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 194; Thu, 30 Dec 1999 13:54:06 +1100 Message-ID: <386AC7DD.8227DF82@S1.com> Date: Thu, 30 Dec 1999 13:47:57 +1100 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Michael G." Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Help w/WFW print server References: <19991230023935.E123A15123@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG G'day Michael, > > I have a 486/66 that I was using for some Virtual Reality > stuff and at the moment it has taken on the role as a print server > for my home LAN. It is running WFW 3.11 and DOS 6.2. I've > searched the archives and I only found references to Win95 or NT > setups...the handbook didn't appear to help in this particular case > as well. ..it could be I missed it.... Does anyone have any > experience or pointers with this? I've no experience, but I suspect that if you use smbclient to connect to the shared printer in the same way as with a 95 mchine, this should work. E.g. \\myw4w\printer - except that, I think smbclient wants "//myw4w/printer" rather than the "\"s. Or perhaps use a "\" to 'escape' the '\' - thus "\\\\myw4w\\printer" on the command line. So, something like "% smbclient //myw4w/printer" or "% smbclient \\\\myw4w\\printer" - check the man page for smbclient to check for further details. I did this a while back for a Sun box to win-nt shared printer, I just forget off hand which magical incantation it was ;') My fBSD box prints directly to the IP address of the laser printer :') > > Thanks. > > Michael G. > * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * > ICQ #24517082 Live FreeBSD...Or Die! > > PIC X 10 VALUE "YES! COBOL" [debugged version] 01 Filler pic x(10) value is "Yes! COBOL". reg's, haxxa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 19: 0:28 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 C71CB151F1 for ; Wed, 29 Dec 1999 19:00:26 -0800 (PST) (envelope-from a.genkin@utoronto.ca) Received: from tea.thpoon.com ([24.114.152.71]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <19991230025816.XAZU7552.mail.rdc3.on.home.com@tea.thpoon.com> for ; Wed, 29 Dec 1999 18:58:16 -0800 Received: from antipode by tea.thpoon.com with local (Exim 2.05 #1 (Debian)) id 123VpB-00005d-00; Wed, 29 Dec 1999 22:00:25 -0500 To: freebsd-questions@freebsd.org Subject: Outside host name and DHCP 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: 29 Dec 1999 22:00:25 -0500 Message-ID: <871z8516ba.fsf@tea.thpoon.com> Lines: 19 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'm on a cable modem, and use DHCP to configure my outside interface. The dhcp server always assigns me the same ip, and a host name of "cr103675-a.bloo1.on.wave.home.com". I've got myself a real domain, and wonder if there's a way to make my box seen to the world as "soup.thpoon.com" instead of the above hostname. Can this be done? I wonder if (and how) current situation might impact my ability to send email direct (as opposed to via smart-host), as I have an MX-record for thpoon.com, but not for xxx.home.com. I know that some smtp servers perform reverse-lookup, but have no idea how such lookup works. Thanks for any input! -- Arcady Genkin http://www.thpoon.com "'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 Wed Dec 29 19: 9:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mc-qout4.whowhere.com (mc-qout4.whowhere.com [209.185.123.18]) by hub.freebsd.org (Postfix) with SMTP id E5FE714BFF for ; Wed, 29 Dec 1999 19:09:44 -0800 (PST) (envelope-from mdorin@my-deja.com) Received: from Unknown/Local ([?.?.?.?]) by my-deja.com; Wed Dec 29 19:09:37 1999 To: questions@freebsd.org Date: Wed, 29 Dec 1999 19:09:37 -0800 From: "Michael Dorin" Message-ID: Mime-Version: 1.0 X-Sent-Mail: off X-Mailer: MailCity Service Subject: HELP! TCP/IP Performance really bad X-Sender-Ip: 206.196.56.236 Organization: My Deja Email (http://www.my-deja.com:80) Content-Type: text/plain; charset=us-ascii Content-Language: en Content-Length: 648 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Help! I badly need some help. TCP/IP performance has bit the dust on my system in recent weeks. I know I am not saturating my 512k connection. We do have a busy web server, but now everything is getting timeouts. POP3 users are having trouble downloading email. Web pages timeout, ftp connections are bad. AMANDA just bites the dust. Is there something I can change in the KERNEL that could help? I am still running a GENERIC kernel. I need help and fast!! Thanks in advice. -Mike BTW I am running FreeBSD 3.2 with 512k of RAM. --== Sent via Deja.com http://www.deja.com/ ==-- Share what you know. Learn what you don't. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 19:18:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.bc.home.com (ha1.rdc2.bc.wave.home.com [24.2.10.68]) by hub.freebsd.org (Postfix) with ESMTP id 2817F1509C for ; Wed, 29 Dec 1999 19:18:54 -0800 (PST) (envelope-from whitehat@home.com) Received: from home.com ([24.113.65.122]) by mail.rdc2.bc.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <19991230031853.SSIO10175.mail.rdc2.bc.home.com@home.com> for ; Wed, 29 Dec 1999 19:18:53 -0800 Message-ID: <386ACD00.6830A7B1@home.com> Date: Wed, 29 Dec 1999 19:09:52 -0800 From: whitehat@home.com X-Mailer: Mozilla 4.5 [en]C-AtHome0405 (Win95; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: login error 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 have FreeBSD 4.0 installed on my 486, and I noticed an interesting problem. I switched from csh to bsh, and now, for some reason, every first time I log in as root it rejects my password, but the second time it always accepts it. This has happened repeatedly. I was recently "messing" around with the chmod command with my /root dir, does that have anything to do with it? Is there a "quick" fix I can use in order for this login error to disappear? Thanks in advance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 19:40:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dc.numbersusa.com (mail.whetstonelogic.com [205.252.46.165]) by hub.freebsd.org (Postfix) with ESMTP id 0B3F21520D for ; Wed, 29 Dec 1999 19:40:34 -0800 (PST) (envelope-from mark@whetstonelogic.com) Received: from work.drapple.com (mark [24.10.78.207]) by dc.numbersusa.com (8.9.3/8.9.3) with ESMTP id WAA15949; Wed, 29 Dec 1999 22:38:54 -0500 (EST) (envelope-from mark@whetstonelogic.com) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <3.0.5.32.19991228231851.0088ee60@cts.com> Date: Wed, 29 Dec 1999 19:39:59 -0800 (PST) From: Mark Hartley To: Jerry Preeper Subject: RE: problem installing apache13 port Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > doesn't start. There is an entry in the log file each time I try > to run it, saying that it can't find mime.types in > /usr/local/etc/apache/etc/apache/mime.types Naturally, mime.types > doesn't exist in that directory - somehow it appears that > etc/apache is getting doubled up somewhere and I can't figure out > where. When I run httpd -V I see that the default root is > /usr/local and the conf files should be in etc/apache/whatever.conf If I recall correctly, there should be a mime.types.default or something like that in /usr/local/etc/apache. If you rename it to mime.types, then apache should start. Mark. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 19:43: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 04AC914F8F for ; Wed, 29 Dec 1999 19:43:07 -0800 (PST) (envelope-from marc@oldserver.demon.nl) Received: from [212.238.105.241] (helo=propro) by post.mail.nl.demon.net with esmtp (Exim 2.12 #1) id 123WUT-0008ZA-00 for freebsd-questions@freebsd.org; Thu, 30 Dec 1999 03:43:06 +0000 Date: Thu, 30 Dec 1999 04:43:05 +0100 (CET) From: Marc Schneiders To: freebsd-questions@freebsd.org Subject: 4 MB RAM? (long) 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 "All versions of FreeBSD, including 3.0, will RUN in 4MB of ram, they just can't run the installation program in 4MB. You can add extra memory for the install process, if you like, and then after the system is up and running, go back to 4MB. Or you could always just swap your disk into a system which has >4MB, install onto it and then swap it back." Thus the FAQ. I was planning to do this (put drive in other system) for an old 486 laptop with 4MB, which isn't really worth the plus $50-100 they charge for a RAM-card to upgrade. I tried whether it worked on a desktop first. I installed a 4.0 snapshot on a 486DX66 with 8MB, which went fine, and then took 4 MB out. No go with the generic kernel, but well that's in the FAQ also. It does run with a custom kernel... for a while. The machine sort of stops responding when the daily checks are being done. Drives keep running and running. It spits out one message: sendmail[889]: CAA00843: SYSERR(root): timeout writing message to local. This is at 02:51 hours, 51 minutes after the checks start. I waited for another couple of hours. No change. So I did a cold reboot, even though the machine wasn't completely dead: the screensaver was still moving. And it started moving again after stopping it by hitting a key. Moving from one virtual console to another also still worked. But that's it. To test the thing I let the box run rc5des, which runs at nice 20 by default and does take only 800K RAM. I also tried running without sendmail. Questions I have: 1. Anyone with more success? What is the secret? Kill the daily's? 2. Will an older version do better on 4 MB? I do know about 2.1.7.1. But I do need PCMCIA-support for a ed0 card. I managed to install 2.1.7 through plip some time ago without taking the harddisk out. But couldn't find a way to get the network card running. Thanks for any pointers! Marc Schneiders marc@venster.nl marc@oldserver.demon.nl propro 4:02am up 17 days, 4:14, load average: 8.58 7.23 6.52 (make buildworld -j12 :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 20: 0:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web3202.mail.yahoo.com (web3202.mail.yahoo.com [204.71.202.199]) by hub.freebsd.org (Postfix) with SMTP id 83CD414D45 for ; Wed, 29 Dec 1999 20:00:19 -0800 (PST) (envelope-from roykok@yahoo.com) Message-ID: <19991230040014.22442.qmail@web3202.mail.yahoo.com> Received: from [202.64.186.4] by web3202.mail.yahoo.com; Wed, 29 Dec 1999 20:00:14 PST Date: Wed, 29 Dec 1999 20:00:14 -0800 (PST) From: =?big5?q?kok=20Roy?= Subject: Re: how to config X window To: Jeffrey Vehrs Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Jeffrey Now I have a question whether I am installed X-windows or not? How do i check it??? I tried /instand/sysinstall many times to install 'All' sources about X-windows but I don't get files 'xf86config' and XF86Setup!!! even though I used find command I also tried /instand/sysinstall menu about X win setup but it told me I missed file!!! Now I want to know how do I check it. Thank you very much Regards Roy --- Jeffrey Vehrs ĵgµÛĦJ > If you already d/l X Windows package from > /stand/sysinstall, then you > should be able to use either XF86Setup(required > VGA16) or xf86config from > /stand/sysinstall. It is very EASY. I have it setup > on my laptop & > workstation w/o problems. > > If not working, then how _exactly_ did you d/l X > Windows? > > Jeff > > __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 20:13:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from benge.graphics.cornell.edu (benge.graphics.cornell.edu [128.84.247.43]) by hub.freebsd.org (Postfix) with ESMTP id BF5D214C3C for ; Wed, 29 Dec 1999 20:13:36 -0800 (PST) (envelope-from mkc@benge.graphics.cornell.edu) Received: from benge.graphics.cornell.edu (mkc@localhost) by benge.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id XAA97874; Wed, 29 Dec 1999 23:13:34 -0500 (EST) (envelope-from mkc@benge.graphics.cornell.edu) Message-Id: <199912300413.XAA97874@benge.graphics.cornell.edu> To: "Michael G. Thompson" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Gimme a digest, I'm drowning in email! In-Reply-To: Message from "Michael G. Thompson" of "Wed, 29 Dec 1999 20:48:44 EST." Date: Wed, 29 Dec 1999 23:13:34 -0500 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >How do you get this list in digest mode? Majordomo's no help. Huh? Majordomo's your only help for this. Try sending a message to majordomo@FreeBSD.org with "subscribe freebsd-questions-digest" in the body of the message. If you get an error that "freebsd-question-digest" is too long, try just "questions-digest". Also if you send a "help" command to majordomo it should respond with an informative message about how to interact with it. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 20:19: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from citycom.com (mail.citycom.com [207.171.207.10]) by hub.freebsd.org (Postfix) with ESMTP id 284891518D for ; Wed, 29 Dec 1999 20:19:00 -0800 (PST) (envelope-from drisin@citycom.com) Received: from citycom.com (38.30.162.55) by citycom.com with ESMTP (Eudora Internet Mail Server 3.0b3); Wed, 29 Dec 1999 20:16:44 -0800 Message-ID: <386B065E.31FF336F@citycom.com> Date: Wed, 29 Dec 1999 23:14:38 -0800 From: Don Humphreys Reply-To: info@leadlists.com Organization: APS X-Mailer: Mozilla 4.6 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Installation problem and question 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 am trying to install FreeBSD 2.2 onto the second EIDE drive on a P166 intel chip based PC on the second drive... is a Maxtor drive (if memory serves) and it is 6.1+ GB...(6179mb). Installation goes ok.... until I try to boot, selecting FreeBsd from installed OS/2 boot manager option. The boot- up goes ok until it fails with the message unable to mount root. I just tried a third time after re-partitioning the drive so that FBSD was placed close to the start of the second drive and got the same results. By way of providing more complete info, FreeBSD will be one of two operating systems on the PC...the other is W95 running on a FAT32 formatted drive in primary C partition. To provide a final comment, I just installed FBSD on the primary Fujitsu drive (1623mb) and the installation succeeded and it booted up ok. Thanks for any comments or suggestions in advance regarding how I might have success installing on the second drive. I have installed the OS several times in the past but am rusty and not an expert...I'm wondering if the size of the target partition might be the problem when trying to install to this maxtor drive and if maybe I could fix problem by going with later release of FreeBSD? Thanks. Don Humphreys To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 20:51:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 1D275152B5 for ; Wed, 29 Dec 1999 20:51:14 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id WAA01006 for ; Wed, 29 Dec 1999 22:54:00 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Wed, 29 Dec 1999 22:54:00 -0600 (CST) From: Gene Harris To: freebsd-questions@freebsd.org Subject: tcp wrapper log 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 am having trouble getting tcpd to write anything to my messages log. I have auth.info in my syslog.conf file. I set up some hosts in hosts.deny and the daemon is not writing anything to messages. (tcpd is working correctly, the hosts in the hosts.deny file are denied access to the system.) Any help or advice on getting tcpd to spit out some information to my message log /var/log/messages would be greatly appreciated. I've attached my syslog.conf file: # $Id: syslog.conf,v 1.9 1998/10/14 21:59:55 nate Exp $ # # Spaces are NOT valid field separators in this file. # Consult the syslog.conf(5) manpage. *.err;kern.debug;auth.notice;mail.crit /dev/console *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages mail.info /var/log/maillog lpr.info /var/log/lpd-errs cron.* /var/cron/log *.err root *.notice;news.err root *.alert root *.emerg * !startslip *.* /var/log/slip.log !ppp *.* /var/log/ppp.log auth.info /var/log/messages Many Thanks, Gene Harris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 20:53:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trixie.teamspirit.com (trixie.teamspirit.com [204.94.66.2]) by hub.freebsd.org (Postfix) with ESMTP id 322DB14D85 for ; Wed, 29 Dec 1999 20:53:54 -0800 (PST) (envelope-from preeper@cts.com) Received: from sgt361.teamspirit.com (gt361.cts.com [204.212.158.91]) by trixie.teamspirit.com (8.9.2/8.9.1) with SMTP id VAA26529; Wed, 29 Dec 1999 21:36:43 -0800 (PST) Message-Id: <3.0.5.32.19991229205216.044b4ec0@crash.cts.com> X-Sender: preeper@crash.cts.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 29 Dec 1999 20:52:16 -0800 To: Mark Hartley From: Jerry Preeper Subject: RE: problem installing apache13 port Cc: questions@FreeBSD.ORG In-Reply-To: References: <3.0.5.32.19991228231851.0088ee60@cts.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, I think there is, and I do have a file at /usr/local/etc/apache/mime.types The problem is it is looking in /usr/local/etc/apache/etc/apache (I should have made this clearer - note the doubling up on etc/apache) I finally was able to install it by changing sysconfdir in the FreeBSD.layout file under the files directory from /usr/ports/www/apache13 I changed it to just $prefix instead of $prefix/etc/apache and that got everything working (everything except being able to use apachectl start that is). I wonder if there might be a problem with the port - I'm sure a million people use it... but who knows. Jerry >> doesn't start. There is an entry in the log file each time I try >> to run it, saying that it can't find mime.types in >> /usr/local/etc/apache/etc/apache/mime.types Naturally, mime.types >> doesn't exist in that directory - somehow it appears that >> etc/apache is getting doubled up somewhere and I can't figure out >> where. When I run httpd -V I see that the default root is >> /usr/local and the conf files should be in etc/apache/whatever.conf > >If I recall correctly, there should be a mime.types.default or >something like that in /usr/local/etc/apache. If you rename it to >mime.types, then apache should start. > > > >Mark. > > >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 Wed Dec 29 21:13: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from csimo01.mx.cs.com (csimo01.mx.cs.com [152.163.225.74]) by hub.freebsd.org (Postfix) with ESMTP id 8599314CFE for ; Wed, 29 Dec 1999 21:12:58 -0800 (PST) (envelope-from Soulofwolf899@cs.com) Received: from Soulofwolf899@cs.com by csimo01.mx.cs.com (mail_out_v24.6.) id n.0.8cf3908f (3318) for ; Thu, 30 Dec 1999 00:12:52 -0500 (EST) From: Soulofwolf899@cs.com Message-ID: <0.8cf3908f.259c43d3@cs.com> Date: Thu, 30 Dec 1999 00:12:51 EST Subject: Before I return FreeBSD to the store... To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) sub 44 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To whom it concerns, I have just one question to ask before I decide to purchase 3.4 after I return 3.3 to the software superstore where I purchased it... have you fixed the damned installation error which prevents me from installing the software with an APTAI CD-ROM? I am happy to give FreeBSD a chance to prove itself to me but I cannot unless I can install it! If you have not fixed it in this version then please keep my e-mail on file so you can notify me when you have. Thank you, Charles M. Austin ps - after spending an hour of my time moving the blasted pin on my CD-ROM to every possible combination, without of course the manual, in order to make a "slave", I gave up and I have no desire to do it again. Make sure to let me know when FreeBSD is as easy to install as ANY of my LINUX packages; including RedHat 6.1 and TurboLinux 4. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 21:17:53 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 E9F4C15051 for ; Wed, 29 Dec 1999 21:17:47 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id PAA85735; Thu, 30 Dec 1999 15:47:38 +1030 (CST) Date: Thu, 30 Dec 1999 15:47:38 +1030 From: Greg Lehey To: Marc Schneiders Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 4 MB RAM? (long) Message-ID: <19991230154737.A1316@freebie.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: 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 Thursday, 30 December 1999 at 4:43:05 +0100, Marc Schneiders wrote: > "All versions of FreeBSD, including 3.0, will RUN in 4MB of ram, they > just can't run the installation program in 4MB. You can add extra > memory for the install process, if you like, and then after the system > is up and running, go back to 4MB. Or you could always just swap your > disk into a system which has >4MB, install onto it and then swap it > back." Thus the FAQ. > > I was planning to do this (put drive in other system) for an old 486 > laptop with 4MB, which isn't really worth the plus $50-100 they charge > for a RAM-card to upgrade. > I tried whether it worked on a desktop first. I installed a 4.0 > snapshot on a 486DX66 with 8MB, which went fine, and > then took 4 MB out. No go with the generic kernel, but well that's in > the FAQ also. It does run with a custom kernel... for a while. The > machine sort of stops responding when the daily checks are being done. > Drives keep running and running. What do you mean by that? That there is constant access? > It spits out one message: > > sendmail[889]: CAA00843: SYSERR(root): timeout writing message to local. Is that really the message? That doesn't make much sense. > This is at 02:51 hours, 51 minutes after the checks start. I > waited for another couple of hours. No change. So I did a cold reboot, > even though the machine wasn't completely dead: the screensaver was > still moving. And it started moving again after stopping it by hitting > a key. Moving from one virtual console to another also still worked. > But that's it. Sounds like extreme memory starvation. Technically, there's nothing to say that the machine isn't running, just that the performance is so bad that you can hardly distinguish it from a hang. > To test the thing I let the box run rc5des, which runs at nice 20 by > default and does take only 800K RAM. I also tried running without > sendmail. Questions I have: > > 1. Anyone with more success? What is the > secret? Kill the daily's? That would be a good idea, anyway. > 2. Will an older version do better on 4 MB? Probably. You could also check your kernel and remove everything you don't absolutely need, assuming you haven't done so already. > I do know about 2.1.7.1. But I do need PCMCIA-support for a ed0 > card. I managed to install 2.1.7 through plip some time ago without > taking the harddisk out. But couldn't find a way to get the network > card running. Well, there's still 3.4. That might be significantly smaller than 4.0. And you do have enough swap space, don't you? If you run low on swap on a machine like that, things will go to hell. 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 Wed Dec 29 21:19:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hades.netsonic.net (hades.netsonic.net [207.250.84.8]) by hub.freebsd.org (Postfix) with ESMTP id BA4F214D29 for ; Wed, 29 Dec 1999 21:19:55 -0800 (PST) (envelope-from adam2@netsonic.net) Received: from newman ([208.243.22.4]) by hades.netsonic.net (8.9.3/8.9.3) with SMTP id XAA11528 for ; Wed, 29 Dec 1999 23:19:53 -0600 (CST) Message-Id: <199912300519.XAA11528@hades.netsonic.net> X-Sender: adam2@207.250.84.2 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Wed, 29 Dec 1999 23:19:29 -0600 To: freebsd-questions@FreeBSD.ORG From: "Adam L. Simpson" Subject: Re: Before I return FreeBSD to the store... In-Reply-To: <0.8cf3908f.259c43d3@cs.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Did you try to install with a boot floppy then install from cd instead of trying to boot the cd? directions inside your cdrom case. At 11:12 PM 12/29/99 , you wrote: >To whom it concerns, > >I have just one question to ask before I decide to purchase 3.4 after I >return 3.3 to the software superstore where I purchased it... have you fixed >the damned installation error which prevents me from installing the software >with an APTAI CD-ROM? > >I am happy to give FreeBSD a chance to prove itself to me but I cannot unless >I can install it! If you have not fixed it in this version then please keep >my e-mail on file so you can notify me when you have. > >Thank you, > >Charles M. Austin > >ps - after spending an hour of my time moving the blasted pin on my CD-ROM to >every possible combination, without of course the manual, in order to make a >"slave", I gave up and I have no desire to do it again. Make sure to let me >know when FreeBSD is as easy to install as ANY of my LINUX packages; >including RedHat 6.1 and TurboLinux 4. > > >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 Wed Dec 29 21:25:12 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 0FFB815047 for ; Wed, 29 Dec 1999 21:25:09 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id PAA95271; Thu, 30 Dec 1999 15:55:00 +1030 (CST) Date: Thu, 30 Dec 1999 15:55:00 +1030 From: Greg Lehey To: Soulofwolf899@cs.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Before I return FreeBSD to the store... Message-ID: <19991230155500.C1316@freebie.lemis.com> References: <0.8cf3908f.259c43d3@cs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <0.8cf3908f.259c43d3@cs.com> 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 Thursday, 30 December 1999 at 0:12:51 -0500, Soulofwolf899@cs.com wrote: > To whom it concerns, > > I have just one question to ask before I decide to purchase 3.4 after I > return 3.3 to the software superstore where I purchased it... have you fixed > the damned installation error which prevents me from installing the software > with an APTAI CD-ROM? I don't know. > I am happy to give FreeBSD a chance to prove itself to me but I > cannot unless I can install it! If you have not fixed it in this > version then please keep my e-mail on file so you can notify me when > you have. Things don't quite work like that. ATAPI support is a lot better than it used to be, but we can't test every drive on the market, and there are some strange ones out there. In addition, you haven't even told us which model you have. > ps - after spending an hour of my time moving the blasted pin on my > CD-ROM to every possible combination, without of course the manual, > in order to make a "slave", I gave up and I have no desire to do it > again. Make sure to let me know when FreeBSD is as easy to install > as ANY of my LINUX packages; including RedHat 6.1 and TurboLinux 4. Now. 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 Wed Dec 29 21:28:26 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 626D314C4F for ; Wed, 29 Dec 1999 21:28:24 -0800 (PST) (envelope-from a.genkin@utoronto.ca) Received: from tea.thpoon.com ([24.114.152.71]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <19991230052614.XUAM7552.mail.rdc3.on.home.com@tea.thpoon.com> for ; Wed, 29 Dec 1999 21:26:14 -0800 Received: from antipode by tea.thpoon.com with local (Exim 2.05 #1 (Debian)) id 123Y8N-0000Fi-00; Thu, 30 Dec 1999 00:28:23 -0500 To: freebsd-questions@freebsd.org Subject: Re: Before I return FreeBSD to the store... References: <0.8cf3908f.259c43d3@cs.com> 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: 30 Dec 1999 00:28:23 -0500 In-Reply-To: Soulofwolf899@cs.com's message of "Thu, 30 Dec 1999 00:12:51 EST" Message-ID: <87so0lxaiw.fsf@tea.thpoon.com> Lines: 30 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 Soulofwolf899@cs.com writes: > I am happy to give FreeBSD a chance to prove itself to me but I cannot unless > I can install it! If you have not fixed it in this version then please keep > my e-mail on file so you can notify me when you have. This is quite amusing. May we also pay you for using FreeBSD? ;^) > ps - after spending an hour of my time moving the blasted pin on my CD-ROM to > every possible combination, without of course the manual, in order to make a > "slave", I gave up and I have no desire to do it again. Make sure to let me > know when FreeBSD is as easy to install as ANY of my LINUX packages; > including RedHat 6.1 and TurboLinux 4. What does the CD-ROM's jumper have to do with installing an OS? If it worked with other OS's, then it should be deemed workable, and let the jumper alone. If you really care to get meaningful responses, why don't you post what exactly happens when you are trying to install from CD-ROM? I'll try not to forget to let you know when the entire FreeBSD core team has finished fixing installation problem with symptoms "moving jumper on CD-ROM between Master and Slave doesn't help". ;^) Happy new year! -- Arcady Genkin http://www.thpoon.com "'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 Wed Dec 29 21:38:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 95AF414FE6 for ; Wed, 29 Dec 1999 21:38:27 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from JADE (kenn1099.bossig.com [208.26.241.99]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with SMTP id ; Wed, 29 Dec 1999 21:45:40 -0800 Message-ID: <013501bf5288$1e28e650$0400fea9@JADE> From: "Kent Stewart" To: , "Arcady Genkin" References: <0.8cf3908f.259c43d3@cs.com> <87so0lxaiw.fsf@tea.thpoon.com> Subject: Re: Before I return FreeBSD to the store... Date: Wed, 29 Dec 1999 21:38:34 -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 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Arcady Genkin" To: Sent: Wednesday, December 29, 1999 9:28 PM Subject: Re: Before I return FreeBSD to the store... > Soulofwolf899@cs.com writes: > > > I am happy to give FreeBSD a chance to prove itself to me but I cannot unless > > I can install it! If you have not fixed it in this version then please keep > > my e-mail on file so you can notify me when you have. > > This is quite amusing. May we also pay you for using FreeBSD? ;^) > > > ps - after spending an hour of my time moving the blasted pin on my CD-ROM to > > every possible combination, without of course the manual, in order to make a > > "slave", I gave up and I have no desire to do it again. Make sure to let me > > know when FreeBSD is as easy to install as ANY of my LINUX packages; > > including RedHat 6.1 and TurboLinux 4. > > What does the CD-ROM's jumper have to do with installing an OS? If it > worked with other OS's, then it should be deemed workable, and let the > jumper alone. It has a lot to do with it. Some drives aren't detected when they are the only device and jumpered as a slave on the secondary IDE channel. A couple don't want to be the master on the secondary IDE channel but work just fine as a slave behind the HD on the primary IDE channel. My Teac is the master on the secondary IDE channel. The slave on the secondary channel is a WD 3.1GB HD. I looked at all of the IDE CDROM's that I have and the have either 3 or 5 jumper locations. The right three have text above them saying something like (cs or csel), (ma or master), and (sl or slave). Kent > > If you really care to get meaningful responses, why don't you post > what exactly happens when you are trying to install from CD-ROM? > > I'll try not to forget to let you know when the entire FreeBSD core > team has finished fixing installation problem with symptoms "moving > jumper on CD-ROM between Master and Slave doesn't help". ;^) > > Happy new year! > -- > Arcady Genkin http://www.thpoon.com > "'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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 21:42: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta2.snfc21.pbi.net (mta2.snfc21.pbi.net [206.13.28.123]) by hub.freebsd.org (Postfix) with ESMTP id 7CEBA14C4F for ; Wed, 29 Dec 1999 21:41:59 -0800 (PST) (envelope-from alexkr@pacbell.net) Received: from home ([63.195.249.125]) by mta2.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.1999.09.16.21.57.p8) with SMTP id <0FNJ003WXGONIP@mta2.snfc21.pbi.net> for freebsd-questions@FreeBSD.ORG; Wed, 29 Dec 1999 21:31:35 -0800 (PST) Date: Wed, 29 Dec 1999 21:34:13 -0800 From: Alex Ramia Subject: Install MySql To: freebsd-questions@FreeBSD.ORG Message-id: <000801bf5287$81bd6980$7df9c33f@Pacbell.net> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 5.00.2314.1300 Content-type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF5244.73463D20" X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Priority: 3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BF5244.73463D20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi ..=20 I really need some help.. I download the MySql from tcx .. I ran the = install and all I got was a core dump.. I finally found the Freebsd = Build but I am not sure what to do with this.. do I replace the version from tcx or what.. ? please help I would like = to install Mysql on Freebsd, if it works ? Best Regards Alex ------=_NextPart_000_0005_01BF5244.73463D20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi ..
I really need some help.. I download = the MySql from=20 tcx .. I ran the install and all I got was a core dump.. I finally found = the=20 Freebsd Build but I am not sure what to do with this..
 
do I replace the version from tcx = or  what.. ?=20 please help I would like to install Mysql on Freebsd, if it works=20 ?
 
Best Regards
 
Alex
------=_NextPart_000_0005_01BF5244.73463D20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 21:43:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by hub.freebsd.org (Postfix) with ESMTP id B6DD014E1D for ; Wed, 29 Dec 1999 21:43:25 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from 208-58-239-252.s252.tnt1.atnnj.pa.dialup.rcn.com ([208.58.239.252] helo=dogma.freebsd-uk.eu.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 2.12 #3) id 123YMu-0004Jx-00 for freebsd-questions@freebsd.org; Thu, 30 Dec 1999 00:43:24 -0500 Message-ID: <386AF11D.5CDA4B49@dogma.freebsd-uk.eu.org> Date: Thu, 30 Dec 1999 00:43:58 -0500 From: Jonathon McKitrick X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions Subject: sound on laptop.... 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 running 3.4 stable (cvsupped and builtworld tonight) on a Toshiba 4010CDT laptop. I have soundblaster and the Yamaha OPL of some type. I forget which. In my kernel config file i tried this: controller snd0 device sb0 at isa? port 0x220 irq 10 drq 1 the result was: 1. No sound 2. My serial port quit working actually, the pcmcia modem was not recognized correctly until i installed the old kernel. How can i get my sound working without trashing the modem? -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 21:52:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (nat200.60.mpoweredpc.net [142.177.200.60]) by hub.freebsd.org (Postfix) with ESMTP id C982A14F73 for ; Wed, 29 Dec 1999 21:52:35 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id BAA25077; Thu, 30 Dec 1999 01:52:36 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Thu, 30 Dec 1999 01:52:35 -0400 (AST) From: The Hermit Hacker To: Kent Stewart Cc: freebsd-questions@FreeBSD.ORG, Arcady Genkin Subject: Re: Before I return FreeBSD to the store... In-Reply-To: <013501bf5288$1e28e650$0400fea9@JADE> 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 Wed, 29 Dec 1999, Kent Stewart wrote: > > ----- Original Message ----- > From: "Arcady Genkin" > To: > Sent: Wednesday, December 29, 1999 9:28 PM > Subject: Re: Before I return FreeBSD to the store... > > > > Soulofwolf899@cs.com writes: > > > > > I am happy to give FreeBSD a chance to prove itself to me but I > cannot unless > > > I can install it! If you have not fixed it in this version then > please keep > > > my e-mail on file so you can notify me when you have. > > > > This is quite amusing. May we also pay you for using FreeBSD? ;^) > > > > > ps - after spending an hour of my time moving the blasted pin on > my CD-ROM to > > > every possible combination, without of course the manual, in order > to make a > > > "slave", I gave up and I have no desire to do it again. Make sure > to let me > > > know when FreeBSD is as easy to install as ANY of my LINUX > packages; > > > including RedHat 6.1 and TurboLinux 4. > > > > What does the CD-ROM's jumper have to do with installing an OS? If > it > > worked with other OS's, then it should be deemed workable, and let > the > > jumper alone. > > It has a lot to do with it. Some drives aren't detected when they are > the only device and jumpered as a slave on the secondary IDE channel. > A couple don't want to be the master on the secondary IDE channel but > work just fine as a slave behind the HD on the primary IDE channel. My > Teac is the master on the secondary IDE channel. The slave on the > secondary channel is a WD 3.1GB HD. Read his second paragraph...Soulofwolf stated that Linux installed fine, so the CDrom (unless FreeBSD is doing something weird) was already configured properly... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 21:53:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from omnix.net (omnix.net [195.154.168.66]) by hub.freebsd.org (Postfix) with SMTP id A325314E9C for ; Wed, 29 Dec 1999 21:53:42 -0800 (PST) (envelope-from didier@omnix.net) Received: (qmail 21205 invoked by uid 200); 30 Dec 1999 05:53:40 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 30 Dec 1999 05:53:40 -0000 Date: Thu, 30 Dec 1999 05:53:40 +0000 (GMT) From: Didier Derny To: Sean Michael Whipkey Cc: freebsd-questions@freebsd.org Subject: Re: ApplixWare installation In-Reply-To: <386A7DB2.5D3ED419@cstone.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 you need to set the path in your X11 configuration and launch mkfontdir to activate the font. On Wed, 29 Dec 1999, Sean Michael Whipkey wrote: > Okay, > > So I got ApplixWare installed, but I'll be damned if it wants to run. > When I try to run it, here's what it says: > > X-Server problem - unable to access fonts > The font path being used is: > > 'usr/applix/axfonts/all_pcf' > > If this is not appropriate for your display, restart > Applixware specifying '-fp your_font_path' on the > command line. > > For further info, see the 'Fonts' section > of the installation notice. > start process: connect: No such file or directory > X-Server problem - unable to access fonts > The font path being used is: > > '/usr/applix/axfonts/all_pcf' > > If this is not appropriate for your display, restart > Applixware specifying '-fp your_font_path' on the > command line. > > For further info, see the 'Fonts' section > of the installation notice. > > > I've installed it both as root and as my own user name. The files are > all there in that path; I just can't figure out why it can't access > them. The permissions are all set to 755 for the fonts and the > directories. > > SeanMike > > -- > SeanMike Whipkey - highway@cstone.net - http://www.cstone.net > Engineering Department, Cornerstone Networks, Inc. - 804.817.7000 > HEY! Lay off the SeanMike! The man's a misunderstood visionary! > - Kermit Labmonkey (aka Ryan Kimmet) > > > 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 Wed Dec 29 21:55:17 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 940481511A for ; Wed, 29 Dec 1999 21:55:15 -0800 (PST) (envelope-from a.genkin@utoronto.ca) Received: from tea.thpoon.com ([24.114.152.71]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <19991230055305.XWHV7552.mail.rdc3.on.home.com@tea.thpoon.com> for ; Wed, 29 Dec 1999 21:53:05 -0800 Received: from antipode by tea.thpoon.com with local (Exim 2.05 #1 (Debian)) id 123YYM-0000Hm-00; Thu, 30 Dec 1999 00:55:14 -0500 To: freebsd-questions@freebsd.org Subject: Re: Before I return FreeBSD to the store... References: <0.8cf3908f.259c43d3@cs.com> <87so0lxaiw.fsf@tea.thpoon.com> <013501bf5288$1e28e650$0400fea9@JADE> 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: 30 Dec 1999 00:55:14 -0500 Message-ID: <87k8lxx9a5.fsf@tea.thpoon.com> Lines: 27 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 "Kent Stewart" writes: > > What does the CD-ROM's jumper have to do with installing an OS? If > it > > worked with other OS's, then it should be deemed workable, and let > the > > jumper alone. > > It has a lot to do with it. Some drives aren't detected when they are > the only device and jumpered as a slave on the secondary IDE channel. > A couple don't want to be the master on the secondary IDE channel but > work just fine as a slave behind the HD on the primary IDE channel. My > Teac is the master on the secondary IDE channel. The slave on the > secondary channel is a WD 3.1GB HD. > > I looked at all of the IDE CDROM's that I have and the have either 3 > or 5 jumper locations. The right three have text above them saying > something like (cs or csel), (ma or master), and (sl or slave). Of course, a CD-Rom must be configured in order to be useful. My point was that if this CD-Rom worked with other OS's (as it follows from the original message), then the jumper settings would have to be left alone. -- Arcady Genkin http://www.thpoon.com "'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 Wed Dec 29 21:58:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id E4B0915091 for ; Wed, 29 Dec 1999 21:58:44 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from JADE (kenn1099.bossig.com [208.26.241.99]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with SMTP id ; Wed, 29 Dec 1999 22:05:57 -0800 Message-ID: <013f01bf528a$f3fa60e0$0400fea9@JADE> From: "Kent Stewart" To: "The Hermit Hacker" Cc: , "Arcady Genkin" References: Subject: Re: Before I return FreeBSD to the store... Date: Wed, 29 Dec 1999 21:58:53 -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 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "The Hermit Hacker" To: "Kent Stewart" Cc: ; "Arcady Genkin" Sent: Wednesday, December 29, 1999 9:52 PM Subject: Re: Before I return FreeBSD to the store... > On Wed, 29 Dec 1999, Kent Stewart wrote: > > > > > ----- Original Message ----- > > From: "Arcady Genkin" > > To: > > Sent: Wednesday, December 29, 1999 9:28 PM > > Subject: Re: Before I return FreeBSD to the store... > > > > > > > Soulofwolf899@cs.com writes: > > > > > > > I am happy to give FreeBSD a chance to prove itself to me but I > > cannot unless > > > > I can install it! If you have not fixed it in this version then > > please keep > > > > my e-mail on file so you can notify me when you have. > > > > > > This is quite amusing. May we also pay you for using FreeBSD? ;^) > > > > > > > ps - after spending an hour of my time moving the blasted pin on > > my CD-ROM to > > > > every possible combination, without of course the manual, in order > > to make a > > > > "slave", I gave up and I have no desire to do it again. Make sure > > to let me > > > > know when FreeBSD is as easy to install as ANY of my LINUX > > packages; > > > > including RedHat 6.1 and TurboLinux 4. > > > > > > What does the CD-ROM's jumper have to do with installing an OS? If > > it > > > worked with other OS's, then it should be deemed workable, and let > > the > > > jumper alone. > > > > It has a lot to do with it. Some drives aren't detected when they are > > the only device and jumpered as a slave on the secondary IDE channel. > > A couple don't want to be the master on the secondary IDE channel but > > work just fine as a slave behind the HD on the primary IDE channel. My > > Teac is the master on the secondary IDE channel. The slave on the > > secondary channel is a WD 3.1GB HD. > > Read his second paragraph...Soulofwolf stated that Linux installed fine, > so the CDrom (unless FreeBSD is doing something weird) was already > configured properly... FreeBSD has a problem when the CDROM is misconfigured. You can't have a slave without a master. It also has a problem with some when they are the only drive and the master. Some of the other OS'es cope with a misconfigured drive. This has been an on going thread since 3.1 or 3.2. Kent . Kent > > > > > 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 Wed Dec 29 22: 1:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id DB40D14E9C for ; Wed, 29 Dec 1999 22:01:52 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from JADE (kenn1099.bossig.com [208.26.241.99]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with SMTP id ; Wed, 29 Dec 1999 22:09:04 -0800 Message-ID: <014501bf528b$631d9c80$0400fea9@JADE> From: "Kent Stewart" To: , "Arcady Genkin" References: <0.8cf3908f.259c43d3@cs.com> <87so0lxaiw.fsf@tea.thpoon.com> <013501bf5288$1e28e650$0400fea9@JADE> <87k8lxx9a5.fsf@tea.thpoon.com> Subject: Re: Before I return FreeBSD to the store... Date: Wed, 29 Dec 1999 22:01:58 -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 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Arcady Genkin" To: Sent: Wednesday, December 29, 1999 9:55 PM Subject: Re: Before I return FreeBSD to the store... > "Kent Stewart" writes: > > > > What does the CD-ROM's jumper have to do with installing an OS? If > > it > > > worked with other OS's, then it should be deemed workable, and let > > the > > > jumper alone. > > > > It has a lot to do with it. Some drives aren't detected when they are > > the only device and jumpered as a slave on the secondary IDE channel. > > A couple don't want to be the master on the secondary IDE channel but > > work just fine as a slave behind the HD on the primary IDE channel. My > > Teac is the master on the secondary IDE channel. The slave on the > > secondary channel is a WD 3.1GB HD. > > > > I looked at all of the IDE CDROM's that I have and the have either 3 > > or 5 jumper locations. The right three have text above them saying > > something like (cs or csel), (ma or master), and (sl or slave). > > Of course, a CD-Rom must be configured in order to be useful. My point > was that if this CD-Rom worked with other OS's (as it follows from the > original message), then the jumper settings would have to be left > alone. You haven't been following the threads on questions. This has been an on going problem since about 3.1 or 3.2. There are CDROM's that will work with other OS'es jumpered as a slave but not on FreeBSD. There have been a couple of CDROM's that will not work as the master on the secondary but work just fine as a slave on the primary IDE channel. His CDROM could be one of these drives. Kent > -- > Arcady Genkin http://www.thpoon.com > "'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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 22:12:12 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 9052614C4F for ; Wed, 29 Dec 1999 22:12:10 -0800 (PST) (envelope-from a.genkin@utoronto.ca) Received: from tea.thpoon.com ([24.114.152.71]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <19991230061000.XXOG7552.mail.rdc3.on.home.com@tea.thpoon.com> for ; Wed, 29 Dec 1999 22:10:00 -0800 Received: from antipode by tea.thpoon.com with local (Exim 2.05 #1 (Debian)) id 123Yoj-0000JA-00; Thu, 30 Dec 1999 01:12:09 -0500 To: freebsd-questions@freebsd.org Subject: Re: Before I return FreeBSD to the store... References: <0.8cf3908f.259c43d3@cs.com> <87so0lxaiw.fsf@tea.thpoon.com> <013501bf5288$1e28e650$0400fea9@JADE> <87k8lxx9a5.fsf@tea.thpoon.com> <014501bf528b$631d9c80$0400fea9@JADE> 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: 30 Dec 1999 01:12:09 -0500 In-Reply-To: "Kent Stewart"'s message of "Wed, 29 Dec 1999 22:01:58 -0800" Message-ID: <87902dx8hy.fsf@tea.thpoon.com> Lines: 14 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 "Kent Stewart" writes: > You haven't been following the threads on questions. This has been an > on going problem since about 3.1 or 3.2. There are CDROM's that will > work with other OS'es jumpered as a slave but not on FreeBSD. There > have been a couple of CDROM's that will not work as the master on the > secondary but work just fine as a slave on the primary IDE channel. > His CDROM could be one of these drives. Indeed, I haven't known of this. My apologies. -- Arcady Genkin http://www.thpoon.com "'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 Wed Dec 29 22:20:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.actllc.com (mail-1.actllc.com [209.221.160.11]) by hub.freebsd.org (Postfix) with ESMTP id B17E714DAF for ; Wed, 29 Dec 1999 22:19:53 -0800 (PST) (envelope-from majid@ibroadcast.net) Received: from magic2 ([209.221.145.23]) by mail-1.actllc.com (8.9.3/8.9.1) with SMTP id WAA16786; Wed, 29 Dec 1999 22:24:44 -0800 Message-ID: <009401bf528d$bb7f1f00$1791ddd1@balfourplace.com> From: "Majid Almassari" To: "Alex Ramia" , References: <000801bf5287$81bd6980$7df9c33f@Pacbell.net> Subject: Re: Install MySql Date: Wed, 29 Dec 1999 22:18:42 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0090_01BF524A.AA1629E0" 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_0090_01BF524A.AA1629E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, Download the Source code then just compile it. running the install works on the pre-compiled binary versions only and its got top be the one for your OS. Go to ftp://ftp.mysql.com/pub/mysql/Downloads/MySQL-3.22 and download the last file mysql-3.22.27.tar.gz which is the raw source code. Make a directory call it whatever name you like something like mysql then download the above tar ball in that directory. untar it then cd to mysql-3.22.27 do the usual ./configure make make install then run ./script/mysql_install_db (to start mysql) To verify that mysql is running /usr/local/bin/mysqladmin version (should dispaly the version output) Hopefully that helps. Majid Almassari, MSEE, MCP. System Administrator. iBroadcast, Inc. (206) 223-5540 http://www.ibroadcast.net ----- Original Message ----- From: Alex Ramia To: freebsd-questions@FreeBSD.ORG Sent: Wednesday, December 29, 1999 9:34 PM Subject: Install MySql Hi .. I really need some help.. I download the MySql from tcx .. I ran the install and all I got was a core dump.. I finally found the Freebsd Build but I am not sure what to do with this.. do I replace the version from tcx or what.. ? please help I would like to install Mysql on Freebsd, if it works ? Best Regards Alex ------=_NextPart_000_0090_01BF524A.AA1629E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
Download the Source code then just = compile it.=20 running the install works on the pre-compiled binary versions only and = its got=20 top be the one for your OS. Go to
ftp://ftp.mys= ql.com/pub/mysql/Downloads/MySQL-3.22
and download the last file mysql-3.22.27.tar.gz
which is the raw source code. Make a directory call it whatever = name you=20 like something like mysql  then download the above tar ball in that = directory. untar it then cd to mysql-3.22.27 do the = usual
./configure
make
make install
then run
./script/mysql_install_db (to start = mysql)
To verify that mysql is running
/usr/local/bin/mysqladmin version (should = dispaly the=20 version output)
Hopefully that helps.
 
Majid Almassari, MSEE, MCP.
System Administrator.
iBroadcast, = Inc.
(206) 223-5540
http://www.ibroadcast.net
----- Original Message -----
From:=20 Alex = Ramia=20

http://www.pchost.com/bobshelp

To: freebsd-questions@FreeBSD.ORG =
Sent: Wednesday, December 29, = 1999 9:34=20 PM
Subject: Install MySql

Hi ..
I really need some help.. I download = the MySql=20 from tcx .. I ran the install and all I got was a core dump.. I = finally found=20 the Freebsd Build but I am not sure what to do with = this..
 
do I replace the version from tcx = or  what..=20 ? please help I would like to install Mysql on Freebsd, if it = works=20 ?
 
Best Regards
 
Alex
------=_NextPart_000_0090_01BF524A.AA1629E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 22:38:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id 0F8A614D9A; Wed, 29 Dec 1999 22:38:46 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@usr1-21.cybcon.com [205.147.75.22]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id WAA12937; Wed, 29 Dec 1999 22:38:41 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 29 Dec 1999 22:40:23 -0800 (PST) From: William Woods To: freebsd-mobile@freebsd.org, freebsd-questions@freebsd.org Subject: Sound on a Thinkpad 770E Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anyone get sound working on a Thinkpad 770E? If so, what options did you use in the kernel ---------------------------------- E-Mail: William Woods Date: 29-Dec-99 Time: 22:39:22 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 23: 7: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from baygull.rtd.com (baygull.rtd.com [198.102.68.5]) by hub.freebsd.org (Postfix) with ESMTP id AACCD14C9A for ; Wed, 29 Dec 1999 23:07:03 -0800 (PST) (envelope-from angussf@geoapps.rtd.com) Received: from geoapps.UUCP (uucp@localhost) by baygull.rtd.com (8.9.3/8.9.3) with UUCP id HAA29127 for freebsd-questions@freebsd.org; Thu, 30 Dec 1999 07:20:53 GMT (envelope-from angussf@geoapps.rtd.com) Message-Id: <199912300720.HAA29127@baygull.rtd.com> Received: by geoapps.com (1.65/waf) via UUCP; Thu, 30 Dec 99 00:00:02 MST for freebsd-questions@freebsd.org From: "Angus Scott-Fleming" X-Organization: GeoApplications, Tucson, Arizona To: freebsd-questions@freebsd.org Date: Wed, 29 Dec 1999 22:03:21 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Install from CD using Adaptec 152x Reply-To: angussf@geoapps.com X-mailer: Pegasus Mail for Win32 (v3.11) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an Adaptec 152x and an antique external NEC SCSI CD-ROM. I can boot in DOS and see the CD-ROM fine, but I need to boot in FreeBSD and install from this setup. Can it be done? Or do I need to set up a Win9x system with some sort of FTP server software and install across a local network here? --------------------------------------------------------- Angus Scott-Fleming GeoApplications, Tucson, Arizona angussf@geoapps.com 1-520-323-9170 / fax 1-208-248-3124 --------------------------------------------------------- Proud user of Pegasus Mail, PM-Burst and Waffle --------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 23:19:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from alabama.innomedia.soft.net (ns.innomedia.soft.net [164.164.79.130]) by hub.freebsd.org (Postfix) with ESMTP id BED9E15047 for ; Wed, 29 Dec 1999 23:18:52 -0800 (PST) (envelope-from karthik@innomedia.soft.net) Received: from innomedia.soft.net ([192.168.1.151]) by alabama.innomedia.soft.net (8.9.3/8.8.7) with ESMTP id PAA07412 for ; Thu, 30 Dec 1999 15:30:44 +0530 Message-ID: <386B082B.43226527@innomedia.soft.net> Date: Thu, 30 Dec 1999 12:52:20 +0530 From: "karthik.n" X-Mailer: Mozilla 4.02 [en] (Win95; I) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: please reply Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sir, i have got rtl 8019 n/w card.i am having problem in intialising it how are the control registers of the chip accessible after those are memory mapped and i hope it allocates memory automatically as soon it is installed.please clear my querries. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Dec 29 23:27:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.actllc.com (mail-1.actllc.com [209.221.160.11]) by hub.freebsd.org (Postfix) with ESMTP id D1C0C150C5 for ; Wed, 29 Dec 1999 23:27:33 -0800 (PST) (envelope-from majid@ibroadcast.net) Received: from magic2 ([209.221.145.23]) by mail-1.actllc.com (8.9.3/8.9.1) with SMTP id XAA17872; Wed, 29 Dec 1999 23:32:23 -0800 Message-ID: <00e901bf5297$2e49efc0$1791ddd1@balfourplace.com> From: "Majid Almassari" To: , References: <199912300720.HAA29127@baygull.rtd.com> Subject: Re: Install from CD using Adaptec 152x Date: Wed, 29 Dec 1999 23:26:07 -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 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 3.4 Release should be able to do it. Majid Almassari, MSEE, MCP. System Administrator. iBroadcast, Inc. (206) 223-5540 http://www.ibroadcast.net ----- Original Message ----- From: Angus Scott-Fleming To: Sent: Wednesday, December 29, 1999 9:03 PM Subject: Install from CD using Adaptec 152x > I have an Adaptec 152x and an antique external NEC SCSI CD-ROM. I can > boot in DOS and see the CD-ROM fine, but I need to boot in FreeBSD and > install from this setup. Can it be done? Or do I need to set up a > Win9x system with some sort of FTP server software and install across a > local network here? > > --------------------------------------------------------- > Angus Scott-Fleming GeoApplications, Tucson, Arizona > angussf@geoapps.com 1-520-323-9170 / fax 1-208-248-3124 > --------------------------------------------------------- > Proud user of Pegasus Mail, PM-Burst and Waffle > --------------------------------------------------------- > > > > 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 Thu Dec 30 0:16:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from 1stpenshurst-scouts.asn.au (saints.lnk.telstra.net [139.130.197.126]) by hub.freebsd.org (Postfix) with SMTP id DB9D514D39 for ; Thu, 30 Dec 1999 00:16:44 -0800 (PST) (envelope-from duzzell@1stpenshurst-scouts.asn.au) Received: (qmail 6889 invoked by uid 1000); 30 Dec 1999 08:20:17 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 30 Dec 1999 08:20:17 -0000 Date: Thu, 30 Dec 1999 19:20:17 +1100 (EST) From: David Uzzell To: Alex Ramia Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Install MySql In-Reply-To: <000801bf5287$81bd6980$7df9c33f@Pacbell.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 On Wed, 29 Dec 1999, Alex Ramia wrote: > Hi .. > I really need some help.. I download the MySql from tcx .. I ran the install and all I got was a core dump.. I finally found the Freebsd Build but I am not sure what to do with this.. > > do I replace the version from tcx or what.. ? please help I would like to install Mysql on Freebsd, if it works ? > > Best Regards > > Alex > If you have found the MySQL on the cdrom or from freebsd then it is likly the package use pkg_add look it up man pkg_add to find the instructions This is all I did to affect an install on 3.3 and works fine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 0:17:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from greg.ad9.com (greg.ad9.com [209.233.225.5]) by hub.freebsd.org (Postfix) with ESMTP id 1AD7D150AE for ; Thu, 30 Dec 1999 00:17:16 -0800 (PST) (envelope-from nepolon@systray.com) Received: from greg.ad9.com (nepolon@greg.ad9.com [209.233.225.5]) by greg.ad9.com (8.9.1a/8.9.1) with ESMTP id AAA24899 for ; Thu, 30 Dec 1999 00:29:40 -0800 (PST) Date: Thu, 30 Dec 1999 00:29:40 -0800 (PST) From: Steve Lewis X-Sender: nepolon@greg.ad9.com To: freebsd-questions@FreeBSD.ORG Subject: PCI problem: not finding de0 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 CC: me in your reply. Not a very sophisticated question here. I am working on a Compaq Prolinea 590 (Pent 90Mhz). This is probably the tenth distinct FreeBSD box I have build, and not the first to use this hardware (although I used ISA network interface cards exclusively before this). Among these installs, several have become firewalls for xDSL customers. I'm just building a gateway/firewall to front my new cable modem service, and ran into a problem with the PCI network interface card. It is a GFC2204 10/100, and the readme for linux says to use the DECchip Tulip dc21x4x driver. Silly me I look up the de0 ... Digital Equipment DC21040 Ethernet adapter under FreeBSD and don't expect a problem. (the other nic is a 3c509, no problems there) Supporting the NIC doesn't look like a problem for FreeBSD, so I fire up the install floppy and tear into a 2.2.8-RELEASE install. I noticed that dmesg had some funny stuff in there but nothing I would call critical. I went through and rebuilt the kernel, etc, leaving the device de0 line in the config file of course. Now I have finished all the other configuration for the firewall, restarted the device on it's new kernel, and a little examination reveals the following from dmesg. Does anyone have a suggestion to get this working (with the current h/w preferably)? #dmesg [...] Probing for devices on PCI bus 0: chip0 rev 0 int B irq 80 on pci0:0:0 chip1 rev 0 int B irq 176 on pci0:0:1 chip2 rev 0 int C irq 16 on pci0:0:2 chip3 rev 0 int C irq 112 on pci0:0:3 chip4 rev 0 int C irq 208 on pci0:0:4 chip5 rev 0 int D irq 48 on pci0:0:5 chip6 rev 0 int D irq 144 on pci0:0:6 chip7 rev 0 int D irq 240 on pci0:0:7 vga0 <...stuff here...> rev 252 on pci0:10:0 pci0:13: vendor=0x1256, device=0x1400, class=network (ethernet) int a irq 11 [no driver assigned] [...probing isa0 follows w/ no abnormalities...] --- end dmesg --- thanks, --Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 0:33:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from student.rug.ac.be (student.rug.ac.be [157.193.88.45]) by hub.freebsd.org (Postfix) with ESMTP id 8474315329; Thu, 30 Dec 1999 00:33:08 -0800 (PST) (envelope-from frank@student.rug.ac.be) Received: (from frank@localhost) by student.rug.ac.be (8.9.3/8.9.3/DSA/1.0) id JAA07418; Thu, 30 Dec 1999 09:33:03 +0100 Date: Thu, 30 Dec 1999 09:33:03 +0100 From: Frank Louwers To: William Woods Cc: freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Sound on a Thinkpad 770E Message-ID: <19991230093303.A7396@student.rug.ac.be> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from freebsd@cybcon.com on Wed, Dec 29, 1999 at 10:40:23PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Dec 29, 1999 at 10:40:23PM -0800, William Woods wrote: > Anyone get sound working on a Thinkpad 770E? If so, what options did you use in What kind of soundcard does it have? An mwave? If so, there is not much you can do, as IBM won't release the specs, so nobody can write a driver. However, it is not completely impossible to use the soundcard, although only in Soundblaster emulation, which means 8bit sound ... (if you have an mwave, i'll mail you my config later ...) frank -- Frank Louwers Unix System Administrator PGP: 1024D/3F6A7EDD D597 566A BDF5 BBFB C308 447A 5E81 1188 3F6A 7EDD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 1: 0:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by hub.freebsd.org (Postfix) with ESMTP id 60E4F15179 for ; Thu, 30 Dec 1999 01:00:29 -0800 (PST) (envelope-from jon@phoenix.welearn.com.au) Received: (from jon@localhost) by phoenix.welearn.com.au (8.9.3/8.9.3) id UAA60082 for questions@FreeBSD.ORG; Thu, 30 Dec 1999 20:00:23 +1100 (EST) (envelope-from jon) Date: Thu, 30 Dec 1999 20:00:20 +1100 From: Jonathan Michaels To: questions@FreeBSD.ORG Subject: Re: Poor Internet throughput on FreeBSD 3.3-RELEASE Message-ID: <19991230200018.A56975@phoenix.welearn.com.au> Reply-To: jon@welearn.com.au References: <19991230014304.w8sdz@Mail.Petersen.Net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19991230014304.w8sdz@Mail.Petersen.Net>; from Keith Petersen on Thu, Dec 30, 1999 at 01:43:04AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello all .. i;m not sure if i should be asking this question in -questions. i have a new (fro me) pentium pr 180 mhz motherboard, it is a supermicro p6sne. i have a pci based smc nic a smc9432tx - EtherPower II 10/100, it is the smc epic/100 83c170 seris. i've had this card (and teh computer) for a little over two years now, i purchased it new. after working for about 6 months flawlessly in freebsd v2.2.7-release i did a fresh install of v2.2.8-release and teh nic stoped working, it just slowed down and finally wouldn't pass any traffic. now that i have got my v3.3-release cds i plan to resurect my x11 desktop machine i plan to build a 'graphics workstation'. recently i caught the tail end of a thread that said that the smc epic (83c170, in particular) based nics were no longer supported because they were to hard to make work and or build a driver for. if its any help this same computer works flawlessly in ibms os/2 v3.0 warp connect and nt v4 sans any fixup patches and ms dos based tcp/ip networking. freebsd works ok just the nic seems to have decided to dislike freebsd, so much so that freebsd no longer sees the nic on bootup. i find this particularly frustrating as it worked very well for some 6 months with v2.2.7-release, i'd be happy to go back to that if i could get it to work. when i failed thier were no log entries no 'failure' or error repots generated it just slowed down. i remember one other persom making a similarplea also with no answers, none that i could find. i've poked arond in the archive (even asked a few linux people i know) .. noting. i'm not ready to buy a new card and the store was not keen on refunding or replaceing, it was a special order and they only deal in $10 ne2000 clones and as i said the card did and still works (very) well in microsoft windows 95-98 and microsoft windows nt (both server and workstation) .. just not freebsd it seems. they were skeptical when i told them that the machine woould be returned if i didn't work with freebsd but gave me a two week 'on aproval' period, i used to be a good "professonal services" customer, before i retired. i've checked the bios fro pnp os type things its all set to favour freebsd. some pointers would be apreciated, also i'm nolonger subscribed to -questions, so a cc with my email would be muchly apreciated. warm regards jonathan ps, i checked the hub (netgear 8 port 10 mbit, en308) all the cables, and had a set handmade by a wiring/network 'expert', he is a telco e1 (2 mbit) wiring and cable installer. i just don't know what to do next. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 1:18:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from 1stpenshurst-scouts.asn.au (saints.lnk.telstra.net [139.130.197.126]) by hub.freebsd.org (Postfix) with SMTP id E4E4E15243 for ; Thu, 30 Dec 1999 01:18:20 -0800 (PST) (envelope-from duzzell@1stpenshurst-scouts.asn.au) Received: (qmail 7114 invoked by uid 1000); 30 Dec 1999 09:21:40 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 30 Dec 1999 09:21:40 -0000 Date: Thu, 30 Dec 1999 20:21:40 +1100 (EST) From: David Uzzell To: freebsd-questions@freebsd.org Subject: DOS Files 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 am having trouble storing Dos/Windoze files on freebsd 3.3 ftp server. When I recieve the files back to a windozes machine they are not know formats. ie. .wp files that can only be read as .txt files. Have tried this with all sorts of files and get the same result. Has any one got any Ideas. Thanks in Advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 1:19:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from m2.pp.htv.fi (m2ep.pp.htv.fi [212.90.64.98]) by hub.freebsd.org (Postfix) with ESMTP id E725514E1D for ; Thu, 30 Dec 1999 01:19:12 -0800 (PST) (envelope-from mikko@feynman.com) Received: from m7.pp.htv.fi (m7.pp.htv.fi [212.90.64.22]) by m2.pp.htv.fi (8.8.6 (PHNE_14041)/8.8.6) with ESMTP id LAA05437 for ; Thu, 30 Dec 1999 11:19:10 +0200 (EET) Received: from feynman.com (cs70128.pp.htv.fi [212.90.70.128]) by m7.pp.htv.fi (8.8.6 (PHNE_14041)/8.8.6) with ESMTP id LAA20067 for ; Thu, 30 Dec 1999 11:19:09 +0200 (EET) Message-ID: <386B2385.5573BF6F@feynman.com> Date: Thu, 30 Dec 1999 11:19:01 +0200 From: Mikko =?iso-8859-1?Q?Gr=F6nroos?= Organization: Nuclear Powered Rocket Airplanes X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Abit BP6 and ATA/66 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, Is there support for Hightpoint's ATA/66 controller in FreeBSD (3.4)? I can't find any information about it from the web pages and when I try to install FreeBSD (same version) it (the installer) just starts complaining that it can't find any HD's. Thanks, -- |- |\ |-| | _| |_ | | | |_ |_ |_| _| ||| |_| _| Mikko Gronroos alias greenie or mikko@feynman.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 1:23:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ihlas.net.tr (mail.ihlas.net.tr [212.174.16.231]) by hub.freebsd.org (Postfix) with SMTP id 9439915179 for ; Thu, 30 Dec 1999 01:23:09 -0800 (PST) (envelope-from Ferhat@Ihlas.Com.Tr) Received: (qmail 68259 invoked from network); 30 Dec 1999 09:37:03 -0000 Received: from unknown (HELO Exchange.IhlasNet.Com.Tr) (212.174.16.100) by mailhub.ihlas.net.tr with SMTP; 30 Dec 1999 09:37:03 -0000 Received: by EXCHANGE with Internet Mail Service (5.5.2650.21) id ; Thu, 30 Dec 1999 11:21:17 +0200 Message-ID: From: Ferhat Doruk To: freebsd-questions@FreeBSD.ORG Subject: strange 0.0% idle CPU Date: Thu, 30 Dec 1999 11:21:17 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-9" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi people, We are running FreeBSD 3.3-19991212-STABLE on a Pentium Pro box. Although there is no load on the machine, idle percentage of CPU seems 0.0%. I think "top" can't get exact CPU states. We have another machine identical to firt one (P Pro etc) and same problem exists there. Is this a processor or motherboard problem? How can I solve this problem and see CPU usage? Thank for your advices. This is top's out: last pid: 938; load averages: 0.00, 0.00, 0.00 up 0+12:14:58 09:20:18 26 processes: 1 running, 25 sleeping CPU states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 0.0% idle Mem: 4500K Active, 6752K Inact, 14M Wired, 8348K Buf, 99M Free Swap: 261M Total, 261M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 171 root 10 0 988K 584K nanslp 0:00 0.00% 0.00% cron 127 root 2 0 824K 520K select 0:00 0.00% 0.00% syslogd 904 root 2 0 888K 656K select 0:00 0.00% 0.00% telnetd 935 root 28 0 1576K 920K RUN 0:00 0.00% 0.00% top 234 root 3 0 1336K 988K ttyin 0:00 0.00% 0.00% bash To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 1:44:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id D3FF814EA4 for ; Thu, 30 Dec 1999 01:44:13 -0800 (PST) (envelope-from dannyh@idx.com.au) Received: from dogbert ([203.41.44.143]) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id UAA04453 for ; Thu, 30 Dec 1999 20:45:11 +1100 Message-Id: <3.0.6.32.19991230205949.00794410@192.168.1.194> X-Sender: dannyh@192.168.1.194 (Unverified) X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 30 Dec 1999 20:59:49 +1100 To: freebsd-questions@freebsd.org From: Danny Subject: Where is the kernel configuration file? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG - Have to follow the 2nd stage of the StarOffice installation "3.POSIX Priority scheduling support in kernel Verify support by using sysctl command: sysctl p1003_1b.priority_scheduling For FreeBSD 3.x, add the following entries to your kernel configuration file options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" For -current, you can drop the " marks options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L Configure, build, install and reboot with new kernel. " Question 1) Is my kernel configruation file /usr/src/sys/i386/conf/GENERIC? 2) How do I Configure, build, install the new kernel? Looking forward to your feedback. danny (dannyh@idx.com.au) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 2:11:43 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 4984D14D90 for ; Thu, 30 Dec 1999 02:11:41 -0800 (PST) (envelope-from a.genkin@utoronto.ca) Received: from tea.thpoon.com ([24.114.152.71]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <19991230100931.YGMX7552.mail.rdc3.on.home.com@tea.thpoon.com> for ; Thu, 30 Dec 1999 02:09:31 -0800 Received: from antipode by tea.thpoon.com with local (Exim 2.05 #1 (Debian)) id 123cYW-0000YS-00; Thu, 30 Dec 1999 05:11:40 -0500 To: freebsd-questions@freebsd.org Subject: Re: Where is the kernel configuration file? References: <3.0.6.32.19991230205949.00794410@192.168.1.194> 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: 30 Dec 1999 05:11:40 -0500 In-Reply-To: Danny's message of "Thu, 30 Dec 1999 20:59:49 +1100" Message-ID: <87hfh0wxer.fsf@tea.thpoon.com> Lines: 14 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 Danny writes: > 1) Is my kernel configruation file /usr/src/sys/i386/conf/GENERIC? > 2) How do I Configure, build, install the new kernel? > > Looking forward to your feedback. Hi, Danny: http://www.freebsd.org/handbook/kernelconfig.html -- Arcady Genkin http://www.thpoon.com "'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 Thu Dec 30 3: 2:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cronus.medianetwork.se (cronus.medianetwork.se [193.14.204.1]) by hub.freebsd.org (Postfix) with ESMTP id 69AA215212 for ; Thu, 30 Dec 1999 03:02:06 -0800 (PST) (envelope-from dl@tyfon.net) Received: from junglenote.com (digital29.medianetwork.se [193.14.204.247]) by cronus.medianetwork.se (8.9.3/8.7) with ESMTP id MAA17989 for ; Thu, 30 Dec 1999 12:02:04 +0100 Received: from enigmatic by junglenote.com with SMTP (MDaemon.v2.84.R) for ; Thu, 30 Dec 1999 12:13:22 +0100 Received: by localhost with Microsoft MAPI; Thu, 30 Dec 1999 12:01:11 +0100 Message-ID: <01BF52BD.9030FF50.dl@tyfon.net> From: Dan Larsson To: "[FreeBSD-Questions-List] (E-post)" , "[FreeBSD-ISP-List] (E-post)" Subject: Urgent sendmail problem! Date: Thu, 30 Dec 1999 12:01:09 +0100 Organization: Tyfon Internet Services [ http://tyfon.net ] X-Mailer: Microsoft Internet-e-post/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Return-Path: dl@tyfon.net Reply-To: dl@tyfon.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm hosting mail for a company with a domain, let's say customer.com. All mail is delivered to the customer via uucp. I need to set up so that mail for a@customer.com, b@customer.com and c@customer.com does not get delivered via uucp but to local accounts for access via pop3 How do I do this? Regards ------------ Dan Larsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 4:15:12 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 E9D4214D18 for ; Thu, 30 Dec 1999 04:15:09 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 7841 invoked from network); 30 Dec 1999 12:15:08 -0000 Received: from userbg36.uk.uudial.com (HELO marder-1.) (62.188.142.156) by smtp.dial.pipex.com with SMTP; 30 Dec 1999 12:15:08 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id MAA94720; Thu, 30 Dec 1999 12:09:09 GMT (envelope-from mark) Date: Thu, 30 Dec 1999 12:09:09 +0000 From: Mark Ovens To: David Uzzell Cc: freebsd-questions@freebsd.org Subject: Re: DOS Files Message-ID: <19991230120909.Y1290@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 Thu, Dec 30, 1999 at 08:21:40PM +1100, David Uzzell wrote: > I am having trouble storing Dos/Windoze files on freebsd 3.3 ftp server. > When I recieve the files back to a windozes machine they are not know > formats. ie. .wp files that can only be read as .txt files. Have tried > this with all sorts of files and get the same result. Has any one got any > Ideas. Thanks in Advance. > How are you transferring the files back and forth? If you are using ftp then you need to make sure that you are transferring files in binary mode. If you use rcp, the Windows version has a ``-b'' option to force binary mode. If you don't use it then Windows will try to be clever and do a DOS-to-UNIX, or UNIX-to-DOS, EOL translation. This screws up binary files as it changes *all* occurrences of LF (ASCII 10) to CRLF (ASCII 10 & 13). HTH > > > 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 Thu Dec 30 4:15:17 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 04228152D9 for ; Thu, 30 Dec 1999 04:15:12 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 7844 invoked from network); 30 Dec 1999 12:15:09 -0000 Received: from userbg36.uk.uudial.com (HELO marder-1.) (62.188.142.156) by smtp.dial.pipex.com with SMTP; 30 Dec 1999 12:15:09 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id MAA94695; Thu, 30 Dec 1999 12:01:45 GMT (envelope-from mark) Date: Thu, 30 Dec 1999 12:01:45 +0000 From: Mark Ovens To: Kent Stewart Cc: freebsd-questions@freebsd.org, Arcady Genkin Subject: Re: Before I return FreeBSD to the store... Message-ID: <19991230120145.X1290@marder-1> References: <0.8cf3908f.259c43d3@cs.com> <87so0lxaiw.fsf@tea.thpoon.com> <013501bf5288$1e28e650$0400fea9@JADE> <87k8lxx9a5.fsf@tea.thpoon.com> <014501bf528b$631d9c80$0400fea9@JADE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <014501bf528b$631d9c80$0400fea9@JADE> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Message re-formatted for easy reading] On Wed, Dec 29, 1999 at 10:01:58PM -0800, Kent Stewart wrote: > > ----- Original Message ----- > From: "Arcady Genkin" > To: > Sent: Wednesday, December 29, 1999 9:55 PM > Subject: Re: Before I return FreeBSD to the store... > > > > "Kent Stewart" writes: > > > > > > What does the CD-ROM's jumper have to do with installing an > > > > OS? If it worked with other OS's, then it should be deemed > > > > workable, and let the jumper alone. > > > > > > It has a lot to do with it. Some drives aren't detected when > > > they are the only device and jumpered as a slave on the > > > secondary IDE channel. A couple don't want to be the master on > > > the secondary IDE channel but work just fine as a slave behind > > > the HD on the primary IDE channel. My Teac is the master on the > > > secondary IDE channel. The slave on the secondary channel is a > > > WD 3.1GB HD. > > > > > > I looked at all of the IDE CDROM's that I have and the have > > > either 3 or 5 jumper locations. The right three have text above > > > them saying something like (cs or csel), (ma or master), and (sl > > > or slave). > > > > Of course, a CD-Rom must be configured in order to be useful. My > > point was that if this CD-Rom worked with other OS's (as it > > follows from the original message), then the jumper settings would > > have to be left alone. > > You haven't been following the threads on questions. This has been > an on going problem since about 3.1 or 3.2. There are CDROM's that > will work with other OS'es jumpered as a slave but not on FreeBSD. > There have been a couple of CDROM's that will not work as the master > on the secondary but work just fine as a slave on the primary IDE > channel. His CDROM could be one of these drives. > One thing that has come up in these threads that you mention is that the ATAPI specification says that devices shouldn't be configured as a slave without a master (on the same channel). This would suggest that FreeBSD adheres more closely to the ATAPI standard than other OSes. The problem arises because many PC manufacturers (including some big-name ones) persist in setting up the CD-ROM as slave on the secondary channel without a secondary master. The fact that Windows (and apparently Linux) works with this "illegal" configuration doesn't make it any less wrong. > Kent > > > -- > > Arcady Genkin http://www.thpoon.com > > "'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 > > > > 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 Thu Dec 30 5: 5:54 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 9669D15104 for ; Thu, 30 Dec 1999 05:05:47 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 15306 invoked from network); 30 Dec 1999 13:05:45 -0000 Received: from useraj98.uk.uudial.com (HELO marder-1.) (62.188.133.227) by smtp.dial.pipex.com with SMTP; 30 Dec 1999 13:05:45 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id NAA94881; Thu, 30 Dec 1999 13:07:49 GMT (envelope-from mark) Date: Thu, 30 Dec 1999 13:07:49 +0000 From: Mark Ovens To: Alwyn Schoeman Cc: Kent Stewart , freebsd-questions@freebsd.org, Arcady Genkin Subject: Re: Before I return FreeBSD to the store... Message-ID: <19991230130749.Z1290@marder-1> References: <0.8cf3908f.259c43d3@cs.com> <87so0lxaiw.fsf@tea.thpoon.com> <013501bf5288$1e28e650$0400fea9@JADE> <87k8lxx9a5.fsf@tea.thpoon.com> <014501bf528b$631d9c80$0400fea9@JADE> <19991230120145.X1290@marder-1> <19991230144929.A857@littlecruncher.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991230144929.A857@littlecruncher.dhs.org> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 30, 1999 at 02:49:30PM +0200, Alwyn Schoeman wrote: > Hi, > > I haven't seen the rest of the thread so I can just guess that > this thread has to do with 1 or 2 things namely: > 1) Person can't boot from the cdrom in a certain configuration. > 2) Person can't see the cdrom at all in certain configuration. > > 1).... > I have experienced the same problems trying to boot from a cdrom > that has been set to be secondary slave and sometimes even secondary > master. The problem seems to be sometimes caused by OS but might > also be hardware/BIOS related. NT definitively has this problem (NT > was also the unbootable one with secondary master if my memory > serves me correct), but Linux and other OS's might have the same > problem. Solution, just move your CDROM around until it boots. > > 2)... > The only reason why I should think could happen is if you have no > master on secondary IDE and is trying to use the CDROM as slave. ALL > OS'S should have a problem with this, so DON'T DO IT. > > P.S. When we slam NT its usually out of experience. Please don't slam Linux > if you can't say the same or be objective about it. > I wasn't slamming Linux. I said *apparently*, because others in the thread had reported that Linux worked with this "illegal" configuration. > Thank you > Alwyn Schoeman > > > > On Thu, Dec 30, 1999 at 12:01:45PM +0000, Mark Ovens wrote: > > [Message re-formatted for easy reading] > > > > On Wed, Dec 29, 1999 at 10:01:58PM -0800, Kent Stewart wrote: > > > > > > ----- Original Message ----- > > > From: "Arcady Genkin" > > > To: > > > Sent: Wednesday, December 29, 1999 9:55 PM > > > Subject: Re: Before I return FreeBSD to the store... > > > > > > > > > > "Kent Stewart" writes: > > > > > > > > > > What does the CD-ROM's jumper have to do with installing an > > > > > > OS? If it worked with other OS's, then it should be deemed > > > > > > workable, and let the jumper alone. > > > > > > > > > > It has a lot to do with it. Some drives aren't detected when > > > > > they are the only device and jumpered as a slave on the > > > > > secondary IDE channel. A couple don't want to be the master on > > > > > the secondary IDE channel but work just fine as a slave behind > > > > > the HD on the primary IDE channel. My Teac is the master on the > > > > > secondary IDE channel. The slave on the secondary channel is a > > > > > WD 3.1GB HD. > > > > > > > > > > I looked at all of the IDE CDROM's that I have and the have > > > > > either 3 or 5 jumper locations. The right three have text above > > > > > them saying something like (cs or csel), (ma or master), and (sl > > > > > or slave). > > > > > > > > Of course, a CD-Rom must be configured in order to be useful. My > > > > point was that if this CD-Rom worked with other OS's (as it > > > > follows from the original message), then the jumper settings would > > > > have to be left alone. > > > > > > You haven't been following the threads on questions. This has been > > > an on going problem since about 3.1 or 3.2. There are CDROM's that > > > will work with other OS'es jumpered as a slave but not on FreeBSD. > > > There have been a couple of CDROM's that will not work as the master > > > on the secondary but work just fine as a slave on the primary IDE > > > channel. His CDROM could be one of these drives. > > > > > > > One thing that has come up in these threads that you mention is that > > the ATAPI specification says that devices shouldn't be configured as a > > slave without a master (on the same channel). This would suggest that > > FreeBSD adheres more closely to the ATAPI standard than other OSes. > > The problem arises because many PC manufacturers (including some > > big-name ones) persist in setting up the CD-ROM as slave on the > > secondary channel without a secondary master. > > > > The fact that Windows (and apparently Linux) works with this "illegal" > > configuration doesn't make it any less wrong. > > > > > Kent > > > > > > > -- > > > > Arcady Genkin http://www.thpoon.com > > > > "'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 > > > > > > > > > > > > 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 -- "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 Thu Dec 30 5:21: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mailer.multec.nl (mailer.multec.nl [195.86.36.2]) by hub.freebsd.org (Postfix) with ESMTP id 4BBFB15316 for ; Thu, 30 Dec 1999 05:20:58 -0800 (PST) (envelope-from a.crouzen@brunel.nl) Received: from NOV094.BRUNEL.NL ([130.130.94.252]) by mailer.multec.nl (8.9.3/8.9.3) with ESMTP id OAA18533 for ; Thu, 30 Dec 1999 14:21:03 +0100 (CET) Message-Id: <199912301321.OAA18533@mailer.multec.nl> Received: from MULTEC94/SpoolDir by NOV094.BRUNEL.NL (Mercury 1.44); 30 Dec 99 14:22:07 GMT +0100 Received: from SpoolDir by MULTEC94 (Mercury 1.44); 30 Dec 99 14:21:53 GMT +0100 From: "Alex Crouzen" Organization: Brunel International To: freebsd-questions@freebsd.org Date: Thu, 30 Dec 1999 14:21:50 +0100 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: First FreeBSD job; questions X-mailer: Pegasus Mail for Win32 (v3.01b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all! Well, I've finally done it: my first task as a systems-operator! The system I'm working myself into is a FreeBSD 2.2.5 system, and my first (self-appointed) task is to get to know the system. Secondly, and that is why I write to this list, I have to update the system to the newest stable release. What I need is some pointers what I need to watch when I want to update this system. Are there any known pits I could avoid? My knowledge of FreeBSD (or any unix-like system) is currently mainly in using it, and a few courses in the theory of systems administration. Very theoretical and non-specific, and almost no practical experience... That's why I want to learn. Any tips? Thanks in advance! Alex Crouzen --- BOFH trainee... Just give me your username. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 5:25:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mc-qout4.whowhere.com (mc-qout4.whowhere.com [209.185.123.18]) by hub.freebsd.org (Postfix) with SMTP id 92D7B15254 for ; Thu, 30 Dec 1999 05:25:21 -0800 (PST) (envelope-from mdorin@my-deja.com) Received: from Unknown/Local ([?.?.?.?]) by my-deja.com; Thu Dec 30 05:25:13 1999 To: questions@freebsd.org Date: Thu, 30 Dec 1999 05:25:13 -0800 From: "Michael Dorin" Message-ID: Mime-Version: 1.0 X-Sent-Mail: off X-Mailer: MailCity Service Subject: More on TCP/IP Performance Really bad X-Sender-Ip: 207.225.145.6 Organization: My Deja Email (http://www.my-deja.com:80) Content-Type: text/plain; charset=us-ascii Content-Language: en Content-Length: 2301 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm not sure when I sent a reply earlier it went to the whole list or not, so sorry if this is a duplicate messase. I really, really need help on this...My users are about to string me up. Thanks in advance. *I am currently using FreeBSD 3.1 not 3.2 as stated in the previous message. * Don't know the brand of my ethernet card, it came with a micron computer. * Here is the ifconfig of the ethernet card (but I removed ip addresses.) xl0: flags=8843 mtu 1500 inet 1.1.1.1 netmask 0xfffffff8 broadcast 1.1.1.1 ether 00:50:04:73:5e:3e media: 10baseT/UTP supported media: autoselect 100baseTX 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 10baseT/UTP lp0: flags=8810 mtu 1500 tun0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 ppp0: flags=8010 mtu 1500 lo0: flags=8049 mtu 16384 DMSG output is only this: : exited on signal 11 pid 9112 (amandad), uid 2: exited on signal 11 pid 9113 (amandad), uid 2: exited on signal 11 pid 9114 (amandad), uid 2: exited on signal 11 pid 9115 (amandad), uid 2: exited on signal 11 pid 9116 (amandad), uid 2: exited on signal 11 pid 9117 (amandad), uid 2: exited on signal 11 pid 9118 (amandad), uid 2: exited on signal 11 pid 9119 (amandad), uid 2: exited on signal 11 pid 9120 (amandad), uid 2: exited on signal 11 pid 9121 (amandad), uid 2: exited on signal 11 pid 9122 (amandad), uid 2: exited on signal 11 pid 9123 (amandad), uid 2: exited on signal 11 pid 9124 (amandad), uid 2: exited on signal 11 pid 9125 (amandad), uid 2: exited on signal 11 pid 9126 (amandad), uid 2: exited on signal 11 pid 9127 (amandad), uid 2: exited on signal 11 pid 9128 (amandad), uid 2: exited on signal 11 pid 9129 (amandad), uid 2: exited on signal 11 pid 9130 (amandad), uid 2: exited on signal 11 pid 9131 (amandad), uid 2: exited on signal 11 pid 9132 (amandad), uid 2: exited on signal 11 pid 9133 (amandad), uid 2: exited on signal 11 --== Sent via Deja.com http://www.deja.com/ ==-- Share what you know. Learn what you don't. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 5:45: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from davinci.mica.edu (davinci.mica.edu [206.41.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 78CB21520F for ; Thu, 30 Dec 1999 05:45:00 -0800 (PST) (envelope-from mthompsn@davinci.mica.edu) Received: from localhost (mthompsn@localhost) by davinci.mica.edu (8.9.3/8.9.3) with SMTP id IAA27656 for ; Thu, 30 Dec 1999 08:42:02 -0500 (EST) Date: Thu, 30 Dec 1999 08:42:02 -0500 (EST) From: "Michael G. Thompson" To: freebsd-questions@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 subscribe freebsd-questions mthompsn@mica.edu -- ====================================================================== | Michael G. Thompson, Director of Computer and Network Services | | Maryland Institute, College Of Art - Campus Technical Services | | 1300 Mount Royal Avenue, Baltimore, Maryland 21217 | | Voice: (410) 225-2464 Fax: (410) 225-2468 | ====================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 5:49:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.saminfotech.com (ns.saminfotech.com [195.239.145.66]) by hub.freebsd.org (Postfix) with ESMTP id D9D3D15456 for ; Thu, 30 Dec 1999 05:49:23 -0800 (PST) (envelope-from slava@saminfotech.com) Received: from lnx.sit.fian.samara.ru (root@mail.sit.fian.samara.ru [192.168.12.1]) by ns.saminfotech.com (8.9.3/8.9.3) with ESMTP id RAA14424 for ; Thu, 30 Dec 1999 17:46:32 +0400 (SAMT) (envelope-from slava@saminfotech.com) Received: from titan.sit.fian.samara.ru (titan.sit.fian.samara.ru [192.168.12.50]) by lnx.sit.fian.samara.ru (8.9.1/8.9.1) with ESMTP id QAA04527 for ; Thu, 30 Dec 1999 16:58:00 +0400 Received: from slava (slava.sit.fian.samara.ru [192.168.11.65]) by titan.sit.fian.samara.ru with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id Z72S3K6R; Thu, 30 Dec 1999 17:45:41 +0400 Message-ID: <000d01bf52cc$dd5cb670$410ba8c0@sit.fian.samara.ru> From: "Slava" To: Subject: intel ether express Date: Thu, 30 Dec 1999 17:50:42 +0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000A_01BF52EE.645D8D90" 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_000A_01BF52EE.645D8D90 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable i have 1 trouble: when installing FreeBSD 3.2 Release on computer without intel ether = express 100/10 pro lan adapter - it's ok. When installing FreeBSD on = computer with intel ether express - FreeBSD write: "probing devices, = this may take a while" and ... FreeBSD die. What can i do to install OS? p.s. under WinNT this lan adapter works without problems ------=_NextPart_000_000A_01BF52EE.645D8D90 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
i have 1 trouble:
when installing FreeBSD 3.2 = Release on=20 computer without intel ether express 100/10 pro lan = adapter - it's=20 ok. When installing FreeBSD on computer with intel ether = express -=20 FreeBSD write: "probing devices, this may take a while" and ... FreeBSD = die.=20 What can i do to install OS?
 
p.s. under WinNT this lan adapter = works=20 without problems
------=_NextPart_000_000A_01BF52EE.645D8D90-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 6: 3:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from davinci.mica.edu (davinci.mica.edu [206.41.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 36AA114C46 for ; Thu, 30 Dec 1999 06:03:17 -0800 (PST) (envelope-from mthompsn@davinci.mica.edu) Received: from localhost (mthompsn@localhost) by davinci.mica.edu (8.9.3/8.9.3) with SMTP id JAA28040 for ; Thu, 30 Dec 1999 09:00:20 -0500 (EST) Date: Thu, 30 Dec 1999 09:00:20 -0500 (EST) From: "Michael G. Thompson" To: freebsd-questions@freebsd.org Subject: tl NIC problem (2nd try) 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 This is my second hack at it. I have 3.3-RELEASE installed on a Compaq Proliant 1600. During boot, the kernel sees the onboard NIC as a ThunderLAN (as it should,) but then prints out the message: /kernel: tl0: couldn't map ports It prints this immediately after the kernel messages where it recognizes the NIC. I have portmapper turned of in /etc/rc.conf, but I din't think that it should have an effect on the card, that step doesn't come until later in the boot process. Help, anyone? Has anybody seen this error message before? I have checked the Handbook and the FAQ, no joy there. TIA. -- ====================================================================== | Michael G. Thompson, Director of Computer and Network Services | | Maryland Institute, College Of Art - Campus Technical Services | | 1300 Mount Royal Avenue, Baltimore, Maryland 21217 | | Voice: (410) 225-2464 Fax: (410) 225-2468 | ====================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 6:19:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id BFDE91515F for ; Thu, 30 Dec 1999 06:19:32 -0800 (PST) (envelope-from marc@oldserver.demon.nl) Received: from [212.238.105.241] (helo=propro) by post.mail.nl.demon.net with esmtp (Exim 2.02 #1) id 123gQH-0005x5-00; Thu, 30 Dec 1999 14:19:26 +0000 Date: Thu, 30 Dec 1999 15:19:25 +0100 (CET) From: Marc Schneiders To: Greg Lehey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 4 MB RAM? (long) In-Reply-To: <19991230154737.A1316@freebie.lemis.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 On Thu, 30 Dec 1999, Greg Lehey wrote: > On Thursday, 30 December 1999 at 4:43:05 +0100, Marc Schneiders wrote: > > "All versions of FreeBSD, including 3.0, will RUN in 4MB of ram, they > > just can't run the installation program in 4MB. You can add extra > > memory for the install process, if you like, and then after the system > > is up and running, go back to 4MB. Or you could always just swap your > > disk into a system which has >4MB, install onto it and then swap it > > back." Thus the FAQ. > > > > I was planning to do this (put drive in other system) for an old 486 > > laptop with 4MB, which isn't really worth the plus $50-100 they charge > > for a RAM-card to upgrade. > > I tried whether it worked on a desktop first. I installed a 4.0 > > snapshot on a 486DX66 with 8MB, which went fine, and > > then took 4 MB out. No go with the generic kernel, but well that's in > > the FAQ also. It does run with a custom kernel... for a while. The > > machine sort of stops responding when the daily checks are being done. > > Drives keep running and running. > > What do you mean by that? That there is constant access? > I mean that both drives are spinning, making sound. As I have swap on just one of them, it is not just swapping. Whether there is really access I cannot tell. The box does not answer me :-) > > It spits out one message: > > > > sendmail[889]: CAA00843: SYSERR(root): timeout writing message to local. > > Is that really the message? That doesn't make much sense. > Thanks! It didn't to me either. I think I copied it faithfully. > > This is at 02:51 hours, 51 minutes after the checks start. I > > waited for another couple of hours. No change. So I did a cold reboot, > > even though the machine wasn't completely dead: the screensaver was > > still moving. And it started moving again after stopping it by hitting > > a key. Moving from one virtual console to another also still worked. > > But that's it. > > Sounds like extreme memory starvation. Technically, there's nothing > to say that the machine isn't running, just that the performance is so > bad that you can hardly distinguish it from a hang. > That was my original idea. But after 4 hours I wanted to get some sleep and imagined the drives would not be happy, especially since they are rather old, if I let them running for another 8 hours. (And by the way: there are no problems after switching the thing off. It says not properly dismounted, but reports no problems with the drives. I've done it four or five times now.) > > To test the thing I let the box run rc5des, which runs at nice 20 by > > default and does take only 800K RAM. I also tried running without > > sendmail. Questions I have: > > > > 1. Anyone with more success? What is the > secret? Kill the daily's? > > That would be a good idea, anyway. > OK. I'll try that. The only report I get is the security one in the mail. Apparently the other one doesn't finish at all. Thank you. > > 2. Will an older version do better on 4 MB? > > Probably. You could also check your kernel and remove everything you > don't absolutely need, assuming you haven't done so already. > Kernel is now 1505688. I threw out most I don't need, like all hardware drivers, ppp, slip, ISO and DOS file systems and the like. I will squeeze out more, as I don't need the serial ports and probably a few other things. I'll have to check a few things I have no idea about as to what they are :-) > > I do know about 2.1.7.1. But I do need PCMCIA-support for a ed0 > > card. I managed to install 2.1.7 through plip some time ago without > > taking the harddisk out. But couldn't find a way to get the network > > card running. > > Well, there's still 3.4. That might be significantly smaller than > 4.0. I will give 3.4 (or 3.3 which I have on CD) a try if the rest fails. This isn't that easy, as I have no other box running that at the moment to compile the kernel on. Though I can try that through NFS and with the other 4 MB plugged in for the occasion on the box itself. > And you do have enough swap space, don't you? If you run low on > swap on a machine like that, things will go to hell. > There is 24 MB of swap. I have looked at top a number of times and there was only little of it used. Maybe the daily checks take a lot of it? I will throw them out first and see what happens. > Greg > -- Many thanks for your help! Marc Marc Schneiders marc@venster.nl marc@oldserver.demon.nl propro 2:56pm up 17 days, 15:08, load average: 2.38 2.24 2.09 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 6:29:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.intechsoft.net (okcds1-blk1-hfc-0251-d1db0faa.rdc1.ok.coxatwork.com [209.219.15.170]) by hub.freebsd.org (Postfix) with ESMTP id EA2EC14E5C for ; Thu, 30 Dec 1999 06:29:05 -0800 (PST) (envelope-from internal@intechsoft.net) Received: from wkbruce ([192.168.1.12]) by fw.intechsoft.net (8.9.3/8.9.3) with SMTP id IAA17171 for ; Thu, 30 Dec 1999 08:29:01 -0600 (CST) (envelope-from internal@intechsoft.net) Message-ID: <006b01bf52d2$3793dbf0$0c01a8c0@wkbruce> From: "Bruce DeVault" To: Subject: bad file descriptor Date: Thu, 30 Dec 1999 08:29:01 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0068_01BF529F.ECBAB540" 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_0068_01BF529F.ECBAB540 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Yesterday (12-29-1999) morning I cvsup'd and make world the same as i do = every week or so with 3.4-STABLE, and upon reboot after installing my = new kernel (GENERIC, with the added options for IPDIVERT, IPFIREWALL, = IPFIREWALL_VERBOSE and SOFTUPDATES) I saw: dev_mkdb: rwd2: Bad file descriptor dev_mkdb: wd2a: Bad file descriptor ...and on and on for twenty more lines or so... The machine in question has three IDE drives and an IDE CD-ROM, as well = as an ATA-2940U/UW SCSI controller and a SCSI tape drive. Two of the = IDE drives are striped RAID-0 with vinum. What gives? Didn't used to do this... (?) Bruce DeVault InTech Software ------=_NextPart_000_0068_01BF529F.ECBAB540 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Yesterday (12-29-1999) morning I = cvsup'd and make=20 world the same as i do every week or so with 3.4-STABLE, and upon reboot = after=20 installing my new kernel (GENERIC, with the added options for IPDIVERT,=20 IPFIREWALL, IPFIREWALL_VERBOSE and SOFTUPDATES) I saw:
 
dev_mkdb: rwd2: Bad file = descriptor
dev_mkdb: wd2a: Bad file = descriptor
...and on and on for twenty more lines = or=20 so...
 
The machine in question has three IDE = drives and an=20 IDE CD-ROM, as well as an ATA-2940U/UW SCSI controller and a SCSI tape=20 drive.  Two of the IDE drives are striped RAID-0 with = vinum.
 
What gives?  Didn't used to do = this...=20 (?)
 
Bruce DeVault
InTech = Software
------=_NextPart_000_0068_01BF529F.ECBAB540-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 6:31:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.intechsoft.net (okcds1-blk1-hfc-0251-d1db0faa.rdc1.ok.coxatwork.com [209.219.15.170]) by hub.freebsd.org (Postfix) with ESMTP id 08AD214E5C for ; Thu, 30 Dec 1999 06:31:29 -0800 (PST) (envelope-from internal@intechsoft.net) Received: from wkbruce ([192.168.1.12]) by fw.intechsoft.net (8.9.3/8.9.3) with SMTP id IAA17198; Thu, 30 Dec 1999 08:31:25 -0600 (CST) (envelope-from internal@intechsoft.net) Message-ID: <008801bf52d2$8d92c840$0c01a8c0@wkbruce> From: "Bruce DeVault" To: "Bruce DeVault" , References: <006b01bf52d2$3793dbf0$0c01a8c0@wkbruce> Subject: Re: bad file descriptor Date: Thu, 30 Dec 1999 08:31:25 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0085_01BF52A0.42C169C0" 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_0085_01BF52A0.42C169C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sorry, forgot to mention one additional thing, it also has a bad file = descriptor on /etc/vinum.conf... Do I need to run fsck? I'm kind of afraid to. All the drives are = mounted and all my data's there, or appears to be. Bruce DeVault InTech Software ----- Original Message -----=20 From: Bruce DeVault=20 To: freebsd-questions@FreeBSD.ORG=20 Sent: Thursday, December 30, 1999 8:29 AM Subject: bad file descriptor Yesterday (12-29-1999) morning I cvsup'd and make world the same as i = do every week or so with 3.4-STABLE, and upon reboot after installing my = new kernel (GENERIC, with the added options for IPDIVERT, IPFIREWALL, = IPFIREWALL_VERBOSE and SOFTUPDATES) I saw: dev_mkdb: rwd2: Bad file descriptor dev_mkdb: wd2a: Bad file descriptor ...and on and on for twenty more lines or so... The machine in question has three IDE drives and an IDE CD-ROM, as = well as an ATA-2940U/UW SCSI controller and a SCSI tape drive. Two of = the IDE drives are striped RAID-0 with vinum. What gives? Didn't used to do this... (?) ------=_NextPart_000_0085_01BF52A0.42C169C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Sorry, forgot to mention one additional = thing, it=20 also has a bad file descriptor on /etc/vinum.conf...
 
Do I need to run fsck?  I'm kind = of afraid=20 to.  All the drives are mounted and all my data's there, or appears = to=20 be.
 
Bruce DeVault
InTech = Software
----- Original Message -----
From:=20 Bruce=20 DeVault
To: freebsd-questions@FreeBSD.ORG =
Sent: Thursday, December 30, = 1999 8:29=20 AM
Subject: bad file = descriptor

Yesterday (12-29-1999) morning I = cvsup'd and make=20 world the same as i do every week or so with 3.4-STABLE, and upon = reboot after=20 installing my new kernel (GENERIC, with the added options for = IPDIVERT,=20 IPFIREWALL, IPFIREWALL_VERBOSE and SOFTUPDATES) I saw:
 
dev_mkdb: rwd2: Bad file = descriptor
dev_mkdb: wd2a: Bad file = descriptor
...and on and on for twenty more = lines or=20 so...
 
The machine in question has three IDE = drives and=20 an IDE CD-ROM, as well as an ATA-2940U/UW SCSI controller and a SCSI = tape=20 drive.  Two of the IDE drives are striped RAID-0 with = vinum.
 
What gives?  Didn't used to do = this...=20 (?)
------=_NextPart_000_0085_01BF52A0.42C169C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 6:31:54 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 5148414C92 for ; Thu, 30 Dec 1999 06:31:44 -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 PAA68098; Thu, 30 Dec 1999 15:31:34 +0100 (CET) (envelope-from kheuer@gwdu60.gwdg.de) Date: Thu, 30 Dec 1999 15:31:33 +0100 (CET) From: Konrad Heuer To: aunty Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3com 3c595 only 10Mbps? In-Reply-To: <19991230052840.E47183@comcen.com.au> 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 Thu, 30 Dec 1999, aunty wrote: > I have a 3com ethernet card which has been running on an ancient BSDI > system with "media 100BaseTX,full_duplex" sent to ifconfig. >=20 > After converting to FreeBSD I get >=20 > vx0: <3COM 3C595 Fast Etherlink III PCI> rev 0x00 int a irq 10 on pci0.10= =2E0 > utp/tx[*utp*]: disable 'auto select' with DOS util! address 00:60:97:07:d= 2:e7 >=20 > and the vx man page says >=20 > The vx driver provides support for the 3Com 3c590 and 3c595 > EtherLink III and Fast EtherLink III PCI Ethernet cards in > 10 Mbps mode. >=20 > Does that mean I have to use some other type of card to get the higher > speed with FreeBSD? You didn't mention the FreeBSD-RELEASE you use but it seems to be 2.2.x-RELEASE which doesn't negotiate speed. Either, you can use a DOS boot floppy and the 3Com DOS utility to force the card to 100MBit/s, or you can upgrade to 3.x-RELEASE where autonegotiation works pretty good. 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 Thu Dec 30 6:47:44 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 464B914F47 for ; Thu, 30 Dec 1999 06:47:42 -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 PAA68132; Thu, 30 Dec 1999 15:47:39 +0100 (CET) (envelope-from kheuer@gwdu60.gwdg.de) Date: Thu, 30 Dec 1999 15:47:38 +0100 (CET) From: Konrad Heuer To: Alex Crouzen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: First FreeBSD job; questions In-Reply-To: <199912301321.OAA18533@mailer.multec.nl> 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 Thu, 30 Dec 1999, Alex Crouzen wrote: > Secondly, and that is why I write to this list, I have to update the=20 > system to the newest stable release. What I need is some pointers=20 > what I need to watch when I want to update this system. Are there=20 > any known pits I could avoid? There seems to be no easy way to answer your question in general since the answer depends on the current configuration of your system. And, do you want to upgrade by compiling the FreeBSD-stable sources or by installing 3.4-RELEASE from whatever media available? And what's the disk layout of your system? Are user files separated from system files by using different filesystems? What are your possibilities to backup user files to tape or a different disk? The safest way to update - to my mind - would be to put a new disk into your system for the installation while keeping the running system without modification on the old disk. If not possible, save all user data and the important and modified config files (mostly in /etc) on any media available. Since the release step is relatively large from 2.2.5 to 3.4, I'd prefer a complete new installation from the scratch. Of course, if the user files on your system are located within a dedicated file system, don't wipe it out, just mount it again! ;-) Good luck Konrad // // 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 Thu Dec 30 6:56:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web602.mail.yahoo.com (web602.mail.yahoo.com [128.11.68.166]) by hub.freebsd.org (Postfix) with SMTP id A0BCE14D47 for ; Thu, 30 Dec 1999 06:56:42 -0800 (PST) (envelope-from dennisjun@yahoo.com) Received: (qmail 11350 invoked by uid 60001); 30 Dec 1999 14:56:42 -0000 Message-ID: <19991230145642.11349.qmail@web602.mail.yahoo.com> Received: from [24.112.158.226] by web602.mail.yahoo.com; Thu, 30 Dec 1999 06:56:42 PST Date: Thu, 30 Dec 1999 06:56:42 -0800 (PST) From: Dennis Jun Subject: Re: Before I return FreeBSD to the store... To: Soulofwolf899@cs.com Cc: 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday, 30 December 1999 at 0:12:51 -0500, Soulofwolf899@cs.com wrote: > To whom it concerns, > > I have just one question to ask before I decide to purchase 3.4 after I > return 3.3 to the software superstore where I purchased it... have you fixed > the damned installation error which prevents me from installing the software > with an APTAI CD-ROM? This is from the FreeBSD 3.3 Errata Notes at http://www.freebsd.org/releases/3.3R/errata.html The 3.3 ISO image (and 3.3 CDROM #1 from Walnut Creek CDROM) mysteriously fails to boot on an ATAPI CDROM device but works with SCSI CDROMs (on adaptors which support bootable CDs). Fix: Either install using boot floppies (see floppies/README.TXT) rather than booting from the CDROM or grab the updated ISO image from: ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES/ See also the CHECKSUM.MD5 file in that directory to verify whether you have the "old" or new image - some mirrors may be slow in picking up the uncompressed and gzipped versions of the ISO 9660 installation image. As always, Walnut Creek CDROM will also provide replacement CDs (once they become available) on request to purchasers of the 3.3-RELEASE product. This problem was caused by a bug in mkisofs which we're still chasing but have, for now, simply worked-around. -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.1 for non-commercial use iQA/AwUBOGtyGG4j/qjLO4KIEQIxhACfQpaGxaqZ/JXElse3Yk57aEJCVZIAn3C+ Xs5S9XYRomWHkU1dp73ayTAW =M+uA -----END PGP SIGNATURE----- ===== PGP public key: http://i.am/dennisjun/ or ldap://certserver.pgp.com/ __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 7:21:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from righi.dhs.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (Postfix) with ESMTP id C468515365 for ; Thu, 30 Dec 1999 07:21:13 -0800 (PST) (envelope-from bsd@righi.dhs.org) Received: from localhost (bsd@localhost) by righi.dhs.org (8.9.3/8.9.3) with ESMTP id QAA42460 for ; Thu, 30 Dec 1999 16:22:31 +0100 (CET) (envelope-from bsd@righi.dhs.org) Date: Thu, 30 Dec 1999 16:22:30 +0100 (CET) From: FreeBSD mailing list To: questions@freebsd.org Subject: Help with X pls 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 have S3 Trio 3D/2x chipset S3 86C362 there is any way to make it work ?? The XFree86 3.3.5 supports S3 Trio 3D with chipset S3 86C365 and not S3 86C362 What happens is that I start the X server and it starts functioning but then after this it hangs and block hte system. Anyone could make this card work on X11 ?? thanks Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 7:31:18 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 3B89B15378 for ; Thu, 30 Dec 1999 07:31:15 -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 JAA58637; Thu, 30 Dec 1999 09:30:21 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <00d301bf52da$e090d700$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Roberto Nunnari, AGIE" Cc: References: <386A0344.FDA7A1D0@agie.ch> <014301bf5211$d247b660$d2630a0a@megared.net.mx> <386A31A7.6FE716DE@agie.ch> Subject: RE: POSIX Date: Thu, 30 Dec 1999 09:31:01 -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, > > To include the posix priority extensions in your system, try this lines > > in your kernel config file, rebuild & install. > > > > options "P1003_1B" > > options "_KPOSIX_PRIORITY_SCHEDULING" > > options "_KPOSIX_VERSION=199309L" > > > does that work for a system cvsup-ed from the latest -stable > around July-August 1999? (Should be somewhere around 3.2) Yes. Happy New Year... Ales To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 7:33: 2 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 6736F15335 for ; Thu, 30 Dec 1999 07:26:09 -0800 (PST) (envelope-from danfe@inet.ssc.nsu.ru) Received: (qmail 29793 invoked from network); 30 Dec 1999 15:25:39 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 30 Dec 1999 15:25:39 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.8.7/8.8.7) with ESMTP id VAA21118 for ; Thu, 30 Dec 1999 21:25:10 +0600 Date: Thu, 30 Dec 1999 21:25:10 +0600 (NOVT) From: "Alexey N. Dokuchaev" Cc: freebsd-questions Subject: /etc/ttys, dnetc, and freebsd :-) (Was: Re: kill -HUP 1) In-Reply-To: <001401bf524b$11231580$6a9dc5d1@webserver> 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 everyone! Since it's ttys conversation going on, I want to state my ? here as well. Ok, I have line in my syslog.conf *.* /dev/ttyvb Cool! Everything works perfectly fine. Now, my /etc/ttys looks like this: .... ttyv9 "/usr/libexec/getty Pc" cons25r on secure ttyva none ttyvb none .... Well, I should expect that pressing Alt-F12 will bring up my logs, and Alt-F11 will show me black screen. Hell no! I won't be able to switch to that concole (it will beep). The reason why I need ttyva clean (not getty) is that I wan't dnetc CSC client put it's log there, so I don't need to tail -f them (hence to be login all the time). What fascinates me, that if I being root do: cat /etc/ttyva I will be able to switch to ttyva with Alt-F11, and all logs are there!!!! But as soon as I press ^D, it's gone! No more logs! What am I missing here guys?! ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 7:41:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 4FDE114C92; Thu, 30 Dec 1999 07:40:57 -0800 (PST) (envelope-from rajappa@mindspring.com) Received: from kamikaze.mindspring.com (user-2ivea6l.dialup.mindspring.com [165.247.40.213]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id KAA02720; Thu, 30 Dec 1999 10:40:48 -0500 (EST) Received: (from rsi@localhost) by kamikaze.mindspring.com (8.9.3/8.9.3) id KAA10313; Thu, 30 Dec 1999 10:42:45 -0500 (EST) (envelope-from rajappa@mindspring.com) Message-Id: <199912301542.KAA10313@kamikaze.mindspring.com> X-Authentication-Warning: kamikaze.mindspring.com: rsi set sender to rajappa@mindspring.com using -f To: Frank Louwers Cc: William Woods , freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Sound on a Thinkpad 770E References: <19991230093303.A7396@student.rug.ac.be> From: Rajappa Iyer Date: 30 Dec 1999 10:42:41 -0500 Reply-To: rajappa@mindspring.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Frank Louwers writes: > On Wed, Dec 29, 1999 at 10:40:23PM -0800, William Woods wrote: > > Anyone get sound working on a Thinkpad 770E? If so, what options did you use in > > What kind of soundcard does it have? An mwave? If so, there is not much you > can do, as IBM won't release the specs, so nobody can write a driver. The documentation claims that it is CS4235-based card, but it cannot be detected as such. Soundblaster emulation does, however, work: controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 device sbxvi0 at isa? port? irq? drq 3 conflicts device sbmidi0 at isa? port 0x300 irq? conflicts device opl0 at isa? port 0x388 irq? conflicts The dmesg output: sb0 at port 0x220 irq 5 drq 1 on isa0 snd0: opl0 at port 0x388 on isa0 Regards, Rajappa -- a.k.a. Rajappa Iyer. New York, New York. We're too busy mopping the floor to turn off the faucet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 7:44:17 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 6FA4F14D3A for ; Thu, 30 Dec 1999 07:44:09 -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 JAA60115; Thu, 30 Dec 1999 09:43:22 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <011801bf52dc$b1a61e80$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: , References: <386A3724.C1BE9CF7@pop.mindspring.com> Subject: RE: porting sparc,mips,powerpc Date: Thu, 30 Dec 1999 09:44:01 -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, Maybe you can try to receive a better answer to your question in some of the following lists: freebsd-platforms Concerning ports to non-Intel architecture platforms freebsd-sparc Porting FreeBSD to Sparc systems freebsd-alpha Porting FreeBSD to the Alpha freebsd-hackers General technical discussion freebsd-arch Architecture and design discussions BTW there is a port for alpha systems already done. P.S. Try a more descriptive subject, but not a long one. Have Fun... Ales ----- Original Message ----- From: george greene To: Sent: Wednesday, December 29, 1999 10:30 AM Subject: porting sparc,mips,powerpc > i have look at web sites for openbsd and netbsd, i know they have an > offering for the processors listed above. i was wondering how one goes > about starting a port to other processors / systems. i would like to > try my hand at porting freebsd to different processor. > > how does one get started? > has a port of freebsd been done for alpha and alpha motherboard for > www.api-processor.com? > > > in reading through freebsd's web site, i found the comparison section > somewhere out on the web, (i believe) i really like what i read about > the speed and reliability. it seems to me, whole plateforms should be > developed around freebsd. > > i can also try to port the hp risc based workstation. i guest you can > tell, i got some time on my hands. > > thanks, > > george > > > > 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 Thu Dec 30 7:45:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from davinci.mica.edu (davinci.mica.edu [206.41.203.4]) by hub.freebsd.org (Postfix) with ESMTP id 68C0714D65 for ; Thu, 30 Dec 1999 07:45:45 -0800 (PST) (envelope-from mthompsn@mica.edu) Received: from mica.edu (mthompsn.mica.edu [206.41.203.217]) by davinci.mica.edu (8.9.3/8.9.3) with ESMTP id KAA00514 for ; Thu, 30 Dec 1999 10:42:47 -0500 (EST) Message-ID: <386B7E03.CBBD02E5@mica.edu> Date: Thu, 30 Dec 1999 10:45:07 -0500 From: "Michael G. Thompson" Organization: Maryland Institute, College of Art X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: test. (please ignore.) 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 Thu Dec 30 7:56:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Astrovan.cstone.net (mailstop.cstone.net [205.197.102.13]) by hub.freebsd.org (Postfix) with ESMTP id 1148014C95 for ; Thu, 30 Dec 1999 07:56:16 -0800 (PST) (envelope-from highway@cstone.net) Received: from cstone.net (snowcrash.cstone.net [209.145.66.12]) by Astrovan.cstone.net (Post.Office MTA v3.5.3 release 223 ID# 0-59789U13500L1350S0V35) with ESMTP id net; Thu, 30 Dec 1999 10:52:36 -0500 Message-ID: <386B81B1.F2CA1C95@cstone.net> Date: Thu, 30 Dec 1999 11:00:49 -0500 From: Sean Michael Whipkey Organization: Cornerstone Networks, Inc. X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Didier Derny Cc: freebsd-questions@freebsd.org Subject: Re: ApplixWare installation References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Didier Derny wrote: > > you need to set the path in your X11 configuration and launch > mkfontdir to activate the font. Yo, You are completely correct! That fixed it right up. If you're ever in Virginia, let me know and I'll buy you a beer. :-) SeanMike -- SeanMike Whipkey - highway@cstone.net - http://www.cstone.net Engineering Department, Cornerstone Networks, Inc. - 804.817.7000 "This is a world where a geomantically-trained ninja interior decorator can wreak havoc." - Feng Shui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 8: 2:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cronus.medianetwork.se (cronus.medianetwork.se [193.14.204.1]) by hub.freebsd.org (Postfix) with ESMTP id 798DA14FB6 for ; Thu, 30 Dec 1999 08:02:38 -0800 (PST) (envelope-from dl@tyfon.net) Received: from junglenote.com (digital04.medianetwork.se [193.14.204.222]) by cronus.medianetwork.se (8.9.3/8.7) with ESMTP id RAA26436 for ; Thu, 30 Dec 1999 17:02:35 +0100 Received: from enigmatic by junglenote.com with SMTP (MDaemon.v2.84.R) for ; Thu, 30 Dec 1999 17:09:06 +0100 Received: by localhost with Microsoft MAPI; Thu, 30 Dec 1999 16:56:54 +0100 Message-ID: <01BF52E6.E05D7480.dl@tyfon.net> From: Dan Larsson To: "[FreeBSD-Questions-List] (E-post)" , "[FreeBSD-ISP-List] (E-post)" Subject: Solved - Urgent sendmail problem! Date: Thu, 30 Dec 1999 16:56:53 +0100 Organization: Tyfon Internet Services [ http://tyfon.net ] X-Mailer: Microsoft Internet-e-post/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Return-Path: dl@tyfon.net Reply-To: dl@tyfon.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I solved it myself. For the curious: one has to use a mailboxtable = database... Regards ------------ Dan Larsson -----Ursprungligt meddelande----- Fr=E5n: Dan Larsson [SMTP:dl@tyfon.net] Skickat: den 30 december 1999 12:01 Till: [FreeBSD-Questions-List] (E-post); [FreeBSD-ISP-List] (E-post) =C4mne: Urgent sendmail problem! I'm hosting mail for a company with a domain, let's say customer.com. All mail is delivered to the customer via uucp. I need to set up so that mail for a@customer.com, b@customer.com and c@customer.com does not get delivered via uucp but to local accounts for access via pop3 How do I do this? Regards ------------ Dan Larsson 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 Thu Dec 30 8: 8:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cepheus.azstarnet.com (cepheus.azstarnet.com [169.197.56.195]) by hub.freebsd.org (Postfix) with ESMTP id 6474315252 for ; Thu, 30 Dec 1999 08:08:40 -0800 (PST) (envelope-from sbcorey@azstarnet.com) Received: from azstarnet.com (dialup19ip109.tus.azstarnet.com [169.197.39.109]) by cepheus.azstarnet.com (8.9.3+blt.Beta0/8.9.3) with ESMTP id JAA20210; Thu, 30 Dec 1999 09:08:33 -0700 (MST) X-Sent-via: StarNet http://www.azstarnet.com/ Message-ID: <386B839E.FE60E1FC@azstarnet.com> Date: Thu, 30 Dec 1999 09:09:02 -0700 From: Scott Corey X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD mailing list Cc: questions@FreeBSD.ORG Subject: Re: Help with X pls References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD mailing list wrote: > > I have S3 Trio 3D/2x chipset S3 86C362 > there is any way to make it work ?? > > The XFree86 3.3.5 supports S3 Trio 3D with chipset S3 86C365 and not > S3 86C362 > > What happens is that I start the X server and it starts functioning but > then after this it hangs and block hte system. > > Anyone could make this card work on X11 ?? > thanks > > Rick According to http://www.xfree86.org/cardlist.html S3 Trio3D .............................................. XF86_VGA16 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 8:13:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.citechco.net (mail.citechco.net [203.127.137.3]) by hub.freebsd.org (Postfix) with ESMTP id 5E9EC14D73 for ; Thu, 30 Dec 1999 08:13:17 -0800 (PST) (envelope-from mojahed@citechco.net) Received: from mars.cosmos.net (ls2-21-192.citechco.net [203.127.137.192]) by mail.citechco.net (8.9.3/8.8.7) with ESMTP id WAA31857 for ; Thu, 30 Dec 1999 22:15:33 +0600 Received: (from mojahed@localhost) by mars.cosmos.net (8.9.3/8.9.3) id UAA00915 for freebsd-questions@FreeBSD.ORG; Thu, 30 Dec 1999 20:33:58 +0600 (BDT) (envelope-from mojahed) Date: Thu, 30 Dec 1999 20:33:58 +0600 From: Mojahedul Hoque Abul Hasanat To: freebsd-questions@FreeBSD.ORG Subject: UFS on extended partition? Message-ID: <19991230203358.A883@mars.cosmos.net> 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 Is it possible to create a UFS file system in a --- what is called an "extended partition" in dos-speak? In other words, I want to make a BSD "slice" out of a so called extended partition. Yes, I know I can take the free space out of the DOS extended partition and create a slice on it, but I'm curious. Any hints/links/RTFMs appreciated. -- Mojahed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 8:14:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from inbox.org (inbox.org [216.22.145.8]) by hub.freebsd.org (Postfix) with ESMTP id B71E414DD0 for ; Thu, 30 Dec 1999 08:14:24 -0800 (PST) (envelope-from bsd@inbox.org) Received: from localhost (bsd@localhost) by inbox.org (8.9.3/8.9.3) with SMTP id LAA25533 for ; Thu, 30 Dec 1999 11:14:26 -0500 (EST) Date: Thu, 30 Dec 1999 11:14:26 -0500 (EST) From: "Mr. K." To: questions@freebsd.org Subject: 100 base fiber ethernet? 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 Does anyone have any experience with the ANA-62020 or Racore 8148 100 base fiber ethernet drivers on freebsd? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 8:14:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id ACB8615356 for ; Thu, 30 Dec 1999 08:14:42 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 123iDp-000Dmb-00; Thu, 30 Dec 1999 16:14:41 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id QAA91528 for ; Thu, 30 Dec 1999 16:14:41 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Thu, 30 Dec 1999 16:14:41 +0000 (GMT) From: Jonathon McKitrick To: freebsd-questions@freebsd.org Subject: freebsd release numbers 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 why did the numbering system change from 3 parts to 2? I.E. from 2.x.y to 3.x? -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 8:22: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 052A615393 for ; Thu, 30 Dec 1999 08:21:56 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: from owp.csus.edu (mail.owp.csus.edu [130.86.232.247]) by pebkac.owp.csus.edu (8.9.3/8.9.3) with ESMTP id IAA42623; Thu, 30 Dec 1999 08:21:45 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Message-ID: <386B852F.AC68FB7D@owp.csus.edu> Date: Thu, 30 Dec 1999 08:15:43 -0800 From: Joseph Scott X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Nick LoPresti Cc: Harry Woodward-Clarke , freebsd-questions@FreeBSD.ORG Subject: Re: Using smbmount from the Samba package References: <000901bf5241$cd676340$8c7361cf@chromatix.com> <386A7EB8.DFD3636A@S1.com> <001c01bf524d$7ca91b40$8c7361cf@chromatix.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nick LoPresti wrote: > > Thanks, that works. Sometimes it has problems unmounting though. Oh well. > Anyone know any more about the smbmount being implemented into samba for > other UNI?(plural of Unix?) > When I asked Jeremy Allison about this at FreeBSD Con it didn't seem like it was going to be something high on the list. From what I've dug up smbmount is entrenched into the Linux kernel, and started life as a very gross hack ( so I've been told ). Andrew Tridgell mentioned smbmount a little bit at the Perl/Open Source Con. It seems that smbmount had no one to maintain it, so Andrew recently took it over. Of course he works for Linux Care now so I don't know if there's much incentive for him to make it work on anything besides Linux. On a more positive note someone on one of the lists mentioned working on IPX and SMB client support for FreeBSD. This would have been a few months ago ( ? ), but I haven't heard anything since. Personally I think this is probably your best bet, unless Andrew is open to making smbmount work on something other than Linux ( he may be, I haven't asked ). Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 8:25:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web124.yahoomail.com (web124.yahoomail.com [205.180.60.192]) by hub.freebsd.org (Postfix) with SMTP id DE483153BE for ; Thu, 30 Dec 1999 08:25:22 -0800 (PST) (envelope-from osiris2002@yahoo.com) Received: (qmail 11441 invoked by uid 60001); 30 Dec 1999 16:25:22 -0000 Message-ID: <19991230162522.11440.qmail@web124.yahoomail.com> Received: from [208.14.5.210] by web124.yahoomail.com; Thu, 30 Dec 1999 08:25:22 PST Date: Thu, 30 Dec 1999 08:25:22 -0800 (PST) From: Joss Roots Subject: How to serach the Mail Archives 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, Happy New YEAR 2K I hope the y2k passes smoothly on all of you anxious people out there. I cvsuped the whole mail-archive I need some kind of script to allow me search my local copy of the mail archive, something that would: 1. allow something like: searchmail /usr/mail-lists/ "how to" $1 = directory to parse (or freebsd-questions) for the name of the target archive to search. $2 = search word 2. see if the archive is gzipped or not and behave accordingly, i.e. invoke zcat or not 3. Traverses the whole tree if necessary to find the target archive to search. Thanks in advance. ===== MAY THE FORCE BE WITH YOU. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 8:30: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 9BFBD150F1 for ; Thu, 30 Dec 1999 08:30:03 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (zeus@tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id KAA00739 for ; Thu, 30 Dec 1999 10:32:44 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Thu, 30 Dec 1999 10:32:44 -0600 (CST) From: Gene Harris To: freebsd-questions@freebsd.org Subject: Printing Thru Samba? 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 am trying to copy a feature on my Linux box. I can print to a printer on my NT server from applications on my Linux machine via the Linux print queue. I examined the method for creating the print queue and the filter used to connect to the nt box. It looks like it should translate 1 to 1 on my freebsd server with some minor changes for directory structure differences. Does anyone have any experience using smbclient to connect to an nt or win95 printer via a print queue on freebsd? Many thanks, Gene Harris http://www.tetronsoftware.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 8:34:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id E15BB14CFB for ; Thu, 30 Dec 1999 08:34:16 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (zeus@tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id KAA00753 for ; Thu, 30 Dec 1999 10:37:01 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Thu, 30 Dec 1999 10:37:01 -0600 (CST) From: Gene Harris To: freebsd-questions@freebsd.org Subject: Re: How to serach the Mail Archives In-Reply-To: <19991230162522.11440.qmail@web124.yahoomail.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 On Thu, 30 Dec 1999, Joss Roots wrote: > Hi ALL, > Happy New YEAR 2K > I hope the y2k passes smoothly on all of you > anxious people out there. > I'm not anxious. I have a fresh bucket of sand I will put my head in at midnight on new years eve. *grin* (My wife claims I have been doing this for years, so it won't be new behavior from her perspective.) Gene Harris http://www.tetronsoftware.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 8:42: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 08C2A14DE8 for ; Thu, 30 Dec 1999 08:42:01 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: from owp.csus.edu (mail.owp.csus.edu [130.86.232.247]) by pebkac.owp.csus.edu (8.9.3/8.9.3) with ESMTP id IAA42694; Thu, 30 Dec 1999 08:40:44 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Message-ID: <386B89A2.4D01BDD3@owp.csus.edu> Date: Thu, 30 Dec 1999 08:34:42 -0800 From: Joseph Scott X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Gene Harris Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Printing Thru Samba? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gene Harris wrote: > > I am trying to copy a feature on my Linux box. I can print > to a printer on my NT server from applications on my Linux > machine via the Linux print queue. > > I examined the method for creating the print queue and the > filter used to connect to the nt box. It looks like it > should translate 1 to 1 on my freebsd server with some minor > changes for directory structure differences. > > Does anyone have any experience using smbclient to connect > to an nt or win95 printer via a print queue on freebsd? I personally have never done, although several people on the list have mentioned it working for them. I would assume ( scary thing ) that you'd be correct that duplicating this should be pretty minimal. If you need a reference you may want to look at : http://www.oreilly.com/catalog/samba/chapter/book/ch07_02.html Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 8:46:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from righi.dhs.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (Postfix) with ESMTP id 70362151AD for ; Thu, 30 Dec 1999 08:46:18 -0800 (PST) (envelope-from bsd@righi.dhs.org) Received: from localhost (bsd@localhost) by righi.dhs.org (8.9.3/8.9.3) with ESMTP id RAA42749; Thu, 30 Dec 1999 17:47:33 +0100 (CET) (envelope-from bsd@righi.dhs.org) Date: Thu, 30 Dec 1999 17:47:33 +0100 (CET) From: FreeBSD mailing list To: Scott Corey Cc: questions@FreeBSD.ORG Subject: Re: Help with X pls In-Reply-To: <386B839E.FE60E1FC@azstarnet.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 the card listed has chipset 86C365 but mine has 86C362 anyone who has this shit of card could make it work properly ? thanks a lot Rick On Thu, 30 Dec 1999, Scott Corey wrote: > FreeBSD mailing list wrote: > > > > I have S3 Trio 3D/2x chipset S3 86C362 > > there is any way to make it work ?? > > > > The XFree86 3.3.5 supports S3 Trio 3D with chipset S3 86C365 and not > > S3 86C362 > > > > What happens is that I start the X server and it starts functioning but > > then after this it hangs and block hte system. > > > > Anyone could make this card work on X11 ?? > > thanks > > > > Rick > > According to http://www.xfree86.org/cardlist.html > > S3 Trio3D .............................................. XF86_VGA16 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 8:53:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id BBFC215162 for ; Thu, 30 Dec 1999 08:53:54 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1188.bossig.com [208.26.241.188]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Thu, 30 Dec 1999 09:01:07 -0800 Message-ID: <386B8E28.F0C22E64@3-cities.com> Date: Thu, 30 Dec 1999 08:54:00 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD mailing list Cc: Scott Corey , questions@FreeBSD.ORG Subject: Re: Help with X pls References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD mailing list wrote: > > the card listed has chipset 86C365 but mine has 86C362 > > anyone who has this shit of card could make it work properly ? See http://www.xfree86.org/FAQ/index.html#Trio3D2X HTH, Kent > > thanks a lot > > Rick > > On Thu, 30 Dec 1999, Scott Corey wrote: > > > FreeBSD mailing list wrote: > > > > > > I have S3 Trio 3D/2x chipset S3 86C362 > > > there is any way to make it work ?? > > > > > > The XFree86 3.3.5 supports S3 Trio 3D with chipset S3 86C365 and not > > > S3 86C362 > > > > > > What happens is that I start the X server and it starts functioning but > > > then after this it hangs and block hte system. > > > > > > Anyone could make this card work on X11 ?? > > > thanks > > > > > > Rick > > > > According to http://www.xfree86.org/cardlist.html > > > > S3 Trio3D .............................................. XF86_VGA16 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 8:54: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.lr.net (ns1.lr.net [205.219.188.10]) by hub.freebsd.org (Postfix) with ESMTP id 0D31715162 for ; Thu, 30 Dec 1999 08:54:03 -0800 (PST) (envelope-from waldroni@lr.net) Received: from camry ([208.133.217.195]) by ns1.lr.net (Netscape Mail Server v1.1) with SMTP id AAA6188 for ; Thu, 30 Dec 1999 11:53:59 -0400 Message-ID: <02ad01bf52e6$6d6ed900$c3d985d0@camry> Reply-To: "Isaac Waldron" From: "Isaac Waldron" To: Subject: Netgear FA310TX NIC Date: Thu, 30 Dec 1999 11:53:40 -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 Is anyone using the Netgear FA310TX NIC? I'm running FreeBSD 3.4-Release, and I'm looking for a way to network my box to a Windows box I have. I'm looking at Netgear's network kit that includes a hub and two of these cards. They are supported by the pn driver, but I'm interested in knowing how others have done with this card. Thanks in advance, Isaac Waldron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 8:55:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 49CA1151F9 for ; Thu, 30 Dec 1999 08:54:55 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id LAA86559 for freebsd-questions@FreeBSD.ORG; Thu, 30 Dec 1999 11:59:42 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199912301659.LAA86559@cc942873-a.ewndsr1.nj.home.com> Subject: Recovering "Deleted" File To: freebsd-questions@FreeBSD.ORG (FreeBSD Questions) Date: Thu, 30 Dec 1999 11:59:42 -0500 (EST) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (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 First off, I realize that once 'rm'ed a file is pretty much unrecoverable on a UFS. However, this is a special case. A file has been 'rm'ed, but there is a program that still has that file 'opened.' IIRC, a file in this state is recoverable since it actually still physically exists, and I also know the inode (from fstat(1) output). So, uhh... How do I actually go about doing such a thing? Thanks. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 9: 5:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 43D4214C91 for ; Thu, 30 Dec 1999 09:05:46 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1188.bossig.com [208.26.241.188]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Thu, 30 Dec 1999 09:12:59 -0800 Message-ID: <386B90E7.E5D588FD@3-cities.com> Date: Thu, 30 Dec 1999 09:05:43 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Isaac Waldron Cc: freebsd-questions@freebsd.org Subject: Re: Netgear FA310TX NIC References: <02ad01bf52e6$6d6ed900$c3d985d0@camry> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Isaac Waldron wrote: > > Is anyone using the Netgear FA310TX NIC? I'm running FreeBSD 3.4-Release, > and I'm looking for a way to network my box to a Windows box I have. I'm > looking at Netgear's network kit that includes a hub and two of these cards. > They are supported by the pn driver, but I'm interested in knowing how > others have done with this card. If you only have two machines a crossover patch card is far cheaper. For performance, an Intel Pro 100+ is probably much faster. When you install a hub, you run half-duplex. You have to say half-fast very quickly :). A starter kit probably runs around the same price as two Intel NIC's and a crossover patch cord. You force them into full-duplex and get the full benefit of your network. Kent > > Thanks in advance, > Isaac Waldron > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 9: 7: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mc-qout4.whowhere.com (mc-qout4.whowhere.com [209.185.123.18]) by hub.freebsd.org (Postfix) with SMTP id DDC7214D6C for ; Thu, 30 Dec 1999 09:07:04 -0800 (PST) (envelope-from mdorin@my-deja.com) Received: from Unknown/Local ([?.?.?.?]) by my-deja.com; Thu Dec 30 09:06:55 1999 To: questions@freebsd.org Date: Thu, 30 Dec 1999 09:06:55 -0800 From: "Michael Dorin" Message-ID: Mime-Version: 1.0 X-Sent-Mail: off X-Mailer: MailCity Service Subject: besides new kernel, what do I have to do for upgrade X-Sender-Ip: 206.196.56.236 Organization: My Deja Email (http://www.my-deja.com:80) Content-Type: text/plain; charset=us-ascii Content-Language: en Content-Length: 348 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am going to attempt to build a 3.4 kernel today...What else to I have to do for upgrading to 3.4? Do I have to recompile all the packages? Help! Still trying to figure out this network stalling problem...hope an upgrade will help. -Mike --== Sent via Deja.com http://www.deja.com/ ==-- Share what you know. Learn what you don't. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 9:17:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id A843E14CCE for ; Thu, 30 Dec 1999 09:17:01 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 123jC7-000H7F-00; Thu, 30 Dec 1999 17:16:59 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id RAA92024; Thu, 30 Dec 1999 17:16:59 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Thu, 30 Dec 1999 17:16:59 +0000 (GMT) From: Jonathon McKitrick To: Michael Dorin Cc: questions@freebsd.org Subject: Re: besides new kernel, what do I have to do for upgrade 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 Thu, 30 Dec 1999, Michael Dorin wrote: >I am going to attempt to build a 3.4 kernel >today...What else to I have to do for upgrading >to 3.4? > >Do I have to recompile all the packages? There are three basic parts to FreeBSD: the kernel, userland, and ports. The kernel is *usually* built after userland. Userland is all the commands in the /bin and /sbin directories and libraries and a slew of others, as well as all docs and config files. Ports are entirely separate. They do not need to be rebuilt, at least not for minor releases, AFAIK. So, you buildworld from sources, then compile a kernel, then reboot and installworld. (Some choose a different order for this) Ports can be left alone. Update them only if you want to take advantge of bug fixes or patches. But these only come from cvsupping the ports tree and then getting the source for the respective ports. This is not included in buildworld. -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 9:19:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 514AA14D27 for ; Thu, 30 Dec 1999 09:19:38 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn1188.bossig.com [208.26.241.188]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Thu, 30 Dec 1999 09:26:51 -0800 Message-ID: <386B942F.2EA074F7@3-cities.com> Date: Thu, 30 Dec 1999 09:19:43 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Michael Dorin Cc: questions@freebsd.org Subject: Re: besides new kernel, what do I have to do for upgrade References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael Dorin wrote: > > I am going to attempt to build a 3.4 kernel > today...What else to I have to do for upgrading > to 3.4? > > Do I have to recompile all the packages? > > Help! > > Still trying to figure out this network stalling > problem...hope an upgrade will help. Have you cvsup'ed to 3.4? and what are you running now? Most of the information that Doug put in http://freebsd.simplenet.com/make-upgrade.html will probably apply. I cvsup'ed to -stable and keep current that way. The kernel and the rest of the system have to be a matched pair. Kent > > -Mike > > --== Sent via Deja.com http://www.deja.com/ ==-- > Share what you know. Learn what you don't. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 9:30:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id CCE82150C4 for ; Thu, 30 Dec 1999 09:30:33 -0800 (PST) (envelope-from daemon@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id SAA08472 for freebsd-questions@freebsd.org; Thu, 30 Dec 1999 18:30:31 +0100 (CET) (envelope-from daemon@bigeye.rhein-neckar.de) Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id SAA82206 for freebsd-questions@freebsd.org; Thu, 30 Dec 1999 18:27:47 +0100 (CET) (envelope-from daemon) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: porting sparc,mips,powerpc Date: 30 Dec 1999 18:27:47 +0100 Message-ID: <84g4mj$2g8l$1@bigeye.rhein-neckar.de> References: <386A3724.C1BE9CF7@pop.mindspring.com> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG george greene wrote: > i was wondering how one goes about starting a port to other > processors / systems. I suspect the answer to that is: If you don't know, then you don't know nearly enough about the task at hand to get this done in the first place. > has a port of freebsd been done for alpha and alpha motherboard for > www.api-processor.com? There is a port of FreeBSD to the alpha platform which should support most alpha machines for which an SRM console is available. > i can also try to port the hp risc based workstation. If you want to do this, I strongly suggest you give mickey a hand in getting the fledgling OpenBSD/hppa port up and going. He already has a headstart there, and it should be substantially easier to port hppa support over from OpenBSD than developing it from scratch. The FreeBSD/alpha folks certainly drew heavily from NetBSD/alpha. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 9:39:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web112.yahoomail.com (web112.yahoomail.com [205.180.60.82]) by hub.freebsd.org (Postfix) with SMTP id 578C914DE8 for ; Thu, 30 Dec 1999 09:39:27 -0800 (PST) (envelope-from osiris2002@yahoo.com) Received: (qmail 29838 invoked by uid 60001); 30 Dec 1999 17:39:26 -0000 Message-ID: <19991230173926.29837.qmail@web112.yahoomail.com> Received: from [208.14.5.210] by web112.yahoomail.com; Thu, 30 Dec 1999 09:39:26 PST Date: Thu, 30 Dec 1999 09:39:26 -0800 (PST) From: Joss Roots Subject: Why does this line in ".login" BREAK 'make world' 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 have the following line in my .login (of the root account): setenv LIBDIR "/usr/lib:/usr/X11R6/lib:/usr/local/lib" (all on the same line of course) when I do a : cd /usr/src then make world the build is broken after few minutes with error : can't find /usr/lib:/usr/X11R6/lib:/usr/local/lib/ctl0.1 Error 1 Error 1 so I have to do the following before making world setenv LIBDIR "/usr/lib" and everything goes fine. is there some typo in the line in .login or should I change this line to: setenv LIBBDIR "/usr/lib" only but would this break other applications trying to find libraries ? thanks ===== MAY THE FORCE BE WITH YOU. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 9:40:15 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 6AEC2150C9 for ; Thu, 30 Dec 1999 09:40:10 -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 LAA76137; Thu, 30 Dec 1999 11:39:21 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <021501bf52ec$e6065f40$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Michael G. Thompson" , References: <386A5C17.FDBD43E7@mica.edu> Subject: RE: Embedded NIC problem. Date: Thu, 30 Dec 1999 11:40:00 -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, Its this card enabled in your BIOS??? Greetings... Ales ----- Original Message ----- From: Michael G. Thompson To: Sent: Wednesday, December 29, 1999 1:08 PM Subject: Embedded NIC problem. > I'm installing 3.3-RELEASE on a Compaq Proliant 800. The kernel > recognizes the embedded NIC at tl0, but then gives me: > > /kernel tl0: couldn't map ports > > Is there something I'm missing? I've checked FAQ and Handbook. I would > appreciate any help you can give. TIA. > -- > ====================================================================== > | Michael G. Thompson, Director of Computer and Network Services | > | Maryland Institute, College Of Art - Campus Technical Services | > | 1300 Mount Royal Avenue, Baltimore, Maryland 21217 | > | Voice: (410) 225-2464 ICQ: 21672921 Fax: (410) 225-2468 | > ====================================================================== > > > 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 Thu Dec 30 9:43:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from baygull.rtd.com (baygull.rtd.com [198.102.68.5]) by hub.freebsd.org (Postfix) with ESMTP id C114514CCE for ; Thu, 30 Dec 1999 09:43:29 -0800 (PST) (envelope-from angussf@geoapps.rtd.com) Received: from geoapps.UUCP (uucp@localhost) by baygull.rtd.com (8.9.3/8.9.3) with UUCP id RAA32838 for freebsd-questions@FreeBSD.ORG; Thu, 30 Dec 1999 17:57:18 GMT (envelope-from angussf@geoapps.rtd.com) Message-Id: <199912301757.RAA32838@baygull.rtd.com> Received: by geoapps.com (1.65/waf) via UUCP; Thu, 30 Dec 99 10:28:12 MST for freebsd-questions@FreeBSD.ORG From: "Angus Scott-Fleming" X-Organization: GeoApplications, Tucson, Arizona To: freebsd-questions@FreeBSD.ORG Date: Thu, 30 Dec 1999 10:25:14 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Install from CD using Adaptec 152x Reply-To: freebsd-questions@FreeBSD.ORG Cc: "Majid Almassari" In-reply-to: <00e901bf5297$2e49efc0$1791ddd1@balfourplace.com> X-mailer: Pegasus Mail for Win32 (v3.11) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 29 Dec 99, at 23:26, Majid Almassari wrote: > 3.4 Release should be able to do it. I have 3.2 on CD, guess I need to download new floppy images. Will these then install from the 3.2 CDs? --------------------------------------------------------- Angus Scott-Fleming GeoApplications, Tucson, Arizona angussf@geoapps.com 1-520-323-9170 / fax 1-208-248-3124 --------------------------------------------------------- Proud user of Pegasus Mail, PM-Burst and Waffle --------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 9:50:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id BB36F14D01; Thu, 30 Dec 1999 09:50:25 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id MAA86720; Thu, 30 Dec 1999 12:55:07 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199912301755.MAA86720@cc942873-a.ewndsr1.nj.home.com> Subject: Re: OpenSSL does not build under 2.2.8S? In-Reply-To: <99122711212502.10246@tux.axian.com> from Terry Griffin at "Dec 27, 1999 11:13:48 am" To: terryg@axian.com (Terry Griffin) Date: Thu, 30 Dec 1999 12:55:07 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG (FreeBSD Questions), freebsd-security@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=ELM946576507-86499-0_ Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --ELM946576507-86499-0_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Terry Griffin wrote, > Christ, > > Some time ago on the freebsd-questions mailing list you wrote: > > Between the RSAref2 overflow issue and all of the chatter about > > [snip] > > ld: invalid command option `--whole-archive' > > [snip] > > I was having the same problem but was disappointed to find that you're question > had gone unanswered in the list. I've since found the solution. Edit the > makefile to replace the --whole-archive switch with the -Bforcearchive switch, > and simply delete all use of the --no-whole-archive switch. > > I built and installed OpenSSL with this change and then was able to build > OpenSSH. Thanks, Terry. That small pointer was what I needed. OpenSSL appears to have built cleanly for me with your suggested change of --whole-archive to -Bforcearchive. I am forwarding this response to -questions and -security so your response finds its way into the mail archives. To make it even easier for people having trouble, I have attached a patch below. Drop the patch (or this entire mail) into /usr/ports/security/openssl/patches and name it 'patch-za' (or any unused name that comes after the other patches), and you should be able to 'make' from the port directory without tampering with any Makefiles. Thanks again for the response. -- Crist J. Clark cjclark@home.com --ELM946576507-86499-0_ Content-Type: text/plain; charset=US-ASCII Content-Disposition: attachment; filename=patch-za Content-Description: patch-za Content-Transfer-Encoding: 7bit --- Makefile.org.orig Thu Dec 30 12:19:31 1999 +++ Makefile.org Thu Dec 30 12:19:36 1999 @@ -196,7 +196,7 @@ ${MAKE} CC='${CC}' PLATFORM='${PLATFORM}' CFLAG='-fPIC ${CFLAG}' SDIRS='${SDIRS}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' AR='${AR}' DIRS=$$i clean all || exit 1; \ ( set -x; ${CC} -shared -o lib$$i.so.${SHLIBVER} \ -Wl,-S,-soname=lib$$i.so.${SHLIBVER} \ - -Wl,--whole-archive lib$$i.a ) || exit 1; \ + -Wl,-Bforcearchive lib$$i.a ) || exit 1; \ rm -f lib$$i.a; (cd $$i ; ${MAKE} clean) || exit 1 ;\ done; @set -x; \ --ELM946576507-86499-0_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 9:56:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from lk.tempest.sk (lk.tempest.sk [195.28.100.47]) by hub.freebsd.org (Postfix) with ESMTP id 7C9261534D for ; Thu, 30 Dec 1999 09:56:50 -0800 (PST) (envelope-from lk@tempest.sk) Received: (from koren@localhost) by lk.tempest.sk (8.9.3/8.9.3) id SAA41424; Thu, 30 Dec 1999 18:56:49 +0100 (CET) (envelope-from koren) Date: Thu, 30 Dec 1999 18:56:49 +0100 (CET) Message-Id: <199912301756.SAA41424@lk.tempest.sk> From: Ludo Koren To: danielb@almazs.pacex.net Cc: freebsd-questions@FreeBSD.ORG In-reply-to: (message from daniel B on Wed, 29 Dec 1999 10:18:53 -0800 (PST)) Subject: Re: FreeBSD KERNEL GURUs; Kernel Bridging HELP! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > To start-with I set the firewall 'open' and all machines were > able to ping each other and I was able to even browse the net > from my local LAN BUT there seems to be problem passing packets > from 'ROUTER' to fxp0 VIA fxp1 > ROUTER----fxp1-[ firewall ]-fxp0----[ LAN ] > some UDP and ICMP packets don't make it from outside(Internet) > to my inside LAN as a result web browsing stalls. I have tried > to use 'ipfw fwd' rule to forward packets from LAN to router > via fxp1 and vise versa but 'ipfw fwd' seems to work only in > one directions. Has anybody tried setting up kernel bridging > in FreeBSD that they would like to share with me? How can I > forward packets between two interfaces in the same box without > routing? for the moment forwarding is not working together with bridging, AFAIK. The purpose of the sysctl -w net.link.ether.bridge_ipfw=1 command is to enable dummynet via ipfw. Bridging with open firewall is working for me (I have xl0 interface with inet address and ep0 interface without inet address). Regards, ludo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 9:57:50 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 9DD6F150C4 for ; Thu, 30 Dec 1999 09:57:45 -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 LAA78918; Thu, 30 Dec 1999 11:56:55 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <022c01bf52ef$599ebd60$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Nguyen Manh Tho" , References: <19991229194047.26203.qmail@web1902.mail.yahoo.com> Subject: RE: Converting mail account from WinNT Server to FreeBSD Server Date: Thu, 30 Dec 1999 11:57:34 -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, It is a lot of work but I have one solution, maybe someone else have a better one, or a simplier one. I dont know if Netscape uses the NT Database for the mail system, but if it does, you could use an utility called "addusers.exe", in the NT4 Resource Kit for getting all the accounts in the system, if you dont have it, I could send it to you, you will have to use it as follows: addusers \\computername /d filename -> will dump userlist to a file "without passwords :o( ". addusers \\computername /c filename -> will create accounts listed in the file (in an NT server). Once that you have your file already, you can open it in Excel (its a coma separated values .csv file), delete the columns that you dont need, delete the group information, add the password field, write down all your users passwords, and then you can make an script to merge this file in to FreeBSD. If your mail boxes files are in standard mbox format, you could copy them in to /var/mail, and you will have to chown each one of the files to the original owner, and "chmod 700 *" for security. Have Fun... Ales ----- Original Message ----- From: Nguyen Manh Tho To: Sent: Wednesday, December 29, 1999 1:40 PM Subject: Converting mail account from WinNT Server to FreeBSD Server > Dear Sisr/Madams, > > I would like to know if there is any way to convert > the mailling system from WinNT server using Nestcape > software to Free BSD mailling system using sendmail > software reserving all data and account? How can I do > that ? > > We need to convert these mailling system to Free BSD > version 2.2.7 system, and using Apache Web server. > > Thank you for advanced, > > Nguyen Manh Tho. > > __________________________________________________ > Do You Yahoo!? > Talk to your friends online with Yahoo! Messenger. > http://messenger.yahoo.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 Thu Dec 30 9:58:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc1017255-a.srst1.fl.home.com (cc1017255-a.srst1.fl.home.com [24.3.122.197]) by hub.freebsd.org (Postfix) with ESMTP id 5F761150C4 for ; Thu, 30 Dec 1999 09:58:36 -0800 (PST) (envelope-from hg@n2wx.ampr.org) Received: from penny.n2wx.ampr.org (penny [172.16.0.5]) by cc1017255-a.srst1.fl.home.com (Postfix) with ESMTP id 16E9C1E5A; Thu, 30 Dec 1999 12:58:34 -0500 (EST) Received: by penny.n2wx.ampr.org (Postfix, from userid 1000) id 66F4ACF; Thu, 30 Dec 1999 12:58:33 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14443.40265.75542.200531@penny.n2wx.ampr.org> Date: Thu, 30 Dec 1999 12:58:33 -0500 (EST) From: Howard Goldstein To: mthompsn@mica.edu, freebsd-questions@freebsd.org Subject: Re: Gimme a digest, I'm drowning in email! In-Reply-To: X-Mailer: VM 6.72 under XEmacs Lucid Reply-To: hgoldste@bbs.mpcs.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In mpc.lists.freebsd.questions, you wrote: : How do you get this list in digest mode? Majordomo's no help. (*goes : under for the third time*) You might find it convenient to read via a netnews reflector such as [mpc|muc].lists.freebsd.questions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 10:10: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 90EE51534D; Thu, 30 Dec 1999 10:10:06 -0800 (PST) (envelope-from jrs@enteract.com) Received: from shell-3.enteract.com (jrs@shell-3.enteract.com [207.229.143.42]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id MAA12634; Thu, 30 Dec 1999 12:09:58 -0600 (CST) (envelope-from jrs@enteract.com) Date: Thu, 30 Dec 1999 12:09:58 -0600 (CST) From: John Sconiers To: Mike Whitley Cc: freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: install onto IBM think pad 600E (error) 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 I think this is the issue that I am having now. I get the following error when trying to boot from 3.3-release PAO. Probing for devices on PCI bus 2: Probing for devices on PCI bus 3: Probing for devices on PCI bus 4: Probing for devices on PCI bus 5: Probing for devices on PCI bus 6: Probing for devices on PCI bus 7: Probing for PnP devices: Then it beeps a couple times then just hangs.....Power button won't even work............ Went into the BIOS but I don't see an option for PNP OS > John - > Make sure you have PnP OS BIOS setting disabled if you have it on the > 600E, I have a 1552 and with it enabled my Thinkpad couldn't see > my cards. After I turned it off I could use PAO or non-PAO w/o > any problems > - Mike Whitley > > Any one gotton this to work with PAO or non PAO. I'm having some problems > > getting it to see the pcmcia cards. > > JRS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 10:12:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id E2A1E14D3F; Thu, 30 Dec 1999 10:12:38 -0800 (PST) (envelope-from jrs@enteract.com) Received: from shell-3.enteract.com (jrs@shell-3.enteract.com [207.229.143.42]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id MAA13032; Thu, 30 Dec 1999 12:12:36 -0600 (CST) (envelope-from jrs@enteract.com) Date: Thu, 30 Dec 1999 12:12:36 -0600 (CST) From: John Sconiers To: "Jonathan E. Lyons" Cc: freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: install onto IBM think pad 600E In-Reply-To: <199912290459.WAA16966@zeus.anet-chi.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 > Search the mail archives, I'm using 3.3 and the PAO source and a thinkpad > 600, the install can be a little tricky...What sort of problems are you > having I get the following error when trying to boot from 3.3-release PAO. Probing for devices on PCI bus 2: Probing for devices on PCI bus 3: Probing for devices on PCI bus 4: Probing for devices on PCI bus 5: Probing for devices on PCI bus 6: Probing for devices on PCI bus 7: Probing for PnP devices: Then it beeps a couple times then just hangs.....Power button won't even work............ Went into the BIOS but I don't see an option for PNP OS Regular -current install floppy works fine but I can't see network. any ideas > At 10:46 PM 12/28/99 -0600, John Sconiers wrote: > >Any one gotton this to work with PAO or non PAO. I'm having some problems > >getting it to see the pcmcia cards. > > > >JRS > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > Jonathan E. Lyons FreeBSD! > parrothd@midwest.net CCNA, MCP, MCSE, A+ Certified > > http://parrothd.midwest.net/ > ICQ # 14226912 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 10:12:47 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 551D7153C0 for ; Thu, 30 Dec 1999 10:12:45 -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) id 123k3v-000HtZ-00; Thu, 30 Dec 1999 18:12:35 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id SAA92490; Thu, 30 Dec 1999 18:12:34 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Thu, 30 Dec 1999 18:12:34 +0000 (GMT) From: Jonathon McKitrick To: hgoldste@bbs.mpcs.com Cc: mthompsn@mica.edu, freebsd-questions@freebsd.org Subject: Re: Gimme a digest, I'm drowning in email! In-Reply-To: <14443.40265.75542.200531@penny.n2wx.ampr.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 Thu, 30 Dec 1999, Howard Goldstein wrote: >You might find it convenient to read via a netnews reflector such as >[mpc|muc].lists.freebsd.questions I've never heard of this before. Could you please explain what [mpc|muc] means? -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 10:14:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from elmls01.ce.mediaone.net (elmls01.ce.mediaone.net [24.131.128.25]) by hub.freebsd.org (Postfix) with ESMTP id 98340151AD for ; Thu, 30 Dec 1999 10:14:23 -0800 (PST) (envelope-from johnburke@mediaone.net) Received: from fatman2 (el01-24-131-151-85.ce.mediaone.net [24.131.151.85]) by elmls01.ce.mediaone.net (8.8.7/8.8.7) with SMTP id MAA20979 for ; Thu, 30 Dec 1999 12:16:35 -0600 (CST) Message-ID: <013201bf52f1$b05a3100$0200a8c0@burke.org> From: "Burke Gallagher" To: References: <02ad01bf52e6$6d6ed900$c3d985d0@camry> <386B90E7.E5D588FD@3-cities.com> Subject: Re: Netgear FA310TX NIC Date: Thu, 30 Dec 1999 12:14:18 -0600 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.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I use the Netgear FA310TX almost exclusively (still have a few old Compaqs with integrated NICs). My personal opinion is that they are the finest NIC dollar for dollar. (30 USD retail and can often be had for 20-25 USD). Kent is correct about the crossover cable, far cheaper than a hub if you only have two computers, and with all the speed of a good etherswitch. The Data Communications Cabling FAQ http://www.dlink.com/tech/resources/cable/faq.html provides all the info you will need to build your own cables including a crossover cable http://www.dlink.com/tech/resources/cable/faq-doc-12.html (sometimes difficult to find a large computer stores). burke ----- Original Message ----- From: "Kent Stewart" > Isaac Waldron wrote: > > > > Is anyone using the Netgear FA310TX NIC? I'm running FreeBSD 3.4-Release, > > and I'm looking for a way to network my box to a Windows box I have. I'm > > looking at Netgear's network kit that includes a hub and two of these cards. > > They are supported by the pn driver, but I'm interested in knowing how > > others have done with this card. > > If you only have two machines a crossover patch card is far cheaper. > For performance, an Intel Pro 100+ is probably much faster. When you > install a hub, you run half-duplex. You have to say half-fast very > quickly :). A starter kit probably runs around the same price as two > Intel NIC's and a crossover patch cord. You force them into > full-duplex and get the full benefit of your network. > > Kent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 10:16: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from defiant.quansoo.com (defiant.quansoo.com [63.66.225.90]) by hub.freebsd.org (Postfix) with ESMTP id 601F0153C4; Thu, 30 Dec 1999 10:16:03 -0800 (PST) (envelope-from cgriffiths@quansoo.com) Received: from localhost (cgriffiths@localhost) by defiant.quansoo.com (8.9.3/8.9.3) with ESMTP id NAA08699; Thu, 30 Dec 1999 13:14:36 -0500 (EST) (envelope-from cgriffiths@quansoo.com) X-Authentication-Warning: defiant.quansoo.com: cgriffiths owned process doing -bs Date: Thu, 30 Dec 1999 13:14:36 -0500 (EST) From: "Christopher T. Griffiths" To: John Sconiers Cc: Mike Whitley , freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: install onto IBM think pad 600E (error) 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 If you are using anything above 64mb of ram please remove the extra ram. I ran into the same problem with my 600e and you can only have 64mb or less installed when you try to install FBSD. Also when you are done installing, you will need to create a /kernel with the maxmem in your config file. Please see the lint file for further instructions about that. Chris On Thu, 30 Dec 1999, John Sconiers wrote: > I think this is the issue that I am having now. I get the following error > when trying to boot from 3.3-release PAO. > > Probing for devices on PCI bus 2: > Probing for devices on PCI bus 3: > Probing for devices on PCI bus 4: > Probing for devices on PCI bus 5: > Probing for devices on PCI bus 6: > Probing for devices on PCI bus 7: > Probing for PnP devices: > > Then it beeps a couple times then just hangs.....Power button won't even > work............ > > Went into the BIOS but I don't see an option for PNP OS > > > John - > > Make sure you have PnP OS BIOS setting disabled if you have it on the > > 600E, I have a 1552 and with it enabled my Thinkpad couldn't see > > my cards. After I turned it off I could use PAO or non-PAO w/o > > any problems > > - Mike Whitley > > > Any one gotton this to work with PAO or non PAO. I'm having some problems > > > getting it to see the pcmcia cards. > > > JRS > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 10:23:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from davinci.mica.edu (davinci.mica.edu [206.41.203.4]) by hub.freebsd.org (Postfix) with ESMTP id D77D514D21 for ; Thu, 30 Dec 1999 10:23:12 -0800 (PST) (envelope-from mthompsn@mica.edu) Received: from mica.edu (mthompsn.mica.edu [206.41.203.217]) by davinci.mica.edu (8.9.3/8.9.3) with ESMTP id NAA04137 for ; Thu, 30 Dec 1999 13:20:14 -0500 (EST) Message-ID: <386BA2E8.6D3FDEA4@mica.edu> Date: Thu, 30 Dec 1999 13:22:32 -0500 From: "Michael G. Thompson" Organization: Maryland Institute, College of Art X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: tl NIC problem (2nd try) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I got it!! Here's the deal: Compaq Proliant users need to run SmartStart, and when it prompts you for the OS to install, select "other", this apparently disables PnP, because on my next reboot, 3.3-RELEASE saw the card with no problem. Thanks to all of you for your help. -- ====================================================================== | Michael G. Thompson, Director of Computer and Network Services | | Maryland Institute, College Of Art - Campus Technical Services | | 1300 Mount Royal Avenue, Baltimore, Maryland 21217 | | Voice: (410) 225-2464 ICQ: 21672921 Fax: (410) 225-2468 | ====================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 11: 4: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fire.mhi-tx.com (www.mhi-tx.com [216.201.141.26]) by hub.freebsd.org (Postfix) with ESMTP id CDF1414D98 for ; Thu, 30 Dec 1999 11:04:00 -0800 (PST) (envelope-from robert@mhi-tx.com) Received: from mhi-tx.com (robert.mhi-tx.com [192.168.1.200]) by fire.mhi-tx.com (8.9.3/8.8.7) with ESMTP id MAA16207 for ; Thu, 30 Dec 1999 12:38:00 -0600 (CST) (envelope-from robert@mhi-tx.com) Message-ID: <386BAFE7.AEB8BD1C@mhi-tx.com> Date: Thu, 30 Dec 1999 13:17:59 -0600 From: robert X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd list Subject: new kernel I need to make kernel.flp and mfsroot.flp... how? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG after building a new kernel how do I create an emergency boot disk.... you know kernel.flp and mfsroot.flp all of the backup documentation refers to a single boot.flp but that no longer works. please help please email direct as I am not currently subscribed to the list. thanks in advance Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 11:10:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mission.mvnc.edu (mission.mvnc.edu [149.143.2.3]) by hub.freebsd.org (Postfix) with ESMTP id EE67015407; Thu, 30 Dec 1999 11:10:49 -0800 (PST) (envelope-from kdrobnac@mission.mvnc.edu) Received: from localhost (kdrobnac@localhost) by mission.mvnc.edu (8.9.0/8.9.0) with SMTP id OAA29098; Thu, 30 Dec 1999 14:10:43 -0500 (EST) Date: Thu, 30 Dec 1999 14:10:42 -0500 (EST) From: Kenny Drobnack To: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org Subject: weirdness with a directory named ~ 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 have a question that I really don't know where to send, but since I'm just subscribed to hackers.... Anyway, the other day I had a directory I wanted to move to my home directory. I did "mv dirname ~" Well, I didn't realize it till later, but what it did was make a directory named ~ in the directory that I did that from! I had some problems deleting it. When I did "cd ~" from there, it took me to my home directory, and when I did "rm -ir ~" it wanted to delete files in my home directory. I ended up backing up my home directory, doing an "rm -rf ~" which deleted my whole home directory. But the ~ direcotry was still there! I tried rmdir ~, but it just said my home directory didn't exist. Finally I deleted it from emacs, which hadn't worked when my home directory existed. My question is: why did it do this?!?!? Also, how hard would it be to make things so it would look for ./~, then if that file/direcotry doesn't exist, then check for a home directory? Or is that even a good idea? ----- In computer terms, hardware is the stuff you can hit with a baseball bat, and software is the stuff you can only swear at. -from a web page explaining what hardware, software, and firmware are ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 11:17:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 9A32F14E1B; Thu, 30 Dec 1999 11:17:07 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.3) id LAA21648; Thu, 30 Dec 1999 11:16:41 -0800 (PST) (envelope-from sgk) From: Steve Kargl Message-Id: <199912301916.LAA21648@troutmask.apl.washington.edu> Subject: Re: weirdness with a directory named ~ In-Reply-To: from Kenny Drobnack at "Dec 30, 1999 02:10:42 pm" To: kdrobnac@mission.mvnc.edu (Kenny Drobnack) Date: Thu, 30 Dec 1999 11:16:41 -0800 (PST) Cc: freebsd-hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (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 Kenny Drobnack wrote: > Anyway, the other day I had a directory I wanted to move to my > home directory. I did "mv dirname ~" Well, I didn't realize it till later, > but what it did was make a directory named ~ in the directory that I did What is your login shell? Read its manual page. [removing ~ story deleted] You need to escape the tilde character so that it isn't expanded by your shell. Try "rm -rf \~". -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 11:18:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dc.ispro.net (c14pc21.dc.turkuamk.fi [193.166.135.246]) by hub.freebsd.org (Postfix) with ESMTP id 32CD9155B9 for ; Thu, 30 Dec 1999 11:18:25 -0800 (PST) (envelope-from yurtesen@dc.ispro.net) Received: from localhost (yurtesen@localhost) by dc.ispro.net (8.9.3/8.9.3) with ESMTP id VAA06081 for ; Thu, 30 Dec 1999 21:18:23 +0200 (EET) (envelope-from yurtesen@dc.ispro.net) Date: Thu, 30 Dec 1999 21:18:22 +0200 (EET) From: Evren Yurtesen X-Sender: yurtesen@localhost To: questions@freebsd.org Subject: login.conf variables... 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 have checked the FreeBSD mailing list archives and I have found that some variables mentioned in the man login.conf does not work actually but... What variables in the man page of the login.conf is working and what variables are not? How can I know which one is working? There is no documentation about it? Evren Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 11:20:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server4.reno.powernet.net (server4.reno.powernet.net [216.88.152.247]) by hub.freebsd.org (Postfix) with ESMTP id 40D70157E2 for ; Thu, 30 Dec 1999 11:20:49 -0800 (PST) (envelope-from trzy@powernet.net) Received: from brzuszek (Moi@p3-16.reno.powernet.net [216.88.155.241]) by server4.reno.powernet.net (8.9.0/8.8.5) with SMTP id LAA29476 for ; Thu, 30 Dec 1999 11:20:42 -0800 (PST) Message-Id: <3.0.5.32.19991230111411.008a2210@powernet.net> X-Sender: trzy@powernet.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Thu, 30 Dec 1999 11:14:11 -0800 To: freebsd-questions@freebsd.org From: Bart Trzynadlowski Subject: Modem problem (out-of-the-blue) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I've been using FreeBSD for quite some time. But a few months ago, my SupraExpress 288i PnP modem just stopped working under FreeBSD. I had made neither hardware nor software configuration changes. The symptoms: - I use ppp to connect, it says it has connected (ppp turns to PPP, "Packet mode detected") but programs such as fetchmail, lynx, netscape, etc. just can't connect to anything. - I try: echo "atdtXXXXXXX" >/dev/cuaa2 (using my other home phone #) but the modem does nothing -- there are no messages either. It just does nothing. At first I dismissed it as an isolated incident, I stopped using FreeBSD after it for several months... because I was caught up in a project in Win95, but when I returned to FreeBSD, the problem lingered. My ISP maintains they did not change anything on their side, and it should still work. It does work under Win95... I simply don't know where to go from here. My friend has had the exact same problem (but with another, more reliable modem) and I've heard from yet another person with the same problem (with a Powerbit modem). None of us has been able to resolve the issue. Any help would be much appreciated! Thank you, Bart Trzynadlowski To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 11:29: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fire.mhi-tx.com (www.mhi-tx.com [216.201.141.26]) by hub.freebsd.org (Postfix) with ESMTP id 07E3514D31 for ; Thu, 30 Dec 1999 11:29:02 -0800 (PST) (envelope-from robert@mhi-tx.com) Received: from mhi-tx.com (robert.mhi-tx.com [192.168.1.200]) by fire.mhi-tx.com (8.9.3/8.8.7) with ESMTP id NAA16510; Thu, 30 Dec 1999 13:03:01 -0600 (CST) (envelope-from robert@mhi-tx.com) Message-ID: <386BB5C4.783C9C82@mhi-tx.com> Date: Thu, 30 Dec 1999 13:43:01 -0600 From: robert X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Michel Adamus , freebsd list Subject: Re: new kernel I need to make kernel.flp and mfsroot.flp... how? References: <386BAFE7.AEB8BD1C@mhi-tx.com> <386BADEF.A68AEEE6@connectalk.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG this is true but I would like to be able to do a restore with just a network connection and a dump file on a remote machine... I have compiled my MINI kernel with the options MFS and MFS_ROOT and the kernel is smaller than 1.4M but I am not sure what the next step is... How do I make the boot disk and the "virtual file system" (vconfig??) on the mfsroot??? sorry for the bother.. and thanks for the previous reply.. Robert Michel Adamus wrote: > You can boot with the same floppies (kern.flp and mfsroot.flp), once you > are in sysinstall, go to "fixit" then select the media (normaly cdrom, > that also assumes that you have the media kit with the "live filesystem" > - cd number 2) and you can access your machine and "fix" anything you > want. > > Sincerly, > > -A. > > robert wrote: > > > > after building a new kernel how do I create an emergency boot disk.... > > you know kernel.flp and mfsroot.flp > > all of the backup documentation refers to a single boot.flp but that no > > longer works. > > please help > > please email direct as I am not currently subscribed to the list. > > thanks in advance > > Robert > > > > 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 Thu Dec 30 11:41:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.ibroadcast.net (ns1.ibroadcast.net [216.145.30.2]) by hub.freebsd.org (Postfix) with SMTP id 78CE714FE7 for ; Thu, 30 Dec 1999 11:41:39 -0800 (PST) (envelope-from majid@ibroadcast.net) Received: from darthmaul (darthmaul.ibroadcast.net [216.145.29.142]) by ns1.ibroadcast.net (8.9.3/8.8.8) with SMTP id LAA85761 for ; Thu, 30 Dec 1999 11:41:05 -0800 (PST) X-Intended-For: Message-ID: <017301bf52bb$001bff20$8e1d91d8@ibroadcast.net> From: "Majid Almassari" To: References: <199912301757.RAA32838@baygull.rtd.com> Subject: Re: Install from CD using Adaptec 152x Date: Thu, 30 Dec 1999 11:42:50 -0000 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 According to the 3.2 Release Notes The Adaptec 152x is supported under the old SCSI subsystem, but are NOT YET supported under the new CAM SCSI subsystem. see Release notes for more details -- Majid Almassari, MSEE, MCP. Systems Administrator iBroadcast, Inc. Phone: (206) 223-5540 Email: majid@ibroadcast.net http://www.ibroadcast.net ----- Original Message ----- From: Angus Scott-Fleming To: Cc: Majid Almassari Sent: Thursday, December 30, 1999 5:25 PM Subject: Re: Install from CD using Adaptec 152x > On 29 Dec 99, at 23:26, Majid Almassari wrote: > > > 3.4 Release should be able to do it. > > I have 3.2 on CD, guess I need to download new floppy images. Will > these then install from the 3.2 CDs? > > --------------------------------------------------------- > Angus Scott-Fleming GeoApplications, Tucson, Arizona > angussf@geoapps.com 1-520-323-9170 / fax 1-208-248-3124 > --------------------------------------------------------- > Proud user of Pegasus Mail, PM-Burst and Waffle > --------------------------------------------------------- > > > > 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 Thu Dec 30 11:42:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id A664B14EA2 for ; Thu, 30 Dec 1999 11:42:32 -0800 (PST) (envelope-from brdavis@orion.ac.hmc.edu) Received: (from brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) id LAA00054; Thu, 30 Dec 1999 11:42:09 -0800 (PST) Date: Thu, 30 Dec 1999 11:42:09 -0800 From: Brooks Davis To: Jonathan Michaels Cc: questions@FreeBSD.ORG Subject: Re: Poor Internet throughput on FreeBSD 3.3-RELEASE Message-ID: <19991230114209.A25831@orion.ac.hmc.edu> References: <19991230014304.w8sdz@Mail.Petersen.Net> <19991230200018.A56975@phoenix.welearn.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <19991230200018.A56975@phoenix.welearn.com.au>; from jon@welearn.com.au on Thu, Dec 30, 1999 at 08:00:20PM +1100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 30, 1999 at 08:00:20PM +1100, Jonathan Michaels wrote: > i;m not sure if i should be asking this question in -questions. > i have a new (fro me) pentium pr 180 mhz motherboard, it is a > supermicro p6sne. i have a pci based smc nic a smc9432tx - > EtherPower II 10/100, it is the smc epic/100 83c170 seris. > > i've had this card (and teh computer) for a little over two > years now, i purchased it new. after working for about 6 > months flawlessly in freebsd v2.2.7-release i did a fresh > install of v2.2.8-release and teh nic stoped working, it just > slowed down and finally wouldn't pass any traffic. > > now that i have got my v3.3-release cds i plan to resurect my > x11 desktop machine i plan to build a 'graphics workstation'. > > recently i caught the tail end of a thread that said that the > smc epic (83c170, in particular) based nics were no longer > supported because they were to hard to make work and or build a > driver for. I haven't heard anything about support being discontinued. The system I'm typing this on is running 3.4-RC (Release Canadate) with one of those cards in it. Here's the dmesg output in question: tx0: rev 0x08 int a irq 10 on pci2.7.0 tx0: address 00:e0:29:27:50:95, type SMC9432TX, Auto-Neg 100Mbps FD It works pretty well for me, but I've never really been happy with them. The machines in our lab at work that came with them have all been upgraded to Intel EtherExpress cards. The SMC cards seem to have problems with autonegotiation and with marginal cabling and didn't work well with longish CAT-3 runs even in 10Mbps half-duplex mode. I'd ditch it, but since you don't want to do that I'd suggest making sure you are close to your switch and that your cable is definatly good. I found that sometimes they worked and sometimes they didn't even with the same setup. -- Brooks -- "Those who desire to give up freedom in order to gain security, will not have, nor do they deserve, either one" --Thomas Jefferson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 11:57:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from D2SI.COM (D2SI.COM [63.224.10.2]) by hub.freebsd.org (Postfix) with ESMTP id 5F92314D46; Thu, 30 Dec 1999 11:57:45 -0800 (PST) (envelope-from ajk@paw-in-eye.net) Received: (from ajk@localhost) by D2SI.COM (8.9.3/8.9.3) id NAA03319; Thu, 30 Dec 1999 13:57:35 -0600 (CST) (envelope-from ajk) From: Alec Kloss Message-Id: <199912301957.NAA03319@D2SI.COM> Subject: Re: weirdness with a directory named ~ In-Reply-To: from Kenny Drobnack at "Dec 30, 1999 2:10:42 pm" To: kdrobnac@mission.mvnc.edu (Kenny Drobnack) Date: Thu, 30 Dec 1999 13:57:35 -0600 (CST) Cc: freebsd-hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG 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 Kenny Drobnack said: > My question is: why did it do this?!?!? Also, how hard would it be > to make things so it would look for ./~, then if that file/direcotry > doesn't exist, then check for a home directory? Or is that even a good > idea? 1) Don't crosspost. 2) You've essentially answered your own question. Tildes at the beginning of pathnames are relative to a home directory. Tildes elsewhere in a path are not. So, to remove a directory named ~, use rmdir ./~ as below: %mkdir ./~ %ls -ld ./~ drwxr-xr-x 2 ajk wheel 512 Dec 30 13:56 ./~ %rmdir ~ rmdir: /home/alec: Permission denied %rmdir ./~ % To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 12: 3:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from venus.GAIANET.NET (venus.GAIANET.NET [207.211.200.51]) by hub.freebsd.org (Postfix) with ESMTP id C2498150C4 for ; Thu, 30 Dec 1999 12:03:43 -0800 (PST) (envelope-from vince@venus.GAIANET.NET) Received: from localhost (vince@localhost) by venus.GAIANET.NET (8.9.3/8.9.3) with ESMTP id MAA65944; Thu, 30 Dec 1999 12:03:30 -0800 (PST) (envelope-from vince@venus.GAIANET.NET) Date: Thu, 30 Dec 1999 12:03:30 -0800 (PST) From: Vincent Poy To: Mark Hartley Cc: Jerry Preeper , questions@FreeBSD.ORG Subject: RE: problem installing apache13 port 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 Wed, 29 Dec 1999, Mark Hartley wrote: > > doesn't start. There is an entry in the log file each time I try > > to run it, saying that it can't find mime.types in > > /usr/local/etc/apache/etc/apache/mime.types Naturally, mime.types > > doesn't exist in that directory - somehow it appears that > > etc/apache is getting doubled up somewhere and I can't figure out > > where. When I run httpd -V I see that the default root is > > /usr/local and the conf files should be in etc/apache/whatever.conf > > If I recall correctly, there should be a mime.types.default or > something like that in /usr/local/etc/apache. If you rename it to > mime.types, then apache should start. IIRC, that should only be with apache12 and below. apache13 and above uses just httpd.conf which combines mime.types and access.conf and httpd.conf all in one file. Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 12:11:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 9332314C9E for ; Thu, 30 Dec 1999 12:11:49 -0800 (PST) (envelope-from brdavis@orion.ac.hmc.edu) Received: (from brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) id MAA01389; Thu, 30 Dec 1999 12:08:20 -0800 (PST) Date: Thu, 30 Dec 1999 12:08:20 -0800 From: Brooks Davis To: Jonathon McKitrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd release numbers Message-ID: <19991230120820.B25831@orion.ac.hmc.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: ; from jcm@dogma.freebsd-uk.eu.org on Thu, Dec 30, 1999 at 04:14:41PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 30, 1999 at 04:14:41PM +0000, Jonathon McKitrick wrote: > > why did the numbering system change from 3 parts to 2? I.E. from 2.x.y to > 3.x? The change was announced in Jordan's "State of the Union, 1999" post to -announce under the heading "Release Numbering". You can find this message at the huge URL listed below: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=2157+0+archive/1999/freebsd-announce/19990101.freebsd-announce -- Brooks -- "Those who desire to give up freedom in order to gain security, will not have, nor do they deserve, either one" --Thomas Jefferson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 12:24:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id B0CEF14A1D; Thu, 30 Dec 1999 12:24:10 -0800 (PST) (envelope-from brdavis@orion.ac.hmc.edu) Received: (from brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) id MAA02115; Thu, 30 Dec 1999 12:23:36 -0800 (PST) Date: Thu, 30 Dec 1999 12:23:36 -0800 From: Brooks Davis To: Kenny Drobnack Cc: freebsd-questions@freebsd.org Subject: Re: CD-RW long filenames/rw filesystem. Message-ID: <19991230122336.C25831@orion.ac.hmc.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: ; from kdrobnac@mission.mvnc.edu on Thu, Dec 30, 1999 at 02:19:58PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Redirected to -questions where it belonged.] On Thu, Dec 30, 1999 at 02:19:58PM -0500, Kenny Drobnack wrote: > A couple weeks ago I got a CD-RW drive, and decided to try it out under > all the different OS's I use. In FreeBSD, the only way (it seems) to use > it, is grab a bunch of stuff you want to backup/record and use mkisofs and > cdrecord to dump it onto a CD. Everything I read seemed to indicate that > this method limits you to the 8.3 filename format of iso9660 and all > Rockridge does is add file/group permissions and ownership. is there any > CD recording utilities/formats that can do long filenames (hopefully with > Unix permissions)? This is incorrect. Rockridge adds long file names on OSes that support the extensions (i.e. UNIX). If you want them to work with windows you can use mkhybird to add Joliet extensions the disk as well. > Next question. Under Windows, there was a program called Adaptec > Direct CD that pretty much allowed you to treat a CD-RW disc as "a really > big floppy disk" (I think that was from the docs). You can save a file to > the CD-RW and then delete it later if you want to. Would it be possible, > or even feasible, to implement something like this in FreeBSD? It should be possiable, but no one has done it to my knowledge. -- Brooks -- "Those who desire to give up freedom in order to gain security, will not have, nor do they deserve, either one" --Thomas Jefferson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 12:30:30 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 A2AD914DD5 for ; Thu, 30 Dec 1999 12:30:26 -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 HAA56484; Fri, 31 Dec 1999 07:31:23 +1100 (EST) (envelope-from aunty) Date: Fri, 31 Dec 1999 07:31:23 +1100 From: aunty To: Konrad Heuer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3com 3c595 only 10Mbps? Message-ID: <19991231073123.G47183@comcen.com.au> References: <19991230052840.E47183@comcen.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 30, 1999 at 03:31:33PM +0100, Konrad Heuer wrote: > > On Thu, 30 Dec 1999, aunty wrote: > > > I have a 3com ethernet card which has been running on an ancient BSDI > > system with "media 100BaseTX,full_duplex" sent to ifconfig. > > > > After converting to FreeBSD I get > > > > vx0: <3COM 3C595 Fast Etherlink III PCI> rev 0x00 int a irq 10 on pci0.10.0 > > utp/tx[*utp*]: disable 'auto select' with DOS util! address 00:60:97:07:d2:e7 > > > > and the vx man page says > > > > The vx driver provides support for the 3Com 3c590 and 3c595 > > EtherLink III and Fast EtherLink III PCI Ethernet cards in > > 10 Mbps mode. > > > > Does that mean I have to use some other type of card to get the higher > > speed with FreeBSD? > > You didn't mention the FreeBSD-RELEASE you use but it seems to be > 2.2.x-RELEASE which doesn't negotiate speed. Oops, sorry, it's 3.3-RELEASE, soon to become 3.4 or -STABLE. > Either, you can use a DOS boot floppy and the 3Com DOS utility to > force the card to 100MBit/s, or you can upgrade to 3.x-RELEASE where > autonegotiation works pretty good. In that case, is the man page (quoted above) misleading me, since it seems to be saying we're stuck on 10mbps forever? And why is it asking for auto select to be _disabled_? I guess it has to be right, but I'm not sufficiently convinced to throw all the users off while I find out for sure. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 12:30:52 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 135A01541E for ; Thu, 30 Dec 1999 12:30: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 VAA18011 for freebsd-questions@FreeBSD.ORG; Thu, 30 Dec 1999 21:30:45 +0100 (CET) (envelope-from olli) Date: Thu, 30 Dec 1999 21:30:45 +0100 (CET) From: Oliver Fromme Message-Id: <199912302030.VAA18011@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: /etc/ttys, dnetc, and freebsd :-) (Was: Re: kill -HUP 1) 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: > ttyva none > ttyvb none > > Well, I should expect that pressing Alt-F12 will bring up my logs, and > Alt-F11 will show me black screen. Hell no! I won't be able to switch to > that concole (it will beep). That's because /dev/ttyva is not open. You can only switch to it when some process has opened it (getty, syslogd or whatever). Each time a process opens a virtual terminal, a counter in the device code is inremented by one. Likewise, it is decremented when the device is closed. When that counter is 0, syscons assumes that there is nothing on that virtual terminal, and it refuses to switch to it (causing a beep). > The reason why I need ttyva clean (not getty) is that I wan't dnetc CSC > client put it's log there, so I don't need to tail -f them (hence to be > login all the time). > > What fascinates me, that if I being root do: > > cat /etc/ttyva > > I will be able to switch to ttyva with Alt-F11, and all logs are there!!!! Yes, because cat opens the device, obviously. > But as soon as I press ^D, it's gone! No more logs! When cat exits, the device is closed again. I don't know what "dnetc CSC" is, but obviously it doesn't keep the device open which it is logging to (otherwise you would be able to switch to your 11th terminal all the time, just like the 12th which contains your syslog output). It probably opens the device for each line to write, and then closes it immedia- tely again. Don't ask me why... The "normal UNIX behaviour" is to keep the log file/device open all the time, and only close and re-open it upon receipt of a HUP or similar signal (e.g. for logfile rotation). A workaround (an ugly one) would be to have a dummy process hanging around that keeps the device open all the time, like your "cat" did above. A better solution would be to modify "dnetc CSC" to do the right thing. 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 Thu Dec 30 12:34:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from charon.shaghaus.org (209-6-187-27.c6-0.wth-ubr1.sbo-wth.ma.cable.rcn.com [209.6.187.27]) by hub.freebsd.org (Postfix) with ESMTP id 775C51524E for ; Thu, 30 Dec 1999 12:34:23 -0800 (PST) (envelope-from bunicula@rcn.com) Received: from charon (IDENT:bunicula@charon [192.168.2.1]) by charon.shaghaus.org (8.9.3/8.9.3) with ESMTP id PAA07932 for ; Thu, 30 Dec 1999 15:38:47 -0500 Date: Thu, 30 Dec 1999 15:38:46 -0500 (EST) From: Brian Anderson X-Sender: bunicula@charon To: freebsd-questions@FreeBSD.ORG Subject: My Experience Re: Before I return FreeBSD to the store... In-Reply-To: <0.8cf3908f.259c43d3@cs.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 On Thu, 30 Dec 1999 Soulofwolf899@cs.com wrote: > "slave", I gave up and I have no desire to do it again. Make sure to let me > know when FreeBSD is as easy to install as ANY of my LINUX packages; > including RedHat 6.1 and TurboLinux 4. Well, here's my experience of FreeBSD being MUCH easier than linux to set up... My file server is a Celeron 333, 128 megs of ram, 4 x 13.02 gig IDE drives (Seagate Medalist), an HP 12 Gig tape, a Sony 2x SCSI cdrom, and a Seagate 2.0 gig Barracuda SCSI disk. SCSI controller is Adaptec 2940AU. The system boots from the SCSI drive, and uses the IDE drives for bulk data storage. I installed Redhat 6.0 and FreeBSD 3.4 on this box. It took me a week to get Linux working. FreeBSD was a few hours. The install was done the same on both. The OS was set up with just the SCSI devices connected, then the IDE disks were added later. The first error in Linux was LILO (boot loader) not liking the disk configuration. It insisted that hda (wd0) was the primary boot device, and wouldn't install to sda (da0). So in the LILO config, I needed to specify the drive name -> bios address mapping manually (/dev/sda is bios 0x80, /dev/hda is bios 0x81 etc...) So I got past that, and then it's on to formatting the disks. If there was any SCSI disk connected, the Linux system was detecting hda as 75gig, with absurd c/h/s numbers. If I disconnected the SCSI devices, it went fine. After 2-3 days of trying to figure it out, I just fdisk'd the drive and specified the c/h/s in the advanced mode. So now it saw a 75 gig drive with a 13 gig partition. Then to the storage. 2 of the disks were to be bonded in a RAID0 stripe. To get the linux kernel to detect the RAID device at boot required a kernel patch, using alpha code. Got that in, and the raid setup went ok. But until the raid patch gets integrated, i need to make sure that I install this patch to new kernel source tree, or my RAID will not be auto detected. Not terrible, but not great either. Get all of that working, get the NFS exporting. Everything is happy, but the NFS performance is lacking... frequent timeouts, retries etc... This is NOT a busy network. There are only 2 people using this server frequently, and the files are exported to a total of 8 machines, with a maximum of 12 users. New kernels and new knfsd implemenations have known bugs, so I'm kind of stuck back to older versions. So, to the FreeBSD version. Setup went fine. No conflicts with the IDE/SCSI setup. No trouble building a new kernel, installing it, etc. Vinum proved to be very easy to set up (I just used a default vinum -stripe configuration) So far no NFS errors, but it's only been a day, so it's a bit early to tell. Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 12:38:55 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 AF0A014FE7 for ; Thu, 30 Dec 1999 12:38:38 -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 VAA18132 for freebsd-questions@FreeBSD.ORG; Thu, 30 Dec 1999 21:38:15 +0100 (CET) (envelope-from olli) Date: Thu, 30 Dec 1999 21:38:15 +0100 (CET) From: Oliver Fromme Message-Id: <199912302038.VAA18132@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: UFS on extended partition? 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 Mojahedul Hoque Abul Hasanat wrote in list.freebsd-questions: > Is it possible to create a UFS file system in a --- what is > called an "extended partition" in dos-speak? Yes, it is possible. > In other words, I want to make a BSD "slice" out of a so called > extended partition. Yes, I know I can take the free space out of > the DOS extended partition and create a slice on it, but I'm > curious. > > Any hints/links/RTFMs appreciated. The so-called ``logical drives in the extended DOS partition'' (yes, it's called that way) are numbered starting with 5 after the primary partitions. In other words: da0s1 - da0s4 are your four primary partitions (you cannot have more than four of them), and da0s5 is your first logical drive in the extended DOS partition, da0s6 is the second one, etc. (Assuming that you have SCSI disks. If you have IDE disks, substitute ``wd'' or ``ad'' for ``da'', as appropriate.) Note that the extended stuff always starts at 5, even if you have fewer than four primary partitions. (Technically, there are _always_ four primary partition entries, but some of them may be empty / unused.) So you can basically ``disklabel -w -r da0s5 auto'', then edit the disklabel as appropriate, then newfs your partition(s). Refer to ``man 8 disklabel'' and ``man newfs'' for details. I think this is also in the FAQ / Handbook... 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 Thu Dec 30 12:48:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.lr.net (ns1.lr.net [205.219.188.10]) by hub.freebsd.org (Postfix) with ESMTP id 48B6D151CD for ; Thu, 30 Dec 1999 12:48:38 -0800 (PST) (envelope-from waldroni@lr.net) Received: from camry ([208.133.217.11]) by ns1.lr.net (Netscape Mail Server v1.1) with SMTP id AAA14017 for ; Thu, 30 Dec 1999 15:48:33 -0400 Message-ID: <002601bf5307$36ef6b80$0bd985d0@camry> Reply-To: "Isaac Waldron" From: "Isaac Waldron" To: References: <02ad01bf52e6$6d6ed900$c3d985d0@camry> <386B90E7.E5D588FD@3-cities.com> Subject: Re: Netgear FA310TX NIC Date: Thu, 30 Dec 1999 15:48:22 -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 > If you only have two machines a crossover patch card is far cheaper. > For performance, an Intel Pro 100+ is probably much faster. When you > install a hub, you run half-duplex. You have to say half-fast very > quickly :). A starter kit probably runs around the same price as two > Intel NIC's and a crossover patch cord. You force them into > full-duplex and get the full benefit of your network. > > Kent Thanks for the advice, but I should have been more specific. The other reason I want the hub (or small switch, if I can find the cash) is because I have friends who want to play games on Windoze (I dual boot FreeBSD and Windoze 98). That way, I can have some friends come over with their machines and set up a game fest, perhaps using my FreeBSD box as a server (there is a port for Quakeserver, a popular game). So, basically my question is, how is the FA310TX as far as reliability and speed? Was it an easy setup? Is it a reasonably fast card (as far as 100 mbps NIC's go)? Thanks again, Isaac Waldron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 12:48:48 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 954EB14F89 for ; Thu, 30 Dec 1999 12:48:43 -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 VAA18244; Thu, 30 Dec 1999 21:48:41 +0100 (CET) (envelope-from olli) Date: Thu, 30 Dec 1999 21:48:41 +0100 (CET) From: Oliver Fromme Message-Id: <199912302048.VAA18244@dorifer.heim3.tu-clausthal.de> To: cjclark@home.com Subject: Re: Recovering "Deleted" File Cc: freebsd-questions@freebsd.org 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 (Posted and mailed according to ``Reply-To''.) Crist J. Clark wrote in list.freebsd-questions: > First off, I realize that once 'rm'ed a file is pretty much > unrecoverable on a UFS. However, this is a special case. A file has > been 'rm'ed, but there is a program that still has that file 'opened.' > > IIRC, a file in this state is recoverable since it actually still > physically exists, and I also know the inode (from fstat(1) > output). So, uhh... How do I actually go about doing such a thing? You are right. As long as at least one process keeps the file opened, it's data does exist on the disk. The problem is that there is no directory entry anymore that references the inode. You can recover this with the ``fsdb'' tool. However, be VERY careful. You can destroy the filesystem with fsdb if you're doing the wrong things. I'd recommend that you read the manual page of fsdb carefully. Having that said, recovering a reference to an existing inode is easy if you know the inode number. Just change to any directory on the filesystem which contains the inode, then type (at the fsdb prompt): ``ln 42 foobar'', where 42 is the inode number, and foobar is the name of the entry that shall be created in the current directory as a reference for that inode. then exit fsdb. That's it. You might want to do an fsck afterwards, just to be sure that everything is alright, but it shouldn't be necessary. 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 Thu Dec 30 12:57:17 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 4DB1F14C23 for ; Thu, 30 Dec 1999 12:57:15 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip174.r14.d.bel.nwlink.com [207.202.175.174]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id MAA06888; Thu, 30 Dec 1999 12:57:11 -0800 (PST) Message-ID: <386BC677.195E6918@nwlink.com> Date: Thu, 30 Dec 1999 12:54:15 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: ishmael@tranquility.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ensoniq audiopci References: <99122910053500.16441@myname.my.domain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ishmael wrote: > > ok, im new to freebsd, i looked around, but couldnt find out whether the 3.x > kernel has support for ensoniq audiopci (es1371). if it does, what options do > i enable in kernel config file to get it? > > Jeremy > I have the same card, and tried many solutions to making it work with no success. From what I understand, the ensoniq 1370 is well supported, while the 1371 is not. So I made the decision to spend $30 dollars for an OSS driver(www.4front-tech.com). It really works, and it makes FreeBSD a much friendlier place to have sound :) -- You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 13: 4: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 47864153E3 for ; Thu, 30 Dec 1999 13:03:59 -0800 (PST) (envelope-from adric@mindspring.com) Received: from smui2.atl.mindspring.net (smui2.atl.mindspring.net [207.69.200.123]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id QAA07982; Thu, 30 Dec 1999 16:03:56 -0500 (EST) From: adric@mindspring.com Received: by smui2.atl.mindspring.net id QAA0000019370; Thu, 30 Dec 1999 16:03:56 -0500 (EST) Date: Thu, 30 Dec 1999 16:03:56 -0500 To: freebsd-questions@freebsd.org Subject: IPFW troubles on 3.4-R Message-ID: X-Originating-IP: 209.86.36.217 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having some trouble getting rc.firewall (et al) to play nice. Here's the last few lines of dmesg: changing root device to wd0s1a IP packet filtering initialized, divert disabled, rule-based forwarding disabled, logging disabled ip_fw_ctl: invalid command uname -a gives:(no surprises) FreeBSD myhost.mydom.org 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Mon Dec 20 06:54:39 GMT 1999 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 The result is that with rc.firewall configured to simple or client no traffic makes it out of the (natd) internal net (or console) into the world. Pings fail on permission.(I understand this is because of the default deny in the kernel, which is a good thing...) With it on 'open' natd, ppp, and everyone else do fine (mozilla even on a client box).. I just need to know if there is something hinky going on with this build (3.4-Release) or what I'm doing that is so moronic.. I will be a bit more forthcoming about configuration specifics if need be. TIA, adric@adric.com "Where is it written that quiet reflection can't be combined with cake and silly hats?" --Xander,BtVS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 13:10:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 2735D154F0; Thu, 30 Dec 1999 13:10:00 -0800 (PST) (envelope-from jrs@enteract.com) Received: from shell-3.enteract.com (jrs@shell-3.enteract.com [207.229.143.42]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id PAA35231; Thu, 30 Dec 1999 15:09:55 -0600 (CST) (envelope-from jrs@enteract.com) Date: Thu, 30 Dec 1999 15:09:55 -0600 (CST) From: John Sconiers To: "Christopher T. Griffiths" Cc: Mike Whitley , freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: install onto IBM think pad 600E (error) 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 > If you are using anything above 64mb of ram please remove the extra ram. > I ran into the same problem with my 600e and you can only have 64mb or > less installed when you try to install FBSD. Also when you are done > installing, you will need to create a /kernel with the maxmem in your > config file. Please see the lint file for further instructions about > that. It works now. That was the problem I was seeing. Thankyou for your help. JRS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 13:12:25 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 5138114FCF for ; Thu, 30 Dec 1999 13:12:23 -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 NAA13871 for ; Thu, 30 Dec 1999 13:12:22 -0800 Date: Thu, 30 Dec 1999 13:12:22 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: old ports 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 need to get cvsup installed on a 2.2.2 system. The files it's looking for don't seem to exist on an archive that I can find. I assume then that I have to update the port directory for cvsup. #1 Is this what I need to do? #2 How would I go about doing it? Thank you.. Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 13:14:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id BEFEB14D47 for ; Thu, 30 Dec 1999 13:14:11 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (zeus@tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id PAA01916 for ; Thu, 30 Dec 1999 15:16:58 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Thu, 30 Dec 1999 15:16:58 -0600 (CST) From: Gene Harris To: freebsd-questions@freebsd.org Subject: Re: IPFW troubles on 3.4-R 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 Thu, 30 Dec 1999 adric@mindspring.com wrote: > I'm having some trouble getting rc.firewall (et al) to play nice. > Here's the last few lines of dmesg: > Can you execute your firewall script from the command prompt? su to root and then try ./rc.firewall. It should execute just like it did before the upgrade. > changing root device to wd0s1a > IP packet filtering initialized, divert disabled, rule-based forwarding disabled, logging disabled > ip_fw_ctl: invalid command > What the heck is ip_fw_ctl? I use ipfw on my machine. Has your rc.firewall script become corrupted? You should be able to enter some manual commands from your firewall script to verify that your system is forwarding packets and filtering properly. If you enter "ipfw -F; ipfw add pass any from any via fxp0" or whatever your network card is, your network should open up and act ok. This would indicate you have a syntax error in your script. Gene Harris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 13:20:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from florence.pavilion.net (florence.pavilion.net [212.74.0.25]) by hub.freebsd.org (Postfix) with ESMTP id 31BD114EA2 for ; Thu, 30 Dec 1999 13:20:11 -0800 (PST) (envelope-from joe@florence.pavilion.net) Received: (from joe@localhost) by florence.pavilion.net (8.9.3/8.8.8) id VAA39537; Thu, 30 Dec 1999 21:20:09 GMT (envelope-from joe) Date: Thu, 30 Dec 1999 21:20:09 +0000 From: Josef Karthauser To: freebsd-questions@FreeBSD.ORG Cc: cjclark@home.com Subject: Re: Recovering "Deleted" File Message-ID: <19991230212009.E35536@florence.pavilion.net> References: <199912302048.VAA18244@dorifer.heim3.tu-clausthal.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <199912302048.VAA18244@dorifer.heim3.tu-clausthal.de> X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 30, 1999 at 09:48:41PM +0100, Oliver Fromme wrote: > > Having that said, recovering a reference to an existing inode > is easy if you know the inode number. Just change to any > directory on the filesystem which contains the inode, then > type (at the fsdb prompt): ``ln 42 foobar'', where 42 is the > inode number, and foobar is the name of the entry that shall be > created in the current directory as a reference for that inode. > then exit fsdb. That's it. > Oliver, Can you do this on a "live" filesystem? Joe -- Josef Karthauser FreeBSD: Take the red pill and we'll show you just how Technical Manager deep the rabbit hole goes. (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@freebsd.org, joe@tao.org.uk] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 13:31:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from greg.ad9.com (greg.ad9.com [209.233.225.5]) by hub.freebsd.org (Postfix) with ESMTP id 72E75154C5 for ; Thu, 30 Dec 1999 13:31:19 -0800 (PST) (envelope-from nepolon@systray.com) Received: from greg.ad9.com (nepolon@greg.ad9.com [209.233.225.5]) by greg.ad9.com (8.9.1a/8.9.1) with ESMTP id NAA28202 for ; Thu, 30 Dec 1999 13:43:54 -0800 (PST) Date: Thu, 30 Dec 1999 13:43:54 -0800 (PST) From: Steve Lewis X-Sender: nepolon@greg.ad9.com To: freebsd-questions@FreeBSD.ORG Subject: repeat: pci problem w/ de0 NIC 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 OK, let me try to explain this differently. -using 2.2.8-Release (the latest thing I have on CD) -building network gateway (LAN/cable modem service) I have found little in the archive or FAQ to help me thus far, at least little that made much sense to me. I am trying to install a pci NIC as de0 (it's a GFC2204 which is compatible with the DEC21x4x supposedly). 1. Is there a better driver, perhaps a DEC22x4x driver, available (at a later release perhaps)? 2. according to /stand/help/hardware.hlp.gz the de0 driver cannot determine port, IRQ, DRQ, or IOMem address. Does this mean that I have to specify this information in the kernel config? 2b) if so, I know it is at IRQ 11 and the BIOS tells me it is using Mem address of 1000-107F; what is the device line going to look like? 3. dmesg gives me the following: pci0:13: vendor=0x1256, device=0x1400, class network (ethernet) int a irq 11 [no driver assigned] What exactly does this tell me/what does it mean? Any leads on any of the above are much appreciated: RTFMs, FAQs, whatever thanks --Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 13:49:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by hub.freebsd.org (Postfix) with ESMTP id 5F7AB14D36 for ; Thu, 30 Dec 1999 13:49:11 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from 208-58-239-192.s192.tnt1.atnnj.pa.dialup.rcn.com ([208.58.239.192] helo=dogma.freebsd-uk.eu.org) by smtp01.mrf.mail.rcn.net with esmtp (Exim 2.12 #3) id 123nQe-0005Zk-00; Thu, 30 Dec 1999 16:48:25 -0500 Message-ID: <386BD341.9894ABA2@dogma.freebsd-uk.eu.org> Date: Thu, 30 Dec 1999 16:48:50 -0500 From: Jonathon McKitrick X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: jsegovia@cnc.una.py, questions@freebsd.org Subject: sound on laptop Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, here are the stats according to windows and according to my BIOS: BIOS: WSS I/O address 530h SBPro I/O address 220h Synthesizer I/O address 388h WSS & SBPro & MPU401 IRQ level WSS (play) DMA Channel 1 WSS (rec) & SBPro DMA Channel 0 Control I/O address 538h MPU401 (MIDI I/F) 330h windows: I/O range 220-233,530-537,388-389,330-333,538-539, IRQ 5 DMA 1,0 Also, one way i am trying to test my sound is with the game XGalaga. I turn on sound and play, and it tells me it couldn't open /dev/dsp or that the DMA timed out, check IRQ/DRQ settings. Any ideas? I'm at my wits end with this. Linux configured this with no problem, so it can't be a major anomaly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 13:55:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id E05F91538D for ; Thu, 30 Dec 1999 13:55:24 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id RAA87172; Thu, 30 Dec 1999 17:00:15 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199912302200.RAA87172@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Recovering "Deleted" File In-Reply-To: <199912302048.VAA18244@dorifer.heim3.tu-clausthal.de> from Oliver Fromme at "Dec 30, 1999 09:48:41 pm" To: freebsd-questions@freebsd.org Date: Thu, 30 Dec 1999 17:00:15 -0500 (EST) Cc: cjclark@home.com Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (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 Oliver Fromme wrote, [Charset ISO-8859-1 unsupported, filtering to ASCII...] > (Posted and mailed according to ``Reply-To''.) > > Crist J. Clark wrote in list.freebsd-questions: > > First off, I realize that once 'rm'ed a file is pretty much > > unrecoverable on a UFS. However, this is a special case. A file has > > been 'rm'ed, but there is a program that still has that file 'opened.' > > > > IIRC, a file in this state is recoverable since it actually still > > physically exists, and I also know the inode (from fstat(1) > > output). So, uhh... How do I actually go about doing such a thing? > > You are right. As long as at least one process keeps the file > opened, it's data does exist on the disk. The problem is that > there is no directory entry anymore that references the inode. > > You can recover this with the ``fsdb'' tool. However, be VERY > careful. You can destroy the filesystem with fsdb if you're > doing the wrong things. I'd recommend that you read the manual > page of fsdb carefully. > > Having that said, recovering a reference to an existing inode > is easy if you know the inode number. Just change to any > directory on the filesystem which contains the inode, then > type (at the fsdb prompt): ``ln 42 foobar'', where 42 is the > inode number, and foobar is the name of the entry that shall be > created in the current directory as a reference for that inode. > then exit fsdb. That's it. > > You might want to do an fsck afterwards, just to be sure that > everything is alright, but it shouldn't be necessary. I forgot to mention this in my initial mail, but I think there should be a very "safe" way to do all of this. There really is no reason to save the exact same bits that are there now on the disk. I'd be perfectly happy to just copy the "deleted" file into a fresh new file, then let the old one disappear when I close the program. This reduces the problem to simply being able to open a FILE stream or file descriptor from just knowing the inode... which I am not familiar with doing and have not been able to track down in the manpages (even after having fsdb(8) pointed out to me). Thanks for the help so far. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 13:58:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id 2264914C1A for ; Thu, 30 Dec 1999 13:58:29 -0800 (PST) (envelope-from mw@theatre.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id WAA28498; Thu, 30 Dec 1999 22:58:12 +0100 (CET) Received: by theatre.sax.de (8.9.3/8.6.12-s1) id WAA63576; Thu, 30 Dec 1999 22:55:34 +0100 (CET) Date: Thu, 30 Dec 1999 22:55:34 +0100 From: Martin Welk To: Sheldon Hearn Cc: John , Jim Conner , freebsd-questions@FreeBSD.ORG Subject: Re: Wrapping Sendmail [was: Re: DNS Setup] Message-ID: <19991230225533.C63036@theatre.sax.de> References: <4.1.19991219141354.00957160@mail.udel.edu> <86563.945689682@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <86563.945689682@axl.noc.iafrica.com>; from sheldonh@uunet.co.za on Mon, Dec 20, 1999 at 01:34:42PM +0200 Organization: Private UUCP/Usenet site. X-Operating-System: FreeBSD http://www.freebsd.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Dec 20, 1999 at 01:34:42PM +0200, Sheldon Hearn wrote: > Using TCP Wrappers for sendmail is only really useful for special cases, > for example for relay-only hosts that don't accept incoming connections, > or hosts that only accept incoming connections from a limited number of > mail gateways. IP based mail filtering is in the most scenarios only a solution for the worst case, constant attacks or tries on your mailer daemon or denial of service attacks. Instead, you should read the sendmail documentation for prevention against misusing your mailer and filtering e-mail. First of all, don't permit relaying for domains and/or hosts you don't to relay for. This is the default for sendmail starting with version 8.9.x and it checks the DNS MX records if your host is a valid MX for a domain and decided by this, if it takes the mail or not. You can also include several black lists into sendmail from projects that collect data about repeating SPAM from hosts so you can at least include well-known spammer sites to block them from yours. We did so at a private ISP I do administration work for, and it reduced our non-wanted crap to almost nothing. Regards, Martin -- /| /| | /| / ,,You know, there's a lot of opportunities, / |/ | artin |/ |/ elk if you're knowing to take them, you know, there's a lot of opportunities, Freiberg/Saxony, Germany if there aren't you can make them, mw@sax.de / mw@theatre.sax.de make or break them!'' (Tennant/Lowe) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 13:59:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gtw.net (yavin.gtw.net [208.33.253.12]) by hub.freebsd.org (Postfix) with SMTP id 713DE14CC0 for ; Thu, 30 Dec 1999 13:59:21 -0800 (PST) (envelope-from john@day-light.com) Received: (qmail 26521 invoked from network); 30 Dec 1999 21:59:46 -0000 Received: from pm3-69.gtw.net (HELO s1-nt) (208.33.252.69) by yavin.gtw.net with SMTP; 30 Dec 1999 21:59:46 -0000 From: "John Brooks" To: Subject: Leave In Kernel? Date: Thu, 30 Dec 1999 16:00:40 -0600 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Message-Id: <19991230215921.713DE14CC0@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am building a custom kernel for a colocated email, ftp, & web server. Since there will never be anything connected to any of the serial or parallel ports, is there any compelling reason to leave them in the kernel? Will pulling them out have any detrimental repurcussions someplace else? Thanks, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 14: 1:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from thoth.mch.sni.de (thoth.mch.sni.de [192.35.17.2]) by hub.freebsd.org (Postfix) with ESMTP id 172F1153DF for ; Thu, 30 Dec 1999 14:01:36 -0800 (PST) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer thoth.mch.sni.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by thoth.mch.sni.de (8.9.3/8.9.3) with ESMTP id XAA08903; Thu, 30 Dec 1999 23:01:24 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id XAA24411; Thu, 30 Dec 1999 23:01:24 +0100 (MET) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id XAA84013; Thu, 30 Dec 1999 23:01:24 +0100 (CET) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id WAA09866; Thu, 30 Dec 1999 22:00:30 GMT (envelope-from ust) Date: Thu, 30 Dec 1999 23:00:30 +0100 From: Udo Schweigert To: Brooks Davis Cc: Kenny Drobnack , freebsd-questions@FreeBSD.ORG Subject: Re: CD-RW long filenames/rw filesystem. Message-ID: <19991230230030.A9721@alaska.cert.siemens.de> References: <19991230122336.C25831@orion.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991230122336.C25831@orion.ac.hmc.edu>; from brooks@one-eyed-alien.net on Thu, Dec 30, 1999 at 12:23:36PM -0800 X-Operating-System: FreeBSD 3.4-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 30, 1999 at 12:23:36 -0800, Brooks Davis wrote: > [Redirected to -questions where it belonged.] > > On Thu, Dec 30, 1999 at 02:19:58PM -0500, Kenny Drobnack wrote: > > A couple weeks ago I got a CD-RW drive, and decided to try it out under > > all the different OS's I use. In FreeBSD, the only way (it seems) to use > > it, is grab a bunch of stuff you want to backup/record and use mkisofs and > > cdrecord to dump it onto a CD. Everything I read seemed to indicate that > > this method limits you to the 8.3 filename format of iso9660 and all > > Rockridge does is add file/group permissions and ownership. is there any > > CD recording utilities/formats that can do long filenames (hopefully with > > Unix permissions)? > > This is incorrect. Rockridge adds long file names on OSes that support > the extensions (i.e. UNIX). If you want them to work with windows you > can use mkhybird to add Joliet extensions the disk as well. > The latest mkisofs from the ports collection also supports it. Since mkisofs is being in development (and comes with cdrecord) I recommend it. I normally make CD-images with something like: mkisofs -v -o -a -d -J -D -L -r -T This creates an image which will be usable under Win9x/NT (Joliet extension) and UNIX (RR extension). Regards ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 41166 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 14: 3:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id C3C181525D for ; Thu, 30 Dec 1999 14:03:53 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (zeus@tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id QAA01992 for ; Thu, 30 Dec 1999 16:06:41 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Thu, 30 Dec 1999 16:06:41 -0600 (CST) From: Gene Harris To: freebsd-questions@freebsd.org Subject: Re: repeat: pci problem w/ de0 NIC 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 Thu, 30 Dec 1999, Steve Lewis wrote: > > OK, let me try to explain this differently. > > -using 2.2.8-Release (the latest thing I have on CD) > -building network gateway (LAN/cable modem service) > This does not answer your question. You will get a lot more hardware support, better routing, better security and better administration with a 3.x release. Why build a new system with such an old release? Gene Harris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 14: 9:32 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 14EE41535E for ; Thu, 30 Dec 1999 14:09:29 -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 XAA23143 for freebsd-questions@FreeBSD.ORG; Thu, 30 Dec 1999 23:09:22 +0100 (CET) (envelope-from olli) Date: Thu, 30 Dec 1999 23:09:22 +0100 (CET) From: Oliver Fromme Message-Id: <199912302209.XAA23143@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: Recovering "Deleted" File 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 Josef Karthauser wrote in list.freebsd-questions: > On Thu, Dec 30, 1999 at 09:48:41PM +0100, Oliver Fromme wrote: > > > > Having that said, recovering a reference to an existing inode > > is easy if you know the inode number. Just change to any > > directory on the filesystem which contains the inode, then > > type (at the fsdb prompt): ``ln 42 foobar'', where 42 is the > > inode number, and foobar is the name of the entry that shall be > > created in the current directory as a reference for that inode. > > then exit fsdb. That's it. > > Can you do this on a "live" filesystem? Good question. I haven't tried this myself. In any case, it should only be a last resort if you really need that file back. In theory, it should work on a live filesystem, but since fsdb is working on the raw device, it circumvents the FS driver, which might cause problems. It's probably a good idea to umount the partition and perform fsck 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 Thu Dec 30 14:11:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id E6B6E15380 for ; Thu, 30 Dec 1999 14:11:23 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=ben) by scientia.demon.co.uk with smtp (Exim 3.092 #1) id 123nmU-000Fsw-00; Thu, 30 Dec 1999 22:10:50 +0000 Date: Thu, 30 Dec 1999 22:10:50 +0000 From: Ben Smithurst To: John Brooks Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Leave In Kernel? Message-ID: <19991230221050.A2134@strontium.scientia.demon.co.uk> References: <19991230215921.713DE14CC0@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991230215921.713DE14CC0@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Brooks wrote: > I am building a custom kernel for a colocated email, ftp, & web server. > Since there will never be anything connected to any of the serial or > parallel ports, is there any compelling reason to leave them in the kernel? > Will pulling them out have any detrimental repurcussions someplace else? I don't think so. One of my machines doesn't have any serial ports in the kernel, and I'm sure I've run machines without parallel ports in the past. -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 14:18:48 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 2A2BB1547D for ; Thu, 30 Dec 1999 14:18: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 XAA23739; Thu, 30 Dec 1999 23:18:37 +0100 (CET) (envelope-from olli) Date: Thu, 30 Dec 1999 23:18:37 +0100 (CET) From: Oliver Fromme Message-Id: <199912302218.XAA23739@dorifer.heim3.tu-clausthal.de> To: cjclark@home.com Subject: Re: Recovering "Deleted" File Cc: freebsd-questions@freebsd.org 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 Crist J. Clark wrote in list.freebsd-questions: > I forgot to mention this in my initial mail, but I think there should > be a very "safe" way to do all of this. Yes, of course there is a safe way. Use tar, restore, cpio or whatever to recover the file from your backup. :-) > There really is no reason to > save the exact same bits that are there now on the disk. I'd be > perfectly happy to just copy the "deleted" file into a fresh new file, > then let the old one disappear when I close the program. Once you rm the last directory entry that references the inode (i.e. the link counter of the inode is zero), there is no file anymore. There's only an orphaned inode. You can only copy files, not inodes, so you first have to "fake" a new entry for that inode to create a file. As far as I know, fsdb is the only way to do this (and this is only a "hack", of course, it is not supposed to be a clean way to recover files). 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 Thu Dec 30 14:25:20 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 4206314EDB for ; Thu, 30 Dec 1999 14:25:18 -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 OAA16781 for ; Thu, 30 Dec 1999 14:25:17 -0800 Date: Thu, 30 Dec 1999 14:25:17 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: make world 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 Is there a differnt way to make world on an old 2.2.2-RELEASE machine? I mean different from the 3.x branch ? I've just supped the source and am ready to do it. Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 14:29:52 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 1CE5915374 for ; Thu, 30 Dec 1999 14:29: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 XAA24368 for freebsd-questions@FreeBSD.ORG; Thu, 30 Dec 1999 23:29:46 +0100 (CET) (envelope-from olli) Date: Thu, 30 Dec 1999 23:29:46 +0100 (CET) From: Oliver Fromme Message-Id: <199912302229.XAA24368@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: repeat: pci problem w/ de0 NIC 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 Steve Lewis wrote in list.freebsd-questions: > -using 2.2.8-Release (the latest thing I have on CD) I'd recommend that you upgrade. If you need CDs, you can order 3.4-Release from www.freebsdmall.com. > -building network gateway (LAN/cable modem service) > > I have found little in the archive or FAQ to help me thus far, at least > little that made much sense to me. I am trying to install a pci NIC as > de0 (it's a GFC2204 which is compatible with the DEC21x4x supposedly). > > 1. Is there a better driver, perhaps a DEC22x4x driver, available (at a > later release perhaps)? There's a (very new) driver for DEC and compatible cards, called dc0. (However, I think it's only available in -current, but I'm not 100% sure about this.) > 2. according to /stand/help/hardware.hlp.gz the de0 driver cannot > determine port, IRQ, DRQ, or IOMem address. Does this mean that I have to > specify this information in the kernel config? The de0 driver supports only PCI cards. Hardware resources for PCI cards (interrupt, memory ranges etc.) are allocated automatically. You don't specify them, and you don't have to worry about them. > 2b) if so, I know it is at IRQ 11 and the BIOS tells me it is using Mem > address of 1000-107F; what is the device line going to look like? device de0 > 3. dmesg gives me the following: > > pci0:13: vendor=0x1256, device=0x1400, class network (ethernet) int a irq > 11 [no driver assigned] > > What exactly does this tell me/what does it mean? It means that none of the drivers in your kernel recognized the card. In other words: when your PCI bus controller driver found that PCI card, it asked around all your drivers ``OK, here's a card with vendor ID xxx and device ID yyy -- so which of you can drive this thing?'', and all drivers just shaked their heads. If you're _really_ sure that the chip on that card is 100% hardware compatible with DEC 21x4x, you could hack the de0 driver to accept that particular vendor/device IDs. Then rebuild your kernel, reboot, and see what happens... You could also avoid all of that hassle and just buy a real DEC card (or some reasonable clone, like the Macronix MX) for ~ $20. 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 Thu Dec 30 14:35:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from greg.ad9.com (greg.ad9.com [209.233.225.5]) by hub.freebsd.org (Postfix) with ESMTP id A668814C11 for ; Thu, 30 Dec 1999 14:35:57 -0800 (PST) (envelope-from nepolon@systray.com) Received: from greg.ad9.com (nepolon@greg.ad9.com [209.233.225.5]) by greg.ad9.com (8.9.1a/8.9.1) with ESMTP id OAA28657 for ; Thu, 30 Dec 1999 14:48:28 -0800 (PST) Date: Thu, 30 Dec 1999 14:48:28 -0800 (PST) From: Steve Lewis X-Sender: nepolon@greg.ad9.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: repeat: pci problem w/ de0 NIC 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 Thu, 30 Dec 1999, Gene Harris wrote: > > -using 2.2.8-Release (the latest thing I have on CD) > This does not answer your question. You will get a lot more > hardware support, better routing, better security and better > administration with a 3.x release. Why build a new system > with such an old release? No it doesn't answer my question. Someone suggested that I look at vr instead of de ... anyone have a link suggestion for research? It doesn't make much sense for me to go through the irritation of rebuilding the machine if there is no solution to my problem. Also, I object to the predominant attitude that 2.2.8 is old. Look at the time-stamps. Yeah I know alot has changed in FreeBSD since, but the calendar says the FreeBSD crew has been extremely productive. :) reason - as I said, it's the latest thing I have burned on CD. reason - I already had the boot floppy (note singular) made reason - habit, I just had the service installed and I'm not used to having this kind of bandwidth. Doh. Didn't consider a network install. --Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 14:39:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id 2B45014D2F; Thu, 30 Dec 1999 14:39:09 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@usr1-39.cybcon.com [205.147.75.40]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id OAA23723; Thu, 30 Dec 1999 14:38:56 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199912301542.KAA10313@kamikaze.mindspring.com> Date: Thu, 30 Dec 1999 14:40:39 -0800 (PST) From: William Woods To: Rajappa Iyer Subject: Re: Sound on a Thinkpad 770E Cc: freebsd-questions@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG, Frank Louwers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have it sorta working with: controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 device sbxvi0 at isa? port? irq? drq 3 conflicts device sbmidi0 at isa? port 0x300 irq? conflicts device opl0 at isa? port 0x388 irq? conflicts but it sounds like crap, 8 bit...any to change that? Full of static when I play a wav. I havent tried a CD yet On 30-Dec-99 Rajappa Iyer wrote: > Frank Louwers writes: > >> On Wed, Dec 29, 1999 at 10:40:23PM -0800, William Woods wrote: >> > Anyone get sound working on a Thinkpad 770E? If so, what options did you >> > use in >> >> What kind of soundcard does it have? An mwave? If so, there is not much you >> can do, as IBM won't release the specs, so nobody can write a driver. > > The documentation claims that it is CS4235-based card, but it cannot > be detected as such. Soundblaster emulation does, however, work: > > controller snd0 > device sb0 at isa? port 0x220 irq 5 drq 1 > device sbxvi0 at isa? port? irq? drq 3 conflicts > device sbmidi0 at isa? port 0x300 irq? conflicts > device opl0 at isa? port 0x388 irq? conflicts controller snd0 > device sb0 at isa? port 0x220 irq 5 drq 1 > device sbxvi0 at isa? port? irq? drq 3 conflicts > device sbmidi0 at isa? port 0x300 irq? conflicts > device opl0 at isa? port 0x388 irq? conflicts > > The dmesg output: > > sb0 at port 0x220 irq 5 drq 1 on isa0 > snd0: > opl0 at port 0x388 on isa0 > > Regards, > Rajappa > -- > a.k.a. Rajappa Iyer. New York, New York. > We're too busy mopping the floor to turn off the faucet. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message ---------------------------------- E-Mail: William Woods Date: 30-Dec-99 Time: 14:39:02 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 14:43:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from greg.ad9.com (greg.ad9.com [209.233.225.5]) by hub.freebsd.org (Postfix) with ESMTP id 9C9F1153C0 for ; Thu, 30 Dec 1999 14:43:14 -0800 (PST) (envelope-from nepolon@systray.com) Received: from greg.ad9.com (nepolon@greg.ad9.com [209.233.225.5]) by greg.ad9.com (8.9.1a/8.9.1) with ESMTP id OAA28715 for ; Thu, 30 Dec 1999 14:55:51 -0800 (PST) Date: Thu, 30 Dec 1999 14:55:51 -0800 (PST) From: Steve Lewis X-Sender: nepolon@greg.ad9.com To: freebsd-questions@FreeBSD.ORG Subject: Re: repeat: pci problem w/ de0 NIC In-Reply-To: <199912302229.XAA24368@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 Thu, 30 Dec 1999, Oliver Fromme wrote: > The de0 driver supports only PCI cards. Hardware resources for > PCI cards (interrupt, memory ranges etc.) are allocated that's what I thought. > If you're _really_ sure that the chip on that card is 100% > hardware compatible with DEC 21x4x, you could hack the de0 > driver to accept that particular vendor/device IDs. Then > rebuild your kernel, reboot, and see what happens... I will need some assistance to get me going in the right direction if I choose to go this route but for the time being I am going to do a net install of (likely) 3.4 over the 3c509 which was working fine on the LAN in 2.2.8 > You could also avoid all of that hassle and just buy a real > DEC card (or some reasonable clone, like the Macronix MX) for > ~ $20. not an option anytime soon unfortunately. The only other thing I can do is scrounge another 3c509TP but I would rather avoid that option. --Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 14:47:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id D6F75153E6; Thu, 30 Dec 1999 14:47:15 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@usr1-39.cybcon.com [205.147.75.40]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id OAA24334; Thu, 30 Dec 1999 14:47:14 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 30 Dec 1999 14:48:58 -0800 (PST) From: William Woods To: freebsd-mobile@freebsd.org, freebsd-questions@freebsd.org Subject: Hot Swapping bay on a Thinkpad 770E Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone got the hot swap bay to work on a Thinkpad 770E? I would love to "suspend" and swap CD and Floppy instead or power off, swap, power on every time.... ---------------------------------- E-Mail: William Woods Date: 30-Dec-99 Time: 14:46:49 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 14:49:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id ADA3E153FA; Thu, 30 Dec 1999 14:49:10 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@usr1-39.cybcon.com [205.147.75.40]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id OAA24540; Thu, 30 Dec 1999 14:49:09 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 30 Dec 1999 14:50:52 -0800 (PST) From: William Woods To: freebsd-mobile@freebsd.org, freebsd-questions@freebsd.org Subject: IRDA on a Thinkpad 770E Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know if IRDA works in FreeBSD? This Laptop has a copuple IR ports and it would be nice to trnasfer files like that....... ---------------------------------- E-Mail: William Woods Date: 30-Dec-99 Time: 14:49:44 FreeBSD 3.4 On a Laptop......... ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 14:50:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.houston.rr.com (sm1.texas.rr.com [24.93.35.54]) by hub.freebsd.org (Postfix) with ESMTP id 417AC15420 for ; Thu, 30 Dec 1999 14:50:32 -0800 (PST) (envelope-from cklumb@bayou.uh.edu) Received: from bayou.uh.edu ([24.27.84.115]) by mail.houston.rr.com with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 30 Dec 1999 16:50:55 -0600 Message-ID: <386BE25F.43A7EB0@bayou.uh.edu> Date: Thu, 30 Dec 1999 16:53:19 -0600 From: Christopher Klumb X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Compiling kernel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just recently installed FreeBSD 3.3. I decided to recompile the kernel to get my NIC working and to remove unwanted devices. I did: /usr/sbin/config MYKERNEL, cd ../../compile/MYKERNEL, make depend, make, make install. No error messages were recieved. However, when I reboot, it appears that the original kernel is being booted. All the devices I removed from MYKERNEL show up with "dmesg." More importantly, it is trying to initialze my NIC with parameters other then the ones I put in MYKERNEL. My NIC is a 3c503. When I boot I get the message "ed0 not found at io 280", or something like that. Could someone tell what gives? Also, what value should I use for the iomem parameter? Thanks, Christopher Klumb cklumb@bayou.uh.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 14:53: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id D2EE914DA2 for ; Thu, 30 Dec 1999 14:52:59 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (zeus@tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id QAA02106 for ; Thu, 30 Dec 1999 16:55:48 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Thu, 30 Dec 1999 16:55:48 -0600 (CST) From: Gene Harris To: freebsd-questions@freebsd.org Subject: Re: repeat: pci problem w/ de0 NIC 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 Thu, 30 Dec 1999, Steve Lewis wrote: > Also, I object to the predominant attitude that 2.2.8 is old. Look at the > time-stamps. Yeah I know alot has changed in FreeBSD since, but the > calendar says the FreeBSD crew has been extremely productive. :) It's old man, I don't care what the time stamps say. You can think what you wanna think. If the system is built and working, then I say leave it alone. If it is new, then go with the current flow. It is easier to get help, and as I said before, the hardware support in 3.4 is stellar, to say the least. > reason - as I said, it's the latest thing I have burned on CD. With a cable modem, why do you care? Geez Louise You can always hook a Win machine up to download the OS at light speed. You can even install via ftp from the boot floppies. My crummy little isdn line let me do the whole shebang in about 4 hours from a floppy boot. Gene Harris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 14:59:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axp5.physik.fu-berlin.de (axp5.physik.fu-berlin.de [160.45.34.3]) by hub.freebsd.org (Postfix) with ESMTP id 47DD71540A; Thu, 30 Dec 1999 14:59:28 -0800 (PST) (envelope-from dieringe@sirius.physik.fu-berlin.de) Received: from sirius.physik.fu-berlin.de (sirius.physik.fu-berlin.de [160.45.34.162]) by axp5.physik.fu-berlin.de (8.9.1a/8.9.1) with ESMTP id XAA13386; Thu, 30 Dec 1999 23:56:54 +0100 (MET) Received: from localhost (dieringe@localhost) by sirius.physik.fu-berlin.de (8.9.1a/8.9.1) with ESMTP id XAA27644; Thu, 30 Dec 1999 23:56:53 +0100 (MET) Date: Thu, 30 Dec 1999 23:56:53 +0100 (MET) From: Martin Dieringer To: William Woods Cc: Rajappa Iyer , freebsd-questions@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG, Frank Louwers Subject: Re: Sound on a Thinkpad 770E (600) 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 Hi, I just succeeded in setting up my thinkpad 600 to do playback AND record at 16bit, 44100 Hz. finally. the line I use is device pcm0 at isa? port 0x52C tty irq 5 drq 1 flags 0x10 no snd0 controller, of course. the tp 600 has a crystal CS 4237B, similar on the 770? the trick for me was to set the flags for the second dma as 0. this leads to (dmesg): pcm0 at 0x52c irq 5 drq 1 flags 0xa610 on isa mss_attach 0 at 0x52c irq 5 dma 1:0 flags 0xa610 so now I'm looking for good software to record. Is there anything simple like just a commandline tool to record to the harddisk? The 'DAP' program works but is quite slow and it doesn't seem to be able to record larger pieces. martin On Thu, 30 Dec 1999, William Woods wrote: > I have it sorta working with: > > controller snd0 > device sb0 at isa? port 0x220 irq 5 drq 1 > device sbxvi0 at isa? port? irq? drq 3 conflicts > device sbmidi0 at isa? port 0x300 irq? conflicts > device opl0 at isa? port 0x388 irq? conflicts > > but it sounds like crap, 8 bit...any to change that? Full of static when I play > a wav. I havent tried a CD yet > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 14:59:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law-oe33.hotmail.com [209.185.131.32]) by hub.freebsd.org (Postfix) with SMTP id DE8CE153D0 for ; Thu, 30 Dec 1999 14:59:53 -0800 (PST) (envelope-from hakan_duran@hotmail.com) Received: (qmail 28898 invoked by uid 65534); 30 Dec 1999 22:59:52 -0000 Message-ID: <19991230225952.28897.qmail@hotmail.com> X-Originating-IP: [193.140.239.173] From: "E. Hakan Duran" To: "Dru" Cc: References: Subject: Re: ppp login failure Date: Fri, 31 Dec 1999 00:52:36 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: Dru To: E. Hakan Duran Cc: Sent: 29 Aralŭk 1999 Çarŝamba 01:25 Subject: Re: ppp login failure > > Get rid of the lines > > disable chap > disable pap > papchap: > > Then try > > dial ISP > > while in ppp mode. I did. But nothing seems to change. In terminal mode I can see lines consisting "AUTHPROT=(PAP)" or something similiar to it. My windows connection which has no problem in connecting to the same server includes a checked-box indicating software compression enabled. Also in terminal session, as far as I can see, there is a problem in authentication, because my username and password (shown as ********) seems to be sent 2-3 times. Another (silly?) question is: If I can get connected in terminal mode, do I stay connected after starting X? Thanks in advance... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 15: 3: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 2C75B14BD3; Thu, 30 Dec 1999 15:02:50 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id QAA49242; Thu, 30 Dec 1999 16:02:48 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id QAA13197; Thu, 30 Dec 1999 16:02:48 -0700 (MST) Message-Id: <199912302302.QAA13197@harmony.village.org> To: William Woods Subject: Re: IRDA on a Thinkpad 770E Cc: freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG In-reply-to: Your message of "Thu, 30 Dec 1999 14:50:52 PST." References: Date: Thu, 30 Dec 1999 16:02:47 -0700 From: Warner Losh Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message William Woods writes: : Does anyone know if IRDA works in FreeBSD? This Laptop has a copuple IR ports : and it would be nice to trnasfer files like that....... "works" yes. One can connect to it via the serial port and talk to other machines that have a serial port. I've done this as far back as 2.2.8, but any version will work. "Implements IrDA" no. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 15: 4:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from student.rug.ac.be (student.rug.ac.be [157.193.88.45]) by hub.freebsd.org (Postfix) with ESMTP id C73451503D; Thu, 30 Dec 1999 15:04:18 -0800 (PST) (envelope-from frank@student.rug.ac.be) Received: (from frank@localhost) by student.rug.ac.be (8.9.3/8.9.3/DSA/1.0) id AAA24462; Fri, 31 Dec 1999 00:04:05 +0100 Date: Fri, 31 Dec 1999 00:04:05 +0100 From: "Frank (sysadmin)" To: William Woods Cc: freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: IRDA on a Thinkpad 770E Message-ID: <19991231000405.A24422@student.rug.ac.be> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from freebsd@cybcon.com on Thu, Dec 30, 1999 at 02:50:52PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 30, 1999 at 02:50:52PM -0800, William Woods wrote: > Does anyone know if IRDA works in FreeBSD? This Laptop has a copuple IR ports > and it would be nice to trnasfer files like that....... I asked the same question a day ago or so :) There isn't any support yet, but on the 'BSD Driver Database', there is project ... There are drivers voor linux, so it *can* be done ... frank (whishing he could sync his palmV to his laptop over IR ...) -- Frank Louwers Unix System Administrator PGP: 1024D/3F6A7EDD D597 566A BDF5 BBFB C308 447A 5E81 1188 3F6A 7EDD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 15:14: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id F09C415501; Thu, 30 Dec 1999 15:13:52 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@usr1-31.cybcon.com [205.147.75.32]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id PAA26939; Thu, 30 Dec 1999 15:11:08 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 30 Dec 1999 15:12:52 -0800 (PST) From: William Woods To: Martin Dieringer Subject: Re: Sound on a Thinkpad 770E (600) Cc: Frank Louwers , freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG, Rajappa Iyer Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just tried that, no go, must be different sound cards. On 30-Dec-99 Martin Dieringer wrote: > > > Hi, > > I just succeeded in setting up my thinkpad 600 to do playback AND > record at 16bit, 44100 Hz. finally. > the line I use is > > device pcm0 at isa? port 0x52C tty irq 5 drq 1 flags 0x10 > > no snd0 controller, of course. > > the tp 600 has a crystal CS 4237B, similar on the 770? > the trick for me was to set the flags for the second dma as 0. > this leads to (dmesg): > pcm0 at 0x52c irq 5 drq 1 flags 0xa610 on isa > mss_attach 0 at 0x52c irq 5 dma 1:0 flags 0xa610 > > > so now I'm looking for good software to record. > Is there anything simple like just a commandline tool to record > to the harddisk? > The 'DAP' program works but is quite slow and it doesn't seem to be able > to record larger pieces. > > martin > > > > > > On Thu, 30 Dec 1999, William Woods wrote: > >> I have it sorta working with: >> >> controller snd0 >> device sb0 at isa? port 0x220 irq 5 drq 1 >> device sbxvi0 at isa? port? irq? drq 3 conflicts >> device sbmidi0 at isa? port 0x300 irq? conflicts >> device opl0 at isa? port 0x388 irq? conflicts >> >> but it sounds like crap, 8 bit...any to change that? Full of static when I >> play >> a wav. I havent tried a CD yet >> ---------------------------------- E-Mail: William Woods Date: 30-Dec-99 Time: 15:12:18 FreeBSD 3.4 On a Laptop......... ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 15:15: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe27.law3.hotmail.com [209.185.240.20]) by hub.freebsd.org (Postfix) with SMTP id DF05314BF4 for ; Thu, 30 Dec 1999 15:15:03 -0800 (PST) (envelope-from natrajanmonica@hotmail.com) Received: (qmail 11316 invoked by uid 65534); 30 Dec 1999 23:15:03 -0000 Message-ID: <19991230231503.11315.qmail@hotmail.com> X-Originating-IP: [129.49.76.91] From: "Monica Natrajan" To: Subject: First time installation of freeBSD Date: Thu, 30 Dec 1999 18:24:11 -0000 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 Hi I am trying to install FreeBSD in celeron machine(part of specs detailed below) The freeBSD handbook mentions a few hardware items which freeBSD is supposed to be compliant with However, there are obviously a lot of other points that are not mentioned Can anyone please patiently explain a) if this is the only list on the free BSD site b) and do I need to worry about the extra items that win98 control panel claims that are in the machine c) when I try to install from a CD - the first screen shows a number of conflicts in device drivers and asks me to disable some of them - on what basis I am supposed to disable the drivers and what happens if I incorrectly disable some of them also if someone can describe first hand novice experience in installing freeBSD - then it will be really helpful - (this is getting a bigger project than it was supposed to be ) Specs: CDROM : LG CD ROM CRD 8322B Disk drives Generic IDE DISKType 01 Generic NEC Floppy Disk Display Adapters Intel(R) Chipset Graphics Driver PV 1.0 Floppy disk controller Standard Floppy disk controller Hard disk controller Primary IDE controller(single fifo) Standard Dual PCI IDE IDE Controller Standard IDE/ESDI Hard disk controller HCF MODEM Rockwell PCI Modem Enumerator Monitor unnknown Network adapaters dial up To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 15:33: 3 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 2D5BF14E40 for ; Thu, 30 Dec 1999 15:32:59 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id KAA00608; Fri, 31 Dec 1999 10:02:53 +1030 (CST) Date: Fri, 31 Dec 1999 10:02:53 +1030 From: Greg Lehey To: Laszlo Vagner Cc: questions@FreeBSD.ORG Subject: Re: how to do a backup Message-ID: <19991231100253.A473@freebie.lemis.com> References: <19991230.2052000@cx264598-a.mesa1.az.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991230.2052000@cx264598-a.mesa1.az.home.com> 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 Thursday, 30 December 1999 at 2:05:20 +0000, Laszlo Vagner wrote: > I never used a tape drive and recently got an aiwa gd-8000 > which uses 120meter tapes. This is a DDS-2 drive. It also uses 60 and 90 metre tapes. > The drive is recognised as SA0 I suppose you mean /dev/nrsa0. > and i have a new tape in the drive (unformatted?) You don't format DDS tapes. > what are the commands to back up my whole system to this tape and > the commands to restore the system from it. > I am assuming a dump would be possible.... There are many. I use tar. Others use dump. When making the choice, remember that you can read tapes written by tar on just about any machine. If you use dump, you're pretty well restricted to BSD, and I'm not even sure if you can read a FreeBSD dump on other flavours of BSD. There are no particular restrictions on this drive, except that the manufacturer has gone out of business and nobody knows what the lights on the front mean. 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 Thu Dec 30 15:36:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by hub.freebsd.org (Postfix) with SMTP id A9A0B14CBB for ; Thu, 30 Dec 1999 15:36:47 -0800 (PST) (envelope-from Matthew.Thyer@dsto.defence.gov.au) Received: by digger1.defence.gov.au; id KAA26233; Fri, 31 Dec 1999 10:04:19 +1030 Received: from dsto-ms2.dsto.defence.gov.au(131.185.2.150) by digger1.defence.gov.au via smap (V4.2) id xma026192; Fri, 31 Dec 99 10:03:41 +1030 Received: from muttley.dsto.defence.gov.au (unverified [131.185.2.1]) by dsto-ms2.dsto.defence.gov.au (Integralis SMTPRS 2.0.15) with ESMTP id for ; Fri, 31 Dec 1999 10:03:23 +1030 Received: from fang.dsto.defence.gov.au (fang.dsto.defence.gov.au [131.185.2.5]) by muttley.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id KAA05547 for ; Fri, 31 Dec 1999 10:04:15 +1030 (CST) Received: from fuzz.dsto.defence.gov.au (fuzz.dsto.defence.gov.au [131.185.75.229]) by fang.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id KAA27570 for ; Fri, 31 Dec 1999 10:04:15 +1030 (CST) Received: from dsto.defence.gov.au (localhost [127.0.0.1]) by fuzz.dsto.defence.gov.au (8.9.3/8.9.3) with ESMTP id KAA95146 for ; Fri, 31 Dec 1999 10:04:15 +1030 (CST) (envelope-from Matthew.Thyer@dsto.defence.gov.au) Message-Id: <386BEBF5.89F5C597@dsto.defence.gov.au> Date: Fri, 31 Dec 1999 10:04:13 +1030 From: Matthew Thyer X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: "AV300" Turbochannel video card supported ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is the "AV300" Turbochannel video card supported by FreeBSD Alpha ? (this card may also be known as a "J300") -- Matthew Thyer Phone: +61 8 8259 7249 Corporate Information Systems Fax: +61 8 8259 5537 Defence Science and Technology Organisation, Salisbury PO Box 1500 Salisbury South Australia 5108 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 16:17:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 242BB14CBB for ; Thu, 30 Dec 1999 16:17:46 -0800 (PST) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 13944 invoked from network); 30 Dec 1999 13:10:53 -0000 Received: from localhost (HELO localhost.snowmoon.com) (127.0.0.1) by localhost with SMTP; 30 Dec 1999 13:10:53 -0000 Date: Thu, 30 Dec 1999 08:10:53 -0500 (EST) From: Jaime Kikpole To: Ferhat Doruk Cc: freebsd-questions@FreeBSD.ORG Subject: Re: strange 0.0% idle CPU 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 Thu, 30 Dec 1999, Ferhat Doruk wrote: > there is no load on the machine, idle percentage of CPU seems 0.0%. I think > last pid: 938; load averages: 0.00, 0.00, 0.00 > up 0+12:14:58 09:20:18 > 26 processes: 1 running, 25 sleeping > CPU states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 0.0% > idle > Mem: 4500K Active, 6752K Inact, 14M Wired, 8348K Buf, 99M Free > Swap: 261M Total, 261M Free > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > 171 root 10 0 988K 584K nanslp 0:00 0.00% 0.00% cron > 127 root 2 0 824K 520K select 0:00 0.00% 0.00% syslogd > 904 root 2 0 888K 656K select 0:00 0.00% 0.00% telnetd > 935 root 28 0 1576K 920K RUN 0:00 0.00% 0.00% top > 234 root 3 0 1336K 988K ttyin 0:00 0.00% 0.00% bash I see that you only used "top". Try "top -S -s1" and see if you find any additional information. It could be that your sync (write data to disk) process or some other process is using up this CPU time and its not shown in the standerd "top" output. Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 16:24:11 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 67C9714D60; Thu, 30 Dec 1999 16:24:08 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id RAA19463; Thu, 30 Dec 1999 17:24:07 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id RAA26498; Thu, 30 Dec 1999 17:24:06 -0700 Date: Thu, 30 Dec 1999 17:24:06 -0700 Message-Id: <199912310024.RAA26498@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: William Woods Cc: freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Hot Swapping bay on a Thinkpad 770E In-Reply-To: References: X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Has anyone got the hot swap bay to work on a Thinkpad 770E? I would love to > "suspend" and swap CD and Floppy instead or power off, swap, power on every > time.... It ain't gonna happen anytime soon, since FreeBSD is not (yet) ready for swapping hardware. Warner is getting closer with his pccard work, which should pave the way for more drivers to be loadable/unloadable. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 16:28: 7 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 9102714D0D for ; Thu, 30 Dec 1999 16:27:50 -0800 (PST) (envelope-from peteyng@home.com) Received: from asus ([24.114.210.194]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with SMTP id <19991231002540.CERS7552.mail.rdc3.on.home.com@asus> for ; Thu, 30 Dec 1999 16:25:40 -0800 From: "Pete Young" To: "freebsd-questions@FreeBSD.ORG" Date: Thu, 30 Dec 1999 19:26:42 +0500 Reply-To: "PeteYoung" X-Mailer: PMMail 1.96a For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: IPFW troubles on 3.4-R Message-Id: <19991231002540.CERS7552.mail.rdc3.on.home.com@asus> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm having some trouble getting rc.firewall (et al) to play nice. > Here's the last few lines of dmesg: > > changing root device to wd0s1a > IP packet filtering initialized, divert disabled, rule-based forwarding disabled, logging > disabled > ip_fw_ctl: invalid command You need to compile a new kernel with option IPFIREWALL option IPDIVERT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 16:30:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 6D67B14EBD; Thu, 30 Dec 1999 16:30:36 -0800 (PST) (envelope-from rajappa@mindspring.com) Received: from kamikaze.mindspring.com (user-2iveb5q.dialup.mindspring.com [165.247.44.186]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id TAA24671; Thu, 30 Dec 1999 19:29:24 -0500 (EST) Received: (from rsi@localhost) by kamikaze.mindspring.com (8.9.3/8.9.3) id TAA00497; Thu, 30 Dec 1999 19:31:37 -0500 (EST) (envelope-from rajappa@mindspring.com) Message-Id: <199912310031.TAA00497@kamikaze.mindspring.com> X-Authentication-Warning: kamikaze.mindspring.com: rsi set sender to rajappa@mindspring.com using -f To: William Woods Cc: Martin Dieringer , Frank Louwers , freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Sound on a Thinkpad 770E (600) References: From: Rajappa Iyer Date: 30 Dec 1999 19:31:37 -0500 Reply-To: rajappa@mindspring.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG William Woods writes: > I just tried that, no go, must be different sound cards. Actually that worked for me. I'm running -CURRENT if that makes a difference. The config entry was as Martin suggested minus the ``tty'' keyword. The dmesg output is pcm0: at port 0x52c-0x533 irq 5 drq 1 flags 0xa110 on isa0 > On 30-Dec-99 Martin Dieringer wrote: > > Hi, > > > > I just succeeded in setting up my thinkpad 600 to do playback AND > > record at 16bit, 44100 Hz. finally. > > the line I use is > > > > device pcm0 at isa? port 0x52C tty irq 5 drq 1 flags 0x10 > > > > no snd0 controller, of course. > > > > the tp 600 has a crystal CS 4237B, similar on the 770? > > the trick for me was to set the flags for the second dma as 0. > > this leads to (dmesg): > > pcm0 at 0x52c irq 5 drq 1 flags 0xa610 on isa > > mss_attach 0 at 0x52c irq 5 dma 1:0 flags 0xa610 > > > > > > so now I'm looking for good software to record. > > Is there anything simple like just a commandline tool to record > > to the harddisk? > > The 'DAP' program works but is quite slow and it doesn't seem to be able > > to record larger pieces. -- a.k.a. Rajappa Iyer. New York, New York. We're too busy mopping the floor to turn off the faucet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 16:30:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 74BFC14BE1 for ; Thu, 30 Dec 1999 16:30:35 -0800 (PST) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 11533 invoked from network); 29 Dec 1999 12:30:33 -0000 Received: from localhost (HELO localhost.snowmoon.com) (127.0.0.1) by localhost with SMTP; 29 Dec 1999 12:30:33 -0000 Date: Wed, 29 Dec 1999 07:30:32 -0500 (EST) From: Jaime Kikpole To: Jason Cc: Brooks Davis , questions@FreeBSD.ORG Subject: Re: Cable Modem Support In-Reply-To: <001f01bf519a$7533b680$4900a8c0@stan> 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 Tue, 28 Dec 1999, Jason wrote: > Thanks for the reply. Shooting my ISP is something I have thought about for > months now :). But need them because at least they do allow me high speed > win98 acess which is better than nothing. If you're really set on using Unix, you might want to consider an eMachines $400 computer to use as a router-like device. I've heard that Windows 98 SE has something called "Internet Sharing" which sounded a lot like a weird NAT/DHCP system. > As for ISDN....it seems the ISDN uses the same sort of conditioned line as > DSL. So it would cost exactly the same to install either one. I have spoke > with Covad and the ILEC here many times over this issue. They seem very > set. Its odd that a T1 can be installed for under $500 and cost around > $269/month....but Covad refuses to accept a Point to Point line ordered by > me for their service. They say Contracts with the ILEC prevents me from > providing my own Local Loop. If you can get the line itself from the telco instead of the ISP perhaps you could then find an ISP somewhere else on that telco's network which would be willing to send IP services over the telco's system and into your T1. I couldn't tell from your letter if Covad was the telco or ISP. > anyhow....will have to wait out this Cable modem issue until the new two way > modems are released....they told me they would be out in 98....still > waiting. Good luck. I know that waiting for high speed connections is really depressing. You should ask your ISP if they'll support an ISDN connection, though. Those *do* work over FreeBSD, even if the ISP doesn't officially support them. Just reboot into Windows while the techs are there and then reboot back into FreeBSD and try to configure it. You can even avoid the $0.01/channel/minute charges by using data-over-voice for a 112 Kbps connection instead of a data-over-data connection of 128Kbps. Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 16:34:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id ACF7014C34; Thu, 30 Dec 1999 16:34:12 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA49563; Thu, 30 Dec 1999 17:34:10 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA14285; Thu, 30 Dec 1999 17:34:10 -0700 (MST) Message-Id: <199912310034.RAA14285@harmony.village.org> To: nate@mt.sri.com (Nate Williams) Subject: Re: Hot Swapping bay on a Thinkpad 770E Cc: William Woods , freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG In-reply-to: Your message of "Thu, 30 Dec 1999 17:24:06 MST." <199912310024.RAA26498@mt.sri.com> References: <199912310024.RAA26498@mt.sri.com> Date: Thu, 30 Dec 1999 17:34:10 -0700 From: Warner Losh Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <199912310024.RAA26498@mt.sri.com> Nate Williams writes: : It ain't gonna happen anytime soon, since FreeBSD is not (yet) ready for : swapping hardware. Warner is getting closer with his pccard work, which : should pave the way for more drivers to be loadable/unloadable. Yes, we also need to get the hot-swap PnP events (and I think ACPI in modern systems) to do this properly. The new ata driver also needs work for devices that go away suddenly as well, which may fall out from the pccard stuff. The floppy driver may also need work. I have most of the fdc port to pccard, but haven't had time to finish it up. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 16:40:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id A8A8214E4F for ; Thu, 30 Dec 1999 16:40:40 -0800 (PST) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 13978 invoked from network); 30 Dec 1999 13:27:08 -0000 Received: from localhost (HELO localhost.snowmoon.com) (127.0.0.1) by localhost with SMTP; 30 Dec 1999 13:27:08 -0000 Date: Thu, 30 Dec 1999 08:27:08 -0500 (EST) From: Jaime Kikpole To: freebsd-questions@freebsd.org Subject: Disk quota & informing non-shell users 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 At work I have about 1000 (soon to be as many as 2000) users who are limited to web-based and file-sharing access to their main server. The web access in question is to their email, bookmarks, calendar, etc. via a PHP3 program called TWIG. File sharing access is via NetATalk and Samba. I've also added a password changing web page that uses a CGI to pull off its tricks. My problem comes in when I need to install a disk quota system in the next few weeks. How do I notify the users of their disk usage? If there was a way to do this with PHP3, I could plug it right into TWIG and let them see it when they check their email. If there was a way to get the netatalk-asun port to report available disk space as thedisk quota and not the remaining space on the partition, then I would tell users to check it that way. (95% of our workstations are running MacOS 8.1 or higher, there are very few Windows computers at my job.) Does anyone have a suggestion on this? Is there something on freshmeat.net that I didn't see? Any web based or netatalk based solutions would be greatly appreciated. Of course, if there's another solution that I overlooked, that would be great, too. :) The only way that I've come up with to date is emailing all users their quota each night, but if they're over quota, then they wouldn't be able to receive that email.... :( Thanks in advance, Jaime P.S. - I've tried to email this to the mailing list twice before and have yet to see it come back from the mailing list. Does anyone know why this might have happened? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 16:49:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server03.gw.total-web.net (server03.gw.total-web.net [209.186.12.20]) by hub.freebsd.org (Postfix) with SMTP id E0CA814CD4 for ; Thu, 30 Dec 1999 16:49:31 -0800 (PST) (envelope-from jtilly@gw.total-web.net) Received: (qmail 5459 invoked from network); 31 Dec 1999 00:49:29 -0000 Received: from ip-165-157.gw.total-web.net (HELO frodo) (209.187.165.157) by server03.gw.total-web.net with SMTP; 31 Dec 1999 00:49:29 -0000 Message-ID: <016201bf5341$06618fe0$0301a8c0@lothlorien.com> From: "Jesse Tilly" To: "Ben Smithurst" , "John Brooks" Cc: References: <19991230215921.713DE14CC0@hub.freebsd.org> <19991230221050.A2134@strontium.scientia.demon.co.uk> Subject: Re: Leave In Kernel? Date: Thu, 30 Dec 1999 19:41:43 -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 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 None of my machines run with serial or parallel ports and everything related has been commented in the kernel configs. No problems, and plenty of free IRQs for network cards! Jesse - ----- Original Message ----- From: "Ben Smithurst" To: "John Brooks" Cc: Sent: Thursday, December 30, 1999 2:10 PM Subject: Re: Leave In Kernel? > John Brooks wrote: > > > I am building a custom kernel for a colocated email, ftp, & web > > server. Since there will never be anything connected to any of > > the serial or parallel ports, is there any compelling reason to > > leave them in the kernel? Will pulling them out have any > > detrimental repurcussions someplace else? > > I don't think so. One of my machines doesn't have any serial ports > in the kernel, and I'm sure I've run machines without parallel > ports in the past. > > -- > Ben Smithurst | PGP: 0x99392F7D > ben@scientia.demon.co.uk | key available from keyservers and > | ben+pgp@scientia.demon.co.uk > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.1 for non-commercial use iQA/AwUBOGwl9QmK+av4UFSjEQLy2wCdHMx/jDmDbWODqKR90CKjOs6o0pMAniMf zrIe7JNdLUm8s4zA+Rz7F5CT =g9gO -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 16:51:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id AF05D151B4 for ; Thu, 30 Dec 1999 16:51:34 -0800 (PST) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 11574 invoked from network); 29 Dec 1999 12:51:28 -0000 Received: from localhost (HELO localhost.snowmoon.com) (127.0.0.1) by localhost with SMTP; 29 Dec 1999 12:51:28 -0000 Date: Wed, 29 Dec 1999 07:51:28 -0500 (EST) From: Jaime Kikpole To: Mojahedul Hoque Abul Hasanat Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem with mixer In-Reply-To: <19991229101817.B322@mars.cosmos.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 On Wed, 29 Dec 1999, Mojahedul Hoque Abul Hasanat wrote: > I had sound working fine with my FreeBSD 2.2.6-RELEASE. Now I > moved to 3.3-RELEASE, and can't get the mixer working! Sound [...snip...] > My card is ESS1868 (PNP), Voxware driver. I searched the > archive, lot of similar problems, but couldn't find any solution. I don't know if this helps you any, but I think that I used to use a ESS1868. I can't remember for sure. But if its one of the cards that I think it is, maybe these kernel config options will be of use to you: Add this: device pcm0 Comment out all VoxWare drivers, such as snd0, sb0, sbxvi0, etc. This worked for me. Also of possible note: CHIPSET: ESS1868 ESS688 http://www.esstech.com pnp 1 1 os enable irq0 7 drq0 1 port0 0x220 There used to be documentation for the 1868 on the ESS site (files ds1868b1.pdf and ds1868b2.pdf) but I am unable to find it now (980122). I have asked ESS but no reply so far. partly supported in SB emulation. (the ESS688 is used on many notebooks. It is probably able to do 8 and 16-bit, half duplex). That was from the file /usr/src/sys/i386/isa/snd/CARDS on my 3.2-RELEASE system. Good luck, Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 16:52:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 35D7B14D0D for ; Thu, 30 Dec 1999 16:52:21 -0800 (PST) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 11553 invoked from network); 29 Dec 1999 12:40:18 -0000 Received: from localhost (HELO localhost.snowmoon.com) (127.0.0.1) by localhost with SMTP; 29 Dec 1999 12:40:18 -0000 Date: Wed, 29 Dec 1999 07:40:17 -0500 (EST) From: Jaime Kikpole To: David Uzzell Cc: Joseph Scott , Michael Lucas , questions@FreeBSD.ORG Subject: Re: Calendar & meeting scheduling server? 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 Wed, 29 Dec 1999, David Uzzell wrote: > Check out www.joydesk.com They are in the process of doing this know. > On Tue, 28 Dec 1999, Joseph Scott wrote: > > Michael Lucas wrote: > > > Is there any calendar/scheduling software in the ports collection that > > > will handle the server end of this, or does he need an Exchange box? > > > Surely someone's written something for this? > > > > If they do my boss would probably kill for one. We are trying to > > avoid being in the same boat, our FreeBSD mail server runs great. But > > there's lots of pressure to have schedule features that will work with > > MS Exchange boxes on our campus network. It is a much weaker solution than some of the alternatives, but TWIG (http://twig.screwdriver.net) is a decent groupware program which only requires a web browser (even lynx works!) on the client end. Since it stores most of its data via a mix of IMAP and an SQL server, it might be possible to "roll your own" solution for connecting it to Exchange. Its GPLed and has a few mailing lists and a CVS server dedicated to its development. At the moment the calendaring functions are rather minimal, but they are probably the next major focus of the developers, as I understand it. I don't get a chance to read every email on twig-devel, but I do run the CVS server from a server at my job. I've seen a great deal of progress on the program since setting up the CVS server for them and honestly have lost track of the source code because of how quickly the main developers have added and improved things. In the last six months its gone from a decent web-email program to a great web-email program with a large API for expanding it and lots of configuration options for both the user and administrator. Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 16:54: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fremont.bolingbroke.com (adsl-216-102-90-210.dsl.snfc21.pacbell.net [216.102.90.210]) by hub.freebsd.org (Postfix) with ESMTP id 0E900151B4 for ; Thu, 30 Dec 1999 16:54:06 -0800 (PST) (envelope-from ken@bolingbroke.com) Received: from localhost (ken@localhost) by fremont.bolingbroke.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id QAA72440 for ; Thu, 30 Dec 1999 16:54:05 -0800 (PST) Date: Thu, 30 Dec 1999 16:54:05 -0800 (PST) From: Ken Bolingbroke X-Sender: ken@fremont.bolingbroke.com To: freebsd-questions@FreeBSD.ORG Subject: reading/writing raw disk partitions 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 Does there exist any utility that runs under FreeBSD and can read and write directly to disk partitions, regardless of the format? For example, if I had a NTFS partition and another Linux ext2fs partition, is it possible to use a FreeBSD utility to dump both of those partitions to a file, then if needed later, restore them back to the original partition? I don't expect to be able to read the individual files on those partitions, of course, but I would like to be able to dump and restore the entire partition from FreeBSD if at all possible. Ken Bolingbroke hacker@bolingbroke.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 16:55:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id 2467E14CD4; Thu, 30 Dec 1999 16:55:27 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@usr1-2.cybcon.com [205.147.75.3]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id QAA05069; Thu, 30 Dec 1999 16:55:23 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199912310031.TAA00497@kamikaze.mindspring.com> Date: Thu, 30 Dec 1999 16:57:07 -0800 (PST) From: William Woods To: Rajappa Iyer Subject: Re: Sound on a Thinkpad 770E (600) Cc: freebsd-questions@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG, Frank Louwers , Martin Dieringer Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I just did that, and this is the output in dmesg: pcm0 at 0x52c irq 5 drq 1 flags 0xa610 on isa I did a : /dev/./MAKEDEV snd0 , nada /dev/./MAKEDEV snd1 , nada any ideas? On 31-Dec-99 Rajappa Iyer wrote: > William Woods writes: > >> I just tried that, no go, must be different sound cards. > > Actually that worked for me. I'm running -CURRENT if that makes a > difference. The config entry was as Martin suggested minus the > ``tty'' keyword. The dmesg output is > > pcm0: at port 0x52c-0x533 irq 5 drq 1 flags 0xa110 on isa0 > >> On 30-Dec-99 Martin Dieringer wrote: >> > Hi, >> > >> > I just succeeded in setting up my thinkpad 600 to do playback AND >> > record at 16bit, 44100 Hz. finally. >> > the line I use is >> > >> > device pcm0 at isa? port 0x52C tty irq 5 drq 1 flags 0x10 >> > >> > no snd0 controller, of course. >> > >> > the tp 600 has a crystal CS 4237B, similar on the 770? >> > the trick for me was to set the flags for the second dma as 0. >> > this leads to (dmesg): >> > pcm0 at 0x52c irq 5 drq 1 flags 0xa610 on isa >> > mss_attach 0 at 0x52c irq 5 dma 1:0 flags 0xa610 >> > >> > >> > so now I'm looking for good software to record. >> > Is there anything simple like just a commandline tool to record >> > to the harddisk? >> > The 'DAP' program works but is quite slow and it doesn't seem to be able >> > to record larger pieces. > > -- > a.k.a. Rajappa Iyer. New York, New York. > We're too busy mopping the floor to turn off the faucet. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- E-Mail: William Woods Date: 30-Dec-99 Time: 16:50:09 FreeBSD 3.4 On a Laptop......... ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 16:58: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id C4D5D14E1B for ; Thu, 30 Dec 1999 16:58:05 -0800 (PST) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 14015 invoked from network); 30 Dec 1999 13:51:23 -0000 Received: from localhost (HELO localhost.snowmoon.com) (127.0.0.1) by localhost with SMTP; 30 Dec 1999 13:51:23 -0000 Date: Thu, 30 Dec 1999 08:51:23 -0500 (EST) From: Jaime Kikpole To: Darren Wiebe Cc: gesperon@yahoo.com, questions@FreeBSD.ORG Subject: Re: [gesperon@yahoo.com: Question] In-Reply-To: <386BA131.E32DCBA@hagenhomes.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 > > I have a small network & i need a database server. > > What database is recomended? & What database you use? It depends on how you will use it and how familiar you are with different databases. If you're comfortable with SQL, I'd suggest using MySQL. Its easy to install (su root -c "cd /usr/ports/databases/mysql322 ; make install"), it is free for non-commercial use, is threaded for multiple user access performance boosts, and a lot of web interface programs use it either by default or as an option. I use MySQL on a K6-II with 128MB of RAM which also serves as an email server, DHCP for 5 large ethernet LANs, DNS serving and resolving, web serving, etc. and haven't noticed any problems with performance dispight loading so many services onto the same computer. I also use MySQL as my database for Ministry of Truth and TWIG. With these two programs, I have web-based interfaces to computer and software inventory, repair logs, To Do lists for all users, groupware calendaring, and more. On a personal computer I run a WWWThreads bulliten board. Its another web interface program which uses MySQL as a database. So MySQL is working quite well for me. But mostly because of these other programs which were written to use it. So look at what you want to do with a database and see if MySQL can fill that need. You might also be interested in the mSQL and MySQL book from O'Riely and Assoc. (www.ora.com) Its good for someone who is familiar with database basics but not mSQL or MySQL specifically. It will even show how to write programs which interface to those databases. If you decide that you like mSQL better, that program is also in the FreeBSD ports collection. Good luck, Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 17: 9:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tuna.inna.net (tuna.inna.net [209.201.74.1]) by hub.freebsd.org (Postfix) with ESMTP id 0325415363 for ; Thu, 30 Dec 1999 17:09:27 -0800 (PST) (envelope-from dfree@inna.net) Received: from inna.net (dialup-213-courthouse.inna.net [207.159.110.219]) by tuna.inna.net (8.9.1a/8.9.1) with ESMTP id UAA25212 for ; Thu, 30 Dec 1999 20:09:29 -0500 (EST) Message-ID: <386C023E.680FC31@inna.net> Date: Thu, 30 Dec 1999 20:09:18 -0500 From: William Freeman X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: some performance issues Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all. I've finaly gotten out of that evil linux cult and come back to the land of FreeBSD, how ever in 3.3R i have noticed that programmes such as Netscape, Licq, gnomecc, gIDE, e-conf, et cetera do not load as fast as they should, or in fact, occasionaly not in a reasonable amount of time. on a 400Mhz machine with 256MB of RAM i shouldn't have time to fetch a cup of coffie while waiting for one of these relitivly small applications to load when i don't have time to blink when loading Emacs or Glade. I've tried everything i can think of (including several re-installations, compiling the software by hand, et cetera) but i still cant figure it out. If any one has any suggestions it would be greatly appreciated. William Freeman !spam-dfree@inna.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 17: 9:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mc-qout4.whowhere.com (mc-qout4.whowhere.com [209.185.123.18]) by hub.freebsd.org (Postfix) with SMTP id 1057614C9E for ; Thu, 30 Dec 1999 17:09:54 -0800 (PST) (envelope-from mdorin@my-deja.com) Received: from Unknown/Local ([?.?.?.?]) by my-deja.com; Thu Dec 30 17:09:42 1999 To: questions@freebsd.org Date: Thu, 30 Dec 1999 17:09:42 -0800 From: "Michael Dorin" Message-ID: Mime-Version: 1.0 X-Sent-Mail: off X-Mailer: MailCity Service Subject: Script to run at bootup X-Sender-Ip: 207.225.145.7 Organization: My Deja Email (http://www.my-deja.com:80) Content-Type: text/plain; charset=us-ascii Content-Language: en Content-Length: 202 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In FreeBSD 3.x, where does one place a shell script that should be run everytime the server boots? -Mike --== Sent via Deja.com http://www.deja.com/ ==-- Share what you know. Learn what you don't. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 17:10:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 03BA015359; Thu, 30 Dec 1999 17:10:36 -0800 (PST) (envelope-from rajappa@mindspring.com) Received: from kamikaze.mindspring.com (user-2iveb5q.dialup.mindspring.com [165.247.44.186]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id UAA18358; Thu, 30 Dec 1999 20:10:27 -0500 (EST) Received: (from rsi@localhost) by kamikaze.mindspring.com (8.9.3/8.9.3) id UAA00586; Thu, 30 Dec 1999 20:12:38 -0500 (EST) (envelope-from rajappa@mindspring.com) Message-Id: <199912310112.UAA00586@kamikaze.mindspring.com> X-Authentication-Warning: kamikaze.mindspring.com: rsi set sender to rajappa@mindspring.com using -f To: William Woods Cc: freebsd-questions@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG, Frank Louwers , Martin Dieringer Subject: Re: Sound on a Thinkpad 770E (600) References: From: Rajappa Iyer Date: 30 Dec 1999 20:12:38 -0500 Reply-To: rajappa@mindspring.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG William Woods writes: > Well, I just did that, and this is the output in dmesg: > > pcm0 at 0x52c irq 5 drq 1 flags 0xa610 on isa Well, that's progress. > I did a : > > /dev/./MAKEDEV snd0 , nada > /dev/./MAKEDEV snd1 , nada You just need to use /dev/MAKEDEV snd0. What does cat /dev/sndstat produce? On my machine, here's what it says: FreeBSD Audio Driver (newpcm) Dec 30 1999 18:50:27 Installed devices: pcm0: at io 0x52c irq 5 drq 1:0 (1/1 channels duplex) Maybe newpcm works better with the soundcard than the old pcm code. I'm not too sure, but isn't newpcm part of 3.4? Rajappa -- a.k.a. Rajappa Iyer. New York, New York. We're too busy mopping the floor to turn off the faucet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 17:24:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id 5EC1914C18; Thu, 30 Dec 1999 17:24:17 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@usr1-45.cybcon.com [205.147.75.46]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id RAA06659; Thu, 30 Dec 1999 17:21:31 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199912310112.UAA00586@kamikaze.mindspring.com> Date: Thu, 30 Dec 1999 17:23:11 -0800 (PST) From: William Woods To: Rajappa Iyer Subject: Re: Sound on a Thinkpad 770E (600) Cc: Martin Dieringer Cc: Martin Dieringer , Frank Louwers , freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, I did that, here is the output of cat /dev/sndstat cat /dev/sndstat FreeBSD Audio Driver (981002) Dec 30 1999 17:17:22 Installed devices: pcm0: at 0x52c irq 5 dma 1: How do I use newpcm, by the way, maby thats the problem.... On 31-Dec-99 Rajappa Iyer wrote: > William Woods writes: > >> Well, I just did that, and this is the output in dmesg: >> >> pcm0 at 0x52c irq 5 drq 1 flags 0xa610 on isa > > Well, that's progress. > >> I did a : >> >> /dev/./MAKEDEV snd0 , nada >> /dev/./MAKEDEV snd1 , nada > > You just need to use /dev/MAKEDEV snd0. What does cat /dev/sndstat > produce? > > On my machine, here's what it says: > > FreeBSD Audio Driver (newpcm) Dec 30 1999 18:50:27 > Installed devices: > pcm0: at io 0x52c irq 5 drq 1:0 (1/1 channels duplex) > > Maybe newpcm works better with the soundcard than the old pcm code. > I'm not too sure, but isn't newpcm part of 3.4? > > Rajappa > -- > a.k.a. Rajappa Iyer. New York, New York. > We're too busy mopping the floor to turn off the faucet. ---------------------------------- E-Mail: William Woods Date: 30-Dec-99 Time: 17:21:04 FreeBSD 3.4 On a Laptop......... ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 17:27:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 8D46815365 for ; Thu, 30 Dec 1999 17:27:43 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2214.bossig.com [208.26.242.214]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Thu, 30 Dec 1999 17:34:43 -0800 Message-ID: <386C0676.F39EC477@3-cities.com> Date: Thu, 30 Dec 1999 17:27:18 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: William Freeman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: some performance issues References: <386C023E.680FC31@inna.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG William Freeman wrote: > > Hello all. I've finaly gotten out of that evil linux cult and come back > to the land of FreeBSD, how ever in 3.3R i have noticed that programmes > such as Netscape, Licq, gnomecc, gIDE, e-conf, et cetera do not load as > fast as they should, or in fact, occasionaly not in a reasonable amount > of time. on a 400Mhz machine with 256MB of RAM i shouldn't have time to > fetch a cup of coffie while waiting for one of these relitivly small > applications to load when i don't have time to blink when loading Emacs > or Glade. I've tried everything i can think of (including several > re-installations, compiling the software by hand, et cetera) but i still > cant figure it out. If any one has any suggestions it would be greatly > appreciated. Well, you didn't tell us what kind of 400Mhz machine you have. A Celeron, straight out of the box, doesn't run a fast as a P-II or P-III. The memory runs at 66Mhz instead of 100Mhz. A IDE HD that is capable of UDMA33 will produce much different results than one that is only capable of 16MB/s. The flags on your IDE controller can change through put by a factor of 4x. Netscape loads as fast on my FreeBSD system as it does on Win 2000. Some times, it is even faster. You wouldn't have time to get to the stairs in my place before it was loaded much less get a cup of coffee. Kent > > William Freeman > !spam-dfree@inna.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 17:40:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.moted.org (reynard.midwest.net [208.235.2.233]) by hub.freebsd.org (Postfix) with ESMTP id 29FAC153CA for ; Thu, 30 Dec 1999 17:40:40 -0800 (PST) (envelope-from reynard@siu.edu) Received: from ws039 (workstation2 [192.168.1.31]) by www.moted.org (8.8.8/8.8.7) with SMTP id UAA20251 for ; Thu, 30 Dec 1999 20:53:00 GMT (envelope-from reynard@siu.edu) Message-Id: <4.1.19991230081058.0096d1d0@saluki-mail.siu.edu> X-Sender: reynard@saluki-mail.siu.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 30 Dec 1999 08:12:10 -0600 To: freebsd-questions@FreeBSD.ORG From: David Clarke Subject: KT&P's ToC is up for its "Open Source" theme issue... Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG although the hard-copy is months away: http://www.moted.org/kt&p/12-3.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ David Clarke 1809 W. Main St, # 235 Carbondale, IL 62901 USA Stop by: www.moted.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 17:50: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp7.atl.mindspring.net (smtp7.atl.mindspring.net [207.69.128.51]) by hub.freebsd.org (Postfix) with ESMTP id 7A6171535C for ; Thu, 30 Dec 1999 17:50:05 -0800 (PST) (envelope-from stuyman@confusion.net) Received: from confusion.net (user-2ivea2a.dialup.mindspring.com [165.247.40.74]) by smtp7.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id UAA19612; Thu, 30 Dec 1999 20:50:00 -0500 (EST) Message-ID: <386C0B9E.B404DDA1@confusion.net> Date: Thu, 30 Dec 1999 20:49:18 -0500 From: Laurence Berland Organization: B.R.A.T.T. X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: Michael Dorin Cc: questions@FreeBSD.ORG Subject: Re: Script to run at bootup References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG /usr/local/etc/rc.d Michael Dorin wrote: > > In FreeBSD 3.x, where does one place a shell script > that should be run everytime the server boots? > > -Mike > > --== Sent via Deja.com http://www.deja.com/ ==-- > Share what you know. Learn what you don't. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Laurence Berland, Stuyvesant HS Debate <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. http://stuy.debate.net icq #7434346 aol imer E1101 The above email Copyright (C) 1999 Laurence Berland All rights reserved To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 18: 3:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 6F26414D0A for ; Thu, 30 Dec 1999 18:03:12 -0800 (PST) (envelope-from genisis@istar.ca) Received: from ip139.kingston.dialup.canada.psi.net ([154.5.64.139]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 123rP8-0002yk-00; Thu, 30 Dec 1999 21:02:59 -0500 Date: Thu, 30 Dec 1999 20:59:26 -0500 (EST) From: Dru To: "E. Hakan Duran" Cc: freebsd-questions@freebsd.org Subject: Re: ppp login failure In-Reply-To: <19991230225952.28897.qmail@hotmail.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 On Fri, 31 Dec 1999, E. Hakan Duran wrote: > I did. But nothing seems to change. In terminal mode I can see lines > consisting > "AUTHPROT=(PAP)" or something similiar to it. My windows connection which > has no problem in connecting to the same server includes a checked-box > indicating software compression enabled. Also in terminal session, as far > as I can see, there is a problem in authentication, because my username and > password (shown as ********) seems to be sent 2-3 times. What happens when you try this: ppp term atdt1234567 (where 1234567 is replaced by your ISP's phone #) Your modem should dial, and you should be presented with a login prompt. If you can login successfully in term mode, you have an error in your ppp script--so send along the latest version. If you can't login in term mode, you have other problems which someone more experienced than I may be able to help you with. > Another (silly?) question is: If I can get connected in terminal mode, do I > stay connected after starting X? Of course; how else could someone use Netscape :) > Thanks in advance... You're welcome. Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 18:14:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web119.yahoomail.com (web119.yahoomail.com [205.180.60.120]) by hub.freebsd.org (Postfix) with SMTP id 7F9FF14C18 for ; Thu, 30 Dec 1999 18:14:34 -0800 (PST) (envelope-from osiris2002@yahoo.com) Received: (qmail 29022 invoked by uid 60001); 31 Dec 1999 02:14:30 -0000 Message-ID: <19991231021430.29021.qmail@web119.yahoomail.com> Received: from [208.14.5.212] by web119.yahoomail.com; Thu, 30 Dec 1999 18:14:30 PST Date: Thu, 30 Dec 1999 18:14:30 -0800 (PST) From: Joss Roots Subject: BEYOND SCOPE: is there a cvsup mechanism for XFree86 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 was wondering is there a mechanism similar to cvsuping the FreeBSD source from xfree86.org and is there a way to make the 'make release' command create the Xfree86 distribution like it does for FreeBSD binaries, source, and docs ? Anyone out there have done this, please give me a hint of how to do it. thanks everyone, and happy new year for you all. ===== MAY THE FORCE BE WITH YOU. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 18:26:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 5D8A3153C4 for ; Thu, 30 Dec 1999 18:26:34 -0800 (PST) (envelope-from animepc@ix.netcom.com) Received: from ix.netcom.com (sji-ca2-11.ix.netcom.com [205.186.212.11]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id VAA14266 for ; Thu, 30 Dec 1999 21:26:22 -0500 (EST) Message-ID: <386C1433.3919ABDA@ix.netcom.com> Date: Thu, 30 Dec 1999 18:25:55 -0800 From: suzuki X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: bsd 2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG unfortunately there is no OS/2 clone by BSD, nor any other operating system. -suzuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 18:37:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta1.rcsntx.swbell.net (mta1.rcsntx.swbell.net [151.164.30.25]) by hub.freebsd.org (Postfix) with ESMTP id 6D0AA1534A; Thu, 30 Dec 1999 18:37:25 -0800 (PST) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org ([216.62.157.60]) by mta1.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.1999.09.16.21.57.p8) with ESMTP id <0FNL00A6Q3A31K@mta1.rcsntx.swbell.net>; Thu, 30 Dec 1999 20:37:16 -0600 (CST) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id UAA01478; Thu, 30 Dec 1999 20:40:29 -0600 (CST envelope-from chris) X-URL: http://www.FreeBSD.org/~chris/ Date: Thu, 30 Dec 1999 20:40:28 -0600 From: Chris Costello Subject: Re: Net Card Irq In-reply-to: <000d01bf52fa$d6b745a0$a30ce5d8@binary.net> To: Matthew Brichacek Cc: freebsd-questions@FreeBSD.ORG Reply-To: chris@calldei.com Message-id: <19991230204028.B519@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i References: <000d01bf52fa$d6b745a0$a30ce5d8@binary.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Mail reformatted for readability.] On Thu, Dec 30, 1999, Matthew Brichacek wrote: > I am having a real problem and have asked many BSD guru's what to do > and none have been able to help. I have a 3com 3c905b card and when > i load FreeBSD to install from FTP my network card loads on IRQ 255 > which is obviously invalid. I have tried 3 differnet brand cards and > they all give the same problem. Any suggestions would be greatly > appreciated. Consider asking freebsd-questions@FreeBSD.org, as freebsd-doc is the FreeBSD Documentation Project. -- |Chris Costello |You never finish a program, you just stop working on it. `-------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 18:47:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 108EC14D0D for ; Thu, 30 Dec 1999 18:47:14 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id VAA91667; Thu, 30 Dec 1999 21:52:00 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199912310252.VAA91667@cc942873-a.ewndsr1.nj.home.com> Subject: Re: reading/writing raw disk partitions In-Reply-To: from Ken Bolingbroke at "Dec 30, 1999 04:54:05 pm" To: hacker@bolingbroke.com (Ken Bolingbroke) Date: Thu, 30 Dec 1999 21:52:00 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (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 Ken Bolingbroke wrote, > > Does there exist any utility that runs under FreeBSD and can read and > write directly to disk partitions, regardless of the format? For example, > if I had a NTFS partition and another Linux ext2fs partition, is it > possible to use a FreeBSD utility to dump both of those partitions to a > file, then if needed later, restore them back to the original partition? > I don't expect to be able to read the individual files on those > partitions, of course, but I would like to be able to dump and restore > the entire partition from FreeBSD if at all possible. man dd Example: Copy a slice, da0s2, to a file, slice2.raw, % dd if=/dev/rda0s2 of=slice2.raw Now copy a file to a raw partition, % dd if=rawdisk.dat of=/dev/rwd0s3 However, if the slice 3 is not _exactly_ like the slice rawdisk.dat was copied from... YMMV. However, if this is for backup purposes, where the geometry of the slice is static, I would expect this to work. (I have never personally done such a thing. When I want to back up a DOS slice on a machine I don't want to boot out of FreeBSD, I use Samba to share the DOS filesystem and use a Windoze machine to do a backup, or just make a tarball.) -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 19:11: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 2DFD7153C4 for ; Thu, 30 Dec 1999 19:11:03 -0800 (PST) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 7117 invoked from network); 27 Dec 1999 12:03:56 -0000 Received: from localhost (HELO localhost.snowmoon.com) (127.0.0.1) by localhost with SMTP; 27 Dec 1999 12:03:56 -0000 Date: Mon, 27 Dec 1999 07:03:55 -0500 (EST) From: Jaime Kikpole To: freebsd-questions@freebsd.org Subject: Disk quota & informing non-shell users (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 I tried to send this to the list yesterday but I haven't seen it come back from the list yet. I appologise if you get this twice, but it looks as if my first attempt didn't get into the system for some reason. Jaime ---------- Forwarded message ---------- Date: Sun, 26 Dec 1999 18:39:48 -0500 (EST) From: Jaime Kikpole To: freebsd-questions@freebsd.org Subject: Disk quota & informing non-shell users At work I have about 1000 (soon to be as many as 2000) users who are limited to web-based and file-sharing access to their main server. The web access in question is to their email, bookmarks, calendar, etc. via a PHP3 program called TWIG. File sharing access is via NetATalk and Samba. I've also added a password changing web page that uses a CGI to pull off its tricks. My problem comes in when I need to install a disk quota system in the next few weeks. How do I notify the users of their disk usage? If there was a way to do this with PHP3, I could plug it right into TWIG and let them see it when they check their email. If there was a way to get the netatalk-asun port to report available disk space as thedisk quota and not the remaining space on the partition, then I would tell users to check it that way. (95% of our workstations are running MacOS 8.1 or higher, there are very few Windows computers at my job.) Does anyone have a suggestion on this? Is there something on freshmeat.net that I didn't see? Any web based or netatalk based solutions would be greatly appreciated. Of course, if there's another solution that I overlooked, that would be great, too. :) The only way that I've come up with to date is emailing all users their quota each night, but if they're over quota, then they wouldn't be able to receive that email.... :( Thanks in advance, Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 19:29:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from 24-25-220-29.san.rr.com (24-25-220-29.san.rr.com [24.25.220.29]) by hub.freebsd.org (Postfix) with ESMTP id E202615323 for ; Thu, 30 Dec 1999 19:29:14 -0800 (PST) (envelope-from Doug@gorean.org) Received: from gateway.gorean.org (gateway.gorean.org [10.0.0.1]) by 24-25-220-29.san.rr.com (8.9.3/8.8.8) with ESMTP id TAA69002; Thu, 30 Dec 1999 19:29:12 -0800 (PST) (envelope-from Doug@gorean.org) Date: Thu, 30 Dec 1999 19:28:42 -0800 (PST) From: Doug Barton X-Sender: doug@24-25-220-29.san.rr.com To: Soulofwolf899@cs.com Cc: freebsd-questions@freebsd.org Subject: Re: Before I return FreeBSD to the store... In-Reply-To: <0.8cf3908f.259c43d3@cs.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 On Thu, 30 Dec 1999 Soulofwolf899@cs.com wrote: > To whom it concerns, > > I have just one question to ask before I decide to purchase 3.4 after I > return 3.3 to the software superstore where I purchased it... have you fixed > the damned installation error which prevents me from installing the software > with an APTAI CD-ROM? As others have mentioned, it's not possible to answer this without more details. Please tell us the models and configurations of each device on both of your IDE busses, then we can make a good start at getting you in gear. > I am happy to give FreeBSD a chance to prove itself to me but I cannot unless > I can install it! If you have not fixed it in this version then please keep > my e-mail on file so you can notify me when you have. I'm afraid it doesn't work that way. This is a volunteer organization, and if you volunteer to use our product you volunteer to keep up to date on it as well. :) > Thank you, > > Charles M. Austin > > ps - after spending an hour of my time moving the blasted pin on my CD-ROM to > every possible combination, without of course the manual, in order to make a > "slave", I gave up and I have no desire to do it again. With all due respect, it's really not our fault if you don't have your CDROM manual, and can't figure out how to properly set the jumpers. We will however try to help you with it if you give us the right details. Happy new year, Doug -- "Welcome to the desert of the real." - Laurence Fishburne as Morpheus, "The Matrix" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 19:33:30 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 043FA1534A for ; Thu, 30 Dec 1999 19:33:29 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip218.r4.d.bel.nwlink.com [207.202.172.218]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id TAA00765 for ; Thu, 30 Dec 1999 19:33:24 -0800 (PST) Message-ID: <386C2354.ABD1ED54@nwlink.com> Date: Thu, 30 Dec 1999 19:30:28 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: Re: some performance issues References: <386C023E.680FC31@inna.net> <386C0676.F39EC477@3-cities.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > A IDE HD that is capable of UDMA33 will produce much different results > than one that is only capable of 16MB/s. The flags on your IDE > controller can change through put by a factor of 4x. > Kent > The flags for my IDE controllers are 0x80ff80ff. I read somewhere that this allowed the maximum transfer of information. Is this correct? I had trouble understanding that section of the book The Complete FreeBSD. Thanks, Joseph. -- You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 19:38:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 5336A14C9E for ; Thu, 30 Dec 1999 19:38:34 -0800 (PST) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 7139 invoked from network); 27 Dec 1999 12:13:11 -0000 Received: from localhost (HELO localhost.snowmoon.com) (127.0.0.1) by localhost with SMTP; 27 Dec 1999 12:13:11 -0000 Date: Mon, 27 Dec 1999 07:13:11 -0500 (EST) From: Jaime Kikpole To: "Thuan An ( NDK )" Cc: questions@freebsd.org Subject: Re: Free BSD help In-Reply-To: <01ad01bf5038$f7e78880$0e05a8c0@nankaidensetsu> 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, Thuan An ( NDK ) wrote: > 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. Do you have any experience with any form of Unix or Unix-like operating system, such as BSDi, Solaris, Ultrix, AIX, SunOS, any Linux distrobution, NeXTStep, etc.? If you have no prior Unix experience at all, the job that you described is probably going to be too much for you to do before taking a few weeks of intensive self-training with FreeBSD. If you do have any level of experience with administrating a Unix or Unix-like system, then you should start your research with the FreeBSD handbook, which you can find either on the FreeBSD CD-ROMs or at http://www.freebsd.org/handbook. You should also buy a copy of The Complete FreeBSD, which is an excellent reference book. Walnut Creek CD-ROM sells a copy of it with FreeBSD CD-ROMs included for about $80 (US) If I remember correctly. See this web site for details: http://www.cdrom.com/titles/freebsd/bsdcomp.phtml Good luck with your project! Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 19:39:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id C26D114D5D for ; Thu, 30 Dec 1999 19:39:50 -0800 (PST) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 6243 invoked from network); 26 Dec 1999 23:39:48 -0000 Received: from localhost (HELO localhost.snowmoon.com) (127.0.0.1) by localhost with SMTP; 26 Dec 1999 23:39:48 -0000 Date: Sun, 26 Dec 1999 18:39:48 -0500 (EST) From: Jaime Kikpole To: freebsd-questions@freebsd.org Subject: Disk quota & informing non-shell users 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 At work I have about 1000 (soon to be as many as 2000) users who are limited to web-based and file-sharing access to their main server. The web access in question is to their email, bookmarks, calendar, etc. via a PHP3 program called TWIG. File sharing access is via NetATalk and Samba. I've also added a password changing web page that uses a CGI to pull off its tricks. My problem comes in when I need to install a disk quota system in the next few weeks. How do I notify the users of their disk usage? If there was a way to do this with PHP3, I could plug it right into TWIG and let them see it when they check their email. If there was a way to get the netatalk-asun port to report available disk space as thedisk quota and not the remaining space on the partition, then I would tell users to check it that way. (95% of our workstations are running MacOS 8.1 or higher, there are very few Windows computers at my job.) Does anyone have a suggestion on this? Is there something on freshmeat.net that I didn't see? Any web based or netatalk based solutions would be greatly appreciated. Of course, if there's another solution that I overlooked, that would be great, too. :) The only way that I've come up with to date is emailing all users their quota each night, but if they're over quota, then they wouldn't be able to receive that email.... :( Thanks in advance, Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 19:41:43 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 537F514D63 for ; Thu, 30 Dec 1999 19:41:42 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip218.r4.d.bel.nwlink.com [207.202.172.218]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id TAA02875 for ; Thu, 30 Dec 1999 19:41:41 -0800 (PST) Message-ID: <386C2545.30E70C85@nwlink.com> Date: Thu, 30 Dec 1999 19:38:45 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: weirdness with a directory named ~ References: <199912301957.NAA03319@D2SI.COM> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 1) Don't crosspost. What is it about crossposting that people don't like? Just curious, Joseph. -- You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 19:58: 9 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 B60A114BF4 for ; Thu, 30 Dec 1999 19:58:04 -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 OAA03190; Fri, 31 Dec 1999 14:57:53 +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 JAA20256; Fri, 31 Dec 1999 09:40:09 +1100 (EST) (envelope-from andymac@bullseye.apana.org.au) Date: Fri, 31 Dec 1999 08:32:52 +1100 (EDT) From: Andrew MacIntyre To: Steve Lewis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PCI problem: not finding de0 In-Reply-To: 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 Thu, 30 Dec 1999, Steve Lewis wrote: > Not a very sophisticated question here. I am working on a Compaq Prolinea > 590 (Pent 90Mhz). This is probably the tenth distinct FreeBSD box I have > build, and not the first to use this hardware (although I used ISA network > interface cards exclusively before this). I have used a Prolinea 5133 with a 21140 based NIC and the de driver, although only using 3.x kernels. The only headache was getting the media options set correctly (the particular card defaulted to 10/fdpx, which the switch didn't support :-( ). > pci0:13: vendor=0x1256, device=0x1400, class=network (ethernet) int a > irq 11 [no driver assigned] This looks like your NIC. You might want to look through the de driver source and see whether these vendor/device ids are in its recognition list, as it looks to me like the driver isn't finding a match. -- 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 Thu Dec 30 20: 3:37 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 90EC615323 for ; Thu, 30 Dec 1999 20:03:34 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip218.r4.d.bel.nwlink.com [207.202.172.218]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id UAA07598 for ; Thu, 30 Dec 1999 20:03:33 -0800 (PST) Message-ID: <386C2A65.341990F4@nwlink.com> Date: Thu, 30 Dec 1999 20:00:37 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cvsup ports References: <386A53A2.286AE8F@nwlink.com> <87vh5hlh76.fsf@main.wgaf.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Arcady Genkin wrote: > > R Joseph Wright writes: > > > I tried to use cvsup to update my ports. Here is my cvsupfile: > > > > *default host=cvsup5.FreeBSD.org > > *default base=/usr > > *default prefix=/usr > > *default release=cvs tag=RELENG_3 > > *default delete use-rel-suffix > > *default compress > > ports-all > > > > I ran cvsup cvsupfile > > It connected fine. Then it proceeded to delete all my makefiles and > > other useful information from every port directory. > > A question: what does '*default release=cvs' mean (I don't understand > > what I'm doing really, I modified my cvsupfile from an example in The > > Complete FreeBSD)? > > You can't specify tag=RELENG_3 for ports, but you do via the default > line. Try using > > ports-all tag=. > > This is discussed in the handbook. For more info see: > http://www.freebsd.org/handbook/synching.html#CVSUP > > Cheers, > -- > 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 Thanks, I put that in and it worked. You have got all the answers ;-} -- You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 20: 8:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from benge.graphics.cornell.edu (benge.graphics.cornell.edu [128.84.247.43]) by hub.freebsd.org (Postfix) with ESMTP id B8CB714D9F for ; Thu, 30 Dec 1999 20:08:56 -0800 (PST) (envelope-from mkc@benge.graphics.cornell.edu) Received: from benge.graphics.cornell.edu (mkc@localhost) by benge.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id XAA01966; Thu, 30 Dec 1999 23:07:37 -0500 (EST) (envelope-from mkc@benge.graphics.cornell.edu) Message-Id: <199912310407.XAA01966@benge.graphics.cornell.edu> To: Jonathon McKitrick Cc: hgoldste@bbs.mpcs.com, mthompsn@mica.edu, freebsd-questions@FreeBSD.ORG Subject: Re: Gimme a digest, I'm drowning in email! In-Reply-To: Message from Jonathon McKitrick of "Thu, 30 Dec 1999 18:12:34 GMT." Date: Thu, 30 Dec 1999 23:07:37 -0500 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>You might find it convenient to read via a netnews reflector such as >>[mpc|muc].lists.freebsd.questions > >I've never heard of this before. Could you please explain what [mpc|muc] >means? It's unix shorthand for "either mpc.lists.freebsd.questions or muc.lists.freebsd.questions". See e.g. grep(1), regex(3), etc. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 20:20:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.greatbasin.net (mail.greatbasin.net [207.228.35.39]) by hub.freebsd.org (Postfix) with ESMTP id 00B0914CB2 for ; Thu, 30 Dec 1999 20:20:30 -0800 (PST) (envelope-from dan@jgl.reno.nv.us) Received: from jgl.reno.nv.us (rno-max2-10.gbis.net [207.228.60.138]) by mail.greatbasin.net (8.9.3/8.9.3) with ESMTP id UAA01005; Thu, 30 Dec 1999 20:20:28 -0800 (PST) Received: from danco (danco.home [10.0.0.2]) by jgl.reno.nv.us (8.9.3/8.9.3) with SMTP id UAA30426; Thu, 30 Dec 1999 20:20:25 -0800 (PST) (envelope-from dan@jgl.reno.nv.us) Message-ID: <068f01bf5346$5d32f520$0200000a@danco.home> From: "Dan O'Connor" To: "R Joseph Wright" Cc: Subject: Re: weirdness with a directory named ~ Date: Thu, 30 Dec 1999 20:20:20 -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.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> 1) Don't crosspost. > >What is it about crossposting that people don't like? Well, most of us subscribe to more than one list, and we get a lot of e-mail traffic. It's a little irritating getting multiple copies of the same e-mail sent to -questions, -stable, -newbies, -current, -security, -hardware, and whatever else... Just post one copy in one location, if you don't get an answer try somewhere else later. If you're off-topic in the chosen list, someone will let you know :-) Happy New Year! --Dan ** The thing I like most about Windows 98 is... ** You can download FreeBSD with it! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 20:30:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 9DE6014D16 for ; Thu, 30 Dec 1999 20:30:40 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2214.bossig.com [208.26.242.214]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Thu, 30 Dec 1999 20:37:54 -0800 Message-ID: <386C3173.1D695393@3-cities.com> Date: Thu, 30 Dec 1999 20:30:43 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: R Joseph Wright Cc: freebsd-questions@FreeBSD.org Subject: Re: some performance issues References: <386C023E.680FC31@inna.net> <386C0676.F39EC477@3-cities.com> <386C2354.ABD1ED54@nwlink.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG R Joseph Wright wrote: > > > A IDE HD that is capable of UDMA33 will produce much different results > > than one that is only capable of 16MB/s. The flags on your IDE > > controller can change through put by a factor of 4x. > > > Kent > > > The flags for my IDE controllers are 0x80ff80ff. I read somewhere that > this allowed the maximum transfer of information. Is this correct? I > had trouble understanding that section of the book The Complete FreeBSD. The 0x2000 allows IDE DMA transfers and that could be part of your problem. Some drives like that setting and some systems don't. It is something that you can try by seting it at boot time. If it works, then you build it into your kernel. My drives are all 0xa0ffa0ff. 8+2=a. Kent > Thanks, Joseph. > -- > You will do foolish things, > but do them with enthusiasm. Colette. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 20:34: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from postal.interaccess.com (postal.interaccess.com [207.208.133.2]) by hub.freebsd.org (Postfix) with ESMTP id D41B81524B for ; Thu, 30 Dec 1999 20:33:57 -0800 (PST) (envelope-from fordp@guide.chi.il.us) Received: from Zaphod (d1.focal6.interaccess.com [207.208.186.1]) by postal.interaccess.com (8.9.0/8.9.0) with SMTP id WAA03029 for ; Thu, 30 Dec 1999 22:34:20 -0600 (CST) Message-Id: <3.0.3.32.19991230213150.0070d220@pop.interaccess.com> X-Sender: fordp@pop.interaccess.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 30 Dec 1999 21:31:50 -0600 To: freebsd-questions@freebsd.org From: Ford Prefect Subject: Data Recovery and FreeBSD's fdisk behavior Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In an unconcious effort to prove to myself the biggest y2k problem is going to be with humans, not machines I erased the partition table on my FreeBSD drive. (I'd go into details about how this happened but I'm sure I sound stupid enough already :) ) Here's the situation, I was/am triple booting FreeBSD/Win98/WinNT Between two drives. The M$ OSes share a 27GB drive, while FreeBSD was running happliy on a 12GB drive. In repairing the Windows Drive I made a mistake using M$ FDISK and erased the FreeBSD partition on the FreeBSD Drive. After cursing a few times, I decided to do somehting about it. I knew that I had made my whole drive FreeBSD, and that it wasn't "dangerously dedicated" so I thought the first thing to try is writing a new partition entry. So I did using a linux disk I have. (I knew he linux fdisk I had only wrote the partition table, so it wouldn't corrupt anything extra (providing the MS FDISK didn't erase anytihng extra)) This worked, mostly. I could once again boot into FreeBSD, and it mounted MOST of my drives with less complaining than I would have expected. Except for /usr. /usr has some SUPERBLOCK errors which I can't seem to get rid of. (failure to read block 16, 17, 18 or something similar, sorry for vaugeness) I of course know very little about FreeBSD filesystem structure. But I have an idea of what may be the problem. Though I could be completely wrong about this. I seem to recall FreeBSD not using ALL of my disk, but rather a very small portion of it was unused. Since my new partition entry claims to use everthing, the new partition would be slightly larger than the old. This might leave a gap at the end of my final slice in that partition which happens to be /usr. If that sounds reasonable, I then need to do one of two things: A) Calculate the partition would be using FreeBSD's fdisk and create a new entry using that data. and hope it works. B) Boot off a FreeBSD CD and use its fdisk to write a new partition table (IE let FreeBSD do B for me) I prefer B, that it relies on FreeBSD NOT writing anything beyond a partition table. I don't know if this is the case. (Is it?) Both rely on my earlier assumptions being true, are they? Are they even resonable? Perhaps there are some nice flags for fsck I should be using that would fix the disk for me? Any assistance would be appreciated. I also could use a sugesstions for a good low cost backup solutions that could be used for say backing up 12Gigs of FreeBSD :) Again, thanks for any and all assistance in my salvage attempt. Perhaps I should pay more attention to thos warning messages next time. -Steve *=====================================================* \ Ford Prefect Ahead of my time. \ \ fordp@guide.chi.il.us but only by a week. \ \ homepage.interaccess.com/~fordp \ \ \ \ ((In esperanto where available)) \ *=====================================================* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 20:35:34 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 21D5B14C32 for ; Thu, 30 Dec 1999 20:35:32 -0800 (PST) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id VAA09833; Thu, 30 Dec 1999 21:08:55 -0800 (PST) Date: Thu, 30 Dec 1999 21:08:55 -0800 (PST) From: Alfred Perlstein To: Jesse Tilly Cc: Ben Smithurst , John Brooks , freebsd-questions@FreeBSD.ORG Subject: Re: Leave In Kernel? In-Reply-To: <016201bf5341$06618fe0$0301a8c0@lothlorien.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 On Thu, 30 Dec 1999, Jesse Tilly wrote: > > > John Brooks wrote: > > > > > I am building a custom kernel for a colocated email, ftp, & web > > > server. Since there will never be anything connected to any of > > > the serial or parallel ports, is there any compelling reason to > > > leave them in the kernel? Will pulling them out have any > > > detrimental repurcussions someplace else? > > > > I don't think so. One of my machines doesn't have any serial ports > > in the kernel, and I'm sure I've run machines without parallel > > ports in the past. > > > > None of my machines run with serial or parallel ports and everything > related has been commented in the kernel configs. No problems, and > plenty of free IRQs for network cards! Leaving out the printer isn't so bad, but i'm very annoyed when a customer comments out a serial port because then it becomes pretty rough if a network appliance of thiers needs a serial hookup. It's also pretty useful for running a getty on and logging in via serial. serial ports are useful. :) -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 20:38:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 6CF0D14C18 for ; Thu, 30 Dec 1999 20:38:16 -0800 (PST) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id VAA09936; Thu, 30 Dec 1999 21:11:35 -0800 (PST) Date: Thu, 30 Dec 1999 21:11:35 -0800 (PST) From: Alfred Perlstein To: Joss Roots Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Why does this line in ".login" BREAK 'make world' In-Reply-To: <19991230173926.29837.qmail@web112.yahoomail.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 On Thu, 30 Dec 1999, Joss Roots wrote: > hi All, > I have the following line in my .login > (of the root account): > > setenv LIBDIR > "/usr/lib:/usr/X11R6/lib:/usr/local/lib" afaik enviornment variables superscede variables set in the makefiles, FreeBSD trusts you not to pollute the build enviornment with broken env vars. please unset the variable and try again. -Alfred > > (all on the same line of course) > > when I do a : > cd /usr/src then > make world > > the build is broken after few minutes > with error : > can't find > /usr/lib:/usr/X11R6/lib:/usr/local/lib/ctl0.1 > Error 1 > Error 1 > > so I have to do the following before making world > setenv LIBDIR "/usr/lib" > and everything goes fine. > > is there some typo in the line in .login > or should I change this line to: > setenv LIBBDIR "/usr/lib" only > but would this break other applications trying > to find libraries ? > > thanks > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 20:41:36 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 3AB0514D5D for ; Thu, 30 Dec 1999 20:41:35 -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 UAA29445 for ; Thu, 30 Dec 1999 20:41:34 -0800 Date: Thu, 30 Dec 1999 20:41:34 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: Unkillable process 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 How in the heck can I kill a process that does not respond to a kill -9? I've got a remote machine that has a hung mt process up and I need to get to that tape device. # ps ax|grep mt 5959 p0- D 0:00.01 mt -f /dev/nrst0 fsf 1 # kill -9 5959 # No error at all. :-/ Thanks. Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 20:42:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 31C0914D5D for ; Thu, 30 Dec 1999 20:42:20 -0800 (PST) (envelope-from stuyman@confusion.net) Received: from confusion.net (user-2ivea2a.dialup.mindspring.com [165.247.40.74]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id XAA23449; Thu, 30 Dec 1999 23:42:16 -0500 (EST) Message-ID: <386C33FE.9A730118@confusion.net> Date: Thu, 30 Dec 1999 23:41:34 -0500 From: Laurence Berland Organization: B.R.A.T.T. X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: Ford Prefect Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Data Recovery and FreeBSD's fdisk behavior References: <3.0.3.32.19991230213150.0070d220@pop.interaccess.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not directly related, but anyone know of a good in depth description of ufs that I might be able to read? -- Laurence Berland, Stuyvesant HS Debate <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. http://stuy.debate.net icq #7434346 aol imer E1101 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 20:50: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 0629614D9F for ; Thu, 30 Dec 1999 20:50:03 -0800 (PST) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 9226 invoked from network); 28 Dec 1999 12:49:59 -0000 Received: from localhost (HELO localhost.snowmoon.com) (127.0.0.1) by localhost with SMTP; 28 Dec 1999 12:49:59 -0000 Date: Tue, 28 Dec 1999 07:49:59 -0500 (EST) From: Jaime Kikpole To: andrew Cc: freebsd-questions@freebsd.org Subject: Re: RAID Arrays 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 Tue, 28 Dec 1999, andrew wrote: > Can I merge many FreeBSD partitions on different disks in one big > partition? (like NetWare volumes). Please, if somebody know, help me. > I have FreeBSD 3.2 installed. I don't know how NetWare does it, but three things come to mind. One is a hardware controlled RAID array. Check the handbook's hardware listing (http://www.freebsd.org/handbook/install.html#INSTALL-HW) for a list of supported SCSI RAID cards. Another idea is ccd. Check "man 4 ccd" for details about it. If I recall correctly, you'll have to compile the ccd driver into the kernel and then do a bunch of configuring. This should let you make several partitions become one continuous disk. (In other words, two 1GB partions become a 2GB virtual partion.) The third idea is vinum. Check "man 8 vinum" for details about that. Again, I think that you need to compile it into the kernel. The main benefit of vinum over ccd is that it allows configurations which act like software controlled RAID-5 arrays. Support for vinum (especially its RAID-5) is supposed to be much better in FreeBSD 3.4 than in 3.2. If you go this route, look into using cvsup to upgrade your installation. (I've used this to go from 2.2.5 to 2.2.8 and 3.0 to 3.2 in the past without any real problems. Going from 2.2.8 to 3.0 turned out to be impossible at my skill level, though. Be careful to read everything and make backups before using cvsup!) Good luck, Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 20:52: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (machine-126-237.cdcsd.k12.ny.us [208.20.126.237]) by hub.freebsd.org (Postfix) with SMTP id 21ECC15158 for ; Thu, 30 Dec 1999 20:52:00 -0800 (PST) (envelope-from jaime@malkav.snowmoon.com) Received: (qmail 9239 invoked from network); 28 Dec 1999 12:51:57 -0000 Received: from localhost (HELO localhost.snowmoon.com) (127.0.0.1) by localhost with SMTP; 28 Dec 1999 12:51:57 -0000 Date: Tue, 28 Dec 1999 07:51:57 -0500 (EST) From: Jaime Kikpole To: Scott Corey Cc: FreeBSD Questions Subject: Re: BBS software In-Reply-To: <38686065.A9E52F6E@azstarnet.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 On Tue, 28 Dec 1999, Scott Corey wrote: > I know this might be a lame question, however, I have not been able to > find any BBS software for FreeBSD. Any help would be greatly appreciated I use an slightly customized version of and old (while it was still under GPL) version of WWWThreads on bbs.snowmoon.com. Someone started the FreeThreads project based on WWWThreads and it should be comprable. Check www.freethreads.org for details on that. (Assuming that they've fixed their web site.....) Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 20:57:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from eterna.binary.net (eterna.binary.net [12.13.84.6]) by hub.freebsd.org (Postfix) with ESMTP id 6D6D11546A for ; Thu, 30 Dec 1999 20:57:07 -0800 (PST) (envelope-from mmbrich@binary.net) Received: from Comp01 (lnk2-mbrich-1.binary.net [216.229.12.162] (may be forged)) by eterna.binary.net (8.9.1a/8.9.1) with SMTP id WAA39727 for ; Thu, 30 Dec 1999 22:57:06 -0600 (CST) Message-ID: <000e01bf531a$35f88dc0$a20ce5d8@binary.net> From: "Matthew Brichacek" To: Subject: Date: Thu, 30 Dec 1999 23:04:22 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01BF531A.358C3760" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.3825.400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.3825.400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000B_01BF531A.358C3760 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am having a real problem and have asked many BSD guru's what to do and none have been able to help. I have a 3com 3c905b card and when i load FreeBSD to install from FTP my network card loads on IRQ 255 which is obviously invalid. I have tried 3 differnet brand cards and they all give the same problem. Any suggestions would be greatly appreciated. =20 ------=_NextPart_000_000B_01BF531A.358C3760 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 I am having a real problem and have asked many BSD guru's = what to=20 do
 and none have been able to help.  I have a 3com 3c905b = card and=20 when
 i load FreeBSD to install from FTP my network card loads = on IRQ=20 255
 which is obviously invalid.  I have tried 3 differnet = brand=20 cards and
 they all give the same problem.  Any suggestions = would=20 be greatly
 appreciated.

   =
------=_NextPart_000_000B_01BF531A.358C3760-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 21: 0: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id C9A3B154C9; Thu, 30 Dec 1999 20:59:59 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id C8F831CA0; Fri, 31 Dec 1999 12:59:57 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: William Woods Cc: Rajappa Iyer , Martin Dieringer , Frank Louwers , freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Sound on a Thinkpad 770E (600) In-Reply-To: Message from William Woods of "Thu, 30 Dec 1999 17:23:11 PST." Date: Fri, 31 Dec 1999 12:59:57 +0800 From: Peter Wemm Message-Id: <19991231045957.C8F831CA0@overcee.netplex.com.au> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG William Woods wrote: > OK, I did that, here is the output of cat /dev/sndstat > > cat /dev/sndstat > FreeBSD Audio Driver (981002) Dec 30 1999 17:17:22 > Installed devices: > pcm0: at 0x52c irq 5 dma 1: > > How do I use newpcm, by the way, maby thats the problem.... newpcm is -current, not 3.4 which it looks like what you're trying to use. Under -current it should work with 'device pcm0' and 'options PNPBIOS' with no manual configuration required... (ie: NOT 'device pcm0 at isa? ....') - assuming the PnP id for the chip is recognized. > On 31-Dec-99 Rajappa Iyer wrote: > > William Woods writes: > > > >> Well, I just did that, and this is the output in dmesg: > >> > >> pcm0 at 0x52c irq 5 drq 1 flags 0xa610 on isa > > > > Well, that's progress. > > > >> I did a : > >> > >> /dev/./MAKEDEV snd0 , nada > >> /dev/./MAKEDEV snd1 , nada > > > > You just need to use /dev/MAKEDEV snd0. What does cat /dev/sndstat > > produce? > > > > On my machine, here's what it says: > > > > FreeBSD Audio Driver (newpcm) Dec 30 1999 18:50:27 > > Installed devices: > > pcm0: at io 0x52c irq 5 drq 1:0 (1/1 channels duplex) > > > > Maybe newpcm works better with the soundcard than the old pcm code. > > I'm not too sure, but isn't newpcm part of 3.4? > > > > Rajappa > > -- > > a.k.a. Rajappa Iyer. New York, New York. > > We're too busy mopping the floor to turn off the faucet. > > ---------------------------------- > E-Mail: William Woods > Date: 30-Dec-99 > Time: 17:21:04 > FreeBSD 3.4 > On a Laptop......... > ---------------------------------- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > > Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 21: 0:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from clavin.interaccess.com (clavin.interaccess.com [207.70.126.132]) by hub.freebsd.org (Postfix) with ESMTP id 7A83715255 for ; Thu, 30 Dec 1999 21:00:23 -0800 (PST) (envelope-from fordp@guide.chi.il.us) Received: from Zaphod (d1.focal6.interaccess.com [207.208.186.1]) by clavin.interaccess.com (8.9.0/8.9.0) with SMTP id XAA19953; Thu, 30 Dec 1999 23:00:19 -0600 (CST) Message-Id: <3.0.3.32.19991230215813.018754ec@pop.interaccess.com> X-Sender: fordp@pop.interaccess.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 30 Dec 1999 21:58:13 -0600 To: Laurence Berland , freebsd-questions@freebsd.org From: Ford Prefect Subject: Re: Data Recovery and FreeBSD's fdisk behavior In-Reply-To: <386C33FE.9A730118@confusion.net> References: <3.0.3.32.19991230213150.0070d220@pop.interaccess.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tanenbaum's Book "Operating Systems: Design and Implemention" has some decent notes as does the book "Practical UNIX Programming" by Robbins and Robbins. You probably wanted a website though didn't you, That I don't have. :) Your sig reminds me of what I've been dealing with the past couple days. make it stop. :) At 11:41 PM 12/30/99 -0500, you wrote: >Not directly related, but anyone know of a good in depth description of >ufs that I might be able to read? > >-- >Laurence Berland, Stuyvesant HS Debate ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> >Windows 98: n. > useless extension to a minor patch release for > 32-bit extensions and a graphical shell for a > 16-bit patch to an 8-bit operating system > originally coded for a 4-bit microprocessor, > written by a 2-bit company that can't stand for > 1 bit of competition. >http://stuy.debate.net >icq #7434346 aol imer E1101 > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > *=====================================================* \ Ford Prefect Ahead of my time. \ \ fordp@guide.chi.il.us but only by a week. \ \ homepage.interaccess.com/~fordp \ \ \ \ ((In esperanto where available)) \ *=====================================================* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 21: 6:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id BA5E414CDF; Thu, 30 Dec 1999 21:06:44 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@usr1-46.cybcon.com [205.147.75.47]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id VAA18885; Thu, 30 Dec 1999 21:06:26 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19991231045957.C8F831CA0@overcee.netplex.com.au> Date: Thu, 30 Dec 1999 21:08:10 -0800 (PST) From: William Woods To: Peter Wemm Subject: Re: Sound on a Thinkpad 770E (600) Cc: freebsd-questions@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG, Frank Louwers , Martin Dieringer , Rajappa Iyer Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, how "stable" (sure that makes sence...) is curent. This is not a poduction system, but the idea of trashing my file system doesnt sound like fun either. I am fairly competent in unix, but definately not a real competant coder... On 31-Dec-99 Peter Wemm wrote: > William Woods wrote: >> OK, I did that, here is the output of cat /dev/sndstat >> >> cat /dev/sndstat >> FreeBSD Audio Driver (981002) Dec 30 1999 17:17:22 >> Installed devices: >> pcm0: at 0x52c irq 5 dma 1: >> >> How do I use newpcm, by the way, maby thats the problem.... > > newpcm is -current, not 3.4 which it looks like what you're trying to use. > > Under -current it should work with 'device pcm0' and 'options PNPBIOS' > with no manual configuration required... (ie: NOT 'device pcm0 at isa? > ....') > - assuming the PnP id for the chip is recognized. > >> On 31-Dec-99 Rajappa Iyer wrote: >> > William Woods writes: >> > >> >> Well, I just did that, and this is the output in dmesg: >> >> >> >> pcm0 at 0x52c irq 5 drq 1 flags 0xa610 on isa >> > >> > Well, that's progress. >> > >> >> I did a : >> >> >> >> /dev/./MAKEDEV snd0 , nada >> >> /dev/./MAKEDEV snd1 , nada >> > >> > You just need to use /dev/MAKEDEV snd0. What does cat /dev/sndstat >> > produce? >> > >> > On my machine, here's what it says: >> > >> > FreeBSD Audio Driver (newpcm) Dec 30 1999 18:50:27 >> > Installed devices: >> > pcm0: at io 0x52c irq 5 drq 1:0 (1/1 channels duplex) >> > >> > Maybe newpcm works better with the soundcard than the old pcm code. >> > I'm not too sure, but isn't newpcm part of 3.4? >> > >> > Rajappa >> > -- >> > a.k.a. Rajappa Iyer. New York, New York. >> > We're too busy mopping the floor to turn off the faucet. >> >> ---------------------------------- >> E-Mail: William Woods >> Date: 30-Dec-99 >> Time: 17:21:04 >> FreeBSD 3.4 >> On a Laptop......... >> ---------------------------------- >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-mobile" in the body of the message >> >> > > Cheers, > -Peter > -- > Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message ---------------------------------- E-Mail: William Woods Date: 30-Dec-99 Time: 21:06:17 FreeBSD 3.4 On a Laptop......... ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 21:10:58 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 49FBE14D46 for ; Thu, 30 Dec 1999 21:10:56 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id AAA92253; Fri, 31 Dec 1999 00:15:15 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199912310515.AAA92253@cc942873-a.ewndsr1.nj.home.com> Subject: Re: RAID Arrays In-Reply-To: from Jaime Kikpole at "Dec 28, 1999 07:49:59 am" To: jaime@malkav.snowmoon.com (Jaime Kikpole) Date: Fri, 31 Dec 1999 00:15:14 -0500 (EST) Cc: andrew@soc.lg.gov.ua (andrew), freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (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 Jaime Kikpole wrote, > On Tue, 28 Dec 1999, andrew wrote: > > Can I merge many FreeBSD partitions on different disks in one big > > partition? (like NetWare volumes). Please, if somebody know, help me. > > I have FreeBSD 3.2 installed. [snip] > The third idea is vinum. Check "man 8 vinum" for details about > that. Again, I think that you need to compile it into the kernel. No, vinum is a KLD, a dynamically loaded kernel module. See vinum(4), "KERNEL CONFIGURATION vinum is currently supplied as a kernel loadable module (kld), and does not require configuration. As with other klds, it is absolutely neces- sary to match the kld to the version of the operating system. Failure to do so will cause vinum to issue an error message and terminate. It is possible to configure vinum in the kernel, but this is not recom- mended. To do so, add this line to the kernel configuration file: pseudo-device vinum" A kernel rebuild is _NOT_ required and the docs actually recommend that it not be done. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 21:15: 7 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id F0F6E15363 for ; Thu, 30 Dec 1999 21:15:04 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id AAA92276; Fri, 31 Dec 1999 00:19:54 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199912310519.AAA92276@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Compiling kernel In-Reply-To: <386BE25F.43A7EB0@bayou.uh.edu> from Christopher Klumb at "Dec 30, 1999 04:53:19 pm" To: cklumb@bayou.uh.edu (Christopher Klumb) Date: Fri, 31 Dec 1999 00:19:54 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG (freebsd-questions@FreeBSD.ORG) Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (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 Christopher Klumb wrote, > I just recently installed FreeBSD 3.3. I decided to recompile the > kernel to get my NIC working and to remove unwanted devices. I did: I assume the step where you edited the 'MYKERNEL' file appropriately is implied, but I'll ask anyway. > /usr/sbin/config MYKERNEL, cd ../../compile/MYKERNEL, make depend, make, > make install. No error messages were recieved. > > However, when I reboot, it appears that the original kernel is being > booted. All the devices I removed from MYKERNEL show up with "dmesg." > More importantly, it is trying to initialze my NIC with parameters other > then the ones I put in MYKERNEL. What does, % ls -l / Show for the modification times on /kernel and /kernel.old? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 21:25:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.pa.bell-labs.com (h135-250-8-11.outland.lucent.com [135.250.8.11]) by hub.freebsd.org (Postfix) with ESMTP id A1FD915255 for ; Thu, 30 Dec 1999 21:25:18 -0800 (PST) (envelope-from champlin@research.bell-labs.com) Received: from research.bell-labs.com (ex-vpn64.pa.bell-labs.com [135.250.1.64]) by Mirapoint Server mail1.pa.bell-labs.com with ESMTP id AAI00220 with AUTH (champlin) Thu, 30 Dec 1999 21:20:04 -0800 (PST) Message-ID: <386C3D10.6BD70A6A@research.bell-labs.com> Date: Thu, 30 Dec 1999 21:20:16 -0800 From: Virgil Champlin Organization: Bell Labs Silicon Valley, Palo Alto CA X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Steve Lewis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: repeat: pci problem w/ de0 NIC References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Steve Lewis wrote: > > ... > 3. dmesg gives me the following: > > pci0:13: vendor=0x1256, device=0x1400, class network (ethernet) int a irq > 11 [no driver assigned] > > What exactly does this tell me/what does it mean? > > Any leads on any of the above are much appreciated: RTFMs, FAQs, whatever > ... Are you sure about the vendor ID? Might it be 125B? In this case it is an ASIX Tulip clone (AX88140/88141) which is close but not quite compatible. However, FreeBSD 3.x has support with the "ax" driver. Good luck. -virgil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 21:31:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 8B57515363 for ; Thu, 30 Dec 1999 21:31:09 -0800 (PST) (envelope-from daemon@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id GAA28499 for freebsd-questions@freebsd.org; Fri, 31 Dec 1999 06:31:08 +0100 (CET) (envelope-from daemon@bigeye.rhein-neckar.de) Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id EAA04136 for freebsd-questions@freebsd.org; Fri, 31 Dec 1999 04:40:50 +0100 (CET) (envelope-from daemon) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: how to do a backup Date: 31 Dec 1999 04:40:49 +0100 Message-ID: <84h8k1$40v$1@bigeye.rhein-neckar.de> References: <19991230.2052000@cx264598-a.mesa1.az.home.com> <19991231100253.A473@freebie.lemis.com> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey wrote: > There are many. I use tar. Others use dump. When making the choice, > remember that you can read tapes written by tar on just about any > machine. FreeBSD's tar is GNU tar, which doesn't even write POSIX ustar archives. As soon as you are running into things such as path names >100 characters, GNU tar will resort to proprietary extensions that are not generally understood by other tars. Also, GNU tar can't handle all of FreeBSD's device nodes. You don't have an index--looking up a file requires reading through all the archive--and there is no internal buffering, which depending on the peculiars of your system may require workarounds with ports/misc/buffer or ports/misc/team to keep your drive streaming. If I wanted to use tar, I'd at least use ports/sysutils/star. > If you use dump, you're pretty well restricted to BSD, Coincidental emperic evidence suggests that dumps are compatible across FreeBSD-Linux-Solaris. > and I'm not even sure if you can read a FreeBSD dump on other > flavours of BSD. Let's see... Now restoring the dump of a root partition of a FreeBSD/i386 box on OpenBSD/sparc... Works like charm. The device nodes are truncated to OpenBSDish 8-bit minor numbers. Oops. The OpenBSD box is running securelevel 1, and now I can't get rid of the files restored with the schg flag. :-) -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 21:33:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netcom.com (netcom1.netcom.com [199.183.9.101]) by hub.freebsd.org (Postfix) with ESMTP id DDBDC14EF3 for ; Thu, 30 Dec 1999 21:33:26 -0800 (PST) (envelope-from stanb@netcom.com) Received: (from stanb@localhost) by netcom.com (8.9.3/8.9.3) id VAA20323 for freebsd-questions@freebsd.org; Thu, 30 Dec 1999 21:33:25 -0800 (PST) From: Stan Brown Message-Id: <199912310533.VAA20323@netcom.com> Subject: new, and strange NE2000 error message To: freebsd-questions@freebsd.org (Free BSD Questions list) Date: Fri, 31 Dec 1999 00:33: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 i am setting up a 3.4 STABLE machine to use as an internet gateway. it has 2 differne NE2000 cards in it. They are really even from different mfg's. ed0 is an old card, ed1 is a brand new LinkSYS card. It has been workign fine, but today when I rebooted the machine I got: ed0 at 0x300-0x31f irq 10 on isa ed0: address 00:80:ad:08:2b:80, type NE2000 (16 bit) ed1: failed to clear shared memory at d8000 - check configuration ed1 at 0x340-0x35f irq 11 msize 8192 on isa ed1: address 00:40:05:72:e8:7a, type NE2000 (16 bit What;s this trying to tell me? What shared memory? BTW the card apppears to be working fine. -- 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 Thu Dec 30 21:38:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 6C7F814E79 for ; Thu, 30 Dec 1999 21:38:22 -0800 (PST) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id WAA00352; Thu, 30 Dec 1999 22:00:54 -0800 (PST) Date: Thu, 30 Dec 1999 22:00:54 -0800 (PST) From: Alfred Perlstein To: Matthew Brichacek Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <000e01bf531a$35f88dc0$a20ce5d8@binary.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 On Thu, 30 Dec 1999, Matthew Brichacek wrote: > I am having a real problem and have asked many BSD guru's what to do > and none have been able to help. I have a 3com 3c905b card and when > i load FreeBSD to install from FTP my network card loads on IRQ 255 > which is obviously invalid. I have tried 3 differnet brand cards and > they all give the same problem. Any suggestions would be greatly > appreciated. turn off 'PnP OS' in the bios. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 21:49:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id 81DF814C05 for ; Thu, 30 Dec 1999 21:49:53 -0800 (PST) (envelope-from dannyh@idx.com.au) Received: from psych ([203.41.44.195]) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id QAA22943 for ; Fri, 31 Dec 1999 16:50:53 +1100 Message-Id: <3.0.32.19991231165100.010fa204@idx.com.au> X-Sender: dannyh@idx.com.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Fri, 31 Dec 1999 16:51:03 +1100 To: freebsd-questions@FreeBSD.ORG From: Danny Subject: StarOffice 5.1 Problem. Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, -installing Staroffice 5.1 for FreeBSD -Got FreeBSD 3.3 -using the default KDE that comes with FreeBSD. - Ia m upto the following stage of the isntallation process 5.change directory into so51inst/office51, and fire up the network install ./setup /net - I get the following error message /usr/tmp/sv001.tmp/setup.bin : error in loading shared libaries libvos5171i.so: cannot open shared object files no such file or directory Question 1)What exactly is the problem? 2)How do I find a souiton to the problem? Looking forward to your feedback. Danny (dannyh@idx.com.au) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 22:25:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mass.cdrom.com (castles532.castles.com [208.214.165.96]) by hub.freebsd.org (Postfix) with ESMTP id 543D615192; Thu, 30 Dec 1999 22:25:47 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id WAA00600; Thu, 30 Dec 1999 22:30:52 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <199912310630.WAA00600@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: nate@mt.sri.com (Nate Williams) Cc: William Woods , freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Hot Swapping bay on a Thinkpad 770E In-reply-to: Your message of "Thu, 30 Dec 1999 17:24:06 MST." <199912310024.RAA26498@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 30 Dec 1999 22:30:52 -0800 From: Mike Smith Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Has anyone got the hot swap bay to work on a Thinkpad 770E? I would love to > > "suspend" and swap CD and Floppy instead or power off, swap, power on every > > time.... > > It ain't gonna happen anytime soon, since FreeBSD is not (yet) ready for > swapping hardware. Warner is getting closer with his pccard work, which > should pave the way for more drivers to be loadable/unloadable. Actually, Warner's pccard work has little or nothing to do with this particular case. Depending on how the 'hot-swap' bay is implemented, it's probably hooked by the PnP BIOS as a 'docking station', or detailed by the ACPI data provided by the BIOS. Making 'hot plug' of these devices (hot swap is almost certainly not feasible) work will require proper newbus-ification of the ata and fd drivers, and some hooks to detect their departure/arrival. These are probably worth doing for docking station support as welll. Reprobe-on-resume is kinda tough; you need to refuse to suspend if any device that is marked 'removable' is open/configured (this has to include pccards) or similar... -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 22:39: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from buffy.tpgi.com.au (buffy.tpgi.com.au [203.12.160.34]) by hub.freebsd.org (Postfix) with ESMTP id 75D3714D2F for ; Thu, 30 Dec 1999 22:38:50 -0800 (PST) (envelope-from marcd@tpg.com.au) Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.9.3/8.9.3) id RAA19316 for ; Fri, 31 Dec 1999 17:38:46 +1100 Received: from adl-56k-150.tpgi.com.au(203.29.136.150), claiming to be "zen.dodsworth.org" via SMTP by buffy.tpgi.com.au, id smtpdjE3qP4; Fri Dec 31 17:38:42 1999 From: Marc Dodsworth To: freebsd-questions@FreeBSD.ORG Subject: BRU Backup software Date: Fri, 31 Dec 1999 17:04:44 +1030 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99123117081400.10894@zen.dodsworth.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I've been thing of ordering the BRU backup software from FreeBSD Mall. Has anyone had any expeirnece or recommendations for or against this course of actions? I know there is tar/restore/dump etc but I'd prefer something a bit easier (I'm sure real sysadmins use tar etc :-) Thankx Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 22:54: 5 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 521A614C9C for ; Thu, 30 Dec 1999 22:54:01 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip13.r1.d.bel.nwlink.com [207.202.172.13]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id WAA14928 for ; Thu, 30 Dec 1999 22:53:59 -0800 (PST) Message-ID: <386C5257.F21FE5AC@nwlink.com> Date: Thu, 30 Dec 1999 22:51:03 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: StarOffice 5.1 Problem. References: <3.0.32.19991231165100.010fa204@idx.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Danny wrote: > > Hello, > > -installing Staroffice 5.1 for FreeBSD Unless something has happened in the last week or 2 that I don't know about, there is no StarOffice for FreeBSD. You're installing the StarOffice for linux, which can be done, I just did. > -Got FreeBSD 3.3 > -using the default KDE that comes with FreeBSD. > > - Ia m upto the following stage of the isntallation process > > 5.change directory into so51inst/office51, and fire up the network install > > ./setup /net > > - I get the following error message > > /usr/tmp/sv001.tmp/setup.bin : error in loading shared libaries > libvos5171i.so: cannot open shared object files no such file or directory > > Question > > 1)What exactly is the problem? The problem is that the install program doesn't know where to look for the shared libraries because it thinks it's running on a linux machine. > 2)How do I find a souiton to the problem? The solution is to type in: LD_LIBRARY_PATH=/tmp/sv001.tmp &&export LD_LIBRARY_PATH Now, try it. After you've installed it, you may run into a couple of bugs that are widely known and have easy fixes. You need to replace the file path/to/Office51/bin/applicat.rdb with one from a linux box. This is available on the web at: www.stat.duke.edu/~sto/StarOffice51a The other bug has to do with a patch to procfs_status.c. Since you're running 3.3, I believe this will not be an issue. If I recall correctly, that is only for 3.2 and prior. After you run ./setup /net, you'll need to do a workstation installation which adds only a few megabytes to your home directory as opposed to 176 megabytes. There was a strange kind of thing that happened when I did it. I had to use the ./soffice command to run the setup as user, instead of running ./setup again. But it wasn't a problem. After that step was finished, the ./soffice command started up the program normally. The program has worked flawlessly for me. > > Looking forward to your feedback. > > Danny > (dannyh@idx.com.au) > Hope this helps, and I look forward to hearing from you soon. Joseph -- You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 23: 2: 7 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 5995614BC6 for ; Thu, 30 Dec 1999 23:02:06 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip13.r1.d.bel.nwlink.com [207.202.172.13]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id XAA16759 for ; Thu, 30 Dec 1999 23:02:05 -0800 (PST) Message-ID: <386C543D.6E59C9DF@nwlink.com> Date: Thu, 30 Dec 1999 22:59:09 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.org Subject: Re: some performance issues References: <386C023E.680FC31@inna.net> <386C0676.F39EC477@3-cities.com> <386C2354.ABD1ED54@nwlink.com> <386C3173.1D695393@3-cities.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > The 0x2000 allows IDE DMA transfers and that could be part of your > problem. Some drives like that setting and some systems don't. It is > something that you can try by seting it at boot time. If it works, > then you build it into your kernel. My drives are all 0xa0ffa0ff. > 8+2=a. Where did the 8+2 come from? This is really confusing to me. Do you mean that you get both 2000 and 80ff at the same time by using a? Thanks in advance, Joseph <):-{> -- You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 23:17:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f105.law4.hotmail.com [216.33.149.105]) by hub.freebsd.org (Postfix) with SMTP id 240C21519F for ; Thu, 30 Dec 1999 23:17:49 -0800 (PST) (envelope-from flightrecorder@hotmail.com) Received: (qmail 18248 invoked by uid 0); 31 Dec 1999 07:17:48 -0000 Message-ID: <19991231071748.18247.qmail@hotmail.com> Received: from 206.50.145.24 by www.hotmail.com with HTTP; Thu, 30 Dec 1999 23:17:48 PST X-Originating-IP: [206.50.145.24] From: "jacob martinson" To: marcd@tpg.com.au, freebsd-questions@FreeBSD.ORG Subject: Re: BRU Backup software Date: Fri, 31 Dec 1999 01:17:48 CST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Heya. I just started a job where we exclusively use BRU for all our tape backups. It is _definitely_ worth the money. I am not used to paying for software, but I would feel good about spending money on this one. I think my boss said it was around a few hundred dollars... I haven't looked myself. I find it very easy to use and it makes it very easy to verify the backups you make. All you have to do is spend an afternoon reading the manual and play around with it and you should become very comfortable with it. I don't have any experience with any other commercial backup software, but compared to tar, I would definitely recommend it. It can do backups both of filesystems and of raw partitions. Hope that helps :) Jacob Martinson ----Original Message Follows---- From: Marc Dodsworth To: freebsd-questions@FreeBSD.ORG Subject: BRU Backup software Date: Fri, 31 Dec 1999 17:04:44 +1030 Hi I've been thing of ordering the BRU backup software from FreeBSD Mall. Has anyone had any expeirnece or recommendations for or against this course of actions? I know there is tar/restore/dump etc but I'd prefer something a bit easier (I'm sure real sysadmins use tar etc :-) Thankx Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ______________________________________________________ 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 Thu Dec 30 23:33:15 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 922DC14DEB for ; Thu, 30 Dec 1999 23:33:13 -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 XAA02384 for ; Thu, 30 Dec 1999 23:33:12 -0800 Date: Thu, 30 Dec 1999 23:33:12 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: make world 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 upgrading a 2.2.2-RELEASE system and durring a make world I keep getting this error. If someone could point me in the proper direction on how to resolve it I'd realy appreciate it. I've inserted just the last few lines of the screen before make world died. Thanks to any one with a clue as to what may be causing this. /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:72: for each function it appears in.) /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:82: `SF_NOUNLINK' undeclared (first use this function) /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c: In function `string_to_flags': /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:141: `SF_NOUNLINK' undeclared (first use this function) /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c:150: `UF_NOUNLINK' undeclared (first use this function) *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 23:40:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.stomped.com (stomped.com [206.191.205.5]) by hub.freebsd.org (Postfix) with ESMTP id E5DBB14E0F for ; Thu, 30 Dec 1999 23:40:40 -0800 (PST) (envelope-from bigfoot@stomped.com) Received: from gunther (gunther.stomped.com [206.191.230.36]) by www.stomped.com (8.9.3/8.9.3) with SMTP id BAA95762 for ; Fri, 31 Dec 1999 01:40:39 -0600 (CST) From: "Guy Gustavson" To: Subject: RE: BRU Backup software Date: Fri, 31 Dec 1999 01:40:39 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <19991231071748.18247.qmail@hotmail.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of jacob martinson > Sent: Friday, December 31, 1999 1:18 AM > To: marcd@tpg.com.au; freebsd-questions@FreeBSD.ORG > Subject: Re: BRU Backup software > > > Heya. > > I just started a job where we exclusively use BRU for all our > tape backups. > I don't have any experience with any other commercial backup > software, but > compared to tar, I would definitely recommend it. It can do > backups both of > filesystems and of raw partitions. > Have you every compared it to amanda? I specifly looking for the ability to backup multiple machines to a single tape server machine, and to have the ability to controll a automatic tape changer. So far amanda does what I need, but it doesn't support writing a backup across more than one tape, or to write to multiple tape drives if the tape library has more than one tape writer. BRU didn't look like a good match, but I'd be interested in the experience of someone who's actually used it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Dec 30 23:49:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id D5EFC14A1B; Thu, 30 Dec 1999 23:49:49 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@usr1-23.cybcon.com [205.147.75.24]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id XAA26664; Thu, 30 Dec 1999 23:49:47 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 30 Dec 1999 23:51:30 -0800 (PST) From: William Woods To: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Subject: StarOffice5 problems.... Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am useing (trying to anyway) the StarOffice 5 port on a FreeBSD 3.4 system /usr/ports/editors/staroffice5 but its asking for a couple libs: Here is the makefile: DISTNAME= so51a_lnx_01 PKGNAME= staroffice-5.1a CATEGORIES= editors MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \ ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \ ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \ ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/ EXTRACT_SUFX= .tar DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ As you can see, the ftp sites are looking fot ftp.stardivision.de, which no longer does staroffice. Anyone out there have the libs you can email me? I cant find them anywhere.... ---------------------------------- E-Mail: William Woods Date: 30-Dec-99 Time: 23:47:45 FreeBSD 3.4 On a Laptop......... ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 0: 1:38 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 CE46114BD3 for ; Fri, 31 Dec 1999 00:01:31 -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 TAA60463 for freebsd-questions@freebsd.org; Fri, 31 Dec 1999 19:02:32 +1100 (EST) (envelope-from aunty) Date: Fri, 31 Dec 1999 19:02:32 +1100 From: aunty To: freebsd-questions@freebsd.org Subject: shell history files Message-ID: <19991231190232.I47183@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 Is there some way to stop users from deleting their .bash_history files? -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 0: 4:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id 42E2D14C48 for ; Fri, 31 Dec 1999 00:04:14 -0800 (PST) (envelope-from dannyh@idx.com.au) Received: from psych ([203.41.44.195]) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id TAA24385; Fri, 31 Dec 1999 19:05:06 +1100 Message-Id: <3.0.32.19991231190513.011006b8@idx.com.au> X-Sender: dannyh@idx.com.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Fri, 31 Dec 1999 19:05:17 +1100 To: R Joseph Wright From: Danny Subject: Re: StarOffice 5.1 Problem. Cc: 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 Refering to the 2nd last stage of the process Question 1)Do I have to remove all the code in setup and soffice and replace it with the code in the documentation? At 22:51 30/12/99 -0800, R Joseph Wright wrote: >Danny wrote: >> >> Hello, >> >> -installing Staroffice 5.1 for FreeBSD > >Unless something has happened in the last week or 2 that I don't know >about, there is no StarOffice for FreeBSD. You're installing the >StarOffice for linux, which can be done, I just did. > >> -Got FreeBSD 3.3 >> -using the default KDE that comes with FreeBSD. >> >> - Ia m upto the following stage of the isntallation process >> >> 5.change directory into so51inst/office51, and fire up the network install >> >> ./setup /net >> >> - I get the following error message >> >> /usr/tmp/sv001.tmp/setup.bin : error in loading shared libaries >> libvos5171i.so: cannot open shared object files no such file or directory >> >> Question >> >> 1)What exactly is the problem? > >The problem is that the install program doesn't know where to look for >the shared libraries because it thinks it's running on a linux machine. > >> 2)How do I find a souiton to the problem? > >The solution is to type in: > >LD_LIBRARY_PATH=/tmp/sv001.tmp &&export LD_LIBRARY_PATH > >Now, try it. >After you've installed it, you may run into a couple of bugs that are >widely known and have easy fixes. You need to replace the file >path/to/Office51/bin/applicat.rdb with one from a linux box. This is >available on the web at: www.stat.duke.edu/~sto/StarOffice51a >The other bug has to do with a patch to procfs_status.c. Since you're >running 3.3, I believe this will not be an issue. If I recall >correctly, that is only for 3.2 and prior. >After you run ./setup /net, you'll need to do a workstation installation >which adds only a few megabytes to your home directory as opposed to 176 >megabytes. There was a strange kind of thing that happened when I did >it. I had to use the ./soffice command to run the setup as user, >instead of running ./setup again. But it wasn't a problem. After that >step was finished, the ./soffice command started up the program >normally. The program has worked flawlessly for me. > >> >> Looking forward to your feedback. >> >> Danny >> (dannyh@idx.com.au) >> > >Hope this helps, and I look forward to hearing from you soon. >Joseph > >-- > You will do foolish things, > but do them with enthusiasm. Colette. > > >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 Fri Dec 31 0: 8:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law-f241.hotmail.com [209.185.130.206]) by hub.freebsd.org (Postfix) with SMTP id 2357014C9B for ; Fri, 31 Dec 1999 00:08:37 -0800 (PST) (envelope-from hakan_duran@hotmail.com) Received: (qmail 30814 invoked by uid 0); 31 Dec 1999 08:08:36 -0000 Message-ID: <19991231080836.30813.qmail@hotmail.com> Received: from 193.140.166.150 by www.hotmail.com with HTTP; Fri, 31 Dec 1999 00:08:36 PST X-Originating-IP: [193.140.166.150] From: "Hakan Duran" To: genisis@istar.ca Cc: freebsd-questions@freebsd.org Subject: Re: ppp login failure Date: Fri, 31 Dec 1999 00:08:36 PST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >What happens when you try this: > >ppp > >term > >atdt1234567 (where 1234567 is replaced by your ISP's phone #) > >Your modem should dial, and you should be presented with a login prompt. >If you can login successfully in term mode, you have an error in your ppp >script--so send along the latest version. > >If you can't login in term mode, you have other problems which someone >more experienced than I may be able to help you with. > In term mode, I can dial the number, hear the modems handshakin', get the "Username:" and "Password:" prompts normally. Then I press "~p" to enter the packet mode. Afterwards I see so many lines indicating negotiation between the ISP and my computer. Then between the lines, I see in miliseconds that my computer sends my login name and password 2-3 times. Afterwards massages indicating the death of bundle appears. I think there is one more login procedure after the one I write by hand and it fails. This is why I suspect from "software compression enabled" option which is present in windows dial-up. Hakan ______________________________________________________ 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 Fri Dec 31 0:18:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from edtnps04.telusplanet.net (edtnps04.telusplanet.net [198.161.157.104]) by hub.freebsd.org (Postfix) with ESMTP id 241AE15501 for ; Fri, 31 Dec 1999 00:18:42 -0800 (PST) (envelope-from goven@telusplanet.net) Received: from edtn0127865.hs.telusplanet.net ([161.184.239.3]:1157 "HELO goven1") by smtp1.telusplanet.net with SMTP id ; Fri, 31 Dec 1999 01:17:42 -0700 Message-ID: <001001bf5367$831399e0$03efb8a1@telusplanet.net> From: "Gordon Govenlock" To: Subject: Free BSD; newbie Date: Fri, 31 Dec 1999 00:28:27 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF5325.F49BA680" 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_01BF5325.F49BA680 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am a PC technician - however, that has unfortunately caused my = computer to be running Win'98. I have an ADSL account, and would like = to setup a firewall in a 486. I have no Unix/Linux experience, but look = forward? to the challange... I am currently downloading the entire = ftp://ftp.FreeBSD.org/pub/FreeBSD directory. Is this a bad thing? I = have no idea where to start... any suggestions? ------=_NextPart_000_0005_01BF5325.F49BA680 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am a PC technician - however, that = has=20 unfortunately caused my computer to be running Win'98.  I have an = ADSL=20 account, and would like to setup a firewall in a 486.  I have no = Unix/Linux=20 experience, but look forward? to the challange...  I am currently=20 downloading the entire ftp://ftp.FreeBSD.org/pub/Free= BSD directory. =20 Is this a bad thing?  I have no idea where to start...  any=20 suggestions?
------=_NextPart_000_0005_01BF5325.F49BA680-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 0:27:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id A1F3C154C2 for ; Fri, 31 Dec 1999 00:27:32 -0800 (PST) (envelope-from dannyh@idx.com.au) Received: from psych ([203.41.44.195]) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id TAA24646; Fri, 31 Dec 1999 19:28:29 +1100 Message-Id: <3.0.32.19991231192833.00e201ec@idx.com.au> X-Sender: dannyh@idx.com.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Fri, 31 Dec 1999 19:28:39 +1100 To: "Gordon Govenlock" , From: Danny Subject: Re: Free BSD; newbie Mime-Version: 1.0 Content-Type: text/enriched; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes FreeBSD is a great idea. A better solution would be to purchase THe OFfical FreeBSD 3.4(4 cd's) from http://www.cdrom.com http://www.freebsdmall.com It cost very little and worth the price for the CD instead of installing it via ftp on a 486. For a firewall soluton for your company try :- -The NetMax Firewall from (http://www.netmax.com) NetMAX FireWall's main features: All necessary software included and installed Complexities of Linux concealed Customizable default firewalls IP packet filtering Network address translation (NAT) Traffic Monitor Windows, Macintosh, and Unix clients supported Software only solution Looking forward to your feedback. danny (dannyh@idx.com.au) At 00:28 31/12/99 -0700, Gordon Govenlock wrote: >>>> I am a PC technician - however, that has unfortunately caused my computer to be running Win'98. I have an ADSL account, and would like to setup a firewall in a 486. I have no Unix/Linux experience, but look forward? to the challange... I am currently downloading the entire ftp://ftp.FreeBSD.org/pub/FreeBSD directory. Is this a bad thing? I have no idea where to start... any suggestions?Arial0606,0000,0000 Arial0606,0000,0000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 1: 9:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kuzhmaker.tec2000.org.il (f194.ifirewall.israsrv.net.il [192.117.193.194]) by hub.freebsd.org (Postfix) with ESMTP id 14BE314BC6 for ; Fri, 31 Dec 1999 01:09:26 -0800 (PST) (envelope-from aeg@iname.com) Received: from lair ([192.168.1.2]) by kuzhmaker.tec2000.org.il (8.9.3/8.9.3) with SMTP id KAA06328; Fri, 31 Dec 1999 10:59:07 +0200 (IST) (envelope-from aeg@iname.com) From: "Alexandr Gribenko" To: "Jason McNew" , Subject: RE: ftp.freebsd.org Date: Fri, 31 Dec 1999 11:20:13 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3868D393.1C260F74@clearsail.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG So easy to know, just ftp ftp.freebsd.org and look into message ;o) 230-This machine is a Xeon/500 with 4GB of memory & 1/2 terabyte of RAID 5. 230-The operating system is FreeBSD. Should you wish to get your own copy of 230-FreeBSD, see the pub/FreeBSD directory or visit http://www.freebsd.org 230-for more information. FreeBSD on CDROM can be ordered using the WEB at 230-http://www.cdrom.com/titles/freebsd/freebsd.phtml or by sending email to 230-orders@cdrom.com. 230- 230-100Mbps colocation services provided by CRL Network Services. For more 230-information, please visit http://www.crl.com. 230- 230-NetFRAME 9201 server machine provided by Micron Electronics. Please visit 230-http://www.micronpc.com/web/walnutcreek.html. > > Does anyone know what hardware ftp.freebsd.org is running? I'm curious > about what is being used to maintain such a high capacity server. (it > is also ftp.cdrom.com, right?) > > > 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 Fri Dec 31 3:50:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bezeqint.net (mail-a.bezeqint.net [192.115.106.23]) by hub.freebsd.org (Postfix) with ESMTP id 8669114D6B for ; Fri, 31 Dec 1999 03:50:40 -0800 (PST) (envelope-from nimrodme@bezeqint.net) Received: from bezeqint.net ([212.25.115.129]) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.1999.07.30.00.05.p8) with ESMTP id <0FNL00024SVLR5@mail.bezeqint.net> for freebsd-questions@FreeBSD.org; Fri, 31 Dec 1999 13:50:10 +0200 (IST) Date: Fri, 31 Dec 1999 13:51:13 +0200 From: Nimrod Mesika Subject: Abit's BP6 board lockups To: freebsd-questions@FreeBSD.org Reply-To: nimrodm@email.com Message-id: <386C98B1.BE84B112@bezeqint.net> MIME-version: 1.0 X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.14pre8um i686) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running a dual celeron (400MHz) Abit BP6 board. Note that the system is *not* overclocked and I don't (currently) have any drive connected to the HPT366 ATA/66 controller. I'm test driving FreeBSD for a few weeks now to determine if I should switch over from Linux (I'm looking for better SMP performance). Anyway, I've had a few random lockups (rather rare, but..) and would like to know if any other BP6 owners are experiencing the same problem? By the way, Linux seems to have random lockups as well (with this board) and a special mailing list have been set up to determine if it's a hardware problem or a kernel bug. Now I'm more convinced it is a hardware problem.. -- Nimrod. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 4:22:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axp5.physik.fu-berlin.de (axp5.physik.fu-berlin.de [160.45.34.3]) by hub.freebsd.org (Postfix) with ESMTP id CC53115175; Fri, 31 Dec 1999 04:22:42 -0800 (PST) (envelope-from dieringe@sirius.physik.fu-berlin.de) Received: from sirius.physik.fu-berlin.de (sirius.physik.fu-berlin.de [160.45.34.162]) by axp5.physik.fu-berlin.de (8.9.1a/8.9.1) with ESMTP id NAA28223; Fri, 31 Dec 1999 13:20:08 +0100 (MET) Received: from localhost (dieringe@localhost) by sirius.physik.fu-berlin.de (8.9.1a/8.9.1) with ESMTP id NAA18056; Fri, 31 Dec 1999 13:20:05 +0100 (MET) Date: Fri, 31 Dec 1999 13:20:05 +0100 (MET) From: Martin Dieringer To: William Woods Cc: Peter Wemm , freebsd-questions@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG, Frank Louwers , Rajappa Iyer Subject: Re: Sound on a Thinkpad 770E (600) 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 I have running a -STABLE system and a PAO (for 3.3) kernel, btw. $ cat /dev/sndstat FreeBSD Audio Driver (981002-ESS19990310) Dec 30 1999 22:33:13 Installed devices: pcm0: at 0x52c irq 5 dma 1:0 Well its not perfect - mixers don't show the right names for the devices, it seems. but I can playback and record. You seem to have the 2nd dma missing. Probably the soundcard can be or has to be configured via some windows/dos-tool first? martin On Thu, 30 Dec 1999, William Woods wrote: > OK, how "stable" (sure that makes sence...) is curent. This is not a poduction > system, but the idea of trashing my file system doesnt sound like fun either. I > am fairly competent in unix, but definately not a real competant coder... > > On 31-Dec-99 Peter Wemm wrote: > > William Woods wrote: > >> OK, I did that, here is the output of cat /dev/sndstat > >> > >> cat /dev/sndstat > >> FreeBSD Audio Driver (981002) Dec 30 1999 17:17:22 > >> Installed devices: > >> pcm0: at 0x52c irq 5 dma 1: > >> > >> How do I use newpcm, by the way, maby thats the problem.... > > > > newpcm is -current, not 3.4 which it looks like what you're trying to use. > > > > Under -current it should work with 'device pcm0' and 'options PNPBIOS' > > with no manual configuration required... (ie: NOT 'device pcm0 at isa? > > ....') > > - assuming the PnP id for the chip is recognized. > > > >> On 31-Dec-99 Rajappa Iyer wrote: > >> > William Woods writes: > >> > > >> >> Well, I just did that, and this is the output in dmesg: > >> >> > >> >> pcm0 at 0x52c irq 5 drq 1 flags 0xa610 on isa > >> > > >> > Well, that's progress. > >> > > >> >> I did a : > >> >> > >> >> /dev/./MAKEDEV snd0 , nada > >> >> /dev/./MAKEDEV snd1 , nada > >> > > >> > You just need to use /dev/MAKEDEV snd0. What does cat /dev/sndstat > >> > produce? > >> > > >> > On my machine, here's what it says: > >> > > >> > FreeBSD Audio Driver (newpcm) Dec 30 1999 18:50:27 > >> > Installed devices: > >> > pcm0: at io 0x52c irq 5 drq 1:0 (1/1 channels duplex) > >> > > >> > Maybe newpcm works better with the soundcard than the old pcm code. > >> > I'm not too sure, but isn't newpcm part of 3.4? > >> > > >> > Rajappa > >> > -- > >> > a.k.a. Rajappa Iyer. New York, New York. > >> > We're too busy mopping the floor to turn off the faucet. > >> > >> ---------------------------------- > >> E-Mail: William Woods > >> Date: 30-Dec-99 > >> Time: 17:21:04 > >> FreeBSD 3.4 > >> On a Laptop......... > >> ---------------------------------- > >> > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-mobile" in the body of the message > >> > >> > > > > Cheers, > > -Peter > > -- > > Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-mobile" in the body of the message > > ---------------------------------- > E-Mail: William Woods > Date: 30-Dec-99 > Time: 21:06:17 > FreeBSD 3.4 > On a Laptop......... > ---------------------------------- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > _____________________________________________________________________ Martin Dieringer mailto:dieringe@zedat.fu-berlin.de Moeckernstr. 76 http://userpage.fu-berlin.de/~dieringe/ 10965 Berlin Tel.: 030 / 78 99 21 99 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 4:31:13 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 4655E14E2C for ; Fri, 31 Dec 1999 04:31:11 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 2994 invoked from network); 31 Dec 1999 12:31:09 -0000 Received: from useras17.uk.uudial.com (HELO marder-1.) (62.188.137.21) by smtp.dial.pipex.com with SMTP; 31 Dec 1999 12:31:09 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id MAA01981; Fri, 31 Dec 1999 12:31:00 GMT (envelope-from mark) Date: Fri, 31 Dec 1999 12:31:00 +0000 From: Mark Ovens To: Gordon Govenlock Cc: freebsd-questions@freebsd.org Subject: Re: Free BSD; newbie Message-ID: <19991231123100.B327@marder-1> References: <001001bf5367$831399e0$03efb8a1@telusplanet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <001001bf5367$831399e0$03efb8a1@telusplanet.net> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 31, 1999 at 12:28:27AM -0700, Gordon Govenlock wrote: > I am a PC technician - however, that has unfortunately caused my > computer to be running Win'98. That's worthy of a place in the fortune(6) database :) > I have an ADSL account, and would like to setup a firewall in a 486. > I have no Unix/Linux experience, but look forward? to the > challange... I am currently downloading the entire > ftp://ftp.FreeBSD.org/pub/FreeBSD directory. Is this a bad thing? I > have no idea where to start... any suggestions? Go to http://www.uk.freebsd.org/ follow the link in the section "Easy to install" HTH. Happy New Year. -- "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 Fri Dec 31 4:34:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.citechco.net (mail.citechco.net [203.127.137.3]) by hub.freebsd.org (Postfix) with ESMTP id 5AE5615568 for ; Fri, 31 Dec 1999 04:34:16 -0800 (PST) (envelope-from mojahed@citechco.net) Received: from mars.cosmos.net (ls2-18-189.citechco.net [203.127.137.189]) by mail.citechco.net (8.9.3/8.8.7) with ESMTP id SAA03312 for ; Fri, 31 Dec 1999 18:36:34 +0600 Received: (from mojahed@localhost) by mars.cosmos.net (8.9.3/8.9.3) id KAA00662 for freebsd-questions@FreeBSD.ORG; Fri, 31 Dec 1999 10:47:55 +0600 (BDT) (envelope-from mojahed) Date: Fri, 31 Dec 1999 10:47:55 +0600 From: Mojahedul Hoque Abul Hasanat To: freebsd-questions@FreeBSD.ORG Subject: Re: UFS on extended partition? Message-ID: <19991231104755.B434@mars.cosmos.net> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <199912302038.VAA18132@dorifer.heim3.tu-clausthal.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <199912302038.VAA18132@dorifer.heim3.tu-clausthal.de> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Dec 30, 1999 at 09:38:15PM +0100, Oliver Fromme wrote: > Mojahedul Hoque Abul Hasanat wrote in list.freebsd-questions: > > Is it possible to create a UFS file system in a --- what is > > called an "extended partition" in dos-speak? > > So you can basically ``disklabel -w -r da0s5 auto'', then edit I use IDE, so I used: disklabel -w -r wd0s5 auto Unfortunately, this gives the error: disklabel: ioctl DIOCGDINFO: Invalid argument disklabel: auto: unknown disk type. -- Mojahed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 4:39:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.onsea.com (p3Bs11a03.client.global.net.uk [195.147.171.60]) by hub.freebsd.org (Postfix) with ESMTP id CA83914DBF for ; Fri, 31 Dec 1999 04:39:35 -0800 (PST) (envelope-from dozprompt@onsea.com) Received: from localhost (dozprompt@localhost) by merlin.onsea.com (8.9.3/8.9.2) with ESMTP id XAA07613; Thu, 30 Dec 1999 23:33:01 GMT (envelope-from dozprompt@onsea.com) X-Authentication-Warning: merlin.onsea.com: dozprompt owned process doing -bs Date: Thu, 30 Dec 1999 23:33:01 +0000 (GMT) From: Cliff Rowley To: Isaac Waldron Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Netgear FA310TX NIC In-Reply-To: <002601bf5307$36ef6b80$0bd985d0@camry> 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 advice, but I should have been more specific. The other > reason I want the hub (or small switch, if I can find the cash) is because I > have friends who want to play games on Windoze (I dual boot FreeBSD and > Windoze 98). That way, I can have some friends come over with their > machines and set up a game fest, perhaps using my FreeBSD box as a server > (there is a port for Quakeserver, a popular game). So, basically my > question is, how is the FA310TX as far as reliability and speed? Was it an > easy setup? Is it a reasonably fast card (as far as 100 mbps NIC's go)? > > Thanks again, > Isaac Waldron The FA310TX is not a bad card as cheap cards go, but I did recently have problems with one under FreeBSD. My connection between FreeBSD and Windows was mostly at 10baseT sort of speed, and at times it would have been quicker to span an archive across floppy disks and copy data manually, even though the cards and hub were all working at 100baseTX. This completely baffled me, as I expected the card to just work. But anyway, I took both of the FA310TX cards and the DS104 hub back to the shop, and exchanged them for couple of LinkSys LNE100TX boards, and a LinkSys Hub, and got them back home - tested them out - and *exactly* the same thing happened. I spent a good few days trying to work it out, and in the meantime took back the LinkSys kit, and bought two 3Com 3c905C-TX cards, and the original DS104 hub. Everything works perfectly now, but I have still not worked out the problem. I did buy an extra FA310TX so I could spend a few more days messing with it, but I havent yet had the time. After spending a lot of time talking to lots of different people about it (I add that noone seemed to be too bothered about it, which dissapoints me), the general concensus is that the drivers are young. Whether I am supposed to take this as "the work on the drivers has only just begun" or "the drivers have been around for a while, but they havent got very far" I dont know. On the other side of the coin, I do know people who have had no problems at all with either of those particular cards. My advice would be to go with a 3com or Intel card if you can afford it. If not, make sure you are able to return the card(s) if you cannot get them working. Sorry for the huge reply, I've been going mad not being near my trusty FreeBSD box over Christmas, and all of a sudden I have an urge to type lots :) Cliff - Happy new year ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 4:39:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.onsea.com (p3Bs11a03.client.global.net.uk [195.147.171.60]) by hub.freebsd.org (Postfix) with ESMTP id 2477015371 for ; Fri, 31 Dec 1999 04:39:39 -0800 (PST) (envelope-from dozprompt@onsea.com) Received: from localhost (dozprompt@localhost) by merlin.onsea.com (8.9.3/8.9.2) with ESMTP id VAA07279; Thu, 30 Dec 1999 21:36:00 GMT (envelope-from dozprompt@onsea.com) X-Authentication-Warning: merlin.onsea.com: dozprompt owned process doing -bs Date: Thu, 30 Dec 1999 21:36:00 +0000 (GMT) From: Cliff Rowley To: David Uzzell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DOS Files 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 > I am having trouble storing Dos/Windoze files on freebsd 3.3 ftp server. > When I recieve the files back to a windozes machine they are not know > formats. ie. .wp files that can only be read as .txt files. Have tried > this with all sorts of files and get the same result. Has any one got any > Ideas. Thanks in Advance. > The .wp files are most likely binary. It sounds to me like you are transferring them in ASCII mode. If you are FTP'ing by hand, use the command "type image" to transfer binary, and "type ascii" to transfer as ascii. Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 4:39:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from merlin.onsea.com (p3Bs11a03.client.global.net.uk [195.147.171.60]) by hub.freebsd.org (Postfix) with ESMTP id CB75A1558A for ; Fri, 31 Dec 1999 04:39:42 -0800 (PST) (envelope-from dozprompt@onsea.com) Received: from localhost (dozprompt@localhost) by merlin.onsea.com (8.9.3/8.9.2) with ESMTP id UAA07210; Thu, 30 Dec 1999 20:07:43 GMT (envelope-from dozprompt@onsea.com) X-Authentication-Warning: merlin.onsea.com: dozprompt owned process doing -bs Date: Thu, 30 Dec 1999 20:07:43 +0000 (GMT) From: Cliff Rowley To: Soulofwolf899@cs.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Before I return FreeBSD to the store... In-Reply-To: <0.8cf3908f.259c43d3@cs.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 > I have just one question to ask before I decide to purchase 3.4 after I > return 3.3 to the software superstore where I purchased it... have you fixed > the damned installation error which prevents me from installing the software > with an APTAI CD-ROM? Not entirely sure what you mean but... > I am happy to give FreeBSD a chance to prove itself to me but I cannot unless > I can install it! If you have not fixed it in this version then please keep > my e-mail on file so you can notify me when you have. I think people have slightly more important things to do that notify everyone personally when a specific bug/feature is fixed/implemented... > ps - after spending an hour of my time moving the blasted pin on my CD-ROM to > every possible combination, without of course the manual, in order to make a > "slave", I gave up and I have no desire to do it again. Make sure to let me > know when FreeBSD is as easy to install as ANY of my LINUX packages; > including RedHat 6.1 and TurboLinux 4. Basically, what I have found in the past is that there is a general rule of thumb when installing CD-Rom devices / hard drives. It only seems to affect FreeBSD (*shrug*). Depending on how many IDE devices you have, the configuration slightly differs, but here are two configurations that have worked for me. 2 IDE devices - 1 HDD, and 1 CD-Rom IDE0 Master HDD Slave - IDE1 Master CD-Rom Slave - 3 IDE devices - 2 HDD's and 1 CD-Rom IDE0 Master HDD Slave - IDE1 Master HDD Slave CD-Rom and on another machine, this configuration worked: IDE0 Master HDD Slave HDD IDE1 Master CD-Rom Slave - Without knowing more information about your setup, I'm not sure how else I can help (I'm not entirely sure I'm an authoritive source anyway). Please bear in mind that the only symptoms I have suffered previously have been my CD-Rom mysteriously disappearing, which I have cured with one of the above configurations. But, we all know all too well that the same bug can manifest itself in different ways with different effects. Good luck! :) Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 5:34:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mgr3.k12.mo.us (bsd.mgr3.k12.mo.us [204.184.227.140]) by hub.freebsd.org (Postfix) with ESMTP id 4E011154A9 for ; Fri, 31 Dec 1999 05:34:36 -0800 (PST) (envelope-from rjn103s@mgr3.k12.mo.us) Received: from redmobile ([172.16.0.5]) by mgr3.k12.mo.us (8.9.3/8.9.2) with SMTP id HAA50020; Fri, 31 Dec 1999 07:44:21 -0600 (CST) (envelope-from rjn103s@mgr3.k12.mo.us) From: Support Reply-To: rjn103s@mgr3.k12.mo.us Organization: Mountain Grove R3 Schools To: jaime@malkav.snowmoon.com Subject: RE: Disk quota & informing non-shell users Date: Fri, 31 Dec 1999 06:28:05 -0600 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain Cc: questions@freebsd.org MIME-Version: 1.0 Message-Id: <99123106404700.00939@redmobile> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, This is the script I use for quota notification for both shell and non-shell access accounts. You can run it as a cron once a week or something if you want automated notification to the users. Enjoy! #!/usr/bin/perl ############################################################# # Written By Richard Nelson # Ver .1 Date 8/5/99 # This program will run repquota on a file system # sending the output to a file called quota.txt . # From this point the script will open the quota.txt file # in a read only capacity and send a mailer of the information # out to the user. ############################################################### ## # Set Global Vars! ## $quota="/pathToSomewhere/quota.txt"; ## ## run the repquota ## #print "Creating quota information to $quota\n"; system "/usr/sbin/repquota /usr > $quota"; # ## # Open the file and get the info! ## open(FH,"<$quota"); while () { chop; @fields=split ' ',$_; #print "@fields\n"; $used="NONE"; #print "$fields[3]"; # If this test passes that means there is a quota! # Hence we want to notify the user of there used amount! if ($fields[3]> 0){ $used=($fields[2]/$fields[3])*100; $used=int($used); $mb=($fields[3]/1000); $mb=int($mb); $mess="Greetings User $fields[0], You are currently using about $used% of your $mb meg quota at this time."; #print $mess; $command="echo $mess | /usr/bin/mail -s Quota_Report! $fields[0]"; system $command; } } close(FH); print "\nScript Completed!\n"; exit; -- Richard Nelson Try Something Without GPF's - - Not To Mention The Cost:) FreeBSD http://www.freebsd.org RedHat http://www.redhat.com Strong Supporter of Visual Tcl http://www.neuron.com/stewart/vtcl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 5:46: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from buffy.tpgi.com.au (buffy.tpgi.com.au [203.12.160.34]) by hub.freebsd.org (Postfix) with ESMTP id D829514DB0 for ; Fri, 31 Dec 1999 05:45:57 -0800 (PST) (envelope-from marcd@tpg.com.au) Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.9.3/8.9.3) id AAA29532 for ; Sat, 1 Jan 2000 00:45:55 +1100 Received: from cbr2-ppp-099.tpgi.com.au(203.29.136.99), claiming to be "zen.dodsworth.org" via SMTP by buffy.tpgi.com.au, id smtpdFd1gzB; Sat Jan 1 00:45:46 2000 From: Marc Dodsworth To: freebsd-questions@FreeBSD.ORG Subject: vinum question (warning long message) Date: Fri, 31 Dec 1999 23:31:39 +1030 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99123123443500.00997@zen.dodsworth.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Got a little problem with vinum. I am creating a Raid5 array using 5 x 300Mb drives and have a little problem. Then I can create the file array with "vinum create zen) and it works fine. Configuration summary Drives: 5 (8 configured) Volumes: 1 (4 configured) Plexes: 1 (8 configured) Subdisks: 5 (16 configured) D drive1 State: up Device /dev/da2e Avail: 0/300 MB (0%) D drive2 State: up Device /dev/da3e Avail: 0/300 MB (0%) D drive3 State: up Device /dev/da4e Avail: 0/300 MB (0%) D drive4 State: up Device /dev/da5e Avail: 0/300 MB (0%) D drive5 State: up Device /dev/da6e Avail: 0/300 MB (0%) V RAID State: down Plexes: 1 Size: 1200 MB P RAID.p0 R5 State: init Subdisks: 5 Size: 1200 MB S RAID.p0.s0 State: empty PO: 0 B Size: 300 MB S RAID.p0.s1 State: empty PO: 32 kB Size: 300 MB S RAID.p0.s2 State: empty PO: 64 kB Size: 300 MB S RAID.p0.s3 State: empty PO: 96 kB Size: 300 MB S RAID.p0.s4 State: empty PO: 128 kB Size: 300 MB how ever when vinum starts (vinum start) I get a warning about defective object Warning: defective objects V RAID State: down Plexes: 1 Size: 1200 MB P RAID.p0 R5 State: init Subdisks: 5 Size: 1200 MB S RAID.p0.s0 State: empty PO: 0 B Size: 300 MB S RAID.p0.s1 State: empty PO: 32 kB Size: 300 MB S RAID.p0.s2 State: empty PO: 64 kB Size: 300 MB S RAID.p0.s3 State: empty PO: 96 kB Size: 300 MB S RAID.p0.s4 State: empty PO: 128 kB Size: 300 MB and when I try to newfs the plex (newfs -v /dev/vinum/RAID (or rRAID) it comes back with. Thankx in Advance Marc newfs: /dev/vinum/RAID: Input/output error To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 5:46: 5 1999 Delivered-To: freebsd-questions@freebsd.org Received: from buffy.tpgi.com.au (buffy.tpgi.com.au [203.12.160.34]) by hub.freebsd.org (Postfix) with ESMTP id CDD4414C44 for ; Fri, 31 Dec 1999 05:45:57 -0800 (PST) (envelope-from marcd@tpg.com.au) Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.9.3/8.9.3) id AAA29533 for ; Sat, 1 Jan 2000 00:45:55 +1100 Received: from cbr2-ppp-099.tpgi.com.au(203.29.136.99), claiming to be "zen.dodsworth.org" via SMTP by buffy.tpgi.com.au, id smtpduQmP1X; Sat Jan 1 00:45:48 2000 From: Marc Dodsworth To: freebsd-questions@FreeBSD.ORG Subject: Vinum Question Date: Sat, 1 Jan 2000 00:05:57 +1030 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00010100151701.00997@zen.dodsworth.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I'm trying to create a RAID5 array using 5 x 300Mb drives on an NCR865 controller on a system with 3.4 I can create the plex without any problem Configuration summary Drives: 5 (8 configured) Volumes: 1 (4 configured) Plexes: 1 (8 configured) Subdisks: 5 (16 configured) D drive1 State: up Device /dev/da2e Avail: 0/300 MB (0%) D drive2 State: up Device /dev/da3e Avail: 0/300 MB (0%) D drive3 State: up Device /dev/da4e Avail: 0/300 MB (0%) D drive4 State: up Device /dev/da5e Avail: 0/300 MB (0%) D drive5 State: up Device /dev/da6e Avail: 0/300 MB (0%) V RAID State: down Plexes: 1 Size: 1200 MB P RAID.p0 R5 State: init Subdisks: 5 Size: 1200 MB S RAID.p0.s0 State: empty PO: 0 B Size: 300 MB S RAID.p0.s1 State: empty PO: 32 kB Size: 300 MB S RAID.p0.s2 State: empty PO: 64 kB Size: 300 MB S RAID.p0.s3 State: empty PO: 96 kB Size: 300 MB S RAID.p0.s4 State: empty PO: 128 kB Size: 300 MB However when I start vinum I get a message about a defective object Warning: defective objects V RAID State: down Plexes: 1 Size: 1200 MB P RAID.p0 R5 State: init Subdisks: 5 Size: 1200 MB S RAID.p0.s0 State: empty PO: 0 B Size: 300 MB S RAID.p0.s1 State: empty PO: 32 kB Size: 300 MB S RAID.p0.s2 State: empty PO: 64 kB Size: 300 MB S RAID.p0.s3 State: empty PO: 96 kB Size: 300 MB S RAID.p0.s4 State: empty PO: 128 kB Size: 300 MB when I tru and newfs the voulem I get a message newfs: /dev/vinum/RAID: Input/output error Thanks in advance Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 5:47:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bezeqint.net (mail-a.bezeqint.net [192.115.106.23]) by hub.freebsd.org (Postfix) with ESMTP id 1126114C24 for ; Fri, 31 Dec 1999 05:47:48 -0800 (PST) (envelope-from sarig@bezeqint.net) Received: from asmodean (pri6128.isdn.net.il) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.1999.07.30.00.05.p8) with SMTP id <0FNL00ADVYAXPO@mail.bezeqint.net> for questions@freebsd.org; Fri, 31 Dec 1999 15:47:22 +0200 (IST) Date: Fri, 31 Dec 1999 15:46:49 +0200 From: Oren Sarig Subject: Re: First time installation of freeBSD To: Monica Natrajan , questions@freebsd.org Message-id: <005d01bf5395$7d31a020$804119d4@asmodean> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 5.00.2314.1300 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: 7bit X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 References: <19991230231503.11315.qmail@hotmail.com> X-Priority: 3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > a) if this is the only list on the free BSD site I think so... though I also think it hasen't been updated for some time, so if something is not listed there, it might be supported already. > b) and do I need to worry about the extra items that win98 control panel > claims that are in the machine Depends on what they are... judging by the configuration you posted below you have a pretty standard system. You should remember your video card model if you plan on using X, your modem, and any other non-standard devices (IE, you have an (E)IDE controller, not some Promise Ultra66 you have to remember). A thing that could be helpful though is opening the system part in the control panel, choose computer in the device manager, and click the "Print" button. This would print a summary of the hardware on your computer. > c) when I try to install from a CD - the first screen shows a number of > conflicts in device drivers and asks me to disable some of them - on what > basis I am supposed to disable the drivers and what happens if I incorrectly > disable some of them The installation kernel comes with support for many devices, most of which you probably don't have, and some conflict. The idea is to disable anything you don't have. Don't worry if you made mistakes - as long as you have what you need for the installation, you can enable them later on. > also if someone can describe first hand novice experience in installing > freeBSD - then it will be really helpful - (this is getting a bigger project > than it was supposed to be ) It actually took me 15 mins to get fbsd up and running the first time I tried. But this is also because I've used Linux before, which means I went through a similar proccess and already knew my hardware, knew what warnings to ignore, and was familiar with the Unix environment. Don't take me wrong though, installing Linux was a royal pain in the a**, as I assume installing fbsd for the first time can be. It's not that difficult though, and you'de probably wade through it somehow :P. Anyways, good luck! Cheers, Oren Sarig sarig@bezeqint.net.il To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 6:31:40 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 38E2614CB2 for ; Fri, 31 Dec 1999 06:31:36 -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) id 12435a-000M0b-00; Fri, 31 Dec 1999 14:31:34 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id OAA99311; Fri, 31 Dec 1999 14:31:33 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 31 Dec 1999 14:31:33 +0000 (GMT) From: Jonathon McKitrick To: Mitch Collinsworth Cc: hgoldste@bbs.mpcs.com, mthompsn@mica.edu, freebsd-questions@FreeBSD.ORG Subject: Re: Gimme a digest, I'm drowning in email! In-Reply-To: <199912310407.XAA01966@benge.graphics.cornell.edu> 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 Thu, 30 Dec 1999, Mitch Collinsworth wrote: > >>>You might find it convenient to read via a netnews reflector such as >>>[mpc|muc].lists.freebsd.questions >> >>I've never heard of this before. Could you please explain what [mpc|muc] >>means? > >It's unix shorthand for "either mpc.lists.freebsd.questions or >muc.lists.freebsd.questions". See e.g. grep(1), regex(3), etc. I guess my next question is: what is a netnews reflector? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 6:48:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc1017255-a.srst1.fl.home.com (cc1017255-a.srst1.fl.home.com [24.3.122.197]) by hub.freebsd.org (Postfix) with ESMTP id D121614C42 for ; Fri, 31 Dec 1999 06:48:37 -0800 (PST) (envelope-from hg@n2wx.ampr.org) Received: from penny.n2wx.ampr.org (penny [172.16.0.5]) by cc1017255-a.srst1.fl.home.com (Postfix) with ESMTP id 01C5A1E5A; Fri, 31 Dec 1999 09:48:36 -0500 (EST) Received: by penny.n2wx.ampr.org (Postfix, from userid 1000) id 6CFB7153; Fri, 31 Dec 1999 09:48:35 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14444.49731.97306.203212@penny.n2wx.ampr.org> Date: Fri, 31 Dec 1999 09:48:35 -0500 (EST) From: Howard Goldstein To: Jonathon McKitrick Cc: Mitch Collinsworth , mthompsn@mica.edu, freebsd-questions@FreeBSD.ORG Reply-To: hgoldste@bbs.mpcs.com Subject: Re: Gimme a digest, I'm drowning in email! In-Reply-To: References: <199912310407.XAA01966@benge.graphics.cornell.edu> X-Mailer: VM 6.72 under XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathon McKitrick writes: > I guess my next question is: what is a netnews reflector? It's a service that copies a mailing list to network news To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 6:49:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 72AA31516E for ; Fri, 31 Dec 1999 06:49:52 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (zeus@tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id IAA00622; Fri, 31 Dec 1999 08:52:36 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Fri, 31 Dec 1999 08:52:36 -0600 (CST) From: Gene Harris To: cjclark@home.com Cc: FreeBSD Questions Subject: Re: Back to the FORTRAN Question In-Reply-To: <199912132312.SAA74814@cc942873-a.ewndsr1.nj.home.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 A quick scan of "man f2c" turned up the option -E to declare all uninitialized common blocks as EXTERN. If you check in f2c.h, you'll see the appropriate declarations. I tried this on a small program block, and found the first time I used the include I needed to omit the -E option in the first file in which the include was used, otherwise, every object assumes the named common is external and it never gets declared. :-) I don't have time to check this on the gnu site, but I think there is a modifier you may include somewhere in the common block statement, such as ALIAS, or EXTERN. I just cannot remember. I have an old molecular orbital calculation program that I ported to f77/f2c and I ended up creating a dummy BLOCK DATA subprogram to contain all named commons. Then all other files referred to all named commons as external. Hope this helps, and sorry I am not clearer on the details. You may find more help on the gnu site. There used to be a FORTRAN mailing list, although I think that is dead and gone. HTH, Gene Harris On Mon, 13 Dec 1999, Crist J. Clark wrote: > My f2c FORTRAN problems are still haunting me (see thread 'FORTRAN > Error Question' from November). This time, however, I think I have > more of an idea what is going on. > [snip] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 6:57: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id F27F515352; Fri, 31 Dec 1999 06:56:58 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=ben) by scientia.demon.co.uk with smtp (Exim 3.092 #1) id 12431I-000HG7-00; Fri, 31 Dec 1999 14:27:08 +0000 Date: Fri, 31 Dec 1999 14:27:08 +0000 From: Ben Smithurst To: questions@freebsd.org Cc: green@freebsd.org Subject: openssh X11 forwarding Message-ID: <19991231142708.A6111@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ I've cc'd this to green@freebsd.org (openssh port maintainer) because it does work normally with "normal" ssh (rather than openssh) on the server (client version doesn't seem to matter). ] can someone please tell me just what the hell I'm doing wrong here? X11 forwarding with ssh doesn't seem to want to work reliably. For example, take the simple command "ssh magnesium xterm". Sometimes it will work, SSH Version OpenSSH-1.2, protocol version 1.5. Compiled with SSL. debug: Reading configuration data /usr/local/etc/ssh_config debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to magnesium.scientia.demon.co.uk [192.168.91.34] port 22. debug: Allocated local port 887. debug: Connection established. debug: Remote protocol version 1.5, remote software version OpenSSH-1.2 debug: Waiting for server public key. debug: Received server public key (768 bits) and host key (1024 bits). debug: Host 'magnesium.scientia.demon.co.uk' is known and matches the host key. debug: Encryption type: 3des debug: Sent encrypted session key. debug: Installing crc compensation attack detector. debug: Received encrypted confirmation. debug: Trying rhosts or /etc/hosts.equiv with RSA host authentication. debug: Remote: Accepted for strontium.scientia.demon.co.uk [192.168.91.36] by /etc/hosts.equiv. debug: Received RSA challenge for host key from server. debug: Sending response to host key RSA challenge. debug: Remote: Rhosts with RSA host authentication accepted. debug: Rhosts or /etc/hosts.equiv with RSA host authentication accepted by server. debug: Requesting X11 forwarding with authentication spoofing. debug: Requesting authentication agent forwarding. debug: Sending command: xterm debug: Entering interactive session. Environment: USER=ben LOGNAME=ben HOME=/usr/home/ben PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin MAIL=/var/mail/ben SHELL=/usr/local/bin/zsh SSH_CLIENT=192.168.91.36 887 22 DISPLAY=magnesium.scientia.demon.co.uk:15.0 XAUTHORITY=/tmp/Xauthui3585 SSH_AUTH_SOCK=/tmp/ssh-eEii3585/agent.3585 Running /usr/X11R6/bin/xauth add magnesium.scientia.demon.co.uk:15.0 MIT-MAGIC-COOKIE-1 09c8728e995cf1d139a0aa73250db292 debug: Received X11 open request. debug: channel 0: new [X11 connection from magnesium.scientia.demon.co.uk port 1392] debug: channel 0: OUTPUT_OPEN -> OUTPUT_WAIT_DRAIN [rvcd IEOF] debug: channel 0: OUTPUT_WAIT_DRAIN -> OUTPUT_CLOSED [obuf empty, send OCLOSE] debug: channel 0: shutdown_write debug: channel 0: INPUT_OPEN -> INPUT_WAIT_DRAIN [read failed] debug: channel 0: shutdown_read debug: channel 0: INPUT_WAIT_DRAIN -> INPUT_WAIT_OCLOSE [inbuf empty, send IEOF] Waiting for forwarded connections to terminate... The following connections are open: #2 X11 connection from magnesium.scientia.demon.co.uk port 1392 (t4 r0 i4 o16) debug: channel 0: INPUT_WAIT_OCLOSE -> INPUT_CLOSED [rcvd OCLOSE] debug: channel 0: closing debug: Transferred: stdin 0, stdout 611, stderr 0 bytes in 3.4 seconds debug: Bytes per second: stdin 0.0, stdout 179.7, stderr 0.0 debug: Exit status 0 that's all well and good, but sometimes it won't: (diffs from previous output to highlight what's changed - not much) --- ssh-debug1 Fri Dec 31 01:15:47 1999 +++ ssh-debug2 Fri Dec 31 01:16:14 1999 @@ -3,7 +3,7 @@ debug: Reading configuration data /usr/local/etc/ssh_config debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to magnesium.scientia.demon.co.uk [192.168.91.34] port 22. -debug: Allocated local port 890. +debug: Allocated local port 887. debug: Connection established. debug: Remote protocol version 1.5, remote software version OpenSSH-1.2 debug: Waiting for server public key. @@ -30,27 +30,24 @@ PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin MAIL=/var/mail/ben SHELL=/usr/local/bin/zsh - SSH_CLIENT=192.168.91.36 890 22 - DISPLAY=magnesium.scientia.demon.co.uk:12.0 - XAUTHORITY=/tmp/XauthdO3573 - SSH_AUTH_SOCK=/tmp/ssh-VHxs3573/agent.3573 -Running /usr/X11R6/bin/xauth add magnesium.scientia.demon.co.uk:12.0 MIT-MAGIC-COOKIE-1 e9dfd1d3ca4abbcfc633c06777e4c3b0 + SSH_CLIENT=192.168.91.36 887 22 + DISPLAY=magnesium.scientia.demon.co.uk:15.0 + XAUTHORITY=/tmp/Xauthui3585 + SSH_AUTH_SOCK=/tmp/ssh-eEii3585/agent.3585 +Running /usr/X11R6/bin/xauth add magnesium.scientia.demon.co.uk:15.0 MIT-MAGIC-COOKIE-1 09c8728e995cf1d139a0aa73250db292 debug: Received X11 open request. -debug: channel 0: new [X11 connection from magnesium.scientia.demon.co.uk port 1389] -debug: X11 connection uses different authentication protocol. -X11 connection rejected because of wrong authentication. - -debug: X11 rejected 0 i1/o16 +debug: channel 0: new [X11 connection from magnesium.scientia.demon.co.uk port 1392] +debug: channel 0: OUTPUT_OPEN -> OUTPUT_WAIT_DRAIN [rvcd IEOF] +debug: channel 0: OUTPUT_WAIT_DRAIN -> OUTPUT_CLOSED [obuf empty, send OCLOSE] +debug: channel 0: shutdown_write debug: channel 0: INPUT_OPEN -> INPUT_WAIT_DRAIN [read failed] debug: channel 0: shutdown_read -debug: channel 0: OUTPUT_OPEN -> OUTPUT_WAIT_IEOF [write failed] -debug: channel 0: shutdown_write -debug: X11 rejected 0 i2/o64 debug: channel 0: INPUT_WAIT_DRAIN -> INPUT_WAIT_OCLOSE [inbuf empty, send IEOF] -debug: channel 0: OUTPUT_WAIT_IEOF -> OUTPUT_CLOSED [rvcd IEOF] +Waiting for forwarded connections to terminate... +The following connections are open: + #2 X11 connection from magnesium.scientia.demon.co.uk port 1392 (t4 r0 i4 o16) debug: channel 0: INPUT_WAIT_OCLOSE -> INPUT_CLOSED [rcvd OCLOSE] debug: channel 0: closing -X connection to magnesium.scientia.demon.co.uk:12.0 broken (explicit kill or server shutdown). -debug: Transferred: stdin 0, stdout 537, stderr 0 bytes in 0.1 seconds -debug: Bytes per second: stdin 0.0, stdout 6233.2, stderr 0.0 -debug: Exit status 1 +debug: Transferred: stdin 0, stdout 611, stderr 0 bytes in 3.4 seconds +debug: Bytes per second: stdin 0.0, stdout 179.7, stderr 0.0 +debug: Exit status 0 Have I done something really stupid to make this happen? Since capturing the above output, I've upgraded to OpenSSH-1.2.1 (the latest port) and that hasn't helped, and I've got XFree86-3.3.5 compiled myself from the port. What is the "different authentication protocol" that the X11 connection uses that ssh doesn't like? Is there some configuration file I've screwed up? (I just tried with ssh (not openssh) on the client and the error was: X11 connection uses different authentication protocol: 'MIT-MAGIC-COOKIE-1' vs. '', which is a bit more helpful than openssh's message, but still doesn't help me much.) I've tried a few other things, and nothing has helped so far. -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 7: 2: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jasper.heartland.ab.ca (jasper.heartland.ab.ca [207.107.228.1]) by hub.freebsd.org (Postfix) with ESMTP id 04D5F14E61 for ; Fri, 31 Dec 1999 07:01:58 -0800 (PST) (envelope-from dkwiebe@hagenhomes.com) Received: from freebsd.hagens.ab.ca (dyn107.heartland.ab.ca [207.107.228.107]) by jasper.heartland.ab.ca (8.9.0/8.9.0) with ESMTP id HAA23095; Fri, 31 Dec 1999 07:47:02 -0700 (MST) Received: from hagenhomes.com (darren.hagens.ab.ca [10.0.1.3]) by freebsd.hagens.ab.ca (8.9.3/8.9.2) with ESMTP id HAA25397; Fri, 31 Dec 1999 07:12:04 GMT (envelope-from dkwiebe@hagenhomes.com) Message-ID: <386E16AD.7BCA6418@hagenhomes.com> Date: Sat, 01 Jan 2000 08:01:01 -0700 From: Darren Wiebe Organization: Hagen Homes Ltd. X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Monica Natrajan Cc: questions@FreeBSD.ORG Subject: Re: First time installation of freeBSD References: <19991230231503.11315.qmail@hotmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would try going ahead without removing any drivers... If that does not work then you will have to go and remove drivers. I would start by removing any driver that has SCSI in it. Darren Wiebe dkwiebe@hagenhomes.com Monica Natrajan wrote: > > Hi > I am trying to install FreeBSD in celeron machine(part of specs detailed > below) > The freeBSD handbook mentions a few hardware items which freeBSD is supposed > to be compliant with > However, there are obviously a lot of other points that are not mentioned > Can anyone please patiently explain > a) if this is the only list on the free BSD site > b) and do I need to worry about the extra items that win98 control panel > claims that are in the machine > c) when I try to install from a CD - the first screen shows a number of > conflicts in device drivers and asks me to disable some of them - on what > basis I am supposed to disable the drivers and what happens if I incorrectly > disable some of them > > also if someone can describe first hand novice experience in installing > freeBSD - then it will be really helpful - (this is getting a bigger project > than it was supposed to be ) > > Specs: > CDROM : LG CD ROM CRD 8322B > > Disk drives > Generic IDE DISKType 01 > Generic NEC Floppy Disk > > Display Adapters > Intel(R) Chipset Graphics Driver PV 1.0 > > Floppy disk controller > Standard Floppy disk controller > > Hard disk controller > Primary IDE controller(single fifo) > Standard Dual PCI IDE IDE Controller > Standard IDE/ESDI Hard disk controller > > HCF MODEM > Rockwell PCI Modem Enumerator > > Monitor > unnknown > > Network adapaters > dial up > > 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 Fri Dec 31 7: 2:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 407DD15481; Fri, 31 Dec 1999 07:02:37 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id IAA25569; Fri, 31 Dec 1999 08:02:19 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id IAA28027; Fri, 31 Dec 1999 08:02:18 -0700 Date: Fri, 31 Dec 1999 08:02:18 -0700 Message-Id: <199912311502.IAA28027@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Mike Smith Cc: nate@mt.sri.com (Nate Williams), William Woods , freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Hot Swapping bay on a Thinkpad 770E In-Reply-To: <199912310630.WAA00600@mass.cdrom.com> References: <199912310024.RAA26498@mt.sri.com> <199912310630.WAA00600@mass.cdrom.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>> Has anyone got the hot swap bay to work on a Thinkpad 770E? I would >>> love to "suspend" and swap CD and Floppy instead or power off, swap, >>> power on every time.... >> >> It ain't gonna happen anytime soon, since FreeBSD is not (yet) ready for >> swapping hardware. Warner is getting closer with his pccard work, which >> should pave the way for more drivers to be loadable/unloadable. > > Actually, Warner's pccard work has little or nothing to do with this > particular case. Agreed in this particular case, but he's moving more of FreeBSD towards a dynamic model, which should help overall. Nate > Making 'hot plug' of these devices (hot swap is almost certainly not > feasible) work will require proper newbus-ification of the ata and fd > drivers, and some hooks to detect their departure/arrival. These are > probably worth doing for docking station support as welll. And this will happen as part of the PCCARD re-write. :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 8: 1:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f101.law7.hotmail.com [216.33.237.101]) by hub.freebsd.org (Postfix) with SMTP id 90FE914E52 for ; Fri, 31 Dec 1999 08:01:34 -0800 (PST) (envelope-from yurtesen@hotmail.com) Received: (qmail 67726 invoked by uid 0); 31 Dec 1999 16:01:33 -0000 Message-ID: <19991231160133.67725.qmail@hotmail.com> Received: from 195.197.160.42 by www.hotmail.com with HTTP; Fri, 31 Dec 1999 08:01:33 PST X-Originating-IP: [195.197.160.42] From: "Evren Yurtesen" To: freebsd-questions@freebsd.org Subject: segmentation fault at boot! URGENT Date: Fri, 31 Dec 1999 16:01:33 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, A few minutes ago my friend called and he told that he was taking backup and then machine crashed. Then when he booted the machine right after finding the hard drives. The machine was giving segmentation fault. (I think after writing 'changing root device to...') We tried to boot with GENERIC kernel and old kernels. We got the same fault again and again. But the machine is getting opened in single user mode. Even we issue boot -s at the boot time the machine is giving segmentation fault warning and then getting opened in single user mode. If we exit the single user mode we get the same segmentation fault error and machine crashes completely. What can be the cause? We were using 3.3-STABLE. Thanks!!! ______________________________________________________ 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 Fri Dec 31 8:11:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from kci.kciLink.com (kci.kciLink.com [204.117.82.1]) by hub.freebsd.org (Postfix) with ESMTP id EA27714E52; Fri, 31 Dec 1999 08:11:25 -0800 (PST) (envelope-from khera@kciLink.com) Received: from onceler.kcilink.com (onceler.kciLink.com [204.117.82.2]) by kci.kciLink.com (Postfix) with ESMTP id B3417E8AF; Fri, 31 Dec 1999 11:11:22 -0500 (EST) Received: (from khera@localhost) by onceler.kcilink.com (8.9.3/8.9.3) id LAA39695; Fri, 31 Dec 1999 11:11:22 -0500 (EST) (envelope-from khera@kci.kcilink.com) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14444.54698.604479.105360@onceler.kcilink.com> Date: Fri, 31 Dec 1999 11:11:22 -0500 (EST) To: William Woods Cc: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Subject: Re: StarOffice5 problems.... In-Reply-To: References: X-Mailer: VM 6.72 under 21.1 (patch 8) "Bryce Canyon" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "WW" == William Woods writes: WW> I am useing (trying to anyway) the StarOffice 5 port on a FreeBSD WW> 3.4 system /usr/ports/editors/staroffice5 but its asking for a WW> couple libs: Here is the makefile: I installed without the using the port. It was quite trivial. Once you download and extract the so51a tar file, just do this: env PATH=/usr/compat/linux/bin ./setup when in the installation directory. The only other change I had to make was to put a similar env PATH=... command in the KDE menus for the Setup and SPAdmin thingies. The StarOffice menu item works fine. Also be sure to enable these in your kernel: # for StarOffice/Linux Compat: options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-301-545-6996 PGP & MIME spoken here http://www.kciLink.com/home/khera/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 8:16:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jasper.heartland.ab.ca (jasper.heartland.ab.ca [207.107.228.1]) by hub.freebsd.org (Postfix) with ESMTP id 4D54615352 for ; Fri, 31 Dec 1999 08:16:52 -0800 (PST) (envelope-from dkwiebe@hagenhomes.com) Received: from freebsd.hagens.ab.ca (dyn109.heartland.ab.ca [207.107.228.109]) by jasper.heartland.ab.ca (8.9.0/8.9.0) with ESMTP id JAA23889; Fri, 31 Dec 1999 09:01:56 -0700 (MST) Received: from hagenhomes.com (darren.hagens.ab.ca [10.0.1.3]) by freebsd.hagens.ab.ca (8.9.3/8.9.2) with ESMTP id IAA25797; Fri, 31 Dec 1999 08:26:54 GMT (envelope-from dkwiebe@hagenhomes.com) Message-ID: <386E2836.CF6C7306@hagenhomes.com> Date: Sat, 01 Jan 2000 09:15:50 -0700 From: Darren Wiebe Organization: Hagen Homes Ltd. X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Danny Cc: freebsd-questions@FreeBSD.ORG Subject: Re: StarOffice 5.1 Problem. References: <3.0.32.19991231165100.010fa204@idx.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you would cvsup your ports you would find a port for Staroffice. Darren Wiebe dkwiebe@hagenhomes.com Danny wrote: > > Hello, > > -installing Staroffice 5.1 for FreeBSD > -Got FreeBSD 3.3 > -using the default KDE that comes with FreeBSD. > > - Ia m upto the following stage of the isntallation process > > 5.change directory into so51inst/office51, and fire up the network install > > ./setup /net > > - I get the following error message > > /usr/tmp/sv001.tmp/setup.bin : error in loading shared libaries > libvos5171i.so: cannot open shared object files no such file or directory > > Question > > 1)What exactly is the problem? > 2)How do I find a souiton to the problem? > > Looking forward to your feedback. > > Danny > (dannyh@idx.com.au) > > 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 Fri Dec 31 8:21:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jasper.heartland.ab.ca (jasper.heartland.ab.ca [207.107.228.1]) by hub.freebsd.org (Postfix) with ESMTP id 92CC414A29; Fri, 31 Dec 1999 08:21:32 -0800 (PST) (envelope-from dkwiebe@hagenhomes.com) Received: from freebsd.hagens.ab.ca (dyn109.heartland.ab.ca [207.107.228.109]) by jasper.heartland.ab.ca (8.9.0/8.9.0) with ESMTP id JAA23959; Fri, 31 Dec 1999 09:06:37 -0700 (MST) Received: from hagenhomes.com (darren.hagens.ab.ca [10.0.1.3]) by freebsd.hagens.ab.ca (8.9.3/8.9.2) with ESMTP id IAA25808; Fri, 31 Dec 1999 08:31:39 GMT (envelope-from dkwiebe@hagenhomes.com) Message-ID: <386E2954.594D5804@hagenhomes.com> Date: Sat, 01 Jan 2000 09:20:36 -0700 From: Darren Wiebe Organization: Hagen Homes Ltd. X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: William Woods Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: StarOffice5 problems.... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I will be sending them to you in a seperate e-mail. I guess that those sites must have just died... Does anybody know if it is legal for me to host those replacement files on my own ftp server? I'm not really good at reading licenses... Darren Wiebe dkwiebe@hagenhomes.com William Woods wrote: > > I am useing (trying to anyway) the StarOffice 5 port on a FreeBSD 3.4 system > /usr/ports/editors/staroffice5 but its asking for a couple libs: Here is the > makefile: > > DISTNAME= so51a_lnx_01 > PKGNAME= staroffice-5.1a > CATEGORIES= editors > MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \ > ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \ > ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ \ > ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/ > EXTRACT_SUFX= .tar > DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.s > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > As you can see, the ftp sites are looking fot ftp.stardivision.de, which no > longer does staroffice. Anyone out there have the libs you can email me? > > I cant find them anywhere.... > > ---------------------------------- > E-Mail: William Woods > Date: 30-Dec-99 > Time: 23:47:45 > FreeBSD 3.4 > On a Laptop......... > ---------------------------------- > > 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 Fri Dec 31 8:32:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from biff.nerdpower.net (c13574-001.nerdpower.net [24.108.37.222]) by hub.freebsd.org (Postfix) with SMTP id 9BC8615317 for ; Fri, 31 Dec 1999 08:32:37 -0800 (PST) (envelope-from jeff@nerdpower.com) Received: (qmail 6738 invoked by alias); 31 Dec 1999 16:34:34 -0000 Received: from flanders.nerdpower.net (HELO flanders) (24.108.37.21) by biff.nerdpower.net with SMTP; 31 Dec 1999 16:34:34 -0000 From: "Jeff Lush" To: Subject: NATD question Date: Fri, 31 Dec 1999 09:32:58 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have a question about NATD, and am looking for some advice. I would like to setup a firewall/NAT box for a small LAN. I have setup and used FreeBSD 3.2 and 3.3 for this in the past without problems. This time; however, I need to put a mail server behind the firewall/NAT box. Here's the description: There are 2 public IPs available: 139.142.150.29 - assigned for mail in MX record 139.142.150.39 - assigned for NAT/LAN traffic Private IP scheme: 192.168.1.1 - mail server behind firewall Two NICs: de0 - public de1 - private My proposed solution is to redirect 139.142.150.29 to 192.168.1.1 using the 'redirect_address' option. In the rc.conf: - ifconfig_de0="inet 139.142.150.39 netmask 255.255.255.0" ifconfig_de0_alias="inet 139.162.150.39 netmask 255.255.255.0" ifconfig_de1="inet 192.168.1.254 netmask 255.255.255.0" natd_program="/bin/natd -redirect_address 192.168.1.1 139.162.150.29" - My firewall ruleset first passes everything to natd and allows for port 25 traffic to be passed into and out of the LAN (pop3 support is only needed within the LAN). My questions are: 1. Will this work? 2. Do I need to add additional comments to '-redirect_address'? Such as: -redirect_address 192.168.1.1 139.162.150.29 #redirect traffic to mail server -redirect_address 0.0.0.0 139.162.150.39 #redirect traffic to LAN - Is this necessary? My biggest challenge is that I must build this and set it up in a remote area, so testing will be difficult. If I have missed any information, please let me know and I will provide it. Any comments on what I have said here would be most appreciated. Thanks, Jeff Lush To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 8:42:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jasper.heartland.ab.ca (jasper.heartland.ab.ca [207.107.228.1]) by hub.freebsd.org (Postfix) with ESMTP id 40FEE150D4 for ; Fri, 31 Dec 1999 08:42:40 -0800 (PST) (envelope-from dkwiebe@hagenhomes.com) Received: from freebsd.hagens.ab.ca (dyn122.heartland.ab.ca [207.107.228.122]) by jasper.heartland.ab.ca (8.9.0/8.9.0) with ESMTP id JAA24210; Fri, 31 Dec 1999 09:27:40 -0700 (MST) Received: from hagenhomes.com (darren.hagens.ab.ca [10.0.1.3]) by freebsd.hagens.ab.ca (8.9.3/8.9.2) with ESMTP id IAA25851; Fri, 31 Dec 1999 08:52:07 GMT (envelope-from dkwiebe@hagenhomes.com) Message-ID: <386E2E1F.B902B983@hagenhomes.com> Date: Sat, 01 Jan 2000 09:41:03 -0700 From: Darren Wiebe Organization: Hagen Homes Ltd. X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Gordon Govenlock Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Free BSD; newbie References: <001001bf5367$831399e0$03efb8a1@telusplanet.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A fellow Albertan!! I love it! :-) I would also recommend buying the cd's. They are well worth the money, especially if you lose a HD etc... There are a few of us that are talking a little bit about forming some sort of informal AFUG (Alberta FreeBSD Users Group). If you are interested please let me know. Also, if we do set one up, would you be at all interested in hosting a private irc server? You could be reimbursed for it somehow... Also, I would recommend going to www.freebsd.org and looking under documentation/newbies for a doc called "For People new to both FreeBSD and Unix". That one really helped me. Darren Wiebe dkwiebe@hagenhomes.com > Gordon Govenlock wrote: > > I am a PC technician - however, that has unfortunately caused my > computer to be running Win'98. I have an ADSL account, and would like > to setup a firewall in a 486. I have no Unix/Linux experience, but > look forward? to the challange... I am currently downloading the > entire ftp://ftp.FreeBSD.org/pub/FreeBSD directory. Is this a bad > thing? I have no idea where to start... any suggestions? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 8:50: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotlz.com (freedom.hotlz.com [209.20.218.52]) by hub.freebsd.org (Postfix) with ESMTP id 790C615238 for ; Fri, 31 Dec 1999 08:50:03 -0800 (PST) (envelope-from dugger@hotlz.com) Received: (from dugger@localhost) by hotlz.com (8.9.3/8.9.3) id IAA67793 for freebsd-questions@FreeBSD.ORG; Fri, 31 Dec 1999 08:49:53 -0800 (PST) (envelope-from dugger) Date: Fri, 31 Dec 1999 08:49:53 -0800 (PST) From: Don Dugger Message-Id: <199912311649.IAA67793@hotlz.com> To: freebsd-questions@FreeBSD.ORG Subject: 3.2 Locks up Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG About every 24 to 48 hour my 3.2 SMP system locks up, I mean it will not respond to anything, serial ports, telnet, rlogins or even pings. Then when I reset and look through the logs, I don't see anything that leads me to a problem. My question is there a way I can find out just what's happening when this thing locks up? I tried running top on a serial port, but it lead nowhere. Any suggestion? Thx.. Don 8( Please respond directly to me I'm not on the list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 8:55:27 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 DBB4F15317 for ; Fri, 31 Dec 1999 08:55:24 -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 RAA09733 for freebsd-questions@FreeBSD.ORG; Fri, 31 Dec 1999 17:55:23 +0100 (CET) (envelope-from olli) Date: Fri, 31 Dec 1999 17:55:23 +0100 (CET) From: Oliver Fromme Message-Id: <199912311655.RAA09733@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: shell history files 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: > Is there some way to stop users from deleting their .bash_history files? Tell them not to delete them. :-) Technically, there is no way. If you can write to the file, you can effectively delete it. Well, you could make them append-only (see ``man chflags'') and raise the secure-level (see ``man init''), but bash probably doesn't like this, because it wants to overwrite the 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 Fri Dec 31 9: 0:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from localhost.cproject.com (premium129.dnvr.uswest.net [206.196.132.129]) by hub.freebsd.org (Postfix) with SMTP id 7BDBC1548D for ; Fri, 31 Dec 1999 09:00:38 -0800 (PST) (envelope-from jhanna@cproject.com) Received: (qmail 60174 invoked by uid 83); 31 Dec 1999 17:01:01 -0000 Received: from unknown (HELO dv2000.omfus.org) (10.1.1.43) by larryboy with SMTP; 31 Dec 1999 17:01:01 -0000 Message-ID: <005901bf53b0$c7bf0f40$2b01010a@omfus.org> From: "John Hanna" To: Subject: Re[2]: DUMP causes system lockup? Date: Fri, 31 Dec 1999 10:02:09 -0700 Organization: Caleb Project 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 > Compile a debug kernel also including the kernel debugger. I'll rebuild the kernel with debugging options and see if I can get more information. > > Is fileaccess in the middle of a dump bad? > > Supposedly dump handles this reasonably well. > > Last night in the middle of this process the system locked up. > > Shouldn't do that. That's what I thought too... Oh, well... John ------------------------- Date: 12/30/1999 Author: Christian Weisgerber John Hanna wrote: > I run dump nightly to backup my files to a second disk, Let me tell you something. In the last couple of years I have twice lost all hard disks in a system at the same time. The first time, the power supply blew and apparently sent a spike down the 12V output. The second time, I ran into a faulty power cable that reversed +5V and +12V. Backups to another disk in the same box aren't. > dump -0 -a -f - / |gzip >/backup/larryboy/larryboy.root.dump.gz > dump -0 -a -f - /usr |gzip >/backup/larryboy/larryboy.usr.dump.gz > > Last night in the middle of this process the system locked up. Shouldn't do that. > Is fileaccess in the middle of a dump bad? Supposedly dump handles this reasonably well. > I can't shut off all server functions for the duration of the > dump. Neither do I. > Is there a way I can make dump more file-sharing-friendly? No. But this is not a dump problem. dump only *reads* from the file system. At most dump could crash. But you are saying the system locked up. Compile a debug kernel also including the kernel debugger. See if you can panic the machine next time this happens. Try to narrow down, where the kernel locks up. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 9: 3: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 503BD1501F for ; Fri, 31 Dec 1999 09:03:28 -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 LAA84851; Fri, 31 Dec 1999 11:02:48 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <01b801bf53b0$f1cda940$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Evren Yurtesen" , References: <19991231160133.67725.qmail@hotmail.com> Subject: RE: segmentation fault at boot! URGENT Date: Fri, 31 Dec 1999 11:03:22 -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, Faulty hardware (Mem or NICs most probably coul be worst). Good Luck... Ales ----- Original Message ----- From: Evren Yurtesen To: Sent: Friday, December 31, 1999 10:01 AM Subject: segmentation fault at boot! URGENT > Hello, > > A few minutes ago my friend called and he told that he was taking > backup and then machine crashed. Then when he booted the machine > right after finding the hard drives. The machine was giving segmentation > fault. (I think after writing 'changing root device to...') We tried to boot > with GENERIC kernel and old kernels. We > got the same fault again and again. But the machine is getting > opened in single user mode. Even we issue boot -s at the boot time > the machine is giving segmentation fault warning and then getting opened in > single user mode. If we exit the single user mode we get the > same segmentation fault error and machine crashes completely. > > What can be the cause? We were using 3.3-STABLE. > > Thanks!!! > ______________________________________________________ > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 9: 4:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from inbox.org (inbox.org [216.22.145.8]) by hub.freebsd.org (Postfix) with ESMTP id 56D2A14C20 for ; Fri, 31 Dec 1999 09:04:42 -0800 (PST) (envelope-from bsd@inbox.org) Received: from localhost (bsd@localhost) by inbox.org (8.9.3/8.9.3) with SMTP id MAA05635 for ; Fri, 31 Dec 1999 12:04:45 -0500 (EST) Date: Fri, 31 Dec 1999 12:04:45 -0500 (EST) From: "Mr. K." To: freebsd-questions@FreeBSD.ORG Subject: Re: shell history files In-Reply-To: <199912311655.RAA09733@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 it might be possible to create a fifo (named pipe) which is read by a logging server. You'd have to a) try it or b) look at the source of bash to find out if that would work though. > aunty@comcen.com.au wrote in list.freebsd-questions: > > Is there some way to stop users from deleting their .bash_history files? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 9: 6: 1 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 43BF014C56 for ; Fri, 31 Dec 1999 09:05:57 -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 SAA09959 for freebsd-questions@FreeBSD.ORG; Fri, 31 Dec 1999 18:05:56 +0100 (CET) (envelope-from olli) Date: Fri, 31 Dec 1999 18:05:56 +0100 (CET) From: Oliver Fromme Message-Id: <199912311705.SAA09959@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: Unkillable process 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 keith@mail.telestream.com wrote in list.freebsd-questions: > How in the heck can I kill a process that does not respond to a kill -9? > I've got a remote machine that has a hung mt process up and I need to > get to that tape device. The process is in the "iowait" state. Such a process does not receive any signals, because it is blocked on I/O and it is not scheduled for CPU. This is usually an indication of a hardware problem (i.e. with your tape drive). > # kill -9 5959 > # > > No error at all. :-/ Of course kill doesn't report an error, because it successfully added a SIGKILL to the queue (or mask) of signals pending for reception by that process. You first have to solve the hardware problem, so that the process is not blocked anymore. Then it will disappear. This should be in the FAQ... 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 Fri Dec 31 9:11: 3 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 5F3901501F for ; Fri, 31 Dec 1999 09:10:58 -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 SAA10166 for freebsd-questions@FreeBSD.ORG; Fri, 31 Dec 1999 18:10:55 +0100 (CET) (envelope-from olli) Date: Fri, 31 Dec 1999 18:10:55 +0100 (CET) From: Oliver Fromme Message-Id: <199912311710.SAA10166@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: Script to run at bootup 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 Laurence Berland wrote in list.freebsd-questions: > /usr/local/etc/rc.d And make sure that the script (or program) is executable (x bit), and that the file name has an *.sh extension. Otherwise it won't be executed. 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 Fri Dec 31 9:30:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from florence.pavilion.net (florence.pavilion.net [212.74.0.25]) by hub.freebsd.org (Postfix) with ESMTP id 23BE714E2C for ; Fri, 31 Dec 1999 09:30:21 -0800 (PST) (envelope-from joe@florence.pavilion.net) Received: (from joe@localhost) by florence.pavilion.net (8.9.3/8.8.8) id RAA39782; Fri, 31 Dec 1999 17:30:17 GMT (envelope-from joe) Date: Fri, 31 Dec 1999 17:30:17 +0000 From: Josef Karthauser To: Ford Prefect Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Data Recovery and FreeBSD's fdisk behavior Message-ID: <19991231173017.I35536@florence.pavilion.net> References: <3.0.3.32.19991230213150.0070d220@pop.interaccess.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <3.0.3.32.19991230213150.0070d220@pop.interaccess.com> X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Search for my name in the -hackers mail archive. I've posted a c program for recovering the parameters for the FreeBSD disklabel. Joe On Thu, Dec 30, 1999 at 09:31:50PM -0600, Ford Prefect wrote: > In an unconcious effort to prove to myself the biggest y2k problem is going > to be with humans, not machines I erased the partition table on my FreeBSD > drive. (I'd go into details about how this happened but I'm sure I sound > stupid enough already :) ) > > Here's the situation, I was/am triple booting FreeBSD/Win98/WinNT Between > two drives. > The M$ OSes share a 27GB drive, while FreeBSD was running happliy on a 12GB > drive. > > In repairing the Windows Drive I made a mistake using M$ FDISK and erased > the FreeBSD partition on the FreeBSD Drive. After cursing a few times, I > decided to do somehting about it. I knew that I had made my whole drive > FreeBSD, and that it wasn't "dangerously dedicated" so I thought the first > thing to try is writing a new partition entry. So I did using a linux disk > I have. (I knew he linux fdisk I had only wrote the partition table, so it > wouldn't corrupt anything extra (providing the MS FDISK didn't erase > anytihng extra)) > > This worked, mostly. I could once again boot into FreeBSD, and it mounted > MOST of my drives with less complaining than I would have expected. Except > for /usr. /usr has some SUPERBLOCK errors which I can't seem to get rid of. > (failure to read block 16, 17, 18 or something similar, sorry for vaugeness) > > I of course know very little about FreeBSD filesystem structure. But I have > an idea of what may be the problem. Though I could be completely wrong > about this. I seem to recall FreeBSD not using ALL of my disk, but rather a > very small portion of it was unused. Since my new partition entry claims to > use everthing, the new partition would be slightly larger than the old. > This might leave a gap at the end of my final slice in that partition which > happens to be /usr. > If that sounds reasonable, I then need to do one of two things: > A) Calculate the partition would be using FreeBSD's fdisk and create a new > entry using that data. and hope it works. > B) Boot off a FreeBSD CD and use its fdisk to write a new partition table > (IE let FreeBSD do B for me) > > I prefer B, that it relies on FreeBSD NOT writing anything beyond a > partition table. I don't know if this is the case. (Is it?) > > Both rely on my earlier assumptions being true, are they? Are they even > resonable? > Perhaps there are some nice flags for fsck I should be using that would fix > the disk for me? > > Any assistance would be appreciated. > > I also could use a sugesstions for a good low cost backup solutions that > could be used for say backing up 12Gigs of FreeBSD :) > > Again, thanks for any and all assistance in my salvage attempt. > Perhaps I should pay more attention to thos warning messages next time. > > -Steve > > > > *=====================================================* > \ Ford Prefect Ahead of my time. \ > \ fordp@guide.chi.il.us but only by a week. \ > \ homepage.interaccess.com/~fordp \ > \ \ > \ ((In esperanto where available)) \ > *=====================================================* > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Josef Karthauser FreeBSD: Take the red pill and we'll show you just how Technical Manager deep the rabbit hole goes. (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@freebsd.org, joe@tao.org.uk] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 9:35:35 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 0882F14F70 for ; Fri, 31 Dec 1999 09:35:33 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip101.r10.d.bel.nwlink.com [207.202.174.101]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id JAA06712; Fri, 31 Dec 1999 09:35:23 -0800 (PST) Message-ID: <386CE8AB.29A140B5@nwlink.com> Date: Fri, 31 Dec 1999 09:32:27 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Norman C. Rice" , freebsd-questions@FreeBSD.org Subject: Re: some performance issues References: <386C023E.680FC31@inna.net> <386C0676.F39EC477@3-cities.com> <386C2354.ABD1ED54@nwlink.com> <386C3173.1D695393@3-cities.com> <386C543D.6E59C9DF@nwlink.com> <19991231104441.C2609@emu.sourcee.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Norman C. Rice" wrote: > > On Thu, Dec 30, 1999 at 10:59:09PM -0800, R Joseph Wright wrote: > > > > > > > > The 0x2000 allows IDE DMA transfers and that could be part of your > > > problem. Some drives like that setting and some systems don't. It is > > > something that you can try by seting it at boot time. If it works, > > > then you build it into your kernel. My drives are all 0xa0ffa0ff. > > > 8+2=a. > > > > Where did the 8+2 come from? This is really confusing to me. Do you > > mean that you get both 2000 and 80ff at the same time by using a? > > Thanks in advance, Joseph <):-{> > > Binary Decimal Hexadecimal > 0000 0 0 > 0001 1 1 > 0010 2 2 > 0011 3 3 > 0100 4 4 > 0101 5 5 > 0110 6 6 > 0111 7 7 > 1000 8 8 > 1001 9 9 > 1010 10 A > 1011 11 B > 1100 12 C > 1101 13 D > 1110 14 E > 1111 15 F > > 8 + 2 = Decimal 10 or Hexadecimal A > > In binary, > > 1000 (8) > +0010 (2) > ---- > 1010 (decimal 10, hexadecimal A) > > Using the 'a' instead of the '8' enables both of the following > features rather than just the 32 bit transfer capability. > > 0x8000 Test and use the 32bit transfer capability of the drive. > > 0x2000 Probe for and use the bus-mastering DMA capabilities of > modern PCI chipsets. That's making some sense. Now, what does the ff in 0xa0ff stand for? Happy Millenium :-] Joseph > -- > Regards, > Norman C. Rice, Jr. -- You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 9:39:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 82F6B14D44 for ; Fri, 31 Dec 1999 09:39:36 -0800 (PST) (envelope-from genisis@istar.ca) Received: from ip3.kingston.dialup.canada.psi.net ([154.5.64.3]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 12461K-0002jC-00; Fri, 31 Dec 1999 12:39:23 -0500 Date: Fri, 31 Dec 1999 12:35:51 -0500 (EST) From: Dru To: Hakan Duran Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp login failure In-Reply-To: <19991231080836.30813.qmail@hotmail.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 Page 18ish at the following URL may be helpful: http://www.freebsd.org/cgi/man.cgi?proto=1.0&apropos=0&query=ppp&manpath=FreeBSD+3.0-current Try again, and let us know what your ppp prompt does (e.g. does it go all uppercase then back down). Also, do the set log command and send the output of your log file and also the results of your "show ccp" command. Dru On 31 Dec 1999, Hakan Duran wrote: > >What happens when you try this: > > > >ppp > > > >term > > > >atdt1234567 (where 1234567 is replaced by your ISP's phone #) > > > >Your modem should dial, and you should be presented with a login prompt. > >If you can login successfully in term mode, you have an error in your ppp > >script--so send along the latest version. > > > >If you can't login in term mode, you have other problems which someone > >more experienced than I may be able to help you with. > > > In term mode, I can dial the number, hear the modems handshakin', get the > "Username:" and "Password:" prompts normally. Then I press "~p" to enter > the packet mode. Afterwards I see so many lines indicating negotiation > between the ISP and my computer. Then between the lines, I see in > miliseconds that my computer sends my login name and password 2-3 times. > Afterwards massages indicating the death of bundle appears. I think there > is one more login procedure after the one I write by hand and it fails. > This is why I suspect from "software compression enabled" option which is > present in windows dial-up. > > Hakan > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 9:44:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f146.law7.hotmail.com [216.33.237.146]) by hub.freebsd.org (Postfix) with SMTP id F074614E52 for ; Fri, 31 Dec 1999 09:44:38 -0800 (PST) (envelope-from yurtesen@hotmail.com) Received: (qmail 74789 invoked by uid 0); 31 Dec 1999 17:44:38 -0000 Message-ID: <19991231174438.74788.qmail@hotmail.com> Received: from 195.197.160.42 by www.hotmail.com with HTTP; Fri, 31 Dec 1999 09:44:38 PST X-Originating-IP: [195.197.160.42] From: "Evren Yurtesen" To: ales@megared.net.mx, freebsd-questions@FreeBSD.ORG Subject: RE: segmentation fault at boot! URGENT Date: Fri, 31 Dec 1999 17:44:38 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, we already tried to put the scsi card and hard drive to another machine. It did not help! Evren >From: "Alejandro Ramirez" >To: "Evren Yurtesen" , > >Subject: RE: segmentation fault at boot! URGENT >Date: Fri, 31 Dec 1999 11:03:22 -0600 > >Hi, > > Faulty hardware (Mem or NICs most probably coul be worst). > >Good Luck... >Ales > >----- Original Message ----- >From: Evren Yurtesen >To: >Sent: Friday, December 31, 1999 10:01 AM >Subject: segmentation fault at boot! URGENT > > > > Hello, > > > > A few minutes ago my friend called and he told that he was taking > > backup and then machine crashed. Then when he booted the machine > > right after finding the hard drives. The machine was giving segmentation > > fault. (I think after writing 'changing root device to...') We tried to >boot > > with GENERIC kernel and old kernels. We > > got the same fault again and again. But the machine is getting > > opened in single user mode. Even we issue boot -s at the boot time > > the machine is giving segmentation fault warning and then getting opened >in > > single user mode. If we exit the single user mode we get the > > same segmentation fault error and machine crashes completely. > > > > What can be the cause? We were using 3.3-STABLE. > > > > Thanks!!! > > ______________________________________________________ > > 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 > > ______________________________________________________ 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 Fri Dec 31 9:53: 1 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 D480414DB0 for ; Fri, 31 Dec 1999 09:52:54 -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 LAA90422; Fri, 31 Dec 1999 11:52:15 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <031801bf53b7$d9ca5620$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Evren Yurtesen" , References: <19991231174438.74788.qmail@hotmail.com> Subject: RE: segmentation fault at boot! URGENT Date: Fri, 31 Dec 1999 11:52:48 -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 change the SCSI card & disks to another computer, and that computer failed the same way, then I almost sure that your SCSI card could be the faulty one. Good Luck... Ales ----- Original Message ----- From: Evren Yurtesen To: ; Sent: Friday, December 31, 1999 11:44 AM Subject: RE: segmentation fault at boot! URGENT > Well, we already tried to put the scsi card and hard drive to another > machine. It did not help! > > Evren > > >From: "Alejandro Ramirez" > >To: "Evren Yurtesen" , > > > >Subject: RE: segmentation fault at boot! URGENT > >Date: Fri, 31 Dec 1999 11:03:22 -0600 > > > >Hi, > > > > Faulty hardware (Mem or NICs most probably coul be worst). > > > >Good Luck... > >Ales > > > >----- Original Message ----- > >From: Evren Yurtesen > >To: > >Sent: Friday, December 31, 1999 10:01 AM > >Subject: segmentation fault at boot! URGENT > > > > > > > Hello, > > > > > > A few minutes ago my friend called and he told that he was taking > > > backup and then machine crashed. Then when he booted the machine > > > right after finding the hard drives. The machine was giving segmentation > > > fault. (I think after writing 'changing root device to...') We tried to > >boot > > > with GENERIC kernel and old kernels. We > > > got the same fault again and again. But the machine is getting > > > opened in single user mode. Even we issue boot -s at the boot time > > > the machine is giving segmentation fault warning and then getting opened > >in > > > single user mode. If we exit the single user mode we get the > > > same segmentation fault error and machine crashes completely. > > > > > > What can be the cause? We were using 3.3-STABLE. > > > > > > Thanks!!! > > > ______________________________________________________ > > > 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 > > > > > > ______________________________________________________ > 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 Fri Dec 31 9:59:27 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 61F9614D51 for ; Fri, 31 Dec 1999 09:59:25 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip101.r10.d.bel.nwlink.com [207.202.174.101]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id JAA09391 for ; Fri, 31 Dec 1999 09:59:24 -0800 (PST) Message-ID: <386CEE4C.663647F6@nwlink.com> Date: Fri, 31 Dec 1999 09:56:28 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: StarOffice 5.1 Problem. References: <3.0.32.19991231190513.011006b8@idx.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Danny wrote: > > Refering to the 2nd last stage of the process > > Question > > 1)Do I have to remove all the code in setup and soffice and replace it with > the code in the documentation? > Now it's all coming back to me. First, all my information I got from archives of FreeBSD mailing lists at lists.openresources.com/FreeBSD. I didn't have to replace the setup and soffice scripts, although there is a modification to the soffice script that needs to be done after the setup program has been run: replace the line *) test=/usr/bin/test ;; with *) test=bin/test ;; replace the line if $test -L "$0" ; then with if $test -f "$0" ; then and replace the line sd_script='ls -l $0 | sed "s/.*${sd_basename} -> //g"` with sd_script='ls $0 | sed "s/.*${sd_basename} -> //g"` And of course there is the need to recompile your kernel to include these options: options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" (You should probably do the recompile before anything else) After that, it ought to run properly. That's how I did it. Best regards, Joseph -- You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 10:10:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f12.law7.hotmail.com [216.33.237.12]) by hub.freebsd.org (Postfix) with SMTP id B95B915207 for ; Fri, 31 Dec 1999 10:10:41 -0800 (PST) (envelope-from yurtesen@hotmail.com) Received: (qmail 99279 invoked by uid 0); 31 Dec 1999 18:10:41 -0000 Message-ID: <19991231181041.99278.qmail@hotmail.com> Received: from 195.197.160.42 by www.hotmail.com with HTTP; Fri, 31 Dec 1999 10:10:41 PST X-Originating-IP: [195.197.160.42] From: "Evren Yurtesen" To: ales@megared.net.mx, yurtesen@hotmail.com, freebsd-questions@FreeBSD.ORG Subject: RE: segmentation fault at boot! URGENT Date: Fri, 31 Dec 1999 18:10:41 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, the disk is working fine... We just put the scsi card to another machine and now mounted the partitions to that machine... Is it possible to that the scsi card is faulty? Evren >From: "Alejandro Ramirez" >To: "Evren Yurtesen" , > >Subject: RE: segmentation fault at boot! URGENT >Date: Fri, 31 Dec 1999 11:52:48 -0600 > >Hi, > > If you change the SCSI card & disks to another computer, and that >computer failed the same way, then I almost sure that your SCSI card could >be the faulty one. > >Good Luck... >Ales > >----- Original Message ----- >From: Evren Yurtesen >To: ; >Sent: Friday, December 31, 1999 11:44 AM >Subject: RE: segmentation fault at boot! URGENT > > > > Well, we already tried to put the scsi card and hard drive to another > > machine. It did not help! > > > > Evren > > > > >From: "Alejandro Ramirez" > > >To: "Evren Yurtesen" , > > > > > >Subject: RE: segmentation fault at boot! URGENT > > >Date: Fri, 31 Dec 1999 11:03:22 -0600 > > > > > >Hi, > > > > > > Faulty hardware (Mem or NICs most probably coul be worst). > > > > > >Good Luck... > > >Ales > > > > > >----- Original Message ----- > > >From: Evren Yurtesen > > >To: > > >Sent: Friday, December 31, 1999 10:01 AM > > >Subject: segmentation fault at boot! URGENT > > > > > > > > > > Hello, > > > > > > > > A few minutes ago my friend called and he told that he was taking > > > > backup and then machine crashed. Then when he booted the machine > > > > right after finding the hard drives. The machine was giving >segmentation > > > > fault. (I think after writing 'changing root device to...') We tried >to > > >boot > > > > with GENERIC kernel and old kernels. We > > > > got the same fault again and again. But the machine is getting > > > > opened in single user mode. Even we issue boot -s at the boot time > > > > the machine is giving segmentation fault warning and then getting >opened > > >in > > > > single user mode. If we exit the single user mode we get the > > > > same segmentation fault error and machine crashes completely. > > > > > > > > What can be the cause? We were using 3.3-STABLE. > > > > > > > > Thanks!!! > > > > ______________________________________________________ > > > > 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 > > > > > > > > > > ______________________________________________________ > > Get Your Private, Free Email at http://www.hotmail.com > > ______________________________________________________ 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 Fri Dec 31 10:15:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 1163815078 for ; Fri, 31 Dec 1999 10:15:43 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=ben) by scientia.demon.co.uk with smtp (Exim 3.092 #1) id 1243d6-000HJk-00; Fri, 31 Dec 1999 15:06:12 +0000 Date: Fri, 31 Dec 1999 15:06:12 +0000 From: Ben Smithurst To: aunty Cc: freebsd-questions@freebsd.org Subject: Re: shell history files Message-ID: <19991231150612.A7074@strontium.scientia.demon.co.uk> References: <19991231190232.I47183@comcen.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991231190232.I47183@comcen.com.au> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG aunty wrote: > Is there some way to stop users from deleting their .bash_history files? Try "chflags sunlnk" on them, it might work. -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 10:26: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from almazs.pacex.net (almazs.pacex.net [204.1.219.156]) by hub.freebsd.org (Postfix) with ESMTP id 8DF3D14C3D for ; Fri, 31 Dec 1999 10:26:07 -0800 (PST) (envelope-from danielb@almazs.pacex.net) Received: from localhost (danielb@localhost) by almazs.pacex.net (8.9.3/8.9.3) with ESMTP id KAA02559; Fri, 31 Dec 1999 10:26:00 -0800 (PST) Date: Fri, 31 Dec 1999 10:26:00 -0800 (PST) From: daniel B To: Ludo Koren Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD KERNEL GURUs; Kernel Bridging HELP! In-Reply-To: <199912301756.SAA41424@lk.tempest.sk> 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 Thu, 30 Dec 1999, Ludo Koren wrote: > > > > To start-with I set the firewall 'open' and all machines were > > able to ping each other and I was able to even browse the net > > from my local LAN BUT there seems to be problem passing packets > > from 'ROUTER' to fxp0 VIA fxp1 > > > ROUTER----fxp1-[ firewall ]-fxp0----[ LAN ] > > > some UDP and ICMP packets don't make it from outside(Internet) > > to my inside LAN as a result web browsing stalls. I have tried > > to use 'ipfw fwd' rule to forward packets from LAN to router > > via fxp1 and vise versa but 'ipfw fwd' seems to work only in > > one directions. Has anybody tried setting up kernel bridging > > in FreeBSD that they would like to share with me? How can I > > forward packets between two interfaces in the same box without > > routing? > > for the moment forwarding is not working together with bridging, AFAIK. > The purpose of the > > sysctl -w net.link.ether.bridge_ipfw=1 > > command is to enable dummynet via ipfw. Bridging with open firewall is > working for me (I have xl0 interface with inet address and ep0 > interface without inet address). > Correct me if I am wrong, dummynet is for use with NAT and if all my machines have real IPs I don't need to NAT. The problem I am facing is that I do not want to split my IP subnet any further for the purpose of routing therefore I need to do kernel bridging. I assume your ep0 interface (without IP) is connected directly to a router and is your external interface on the firewall box? Thanks and happy new century! Dan > Regards, > ludo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 10:47: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jackie.groveware.com (jackie.groveware.com [216.94.41.66]) by hub.freebsd.org (Postfix) with ESMTP id A6A2414BEA for ; Fri, 31 Dec 1999 10:47:01 -0800 (PST) (envelope-from fahad@groveware.com) Received: from groveware.com (demo2.groveware.com [216.94.41.68]) by jackie.groveware.com (8.8.8/8.8.8) with ESMTP id NAA14932; Fri, 31 Dec 1999 13:50:33 -0500 (EST) (envelope-from fahad@groveware.com) Message-ID: <386CFA67.912D3863@groveware.com> Date: Fri, 31 Dec 1999 13:48:08 -0500 From: Fahad S X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG, fahad@groveware.com Subject: FreeBSD 2.2.8 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello There, I am wondering if FreeBSD 2.2.8 release is y2k compliant.?. If its not, where can I get the patch to make it y2k compliant?. with regards, Fahad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 10:49:41 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 EDBF414BEA for ; Fri, 31 Dec 1999 10:49:35 -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 MAA97730; Fri, 31 Dec 1999 12:48:54 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <037801bf53bf$c3ba7920$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Evren Yurtesen" , References: <19991231181041.99278.qmail@hotmail.com> Subject: RE: segmentation fault at boot! URGENT Date: Fri, 31 Dec 1999 12:49:27 -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 > Well, the disk is working fine... > We just put the scsi card to another machine and now > mounted the partitions to that machine... > Is it possible to that the scsi card is faulty? Everything its possible, but like I told you If you change the SCSI card & disks to another computer and it also fails, then your card its definitely the faulty one, but if the other computer doesnt fail at all, then you have a bigger problem with the other computer, I would check first the Fan in the CPU (for avoiding overheating), then NIC (my server crashed each time when I was booting into multi-user mode when my 3com card failed completely), then Memory (swapping with another one), CPU & Mother Board finally. P.S. It could be also the slot where you are installing the card. Good Luck... Ales > Evren > > >From: "Alejandro Ramirez" > >To: "Evren Yurtesen" , > > > >Subject: RE: segmentation fault at boot! URGENT > >Date: Fri, 31 Dec 1999 11:52:48 -0600 > > > >Hi, > > > > If you change the SCSI card & disks to another computer, and that > >computer failed the same way, then I almost sure that your SCSI card could > >be the faulty one. > > > >Good Luck... > >Ales > > > >----- Original Message ----- > >From: Evren Yurtesen > >To: ; > >Sent: Friday, December 31, 1999 11:44 AM > >Subject: RE: segmentation fault at boot! URGENT > > > > > > > Well, we already tried to put the scsi card and hard drive to another > > > machine. It did not help! > > > > > > Evren > > > > > > >From: "Alejandro Ramirez" > > > >To: "Evren Yurtesen" , > > > > > > > >Subject: RE: segmentation fault at boot! URGENT > > > >Date: Fri, 31 Dec 1999 11:03:22 -0600 > > > > > > > >Hi, > > > > > > > > Faulty hardware (Mem or NICs most probably coul be worst). > > > > > > > >Good Luck... > > > >Ales > > > > > > > >----- Original Message ----- > > > >From: Evren Yurtesen > > > >To: > > > >Sent: Friday, December 31, 1999 10:01 AM > > > >Subject: segmentation fault at boot! URGENT > > > > > > > > > > > > > Hello, > > > > > > > > > > A few minutes ago my friend called and he told that he was taking > > > > > backup and then machine crashed. Then when he booted the machine > > > > > right after finding the hard drives. The machine was giving > >segmentation > > > > > fault. (I think after writing 'changing root device to...') We tried > >to > > > >boot > > > > > with GENERIC kernel and old kernels. We > > > > > got the same fault again and again. But the machine is getting > > > > > opened in single user mode. Even we issue boot -s at the boot time > > > > > the machine is giving segmentation fault warning and then getting > >opened > > > >in > > > > > single user mode. If we exit the single user mode we get the > > > > > same segmentation fault error and machine crashes completely. > > > > > > > > > > What can be the cause? We were using 3.3-STABLE. > > > > > > > > > > Thanks!!! > > > > > ______________________________________________________ > > > > > 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 > > > > > > > > > > > > > > ______________________________________________________ > > > Get Your Private, Free Email at http://www.hotmail.com > > > > > > ______________________________________________________ > 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 Fri Dec 31 10:51:36 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 6A7A815107 for ; Fri, 31 Dec 1999 10:51:34 -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 MAA97933; Fri, 31 Dec 1999 12:50:39 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <038001bf53c0$024a1920$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Fahad S" , References: <386CFA67.912D3863@groveware.com> Subject: RE: FreeBSD 2.2.8 Date: Fri, 31 Dec 1999 12:51:12 -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 looking at this page: http://www.freebsd.org/y2kbug.html Have Fun... Ales ----- Original Message ----- From: Fahad S To: ; Sent: Friday, December 31, 1999 12:48 PM Subject: FreeBSD 2.2.8 > Hello There, > I am wondering if FreeBSD 2.2.8 release is y2k compliant.?. If its > not, where can I get the patch to make it y2k compliant?. > > with regards, > Fahad > > > > 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 Fri Dec 31 10:55:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server05.gw.total-web.net (server05.gw.total-web.net [209.187.140.176]) by hub.freebsd.org (Postfix) with SMTP id 94BCC15107 for ; Fri, 31 Dec 1999 10:55:30 -0800 (PST) (envelope-from jtilly@gw.total-web.net) Received: (qmail 19116 invoked from network); 31 Dec 1999 18:55:29 -0000 Received: from ip-165-157.gw.total-web.net (HELO frodo) (209.187.165.157) by server05.gw.total-web.net with SMTP; 31 Dec 1999 18:55:29 -0000 Message-ID: <003101bf53d8$4b062b00$0301a8c0@lothlorien.com> From: "Jesse Tilly" To: References: <199912310519.AAA92276@cc942873-a.ewndsr1.nj.home.com> Subject: SMP Compilation Date: Fri, 31 Dec 1999 13:44:31 -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 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 What are the best options to set with make to best take advantage of an SMP kernel (dual PPro 200)? Jesse Tilly -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.1 for non-commercial use iQA/AwUBOG0jvgmK+av4UFSjEQLUpACgov8RVyTHQXsqvkyOd4qTDtP1nJcAoOno mCMlsndl/JeGhdaLmSH7Rk5Y =utOo -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 11: 3:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 6AEBF154F9 for ; Fri, 31 Dec 1999 11:03:25 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (zeus@tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id NAA01054; Fri, 31 Dec 1999 13:06:11 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Fri, 31 Dec 1999 13:06:11 -0600 (CST) From: Gene Harris To: Jeff Lush Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NATD question 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 Fri, 31 Dec 1999, Jeff Lush wrote: > Hello, > > In the rc.conf: > - > ifconfig_de0="inet 139.142.150.39 netmask 255.255.255.0" > ifconfig_de0_alias="inet 139.162.150.39 netmask 255.255.255.0" You might want to change your netmask to 255.255.255.255 for an aliased ip. > natd_program="/bin/natd -redirect_address 192.168.1.1 139.162.150.29" I have successfully done this with -redirect_port, the command being "-redirect_port 192.168.1.1:smtp 139:162.150.29:smtp" This will redirect any incomming traffic to port 25 (smtp) to your mail server. It is up to you, but you might not want to pass all incomming traffic to your internal machine. I believe there is no need to risk passing any unexpected traffic. HTH, Gene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 11: 8:57 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 F2E9D151E9 for ; Fri, 31 Dec 1999 11:08:54 -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 NAA99925; Fri, 31 Dec 1999 13:08:08 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <045501bf53c2$73c03380$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Gene Harris" , "Jeff Lush" Cc: References: Subject: RE: NATD question Date: Fri, 31 Dec 1999 13:08: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, > > ifconfig_de0="inet 139.142.150.39 netmask 255.255.255.0" > > ifconfig_de0_alias="inet 139.162.150.39 netmask 255.255.255.0" > > You might want to change your netmask to 255.255.255.255 for > an aliased ip. This its only needed if the aliased IP Address its in the same subnet that the IP already configured in the interface. Happy New Year... Ales To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 11:18:45 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 5BBC214F62 for ; Fri, 31 Dec 1999 11:18:36 -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 GAA22589; Sat, 1 Jan 2000 06:18:15 +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 UAA08085; Fri, 31 Dec 1999 20:21:17 +1100 (EST) (envelope-from andymac@bullseye.apana.org.au) Date: Fri, 31 Dec 1999 19:13:59 +1100 (EDT) From: Andrew MacIntyre To: Mikko =?iso-8859-1?Q?Gr=F6nroos?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Abit BP6 and ATA/66 In-Reply-To: <386B2385.5573BF6F@feynman.com> Message-ID: X-X-Sender: andymac@bullseye.apana.org.au 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 On Thu, 30 Dec 1999, Mikko [iso-8859-1] Gr=F6nroos wrote: > Is there support for Hightpoint's ATA/66 controller > in FreeBSD (3.4)? The UDMA/66 (HPT controller) support is still only in -current IIRC. Recent 3.x releases have no trouble using the standard ports for UDMA/33 - I'm running 3.2 on a BP6 with an IBM UDMA-33 drive and it motors along very nicely... -- 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 Fri Dec 31 11:18:45 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 4AD7914D6E for ; Fri, 31 Dec 1999 11:18:36 -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 GAA22586; Sat, 1 Jan 2000 06:18:14 +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 UAA07802; Fri, 31 Dec 1999 20:17:33 +1100 (EST) (envelope-from andymac@bullseye.apana.org.au) Date: Fri, 31 Dec 1999 19:10:15 +1100 (EDT) From: Andrew MacIntyre To: Marc Schneiders Cc: Greg Lehey , freebsd-questions@FreeBSD.ORG Subject: Re: 4 MB RAM? (long) In-Reply-To: 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 Thu, 30 Dec 1999, Marc Schneiders wrote: > There is 24 MB of swap. I have looked at top a number of times and > there was only little of it used. Maybe the daily checks take a lot of > it? I will throw them out first and see what happens. I think you mention that this machine has 2 drives - if so, it might be worth the pain to rearrange your partitioning so that the swap is spread equally over both drives, as I understand that FreeBSD interleaves access to swap (probably works better with SCSI than IDE though...). You mention that your current kernel is ~1.5M - just for reference I have a 2.2.6R server (486) with a ~1.15M kernel (2.2.6R GENERIC is ~1.5M) and a 3.2R SMP workstation (C300Ax2) with a ~1.75M kernel (3.2R GENERIC is ~2.3M). Both boxes have a trimmed config, though the 3.2 box has sound and a couple of other "extras". -- 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 Fri Dec 31 11:41:13 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 D739A14E66 for ; Fri, 31 Dec 1999 11:41:09 -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 UAA14162 for freebsd-questions@FreeBSD.ORG; Fri, 31 Dec 1999 20:41:07 +0100 (CET) (envelope-from olli) Date: Fri, 31 Dec 1999 20:41:07 +0100 (CET) From: Oliver Fromme Message-Id: <199912311941.UAA14162@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: shell history files 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 Ben Smithurst wrote in list.freebsd-questions: > aunty wrote: > > Is there some way to stop users from deleting their .bash_history files? > > Try "chflags sunlnk" on them, it might work. That won't prevent from ``cp /dev/null .bash_history'' to effectively delete the history. Sue, why do you want to have the users' history files preserved anyway? If this is for user monitoring, then it is a bad way. It is unreliable and can easily be faked and forged. Better use process accounting for this (see ``man lastcomm'' and ``man 8 sa''). 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 Fri Dec 31 11:54: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from greg.ad9.com (greg.ad9.com [209.233.225.5]) by hub.freebsd.org (Postfix) with ESMTP id 3A4A515591 for ; Fri, 31 Dec 1999 11:53:58 -0800 (PST) (envelope-from nepolon@systray.com) Received: from greg.ad9.com (nepolon@greg.ad9.com [209.233.225.5]) by greg.ad9.com (8.9.1a/8.9.1) with ESMTP id LAA03659; Fri, 31 Dec 1999 11:58:42 -0800 (PST) Date: Fri, 31 Dec 1999 11:58:42 -0800 (PST) From: Steve Lewis X-Sender: nepolon@greg.ad9.com To: Jeff Lush Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NATD question 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 I'm assuming you are using /sbin/ipfw for this On Fri, 31 Dec 1999, Jeff Lush wrote: > There are 2 public IPs available: > 139.142.150.29 - assigned for mail in MX record > 139.142.150.39 - assigned for NAT/LAN traffic > > Private IP scheme: > 192.168.1.1 - mail server behind firewall > > ifconfig_de0="inet 139.142.150.39 netmask 255.255.255.0" > ifconfig_de0_alias="inet 139.162.150.39 netmask 255.255.255.0" why are you aliasing .39, perhaps you mean .29? > natd_program="/bin/natd -redirect_address 192.168.1.1 139.162.150.29" I would specify port 25 in the redirect_address option unless there is some particular need otherwise. Only requests to .29 at port 25 will be forwarded in this way, other packets will be caught by the default rule (assuming you default to disallow) and there is no need to clutter your ipfw rules. ex: -redirect_address 192.168.1.1:25 139.162.150.29:25 > My firewall ruleset first passes everything to natd and allows for port 25 > traffic to be passed into and out of the LAN (pop3 support is only needed > within the LAN). You said you have done this before so I assume you know what you are doing in your ruleset, and have no problems getting SMTP traffic through based on other ipfw rules. > 1. Will this work? aside from the alias typo above, I believe it will w/o any changes. > 2. Do I need to add additional comments to '-redirect_address'? Such as: > -redirect_address 192.168.1.1 139.162.150.29 #redirect traffic to mail > server your mailserver should feed data back to it's default gateway, so that NAT can be performed. You don't want to do this redirect. > -redirect_address 0.0.0.0 139.162.150.39 #redirect traffic to LAN - Is this > necessary? This is the function of specifying a default gateway, isn't it? Again, no need for this redirect. --Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 11:56:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 6FC0314D8E for ; Fri, 31 Dec 1999 11:56:06 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=ben) by scientia.demon.co.uk with smtp (Exim 3.092 #1) id 1246xp-000HUl-00; Fri, 31 Dec 1999 18:39:49 +0000 Date: Fri, 31 Dec 1999 18:39:49 +0000 From: Ben Smithurst To: R Joseph Wright Cc: "Norman C. Rice" , freebsd-questions@FreeBSD.org Subject: Re: some performance issues Message-ID: <19991231183949.A593@strontium.scientia.demon.co.uk> References: <386C023E.680FC31@inna.net> <386C0676.F39EC477@3-cities.com> <386C2354.ABD1ED54@nwlink.com> <386C3173.1D695393@3-cities.com> <386C543D.6E59C9DF@nwlink.com> <19991231104441.C2609@emu.sourcee.com> <386CE8AB.29A140B5@nwlink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <386CE8AB.29A140B5@nwlink.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG R Joseph Wright wrote: > That's making some sense. Now, what does the ff in 0xa0ff stand for? RTFM, wd(4). 0x00ff Test and use multi-sector transfer mode of this drive, max number of sectors attempted is (flags & 0x00ff). -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 12: 5:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from greg.ad9.com (greg.ad9.com [209.233.225.5]) by hub.freebsd.org (Postfix) with ESMTP id AF15D151F4 for ; Fri, 31 Dec 1999 12:05:57 -0800 (PST) (envelope-from nepolon@systray.com) Received: from greg.ad9.com (nepolon@greg.ad9.com [209.233.225.5]) by greg.ad9.com (8.9.1a/8.9.1) with ESMTP id MAA03701 for ; Fri, 31 Dec 1999 12:10:48 -0800 (PST) Date: Fri, 31 Dec 1999 12:10:48 -0800 (PST) From: Steve Lewis X-Sender: nepolon@greg.ad9.com Cc: freebsd-questions@FreeBSD.ORG Subject: sig11 during install w/ sysinstall (was pci problem w/ de0) 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 trying an ftp install of 3.4-Rel on that machine, now it is an ax0 NIC, so the unsupported h/w problem is gone, but I have been fighting this other problem last night and all day today. I'm getting a segfault from sysinstall whenever I try to do a custom distribution install. Is there a known bug or am I cursed? I managed do a User install (which I don't want!) but if I try to add distribs w/ sysinstall later it seg faults again. I have tried changing the options of: which boot-manager (no change or std mbr), specs for patitions/slices, which NIC I install from (ep0 or ax0), and other changes as well, but I always get a fatal sig11. It seg faults as soon as I select "Custom" in the "select distributions" menu. I also had it seg fault repeatedly under user/developer at the point when it is creating /etc/fstab. --Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 12: 9:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from totalconnect.net (cc59372-a.essx1.md.home.com [24.4.136.200]) by hub.freebsd.org (Postfix) with ESMTP id 7C36814E7F for ; Fri, 31 Dec 1999 12:09:20 -0800 (PST) (envelope-from dskillin@totalconnect.net) Received: from localhost (dskillin@localhost) by totalconnect.net (8.9.3/8.9.3) with ESMTP id PAA28796 for ; Fri, 31 Dec 1999 15:08:40 -0500 Date: Fri, 31 Dec 1999 15:08:40 -0500 (EST) From: Daniel L Quigley-Skillin To: freebsd-questions@FreeBSD.org Subject: kde applications w/ FreeBSD 3.4 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 running any number of KDE Apps I recieve Undefined symbol errors. $ kcalc /usr/libexec/ld-elf.so.1: /usr/local/lib/libkdeui.so.2: Undefined symbol "__ti6QFrame" $ kedit /usr/libexec/ld-elf.so.1: /usr/local/lib/libkspell.so.2: Undefined symbol "__ti7QWidget" I'm running a fresh install of FreeBSD 3.4 direct from the FTP install set. Any ideas on how to remedy this problem? Thanks, Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 12:16: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 2BEEA14D6E for ; Fri, 31 Dec 1999 12:16:04 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2151.bossig.com [208.26.242.151]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Fri, 31 Dec 1999 12:23:16 -0800 Message-ID: <386D0F0E.15845D05@3-cities.com> Date: Fri, 31 Dec 1999 12:16:14 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Daniel L Quigley-Skillin Cc: freebsd-questions@FreeBSD.org Subject: Re: kde applications w/ FreeBSD 3.4 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel L Quigley-Skillin wrote: > > On running any number of KDE Apps I recieve Undefined symbol errors. > > $ kcalc > /usr/libexec/ld-elf.so.1: /usr/local/lib/libkdeui.so.2: Undefined symbol > "__ti6QFrame" > $ kedit > /usr/libexec/ld-elf.so.1: /usr/local/lib/libkspell.so.2: Undefined symbol > "__ti7QWidget" > > I'm running a fresh install of FreeBSD 3.4 direct from the FTP install > set. > > Any ideas on how to remedy this problem? I would cvsup the ports and then make the ports of kcalc and kedit. This will download and install the dependancies you are missing. "pkg_version - c | more" will give you the commands you need. Kent > > Thanks, > > Dan > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 13:14:13 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f155.law7.hotmail.com [216.33.237.155]) by hub.freebsd.org (Postfix) with SMTP id 2B7DC15538 for ; Fri, 31 Dec 1999 13:14:10 -0800 (PST) (envelope-from yurtesen@hotmail.com) Received: (qmail 5678 invoked by uid 0); 31 Dec 1999 21:14:09 -0000 Message-ID: <19991231211409.5677.qmail@hotmail.com> Received: from 195.197.160.42 by www.hotmail.com with HTTP; Fri, 31 Dec 1999 13:14:09 PST X-Originating-IP: [195.197.160.42] From: "Evren Yurtesen" To: ales@megared.net.mx, yurtesen@hotmail.com, freebsd-questions@FreeBSD.ORG Subject: RE:(2) segmentation fault at boot! URGENT Date: Fri, 31 Dec 1999 21:14:09 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG look, I could open the machine with GENERIC kernel in single user mode and it was not passing to multiuser mode! but I manually executed rc files and now everything seems to work fine. So the problem is somewhere between singleuser mode to multiuser mode... So there is some software failing but I do not know what it is and how I can detect it? Evren >From: "Alejandro Ramirez" >To: "Evren Yurtesen" , > >Subject: RE: segmentation fault at boot! URGENT >Date: Fri, 31 Dec 1999 12:49:27 -0600 > > > Well, the disk is working fine... > > We just put the scsi card to another machine and now > > mounted the partitions to that machine... > > Is it possible to that the scsi card is faulty? > >Everything its possible, but like I told you If you change the SCSI card & >disks to another computer and it also fails, then your card its definitely >the faulty one, but if the other computer doesnt fail at all, then you have >a bigger problem with the other computer, I would check first the Fan in >the >CPU (for avoiding overheating), then NIC (my server crashed each time when >I >was booting into multi-user mode when my 3com card failed completely), then >Memory (swapping with another one), CPU & Mother Board finally. > >P.S. It could be also the slot where you are installing the card. > >Good Luck... >Ales > > > > Evren > > > > >From: "Alejandro Ramirez" > > >To: "Evren Yurtesen" , > > > > > >Subject: RE: segmentation fault at boot! URGENT > > >Date: Fri, 31 Dec 1999 11:52:48 -0600 > > > > > >Hi, > > > > > > If you change the SCSI card & disks to another computer, and that > > >computer failed the same way, then I almost sure that your SCSI card >could > > >be the faulty one. > > > > > >Good Luck... > > >Ales > > > > > >----- Original Message ----- > > >From: Evren Yurtesen > > >To: ; > > >Sent: Friday, December 31, 1999 11:44 AM > > >Subject: RE: segmentation fault at boot! URGENT > > > > > > > > > > Well, we already tried to put the scsi card and hard drive to >another > > > > machine. It did not help! > > > > > > > > Evren > > > > > > > > >From: "Alejandro Ramirez" > > > > >To: "Evren Yurtesen" , > > > > > > > > > >Subject: RE: segmentation fault at boot! URGENT > > > > >Date: Fri, 31 Dec 1999 11:03:22 -0600 > > > > > > > > > >Hi, > > > > > > > > > > Faulty hardware (Mem or NICs most probably coul be worst). > > > > > > > > > >Good Luck... > > > > >Ales > > > > > > > > > >----- Original Message ----- > > > > >From: Evren Yurtesen > > > > >To: > > > > >Sent: Friday, December 31, 1999 10:01 AM > > > > >Subject: segmentation fault at boot! URGENT > > > > > > > > > > > > > > > > Hello, > > > > > > > > > > > > A few minutes ago my friend called and he told that he was >taking > > > > > > backup and then machine crashed. Then when he booted the machine > > > > > > right after finding the hard drives. The machine was giving > > >segmentation > > > > > > fault. (I think after writing 'changing root device to...') We >tried > > >to > > > > >boot > > > > > > with GENERIC kernel and old kernels. We > > > > > > got the same fault again and again. But the machine is getting > > > > > > opened in single user mode. Even we issue boot -s at the boot >time > > > > > > the machine is giving segmentation fault warning and then >getting > > >opened > > > > >in > > > > > > single user mode. If we exit the single user mode we get the > > > > > > same segmentation fault error and machine crashes completely. > > > > > > > > > > > > What can be the cause? We were using 3.3-STABLE. > > > > > > > > > > > > Thanks!!! > > > > > > ______________________________________________________ > > > > > > 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 > > > > > > > > > > > > > > > > > > ______________________________________________________ > > > > Get Your Private, Free Email at http://www.hotmail.com > > > > > > > > > > ______________________________________________________ > > Get Your Private, Free Email at http://www.hotmail.com > > ______________________________________________________ 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 Fri Dec 31 13:14:27 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 138281562F for ; Fri, 31 Dec 1999 13:14:18 -0800 (PST) (envelope-from kavit@home.com) Received: from cr228899a.wlfdle1.on.wave.home.com ([24.112.176.97]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with SMTP id <19991231211207.HGWV7552.mail.rdc3.on.home.com@cr228899a.wlfdle1.on.wave.home.com> for ; Fri, 31 Dec 1999 13:12:07 -0800 Message-ID: <000801bf53ec$e9db16a0$61b07018@wlfdle1.on.wave.home.com> From: "Kavi Tanna" To: Subject: Cable Modem Date: Fri, 31 Dec 1999 16:12:08 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF53A9.C983CDE0" 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_0005_01BF53A9.C983CDE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm trying to configure my tcp/ip settings with FreeBSD 3.4 stable. = In /stand/sysinstall i answer no for DHCP because my cable modem service = isnt. In windows 95 i have to put an identification # in, where do i put = that in FreeBSD? Plus at the screen where it asks you for HTTP, Domain, = Gateway, Nameserver, IP Address, NetMask, what do i put in? I know my proxy address and port # if that helps. Thank You ------=_NextPart_000_0005_01BF53A9.C983CDE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
    I'm trying to = configure my=20 tcp/ip settings with FreeBSD 3.4 stable. In /stand/sysinstall i answer = no for=20 DHCP because my cable modem service isnt. In windows 95 i have to put an = identification # in, where do i put that in FreeBSD? Plus at the screen = where it=20 asks you for HTTP, Domain, Gateway, Nameserver, IP Address, NetMask, = what do i=20 put in?
 
    I know my proxy = address and port=20 # if that helps.
 
Thank You
------=_NextPart_000_0005_01BF53A9.C983CDE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 13:17: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.megsinet.net (mailcluster-b.corecomm.net [216.214.150.11]) by hub.freebsd.org (Postfix) with ESMTP id A795414E6B for ; Fri, 31 Dec 1999 13:16:57 -0800 (PST) (envelope-from cpitzer@megsinet.net) Received: from nightrider (max9-116.columbus.corecomm.net) by mail.megsinet.net (Sun Internet Mail Server sims.3.5.1999.07.30.00.05.p8) with SMTP id <0FNM009ELJ5HBG@mail.megsinet.net> for questions@freebsd.org; Fri, 31 Dec 1999 15:17:43 -0600 (CST) Date: Fri, 31 Dec 1999 16:12:13 -0500 From: Chris Pitzer Subject: PPP services To: questions@freebsd.org Message-id: <002901bf53d3$b6044040$2a640a0a@wasteland.net> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 5.00.2615.200 Content-type: multipart/alternative; boundary="----=_NextPart_000_0026_01BF53A9.CC7596A0" X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Priority: 3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0026_01BF53A9.CC7596A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to connect to IRC using FreeBSD as a proxy. I cannot send = files through DCC. I seem to remember seeing something about having to = enable sockets, but can't seem to find that now. Does anybody have any = suggestions on how to set this up? thanks Chris ------=_NextPart_000_0026_01BF53A9.CC7596A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 I am trying to connect to IRC = using FreeBSD=20 as a proxy. I cannot send files through DCC. I seem to remember seeing = something=20 about having to enable sockets, but can't seem to find that now. Does = anybody=20 have any suggestions on how to set this up?
thanks
Chris
 
------=_NextPart_000_0026_01BF53A9.CC7596A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 13:44: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from netcom.com (netcom10.netcom.com [199.183.9.110]) by hub.freebsd.org (Postfix) with ESMTP id 2231614F7B for ; Fri, 31 Dec 1999 13:44:02 -0800 (PST) (envelope-from stanb@netcom.com) Received: (from stanb@localhost) by netcom.com (8.9.3/8.9.3) id NAA11131 for freebsd-questions@freebsd.org; Fri, 31 Dec 1999 13:43:59 -0800 (PST) From: Stan Brown Message-Id: <199912312143.NAA11131@netcom.com> Subject: System shutdown oreder question To: freebsd-questions@freebsd.org (Free BSD Questions list) Date: Fri, 31 Dec 1999 16:43:59 -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 implementing a UPS moitoring package called Network Ups Tools on my FreeBSD 3.4 STABLE machine. One of the peices of the puzzle is to finally shut the UPS off, thus powering down the machine. I was wondering where the "correct" place to implement this hook was? In /etc/rc.shutdown? Or is that too early? I need all the disks to have been dismounted. or at least mounted as read only when this action takes place. I realize that the program I want to rum will probably have to be on the root filessytem, as this is all i can depend upon being accessible by then. -- 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 Fri Dec 31 14: 6:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id B6ED214D8A; Fri, 31 Dec 1999 14:06:08 -0800 (PST) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id NAA25830; Fri, 31 Dec 1999 13:59:31 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda25828; Fri Dec 31 13:59:30 1999 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.9.3/8.9.1) id NAA40759; Fri, 31 Dec 1999 13:59:29 -0800 (PST) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdV40749; Fri Dec 31 13:58:52 1999 Received: (from uucp@localhost) by cwsys.cwsent.com (8.9.3/8.9.1) id NAA79182; Fri, 31 Dec 1999 13:58:51 -0800 (PST) Message-Id: <199912312158.NAA79182@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdd79178; Fri Dec 31 13:58:37 1999 X-Mailer: exmh version 2.1.1 10/15/1999 Reply-To: Cy Schubert - ITSD Open Systems Group From: Cy Schubert - ITSD Open Systems Group X-OS: FreeBSD 3.4-RELEASE X-Sender: cy To: Vivek Khera Cc: William Woods , freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: StarOffice5 problems.... In-reply-to: Your message of "Fri, 31 Dec 1999 11:11:22 EST." <14444.54698.604479.105360@onceler.kcilink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 31 Dec 1999 13:58:37 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <14444.54698.604479.105360@onceler.kcilink.com>, Vivek Khera writes: > >>>>> "WW" == William Woods writes: > > WW> I am useing (trying to anyway) the StarOffice 5 port on a FreeBSD > WW> 3.4 system /usr/ports/editors/staroffice5 but its asking for a > WW> couple libs: Here is the makefile: > > I installed without the using the port. It was quite trivial. Once > you download and extract the so51a tar file, just do this: > > env PATH=/usr/compat/linux/bin ./setup Beter yet: # /compat/linux/bin/bash # ./setup > > when in the installation directory. The only other change I had to > make was to put a similar env PATH=... command in the KDE menus for > the Setup and SPAdmin thingies. The StarOffice menu item works fine. Or change the first line of the soffice script to: #!/compat/linux/bin/sh 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 Fri Dec 31 14:17:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta4.snfc21.pbi.net (mta4.snfc21.pbi.net [206.13.28.142]) by hub.freebsd.org (Postfix) with ESMTP id 9B1CB14A1D; Fri, 31 Dec 1999 14:17:39 -0800 (PST) (envelope-from gdinolt@pacbell.net) Received: from pacbell.net ([206.170.2.102]) by mta4.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.1999.09.16.21.57.p8) with ESMTP id <0FNM004NJLT6AW@mta4.snfc21.pbi.net>; Fri, 31 Dec 1999 14:15:07 -0800 (PST) Date: Fri, 31 Dec 1999 14:15:05 -0800 From: "George W. Dinolt" Subject: SpeedStreem 3060 ADSL To: freebsd-questions@freebsd.org, freebsd-atm@freebsd.org Message-id: <386D2AE9.3A2950F7@pacbell.net> MIME-version: 1.0 X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.5 i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently (today) had PacBell install a DSL line to my house. They provided me with a SpeedStreem 3060 internel PCI "modem" card from Efficient Networks, Inc. instead of an external interface with an ethernet connection (as was promised.) After some digging around, I determined that the card is running ppp on top of ATM. Why it is done this way is beyond me. Maybe it has to do with the fact that ATM is session oriented and this is a "cheap" way of building a session. Has anyone had any experience getting such a card to work on FreeBSD? If not, are there people who have started work on building a device driver for such a card? I am not sure if I will be able to convince PacBell to give me the other interface. Thanks for any pointers or info George Dinolt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 14:23:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web109.yahoomail.com (web109.yahoomail.com [205.180.60.76]) by hub.freebsd.org (Postfix) with SMTP id E1D7314E66 for ; Fri, 31 Dec 1999 14:23:49 -0800 (PST) (envelope-from osiris2002@yahoo.com) Received: (qmail 5437 invoked by uid 60001); 31 Dec 1999 22:23:49 -0000 Message-ID: <19991231222349.5436.qmail@web109.yahoomail.com> Received: from [208.14.5.212] by web109.yahoomail.com; Fri, 31 Dec 1999 14:23:49 PST Date: Fri, 31 Dec 1999 14:23:49 -0800 (PST) From: Joss Roots Subject: How to tar and gzip a directory 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 was doing some backup, and I am using tar to gather the whole directory into one big .tar file, then run gzip on that .tar to produce a tar.gz file. I know it is possible to do that as one step by using the pipe, but not sure of the exact command line, I appreciate giving me a hint. thanks in advance. ===== MAY THE FORCE BE WITH YOU. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://messenger.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 14:31:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 4BB2414A1D for ; Fri, 31 Dec 1999 14:31:53 -0800 (PST) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id OAA19871; Fri, 31 Dec 1999 14:54:31 -0800 (PST) Date: Fri, 31 Dec 1999 14:54:31 -0800 (PST) From: Alfred Perlstein To: Joss Roots Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to tar and gzip a directory In-Reply-To: <19991231222349.5436.qmail@web109.yahoomail.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 On Fri, 31 Dec 1999, Joss Roots wrote: > hi all, > I was doing some backup, and I am using > tar to gather the whole directory into one > big .tar file, then run gzip on that .tar > to produce a tar.gz file. > > I know it is possible to do that as one step > by using the pipe, but not sure of the exact > command line, I appreciate giving me a hint. > > thanks in advance. actually just add the 'z' flag to your tar options and tar will create the tar file compressed. tar czf or on systems where tar doesn't support the z flag: tar cf - | gzip -c > tar.tar.gz -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 14:33:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id F052D14A0A for ; Fri, 31 Dec 1999 14:33:14 -0800 (PST) (envelope-from brdavis@orion.ac.hmc.edu) Received: (from brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) id OAA25905; Fri, 31 Dec 1999 14:33:10 -0800 (PST) Date: Fri, 31 Dec 1999 14:33:10 -0800 From: Brooks Davis To: Joss Roots Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to tar and gzip a directory Message-ID: <19991231143310.A25829@orion.ac.hmc.edu> References: <19991231222349.5436.qmail@web109.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <19991231222349.5436.qmail@web109.yahoomail.com>; from osiris2002@yahoo.com on Fri, Dec 31, 1999 at 02:23:49PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Dec 31, 1999 at 02:23:49PM -0800, Joss Roots wrote: > hi all, > I was doing some backup, and I am using > tar to gather the whole directory into one > big .tar file, then run gzip on that .tar > to produce a tar.gz file. > > I know it is possible to do that as one step > by using the pipe, but not sure of the exact > command line, I appreciate giving me a hint. Don't do it with a pipe, just use the z option to tar (or save your self some more space and use the y option to bzip2 the output). If you really wanted to do it with pipes you could do: tar cf - dir | gzip > blah.tar.gz -- Brooks -- "Those who desire to give up freedom in order to gain security, will not have, nor do they deserve, either one" --Thomas Jefferson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 14:35:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 6624614CFF for ; Fri, 31 Dec 1999 14:35:13 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (zeus@tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id QAA02634; Fri, 31 Dec 1999 16:37:38 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Fri, 31 Dec 1999 16:37:38 -0600 (CST) From: Gene Harris To: Joss Roots Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to tar and gzip a directory In-Reply-To: <19991231222349.5436.qmail@web109.yahoomail.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 On Fri, 31 Dec 1999, Joss Roots wrote: > hi all, > I was doing some backup, and I am using > tar to gather the whole directory into one > big .tar file, then run gzip on that .tar > to produce a tar.gz file. From the man page, "man tar", the documentation discusses using the -z switch to filter all i/o thru gzip. If you are saving directly to tape, you can also specify --block-compress to end all blocks on an even length boundary. So, based on the man page, I would say that you could add a lower case "-z" switch to your tar statement and end up with a .tgz. > > I know it is possible to do that as one step > by using the pipe, but not sure of the exact > command line, I appreciate giving me a hint. > I would guess that you don't even have to use a pipe based on the man page. HTH, Gene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 14:57:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from www.stomped.com (stomped.com [206.191.205.5]) by hub.freebsd.org (Postfix) with ESMTP id 7281014E95; Fri, 31 Dec 1999 14:57:17 -0800 (PST) (envelope-from bigfoot@stomped.com) Received: from gunther (gunther.stomped.com [206.191.230.36]) by www.stomped.com (8.9.3/8.9.3) with SMTP id QAA04888; Fri, 31 Dec 1999 16:57:09 -0600 (CST) From: "Guy Gustavson" To: "George W. Dinolt" , , Subject: RE: SpeedStreem 3060 ADSL Date: Fri, 31 Dec 1999 16:57:10 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: <386D2AE9.3A2950F7@pacbell.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG DSL is an ATM based technology. It's inherient in the concept. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of George W. > Dinolt > Sent: Friday, December 31, 1999 4:15 PM > To: freebsd-questions@FreeBSD.ORG; freebsd-atm@FreeBSD.ORG > Subject: SpeedStreem 3060 ADSL > > > I recently (today) had PacBell install a DSL line to my house. They > provided me with a SpeedStreem 3060 internel PCI "modem" card from > Efficient Networks, Inc. instead of an external interface with an > ethernet connection (as was promised.) > > After some digging around, I determined that the card is running ppp on > top of ATM. Why it is done this way is beyond me. Maybe it has to do > with the fact that ATM is session oriented and this is a "cheap" way of > building a session. Has anyone had any experience getting such a card to > work on FreeBSD? If not, are there people who have started work on > building a device driver for such a card? I am not sure if I will be > able to convince PacBell to give me the other interface. > > Thanks for any pointers or info > George Dinolt > > > 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 Fri Dec 31 15:36:20 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 6F71A14F08 for ; Fri, 31 Dec 1999 15:36:18 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip46.r5.d.bel.nwlink.com [207.202.173.46]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id PAA10771; Fri, 31 Dec 1999 15:36:16 -0800 (PST) Message-ID: <386D3D3C.C92D02A3@nwlink.com> Date: Fri, 31 Dec 1999 15:33:16 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Kent Stewart , freebsd-questions@FreeBSD.org Subject: Re: some performance issues References: <386C023E.680FC31@inna.net> <386C0676.F39EC477@3-cities.com> <386C2354.ABD1ED54@nwlink.com> <386C3173.1D695393@3-cities.com> <386C543D.6E59C9DF@nwlink.com> <19991231104441.C2609@emu.sourcee.com> <386CE8AB.29A140B5@nwlink.com> <386CF9DC.B71A9887@3-cities.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Stewart wrote: > > You really should print a copy of the LINT file and look at it while > you are reading this stuff. The ff tells the system to try and read > ahead 15 sectors. You add all of this together and you can easily > speed up your disk access 4x or more. > > Kent > > R Joseph Wright wrote: > > > > "Norman C. Rice" wrote: > > > > > > On Thu, Dec 30, 1999 at 10:59:09PM -0800, R Joseph Wright wrote: > > > > > > > > > > > > > > The 0x2000 allows IDE DMA transfers and that could be part of your > > > > > problem. Some drives like that setting and some systems don't. It is > > > > > something that you can try by seting it at boot time. If it works, > > > > > then you build it into your kernel. My drives are all 0xa0ffa0ff. > > > > > 8+2=a. > > > > I recompiled my kernel and changed the flags from 0x80ff80ff to 0xa0ffa0ff. What is a good program to use to see if I can really tell a difference? I tried out some of my bigger programs like star office and gimp. Star Office still took a little while to load, gimp seemed to fly (when it wasn't crashing). Thanks a lot for all the help. I'm starting to understand the hexadecimal thing a bit more now. Joseph -- You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 16: 7:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.1connect.com (216-59-79-65.usa2.flashcom.net [216.59.79.65]) by hub.freebsd.org (Postfix) with ESMTP id 1C7C714C9A; Fri, 31 Dec 1999 16:07:33 -0800 (PST) (envelope-from keith@1connect.com) Received: from 1connect.com ([10.0.0.75]) by ns1.1connect.com (8.9.3/8.9.1) with ESMTP id QAA71491; Fri, 31 Dec 1999 16:06:58 -0800 (PST) (envelope-from keith@1connect.com) Message-ID: <386D454B.694B5093@1connect.com> Date: Fri, 31 Dec 1999 16:07:40 -0800 From: Keith Wong X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org, freebsd-questions@freebsd.org Subject: java JNI compile problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All, I want to use the java JNI to integrated with C. And, i tried to follow the example at the java.sun's website. then I get the problem when I try to compile the shared the library using gcc -g, then i get the error. i don't know is the -g parameter that i used it's right or not. the error i got are: /usr/lib/crt1.o: In function `_start': /usr/lib/crt1.o(.text+0x69): undefined reference to `main' I try the same step at Win98 with Visual C++ and it worked with no problems. May be I need the right parameter. Is the JNI work at Freebsd? Thanks for the help!! Here are the source. Keith HelloWorld.java ****************************************** class HelloWorld { public native void displayHelloWorld(); static { System.loadLibrary("hello"); } public static void main(String[] args) { new HelloWorld().displayHelloWorld(); } } ****************************************** %javac HelloWorld.java %javah -jni HelloWord HelloWorld.h ******************************************* /* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class HelloWorld */ #ifndef _Included_HelloWorld #define _Included_HelloWorld #ifdef __cplusplus extern "C" { #endif /* * Class: HelloWorld * Method: displayHelloWorld * Signature: ()V */ JNIEXPORT void JNICALL Java_HelloWorld_displayHelloWorld (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif ***************************************************** HelloWorldImp.c ******************************************************* #include #include "HelloWorld.h" #include JNIEXPORT void JNICALL Java_HelloWorld_displayHelloWorld(JNIEnv *env, jobject obj) { printf("Hello world!\n"); return; } ******************************************************** % gcc -g -I/usr/local/jdk1.1.8/include/ -I/usr/local/jdk1.1.8/include/freebsd HelloWorldImp.c -o libhello.so /usr/lib/crt1.o: In function `_start': /usr/lib/crt1.o(.text+0x69): undefined reference to `main' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 16:32:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tx.home.com (ha1.rdc1.tx.home.com [24.4.0.66]) by hub.freebsd.org (Postfix) with ESMTP id 1A77415026 for ; Fri, 31 Dec 1999 16:32:27 -0800 (PST) (envelope-from leoric@fastlane.net) Received: from fastlane.net ([24.8.250.184]) by mail.rdc1.tx.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <20000101003225.DKKL26413.mail.rdc1.tx.home.com@fastlane.net> for ; Fri, 31 Dec 1999 16:32:25 -0800 Message-ID: <386D4A96.25F07B2B@fastlane.net> Date: Fri, 31 Dec 1999 18:30:15 -0600 From: mideyon X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-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 subscribe freebsd-questions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 16:36:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tx.home.com (ha1.rdc1.tx.home.com [24.4.0.66]) by hub.freebsd.org (Postfix) with ESMTP id BAF7414E95 for ; Fri, 31 Dec 1999 16:36:03 -0800 (PST) (envelope-from leoric@fastlane.net) Received: from fastlane.net ([24.8.250.184]) by mail.rdc1.tx.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <20000101003603.DLMW26413.mail.rdc1.tx.home.com@fastlane.net> for ; Fri, 31 Dec 1999 16:36:03 -0800 Message-ID: <386D4B70.58A841B@fastlane.net> Date: Fri, 31 Dec 1999 18:33:52 -0600 From: mideyon X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: subscribe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe freebsd-questions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 16:57:47 1999 Delivered-To: freebsd-questions@freebsd.org Received: from web2.tccsweb.com (h-209-91-78-12.gen.cadvision.com [209.91.78.12]) by hub.freebsd.org (Postfix) with ESMTP id B14C614EC1 for ; Fri, 31 Dec 1999 16:57:38 -0800 (PST) (envelope-from brentr@tccsweb.com) Received: from localhost (brentr@localhost) by web2.tccsweb.com (8.9.3/8.9.3) with ESMTP id SAA05519; Fri, 31 Dec 1999 18:18:00 -0700 (MST) (envelope-from brentr@tccsweb.com) Date: Fri, 31 Dec 1999 18:17:59 -0700 (MST) From: Brent Rector To: Joss Roots Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to tar and gzip a directory In-Reply-To: <19991231222349.5436.qmail@web109.yahoomail.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 The syntax you want is tar cf - home | gzip > home.tar.gz -------------------------------------------------------------------------- Brent L. Rector SoHo Internet Services & TCCSweb SysAdmin (604) 979-2141 brentr@tccsweb.com http://www.tccsweb.com -------------------------------------------------------------------------- Your mouse has moved. Windows must be restarted for the change to take effect. Reboot now? [ OK ] -------------------------------------------------------------------------- On Fri, 31 Dec 1999, Joss Roots wrote: > hi all, > I was doing some backup, and I am using > tar to gather the whole directory into one > big .tar file, then run gzip on that .tar > to produce a tar.gz file. > > I know it is possible to do that as one step > by using the pipe, but not sure of the exact > command line, I appreciate giving me a hint. > > thanks in advance. > > > ===== > MAY THE FORCE BE WITH YOU. > __________________________________________________ > Do You Yahoo!? > Talk to your friends online with Yahoo! Messenger. > http://messenger.yahoo.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 Fri Dec 31 17: 2:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 3B716151FD; Fri, 31 Dec 1999 17:02:14 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <20000101010214.3B716151FD@hub.freebsd.org> Date: Fri, 31 Dec 1999 17:02:14 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How to get the best results from FreeBSD questions. =================================================== Last update 3 September 1999 This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions, -newbies or -hackers? =================================================== Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In addition, the FreeBSD-newbies list caters specifically for people who are new to FreeBSD and may be having trouble getting used to the environment. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/FAQ/FAQ.html, and also on your own system (once you've installed it) at /usr/share/doc/FAQ/FAQ.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. If you're new to FreeBSD, and the message is about your own relationship to FreeBSD, send the message to FreeBSD-newbies. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 7. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 8. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 17: 2:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 9239B15630; Fri, 31 Dec 1999 17:02:14 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <20000101010214.9239B15630@hub.freebsd.org> Date: Fri, 31 Dec 1999 17:02:14 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, third edition Last revision: 2 August 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the third edition, formatted on 17 May 1999. You'll find this information on page iv (the page before the beginning of the Table of Contents). See the end of this document for instructions on how to find the errata for an older version. You can get the current document in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ps. See page 302 of the third edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-3.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at Page ii _______ The instructions on page ii (opposite the title page) tell you to look at ftp://ftp.lemis.com/pub/cfbsd/errata-2 for the errata list. That's wrong. Look at this list. Pages 190 and 191 _________________ The description is not very clear about which text appears when booting from floppy for initial install, and which appears when booting normally. The procedure is very similar, but there are some differences. Add the following text after the heading Boot messages: You'll boot your system in at least two different ways: initially you'll boot from floppy or CD-ROM in order to install the system. Later, after the system is installed, you'll boot from hard disk. The procedure is almost identical, so we'll look at both versions in the following examples. Replace the text from the middle of page 191 with: If you're booting from 1.44 MB floppies, you will then see: Please insert MFS root floppy and press enter: When you insert the MFS root floppy and press Enter, you see more twirling batons, then the UserConfig screen appears. UserConfig: Modifying the boot configuration ____________________________________________ After the kernel has been loaded, the following screen will appear if you are installing the system, or if you have requested it with the -c option to the boot loader: Page 206 ________ The bottom two lines on this page should be in bold constant font, indicating that this is input for your /etc/rc.config file Page 2 Errata and addenda for the Complete FreeBSD, third edition nfs_client_enable="YES" # This host is an NFS client (or NO). nfs_server_enable="YES" # This host is an NFS server (or NO). Page 265 ________ The example on the second half of the page refers to the old SCSI driver. The scsi program is no longer available in FreeBSD 3.x. Instead, use the camcontrol program. Replace the text with:. Modern disks make provisions for recovering from such errors by allocating an alternate sector for the data. IDE drives do this automatically, but with SCSI drives you have the option of enabling or disabling reallocation. Usually it is turned on when you buy them, but occasionally it is not. When installing a new disk, you should check that the parameters ARRE (Auto Read Reallocation Enable) and AWRE (Auto Write Reallocation Enable) are turned on. For example, to check and set the values for disk da1, you would enter: # camcontrol modepage da1 -m 1 -e -P 3 # scsi -f /dev/rda1c -m 1 -e -P 3 This command will start up your favourite editor (either the one specified in the EDITOR environment variable, or vi by default) with the following data: AWRE (Auto Write Reallocation Enbld): 0 ARRE (Auto Read Reallocation Enbld): 1 TB (Transfer Block): 0 RC (Read Continuous): 0 EER (Enable Early Recovery): 0 PER (Post Error): 0 DTE (Disable Transfer on Error): 0 DCR (Disable Correction): 0 Read Retry Count: 16 Correction Span: 41 Head Offset Count: 0 Data Strobe Offset Count: 0 Write Retry Count: 16 Recovery Time Limit: 0 The values for AWRE and ARRE should both be 1. If they aren't, as in this case, where AWRE is 0, change the data with the editor, save it, and exit. The camcontrol program will write the data back to the disk and enable the option. Page 3 The Complete FreeBSD Page 331 ________ The description of the config refers to the SCSI drive sd0. This is the old name; in FreeBSD version 3, SCSI drives are called da, so this reference should be da0. Thanks to Francisco Reyes for pointing out this problem. Page 362 ________ Replace the text at the top of the page with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention, and to Francisco Reyes and Bill Fumerola for pointing out that it still wasn't fixed in the third edition. Page 409 ________ The information on setting the default routers specified the wrong end of the PPP links in some places. It should always be the ``far'' end of the link. Replace the second example on page 409, and the text following it, with this text: defaultrouter="139.130.136.129" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. This is the normal way to set the default route on a point-to-point interface. In fact, for PPP you don't need to specify the default address: the PPP packages will set it for you when the link comes up. This makes it possible to Page 4 Errata and addenda for the Complete FreeBSD, third edition set default routes when you're forced to use dynamic IP addresses, where you don't know the address at this point. We'll see how PPP does this on page 446. In the first example on page 410, the sixth example on page 412 and the second example on page 413, replace the defaultrouter definition with: defaultrouter="139.130.237.65" # Set to default gateway (or NO). Thanks to Andreas Longwitz for pointing out this error. Getting errata for older editions of the book _____________________________________________ There have been a total of five different versions of ``The Complete FreeBSD''. The most accurate way to distinguish them is by the format date, which you'll find at the bottom of page iv (the page before the beginning of the Table of Contents) in all versions of the book. 1. The first was titled ``Installing and running FreeBSD'', and was formatted on 24 February 1996. No errata list exists for this book. 2. For the first edition (19 July 1996), get ftp://ftp.lemis.com/pub/cfbsd/er- rata-1. This same file is also available via the web link http://www.lemis.com/errata-1. I am no longer updating this errata list. 3. The list for the second edition (16 December 1997) is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the second edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only Page 5 Getting errata for older editions of the book take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. 4. The revised second edition was formatted on 11 February 1999. As the name suggests, it's not a complete new edition: in fact, only three chapters are different: o The chapter ``Setting up X11'' has been brought up to date. o Appendix D (``Contents of the Ports Collection'') has been replaced by two appendixes, ``Errata and Addenda'' (the errata list up to date at the time) and ``FreeBSD 3.0'', which describes the differences between FreeBSD 2.x and FreeBSD 3.x. There is no separate errata list for this book. Refer to the second edition errata list. 5. The current, third edition, formatted on 17 May 1999. This is the correct list for this edition. Page 6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 17: 3: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 71BE115241; Fri, 31 Dec 1999 17:02:14 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <20000101010214.71BE115241@hub.freebsd.org> Date: Fri, 31 Dec 1999 17:02:14 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, second edition Last revision: 21 June 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the second edition, formatted on 16 December 1997. If you have this book, please check this list. If you have the first edition of 19 July 1996, please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This same file is also available via the web link http://www.lemis.com/. This list is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at General changes _______________ o In a number of places, I suggest the use of the following command to find process information: $ ps aux | grep foo Unfortunately, ps is sensitive to the column width of the terminal emulator upon which it is working. This command usually works fine on a relatively wide xterm, but if you're running on an 80-column terminal, it may truncate exactly the information you're looking for, so you end up with no output. You can fix that with the w option: $ ps waux | grep foo Thanks to Sue Blake for this information Location of the sample files ____________________________ On the 2.2.5 CD-ROM only, the location of the sample files does not match the specifications in the book (/book on the first CD-ROM). The 2.2.5 CD-ROM came out before the book, and it contains the files on the third (repository) CD-ROM as a single gzipped tar file /xperimnt/cfbsd/cfbsd.tar.gz. It contains the following files: drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/ drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/mutt/ -rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases -rw-r--r-- jkh/jkh 9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc drwxr-xr-x jkh/jkh 0 Oct 17 14:02 1997 cfbsd/scripts/ -rw-r--r-- jkh/jkh 18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc -rwxr-xr-x jkh/jkh 1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop -rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc -rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles -rw-r--r-- jkh/jkh 1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry -rw-r--r-- jkh/jkh 1028 Oct 17 14:02 1997 cfbsd/scripts/README drwxr-xr-x jkh/jkh 0 Oct 18 19:32 1997 cfbsd/docs/ -rw-r--r-- jkh/jkh 199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt Page 2 Errata and addenda for the Complete FreeBSD, second edition -rw-r--r-- jkh/jkh 189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt -rw-r--r-- jkh/jkh 188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps -rw-r--r-- jkh/jkh 226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps -rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README -rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata To extract one of these files, say cfbsd/docs/packages.txt, and assuming you have the CD-ROM mounted as /cdrom, enter: # cd /usr/share/doc # tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt See page 209 for more information on using tar. These files are an early version of what is described in the book. I'll put up some updated versions on ftp://ftp.lemis.com/ in the near future. Thanks to Frank McCormick for drawing this to my attention. Chapter 8: Setting up X11 _________________________ For FreeBSD 2.2.7, this chapter has changed sufficiently to make it impractical to distribute errata. You can download the PostScript version from ftp://www.lemis.com/pub/cfbsd/xsetup.ps, or the ASCII version from ftp://www.lemis.com/pub/cfbsd/xsetup.txt. No HTML version is available. Page xxxiv __________ Before the discussion of the shell prompts in the middle of the page, add: In this book, I recommend the use of the Bourne shell or one of its descendents (sh, bash, pdksh, ksh or zsh). With the exception of sh, they are all in the Ports Collection. I personally use the bash shell. This is a personal preference, and a recommendation, but it's not the standard shell. The standard BSD shell is the C shell (csh), which has a fuller- featured descendent tcsh. In particular, the standard installation sets the root user up with a csh. See page 152 (in this errata) for details of how to change the shell. Page 3 General changes Page 11: Reading the handbook _____________________________ The CD-ROM now includes Netscape. Replace the last paragraph on the page and the example on the following page with: If you're running X, you can use a browser like netscape to read the handbook. If you don't have X running yet, use lynx. Both of these programs are included on the CD-ROM. To install them, enter: # pkg_add /cdrom/packages/All/netscape-communicator-4.5.tgz or # pkg_add /cdrom/packages/All/lynx-2.8.1.1.tgz The numbers after the name (4.5 and 2.8.1.1) may change after this book has been printed. Use ls to list the names if you can't find these particular versions. Note that lynx is not a complete substitute for netscape: since it is text- only, it is not capable of displaying the large majority of web pages correctly. It will suffice for reading most of the handbook, however. Thanks to Stuart Henderson and for drawing this to my attention. Page 12: Printing the handbook ______________________________ The instructions for formatting the handbook are obsolete. Replace the section starting Alternatively, you can print out the handbook with the following text: Alternatively, you can print out the handbook. You need to have the documentation sources (/usr/doc) installed on your system. You can find them on the second CD-ROM in the directory of the same name. To install them, first mount your CD-ROM (see page 175). Then enter: $ cd /cdrom/usr/doc/handbook $ mkdir -p /usr/doc/handbook you may need to be root for this operation $ cp -pr * /usr/doc/handbook You have a choice of formats for the output: o ascii will give you plain 7-bit ASCII output, suitable for reading on a character-mode terminal. Page 4 Errata and addenda for the Complete FreeBSD, second edition o html will give you HTML output, suitable for browsing with a web browser. o latex will give you LATEX format, suitable for further processing with TEX and LATEX. o ps will give you PostScript output, probably the best choice for printing. o roff will give you output in troff source. You can process this output with nroff or troff, but it's currently not very polished. LATEX output is a better choice if you want to process it further. Once you have decided your format, use make to create the document. For example, if you decide on PostScript format, you would enter: $ make FORMATS=ps This creates a file handbook.ps which you can then print to a PostScript printer or with the aid of ghostscript (see page 222). Thanks to Bob Beer for drawing this to my attention. Page 45: Preparing floppies for installation _____________________________________________ Replace the paragraph below the list of file names (in the middle of the page) with: The floppy set should contain the file bin.inf and the ones whose names start with bin. followed by two letters. These other files are all 240640 bytes long, except for the final one which is usually shorter. Use the MS-DOS COPY program to copy as many files as will fit onto each disk (5 or 6) until you've got all the distributions you want packed up in this fashion. Copy each distribution into subdirectory corresponding to the base name--for example, copy the bin distribution to the files A:\BIN\BIN.INF, A:\BIN\BIN.AA and so on. Page 80 and 81 ______________ In a couple of examples, the FreeBSD partition is shown as type 164. It should be 165. Thanks to an unknown contributer for this correction (sorry, I lost your name). Page 5 General changes Page 88: setting up for dumping _______________________________ The example mentions a variable savecore in /etc/rc.conf. This variable is no longer used--it's enough to set the variable dumpdev. Page 92 _______ At the end of the section How to install a package add the text: Alternatively, you can install packages from the /stand/sysinstall Final Configuration Menu. We saw this menu on page in figure 4-14 on page 71. When you start sysinstall from the command line, you get to this menu by selecting Index, and then selecting Configure. Page 93 _______ Before the heading Install ports from the first CD-ROM add: Install ports when installing the system ________________________________________ The file ports/ports.tgz on the first CD-ROM is a tar archive containing all the ports. You can install it with the base system if you select the Custom distribution and include the ports collection. If you didn't install them at the time, use the following method to install them all (about 40 MB). Make sure your CD-ROM is mounted (in this example on /cdrom), and enter: Page 96 _______ Replace the example at the top of the page with: Instead, do: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # for i in *; do > ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i > done Page 6 Errata and addenda for the Complete FreeBSD, second edition If you're using csh or tcsh, enter: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # foreach i (*) ? ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i ? end Thanks to Christopher Raven and Francois Jacques for drawing this to my attention. Page 104 ________ The examples at the bottom of the page and the top of the next page specify the wrong directory (/usr). It should be /usr/X11R6. Replace the examples with: For a full install, choose /cdrom/dists/XF86331/X331*.tgz. If you are using sh, enter: # cd /usr/X11R6 # for i in /cdrom/dists/XF86331/X331*.tgz; do # tar xzf $i # done If you are using csh, enter: % cd /usr/X11R6 % foreach i (/cdrom/dists/XF86331/X331*.tgz) % tar xzf $i % end For a minimal installation, first choose a server archive corresponding to your VGA board. If table 8-2 on page 103 doesn't give you enough information, check the server man pages, starting on page 1545, which list the VGA chip sets supported by each server. For example, if you have an ET4000 based board you will use the XF86_SVGA server. In this case you would enter: # cd /usr/X11R6 # tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here # for i in bin fnts lib xicf; do # tar xzf /cdrom/dists/XF86331/X331$i.tgz # done Page 7 Install ports when installing the system If you are using csh, enter: % cd /usr/X11R6 % tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here % foreach i (bin fnts lib xicf) % tar xzf /cdrom/dists/XF86331/$i % end Thanks to Manuel Enrique Garcia Cuesta for pointing out this one. Page 128 ________ Replace the complete text below the example with the following: These values are defaults, and many are either incorrect for FreeBSD (for example the device name /dev/com1) or do not apply at all (for example Xqueue). If you are configuring manually, select one Protocol and one Device entry from the following selection. If you must use a two-button mouse, uncomment the keyword Emulate3Buttons--in this mode, pressing both mouse buttons simultane- ously within Emulate3Timeout milliseconds causes the server to report a middle button press. Section "Pointer" Protocol "Microsoft" for Microsoft protocol mice Protocol "MouseMan" for Logitech mice Protocol "PS/2" for a PS/2 mouse Protocol "Busmouse" for a bus mouse Device "/dev/ttyd0" for a mouse on the first serial port Device "/dev/ttyd1" for a mouse on the second serial port Device "/dev/ttyd2" for a mouse on the third serial port Device "/dev/ttyd3" for a mouse on the fourth serial port Device "/dev/psm0" for a PS/2 mouse Device "/dev/mse0" for a bus mouse Emulate3Buttons only for a two-button mouse EndSection You'll notice that the protocol name does not always match the manufacturer's Page 8 Errata and addenda for the Complete FreeBSD, second edition name. In particular, the Logitech protocol only applies to older Logitech mice. The newer ones use either the MouseMan or Microsoft protocols. Nearly all modern serial mice run one of these two protocols, and most run both. If you are using a bus mouse or a PS/2 mouse, make sure that the device driver is included in the kernel. The GENERIC kernel contains drivers for both mice, but the PS/2 driver is disabled. Use UserConfig (see page 50) to enable it. Page 140 ________ Just before the paragraph The super user add the following paragraph: If you do manage to lose the root password, all may not be lost. Reboot the machine to single user mode (see page 157), and enter: # mount -u / mount root file system read/write # mount /usr mount /usr file system (if separate) # passwd root change the password for root Enter new password: Enter password again: # ^D enter ctrl-D to continue with startup If you have a separate /usr file system (the normal case), you need to mount it as well, since the passwd program is in the directory /usr/bin. Note that you should explicitly state the name root: in single user mode, the system doesn't have the concept of user IDs. Page 148 ________ Replace the text at the top of the page with: Modern shells supply command line editing which resembles the editors vi or Emacs. In bash, sh, ksh, and zsh you can make the choice by entering Page 152 ________ After figure 10-8, add the following text: It would be tedious for every user to put settings in their private initialization files, so the shells also read a system-wide default file. For the Bourne shell family, it is /etc/profile, while the C shell family has three Page 9 Install ports when installing the system files: /etc/csh.login to be executed on login, /etc/csh.cshrc to be executed when a new shell is started after you log in, and /etc/csh.logout to be executed when you stop a shell. The start files are executed before the corresponding individual files. In addition, login classes (page 141) offer another method of setting environment variables at a global level. Changing your shell ___________________ The FreeBSD installation gives root a C shell, csh. This is the traditional Berkeley shell, but it has a number of disadvantages: command line editing is very primitive, and the script language is significantly different from that of the Bourne shell, which is the de facto standard for shell scripts: if you stay with the C shell, you may still need to understand the Bourne shell. The latest version of the Bourne shell sh also includes some command line editing. See page 148 for details of how to enable it. You can get better command line editing with tcsh, in the Ports Collection. You can get both better command line editing and Bourne shell syntax with bash, also in the Ports Collection. If you have root access, you can use vipw to change your shell, but there's a more general way: use chsh (Change Shell). Simply run the program. It starts your favourite editor (as defined by the EDITOR environment variable). Here's an example before: #Changing user database information for velte. Shell: /bin/csh Full Name: Jack Velte Location: Office Phone: Home Phone: You can change anything after the colons. For example, you might change this to: #Changing user database information for velte. Shell: /usr/local/bin/bash Full Name: Jack Velte Location: On the road Office Phone: +1-408-555-1999 Home Phone: Page 10 Errata and addenda for the Complete FreeBSD, second edition chsh checks and updates the password files when you save the modifications and exit the editor. The next time you log in, you get the new shell. chsh tries to ensure you don't make any mistakes--for example, it won't let you enter the name of a shell which isn't mentioned in the file /etc/shells--but it's a very good idea to check the shell before logging out. You can try this with su, which you normally use to become super user: bumble# su velte Password: su-2.00$ note the new prompt There are a couple of problems in using tcsh or bash as a root shell: o The shell for root must be on the root file system, otherwise it will not work in single user mode. Unfortunately, most ports of shells put the shell in the directory /usr/local/bin, which is almost never on the root file system. o Most shells are dynamically linked: they rely on library routines in files such as /usr/lib/libc.a. These files are not available in single user mode, so the shells won't work. You can solve this problem by creating statically linked versions of the shell, but this requires programming experience beyond the scope of this book. If you can get hold of a statically linked version, perform the following steps to install it: o Copy the shell to /bin, for example: # cp /usr/local/bin/bash /bin o Add the name of the shell to /etc/shells, in this example the line in bold print: # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/sh /bin/csh /bin/bash You can then change the shell for root as described above. Page 11 Install ports when installing the system Thanks to Lars Koller for drawing this to my attention. Page 160 ________ Replace the text at the fourth bullet with the augmented text: The second-level boot locates the kernel, by default the file /kernel on the root file system, and loads it into memory. It prints the Boot: prompt at this point so that you can influence this choice--see the man page on page 579 for more details of what you can enter at this prompt. Page 169 ________ Replace the last paragraph on the page with: The standard solution for these problems is to relocate the /tmp file system to a different directory, say /usr/tmp, and create a symbolic link from /usr/tmp to /tmp--see Chapter 4, Installing FreeBSD, page 72, for more details. Thanks to Charlie Sorsby for drawing this to my attention. Page 176 ________ Add the following paragraph Unmounting file systems When you mount a file system, the system assumes it is going to stay there, and in the interests of efficiency it delays writing data back to the file system. This is the same effect we discussed on page 158. As a result, if you want to stop using a file system, you need to tell the system about it. You do this with the umount command. Note the spelling--there's no n in the command name. You need to do this even with read-only media such as CD-ROMs: the system assumes it can access the data from a mounted file system, and it gets quite unhappy if it can't. Where possible, it locks removable media so that you can't remove them from the device until you unmount them. Using umount is straightforward: just tell it what to unmount, either the device name or the directory name. For example, to unmount the CD-ROM we Page 12 Errata and addenda for the Complete FreeBSD, second edition mounted in the example above, you could enter one of these commands: # umount /dev/cd1a # umount /cd1 Before unmounting a file system, umount checks that nobody is using it. If somebody is using it, it will refuse to unmount it with a message like umount: /cd1: Device busy. This message often occurs because you have changed your directory to a directory on the file system you want to remove. For example (which also shows the usefulness of having directory names in the prompt): === root@freebie (/dev/ttyp2) /cd1 16 -> umount /cd1 umount: /cd1: Device busy === root@freebie (/dev/ttyp2) /cd1 17 -> cd === root@freebie (/dev/ttyp2) ~ 18 -> umount /cd1 === root@freebie (/dev/ttyp2) ~ 19 -> Thanks to Ken Deboy for pointing out this omission. Page 180 ________ The example in the middle of the page should read: For example, to generate a second set of 32 pseudo-terminals, enter: # cd /dev # ./MAKEDEV pty1 You can generate up to 256 pseudo-terminals. They are named ttyp0 through ttypv, ttyq0 through ttyqv, ttyr0 through ttyrv, ttys0 through ttysv, ttyP0 through ttyPv, ttyQ0 through ttyQv, ttyR0 through ttyRv and ttyS0 through ttySv. To create each set of 32 terminals, use the number of the set: the first set is pty0, and the eighth set is pty7. Note that some processes, such as xterm, only look at ttyp0 through ttysv. Thanks to Karl Wagner for pointing out this error. Page 197, first line ____________________ The text of the first full sentence reads: Page 13 Install ports when installing the system The first name, up the the symbol, is the label. In fact, it should read: The first name, up to the | symbol, is the label. Page 208, middle of page ________________________ The example shows the file name /dev/rst0 when using the Bourne shell, and /dev/nrst0 when using C shell and friends. This is inconsistent; use /dev/nrst0 with any shell if you want a non-rewinding tape, or /dev/rst0 if you want a rewinding tape. Thanks to Norman C Rice for pointing out this one. Page 219 ________ Before the section Testing the spooler add the following section: As we saw above, the line printer daemon lpd is responsible for printing spooled jobs. By default it isn't started at boot time. If you're root, you can start it by name: # lpd Normally, however, you will want it to be started automatically when the system starts up. You do this by setting the variable lpd_enable in /etc/rc.conf: lpd_enable="YES" # Run the line printer daemon See page for more details of /etc/rc.conf. Another line in /etc/rc.conf refers to the line printer daemon: lpd_flags="" # Flags to lpd (if enabled). You don't normally need to change this line. See the man page for lpd for details of the flags. Thanks to Tommy G. James for bringing this to my attention. Page 14 Errata and addenda for the Complete FreeBSD, second edition Page 231 ________ Replace the first line of the example with: xhost presto bumble gw The original version allowed anybody on the Internet to access your system. Thanks to Jerry Dunham for drawing this one to my attention. Page 237 ________ In the section Installing the sample desktop, replace the first paragraph with: You'll find all the files described in this chapter on the first CD-ROM (Installation CD-ROM) in the directory /book. Remember that you must mount the CD-ROM before you can access the files--see page 175 for further details. The individual scripts are in the directory /book/scripts, but you'll probably find it easier to install them with the script install-desktop: Thanks to Chris Kaiser for drawing this to my attention. Page 242 ________ The instructions for extracting the source files from CD-ROM in the middle of page 242 are incorrect. You'll find the kernel sources on the first CD-ROM in the directory /src. Replace the example with: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/src/ssys.[a-d]* | tar xzvf - Thanks to Raymond Noel , Suttipan Limanond and Satwant for finding this one in several small slices. Page 15 Install ports when installing the system Page 257 ________ Replace the paragraph Berkeley Packet Filter with: pseudo-device bpfilter ______________________ The Berkeley Packet Filter (bpf) allows you to capture packets crossing a network interface to disk or to examine them with the tcpdump program. Note that this capability represents a significant compromise of network security. The number after bpfilter is the number of concurrent processes that can use the facility. Not all network interfaces support bpf. In order to use the Berkeley Packet Filter, you must also create the device nodes /dev/bpf0 to /dev/bpf3 (if you're using the default number 4). Current- ly, MAKEDEV doesn't help much--you need to create each device separately: # cd /dev # ./MAKEDEV bpf0 # ./MAKEDEV bpf1 # ./MAKEDEV bpf2 # ./MAKEDEV bpf3 Thanks to Christopher Raven for drawing this to my attention. Page 264 ________ In the list of disk driver flags, add: o Bit 12 (0x1000) enables LBA (logical block addressing mode). If this bit is not set, the driver accesses the disk in CHS (cylinder/head/sector) mode. o In CHS mode, if bits 11 to 8 are not equal to 0, they specify the number of heads to assume (between 1 and 15). The driver recalculates the number of cylinders to make up the total size of the disk. Page 16 Errata and addenda for the Complete FreeBSD, second edition Page 273, ``Building the kernel'' _________________________________ Replace the example with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention. Page 283, ``Creating the source tree'' ______________________________________ Add a third point to what you need to know: 3. Possibly, the date of the last update that you want to be included in the checkout. If you specify this date, cvs ignores any more recent updates. This option is often useful when somebody discovers a recently introduced bug in -CURRENT: you check out the modules as they were before the bug was introduced. You specify the date with the -D option, for example -D "10 December 1997". Page 285, after the second example. ___________________________________ Add the text: If you need to check out an older version, for example if there are problems with the most recent version of -CURRENT, you could enter: # cvs co -D "10 December 1997" src/sys This command checks out the kernel sources as of 10 December 1997. Page 17 Install ports when installing the system Page 294 ________ Add the following section: Problems executing Linux binaries _________________________________ One of the problems with the ELF format used by more recent Linux binaries is that they usually contain no information to identify them as Linux binaries. They might equally well be BSD/OS or UnixWare binaries. That's not really a problem at this point, since the only ELF format that FreeBSD 3.2 understands is Linux, but FreeBSD-CURRENT recognizes a native FreeBSD ELF format as well, and of course that's the default. If you want to run a Linux ELF binary on such a system, you must brand the executable using the program brandelf. For example, to brand the StarOffice program swriter3, you would enter: # brandelf -t linux /usr/local/StarOffice-3.1/linux-x86/bin/swriter3 Thanks to Dan Busarow for bringing this to my attention. Page 364, middle of page ________________________ Change the text from: The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though they may be in lower case. to The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though newer versions of ppp allow you to write them in lower case. Thanks to Mark S. Reichman for this correction. Page 368 ________ Replace the paragraph after the second example with: In FreeBSD version 3.0 and later, specify the options PPP_BSDCOMP and Page 18 Errata and addenda for the Complete FreeBSD, second edition PPP_DEFLATE to enable two kinds of compression. You'll also need to specify the corresponding option in Kernel PPP's configuration file. These options are not available in FreeBSD version 2. Thanks to Brian Somers for this information. Page 397 ________ In the section ``Nicknames'', the example should read: www IN CNAME freebie ftp IN CNAME presto In other words, there should be a space between CNAME and the system name. Page 422 ________ Replace the text above the example with: tcpdump is a program which monitors a network interface and displays selected information which passes through it. It uses the Berkeley Packet Filter (bpf), an optional component of the kernel. It is not included in the GENERIC kernel: see page 257 for information on how to configure it. If you don't configure the Berkeley Packet Filter, you will get a message like tcpdump: /dev/bpf0: device not configured If you forget to create the devices for bpf, you will get a message like: tcpdump: /dev/bpf0: No such file or directory Since tcpdump poses a potential security problem, you must be root in order to run it. The simplest way to run it is without any parameters. This will cause tcpdump to monitor and display all traffic on the first active network interface, normally Ethernet: Thanks to Christopher Raven for drawing this to my attention. Page 19 Install ports when installing the system Page 423 ________ The description at the top of the page incorrectly uses the term IP address instead of Ethernet address. In addition, a page number reference is incorrect. Replace the paragraph with: o Line 1 shows an ARP request: system presto is looking for the Ethernet address of wait. It would appear that wait is currently not responding, since there is no reply. o Line 2 is not an IP message at all. tcpdump shows the Ethernet addresses and the beginning of the packet. We don't consider this kind of request in this book. o Line 3 is a broadcast ntp message. We looked at ntp on page 160. o Line 4 is another attempt by presto to find the IP address of wait. o Line 5 is a broadcast message from bumble on the rwho port, giving information about its current load averages and how long it has been up. See the man page for rwho on page 1167 for more information. o Line 6 is from a TCP connection between port 6000 on freebie and port 1089 on presto. It is sending 384 bytes (with the sequence numbers 536925467 to 536925851; see page 305), and is acknowledging that the last byte it received from presto had the sequence number 325114346. The window size is 17280. o Line 7 is another ARP request. presto is looking for the Ethernet address of freebie. How can that happen? We've just seen that they have a TCP connection. In fact, ARP information expires after 20 minutes. It's quite possible that all connections between presto and freebie have been dormant for this period, so presto needs to find freebie's IP address again. o Line 8 is the ARP reply from freebie to presto giving its Ethernet address. o Line 9 shows a reply from presto on the connection to freebie that we saw on line 6. It acknowledges the data up to sequence number 536925851, but doesn't send any itself. o Line 10 shows another 448 bytes of data from freebie to presto, and acknowledging the same sequence number from presto as in line 6. Thanks to Sergei S. Laskavy for drawing this to my Page 20 Errata and addenda for the Complete FreeBSD, second edition attention. Page 450: anonymous ftp _______________________ Replace the paragraph starting with Create a user ftp: Create a user ftp, with the anonymous ftp directory as the home directory and the shell /dev/null. Using /dev/null as the shell makes it impossible to log in as user ftp, but does not interfere with the use of anonymous ftp. ftp can be a member of group bin, or you can create a new group ftp by adding the group to /etc/group. See page 138 for more details of adding users, and the man page on page 805 for adding groups. Thanks to Mark S. Reichman for drawing this to my attention. Page 466, before the ps example _______________________________ Add another bullet: o Finally, you may find it convenient to let some other system handle all your mail delivery for you: you just send anything you can't deliver locally to this other host, which sendmail calls a smart host. This is particularly convenient if you send your mail with UUCP. To tell sendmail to use a smart host (in our case, mail.example.net), find the following line in sendmail.cf: # "Smart" relay host (may be null) DS Change it to: # "Smart" relay host (may be null) DSmail.example.net Page 478, ``Running Apache'' ____________________________ The text describes the location of the server as /usr/local/www/server/httpd. This appears to depend on where you get the port from. Some people report the file being at the more likely location /usr/local/sbin/httpd (though note the Page 21 Install ports when installing the system directory sbin, not bin). Check both locations if you run into trouble. Thanks to Sue Blake for this information. Page 492 ________ Replace references to nmdb with nmbd. Page 493 ________ Replace the last paragraph on the page with: socket options is hardly mentioned in the documentation, but it's very important: many Microsoft implementations of TCP/IP are inefficient and establish a new TCP more often than necessary. Select the socket options TCP_NODELAY and IPTOS_LOWDELAY, which can speed up the response time of such applications by over 95%. Page 22 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 17:47: 4 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 9794214BE6 for ; Fri, 31 Dec 1999 17:47:00 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2206.bossig.com [208.26.242.206]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Fri, 31 Dec 1999 17:54:07 -0800 Message-ID: <386D5C88.B8257D45@3-cities.com> Date: Fri, 31 Dec 1999 17:46:48 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: R Joseph Wright Cc: freebsd-questions@FreeBSD.org Subject: Re: some performance issues References: <386C023E.680FC31@inna.net> <386C0676.F39EC477@3-cities.com> <386C2354.ABD1ED54@nwlink.com> <386C3173.1D695393@3-cities.com> <386C543D.6E59C9DF@nwlink.com> <19991231104441.C2609@emu.sourcee.com> <386CE8AB.29A140B5@nwlink.com> <386CF9DC.B71A9887@3-cities.com> <386D3D3C.C92D02A3@nwlink.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG R Joseph Wright wrote: > > Kent Stewart wrote: > > > > You really should print a copy of the LINT file and look at it while > > you are reading this stuff. The ff tells the system to try and read > > ahead 15 sectors. You add all of this together and you can easily > > speed up your disk access 4x or more. > > > > Kent > > > > R Joseph Wright wrote: > > > > > > "Norman C. Rice" wrote: > > > > > > > > On Thu, Dec 30, 1999 at 10:59:09PM -0800, R Joseph Wright wrote: > > > > > > > > > > > > > > > > > The 0x2000 allows IDE DMA transfers and that could be part of your > > > > > > problem. Some drives like that setting and some systems don't. It is > > > > > > something that you can try by seting it at boot time. If it works, > > > > > > then you build it into your kernel. My drives are all 0xa0ffa0ff. > > > > > > 8+2=a. > > > > > > > I recompiled my kernel and changed the flags from 0x80ff80ff to > 0xa0ffa0ff. What is a good program to use to see if I can really tell a > difference? I tried out some of my bigger programs like star office and > gimp. Star Office still took a little while to load, gimp seemed to fly > (when it wasn't crashing). I use "iozone -s 160m" because I have 128MB of memory. The size of the file needs to be larger than memory so you aren't benchmarking the cache. You can find it in the packages/benchmark area of the CDROM. Kent > > Thanks a lot for all the help. I'm starting to understand the > hexadecimal thing a bit more now. The bitwise expansion from 0 to hex f is something you just have to know. > > Joseph > -- > You will do foolish things, > but do them with enthusiasm. Colette. -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 17:57: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id DED6714C09; Fri, 31 Dec 1999 17:57:01 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@usr1-38.cybcon.com [205.147.75.39]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id NAA17576; Fri, 31 Dec 1999 13:36:04 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <386E2954.594D5804@hagenhomes.com> Date: Fri, 31 Dec 1999 13:37:47 -0800 (PST) From: William Woods To: Darren Wiebe Subject: Re: StarOffice5 problems.... Cc: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks, I should have searched the web before asking, but I found them pn an ftp site in russia !! Go figure. But thanks for sending them. On 01-Jan-00 Darren Wiebe wrote: > I will be sending them to you in a seperate e-mail. I guess that those > sites must have just died... Does anybody know if it is legal for me to > host those replacement files on my own ftp server? I'm not really good > at reading licenses... > > Darren Wiebe > dkwiebe@hagenhomes.com > > William Woods wrote: >> >> I am useing (trying to anyway) the StarOffice 5 port on a FreeBSD 3.4 system >> /usr/ports/editors/staroffice5 but its asking for a couple libs: Here is the >> makefile: >> >> DISTNAME= so51a_lnx_01 >> PKGNAME= staroffice-5.1a >> CATEGORIES= editors >> MASTER_SITES= ftp://ftp.hagenhomes.com/pub/ \ >> ftp://ftp.stat.duke.edu/pub/Users/sto/StarOffice51a/ \ >> ftp://ftp.stardivision.de/pub/support/so51a/nwspatch/unxlnxi/ >> \ >> ftp://ftp.stardivision.de/pub/support/so51a/db/unxlnxi/ >> EXTRACT_SUFX= .tar >> DISTFILES= applicat.rdb.gz libofa517li.so libsdb517li.s >> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> >> As you can see, the ftp sites are looking fot ftp.stardivision.de, which no >> longer does staroffice. Anyone out there have the libs you can email me? >> >> I cant find them anywhere.... >> >> ---------------------------------- >> E-Mail: William Woods >> Date: 30-Dec-99 >> Time: 23:47:45 >> FreeBSD 3.4 >> On a Laptop......... >> ---------------------------------- >> >> 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 ---------------------------------- E-Mail: William Woods Date: 31-Dec-99 Time: 13:09:01 FreeBSD 3.4 On a Laptop......... ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 18: 5:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jasper.nighttide.net (jasper.somtel.com [206.139.114.254]) by hub.freebsd.org (Postfix) with ESMTP id 3EEF614F6B for ; Fri, 31 Dec 1999 18:05:35 -0800 (PST) (envelope-from darren@jasper.nighttide.net) Received: from localhost (darren@localhost) by jasper.nighttide.net (8.9.3/8.9.3) with ESMTP id VAA12417 for ; Fri, 31 Dec 1999 21:05:31 -0500 (EST) Date: Fri, 31 Dec 1999 21:05:31 -0500 (EST) From: Darren Henderson To: freebsd-questions@freebsd.org Subject: openshh on 2.2.8 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 Hey folks, Trying to install the port of openssh on a 2.2.8 release box. I've had to tinker with it a bit so far, add defines for SHUT_RDWR, SHUT_RD, and SHUT_WR and add #include to channels.c. Now I'm stuck in sshd.c which is trying to include poll.h which doesn't exist anywhere on my system. From what I can see its related to threads? Where would I pick up this include file? Or alternatively, how does one successfully install openssh on a 2.2.8 box? Any hints appreciated. ______________________________________________________________________ Darren Henderson darren@nighttide.net Help fight junk e-mail, visit http://www.cauce.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 18:49:21 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 12CB814DCF for ; Fri, 31 Dec 1999 18:49:15 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id NAA14182; Sat, 1 Jan 2000 13:19:04 +1030 (CST) Date: Sat, 1 Jan 2000 13:19:04 +1030 From: Greg Lehey To: Marc Dodsworth Cc: freebsd-questions@FreeBSD.ORG Subject: Re: vinum question (warning long message) Message-ID: <20000101131904.I1528@freebie.lemis.com> References: <99123123443500.00997@zen.dodsworth.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <99123123443500.00997@zen.dodsworth.org> 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 Friday, 31 December 1999 at 23:31:39 +1030, Marc Dodsworth wrote: > Hi > > Got a little problem with vinum. > > I am creating a Raid5 array using 5 x 300Mb drives and have a little problem. > > Then I can create the file array with "vinum create zen) and it works fine. > Configuration summary > > > > V RAID State: down Plexes: 1 Size: 1200 MB > > P RAID.p0 R5 State: init Subdisks: 5 Size: 1200 MB > > S RAID.p0.s0 State: empty PO: 0 B Size: 300 MB > S RAID.p0.s1 State: empty PO: 32 kB Size: 300 MB > S RAID.p0.s2 State: empty PO: 64 kB Size: 300 MB > S RAID.p0.s3 State: empty PO: 96 kB Size: 300 MB > S RAID.p0.s4 State: empty PO: 128 kB Size: 300 MB > > how ever when vinum starts (vinum start) I get a warning about defective object > > Warning: defective objects > > V RAID State: down Plexes: 1 Size: 1200 MB > P RAID.p0 R5 State: init Subdisks: 5 Size: 1200 MB > S RAID.p0.s0 State: empty PO: 0 B Size: 300 MB > S RAID.p0.s1 State: empty PO: 32 kB Size: 300 MB > S RAID.p0.s2 State: empty PO: 64 kB Size: 300 MB > S RAID.p0.s3 State: empty PO: 96 kB Size: 300 MB > S RAID.p0.s4 State: empty PO: 128 kB Size: 300 MB That looks the same as before. > and when I try to newfs the plex (newfs -v /dev/vinum/RAID (or rRAID) it comes > back with. This is a feature, not a bug. Your subdisks contain inconsistent data. To quote vinum(8): init [-S] size [-v] [-w] plex | subdisk vinum init initializes a subdisk by writing zeroes to it. You can initialize all subdisks in a plex by specifying the plex name. This is the only way to ensure consistent data in a plex. You must perform this initialization before using a RAID-5 plex. It is also recommended for other new plexes. vinum initializes all subdisks of a plex in parallel. Since this operation can take a long time, it is normally performed in the background. If you want to wait for completion of the command, use the -w (wait) option. 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 Fri Dec 31 18:59:50 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.prod.itd.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id 1EC6914E2F for ; Fri, 31 Dec 1999 18:59:48 -0800 (PST) (envelope-from amona@earthlink.net) Received: from earthlink.net (2Cust81.tnt1.bothell.wa.da.uu.net [63.28.30.81]) by gull.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id SAA28108 for ; Fri, 31 Dec 1999 18:59:41 -0800 (PST) Message-ID: <386D6CF6.3740E398@earthlink.net> Date: Fri, 31 Dec 1999 18:56:54 -0800 From: Reza Amiri X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: "bsd freebsd2.2.1" Subject: search enginee Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I found a cscope file under /usr/ports/devel/cutils. I try to execute it from this directory but nothing happens. I looked into this directory where I found some make file and pkg directory. Is there anything else that I need to do to run this cscope? Also, I found some nice searching enginee for symbolic name under /usr/ports/devel/id-utils.This directory has mkid, gid, and lid. I wonder what I need to do to execute these utilities. I tried manpage for the above search enginee and nothing was printed. I appreciate your help and wish you a very nice new year. Regards, Reza To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 19:15:54 1999 Delivered-To: freebsd-questions@freebsd.org Received: from greg.ad9.com (greg.ad9.com [209.233.225.5]) by hub.freebsd.org (Postfix) with ESMTP id 50C3414F70 for ; Fri, 31 Dec 1999 19:15:53 -0800 (PST) (envelope-from nepolon@systray.com) Received: from greg.ad9.com (nepolon@greg.ad9.com [209.233.225.5]) by greg.ad9.com (8.9.1a/8.9.1) with ESMTP id TAA04678 for ; Fri, 31 Dec 1999 19:20:48 -0800 (PST) Date: Fri, 31 Dec 1999 19:20:48 -0800 (PST) From: Steve Lewis X-Sender: nepolon@greg.ad9.com To: freebsd-questions@FreeBSD.ORG Subject: pci problem w/ de0 NIC In-Reply-To: <199912302229.XAA24368@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 thank you Oliver, Vincent, Gene, and Robert for your previous replies. I have 3.4-RELEASE up and running now. I cannot say that it is not a vast improvement over 2.2.8 but the changes are going to take some getting used to. regards, --Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 21: 7: 1 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 2C90214EC1 for ; Fri, 31 Dec 1999 21:06:59 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip154.r3.d.bel.nwlink.com [207.202.172.154]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id VAA01551 for ; Fri, 31 Dec 1999 21:06:57 -0800 (PST) Message-ID: <386D8ABD.C2894A91@nwlink.com> Date: Fri, 31 Dec 1999 21:03:57 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.org Subject: Re: some performance issues References: <386C023E.680FC31@inna.net> <386C0676.F39EC477@3-cities.com> <386C2354.ABD1ED54@nwlink.com> <386C3173.1D695393@3-cities.com> <386C543D.6E59C9DF@nwlink.com> <19991231104441.C2609@emu.sourcee.com> <386CE8AB.29A140B5@nwlink.com> <386CF9DC.B71A9887@3-cities.com> <386D3D3C.C92D02A3@nwlink.com> <386D5C88.B8257D45@3-cities.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I recompiled my kernel and changed the flags from 0x80ff80ff to > > 0xa0ffa0ff. What is a good program to use to see if I can really tell a > > difference? I tried out some of my bigger programs like star office and > > gimp. Star Office still took a little while to load, gimp seemed to fly > > (when it wasn't crashing). > > I use "iozone -s 160m" because I have 128MB of memory. The size of the > file needs to be larger than memory so you aren't benchmarking the > cache. You can find it in the packages/benchmark area of the CDROM. > > Kent Kent, I tried that, only for me it worked doing "iozone 160". Here is my results: 11483869 bytes/second for reading 15155142 bytes/second for writing Is that really slow? It's nowhere near 33MB/second. I have a Maxtor 7000rpm with UDMA66 capabilities, although I'll have to wait for -STABLE to support that, and a new motherboard as well. I may recompile with the old flags just to see the difference. Happy New Year (why am I sitting at this computer 8-) )! Joseph -- You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 21:32: 5 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 2272814D25 for ; Fri, 31 Dec 1999 21:31:51 -0800 (PST) (envelope-from kavit@home.com) Received: from cr228899a.wlfdle1.on.wave.home.com ([24.112.176.97]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with SMTP id <20000101052934.IXSH7552.mail.rdc3.on.home.com@cr228899a.wlfdle1.on.wave.home.com> for ; Fri, 31 Dec 1999 21:29:34 -0800 Message-ID: <001d01bf5432$68ae13c0$61b07018@wlfdle1.on.wave.home.com> From: "Kavi Tanna" To: Subject: Cable Modem, Plus Errors Date: Sat, 1 Jan 2000 00:30:06 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001A_01BF53EF.5A70E320" 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_001A_01BF53EF.5A70E320 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm having problems configuring my cable modem. I'm using = /stand/sysinstall. I entered everything in, then it says "looking up = ftp://ftp.freebsd.org because i'm adding packages, but it doesnt do it. = Its almost as if it freezes. Plus using /stand/sysinstall i tried to install the distribution sets, = and i get this error, its something to do with the kernel, it says = "exited, (core dumped)..." Please Reply Thank You ------=_NextPart_000_001A_01BF53EF.5A70E320 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I'm having problems configuring my = cable modem. I'm=20 using /stand/sysinstall. I entered everything in, then it says "looking = up ftp://ftp.freebsd.org because i'm = adding=20 packages, but it doesnt do it. Its almost as if it freezes.
 
Plus using /stand/sysinstall i tried to = install the=20 distribution sets, and i get this error, its something to do with the = kernel, it=20 says "exited, (core dumped)..."
 
Please Reply
 
Thank You
------=_NextPart_000_001A_01BF53EF.5A70E320-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 21:32:25 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 BF4FB14E1F for ; Fri, 31 Dec 1999 21:32:12 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id QAA17266; Sat, 1 Jan 2000 16:01:59 +1030 (CST) Date: Sat, 1 Jan 2000 16:01:59 +1030 From: Greg Lehey To: R Joseph Wright Cc: freebsd-questions@FreeBSD.ORG Subject: Re: some performance issues Message-ID: <20000101160159.O1528@freebie.lemis.com> References: <386C0676.F39EC477@3-cities.com> <386C2354.ABD1ED54@nwlink.com> <386C3173.1D695393@3-cities.com> <386C543D.6E59C9DF@nwlink.com> <19991231104441.C2609@emu.sourcee.com> <386CE8AB.29A140B5@nwlink.com> <386CF9DC.B71A9887@3-cities.com> <386D3D3C.C92D02A3@nwlink.com> <386D5C88.B8257D45@3-cities.com> <386D8ABD.C2894A91@nwlink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <386D8ABD.C2894A91@nwlink.com> 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 Friday, 31 December 1999 at 21:03:57 -0800, R Joseph Wright wrote: > >>> I recompiled my kernel and changed the flags from 0x80ff80ff to >>> 0xa0ffa0ff. What is a good program to use to see if I can really tell a >>> difference? I tried out some of my bigger programs like star office and >>> gimp. Star Office still took a little while to load, gimp seemed to fly >>> (when it wasn't crashing). >> >> I use "iozone -s 160m" because I have 128MB of memory. The size of the >> file needs to be larger than memory so you aren't benchmarking the >> cache. You can find it in the packages/benchmark area of the CDROM. iozone is not really a storage device testing program. Use rawio (in the Ports Collection) for that: it bypasses the cache. Read carefully the warnings which tell you that you should not use the write tests on a file system which contains data you want to keep. > Kent, I tried that, only for me it worked doing "iozone 160". Here is > my results: > > 11483869 bytes/second for reading > 15155142 bytes/second for writing This is sequential access. You'll never get that in practice. > Is that really slow? It's nowhere near 33MB/second. 33 MB/s is the transfer rate from disk buffer to CPU. The transfer rate off the platter is slower, and your speeds there look pretty good. But remember that they're the ideal case. > I have a Maxtor 7000rpm with UDMA66 capabilities, although I'll have > to wait for -STABLE to support that, and a new motherboard as well. > I may recompile with the old flags just to see the difference. I'd be interested to see the difference, but I don't think it'll be very much. Try both with rawio, and look at the random access results, which are the only ones that count in practice. 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 Fri Dec 31 22:42:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id 0465814E54 for ; Fri, 31 Dec 1999 22:42:16 -0800 (PST) (envelope-from dannyh@alpha.net.au) Received: from dogbert.freebsd.org ([203.41.44.180]) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id RAA02905; Sat, 1 Jan 2000 17:43:20 +1100 From: Danny Reply-To: dannyh@idx.com.au To: freebsd-questions@freebsd.org Subject: How to lauch Mosaic --help Date: Sat, 1 Jan 2000 17:53:06 +1100 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain Cc: dannyh@alpha.net.au MIME-Version: 1.0 Message-Id: <00010117575400.00328@dogbert.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, - Need a seperate web browser for Intranet and Internet - I just aquuired Mosaic from the FreeBSD web site - Installed in without any problems - But I cannot seem to launch Mosaic even though I have tried "whereis", "which" I can't find it. Question 1)How can I launch Mosaic? Looking forward to your feedback. Danny (dannyh@idx.com.au) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Dec 31 22:50:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id 4E30A14F76 for ; Fri, 31 Dec 1999 22:50:25 -0800 (PST) (envelope-from dannyh@idx.com.au) Received: from psych ([203.41.44.180]) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id RAA02978; Sat, 1 Jan 2000 17:51:30 +1100 Message-Id: <3.0.32.20000101175134.0111a044@idx.com.au> X-Sender: dannyh@idx.com.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sat, 01 Jan 2000 17:51:36 +1100 To: freebsd-questions@freebsd.org From: Danny Subject: Re: Free BSD; newbie Cc: goven@telusplanet.net Mime-Version: 1.0 Content-Type: text/enriched; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please return the email to goven@telusplanet.net >>>> Return-Path: From: "Gordon Govenlock" To: "Danny" References: Subject: Re: Free BSD; newbie Date: Fri, 31 Dec 1999 19:44:27 -0700 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Got ADSL, using PIII-500 w/256 MB RAM, & Lotsa ATA-66 HD space.. and a "shweet" SCSI burner... < just need to get the right files, & then I'll cook a CD or 4 myself..=) I've already d'loaded 1.4GB off the site - but there is only 1 cdrom .iso image there - what else do I need?Arial0606,0000,0000 ----- Original Message ----- From: <Danny To: Gordon Govenlock ; title=freebsd-questions@FreeBSD.ORG>freebsd-questions@FreeBSD.ORG Sent: Friday, December 31, 1999 1:28 AM Subject: Re: Free BSD; newbie Yes FreeBSD is a great idea. A better solution would be to purchase THe OFfical FreeBSD 3.4(4 cd's) from http://www.cdrom.com http://www.freebsdmall.com It cost very little and worth the price for the CD instead of installing it via ftp on a 486. For a firewall soluton for your company try :- -The NetMax Firewall from (http://www.netmax.com) NetMAX FireWall's main features: All necessary software included and installed Complexities of Linux concealed Customizable default firewalls IP packet filtering Network address translation (NAT) Traffic Monitor Windows, Macintosh, and Unix clients supported Software only solution Looking forward to your feedback. danny (dannyh@idx.com.au) At 00:28 31/12/99 -0700, Gordon Govenlock wrote: >>>> I am a PC technician - however, that has unfortunately caused my computer to be running Win'98. I have an ADSL account, and would like to setup a firewall in a 486. I have no Unix/Linux experience, but look forward? to the challange... I am currently downloading the entire ftp://ftp.FreeBSD.org/pub/FreeBSD directory. Is this a bad thing? I have no idea where to start... any suggestions? Arial0606,0000,0000 Arial0606,0000,0000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message