From owner-freebsd-questions Sun Sep 3 0:12:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id D3D5037B424 for ; Sun, 3 Sep 2000 00:12:29 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 3 Sep 2000 00:11:27 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id AAA45689; Sun, 3 Sep 2000 00:12:23 -0700 (PDT) (envelope-from cjc) Date: Sun, 3 Sep 2000 00:12:23 -0700 From: "Crist J . Clark" To: Mark Ibell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Strange 'dump' behaviour Message-ID: <20000903001223.C62475@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <000901c01551$0646ee60$0101a8c0@evileye> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000901c01551$0646ee60$0101a8c0@evileye>; from marki@paradise.net.nz on Sun, Sep 03, 2000 at 02:45:26PM +1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 03, 2000 at 02:45:26PM +1200, Mark Ibell wrote: > Hi, > > I've been playing with dump/restore a bit recently (on a 4.1-RELEASE system) > and found that if I do a level 0 dump of /, then add a couple of files, and > then perform a level 1 dump, most of the files in the level 0 dump are > present in addition to the new files. The commands I'm running are: > > # dump -0au -b 10 -f /dev/nrsa0 / > # dump -1au -b 10 -f /dev/nrsa0 / > > The same thing appears to happen on /usr & /var, but if I set up another > filesystem like /bkroot everything seems to work as expected. Any ideas why > this is happening? Are you sure the files being included haven't actually been changed even if you did not do it yourself? -- Crist J. Clark cjclark@alum.mit.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 0:14:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 6C7E337B422 for ; Sun, 3 Sep 2000 00:14:46 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 3 Sep 2000 00:13:39 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id AAA45737; Sun, 3 Sep 2000 00:14:41 -0700 (PDT) (envelope-from cjc) Date: Sun, 3 Sep 2000 00:14:40 -0700 From: "Crist J . Clark" To: Marty Cawthon Cc: cjclark@alum.mit.edu, freebsd-questions@FreeBSD.ORG Subject: Re: SSH fails for user, but succeeds for root Message-ID: <20000903001440.D62475@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <20000903082941J.mrc@ChipChat.ne.jp> <20000902232335.Y62475@149.211.6.64.reflexcom.com> <20000903153634J.mrc@ChipChat.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000903153634J.mrc@ChipChat.ne.jp>; from mrc@ChipChat.ne.jp on Sun, Sep 03, 2000 at 03:36:34PM +0900 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 03, 2000 at 03:36:34PM +0900, Marty Cawthon wrote: > From: "Crist J . Clark" > > On Sun, Sep 03, 2000 at 08:29:41AM +0900, Marty Cawthon wrote: > >> I fail to connect using SSH as my usual login (mrc) but succeed when > >> I su to root. This is puzzling to me. I have looked in the mail archives, > >> and read the handbook, and am stumped. I have examined the files in > >> /root/.ssh > >> and > >> /home/mrc/.ssh > >> and do not see why it would fail for 'mrc' but succeed for 'root'. > >> > >> Any ideas or suggestions? > > > > What are the permissions on the RSA lib files? > > $ ls -al /usr/lib/librsa* > -r--r--r-- 1 root wheel 10568 Sep 1 16:11 /usr/lib/librsaINTL.a > lrwxr-xr-x 1 root wheel 15 Sep 1 16:11 /usr/lib/librsaINTL.so -> librsaINTL.so.1 > -r--r--r-- 1 root wheel 10772 Sep 1 16:05 /usr/lib/librsaINTL.so.1 > -r--r--r-- 1 root wheel 7690 Aug 29 13:19 /usr/lib/librsaUSA.a > lrwxr-xr-x 1 root wheel 14 Aug 29 14:25 /usr/lib/librsaUSA.so -> librsaUSA.so.1 > -r--r--r-- 1 root wheel 10196 Aug 29 13:19 /usr/lib/librsaUSA.so.1 > -r--r--r-- 1 root wheel 7122 Mar 20 21:32 /usr/lib/librsaUSA_p.a > > I followed your suggestion to look at the permissions of the rsa files > (above) and find both librsaINTL* and librsaUSA* files. > This seems odd to have both INTL and USA files. > Perhaps the source of my troubles? Dunno. Try using 'ssh -v' for both users. -- Crist J. Clark cjclark@alum.mit.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 0:26: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 14A1237B422 for ; Sun, 3 Sep 2000 00:26:01 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 3 Sep 2000 00:24:58 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id AAA45804; Sun, 3 Sep 2000 00:25:59 -0700 (PDT) (envelope-from cjc) Date: Sun, 3 Sep 2000 00:25:59 -0700 From: "Crist J . Clark" To: "Michael P. Neuman" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Routing questions... Message-ID: <20000903002559.E62475@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <000a01c0152c$61add360$0400a8c0@cmsnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000a01c0152c$61add360$0400a8c0@cmsnet.net>; from neubyneu@twcny.rr.com on Sat, Sep 02, 2000 at 06:23:12PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [All of your paragraphs are on one line and your diagram is over 110 characters wide. Please try to put newlines in at about 72 columns so it all fits nice on 80 column displays. Thanks.] On Sat, Sep 02, 2000 at 06:23:12PM -0400, Michael P. Neuman wrote: > Hello everyone, > > I'm trying to configure my network and routing. I currently have 1 FreeBSD box acting as a NAT firewall which routes my internal LAN to the internet over a cable modem. I'm trying to add a dedicated firewall for added security. Here is the configuration I would like to have: > > | ------------ | | --------------------- | | -------------------------- | > | Internet | ----- Cable Modem --- | FBSD Firewall | ---- | FBSD File Server | ----- HUB ---- Internal LAN > | ------------ | | --------------------- | | -------------------------- | > > The Firewall and File Server are two separate boxes. The firewall I assume will use NAT to connect to the cable internet service. If you have any advice on how to configure this. Please let me know ASAP. Thanks! It seems like it would be easier to just do, } Internet }-----[ FreeBSD FW ]----[ Hub ] } | | | | | | | | | | | [ FreeBSD Server ] | | | { rest of LAN } And have one LAN. However, your setup is not tough. There really is not much of any trick to do it. For example, 192.168.0.0/24 192.168.1.0/24 } | Internet }---[FreeBSD FW]------[FreeBSD Server]-----[Hub] } ||| { interal LAN } Just put the right setup for the interfaces and default server on the FreeBSD server and the routing is taken care of there. You'd need to add a static route for the 192.168.1.0/24 net on the firewall. -- Crist J. Clark cjclark@alum.mit.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 1:40:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id 3DCFD37B423 for ; Sun, 3 Sep 2000 01:40:48 -0700 (PDT) Received: from evileye (203-79-68-52.apx0.paradise.net.nz [203.79.68.52]) by deborah.paradise.net.nz (8.10.1/8.10.1) with SMTP id e838edu28837; Sun, 3 Sep 2000 20:40:39 +1200 (NZST) Message-ID: <003301c01582$9dc2b950$0101a8c0@evileye> From: "Mark Ibell" To: Cc: References: <000901c01551$0646ee60$0101a8c0@evileye> <20000903001223.C62475@149.211.6.64.reflexcom.com> Subject: Re: Strange 'dump' behaviour Date: Sun, 3 Sep 2000 20:40:16 +1200 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: "Crist J . Clark" To: "Mark Ibell" Cc: Sent: Sunday, September 03, 2000 7:12 PM Subject: Re: Strange 'dump' behaviour > On Sun, Sep 03, 2000 at 02:45:26PM +1200, Mark Ibell wrote: > > Hi, > > > > I've been playing with dump/restore a bit recently (on a 4.1-RELEASE system) > > and found that if I do a level 0 dump of /, then add a couple of files, and > > then perform a level 1 dump, most of the files in the level 0 dump are > > present in addition to the new files. The commands I'm running are: > > > > # dump -0au -b 10 -f /dev/nrsa0 / > > # dump -1au -b 10 -f /dev/nrsa0 / > > > > The same thing appears to happen on /usr & /var, but if I set up another > > filesystem like /bkroot everything seems to work as expected. Any ideas why > > this is happening? > > Are you sure the files being included haven't actually been changed > even if you did not do it yourself? Yes - I'm positive because I've even tried running the commands one after another. > -- > Crist J. Clark cjclark@alum.mit.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 2: 0: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from EI-Tiger.ChipChat.ne.jp (EI-Tiger.ChipChat.ne.jp [211.5.237.226]) by hub.freebsd.org (Postfix) with ESMTP id 5425F37B422 for ; Sun, 3 Sep 2000 01:59:59 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by EI-Tiger.ChipChat.ne.jp (8.11.0/8.11.0) with ESMTP id e838xcE93897; Sun, 3 Sep 2000 08:59:42 GMT (envelope-from mrc@ChipChat.ne.jp) To: cjclark@alum.mit.edu, cjclark@reflexnet.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SSH fails for user, but succeeds for root In-Reply-To: <20000903001440.D62475@149.211.6.64.reflexcom.com> References: <20000902232335.Y62475@149.211.6.64.reflexcom.com> <20000903153634J.mrc@ChipChat.ne.jp> <20000903001440.D62475@149.211.6.64.reflexcom.com> X-Mailer: Mew version 1.94.2 on XEmacs 21.1 (Carlsbad Caverns) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000903175934R.mrc@ChipChat.ne.jp> Date: Sun, 03 Sep 2000 17:59:34 +0900 (JST) From: Marty Cawthon X-Dispatcher: imput version 20000228(IM140) Lines: 92 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: "Crist J . Clark" > On Sun, Sep 03, 2000 at 03:36:34PM +0900, Marty Cawthon wrote: >> From: "Crist J . Clark" >>> On Sun, Sep 03, 2000 at 08:29:41AM +0900, Marty Cawthon wrote: mrc>>>> I fail to connect using SSH as my usual login (mrc) but succeed when mrc>>>> I su to root. This is puzzling to me. I have looked in the mail archives, mrc>>>> and read the handbook, and am stumped. I have examined the files in mrc>>>> /root/.ssh and /home/mrc/.ssh mrc>>>> and do not see why it would fail for 'mrc' but succeed for 'root'. mrc>>>> Any ideas or suggestions? cjc>>> What are the permissions on the RSA lib files? mrc>> $ ls -al /usr/lib/librsa* mrc>> -r--r--r-- 1 root wheel 10568 Sep 1 16:11 /usr/lib/librsaINTL.a mrc>> lrwxr-xr-x 1 root wheel 15 Sep 1 16:11 /usr/lib/librsaINTL.so -> librsaINTL.so.1 mrc>> -r--r--r-- 1 root wheel 10772 Sep 1 16:05 /usr/lib/librsaINTL.so.1 mrc>> -r--r--r-- 1 root wheel 7690 Aug 29 13:19 /usr/lib/librsaUSA.a mrc>> lrwxr-xr-x 1 root wheel 14 Aug 29 14:25 /usr/lib/librsaUSA.so -> librsaUSA.so.1 mrc>> -r--r--r-- 1 root wheel 10196 Aug 29 13:19 /usr/lib/librsaUSA.so.1 mrc>> -r--r--r-- 1 root wheel 7122 Mar 20 21:32 /usr/lib/librsaUSA_p.a mrc>> mrc>> I followed your suggestion to look at the permissions of the rsa files mrc>> (above) and find both librsaINTL* and librsaUSA* files. mrc>> This seems odd to have both INTL and USA files. mrc>> Perhaps the source of my troubles? cjc> Dunno. Try using 'ssh -v' for both users. User mrc: --------- bash-2.03$ ssh -v mrc-tiger.chipchat.com SSH Version OpenSSH-2.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /etc/ssh/ssh_config ssh: no RSA support in libssl and libcrypto. See ssl(8). Disabling protocol version 1 debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to mrc-tiger.chipchat.com [206.2.228.141] port 22. debug: Allocated local port 1014. debug: Connection established. debug: Remote protocol version 1.5, remote software version OpenSSH-1.2 ** Protocol major versions differ: 2 vs. 1 ** debug: Calling cleanup 0x8059ee0(0x0) bash-2.03$ ROOT: ----- EI-Tiger# ssh -v mrc-tiger.chipchat.com SSH Version OpenSSH-2.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /etc/ssh/ssh_config debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to mrc-tiger.chipchat.com [206.2.228.141] port 22. debug: Allocated local port 1011. debug: Connection established. debug: Remote protocol version 1.5, remote software version OpenSSH-1.2 ** debug: Local version string SSH-1.5-OpenSSH-2.1 ** debug: Waiting for server public key. ** debug: Received server public key (768 bits) and host key (1024 bits). ** debug: Host 'mrc-tiger.chipchat.com' is known and matches the RSA host key. ** debug: Encryption type: 3des ** debug: Sent encrypted session key. ** debug: Installing crc compensation attack detector. ** debug: Received encrypted confirmation. ** debug: Doing password authentication. ** root@mrc-tiger.chipchat.com's password: The lines which are different have a "**" preceeding them There is no "user config" (~/.ssh/ssh_config) for mrc or for root. $ locate ssh_conf /etc/ssh/ssh_config /usr/src/crypto/openssh/ssh_config $ Then I tried the above with all *rsaUSA* files moved to my home directory. I moved the "rsaUSA" files to my home directory and deleted the link for USA files, so now I am only dealing with the INTL files, and I see the same debug behaviour as indicated above. $ ls -al /usr/lib/*rsa* -r--r--r-- 1 root wheel 10568 Sep 2 01:11 /usr/lib/librsaINTL.a lrwxr-xr-x 1 root wheel 15 Sep 2 01:11 /usr/lib/librsaINTL.so -> librsaINTL.so.1 -r--r--r-- 1 root wheel 10772 Sep 2 01:05 /usr/lib/librsaINTL.so.1 $ Puzzling... Marty Cawthon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 3:15:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from beta.root-servers.ch (beta.root-servers.ch [195.49.33.19]) by hub.freebsd.org (Postfix) with SMTP id A961C37B424 for ; Sun, 3 Sep 2000 03:15:14 -0700 (PDT) Received: (qmail 71375 invoked from network); 3 Sep 2000 10:15:12 -0000 Received: from client86-67.hispeed.ch (HELO 10.2.2.100) (62.2.86.67) by beta.root-servers.ch with SMTP; 3 Sep 2000 10:15:12 -0000 Date: Sun, 3 Sep 2000 12:17:05 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.46 Beta/3) UNREG / CD5BF9353B3B7091 Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <8688272028.20000903121705@buz.ch> To: questions@FreeBSD.org Subject: Strange behaviour of IPFilter... 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 successfully got IPF and IPNat working for most services (prior to this, I used ipfw/natd). However, outgoing SMTP to *some* hosts is fucking slow (if I disable IPFilter, they work as they usually do), it seems to happen on the firewall as well as on the boxes behind it which use it as NAT gateway. The box is running FreeBSD 4.1-Stable as of Friday with IPFILTER and IPFILTER_LOG kernel options but without ipfw. I use the following IPFilter rules (rl1 is the public interface) whereas) pass out quick on rl1 proto udp from any to any keep state pass out quick on rl1 proto icmp from any to any keep state pass out quick on rl1 proto tcp from any to any keep state #block ICMP on outside interface but allow type 0, ping, and type 11, traceroute, in pass in log quick on rl1 proto icmp from any to any icmp-type 0 pass in log quick on rl1 proto icmp from any to any icmp-type 11 block in log quick on rl1 proto icmp from any to any #block non-routed nets on the outside interface as those have to be spoofed block in log quick on rl1 from 10.0.0.0/8 to any block in log quick on rl1 from 172.16.0.0/12 to any block in log quick on rl1 from 192.168.0.0/16 to any block in log quick on rl1 from 127.0.0.0/8 to any block out log quick on rl1 from 10.0.0.0/8 to any block out log quick on rl1 from 172.16.0.0/12 to any block out log quick on rl1 from 192.168.0.0/16 to any block out log quick on rl1 from 127.0.0.0/8 to any #block FUP packets used by nmap to do fingerprinting block in log quick on rl1 proto tcp from any to any flags FUP block in log on rl1 from any to any #Allow Standard HTTP pass in quick on rl1 from any to any port = 80 #Allow HTTPS pass in quick on rl1 from any to any port = 443 And the following ones for IPNAT: #General activation of NAT map rl1 10.0.0.0/8 -> 0/32 #Activation of FTP clients map rl1 0/0 -> 0/32 proxy port 21 ftp/tcp BTW: Why aren't there any IPFILTER options in rc.conf like there are for ipfw? If even OpenBSD trusts in IPFILTER... Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 3:50:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uucp.nl.uu.net (uucp.nl.uu.net [193.79.237.146]) by hub.freebsd.org (Postfix) with ESMTP id 6484037B440 for ; Sun, 3 Sep 2000 03:50:25 -0700 (PDT) Received: from jaknl by athos.nl.uu.net with UUCP id ; Sun, 3 Sep 2000 12:50:13 +0200 Received: from jak.nl ([192.168.0.111]) by jak.nl (8.8.8/8.8.8) with ESMTP id MAA19785; Sun, 3 Sep 2000 12:48:54 +0200 (CEST) (envelope-from johannes@jak.nl) Message-ID: <39B22A3F.AFCF504E@jak.nl> Date: Sun, 03 Sep 2000 12:38:55 +0200 From: Johannes Zwart Organization: JAK++ Software Development B.V. X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en,pdf MIME-Version: 1.0 To: petro Cc: FreeBSD Questions Subject: Re: Kernel problem... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG petro wrote: > Excuse that I again trouble you. > I installed FreeBSD 4.1 on Compaq Proliant and I try to compile kernel I > make such things > #config KERNEL_NAME > #cd ../../compile/KERNEL_NAME > #make depend > ......making.... > #make > Nothing happening I again receive # Try 'make all'. > Then I try to run > #make install > but I receive such message you first must build the kernel and then > install it. > > I will be happy to receive any ideas. > Thank you... > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" 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 Sep 3 3:55:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id A11A037B424 for ; Sun, 3 Sep 2000 03:55:14 -0700 (PDT) Received: (qmail 7169 invoked by uid 0); 3 Sep 2000 10:55:09 -0000 Received: from client69-195.hispeed.ch (HELO aldrin) (62.2.69.195) by mail.gmx.net with SMTP; 3 Sep 2000 10:55:09 -0000 Message-ID: <000701c01595$cfe20360$c345023e@aldrin> From: "locus" To: Subject: Fatal Trap 18 after upgrading... Date: Sun, 3 Sep 2000 12:57:54 +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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I currently upgraded my system from 4.0R to 4.1S. Since I have done this I'm getting Fatal Trap 18 faults all the time: Fatal Trap 18: integer divide fault while in kernel mode . . . panic: integer divide fault I have tried several custom and the generic kernel, but its always the same. Browsing the mailing list archive didnt help much. Anyone has an idea what the problem could be or does anyone knows a site with some information that could help me out with this? BTW: My hardware is P166 with Asus tx97-e ide drives 3COM-SM905BTX NM PCI 10/100 Mbit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 4:35:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from brass.ftech.net (mrtg.ftech.net [195.200.0.119]) by hub.freebsd.org (Postfix) with ESMTP id CF82737B43C for ; Sun, 3 Sep 2000 04:35:27 -0700 (PDT) Received: from logger5.ftech.net ([195.200.0.64] helo=relay1.ftech.net) by brass.ftech.net with esmtp (Exim 3.12.ftech-p6 #2) id 13VY3R-00078Z-00; Sun, 03 Sep 2000 12:35:17 +0100 Received: from dmg.ftech.co.uk ([195.200.9.208] helo=dmg.parse.net) by relay1.ftech.net with esmtp (Exim 3.16-ftechp6 #1) id 13VY3Q-0007iU-00; Sun, 03 Sep 2000 12:35:17 +0100 Received: from elf (elf.putney.parse.net [10.0.0.10]) by dmg.parse.net (8.9.3/8.9.3) with SMTP id LAA19797; Sun, 3 Sep 2000 11:06:58 +0100 (BST) (envelope-from goddard@acm.org) Message-Id: <3.0.3.32.20000903110658.00850390@dmg.parse.net> X-Sender: dmg@dmg.parse.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Sun, 03 Sep 2000 11:06:58 +0100 To: Ruslan Ermilov From: David Goddard Subject: Re: /boot/loader issue (was Re: Machine-specific errors with top and uemacs) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20000901101737.A44758@sunbay.com> References: <3.0.3.32.20000831233833.0085ae90@dmg.parse.net> <3.0.3.32.20000828212409.007ee7e0@dmg.parse.net> <3.0.3.32.20000820105701.0085f100@dmg.parse.net> <3.0.3.32.20000820105701.0085f100@dmg.parse.net> <20000821123424.C91965@sunbay.com> <3.0.3.32.20000828212409.007ee7e0@dmg.parse.net> <20000829100542.B12568@sunbay.com> <3.0.3.32.20000831233833.0085ae90@dmg.parse.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Finally sorted, it seems. I've just completed a build/installworld with the more recent stable source and in the process the problem has gone away - the system now boots as it should. Many thanks for your help. Dave At 10:17 01/09/00 +0300, Ruslan Ermilov wrote: ... >Loader(8) does not mount filesystems, though it passes a kernel the name of >root device. ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 4:51:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id ADF7237B422 for ; Sun, 3 Sep 2000 04:51:37 -0700 (PDT) Received: from marcs by draenor.org with local (Exim 3.16 #1) id 13VYIr-000KdK-00; Sun, 03 Sep 2000 13:51:13 +0200 Date: Sun, 3 Sep 2000 13:51:13 +0200 From: Marc Silver To: Network Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mount_null Trouble, Please Help!! Message-ID: <20000903135113.U48173@draenor.org> References: <381636320.967921502735.JavaMail.root@web443-mc.mail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <381636320.967921502735.JavaMail.root@web443-mc.mail.com>; from redirect@mail.com on Sat, Sep 02, 2000 at 03:05:02PM -0400 X-Operating-System: FreeBSD 4.1-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I guess you could use NFS (I'm guessing) for something like this, but it's really not an ideal solution to your problem. Cheers, Marc On Sat, Sep 02, 2000 at 03:05:02PM -0400, Network wrote: > > From the mount_null manpage: > > > > BUGS: > > THIS FILESYSTEM TYPE IS NOT YET FULLY SUPPORTED > > (READ: IT DOESN'T WORK) AND USING IT MAY, IN FACT, > > DESTROY DATA ON YOUR SYSTEM. USE AT YOUR OWN RISK. > > BEWARE OF DOG. SLIPPERY WHEN WET. > > > > Just something you might want to consider. :) > > I didn't have much luck with mount_null either -- > > caused kernel panics galore. > > Thanks for the reply. > I am very blind, I didn't see that warning at all. > > Can somebody please give me a suggestion how I might do a similar thing as > mount_null? Its for FTP/web/user. Since ProFTPd and friends cannot follow > symlinks to another area/disk etc out of its chroot, I need a work-around. > Can somebody _please_ give me a possible solution. > > Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 4:59:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1b.mail.yahoo.com (smtp3.mail.yahoo.com [128.11.68.135]) by hub.freebsd.org (Postfix) with SMTP id C930637B423 for ; Sun, 3 Sep 2000 04:59:26 -0700 (PDT) Received: from 216-102-143-182.flashpc.com (HELO leo) (216.102.143.182) by smtp3.mail.yahoo.com with SMTP; 3 Sep 2000 11:59:26 -0000 X-Apparently-From: Message-ID: <010f01c0159e$6c48cba0$0101a8c0@leo> From: "Baatar" To: "Terry Tremaine" , References: <00090300282904.00949@24.67.60.23.sk.wave.home.com> Subject: Re: network card Date: Sun, 3 Sep 2000 04:59:30 -0700 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 Saturday, September 02, 2000 11:27 PM Terry Tremaine wrote: > Hello > > Is there a way to get FreeBSd to recognize a network card after installation? > > --TT > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message What type is your card? ISA? PCI? If PCI then you shouldn't have any trouble. FreeBSD will recognize it fine. If your network card is ISA then you have to tell to the kernel about your card. To do so on boot prompt type 'boot -c' and then issue a 'ls' command. You'll see list of devices (disabled, or enabled). See if your card is listed there. For device name of your card look up at hardware compatibility section of FreeBSD related resources. Most popular ISA network card is NE2000, device name of which is ed0. _________________________________________________________ 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 Sep 3 5:23:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailout00.sul.t-online.com (mailout00.sul.t-online.com [194.25.134.16]) by hub.freebsd.org (Postfix) with ESMTP id 61D9437B43E for ; Sun, 3 Sep 2000 05:23:16 -0700 (PDT) Received: from fmrl00.sul.t-online.de by mailout00.sul.t-online.com with smtp id 13VYnp-0006Rw-00; Sun, 03 Sep 2000 14:23:13 +0200 Received: from theater.dyndns.org (320068889749-0001@[62.158.195.217]) by fmrl00.sul.t-online.com with esmtp id 13VYnj-0y4dRwC; Sun, 3 Sep 2000 14:23:07 +0200 Received: from pool.informatik.rwth-aachen.de (monster [192.168.1.3]) by theater.dyndns.org (8.9.3/8.9.3) with ESMTP id OAA01661; Sun, 3 Sep 2000 14:22:42 +0200 Message-ID: <39B24356.7E79F44D@pool.informatik.rwth-aachen.de> Date: Sun, 03 Sep 2000 14:25:58 +0200 From: Volker Stolz Organization: Kappy's Spice Weasel Refill X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-STABLE i386) X-Accept-Language: de,en MIME-Version: 1.0 To: andrew Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 4.0/PPPoE - It works! References: Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------msC15E7E777FE47CD7B7986D50" X-Sender: 320068889749-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a cryptographically signed message in MIME format. --------------msC15E7E777FE47CD7B7986D50 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit andrew wrote: > I put an outline of my installation notes on: > http://www.inemy.com/borehawg/pppoe-overview.txt > > Whenever I get around to it, I'll play with it some more and write a > HOWTO. If anyone has any feedback, let me know. Are you sure that this is necessary? On a fresh FreeBSD-installation all you have to do is add your PPP-credentials and set the device to PPPoE:xxx. Doesn´t seem worth a separate documentation to me. Regards, Volker -- "I came out of it dead broke, without a house, without anything, except a girlfriend and a knowledge of Unix." "Well, that´s something. Normally those two are mutually exclusive." N. Stephenson, "Cryptonomicon" --------------msC15E7E777FE47CD7B7986D50 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIFggYJKoZIhvcNAQcCoIIFczCCBW8CAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC A1owggNWMIICv6ADAgECAg8AzXYAAAABaOfwqEl44j8wDQYJKoZIhvcNAQEEBQAwgbwxCzAJ BgNVBAYTAkRFMRAwDgYDVQQIEwdIYW1idXJnMRAwDgYDVQQHEwdIYW1idXJnMTowOAYDVQQK EzFUQyBUcnVzdENlbnRlciBmb3IgU2VjdXJpdHkgaW4gRGF0YSBOZXR3b3JrcyBHbWJIMSIw IAYDVQQLExlUQyBUcnVzdENlbnRlciBDbGFzcyAxIENBMSkwJwYJKoZIhvcNAQkBFhpjZXJ0 aWZpY2F0ZUB0cnVzdGNlbnRlci5kZTAeFw0wMDAxMDcxNDU1MDRaFw0wMTAxMDYxNDU1MDRa MGoxCzAJBgNVBAYTAkRFMQ8wDQYDVQQHEwZBYWNoZW4xFTATBgNVBAMTDFZvbGtlciBTdG9s ejEzMDEGCSqGSIb3DQEJARYkc3RvbHpAcG9vbC5pbmZvcm1hdGlrLnJ3dGgtYWFjaGVuLmRl MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5O96CMrDMsc/MNQG5VvsPMHobWwX+1fa0 9iWQ/QINMqu0Nib1eM6TwnFs+0B8c2riZBEUuHc6G9dZES0Xj8i/gZjf3s3BmWLSl82NOPZ9 eIrSUrHYlY7Caur9v1LWjGrGw4OuYriWQt3hZrn06BwV12hrOUr3tqTLzijPcpaU/wIDAQAB o4GqMIGnMDMGCWCGSAGG+EIBCAQmFiRodHRwOi8vd3d3LnRydXN0Y2VudGVyLmRlL2d1aWRl bGluZXMwEQYJYIZIAYb4QgEBBAQDAgWgMF0GCWCGSAGG+EIBAwRQFk5odHRwczovL3d3dy50 cnVzdGNlbnRlci5kZS9jZ2ktYmluL2NoZWNrLXJldi5jZ2kvQ0Q3NjAwMDAwMDAxNjhFN0Yw QTg0OTc4RTIzRj8wDQYJKoZIhvcNAQEEBQADgYEAjITNTdLSvDoM6k8261ABJPEuXVUTt5Qp NcuVve0hTogZp6DtD1SjBNXlLb/DPEepFaReIp53dK3agpnWXLLAKpNpZWax48EjuqN3C2VZ m0NXYeon77f5dZ2GWtLfxEysnyXZucczzW4qv5B6ogXD/FCKHmjlmPctVGPWiG2jnasxggHw MIIB7AIBATCB0DCBvDELMAkGA1UEBhMCREUxEDAOBgNVBAgTB0hhbWJ1cmcxEDAOBgNVBAcT B0hhbWJ1cmcxOjA4BgNVBAoTMVRDIFRydXN0Q2VudGVyIGZvciBTZWN1cml0eSBpbiBEYXRh IE5ldHdvcmtzIEdtYkgxIjAgBgNVBAsTGVRDIFRydXN0Q2VudGVyIENsYXNzIDEgQ0ExKTAn BgkqhkiG9w0BCQEWGmNlcnRpZmljYXRlQHRydXN0Y2VudGVyLmRlAg8AzXYAAAABaOfwqEl4 4j8wCQYFKw4DAhoFAKB3MBgGCSqGSIb3DQEJDzELMAkwBwYFKw4DAgcwGAYJKoZIhvcNAQkD MQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDAwOTAzMTIyNTU4WjAjBgkqhkiG9w0B CQQxFgQUey8bWSekCMora/3xd1Vs7iFpkakwDQYJKoZIhvcNAQEBBQAEgYB4eXhTaFxNQ4/D NyrS7JxsJL484e3ioM0v4/UxPQ3IW3GKuYSd0nQ6TpsSh8BfjTYNMaYhNBICkYeFwSGt3d4j eNzKvPAAz6ya01H0LwMrZXoBn4cuBAYoZ9HdZ+KyMwb7yvNC8pg00vvgwcM3O2PCgSNnJeN/ ZGP0Bvbnduk+mQ== --------------msC15E7E777FE47CD7B7986D50-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 5:23:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 5CB9837B424 for ; Sun, 3 Sep 2000 05:23:29 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13VYn5-0005PH-00 for freebsd-questions@FreeBSD.org; Sun, 3 Sep 2000 15:22:27 +0300 Date: Sun, 3 Sep 2000 15:22:27 +0300 From: Odhiambo Washington To: FreeBSD-Questions Subject: Kernel Build Error Message-ID: <20000903152227.A19792@siafu.iconnect.co.ke> Mail-Followup-To: FreeBSD-Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 3:05PM up 6 days, 3:55, 1 user, load averages: 0.15, 0.14, 0.10 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi pals, Suddenly I get a STOP error when rebuilding the kernel using the new method "make buildkernel KERNEL=kernel_name_here" This is happening after I cvsup-ped recently. I've had to re-cvsup but still I get this error. Is anyone out there able to tell me where the error is coming from: NB: I've not make any changes to the kernel. I was just going over it (rebuilding the kernel) again to see it it still works with the latest sources. It has worked before though with the same kernel. Could it be something to do with changes after cvsup??? Here is part of the error msg: ## m86pa" {. data section} - "KERNBASE" {*UND* section} at file address 1431 /tmp/ccq4224.s:2447: Error: Subtraction of two symbols in different sections And so many other lines with almost same wording and then ***Error code 1 Stop is /usr/obj/usr/src/sys/ALOUETTE. ***Error code 1 Stop in /usr/src. ***Error code 1 Stop in /usr/src. ##EOM Help highly appreciated. -Wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi Tel: 254 2 711140 Fax: 254 2 718418 Lead, follow, or get out of the way. -Ted Turner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 5:24:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gecko.eric.net.au (gecko.eric.net.au [203.102.228.3]) by hub.freebsd.org (Postfix) with ESMTP id A6B5C37B424 for ; Sun, 3 Sep 2000 05:24:48 -0700 (PDT) Received: from random.n2-au (ppp140.eric.net.au [203.102.228.140]) by gecko.eric.net.au (8.9.3/8.8.7) with ESMTP id XAA31514 for ; Sun, 3 Sep 2000 23:24:48 +1100 Received: (from tony@localhost) by random.n2-au (8.9.3/8.9.3) id WAA28019 for freebsd-questions@freebsd.org; Sun, 3 Sep 2000 22:33:44 +1000 (EST) (envelope-from tony) From: Tony Frank Date: Sun, 3 Sep 2000 22:33:42 +1000 To: freebsd-questions@freebsd.org Subject: Cannot get two xircom pcmcia cards to work in same laptop Message-ID: <20000903223342.A27974@random.n2-au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I have a laptop on which I installed 4.0-RELEASE and have since upgraded to 4.1-STABLE via make world. I have a kernel with the pc card support enabled, and I have managed to get the card support working. I can insert one of my xircom (CE3B-100BTX) pcmcia cards, and it is detected correctly and enabled etc. It becomes interface xe0 and I can use it as a ethernet card as intended. I have successfully used one xircom and one 3c589 card, and also two 3c589 pcmcia cards together, but not two xircom cards. When I then insert a second xircom (CE3B-100BTX) card into the second slot, it is detected by pccardd, but I get an error message: Sep 3 23:12:58 laptop pccardd[52]: Card "Xircom"("CreditCard 10/100") [CE3-10/100] [1.00] matched "Xircom" ("CreditCard 10/100") [(null)] [(null)] Sep 3 23:12:58 laptop pccardd[52]: No free configuration for card Xircom dmesg info: pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 pccard1: on pcic0 kernel config lines: # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 # ISA Ethernet NICs. device ep device ed device xe Can anyone offer suggestions on this? Thanks, Tony -- Tony Frank _ __ ___ ___ ___ tfrank@eric.net.au _ __ ___ | _ ) __| \ http://www.freebsd.org/ _ __ ___ ____ | _ \__ \ |) | FreeBSD: The Power to Serve! _ __ ___ ____ _____ |___/___/___/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 5:48:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kleopatra.acc.umu.se (kleopatra.acc.umu.se [130.239.18.150]) by hub.freebsd.org (Postfix) with ESMTP id 0AA5737B423 for ; Sun, 3 Sep 2000 05:48:37 -0700 (PDT) Received: from mao.acc.umu.se (root@mao.acc.umu.se [130.239.18.154]) by kleopatra.acc.umu.se (8.11.0/8.11.0) with ESMTP id e83CmYS19488 for ; Sun, 3 Sep 2000 14:48:34 +0200 Received: (from markush@localhost) by mao.acc.umu.se (8.9.3/8.9.3/Debian/GNU) id OAA00342 for freebsd-questions@freebsd.org; Sun, 3 Sep 2000 14:48:33 +0200 Date: Sun, 3 Sep 2000 14:48:33 +0200 From: Markus Holmberg To: freebsd-questions@freebsd.org Subject: IntelliMouse Explorer extra mouse buttons recognized? Message-ID: <20000903144833.A28506@acc.umu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3-current-20000511i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone successfully had the two extra buttons on the IntelliMouse Explorer recognized (in FreeBSD+XFree86)? /Markus -- Markus Holmberg | Give me Unix or give me a typewriter. markush@acc.umu.se | 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 Sun Sep 3 6:32:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id A830A37B423 for ; Sun, 3 Sep 2000 06:32:47 -0700 (PDT) Received: from ganerc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 13VZt4-00060T-04; Sun, 3 Sep 2000 15:32:42 +0200 Received: (from daemon@localhost) by ganerc.mips.inka.de (8.11.0/8.11.0) id e83DJrK31915 for freebsd-questions@freebsd.org; Sun, 3 Sep 2000 15:19:53 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: tape devices Date: 3 Sep 2000 15:19:52 +0200 Message-ID: <8otj5o$v4t$1@ganerc.mips.inka.de> References: <39B1CFF9.9274AC8A@heitec.net> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bernd Luevelsmeyer wrote: > I've been taking tape backups for quite some time now, and everything is > working fine, but: I never found out what the devices > *sa0.0 > *sa0.1 > *sa0.2 > *sa0.3 > are good for. Take a look at the output of "mt stat". There will four "available modes". The .[0-3] devices correspond to those modes. Now, what I have not seen yet, is for those four modes to be actually different... -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 6:33:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from imo-r11.mx.aol.com (imo-r11.mx.aol.com [152.163.225.65]) by hub.freebsd.org (Postfix) with ESMTP id 3E47337B42C for ; Sun, 3 Sep 2000 06:33:49 -0700 (PDT) Received: from JonMS31337@aol.com by imo-r11.mx.aol.com (mail_out_v28.15.) id n.10.1d34049 (3892) for ; Sun, 3 Sep 2000 09:33:40 -0400 (EDT) From: JonMS31337@aol.com Message-ID: <10.1d34049.26e3ad34@aol.com> Date: Sun, 3 Sep 2000 09:33:40 EDT Subject: AOL for Linux/FreeBSD To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 5.0 for Windows sub 114 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Has anyone heard anything about an AOL version of the AOL software and AIM, etc. Could someone please point me into the right direction to find out more information or to get the software. I know this might be a stupid place to ask this question. Thanks in advance. -- Jonathan M. Slivko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 6:44:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.bsag.ch (ns.bsag.ch [195.246.88.210]) by hub.freebsd.org (Postfix) with ESMTP id 6151637B422 for ; Sun, 3 Sep 2000 06:44:42 -0700 (PDT) Received: (from hpr@localhost) by ns.bsag.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id PAA13357 for freebsd-questions@FreeBSD.ORG; Sun, 3 Sep 2000 15:44:34 +0200 Date: Sun, 3 Sep 2000 15:44:33 +0200 From: Hanspeter Roth Bsag To: freebsd-questions@FreeBSD.ORG Subject: ext2fs support robust? Message-ID: <20000903154433.A13312@bs11.bsag.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, has somebody experiance in running ext2fs under FreeBsd? Can one expect it to be robust? Can Ext2fs be exported via NFS with write access? (I'm considering replaceing a linux server with home and project fs as ext2fs.) -Hanspeter -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 6:54:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id 39EC637B42C for ; Sun, 3 Sep 2000 06:54:17 -0700 (PDT) Received: from zoso (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with SMTP id GAA21756; Sun, 3 Sep 2000 06:53:47 -0700 (PDT) From: "Otter" To: , Subject: RE: downloading freebsg Date: Sun, 3 Sep 2000 09:59:24 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You can try http://www.FreeBSD.org and feel enlightened. All the questions you have about what it is, how to get it, and how all the women will think you have become a super-stud after installing it, can be found on that page... assuming you can follow the links. Enjoy! -Otter > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > Thejhillenraver@cs.com > Sent: Sunday, September 03, 2000 2:07 AM > To: freebsd-questions@FreeBSD.ORG > Subject: downloading freebsg > > > support, > > I am a little confused with freebsg.com website. What > is freebsg? Is it > a operating system. How do i download it? I clicked on > some links then i > got lost. > > Thanks, > 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 Sun Sep 3 6:54:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id E144737B422 for ; Sun, 3 Sep 2000 06:54:27 -0700 (PDT) Received: from zoso (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with SMTP id GAA21759; Sun, 3 Sep 2000 06:53:48 -0700 (PDT) From: "Otter" To: "Danny" , "cyberstorm" , Subject: RE: BSD inquiry... Date: Sun, 3 Sep 2000 09:59:25 -0400 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: <00090314152600.00326@freebsd.freebsd.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal 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 Danny > Sent: Saturday, September 02, 2000 11:15 PM > To: cyberstorm; questions@FreeBSD.ORG > Subject: Re: BSD inquiry... > > > > After you typed in the login details you need to type > > startx > > to start up your desktop > That's assuming that you've already edited your necessary files (~/.xinitrc, etc) to call up your favorite window manager. -Otter > > On Mon, 04 Sep 2000, cyberstorm wrote: > > Hello. > > > > I've just installed FreeBSD 4.0 > After the login promtp... the > > one with the words of wisdom, how do I bring up the desktop??? > > > > > > Thanks > > > > > > 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 Sun Sep 3 7: 4:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-2.sjc.telocity.net (mail-2.sjc.telocity.net [216.227.56.42]) by hub.freebsd.org (Postfix) with ESMTP id 9B51C37B42C for ; Sun, 3 Sep 2000 07:04:11 -0700 (PDT) Received: from zoso (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-2.sjc.telocity.net (8.9.3/8.9.3) with SMTP id HAA17732; Sun, 3 Sep 2000 07:01:59 -0700 (PDT) From: "Otter" To: , Subject: RE: AOL for Linux/FreeBSD Date: Sun, 3 Sep 2000 10:09:29 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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: <10.1d34049.26e3ad34@aol.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Has anyone heard anything about an AOL version of the AOL > software and AIM, > etc. Could someone please point me into the right direction > to find out more > information or to get the software. I know this might be a > stupid place to > ask this question. Thanks in advance. > > -- Jonathan M. Slivko > Jon, If you check in your ports collection, or at http://freshports.org you can find in the "net" category, naim and gaim... both AIM clients. Please God, we beg of you... Don't ever let there be an AOL interface for FreeBSD. -Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 7:16: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 8DE7437B424 for ; Sun, 3 Sep 2000 07:16:03 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-213-168-64-166.netcologne.de [213.168.64.166]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id QAA07662; Sun, 3 Sep 2000 16:16:01 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e83EFtZ02078; Sun, 3 Sep 2000 16:15:55 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Sun, 3 Sep 2000 16:15:55 +0200 (CEST) From: Paul Herman To: Odhiambo Washington Cc: FreeBSD-Questions Subject: Re: Kernel Build Error In-Reply-To: <20000903152227.A19792@siafu.iconnect.co.ke> 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, 3 Sep 2000, Odhiambo Washington wrote: > Hi pals, > Suddenly I get a STOP error when rebuilding the kernel using the > new method "make buildkernel KERNEL=kernel_name_here" This is > happening after I cvsup-ped recently. I've had to re-cvsup but > still I get this error. Is anyone out there able to tell me where > the error is coming from: I believe this method ("make buildkernel KERNEL=...") works if you built world first. That's been my experience, anyway. If it *only* works if you build world first, I can't say... Otherwise, just use the old "config [-d DESTDIR] kernel_name" method. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 7:45: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kazak.wmdesign.net (kazak.wmdesign.net [4.19.114.84]) by hub.freebsd.org (Postfix) with ESMTP id 3490737B43C for ; Sun, 3 Sep 2000 07:45:07 -0700 (PDT) Received: from wmdesign.net (apache@harmonium.wmdesign.net [4.19.114.83]) by kazak.wmdesign.net (8.9.3/8.9.3) with SMTP id JAA42439; Sun, 3 Sep 2000 09:45:09 -0500 (CDT) (envelope-from tduffey@wmdesign.net) Received: from 169.207.71.242 (SquirrelMail authenticated user tduffey) by www.wmdesign.net with HTTP; Sun, 3 Sep 2000 09:50:23 -0500 (CDT) Message-ID: <4698.169.207.71.242.967992623.squirrel@www.wmdesign.net> Date: Sun, 3 Sep 2000 09:50:23 -0500 (CDT) Subject: Re: problem with passwd From: "Thomas M. Duffey" To: cjclark@alum.mit.edu In-Reply-To: <20000902160638.V62475@149.211.6.64.reflexcom.com> References: <20000902160638.V62475@149.211.6.64.reflexcom.com> Cc: freebsd-questions@freebsd.org X-Mailer: SquirrelMail (version 0.5pre1) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Sat, Sep 02, 2000 at 12:14:00PM -0500, Thomas M. Duffey wrote: > > Dear FreeBSD Users, > > > > I have three FreeBSD 4.1-RELEASE machines here, and all have the same > > problem. If a normal user (i.e. not root, not in wheel group) tries to > > change their password, the following occurs: > > > > su-2.03$ passwd > > passwd: Permission denied > > > > However, the following works: > > > > su-2.03$ passwd my_user_name > > Changing local password for my_user_name. > > Old password: > > > > I would guess that somehow the users are not being identified > correctly by passwd(1). That is, in the first case, the getlogin(3) > inside passwd is not returning who you expect. > > How are these users logging in? Had I known this earlier I would have included it in the original post, but it seems the problem only occurs when I 'su' to some user, regardless of what paramaters I pass to su. Logging in directly as the user from console or via ssh does not create this problem. Tom Duffey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 8:19:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 95C8637B424 for ; Sun, 3 Sep 2000 08:19:04 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13VbWz-000AeB-00 for freebsd-questions@FreeBSD.ORG; Sun, 3 Sep 2000 18:18:01 +0300 Date: Sun, 3 Sep 2000 18:18:01 +0300 From: Odhiambo Washington To: FreeBSD-Questions Subject: Re: Kernel Build Error Message-ID: <20000903181801.A40729@siafu.iconnect.co.ke> Mail-Followup-To: FreeBSD-Questions References: <20000903152227.A19792@siafu.iconnect.co.ke> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Paul Herman on Sun, Sep 03, 2000 at 04:15:55PM +0200 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 6:15PM up 6 days, 7:06, 1 user, load averages: 0.25, 0.17, 0.11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Paul Herman : [000903 17:15]: Paul Herman>On Sun, 3 Sep 2000, Odhiambo Washington wrote: Paul Herman> Paul Herman>> Hi pals, Paul Herman> Paul Herman>> Suddenly I get a STOP error when rebuilding the kernel using the Paul Herman>> new method "make buildkernel KERNEL=kernel_name_here" This is Paul Herman>> happening after I cvsup-ped recently. I've had to re-cvsup but Paul Herman>> still I get this error. Is anyone out there able to tell me where Paul Herman>> the error is coming from: Paul Herman> Paul Herman>I believe this method ("make buildkernel KERNEL=...") works if you Paul Herman>built world first. That's been my experience, anyway. If it *only* Paul Herman>works if you build world first, I can't say... Paul Herman> Paul Herman>Otherwise, just use the old "config [-d DESTDIR] kernel_name" method. Let me hope so. I went back and rtfm and realized that I needed to 'make builworld' first after the cvsup. I am in the process of doing that and then giving it a go again. If it works I'll let you know. Thank you. -wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi Tel: 254 2 711140 Fax: 254 2 718418 Never look down on anybody unless you're helping him up. -Jesse Jackson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 8:23:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thing.orbitel.bg (thing.orbitel.bg [195.24.32.46]) by hub.freebsd.org (Postfix) with SMTP id BACFB37B423 for ; Sun, 3 Sep 2000 08:23:48 -0700 (PDT) Received: (qmail 32188 invoked by uid 1001); 3 Sep 2000 15:22:20 -0000 Date: Sun, 3 Sep 2000 18:22:20 +0300 From: Stanislav Grozev To: Warner Losh Cc: Andrzej Bialecki , freebsd-questions@FreeBSD.ORG Subject: Re: D-Link DFE-650 PCMCIA Ethernet on 5-CURRENT Message-ID: <20000903182220.A32085@thing.orbitel.bg> References: <20000901144028.A448@thing.orbitel.bg> <200009011837.MAA37223@harmony.village.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200009011837.MAA37223@harmony.village.org>; from imp@village.org on Fri, Sep 01, 2000 at 12:37:25PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 01, 2000 at 12:37:25PM -0600, Warner Losh wrote: > In message <20000901144028.A448@thing.orbitel.bg> Stanislav Grozev writes: > : the card stopped working - the pccardd daemon correctly identifies > : it as a DFE-650 but fails to attach a driver to it. > : the 'ed' driver is in the kernel, the /boot/device.hints section for 'e= d' > : is the default one. >=20 > Maybe that's the problem. This smells like a IRQ is already in use > issue. >=20 thanks, it was indeed an irq problem... the card is working now, and I am enjoying 5-current;-) -tacho -- [i don't follow] | [http://daemonz.org/ || tacho@daemonz.org] [everything should be made as simple as possible, but no simpler] 0x44FC3339 || [02B5 798B 4BD1 97FB F8DB 72E4 DCA4 BE03 44FC 3339] --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE5smys3KS+A0T8MzkRAgKsAJ4kgEjFHFJeqXSGZsOd1Dlm2ID1EwCfeLd3 2c5wIUfEwR4PfHlrnGOyC8k= =GpIE -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 8:47:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 6C4C037B423 for ; Sun, 3 Sep 2000 08:47:32 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13VbyZ-000B3i-00 for freebsd-questions@freebsd.org; Sun, 3 Sep 2000 18:46:31 +0300 Date: Sun, 3 Sep 2000 18:46:31 +0300 From: Odhiambo Washington To: "freebsd-questions@freebsd.org" Subject: Re: USB probe messages -- are these 'ok'? Message-ID: <20000903184630.C41029@siafu.iconnect.co.ke> Mail-Followup-To: "freebsd-questions@freebsd.org" References: <14767.48695.427769.721315@guru.mired.org> <39B0396C.5EB5CC80@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <39B0396C.5EB5CC80@gmx.de>; from Siegbert Baude on Sat, Sep 02, 2000 at 01:19:08AM +0200 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 6:37PM up 6 days, 7:28, 1 user, load averages: 0.12, 0.10, 0.08 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Siegbert Baude : [000902 02:18]: Siegbert Baude>> > uhub0: port 1 power on failed, IOERROR Siegbert Baude>> > uhub0: port 2 power on failed, IOERROR Siegbert Baude>> Siegbert Baude>> Yes, they are completely harmless. They've been removed in later Siegbert Baude>> versions of the driver. I got the same messages too and this is good news to me because it confirms what I thought was the issue. But I still have a question regarding the same. I've had to disable the usb devices from the kernel because they apparently fight for the same IRQ with my sound card (damn CS 4236 which I cannot fully utilize!). With USB enabled, kernel is not able to assign IRQ (11) to my Crystall Sound Card but when I disable USB I get my sound card up. Now, is there a possibility that I'm running out of IRQs? If not, how do I handle this issue with IRQs? NB: I'm running FBSD 4.1 and the only cards I have installed are the sound card, an Adaptec SCSI controller and a 3COM NIC. I still havve 2 slots free, which makes me think I have the chance to add 2 more cards ;-) How do I know which IRQ is not used and force-assign it to a device? -Wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 A woman may very well form a friendship with a man, but for this to endure, it must be assisted by a little physical antipathy. -Nietzsche To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 9: 1:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 007FF37B423 for ; Sun, 3 Sep 2000 09:00:52 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13VcBS-000BY7-00 for freebsd-questions@freebsd.org; Sun, 3 Sep 2000 18:59:50 +0300 Date: Sun, 3 Sep 2000 18:59:50 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Subject: Re: mount a DOS volume in extended partition Message-ID: <20000903185950.D41029@siafu.iconnect.co.ke> Mail-Followup-To: freebsd-questions@freebsd.org References: <5996.000830@crosswinds.net> <20000830184614.A254@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <20000830184614.A254@parish>; from Mark Ovens on Wed, Aug 30, 2000 at 06:46:14PM +0100 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 6:58PM up 6 days, 7:48, 2 users, load averages: 0.07, 0.13, 0.08 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Mark Ovens : [000830 21:21]: Mark Ovens>On Wed, Aug 30, 2000 at 04:15:28PM +0200, Micke Josefsson wrote: Mark Ovens>> Mark Ovens>> On 30-Aug-00 Arseny Slobodjuck wrote: Mark Ovens>> > Mark Ovens>> > Hi, Mark Ovens>> > Mark Ovens>> > How do I mount a DOS volume in extended partition ? In /dev Mark Ovens>> > all the extendeded partition named ad0s2, how can I access Mark Ovens>> > a particular logical disk in it ? Mark Ovens>> > Mark Ovens>> > Mark Ovens>> > Mark Ovens>> > Mark Ovens>> Mark Ovens>> s1-s4 are 'normal' partitions. s5-... are partitions within an extended Mark Ovens>> partition. So I'd guess you will have to do this: Mark Ovens>> Mark Ovens>> cd /dev Mark Ovens>> ./MAKEDEV ad0s5 Mark Ovens>> mount_dos /dev/ad0s5 /mnt Mark Ovens>> Mark Ovens> Mark Ovens>That's it, apart from the typo; it should be ``mount_msdos'' although Mark Ovens> Mark Ovens> mount -t msdos /dev/ad0s5 /mnt Mark Ovens> Mark Ovens>is usually preferred, and of course the best way is to add an entry to Mark Ovens>/etc/fstab: Mark Ovens> Mark Ovens>/dev/ad0s5 /dos msdos rw 0 0 Mark Ovens> Mark Ovens>(add noauto to rw if you don't want it mounted at boot, that's Mark Ovens>``rw,noauto'', no spaces (and no quotes)). In the same token, may I ask if it is possible to mount ntfs file systems in rw mode???? Thanks. -Wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 Hard work will never break up with you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 9: 5:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from deepthought.granfalloon.com (gat1-8158.rochester.rr.com [24.161.81.88]) by hub.freebsd.org (Postfix) with ESMTP id 72FB037B424 for ; Sun, 3 Sep 2000 09:05:34 -0700 (PDT) Received: from localhost (caleb@localhost) by deepthought.granfalloon.com (8.9.3/8.8.7) with ESMTP id MAA14359; Sun, 3 Sep 2000 12:13:14 -0400 X-Authentication-Warning: deepthought.granfalloon.com: caleb owned process doing -bs Date: Sun, 3 Sep 2000 12:13:13 -0400 (EDT) From: Caleb Land X-Sender: caleb@deepthought.granfalloon.com To: Odhiambo Washington Cc: "freebsd-questions@freebsd.org" Subject: Re: USB probe messages -- are these 'ok'? In-Reply-To: <20000903184630.C41029@siafu.iconnect.co.ke> 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 was having a similar problem with my SCSI card (aha152x - an ISA card with jumpers) and I found out that while it worked in Windows, it didn't work in linux because linux was PnP'ing my network card to the same IRQ as my SCSI card. If that particular sound card uses a specific IRQ (11 in your case) and is ISA, you might be able to force your BIOS to reserve that IRQ for ISA only (not anything else) then the BIOS will assign USB to another IRQ. Sincerely, Caleb Land (bokonon@rochester.rr.com) On Sun, 3 Sep 2000, Odhiambo Washington wrote: > Quoting Siegbert Baude : > [000902 02:18]: > Siegbert Baude>> > uhub0: port 1 power on failed, IOERROR > Siegbert Baude>> > uhub0: port 2 power on failed, IOERROR > Siegbert Baude>> > Siegbert Baude>> Yes, they are completely harmless. They've been removed in later > Siegbert Baude>> versions of the driver. > > I got the same messages too and this is good news to me because it > confirms what I thought was the issue. > > But I still have a question regarding the same. I've had to disable the > usb devices from the kernel because they apparently fight for the same IRQ > with my sound card (damn CS 4236 which I cannot fully utilize!). With USB > enabled, kernel is not able to assign IRQ (11) to my Crystall Sound Card > but when I disable USB I get my sound card up. > Now, is there a possibility that I'm running out of IRQs? > If not, how do I handle this issue with IRQs? > > NB: I'm running FBSD 4.1 and the only cards I have installed are the sound > card, an Adaptec SCSI controller and a 3COM NIC. I still havve 2 slots > free, which makes me think I have the chance to add 2 more cards ;-) > How do I know which IRQ is not used and force-assign it to a device? > > -Wash > > > -- > Odhiambo Washington > Systems Administrator > Inter-Connect Ltd. > 3rd Flr The Chancery > Valley Rd > PO Box 39519 Nairobi, KENYA > Tel: 254 2 711140 > Fax: 254 2 718418 > > A woman may very well form a friendship with a man, but for this to endure, it > must be assisted by a little physical antipathy. -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 Sun Sep 3 9:29:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by hub.freebsd.org (Postfix) with ESMTP id 54CC237B424 for ; Sun, 3 Sep 2000 09:29:09 -0700 (PDT) Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by smtp1.sentex.ca (8.11.0/8.11.0) with ESMTP id e83GT7t84494; Sun, 3 Sep 2000 12:29:08 -0400 (EDT) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id MAA12011; Sun, 3 Sep 2000 12:29:06 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: matt@researcher.com ("Matt Rudderham") Cc: freebsd-questions@freebsd.org Subject: Re: Setting Up Named / Bind 8 Date: Sun, 03 Sep 2000 16:23:46 GMT Message-ID: <39b27abb.1007623526@mail.sentex.net> References: In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2 Sep 2000 20:34:38 -0400, in sentex.lists.freebsd.questions you wrote: >This is a multi-part message in MIME format. > >------=_NextPart_000_0042_01C01525.48F71720 >Content-Type: text/plain; > charset="iso-8859-1" >Content-Transfer-Encoding: quoted-printable > >Hi, >I am starting to setup Named on my system running FreeBSD 4.0. The = Try http://www.isc.org for a start. Also if you installed the sources, the complete documentation will be there. If not, you can get it from the ISC site. There are siginficant differences between 4.x and 8.x. Note, also make sure you run BIND in its own sandbox... e.g. named -b /etc/namedb/named.conf -u bind -g bind ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 9:56:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom1-234.telepath.com [216.14.1.234]) by hub.freebsd.org (Postfix) with SMTP id 6D91837B423 for ; Sun, 3 Sep 2000 09:56:40 -0700 (PDT) Received: (qmail 35276 invoked by uid 100); 3 Sep 2000 16:56:04 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14770.33444.232453.62290@guru.mired.org> Date: Sun, 3 Sep 2000 11:56:04 -0500 (CDT) To: Joel Mc Graw Cc: questions@freebsd.org Subject: Re: Dual Boot: FreeBSD and BeOS In-Reply-To: <79436918@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joel Mc Graw writes: > Hmmm, this is probably a dumb question. > The Hardware: AMD K62-400, Maxtor 10G (primary master), Quantum 12G > (secondary master). > The Issue: I originally had the Quantum as the primary drive, and I > installed Be on it. Then I added the Maxtor, and installed FreeBSD > 4.1r. When I boot, the FBSD boot manager says: > F1 FreeBSD > F5 Disk2 > > If I select "F5", it tells me there it finds no boot record. I'm > probably overlooking something obvious, but I'd appreciate any > suggestions. At a guess, the BeOS boot loader that BootEasy is finding on the Quantum is confused because you moved the drives around. It's looking for a Be boot record on the primary mastor and not finding it. You could check that by making the Quantum the primary master again. If that's the case, the easiest fix is probably to use the Be equivalent of a rescue disk, and restall the Be boot loader on the secondary disk. Alternatively, since the Be loader can boot FreeBSD, you may want to just use that instead of BootEasy. The third alternative is to see if grub can boot your Be partition. You can do that without screwing with the current boot by 1) "make install" in the /usr/ports/sysutils/grub 2) Create a boot floppy (check the installed info file for details). 3) Boot the floppy, and then (assuming BeOS is on the first partition of the second drive) do: grub> root (hd1,0) grub> makeactive grub> chainloader +1 grub> boot I forget if the boot is actually required at this point; it isn't in the menu, but grub provides the boot for the menu. ; Sun, 3 Sep 2000 10:17:33 -0700 (PDT) Received: (qmail 36434 invoked by uid 100); 3 Sep 2000 17:17:31 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14770.34731.663359.436578@guru.mired.org> Date: Sun, 3 Sep 2000 12:17:31 -0500 (CDT) To: William Melanson Cc: questions@freebsd.org Subject: Re: /var/log/messages > gzip? In-Reply-To: <37138825@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG William Melanson writes: > Where might I find the script that gzip's sendmail's maillog on a daily > basis? I'd like to tinker around with it whereas it can perform the same > services to /var/log/messages. Apparently /etc/periodic wants > /var/log/messages to be gzip as well. These error messages: > "/var/log/messages.0*.gz: No such file or directory" are weighing heavily > upon my patience :) It's not a script. Try checking out the newsyslog man page. ; Sun, 3 Sep 2000 10:25:09 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13VdV0-000Dza-00 for freebsd-questions@FreeBSD.ORG; Sun, 3 Sep 2000 20:24:06 +0300 Date: Sun, 3 Sep 2000 20:24:06 +0300 From: Odhiambo Washington To: FreeBSD-Questions Subject: Re: Kernel Build Error Message-ID: <20000903202406.A53740@siafu.iconnect.co.ke> Mail-Followup-To: FreeBSD-Questions References: <20000903152227.A19792@siafu.iconnect.co.ke> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Paul Herman on Sun, Sep 03, 2000 at 04:15:55PM +0200 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 8:22PM up 6 days, 9:13, 1 user, load averages: 0.02, 0.10, 0.08 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Paul Herman : [000903 17:15]: Paul Herman>I believe this method ("make buildkernel KERNEL=...") works if you Paul Herman>built world first. That's been my experience, anyway. If it *only* Paul Herman>works if you build world first, I can't say... Thanks. it has worked. But again why do I see the slice usage go up after all this? Like /var space has gone down considerably.. Wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 I.R.S.: We've got what it takes to take what you've got. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 10:34:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.hcvlny.cv.net (mx1.hcvlny.cv.net [167.206.112.76]) by hub.freebsd.org (Postfix) with ESMTP id 250E537B423 for ; Sun, 3 Sep 2000 10:34:47 -0700 (PDT) Received: from s1.optonline.net (s1.optonline.net [167.206.112.6]) by mx1.hcvlny.cv.net (8.9.3/8.9.3) with ESMTP id NAA15695 for ; Sun, 3 Sep 2000 13:34:46 -0400 (EDT) Received: from steinyv (d133-151.jcsnnj.optonline.net [24.189.133.151]) by s1.optonline.net (8.10.2/8.10.2) with ESMTP id e83HYjx24383 for ; Sun, 3 Sep 2000 13:34:45 -0400 (EDT) Message-Id: <4.2.0.58.20000903132407.009da590@mail-hub.optonline.net> X-Sender: mvanberk@mail-hub.optonline.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sun, 03 Sep 2000 13:29:29 -0400 To: freebsd-questions@freebsd.org From: Bigwillie Subject: Re: NFS and mounts In-Reply-To: <20000902232149.X62475@149.211.6.64.reflexcom.com> References: <4.2.0.58.20000902191017.00a24640@mail-hub.optonline.net> <4.2.0.58.20000902172656.009cd9d0@mail-hub.optonline.net> <20000902161353.A13591@dan.emsphone.com> <4.2.0.58.20000902161635.00a1b140@mail-hub.optonline.net> <4.2.0.58.20000902161635.00a1b140@mail-hub.optonline.net> <4.2.0.58.20000902171451.009d5d10@mail-hub.optonline.net> <4.2.0.58.20000902172656.009cd9d0@mail-hub.optonline.net> <20000902155849.U62475@149.211.6.64.reflexcom.com> <4.2.0.58.20000902191017.00a24640@mail-hub.optonline.net> 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 So on the totally different clients from the server, do you have to go through the make buildworld, make buildkernel KERNEL=GENERIC etc process.... I found some archives where one does a make reinstall, but at what stage does that get done.... I tried it and got a response, "Dont know how to make reinstall" Back to the experiments, hope to hear from you. At 02:21 AM 9/3/00 , you wrote: >On Sat, Sep 02, 2000 at 07:21:17PM -0400, Bigwillie wrote: > > Sorry Crist. Ill remember next time. > > Anyway, I found an example of where you upgraded your other machines by > > simply make installworld on the client. Well it didnt make sense to me > and > > I tried some other stuff and I think the src is messed up. Currently Im > > redoing the make buildworld on the server machine and Im going to start > > over again. My question is what happens when different machines have > > different kernels, does the make installworld rebuild a new kernel for > > each machine??? Thanks for your time. > >The 'make world' process never builds a kernel. >-- >Crist J. Clark cjclark@alum.mit.com _________________________________________ Steiny's Studio Pachyderm Productions http://steiny.hypermart.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 10:36:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from femail3.sdc1.sfba.home.com (femail3.sdc1.sfba.home.com [24.0.95.83]) by hub.freebsd.org (Postfix) with ESMTP id E70F237B422 for ; Sun, 3 Sep 2000 10:36:45 -0700 (PDT) Received: from home.com ([24.12.186.185]) by femail3.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000903173611.HGVG25970.femail3.sdc1.sfba.home.com@home.com>; Sun, 3 Sep 2000 10:36:11 -0700 Message-ID: <39B229C7.9AA0DA37@home.com> Date: Sun, 03 Sep 2000 10:36:55 +0000 From: rob X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: John Galt Cc: "questions@FreeBSD.ORG" Subject: Re: Synaptics touchpad config program\ Python hacking 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 get confused with Linux. On this machine it is /dev/psm0. I have to kill moused to be able to access it. Rob. John Galt wrote: > > FYI, some synaptics devices (like mine) are on cuaaX (serial)... > > On Sat, 2 Sep 2000, rob wrote: > > > First I need to see if I can communicate with /dev/psaux via the Python > > console. I need to start brewing some coffee to build up the > > initiative. So once I start hacking on this, I assume I'm in the > > jurisdiction of some other mailing list. What would be appropriate? > > Rob. > > > > > > > > > > John Galt wrote: > > > > > > THANKYOUTHANKYOUTHANKYOU!!!!!! Can I assist in the test? > > > > > > On Sat, 2 Sep 2000, rob wrote: > > > > > > > Someone asked a week or so ago about the Synaptics touch pad 'driver'. > > > > I have the Linux source here. It is not really a driver, but a config > > > > utility which sets up the pad so that the extra functions work. So it > > > > looks pretty simple so I've decided I will try to port it. > > > > Unfortunately it uses the deprecated 'ftime' function, and also > > > > 'getopt_long' which doesn't seem to work even though getopt.h on my > > > > system seems to include this. > > > > > > > > I'm more of a Python programmer. Maybe I can write Python config > > > > program. Rob. > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > -- > > > When you are having a bad day, and it seems like everybody is trying to > > > tick you off, remember that it takes 42 muscles to produce a frown, but > > > only 4 muscles to work the trigger of a good sniper rifle. > > > > > > Who is John galt? Galt@inconnu.isu.edu, that's who! > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > When you are having a bad day, and it seems like everybody is trying to > tick you off, remember that it takes 42 muscles to produce a frown, but > only 4 muscles to work the trigger of a good sniper rifle. > > Who is John galt? Galt@inconnu.isu.edu, that's who! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 10:37:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 2A01F37B424 for ; Sun, 3 Sep 2000 10:37:08 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-213-168-72-49.netcologne.de [213.168.72.49]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id TAA26110; Sun, 3 Sep 2000 19:37:06 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e83HauN00346; Sun, 3 Sep 2000 19:36:56 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Sun, 3 Sep 2000 19:36:56 +0200 (CEST) From: Paul Herman To: Odhiambo Washington Cc: FreeBSD-Questions Subject: Re: Kernel Build Error In-Reply-To: <20000903202406.A53740@siafu.iconnect.co.ke> 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 Wash, On Sun, 3 Sep 2000, Odhiambo Washington wrote: > Quoting Paul Herman : > [000903 17:15]: > Paul Herman>I believe this method ("make buildkernel KERNEL=...") works if you > Paul Herman>built world first. That's been my experience, anyway. If it *only* > Paul Herman>works if you build world first, I can't say... > > Thanks. it has worked. But again why do I see the slice usage go up after > all this? Like /var space has gone down considerably.. Well, other than /usr/obj getting filled, installkernel backs up /kernel and /modules, which is ~6MB or so in /. installworld will wipe out lots of files in /var (logs, locate.database, etc...) which might explain what you saw. If you can read Makefiles, there is a lot going on in /usr/src and /usr/src/etc/... -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 10:38:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 33D4937B423 for ; Sun, 3 Sep 2000 10:38:21 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13Vdho-000EUY-00 for freebsd-questions@FreeBSD.ORG; Sun, 3 Sep 2000 20:37:20 +0300 Date: Sun, 3 Sep 2000 20:37:20 +0300 From: Odhiambo Washington To: "freebsd-questions@freebsd.org" Subject: Re: USB probe messages -- are these 'ok'? Message-ID: <20000903203720.D53740@siafu.iconnect.co.ke> Mail-Followup-To: "freebsd-questions@freebsd.org" References: <20000903184630.C41029@siafu.iconnect.co.ke> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Caleb Land on Sun, Sep 03, 2000 at 12:13:13PM -0400 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 8:35PM up 6 days, 9:25, 1 user, load averages: 0.20, 0.10, 0.09 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Caleb Land : [000903 19:04]: Caleb Land>Hello, Caleb Land> I was having a similar problem with my SCSI card (aha152x - an ISA Caleb Land>card with jumpers) and I found out that while it worked in Windows, it Caleb Land>didn't work in linux because linux was PnP'ing my network card to the same Caleb Land>IRQ as my SCSI card. If that particular sound card uses a specific IRQ Caleb Land>(11 in your case) and is ISA, you might be able to force your BIOS to Caleb Land>reserve that IRQ for ISA only (not anything else) then the BIOS will Caleb Land>assign USB to another IRQ. Yes, it is an ISA card. I am going to look into this and see what happens when I enable USB in the kernel again. I am going to give you a feedback on my endeavour. Thank you so much....so far ;-) -wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 The only use of a knowledge of the past is to equip us for the present. The present contains all that there is. It is holy ground; for it is the past, and it is the future. -Alfred North Whitehead To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 10:44:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from femail1.sdc1.sfba.home.com (femail1.sdc1.sfba.home.com [24.0.95.81]) by hub.freebsd.org (Postfix) with ESMTP id 0943C37B423 for ; Sun, 3 Sep 2000 10:44:23 -0700 (PDT) Received: from home.com ([24.12.186.185]) by femail1.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000903174416.TUWW569.femail1.sdc1.sfba.home.com@home.com>; Sun, 3 Sep 2000 10:44:16 -0700 Message-ID: <39B22B90.C668CF9A@home.com> Date: Sun, 03 Sep 2000 10:44:32 +0000 From: rob X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Mike Meyer Cc: questions@FreeBSD.ORG Subject: Re: Why not XEmacs, after all? References: <14769.42910.433715.290489@guru.mired.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Meyer wrote: > > rob writes: > > I now have Lynx and w3m, and tried them out. Its nice with no ads! Is > > it possible to configure either of them so that they spawn some external > > program from a given mime type? I read the manuals and didn't see > > anything. Thanks, Rob. > > They both use ~/.mailcap, which is what Netscape uses as well. The > syntax is "type/subtype;command". Type and subtype are the appropriate > MIME values. Subtype can be "*" to mean "any of this type". Command > should include a "%s" that will have the file name of the temporary > file plugged in. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message I always wondered what that file was. I always thought it was some config file from a mail program that I never used. It odd that I never looked in it. Rob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 11: 4:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id 553B937B43E for ; Sun, 3 Sep 2000 11:04:07 -0700 (PDT) Received: from parish.my.domain ([62.255.97.1]) by mta06-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000903180404.TSBA312.mta06-svc.ntlworld.com@parish.my.domain> for ; Sun, 3 Sep 2000 19:04:04 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id TAA02804 for questions@freebsd.org; Sun, 3 Sep 2000 19:04:09 +0100 (BST) (envelope-from mark) Date: Sun, 3 Sep 2000 19:04:09 +0100 From: Mark Ovens To: questions@freebsd.org Subject: perl(1) question Message-ID: <20000903190409.B255@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does index() ignore leading whitespace? A perl(1) script I have appears to be doing just that. Isolating the relevant lines I have: #!/usr/bin/perl -w open 'CONTENTS',"/usr/mark/scrap" or die "cannot open /usr/mark/scrap"; until (eof 'CONTENTS') { chomp ($line = ); $i = index($line, /FOO/i); print "line\=$line\n"; print "i \= $i\n"; }; close 'CONTENTS'; Running this on a file containing: Foobar Foobar foobar FOOBAR foOBar I get: # ./scrap.pl scrap Use of uninitialized value at ./scrap.pl line 7, chunk 1. line=Foobar i = 0 Use of uninitialized value at ./scrap.pl line 7, chunk 2. line= Foobar i = 0 Use of uninitialized value at ./scrap.pl line 7, chunk 3. line= foobar i = 0 Use of uninitialized value at ./scrap.pl line 7, chunk 4. line= FOOBAR i = 0 Use of uninitialized value at ./scrap.pl line 7, chunk 5. line= foOBar i = 0 # So index() appears to be ignoring the leading whitespace because it always returns 0. Also, what causes the "Use of uninitialized value...." warning? I cannot see anything wrong with the script. I've checked Learning Perl by Schwartx and Christiansen and the perl manpages; also the code is taken from the original script which doesn't give this warning. Any pointers would be greatly appreciated. TIA -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Sep 3 11: 5:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id 20E3A37B423 for ; Sun, 3 Sep 2000 11:05:35 -0700 (PDT) Received: from parish.my.domain ([62.255.97.1]) by mta07-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000903173410.QUPI295.mta07-svc.ntlworld.com@parish.my.domain>; Sun, 3 Sep 2000 18:34:10 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA02652; Sun, 3 Sep 2000 18:34:15 +0100 (BST) (envelope-from mark) Date: Sun, 3 Sep 2000 18:34:15 +0100 From: Mark Ovens To: Odhiambo Washington Cc: freebsd-questions@freebsd.org Subject: Re: mount a DOS volume in extended partition Message-ID: <20000903183415.A255@parish> References: <5996.000830@crosswinds.net> <20000830184614.A254@parish> <20000903185950.D41029@siafu.iconnect.co.ke> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20000903185950.D41029@siafu.iconnect.co.ke>; from vedette@iconnect.co.ke on Sun, Sep 03, 2000 at 06:59:50PM +0300 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 03, 2000 at 06:59:50PM +0300, Odhiambo Washington wrote: > Quoting Mark Ovens : > [000830 21:21]: > Mark Ovens>On Wed, Aug 30, 2000 at 04:15:28PM +0200, Micke Josefsson wrote: > Mark Ovens>> > Mark Ovens>> On 30-Aug-00 Arseny Slobodjuck wrote: > Mark Ovens>> > > Mark Ovens>> > Hi, > Mark Ovens>> > > Mark Ovens>> > How do I mount a DOS volume in extended partition ? In /dev > Mark Ovens>> > all the extendeded partition named ad0s2, how can I access > Mark Ovens>> > a particular logical disk in it ? > Mark Ovens>> > > Mark Ovens>> > > Mark Ovens>> > > Mark Ovens>> > > Mark Ovens>> > Mark Ovens>> s1-s4 are 'normal' partitions. s5-... are partitions within an extended > Mark Ovens>> partition. So I'd guess you will have to do this: > Mark Ovens>> > Mark Ovens>> cd /dev > Mark Ovens>> ./MAKEDEV ad0s5 > Mark Ovens>> mount_dos /dev/ad0s5 /mnt > Mark Ovens>> > Mark Ovens> > Mark Ovens>That's it, apart from the typo; it should be ``mount_msdos'' although > Mark Ovens> > Mark Ovens> mount -t msdos /dev/ad0s5 /mnt > Mark Ovens> > Mark Ovens>is usually preferred, and of course the best way is to add an entry to > Mark Ovens>/etc/fstab: > Mark Ovens> > Mark Ovens>/dev/ad0s5 /dos msdos rw 0 0 > Mark Ovens> > Mark Ovens>(add noauto to rw if you don't want it mounted at boot, that's > Mark Ovens>``rw,noauto'', no spaces (and no quotes)). > > In the same token, may I ask if it is possible to mount ntfs file systems > in rw mode???? In theory, yes. Although the NTFS driver is really read-only. Read the mount_ntfs(8) manpage for details of the limited write capability. > > Thanks. > > -Wash > > -- > Odhiambo Washington > Systems Administrator > Inter-Connect Ltd. > 3rd Flr The Chancery > Valley Rd > PO Box 39519 Nairobi, KENYA > Tel: 254 2 711140 > Fax: 254 2 718418 > > Hard work will never break up with you. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Sep 3 11:19:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.241.36]) by hub.freebsd.org (Postfix) with ESMTP id 6869737B423 for ; Sun, 3 Sep 2000 11:19:53 -0700 (PDT) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id UAA00816; Sun, 3 Sep 2000 20:16:04 +0200 (MEST) Message-ID: <39B29564.2003763A@gmx.de> Date: Sun, 03 Sep 2000 20:16:04 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: Joel Mc Graw , "freebsd-questions@freebsd.org" Subject: Re: Dual Boot: FreeBSD and BeOS References: <39B1B2EF.74ED268E@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 Hi Joel, > Hmmm, this is probably a dumb question. > The Hardware: AMD K62-400, Maxtor 10G (primary master), Quantum 12G > (secondary master). > The Issue: I originally had the Quantum as the primary drive, and I > installed Be on it. Then I added the Maxtor, and installed FreeBSD > 4.1r. When I boot, the FBSD boot manager says: > F1 FreeBSD > F5 Disk2 > > If I select "F5", it tells me there it finds no boot record. I'm > probably overlooking something obvious, but I'd appreciate any > suggestions. I use xosl as bootmanager. In its documentation I found a hint, that the BeOs bootmanager (started from a BeOS shell with the command "bootman") has to be installed once. This will write then a sufficient boot record on the disk. Afterwards you can change your boot manager to whatever you want to boot this partition. The same is true for Linux. You will need lilo installed in some Linux partition. BTW, the BeOS bootmanager is the second finest piece I ever found of this kind. Really easy to use. Guess which is my #1 :-) Hope this aims at your problem. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 11:31:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inconnu.isu.edu (inconnu.isu.edu [134.50.8.55]) by hub.freebsd.org (Postfix) with ESMTP id B434C37B43F for ; Sun, 3 Sep 2000 11:31:16 -0700 (PDT) Received: from localhost (galt@localhost) by inconnu.isu.edu (8.9.3/8.9.3) with ESMTP id MAA10389; Sun, 3 Sep 2000 12:30:14 -0600 Date: Sun, 3 Sep 2000 12:30:14 -0600 (MDT) From: John Galt To: rob Cc: "questions@FreeBSD.ORG" Subject: Re: Synaptics touchpad config program\ Python hacking In-Reply-To: <39B229C7.9AA0DA37@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 There were PS/2 versions of the synaptics, as well as 9-pin serial. Micro Innovations put out a keyboard/touchpad that uses the serial version (in fact the reason I know is I looked at my own MI keyboard...:), however I'm thinking that most notebooks quite logically used the ps/2 protocol (I don't think that anyone would've used the term "logically" WRT PS/2 when the IBM PS/2 came out :). I'm not a python programmer myself, but I'm thinking that the method used in communicating with the PS/2 port are almost exactly the same as the cuaaX ports, so I doubt that this has much bearing on the final result other than a "heads up" that there is more than one flavor (as is the case with almost all mice any more). On Sun, 3 Sep 2000, rob wrote: > I get confused with Linux. On this machine it is /dev/psm0. I have to > kill moused to be able to access it. Rob. > > John Galt wrote: > > > > FYI, some synaptics devices (like mine) are on cuaaX (serial)... > > > > On Sat, 2 Sep 2000, rob wrote: > > > > > First I need to see if I can communicate with /dev/psaux via the Python > > > console. I need to start brewing some coffee to build up the > > > initiative. So once I start hacking on this, I assume I'm in the > > > jurisdiction of some other mailing list. What would be appropriate? > > > Rob. > > > > > > > > > > > > > > > John Galt wrote: > > > > > > > > THANKYOUTHANKYOUTHANKYOU!!!!!! Can I assist in the test? > > > > > > > > On Sat, 2 Sep 2000, rob wrote: > > > > > > > > > Someone asked a week or so ago about the Synaptics touch pad 'driver'. > > > > > I have the Linux source here. It is not really a driver, but a config > > > > > utility which sets up the pad so that the extra functions work. So it > > > > > looks pretty simple so I've decided I will try to port it. > > > > > Unfortunately it uses the deprecated 'ftime' function, and also > > > > > 'getopt_long' which doesn't seem to work even though getopt.h on my > > > > > system seems to include this. > > > > > > > > > > I'm more of a Python programmer. Maybe I can write Python config > > > > > program. Rob. > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > > -- > > > > When you are having a bad day, and it seems like everybody is trying to > > > > tick you off, remember that it takes 42 muscles to produce a frown, but > > > > only 4 muscles to work the trigger of a good sniper rifle. > > > > > > > > Who is John galt? Galt@inconnu.isu.edu, that's who! > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > -- > > When you are having a bad day, and it seems like everybody is trying to > > tick you off, remember that it takes 42 muscles to produce a frown, but > > only 4 muscles to work the trigger of a good sniper rifle. > > > > Who is John galt? Galt@inconnu.isu.edu, that's who! > -- There is an old saying that if a million monkeys typed on a million keyboards for a million years, eventually all the works of Shakespeare would be produced. Now, thanks to Usenet, we know this is not true. Who is John Galt? galt@inconnu.isu.edu, that's who! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 11:31:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom0-193.telepath.com [216.14.0.193]) by hub.freebsd.org (Postfix) with SMTP id DCA2437B43E for ; Sun, 3 Sep 2000 11:31:41 -0700 (PDT) Received: (qmail 13218 invoked by uid 100); 3 Sep 2000 18:31:39 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14770.39179.779952.698846@guru.mired.org> Date: Sun, 3 Sep 2000 13:31:39 -0500 (CDT) To: rob Cc: questions@FreeBSD.ORG Subject: Re: Why not XEmacs, after all? In-Reply-To: <39B22B90.C668CF9A@home.com> References: <14769.42910.433715.290489@guru.mired.org> <39B22B90.C668CF9A@home.com> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rob writes: > > They both use ~/.mailcap, which is what Netscape uses as well. The > > syntax is "type/subtype;command". Type and subtype are the appropriate > > MIME values. Subtype can be "*" to mean "any of this type". Command > > should include a "%s" that will have the file name of the temporary > > file plugged in. > I always wondered what that file was. I always thought it was some > config file from a mail program that I never used. It odd that I never > looked in it. Rob. That's actually correct. MIME was originally introduced as a mail format, and mailcap files were used by mailers. Web browsers using them was an obvious move. ; Sun, 3 Sep 2000 11:37:23 -0700 (PDT) Received: (qmail 13352 invoked by uid 100); 3 Sep 2000 18:36:47 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14770.39487.46522.546296@guru.mired.org> Date: Sun, 3 Sep 2000 13:36:47 -0500 (CDT) To: groggy@iname.com Cc: questions@freebsd.org Subject: Re: signature? In-Reply-To: <25395295@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG groggy@iname.com writes: > > It's not port UDP 68, it's netbios-ns; it's Windows boxs that like to do a > > netbios nameserver lookup on whoever connections to them. MS assumed that > > anything connecting to them "must" be a windows box and tries to log the > > Netbios name of it.... these end up as mostly noise in firewall logs. > > > > I specifically disabled monitoring of UDP 137/138 in my own firewalls as the > > number of stupid IIS servers that kept trying to find out the netbios name > > of the squid proxies was filling the logs with useless information... > this sounds good to me :) i figured it was some IIS crap ... > i think my ISP recently replaced their SunOS and System V boxes > with IIS servers - i know they renamed all their boxes - and that's > when this problem started. it still bothers me that they have a right > to clutter my connection with so much useless garbage! i mean, it does > cause "stalls" on connections to my server since 10 seconds > of every minute my connectin is jammed with this garbage ... > it would be a hassle to change providers for many reasons, > do i have any right to make them stop? :) i mean, it's > almost a DOS attack, isn't it? :) If you feel like it's a DOS (or some other form of) attack, then it is. Treat it as one - as correctly as possible. Don't assume that they are doing it on purpose, or even know that it's going on. Report it as an attack that may be coming from somone having broken into their systems, and ask them to deal with it. To: Mark Ovens Cc: questions@freebsd.org Subject: Re: perl(1) question Message-ID: <20000903210401.A42226@snoopy.brwn.org> References: <20000903190409.B255@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2i In-Reply-To: <20000903190409.B255@parish>; from marko@freebsd.org on Sun, Sep 03, 2000 at 07:04:09PM +0100 X-Public-Key: http://willem.brwn.org/pubkey.txt X-Chat-Server: http://chat.brwn.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, It would seem that the string index searches for is not a regular expression. The following changes seems to work when I tried it. $i = index(uc $line, "FOO"); Basically, convert the word to all uppercase and then check the line. line=Foobar i = 0 line= Foobar i = 1 line= foobar i = 2 line= FOOBAR i = 3 line= foOBar i = 8 On Sun, Sep 03, 2000 at 07:04:09PM +0100, Mark Ovens wrote: > Does index() ignore leading whitespace? A perl(1) script I have > appears to be doing just that. Isolating the relevant lines I have: > > #!/usr/bin/perl -w > > open 'CONTENTS',"/usr/mark/scrap" or die "cannot open /usr/mark/scrap"; > > until (eof 'CONTENTS') { > chomp ($line = ); > $i = index($line, /FOO/i); > print "line\=$line\n"; > print "i \= $i\n"; > }; > > close 'CONTENTS'; > > Running this on a file containing: > > Foobar > Foobar > foobar > FOOBAR > foOBar > > I get: > > # ./scrap.pl scrap > Use of uninitialized value at ./scrap.pl line 7, chunk 1. > line=Foobar > i = 0 > Use of uninitialized value at ./scrap.pl line 7, chunk 2. > line= Foobar > i = 0 > Use of uninitialized value at ./scrap.pl line 7, chunk 3. > line= foobar > i = 0 > Use of uninitialized value at ./scrap.pl line 7, chunk 4. > line= FOOBAR > i = 0 > Use of uninitialized value at ./scrap.pl line 7, chunk 5. > line= foOBar > i = 0 > # > > So index() appears to be ignoring the leading whitespace because it > always returns 0. > > Also, what causes the "Use of uninitialized value...." warning? I > cannot see anything wrong with the script. I've checked Learning Perl > by Schwartx and Christiansen and the perl manpages; also the code is > taken from the original script which doesn't give this warning. > > Any pointers would be greatly appreciated. > > TIA > > -- > 4.4 - The number of the Beastie > ________________________________________________________________ > 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org > 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark > mailto:marko@freebsd.org http://www.radan.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Best Regards Willem Brown -- /* =============================================================== */ /* Linux, FreeBSD, NetBSD, OpenBSD. The choice is yours. */ /* =============================================================== */ Speak softly and own a big, mean doberman. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 12:21: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by hub.freebsd.org (Postfix) with ESMTP id ECCF837B424 for ; Sun, 3 Sep 2000 12:21:00 -0700 (PDT) Received: from ipamzlx.Physik.Uni-Mainz.DE (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by ipamzlx.physik.uni-mainz.de (8.11.0/8.9.3) with ESMTP id e83JNRG46444 for ; Sun, 3 Sep 2000 21:23:28 +0200 (CEST) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Sun, 3 Sep 2000 21:23:27 +0200 (CEST) From: "O. Hartmann" To: freebsd-questions@freebsd.org Subject: Questions on ENVIRONMENT variables in printing system 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 Sirs. I use "magicfilter" out of the ports-collection with great success, but I have a general problem with environment variables like PATH etc. when using piping or filtering through some applications. I preprocess my PS-Input with psset from the a2ps-suit to set some setpagedevice-options for duplex-printing or tray selections. psset calls fixps after it has performed its tasks, but fixps isn't fiund at all because the environment within magicfilter works seems not to know anything outside the pathes /bin, /usr/bin, /sbin and /usr/sbin. I see no possibility at this moment to use a workaround by filtering through files. I got rid of thsi problem by symlinking fixps from /usr/loal/bin to /usr/bin, but this is not the way of elegance. How can I pass environment variables to the lpd-system and so far for the magicfilter? Is this set up by some specifications in /etc/login.conf? Thanks in advance, Gruss O. Hartmann ------------------------------------------------------------------- ohartman@ipamzlx.physik.uni-mainz.de Klimadatenserver des IPA, Universitaet Mainz Netzwerk- und Systembetreuung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 12:59:46 2000 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 8F8D937B422; Sun, 3 Sep 2000 12:59:31 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13Vepr-000DRa-00; Sun, 03 Sep 2000 19:49:43 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id TAA73458; Sun, 3 Sep 2000 19:49:42 +0100 (BST) (envelope-from ben) Date: Sun, 3 Sep 2000 19:49:42 +0100 From: Ben Smithurst To: Mark Ovens Cc: questions@freebsd.org Subject: Re: perl(1) question Message-ID: <20000903194942.V72445@strontium.scientia.demon.co.uk> References: <20000903190409.B255@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000903190409.B255@parish> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Ovens wrote: > open 'CONTENTS',"/usr/mark/scrap" or die "cannot open /usr/mark/scrap"; Quotes around a filehandle name? Looks odd to me, though I guess it must be legal. > until (eof 'CONTENTS') { Loops based on an explicit EOF test like that always seem wrong to me, and often are in C. Looking at the manpage it seems this is correct in Perl at least, but it still looks funny. Why not use the usual Perl idiom instead, while () { chomp; and work with "$_" (which is the default for many things) instead of "$line". > $i = index($line, /FOO/i); Dodgy. perlfunc says the second argument is a string, not a regex, but I'm not that familiar with it. If so, index will end up searching for the result of matching /FOO/i against "$_" which isn't defined, so it will search for undef, which will be converted to the empty string, which it will always find at offset zero. I'm not really a Perl guru, but this makes sense to me at least. > Also, what causes the "Use of uninitialized value...." warning? See above. :-) Try something like this: ben@magnesium:~/tmp$ cat t.pl #!/usr/bin/perl -w while () { if (/FOO/i) { printf "match at offset %d\n", length($`); } else { print "No match\n"; } }; ben@magnesium:~/tmp$ cat testdata foo bar hello foo bar foo foo foo ben@magnesium:~/tmp$ perl -w t.pl < testdata match at offset 0 No match match at offset 14 match at offset 1 This assumes I'm understanding your problem correctly. There may be a more efficient way to do this, I think using $` and friends is supposed to be inefficient. Obviously you'll have to open your file as you did before and use CONTENTS in place of STDIN, etc, etc... -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 13:28: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.hccnet.nl (pop.hccnet.nl [193.172.127.94]) by hub.freebsd.org (Postfix) with ESMTP id 3170037B424 for ; Sun, 3 Sep 2000 13:27:57 -0700 (PDT) Received: from parmenides.utp.net by pop.hccnet.nl via uds41-115.dial.hccnet.nl [193.173.115.41] with ESMTP id WAA19176 (8.8.5/1.13); Sun, 3 Sep 2000 22:26:21 +0200 (MET DST) Received: from localhost (janko@localhost) by parmenides.utp.net (8.9.3/8.9.3) with ESMTP id WAA00329; Sun, 3 Sep 2000 22:26:18 +0200 (CEST) (envelope-from janko@compuserve.com) X-Authentication-Warning: parmenides.utp.net: janko owned process doing -bs Date: Sun, 3 Sep 2000 22:26:18 +0200 (CEST) From: Janko van Roosmalen X-Sender: janko@parmenides.utp.net To: Greg Lehey Cc: FreeBSD Questions , groggy@iname.com Subject: Re: signature? In-Reply-To: <20000903085224.I17337@wantadilla.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 The "netbios-ns" makes me think of a Windows 95/98/NT station or a Samba server. Checking "/etc/services" however points to a bootp client. bootpc 68/tcp # BOOTP client bootpc 68/udp It could be a Windows station which is broadcasting on the ADSL line. It is not uncommon for Windows users to see their neigbours PC in their "Windows Network Neigbourhood" when they use a ADSL or DSL service. The SMB/"Netbios over TCP/IP" protocol used by Windows is a very talkative protocol, which uses broadcasting a lot to announce their name, services and to force elections to become master browser on the subnet. I suspect it is a misconfigured Windows box on the ADSL net looking for an IP address. Janko van Roosmalen On Sun, 3 Sep 2000, Greg Lehey wrote: [snip] > On Saturday, 2 September 2000 at 20:14:03 +0000, groggy@iname.com wrote: > > can anyone tell me what the heck my ISP is doing to my machine? > > It's the name of your system: > > > Received: (from abc@localhost) > > by groggy.anc.ptialaska.net (8.9.3/8.9.3) id UAA02138 > > for isp@freebsd.org; Sat, 2 Sep 2000 20:14:03 GMT > > (envelope-from groggy@iname.com) > > > is it a recognizable signature? they repeat this every > > 1-2 minutes - and it does clog my connection a little! > > is it stuff i should allow - or is something strange > > going on? udp 68 is the "bootstrap protocol client". > > i don't know what the heck that has to do with me, > > The messages seem to be coming from your end. I don't even see any > replies. The two messages at 05:13:25.548800 have nothing to do with > you, but suggest that you're on a broadcast medium. Considering that > the names suggest this is ADSL, you might ask your ISP about that. > > > this is the full sequence ... > > > > 05:13:24.048994 209-193-28-245.adsl.jnu.acsalaska.net.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > 05:13:24.049044 209-193-28-245.adsl.jnu.acsalaska.net.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > 05:13:24.168796 groggy.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > 05:13:24.168828 groggy.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > 05:13:24.308786 groggy.51488 > 208.151.115.193.netbios-ns: udp 68 > > 05:13:24.308822 groggy.51488 > 208.151.115.193.netbios-ns: udp 68 > > 05:13:24.428758 groggy.46346 > 208.151.115.193.netbios-ns: udp 68 > > > > 05:13:25.528810 groggy.32996 > 208.151.115.193.netbios-ns: udp 68 > > 05:13:25.528842 groggy.32996 > 208.151.115.193.netbios-ns: udp 68 > > 05:13:25.548800 209-193-28-245.adsl.jnu.acsalaska.net.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > 05:13:25.548831 209-193-28-245.adsl.jnu.acsalaska.net.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > 05:13:25.668925 groggy.45057 > 208.151.115.193.netbios-ns: udp 68 > > 05:13:25.668957 groggy.45057 > 208.151.115.193.netbios-ns: udp 68 > > 05:13:25.699102 groggy.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > 05:13:25.699133 groggy.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > 05:13:25.808811 groggy.46773 > 208.151.115.193.netbios-ns: udp 68 > > > > > i don't use dhcp or anything like that ... > > Are you sure you're not running some other daemon which uses this > service? Take a look with 'ps lax' and see what you get. > > Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 13:32: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cwalk.org (cx521708-b.pv1.ca.home.com [24.177.2.144]) by hub.freebsd.org (Postfix) with ESMTP id B808637B43C for ; Sun, 3 Sep 2000 13:32:04 -0700 (PDT) Received: (from root@localhost) by cwalk.org (8.9.3/8.9.3) id NAA01935 for questions@freebsd.org; Sun, 3 Sep 2000 13:31:44 -0700 (PDT) (envelope-from root) Date: Sun, 3 Sep 2000 13:31:44 -0700 (PDT) From: Caleb Walker Message-Id: <200009032031.NAA01935@cwalk.org> To: questions@freebsd.org 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 Sep 3 14: 0:14 2000 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 CAB8137B42C for ; Sun, 3 Sep 2000 14:00:11 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e83L03X23474; Sun, 3 Sep 2000 14:00:03 -0700 (PDT) Date: Sun, 3 Sep 2000 14:00:03 -0700 From: Alfred Perlstein To: Hanspeter Roth Bsag Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ext2fs support robust? Message-ID: <20000903140003.D18862@fw.wintelcom.net> References: <20000903154433.A13312@bs11.bsag.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20000903154433.A13312@bs11.bsag.ch>; from roth@bsag.ch on Sun, Sep 03, 2000 at 03:44:33PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Hanspeter Roth Bsag [000903 06:44] wrote: > Hello, > > has somebody experiance in running ext2fs under FreeBsd? > Can one expect it to be robust? > Can Ext2fs be exported via NFS with write access? > (I'm considering replaceing a linux server with home and project fs > as ext2fs.) It's ok, but you're much better off using FreeBSD's native UFS. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 14: 9:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.wertep.com (relay2.wertep.com [194.44.90.130]) by hub.freebsd.org (Postfix) with ESMTP id 726A637B42C; Sun, 3 Sep 2000 14:09:11 -0700 (PDT) Received: from She.wertep.com (she-tun-proxy [192.168.252.2]) by relay2.wertep.com (8.9.3/8.9.3) with ESMTP id AAA14867; Mon, 4 Sep 2000 00:09:03 +0300 (EEST) (envelope-from petro@She.wertep.com) Received: from localhost (petro@localhost) by She.wertep.com (8.9.3/8.9.3) with ESMTP id AAA56402; Mon, 4 Sep 2000 00:09:58 +0300 (EEST) (envelope-from petro@She.wertep.com) Date: Mon, 4 Sep 2000 00:09:58 +0300 (EEST) From: petro To: freebsd-hackers@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Boot 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 Excuse that I again trouble you, but after I read snth on Freebsd.org I have such questions. I installed FreeBSD 3.5 on Compaq Proliant 1500 with SCSI disks and after booting I receive such message: changing root device to wd0s1a changing root device to wd0a error 6: panic: cannot mount root (2) My / filesystem is on idad0s1a so I tried when booting wrote so boot: 0:da(0,a)/boot/loader but it doesn't help, please answer me what I must write in the beggining of booting(or somewhere else) to boot from my SCSI disks.... Thank you very much.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 14:32:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id C897537B424 for ; Sun, 3 Sep 2000 14:32:48 -0700 (PDT) Received: from freebsd.freebsd.org (tntwc01-3-108.idx.com.au [203.166.3.108]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id IAA10033 for ; Mon, 4 Sep 2000 08:32:44 +1100 From: Danny To: freebsd-questions@freebsd.org Subject: MySQL FOREIGN KEYS Date: Mon, 4 Sep 2000 07:36:09 +1100 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00090407430402.00345@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -- I am rnning mysql on FreeBSD 3.3 - I type in the following cliche example of a database CREATE TABLE Customer (Customer_ID INT NOT NULL AUTO_INCREMENT, Customer_Name varchar(20), Customer_Address varchar(50), Customer_Email varchar(50), PRIMARY KEY (Customer_ID)) ; CREaTE TABLE Agent (Agent_ID INT NOT NULL AUTO_INCREMENT, Agent_Name varchar(20), Agent_Address varchar(50), Agent_Email varchar(50), PRIMARY KEY (Agent_ID)) ; CREATE TABLE Assign (Assign_ID INT NOT NULL AUTO_INCREMENT, Customer_ID INT, Agent_ID INT, PRIMARY KEY (Assign_ID), FOREIGN KEY (Customer_ID) FROM Customer ON UPDATE CASCADE, FOREIGN KEY (Agent_ID) FROM Agent ON UPDATE CASCADE, ) ; When I connect to the database and I type in DESCRIBE Assign It doesn't show Foreign keys in the database design Question 1) Is mySQL not ANSI SQL compliant? 2) How would I code the SQL in the above example to use Foreign keys ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 14:34:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.screaming.net (smtp.screaming.net [212.49.224.20]) by hub.freebsd.org (Postfix) with ESMTP id D288137B422 for ; Sun, 3 Sep 2000 14:34:10 -0700 (PDT) Received: from lexx.my.domain (dyn36-ras32.screaming.net [212.49.255.36]) by smtp.screaming.net (8.9.3/8.9.3) with SMTP id VAA29193 for ; Sun, 3 Sep 2000 21:36:59 GMT From: John Murphy To: questions@freebsd.org Subject: caching DNS server (was DNS resolving by internal network) Date: Sun, 03 Sep 2000 22:33:48 +0100 Organization: The Organisation Reply-To: bigotfo@bigfoot.com Message-ID: X-Mailer: Forte Agent 1.6/32.525 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 Ben Smithurst wrote: >[caching DNS server] >> I, for one, would like to do that. Is there a tutorial somewhere? > >Not that I know of. But the named.conf file you need should be fairly >simple, the important bits you need to add are: > > forward first; > forwarders { > 1.2.3.4; > 5.6.7.8; > }; > >Where the two IP addresses are the IP addresses of your ISP's >nameservers which would normally be in /etc/resolv.conf. This will make >named forward requests to those nameservers, and cache the answers. If >those nameservers don't respond your local named will contact the root >name servers (see named.root) and find the answer from there, which >will take longer. But most of the time your ISP's nameservers should >respond, of course. > >The /etc/resolv.conf files (or Windows TCP/IP settings, or whatever) on >your other computers should then list just the IP address of your local >machine which is running named. Sounds easy enough. Unfortunately... named complained couldn't find localhost.rev so I ran #sh make-localhost which made localhost.rev There was a remark in named.conf to put 127.0.0.1 in /etc/resolv.conf so I put nameserver 127.0.0.1 at the top. But I still got loads of natd errors. /kernel: ipfw: 65435 Deny UDP 127.1.1.1:53 192.36.148.17:53 out via tun0 The IP numbers are those in /etc/namedb/named.root ^^^^^ natd[95]: failed to write packet back (Permission denied) Altered my firewall rules as I'd restricted :53 to only the ISP's DNS. The problem is that whenever I reboot or start the machine it dials my ISP! I even tried creating /etc/namedb/s and chowned it as mentioned in named.conf. I'm not even sure that it's caching. There's nothing in /etc/namedb/s. // $Id: named.conf,v 1.5 1998/12/23 06:06:13 dillon Exp $ // // Refer to the named(8) man page for details. If you are ever going // to setup a primary server, make sure you've understood the hairy // details of how DNS is working. Even with simple mistakes, you can // break connectivity for affected parties, or cause huge amount of // useless Internet traffic. options { directory "/etc/namedb"; // In addition to the "forwarders" clause, you can force your name // server to never initiate queries of its own, but always ask its // forwarders only, by enabling the following line: // //forward only; // If you've got a DNS server around at your upstream provider, enter // its IP address here, and enable the line below. This will make you // benefit from its cache, thus reduce overall DNS traffic in the = Internet. forward first; forwarders { 212.49.224.2; 212.49.224.3; }; /* * If there is a firewall between you and nameservers you want * to talk to, you might need to uncomment the query-source * directive below. Previous versions of BIND always asked * questions using port 53, but BIND 8.1 uses an unprivileged * port by default. */ query-source address * port 53; /* * If running in a sandbox, you may have to specify a different * location for the dumpfile. */ dump-file "s/named_dump.db"; }; // Note: the following will be supported in a future release. /* host { any; } { topology { 127.0.0.0/8; }; }; */ // Setting up secondaries is way easier and the rough picture for this // is explained below. // // If you enable a local name server, don't forget to enter 127.0.0.1 // into your /etc/resolv.conf so this server will be queried first. // Also, make sure to enable it in /etc/rc.conf. zone "." { type hint; file "named.root"; }; zone "0.0.127.IN-ADDR.ARPA" { type master; file "localhost.rev"; }; // NB: Do not use the IP addresses below, they are faked, and only // serve demonstration/documentation purposes! // // Example secondary config entries. It can be convenient to become // a secondary at least for the zone where your own domain is in. Ask // your network administrator for the IP address of the responsible // primary. // // Never forget to include the reverse lookup (IN-ADDR.ARPA) zone! // (This is the first bytes of the respective IP address, in reverse // order, with ".IN-ADDR.ARPA" appended.) // // Before starting to setup a primary zone, better make sure you fully // understand how DNS and BIND works, however. There are sometimes // unobvious pitfalls. Setting up a secondary is comparably simpler. // // NB: Don't blindly enable the examples below. :-) Use actual names // and addresses instead. // // NOTE!!! FreeBSD runs bind in a sandbox (see named_flags in rc.conf). // The directory containing the secondary zones must be write accessible=20 // to bind. The following sequence is suggested: // // mkdir /etc/namedb/s // chown bind.bind /etc/namedb/s // chmod 750 /etc/namedb/s /* zone "domain.com" { type slave; file "s/domain.com.bak"; masters { 192.168.1.1; }; }; zone "0.168.192.in-addr.arpa" { type slave; file "s/0.168.192.in-addr.arpa.bak"; masters { 192.168.1.1; }; }; */ Any ideas? John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 14:52:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.venon.com (ns1.venon.com [64.7.7.83]) by hub.freebsd.org (Postfix) with ESMTP id 98EA837B42C for ; Sun, 3 Sep 2000 14:52:17 -0700 (PDT) Received: from megalomaniac.biosys.net (megalomaniac.venon.com [64.7.7.82]) by ns1.venon.com (Postfix) with ESMTP id 6A95AD1483; Sun, 3 Sep 2000 17:54:25 -0400 (EDT) Message-Id: <4.3.2.7.2.20000903175309.00b12658@mail.megapathdsl.net> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sun, 03 Sep 2000 17:55:12 -0400 To: Danny , freebsd-questions@FreeBSD.ORG From: Allen Landsidel Subject: Re: MySQL FOREIGN KEYS In-Reply-To: <00090407430402.00345@freebsd.freebsd.org> 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 07:36 09/04/2000 +1100, Danny wrote: >When I connect to the database and I type in DESCRIBE Assign >It doesn't show Foreign keys in the database design > >Question > >1) Is mySQL not ANSI SQL compliant? >2) How would I code the SQL in the above example to use Foreign keys ? mySQL is not ANSI SQL complient. I don't recall if it even supports Foreign keys or not, but it's missing a lot of other things you probably want from a real RDBMS like transactions. I strongly recommend you look at Postgresql if you're looking for a free RDBMS, it's a lot more compliant and robust than mySQL. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 15: 7:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dnai.com (dnai.com [207.181.194.98]) by hub.freebsd.org (Postfix) with ESMTP id 90F5437B42C for ; Sun, 3 Sep 2000 15:07:45 -0700 (PDT) Received: from azoth.dnai.com (azoth.dnai.com [207.181.194.94]) by dnai.com (8.9.3/8.9.3) with ESMTP id PAA73261 for ; Sun, 3 Sep 2000 15:07:45 -0700 (PDT) Received: from [192.168.100.2] (dnai-216-15-121-62.cust.dnai.com [216.15.121.62]) by azoth.dnai.com (8.9.3/8.9.3) with ESMTP id PAA69835 for ; Sun, 3 Sep 2000 15:07:44 -0700 (PDT) Mime-Version: 1.0 X-Sender: stevenl@pop.dnai.com Message-Id: In-Reply-To: <00090407430402.00345@freebsd.freebsd.org> References: <00090407430402.00345@freebsd.freebsd.org> Date: Sun, 3 Sep 2000 15:07:40 -0700 To: freebsd-questions@FreeBSD.ORG From: Steve Leibel Subject: Re: MySQL FOREIGN KEYS Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 7:36 AM +1100 9/4/00, Danny wrote: >-- >I am rnning mysql on FreeBSD 3.3 >- I type in the following cliche example of a database > >CREATE TABLE Customer (Customer_ID INT NOT NULL AUTO_INCREMENT, >Customer_Name varchar(20), >Customer_Address varchar(50), >Customer_Email varchar(50), > >PRIMARY KEY (Customer_ID)) >; > >CREaTE TABLE Agent (Agent_ID INT NOT NULL AUTO_INCREMENT, >Agent_Name varchar(20), >Agent_Address varchar(50), >Agent_Email varchar(50), > >PRIMARY KEY (Agent_ID)) > >; > >CREATE TABLE Assign (Assign_ID INT NOT NULL AUTO_INCREMENT, >Customer_ID INT, >Agent_ID INT, > >PRIMARY KEY (Assign_ID), > >FOREIGN KEY (Customer_ID) FROM Customer >ON UPDATE CASCADE, > >FOREIGN KEY (Agent_ID) FROM Agent >ON UPDATE CASCADE, > >) >; > > >When I connect to the database and I type in DESCRIBE Assign >It doesn't show Foreign keys in the database design > >Question > >1) Is mySQL not ANSI SQL compliant? mysql is not even a relational database by some definitions. It does not support transactions, subqueries, or triggers. An excellent open-source alternative is Postgres. I realize many people love mysql. People experienced with more fully functional database systems are generally dismayed to find that the "popular" mysql is lacking essential features. Steve L To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 15: 8:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id 9409537B43C; Sun, 3 Sep 2000 15:08:47 -0700 (PDT) Received: from localhost (bandix@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id SAA18060; Sun, 3 Sep 2000 18:09:04 -0400 (EDT) (envelope-from bandix@looksharp.net) Date: Sun, 3 Sep 2000 18:09:04 -0400 (EDT) From: "Brandon D. Valentine" To: questions@freebsd.org, freebsd-scsi@freebsd.org Subject: AIC7892 / Adaptec 29160 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 having a devil of a time installing 4.1-RELEASE on a machine with a Supermicro 370DL3. The machine has a built in AIC7892 Ultra160 SCSI controller. I've tried LVD, UW, and narrow drives on all three connectors along with different cables and different drives. No combination will be successful. The install always picks a random point during the install of the bin dist to hang. Sometimes if I wait around long enough I will get a panic with SCB errors. To make sure the problem wasn't the SCSI controller I stuck an Adaptec 29160 in one of the 64-bit PCI slots and hooked the drive to that, turning the onboard SCSI controller off in the BIOS. I still receive the same behavior from sysinstall. This leads me to believe it is an issue related to 29160 support in 4.1-RELEASE. I don't have any Ultra160 capable drives but I've tried LVD 80, UW 40, and UN 20 drives on the appropriate connectors. Does anybody. anywhere have any advice on how to get FreeBSD installed on this machine and then how to make sure it's not going to crash in the future? My problem appears very similiar to this one found in the archives but not followed up on: http://www.freebsd.org/cgi/getmsg.cgi?fetch=1702308+1705755+/usr/local/www/db/text/2000/freebsd-questions/20000319.freebsd-questions Brandon D. Valentine -- bandix at looksharp.net | bandix at structbio.vanderbilt.edu "Truth suffers from too much analysis." -- Ancient Fremen Saying To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 15:17:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id 2746437B42C for ; Sun, 3 Sep 2000 15:17:38 -0700 (PDT) Received: from freebsd.freebsd.org (tntwc01-3-108.idx.com.au [203.166.3.108]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id JAA15113; Mon, 4 Sep 2000 09:17:17 +1100 From: Danny To: Allen Landsidel , freebsd-questions@FreeBSD.ORG Subject: Re: MySQL FOREIGN KEYS Date: Mon, 4 Sep 2000 08:26:53 +1100 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <4.3.2.7.2.20000903175309.00b12658@mail.megapathdsl.net> MIME-Version: 1.0 Message-Id: <00090408273703.00345@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG And in response to postgresql ican you install that using ports ? Is there a big learning curve between mysql and postsql? On Mon, 04 Sep 2000, Allen Landsidel wrote: > At 07:36 09/04/2000 +1100, Danny wrote: > > > >When I connect to the database and I type in DESCRIBE Assign > >It doesn't show Foreign keys in the database design > > > >Question > > > >1) Is mySQL not ANSI SQL compliant? > >2) How would I code the SQL in the above example to use Foreign keys ? > > mySQL is not ANSI SQL complient. I don't recall if it even supports > Foreign keys or not, but it's missing a lot of other things you probably > want from a real RDBMS like transactions. > > I strongly recommend you look at Postgresql if you're looking for a free > RDBMS, it's a lot more compliant and robust than mySQL. > > > > > 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 Sep 3 15:32:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from firebat.bushong.net (c128625-a.frmt1.sfba.home.com [24.176.225.90]) by hub.freebsd.org (Postfix) with ESMTP id 67E8E37B424; Sun, 3 Sep 2000 15:32:14 -0700 (PDT) Received: (from dbushong@localhost) by firebat.bushong.net (8.9.3/8.9.3) id PAA84206; Sun, 3 Sep 2000 15:32:08 -0700 (PDT) (envelope-from dbushong) Date: Sun, 3 Sep 2000 15:32:08 -0700 From: David Bushong To: "Brandon D. Valentine" Cc: questions@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: AIC7892 / Adaptec 29160 Message-ID: <20000903153208.V19901@bushong.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bandix@looksharp.net on Sun, Sep 03, 2000 at 06:09:04PM -0400 X-Floating-Sheep-Port: 0xbaa Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had the exact same problem with the exact same motherboard. I finally gave up at stuck a Tekram DC-390U3 in the box and it's worked like a charm. Obviously, this is not the answer you wanted (I was on a deadline). Also, sadly, I didn't realize that there are two different shapes of 64-bit PCI slots and the 370DL3 only has one shape and the Tekram is the other, so I had to use it as a 32-bit card.. You can find my posts and pondering about possible explanations with a search on either freebsd-scsi or freebsd-stable.. don't remember which. --David Bushong On Sun, Sep 03, 2000 at 06:09:04PM -0400, Brandon D. Valentine wrote: > I've been having a devil of a time installing 4.1-RELEASE on a machine > with a Supermicro 370DL3. The machine has a built in AIC7892 Ultra160 > SCSI controller. I've tried LVD, UW, and narrow drives on all three > connectors along with different cables and different drives. No > combination will be successful. The install always picks a random point > during the install of the bin dist to hang. Sometimes if I wait around > long enough I will get a panic with SCB errors. To make sure the > problem wasn't the SCSI controller I stuck an Adaptec 29160 in one of > the 64-bit PCI slots and hooked the drive to that, turning the onboard > SCSI controller off in the BIOS. I still receive the same behavior from > sysinstall. This leads me to believe it is an issue related to 29160 > support in 4.1-RELEASE. I don't have any Ultra160 capable drives but > I've tried LVD 80, UW 40, and UN 20 drives on the appropriate > connectors. Does anybody. anywhere have any advice on how to get > FreeBSD installed on this machine and then how to make sure it's not > going to crash in the future? My problem appears very similiar to this > one found in the archives but not followed up on: > http://www.freebsd.org/cgi/getmsg.cgi?fetch=1702308+1705755+/usr/local/www/db/text/2000/freebsd-questions/20000319.freebsd-questions > > Brandon D. Valentine > -- > bandix at looksharp.net | bandix at structbio.vanderbilt.edu > "Truth suffers from too much analysis." -- Ancient Fremen Saying > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-scsi" 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 Sep 3 15:34:26 2000 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 9419037B424 for ; Sun, 3 Sep 2000 15:34:22 -0700 (PDT) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP for questions@freebsd.org; Sun, 3 Sep 2000 20:54:23 +0200 Received: from sun34.mni.fh-giessen.de ([134.176.183.134] helo=sun34) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 13VeuE-0004t8-00 for questions@freebsd.org; Sun, 3 Sep 2000 20:54:14 +0200 Date: Sun, 3 Sep 2000 20:56:26 +0200 (MET DST) From: Ariel Burbaickij X-Sender: hg9456@sun34 To: questions@freebsd.org Subject: Why native FreeBSD version of Netscape could refuese to showmathematical symbols ? 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 least 4.75 Netscape for FreeBSD does so.Anyone knowledgeble of reasons ? Regards. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 15:39:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id CBA8437B423 for ; Sun, 3 Sep 2000 15:39:25 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 3 Sep 2000 15:38:16 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id PAA61308; Sun, 3 Sep 2000 15:39:17 -0700 (PDT) (envelope-from cjc) Date: Sun, 3 Sep 2000 15:39:17 -0700 From: "Crist J . Clark" To: Gabriel Ambuehl Cc: questions@FreeBSD.ORG Subject: Re: Strange behaviour of IPFilter... Message-ID: <20000903153917.N62475@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <8688272028.20000903121705@buz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <8688272028.20000903121705@buz.ch>; from gabriel_ambuehl@buz.ch on Sun, Sep 03, 2000 at 12:17:05PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 03, 2000 at 12:17:05PM +0200, Gabriel Ambuehl wrote: > Hello > I successfully got IPF and IPNat working for most services (prior to > this, I used ipfw/natd). However, outgoing SMTP to *some* hosts is fucking slow > (if I disable IPFilter, they work as they usually do), it seems to > happen on the firewall as well as on the boxes behind it which use it > as NAT gateway. Watch for incoming 'auth' connections from these servers. The SMTP might not be completing until the ident attempt times out. If this is unacceptable, you can have the firewall do a "dummy" response to all idents or have the firewall reject the attempts. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 15:56:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 37C5E37B43E for ; Sun, 3 Sep 2000 15:56:21 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 3 Sep 2000 15:55:13 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id PAA61427; Sun, 3 Sep 2000 15:56:13 -0700 (PDT) (envelope-from cjc) Date: Sun, 3 Sep 2000 15:56:13 -0700 From: "Crist J . Clark" To: Janko van Roosmalen Cc: Greg Lehey , FreeBSD Questions , groggy@iname.com Subject: Re: signature? Message-ID: <20000903155613.O62475@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <20000903085224.I17337@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from janko@compuserve.com on Sun, Sep 03, 2000 at 10:26:18PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 03, 2000 at 10:26:18PM +0200, Janko van Roosmalen wrote: > The "netbios-ns" makes me think of a Windows 95/98/NT station or a > Samba server. > > Checking "/etc/services" however points to a bootp client. > > bootpc 68/tcp # BOOTP client > bootpc 68/udp Uhh, but where do you see any traffic on this port? [attributions lost in previous replies] > > > this is the full sequence ... > > > > > > 05:13:24.048994 209-193-28-245.adsl.jnu.acsalaska.net.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > > 05:13:24.049044 209-193-28-245.adsl.jnu.acsalaska.net.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > > 05:13:24.168796 groggy.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > > 05:13:24.168828 groggy.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > > 05:13:24.308786 groggy.51488 > 208.151.115.193.netbios-ns: udp 68 > > > 05:13:24.308822 groggy.51488 > 208.151.115.193.netbios-ns: udp 68 > > > 05:13:24.428758 groggy.46346 > 208.151.115.193.netbios-ns: udp 68 > > > > > > 05:13:25.528810 groggy.32996 > 208.151.115.193.netbios-ns: udp 68 > > > 05:13:25.528842 groggy.32996 > 208.151.115.193.netbios-ns: udp 68 > > > 05:13:25.548800 209-193-28-245.adsl.jnu.acsalaska.net.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > > 05:13:25.548831 209-193-28-245.adsl.jnu.acsalaska.net.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > > 05:13:25.668925 groggy.45057 > 208.151.115.193.netbios-ns: udp 68 > > > 05:13:25.668957 groggy.45057 > 208.151.115.193.netbios-ns: udp 68 > > > 05:13:25.699102 groggy.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > > 05:13:25.699133 groggy.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > > 05:13:25.808811 groggy.46773 > 208.151.115.193.netbios-ns: udp 68 > > > I see 'netbios-ns' (137), 51488, 46346, 32996, 45057, and 46773 ports and every single one is sent to port 137. Are you talking about that trailing 68, the packet size? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 16: 5: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id E388C37B43C for ; Sun, 3 Sep 2000 16:05:01 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 3 Sep 2000 16:03:57 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id QAA61482; Sun, 3 Sep 2000 16:04:58 -0700 (PDT) (envelope-from cjc) Date: Sun, 3 Sep 2000 16:04:48 -0700 From: "Crist J . Clark" To: Bigwillie Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NFS and mounts Message-ID: <20000903160448.P62475@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <4.2.0.58.20000902172656.009cd9d0@mail-hub.optonline.net> <20000902161353.A13591@dan.emsphone.com> <4.2.0.58.20000902161635.00a1b140@mail-hub.optonline.net> <4.2.0.58.20000902161635.00a1b140@mail-hub.optonline.net> <4.2.0.58.20000902171451.009d5d10@mail-hub.optonline.net> <4.2.0.58.20000902172656.009cd9d0@mail-hub.optonline.net> <20000902155849.U62475@149.211.6.64.reflexcom.com> <4.2.0.58.20000902191017.00a24640@mail-hub.optonline.net> <20000902232149.X62475@149.211.6.64.reflexcom.com> <4.2.0.58.20000903132407.009da590@mail-hub.optonline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <4.2.0.58.20000903132407.009da590@mail-hub.optonline.net>; from mvanberk@optonline.net on Sun, Sep 03, 2000 at 01:29:29PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 03, 2000 at 01:29:29PM -0400, Bigwillie wrote: > So on the totally different clients from the server, do you have to go > through the make buildworld, make buildkernel KERNEL=GENERIC etc process.... No. Provided that all machines are similar, you can do a buildworld on one server, do a buildkernel for each kernel configuration file on the one server, and then _only_ do an installworld and installkernel on each client where the installkernel uses the appropriate 'KERNEL=' setting. > I found some archives where one does a make reinstall, but at what stage > does that get done.... > I tried it and got a response, "Dont know how to make reinstall" There is no 'reinstall' target for make-worlds. > Back to the experiments, hope to hear from you. Well, you might have heard from me sooner if you would CC me in your replies. > At 02:21 AM 9/3/00 , you wrote: > >On Sat, Sep 02, 2000 at 07:21:17PM -0400, Bigwillie wrote: > > > Sorry Crist. Ill remember next time. > > > Anyway, I found an example of where you upgraded your other machines by > > > simply make installworld on the client. Well it didnt make sense to me > > and > > > I tried some other stuff and I think the src is messed up. Currently Im > > > redoing the make buildworld on the server machine and Im going to start > > > over again. My question is what happens when different machines have > > > different kernels, does the make installworld rebuild a new kernel for > > > each machine??? Thanks for your time. > > > >The 'make world' process never builds a kernel. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 16:50:21 2000 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 A9C4637B424 for ; Sun, 3 Sep 2000 16:50:08 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13VhqJ-000DcG-00; Sun, 03 Sep 2000 23:02:23 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id XAA41030; Sun, 3 Sep 2000 23:02:23 +0100 (BST) (envelope-from ben) Date: Sun, 3 Sep 2000 23:02:23 +0100 From: Ben Smithurst To: John Murphy Cc: questions@freebsd.org Subject: Re: caching DNS server (was DNS resolving by internal network) Message-ID: <20000903230223.Y72445@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Murphy wrote: > Sounds easy enough. Unfortunately... > named complained couldn't find localhost.rev so I ran #sh make-localhost > which made localhost.rev > > There was a remark in named.conf to put 127.0.0.1 in /etc/resolv.conf > so I put nameserver 127.0.0.1 at the top. But I still got loads of > natd errors. If you *just* want a caching nameserver, delete the "zone" blocks in named.conf except for the zone block for the DNS root ('zone "."' or some such). Then it should stop complaining about localhost.rev at least. > The problem is that whenever I reboot or start the machine it dials > my ISP! I think that's because named tries to contact the root servers at boot time. One solution is not to reboot, another solution might be to not use auto-dialling, at least for the first few minutes after rebooting; after the first few minutes named should have given up trying to contact the root servers. Another possibility is that some program is making a DNS query. > I even tried creating /etc/namedb/s and chowned it as mentioned in > named.conf. I'm not even sure that it's caching. There's nothing in > /etc/namedb/s. It will only cache stuff in memory, so you won't see any of the cache on disk. If you want to see what's in the cache, run 'ndc dumpdb' which will save the cache somewhere, depending on where you configured it. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 17: 6:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.rcn.com (146-115-58-158.c4-0.wtr-ubr1.sbo-wtr.ma.cable.rcn.com [146.115.58.158]) by hub.freebsd.org (Postfix) with ESMTP id 4F88E37B422 for ; Sun, 3 Sep 2000 17:06:45 -0700 (PDT) Received: (from bein@localhost) by smtp.rcn.com (8.9.3/8.9.3) id UAA24902; Sun, 3 Sep 2000 20:08:42 -0400 (EDT) Date: 3 Sep 2000 19:52:47 EDT From: David Bein Reply-To: bein@world.std.com Subject: CD Burner Advice Needed for 3.2 IDE system To: freebsd-questions@FreeBSD.ORG Message-Id: <968025167/bein@smtp.rcn.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi ... I am about ready to plunk down the money for a CD burner. I am wondering if others have a lot of experience using 3.2 with ATAPI based CD burners and if there are any drives which are specifically recommended. I have heard good things about the Yamaha SCSI drives, but as of this moment I do not have support for SCSI in my 3.2 box. I have an older 2.2.8 box which does have SCSI, but I am not inclined to upgrade the older 2.2.8 box and I am under the impression that none of this stuff works well pre-CAM anyway. So I am wondering if the non-SCSI cd burners are worth the trouble or should I just plunk down the extra money for a SCSI adapter [2940UW probably] and get the Yamaha? Is there anything special I need to do to the 3.2 release besides the following [recommended in cdrecord 1.8 README.FreeBSD]: options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" Note that I am not planning to upgrade the 3.2 machine in any major ways because I am about ready to get a new PC and stick 4.0/4.1 on it. I want to use my 3.2 box as a backup slave (among other tasks). Thanks very much in advance. --David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 17:31:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from frogger.telerama.com (frogger.telerama.com [205.201.1.48]) by hub.freebsd.org (Postfix) with ESMTP id 0AA8F37B42C for ; Sun, 3 Sep 2000 17:31:54 -0700 (PDT) Received: from localhost (cwaiken@localhost) by frogger.telerama.com (8.9.3/8.9.3) with SMTP id UAA02753 for ; Sun, 3 Sep 2000 20:31:53 -0400 (EDT) X-Authentication-Warning: frogger.telerama.com: cwaiken owned process doing -bs Date: Sun, 3 Sep 2000 20:31:53 -0400 (EDT) From: "Christopher W. Aiken" To: freebsd-questions@freebsd.org Subject: FreeBSD 4.1 Dual Boot Problems 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 no stranger to FreeBSD 4.0, however I'm no expert either. I've installed FreeBSD on several machines w/o any problems, but my new 4.1 CD's are a p-a-i-n. I have a 10G HD divided into 2 slices. The ad0s1 slice is for W98 (for wife and daughter) and slice ad0s2 is my FreeBSD slice. I installed 4.1 using the same procedures as my 4.0 install. During the "fdisk" step I "deleted" slice 2, and re-created it (just to remove all data). I then set slice 1 and slice 2 to "bootable" (just like I did for FreeBSD 4.0). After I finished installing 4.1, and all of my desired packages, the install wants to re-boot. But... no re-boot. My system cycles into the re-boot sequence but I never get the boot loader program with the "F1/F2/etc" options. All I get is a blank screen with a blinking cursor. No keyboard keys work, not even Ctrl-Alt-Del. I can not boot W98 or FreeBSD. I tried to re-install 4.1 over and over and over but no matter what I tried I could not get 4.1 to write the boot loader to the mbr. I finally went into the garbage and got my FreeBSD 4.0 CD's and did a "minimum" install. Again I removed slice 2, etc. just as I did for 4.1. As I expected FreeBSD 4.0 did indeed install the multiple O/S boot loader. This time when I installed 4.1 I told it NOT to install a boot loader and, when the install was finished, I was able to boot W98 or FreeBSD with the 4.0 boot loader program. What is wrong with 4.1 that it will not install the bootloader program to the mbr? Is this happening to anyone else? Can I boot from the "official" CD's that I got from Walnut Creek? How? If I can boot from the CD's, can I force the the re-write of the multiple O/S boot loader to be written to the mbr? How? Being able to boot from the CD's is not going to do me any good if my wife can not access her W98. That is why the need for the dual boot system. -- --- Christopher W. Aiken, Scenery Hill, Pa, USA chris at cwaiken dot com, www.cwaiken.com Preferred O/S: FreeBSD 4.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 17:42:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from clyde.goodleaf.net (piscator.seanet.com [199.181.165.218]) by hub.freebsd.org (Postfix) with ESMTP id A588737B423 for ; Sun, 3 Sep 2000 17:42:50 -0700 (PDT) Received: from clyde.goodleaf.net (clyde.goodleaf.net [192.168.0.2]) by clyde.goodleaf.net (Postfix) with ESMTP id 2E3495BDF for ; Sun, 3 Sep 2000 17:39:07 -0700 (PDT) Date: Sun, 3 Sep 2000 17:39:07 -0700 (PDT) From: John Goodleaf To: questions@freebsd.org Subject: Off topic sqwebmail 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 anyone running sqwebmail out there? I cannot get this damned thing to work. The other cgi scripts work, just not sqwebmail... If anyone has a config file I'd love to see it. Alternatively, is there another http-based mail server out there? Thanks, John =============================== John Goodleaf goodleaf@goodleaf.net PGP key: finger John@clyde.goodleaf.net =============================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 18: 9:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.241.36]) by hub.freebsd.org (Postfix) with ESMTP id 2D13037B422 for ; Sun, 3 Sep 2000 18:09:44 -0700 (PDT) Received: from lilith (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with SMTP id DAA03778; Mon, 4 Sep 2000 03:09:23 +0200 (MEST) Message-ID: <004801c0160c$c3b4d280$4011a8c0@wohnheim.uniulm.de> From: "Siegbert Baude" To: , References: <968025167/bein@smtp.rcn.com> Subject: Re: CD Burner Advice Needed for 3.2 IDE system Date: Mon, 4 Sep 2000 03:08:49 +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.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 David, > So I am wondering if the non-SCSI cd burners are worth > the trouble or should I just plunk down the extra money > for a SCSI adapter [2940UW probably] and get the Yamaha? I´ve got a Yamaha 4416S and it´s working like a charm. You won´t need a UW-controller just for a CD-burner. Even modern 12x burners have a data rate of only 1.8MB/s. If the data is origined by another device on the SCSI-chain, this will doublke the needed rate. So even a FAST-SCSI controller (10 MB/s in synchronous mode) is enough. I personally chose a FAST one, because of my external SCSI-scanner. FAST allows longer cabling than U or UW. So an El Cheapo thing based for example on Symbios 810A chipset (available e.g. from ASUS or LSI Logic) will do the job (mine was about 20$ only). If you also want to apply modern high speed hard disks, things are different, of course. As to IDE: They work, too. But be aware that on one IDE-channel, there can only be one device at a time sending data to the bus. If you have a hard disk on the same channel, chances are that you will face buffer underruns, if you use the disk, when burning. If you can give a single channel to your burner (or maybe added with a drive, which isn´t used during burn time) things should be fine. > Is there anything special I need to do to the 3.2 release > besides the following [recommended in cdrecord 1.8 README.FreeBSD]: > > options "P1003_1B" > options "_KPOSIX_PRIORITY_SCHEDULING" > options "_KPOSIX_VERSION=199309L" I don´t remember anything special, worked out of the box. > Note that I am not planning to upgrade the 3.2 machine in > any major ways because I am about ready to get a new PC and > stick 4.0/4.1 on it. I want to use my 3.2 box as a backup > slave (among other tasks). My experience is reduced to 4.x . So if there are any issues about 3.x somebody hopefully jumps in. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 18:14:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.screaming.net (smtp.screaming.net [212.49.224.20]) by hub.freebsd.org (Postfix) with ESMTP id AE2DC37B422 for ; Sun, 3 Sep 2000 18:14:29 -0700 (PDT) Received: from lexx.my.domain (dyn228-ras38.screaming.net [212.188.133.228]) by smtp.screaming.net (8.9.3/8.9.3) with SMTP id BAA27285 for ; Mon, 4 Sep 2000 01:17:18 GMT From: John Murphy To: questions@freebsd.org Subject: Re: caching DNS server (was DNS resolving by internal network) Date: Mon, 04 Sep 2000 02:14:08 +0100 Organization: The Organisation Reply-To: bigotfo@bigfoot.com Message-ID: X-Mailer: Forte Agent 1.6/32.525 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 Ben Smithurst wrote: >If you *just* want a caching nameserver, delete the "zone" blocks in >named.conf except for the zone block for the DNS root ('zone "."' or >some such). Then it should stop complaining about localhost.rev at >least. > >> The problem is that whenever I reboot or start the machine it dials >> my ISP! > >I think that's because named tries to contact the root servers at boot >time. One solution is not to reboot, another solution might be to not >use auto-dialling, at least for the first few minutes after rebooting; >after the first few minutes named should have given up trying to contact >the root servers. > >Another possibility is that some program is making a DNS query. No, I'm sure it was the former possibility. > >> I even tried creating /etc/namedb/s and chowned it as mentioned in >> named.conf. I'm not even sure that it's caching. There's nothing in >> /etc/namedb/s. > >It will only cache stuff in memory, so you won't see any of the cache on >disk. If you want to see what's in the cache, run 'ndc dumpdb' which >will save the cache somewhere, depending on where you configured it. Aha, I was hoping the cache would be to HD. As the whole system is powered down daily the caching won't be of much value to me. Thanks for your help though. Perhaps one day I'll have a _real_ server to mess with... bind looks scarey! John. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 18:19:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 5025437B422 for ; Sun, 3 Sep 2000 18:19:29 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e841JIO74461; Mon, 4 Sep 2000 10:49:18 +0930 (CST) (envelope-from grog) Date: Mon, 4 Sep 2000 10:49:18 +0930 From: Greg Lehey To: Mike Meyer Cc: questions@FreeBSD.ORG Subject: Self-initiated DOS? (was: signature?) Message-ID: <20000904104918.B57161@wantadilla.lemis.com> References: <25395295@toto.iv> <14770.39487.46522.546296@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14770.39487.46522.546296@guru.mired.org>; from mwm@mired.org on Sun, Sep 03, 2000 at 01:36:47PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 3 September 2000 at 13:36:47 -0500, Mike Meyer wrote: > groggy@iname.com writes: >>> It's not port UDP 68, it's netbios-ns; it's Windows boxs that like to do a >>> netbios nameserver lookup on whoever connections to them. MS assumed that >>> anything connecting to them "must" be a windows box and tries to log the >>> Netbios name of it.... these end up as mostly noise in firewall logs. >>> >>> I specifically disabled monitoring of UDP 137/138 in my own firewalls as the >>> number of stupid IIS servers that kept trying to find out the netbios name >>> of the squid proxies was filling the logs with useless information... >> this sounds good to me :) i figured it was some IIS crap ... >> i think my ISP recently replaced their SunOS and System V boxes >> with IIS servers - i know they renamed all their boxes - and that's >> when this problem started. it still bothers me that they have a right >> to clutter my connection with so much useless garbage! i mean, it does >> cause "stalls" on connections to my server since 10 seconds >> of every minute my connectin is jammed with this garbage ... >> it would be a hassle to change providers for many reasons, >> do i have any right to make them stop? :) i mean, it's >> almost a DOS attack, isn't it? :) > > If you feel like it's a DOS (or some other form of) attack, then it > is. Treat it as one - as correctly as possible. Don't assume that they > are doing it on purpose, or even know that it's going on. Report it as > an attack that may be coming from somone having broken into their > systems, and ask them to deal with it. It's difficult to say "I'm having a denial of service attack, and it's coming from my machine" and be convincing. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 3 18:51:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id CC2B937B424 for ; Sun, 3 Sep 2000 18:51:21 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e841pH589608 for questions@FreeBSD.ORG; Mon, 4 Sep 2000 11:21:17 +0930 (CST) (envelope-from grog) Date: Mon, 4 Sep 2000 11:21:17 +0930 From: Greg Lehey To: freebsd-questions Subject: Self-initated DOS? (was: signature?) Message-ID: <20000904112117.C57161@wantadilla.lemis.com> References: <200009030608.GAA02427@groggy.anc.ptialaska.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200009030608.GAA02427@groggy.anc.ptialaska.net>; from groggy@iname.com on Sun, Sep 03, 2000 at 06:08:55AM +0000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 3 September 2000 at 6:08:55 +0000, groggy@iname.com wrote: >> It's not port UDP 68, it's netbios-ns; it's Windows boxs that like to do a >> netbios nameserver lookup on whoever connections to them. MS assumed that >> anything connecting to them "must" be a windows box and tries to log the >> Netbios name of it.... these end up as mostly noise in firewall logs. >> >> I specifically disabled monitoring of UDP 137/138 in my own firewalls as the >> number of stupid IIS servers that kept trying to find out the netbios name >> of the squid proxies was filling the logs with useless information... > > this sounds good to me :) i figured it was some IIS crap ... > i think my ISP recently replaced their SunOS and System V boxes > with IIS servers - i know they renamed all their boxes - and that's > when this problem started. it still bothers me that they have a right > to clutter my connection with so much useless garbage! i mean, it does > cause "stalls" on connections to my server since 10 seconds > of every minute my connectin is jammed with this garbage ... > it would be a hassle to change providers for many reasons, > do i have any right to make them stop? :) i mean, it's > almost a DOS attack, isn't it? :) Well, no. As I said, all indications are that this is coming from *your* machine. >> Aren't these caused by samba or another program of the sort which are >> answered by an "MS" machine? That is how it is on my network... > > i am not running samba or anything ... > i have one other BSD machine on an ethernet, > but it is quiet and doesn't have anything to do with this. > it happens every minute ... 24 hours a day ... OK, let's look at your network more closely. 1. Is the other box the only machine on the Ethernet? 2. Is the machine 'groggy' performing address translation for the Ethernet? 3. Is the other box running anything Microsoft-like? 4. Are you blocking port 137 coming in? 5. Which version of named are you running? > i run only the following - apache + squid ... > (3.5.1-R) > > ftp stream > telnet stream > pop3 stream > finger stream > auth stream > comsat dgram > ntalk dgram > > my machine is groggy, and it seems to all be intiated with : > >>>> 05:13:24.048994 209-193-28-245.adsl.jnu.acsalaska.net.netbios-ns > 208.151.115.193.netbios-ns: udp 68 >>>> 05:13:24.049044 209-193-28-245.adsl.jnu.acsalaska.net.netbios-ns > 208.151.115.193.netbios-ns: udp 68 Please don't wrap these lines. There's no reason to believe that these messages initiate anything. There is, however, a very good question what these messages are doing on your particular ppp link. From here, the three machines in question seem to be quite a distance apart. traceroute to 208.151.115.193 (208.151.115.193), 30 hops max, 40 byte packets ... 11 sea-sjc2-oc48.sea.above.net (208.184.102.178) 368.395 ms 368.317 ms 379.927 ms 12 seattle-core1.sea.above.net (208.185.175.18) 383.597 ms 388.555 ms 375.767 ms 13 alaska-abovenet.sea.above.net (209.249.0.148) 366.970 ms 370.782 ms 375.406 ms 14 *^C traceroute to groggy.anc.ptialaska.net (198.70.228.224), 30 hops max, 40 byte packets ... 13 alaska-abovenet.sea.above.net (209.249.0.148) 381.277 ms 367.127 ms 366.569 ms 14 ds3-p2p.anc.ptialaska.net (208.151.100.165) 408.009 ms 435.738 ms 408.855 ms 15 enh-4.anc.ptialaska.net (208.151.119.1) 421.441 ms 439.651 ms 401.611 ms 16 groggy.anc.ptialaska.net (198.70.228.224) 544.191 ms 556.567 ms 601.520 ms traceroute to 209.193.28.245 (209.193.28.245), 30 hops max, 40 byte packets ... 13 alaska-abovenet.sea.above.net (209.249.0.148) 377.137 ms 376.383 ms 379.356 ms 14 ds3-p2p.anc.ptialaska.net (208.151.100.165) 413.292 ms 428.787 ms 398.543 ms 15 fe9-0-cr2.nwc.ptialaska.net (208.151.100.222) 407.105 ms 432.320 ms 400.682 ms 16 s2-0-cr1.jdc.ptialaska.net (208.151.100.210) 429.451 ms 417.332 ms 431.438 ms 17 208.151.107.245 (208.151.107.245) 445.840 ms 449.656 ms 426.777 ms 18 * * * I wouldn't expect any traffic for either of the other systems to come even close to where you are. You should definitely ask your ISP what is going on. > Active Internet connections (including servers) This all looks normal enough. >>>> i don't use dhcp or anything like that ... >>> >>> Are you sure you're not running some other daemon which uses this >>> service? Take a look with 'ps lax' and see what you get. > > ps alx ... (i don't think anything is unusual here ...) No, I don't see anything either. >>> The messages seem to be coming from your end. I don't even see any >>> replies. The two messages at 05:13:25.548800 have nothing to do with >>> you, but suggest that you're on a broadcast medium. Considering that >>> the names suggest this is ADSL, you might ask your ISP about that. > > i don't think i am initiating anything ... i am confused ... The tcpdump clearly shows that the initiator of nearly all these machines is groggy, which is your machine. > it seems that my udp 68 stuff is initiated by those first 2 packets > using my machine as a relay or something - and i don't like being a > relay for anything :) The first two packets have nothing to do with it, except they seem to be doing the same thing rather less frequently. It seems that your system is sending pairs of packets in intervals which range from 90 to 130 ms, which is rather frequent, admittedly. Look at the following second: > 05:15:26.040337 groggy.56121 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.040375 groggy.56121 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.080330 groggy.37645 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.080362 groggy.37645 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.160306 groggy.60574 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.160338 groggy.60574 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.200359 groggy.65226 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.200391 groggy.65226 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.290300 groggy.46666 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.290332 groggy.46666 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.330318 groggy.39500 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.330352 groggy.39500 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.410323 groggy.47168 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.410358 groggy.47168 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.470325 groggy.55759 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.470374 groggy.55759 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.520400 groggy.34935 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.520432 groggy.34935 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.590339 groggy.44858 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.590371 groggy.44858 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.640321 groggy.49854 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.640353 groggy.49854 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.690360 groggy.33520 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.690392 groggy.33520 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.770299 groggy.54822 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.770330 groggy.54822 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.820697 groggy.50768 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.820730 groggy.50768 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.890317 groggy.37558 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.890348 groggy.37558 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.950327 groggy.52515 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.950359 groggy.52515 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.990323 groggy.65431 > 208.151.115.193.netbios-ns: udp 68 > 05:15:26.990355 groggy.65431 > 208.151.115.193.netbios-ns: udp 68 That's 34 messages of 68 bytes each, a total of 18,500 bits. That should be a good chunk of your modem bandwidth. Now the crucial question: which way are they going over the modem? Traceroute suggests that they're going out, but you have these other messages from 209-193-28-245.adsl.jnu.acsalaska.net which shouldn't be there at all. What if they're really coming in? In that case, your ISP has a real bad case of misconfiguration. > i collected 5MB of this stuff in a few hours, and it's exactly the > same sequence over and over, 24 hours a day. enh-1 is one of my > ISP's boxes. why is it telling me "exceeded time in transit" ? it > seems to be some kinda probe or something, or what? but what is > getting my FBSD box (groggy) to reply? This "time exceeded in transit" ICMP message appears to be coming as a result of the packets going out with ttl 1. They're all from port 49409, which has thus probably been active for at least 4 seconds. In fact, it looks as if all the ports send exactly 6 messages. If I sort by port number, I get: 05:15:28.240503 groggy.33236 > 208.151.115.193.netbios-ns: udp 68 05:15:28.240536 groggy.33236 > 208.151.115.193.netbios-ns: udp 68 05:15:29.840319 groggy.33236 > 208.151.115.193.netbios-ns: udp 68 05:15:29.840352 groggy.33236 > 208.151.115.193.netbios-ns: udp 68 05:15:31.430499 groggy.33236 > 208.151.115.193.netbios-ns: udp 68 05:15:31.430538 groggy.33236 > 208.151.115.193.netbios-ns: udp 68 05:15:26.690360 groggy.33520 > 208.151.115.193.netbios-ns: udp 68 05:15:26.690392 groggy.33520 > 208.151.115.193.netbios-ns: udp 68 05:15:28.290324 groggy.33520 > 208.151.115.193.netbios-ns: udp 68 05:15:28.290354 groggy.33520 > 208.151.115.193.netbios-ns: udp 68 05:15:29.860662 groggy.33520 > 208.151.115.193.netbios-ns: udp 68 05:15:29.860694 groggy.33520 > 208.151.115.193.netbios-ns: udp 68 05:15:29.170381 groggy.34570 > 208.151.115.193.netbios-ns: udp 68 05:15:29.170412 groggy.34570 > 208.151.115.193.netbios-ns: udp 68 05:15:30.740672 groggy.34570 > 208.151.115.193.netbios-ns: udp 68 05:15:30.740703 groggy.34570 > 208.151.115.193.netbios-ns: udp 68 05:15:32.320390 groggy.34570 > 208.151.115.193.netyou bios-ns: udp 68 05:15:32.320421 groggy.34570 > 208.151.115.193.netbios-ns: udp 68 etc. So if your system was sending this stuff, you'd expect it to show up in the netstat output. On the whole, I'm beginning to think that this is incoming traffic, not outgoing. If you have an external modem, the direction of traffic should be obvious from the LEDs. Otherwise you can confirm this with netstat. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 3 19:16:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from integral.on.ca (cr171287-a.lndn1.on.wave.home.com [24.112.5.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B62E37B43C for ; Sun, 3 Sep 2000 19:16:31 -0700 (PDT) Received: from socrates.integral.on.ca ([192.168.1.2]) by integral.on.ca (8.8.5/8.8.5) with ESMTP id WAA19154 for ; Sun, 3 Sep 2000 22:12:11 -0400 (EDT) Message-Id: <4.3.2.7.0.20000903220959.00bd09b0@192.168.1.1> X-Sender: empey@192.168.1.1 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sun, 03 Sep 2000 22:11:25 -0400 To: freebsd-questions@FreeBSD.ORG From: David Empey Subject: 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 need a single FreeBSD machine to act as mail and web host for 2 domains - I thought I had seen some documentation on the FreeBSD site about this, but cannot seem to find it. Can anyone point me in the right direction? David Empey www.integral.on.ca ICQ #7283765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 20:31:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 72E2237B423; Sun, 3 Sep 2000 20:31:41 -0700 (PDT) Received: from parish.my.domain ([62.253.84.200]) by mta07-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000903210518.RNKI295.mta07-svc.ntlworld.com@parish.my.domain>; Sun, 3 Sep 2000 22:05:18 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id WAA00417; Sun, 3 Sep 2000 22:05:03 +0100 (BST) (envelope-from mark) Date: Sun, 3 Sep 2000 22:05:03 +0100 From: Mark Ovens To: Willem Brown Cc: ben@freebsd.org, questions@freebsd.org Subject: Re: perl(1) question Message-ID: <20000903220503.A254@parish> References: <20000903190409.B255@parish> <20000903210401.A42226@snoopy.brwn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20000903210401.A42226@snoopy.brwn.org>; from willem@brwn.org on Sun, Sep 03, 2000 at 09:04:01PM +0200 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 03, 2000 at 09:04:01PM +0200, Willem Brown wrote: > Hi, > > It would seem that the string index searches for is not a regular > expression. > That was it (thanks to ben who also spotted it). My main source of reference is Learning Perl (Schwartz & Christiansen) which says (p.153) about index(): "Notice that both the string being searched and the string being searched for can be a literal string, a scalar variable containing a string, or even an expression that has a string value." Obviously "expression" does not include "regular expression", which I assumed it did. Thanks for the help guys. > The following changes seems to work when I tried it. > > $i = index(uc $line, "FOO"); > > Basically, convert the word to all uppercase and then check the line. > > line=Foobar > i = 0 > line= Foobar > i = 1 > line= foobar > i = 2 > line= FOOBAR > i = 3 > line= foOBar > i = 8 > > On Sun, Sep 03, 2000 at 07:04:09PM +0100, Mark Ovens wrote: > > Does index() ignore leading whitespace? A perl(1) script I have > > appears to be doing just that. Isolating the relevant lines I have: > > > > #!/usr/bin/perl -w > > > > open 'CONTENTS',"/usr/mark/scrap" or die "cannot open /usr/mark/scrap"; > > > > until (eof 'CONTENTS') { > > chomp ($line = ); > > $i = index($line, /FOO/i); > > print "line\=$line\n"; > > print "i \= $i\n"; > > }; > > > > close 'CONTENTS'; > > > > Running this on a file containing: > > > > Foobar > > Foobar > > foobar > > FOOBAR > > foOBar > > > > I get: > > > > # ./scrap.pl scrap > > Use of uninitialized value at ./scrap.pl line 7, chunk 1. > > line=Foobar > > i = 0 > > Use of uninitialized value at ./scrap.pl line 7, chunk 2. > > line= Foobar > > i = 0 > > Use of uninitialized value at ./scrap.pl line 7, chunk 3. > > line= foobar > > i = 0 > > Use of uninitialized value at ./scrap.pl line 7, chunk 4. > > line= FOOBAR > > i = 0 > > Use of uninitialized value at ./scrap.pl line 7, chunk 5. > > line= foOBar > > i = 0 > > # > > > > So index() appears to be ignoring the leading whitespace because it > > always returns 0. > > > > Also, what causes the "Use of uninitialized value...." warning? I > > cannot see anything wrong with the script. I've checked Learning Perl > > by Schwartx and Christiansen and the perl manpages; also the code is > > taken from the original script which doesn't give this warning. > > > > Any pointers would be greatly appreciated. > > > > TIA > > > > -- > > 4.4 - The number of the Beastie > > ________________________________________________________________ > > 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org > > 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark > > mailto:marko@freebsd.org http://www.radan.com > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > Best Regards > Willem Brown > -- > /* =============================================================== */ > /* Linux, FreeBSD, NetBSD, OpenBSD. The choice is yours. */ > /* =============================================================== */ > > Speak softly and own a big, mean doberman. -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Sep 3 21:22:41 2000 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 3B1F737B422 for ; Sun, 3 Sep 2000 21:22:38 -0700 (PDT) Received: from ct-hartford-us340.javanet.com ([209.150.34.141]) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.15 #2) id 13VnmG-0005Eq-00 for questions@FreeBSD.ORG; Mon, 04 Sep 2000 00:22:37 -0400 Message-Id: In-Reply-To: <20000904112117.C57161@wantadilla.lemis.com> References: <200009030608.GAA02427@groggy.anc.ptialaska.net>; from groggy@iname.com on Sun, Sep 03, 2000 at 06:08:55AM +0000 <200009030608.GAA02427@groggy.anc.ptialaska.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions From: media@ct1.nai.net Subject: More than 64M RAM?? Date: Mon, 04 Sep 2000 00:22:37 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running FreeBSD 3.4 on a 133 Pentium. I remember reading something that FreeBSD can only access 64M of RAM?? Is that true?? Does having more than 64M hurt?? Unfortunately I cannot check my FreeBSD documentation at the moment because the hardware is currently disassembled. THANX!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 21:22:46 2000 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 F062F37B424 for ; Sun, 3 Sep 2000 21:22:40 -0700 (PDT) Received: from ct-hartford-us340.javanet.com ([209.150.34.141]) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.15 #2) id 13VnmJ-0005Eq-00 for questions@FreeBSD.ORG; Mon, 04 Sep 2000 00:22:39 -0400 Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions From: media@ct1.nai.net Subject: Compatible video cards?? Date: Mon, 04 Sep 2000 00:22:39 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running FreeBSD 3.4 and XFree86 3.3.5 on a 133 Pentium. Does anyone have a URL for a list of compatible video cards?? I have a Jaton Video107PCI. Unfortunately I cannot check my FreeBSD documentation at the moment because the hardware is currently disassembled. THANX!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 21:22:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from femail4.sdc1.sfba.home.com (femail4.sdc1.sfba.home.com [24.0.95.84]) by hub.freebsd.org (Postfix) with ESMTP id 276A437B42C for ; Sun, 3 Sep 2000 21:22:41 -0700 (PDT) Received: from home.com ([24.12.186.185]) by femail4.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000904042155.HKSS12879.femail4.sdc1.sfba.home.com@home.com>; Sun, 3 Sep 2000 21:21:55 -0700 Message-ID: <39B2C129.91FCF88A@home.com> Date: Sun, 03 Sep 2000 21:22:50 +0000 From: rob X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: John Galt Cc: "questions@FreeBSD.ORG" Subject: Re: Synaptics touchpad config program\ Python hacking 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'm using a Synaptics pad built in to my Acer 602TER laptop. Well, I haven't had any luck at talking to the Synaptics device. I can open up the connection, but writing 0xff to reset it or any other command gives me an error 'operation not supported'. I think this is because I don't know what I'm doing, yet. I haven't much experience with low level IO operations in Python. Most of the time I write Python programs for Wintel at work, which involve interfacing with expensive instruments over the GPIB bus, and dumping the data into various Mumblesoft programs. I will post to the comp.lang.python group and see if I can get an answer. Rob. John Galt wrote: > > There were PS/2 versions of the synaptics, as well as 9-pin serial. Micro > Innovations put out a keyboard/touchpad that uses the serial version (in > fact the reason I know is I looked at my own MI keyboard...:), however I'm > thinking that most notebooks quite logically used the ps/2 protocol (I > don't think that anyone would've used the term "logically" WRT PS/2 when > the IBM PS/2 came out :). I'm not a python programmer myself, but I'm > thinking that the method used in communicating with the PS/2 port are > almost exactly the same as the cuaaX ports, so I doubt that this has much > bearing on the final result other than a "heads up" that there is more > than one flavor (as is the case with almost all mice any more). > > On Sun, 3 Sep 2000, rob wrote: > > > I get confused with Linux. On this machine it is /dev/psm0. I have to > > kill moused to be able to access it. Rob. > > > > John Galt wrote: > > > > > > FYI, some synaptics devices (like mine) are on cuaaX (serial)... > > > > > > On Sat, 2 Sep 2000, rob wrote: > > > > > > > First I need to see if I can communicate with /dev/psaux via the Python > > > > console. I need to start brewing some coffee to build up the > > > > initiative. So once I start hacking on this, I assume I'm in the > > > > jurisdiction of some other mailing list. What would be appropriate? > > > > Rob. > > > > > > > > > > > > > > > > > > > > John Galt wrote: > > > > > > > > > > THANKYOUTHANKYOUTHANKYOU!!!!!! Can I assist in the test? > > > > > > > > > > On Sat, 2 Sep 2000, rob wrote: > > > > > > > > > > > Someone asked a week or so ago about the Synaptics touch pad 'driver'. > > > > > > I have the Linux source here. It is not really a driver, but a config > > > > > > utility which sets up the pad so that the extra functions work. So it > > > > > > looks pretty simple so I've decided I will try to port it. > > > > > > Unfortunately it uses the deprecated 'ftime' function, and also > > > > > > 'getopt_long' which doesn't seem to work even though getopt.h on my > > > > > > system seems to include this. > > > > > > > > > > > > I'm more of a Python programmer. Maybe I can write Python config > > > > > > program. Rob. > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > > > > > -- > > > > > When you are having a bad day, and it seems like everybody is trying to > > > > > tick you off, remember that it takes 42 muscles to produce a frown, but > > > > > only 4 muscles to work the trigger of a good sniper rifle. > > > > > > > > > > Who is John galt? Galt@inconnu.isu.edu, that's who! > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > -- > > > When you are having a bad day, and it seems like everybody is trying to > > > tick you off, remember that it takes 42 muscles to produce a frown, but > > > only 4 muscles to work the trigger of a good sniper rifle. > > > > > > Who is John galt? Galt@inconnu.isu.edu, that's who! > > > > -- > There is an old saying that if a million monkeys typed on a million > keyboards for a million years, eventually all the works of Shakespeare > would be produced. Now, thanks to Usenet, we know this is not true. > > Who is John Galt? galt@inconnu.isu.edu, that's who! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 21:27:32 2000 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 F089B37B423 for ; Sun, 3 Sep 2000 21:27:30 -0700 (PDT) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id VAA19129; Sun, 3 Sep 2000 21:25:08 -0700 (PDT) Message-Id: <200009040425.VAA19129@implode.root.com> To: media@mail1.nai.net Cc: freebsd-questions Subject: Re: More than 64M RAM?? In-reply-to: Your message of "Mon, 04 Sep 2000 00:22:37 EDT." From: David Greenman Reply-To: dg@root.com Date: Sun, 03 Sep 2000 21:25:08 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I am running FreeBSD 3.4 on a 133 Pentium. > >I remember reading something that FreeBSD can only access 64M of RAM?? Is >that true?? Does having more than 64M hurt?? Unfortunately I cannot check >my FreeBSD documentation at the moment because the hardware is currently >disassembled. No, that is not true. 3.4 supports up to 4GB of RAM. Having more memory doesn't hurt. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - 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 Sun Sep 3 21:41:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vera.dpo.uab.edu (vera.dpo.uab.edu [138.26.1.112]) by hub.freebsd.org (Postfix) with ESMTP id CF92837B43C for ; Sun, 3 Sep 2000 21:41:18 -0700 (PDT) Received: from tty10.maze.ppp.uab.edu by vera.dpo.uab.edu (LSMTP for Windows NT v1.1a) with SMTP id <0.716A8030@vera.dpo.uab.edu>; 3 Sep 2000 23:41:12 -0500 X-Sender: Pulm044@uabdpo.dpo.uab.edu (Unverified) X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@FreeBSD.ORG From: "Warren L. Simmons" Subject: Downloading a distribution Message-Id: <20000904044118.CF92837B43C@hub.freebsd.org> Date: Sun, 3 Sep 2000 21:41:18 -0700 (PDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To Whom It May Concern: I don't understand how to doanload a FreeBSD distribution. Is there a single file that I can click on to start the save process for the whole distribution or must I download hundreds of different files from the ftp sites. What do I need for a nice stable system? Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 21:51:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 3458137B422 for ; Sun, 3 Sep 2000 21:51:37 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id JAA04369 for ; Mon, 4 Sep 2000 09:07:43 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e844pMQ01217 for freebsd-questions@FreeBSD.ORG; Mon, 4 Sep 2000 08:51:22 +0400 Date: Mon, 4 Sep 2000 08:51:22 +0400 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: problem with passwd Message-ID: <20000904085122.A254@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20000902160638.V62475@149.211.6.64.reflexcom.com> <4698.169.207.71.242.967992623.squirrel@www.wmdesign.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <4698.169.207.71.242.967992623.squirrel@www.wmdesign.net>; from tduffey@wmdesign.net on Sun, Sep 03, 2000 at 09:50:23AM -0500 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 03, 2000 at 09:50:23AM -0500, Thomas M. Duffey wrote: > Had I known this earlier I would have included it in the original post, but > it seems the problem only occurs when I 'su' to some user, regardless of > what paramaters I pass to su. Logging in directly as the user from console > or via ssh does not create this problem. You need to use "su - user" -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 21:52:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom1-093.telepath.com [216.14.1.93]) by hub.freebsd.org (Postfix) with SMTP id 1A4FA37B422 for ; Sun, 3 Sep 2000 21:52:24 -0700 (PDT) Received: (qmail 25437 invoked by uid 100); 4 Sep 2000 04:52:23 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14771.10887.56293.866190@guru.mired.org> Date: Sun, 3 Sep 2000 23:52:23 -0500 (CDT) To: Greg Lehey Cc: questions@FreeBSD.ORG Subject: Re: Self-initiated DOS? (was: signature?) In-Reply-To: <20000904104918.B57161@wantadilla.lemis.com> References: <25395295@toto.iv> <14770.39487.46522.546296@guru.mired.org> <20000904104918.B57161@wantadilla.lemis.com> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey writes: > On Sunday, 3 September 2000 at 13:36:47 -0500, Mike Meyer wrote: > > groggy@iname.com writes: > >>> It's not port UDP 68, it's netbios-ns; it's Windows boxs that like to do a > >>> netbios nameserver lookup on whoever connections to them. MS assumed that > >>> anything connecting to them "must" be a windows box and tries to log the > >>> Netbios name of it.... these end up as mostly noise in firewall logs. > >>> > >>> I specifically disabled monitoring of UDP 137/138 in my own firewalls as the > >>> number of stupid IIS servers that kept trying to find out the netbios name > >>> of the squid proxies was filling the logs with useless information... > >> this sounds good to me :) i figured it was some IIS crap ... > >> i think my ISP recently replaced their SunOS and System V boxes > >> with IIS servers - i know they renamed all their boxes - and that's > >> when this problem started. it still bothers me that they have a right > >> to clutter my connection with so much useless garbage! i mean, it does > >> cause "stalls" on connections to my server since 10 seconds > >> of every minute my connectin is jammed with this garbage ... > >> it would be a hassle to change providers for many reasons, > >> do i have any right to make them stop? :) i mean, it's > >> almost a DOS attack, isn't it? :) > > If you feel like it's a DOS (or some other form of) attack, then it > > is. Treat it as one - as correctly as possible. Don't assume that they > > are doing it on purpose, or even know that it's going on. Report it as > > an attack that may be coming from somone having broken into their > > systems, and ask them to deal with it. > It's difficult to say "I'm having a denial of service attack, and it's > coming from my machine" and be convincing. If that's in deed the case, you're right. But from the description above, the IIS servers are doing queries they really have no business doing. On the other hand, that's no worse than the far-to-common apache server that does ident queries. ; Sun, 3 Sep 2000 22:08:19 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e8458A031658; Mon, 4 Sep 2000 14:38:10 +0930 (CST) (envelope-from grog) Date: Mon, 4 Sep 2000 14:38:10 +0930 From: Greg Lehey To: Mike Meyer Cc: questions@FreeBSD.ORG Subject: Re: Self-initiated DOS? (was: signature?) Message-ID: <20000904143809.B456@wantadilla.lemis.com> References: <25395295@toto.iv> <14770.39487.46522.546296@guru.mired.org> <20000904104918.B57161@wantadilla.lemis.com> <14771.10887.56293.866190@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14771.10887.56293.866190@guru.mired.org>; from mwm@mired.org on Sun, Sep 03, 2000 at 11:52:23PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 3 September 2000 at 23:52:23 -0500, Mike Meyer wrote: > Greg Lehey writes: >> On Sunday, 3 September 2000 at 13:36:47 -0500, Mike Meyer wrote: >>> groggy@iname.com writes: >>>>> It's not port UDP 68, it's netbios-ns; it's Windows boxs that like to do a >>>>> netbios nameserver lookup on whoever connections to them. MS assumed that >>>>> anything connecting to them "must" be a windows box and tries to log the >>>>> Netbios name of it.... these end up as mostly noise in firewall logs. >>>>> >>>>> I specifically disabled monitoring of UDP 137/138 in my own firewalls as the >>>>> number of stupid IIS servers that kept trying to find out the netbios name >>>>> of the squid proxies was filling the logs with useless information... >>>> this sounds good to me :) i figured it was some IIS crap ... >>>> i think my ISP recently replaced their SunOS and System V boxes >>>> with IIS servers - i know they renamed all their boxes - and that's >>>> when this problem started. it still bothers me that they have a right >>>> to clutter my connection with so much useless garbage! i mean, it does >>>> cause "stalls" on connections to my server since 10 seconds >>>> of every minute my connectin is jammed with this garbage ... >>>> it would be a hassle to change providers for many reasons, >>>> do i have any right to make them stop? :) i mean, it's >>>> almost a DOS attack, isn't it? :) >>> If you feel like it's a DOS (or some other form of) attack, then it >>> is. Treat it as one - as correctly as possible. Don't assume that they >>> are doing it on purpose, or even know that it's going on. Report it as >>> an attack that may be coming from somone having broken into their >>> systems, and ask them to deal with it. >> It's difficult to say "I'm having a denial of service attack, and it's >> coming from my machine" and be convincing. > > If that's in deed the case, you're right. But from the description > above, the IIS servers are doing queries they really have no business > doing. No, all the trace showed was two different systems querying a third one. One of them appears to be the local machine. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 3 22:35:49 2000 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 2896A37B424 for ; Sun, 3 Sep 2000 22:35:48 -0700 (PDT) Received: from cs2793191 ([24.27.93.191]) by mail.houston.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Mon, 4 Sep 2000 00:37:32 -0500 Message-ID: <002f01c01631$c1204520$bf5d1b18@houston.rr.com> Reply-To: "Jay Hidalgo" From: "Jay Hidalgo" To: Subject: Laptop Install Date: Mon, 4 Sep 2000 00:34:10 -0500 Organization: Online House Hunters / Casa Lending 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.50.4133.2400 Disposition-Notification-To: "Jay Hidalgo" X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to install FreeBSD on my Toshiba 1605CDS Laptop and I am having problems with PCMCIA support. I have a Linksys PCMC100 card in the second slot. When I go into visual mode in install I tell it I have both pc slots, then I select the matching card in the network box, then I continue. Now sometimes I get a PCMCIA config screen in setup first, and sometimes it just goes into the normal setup screen. Is this because I selected the wrong card in the network section, or do I need to specify an option during boot for that menu, or what. I only got it once, and I selected the wrong IRQ, and now I can't get it back. If there is a help page anywhere pertaining to PCMCIA install with freebsd I'd be more than happy to read it, other than that I can't find any previous posts or such sites. Thanks for any help, Jay Hidalgo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 22:49:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.241.36]) by hub.freebsd.org (Postfix) with ESMTP id 989DC37B424 for ; Sun, 3 Sep 2000 22:49:32 -0700 (PDT) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id HAA19306; Mon, 4 Sep 2000 07:49:29 +0200 (MEST) Message-ID: <39B337EA.F523C3D9@gmx.de> Date: Mon, 04 Sep 2000 07:49:30 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.16-eigen i686) X-Accept-Language: de, en MIME-Version: 1.0 To: media@mail1.nai.net, freebsd-questions@freebsd.org Subject: Re: More than 64M RAM?? References: <200009030608.GAA02427@groggy.anc.ptialaska.net>; from groggy@iname.com on Sun, Sep 03, 2000 at 06:08:55AM +0000 <200009030608.GAA02427@groggy.anc.ptialaska.net> 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 am running FreeBSD 3.4 on a 133 Pentium. > = > I remember reading something that FreeBSD can only access 64M of RAM?? = Is > that true?? Does having more than 64M hurt?? Unfortunately I cannot c= heck > my FreeBSD documentation at the moment because the hardware is currentl= y > disassembled. Hmm, a Pentium 133? It=B4s not by accident a motherboard with Intel TX chipset? There you might have this information that more than 64MB RAM is a bad idea, because the TX chipset can only cache 64MB. Everything above is uncached and therefore very slow. But this is not OS related at all. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 22:55:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.lrt.be (mail.lrt.be [212.221.42.2]) by hub.freebsd.org (Postfix) with SMTP id 184B537B424 for ; Sun, 3 Sep 2000 22:55:15 -0700 (PDT) Received: from 212.221.42.252 by mail.lrt.be with ESMTP (WorldSecure Server SMTP Relay(WSS) v4.3); Mon, 04 Sep 00 07:53:51 +0100 X-Server-Uuid: 70ab2e80-edeb-11d3-ba8e-0050bac381d6 content-class: urn:content-classes:message Subject: RE: What is FreeBSD's filesystem? MIME-Version: 1.0 Date: Mon, 4 Sep 2000 07:54:47 +0200 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.0.4368.4 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: What is FreeBSD's filesystem? Thread-Index: AcAUNcYlKQFBDP+dT/G516oqKvF5AQB/r55A From: "Fabien DERUDDER" To: "merlyn wizy" Cc: freebsd-questions@freebsd.org X-WSS-ID: 15AD997510561-01-01 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 It' ufs. Read the Linux+Freebsd Mini-howto. -----Original Message----- From: merlyn wizy [mailto:roces82@hotmail.com] Sent: samedi 2 septembre 2000 10:28 To: questions@freebsd.org Subject: What is FreeBSD's filesystem? plz can anybody tell me what freebsd's filesystem is cause i want to mount a=20 FreeBSD partitionin a linux box. ________________________________________________________________________ _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at=20 http://profiles.msn.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 Sep 3 23: 6: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ptldpop2.ptld.uswest.net (ptldpop2.ptld.uswest.net [198.36.160.2]) by hub.freebsd.org (Postfix) with SMTP id 142A037B423 for ; Sun, 3 Sep 2000 23:05:57 -0700 (PDT) Received: (qmail 5236 invoked by alias); 4 Sep 2000 06:05:55 -0000 Delivered-To: fixup-freebsd-questions@freebsd.org@fixme Received: (qmail 5231 invoked by uid 0); 4 Sep 2000 06:05:55 -0000 Received: from work.gplsucks.org (HELO mail.gplsucks.org) (63.227.213.93) by ptldpop2.ptld.uswest.net with SMTP; 4 Sep 2000 06:05:55 -0000 Date: Sun, 3 Sep 2000 23:05:56 -0700 (PDT) From: William Woods To: freebsd-questions@freebsd.org Subject: ipv6 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 Kind of a generic FreeBSD question here, I have configured all my freebsd systems to be on the "6bone" via http://www.freenet6.net/ and it seems to be workign fine. My questions is are there any other freebsd users here useing ipv6 ? If so, what for.....I know this is kinda a strange question but I am just wondering what you all are doing with the ipv6 techonology in the system. Thanks Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 3 23:42:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id C526337B422; Sun, 3 Sep 2000 23:42:22 -0700 (PDT) Received: from localhost (bandix@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id CAA21731; Mon, 4 Sep 2000 02:41:55 -0400 (EDT) (envelope-from bandix@looksharp.net) Date: Mon, 4 Sep 2000 02:41:55 -0400 (EDT) From: "Brandon D. Valentine" To: David Bushong Cc: questions@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: AIC7892 / Adaptec 29160 In-Reply-To: <20000903153208.V19901@bushong.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 Sun, 3 Sep 2000, David Bushong wrote: >I had the exact same problem with the exact same motherboard. I finally >gave up at stuck a Tekram DC-390U3 in the box and it's worked like a charm. >Obviously, this is not the answer you wanted (I was on a deadline). Also, >sadly, I didn't realize that there are two different shapes of 64-bit PCI >slots and the 370DL3 only has one shape and the Tekram is the other, so I >had to use it as a 32-bit card.. You can find my posts and pondering about >possible explanations with a search on either freebsd-scsi or freebsd-stable.. >don't remember which. That's not good news at all for a $500 motherboard or $200 64-bit PCI SCSI controller. I've seen plenty of posts in the archives from people with working 29160s. There's has got to be a fix to my problem. Hopefully somebody out there has an idea. >On Sun, Sep 03, 2000 at 06:09:04PM -0400, Brandon D. Valentine wrote: >> I've been having a devil of a time installing 4.1-RELEASE on a machine >> with a Supermicro 370DL3. The machine has a built in AIC7892 Ultra160 >> SCSI controller. I've tried LVD, UW, and narrow drives on all three >> connectors along with different cables and different drives. No >> combination will be successful. The install always picks a random point >> during the install of the bin dist to hang. Sometimes if I wait around >> long enough I will get a panic with SCB errors. To make sure the >> problem wasn't the SCSI controller I stuck an Adaptec 29160 in one of >> the 64-bit PCI slots and hooked the drive to that, turning the onboard >> SCSI controller off in the BIOS. I still receive the same behavior from >> sysinstall. This leads me to believe it is an issue related to 29160 >> support in 4.1-RELEASE. I don't have any Ultra160 capable drives but >> I've tried LVD 80, UW 40, and UN 20 drives on the appropriate >> connectors. Does anybody. anywhere have any advice on how to get >> FreeBSD installed on this machine and then how to make sure it's not >> going to crash in the future? My problem appears very similiar to this >> one found in the archives but not followed up on: >> http://www.freebsd.org/cgi/getmsg.cgi?fetch=1702308+1705755+/usr/local/www/db/text/2000/freebsd-questions/20000319.freebsd-questions >> >> Brandon D. Valentine >> -- >> bandix at looksharp.net | bandix at structbio.vanderbilt.edu >> "Truth suffers from too much analysis." -- Ancient Fremen Saying >> >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-scsi" in the body of the message > Brandon D. Valentine -- bandix at looksharp.net | bandix at structbio.vanderbilt.edu "Truth suffers from too much analysis." -- Ancient Fremen Saying To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 0: 1:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.venon.com (ns1.venon.com [64.7.7.83]) by hub.freebsd.org (Postfix) with ESMTP id 6458737B42C for ; Mon, 4 Sep 2000 00:01:22 -0700 (PDT) Received: from megalomaniac.biosys.net (megalomaniac.venon.com [64.7.7.82]) by ns1.venon.com (Postfix) with ESMTP id 35207D1483 for ; Mon, 4 Sep 2000 03:03:38 -0400 (EDT) Message-Id: <4.3.2.7.2.20000904030251.00b09428@mail.megapathdsl.net> X-Sender: X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Mon, 04 Sep 2000 03:04:21 -0400 To: freebsd-questions@FreeBSD.ORG From: Allen Landsidel Subject: Re: MySQL FOREIGN KEYS In-Reply-To: <00090408273703.00345@freebsd.freebsd.org> References: <4.3.2.7.2.20000903175309.00b12658@mail.megapathdsl.net> 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 08:26 09/04/2000 +1100, Danny wrote: >And in response to postgresql ican you install that using ports ? >Is there a big learning curve between mysql and postsql? You can install it via ports, yes. go into /usr/ports and type "make search key=postgresql" to determine it's location on your specific setup/revision. Learning curve isn't that great no, and if you have experience with other databases it'll be easier. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 0:29:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.prod.itd.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id 139E937B424 for ; Mon, 4 Sep 2000 00:29:18 -0700 (PDT) Received: from default (user-v3qs3se.dsl.mindspring.com [199.174.15.142]) by scaup.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id AAA11128 for ; Mon, 4 Sep 2000 00:29:17 -0700 (PDT) Message-ID: <010e01c01641$f7bcba40$8e0faec7@default> Reply-To: "Scott Dubose" From: "Scott Dubose" To: Subject: Need help restoring root Date: Mon, 4 Sep 2000 02:30:14 -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 Hello, I recently installed FreeBSD 4.0. I was attempting to change root's default shell to bash, but typed in the wrong path. Now it won't let me log in as root. I tried to su in from a normal user but it says the user is in the wrong group to do that, and I can't do anything about the group because I can't sign in as root. Any suggestions welcome, I do have a little previous linux/unix experience. Thank you, Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 0:41:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.hk.linkage.net (smtp02.hk.linkage.net [202.76.4.21]) by hub.freebsd.org (Postfix) with ESMTP id 66B0B37B424 for ; Mon, 4 Sep 2000 00:41:17 -0700 (PDT) Received: from staff.csee-transport-hk.com.hk (pc2.csee-transport-hk.com.hk [202.66.90.2]) by smtp02.hk.linkage.net (8.10.2/8.10.2) with ESMTP id e847f6W15827 for ; Mon, 4 Sep 2000 15:41:10 +0800 (HKT) Received: from avenger (AVENGER.office.csee-transport-hk.com.hk [192.168.1.19]) by staff.csee-transport-hk.com.hk (8.9.3/8.8.7) with SMTP id PAA12268 for ; Mon, 4 Sep 2000 15:40:16 +0800 Message-ID: <026b01c01643$5e35fbf0$1301a8c0@office.cseetransporthk.com.hk> From: "Alvin Poon" To: Subject: PCCARD problems with 4.1-release Date: Mon, 4 Sep 2000 15:40: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 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 have a little problem with driving the PCMCIA slot on my Sony VAIO. It's a Ricoh RL5C475 (pcic-pci0) driven by an Intel i82365 (pcic0). With the GENERIC kernel from FreeBSD 4.1-release, I have tried both the 3C589D and the MELCO LPC3-TX ethernet cards, but neither of them could be enabled. Both of them reported "driver allocation failed" then "Device not configured". Both cards are specified in /etc/defaults/pccard.conf, and both are defined in the kernel (ep and ed respectively). There is only one PCMCIA slot so it has nothing to do with the disabled pcic1 slot. And I've checked the PAO package. It says on the web site that it is not supported on the 4.x branch, so that's out of the question. Any help would be greatly appreciated. Thanks a mil. Alvin Poon, System Engineer CSEE Transport Hong Kong Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 0:49:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from optics.tdyc.com (tdyc.optics.arizona.edu [128.196.206.206]) by hub.freebsd.org (Postfix) with ESMTP id 96BBD37B423 for ; Mon, 4 Sep 2000 00:49:37 -0700 (PDT) Received: (from www-data@localhost) by optics.tdyc.com (8.11.0/8.11.0/Debian 8.11.0-6) id e847nVd05270 for freebsd-questions@freebsd.org; Mon, 4 Sep 2000 00:49:31 -0700 X-Authentication-Warning: optics.tdyc.com: www-data set sender to chris.smith@raytheon.co.uk using -f To: freebsd-questions@freebsd.org Subject: SBLive death problem (another one!) Message-ID: <968053769.39b35409f26a4@www.tdyc.com> Date: Mon, 04 Sep 2000 00:49:29 -0700 (MST) From: chris.smith@raytheon.co.uk MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Here's another error for the books (one which I have never had before). On setting up the SBLive drivers in 4.1-RELEASE, I've fallen down another pit of despair. On sending anything to the DSP apart from .au files, the system crashes with:- RAM parity error. It then dumps to the console and asks to be restarted nicely. Before anyone says anything, the RAM is fine -- it's been through a RAM tester (twice!!!)! Any ideas on this one? Relevant System info as follows:- - Mobo: Intel SE440BX-2 (BX based - duh) - RAM: 256Mb Kingston PC100 - AGP card: 3Dfx Voodoo3 3000 - PCI cards: SBLive, D-Link DE530TX (DEC 21140), Creative DXR3 (of which pulling made no difference), Nothing is sharing IRQ's as I turned the USB off just to see if it was causing other problems... Cheers, - Chris. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 1: 0:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.bsag.ch (ns.bsag.ch [195.246.88.210]) by hub.freebsd.org (Postfix) with ESMTP id 309F537B422 for ; Mon, 4 Sep 2000 01:00:43 -0700 (PDT) Received: (from hpr@localhost) by ns.bsag.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id KAA21742; Mon, 4 Sep 2000 10:00:32 +0200 Date: Mon, 4 Sep 2000 10:00:32 +0200 From: Hanspeter Roth Bsag To: Alfred Perlstein Cc: Roth Bsag , freebsd-questions@FreeBSD.ORG Subject: Re: ext2fs support robust? Message-ID: <20000904100032.A21607@bs11.bsag.ch> References: <20000903154433.A13312@bs11.bsag.ch> <20000903140003.D18862@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000903140003.D18862@fw.wintelcom.net>; from bright@wintelcom.net on Sun, Sep 03, 2000 at 02:00:03PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 03, 2000 at 02:00:03PM -0700, Alfred Perlstein wrote: > * Hanspeter Roth Bsag [000903 06:44] wrote: > > Hello, > > > > has somebody experiance in running ext2fs under FreeBsd? > > Can one expect it to be robust? > > Can Ext2fs be exported via NFS with write access? > > (I'm considering replaceing a linux server with home and project fs > > as ext2fs.) > > It's ok, but you're much better off using FreeBSD's native UFS. So what is the difference except performance? (If FreeBSD would offer good Nfs with locking I would convert the file systems later. But in case I will switch back to Linux I want to keep them as ext2fs.) -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 1:10:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id E91F437B424 for ; Mon, 4 Sep 2000 01:10:32 -0700 (PDT) Received: by snoopy.brwn.org (Postfix, from userid 1001) id 7FFFF1D9A; Mon, 4 Sep 2000 10:10:28 +0200 (SAST) Date: Mon, 4 Sep 2000 10:10:28 +0200 From: Willem Brown To: Scott Dubose Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Need help restoring root Message-ID: <20000904101028.A44567@snoopy.brwn.org> References: <010e01c01641$f7bcba40$8e0faec7@default> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <010e01c01641$f7bcba40$8e0faec7@default>; from digitalox@earthlink.net on Mon, Sep 04, 2000 at 02:30:14AM -0500 X-Public-Key: http://willem.brwn.org/pubkey.txt X-Chat-Server: http://chat.brwn.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, You can try to boot into single user mode. Reboot the box and hit the space bar when it displays the following. Hit [ENTER] to boot immediately or any other key for command prompt. Booting [kernel] in 10 seconds. When you hit any other key you'll get an "ok" prompt, type boot -s and it will boot into single user mode. ok boot -s The kernel will now boot. When it is done you'll get to another prompt asking for the shell to use, just hit the enter key to use /bin/sh Enter full pathname of shell or RETURN for /sbin/sh: Now you have to mount the root file system rw so you can make changes to the password database. You'll also have to mount the other file systems so you can access the utilities to make the changes. /bin/mount -a /usr/bin/chsh -s /bin/csh root exit After you hit exit, the system will continue to boot into multi-user mode. HTH Hit the space bar when the loader is doing a countdown from 10(?). Then type boot -s. On Mon, Sep 04, 2000 at 02:30:14AM -0500, Scott Dubose wrote: > Hello, > > I recently installed FreeBSD 4.0. I was attempting to change root's default > shell to bash, but typed in the wrong path. Now it won't let me log in as > root. I tried to su in from a normal user but it says the user is in the > wrong group to do that, and I can't do anything about the group because I > can't sign in as root. > > Any suggestions welcome, I do have a little previous linux/unix experience. > > Thank you, > Scott > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Best Regards Willem Brown -- /* =============================================================== */ /* Linux, FreeBSD, NetBSD, OpenBSD. The choice is yours. */ /* =============================================================== */ A pessimist is an optimist with experience. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 1:19: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from belpak.brest.by (belpak.brest.by [194.226.125.75]) by hub.freebsd.org (Postfix) with ESMTP id 895E737B423 for ; Mon, 4 Sep 2000 01:19:00 -0700 (PDT) Received: from [194.226.125.73] (helo=tech.belpak.brest.by) by belpak.brest.by with smtp (Exim) for freebsd-questions@FreeBSD.Org id 13VrSz-000604-00; Mon, 04 Sep 2000 11:18:57 +0300 Message-ID: <003501c01648$e8cd5100$497de2c2@tech.belpak.brest.by> From: "Dmitry E. Shikut" To: Subject: Date: Mon, 4 Sep 2000 11:19:56 +0300 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.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello... I have some problem... My kernel report me "b_to_q with no reserved cblocks" imediatly after modem disconnction, but not after all disconnections. Can anybody help, that very important for me. My PC configuration: P100-100Mhz, 32Mb RAM, 2Gb IDE HDD, multiport Digiboard PC/Xe (8 ports), 8 Telebit XPresso modems, FreeBSD 3.5.1, mgetty on all ports. It's very important for me! Thanks. Dmitry (shikut@belpak.brest.by) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 3:27:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.rinotel.spb.ru (ns.rinotel.spb.ru [195.190.106.42]) by hub.freebsd.org (Postfix) with ESMTP id ABC2937B423 for ; Mon, 4 Sep 2000 03:27:36 -0700 (PDT) Received: from ars (106-45.no-dns-yet.NevaLink.RU [195.190.106.45]) by ns.rinotel.spb.ru (8.9.3/8.9.1) with SMTP id OAA95200 for ; Mon, 4 Sep 2000 14:27:38 +0400 (MSD) (envelope-from ars@rinotel.spb.ru) Received: by localhost with Microsoft MAPI; Mon, 4 Sep 2000 14:27:35 +0400 Message-ID: <01C0167C.45223780.ars@rinotel.spb.ru> From: Alex Osokin To: "'freebsd-questions@freebsd.org'" Subject: undefined reference to `mkstemps' while upgr 3.4S - 4.1S Date: Mon, 4 Sep 2000 14:27:33 +0400 Organization: Rinotel X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 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 everybody, Wondering if anybody can point me how to get rid of: ../libiberty/libiberty.a(choose-temp.o): In function `make_temp_file': choose-temp.o(.text+0x264): undefined reference to `mkstemps' *** Error code 1 while performing make buildworld on 3.4 Stable... The source tree RELENG_4 was just cvsuped. --- Regards, Alex Osokin Rinotel NW SPB http://www.rinotel.spb.ru Internet Telephony Division mailto:ars@rinotel.spb.ru tel +7 812 325-3470 ICQ: 5399832 fax +7 812 325-3472 int +1 707 202-0025 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 3:36:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eeyore.local.dohd.org (d0030.dtk.chello.nl [213.46.0.30]) by hub.freebsd.org (Postfix) with ESMTP id 9E24237B424 for ; Mon, 4 Sep 2000 03:36:12 -0700 (PDT) Received: by eeyore.local.dohd.org (Postfix, from userid 1008) id 16C19BA3B; Mon, 4 Sep 2000 12:36:06 +0200 (MET DST) Date: Mon, 4 Sep 2000 12:36:06 +0200 From: Mark Huizer To: questions@freebsd.org Subject: Re: ipv6 Message-ID: <20000904123606.A55141@dohd.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from bwoods2@mail.gplsucks.org on Sun, Sep 03, 2000 at 11:05:56PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 03, 2000 at 11:05:56PM -0700, William Woods wrote: > Kind of a generic FreeBSD question here, I have configured all my freebsd > systems to be on the "6bone" via http://www.freenet6.net/ and it seems to > be workign fine. My questions is are there any other freebsd users here > useing ipv6 ? If so, what for.....I know this is kinda a strange question > but I am just wondering what you all are doing with the ipv6 techonology > in the system. > We, at Stack, a student computing society in the Netherlands, are currently trying to use it for various things. Tunnels to home networks (cable modem machines), we use it for our internal mail delivery (external is also possible, but noone seems to have ipv6 capable MTA's in use today :-), and various stuff like irc, a webserver, etc. At home I try to find the time to get as much as possible internally switched to IPv6, currently the first things I should have a look at are portmap, nfs, dns and a webproxy. mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 4:19:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gate.cpmet.ufpel.tche.br (gate.cpmet.ufpel.tche.br [200.248.148.33]) by hub.freebsd.org (Postfix) with ESMTP id 6248137B43E for ; Mon, 4 Sep 2000 04:19:08 -0700 (PDT) Received: from localhost (casantos@localhost) by gate.cpmet.ufpel.tche.br (8.9.3/8.9.3) with ESMTP id LAA71211; Mon, 4 Sep 2000 11:22:24 GMT (envelope-from casantos@cpmet.ufpel.tche.br) X-Authentication-Warning: gate.cpmet.ufpel.tche.br: casantos owned process doing -bs Date: Mon, 4 Sep 2000 11:22:24 +0000 (GMT) From: Carlos A M dos Santos To: Ariel Burbaickij Cc: questions@FreeBSD.ORG Subject: Re: Why native FreeBSD version of Netscape could refuese to showmathematical symbols ? 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 Sun, 3 Sep 2000, Ariel Burbaickij wrote: > At least 4.75 Netscape for FreeBSD does so.Anyone knowledgeble of > reasons? look at http://hutchinson.belmont.ma.us/tth/Xfonts.html -- Carlos A. M. dos Santos Federal University of Pelotas Meteorological Research Center Av. Ildefonso Simoes Lopes 2791 Pelotas, RS, Brasil, CEP 96060-290 WWW: http://www.cpmet.ufpel.tche.br RENPAC (X.25): 153231641 Phone: +55 53 277-6767 FAX: +55 53 277-6722 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 4:39:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.beyondtech.net (mail.beyondtech.net [203.43.52.168]) by hub.freebsd.org (Postfix) with ESMTP id 96CC537B422 for ; Mon, 4 Sep 2000 04:39:43 -0700 (PDT) Received: from ws1 ([203.43.52.134]) by mail.beyondtech.net (8.9.3/8.9.3) with ESMTP id XAA90773 for ; Mon, 4 Sep 2000 23:46:23 +1100 (EST) (envelope-from marcus@redcentre.com) From: marcus@redcentre.com Message-Id: <200009041246.XAA90773@mail.beyondtech.net> To: questions@freebsd.org Date: Mon, 4 Sep 2000 21:39:30 +1000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Viewing Apache log files X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, just wondering if anybody has a good solution for enabling users to view Apache logs for their web site (running on a virtual server) - maybe a web page with some sort of login? thanks in anticipation, Marcus Unix Systems Administrator +61 3 9873 0155 +61 3 9720 7467 (fax) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 4:53:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shasta.gate.net (shasta.gate.net [216.219.246.6]) by hub.freebsd.org (Postfix) with ESMTP id A606D37B423 for ; Mon, 4 Sep 2000 04:53:30 -0700 (PDT) Received: from tiwa.gate.net (tiwa.gate.net [199.227.0.141]) by shasta.gate.net (AIX4.3/8.9.3/8.9.3) with ESMTP id HAA35796; Mon, 4 Sep 2000 07:53:29 -0400 Received: from localhost (wjm@localhost) by tiwa.gate.net (8.8.6/8.7.3) with ESMTP id HAA514528; Mon, 4 Sep 2000 07:54:50 -0400 X-Authentication-Warning: tiwa.gate.net: wjm owned process doing -bs Date: Mon, 4 Sep 2000 07:54:50 -0400 (EDT) From: William Melanson To: media@mail1.nai.net Cc: freebsd-questions Subject: Re: More than 64M RAM?? 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, 4 Sep 2000 media@mail1.nai.net wrote: % Date: Mon, 04 Sep 2000 00:22:37 -0400 % From: media@mail1.nai.net % To: freebsd-questions % Subject: More than 64M RAM?? % % % I am running FreeBSD 3.4 on a 133 Pentium. % % I remember reading something that FreeBSD can only access 64M of RAM?? Is % that true?? Does having more than 64M hurt?? Unfortunately I cannot check % my FreeBSD documentation at the moment because the hardware is currently % disassembled. % % THANX!! % This was taken from the faq. Due to the manner in which FreeBSD gets the memory size from the BIOS, it can only detect 16 bits worth of Kbytes in size (65535 Kbytes = 64MB) (or less... some BIOSes peg the memory size to 16M). If you have more than 64MB, FreeBSD will attempt to detect it; however, the attempt may fail. To work around this problem, you need to use the kernel option specified below. There is a way to get complete memory information from the BIOS, but we don't have room in the bootblocks to do it. Someday when lack of room in the bootblocks is fixed, we'll use the extended BIOS functions to get the full memory information...but for now we're stuck with the kernel option. options "MAXMEM=n" Where n is your memory in Kilobytes. For a 128 MB machine, you'd want to use 131072. --------------------------------oOo------------------------------------ William J. Melanson CyberGate, Inc. | e.spire Communications Sr Network Controller www.gate.net ---- www.espire.net Network Operations Center Phone: (954) 334-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 Mon Sep 4 4:56: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id C88B237B423 for ; Mon, 4 Sep 2000 04:55:53 -0700 (PDT) Received: by snoopy.brwn.org (Postfix, from userid 1001) id 58EEE1D9A; Mon, 4 Sep 2000 13:55:48 +0200 (SAST) Date: Mon, 4 Sep 2000 13:55:48 +0200 From: Willem Brown To: marcus@redcentre.com Cc: questions@freebsd.org Subject: Re: Viewing Apache log files Message-ID: <20000904135548.C44567@snoopy.brwn.org> References: <200009041246.XAA90773@mail.beyondtech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200009041246.XAA90773@mail.beyondtech.net>; from marcus@redcentre.com on Mon, Sep 04, 2000 at 09:39:30PM +1000 X-Public-Key: http://willem.brwn.org/pubkey.txt X-Chat-Server: http://chat.brwn.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, You should be able to do something like that with analogue (http://www.analog.cx/) or webalizer (http://www.mrunix.net/webalizer/). They will generate the usage stats, you'll have to find a way to integrate them into the web sites. Some ISP's that provide stats like these, have a separate server running that serves the stats and control access to this server. Generating the reports on the server that is doing the hosting is probably not a good idea as it might impact on the performance. I don't know of anything that does this out the box though. Not that I've ever used any of these tools myself. On Mon, Sep 04, 2000 at 09:39:30PM +1000, marcus@redcentre.com wrote: > Hi, > > just wondering if anybody has a good solution for enabling users to > view Apache logs for their web site (running on a virtual server) - > maybe a web page with some sort of login? > > thanks in anticipation, > > > Marcus > Unix Systems Administrator > > +61 3 9873 0155 > +61 3 9720 7467 (fax) > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Best Regards Willem Brown -- /* =============================================================== */ /* Linux, FreeBSD, NetBSD, OpenBSD. The choice is yours. */ /* =============================================================== */ Finagle's Creed: Science is true. Don't be misled by facts. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 5:19:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail01.websilon.nl (mail01.websilon.nl [193.78.99.2]) by hub.freebsd.org (Postfix) with ESMTP id 4B27137B424 for ; Mon, 4 Sep 2000 05:19:07 -0700 (PDT) Received: from baco.websilon.nl ([213.53.241.33]) by mail01.websilon.nl (Post.Office MTA v3.5.3 release 223 ID# 0-67391U1000L200S0V35) with ESMTP id nl for ; Mon, 4 Sep 2000 14:20:27 +0200 Received: by baco.websilon.nl with Internet Mail Service (5.5.2650.21) id ; Mon, 4 Sep 2000 14:20:37 +0200 Message-ID: <3182D9D293F2D211B15A00500416D4902E1571@baco.websilon.nl> From: Daan Franke To: "'freebsd-questions@freebsd.org'" Subject: A sick little box Date: Mon, 4 Sep 2000 14:20:35 +0200 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 box here at work doing natd services for my company. It works fine but suddenly reboots out of nowhere with no appearant reason or circumstances. The logs say nothing about the reboot except that it isn't done with the proper sequence. I also tried to recompile my kernel but that was a no go because of this error on the make depend (it also gives this error on the GENERIC kernel) I get this error message: ===> agp @ -> /usr/src/sys machine -> /usr/src/sys/i386/include make: don't know how to make agp_if.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/GBL. My theories are limited because of the lack of messages I get from logs and such. Im looking for reasons why this would happen. Info of box: pII 350 256 MB of RAM SCSI HD ATAPI CD-ROM FreeBSD 4.0-RELEASE Thanks for reading this and if you want, reply. Daan Franke System Engineer Websilon BV "Hanzegebouw" Binckhorstlaan 400 2516 BL, Den Haag, The Netherlands tel +31-70-3398888 fax +31-70-3398830 e-mail daan@websilon.nl web http://www.websilon.nl alle internet winkels in Nederland: http://winkelstraat.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 5:41:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from moat.teksupport.net.au (moat.teksupport.net.au [203.17.1.98]) by hub.freebsd.org (Postfix) with ESMTP id 2715037B424 for ; Mon, 4 Sep 2000 05:41:48 -0700 (PDT) Received: from magician.teksupport.net.au (magician.teksupport.net.au [192.168.1.2]) by moat.teksupport.net.au (8.8.8/8.8.8) with SMTP id WAA15030 for ; Mon, 4 Sep 2000 22:41:38 +1000 (EST) (envelope-from robseco@teksupport.net.au) Message-Id: <3.0.5.32.20000904224135.037077e0@moat-gw.teksupport.net.au> X-Sender: robseco@moat-gw.teksupport.net.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Mon, 04 Sep 2000 22:41:35 +1000 To: freebsd-questions@FreeBSD.ORG From: Rob Secombe Subject: Wierd tape drive behaviour 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 am not on the freebsd-questions list so could you please reply direct. I have recently built a 'samba server' based on FreeBSD 4.0 for one of our customers. All is working perfectly except for the backup. The customer had an Wangdat 3100 in their old Novell server which they asked if we could use. As that amount of data they had to back up would easily fit and the tape drive was working fine with Novell/Arcserve, I said "sure". I spoke too soon. The tape subsystem intermitently works but the majority of the time it reports ther following error. /usr/bin/tar: can't write to /dev/rsa0 : Invalid argument and syslogs: (sa0:sym0:0:6:0): Invalid request. Variable block device requests must be between 53257 and -1 bytes The upper and lower blocksize values seem to vary. I have tried new tapes and doing an 'mt erase' to no avail. device info is: sa0 at sym0 bus 0 target 6 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 4.807MB/s transfers (4.807MHz, offset 8) I have had a trawl through the archives and can find serveral other related questions but no definitive answers. Does anyone have a fix for this or do I just co-incidentally have a sick drive. See you at FreeBSDcon! Thanks in advance Rob Secombe (RS39-AU) Engineering Director Teksupport Pty. Ltd. 7 Warwick Avenue, Springvale, Melbourne Australia 3171 Ph. +61 3 9562 4577 Fx. +61 3 9547 0320 http://www.teksupport.net.au/ PGP Key http://www.teksupport.net.au/~robseco/robseco.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 6:36:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from swan.prod.itd.earthlink.net (swan.prod.itd.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id ED96B37B423 for ; Mon, 4 Sep 2000 06:36:14 -0700 (PDT) Received: from pavilion (user-2ive12u.dialup.mindspring.com [165.247.4.94]) by swan.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id GAA28234 for ; Mon, 4 Sep 2000 06:36:13 -0700 (PDT) Message-ID: <000a01c0168e$831c2200$5e04f7a5@pavilion> Reply-To: "Laura Halfkenny" From: "Laura Halfkenny" To: Subject: Date: Mon, 4 Sep 2000 09:38:08 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C01653.D53B3DE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C01653.D53B3DE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable where can I find a support group for amputees,(I'm not sure I even = spelled it correctly). My husband was hurt at work and is in need of = some reassurance that I, the doctors, etc cannot give him. If you have information please send it to halfkenny411@hotmail.com thank-you ------=_NextPart_000_0007_01C01653.D53B3DE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
where can I find a support group for = amputees,(I'm=20 not sure I even spelled it correctly). My husband was hurt at work and = is in=20 need of some reassurance that I, the doctors, etc cannot give = him.
If you have information please send it=20 to
halfkenny411@hotmail.com
thank-you
------=_NextPart_000_0007_01C01653.D53B3DE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 6:38:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id B1FAB37B42C for ; Mon, 4 Sep 2000 06:38:32 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.78.199) by relay2.inwind.it (5.1.046) id 39AF9CE300012B95; Mon, 4 Sep 2000 15:38:25 +0200 From: Salvo Bartolotta Date: Mon, 04 Sep 2000 14:38:06 GMT Message-ID: <20000904.14380600@bartequi.ottodomain.org> Subject: Re: A sick little box To: Daan Franke Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <3182D9D293F2D211B15A00500416D4902E1571@baco.websilon.nl> References: <3182D9D293F2D211B15A00500416D4902E1571@baco.websilon.nl> 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/4/00, 1:20:35 PM, Daan Franke wrote regarding A = sick little box: > Hi, > I have a box here at work doing natd services for my company. It works= =20 fine > but suddenly reboots out of nowhere with no appearant reason or > circumstances. The logs say nothing about the reboot except that it=20 isn't > done with the proper sequence. > I also tried to recompile my kernel but that was a no go because of=20 this > error on the make depend (it also gives this error on the GENERIC=20 kernel) > I get this error message: > =3D=3D=3D> agp > @ -> /usr/src/sys > machine -> /usr/src/sys/i386/include > make: don't know how to make agp_if.c. Stop > *** Error code 2 > Stop in /usr/src/sys/modules. > *** Error code 1 > Stop in /usr/src/sys/compile/GBL. > My theories are limited because of the lack of messages I get from=20 logs and > such. > Im looking for reasons why this would happen. > Info of box: > pII 350 > 256 MB of RAM > SCSI HD > ATAPI CD-ROM > FreeBSD 4.0-RELEASE > Thanks for reading this and if you want, reply. > Daan Franke > System Engineer Dear Daan Franke, In a good number of such cases, the culprit turns out to be bad=20 hardware: bad RAM, bad cache, inadequate cooling, etc. A careful=20 investigation will spot any bad harware. As far as your build errors are concerned, I may be completely wrong,=20 but I am afraid that, after cvsup'ing your sources, you have not=20 followed the instructions found in /usr/src/UPDATING. The kernel build=20 procedure, in that specific case (after cvsup'ing), changed a couple=20 of months ago. HTH, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 7:19:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (gsi.enoreo.on.ca [209.82.52.145]) by hub.freebsd.org (Postfix) with ESMTP id 2988737B422 for ; Mon, 4 Sep 2000 07:19:06 -0700 (PDT) Received: from zircon (cr677933-a.ktchnr1.on.wave.home.com [24.42.130.87]) by xena.gsicomp.on.ca (8.10.1/8.9.2) with SMTP id e84EIs941765; Mon, 4 Sep 2000 10:18:54 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <002b01c0167b$0a2613f0$1200a8c0@zircon> From: "Matthew Emmerton" To: "Salvo Bartolotta" , "Daan Franke" Cc: References: <3182D9D293F2D211B15A00500416D4902E1571@baco.websilon.nl> <20000904.14380600@bartequi.ottodomain.org> Subject: Re: A sick little box Date: Mon, 4 Sep 2000 10:18:41 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > > On 9/4/00, 1:20:35 PM, Daan Franke wrote regarding A > sick little box: > > > I also tried to recompile my kernel but that was a no go because of > this > > error on the make depend (it also gives this error on the GENERIC > kernel) > > I get this error message: > > > > ===> agp > > @ -> /usr/src/sys > > machine -> /usr/src/sys/i386/include > > make: don't know how to make agp_if.c. Stop > > *** Error code 2 > > > Stop in /usr/src/sys/modules. > > *** Error code 1 > > > Stop in /usr/src/sys/compile/GBL. Well, 4.0-REL didn't have any agp code in it, so it looks like you've cvsup'd a copy of the 4.1-REL source code somewhere along the line. If you did, be sure to use the 4.1-REL versions of /usr/sbin/config and /usr/share/mk/*, since they change between versions and need to be kept in sync. The other alternative is to cvsup the 4.0-REL source code and use your existing build tools to build your kernel. -- Matthew Emmerton GSI Computer Services +1 (800) 217-5409 (Canada) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 7:37:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vviuh221.vvi.com (dns.vvi.com [206.229.112.1]) by hub.freebsd.org (Postfix) with SMTP id 15DA137B43C for ; Mon, 4 Sep 2000 07:37:19 -0700 (PDT) Received: from vviuh223 by vviuh221.vvi.com (NX5.67g/NX3.0M) id AA01126; Mon, 4 Sep 00 10:48:41 -0400 From: David Johnston Message-Id: <10009041448.AA01126@vviuh221.vvi.com> Received: by vviuh223.brath.com (NX5.67e/NX3.0X) id AA00233; Mon, 4 Sep 00 10:48:39 -0400 Date: Mon, 4 Sep 00 10:48:39 -0400 To: freebsd-questions@freebsd.org Subject: need really good freebsd socket book Cc: djohn@vviuh221.vvi.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi FreeBSD: I need a really good book on freebsd (bsd4.4) socket programming. I need to know how to exchange data between one program on a computer (p-1) to another program on a different computer (p-2) (via TCP/IP). Then I need to know how to handle many p-1 programs exchanging data to only one p-2 program (p-1 are clients and p-2 is a server). For example: how can I have many p-1 programs place their requests on a data stack until p-2 can process the request and return a result? Eventually I need to know how to handle requests in parallel with threads and different port numbers, but that is a different question, but it would be nice if the book covered simple to complex designs with basic socket examples. I know it is asking for alot and any help is welcome! (I don't belong to the list, please respond to djohn@vvi.com) Sincerely, David Johnston djohn@vvi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 7:42:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (mailbox.adm.binghamton.edu [128.226.10.60]) by hub.freebsd.org (Postfix) with ESMTP id C131637B423 for ; Mon, 4 Sep 2000 07:42:53 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id KAA22473; Mon, 4 Sep 2000 10:42:49 -0400 (EDT) Date: Mon, 4 Sep 2000 10:39:19 -0400 (EDT) From: Zhihui Zhang To: David Johnston Cc: freebsd-questions@FreeBSD.ORG Subject: Re: need really good freebsd socket book In-Reply-To: <10009041448.AA01126@vviuh221.vvi.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 UNIX Network Programming, Networking APIs, Sockets and XTI, Volume 1, W. Richard Stevens. -Zhihui On Mon, 4 Sep 2000, David Johnston wrote: > > Hi FreeBSD: > > I need a really good book on freebsd (bsd4.4) socket programming. > I need to know how to exchange data between > one program on a computer (p-1) > to another program on a different computer (p-2) > (via TCP/IP). > Then I need to know how to handle many p-1 programs exchanging data > to only one p-2 program (p-1 are clients and p-2 is a server). > For example: how can I have many p-1 programs place their requests > on a data stack until p-2 can process the request and return a result? > > Eventually I need to know how to handle requests in parallel with > threads and different port numbers, but that is a different question, > but it would be nice if the book covered simple to complex designs > with basic socket examples. > > I know it is asking for alot and any help is welcome! > (I don't belong to the list, please respond to djohn@vvi.com) > > Sincerely, > > David Johnston > djohn@vvi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 7:47:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from oak.drexeltech.com (oak.drexeltech.com [64.39.31.169]) by hub.freebsd.org (Postfix) with ESMTP id 0955937B424 for ; Mon, 4 Sep 2000 07:47:10 -0700 (PDT) Received: from sporto.johnturner.com (w220.z208176108.det-mi.dsl.cnc.net [208.176.108.220]) by oak.drexeltech.com (8.9.3/8.9.3) with ESMTP id JAA72740; Mon, 4 Sep 2000 09:58:33 -0500 (CDT) (envelope-from john@johnturner.com) Message-Id: <4.3.2.7.0.20000904104450.00ab6100@mail.johnturner.com> X-Sender: jturner@mail.johnturner.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Mon, 04 Sep 2000 10:46:56 -0400 To: David Johnston , freebsd-questions@FreeBSD.ORG From: John Turner Subject: Re: need really good freebsd socket book Cc: djohn@vviuh221.vvi.com In-Reply-To: <10009041448.AA01126@vviuh221.vvi.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 I have found any of the books written by Richard W. Stephens to be outstanding, I believe the main book is "Unix Network Programming" or something similar (my copy is at work, so I can't get the exact title or ISBN number for you). http://www.fatbrain.com has them for sure. - John Turner At 10:48 AM 9/4/00, David Johnston wrote: >Hi FreeBSD: > >I need a really good book on freebsd (bsd4.4) socket programming. >I need to know how to exchange data between >one program on a computer (p-1) >to another program on a different computer (p-2) >(via TCP/IP). >Then I need to know how to handle many p-1 programs exchanging data >to only one p-2 program (p-1 are clients and p-2 is a server). >For example: how can I have many p-1 programs place their requests >on a data stack until p-2 can process the request and return a result? > >Eventually I need to know how to handle requests in parallel with >threads and different port numbers, but that is a different question, >but it would be nice if the book covered simple to complex designs >with basic socket examples. > >I know it is asking for alot and any help is welcome! >(I don't belong to the list, please respond to djohn@vvi.com) > >Sincerely, > >David Johnston >djohn@vvi.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 Sep 4 8: 5:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nettoll.com (matrix.fr.uu.net [212.155.143.61]) by hub.freebsd.org (Postfix) with ESMTP id 84DFF37B440 for ; Mon, 4 Sep 2000 08:05:48 -0700 (PDT) Received: by smtp.nettoll.com; Mon, 4 Sep 2000 16:59:52 +0200 (MET DST) Message-Id: <4.3.0.20000904170717.02835620@pop.free.fr> X-Sender: usebsd@pop.free.fr X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Mon, 04 Sep 2000 17:13:50 +0200 To: John Turner , David Johnston , freebsd-questions@FreeBSD.ORG From: mouss Subject: Re: need really good freebsd socket book Cc: djohn@vviuh221.vvi.com In-Reply-To: <4.3.2.7.0.20000904104450.00ab6100@mail.johnturner.com> References: <10009041448.AA01126@vviuh221.vvi.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 the ISBN is: ISBN 0-13-490012-X the title: UNIX Network Programming, Volume 1, second Edition. (volume 2 is about IPC, Inter-Process Communication, you might need it too). check http://www.kohala.com/start/ for informations and the source code. PS. The author is "Steven", not Stephens. At 10:46 04/09/00 -0400, John Turner wrote: >I have found any of the books written by Richard W. Stephens to be >outstanding, I believe the main book is "Unix Network Programming" or >something similar (my copy is at work, so I can't get the exact title or >ISBN number for you). http://www.fatbrain.com has them for sure. > >- John Turner > >At 10:48 AM 9/4/00, David Johnston wrote: > >>Hi FreeBSD: >> >>I need a really good book on freebsd (bsd4.4) socket programming. >>I need to know how to exchange data between >>one program on a computer (p-1) >>to another program on a different computer (p-2) >>(via TCP/IP). >>Then I need to know how to handle many p-1 programs exchanging data >>to only one p-2 program (p-1 are clients and p-2 is a server). >>For example: how can I have many p-1 programs place their requests >>on a data stack until p-2 can process the request and return a result? >> >>Eventually I need to know how to handle requests in parallel with >>threads and different port numbers, but that is a different question, >>but it would be nice if the book covered simple to complex designs >>with basic socket examples. >> >>I know it is asking for alot and any help is welcome! >>(I don't belong to the list, please respond to djohn@vvi.com) >> >>Sincerely, >> >>David Johnston >>djohn@vvi.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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 8:24:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id EC83F37B43C for ; Mon, 4 Sep 2000 08:24:33 -0700 (PDT) Received: from rac3.wam.umd.edu (IDENT:root@rac3.wam.umd.edu [128.8.10.143]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id LAA23089 for ; Mon, 4 Sep 2000 11:24:33 -0400 (EDT) Received: from rac3.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac3.wam.umd.edu (8.9.3/8.9.3) with SMTP id LAA11796 for ; Mon, 4 Sep 2000 11:24:32 -0400 (EDT) Received: from localhost (culverk@localhost) by rac3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id LAA11791 for ; Mon, 4 Sep 2000 11:24:32 -0400 (EDT) X-Authentication-Warning: rac3.wam.umd.edu: culverk owned process doing -bs Date: Mon, 4 Sep 2000 11:24:32 -0400 (EDT) From: Kenneth Wayne Culver To: freebsd-questions@freebsd.org Subject: livid 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 compile livid, and I get stuck when I go to compile the css part of the program. It says it needs the dvd ioctls... I was wondering if anyone still had the freebsd patch to the css software. ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 8:45:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ptldpop5.ptld.uswest.net (pop.ptld.uswest.net [198.36.160.5]) by hub.freebsd.org (Postfix) with SMTP id 13B0F37B423 for ; Mon, 4 Sep 2000 08:45:55 -0700 (PDT) Received: (qmail 37131 invoked by alias); 4 Sep 2000 15:45:54 -0000 Delivered-To: fixup-freebsd-questions@freebsd.org@fixme Received: (qmail 37119 invoked by uid 0); 4 Sep 2000 15:45:54 -0000 Received: from work.gplsucks.org (HELO mail.gplsucks.org) (63.227.213.93) by pop.ptld.uswest.net with SMTP; 4 Sep 2000 15:45:54 -0000 Date: Mon, 4 Sep 2000 08:45:57 -0700 (PDT) From: William Woods To: freebsd-questions@freebsd.org Subject: Sendmail 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 Could someone shed some light on this error... ---------------------------- Sep 4 08:41:27 mail sendmail[1305]: e84FfJQ01303: to=, ctladdr= (1001/1001), delay=00:00:07, xdelay=00:00:07, mailer=esmtp, pri=30294, relay=hub.freebsd.org. [216.136.204.18], dsn=4.2.0, stat=Deferred: 450 Client host rejected: cannot find your hostname, [63.227.213.93] --------------------------------- I see this in my sendmail log. Now that ip [63.227.213.93] is the ip of mail.gplsucks.org, I dont know why the ip is there and not the hostname though. any ideas how to fix this? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 8:54:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from beta.root-servers.ch (beta.root-servers.ch [195.49.33.19]) by hub.freebsd.org (Postfix) with SMTP id 68C2437B43C for ; Mon, 4 Sep 2000 08:54:06 -0700 (PDT) Received: (qmail 91458 invoked from network); 4 Sep 2000 15:54:04 -0000 Received: from client74-19.hispeed.ch (HELO 10.2.2.100) (62.2.74.19) by beta.root-servers.ch with SMTP; 4 Sep 2000 15:54:04 -0000 Date: Mon, 4 Sep 2000 17:56:23 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.46 Beta/3) UNREG / CD5BF9353B3B7091 Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <393673852.20000904175623@buz.ch> To: "Crist J . Clark" Cc: cjclark@alum.mit.edu, questions@FreeBSD.ORG Subject: Re[2]: Strange behaviour of IPFilter... In-reply-To: <20000903153917.N62475@149.211.6.64.reflexcom.com> References: <8688272028.20000903121705@buz.ch> <20000903153917.N62475@149.211.6.64.reflexcom.com> 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 Crist, Monday, September 04, 2000, 12:39:17 AM, you wrote: > Watch for incoming 'auth' connections from these servers. The SMTP > might not be completing until the ident attempt times out. If this is > unacceptable, you can have the firewall do a "dummy" response to all > idents or have the firewall reject the attempts. Thanks for the point to identd, a block return-rst in for tcp did solve the problem. Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 9: 2:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id 3F3EF37B424 for ; Mon, 4 Sep 2000 09:02:20 -0700 (PDT) Received: from rac5.wam.umd.edu (IDENT:root@rac5.wam.umd.edu [128.8.10.145]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id MAA24672 for ; Mon, 4 Sep 2000 12:02:18 -0400 (EDT) Received: from rac5.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac5.wam.umd.edu (8.9.3/8.9.3) with SMTP id MAA04374 for ; Mon, 4 Sep 2000 12:02:17 -0400 (EDT) Received: from localhost (culverk@localhost) by rac5.wam.umd.edu (8.9.3/8.9.3) with ESMTP id MAA04370 for ; Mon, 4 Sep 2000 12:02:17 -0400 (EDT) X-Authentication-Warning: rac5.wam.umd.edu: culverk owned process doing -bs Date: Mon, 4 Sep 2000 12:02:17 -0400 (EDT) From: Kenneth Wayne Culver To: freebsd-questions@freebsd.org Subject: Re: livid 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 that, it's not there... I the links don't work ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Mon, 4 Sep 2000 Chris.Smith@raytheon.co.uk wrote: > > Hi, > > There is some info (like a FreeBSD HOWTO) at > http://www.opendvd.org/. I haven't tried it yet, > but it should tell you where to get the bits and > what to do with them. > > HtH > > - Chris. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 9: 3:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from seacove.net (mail.seacove.net [206.162.105.15]) by hub.freebsd.org (Postfix) with SMTP id 8C29137B422 for ; Mon, 4 Sep 2000 09:03:15 -0700 (PDT) Received: (qmail 2165 invoked from network); 4 Sep 2000 16:03:05 -0000 Received: from s1172.seacove.net (HELO base1) (205.148.240.172) by mail.seacove.net with SMTP; 4 Sep 2000 16:03:05 -0000 Message-ID: <000a01c0168a$41fbe8e0$010a0a0a@base1> From: "Jared & Melody Sargent" To: Subject: terminals. Date: Mon, 4 Sep 2000 11:07:17 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C01660.49D45EA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C01660.49D45EA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I don't know who to ask, and the handbook and FAQ aren't answering what = I need. How do I set up my FreeBSD machine to run a terminal from = another machine(win98). My cable is good(checked with ohm meter), I = followed all of the instruction in FAQ and handbook, and even tried = various settings on my com ports. Just rather lost at the moment. = Jared. ------=_NextPart_000_0007_01C01660.49D45EA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I don't know who to ask, and the = handbook and FAQ=20 aren't answering what I need.  How do I set up my FreeBSD machine = to run a=20 terminal from another machine(win98).  My cable is good(checked = with ohm=20 meter), I followed all of the instruction in FAQ and handbook, and even = tried=20 various settings on my com ports.  Just rather lost at the = moment. =20 Jared.
------=_NextPart_000_0007_01C01660.49D45EA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 9: 6:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 6A05337B422 for ; Mon, 4 Sep 2000 09:06:37 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id UAA05961 for ; Mon, 4 Sep 2000 20:23:03 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e84G6Wt07793 for freebsd-questions@freebsd.org; Mon, 4 Sep 2000 20:06:32 +0400 Date: Mon, 4 Sep 2000 20:06:31 +0400 From: Igor Roboul To: FreeBSD questions Subject: any not so dumb attachments killer? Message-ID: <20000904200631.A7744@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: FreeBSD questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, and good night :-) Is there any good (configurable) attachments killer, which can filter attachment (of some type) and deliver main message to recipient with information about rejected attachment, for FreeBSD (in ports) or for any Unix in source? Thanx -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 9: 7:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id 6BCD937B42C for ; Mon, 4 Sep 2000 09:07:10 -0700 (PDT) Received: by snoopy.brwn.org (Postfix, from userid 1001) id E4B0A1D9A; Mon, 4 Sep 2000 18:07:06 +0200 (SAST) Date: Mon, 4 Sep 2000 18:07:06 +0200 From: Willem Brown To: William Woods Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail problem...... Message-ID: <20000904180706.H44567@snoopy.brwn.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from bwoods2@mail.gplsucks.org on Mon, Sep 04, 2000 at 08:45:57AM -0700 X-Public-Key: http://willem.brwn.org/pubkey.txt X-Chat-Server: http://chat.brwn.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Does it happen all the time or was just this once? Your mail was rejected because the reverse lookup did not work. Although it seems to work from my end. Maybe the dns servers for this reverse lookup could not be reached at the time? On Mon, Sep 04, 2000 at 08:45:57AM -0700, William Woods wrote: > Could someone shed some light on this error... > > > ---------------------------- > Sep 4 08:41:27 mail > sendmail[1305]: e84FfJQ01303: to=, > ctladdr= (1001/1001), delay=00:00:07, > xdelay=00:00:07, mailer=esmtp, pri=30294, > relay=hub.freebsd.org. [216.136.204.18], dsn=4.2.0, stat=Deferred: 450 > Client host rejected: cannot find your hostname, [63.227.213.93] > --------------------------------- > > I see this in my sendmail log. Now that ip [63.227.213.93] is the ip of > mail.gplsucks.org, I dont know why the ip is there and not the hostname > though. any ideas how to fix this? > > Bill > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Best Regards Willem Brown -- /* =============================================================== */ /* Linux, FreeBSD, NetBSD, OpenBSD. The choice is yours. */ /* =============================================================== */ There are no winners in life: Only survivors. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 9:13:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ptldpop5.ptld.uswest.net (pop.ptld.uswest.net [198.36.160.5]) by hub.freebsd.org (Postfix) with SMTP id 1DF1737B42C for ; Mon, 4 Sep 2000 09:13:10 -0700 (PDT) Received: (qmail 54700 invoked by alias); 4 Sep 2000 16:13:09 -0000 Delivered-To: fixup-freebsd-questions@freebsd.org@fixme Received: (qmail 54690 invoked by uid 0); 4 Sep 2000 16:13:08 -0000 Received: from work.gplsucks.org (HELO mail.gplsucks.org) (63.227.213.93) by pop.ptld.uswest.net with SMTP; 4 Sep 2000 16:13:08 -0000 Date: Mon, 4 Sep 2000 09:13:05 -0700 (PDT) From: William Woods To: Willem Brown Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail problem...... In-Reply-To: <20000904180706.H44567@snoopy.brwn.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 It happens all the time.....but JUST to freebsd.org.. BTW, the hostname for that box is mailgplsucks.org. That is the correct IP but why would the IP show up as the hostname? On Mon, 4 Sep 2000, Willem Brown wrote: > Hi, > > Does it happen all the time or was just this once? Your mail > was rejected because the reverse lookup did not work. > > Although it seems to work from my end. Maybe the dns servers for > this reverse lookup could not be reached at the time? > > On Mon, Sep 04, 2000 at 08:45:57AM -0700, William Woods wrote: > > Could someone shed some light on this error... > > > > > > ---------------------------- > > Sep 4 08:41:27 mail > > sendmail[1305]: e84FfJQ01303: to=, > > ctladdr= (1001/1001), delay=00:00:07, > > xdelay=00:00:07, mailer=esmtp, pri=30294, > > relay=hub.freebsd.org. [216.136.204.18], dsn=4.2.0, stat=Deferred: 450 > > Client host rejected: cannot find your hostname, [63.227.213.93] > > --------------------------------- > > > > I see this in my sendmail log. Now that ip [63.227.213.93] is the ip of > > mail.gplsucks.org, I dont know why the ip is there and not the hostname > > though. any ideas how to fix this? > > > > Bill > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > Best Regards > Willem Brown > -- > /* =============================================================== */ > /* Linux, FreeBSD, NetBSD, OpenBSD. The choice is yours. */ > /* =============================================================== */ > > There are no winners in life: Only survivors. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 9:26:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from Tincan.rapidsys.com (rapidsys.com [209.84.253.5]) by hub.freebsd.org (Postfix) with ESMTP id 729D237B423 for ; Mon, 4 Sep 2000 09:26:46 -0700 (PDT) Received: from haven7 (rsdial71.rapidsys.com [209.84.253.199]) by Tincan.rapidsys.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id S132Q43M; Mon, 4 Sep 2000 12:41:09 -0400 Message-ID: <002001c0168d$263fa940$ee7ccad8@haven7> From: "Tim Moore" To: References: <200009041246.XAA90773@mail.beyondtech.net> Subject: Re: Viewing Apache log files Date: Mon, 4 Sep 2000 12:28:23 -0400 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 To view Apache logs you can use a windows program called FunnelWeb3 it's at www.activeconcepts.com you basically download your log files from your server and port them into the program and it sets up the output for you. Check it out... ----- Original Message ----- From: To: Sent: Monday, September 04, 2000 7:39 AM Subject: Viewing Apache log files > Hi, > > just wondering if anybody has a good solution for enabling users to > view Apache logs for their web site (running on a virtual server) - > maybe a web page with some sort of login? > > thanks in anticipation, > > > Marcus > Unix Systems Administrator > > +61 3 9873 0155 > +61 3 9720 7467 (fax) > > > > 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 Sep 4 9:44:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id 16C9C37B422 for ; Mon, 4 Sep 2000 09:44:46 -0700 (PDT) Received: by snoopy.brwn.org (Postfix, from userid 1001) id 234251D9A; Mon, 4 Sep 2000 18:44:42 +0200 (SAST) Date: Mon, 4 Sep 2000 18:44:41 +0200 From: Willem Brown To: William Woods Cc: freebsd-questions@freebsd.org Subject: Re: Sendmail problem...... Message-ID: <20000904184441.I44567@snoopy.brwn.org> References: <20000904180706.H44567@snoopy.brwn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from bwoods2@mail.gplsucks.org on Mon, Sep 04, 2000 at 09:13:05AM -0700 X-Public-Key: http://willem.brwn.org/pubkey.txt X-Chat-Server: http://chat.brwn.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, There seems to be something wrong with the dns config for gplsucks.org. The reverse lookup for 63.227.213.93 returns work.gplsucks.org. But when I try resolve work.gplsucks.org it fails. mail.gplsucks.org does resolve to the above IP address which I assume is correct. You should just get whomever is hosting your reverse DNS to change work.gplsucks.org to mail.gplsucks.org. Whether this will fix your problem I don't know. On Mon, Sep 04, 2000 at 09:13:05AM -0700, William Woods wrote: > It happens all the time.....but JUST to freebsd.org.. BTW, the hostname > for that box is mailgplsucks.org. That is the correct IP but why would the > IP show up as the hostname? I'm not sure I understand your question. When you make a connection to a remote host, the packets that the hosts exchange, contains the source and destination IP addresses only, no host names. For the remote mail server to find out the host name for that IP it needs to be able to do a reverse dns lookup. It seems that in this case it could not determine what the host name for this IP address was. This is one of the measures employed to help minimize spamming. > > On Mon, 4 Sep 2000, Willem Brown wrote: > > > Hi, > > > > Does it happen all the time or was just this once? Your mail > > was rejected because the reverse lookup did not work. > > > > Although it seems to work from my end. Maybe the dns servers for > > this reverse lookup could not be reached at the time? > > > > On Mon, Sep 04, 2000 at 08:45:57AM -0700, William Woods wrote: > > > Could someone shed some light on this error... > > > > > > > > > ---------------------------- > > > Sep 4 08:41:27 mail > > > sendmail[1305]: e84FfJQ01303: to=, > > > ctladdr= (1001/1001), delay=00:00:07, > > > xdelay=00:00:07, mailer=esmtp, pri=30294, > > > relay=hub.freebsd.org. [216.136.204.18], dsn=4.2.0, stat=Deferred: 450 > > > Client host rejected: cannot find your hostname, [63.227.213.93] > > > --------------------------------- > > > > > > I see this in my sendmail log. Now that ip [63.227.213.93] is the ip of > > > mail.gplsucks.org, I dont know why the ip is there and not the hostname > > > though. any ideas how to fix this? > > > > > > Bill > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > Best Regards > > Willem Brown > > -- > > /* =============================================================== */ > > /* Linux, FreeBSD, NetBSD, OpenBSD. The choice is yours. */ > > /* =============================================================== */ > > > > There are no winners in life: Only survivors. > > > Best Regards Willem Brown -- /* =============================================================== */ /* Linux, FreeBSD, NetBSD, OpenBSD. The choice is yours. */ /* =============================================================== */ The meek will inherit the earth after the rest of us go to the stars. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 10: 4:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nbf-27.umd.edu (nbf-27.umd.edu [128.8.38.27]) by hub.freebsd.org (Postfix) with ESMTP id D018837B422 for ; Mon, 4 Sep 2000 10:04:40 -0700 (PDT) Received: from glue.umd.edu (localhost [127.0.0.1]) by nbf-27.umd.edu (8.9.3/8.9.3) with ESMTP id NAA37452; Mon, 4 Sep 2000 13:04:03 -0400 (EDT) (envelope-from bfoz@glue.umd.edu) Message-ID: <39B3D603.B429A2AE@glue.umd.edu> Date: Mon, 04 Sep 2000 13:04:03 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Markus Holmberg Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IntelliMouse Explorer extra mouse buttons recognized? References: <20000903144833.A28506@acc.umu.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Markus Holmberg wrote: > > Has anyone successfully had the two extra buttons on the IntelliMouse > Explorer recognized (in FreeBSD+XFree86)? Not I, but please let me know if you find anything. -Brandon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 10:11:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srvr22.engin.umich.edu (srvr22.engin.umich.edu [141.213.75.21]) by hub.freebsd.org (Postfix) with ESMTP id 8971337B423 for ; Mon, 4 Sep 2000 10:11:26 -0700 (PDT) Received: from igor.engin.umich.edu (root@igor.engin.umich.edu [141.213.40.45]) by srvr22.engin.umich.edu (8.9.1a/8.9.1) with ESMTP id NAA12556 for ; Mon, 4 Sep 2000 13:11:25 -0400 (EDT) Received: from localhost (ggolan@localhost [127.0.0.1]) by igor.engin.umich.edu (8.9.1a/8.9.1) with SMTP id NAA28340 for ; Mon, 4 Sep 2000 13:11:24 -0400 (EDT) Date: Mon, 4 Sep 2000 13:11:24 -0400 (EDT) From: Gadi Yechiel Golan To: questions@freebsd.org Subject: TV Tuner Problem Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-851401618-968087484=:28263" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. ---559023410-851401618-968087484=:28263 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, I have a Hauppauge WinTV Tuner card. I am not sure if it is the Brooktree Bt848 or the Bt878, but I am pretty sure it is one of the two, being that is the Chipset Hauppauge uses. On top of that, my Ensoniq AudioPCI card does not seem to be recognized either. Both seem to be supported by FreeBSD, but neither seem to be recognized. Everything else seems to work just fine though. I tried CVSuping and making the world, as well as using LINT to specificaly say that I had a Hauppauge card. Nothing seems to be working. I have attached my system's dmesg, which shows two cards as unrecognized. If you have any suggestions that would be wonderful. Thanks, Gadi Golan ggolan@engin.umich.edu ---559023410-851401618-968087484=:28263 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="dmesg.problem" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="dmesg.problem" Q29weXJpZ2h0IChjKSAxOTkyLTIwMDAgVGhlIEZyZWVCU0QgUHJvamVjdC4N CkNvcHlyaWdodCAoYykgMTk3OSwgMTk4MCwgMTk4MywgMTk4NiwgMTk4OCwg MTk4OSwgMTk5MSwgMTk5MiwgMTk5MywgMTk5NA0KCVRoZSBSZWdlbnRzIG9m IHRoZSBVbml2ZXJzaXR5IG9mIENhbGlmb3JuaWEuIEFsbCByaWdodHMgcmVz ZXJ2ZWQuDQpGcmVlQlNEIDQuMS1TVEFCTEUgIzA6IFN1biBTZXAgIDMgMTg6 NDQ6MjMgRURUIDIwMDANCiAgICBnYWRpZ0BwaG90b24ubnljLnJyLmNvbTov dXNyL3NyYy9zeXMvY29tcGlsZS9QSE9UT04wODI5MDANClRpbWVjb3VudGVy ICJpODI1NCIgIGZyZXF1ZW5jeSAxMTkzMTgyIEh6DQpDUFU6IFBlbnRpdW0g SUkvUGVudGl1bSBJSSBYZW9uL0NlbGVyb24gKDI2Ny4yNy1NSHogNjg2LWNs YXNzIENQVSkNCiAgT3JpZ2luID0gIkdlbnVpbmVJbnRlbCIgIElkID0gMHg2 MzMgIFN0ZXBwaW5nID0gMw0KICBGZWF0dXJlcz0weDgwZmJmZjxGUFUsVk1F LERFLFBTRSxUU0MsTVNSLFBBRSxNQ0UsQ1g4LEFQSUMsU0VQLE1UUlIsUEdF LE1DQSxDTU9WLE1NWD4NCnJlYWwgbWVtb3J5ICA9IDEzNDIxNzcyOCAoMTMx MDcySyBieXRlcykNCmF2YWlsIG1lbW9yeSA9IDEyNjU1MDAxNiAoMTIzNTg0 SyBieXRlcykNClByZWxvYWRlZCBlbGYga2VybmVsICJrZXJuZWwiIGF0IDB4 YzA0MGYwMDAuDQpQZW50aXVtIFBybyBNVFJSIHN1cHBvcnQgZW5hYmxlZA0K bWQwOiBNYWxsb2MgZGlzaw0KbnB4MDogPG1hdGggcHJvY2Vzc29yPiBvbiBt b3RoZXJib2FyZA0KbnB4MDogSU5UIDE2IGludGVyZmFjZQ0KcGNpYjA6IDxJ bnRlbCA4MjQ0M0JYICg0NDAgQlgpIGhvc3QgdG8gUENJIGJyaWRnZT4gb24g bW90aGVyYm9hcmQNCnBjaTA6IDxQQ0kgYnVzPiBvbiBwY2liMA0KcGNpYjE6 IDxJbnRlbCA4MjQ0M0JYICg0NDAgQlgpIFBDSS1QQ0kgKEFHUCkgYnJpZGdl PiBhdCBkZXZpY2UgMS4wIG9uIHBjaTANCnBjaTE6IDxQQ0kgYnVzPiBvbiBw Y2liMQ0KcGNpMTogPFZHQS1jb21wYXRpYmxlIGRpc3BsYXkgZGV2aWNlPiBh dCAwLjAgaXJxIDExDQppc2FiMDogPEludGVsIDgyMzcxQUIgUENJIHRvIElT QSBicmlkZ2U+IGF0IGRldmljZSA3LjAgb24gcGNpMA0KaXNhMDogPElTQSBi dXM+IG9uIGlzYWIwDQphdGFwY2kwOiA8SW50ZWwgUElJWDQgQVRBMzMgY29u dHJvbGxlcj4gcG9ydCAweGZmYTAtMHhmZmFmIGF0IGRldmljZSA3LjEgb24g cGNpMA0KYXRhMDogYXQgMHgxZjAgaXJxIDE0IG9uIGF0YXBjaTANCmF0YTE6 IGF0IDB4MTcwIGlycSAxNSBvbiBhdGFwY2kwDQp1aGNpMDogPEludGVsIDgy MzcxQUIvRUIgKFBJSVg0KSBVU0IgY29udHJvbGxlcj4gcG9ydCAweGVmODAt MHhlZjlmIGlycSAxMCBhdCBkZXZpY2UgNy4yIG9uIHBjaTANCnVzYjA6IDxJ bnRlbCA4MjM3MUFCL0VCIChQSUlYNCkgVVNCIGNvbnRyb2xsZXI+IG9uIHVo Y2kwDQp1c2IwOiBVU0IgcmV2aXNpb24gMS4wDQp1aHViMDogSW50ZWwgVUhD SSByb290IGh1YiwgY2xhc3MgOS8wLCByZXYgMS4wMC8xLjAwLCBhZGRyIDEN CnVodWIwOiAyIHBvcnRzIHdpdGggMiByZW1vdmFibGUsIHNlbGYgcG93ZXJl ZA0KdWh1YjA6IHBvcnQgMSBwb3dlciBvbiBmYWlsZWQsIElPRVJST1INCnVo dWIwOiBwb3J0IDIgcG93ZXIgb24gZmFpbGVkLCBJT0VSUk9SDQpjaGlwMTog PEludGVsIDgyMzcxQUIgUG93ZXIgbWFuYWdlbWVudCBjb250cm9sbGVyPiBw b3J0IDB4NDQwLTB4NDRmIGF0IGRldmljZSA3LjMgb24gcGNpMA0KcGNpMDog PHVua25vd24gY2FyZD4gKHZlbmRvcj0weDEwOWUsIGRldj0weDAzNmUpIGF0 IDE2LjAgaXJxIDkNCnBjaTA6IDx1bmtub3duIGNhcmQ+ICh2ZW5kb3I9MHgx MDllLCBkZXY9MHgwODc4KSBhdCAxNi4xIGlycSA5DQpwY2kwOiA8dW5rbm93 biBjYXJkPiAodmVuZG9yPTB4MTI3NCwgZGV2PTB4NTAwMCkgYXQgMTguMCBp cnEgNQ0KeGwwOiA8M0NvbSAzYzkwNUItVFggRmFzdCBFdGhlcmxpbmsgWEw+ IHBvcnQgMHhlYzAwLTB4ZWM3ZiBtZW0gMHhmZWJmZmY4MC0weGZlYmZmZmZm IGlycSAxMCBhdCBkZXZpY2UgMjAuMCBvbiBwY2kwDQp4bDA6IEV0aGVybmV0 IGFkZHJlc3M6IDAwOjUwOmRhOmI5OmQ1OmNiDQptaWlidXMwOiA8TUlJIGJ1 cz4gb24geGwwDQp4bHBoeTA6IDwzQ29tIGludGVybmFsIG1lZGlhIGludGVy ZmFjZT4gb24gbWlpYnVzMA0KeGxwaHkwOiAgMTBiYXNlVCwgMTBiYXNlVC1G RFgsIDEwMGJhc2VUWCwgMTAwYmFzZVRYLUZEWCwgYXV0bw0KZmRjMDogPE5F QyA3MjA2NUIgb3IgY2xvbmU+IGF0IHBvcnQgMHgzZjAtMHgzZjUsMHgzZjcg aXJxIDYgZHJxIDIgb24gaXNhMA0KZmRjMDogRklGTyBlbmFibGVkLCA4IGJ5 dGVzIHRocmVzaG9sZA0KZmQwOiA8MTQ0MC1LQiAzLjUiIGRyaXZlPiBvbiBm ZGMwIGRyaXZlIDANCmF0a2JkYzA6IDxLZXlib2FyZCBjb250cm9sbGVyIChp ODA0Mik+IGF0IHBvcnQgMHg2MCwweDY0IG9uIGlzYTANCmF0a2JkMDogPEFU IEtleWJvYXJkPiBmbGFncyAweDEgaXJxIDEgb24gYXRrYmRjMA0Ka2JkMCBh dCBhdGtiZDANCnBzbTA6IDxQUy8yIE1vdXNlPiBpcnEgMTIgb24gYXRrYmRj MA0KcHNtMDogbW9kZWwgR2VuZXJpYyBQUy8yIG1vdXNlLCBkZXZpY2UgSUQg MA0KdmdhMDogPEdlbmVyaWMgSVNBIFZHQT4gYXQgcG9ydCAweDNjMC0weDNk ZiBpb21lbSAweGEwMDAwLTB4YmZmZmYgb24gaXNhMA0Kc2MwOiA8U3lzdGVt IGNvbnNvbGU+IGF0IGZsYWdzIDB4MTAwIG9uIGlzYTANCnNjMDogVkdBIDwx NiB2aXJ0dWFsIGNvbnNvbGVzLCBmbGFncz0weDMwMD4NCnNpbzAgYXQgcG9y dCAweDNmOC0weDNmZiBpcnEgNCBmbGFncyAweDEwIG9uIGlzYTANCnNpbzA6 IHR5cGUgMTY1NTBBDQpzaW8xIGF0IHBvcnQgMHgyZjgtMHgyZmYgaXJxIDMg b24gaXNhMA0Kc2lvMTogdHlwZSAxNjU1MEENCnBwYzA6IDxQYXJhbGxlbCBw b3J0PiBhdCBwb3J0IDB4Mzc4LTB4MzdmIGlycSA3IG9uIGlzYTANCnBwYzA6 IEdlbmVyaWMgY2hpcHNldCAoTklCQkxFLW9ubHkpIGluIENPTVBBVElCTEUg bW9kZQ0KcGxpcDA6IDxQTElQIG5ldHdvcmsgaW50ZXJmYWNlPiBvbiBwcGJ1 czANCmxwdDA6IDxQcmludGVyPiBvbiBwcGJ1czANCmxwdDA6IEludGVycnVw dC1kcml2ZW4gcG9ydA0KcHBpMDogPFBhcmFsbGVsIEkvTz4gb24gcHBidXMw DQphZDA6IDE5NTc0TUIgPElCTS1EUFRBLTM3MjA1MD4gWzM5NzcwLzE2LzYz XSBhdCBhdGEwLW1hc3RlciB1c2luZyBVRE1BMzMNCmFjZDA6IENEUk9NIDxU T1NISUJBIENELVJPTSBYTS02NjAyQj4gYXQgYXRhMS1tYXN0ZXIgdXNpbmcg UElPNA0KTW91bnRpbmcgcm9vdCBmcm9tIHVmczovZGV2L2FkMHMxYQ0KV0FS TklORzogLyB3YXMgbm90IHByb3Blcmx5IGRpc21vdW50ZWQNCmxvZ29fc2F2 ZXI6IG5vIHN1aXRhYmxlIGdyYXBoaWNzIG1vZGUNCm1vZHVsZV9yZWdpc3Rl cl9pbml0OiBNT0RfTE9BRCAobG9nb19zYXZlciwgYzBmMTFhNjAsIDApIGVy cm9yIDE5DQo= ---559023410-851401618-968087484=:28263-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 10:21:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uhura.concentric.net (uhura.concentric.net [206.173.118.93]) by hub.freebsd.org (Postfix) with ESMTP id 47ABA37B423 for ; Mon, 4 Sep 2000 10:21:42 -0700 (PDT) Received: from marconi.concentric.net (marconi.concentric.net [206.173.118.71]) by uhura.concentric.net (8.9.1a/(98/12/15 5.12)) id NAA17603; Mon, 4 Sep 2000 13:21:41 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from UrsaMajor.Ursa.com (ts007d22.atl-ga.concentric.net [64.1.55.82]) by marconi.concentric.net (8.9.1a) id NAA29767; Mon, 4 Sep 2000 13:21:35 -0400 (EDT) Message-ID: <39B3DAA1.794BDF32@cris.com> Date: Mon, 04 Sep 2000 13:23:45 -0400 From: amg X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 2.2.8-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.org Cc: ursa@cris.com Subject: printer prpblems Content-Type: multipart/mixed; boundary="------------1CFBAE3959E2B60015FB7483" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------1CFBAE3959E2B60015FB7483 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Questions: Version: FreeBSD 4.1 CDROM Hardwar: IBM PPro 200MHz 64MB Ram Symptomes: Printer not functioning Attached: dmesg.out - output of dmesg KERNEL_MAX1 - kernel config file dev.files - lpt devices in /dev When I recently switched from 2.2.8 to 4.1, the printer no longer prints. When issuing the following commands, the following output appears: "cat myfile > /dev/lpt0" yields: ksh: cannot create /dev/ltp0: Device not configured "lpr myfile" produces no error msg to the screen but NO printer output either. As far as I know, I have followd the directions in the "handbook". I see no mention of lpt? in the output of dmesg, which leads me to believe that there is not kernel support. However, I have added printer support to the kernel config file and rebuilt the kernel, twice, with the same results, see attached files. Additionally, there was not support for lpt? in the GENERIC kernel. I'd appreciate any wisdom on this, as I need to be able to print any number of files. august ursa@cris.com --------------1CFBAE3959E2B60015FB7483 Content-Type: text/plain; charset=us-ascii; name="KERNEL_MAX1" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="KERNEL_MAX1" # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.8 2000/07/20 02:51:02 msmith Exp $ machine i386 ##cpu I386_CPU ##cpu I486_CPU ##cpu I586_CPU cpu I686_CPU ident KERNEL_MAX1 maxusers 8 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols ##options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem ##options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options EXT2FS #linux Filesystem options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_LINUX #Run linux binaries ##options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options SCSI_DELAY=8000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores ##options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV #Install a CDEV entry in /dev options VESA #Suport for VESA video modes options SC_HISTORY_SIZE=200 #Number of history buffer lines # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaking, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices ##device ata0 at isa? port IO_WD1 irq 14 ##device ata1 at isa? port IO_WD2 irq 15 device ata ##device atadisk # ATA disk drives ##device atapicd # ATAPI CDROM drives ##device atapifd # ATAPI floppy drives ##device atapist # ATAPI tape drives ##options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers ##device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices ##device amd # AMD 53C974 (Teckram DC-390(T)) ##device dpt # DPT Smartcache - See LINT for options! ##device isp # Qlogic family ##device ncr # NCR/Symbios Logic ##device sym # NCR/Symbios Logic (newer chipsets) ##options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured ##device adv0 at isa? ##device adw ##device bt0 at isa? ##device aha0 at isa? ##device aic0 at isa? # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers ##device ida # Compaq Smart RAID ##device amr # AMI MegaRAID ##device mlx # Mylex DAC960 family ##device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) ##device apm0 at nexus? disable flags 0x20 # Advanced Power Mgmt # PCCARD (PCMCIA) support ##device card ##device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 ##device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 ##device sio2 at isa? disable port IO_COM3 irq 5 ##device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device lpt0 at isa? port? tty irq 7 vector lptintr ##device plip # TCP/IP over parallel ##device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. ##device de # DEC/Intel DC21x4x (``Tulip'') ##device fxp # Intel EtherExpress PRO/100B (82557, 82558) ##device tx # SMC 9432TX (83c170 ``EPIC'') ##device vx # 3Com 3c590, 3c595 (``Vortex'') ##device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. ##device miibus # MII bus support ##device dc # DEC/Intel 21143 and various workalikes ##device rl # RealTek 8129/8139 ##device sf # Adaptec AIC-6915 (``Starfire'') ##device sis # Silicon Integrated Systems SiS 900/SiS 7016 ##device ste # Sundance ST201 (D-Link DFE-550TX) ##device tl # Texas Instruments ThunderLAN ##device vr # VIA Rhine, Rhine II ##device wb # Winbond W89C840F ##device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x300 irq 5 iomem 0xd8000 ##device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 ##device ex ##device ep # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. ##device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. ##device an # Xircom Ethernet ##device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. ##device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 ##device fe0 at isa? port 0x300 ##device le0 at isa? port 0x300 irq 5 iomem 0xd0000 ##device lnc0 at isa? port 0x280 irq 10 drq 0 ##device cs0 at isa? port 0x300 ##device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support ##pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gzip # Exec gzipped a.out's pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device umass # Disks/Mass storage - Requires scbus and da device ukbd # Keyboard device ulpt # Printer device ums # Mouse # USB Ethernet, requires mii ##device aue # ADMtek USB ethernet ##device cue # CATC USB ethernet ##device kue # Kawasaki LSI USB ethernet --------------1CFBAE3959E2B60015FB7483 Content-Type: text/plain; charset=us-ascii; name="dev.files" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dev.files" crw------- 1 root wheel 16, 128 Aug 29 16:42 /dev/lpctl0 crw------- 1 root wheel 16, 129 Aug 29 16:42 /dev/lpctl1 crw------- 1 root wheel 16, 130 Aug 29 16:42 /dev/lpctl2 crw-rw-rw- 1 root wheel 16, 0 Aug 29 16:42 /dev/lpt0 crw------- 1 root wheel 16, 1 Aug 29 16:42 /dev/lpt1 crw------- 1 root wheel 16, 2 Aug 29 16:42 /dev/lpt2 --------------1CFBAE3959E2B60015FB7483 Content-Type: text/plain; charset=us-ascii; name="dmesg.out" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg.out" Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.1-RELEASE #3: Mon Sep 4 12:13:27 EDT 2000 amg@UrsaMax.Ursa.com:/usr/src/sys/compile/KERNEL_MAX1 Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 199310354 Hz CPU: Pentium Pro (199.31-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x619 Stepping = 9 Features=0xfbff real memory = 67108864 (65536K bytes) config> di pcic0 No such device: pcic0 Invalid command or syntax. Type `?' for help. config> di sn0 No such device: sn0 Invalid command or syntax. Type `?' for help. config> di lnc0 No such device: lnc0 Invalid command or syntax. Type `?' for help. config> di le0 No such device: le0 Invalid command or syntax. Type `?' for help. config> di ie0 No such device: ie0 Invalid command or syntax. Type `?' for help. config> di fe0 No such device: fe0 Invalid command or syntax. Type `?' for help. config> di cs0 No such device: cs0 Invalid command or syntax. Type `?' for help. config> di bt0 No such device: bt0 Invalid command or syntax. Type `?' for help. config> di ata1 No such device: ata1 Invalid command or syntax. Type `?' for help. config> di ata0 No such device: ata0 Invalid command or syntax. Type `?' for help. config> di aic0 No such device: aic0 Invalid command or syntax. Type `?' for help. config> di aha0 No such device: aha0 Invalid command or syntax. Type `?' for help. config> di adv0 No such device: adv0 Invalid command or syntax. Type `?' for help. config> q avail memory = 61943808 (60492K bytes) Preloaded elf kernel "kernel" at 0xc0354000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc035409c. VESA: v1.2, 512k memory, flags:0x0, mode table:0xc02f3974 (1000014) VESA: Cirrus Logic GD-54xx VGA Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 Correcting Natoma config for non-SMP Correcting Natoma config for non-SMP isab0: at device 1.0 on pci0 isa0: on isab0 atapci0: port 0xfff0-0xffff at device 1.1 on pci0 uhci0: port 0x5400-0x541f irq 15 at device 1.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhub0: port 1 power on failed, IOERROR uhub0: port 2 power on failed, IOERROR pcib1: at device 2.0 on pci0 pci1: on pcib1 ahc0: port 0x5000-0x50ff mem 0x90000000-0x90000fff irq 15 at device 15.0 on pci0 ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs pci0: at 16.0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: cannot reserve I/O port range ed0 at port 0x300-0x31f iomem 0xd8000 irq 5 on isa0 ed0: address 00:c0:f0:10:de:08, type NE2000 (16 bit) Waiting 8 seconds for SCSI devices to settle Mounting root from ufs:/dev/da0s1a cd0 at ahc0 bus 0 target 4 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 10.000MB/s transfers (10.000MHz, offset 8) cd0: cd present [309118 x 2048 byte records] da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 4303MB (8813870 512 byte sectors: 64H 32S/T 4303C) --------------1CFBAE3959E2B60015FB7483-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 10:26:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lerbsd.lerctr.org (lerbsd.lerctr.org [207.158.72.45]) by hub.freebsd.org (Postfix) with ESMTP id 0D00637B424 for ; Mon, 4 Sep 2000 10:26:46 -0700 (PDT) Received: (from ler@localhost) by lerbsd.lerctr.org (8.11.0/8.11.0/20000901) id e84HQdG15368 for freebsd-questions@freebsd.org; Mon, 4 Sep 2000 12:26:39 -0500 (CDT) (envelope-from ler) Date: Mon, 4 Sep 2000 12:26:39 -0500 From: Larry Rosenman To: freebsd-questions@freebsd.org Subject: PNP Id's: Anyone know what these are? Message-ID: <20000904122639.A15357@lerbsd.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anyone have any idea on what these PNP id's are? Or what I need to add to get them recognized? Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.1-STABLE #47: Sat Sep 2 22:48:36 CDT 2000 ler@lerbsd.lerctr.org:/usr/src/sys/compile/LERBSD Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (601.37-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x683 Stepping = 3 Features=0x387f9ff real memory = 134152192 (131008K bytes) avail memory = 127586304 (124596K bytes) Preloaded elf kernel "kernel" at 0xc02f5000. Pentium Pro MTRR support enabled apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib2: at device 1.0 on pci0 pci1: on pcib2 pci1: at 0.0 irq 11 isab0: at device 7.0 on pci0 isa0: on isab0 pci0: at 7.1 pci0: at 7.2 irq 10 ahc0: port 0xe800-0xe8ff mem 0xe3000000-0xe3000fff irq 10 at device 12.0 on pci0 ahc0: aic7870 Single Channel A, SCSI Id=7, 16/255 SCBs pcib1: on motherboard pci2: on pcib1 ep0: <3Com 3C509-Combo EtherLink III> at port 0x300-0x30f irq 15 on isa0 ep0: Ethernet address 00:20:af:9e:29:d4 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold ppbus0: IEEE1284 device found Probing for PnP devices on ppbus0: lpt0: on ppbus0 lpt0: Interrupt-driven port sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 on isa0 sbc0: setting card to irq 5, drq 1, 5 pcm0: on sbc0 unknown: can't assign resources unknown0: at port 0-0xf,0x81-0x83,0x87,0x89-0x8b,0x8f-0x91,0xc0-0xdf drq 4 on isa0 unknown1: at port 0x40-0x43 irq 0 on isa0 unknown2: at port 0x70-0x71 irq 8 on isa0 unknown: can't assign resources unknown3: at port 0x61 on isa0 unknown4: at port 0xf0-0xff irq 13 on isa0 unknown5: at iomem 0-0x9ffff,0xfffe0000-0xffffffff,0x100000-0x7ffffff on isa0 unknown6: at iomem 0xf0000-0xf3fff,0xf4000-0xfffff,0xce800-0xcffff,0xc8000-0xc9fff on isa0 unknown7: at port 0x294-0x297,0x4d0-0x4d1,0xcf8-0xcff,0x480-0x48f,0x4000-0x407f,0x4080-0x40ff,0x5000-0x501f on isa0 unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources Waiting 5 seconds for SCSI devices to settle Mounting root from ufs:/dev/da0s1a da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da1: 4340MB (8888924 512 byte sectors: 64H 32S/T 4340C) da2 at ahc0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da2: 1010MB (2069860 512 byte sectors: 64H 32S/T 1010C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da0: 1010MB (2069860 512 byte sectors: 64H 32S/T 1010C) cd0 at ahc0 bus 0 target 3 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 10.000MB/s transfers (10.000MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present da3 at ahc0 bus 0 target 6 lun 0 da3: Fixed Direct Access SCSI-2 device da3: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da3: 8715MB (17850000 512 byte sectors: 64H 32S/T 8715C) Kernel Config: # # LERBSD # machine i386 cpu I686_CPU ident LERBSD maxusers 64 ###LER### options NO_F00F_HACK options NO_MEMORY_HOLE options SOFTUPDATES options PERFMON makeoptions COPTFLAGS="-O -pipe -march=pentiumpro" ###LER### #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options PNPBIOS # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # SCSI Controllers device ahc0 # AHA2940 and onboard AIC7xxx devices # SCSI peripherals device scbus0 at ahc0 # SCSI bus (required) device da0 at scbus0 bus 0 target 0 unit 0 # Direct Access (disks) device da1 at scbus0 bus 0 target 1 unit 0 # Direct Access (disks) device da2 at scbus0 bus 0 target 2 unit 0 # Direct Access (disks) device da3 at scbus0 bus 0 target 6 unit 0 # Direct Access (disks) device sa # Sequential Access (tape etc) device cd0 at scbus0 bus 0 target 3 unit 0 # CD device pass # Passthrough device (direct SCSI access) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? # flags 0x20 # Advanced Power Management # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer #device plip # TCP/IP over parallel #device ppi # Parallel port interface device #device vpo # Requires scbus and da # ISA Ethernet NICs. device ep # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP #pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # USB Bus (required) #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 device pcm0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 10:28:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by hub.freebsd.org (Postfix) with ESMTP id 9EE2A37B423 for ; Mon, 4 Sep 2000 10:28:34 -0700 (PDT) Received: from parish.my.domain ([62.255.97.35]) by mta05-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000904172832.VZVG317.mta05-svc.ntlworld.com@parish.my.domain>; Mon, 4 Sep 2000 18:28:32 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA01265; Mon, 4 Sep 2000 18:28:25 +0100 (BST) (envelope-from mark) Date: Mon, 4 Sep 2000 18:28:24 +0100 From: Mark Ovens To: amg Cc: questions@freebsd.org Subject: Re: printer prpblems Message-ID: <20000904182824.C254@parish> References: <39B3DAA1.794BDF32@cris.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <39B3DAA1.794BDF32@cris.com>; from ursa@cris.com on Mon, Sep 04, 2000 at 01:23:45PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Sep 04, 2000 at 01:23:45PM -0400, amg wrote: > Questions: > > Version: FreeBSD 4.1 CDROM > > Hardwar: IBM PPro 200MHz 64MB Ram > > Symptomes: Printer not functioning > > Attached: dmesg.out - output of dmesg > KERNEL_MAX1 - kernel config file > dev.files - lpt devices in /dev > > > When I recently switched from 2.2.8 to 4.1, the > printer no longer prints. When issuing the > following commands, the following output appears: > > "cat myfile > /dev/lpt0" yields: > > ksh: cannot create /dev/ltp0: Device not configured > > "lpr myfile" produces no error msg to the screen > but NO printer output either. > > As far as I know, I have followd the directions in the > "handbook". > > I see no mention of lpt? in the output of dmesg, which > leads me to believe that there is not kernel support. > However, I have added printer support to the kernel > config file and rebuilt the kernel, twice, with the > same results, see attached files. > > Additionally, there was not support for lpt? in the > GENERIC kernel. > > I'd appreciate any wisdom on this, as I need to be > able to print any number of files. > > > august > ursa@cris.com [snip] > > # Parallel port > device ppc0 at isa? irq 7 > device ppbus # Parallel port bus (required) > device lpt # Printer > device lpt0 at isa? port? tty irq 7 vector lptintr > ##device plip # TCP/IP over parallel > ##device ppi # Parallel port interface device > #device vpo # Requires scbus and da > Try removing the ``device lpt0'' line and uncommenting the ``device ppi'' line. Here's what I have in my config file and it works fine (HP 610C): # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Sep 4 10:40:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id 3DC1337B422 for ; Mon, 4 Sep 2000 10:40:40 -0700 (PDT) Received: from zoso (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with SMTP id KAA10480; Mon, 4 Sep 2000 10:39:18 -0700 (PDT) From: "Otter" To: "Jared & Melody Sargent" , Subject: RE: terminals. Date: Mon, 4 Sep 2000 13:44:55 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01C01676.4F0518E0" 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.50.4133.2400 In-Reply-To: <000a01c0168a$41fbe8e0$010a0a0a@base1> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0006_01C01676.4F0518E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit If I understand you properly, your desired enlightenment can be found at http://www.mostgraveconcern.com/freebsd/sercon.html Have a great holiday! -Otter I don't know who to ask, and the handbook and FAQ aren't answering what I need. How do I set up my FreeBSD machine to run a terminal from another machine(win98). My cable is good(checked with ohm meter), I followed all of the instruction in FAQ and handbook, and even tried various settings on my com ports. Just rather lost at the moment. Jared. ------=_NextPart_000_0006_01C01676.4F0518E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
If I=20 understand you properly, your desired enlightenment can be found at = http://www.m= ostgraveconcern.com/freebsd/sercon.html 
Have a=20 great holiday!
-Otter

don't know who=20 to ask, and the handbook and FAQ aren't answering what I need.  How = do I=20 set up my FreeBSD machine to run a terminal from another = machine(win98). =20 My cable is good(checked with ohm meter), I followed all of the = instruction in=20 FAQ and handbook, and even tried various settings on my com ports.  = Just=20 rather lost at the moment.  = Jared.
------=_NextPart_000_0006_01C01676.4F0518E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 10:42:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id 2F31637B422 for ; Mon, 4 Sep 2000 10:42:32 -0700 (PDT) Received: from zoso (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with SMTP id KAA10755; Mon, 4 Sep 2000 10:41:05 -0700 (PDT) From: "Otter" To: "Larry Rosenman" , Subject: RE: PNP Id's: Anyone know what these are? Date: Mon, 4 Sep 2000 13:46:41 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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.50.4133.2400 In-Reply-To: <20000904122639.A15357@lerbsd.lerctr.org> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG just the kernel probing your onboard resources. afaik, it's nothing to be concerned about as far as operation goes. -Otter > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > Larry Rosenman > Sent: Monday, September 04, 2000 1:27 PM > To: freebsd-questions@FreeBSD.ORG > Subject: PNP Id's: Anyone know what these are? > > > Anyone have any idea on what these PNP id's are? Or what I > need to add to > get them recognized? > > > Copyright (c) 1992-2000 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, > 1992, 1993, 1994 > The Regents of the University of California. All > rights reserved. > FreeBSD 4.1-STABLE #47: Sat Sep 2 22:48:36 CDT 2000 > ler@lerbsd.lerctr.org:/usr/src/sys/compile/LERBSD > Timecounter "i8254" frequency 1193182 Hz > CPU: Pentium III/Pentium III Xeon/Celeron (601.37-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x683 Stepping = 3 > > Features=0x387f9ff RR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,XMM> > real memory = 134152192 (131008K bytes) > avail memory = 127586304 (124596K bytes) > Preloaded elf kernel "kernel" at 0xc02f5000. > Pentium Pro MTRR support enabled > apm0: on motherboard > apm: found APM BIOS v1.2, connected at v1.2 > npx0: on motherboard > npx0: INT 16 interface > pcib0: on motherboard > pci0: on pcib0 > pcib2: > at device 1.0 on pci0 > pci1: on pcib2 > pci1: at 0.0 irq 11 > isab0: at device 7.0 on pci0 > isa0: on isab0 > pci0: at 7.1 > pci0: at 7.2 irq 10 > ahc0: port 0xe800-0xe8ff mem > 0xe3000000-0xe3000fff irq 10 at device 12.0 on pci0 > ahc0: aic7870 Single Channel A, SCSI Id=7, 16/255 SCBs > pcib1: on motherboard > pci2: on pcib1 > ep0: <3Com 3C509-Combo EtherLink III> at port 0x300-0x30f > irq 15 on isa0 > ep0: Ethernet address 00:20:af:9e:29:d4 > fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 > drq 2 on isa0 > fdc0: FIFO enabled, 8 bytes threshold > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > atkbdc0: at port 0x60,0x64 on isa0 > atkbd0: irq 1 on atkbdc0 > psm0: irq 12 on atkbdc0 > psm0: model Generic PS/2 mouse, device ID 0 > vga0: at port 0x3c0-0x3df iomem > 0xa0000-0xbffff on isa0 > sc0: on isa0 > sc0: VGA <16 virtual consoles, flags=0x200> > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A > sio1 at port 0x2f8-0x2ff irq 3 on isa0 > sio1: type 16550A > ppc0: at port 0x378-0x37f irq 7 on isa0 > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode > ppc0: FIFO with 16/16/16 bytes threshold > ppbus0: IEEE1284 device found > Probing for PnP devices on ppbus0: > lpt0: on ppbus0 > lpt0: Interrupt-driven port > sbc0: at port 0x220-0x22f irq 5 drq 1 > flags 0x15 on isa0 > sbc0: setting card to irq 5, drq 1, 5 > pcm0: on sbc0 > unknown: can't assign resources > unknown0: at port > 0-0xf,0x81-0x83,0x87,0x89-0x8b,0x8f-0x91,0xc0-0xdf drq 4 on isa0 > unknown1: at port 0x40-0x43 irq 0 on isa0 > unknown2: at port 0x70-0x71 irq 8 on isa0 > unknown: can't assign resources > unknown3: at port 0x61 on isa0 > unknown4: at port 0xf0-0xff irq 13 on isa0 > unknown5: at iomem > 0-0x9ffff,0xfffe0000-0xffffffff,0x100000-0x7ffffff on isa0 > unknown6: at iomem > 0xf0000-0xf3fff,0xf4000-0xfffff,0xce800-0xcffff,0xc8000-0xc9 > fff on isa0 > unknown7: at port > 0x294-0x297,0x4d0-0x4d1,0xcf8-0xcff,0x480-0x48f,0x4000-0x407 > f,0x4080-0x40ff,0x5000-0x501f on isa0 > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > Waiting 5 seconds for SCSI devices to settle > Mounting root from ufs:/dev/da0s1a > da1 at ahc0 bus 0 target 1 lun 0 > da1: Fixed Direct Access SCSI-2 device > da1: 10.000MB/s transfers (10.000MHz, offset 15), Tagged > Queueing Enabled > da1: 4340MB (8888924 512 byte sectors: 64H 32S/T 4340C) > da2 at ahc0 bus 0 target 2 lun 0 > da2: Fixed Direct Access SCSI-2 device > da2: 10.000MB/s transfers (10.000MHz, offset 15), Tagged > Queueing Enabled > da2: 1010MB (2069860 512 byte sectors: 64H 32S/T 1010C) > da0 at ahc0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged > Queueing Enabled > da0: 1010MB (2069860 512 byte sectors: 64H 32S/T 1010C) > cd0 at ahc0 bus 0 target 3 lun 0 > cd0: Removable CD-ROM SCSI-2 device > cd0: 10.000MB/s transfers (10.000MHz, offset 15) > cd0: Attempt to query device size failed: NOT READY, Medium > not present > da3 at ahc0 bus 0 target 6 lun 0 > da3: Fixed Direct Access SCSI-2 device > da3: 10.000MB/s transfers (10.000MHz, offset 15), Tagged > Queueing Enabled > da3: 8715MB (17850000 512 byte sectors: 64H 32S/T 8715C) > > Kernel Config: > # > # LERBSD > # > > machine i386 > cpu I686_CPU > ident LERBSD > maxusers 64 > > ###LER### > options NO_F00F_HACK > options NO_MEMORY_HOLE > options SOFTUPDATES > options PERFMON > makeoptions COPTFLAGS="-O -pipe -march=pentiumpro" > ###LER### > #makeoptions DEBUG=-g #Build kernel with > gdb(1) debug symbols > > options INET #InterNETworking > options INET6 #IPv6 communications protocols > options FFS #Berkeley Fast Filesystem > options FFS_ROOT #FFS usable as root > device [keep this!] > options COMPAT_43 #Compatible with BSD > 4.3 [KEEP THIS!] > options SCSI_DELAY=5000 #Delay (in ms) before > probing SCSI > options UCONSOLE #Allow users to grab > the console > options KTRACE #ktrace(1) support > options SYSVSHM #SYSV-style shared memory > options SYSVMSG #SYSV-style message queues > options SYSVSEM #SYSV-style semaphores > options P1003_1B #Posix P1003_1B > real-time extentions > options _KPOSIX_PRIORITY_SCHEDULING > options ICMP_BANDLIM #Rate limit > bad replies > options PNPBIOS > # To make an SMP kernel, the next two are needed > #options SMP # Symmetric > MultiProcessor Kernel > #options APIC_IO # Symmetric (APIC) I/O > # Optionally these may need tweaked, (defaults shown): > #options NCPU=2 # number of CPUs > #options NBUS=4 # number of busses > #options NAPIC=1 # number of IO APICs > #options NINTR=24 # number of INTs > > device isa > device pci > > # Floppy drives > device fdc0 at isa? port IO_FD1 irq 6 drq 2 > device fd0 at fdc0 drive 0 > > # SCSI Controllers > device ahc0 # AHA2940 and onboard > AIC7xxx devices > > > # SCSI peripherals > device scbus0 at ahc0 # SCSI bus (required) > device da0 at scbus0 bus 0 target 0 unit 0 > # Direct Access (disks) > device da1 at scbus0 bus 0 target 1 unit 0 > # Direct Access (disks) > device da2 at scbus0 bus 0 target 2 unit 0 > # Direct Access (disks) > device da3 at scbus0 bus 0 target 6 unit 0 > # Direct Access (disks) > device sa # Sequential Access (tape etc) > device cd0 at scbus0 bus 0 target 3 unit 0 > # CD > device pass # Passthrough device > (direct SCSI access) > > > # atkbdc0 controls both the keyboard and the PS/2 mouse > device atkbdc0 at isa? port IO_KBD > device atkbd0 at atkbdc? irq 1 > device psm0 at atkbdc? irq 12 > > device vga0 at isa? > > # splash screen/screen saver > pseudo-device splash > > # syscons is the default console driver, resembling an SCO console > device sc0 at isa? > > # Enable this and PCVT_FREEBSD for pcvt vt220 compatible > console driver > #device vt0 at isa? > #options XSERVER # support for X > server on a vt console > #options FAT_CURSOR # start with block cursor > # If you have a ThinkPAD, uncomment this along with the > rest of the PCVT lines > #options PCVT_SCANSET=2 # IBM keyboards are non-std > > # Floating point support - do not disable. > device npx0 at nexus? port IO_NPX irq 13 > > # Power management support (see LINT for more options) > device apm0 at nexus? # flags 0x20 # > Advanced Power Management > > > # Serial (COM) ports > device sio0 at isa? port IO_COM1 flags 0x10 irq 4 > device sio1 at isa? port IO_COM2 irq 3 > > # Parallel port > device ppc0 at isa? irq 7 > device ppbus # Parallel port bus (required) > device lpt # Printer > #device plip # TCP/IP over parallel > #device ppi # Parallel port > interface device > #device vpo # Requires scbus and da > > > # ISA Ethernet NICs. > device ep > > # Pseudo devices - the number indicates how many units to allocated. > pseudo-device loop # Network loopback > pseudo-device ether # Ethernet support > #pseudo-device sl 1 # Kernel SLIP > #pseudo-device ppp 1 # Kernel PPP > pseudo-device tun # Packet tunnel. > pseudo-device pty # Pseudo-ttys (telnet etc) > pseudo-device gif 4 # IPv6 and IPv4 tunneling > pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) > > # The `bpf' pseudo-device enables the Berkeley Packet Filter. > # Be aware of the administrative consequences of enabling this! > pseudo-device bpf #Berkeley packet filter > > # USB support > #device uhci # UHCI PCI->USB interface > #device ohci # OHCI PCI->USB interface > #device usb # USB Bus (required) > #device ugen # Generic > #device uhid # "Human Interface Devices" > #device ukbd # Keyboard > #device ulpt # Printer > #device umass # Disks/Mass storage > - Requires scbus and da > #device ums # Mouse > # USB Ethernet, requires mii > #device aue # ADMtek USB ethernet > #device cue # CATC USB ethernet > #device kue # Kawasaki LSI USB ethernet > device sbc0 at isa? port 0x220 irq 5 drq > 1 flags 0x15 > device pcm0 > > > 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 Sep 4 10:51:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (gsi.enoreo.on.ca [209.82.52.145]) by hub.freebsd.org (Postfix) with ESMTP id C34F037B43E for ; Mon, 4 Sep 2000 10:51:20 -0700 (PDT) Received: from zircon (cr677933-a.ktchnr1.on.wave.home.com [24.42.130.87]) by xena.gsicomp.on.ca (8.10.1/8.9.2) with SMTP id e84Hor942170; Mon, 4 Sep 2000 13:50:53 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <006d01c01698$aa34a1f0$1200a8c0@zircon> From: "Matthew Emmerton" To: "Larry Rosenman" , References: <20000904122639.A15357@lerbsd.lerctr.org> Subject: Re: PNP Id's: Anyone know what these are? Date: Mon, 4 Sep 2000 13:50:37 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Anyone have any idea on what these PNP id's are? Or what I need to add to > get them recognized? If you're not having trouble using your machine, then I wouldn't worry. It would appear that either your VIA MB's BIOS is in need of upgrading, or the particular cut of 4.1-STABLE that you're running has a problem with PnP. I say this because many of the IDs listed as 'unknown' below were already recognized earlier in the boot. Take PNP0700, which is a FDD controller. Or PNP0a03, which is the PCI bus.) > unknown: can't assign resources > unknown0: at port 0-0xf,0x81-0x83,0x87,0x89-0x8b,0x8f-0x91,0xc0-0xdf drq 4 on isa0 > unknown1: at port 0x40-0x43 irq 0 on isa0 > unknown2: at port 0x70-0x71 irq 8 on isa0 > unknown: can't assign resources > unknown3: at port 0x61 on isa0 > unknown4: at port 0xf0-0xff irq 13 on isa0 > unknown5: at iomem 0-0x9ffff,0xfffe0000-0xffffffff,0x100000-0x7ffffff on isa0 > unknown6: at iomem 0xf0000-0xf3fff,0xf4000-0xfffff,0xce800-0xcffff,0xc8000-0xc9fff on isa0 > unknown7: at port 0x294-0x297,0x4d0-0x4d1,0xcf8-0xcff,0x480-0x48f,0x4000-0x407f,0x4080-0x40ff, 0x5000-0x501f on isa0 > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources > unknown: can't assign resources To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 10:54: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cbn.net.id (smtp2.cbn.net.id [202.158.2.52]) by hub.freebsd.org (Postfix) with ESMTP id A0BFC37B423 for ; Mon, 4 Sep 2000 10:53:59 -0700 (PDT) Received: from storm (unknown [202.158.27.75]) by smtp2.cbn.net.id (Postfix) with SMTP id BC0C55355D for ; Tue, 5 Sep 2000 00:56:15 +0700 (JAVT) From: Si Emen Reply-To: newbie@siemens.s5.com Organization: Linux Users To: freebsd-questions@FreeBSD.ORG Date: Tue, 5 Sep 2000 00:56:27 +0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <0009050100370E.00375@storm> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG WEB Resources Our WEB pages remain one of the best sources of information, and are also mirrored at many sites around the world. Try connecting to www.yourcountry.FreeBSD.org (e.g. www.de.FreeBSD.org for Germany or www.au.FreeBSD.org for Australia), or select a mirror from the list on the home page. The same naming convention is also used for FTP servers. In addition to the mirrors, several non-English web resources are available: Czech Chinese FAQ German Hungarian Indonesian ^^^^^^^^^^^ can't find freebsd info there ... it goes straight to webdesign/hosting page :( I think the owner abuse the link from your page to advertise / to sell whatever they want ro sell .... yuck :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 10:57:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id E2A8337B440 for ; Mon, 4 Sep 2000 10:57:12 -0700 (PDT) Received: from [212.141.250.116] (212.141.250.116) by relay1.inwind.it (5.1.046) id 39AFDC990006BB05 for freebsd-questions@freebsd.org; Mon, 4 Sep 2000 19:57:12 +0200 Received: (qmail 696 invoked by uid 1000); 4 Sep 2000 17:49:28 -0000 Date: Mon, 4 Sep 2000 19:49:28 +0200 From: Francesco Casadei To: FreeBSD questions Subject: Re: any not so dumb attachments killer? Message-ID: <20000904194928.A630@goku.kasby> Mail-Followup-To: FreeBSD questions References: <20000904200631.A7744@linux.rainbow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000904200631.A7744@linux.rainbow>; from igor@raduga.dyndns.org on Mon, Sep 04, 2000 at 08:06:31PM +0400 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Sep 04, 2000 at 08:06:31PM +0400, Igor Roboul wrote: > Hello, > and good night :-) > Is there any good (configurable) attachments killer, which can filter > attachment (of some type) and deliver main message to recipient with > information about rejected attachment, for FreeBSD (in ports) or for any > Unix in source? > > Thanx > > -- > Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", > Sochi, Russia > http://www.brainbench.com/transcript.jsp?pid=304744 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > end of the original message Try procmail-3.15. You can find it in the port. To lear how to use it read: man procmail man procmailrc man procmailex Francesco Casadei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 10:58:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from slaughter.necro.edu (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id 7070837B424 for ; Mon, 4 Sep 2000 10:58:48 -0700 (PDT) Received: from localhost.necro (localhost.necro [127.0.0.1]) by slaughter.necro.edu (Postfix) with ESMTP id 2FCC21B for ; Mon, 4 Sep 2000 13:59:34 -0400 (EDT) Date: Mon, 04 Sep 2000 13:59:34 EDT From: Mike Johnson To: questions@freebsd.org Subject: ls .. Reply-To: ahze@slaughter.necro.edu X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <20000904175934.2FCC21B@slaughter.necro.edu> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is there any reason the new ls in 4.1 doesn't show colors in X such as Eterm and gnome-terminal? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 11:34:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.occa.home.com (ha1.rdc2.occa.home.com [24.2.8.66]) by hub.freebsd.org (Postfix) with ESMTP id 3F27537B440 for ; Mon, 4 Sep 2000 11:34:10 -0700 (PDT) Received: from butthead.walker ([24.177.2.144]) by mail.rdc2.occa.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20000904183409.LJEF11948.mail.rdc2.occa.home.com@butthead.walker>; Mon, 4 Sep 2000 11:34:09 -0700 From: Caleb Walker To: "Matt Rudderham" , Subject: Re: Setting Up Named / Bind 8 Date: Sat, 2 Sep 2000 22:21:34 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <004501c0153e$6eb0a580$0208a8c0@munich.vnet.org> In-Reply-To: <004501c0153e$6eb0a580$0208a8c0@munich.vnet.org> MIME-Version: 1.0 Message-Id: <00090222234500.00791@butthead.walker> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- I just got done with doing that very thing. I am now at cwalk.org. Greg Lehey's book "The Complete FreeBSD" Helped me get to where I am not to mention all of the rest of the help from the questions mailing list. On Sat, 02 Sep 2000, Matt Rudderham wrote: > > Hi, > I am starting to setup Named on my system running FreeBSD 4.0. The machine is a Pentium 133 with 48 Mb. It has two interfaces, ed0 and ed1. ed0 connected to my cable connection, and ed1 connect via a crossover to a windoze machine. The system works perfectly and has many services running. As a learning experience:), I have been trying to setup Named on the system, also so I can be made authoritive for a subdomain. I have found some documentation for setting up older versions of named, but none for the ucrrent, I have heard that there are major differences between bind 4 and 8. I was wondering if anyone can point me towards a good tutorial, or any info that might be helpful. Also I was wondering if the sytax for bind 4 files (amed.boot, named.root, named.local, named.rev.127.local) is the same for the version which is included with FreeBSD 4.0. Thanks. > > - Matt Rudderham > Thank You, Caleb Walker http://www.cwalk.org Get my pgp public key by fingering cwalker@cwalk.org -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: MOR6JHcO48Cs7z84KXah1ModkgwVV6Bb iQA/AwUBObHgZuePhvvqImYFEQLiiQCfeyZnMkgfARr+FdBtmFSD7vw5RP4AnjA0 1dmpE14I7qF8nP/eZCoZewfT =4agJ -----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 Mon Sep 4 11:50:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vision.researcher.com (researcher.com [209.82.57.20]) by hub.freebsd.org (Postfix) with ESMTP id 4DA2537B422 for ; Mon, 4 Sep 2000 11:50:47 -0700 (PDT) Received: from unisys ([24.222.57.248]) by vision.researcher.com (Netscape Messaging Server 3.6) with SMTP id AAA1DF8; Mon, 4 Sep 2000 14:38:39 -0500 From: "Matt Rudderham" To: "Caleb Walker" Cc: Subject: RE: Setting Up Named / Bind 8 Date: Mon, 4 Sep 2000 15:49:05 -0300 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: <00090222234500.00791@butthead.walker> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I just got done with doing that very thing. I am now at cwalk.org. >Greg Lehey's book "The Complete FreeBSD" Helped me get to where I am >not to mention all of the rest of the help from the questions mailing >list. I just finished ordering DNS and Bind from O'Reilly's It seemed to have good reviews, I might pick up the book you mentioned as well. I haven't been able to find a lot of information out there on Bind Version 8 under FreeBSD. Mostly, my biggest problem is that I've installed the sources, but don't know where to go from there besides editing named.conf. 4.x seemed to be more straightforward. - Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 12: 5:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.andrew.cmu.edu (SMTP1.ANDREW.CMU.EDU [128.2.10.81]) by hub.freebsd.org (Postfix) with ESMTP id 1BAE537B423 for ; Mon, 4 Sep 2000 12:05:30 -0700 (PDT) Received: from unix4.andrew.cmu.edu (UNIX4.ANDREW.CMU.EDU [128.2.15.8]) by smtp1.andrew.cmu.edu (8.9.3/8.9.3) with SMTP id PAA14671 for ; Mon, 4 Sep 2000 15:05:29 -0400 (EDT) Date: Mon, 4 Sep 2000 15:05:28 -0400 (EDT) From: Mohan Khurana To: questions@freebsd.org Subject: How to remove old utmp entry? 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 questions, I have a system that appears to have an entry that is stale, and I was hoping someone could shed some light as to how to remove the entry. # w 2:38PM up 117 days, 2:57, 2 users, load averages: 0.15, 0.08, 0.03 USER TTY FROM LOGIN@ IDLE WHAT root p0 shelly.metachar. 2:32PM - w root p1 hindu.ny.razorfi 22Jun00 73days - So the problem here is that the user root on tty p1 is no longer logged in, yet it still appears as output from the w program. From the man page, I learned that I can do "w -d" for it to list processes as well, and it is confirmed, there are no processes running as root on tty p1. I checked the process list using ps as well, and I was unable to find any processes associated with root on tty p1. I am running FreeBSD 3.3-RELEASE. Does anyone know of any way to remove that stale utmp entry? I'd normally just reboot it, but this server has a 117 day uptime and, well, I want to eventually brag to friends and coworkers about FreeBSD's stability. eheheh thanks for any help with this, mohan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 12: 6:25 2000 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 E90D437B42C for ; Mon, 4 Sep 2000 12:06:21 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA14725; Mon, 4 Sep 2000 14:06:18 -0500 (CDT) (envelope-from dan) Date: Mon, 4 Sep 2000 14:06:17 -0500 From: Dan Nelson To: William Melanson Cc: media@mail1.nai.net, freebsd-questions Subject: Re: More than 64M RAM?? Message-ID: <20000904140617.A14338@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: ; from "William Melanson" on Mon Sep 4 07:54:50 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 04), William Melanson said: > This was taken from the faq. > > Due to the manner in which FreeBSD gets the memory size from the BIOS, it > can only detect 16 bits worth of Kbytes in size (65535 Kbytes = 64MB) (or > less... some BIOSes peg the memory size to 16M). If you have more than > 64MB, FreeBSD will attempt to detect it; however, the attempt may fail. I think this FAQ entry is outdated; I have from 128MB to 512MB in most of my machines and FreeBSD detects their memory correctly. The only hardware I've ever had to force the memory amount on was an old Compaq motherboard that couldn't detect over 16MB correctly. -- 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 Mon Sep 4 12: 8:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 8D17437B423 for ; Mon, 4 Sep 2000 12:08:42 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id XAA06370 for ; Mon, 4 Sep 2000 23:25:10 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e84J8ZP08879 for freebsd-questions@FreeBSD.ORG; Mon, 4 Sep 2000 23:08:35 +0400 Date: Mon, 4 Sep 2000 23:08:35 +0400 From: Igor Roboul To: FreeBSD questions Subject: Re: any not so dumb attachments killer? Message-ID: <20000904230835.A8869@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: FreeBSD questions References: <20000904200631.A7744@linux.rainbow> <20000904194928.A630@goku.kasby> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <20000904194928.A630@goku.kasby>; from fcasadei@inwind.it on Mon, Sep 04, 2000 at 07:49:28PM +0200 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Sep 04, 2000 at 07:49:28PM +0200, Francesco Casadei wrote: > Try procmail-3.15. You can find it in the port. To lear how to use it Oh! :-) I, of course, know about procmail. :-) But I wish somethink like ready rules for procmail (or _something else_) I know, if I'll take some time, I'll do all what I need with procmail, but why reinveint the Wheel? -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 12: 9:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cliff.i-plus.net (cliff.i-plus.net [209.100.20.42]) by hub.freebsd.org (Postfix) with ESMTP id AFCB937B424 for ; Mon, 4 Sep 2000 12:09:33 -0700 (PDT) Received: from arcadia (MAX-02-PORT-057.PSK.PICUSNET.COM [198.76.106.185]) by cliff.i-plus.net (Postfix) with SMTP id E10574219; Mon, 4 Sep 2000 15:09:31 -0400 (EDT) From: "Troy Settle" To: "Matt Rudderham" , "Caleb Walker" Cc: Subject: RE: Setting Up Named / Bind 8 Date: Sun, 3 Sep 2000 15:03:16 -0400 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.50.4133.2400 Importance: Normal In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It's been a long time since I've read it, but if you go to www.isc.org, and click through to the bind8 page, you'll see a 1.3MB download for the bind8 documentation. Last I saw it, it was fairly comprehensive. Moving from 4.x to 8.x is trivial. The only change, is to the configuration file. The zone files stay the same. The config file itself is much cleaner and very straightfoward to manage. I don't remember which version of FreeBSD bind8 first showed up in, but unless I'm imagining things, it's always included man pages for named and named.conf. Read them, it's all the documentation you should need to get bind up and running. G'luck, -- Troy Settle Pulaski Networks 540.994.4254 It's always a long day, 86400 doesn't fit into a short -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Matt Rudderham Sent: Monday, September 04, 2000 2:49 PM To: Caleb Walker Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Setting Up Named / Bind 8 >I just got done with doing that very thing. I am now at cwalk.org. >Greg Lehey's book "The Complete FreeBSD" Helped me get to where I am >not to mention all of the rest of the help from the questions mailing >list. I just finished ordering DNS and Bind from O'Reilly's It seemed to have good reviews, I might pick up the book you mentioned as well. I haven't been able to find a lot of information out there on Bind Version 8 under FreeBSD. Mostly, my biggest problem is that I've installed the sources, but don't know where to go from there besides editing named.conf. 4.x seemed to be more straightforward. - Matt 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 Sep 4 12:16:13 2000 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 C95D937B424 for ; Mon, 4 Sep 2000 12:16:10 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA15578; Mon, 4 Sep 2000 14:16:05 -0500 (CDT) (envelope-from dan) Date: Mon, 4 Sep 2000 14:16:05 -0500 From: Dan Nelson To: Hanspeter Roth Bsag Cc: Alfred Perlstein , freebsd-questions@FreeBSD.ORG Subject: Re: ext2fs support robust? Message-ID: <20000904141605.B14338@dan.emsphone.com> References: <20000903154433.A13312@bs11.bsag.ch> <20000903140003.D18862@fw.wintelcom.net> <20000904100032.A21607@bs11.bsag.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <20000904100032.A21607@bs11.bsag.ch>; from "Hanspeter Roth Bsag" on Mon Sep 4 10:00:32 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 04), Hanspeter Roth Bsag said: > On Sun, Sep 03, 2000 at 02:00:03PM -0700, Alfred Perlstein wrote: > > * Hanspeter Roth Bsag [000903 06:44] wrote: > > > Hello, > > > > > > has somebody experiance in running ext2fs under FreeBsd? > > > Can one expect it to be robust? > > > Can Ext2fs be exported via NFS with write access? > > > (I'm considering replaceing a linux server with home and project fs > > > as ext2fs.) > > > > It's ok, but you're much better off using FreeBSD's native UFS. > > So what is the difference except performance? > > (If FreeBSD would offer good Nfs with locking I would convert the > file systems later. But in case I will switch back to Linux I > want to keep them as ext2fs.) FreeBSD offers much better NFS than Linux, and for most people the only thing they need NFS locking for is mail delivery, and dotlocking works just as well in that case. -- 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 Mon Sep 4 12:21:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id BCA0037B424 for ; Mon, 4 Sep 2000 12:21:38 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Mon, 4 Sep 2000 12:20:35 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id MAA68555; Mon, 4 Sep 2000 12:21:36 -0700 (PDT) (envelope-from cjc) Date: Mon, 4 Sep 2000 12:21:36 -0700 From: "Crist J . Clark" To: Mark Ibell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Strange 'dump' behaviour Message-ID: <20000904122136.U62475@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <000901c01551$0646ee60$0101a8c0@evileye> <20000903001223.C62475@149.211.6.64.reflexcom.com> <003301c01582$9dc2b950$0101a8c0@evileye> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <003301c01582$9dc2b950$0101a8c0@evileye>; from marki@paradise.net.nz on Sun, Sep 03, 2000 at 08:40:16PM +1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 03, 2000 at 08:40:16PM +1200, Mark Ibell wrote: > > ----- Original Message ----- > From: "Crist J . Clark" > To: "Mark Ibell" > Cc: > Sent: Sunday, September 03, 2000 7:12 PM > Subject: Re: Strange 'dump' behaviour > > > > On Sun, Sep 03, 2000 at 02:45:26PM +1200, Mark Ibell wrote: > > > Hi, > > > > > > I've been playing with dump/restore a bit recently (on a 4.1-RELEASE > system) > > > and found that if I do a level 0 dump of /, then add a couple of files, > and > > > then perform a level 1 dump, most of the files in the level 0 dump are > > > present in addition to the new files. The commands I'm running are: > > > > > > # dump -0au -b 10 -f /dev/nrsa0 / > > > # dump -1au -b 10 -f /dev/nrsa0 / > > > > > > The same thing appears to happen on /usr & /var, but if I set up another > > > filesystem like /bkroot everything seems to work as expected. Any ideas > why > > > this is happening? > > > > Are you sure the files being included haven't actually been changed > > even if you did not do it yourself? > > Yes - I'm positive because I've even tried running the commands one after > another. Oops. Forgot about this thread. I've done some dumps and have not seen anything odd. Could you actually show us the 'restore -tvf' output so we can see what files are being dumped that you think should not be? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 12:26:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id F262A37B423 for ; Mon, 4 Sep 2000 12:26:39 -0700 (PDT) Received: from pD4B896BC.dip0.t-ipconnect.de (pD4B896BC.dip0.t-ipconnect.de [212.184.150.188]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id VAA28806 for ; Mon, 4 Sep 2000 21:26:37 +0200 (MET DST) Date: Mon, 4 Sep 2000 21:27:40 +0200 (CEST) From: Moritz Hardt To: freebsd-questions@freebsd.org Subject: ethernet configuration 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 hope I'm right here with my question. I wanted to configure my ethernet-card, but I couldn't find any documentation on it. Could you please tell me where to find it. Thanks a lot in advance. best regards, - Moritz Hardt KEEP LYNX ALIVE! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 12:26:46 2000 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 BCF7137B424 for ; Mon, 4 Sep 2000 12:26:42 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA18632; Mon, 4 Sep 2000 14:26:39 -0500 (CDT) (envelope-from dan) Date: Mon, 4 Sep 2000 14:26:39 -0500 From: Dan Nelson To: Larry Rosenman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PNP Id's: Anyone know what these are? Message-ID: <20000904142639.C14338@dan.emsphone.com> References: <20000904122639.A15357@lerbsd.lerctr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <20000904122639.A15357@lerbsd.lerctr.org>; from "Larry Rosenman" on Mon Sep 4 12:26:39 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 04), Larry Rosenman said: > Anyone have any idea on what these PNP id's are? Or what I need to > add to get them recognized? Don't worry about them. Most of them actually are probed in other places; for example PNP0501 are your two serial ports, and PNP0401 is your parallel port. Most drivers simply don't have the appropriate code to query the legacy PNP table. Some do, however. If you add "device pca" to your kernel config file, it'll attach using the PNP0800 legacy entry. http://www.jps.net/tadavis/irda/devids.txt has a list of all the legacy PNP IDs and what they map to. -- 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 Mon Sep 4 12:27:30 2000 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 7C0A937B422 for ; Mon, 4 Sep 2000 12:27:28 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA19135; Mon, 4 Sep 2000 14:27:14 -0500 (CDT) (envelope-from dan) Date: Mon, 4 Sep 2000 14:27:14 -0500 From: Dan Nelson To: Mike Johnson Cc: questions@FreeBSD.ORG Subject: Re: ls .. Message-ID: <20000904142714.D14338@dan.emsphone.com> References: <20000904175934.2FCC21B@slaughter.necro.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <20000904175934.2FCC21B@slaughter.necro.edu>; from "Mike Johnson" on Mon Sep 4 13:59:34 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 04), Mike Johnson said: > > is there any reason the new ls in 4.1 doesn't show colors > in X such as Eterm and gnome-terminal? make sure your TERM variable is set to "xterm-color". -- 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 Mon Sep 4 12:31:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from laxmls02.socal.rr.com (laxmls02.socal.rr.com [24.30.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 34DC337B422 for ; Mon, 4 Sep 2000 12:31:38 -0700 (PDT) Received: from Jeremy.cerebralmaelstrom.com (sc-24-160-53-139.socal.rr.com [24.160.53.139]) by laxmls02.socal.rr.com (8.10.1/8.10.1) with ESMTP id e84JUmS18234 for ; Mon, 4 Sep 2000 12:30:48 -0700 (PDT) Message-Id: <200009041930.e84JUmS18234@laxmls02.socal.rr.com> subject: Re: IntelliMouse Explorer extra mouse buttons recognized? x-mailer: pmail 0.5.3 From: Stephen Hansen date: Mon, 04 Sep 2000 12:31:44 PDT 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 From doing research to get the wheel working, I read in a few places that XFree86 3.3.6 only supported 5 buttons in the protocol, so the extra-buttons, 6 and 7, won't work. Not sure if it's true, but hey. I'm upgraded to XFree86-4, without a hitch (Hm; I think i'm gonna stop asking questions about now), and theoretically it supports more buttons... but the only place that I saw that had instructions told me to use a protocol of 'ExplorerPS/2', which tells me that the O/S doesn't support it.. Em... With 'auto' it finds the wheel, and maybe the extra buttons, dunno, havn't tried yet :) --S "Brandon Fosdick" wrote: > Subject: Re: IntelliMouse Explorer extra mouse buttons recognized? > Date: Mon, 04 Sep 2000 13:04:03 -0400 > From: Brandon Fosdick > To: Markus Holmberg > Cc: freebsd-questions@FreeBSD.ORG > > > Markus Holmberg wrote: > > > > Has anyone successfully had the two extra buttons on the IntelliMouse > > Explorer recognized (in FreeBSD+XFree86)? > > Not I, but please let me know if you find anything. > > -Brandon > > > 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 Sep 4 12:42:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from static.unixfreak.org (static.unixfreak.org [63.198.170.139]) by hub.freebsd.org (Postfix) with ESMTP id 7DE8337B422 for ; Mon, 4 Sep 2000 12:42:37 -0700 (PDT) Received: by static.unixfreak.org (Postfix, from userid 1000) id A37831F17; Mon, 4 Sep 2000 12:42:36 -0700 (PDT) Subject: Re: How to remove old utmp entry? In-Reply-To: from Mohan Khurana at "Sep 4, 2000 03:05:28 pm" To: Mohan Khurana Date: Mon, 4 Sep 2000 12:42:36 -0700 (PDT) Cc: questions@freebsd.org From: Dima Dorfman Reply-To: dima@unixfreak.org X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20000904194236.A37831F17@static.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Dear questions, > > I have a system that appears to have an entry that is stale, and I was > hoping someone could shed some light as to how to remove the entry. > > # w > 2:38PM up 117 days, 2:57, 2 users, load averages: 0.15, 0.08, 0.03 > USER TTY FROM LOGIN@ IDLE WHAT > root p0 shelly.metachar. 2:32PM - w > root p1 hindu.ny.razorfi 22Jun00 73days - > > So the problem here is that the user root on tty p1 is no longer logged > in, yet it still appears as output from the w program. From the man > page, I learned that I can do "w -d" for it to list processes as well, and > it is confirmed, there are no processes running as root on tty p1. I > checked the process list using ps as well, and I was unable to find any > processes associated with root on tty p1. I am running FreeBSD > 3.3-RELEASE. Does anyone know of any way to remove that stale utmp > entry? Take a look at http://www.unixfreak.org/~dima/files/logout.c. It does just that. Download it, compile it (`cc logout.c -o logout -lutil`), and run it (in your case, `./logout ttyp1`). If you have any problems please let me know. Enjoy! -- Dima Dorfman Finger dima@unixfreak.org for my public PGP key. "The best way to keep one's word is not to give it." -- Napoleon Bonaparte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 12:51: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.241.36]) by hub.freebsd.org (Postfix) with ESMTP id 35A5E37B422 for ; Mon, 4 Sep 2000 12:50:57 -0700 (PDT) Received: from lilith (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with SMTP id VAA14179; Mon, 4 Sep 2000 21:50:50 +0200 (MEST) Message-ID: <00a101c016a9$6dd47c60$4011a8c0@wohnheim.uniulm.de> From: "Siegbert Baude" To: "Moritz Hardt" , References: Subject: Re: ethernet configuration Date: Mon, 4 Sep 2000 21:50:51 +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.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 Moritz, > I hope I'm right here with my question. I wanted to configure my > ethernet-card, but I couldn't find any documentation on it. > > Could you please tell me where to find it. man ifconfig Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 12:56:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eeyore.local.dohd.org (d0030.dtk.chello.nl [213.46.0.30]) by hub.freebsd.org (Postfix) with ESMTP id D3D5737B422 for ; Mon, 4 Sep 2000 12:56:21 -0700 (PDT) Received: by eeyore.local.dohd.org (Postfix, from userid 1008) id 8F14EBA3B; Mon, 4 Sep 2000 21:56:09 +0200 (MET DST) Date: Mon, 4 Sep 2000 21:56:09 +0200 From: Mark Huizer To: William Woods , g@dohd.cx Cc: questions@FreeBSD.ORG Subject: Re: ipv6 Message-ID: <20000904215609.A57403@dohd.cx> References: <20000904123606.A55141@dohd.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from bwoods2@mail.gplsucks.org on Mon, Sep 04, 2000 at 08:28:07AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Sep 04, 2000 at 08:28:07AM -0700, William Woods wrote: > Is there a ipv6 capable web browser around? I herd Mozilla M17 was but I > also herd that stability was not an included feature in it :). You > mentioned IRC, is there a IPV6 ircd out there attached to effnet and what > IRC clients are ipv6 friendly? w3m, lynx perhaps, mozilla. Enough choice to start with :-) Dunno how bad Mozilla is, haven't used it that much. there is irc6.net, but I guess that's the European servernetwork, check www.irc6.net perhaps. > > -- Nice testing in little China... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 13: 6:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E18137B423 for ; Mon, 4 Sep 2000 13:06:13 -0700 (PDT) Received: from guru.mired.org (zoom1-145.telepath.com [216.14.1.145]) by mx1.FreeBSD.org (Postfix) with SMTP id 5ADF66E2560 for ; Mon, 4 Sep 2000 13:06:11 -0700 (PDT) Received: (qmail 42239 invoked by uid 100); 4 Sep 2000 20:04:31 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14772.79.427134.282663@guru.mired.org> Date: Mon, 4 Sep 2000 15:04:31 -0500 (CDT) To: David Empey Cc: questions@freebsd.org Subject: Re: Mime-Version: 1.0 In-Reply-To: <44085376@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG RDavid Empey writes: > I need a single FreeBSD machine to act as mail and web host for 2 domains - > I thought I had seen some documentation on the FreeBSD site about this, but > cannot seem to find it. Can anyone point me in the right direction? The only thing that FreeBSD proper does for you is ip aliasing. See the ifconfing man page, and /etc/defaults/rc.conf for information on this. Configuring your web and mail servers for multiple domains depends on which web and mail servers you are using. You'll need to check their documentation/web sites for information on them. ; Mon, 4 Sep 2000 13:15:14 -0700 (PDT) Received: by vviuh221.vvi.com (NX5.67g/NX3.0M) id AA01437; Mon, 4 Sep 00 16:26:41 -0400 Message-Id: <10009042026.AA01437@vviuh221.vvi.com> Content-Type: text/plain Mime-Version: 1.0 (NeXT Mail 4.2mach v148) Received: by NeXT.Mailer (1.148) From: David Johnston Date: Mon, 4 Sep 2000 16:26:39 -0400 To: freebsd-questions@freebsd.org Subject: Re: need really good freebsd socket book Reply-To: David.Johnston@vviuh221.vvi.com References: <10009041448.AA01126@vviuh221.vvi.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi FreeBSD: > UNIX Network Programming, Networking APIs, Sockets and XTI, Volume 1, > W. Richard Stevens. Thanks to everyone! I got both volumes and am reading them now. It looks really exciting! Sincerely, David Johnston djohn@vvi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 13:23:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from front2m.grolier.fr (front2m.grolier.fr [195.36.216.52]) by hub.freebsd.org (Postfix) with ESMTP id 104FF37B423; Mon, 4 Sep 2000 13:23:37 -0700 (PDT) Received: from nas1-120.vlt.club-internet.fr (nas1-120.vlt.club-internet.fr [194.158.100.120]) by front2m.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with ESMTP id WAA29080; Mon, 4 Sep 2000 22:23:04 +0200 (MET DST) Date: Mon, 4 Sep 2000 22:05:30 +0200 (CEST) From: =?ISO-8859-1?Q?G=E9rard_Roudier?= X-Sender: groudier@linux.local To: David Bushong Cc: "Brandon D. Valentine" , questions@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Subject: Re: AIC7892 / Adaptec 29160 In-Reply-To: <20000903153208.V19901@bushong.net> Message-ID: 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 On Sun, 3 Sep 2000, David Bushong wrote: > I had the exact same problem with the exact same motherboard. I finally= =20 > gave up at stuck a Tekram DC-390U3 in the box and it's worked like a char= m. > Obviously, this is not the answer you wanted (I was on a deadline). Also= , > sadly, I didn't realize that there are two different shapes of 64-bit PCI > slots and the 370DL3 only has one shape and the Tekram is the other, so I > had to use it as a 32-bit card.. You can find my posts and pondering abo= ut > possible explanations with a search on either freebsd-scsi or freebsd-sta= ble.. > don't remember which. There are actually 3 different PCI card edge connectors types for each BUS width: 1) 5V (only) 2) 3.3V (only) 3) universal (supports either 5V or 3.3V depending on PCI connector type=20 on motherboard) The Supermicro 370DL3/DLE motherboards have two 3.3V 64 bit PCI connectors, but the Tekram DC-390/U3x controllers seem to use a 5V connector. This doesn't fit. This is not due to the SYM53C1010 chip that supports both 3.3V and 5V and thus allows all the 3 types of PCI card connectors (5V, 3.3V and universal). The SYM53C1010-based boards from Symbios/LSI use universal PCI connectors, but they are probably more expensive than Tekram ones. - SYM22915 -> 2 Ultra3 (LVD) SCSI buses - SYM21940 -> 1 Ultra3 (LVD) SCSI bus + 1 UltraWide SCSI bus Thanks to their universal PCI connectors these ones works with both 5V and 3.3V 64 bit PCI connectors on motherboard. =20 G=E9rard. PS1: In my opinion, Tekram choice for the DC-390 U3 PCI board connector couldn't be worse, based on technical considerations. > --David Bushong >=20 > On Sun, Sep 03, 2000 at 06:09:04PM -0400, Brandon D. Valentine wrote: > > I've been having a devil of a time installing 4.1-RELEASE on a machine > > with a Supermicro 370DL3. The machine has a built in AIC7892 Ultra160 > > SCSI controller. I've tried LVD, UW, and narrow drives on all three > > connectors along with different cables and different drives. No > > combination will be successful. The install always picks a random poin= t > > during the install of the bin dist to hang. Sometimes if I wait around > > long enough I will get a panic with SCB errors. To make sure the > > problem wasn't the SCSI controller I stuck an Adaptec 29160 in one of > > the 64-bit PCI slots and hooked the drive to that, turning the onboard > > SCSI controller off in the BIOS. I still receive the same behavior fro= m > > sysinstall. This leads me to believe it is an issue related to 29160 > > support in 4.1-RELEASE. I don't have any Ultra160 capable drives but > > I've tried LVD 80, UW 40, and UN 20 drives on the appropriate > > connectors. Does anybody. anywhere have any advice on how to get > > FreeBSD installed on this machine and then how to make sure it's not > > going to crash in the future? My problem appears very similiar to this > > one found in the archives but not followed up on: > > http://www.freebsd.org/cgi/getmsg.cgi?fetch=3D1702308+1705755+/usr/loca= l/www/db/text/2000/freebsd-questions/20000319.freebsd-questions > >=20 > > Brandon D. Valentine > > --=20 > > bandix at looksharp.net | bandix at structbio.vanderbilt.edu > > "Truth suffers from too much analysis." -- Ancient Fremen Saying > >=20 > >=20 > >=20 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-scsi" in the body of the message >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-scsi" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 13:30:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tele-post-20.mail.demon.net (tele-post-20.mail.demon.net [194.217.242.20]) by hub.freebsd.org (Postfix) with ESMTP id 1974D37B424 for ; Mon, 4 Sep 2000 13:30:35 -0700 (PDT) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by tele-post-20.mail.demon.net with esmtp (Exim 2.12 #2) id 13W2sz-000O5q-0K for questions@freebsd.org; Mon, 4 Sep 2000 20:30:34 +0000 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id VAA05693 for ; Mon, 4 Sep 2000 21:31:23 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Mon, 4 Sep 2000 21:31:02 +0100 (BST) From: Doug Rabson To: questions@freebsd.org Subject: mmap address space (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 -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 20 8348 3944 ---------- Forwarded message ---------- Date: Mon, 4 Sep 2000 15:23:29 +0200 From: Amir Yahav To: "'dfr@nlsystems.com'" Subject: mmap address space How can I increase the mmap MAXDSIZ . I would like to mmap a large file size over 2GB in freebsd system. Thanks Yahav Amir Speedbit LTD TEL: 04-8550230 CEL: 054-406220 FAX: 04-8550290 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 13:38:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web5407.mail.yahoo.com (web5407.mail.yahoo.com [216.115.106.199]) by hub.freebsd.org (Postfix) with SMTP id C397237B423 for ; Mon, 4 Sep 2000 13:38:40 -0700 (PDT) Message-ID: <20000904203840.18321.qmail@web5407.mail.yahoo.com> Received: from [4.35.184.101] by web5407.mail.yahoo.com; Mon, 04 Sep 2000 13:38:40 PDT Date: Mon, 4 Sep 2000 13:38:40 -0700 (PDT) From: christine knopp Subject: HELLO! To: Willem Brown , Scott Dumbase 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 i do not know anything!!! Help yourself and quit sending me messages!! __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! 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 Mon Sep 4 13:57:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by hub.freebsd.org (Postfix) with ESMTP id A182B37B422 for ; Mon, 4 Sep 2000 13:57:40 -0700 (PDT) Received: from ipamzlx.Physik.Uni-Mainz.DE (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by ipamzlx.physik.uni-mainz.de (8.11.0/8.9.3) with ESMTP id e84L07G65222 for ; Mon, 4 Sep 2000 23:00:07 +0200 (CEST) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Mon, 4 Sep 2000 23:00:07 +0200 (CEST) From: "O. Hartmann" To: freebsd-questions@freebsd.org Subject: Lahey Fortran95/Linux Express v5.5 Edition and FBSD 4.1-STABLE 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 Sirs. Our idepartment is using a commercial Fotran95 product from Lahey on some Linux and M$ WinNT boxes. A big project runs comletely on WinNT, some educational projects are running on some Linux boxes. Now, with some changes in our structures of the department, we want to unify some parts of software-affords so we look for a solution for FreeBSD (our local backbone system is based on FreeBSD an we do not want to change :-)). Well, Lahey Fortran95 Linux Expressv5.5 seems not to run in Linux emulation mode on our SMP FreeBSD systems. Is any out here who's experiences with Fortran95 compilers on FreeBSD boxes with precission numerical libraries? Is Lahey F95 v5.5 capable of being used in Linux-emulation mode on a FBSD box? Thanks, Gruss O. Hartmann ------------------------------------------------------------------- ohartman@ipamzlx.physik.uni-mainz.de Klimadatenserver des IPA, Universitaet Mainz Netzwerk- und Systembetreuung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 13:58:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailout3-0.nyroc.rr.com (mailout3-0.nyroc.rr.com [24.92.226.118]) by hub.freebsd.org (Postfix) with ESMTP id 4939B37B422 for ; Mon, 4 Sep 2000 13:58:51 -0700 (PDT) Received: from twcny.rr.com (bvh1-9633.twcny.rr.com [24.161.96.51]) by mailout3-0.nyroc.rr.com (8.9.3/8.9.3) with ESMTP id QAA29860 for ; Mon, 4 Sep 2000 16:48:53 -0400 (EDT) Message-ID: <39B40D23.DB460B47@twcny.rr.com> Date: Mon, 04 Sep 2000 16:59:15 -0400 From: Tom Parquette X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Old Conner 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 do not know if this belongs on the -questions or -hardware list. I thought I would try here. One of the PC support people at work was cleaning out his cube and sent some obsolete (by today's standards) PC parts in my direction. He gave me a Conner tape drive but there was no documentation available. Looking at the drive and its stickers, it's a 1996 vintage. There appear to be two different part numbers on it. a CTT3200I-F and CTT3200R-F. The way the sticker is layed out, I think the difference is power supply voltage. The Travan TR-3 cartridge he gave me with the drive shows capacities of 1.6gb/3.2gb. I tried the Conner/Seagate web site and I could not find anything on the drive. Searching the FreeBSD hardware archives turned up little except some discussions about FreeBSD 2.2.x support. Does anybody know anything about this drive? Cheers... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 14: 0:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hellasnet.gr (mail.hellasnet.gr [212.54.192.3]) by hub.freebsd.org (Postfix) with ESMTP id 8F87737B422 for ; Mon, 4 Sep 2000 14:00:39 -0700 (PDT) Received: from hades.hell.gr (ppp2.patr.hellasnet.gr [212.54.197.17]) by mail.hellasnet.gr (8.9.1/8.9.1) with ESMTP id AAA10279; Tue, 5 Sep 2000 00:01:09 +0200 (GMT) Received: (from charon@localhost) by hades.hell.gr (8.11.0/8.11.0) id e84L0d402894; Tue, 5 Sep 2000 00:00:39 +0300 (EEST) Date: Tue, 5 Sep 2000 00:00:39 +0300 From: Giorgos Keramidas To: William Woods Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail problem...... Message-ID: <20000905000039.B2474@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from bwoods2@mail.gplsucks.org on Mon, Sep 04, 2000 at 08:45:57AM -0700 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Sep 04, 2000 at 08:45:57AM -0700, William Woods wrote: > > Could someone shed some light on this error... > > ---------------------------- > Sep 4 08:41:27 mail > sendmail[1305]: e84FfJQ01303: to=, > ctladdr= (1001/1001), delay=00:00:07, > xdelay=00:00:07, mailer=esmtp, pri=30294, > relay=hub.freebsd.org. [216.136.204.18], dsn=4.2.0, stat=Deferred: 450 > Client host rejected: cannot find your hostname, [63.227.213.93] > --------------------------------- > > I see this in my sendmail log. Now that ip [63.227.213.93] is the ip of > mail.gplsucks.org, I dont know why the ip is there and not the hostname > though. any ideas how to fix this? The mail exchanger of freebsd.org is a bit strict about the hosts that it accepts mail from. In an effort to stop at least some of the spammers that might plague the mailing lists of freebsd.org, the mail server accepts mail only from hosts whose name resolves to an IP address, and whose IP address resolves back to that name. Other hosts that hub.freebsd.org rejects mail from are those that are found in the Dialup-Users-List [see http://maps.vix.com for more details on DUL]. A way to solve this problem is to forward all mail to the mail exchanger of your ISP, as is the canonical way when sending mail over a dialup link. To accomplish this you can add the line define(`SMART_HOST', `mail.your-isp.net')dnl to your master-configuration file and regenerate your sendmail.cf from it. Then all mail will be first forwarded to mail.your-isp.net, and that host will have to deliver them to their final destination. The mail server for your ISP is not very likely to be on a list of dialup machines, since it's (supposed to be) always up. Therefore, freebsd.org will not reject mail that it receives from that host. -- Giorgos Keramidas, For my public pgp2 key: finger -l keramida@diogenis.ceid.upatras.gr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 14:13:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay.flashnet.it (ems.flashnet.it [194.247.160.44]) by hub.freebsd.org (Postfix) with ESMTP id AEA6D37B423 for ; Mon, 4 Sep 2000 14:13:31 -0700 (PDT) Received: from smtp.flashnet.it (ip003.pool-173.cyb.it [195.191.181.4]) by relay.flashnet.it (EMS-RELAY/8.10.0) with SMTP id e84LDNL19871 for ; Mon, 4 Sep 2000 23:13:24 +0200 Message-Id: <200009042113.e84LDNL19871@relay.flashnet.it> To: freebsd-questions@FreeBSD.org X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Mon, 4 Sep 2000 23:13:14 EST From: Andrea Venturoli Reply-To: Andrea Venturoli Subject: ppp filter logging Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. I have set up ppp with various in & out filter rules. Is it possible to log BLOCKED packets? I know I can "set log tcp/ip", but this logs every packet, not only BLOCKED ones. 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 Mon Sep 4 15: 8:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.hccnet.nl (pop.hccnet.nl [193.172.127.94]) by hub.freebsd.org (Postfix) with ESMTP id 5BCB737B424 for ; Mon, 4 Sep 2000 15:08:41 -0700 (PDT) Received: from parmenides.utp.net by pop.hccnet.nl via uds1-115.dial.hccnet.nl [193.173.115.1] with ESMTP id AAA24873 (8.8.5/1.13); Tue, 5 Sep 2000 00:08:36 +0200 (MET DST) Received: from localhost (janko@localhost) by parmenides.utp.net (8.9.3/8.9.3) with ESMTP id AAA01594; Tue, 5 Sep 2000 00:08:38 +0200 (CEST) (envelope-from janko@compuserve.com) X-Authentication-Warning: parmenides.utp.net: janko owned process doing -bs Date: Tue, 5 Sep 2000 00:08:38 +0200 (CEST) From: Janko van Roosmalen X-Sender: janko@parmenides.utp.net To: "Crist J . Clark" Cc: Greg Lehey , FreeBSD Questions , groggy@iname.com Subject: Re: signature? In-Reply-To: <20000903155613.O62475@149.211.6.64.reflexcom.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 Sun, 3 Sep 2000, Crist J . Clark wrote: > > On Sun, Sep 03, 2000 at 10:26:18PM +0200, Janko van Roosmalen wrote: > > The "netbios-ns" makes me think of a Windows 95/98/NT station or a > > Samba server. > > > > Checking "/etc/services" however points to a bootp client. > > > > bootpc 68/tcp # BOOTP client > > bootpc 68/udp > > Uhh, but where do you see any traffic on this port? [snip] > > > > 05:13:25.668925 groggy.45057 > 208.151.115.193.netbios-ns: udp 68 > > > > 05:13:25.668957 groggy.45057 > 208.151.115.193.netbios-ns: udp 68 > > > > 05:13:25.699102 groggy.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > > > 05:13:25.699133 groggy.netbios-ns > 208.151.115.193.netbios-ns: udp 68 > > > > 05:13:25.808811 groggy.46773 > 208.151.115.193.netbios-ns: udp 68 > > > > > > I see 'netbios-ns' (137), 51488, 46346, 32996, 45057, and 46773 ports > and every single one is sent to port 137. Are you talking about that > trailing 68, the packet size? Crist, Yes, you are right. I was too focussed on the trailing 68. But at least I know how to spell your name ;) Janko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 15:41:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.hccnet.nl (pop.hccnet.nl [193.172.127.94]) by hub.freebsd.org (Postfix) with ESMTP id 76AD937B423 for ; Mon, 4 Sep 2000 15:41:53 -0700 (PDT) Received: from parmenides.utp.net by pop.hccnet.nl via uds136-124.dial.hccnet.nl [193.173.124.136] with ESMTP id AAA05278 (8.8.5/1.13); Tue, 5 Sep 2000 00:41:51 +0200 (MET DST) Received: from localhost (janko@localhost) by parmenides.utp.net (8.9.3/8.9.3) with ESMTP id AAA01644; Tue, 5 Sep 2000 00:41:54 +0200 (CEST) (envelope-from janko@compuserve.com) X-Authentication-Warning: parmenides.utp.net: janko owned process doing -bs Date: Tue, 5 Sep 2000 00:41:54 +0200 (CEST) From: Janko van Roosmalen X-Sender: janko@parmenides.utp.net To: David.Johnston@vviuh221.vvi.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: need really good freebsd socket book In-Reply-To: <10009042026.AA01437@vviuh221.vvi.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 Chapter 17 "Sockets" of the "Perl Cookbook" has a lot of examples of using sockets in Perl. Could be useful to play with or to do some prototyping. Some sections of this chapter: Writing a TCP client, Writing a TCP server, Communicating over TCP, Setting up an UDP client, Setting up an UDP server, Closing a socket after forking, Writing bi-directional clients, Forking Servers, Pre-forking servers, Non-forking servers. The source code of the examples can be downloaded from the O'Reilly ftp site. Janko van Roosmalen On Mon, 4 Sep 2000, David Johnston wrote: > > Hi FreeBSD: > > > UNIX Network Programming, Networking APIs, Sockets and XTI, Volume 1, > > W. Richard Stevens. > > Thanks to everyone! I got both volumes and am reading them now. It looks > really exciting! > > Sincerely, > > David Johnston > djohn@vvi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 15:55:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uxmal.itmerida.mx (uxmal.itmerida.mx [200.34.128.1]) by hub.freebsd.org (Postfix) with ESMTP id 8D81537B423 for ; Mon, 4 Sep 2000 15:55:24 -0700 (PDT) Received: from labna.itmerida.mx (labna [200.34.128.2]) by uxmal.itmerida.mx (8.9.3+Sun/8.9.3) with SMTP id RAA26608 for ; Mon, 4 Sep 2000 17:51:51 -0500 (CDT) Received: from localhost by labna.itmerida.mx (AIX 4.1/UCB 5.64/4.03) id AA20080; Mon, 4 Sep 2000 18:09:12 -0500 Date: Mon, 4 Sep 2000 18:09:12 -0500 (CDT) From: "Xavier Alfeirán S." To: questions@FREEBSD.ORG Subject: Difernces between HD space 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 using FreeBSD 4.0 on a IBM 300gl with a 6Gb Maxtor Hard Disk, but I did not noticed that I was only using half de space of the HD, here is the fdisk report: ******* Working on device /dev/rad0 ******* parameters extracted from in-core disklabel are: cylinders=782 heads=128 sectors/track=63 (8064 blks/cyl) parameters to be used for BIOS calculations are: cylinders=782 heads=128 sectors/track=63 (8064 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 63, size 6305985 (3079 Meg), flag 80 (active) beg: cyl 0/ sector 1/ head 1; end: cyl 781/ sector 63/ head 127 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: Please, I'm running out of space and i need those 3 gigas of stolen disk. thanks ------------------------------------------------------------------------------- Xavier alfeiran Sainz la_mente@yahoo.com xavier@labna.itmerida.mx is30301@iteso.mx (99) 8-468925 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 16: 3:35 2000 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 0B79E37B42C for ; Mon, 4 Sep 2000 16:03:32 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13W4zZ-000F31-00; Mon, 04 Sep 2000 23:45:29 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id XAA60298; Mon, 4 Sep 2000 23:45:29 +0100 (BST) (envelope-from ben) Date: Mon, 4 Sep 2000 23:45:29 +0100 From: Ben Smithurst To: Gadi Yechiel Golan Cc: questions@freebsd.org Subject: Re: TV Tuner Problem Message-ID: <20000904234529.B72445@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gadi Yechiel Golan wrote: > I have a Hauppauge WinTV Tuner card. I am not sure if it is the > Brooktree Bt848 or the Bt878, but I am pretty sure it is one of the two, > being that is the Chipset Hauppauge uses. On top of that, my Ensoniq > AudioPCI card does not seem to be recognized either. Both seem to be > supported by FreeBSD, but neither seem to be recognized. Everything else > seems to work just fine though. I tried CVSuping and making the world, as > well as using LINT to specificaly say that I had a Hauppauge card. > Nothing seems to be working. I have attached my system's dmesg, which > shows two cards as unrecognized. If you have any suggestions that would > be wonderful. Please attach your kernel configuration file too. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 16:28:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rknebel.uplink.net (rknebel.uplink.net [209.173.88.243]) by hub.freebsd.org (Postfix) with ESMTP id DD42A37B42C for ; Mon, 4 Sep 2000 16:28:16 -0700 (PDT) Received: from [192.168.1.2] (mac.uplink.net [192.168.1.2]) by rknebel.uplink.net (8.9.3/8.9.3) with ESMTP id TAA78333 for ; Mon, 4 Sep 2000 19:30:27 -0400 (EDT) (envelope-from rknebel@uplink.net) Mime-Version: 1.0 X-Sender: rknebel@rknebel.uplink.net Message-Id: Date: Mon, 4 Sep 2000 19:19:59 -0400 To: questions@freebsd.org From: Rick Knebel Subject: Backup Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Are there currently any backup programs for freebsd with a graphical interface? Thanks Rick -- Rick Knebel rknebel@uplink.net http://rknebel.uplink.net/~rknebel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 17: 5:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id 2205637B422 for ; Mon, 4 Sep 2000 17:05:55 -0700 (PDT) Received: from freebsd.freebsd.org (idxwc02-181.idx.com.au [203.166.0.181]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id LAA16978; Tue, 5 Sep 2000 11:05:41 +1100 From: Danny To: Rick Knebel , questions@FreeBSD.ORG Subject: Re: Backup Date: Tue, 5 Sep 2000 21:15:08 +1100 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <00090521160400.09916@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG www.netmax.com Is a web based backup program file server etc developed and written in cgi You have to pay a fee to purchase this program. On Tue, 05 Sep 2000, Rick Knebel wrote: > Hi, > > Are there currently any backup programs for freebsd with a graphical interface? > > > Thanks > Rick > -- > Rick Knebel > rknebel@uplink.net > http://rknebel.uplink.net/~rknebel > > > 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 Sep 4 17:26:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by hub.freebsd.org (Postfix) with ESMTP id D7D4037B422 for ; Mon, 4 Sep 2000 17:26:48 -0700 (PDT) Received: from granite.impoffice.ac.th ([203.151.134.100]) by stjohn.stjohn.ac.th (8.9.3/8.9.3) with SMTP id HAA20198; Tue, 5 Sep 2000 07:21:48 +0700 (GMT) Message-Id: <3.0.6.32.20000905072848.0088ed00@stjohn.stjohn.ac.th> X-Sender: mcrogerm@stjohn.stjohn.ac.th X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 05 Sep 2000 07:28:48 +0700 To: Kent Stewart From: Roger Merritt Subject: Re: mounting ATAPI cdroms Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <39B4094F.AE80D7C2@urx.com> References: <20000904180850.A5141@lpthe.jussieu.fr> <86snrgug13.fsf@linum.cofc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 01:42 PM 9/4/00 -0700, you wrote: > > >Allan Strand wrote: >> >> Have the problems with mounting ATAPI CDROMs been resolved in the >> stable branch? >> >> I did a fresh cvsup last night (9/3/00), made world and a new kernel >> this morning, and I am still unable to mount my CDRW drive. >> Potentially this is a problem with my hardware, although the drive is >> able to write CDROMs and play music CDs. If mounting CDROMS is >> working for everyone else, then I'll suspect my hardware. > >>From http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/atapi-cd.c >it was fixed on 25 August 2000. The mounting error made it look like >an audio cd was being mounted. The messages were >> : > : RRIP without PX field? >> : > : Aug 25 03:59:15 jade /kernel: RRIP without PX field? >> : > : Aug 25 03:59:15 jade /kernel: RRIP without PX field? > >If you are still seeing these, then you didn't install your kernel :). > >Kent > Clearly I've missed something here. I did a cvsup and rebuilt world on 3 Sep and my CD-ROM still isn't being detected at all. From dmesg (I did a verbose boot if more is needed): pci0: on pcib0 atapci0: port 0xffa0-0xffaf,0x374-0x377,0x170-0x177, 0x3f4-0x3f7,0x1f0-0x1f7 irq 0 at device 0.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xffa0 ata0: mask=03 status0=50 status1=50 ata0: mask=03 status0=50 status1=00 ata0: devices = 0x1 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xffa8 ata1: mask=03 status0=50 status1=00 ata1: mask=03 status0=50 status1=00 ata1: devices = 0x1 ata1: at 0x170 irq 15 on atapci0 isab0: at device 1.0 on pci0 isa0: on isab0 pci0: (vendor=0x1039, dev=0x0009) at 1.1 pcib2: at device 2.0 on pci0 ... ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ata0-master: success setting UDMA2 on SiS chip ad0: ATA-4 disk at ata0 as master ad0: 4126MB (8452080 sectors), 8944 cyls, 15 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, UDMA33 ad0: piomode=4 dmamode=2 udmamode=4 cblid=0 Creating DISK ad0 Creating DISK wd0 ata1-master: success setting UDMA2 on SiS chip ad2: ATA-2 disk at ata1 as master ad2: 3077MB (6303024 sectors), 6253 cyls, 16 heads, 63 S/T, 512 B/S ad2: 16 secs/int, 1 depth queue, UDMA33 ad2: piomode=4 dmamode=2 udmamode=2 cblid=0 Creating DISK ad2 Creating DISK wd2 Mounting root from ufs:/dev/ad0s1a ad0s1: type 0xa5, start 63, end = 8452079, size 8452017 : OK In my configuration file I've got: # ATA and ATAPI devices #device ata0 at isa? port IO_WD1 irq 14 #device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID #Static device numbering # Comment out 1 Sep 00 14:50 # IDE devices -- Incompatible with ATA devices above #device wdc0 at isa? port IO_WD1 irq 14 #device wd0 at wdc0 drive 0 #device wd1 at wdc0 drive 1 #device wdc1 at isa? port IO_WD2 irq 15 #device wd2 at wdc1 drive 0 #device wd3 at wdc1 drive 1 #options IDE_DELAY=8000 # Be optimistic about Joe IDE device # IDE CD-ROM & CD-R/RW driver - requires wdc controller #device wcd I had also tried this by uncommenting the lines for ata0 and ata1, but it didn't seem to make any difference. I don't see any provision in LINT for setting flags. At the moment of writing I'm in the process of building a 4.1-RELEASE, but from what you said above it isn't going to do me any good. This is so frustrating! -- Roger It's is not, it isn't ain't, and it's it's, not its, if you mean it is. If you don't, it's its. Then too, it's hers. It isn't her's. It isn't our's either. It's ours, and likewise yours and theirs. -- Oxford University Press, Edpress News To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 17:38:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (pop3.pioneernet.net [208.240.196.25]) by hub.freebsd.org (Postfix) with ESMTP id 9541137B422 for ; Mon, 4 Sep 2000 17:38:51 -0700 (PDT) Received: from wiegand.org [208.194.173.26] by pioneernet.net with ESMTP (SMTPD32-6.03) id A3BC7AED02A8; Mon, 04 Sep 2000 17:52:12 -0700 Message-ID: <39B4411A.E67833AB@wiegand.org> Date: Mon, 04 Sep 2000 17:40:58 -0700 From: Chip X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Danny Cc: Rick Knebel , questions@FreeBSD.ORG Subject: Re: Backup References: <00090521160400.09916@freebsd.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 Danny wrote: > > www.netmax.com > > Is a web based backup program file server etc developed and written in cgi > You have to pay a fee to purchase this program. > > On Tue, 05 Sep 2000, Rick Knebel wrote: > > Hi, > > > > Are there currently any backup programs for freebsd with a graphical interface? > > > > > > Thanks > > Rick > > -- > > Rick Knebel > > rknebel@uplink.net > > http://rknebel.uplink.net/~rknebel > > > > > > 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 Check out BRU at http://www.estinc.com/ I haven't used it myself, but I've seen it available at CompuUSA and many online sources. -- Chip W. www.wiegand.org Alternative Operating Systems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 17:45:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 247CF37B422 for ; Mon, 4 Sep 2000 17:45:54 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id RAA08090; Mon, 04 Sep 2000 17:45:38 -0700 Message-ID: <39B44233.E5C4043@urx.com> Date: Mon, 04 Sep 2000 17:45:39 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Roger Merritt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mounting ATAPI cdroms References: <20000904180850.A5141@lpthe.jussieu.fr> <86snrgug13.fsf@linum.cofc.edu> <3.0.6.32.20000905072848.0088ed00@stjohn.stjohn.ac.th> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Roger Merritt wrote: > > At 01:42 PM 9/4/00 -0700, you wrote: > > > > > >Allan Strand wrote: > >> > >> Have the problems with mounting ATAPI CDROMs been resolved in the > >> stable branch? > >> > >> I did a fresh cvsup last night (9/3/00), made world and a new kernel > >> this morning, and I am still unable to mount my CDRW drive. > >> Potentially this is a problem with my hardware, although the drive is > >> able to write CDROMs and play music CDs. If mounting CDROMS is > >> working for everyone else, then I'll suspect my hardware. > > > >>From http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ata/atapi-cd.c > >it was fixed on 25 August 2000. The mounting error made it look like > >an audio cd was being mounted. The messages were > >> : > : RRIP without PX field? > >> : > : Aug 25 03:59:15 jade /kernel: RRIP without PX field? > >> : > : Aug 25 03:59:15 jade /kernel: RRIP without PX field? > > > >If you are still seeing these, then you didn't install your kernel :). > > > >Kent > > > Clearly I've missed something here. I did a cvsup and rebuilt world on > 3 Sep and my CD-ROM still isn't being detected at all. From dmesg (I > did a verbose boot if more is needed): Just to make sure, did you do the build[install]kernel sequence and reboot to load the new driver for the CDROM. Kent > > pci0: on pcib0 > atapci0: port > 0xffa0-0xffaf,0x374-0x377,0x170-0x177, > 0x3f4-0x3f7,0x1f0-0x1f7 irq 0 at device 0.1 on pci0 > ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xffa0 > ata0: mask=03 status0=50 status1=50 > ata0: mask=03 status0=50 status1=00 > ata0: devices = 0x1 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xffa8 > ata1: mask=03 status0=50 status1=00 > ata1: mask=03 status0=50 status1=00 > ata1: devices = 0x1 > ata1: at 0x170 irq 15 on atapci0 > isab0: at device 1.0 on pci0 > isa0: on isab0 > pci0: (vendor=0x1039, dev=0x0009) at 1.1 > pcib2: at device 2.0 on pci0 > ... > ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable > ata0-master: success setting UDMA2 on SiS chip > ad0: ATA-4 disk at ata0 as master > ad0: 4126MB (8452080 sectors), 8944 cyls, 15 heads, 63 S/T, 512 B/S > ad0: 16 secs/int, 1 depth queue, UDMA33 > ad0: piomode=4 dmamode=2 udmamode=4 cblid=0 > Creating DISK ad0 > Creating DISK wd0 > ata1-master: success setting UDMA2 on SiS chip > ad2: ATA-2 disk at ata1 as master > ad2: 3077MB (6303024 sectors), 6253 cyls, 16 heads, 63 S/T, 512 B/S > ad2: 16 secs/int, 1 depth queue, UDMA33 > ad2: piomode=4 dmamode=2 udmamode=2 cblid=0 > Creating DISK ad2 > Creating DISK wd2 > Mounting root from ufs:/dev/ad0s1a > ad0s1: type 0xa5, start 63, end = 8452079, size 8452017 : OK > > In my configuration file I've got: > > # ATA and ATAPI devices > #device ata0 at isa? port IO_WD1 irq 14 > #device ata1 at isa? port IO_WD2 irq 15 > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > options ATA_STATIC_ID #Static device numbering > > # Comment out 1 Sep 00 14:50 > # IDE devices -- Incompatible with ATA devices above > #device wdc0 at isa? port IO_WD1 irq 14 > #device wd0 at wdc0 drive 0 > #device wd1 at wdc0 drive 1 > #device wdc1 at isa? port IO_WD2 irq 15 > #device wd2 at wdc1 drive 0 > #device wd3 at wdc1 drive 1 > > #options IDE_DELAY=8000 # Be optimistic about Joe IDE device > > # IDE CD-ROM & CD-R/RW driver - requires wdc controller > #device wcd > > I had also tried this by uncommenting the lines for ata0 and ata1, but > it didn't seem to make any difference. I don't see any provision in > LINT for setting flags. At the moment of writing I'm in the process of > building a 4.1-RELEASE, but from what you said above it isn't going to > do me any good. > > This is so frustrating! > -- > Roger > > It's is not, it isn't ain't, and it's it's, not its, if you mean it > is. If you don't, it's its. Then too, it's hers. It isn't her's. It > isn't our's either. It's ours, and likewise yours and theirs. > -- Oxford University Press, Edpress News -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 17:51:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.241.36]) by hub.freebsd.org (Postfix) with ESMTP id 5486437B423 for ; Mon, 4 Sep 2000 17:51:16 -0700 (PDT) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id CAA14756; Tue, 5 Sep 2000 02:51:07 +0200 (MEST) Message-ID: <39B4437A.720C3AF@gmx.de> Date: Tue, 05 Sep 2000 02:51:06 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: "Xavier AlfeirXn S." , "freebsd-questions@freebsd.org" Subject: Re: Difernces between HD space References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Xavier, > I'm using FreeBSD 4.0 on a IBM 300gl with a 6Gb Maxtor Hard Disk, but I > did not noticed that I was only using half de space of the HD, here is the > fdisk report: > ******* Working on device /dev/rad0 ******* > parameters extracted from in-core disklabel are: > cylinders=782 heads=128 sectors/track=63 (8064 blks/cyl) > > parameters to be used for BIOS calculations are: > cylinders=782 heads=128 sectors/track=63 (8064 blks/cyl) > > Media sector size is 512 > Warning: BIOS sector numbering starts with sector 1 > Information from DOS bootblock is: > The data for partition 1 is: > sysid 165,(FreeBSD/NetBSD/386BSD) > start 63, size 6305985 (3079 Meg), flag 80 (active) > beg: cyl 0/ sector 1/ head 1; > end: cyl 781/ sector 63/ head 127 > The data for partition 2 is: > > The data for partition 3 is: > > The data for partition 4 is: > So what is the actual number of cylinders your disk have? Look in your BIOS, on your disk itself, or easiest in dmesg. If you find that you actually have more than 782 cylinders just add another slice with fdisk. Then disklabel and newfs this new slice and you´re gone. If you need more details feel free to contact me again. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 18:10: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id 550A437B423 for ; Mon, 4 Sep 2000 18:09:59 -0700 (PDT) Received: from cm-208-170-220-127.gulfbreeze.mediacom.ispchannel.com ([208.170.220.127]) by smtp2a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20000905011209.UUMS382.smtp2a@cm-208-170-220-127.gulfbreeze.mediacom.ispchannel.com> for ; Mon, 4 Sep 2000 18:12:09 -0700 Date: Mon, 4 Sep 2000 20:09:57 -0500 (CDT) From: Steve Van Den Akker To: freebsd-questions@FREEBSD.ORG Subject: Newbie kernel compile question 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 to recompile my kernel. Config works fine...no errors. It then goes through the make process and ends up with the following stop error: ... ==> accf_data ==> accf_http ==> agp make: don't know how to make agp_if.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 The only thing I have added to the kernel were the options line for IPFIREWALL and IPDIVERT. It still occurs when I comment these two options lines out. Can someone help a newbie out? TIA... Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 18:31:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 3C7BC37B9C7 for ; Mon, 4 Sep 2000 18:31:16 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id SAA08202; Mon, 04 Sep 2000 18:31:14 -0700 Message-ID: <39B44CE2.35518BCB@urx.com> Date: Mon, 04 Sep 2000 18:31:14 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Steve Van Den Akker Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Newbie kernel compile question 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 Van Den Akker wrote: > > Trying to recompile my kernel. Config works fine...no errors. It > then goes through the make process and ends up with the following stop > error: > > ... > ==> accf_data > ==> accf_http > ==> agp > make: don't know how to make agp_if.c. Stop > *** Error code 2 > > Stop in /usr/src/sys/modules. > *** Error code 1 I think your source and kernel are out of step. Did you cvsup and forget to do the buildworld first. Kent > > The only thing I have added to the kernel were the options line for > IPFIREWALL and IPDIVERT. It still occurs when I comment these two options > lines out. > > Can someone help a newbie out? > > TIA... > > Steve > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 18:50:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by hub.freebsd.org (Postfix) with ESMTP id E7DB637B422 for ; Mon, 4 Sep 2000 18:50:21 -0700 (PDT) Received: from granite.impoffice.ac.th ([203.151.134.100]) by stjohn.stjohn.ac.th (8.9.3/8.9.3) with SMTP id IAA25772; Tue, 5 Sep 2000 08:45:39 +0700 (GMT) Message-Id: <3.0.6.32.20000905085240.00895c40@stjohn.stjohn.ac.th> X-Sender: mcrogerm@stjohn.stjohn.ac.th X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 05 Sep 2000 08:52:40 +0700 To: Kent Stewart From: Roger Merritt Subject: Re: mounting ATAPI cdroms Cc: freebsd-questions@freebsd.org In-Reply-To: <39B44233.E5C4043@urx.com> References: <20000904180850.A5141@lpthe.jussieu.fr> <86snrgug13.fsf@linum.cofc.edu> <3.0.6.32.20000905072848.0088ed00@stjohn.stjohn.ac.th> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 05:45 PM 9/4/00 -0700, you wrote: > >Just to make sure, did you do the build[install]kernel sequence and >reboot to load the new driver for the CDROM. > >Kent Yes, I did - make buildworld make buildkernel KERNEL=KEPLER make installkernel KERNEL=KEPLER reboot as single user mergemaster (?? mergemaster failed at this point) reboot mergemaster (worked) reboot (interrupted bootup, entered boot -v) -- Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 19: 9:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from integral.on.ca (cr171287-a.lndn1.on.wave.home.com [24.112.5.52]) by hub.freebsd.org (Postfix) with ESMTP id E3BFA37B423 for ; Mon, 4 Sep 2000 19:09:23 -0700 (PDT) Received: from socrates.integral.on.ca ([192.168.1.2]) by integral.on.ca (8.8.5/8.8.5) with ESMTP id WAA00233 for ; Mon, 4 Sep 2000 22:05:04 -0400 (EDT) Message-Id: <4.3.2.7.0.20000904220245.00bd7790@192.168.1.1> X-Sender: empey@192.168.1.1 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Mon, 04 Sep 2000 22:04:14 -0400 To: freebsd-questions@FreeBSD.ORG From: David Empey Subject: secondary dns 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 am in need of secondary name service for 2 domains, and am wondering if anyone knows of a free service other than Granite Canyon, which seems to have disappeared. With thanks! David Empey www.integral.on.ca ICQ #7283765 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 19:10:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta-2.gci.net (mta-2.gci.net [208.138.130.83]) by hub.freebsd.org (Postfix) with ESMTP id 48C0837B43E for ; Mon, 4 Sep 2000 19:10:38 -0700 (PDT) Received: from mmp-1.gci.net ([208.138.130.80]) by mta-2.gci.net (Netscape Messaging Server 4.15) with ESMTP id G0E61Z00.2BJ for ; Mon, 4 Sep 2000 18:10:47 -0800 Received: from excite.com ([24.237.42.249]) by mmp-1.gci.net (Netscape Messaging Server 4.15) with ESMTP id G0E61Y01.61Z for ; Mon, 4 Sep 2000 18:10:46 -0800 Message-ID: <39B44836.49801ECD@excite.com> Date: Mon, 04 Sep 2000 18:11:18 -0700 From: Mehran X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: freeBSD booting problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello out there: I just installed 4.0 BSD and everything (as far as installation) gone smooth. But when system is rebooting for the first time, it looks for something in A drive and comes up with an error message and stops there.. I have tried to install the O/S few times, but same thing happens again. Thanks for your help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 19:16:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 6A5BD37B424 for ; Mon, 4 Sep 2000 19:16:12 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id TAA08347; Mon, 04 Sep 2000 19:15:50 -0700 Message-ID: <39B45756.D7C12443@urx.com> Date: Mon, 04 Sep 2000 19:15:50 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Roger Merritt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mounting ATAPI cdroms References: <20000904180850.A5141@lpthe.jussieu.fr> <86snrgug13.fsf@linum.cofc.edu> <3.0.6.32.20000905072848.0088ed00@stjohn.stjohn.ac.th> <3.0.6.32.20000905085240.00895c40@stjohn.stjohn.ac.th> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Roger Merritt wrote: > > At 05:45 PM 9/4/00 -0700, you wrote: > > > >Just to make sure, did you do the build[install]kernel sequence and > >reboot to load the new driver for the CDROM. > > > >Kent > > Yes, I did - > make buildworld > make buildkernel KERNEL=KEPLER > make installkernel KERNEL=KEPLER > reboot as single user > mergemaster (?? mergemaster failed at this point) > reboot > mergemaster (worked) > reboot (interrupted bootup, entered boot -v) This is strange. I did a cvsup at 5:24 PST and the installworld finished at ~7:10. Warner thought that I might be able to get away with out booting to single user mode and so far that has been true. I am currently running 4.1-stable from that cvsup. The messages about "Creating ad2" and etc. in your dmesg was something new. I have never seen those messages during a boot before. Did you do an installworld before you ran mergemaster. Kent > -- > Roger > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 20: 2: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 8488737B43E for ; Mon, 4 Sep 2000 20:02:04 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e8531u132635; Tue, 5 Sep 2000 12:31:56 +0930 (CST) (envelope-from grog) Date: Tue, 5 Sep 2000 12:31:56 +0930 From: Greg Lehey To: Mehran Cc: freebsd-questions@FreeBSD.ORG Subject: Re: freeBSD booting problem Message-ID: <20000905123156.C45314@wantadilla.lemis.com> References: <39B44836.49801ECD@excite.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <39B44836.49801ECD@excite.com>; from jt9d@excite.com on Mon, Sep 04, 2000 at 06:11:18PM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 4 September 2000 at 18:11:18 -0700, Mehran wrote: > Hello out there: > I just installed 4.0 BSD and everything (as far as installation) gone > smooth. But when system is rebooting for the first time, it looks for > something in A drive and comes up with an error message and stops > there.. Don't make us guess, give us the error messages. > I have tried to install the O/S few times, but same thing happens > again. This suggests that reinstallation isn't the way to go. It seldom is. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 4 20:16:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out5.prserv.net [32.97.166.35]) by hub.freebsd.org (Postfix) with ESMTP id 427F237B423 for ; Mon, 4 Sep 2000 20:16:07 -0700 (PDT) Received: from attglobal.net ([32.100.129.181]) by prserv.net (out5) with SMTP id <20000905031223205052rgmhe>; Tue, 5 Sep 2000 03:12:24 +0000 Message-ID: <39B46437.74262033@attglobal.net> Date: Mon, 04 Sep 2000 23:10:48 -0400 From: Edward D Hensley Reply-To: ehensle@attglobal.net X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: ISP ideas? 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 just installed FreeBSD 4.0 on one of my older computers (Gateway2000 P5-120), and am actually enjoying the process very much. I am also learning a lot about ISP's and Domains, which brings me to the point of this email. I have acquired a domain name that I like, and now want to use it for internet access, email, etc. However, my current ISp (ATTGLOBAL.NET) requires that I sign up for Premium service to do so, and then they will still add on a PRSERV.NET to the end of my name. By the way, I chose a .org name since it is only for personal use. Is this normal? Have I grepped the situation with the wrong options? Isn't there a way to sign up my domain name and use it for my address? If I am way off base, I would appreciate someone letting me know. Anyway, thanks very much to everyone involved in creating such a great work. I used the BSD PowerPak, and the manual has most everything I need to know about setting up the system, networking, etc. Thanks for listening. If this goes well, I plan to eliminate the windows software off of my current system, and run only unix...and linux too, of course. But I will start with a dual boot, I suspect. Thankfully, Edward D Hensley OS390 Systems Engineer ehensle@attglobal.net Hoping to be, edh@xmenu.org in the near future To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 20:28:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dfw-smtpout1.email.verio.net (dfw-smtpout1.email.verio.net [129.250.36.41]) by hub.freebsd.org (Postfix) with ESMTP id CFF3637B422 for ; Mon, 4 Sep 2000 20:28:26 -0700 (PDT) Received: from [129.250.38.62] (helo=dfw-mmp2.email.verio.net) by dfw-smtpout1.email.verio.net with esmtp (Exim 3.12 #7) id 13W9PO-000617-00; Tue, 05 Sep 2000 03:28:26 +0000 Received: from [204.1.90.43] (helo=gs.verio.net) by dfw-mmp2.email.verio.net with esmtp (Exim 3.15 #4) id 13W9PN-0002e8-00; Tue, 05 Sep 2000 03:28:25 +0000 Message-ID: <39B46858.3BCBE8AF@gs.verio.net> Date: Mon, 04 Sep 2000 22:28:24 -0500 From: Tony Johnson Reply-To: gjohnson@gs.verio.net Organization: Expert Solutions, L.L.C X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: "Chad O. Thompson" Cc: SUNIL KOTAI , FreeBSD-questions@FreeBSD.ORG Subject: Re: ccna References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Historically the "FreeBSD VS. Linux" thing has been squashed. Please no more replies as u can use Cisco IOS under minicom, which works on both Linux and FreeBSD. The idea of "Language" has nothing to do with OS's unless you are writing an Operating System. Look at the choices the Cisco says fullfils the "Language" requirement for CCNA and go with that... "Chad O. Thompson" wrote: > > Maybe someone with CCNA exam experience can detail this more than I can > (I'm just a software developer, not a networking guy...) > > It probably does not really matter which one if you are simply interested > in learning UNIX commands, programming languages, etc. To the majority of > users (non-admins), the interfaces are identical. So, for learning UNIX > commands, etc., just go with whichever one is readily available. > > That being said, if you are more interested in the strict networking and > TCP/IP implemenations, FreeBSD is probably the better choice, since most > commercial Unix implementations use the same TCP/IP stack, as far as I am > aware. A lot of "big" web sites use FreeBSD for servers, due to better > network performance, etc. > > Can someone else improve on this response? (Or, if interested, just flame > me?) > > Chad > > On Wed, 30 Aug 2000, SUNIL KOTAI wrote: > > > I read one of your articles debating BSD or Linux. > > Perhaps you can help. I'm a novice at UNIX and I'm > > interested in pursuing the Cisco Certified Network > > Associate course. Which version of UNIX should I go > > for in order to do well in the language part of the > > exam? > > > > Appreciate it if I get a reply. > > > > sunil_kotai@yahoo.com > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Mail - Free email you can access from anywhere! > > http://mail.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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 21:28:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from comp04.prc.uic.edu (comp04.prc.uic.edu [128.248.230.104]) by hub.freebsd.org (Postfix) with SMTP id 187C337B423 for ; Mon, 4 Sep 2000 21:28:41 -0700 (PDT) Received: (qmail 16855 invoked by uid 1000); 5 Sep 2000 04:28:55 -0000 Date: Mon, 4 Sep 2000 23:28:55 -0500 From: Lucas Bergman To: media@ct1.nai.net Cc: freebsd-questions@freebsd.org Subject: Re: Compatible video cards?? Message-ID: <20000904232855.A16839@comp04.prc.uic.edu> Reply-To: iceberg@pobox.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from media@ct1.nai.net on Mon, Sep 04, 2000 at 12:22:39AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am running FreeBSD 3.4 and XFree86 3.3.5 on a 133 Pentium. > > Does anyone have a URL for a list of compatible video cards?? > > I have a Jaton Video107PCI. Unfortunately I cannot check my FreeBSD > documentation at the moment because the hardware is currently > disassembled. Basically any standard video card will do in console mode. To see what cards are known to work with X, check http://www.xfree86.org/cardlist.html Note that this list applies to the latest 3.3.x release of XFree86, which I think is 3.3.6, so there will be some small discrepancies between this and the list for 3.3.5. This question is technically off-topic, since the list of video cards compatible with XFree86 has nothing to do with FreeBSD. Regards, Lucas -- S. Lucas Bergman Northwestern University Mathematics Department PGP Public Key (0xC0C73619): http://pobox.com/~iceberg/pgpkey.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 21:39:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from comp04.prc.uic.edu (comp04.prc.uic.edu [128.248.230.104]) by hub.freebsd.org (Postfix) with SMTP id 64B2E37B422 for ; Mon, 4 Sep 2000 21:39:55 -0700 (PDT) Received: (qmail 16881 invoked by uid 1000); 5 Sep 2000 04:40:16 -0000 Date: Mon, 4 Sep 2000 23:40:16 -0500 From: Lucas Bergman To: "Warren L. Simmons" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Downloading a distribution Message-ID: <20000904234016.B16839@comp04.prc.uic.edu> Reply-To: iceberg@pobox.com References: <20000904044118.CF92837B43C@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000904044118.CF92837B43C@hub.freebsd.org>; from Pulm044@uabdpo.dpo.uab.edu on Sun, Sep 03, 2000 at 09:41:18PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I don't understand how to doanload a FreeBSD distribution. Is there > a single file that I can click on to start the save process for the > whole distribution or must I download hundreds of different files > from the ftp sites. If you have a CD-R(W), you may download a single file from ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES/ and burn this onto a CD. (Your CD burning software should have some option regarding burning a pre-built image file onto a disk.) This will produce a CD equivalent to the first CD from the set you can buy from freebsdmall.com. If you don't have a CD-R(W), you have to download the entire contents of a directory such as ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/4.1-RELEASE/ Then you can install from a DOS partition, if you like. This is spelled out in the documentation at freebsd.org; this method works fine... it's how I first installed FreeBSD 2.2.6. To download the entire contents of this directory tree, I would advise you to get a decent FTP client, rather than trying to select all the files individually from, say, a web browser. Check the usual freeware sites and you should find something. Also, I understand that it's advisable to use a mirror site. You can find a list of them at http://www.freebsd.org/handbook/mirrors-ftp.html If you like FreeBSD, I'd advise you to just buy a CD and save yourself the bandwidth/trouble. It's reasonably priced, and it helps support a very worthwhile project. I personally am a poor graduate student, and I can still afford a subscription. :) Regards, Lucas -- S. Lucas Bergman Northwestern University Mathematics Department PGP Public Key (0xC0C73619): http://pobox.com/~iceberg/pgpkey.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 22:18:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by hub.freebsd.org (Postfix) with ESMTP id DBD9037B422 for ; Mon, 4 Sep 2000 22:18:44 -0700 (PDT) Received: from granite.impoffice.ac.th ([203.151.134.100]) by stjohn.stjohn.ac.th (8.9.3/8.9.3) with SMTP id MAA11579; Tue, 5 Sep 2000 12:13:58 +0700 (GMT) Message-Id: <3.0.6.32.20000905122103.0089cba0@stjohn.stjohn.ac.th> X-Sender: mcrogerm@stjohn.stjohn.ac.th X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 05 Sep 2000 12:21:03 +0700 To: Kent Stewart From: Roger Merritt Subject: Re: mounting ATAPI cdroms Cc: freebsd-questions@freebsd.org In-Reply-To: <39B45756.D7C12443@urx.com> References: <20000904180850.A5141@lpthe.jussieu.fr> <86snrgug13.fsf@linum.cofc.edu> <3.0.6.32.20000905072848.0088ed00@stjohn.stjohn.ac.th> <3.0.6.32.20000905085240.00895c40@stjohn.stjohn.ac.th> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 07:15 PM 9/4/00 -0700, you wrote: >This is strange. I did a cvsup at 5:24 PST and the installworld >finished at ~7:10. Warner thought that I might be able to get away >with out booting to single user mode and so far that has been true. I >am currently running 4.1-stable from that cvsup. > >The messages about "Creating ad2" and etc. in your dmesg was something >new. I have never seen those messages during a boot before. > >Did you do an installworld before you ran mergemaster. > >Kent > Yes, I did. Sorry I left that out of my list. Latest news, I just finished building world for 4.1-RELEASE (had a little confusion over the name of the kernel until I remembered the UPDATES comment) and it seems to be running fine. It has no problem with the cd-rom. I'm going to start cvsup to 4-STABLE now (I have a slow connection so it'll probably take 10-12 hours) and try again. I have to take tomorrow off for some other business, so it'll be Thursday (Thai time) before I can tell if the latest STABLE works for me. Still, I cvsupped at least once (and I think it was twice *after* 25 August) and it still didn't. -- Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 22:29:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 896D637B422 for ; Mon, 4 Sep 2000 22:29:28 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id WAA08877; Mon, 04 Sep 2000 22:29:17 -0700 Message-ID: <39B484AD.A45E3EF@urx.com> Date: Mon, 04 Sep 2000 22:29:17 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Roger Merritt Cc: freebsd-questions@freebsd.org Subject: Re: mounting ATAPI cdroms References: <20000904180850.A5141@lpthe.jussieu.fr> <86snrgug13.fsf@linum.cofc.edu> <3.0.6.32.20000905072848.0088ed00@stjohn.stjohn.ac.th> <3.0.6.32.20000905085240.00895c40@stjohn.stjohn.ac.th> <3.0.6.32.20000905122103.0089cba0@stjohn.stjohn.ac.th> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Roger Merritt wrote: > > > Yes, I did. Sorry I left that out of my list. > > Latest news, I just finished building world for 4.1-RELEASE (had a > little confusion over the name of the kernel until I remembered the > UPDATES comment) and it seems to be running fine. It has no problem > with the cd-rom. I'm going to start cvsup to 4-STABLE now (I have a > slow connection so it'll probably take 10-12 hours) and try again. I > have to take tomorrow off for some other business, so it'll be Thursday > (Thai time) before I can tell if the latest STABLE works for me. Still, > I cvsupped at least once (and I think it was twice *after* 25 August) > and it still didn't. The cdrom problem mount problem was introduced around 22 August and fixed on 31 August. It didn't affect building but using a CD as an ata device once you had a userland and kernel built. What do you mean by slow connection? I found a lot of how long cvsup-ing 4-stable required was how busy the server was. My cvsup times varied between 4min and 16min over a 56kb modem. Then I switched servers and got times on DSL of around 1 min. Kent > -- > Roger -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 22:43: 0 2000 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 1ABF337B422 for ; Mon, 4 Sep 2000 22:42:57 -0700 (PDT) Received: from enteract.com (dschrock.cpe.dsl.enteract.com [216.80.53.93] (may be forged)) by mail.enteract.com (8.9.3/8.9.3) with ESMTP id AAA36011; Tue, 5 Sep 2000 00:42:54 -0500 (CDT) (envelope-from dschrock@enteract.com) Message-ID: <39B488B9.BE7FB1F3@enteract.com> Date: Tue, 05 Sep 2000 00:46:33 -0500 From: Daniel Schrock X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.15-4mdksmp i686) X-Accept-Language: en MIME-Version: 1.0 To: Andrew McDonald , freebsd-questions@freebsd.org Subject: Re: Network Address Translation Help please References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andrew McDonald wrote: > > We are running Freebsd as an Internet Gateway for our Windows 2000 Network. > We have setup VPN On the W2k Machine and would like to know how to make it > work throught the gatway. I am pretty sure all we need is ports 1723, and > 47 opened up to allow this type of connection? am I right and if so how do i > do this? > > thanks in advance@ Look into IPFilter and IPNat (part of IPFilter). It allows you to redirect traffic to specific machines. I'm currently using to redirect traffic to my roommates computer for Vampire: The redemption, a second redirection My Quake 3 server and then general NAT for the entire network. Very fast and efficient. good luck dan d_jab@anonymous-daemon.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 22:55: 1 2000 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 01F4C37B422 for ; Mon, 4 Sep 2000 22:54:59 -0700 (PDT) Received: from enteract.com (dschrock.cpe.dsl.enteract.com [216.80.53.93] (may be forged)) by mail.enteract.com (8.9.3/8.9.3) with ESMTP id AAA37642; Tue, 5 Sep 2000 00:54:57 -0500 (CDT) (envelope-from dschrock@enteract.com) Message-ID: <39B48B8C.128BC081@enteract.com> Date: Tue, 05 Sep 2000 00:58:36 -0500 From: Daniel Schrock X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.15-4mdksmp i686) X-Accept-Language: en MIME-Version: 1.0 To: James FitzGibbon , freebsd-questions@freebsd.org Subject: Re: Dell PERC Controller (Aka AMI MegaRAID) References: <508F01B47A2BD411844500A0C9C83B440B67F4@mailbox.Hunter.COM> <20000825142218.A99056@targetnet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG James FitzGibbon wrote: > > * Hamilton, Kent (KHamilton@Hunter.COM) [000825 14:20]: > > > Can anyone tell me if the Dell PERC controllers (the one I have is a AMI > > MegaRAID with a Dell prom) will work on FreeBSD 4.x? > > Yes, the PERC2/DC (oem AMI) works just fine. The PERC2/QC is an Adaptec > based card and also works, though mine is still on order so I can't say for > sure. > > http://people.freebsd.org/~msmith/RAID > > has all the info, as Mike did most of the RAID controller drivers in 4.x > just a note, make sure you do a clean install of 4.x-STABLE (<; Mon, 4 Sep 2000 23:10:47 -0700 (PDT) Received: from sun ([63.202.178.224]) by mta5.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with SMTP id <0G0E002OYGP8US@mta5.snfc21.pbi.net> for freebsd-questions@FreeBSD.org; Mon, 4 Sep 2000 23:00:44 -0700 (PDT) Date: Mon, 04 Sep 2000 23:03:52 -0700 From: Dmitri Makarov Subject: PPPoE - no carrier To: freebsd-questions@FreeBSD.org Message-id: <000801c016ff$1145c2f0$8781fea9@sun> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 5.00.2919.6700 Content-type: multipart/alternative; boundary="----=_NextPart_000_0005_01C016C4.6486A280" X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 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_01C016C4.6486A280 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable I'm running FreeBSD-4.1. Configured and built kernel with option = NETGRAPH. Set up ppp.conf as shown in PPPoE section of the Handbook. According to the ppp.log there's no carrier when ppp iniates connection. I'm = using Kingston PCI ethernet card, which is recognized as dc0 network = interface. ifconfig shows the device alright. Westel WireSpeed ADSL modem "sees" the network card too (the card <--> modem link is established). On the = same box I have windows 2000 that works with the same hardware configuration and establishes PPPoE just fine. What can be wrong in FreeBSD = configuration? How to make it detect the carrier? ------=_NextPart_000_0005_01C016C4.6486A280 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
I'm running FreeBSD-4.1.  = Configured and built=20 kernel with option NETGRAPH.
Set up ppp.conf as shown in PPPoE = section of=20 the Handbook.  According
to the ppp.log there's no carrier = when ppp=20 iniates connection.  I'm using
Kingston PCI ethernet card, which = is=20 recognized as dc0 network interface.
ifconfig shows the device = alright. =20 Westel WireSpeed ADSL modem "sees"
the network card too (the card = <-->=20 modem link is established).  On the same
box I have windows 2000 that = works with the=20 same hardware configuration
and establishes PPPoE just = fine.  What=20 can be wrong in FreeBSD configuration?
How to make it detect the=20 carrier?
------=_NextPart_000_0005_01C016C4.6486A280-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 23:24:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.lrt.be (mail.lrt.be [212.221.42.2]) by hub.freebsd.org (Postfix) with SMTP id 11E2237B422 for ; Mon, 4 Sep 2000 23:24:14 -0700 (PDT) Received: from 212.221.42.252 by mail.lrt.be with ESMTP (WorldSecure Server SMTP Relay(WSS) v4.3); Tue, 05 Sep 00 08:23:00 +0100 X-Server-Uuid: 70ab2e80-edeb-11d3-ba8e-0050bac381d6 content-class: urn:content-classes:message Subject: RE: terminals. MIME-Version: 1.0 Date: Tue, 5 Sep 2000 08:23:56 +0200 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.0.4368.4 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: terminals. Thread-Index: AcAWiaCFTpLQlpcZTHuu8fMX5DB+SwAeAvcQ From: "Fabien DERUDDER" To: "Jared & Melody Sargent" Cc: freebsd-questions@freebsd.org X-WSS-ID: 15AA40DE16880-01-01 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 Why don' t you use SSH ? There are SSH clients for windows. The one i use is called Putty and works really fine... -----Original Message----- From: Jared & Melody Sargent [mailto:sarge@seacove.net] Sent: lundi 4 septembre 2000 18:07 To: freebsd-questions@FreeBSD.ORG Subject: terminals. I don't know who to ask, and the handbook and FAQ aren't answering what I need. How do I set up my FreeBSD machine to run a terminal from another machine(win98). My cable is good(checked with ohm meter), I followed all of the instruction in FAQ and handbook, and even tried various settings on my com ports. Just rather lost at the moment. Jared. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 23:34:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.lrt.be (mail.lrt.be [212.221.42.2]) by hub.freebsd.org (Postfix) with SMTP id D7FB537B423 for ; Mon, 4 Sep 2000 23:34:45 -0700 (PDT) Received: from 212.221.42.252 by mail.lrt.be with ESMTP (WorldSecure Server SMTP Relay(WSS) v4.3); Tue, 05 Sep 00 08:33:38 +0100 X-Server-Uuid: 70ab2e80-edeb-11d3-ba8e-0050bac381d6 content-class: urn:content-classes:message Subject: RE: ls .. MIME-Version: 1.0 Date: Tue, 5 Sep 2000 08:34:33 +0200 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.0.4368.4 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ls .. Thread-Index: AcAWmcd9KA8h5dsuSI6iJbIZHYPDFQAaWQcw From: "Fabien DERUDDER" To: ahze@slaughter.necro.edu Cc: freebsd-questions@freebsd.org X-WSS-ID: 15AA7E5B16942-01-01 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 you should use 'gnuls' with the '--color' switch (create an alias). It's under the ports tree=20 -----Original Message----- From: Mike Johnson [mailto:ahze@slaughter.necro.edu] Sent: lundi 4 septembre 2000 20:00 To: questions@freebsd.org Subject: ls .. is there any reason the new ls in 4.1 doesn't show colors=20 in X such as Eterm and gnome-terminal?=20 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 Sep 4 23:46:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gw.capgemini.fr (gw.capgemini.fr [194.3.247.254]) by hub.freebsd.org (Postfix) with ESMTP id 97E0937B423 for ; Mon, 4 Sep 2000 23:46:33 -0700 (PDT) Received: from prenoms.capgemini.fr (capmail.capgemini.fr [194.2.91.200]) by gw.capgemini.fr (8.9.3/8.9.1) with ESMTP id IAA08123 for ; Tue, 5 Sep 2000 08:46:30 +0200 (MET DST) Received: from prenoms.capgemini.fr (localhost [127.0.0.1]) by prenoms.capgemini.fr (8.9.3/8.9.3) with ESMTP id IAA03948 for ; Tue, 5 Sep 2000 08:46:31 +0200 (MET DST) Received: from EAO02.alpes.capgemini.fr ([10.68.150.223]) by prenoms.capgemini.fr (8.9.3/8.9.3) with SMTP id IAA03934 for ; Tue, 5 Sep 2000 08:46:31 +0200 (MET DST) Message-ID: <004201c01704$fb453a20$df96440a@alpes.capgemini.fr> From: "fholin" To: Subject: Date: Tue, 5 Sep 2000 08:46:12 +0200 Organization: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_003F_01C01715.BE8AE6A0" 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_003F_01C01715.BE8AE6A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable i would like to compile the source files of the kernel of freebsd = (/src/sys/kern/***.c) unfortunatly, i need to the header files /src/sys/machine/***.h But i don't find this directory in the ftp site of freebsd (download = site) Anybody could tell me where can i find this directory??(and all the = header directory necessary to compile the .c of the directory = /src/sys/kern) thank you for your answers fabien ------=_NextPart_000_003F_01C01715.BE8AE6A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
i would like to compile the source = files of the=20 kernel of freebsd (/src/sys/kern/***.c)
unfortunatly, i need to the header = files=20 /src/sys/machine/***.h
But i don't find this directory in the = ftp site of=20 freebsd (download site)
Anybody could tell me where can i find = this=20 directory??(and all the header directory necessary to compile the = .c of the=20 directory /src/sys/kern)
thank you for your answers
 
fabien
------=_NextPart_000_003F_01C01715.BE8AE6A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 23:48:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from holonet.net (giskard.holonet.net [198.207.169.7]) by hub.freebsd.org (Postfix) with ESMTP id 65AC537B42C for ; Mon, 4 Sep 2000 23:48:21 -0700 (PDT) Received: from rainet (root@localhost) by holonet.net with UUCP id XAA18069; Mon, 4 Sep 2000 23:48:14 -0700 Received: by rainet.com (wcGATE v4) id 40218W Tue, 5 Sep 2000 06:19:07 GMT From: mgworst@rainet.com (Mike Worst) Subject: More trouble Date: Tue, 5 Sep 2000 05:28:45 GMT Message-Id: <00090423190711997@rainet.com> Organization: Random Access Information Network To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, again. My CD-ROM was still unreliable, but a local user suggested that I move it to the Primary Master slot, where it seems to be working fine. But, I'm not sure if it is working right, as I now have another problem. After starting the installation in sysinstall, I get a message "Error mounting /mnt/dev/ad0s3d on mnt/home" and on three other partitions. After aborting that, another one comes up, "/dev/acd0c on /dist no such file". I tried installing from a DOS partition, but there was no difference. Thanks ahead of time for any help you can give me. Regards, Michael G. Worst mgworst@rainet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Sep 4 23:57: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gw.capgemini.fr (gw.capgemini.fr [194.3.247.254]) by hub.freebsd.org (Postfix) with ESMTP id 81AFA37B424 for ; Mon, 4 Sep 2000 23:57:01 -0700 (PDT) Received: from prenoms.capgemini.fr (capmail.capgemini.fr [194.2.91.200]) by gw.capgemini.fr (8.9.3/8.9.1) with ESMTP id IAA09706 for ; Tue, 5 Sep 2000 08:56:58 +0200 (MET DST) Received: from prenoms.capgemini.fr (localhost [127.0.0.1]) by prenoms.capgemini.fr (8.9.3/8.9.3) with ESMTP id IAA13748 for ; Tue, 5 Sep 2000 08:57:00 +0200 (MET DST) Received: from EAO02.alpes.capgemini.fr ([10.68.150.223]) by prenoms.capgemini.fr (8.9.3/8.9.3) with SMTP id IAA13739 for ; Tue, 5 Sep 2000 08:56:59 +0200 (MET DST) Message-ID: <004b01c01706$71c2ac40$df96440a@alpes.capgemini.fr> From: "fholin" To: Subject: compilation problem Date: Tue, 5 Sep 2000 08:56:40 +0200 Organization: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0048_01C01717.34F78FE0" 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_0048_01C01717.34F78FE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable i would like to compile the source files of the kernel of freebsd =3D (/src/sys/kern/***.c) unfortunatly, i need to the header files /src/sys/machine/***.h But i don't find this directory in the ftp site of freebsd (download =3D site) Anybody could tell me where can i find this directory??(and all the =3D header directory necessary to compile the .c of the directory =3D /src/sys/kern) thank you for your answers fabien ------=_NextPart_000_0048_01C01717.34F78FE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
i would like to compile the source = files of the=20 kernel of freebsd =3D
(/src/sys/kern/***.c)
unfortunatly, i need = to the=20 header files /src/sys/machine/***.h
But i don't find this directory = in the=20 ftp site of freebsd (download =3D
site)
Anybody could tell me = where can i=20 find this directory??(and all the =3D
header directory necessary to = compile the=20 .c of the directory =3D
/src/sys/kern)
thank you for your=20 answers

fabien

------=_NextPart_000_0048_01C01717.34F78FE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 0: 8: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kbgroup.co.nz (gateway.kbgroup.co.nz [203.96.151.81]) by hub.freebsd.org (Postfix) with ESMTP id E29E737B423; Tue, 5 Sep 2000 00:07:55 -0700 (PDT) Received: from kb_exchange.kbgroup.co.nz ([202.202.203.10]) by gateway.kbgroup.co.nz with ESMTP id <115201>; Tue, 5 Sep 2000 19:30:13 +1200 Received: by internet.kbgroup.co.nz with Internet Mail Service (5.5.2650.21) id ; Tue, 5 Sep 2000 19:18:26 +1200 Message-ID: <67B808B0DD93D211ABEE0000B498356B3617AF@internet.kbgroup.co.nz> From: "Dave Preece (KB Group)" To: Lists Account Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org Subject: RE: Kernel compile problem? MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Date: Tue, 5 Sep 2000 19:30:03 +1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Just wondered if anyone could help me out here, Im trying to > cvsup from > 4.0-RELEASE to 4.1-STABLE and on a make depend on my kernel I get the > following: > > ===> agp > make: don't know how to make agp_if.c. Stop > *** Error code 2 > > Anyone else getting this error on a build? Yup. I've spent the last hour or two banging my head on it. There's a variety of answers on freebsd-questions (http://www.freebsd.org/cgi/search.cgi?words=agp+cvsup&max=25&sort=score&sou rce=freebsd-questions). These include " 'make buildkernel' works fine ", "RTFM /usr/src/UPDATING" and "get usr-share as well". None of which work for me. I currently have a really minimal install, so I'm currently installing all the 4.0 sources to do a cvsup with src-all then a make buildkernel (or even a world) to see how it goes. Last time I tried cvsup'ing it was 3.3 to 4.0 and a complete disaster. Had to use the CD's in the end (me=lam3r). Dave BTW, Best directed onto -questions, por favor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 0:15:22 2000 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 8A70E37B43F; Tue, 5 Sep 2000 00:15:18 -0700 (PDT) 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 BAA24978; Tue, 5 Sep 2000 01:15:16 -0600 (MDT) (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 BAA58950; Tue, 5 Sep 2000 01:14:36 -0600 (MDT) Message-Id: <200009050714.BAA58950@harmony.village.org> To: "Dave Preece (KB Group)" Subject: Re: Kernel compile problem? Cc: Lists Account , freebsd-hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG In-reply-to: Your message of "Tue, 05 Sep 2000 19:30:03 +1200." <67B808B0DD93D211ABEE0000B498356B3617AF@internet.kbgroup.co.nz> References: <67B808B0DD93D211ABEE0000B498356B3617AF@internet.kbgroup.co.nz> Date: Tue, 05 Sep 2000 01:14:36 -0600 From: Warner Losh Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <67B808B0DD93D211ABEE0000B498356B3617AF@internet.kbgroup.co.nz> "Dave Preece (KB Group)" writes: : (http://www.freebsd.org/cgi/search.cgi?words=agp+cvsup&max=25&sort=score&sou : rce=freebsd-questions). These include " 'make buildkernel' works fine ", : "RTFM /usr/src/UPDATING" and "get usr-share as well". None of which work for : me. I currently have a really minimal install, so I'm currently installing : all the 4.0 sources to do a cvsup with src-all then a make buildkernel (or : even a world) to see how it goes. Ah. You need to have a complete make buildworld tree in place before doing the make buildkernel target. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 0:24:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from public.szptt.net.cn (mail1-smtp.szptt.net.cn [202.96.136.221]) by hub.freebsd.org (Postfix) with SMTP id 8321737B423 for ; Tue, 5 Sep 2000 00:24:23 -0700 (PDT) Received: from www([202.105.152.158]) by public.szptt.net.cn(JetMail 2.3.2.6) with SMTP id /m0/aimcque/jmail.rcv/1/jm1439b4dc56; Tue, 5 Sep 2000 07:22:59 -0000 Message-ID: <000901c0170a$23ba5620$b425440a@www.efada.com.cn> From: "James Wang" To: Subject: Gdk-WARNING Date: Tue, 5 Sep 2000 15:23:07 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01C0174D.31574F20" 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_0006_01C0174D.31574F20 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Hi all I am using freebsd 4.1,gnome1.2, when i quit X,it display this: " Gdk-WARNING**:locale not supported by c library " Please help me. Regards James ------=_NextPart_000_0006_01C0174D.31574F20 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: quoted-printable
Hi all
   I am using freebsd = 4.1,gnome1.2,
when i quit X,it display = this:
 
"
Gdk-WARNING**:locale not supported by c = library
"
 
Please help me.
 
Regards
James
 
------=_NextPart_000_0006_01C0174D.31574F20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 0:34:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id A640237B423 for ; Tue, 5 Sep 2000 00:34:30 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id AAA09131; Tue, 05 Sep 2000 00:34:21 -0700 Message-ID: <39B4A1FD.9147967B@urx.com> Date: Tue, 05 Sep 2000 00:34:21 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: fholin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: compilation problem References: <004b01c01706$71c2ac40$df96440a@alpes.capgemini.fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > fholin wrote: > > i would like to compile the source files of the kernel of freebsd = > (/src/sys/kern/***.c) > unfortunatly, i need to the header files /src/sys/machine/***.h > But i don't find this directory in the ftp site of freebsd (download > = > site) > Anybody could tell me where can i find this directory??(and all the > = > header directory necessary to compile the .c of the directory = > /src/sys/kern) > thank you for your answers You need a /usr in front. Then, if you have loaded the source, you will find things like -rw-r--r-- 1 root wheel 26305 Aug 5 09:32 kern_synch.c -rw-r--r-- 1 root wheel 3832 Oct 11 1999 kern_syscalls.c -rw-r--r-- 1 root wheel 24423 Aug 5 09:32 kern_sysctl.c -rw-r--r-- 1 root wheel 4632 Aug 27 1999 kern_threads.c -rw-r--r-- 1 root wheel 17316 Oct 29 1999 kern_time.c ruby# pwd /usr/src/sys/kern If you don't have the source, you can download them from ftp://ftp.fr.FreeBSD.org/pub/FreeBSD/releases/i386/4.1-RELEASE/src/ You can also read about using cvsup to maintain your sources. You can read about it here http://www.fr.freebsd.org/handbook/cvsup.html Everything on FreeBSD seems to be maintained for the user's using cvsup. You cvsup to update your copy of the ports, the sources, and the documents. You will find two cvsup sites in France at the bottom of the cvsup.html. If you aren't trying to use 4.1-Release then the directories change accordingly. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 0:41:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id E3F6237B423 for ; Tue, 5 Sep 2000 00:41:44 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id LAA08075 for ; Tue, 5 Sep 2000 11:58:13 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e857fP115613 for freebsd-questions@FreeBSD.ORG; Tue, 5 Sep 2000 11:41:25 +0400 Date: Tue, 5 Sep 2000 11:41:25 +0400 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: Gdk-WARNING Message-ID: <20000905114125.A15603@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <000901c0170a$23ba5620$b425440a@www.efada.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <000901c0170a$23ba5620$b425440a@www.efada.com.cn>; from myfreebsd@sina.com.cn on Tue, Sep 05, 2000 at 03:23:07PM +0800 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 03:23:07PM +0800, James Wang wrote: > Hi all > I am using freebsd 4.1,gnome1.2, > when i quit X,it display this: > > " > Gdk-WARNING**:locale not supported by c library echo $LANG -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 0:43:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id AE00237B42C for ; Tue, 5 Sep 2000 00:43:08 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id LAA08081 for ; Tue, 5 Sep 2000 11:59:44 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e857ggb15623 for freebsd-questions@FreeBSD.ORG; Tue, 5 Sep 2000 11:42:42 +0400 Date: Tue, 5 Sep 2000 11:42:42 +0400 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: ls .. Message-ID: <20000905114242.B15603@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: ; from fderudder@lrt.be on Tue, Sep 05, 2000 at 08:34:33AM +0200 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 08:34:33AM +0200, Fabien DERUDDER wrote: > you should use 'gnuls' with the '--color' switch (create an alias). It's > under the ports tree No need for GNU ls. ls -G is the answer. And correct TERM -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 0:43:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id A73BB37B422 for ; Tue, 5 Sep 2000 00:43:46 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id MAA08092 for ; Tue, 5 Sep 2000 12:00:23 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e857haI15631 for freebsd-questions@FreeBSD.ORG; Tue, 5 Sep 2000 11:43:36 +0400 Date: Tue, 5 Sep 2000 11:43:36 +0400 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: terminals. Message-ID: <20000905114336.C15603@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: ; from fderudder@lrt.be on Tue, Sep 05, 2000 at 08:23:56AM +0200 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 08:23:56AM +0200, Fabien DERUDDER wrote: > Why don' t you use SSH ? There are SSH clients for windows. The one i > use is called Putty and works really fine... It is working VERY fine. :-) But maybe he does not have network? -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 0:51: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snipe.prod.itd.earthlink.net (snipe.prod.itd.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id 3BFB937B43E for ; Tue, 5 Sep 2000 00:51:03 -0700 (PDT) Received: from default (user-v3qs3o3.dsl.mindspring.com [199.174.15.3]) by snipe.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id AAA05999 for ; Tue, 5 Sep 2000 00:51:03 -0700 (PDT) Message-ID: <002001c0170e$2d48ca60$030faec7@default> Reply-To: "Scott Dubose" From: "Scott Dubose" To: References: <004b01c01706$71c2ac40$df96440a@alpes.capgemini.fr> <39B4A1FD.9147967B@urx.com> Subject: pppd problem Date: Tue, 5 Sep 2000 02:52:01 -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 Hello, I'm using 4.0. I've been trying to get my DSL up and running by editing the various configuration files from numerous examples to no avail. Then I found roaring penguin pppoe (rp-pppoe), which promises to make all my troubles go away. Maybe. When running rp-pppoe, it gave me the error "cannot find pty" or something to that effect. The docs for rp-pppoe say this means pppd is to old, I need at least 2.3.7. Running "pppd --version" gave me "2.3 patch 5". I assume this means I should upgrade. Which brings me to the final question - should I upgrade, and if so, where is the best place to get it? I have looked around on the freebsd website some but cannot find any ppp* files except for ppp-nt-2.2.7, which I don't think is what I'm looking for. I found a tarred ppp-2.3.11, but the installation seems a little involved (and it only mentions being compatible to 3.0) so I wanted some opinions on how to proceed. 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 Sep 5 1:24:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id 37DF137B422 for ; Tue, 5 Sep 2000 01:24:36 -0700 (PDT) Received: from p3EE058EC.dip0.t-ipconnect.de (p3EE058EC.dip0.t-ipconnect.de [62.224.88.236]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id KAA05895; Tue, 5 Sep 2000 10:24:33 +0200 (MET DST) Date: Tue, 5 Sep 2000 10:25:37 +0200 (CEST) From: Moritz Hardt To: Siegbert Baude Cc: freebsd-questions@freebsd.org Subject: Re: ethernet configuration In-Reply-To: <00a101c016a9$6dd47c60$4011a8c0@wohnheim.uniulm.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 Hello again, Thanks for the fast reply to my question, but that didn't really help, because there aren't any usable devices, such as ed0 or eth0. Im pretty sure FreeBSD finds my ethernet card, but why aren't there those devices and how can I create them. Thanks in advance! Ps: Your OS is great!!! - Moritz Hardt KEEP LYNX ALIVE! On Mon, 4 Sep 2000, Siegbert Baude wrote: > Hi Moritz, > > > I hope I'm right here with my question. I wanted to configure my > > ethernet-card, but I couldn't find any documentation on it. > > > > Could you please tell me where to find it. > > man ifconfig > > Ciao > Siegbert > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 1:32:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bumper.jellybaby.net (bumper.jellybaby.net [194.159.247.1]) by hub.freebsd.org (Postfix) with ESMTP id 7FCA537B422 for ; Tue, 5 Sep 2000 01:32:38 -0700 (PDT) Received: (from simond@localhost) by bumper.jellybaby.net (8.9.2/8.9.2) id JAA90940 for freebsd-questions@freebsd.org; Tue, 5 Sep 2000 09:32:37 +0100 (BST) (envelope-from simond) Date: Tue, 5 Sep 2000 09:32:37 +0100 From: simond@irrelevant.org To: freebsd-questions@freebsd.org Subject: FreeBSD and the Promise Ultra100 cards Message-ID: <20000905093237.B90805@irrelevant.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know how I can get FreeBSD (4.1S) to recognise this card? I have an Asus A7V running FreeBSD just fine, the only problem being that FreeBSD can only see my main ATA66 controller (the A7V comes with two IDE controllers, one ATA66 and the other ATA100 which is basically a Promise Ultra100 controller built into the motherboard. I would be very grateful if anyone can help me get this working :) -- Simon Dick simond@irrelevant.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 1:51:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id E90F137B422 for ; Tue, 5 Sep 2000 01:51:28 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-213-168-64-139.netcologne.de [213.168.64.139]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id KAA02082; Tue, 5 Sep 2000 10:51:27 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e858pIj01607; Tue, 5 Sep 2000 10:51:18 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Tue, 5 Sep 2000 10:51:18 +0200 (CEST) From: Paul Herman To: Moritz Hardt Cc: Siegbert Baude , freebsd-questions@FreeBSD.ORG Subject: Re: ethernet configuration 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, 5 Sep 2000, Moritz Hardt wrote: > Thanks for the fast reply to my question, but that didn't really help, > because there aren't any usable devices, such as ed0 or eth0. > > Im pretty sure FreeBSD finds my ethernet card, You can be 100% sure by looking at the output of the dmesg(8) command. For example, I have: xl0: <3Com 3c905-TX Fast Etherlink XL> port 0xb000-0xb03f irq 10 at device 12.0 on pci0 xl0: Ethernet address: 00:10:4b:27:e1:f7 miibus0: on xl0 nsphy0: on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto If your card isn't recognized by the kernel, then either the module isn't loaded (see kldload(8), kldstat(8), etc...), or you haven't configured/compiled your kernel with the corresponding driver. > but why aren't there those devices and how can I create them. A common misconception with BSD is that many devices have a direct kernel interface and aren't found in the /dev directory. This is the case with ethernet cards. You only need to do two things: Have the kernel recognize the card (explained above) and configure the interface with ifconfig, or with the more userfriendly: /stand/sysinstall "Configure -> Networking -> Interfaces" > Ps: Your OS is great!!! Yes! I think so too. (This is a mailing list. We are all users just like you. :) -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 2: 0:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id E2FA037B424 for ; Tue, 5 Sep 2000 02:00:26 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13WEZe-000MZc-00 for freebsd-questions@FreeBSD.ORG; Tue, 5 Sep 2000 11:59:22 +0300 Date: Tue, 5 Sep 2000 11:59:22 +0300 From: Odhiambo Washington To: freebsd-questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <20000905115922.A84333@siafu.iconnect.co.ke> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <004201c01704$fb453a20$df96440a@alpes.capgemini.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <004201c01704$fb453a20$df96440a@alpes.capgemini.fr>; from fholin on Tue, Sep 05, 2000 at 08:46:12AM +0200 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 11:51AM up 8 days, 42 mins, 9 users, load averages: 0.36, 0.34, 0.28 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting fholin : [000905 09:45]: fholin>i would like to compile the source files of the kernel of freebsd (/src/sys/kern/***.c) fholin>unfortunatly, i need to the header files /src/sys/machine/***.h fholin>But i don't find this directory in the ftp site of freebsd (download site) fholin>Anybody could tell me where can i find this directory??(and all the header directory necessary to compile the .c of the directory /src/sys/kern) fholin>thank you for your answers I think you should go back to the distributions and install kernel sources via /stand/sysinstall --> Configure --> Distributions --> src --> sys I've never known if one can downloads the files independently, though I may be wrong in this assumption... -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 Though we travel the world over to find the beautiful, we must carry it with us or we find it not. -Ralph Waldo Emerson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 2: 8:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-in-01.piro.net (mail-out-02.piro.net [194.64.31.10]) by hub.freebsd.org (Postfix) with ESMTP id CB2C837B423 for ; Tue, 5 Sep 2000 02:08:27 -0700 (PDT) Received: from nil.science-factory.com (Sciencefactory-atm1-181.piro.net [195.135.137.205]) by mail-in-01.piro.net (8.9.3/8.9.3/PN-991208) with ESMTP id LAA11143; Tue, 5 Sep 2000 11:06:28 +0200 Received: by nil.science-factory.com (Postfix, from userid 501) id C59EC23FB; Tue, 5 Sep 2000 11:04:29 +0200 (CEST) From: Marc van Woerkom To: rakhesh@cse.iitd.ernet.in Cc: marc.vanwoerkom@science-factory.com, freebsd-questions@FreeBSD.ORG In-reply-to: (message from Rakhesh Sasidharan on Sat, 2 Sep 2000 13:02:49 +0530 (IST)) Subject: Re: (newer ?) Ext2fs problem in FreeBSD-3.4 References: Message-Id: <20000905090429.C59EC23FB@nil.science-factory.com> Date: Tue, 5 Sep 2000 11:04:29 +0200 (CEST) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > occasionally use it. I didn't want to risk losing my data. What has your > experiences been with rw access to UFS ? I am sharing a HTML tree between the two OSes for about two weeks. So far it works. But there are few writes.. I am going to share my email folders this week as well and hope that this will work too. Right now I am not feeling secure :) Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 2:18:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 3A05B37B423 for ; Tue, 5 Sep 2000 02:18:11 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13WEqp-000Nqi-00 for questions@FreeBSD.org; Tue, 5 Sep 2000 12:17:07 +0300 Date: Tue, 5 Sep 2000 12:17:07 +0300 From: Odhiambo Washington To: questions@FreeBSD.org Subject: Re: ISP ideas? Message-ID: <20000905121707.B84333@siafu.iconnect.co.ke> Mail-Followup-To: questions@FreeBSD.org References: <39B46437.74262033@attglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <39B46437.74262033@attglobal.net>; from Edward D Hensley on Mon, Sep 04, 2000 at 11:10:48PM -0400 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 12:01PM up 8 days, 51 mins, 11 users, load averages: 0.51, 0.49, 0.37 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Edward D Hensley : [000905 06:15]: Edward D Hensley>I have just installed FreeBSD 4.0 on one of my older computers Edward D Hensley>(Gateway2000 P5-120), and am actually enjoying the process very much. I Edward D Hensley>am also learning a lot about ISP's and Domains, which brings me to the Edward D Hensley>point of this email. Edward D Hensley> Edward D Hensley>I have acquired a domain name that I like, and now want to use it for Edward D Hensley>internet access, email, etc. However, my current ISp (ATTGLOBAL.NET) Edward D Hensley>requires that I sign up for Premium service to do so, and then they will Edward D Hensley>still add on a PRSERV.NET to the end of my name. By the way, I chose a Edward D Hensley>.org name since it is only for personal use. This is quite normal. If you registered your domain name with a body like Internic (network solutions) or Opensrs (Tucows) then your domain name is already in the root servers, which I believe should suffice. You can proceed and run your own name server (There is BIND) that does this. To set it up you'll need some info on configuring 'named' - you'll need to buy a book (BIND from Oreilly) or get some tutorials guys have put on the net, or even from the archives of this list! A good place might be www.daemonnews.org..... Edward D Hensley> Edward D Hensley>Is this normal? Have I grepped the situation with the wrong options? Edward D Hensley>Isn't there a way to sign up my domain name and use it for my address? Edward D Hensley>If I am way off base, I would appreciate someone letting me know. No problem here. You just have to name your FBSD box whatever.org (rc.conf), then set an smtp and POP3 server on it (Try Exim and QPOPPER - qpopper because I assume you're still not old enough ;-)) You can istall those from the ports..... One more thing.....there are FIVE or so major files you'll have to deal with in this whole process: /etc/rc.conf /etc/hosts.allow /etc/inetd.conf /etc/named/named.conf /usr/local/etc/exim/configure These are just pointers, there may be more and much work to do.... You may also need to talk nicely to a SysAdmin at your ISP for some help... s/he will be the best person to guide you... -Wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 Talk sense to a fool and he calls you foolish. -Euripides To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 2:29:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from trill.hh.se (trill.hh.se [194.47.5.10]) by hub.freebsd.org (Postfix) with ESMTP id 35F9C37B423 for ; Tue, 5 Sep 2000 02:29:35 -0700 (PDT) Received: from gs177.gsten.hh.se (chip@gs177.gsten.hh.se [194.47.16.177]) by trill.hh.se (8.9.3/8.9.3) with ESMTP id LAA14587; Tue, 5 Sep 2000 11:29:11 +0200 (MET DST) 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: Tue, 05 Sep 2000 11:29:11 +0200 (CEST) From: Joel Bjork To: Moritz Hardt Subject: Re: ethernet configuration Cc: freebsd-questions@FreeBSD.ORG, Siegbert Baude Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 05-Sep-00 Moritz Hardt wrote: > Hello again, > > Thanks for the fast reply to my question, but that didn't really help, > because there aren't any usable devices, such as ed0 or eth0. > > Im pretty sure FreeBSD finds my ethernet card, but why aren't there those > devices and how can I create them. > > Thanks in advance! > ifconfig -a This will tell you what card are recognized, if nothing shows up you should take a look at the hardware compatability list on www.freebsd.org . If it's an ISA card you might have to enable support for it in the kernel, PCI cards should be detected if I remember correctly. ---------------------------------- E-Mail: Joel Bjork Date: 05-Sep-00 Time: 11:29:11 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 2:31:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 387BF37B424 for ; Tue, 5 Sep 2000 02:31:27 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13WF3X-000ObB-00 for freebsd-questions@FreeBSD.org; Tue, 5 Sep 2000 12:30:15 +0300 Date: Tue, 5 Sep 2000 12:30:15 +0300 From: Odhiambo Washington To: FreeBSD-Questions Subject: /var/account Message-ID: <20000905123015.C84333@siafu.iconnect.co.ke> Mail-Followup-To: FreeBSD-Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 12:27PM up 8 days, 1:17, 9 users, load averages: 0.13, 0.25, 0.30 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know which process writes to this directory??? I have a file there that grows wildly and I need to manage this process. -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 I have spent more than half a lifetime trying to express the tragic moment. -Marcel Marceau To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 2:34:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail01.websilon.nl (mail01.websilon.nl [193.78.99.2]) by hub.freebsd.org (Postfix) with ESMTP id 94A4F37B422 for ; Tue, 5 Sep 2000 02:34:34 -0700 (PDT) Received: from baco.websilon.nl ([213.53.241.33]) by mail01.websilon.nl (Post.Office MTA v3.5.3 release 223 ID# 0-67391U1000L200S0V35) with ESMTP id nl; Tue, 5 Sep 2000 11:35:53 +0200 Received: by baco.websilon.nl with Internet Mail Service (5.5.2650.21) id ; Tue, 5 Sep 2000 11:36:06 +0200 Message-ID: <3182D9D293F2D211B15A00500416D4902E1579@baco.websilon.nl> From: Daan Franke To: 'Moritz Hardt' , Siegbert Baude Cc: freebsd-questions@freebsd.org Subject: RE: ethernet configuration Date: Tue, 5 Sep 2000 11:36:05 +0200 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 They don't go in your /dev dir, they remain hidden. -----Original Message----- From: Moritz Hardt [mailto:root@morix.de] Sent: Tuesday, September 05, 2000 10:26 To: Siegbert Baude Cc: freebsd-questions@freebsd.org Subject: Re: ethernet configuration Hello again, Thanks for the fast reply to my question, but that didn't really help, because there aren't any usable devices, such as ed0 or eth0. Im pretty sure FreeBSD finds my ethernet card, but why aren't there those devices and how can I create them. Thanks in advance! Ps: Your OS is great!!! - Moritz Hardt KEEP LYNX ALIVE! On Mon, 4 Sep 2000, Siegbert Baude wrote: > Hi Moritz, > > > I hope I'm right here with my question. I wanted to configure my > > ethernet-card, but I couldn't find any documentation on it. > > > > Could you please tell me where to find it. > > man ifconfig > > Ciao > Siegbert > 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 Sep 5 2:37:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-smtp02.one.net.au (mail-pop03.one.net.au [203.101.17.172]) by hub.freebsd.org (Postfix) with SMTP id 195E237B423 for ; Tue, 5 Sep 2000 02:37:45 -0700 (PDT) Received: (qmail 4605 invoked from network); 5 Sep 2000 09:33:22 -0000 Received: from async46-syd-isp-244.nas.one.net.au (HELO copenhagen) (61.12.22.47) by mail-pop03.one.net.au with SMTP; 5 Sep 2000 09:33:22 -0000 Message-ID: <003d01c01725$ebd668e0$0300000a@copenhagen.domain.com> Reply-To: "Aras Vaichas" From: "Aras Vaichas" To: "freebsd questions" Subject: svgalib make install problems Date: Tue, 5 Sep 2000 20:41:59 +1000 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 I am having problems doing a "make install" with the svgalib port. I am running the Linux emulator linux.ko. I have installed the port /emulators/linux_base. Please, what am I missing? ----------------------------- /usr/ports/graphics/svgalib> make install ===> Installing for svgalib-1.4.2 /usr/libexec/ld-elf.so.1: Shared object "libintl.so.1" not found *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. > uname -a FreeBSD copenhagen.domain.com 3.5-STABLE FreeBSD 3.5-STABLE #2: Mon Sep 4 18:00:27 EST 2000 aras@copenhagen.domain.com:/usr/src/sys/compile/CUSTOM i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 2:41:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail01.websilon.nl (mail01.websilon.nl [193.78.99.2]) by hub.freebsd.org (Postfix) with ESMTP id EEDC337B423 for ; Tue, 5 Sep 2000 02:41:09 -0700 (PDT) Received: from baco.websilon.nl ([213.53.241.33]) by mail01.websilon.nl (Post.Office MTA v3.5.3 release 223 ID# 0-67391U1000L200S0V35) with ESMTP id nl for ; Tue, 5 Sep 2000 11:42:29 +0200 Received: by baco.websilon.nl with Internet Mail Service (5.5.2650.21) id ; Tue, 5 Sep 2000 11:42:42 +0200 Message-ID: <3182D9D293F2D211B15A00500416D4902E157A@baco.websilon.nl> From: Daan Franke To: "FreeBSD questions (E-mail)" Subject: FreeBSD and RAID's Date: Tue, 5 Sep 2000 11:42:41 +0200 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 work for a company which runs all of it's servers on NT, but they are willing to give the open source unices a chance, but this will take time as they seem to be uncertain of this choice. But our mail server crashed recently because the MBR was corrupt, one of our solutions was to put in a RAID on the new mail server and get an OS that boots from that RAID and therefore have multiple MBR's and probably be safer, my question is: does FreeBSD have this ability to boot from a RAID, and if not is there an OS that does. I know it is impossible on NT. Safe me from windows hell, =P Thanks for your time, Daan Franke System Engineer Websilon BV "Hanzegebouw" Binckhorstlaan 400 2516 BL, Den Haag, The Netherlands tel +31-70-3398888 fax +31-70-3398830 e-mail daan@websilon.nl web http://www.websilon.nl alle internet winkels in Nederland: http://winkelstraat.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 3:22:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from camelot.bitart.com (BITart-45.BITart.com [206.103.221.45]) by hub.freebsd.org (Postfix) with SMTP id EB2DE37B423 for ; Tue, 5 Sep 2000 03:22:35 -0700 (PDT) Received: (qmail 29997 invoked by uid 101); 5 Sep 2000 10:22:35 -0000 Message-ID: <20000905102235.29996.qmail@camelot.bitart.com> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) In-Reply-To: <20000905093237.B90805@irrelevant.org> X-Nextstep-Mailer: Mail 4.2mach (Enhance 2.2p1) Received: by NeXT.Mailer (1.148) From: Gerd Knops Date: Tue, 5 Sep 2000 05:22:35 -0500 To: simond@irrelevant.org Subject: Re: FreeBSD and the Promise Ultra100 cards Cc: freebsd-questions@freebsd.org Reply-To: gerti-freebsdq@BITart.com References: <20000905093237.B90805@irrelevant.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG simond@irrelevant.org wrote: > Does anyone know how I can get FreeBSD (4.1S) to recognise this card? > > I have an Asus A7V running FreeBSD just fine, the only problem being > that FreeBSD can only see my main ATA66 controller (the A7V comes > with two IDE controllers, one ATA66 and the other ATA100 which is > basically a Promise Ultra100 controller built into the motherboard. > > I would be very grateful if anyone can help me get this working :) > Have a look at http://www.freebsd.org/cgi/query-pr.cgi?pr=20834 Gerd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 3:30:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 0E9F637B422 for ; Tue, 5 Sep 2000 03:30:41 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13WFz0-0002in-00 for freebsd-questions@FreeBSD.org; Tue, 5 Sep 2000 13:29:38 +0300 Date: Tue, 5 Sep 2000 13:29:38 +0300 From: Odhiambo Washington To: FreeBSD-Questions Subject: READ-ONLY mbox! Message-ID: <20000905132938.A3824@siafu.iconnect.co.ke> Mail-Followup-To: FreeBSD-Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 1:01PM up 8 days, 1:51, 8 users, load averages: 0.33, 0.30, 0.28 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi good people, I have about 4 questions, thanks for your time. I am on 4.1-STABLE....so stable that I cannot throw it off balance! First,I need help with mbox-es on my FBSD 4.1-S By default EVERYONE is being told that the "mailbox is read-only" when they try to delete messages from their mailboxes. I am using popper3 as the POP3 server, mail is in the mbox format. /var/mail is mod 775 the mboxes are mod rw POP3 Server is running as root. var/mail is owned by root.mail Does anyone have pointers to what i could me missing? Secondly, I have this script which I 'borrowed' from someone in this list. It used to work fine before my recent CVSUP but now it gives me the error below: #script to display mounted slices without those mega details....;-) mount | awk '{print $1 " on " $3}' #Error is as follows ~$HOME/bin/mount: Cannot fork: Resource temporarily unavailable I am not even a scripting newbie!! Last but not least (my English teacher used to love this...), this line shows the entry for a DOS partition on my system in fstab - /dev/ad0s1 /win msdos rw 0 0 But mount says it is mounted read only!!! I'm lost...... Thanks. -Wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 The whole world steps aside for the man who knows where he is going. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 3:38: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 5A5A837B43F for ; Tue, 5 Sep 2000 03:38:02 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-195-14-235-125.netcologne.de [195.14.235.125]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id MAA16263; Tue, 5 Sep 2000 12:38:00 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e85Abo602369; Tue, 5 Sep 2000 12:37:50 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Tue, 5 Sep 2000 12:37:50 +0200 (CEST) From: Paul Herman To: Odhiambo Washington Cc: FreeBSD-Questions Subject: Re: /var/account In-Reply-To: <20000905123015.C84333@siafu.iconnect.co.ke> 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, 5 Sep 2000, Odhiambo Washington wrote: > Does anyone know which process writes to this directory??? I have > a file there that grows wildly and I need to manage this process. The file /var/account/acct is written to directly by the kernel. This allows you to use the commands lastcomm(1) and sa(8) for process accounting. It usualy isn't a problem, because the file size is kept at bay by /etc/periodic/daily/310.accounting If you choose, you can turn of process accounting all together with either accton(8) or accounting_enable="NO" in /etc/rc.conf -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 3:55:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 3FB1B37B424 for ; Tue, 5 Sep 2000 03:55:21 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id PAA08530 for ; Tue, 5 Sep 2000 15:11:58 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e85At7B16705 for freebsd-questions@FreeBSD.ORG; Tue, 5 Sep 2000 14:55:07 +0400 Date: Tue, 5 Sep 2000 14:55:07 +0400 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: ethernet configuration Message-ID: <20000905145507.A16644@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <3182D9D293F2D211B15A00500416D4902E1579@baco.websilon.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <3182D9D293F2D211B15A00500416D4902E1579@baco.websilon.nl>; from daan@websilon.nl on Tue, Sep 05, 2000 at 11:36:05AM +0200 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 11:36:05AM +0200, Daan Franke wrote: > They don't go in your /dev dir, they remain hidden. > > -----Original Message----- > From: Moritz Hardt [mailto:root@morix.de] > Sent: Tuesday, September 05, 2000 10:26 > To: Siegbert Baude > Cc: freebsd-questions@freebsd.org > Subject: Re: ethernet configuration > > > Hello again, > > Thanks for the fast reply to my question, but that didn't really help, > because there aren't any usable devices, such as ed0 or eth0. > > Im pretty sure FreeBSD finds my ethernet card, but why aren't there those > devices and how can I create them. > > Thanks in advance! dmesg | more then find something which looks like this: ed0: port 0xa800-0xa81f irq 11 at device 12 .0 on pci0 ed0: address 00:c0:26:ee:3b:bb, type NE2000 (16 bit) xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xac00-0xac7f mem 0xed022000-0xed02 207f irq 10 at device 13.0 on pci0 and use device names with ifconfig (xl0 and ed0 in my case) You do not need create device nodes in /dev for network interfaces -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 4:13:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from isy.liu.se (isy.liu.se [130.236.48.10]) by hub.freebsd.org (Postfix) with ESMTP id 431C537B422 for ; Tue, 5 Sep 2000 04:13:27 -0700 (PDT) Received: from lagrange.isy.liu.se (lagrange.isy.liu.se [130.236.49.127]) by isy.liu.se (8.10.0/8.10.0) with ESMTP id e85BDIn16880; Tue, 5 Sep 2000 13:13:18 +0200 (MET DST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 05 Sep 2000 13:13:17 +0200 (CEST) From: Micke Josefsson To: Fabien DERUDDER Subject: RE: terminals. Cc: freebsd-questions@FreeBSD.ORG, Jared & Melody Sargent Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 05-Sep-00 Fabien DERUDDER wrote: > Why don' t you use SSH ? There are SSH clients for windows. The one i > use is called Putty and works really fine... > > -----Original Message----- > From: Jared & Melody Sargent [mailto:sarge@seacove.net] > Sent: lundi 4 septembre 2000 18:07 > To: freebsd-questions@FreeBSD.ORG > Subject: terminals. > > > I don't know who to ask, and the handbook and FAQ aren't answering what > I need. How do I set up my FreeBSD machine to run a terminal from > another machine(win98). My cable is good(checked with ohm meter), I > followed all of the instruction in FAQ and handbook, and even tried > various settings on my com ports. Just rather lost at the moment. > Jared. > Do you want the 'Login:' prompt at the windows machine? In that case you've enabled a ttyd[0|1] in /etc/ttys, right? For the login-prompt to show up you must also place a jumper between pins 4 and 8 on the connector connected to the BSD box. (pin numbers are for Dsub25). HTH Micke > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.5-STABLE ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 4:29:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx5.port.ru (mx5.port.ru [194.67.23.40]) by hub.freebsd.org (Postfix) with ESMTP id B950437B422 for ; Tue, 5 Sep 2000 04:29:49 -0700 (PDT) Received: from hearst.int ([10.0.0.103] helo=hearst.mail.ru) by mx5.port.ru with esmtp (Exim 3.14 #47) id 13WGvE-000Pxc-00 for freebsd-questions@freebsd.org; Tue, 05 Sep 2000 15:29:48 +0400 Received: from mail by hearst.mail.ru with local (Exim 3.14 #4) id 13WGvE-000Ea5-00 for freebsd-questions@freebsd.org; Tue, 05 Sep 2000 15:29:48 +0400 Received: from [194.105.213.25] by win.inbox.ru with HTTP; Tue, 05 Sep 2000 11:29:47 +0000 (GMT) From: "Simakin Alexandr" To: freebsd-questions@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [194.105.213.25] Reply-To: "Simakin Alexandr" Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Date: Tue, 05 Sep 2000 15:29:48 +0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! When I use /etc/ftpchroot file, I can restrict users access only to his home directory. Users can read and write files only in his home directory. So I need the same thing with users perl cgi-scripts on FreeBSD/Apache. I want users to run cgi-scripts (I know, how to do this) but I don't want to allow them to read and write to other directories out of his home directory. Does anybody knows how to do it? I don't want my server to be like this freehosting www.virtualave.net You may look at this hole: http://webator.virtualave.net/cgi-bin/dir.pl?dir=/ there CD - change dir, RD - read file. Thank you. Alex Simakin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 4:37:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id EFFEC37B422 for ; Tue, 5 Sep 2000 04:37:39 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13WH1o-00075r-00 for freebsd-questions@FreeBSD.ORG; Tue, 5 Sep 2000 14:36:36 +0300 Date: Tue, 5 Sep 2000 14:36:36 +0300 From: Odhiambo Washington To: FreeBSD-Questions Subject: Re: /var/account Message-ID: <20000905143636.A25218@siafu.iconnect.co.ke> Mail-Followup-To: FreeBSD-Questions References: <20000905123015.C84333@siafu.iconnect.co.ke> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Paul Herman on Tue, Sep 05, 2000 at 12:37:50PM +0200 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 2:31PM up 8 days, 3:22, 6 users, load averages: 0.33, 0.28, 0.25 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Paul Herman : [000905 13:37]: Paul Herman>On Tue, 5 Sep 2000, Odhiambo Washington wrote: Paul Herman> Paul Herman>> Does anyone know which process writes to this directory??? I have Paul Herman>> a file there that grows wildly and I need to manage this process. Paul Herman> Paul Herman>The file /var/account/acct is written to directly by the kernel. This Paul Herman>allows you to use the commands lastcomm(1) and sa(8) for process Paul Herman>accounting. Thanks, Paul for this info. What I was seeing is the size of the /var slice going up and up and I narrowed on this file. So could that also be the reason I get the message " /kernel: proc: table is full" or this is being caused by something else? All these issues are coming to me after the recent cvsup.... Thanks for ALL your help, man.. -wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 If you go on working with the light available, you will meet your Master, as he himself will be seeking you. -Ramana Maharshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 4:42:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id 69D8737B440 for ; Tue, 5 Sep 2000 04:42:23 -0700 (PDT) Received: from pD4B895F9.dip0.t-ipconnect.de (pD4B895F9.dip0.t-ipconnect.de [212.184.149.249]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id NAA14844 for ; Tue, 5 Sep 2000 13:42:18 +0200 (MET DST) Date: Tue, 5 Sep 2000 13:43:15 +0200 (CEST) From: Moritz Hardt To: freebsd-questions@freebsd.org Subject: no password required at login 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, while i was installing some packages on ttyv0, i was able to login from any other tty as root without typing in a password or something. i just typed 'root' as login and hit enter and i got in. i don't think this is a hole, so could you please tell me what that has to mean or what im doing wrong. thanks a lot - Moritz Hardt ...Keep Lynx Alive! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 4:47:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from linux32.ansys.com (firewall.ansys.com [192.104.24.222]) by hub.freebsd.org (Postfix) with ESMTP id 52A7337B42C for ; Tue, 5 Sep 2000 04:47:21 -0700 (PDT) Received: (from cwa@localhost) by linux32.ansys.com (8.9.3/8.9.3) id HAA06672 for freebsd-questions@FreeBSD.ORG; Tue, 5 Sep 2000 07:47:27 -0400 Date: Tue, 5 Sep 2000 07:47:27 -0400 From: "Christopher W. Aiken" To: FreeBSD Questions Subject: How to boot from CD's Message-ID: <20000905074727.A3201@ansys.com> Reply-To: "Christopher W. Aiken" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How can I boot into my FreeBSD system from my official CD's from Walnut Creek? I would like to apply the boot loader patch that is listed on the FreeBSD errata page. W/O the patch I can't boot my system at all. -- Christopher W. Aiken chris at cwaiken dot com Preferred O/S: FreeBSD 4.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 4:56:39 2000 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 84D5837B422 for ; Tue, 5 Sep 2000 04:56:34 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13WHD6-000G11-00; Tue, 05 Sep 2000 12:48:16 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id MAA04290; Tue, 5 Sep 2000 12:48:16 +0100 (BST) (envelope-from ben) Date: Tue, 5 Sep 2000 12:48:16 +0100 From: Ben Smithurst To: Odhiambo Washington Cc: FreeBSD-Questions Subject: Re: /var/account Message-ID: <20000905124816.C72445@strontium.scientia.demon.co.uk> References: <20000905123015.C84333@siafu.iconnect.co.ke> <20000905143636.A25218@siafu.iconnect.co.ke> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000905143636.A25218@siafu.iconnect.co.ke> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Odhiambo Washington wrote: > Thanks, Paul for this info. What I was seeing is the size of the /var > slice going up and up and I narrowed on this file. So could that also be > the reason I get the message " /kernel: proc: table is full" or this is > being caused by something else? All these issues are coming to me after > the recent cvsup.... No, "proc: table is full" means the process table has full, that has nothing to do with the filesystem. Basically it means you have too many processes running at once and you'll need to increase maxusers in your kernel config or kern.maxproc with sysctl. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 4:56:43 2000 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 1690337B423 for ; Tue, 5 Sep 2000 04:56:39 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13WHG4-000G1B-00; Tue, 05 Sep 2000 12:51:20 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id MAA07568; Tue, 5 Sep 2000 12:51:20 +0100 (BST) (envelope-from ben) Date: Tue, 5 Sep 2000 12:51:20 +0100 From: Ben Smithurst To: Odhiambo Washington Cc: FreeBSD-Questions Subject: Re: READ-ONLY mbox! Message-ID: <20000905125120.D72445@strontium.scientia.demon.co.uk> References: <20000905132938.A3824@siafu.iconnect.co.ke> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000905132938.A3824@siafu.iconnect.co.ke> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Odhiambo Washington wrote: > Secondly, I have this script which I 'borrowed' from someone in this > list. It used to work fine before my recent CVSUP but now it gives me > the error below: > > #script to display mounted slices without those mega details....;-) > mount | awk '{print $1 " on " $3}' > > #Error is as follows > > ~$HOME/bin/mount: Cannot fork: Resource temporarily unavailable > > I am not even a scripting newbie!! Did you change anything in your kernel config file? Please show us what 'sysctl kern.maxproc' and 'sysctl kern.maxprocperuid' shows, as well as 'limits'. Perhaps 'ps ax' to see what is already running on your machine too. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 4:57:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from magneto.precisioncs.net (pcsi2.coast.net [207.158.140.138]) by hub.freebsd.org (Postfix) with ESMTP id F070537B422 for ; Tue, 5 Sep 2000 04:57:21 -0700 (PDT) Received: from jason (jason.office.precisioncs.net [131.107.2.223]) by magneto.precisioncs.net (8.9.3/8.9.3) with SMTP id HAA81563; Tue, 5 Sep 2000 07:57:14 -0400 (EDT) (envelope-from username@cac.net) Message-ID: <002c01c01730$791ebae0$df026b83@jason> From: "Jason" To: "Moritz Hardt" Cc: References: Subject: Re: no password required at login Date: Tue, 5 Sep 2000 07:57:30 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If you have done a fresh installed you will need to login as root and then type 'passwd' this will enable you to set a root password. for more information you can type 'man passwd'. (command are typed without the '') - -Jason - ----- Original Message ----- From: "Moritz Hardt" To: Sent: Tuesday, September 05, 2000 7:43 AM Subject: no password required at login > Hello, > > while i was installing some packages on ttyv0, i was able to login > from any other tty as root without typing in a password or > something. i just typed 'root' as login and hit enter and i got in. > > i don't think this is a hole, so could you please tell me what that > has to mean or what im doing wrong. > > thanks a lot > > > - Moritz Hardt > > ...Keep Lynx Alive! > > > > 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.8 for non-commercial use iQA/AwUBObTfqHFM6tZ+sl1iEQJftQCcDzopOzykaNvp0a8PpNSVeijnqioAoOBF 1qzIXEjb/vSH8fj+3TudFdVC =2iNy -----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 Tue Sep 5 5: 7:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nemesis.worldnet.net (nemesis.worldnet.net [195.3.3.18]) by hub.freebsd.org (Postfix) with ESMTP id CBE0537B422 for ; Tue, 5 Sep 2000 05:07:30 -0700 (PDT) Received: from m1.worldnet.net (m1.worldnet.net [195.3.3.5]) by nemesis.worldnet.net (8.9.3/8.9.3) with ESMTP id OAA58884 for ; Tue, 5 Sep 2000 14:09:03 +0200 (CEST) Received: from greatoak.home (f35-164.national.worldnet.fr [195.3.35.164]) by m1.worldnet.net (8.9.3/8.9.3) with ESMTP id OAA08077 for ; Tue, 5 Sep 2000 14:07:08 +0200 (CEST) Received: (from pcasidy@localhost) by greatoak.home (8.9.3/8.9.3) id NAA98098 for freebsd-questions@freebsd.org; Tue, 5 Sep 2000 13:30:54 +0200 (CEST) (envelope-from pcasidy) Message-Id: <200009051130.NAA98098@greatoak.home> Date: Tue, 5 Sep 2000 13:30:54 +0200 (CEST) From: Philippe CASIDY Subject: Weird TCP problem To: FreeBSD Questions 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 use an ISDN router to connect to the Internet. This is a Cisco 3C891. I can configure its parameters by using a Web Browser on its IP adress: 192.168.1.1. Then to be able to configure, I have to submit a password. It used to work fine for years but since 4.0R has been released (not sure it is related with but certainly), after I submit a password, netscape (or Lynx or mozilla) tells me that it is waiting for a reply from my router. And it waits forever (I waited up to 5 minutes). I have made a search in the mailing lists with no success. My current operating system is FreeBSD 4.1Stable as of september the 2nd ans still the problem occurs. Here is the output of a tcpdump I made: (note: home the is name of my domain and LANmodem is the name of the router.) greatoak# tcpdump host greatoak and 192.168.1.1 tcpdump: listening on ed0 12:56:44.637794 greatoak.1069 > LANmodem.home.http: S 1776294683:1776294683(0) win 16384 (DF) 12:56:44.641040 LANmodem.home.http > greatoak.1069: S 247680000:247680000(0) ack 1776294684 win 4096 12:56:44.641144 greatoak.1069 > LANmodem.home.http: . ack 1 win 17520 (DF) 12:56:44.642485 greatoak.1069 > LANmodem.home.http: P 1:289(288) ack 1 win 17520 (DF) 12:56:44.670356 LANmodem.home.http > greatoak.1069: P 1:60(59) ack 289 win 4096 12:56:44.680707 LANmodem.home.http > greatoak.1069: FP 60:801(741) ack 289 win 4096 12:56:44.680809 greatoak.1069 > LANmodem.home.http: . ack 802 win 16779 (DF) 12:56:44.740355 greatoak.1069 > LANmodem.home.http: F 289:289(0) ack 802 win 17520 (DF) 12:56:44.742548 LANmodem.home.http > greatoak.1069: . ack 290 win 4095 12:56:45.303108 greatoak.ansoft-lm-2 > LANmodem.home.domain: 58490+ PTR? 1.1.168.192.in-addr.arpa. (42) 12:56:45.314165 LANmodem.home.domain > greatoak.ansoft-lm-2: 58490* 1/0/0 PTR . (69) 12:56:45.737546 greatoak.1070 > LANmodem.home.http: S 1776603511:1776603511(0) win 16384 (DF) 12:56:45.740801 LANmodem.home.http > greatoak.1070: S 247872000:247872000(0) ack 1776603512 win 4096 12:56:45.740909 greatoak.1070 > LANmodem.home.http: . ack 1 win 17520 (DF) 12:56:45.741368 greatoak.1070 > LANmodem.home.http: P 1:331(330) ack 1 win 17520 (DF) 12:56:45.771961 LANmodem.home.http > greatoak.1070: P 1:64(63) ack 331 win 409612:56:45.772730 greatoak.1070 > LANmodem.home.http: F 331:331(0) ack 64 win 17520 (DF) 12:56:45.773367 greatoak.1071 > LANmodem.home.http: S 1776673679:1776673679(0) win 16384 (DF) 12:56:45.775508 LANmodem.home.http > greatoak.1070: . ack 332 win 4096 12:56:45.778336 LANmodem.home.http > greatoak.1071: S 247936000:247936000(0) ack 1776673680 win 4096 12:56:45.778428 greatoak.1071 > LANmodem.home.http: . ack 1 win 17520 (DF) 12:56:45.778905 greatoak.1071 > LANmodem.home.http: P 1:329(328) ack 1 win 17520 (DF) 12:56:45.787913 LANmodem.home.http > greatoak.1070: F 64:64(0) ack 332 win 4096 12:56:45.788010 greatoak.1070 > LANmodem.home.http: . ack 65 win 17520 (DF) 12:56:45.804854 LANmodem.home.http > greatoak.1071: . ack 329 win 4096 12:56:45.820468 LANmodem.home.http > greatoak.1071: P 1:675(674) ack 329 win 4096 12:56:45.825943 LANmodem.home.http > greatoak.1071: F 675:675(0) ack 329 win 4096 12:56:45.826036 greatoak.1071 > LANmodem.home.http: . ack 676 win 17106 (DF) 12:56:45.862642 greatoak.1071 > LANmodem.home.http: F 329:329(0) ack 676 win 17520 (DF) 12:56:45.864832 LANmodem.home.http > greatoak.1071: . ack 330 win 4095 12:56:48.921359 greatoak.1072 > LANmodem.home.http: S 1777476742:1777476742(0) win 16384 (DF) 12:56:48.924634 LANmodem.home.http > greatoak.1072: S 248384000:248384000(0) ack 1777476743 win 4096 12:56:48.924743 greatoak.1072 > LANmodem.home.http: . ack 1 win 17520 (DF) 12:56:48.927445 greatoak.1072 > LANmodem.home.http: P 1:338(337) ack 1 win 17520 (DF) 12:56:48.958292 LANmodem.home.http > greatoak.1072: P 1:1038(1037) ack 338 win 4096 12:56:48.963463 LANmodem.home.http > greatoak.1072: F 1038:1038(0) ack 338 win 4096 12:56:48.963551 greatoak.1072 > LANmodem.home.http: . ack 1039 win 16743 (DF) 12:56:49.029029 greatoak.1072 > LANmodem.home.http: F 338:338(0) ack 1039 win 17520 (DF) 12:56:49.031219 LANmodem.home.http > greatoak.1072: . ack 339 win 4095 12:57:14.044929 greatoak.1073 > LANmodem.home.http: S 1782141439:1782141439(0) win 16384 (DF) 12:57:14.048204 LANmodem.home.http > greatoak.1073: S 251648000:251648000(0) ack 1782141440 win 4096 12:57:14.048299 greatoak.1073 > LANmodem.home.http: . ack 1 win 17520 (DF) 12:57:14.059935 greatoak.1073 > LANmodem.home.http: P 1:336(335) ack 1 win 17520 (DF) 12:57:14.203965 LANmodem.home.http > greatoak.1073: . ack 336 win 4096 12:57:14.204092 greatoak.1073 > LANmodem.home.http: P 336:436(100) ack 1 win 17520 (DF) 12:57:14.403633 LANmodem.home.http > greatoak.1073: . ack 436 win 4096 ^C 46 packets received by filter 0 packets dropped by kernel Currently, when I need to configure it, I reboot my machine under Windows and use IE. It works then. I have another machine with Windows therefore I can also provide a tcpdump between Windows and the modem if needed. Thanks for any help! Phil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 5:10:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thing.orbitel.bg (thing.orbitel.bg [195.24.32.46]) by hub.freebsd.org (Postfix) with SMTP id CF44C37B42C for ; Tue, 5 Sep 2000 05:10:02 -0700 (PDT) Received: (qmail 61349 invoked by uid 1001); 5 Sep 2000 12:07:22 -0000 Date: Tue, 5 Sep 2000 15:07:22 +0300 From: Stanislav Grozev To: freebsd-questions@freebsd.org Subject: Crystal SoundFusion(tm) CS4281 WDM Audio Message-ID: <20000905150722.A61183@thing.orbitel.bg> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KFztAG8eRSV9hGtP" Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --KFztAG8eRSV9hGtP Content-Type: multipart/mixed; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi all, after successfully being able to get my PCMCIA D-Link card working on -CURRENT, thanks to various people on these lists ;-), I am now faced with another problem - my laptop has a audio card, which windows reports as=20 Crystal SoundFusion(tm) CS4281 WDM Audio but freebsd doesn't show any signs of recoginizing it - no output shows in the dmesg. I am attaching it, as well as the kernel config file, in case anyone is able to help. Is that card supported at all? -tacho -- [i don't follow] | [http://daemonz.org/ || tacho@daemonz.org] [everything should be made as simple as possible, but no simpler] 0x44FC3339 || [02B5 798B 4BD1 97FB F8DB 72E4 DCA4 BE03 44FC 3339] --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=dmesg Content-Transfer-Encoding: quoted-printable Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #0: Sat Sep 2 11:54:43 EEST 2000 root@:/usr/obj/usr/src/sys/MEERKAT Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (497.84-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x681 Stepping =3D 1 Features=3D0x383f9ff real memory =3D 134152192 (131008K bytes) avail memory =3D 124899328 (121972K bytes) Preloaded elf kernel "kernel" at 0xc058a000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc058a09c. Pentium Pro MTRR support enabled md0: Malloc disk apm0: on motherboard apm0: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: at 0.0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 pcib2: at device 1.0 on pci1 pci2: on pcib2 pci2: at 0.0 pcib3: at device 1.0 on pci2 pci3: on pcib3 pcic-pci0: at device 4.0 on pci2 pcic-pci0: TI12XX PCI Config Reg: [speaker enable][pwr save][FUNC pci int += CSC serial isa irq] pcic-pci1: at device 4.1 on pci2 pcic-pci1: TI12XX PCI Config Reg: [speaker enable][pwr save][FUNC pci int += CSC serial isa irq] isab0: at device 7.0 on pci2 isa0: on isab0 atapci0: port 0x1040-0x104f at device 7.1 on= pci2 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci2: at 7.2 irq 11 pci2: at 7.3 pci2: (vendor=3D0x1013, dev=3D0x6005) at 8.0 irq 5 pci2: (vendor=3D0x127a, dev=3D0x2015) at 16.0 irq 11 pcic-pci2: at device 4.0 on pci1 pcic-pci2: TI12XX PCI Config Reg: [speaker enable][pwr save][FUNC pci int += CSC serial isa irq] pcic-pci3: at device 4.1 on pci1 pcic-pci3: TI12XX PCI Config Reg: [speaker enable][pwr save][FUNC pci int += CSC serial isa irq] isab1: at device 7.0 on pci1 atapci1: port 0x1040-0x104f at device 7.1 on= pci1 atapci1: Busmastering DMA not configured pci1: at 7.2 irq 11 pci1: at 7.3 pci1: (vendor=3D0x1013, dev=3D0x6005) at 8.0 irq 5 pci1: (vendor=3D0x127a, dev=3D0x2015) at 16.0 irq 11 pcic-pci4: at device 4.0 on pci0 pcic-pci4: TI12XX PCI Config Reg: [speaker enable][pwr save][FUNC pci int += CSC serial isa irq] pcic-pci5: at device 4.1 on pci0 pcic-pci5: TI12XX PCI Config Reg: [speaker enable][pwr save][FUNC pci int += CSC serial isa irq] isab2: at device 7.0 on pci0 atapci2: port 0x1040-0x104f at device 7.1 on= pci0 atapci2: Busmastering DMA not configured pci0: at 7.2 irq 11 pci0: at 7.3 pci0: (vendor=3D0x1013, dev=3D0x6005) at 8.0 irq 5 pci0: (vendor=3D0x127a, dev=3D0x2015) at 16.0 irq 11 acpi0: on motherboard acpi0: at 0xb2 irq 9 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 pcic0: at port 0x3e0 iomem 0xd0000 on isa0 pcic0: Polling mode pccard0: on pcic0 pccard1: on pcic0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 unknown: can't assign resources pca0: at port 0x61 on isa0 unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources pccard: card inserted, slot 0 ata1-slave: ata_command: timeout waiting for intr ata1-slave: identify failed ad0: 5729MB [12416/15/63] at ata0-master using UDMA33 acd0: CDROM <_NEC CDR-2800C> at ata1-master using UDMA33 Mounting root from ufs:/dev/ad0s2a ed0 at port 0x240-0x25f irq 10 slot 0 on pccard0 ed0: address 00:80:c8:8a:68:8a, type Linksys (16 bit)=20 --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=MEERKAT # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the NOTES configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in NOTES. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.273 2000/09/01 07:51:23 msmith Exp $ machine i386 #cpu I386_CPU #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident MEERKAT maxusers 32 #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" #Default places to look for devices. #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem #options DEVFS #Device Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options KBD_INSTALL_CDEV # install a CDEV entry in /dev options RANDOMDEV #entropy device options BRIDGE # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=8 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs device isa #device eisa device pci #options COMPAT_OLDISA # compatability shims for lnc, fe, le #options COMPAT_OLDPCI # compatability shims for lnc, vx # Floppy drives device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device amd # AMD 53C974 (Teckram DC-390(T)) #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') #device adv #device adw #device bt #device aha 1 #device aic # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache III, IV - See NOTES for options! #device mly # Mylex AcceleRAID/eXtremeRAID # SCSI peripherals #device scbus # SCSI bus (required) #device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) # RAID controllers #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc 1 device atkbd device psm device vga # splash screen/screen saver device splash # syscons is the default console driver, resembling an SCO console device sc 1 # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx # Power management support (see NOTES for more options) device apm # PCCARD (PCMCIA) support device card device pcic # Serial (COM) ports device sio # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer #device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device tx # SMC 9432TX (83c170 ``EPIC'') #device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. #device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed #device ex #device ep #device cs #device sn # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. #device an # BayStack 660 and others #device awi # Xircom pccard ethernet #device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie #device fe #device le #device lnc # Pseudo devices - the number indicates how many units to allocated. device loop # Network loopback device ether # Ethernet support #device sl # Kernel SLIP #device ppp 1 # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif 4 # IPv6 and IPv4 tunneling device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! device bpf # Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse #device urio # Diamond Rio 500 MP3 player # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet device pcm device csa device pca #device acpi --UlVJffcvxoiEqYs2-- --KFztAG8eRSV9hGtP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE5tOH53KS+A0T8MzkRAmzvAJ4iqL3aIrvAHSp0ccxe6LU2qdfFJwCeMRhv oHakxyBpytQDEcUfoO+qCAM= =QCt/ -----END PGP SIGNATURE----- --KFztAG8eRSV9hGtP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 5:19:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 570AF37B43E for ; Tue, 5 Sep 2000 05:19:19 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13WHg8-000A7c-00 for freebsd-questions@FreeBSD.org; Tue, 5 Sep 2000 15:18:16 +0300 Date: Tue, 5 Sep 2000 15:18:15 +0300 From: Odhiambo Washington To: FreeBSD-Questions Subject: Re: READ-ONLY mbox! Message-ID: <20000905151815.B25218@siafu.iconnect.co.ke> Mail-Followup-To: FreeBSD-Questions References: <20000905132938.A3824@siafu.iconnect.co.ke> <20000905125120.D72445@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <20000905125120.D72445@strontium.scientia.demon.co.uk>; from Ben Smithurst on Tue, Sep 05, 2000 at 12:51:20PM +0100 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 3:00PM up 8 days, 3:50, 8 users, load averages: 0.37, 0.31, 0.31 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Ben Smithurst : [000905 14:56]: Ben Smithurst>Did you change anything in your kernel config file? Ben Smithurst> Ben Smithurst>Please show us what 'sysctl kern.maxproc' and 'sysctl Ben Smithurst>kern.maxprocperuid' shows, as well as 'limits'. Perhaps 'ps ax' to see Ben Smithurst>what is already running on your machine too. Here are the outputs requested, Ben: NB: I took the ps -ax while doing doing a 'make buildworld' kern.maxproc: 532 kern.maxprocperuid: 531 PID TT STAT TIME COMMAND 0 ?? DLs 0:00.00 (swapper) 1 ?? ILs 0:00.01 /sbin/init -- 2 ?? DL 0:00.05 (pagedaemon) 3 ?? DL 0:00.00 (vmdaemon) 4 ?? DL 0:00.05 (bufdaemon) 5 ?? DL 0:02.45 (syncer) 29 ?? Is 0:00.00 adjkerntz -i 80 ?? Ss 0:00.06 syslogd -s 83 ?? Is 0:00.01 named 85 ?? Is 0:00.00 /usr/sbin/portmap 108 ?? Is 0:00.05 inetd -wW 110 ?? Ss 0:00.02 cron 113 ?? Is 0:00.00 /usr/sbin/lpd 116 ?? Is 0:00.42 /usr/sbin/sshd 144 ?? Ss 0:04.82 moused -3 -p /dev/psm0 -t auto 172 ?? Is 0:00.01 /usr/local/sbin/dhcpd -q 185 ?? Ss 0:00.18 /usr/local/sbin/httpd 191 ?? Is 0:00.01 /usr/local/sbin/exim -bd -q30m 208 ?? S 0:00.05 /usr/local/libexec/atalkd 209 ?? I 0:00.00 /usr/local/sbin/httpd 210 ?? I 0:00.00 /usr/local/sbin/httpd 211 ?? I 0:00.00 /usr/local/sbin/httpd 212 ?? I 0:00.00 /usr/local/sbin/httpd 213 ?? I 0:00.00 /usr/local/sbin/httpd 217 ?? I 0:00.00 /usr/local/libexec/papd 219 ?? I 0:00.01 /usr/local/libexec/afpd -s /usr/local/etc/AppleVolume 229 ?? Is 0:00.00 /usr/local/sbin/smbd -D 231 ?? Ss 0:00.43 /usr/local/sbin/nmbd -D 258 ?? S 0:01.63 squid -NsY 259 ?? Is 0:00.00 (unlinkd) (unlinkd) 246 v0 Is+ 0:00.01 /usr/libexec/getty Pc ttyv0 247 v1 Is 0:00.16 -tcsh (tcsh) 1261 v1 I 0:00.05 _su (csh) 1264 v1 I+ 0:00.02 make buildworld 1271 v1 I+ 0:00.00 /bin/sh -ec cd /usr/src; PATH=/sbin:/bin:/usr/sbin:/ 1272 v1 I+ 0:00.06 make -m /usr/src/share/mk -f Makefile.inc1 buildworld 24923 v1 I+ 0:00.00 (sh) 24924 v1 I+ 0:00.05 make -f Makefile.inc1 -DNOHTML -DNOINFO -DNOMAN -DNOF 84639 v1 I+ 0:00.00 /bin/sh -ec cd /usr/src/gnu/lib; make depend; make 85665 v1 I+ 0:00.02 make all 85666 v1 I+ 0:00.00 (sh) 93286 v1 S+ 0:00.42 make all SUBDIR_CHANGE= DIRPRFX=libstdc++/ 94364 v1 S+ 0:00.01 (c++) 94366 v1 R+ 0:00.81 /usr/obj/usr/src/i386/usr/libexec/cc1plus -quiet -dum 94367 v1 S+ 0:00.01 /usr/obj/usr/src/i386/usr/libexec/elf/as -o ldcomplex 266 v2 Ss 0:00.20 -tcsh (tcsh) 94368 v2 R+ 0:00.00 ps -ax 249 v3 Is 0:00.15 -tcsh (tcsh) 27837 v3 I 0:00.04 bash 29184 v3 I+ 0:00.81 telnet siafu 250 v4 Is+ 0:00.01 /usr/libexec/getty Pc ttyv4 251 v5 Is+ 0:00.01 /usr/libexec/getty Pc ttyv5 252 v6 Is+ 0:00.01 /usr/libexec/getty Pc ttyv6 253 v7 Is+ 0:00.01 /usr/libexec/getty Pc ttyv7 254 v9 Is+ 0:00.01 /usr/libexec/getty Pc ttyv9 255 va Is+ 0:00.01 /usr/libexec/getty Pc ttyva 256 vb Is+ 0:00.01 /usr/libexec/getty Pc ttyvb 239 con- I+ 0:00.00 /bin/sh /usr/local/sbin/RunCache regards, -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 Anything is possible on paper. -Ron McAfee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 5:26:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id BB5C837B43E for ; Tue, 5 Sep 2000 05:26:10 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13WHmg-000AUw-00 for freebsd-questions@FreeBSD.ORG; Tue, 5 Sep 2000 15:25:02 +0300 Date: Tue, 5 Sep 2000 15:25:01 +0300 From: Odhiambo Washington To: FreeBSD-Questions Subject: Re: /var/account Message-ID: <20000905152501.C25218@siafu.iconnect.co.ke> Mail-Followup-To: FreeBSD-Questions References: <20000905123015.C84333@siafu.iconnect.co.ke> <20000905143636.A25218@siafu.iconnect.co.ke> <20000905124816.C72445@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <20000905124816.C72445@strontium.scientia.demon.co.uk>; from Ben Smithurst on Tue, Sep 05, 2000 at 12:48:16PM +0100 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 3:22PM up 8 days, 4:12, 6 users, load averages: 0.27, 0.27, 0.25 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Ben Smithurst : [000905 14:55]: Ben Smithurst>Odhiambo Washington wrote: Ben Smithurst> Ben Smithurst>> Thanks, Paul for this info. What I was seeing is the size of the /var Ben Smithurst>> slice going up and up and I narrowed on this file. So could that also be Ben Smithurst>> the reason I get the message " /kernel: proc: table is full" or this is Ben Smithurst>> being caused by something else? All these issues are coming to me after Ben Smithurst>> the recent cvsup.... Ben Smithurst> Ben Smithurst>No, "proc: table is full" means the process table has full, that has Ben Smithurst>nothing to do with the filesystem. Basically it means you have too many Ben Smithurst>processes running at once and you'll need to increase maxusers in your Ben Smithurst>kernel config or kern.maxproc with sysctl. I did this, is it okay and is it made permanent? sysctl -w kern.maxprocperuid=1000 I did not mind the number, obtained from 'man sysctl'. What is the net effect? Do I need to make kern.maxproc=1000 also? NB: You're inducting me to FBSD internals. Thank you so much. -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 One death is a tragedy. A million deaths is a statistic. -Josef Stalin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 5:29:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by hub.freebsd.org (Postfix) with ESMTP id 529AA37B423 for ; Tue, 5 Sep 2000 05:29:33 -0700 (PDT) Received: from ipamzlx.Physik.Uni-Mainz.DE (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by ipamzlx.physik.uni-mainz.de (8.11.0/8.9.3) with ESMTP id e85CVuG82332 for ; Tue, 5 Sep 2000 14:32:00 +0200 (CEST) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Tue, 5 Sep 2000 14:31:56 +0200 (CEST) From: "O. Hartmann" To: freebsd-questions@freebsd.org Subject: Lahey Fortran95 and FreeBSD/Linux Emulation 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 Sirs. We use here in our department some Lahey Fortran 95 compilers, mostly for WinNT clients and a few for Linux boxes. Because of unifying our structures and because of the mainservers are FreeBSD boxes, we want to move the Lahey installation on a central FBSD box. My first steps with Linux Emulation and the Fortran95 compiler were not very satisfying, because I forgot to "brand" the Lahey binaries to be Linux typed binaries. After doing that the compiler works, but with the first steps of doing something I got some problems. We have a little demo environment here, I got it from one of our scientists and this compiles under Linux. Under FreeBSD, Lahey F95 compiler produces theses errors, which seems to be some problems in finding systemcalls not provided by some libraries: lf95 DDSCAT.o alpha.o dummyfft.o ccgpack.o cfft99f.o cgcommon.o copyit.o cprod.o cxfft3.o cxfft3n.o dielec.o divide.o errmsg.o eself.o evala.o evale.o evalq.o extend.o fourx.o getfml.o getmueller.o gpfa.o interp.o lapack.o namer.o nuller.o orient.o pim.o prinaxis.o reapar.o reashp.o reduce.o refice.o refwat.o rotate.o rot2.o scat.o scavec.o tar2el.o tar2sp.o tar3el.o tarblocks.o tarcel.o tarcyl.o tarell.o target.o tarhex.o tarrec.o tarrec2.o tartet.o timeit_sun.o version.o wrimsg.o writebin.o dummywritenet.o writesca.o -o ddscat /usr/local/lf9555/bin/../lib/libfj9i6.so: warning: tempnam() possibly used unsafely; consider using mkstemp() /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdout' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_b' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdout_' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stderr_' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `___brk_addr' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__environ' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdin_' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdin' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_getc' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stderr' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__errno_location' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_putc' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_tolower' /usr/local/lf9555/bin/../lib/libfj9i6.so: warning: tempnam() possibly used unsafely; consider using mkstemp() /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdout' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_b' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdout_' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stderr_' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `___brk_addr' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__environ' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdin_' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdin' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_getc' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stderr' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__errno_location' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_putc' /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_tolower' If there is someone out here with experiences or solutions or hints or tips, please contact me, thanks. Gruss O. Hartmann ------------------------------------------------------------------- ohartman@ipamzlx.physik.uni-mainz.de Klimadatenserver des IPA, Universitaet Mainz Netzwerk- und Systembetreuung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 5:34: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vanadium.mitra.net.id (vanadium.mitra.net.id [202.43.252.23]) by hub.freebsd.org (Postfix) with SMTP id 1F3DC37B422 for ; Tue, 5 Sep 2000 05:33:57 -0700 (PDT) Received: (qmail 26751 invoked by uid 0); 4 Sep 2000 23:07:14 -0000 Received: from port2-3.mitra.net.id (HELO mitra.net.id) (202.43.252.66) by vanadium.252.43.202.in-addr.arpa with SMTP; 4 Sep 2000 23:07:14 -0000 Message-ID: <39B42B2B.38F0FB78@mitra.net.id> Date: Tue, 05 Sep 2000 06:07:23 +0700 From: Inu Wikantiyoso X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.16 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: 'AA' state on modem 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 ... how to set 'AA' state on modem automatically while booting ? i need it to set up a dial-in server on FreeBSD 4.1. only one modem attached at /dev/ttyd1. i use Supra Express 28.8. thanks inu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 5:36:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id BBF5137B422 for ; Tue, 5 Sep 2000 05:36:49 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13WHws-000BDy-00; Tue, 5 Sep 2000 15:35:34 +0300 Date: Tue, 5 Sep 2000 15:35:34 +0300 From: Odhiambo Washington To: Jason Cc: FreeBSD-Questions Subject: Re: READ-ONLY mbox! Message-ID: <20000905153534.D25218@siafu.iconnect.co.ke> Mail-Followup-To: Jason , FreeBSD-Questions References: <20000905132938.A3824@siafu.iconnect.co.ke> <013901c01734$e2855120$df026b83@jason> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <013901c01734$e2855120$df026b83@jason>; from Jason on Tue, Sep 05, 2000 at 08:29:05AM -0400 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 3:30PM up 8 days, 4:20, 6 users, load averages: 0.27, 0.22, 0.21 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Jason : [000905 15:27]: Jason>-----BEGIN PGP SIGNED MESSAGE----- Jason>Hash: SHA1 Jason> Jason>Who are the individual mail boxes owned by? (example: owner.group on Jason>/var/mail/username is username.mail) they are owned by the users, i.e /var/mail/wash is owned by wash.wheel and it is rw------ I cannot delete any mails either.. See below... /var/mail total 484 drwxrwxr-x 2 root mail 512 Sep 5 15:33 . drwxr-xr-x 19 root wheel 512 Sep 2 22:36 .. -rw------- 1 admin wheel 123430 Sep 5 14:34 admin -rw------- 1 felix wheel 374 Sep 4 11:43 felix -rw------- 1 wash wheel 337081 Sep 5 14:09 wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 You are proof that God has a sense of humour. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 5:44:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id 5D73B37B42C for ; Tue, 5 Sep 2000 05:44:14 -0700 (PDT) Received: from p3EE056D1.dip0.t-ipconnect.de (p3EE056D1.dip0.t-ipconnect.de [62.224.86.209]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id OAA24704; Tue, 5 Sep 2000 14:44:09 +0200 (MET DST) Date: Tue, 5 Sep 2000 14:45:08 +0200 (CEST) From: Moritz Hardt To: Jason Cc: freebsd-questions@freebsd.org Subject: Re: no password required at login In-Reply-To: <002c01c01730$791ebae0$df026b83@jason> 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 No, the system wasn't fresh installed and the root password has already been set. it was during the re-install of some packages. thanks anyway - Moritz Hardt ...Keep Lynx Alive! On Tue, 5 Sep 2000, Jason wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > If you have done a fresh installed you will need to login as root and > then type 'passwd' this will enable you to set a root password. for > more information you can type 'man passwd'. (command are typed > without the '') > > - -Jason > > > - ----- Original Message ----- > From: "Moritz Hardt" > To: > Sent: Tuesday, September 05, 2000 7:43 AM > Subject: no password required at login > > > > Hello, > > > > while i was installing some packages on ttyv0, i was able to login > > from any other tty as root without typing in a password or > > something. i just typed 'root' as login and hit enter and i got in. > > > > i don't think this is a hole, so could you please tell me what that > > has to mean or what im doing wrong. > > > > thanks a lot > > > > > > - Moritz Hardt > > > > ...Keep Lynx Alive! > > > > > > > > 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.8 for non-commercial use > > iQA/AwUBObTfqHFM6tZ+sl1iEQJftQCcDzopOzykaNvp0a8PpNSVeijnqioAoOBF > 1qzIXEjb/vSH8fj+3TudFdVC > =2iNy > -----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 Tue Sep 5 5:44:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from linum.cofc.edu (linum.cofc.edu [153.9.35.19]) by hub.freebsd.org (Postfix) with ESMTP id 84E8F37B423 for ; Tue, 5 Sep 2000 05:44:46 -0700 (PDT) Received: (from astrand@localhost) by linum.cofc.edu (8.11.0/8.9.3) id e85Cifn13387; Tue, 5 Sep 2000 08:44:41 -0400 (EDT) (envelope-from astrand) To: Kent Stewart Cc: freebsd-questions@freebsd.org Subject: Re: mounting ATAPI cdroms References: <20000904180850.A5141@lpthe.jussieu.fr> <86snrgug13.fsf@linum.cofc.edu> <3.0.6.32.20000905072848.0088ed00@stjohn.stjohn.ac.th> <3.0.6.32.20000905085240.00895c40@stjohn.stjohn.ac.th> <3.0.6.32.20000905122103.0089cba0@stjohn.stjohn.ac.th> <39B484AD.A45E3EF@urx.com> From: Allan Strand In-Reply-To: Kent Stewart's message of "Mon, 04 Sep 2000 22:29:17 -0700" User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) XEmacs/20.4 (Emerald) Date: 05 Sep 2000 08:44:41 -0400 Message-ID: <86pumjdn46.fsf@linum.cofc.edu> Lines: 37 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: > Roger Merritt wrote: > > > > > Yes, I did. Sorry I left that out of my list. > > > > Latest news, I just finished building world for 4.1-RELEASE (had a > > little confusion over the name of the kernel until I remembered the > > UPDATES comment) and it seems to be running fine. It has no problem > > with the cd-rom. I'm going to start cvsup to 4-STABLE now (I have a > > slow connection so it'll probably take 10-12 hours) and try again. I > > have to take tomorrow off for some other business, so it'll be Thursday > > (Thai time) before I can tell if the latest STABLE works for me. Still, > > I cvsupped at least once (and I think it was twice *after* 25 August) > > and it still didn't. > > The cdrom problem mount problem was introduced around 22 August and > fixed on 31 August. It didn't affect building but using a CD as an ata > device once you had a userland and kernel built. > > What do you mean by slow connection? I found a lot of how long > cvsup-ing 4-stable required was how busy the server was. My cvsup > times varied between 4min and 16min over a 56kb modem. Then I switched > servers and got times on DSL of around 1 min. > > Kent > I was the person with the initial question in this thread, and I now know that it is my 2nd IDE controller, not the driver. (FYI ASUS P5A mthrbrd) Thanks, a. -- Allan Strand, Biology http://linum.cofc.edu College of Charleston Ph. (843) 953-8085 Charleston, SC 29424 Fax (843) 953-5453 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 5:45:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 0310B37B424 for ; Tue, 5 Sep 2000 05:44:57 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13WI4b-000BkK-00 for questions@FreeBSD.org; Tue, 5 Sep 2000 15:43:33 +0300 Date: Tue, 5 Sep 2000 15:43:33 +0300 From: Odhiambo Washington To: questions@FreeBSD.org Subject: Re: Disk Backup (Mirroring ?) Message-ID: <20000905154333.E25218@siafu.iconnect.co.ke> Mail-Followup-To: questions@FreeBSD.org References: <39AE72A9.345E0B3F@DJL.co.uk> <185588706.20000831171050@buz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <185588706.20000831171050@buz.ch>; from Gabriel Ambuehl on Thu, Aug 31, 2000 at 05:10:50PM +0200 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 3:40PM up 8 days, 4:31, 8 users, load averages: 0.26, 0.27, 0.25 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Gabriel Ambuehl : [000831 18:35]: Gabriel Ambuehl>Hello David, Gabriel Ambuehl> Gabriel Ambuehl>Thursday, August 31, 2000, 4:58:49 PM, you wrote: Gabriel Ambuehl> Gabriel Ambuehl>> I'm looking for a solution involving dd , raw devices, pipes or Gabriel Ambuehl>> redirects , Gabriel Ambuehl>> and maybe single user mode. Just to add....vinum as they suggest will ONLY help you recover when a disk fails....also think about a situation when you have a corrupted 'something' in there and you need to recover....and the corrupted data has also been written to the mirror disk....!!! Think about proper backup. -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 The beginning of knowledge is the discovery of something we do not understand. -Frank Herbert (contributed by Chris Johnston) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 5:49:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from transport.itb.ac.id (transport.itb.ac.id [167.205.9.60]) by hub.freebsd.org (Postfix) with SMTP id CEDEA37B424 for ; Tue, 5 Sep 2000 05:49:18 -0700 (PDT) Received: (qmail 29455 invoked by uid 1020); 5 Sep 2000 12:49:40 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 5 Sep 2000 12:49:40 -0000 Date: Tue, 5 Sep 2000 19:49:40 +0700 (JAVT) From: fadli syarid X-Sender: fadli@transport.itb.ac.id To: freebsd-questions@freebsd.org Subject: pgp5i error compilation 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 i have a problem with install pgp5i in FreeBSD-4.1 when i compile them i got error message like this -DUNFINISHED_CODE_ALLOWED=0 -I../../../. -I../../.././include -I../include -I. -c pgpRndPool.c pgpRndPool.c: In function `pgpRandPoolAddEntropy': pgpRndPool.c:339: Invalid `asm' statement: pgpRndPool.c:339: fixed or forbidden register 0 (ax) was spilled for class AREG. *** Error code 1 Stop in /usr/src/SOURCE/pgp50i/src/lib/pgp/random. *** Error code 1 Stop in /usr/src/SOURCE/pgp50i/src/lib/pgp. *** Error code 1 Stop in /usr/src/SOURCE/pgp50i/src/lib. *** Error code 1 Stop in /usr/src/SOURCE/pgp50i/src. before i have installed pgp5i in FreeBSD-2.2.8 and have no problem.. what should i do..? I am sorry if my english bad cause english not my native ;) website : www.fadli.za.net email : fadli@fadli.za.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 5:50:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web5104.mail.yahoo.com (web5104.mail.yahoo.com [216.115.106.74]) by hub.freebsd.org (Postfix) with SMTP id BA6DA37B43E for ; Tue, 5 Sep 2000 05:50:41 -0700 (PDT) Message-ID: <20000905125041.2133.qmail@web5104.mail.yahoo.com> Received: from [202.167.41.210] by web5104.mail.yahoo.com; Tue, 05 Sep 2000 22:50:41 EST Date: Tue, 5 Sep 2000 22:50:41 +1000 (EST) From: =?iso-8859-1?q?Paul=20Jansen?= Subject: forcing detection of CDROM To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got an atapi DVD-ROM drive in my machine that is usable quite fine under Windows and Windows NT. It is on a seperate IDE channel and is jumpered as a master. Under FreeBSD 4.1 the IDE controller is detected OK but I get a message saying something like: 'ata2-master - idendify retries exceeded' I tried 'fooling' the freebsd into using it by installing with a regular cdrom, then shut the system down and swapped it for the DVD-ROM and booted up again. This didn't work. Can I somehow 'tell' FreeBSD that that there is a CDROM device there and to use it even though it's not detected? Thanks. _____________________________________________________________________________ http://geocities.yahoo.com.au - Yahoo! Australia & NZ GeoCities - Build your own Web Site - for free! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 6:29:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.bsag.ch (ns.bsag.ch [195.246.88.210]) by hub.freebsd.org (Postfix) with ESMTP id BAADC37B423 for ; Tue, 5 Sep 2000 06:29:44 -0700 (PDT) Received: (from hpr@localhost) by ns.bsag.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id PAA04528; Tue, 5 Sep 2000 15:28:52 +0200 Date: Tue, 5 Sep 2000 15:28:52 +0200 From: Hanspeter Roth Bsag To: Dan Nelson Cc: Hanspeter Roth Bsag , Alfred Perlstein , freebsd-questions@FreeBSD.ORG Subject: Re: ext2fs support robust? Message-ID: <20000905152852.A4417@bs11.bsag.ch> References: <20000903154433.A13312@bs11.bsag.ch> <20000903140003.D18862@fw.wintelcom.net> <20000904100032.A21607@bs11.bsag.ch> <20000904141605.B14338@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000904141605.B14338@dan.emsphone.com>; from dnelson@emsphone.com on Mon, Sep 04, 2000 at 02:16:05PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Sep 04, 2000 at 02:16:05PM -0500, Dan Nelson wrote: > In the last episode (Sep 04), Hanspeter Roth Bsag said: [...] > > So what is the difference except performance? > > > > (If FreeBSD would offer good Nfs with locking I would convert the > > file systems later. But in case I will switch back to Linux I > > want to keep them as ext2fs.) > > FreeBSD offers much better NFS than Linux, and for most people the only In which respect is FreeBsd's Nfs much better than Linux'? > thing they need NFS locking for is mail delivery, and dotlocking works > just as well in that case. I'm using procmail, mutt and tkbiff. I would have to reconfigure at least three programs. How can I be sure that no other programs rely on locking? We also have Solaris clients that feel better with Nfs locking. -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 6:31: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from amnesix.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 8EF4B37B422 for ; Tue, 5 Sep 2000 06:30:56 -0700 (PDT) Received: (from root@localhost) by amnesix.i-clue.de (8.9.3/8.9.3) id PAA97511; Tue, 5 Sep 2000 15:30:10 +0200 (CEST) (envelope-from root) Date: Tue, 5 Sep 2000 15:30:10 +0200 (CEST) Message-Id: <200009051330.PAA97511@amnesix.i-clue.de> From: Charlie & To: freebsd-questions@freebsd.org Reply-To: so@i-clue.de Subject: [Off-Topic] XFree 3.3.x and a wheel-mouse Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, Can anybody explain how to make the wheel of a bare-bones wheel mouse work, besides functioning as button 3? I'm baffled. My search regarding X and wheel mice did not reveal anything. I looked at www.xfree86.org, www.x.org, www.freebsd.org/mail as well as most archieves and man pages. None explained how to make the wheel scroll. Gory details follow: FreeBSD amnesix.i-clue.de 4.0-STABLE FreeBSD 4.0-STABLE #0: Wed Jul 12 15:29:43 CEST 2000 so@amnesix.i-clue.de:/usr/obj/usr/src/sys/GENERIC i386 ------ moused_enable="YES" moused_port="/dev/psm0" moused_type="auto" ---
--- Thanks in advance -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 6:34:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id BFFAD37B422 for ; Tue, 5 Sep 2000 06:34:51 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id RAA08921 for ; Tue, 5 Sep 2000 17:51:32 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e85DYgA17461 for freebsd-questions@FreeBSD.ORG; Tue, 5 Sep 2000 17:34:42 +0400 Date: Tue, 5 Sep 2000 17:34:42 +0400 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: 'AA' state on modem Message-ID: <20000905173442.A17352@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <39B42B2B.38F0FB78@mitra.net.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <39B42B2B.38F0FB78@mitra.net.id>; from inu@mitra.net.id on Tue, Sep 05, 2000 at 06:07:23AM +0700 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 06:07:23AM +0700, Inu Wikantiyoso wrote: > > hi all ... > > how to set 'AA' state on modem automatically while booting ? i need it > to set up a dial-in server on FreeBSD 4.1. only one modem attached at > /dev/ttyd1. i use Supra Express 28.8. ATS0=nrings nrings - number of rings before answer. 0 disables autoanswer. But if you use mgetty then you DON'T need autoanswer. mgetty will answer -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 6:36:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id B62A537B424 for ; Tue, 5 Sep 2000 06:36:08 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id RAA08927 for ; Tue, 5 Sep 2000 17:52:53 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e85Da3G17485 for freebsd-questions@FreeBSD.ORG; Tue, 5 Sep 2000 17:36:03 +0400 Date: Tue, 5 Sep 2000 17:36:03 +0400 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: no password required at login Message-ID: <20000905173603.B17352@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <002c01c01730$791ebae0$df026b83@jason> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: ; from root@morix.de on Tue, Sep 05, 2000 at 02:45:08PM +0200 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 02:45:08PM +0200, Moritz Hardt wrote: > > No, the system wasn't fresh installed and the root password has already > been set. it was during the re-install of some packages. Ok, but you have to be root to use sysinstall. -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 6:40: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 5C13637B43E for ; Tue, 5 Sep 2000 06:40:00 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id RAA08938 for ; Tue, 5 Sep 2000 17:56:46 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e85DduM17494 for freebsd-questions@FreeBSD.ORG; Tue, 5 Sep 2000 17:39:56 +0400 Date: Tue, 5 Sep 2000 17:39:56 +0400 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: [Off-Topic] XFree 3.3.x and a wheel-mouse Message-ID: <20000905173956.C17352@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <200009051330.PAA97511@amnesix.i-clue.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <200009051330.PAA97511@amnesix.i-clue.de>; from so@i-clue.de on Tue, Sep 05, 2000 at 03:30:10PM +0200 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 03:30:10PM +0200, Charlie & wrote: > Hi folks, > > Can anybody explain how to make the wheel of a bare-bones wheel mouse > work, besides functioning as button 3? Section "Pointer" Protocol "IMPS/2" Device "/dev/psaux" ZAxisMapping 4 5 EndSection And then rotating from you will be Btn4, and rotation to you will be Btn5 -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 6:44: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from albatross-ext.wise.edt.ericsson.se (albatross-ext.wise.edt.ericsson.se [194.237.142.116]) by hub.freebsd.org (Postfix) with ESMTP id 1A9FF37B423 for ; Tue, 5 Sep 2000 06:43:59 -0700 (PDT) Received: from mbb5.ericsson.se (mbb5.ericsson.se [136.225.151.210]) by albatross.wise.edt.ericsson.se (8.11.0/8.11.0/WIREfire-1.3) with ESMTP id e85Dhvp28892 for ; Tue, 5 Sep 2000 15:43:57 +0200 (MEST) Received: from CONVERSION-DAEMON by mbb1.ericsson.se (PMDF V5.2-29 #39352) id <0G0F00L01259RI@mbb1.ericsson.se> for questions@FreeBSD.org; Tue, 5 Sep 2000 15:43:57 +0200 (MET DST) Received: from era.ericsson.se (juda58.gsm.ericsson.se [147.214.154.58]) by mbb1.ericsson.se (PMDF V5.2-29 #39352) with ESMTP id <0G0F00L6J259KS@mbb1.ericsson.se> for questions@FreeBSD.org; Tue, 05 Sep 2000 15:43:57 +0200 (MET DST) Date: Tue, 05 Sep 2000 15:43:01 +0200 From: Rolf Sandberg Subject: Default boot string To: questions@FreeBSD.org Message-id: <39B4F865.2011F4D1@era.ericsson.se> MIME-version: 1.0 X-Mailer: Mozilla 4.74 [en] (X11; U; SunOS 5.7 sun4u) 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 Hi, Is it possible to change the default value of the boot string ? My system disk is slice "e". >> FreeBSD/i386 BOOT Default: 0:wd(0,a)/kernel boot: Thank you, Rolf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 6:44:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 8F95C37B424 for ; Tue, 5 Sep 2000 06:42:32 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13WIy5-000Fu3-00 for freebsd-questions@FreeBSD.org; Tue, 5 Sep 2000 16:40:53 +0300 Date: Tue, 5 Sep 2000 16:40:53 +0300 From: Odhiambo Washington To: FreeBSD-Questions Subject: READ ONLY slice? Message-ID: <20000905164053.A58560@siafu.iconnect.co.ke> Mail-Followup-To: FreeBSD-Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 4:33PM up 8 days, 5:23, 8 users, load averages: 0.23, 0.21, 0.22 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Why is it that when I do make installworld the permission on /var/mail changes from 1777 to 775??? When I reboot to multi user mode I have to change it back. Someone must know where this comes from. Is this also the same reason I cannot write to my msdos slice even though it is mounted rw??? # Device Mountpoint FStype Options Dump Pass# /dev/ad0s2b none swap sw 0 0 /dev/ad0s2a / ufs rw 1 1 /dev/ad0s2e /usr ufs rw 2 2 /dev/ad0s2f /var ufs rw 2 2 /dev/ad0s1 /win msdos rw 0 0 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 Thanks -wash To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 6:48:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vanadium.mitra.net.id (vanadium.mitra.net.id [202.43.252.23]) by hub.freebsd.org (Postfix) with SMTP id B671037B42C for ; Tue, 5 Sep 2000 06:48:18 -0700 (PDT) Received: (qmail 29809 invoked by uid 0); 5 Sep 2000 13:48:17 -0000 Received: from port3-10.mitra.net.id (HELO mitra.net.id) (202.43.252.105) by vanadium.mitra.net.id with SMTP; 5 Sep 2000 13:48:17 -0000 Message-ID: <39B4F984.3DAFB501@mitra.net.id> Date: Tue, 05 Sep 2000 20:47:48 +0700 From: "mr. c00l3r" X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.16 i586) X-Accept-Language: en MIME-Version: 1.0 To: igorr@crosswinds.net Cc: freebsd-questions@freebsd.org Subject: Re: 'AA' state on modem References: <39B42B2B.38F0FB78@mitra.net.id> <20000905173442.A17352@linux.rainbow> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Igor Roboul wrote: > ATS0=nrings > nrings - number of rings before answer. 0 disables autoanswer. what file i have to put this line ? i see in BSD/OS's /etc/ttys.conf (i have the demo version) ... there are many modem initialisation lines. > But if you use mgetty then you DON'T need autoanswer. mgetty will answer i'll try mgetty ... thanks :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 6:57:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from copland.udel.edu (copland.udel.edu [128.175.13.92]) by hub.freebsd.org (Postfix) with ESMTP id 5CC7237B424 for ; Tue, 5 Sep 2000 06:57:33 -0700 (PDT) Received: from copland.udel.edu (papalia@copland.udel.edu [128.175.13.92]) by copland.udel.edu (8.9.3/8.9.3) with ESMTP id JAA19938 for ; Tue, 5 Sep 2000 09:57:32 -0400 (EDT) Date: Tue, 5 Sep 2000 09:57:32 -0400 (EDT) From: John To: freebsd-questions@freebsd.org Subject: Docs for Kerberos? 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, I was wondering if anyone had a url or a reference for a decent primer on KerberosV ? The online docs I've found so far are great for getting things started, but then seem to leave you hanging to figure out how to configure kerberos to work with services (ie: imap and pop). Thanks in advance, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 7: 7:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 91ABF37B423 for ; Tue, 5 Sep 2000 07:07:17 -0700 (PDT) Received: by heorot.1nova.com (Postfix, from userid 1000) id 9937B3281; Mon, 4 Sep 2000 06:30:43 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 82F873280; Mon, 4 Sep 2000 06:30:43 +0000 (GMT) Date: Mon, 4 Sep 2000 06:30:43 +0000 (GMT) From: Rick Hamell To: Mike Worst Cc: freebsd-questions@freebsd.org Subject: Re: More trouble In-Reply-To: <00090423190711997@rainet.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 > But, I'm not sure if it is working right, as I now have another problem. > After starting the installation in sysinstall, I get a message "Error > mounting /mnt/dev/ad0s3d on mnt/home" and on three other partitions. > After aborting that, another one comes up, "/dev/acd0c on /dist no such > file". Mike, how big is the slice you're trying to install too? Have you tried another drive by chance? You CDROM should probally be on the Primary Slave (Sorry if I miscommunincated that yesterday, had just gotten back from a camping trip...:) You might also want to check to make sure you don't have an IRQ conflict somewhere along the line, IRQ 14 and 15 being used for the IDE controllers. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 7: 8:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pinus.cc.fer.hr (pinus.cc.fer.hr [161.53.73.18]) by hub.freebsd.org (Postfix) with ESMTP id 1A13137B423 for ; Tue, 5 Sep 2000 07:08:26 -0700 (PDT) Received: from localhost (ks35478@localhost) by pinus.cc.fer.hr (8.9.3/8.9.3) with ESMTP id QAA07355 for ; Tue, 5 Sep 2000 16:07:45 +0200 (MET DST) Date: Tue, 5 Sep 2000 16:07:44 +0200 (MET DST) From: kresimir sikic To: freebsd-questions@FreeBSD.ORG Subject: Need a Mysql client! 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 FreeBSD 3.4 installed on my computer, and I need an appropriate MySQL client for it. NOTE: I have Mysql-client-3.22.32.tgz, but it seems that is a client that is only working under FreeBSD 4.0. So I need an earlier version of mySQL client that is working under FreeBSD3.4 IF ANYONE HAS SUCH CLIENT PLEASE SEND IT TO ME. Thank you in advance!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 7:29:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 4002637B422 for ; Tue, 5 Sep 2000 07:29:05 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13WJh7-000JJM-00 for freebsd-questions@FreeBSD.org; Tue, 5 Sep 2000 17:27:25 +0300 Date: Tue, 5 Sep 2000 17:27:25 +0300 From: Odhiambo Washington To: FreeBSD-Questions Subject: READ ONLY slice part II Message-ID: <20000905172725.A73078@siafu.iconnect.co.ke> Mail-Followup-To: FreeBSD-Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 5:24PM up 8 days, 6:15, 4 users, load averages: 0.34, 0.26, 0.26 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Why is it that when I do make installworld the permission on /var/mail changes from 1777 to 775??? When I reboot to multi user mode I have to change it back. Someone must know where this comes from. Is this also the same reason I cannot write to my msdos slice even though it is mounted rw??? # Device Mountpoint FStype Options Dump Pass# /dev/ad0s2b none swap sw 0 0 /dev/ad0s2a / ufs rw 1 1 /dev/ad0s2e /usr ufs rw 2 2 /dev/ad0s2f /var ufs rw 2 2 /dev/ad0s1 /win msdos rw 0 0 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 Just to add....here is the output of /sbin/mount /dev/ad0s2a on / (ufs, local, soft-updates, writes: sync 5 async 147, reads: sync 233 async 8) /dev/ad0s2e on /usr (ufs, local, soft-updates, writes: sync 2 async 383, reads: sync 4980 async 50) /dev/ad0s2f on /var (ufs, local, writes: sync 161 async 328, reads: sync 66 async 14) /dev/ad0s1 on /win (msdos, local, reads: sync 1 async 0) procfs on /proc (procfs, local) I think there is a big conflict between what is in fstab and this output... I need to correct this. Thanks -wash To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 7:34:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from oak.drexeltech.com (oak.drexeltech.com [64.39.31.169]) by hub.freebsd.org (Postfix) with ESMTP id 8CE6F37B423 for ; Tue, 5 Sep 2000 07:34:51 -0700 (PDT) Received: from elmo.johnturner.com (adsl-static-1-C7B2BC85.detroit.mi.ameritech.net [199.178.188.133]) by oak.drexeltech.com (8.9.3/8.9.3) with ESMTP id JAA75442 for ; Tue, 5 Sep 2000 09:46:32 -0500 (CDT) (envelope-from john@johnturner.com) Message-Id: <4.3.2.7.0.20000905102548.00b62358@mail.johnturner.com> X-Sender: jturner@mail.johnturner.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 05 Sep 2000 10:34:49 -0400 To: freebsd-questions@freebsd.org From: John Turner Subject: How to force GMT/UTC 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 - If I have servers (all FreeBSD) in many different timezones, how do I force all of them to consider their system time to be GMT/UTC? For administration and reporting purposes, it's much easier for me to have all my servers running GMT/UTC than having to worry about converting back and forth between GMT/UTC and whatever local time is for that particular server. My apologies if this seems like a FAQ...I searched the archives, and every response I read was "use tzsetup". Well, I've read the man page for tzsetup, and have been through it numerous times, and still I have machines that are all set to local time. These machines do not send mail or interact with the outside world in any visible manner...they are all for internal use. They do "talk" amongst themselves, and it would be very nice if, as far as they were concerned, they were all in the same timezone. Basically, when I run 'date' on every machine, I want to see "UTC" and not some timezone designation. If I use tzsetup, it asks me if the machines' time is local time. Whether I say Yes or No, I am forced to choose a timezone (none of which are either GMT or UTC). My goal is to have every machine think its timezone is GMT/UTC, and use ntpd to keep them all in sync with GMT/UTC. Is this possible? From everything I've tried, it doesn't seem like it is, but I'm guessing I've either missed something very obvious or I am trying to do something ridiculous. Comments either way would be appreciated. BTW, all the machines are 4.0-RELEASE. Thanks in advance. - John Turner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 7:35:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from c014.sfo.cp.net (c014-h023.c014.sfo.cp.net [209.228.12.87]) by hub.freebsd.org (Postfix) with SMTP id 6E24237B422 for ; Tue, 5 Sep 2000 07:35:38 -0700 (PDT) Received: (cpmta 14866 invoked from network); 5 Sep 2000 07:25:08 -0700 Received: from m12hRs4n205.midsouth.rr.com (HELO mike) (24.95.125.205) by smtp.valuedata.net (209.228.12.87) with SMTP; 5 Sep 2000 07:25:08 -0700 X-Sent: 5 Sep 2000 14:25:08 GMT Message-ID: <001d01c01744$e38c1f80$0200000a@mike> From: "Daryl Chance" To: "FreeBSD Questions" Subject: IPFW: keep-state Date: Tue, 5 Sep 2000 09:23: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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm looking to adding the keep-state options to my firewall rules. What are the recommended places to put the keep-state options at? I'm not quite sure what keep-state is, i've checked the man page and its not really helped much. Does it basically create, specific dynamic fw rules? like: add allow tcp from any to any 21 keep-state does this become something like: allow tcp from 1.2.3.4 to 3.2.4.1 21 ? Or am I totally off the mark. Thanks, -------------------------------------------------------- | Daryl Chance | I have made this letter longer then | | Valuedata, LLC | usual because I lacked the time to | | Memphis, TN | make it shorter. -- Blaise Pascal | -------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 7:36:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [216.223.199.224]) by hub.freebsd.org (Postfix) with ESMTP id BF6B137B422 for ; Tue, 5 Sep 2000 07:36:10 -0700 (PDT) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id KAA05406 for ; Tue, 5 Sep 2000 10:26:37 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <200009051426.KAA05406@sanson.reyes.somos.net> From: "Francisco Reyes" To: "FreeBSD questions" Date: Tue, 05 Sep 2000 10:34:19 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 98 (4.10.2222) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Installing CD packages to HD? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I now have a computer with enough HD to copy all packages that come on the 4.1 CD How do I go about it? My only concern are the indexes. I know I could just copy the files, but I am concerned that the packages may not be right if I just copy. Also where are the "distfiles" for the ports? Where these replaced by the packages? francisco Moderator of the Corporate BSD list http://www.egroups.com/group/BSD_Corporate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 7:36:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.onr.com (smtp.onr.com [207.200.0.21]) by hub.freebsd.org (Postfix) with ESMTP id 57AD937B423 for ; Tue, 5 Sep 2000 07:36:57 -0700 (PDT) Received: from onramp10-120.onr.com (onramp10-120.onr.com [207.200.12.121]) by smtp.onr.com (8.9.3/8.9.3) with SMTP id KAA22079 for ; Tue, 5 Sep 2000 10:04:57 -0500 Message-Id: <200009051504.KAA22079@smtp.onr.com> From: "S Zaveloff" To: "FreeBSD-questions@FreeBSD.org" Date: Tue, 05 Sep 2000 09:36:48 -0500 (CDT) Reply-To: "S Zaveloff" X-Mailer: PMMail 2.10.2010 for OS/2 Warp 4.05 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: subscribe Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe Steven Zaveloff -------------------------------------------------- Steven H. Zaveloff zaveloff@onr.com P.O. Box 200203 Tel: (512)219-7142 Austin, Texas 78720-0203 Fax: (707)988-8694 http://www.foreignword.com/cv/document_353.htm * * * * * * * * Both delusion and enlightenment originate within the mind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 7:40:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 56A9237B422 for ; Tue, 5 Sep 2000 07:40:50 -0700 (PDT) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e85EelU13423; Tue, 5 Sep 2000 07:40:47 -0700 (PDT) Message-Id: <200009051440.e85EelU13423@ptavv.es.net> To: Siegbert Baude Cc: "freebsd-questions@freebsd.org" Subject: Re: Problems with slice setup in Fujitsu disk In-reply-to: Your message of "Sun, 03 Sep 2000 02:57:52 +0200." <39B1A210.999400BF@gmx.de> Date: Tue, 05 Sep 2000 07:40:47 -0700 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Sun, 03 Sep 2000 02:57:52 +0200 > From: Siegbert Baude > Sender: owner-freebsd-questions@FreeBSD.ORG > > > Also, like many large disks, the number of > > sectors per track increases as you move to the outside of the disk > > from 286 to 502. The result is that it's really impossible to do CHS > > addressing. > > This is physically true, but your HD controller will hide this to your OS (at > least all disks I know work this way). You will have a constant number of > sectors (in LBA mode normally 255) over the whole disk logically. I am running LBA and the total number of sectors on the disk is not divisible by 255. And, when I boot up in verbose mode, I see that disk seems to have 63 sectors/track with 16 heads. ad2: 13029MB (26684784 sectors), 26473 cyls, 16 heads, 63 S/T, 512 B/S This will result in a disk capacity that is a multiple of 1008 sectors. And, this is exactly what I see. 26687808 is divisible by 1008 and the remaining space is < 1008, so it gets left behind. I suspect that it is all working as expected. It's too bad that even in LBA mode, the some part of the system insists on behaving like I have CHS addressing, as that wastes almost 400 KB. In any case, I am starting to feel that this is all a red herring and that my problem is with disk ad2, even though I can't find a problem with it. But the error logged by the kernel, "dscheck(#ad/0x20010)", makes me thing that the real problem is with disk ad2. I really would like to be able to decode those messages. > I wouldn´t agree with the latter. Partition tables and disklabels > are just numbers on the disk, which aren´t changed by the way a > driver is accessing. According to my experience, problems are > buried in the disklabels. Do you have another partition manager > software to verify your partition tables? I used for example Linux > fdisk (there is also a mini Linux distro fitting on a single floppy) > or Ranish Partition Manager (booted from a DOS floppy). I never > found an error in the partition tables, but had done dumb things to > my disklables. Is it possible to redo the whole procedure, > i.e. zero the first two sectors of your disk and redoing your fdisk > by hand from some existing system on a different HD? Using fdisk > manually will allow every correction you want, before it actually > writes anything to disk. I prefer this to some automagic, I don´t > understand. Yes, I can move all of my data over to ad0 and try setting up the ad2 disk from scratch. But I'd prefer to have a better idea of what's happening before I take this sort of step. > I really am running out of ideas, what happened to your disk. Some > weeks ago I put some questions on the list regarding the way the > kernel is recognizing disk mapping on boot time (as these are wrong > values for my disks) and fdisk behaving on extended partitions. But > got no answer, maybe because the questions were too long, or it was > the wrong list. So for now I don´t really understand what´s going > on in the ata driver. Looked into the source, but got only some > limited answers due to my lack of C experience. I'm thinking of re-stating it in a shorter form. Maybe that will get someone more familiar with the disk drivers attention. > > But to be fair, I never noticed any errors in the use of my disk, so > the kernel and drivers can handle this situation somehow. Hope this > is at least a cold comfort. Other than my inability to use dd(1) to duplicate partitions, I have had no problems, either. It's just that dd(1) seems to be far the best tool for the job! Thanks again for your assistance and suggestions, R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 7:41:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from surf.interdata.cz (interdata-gts.gts.cz [194.213.33.70]) by hub.freebsd.org (Postfix) with ESMTP id 4268C37B423 for ; Tue, 5 Sep 2000 07:41:34 -0700 (PDT) Received: from spravce (ras3.interdata.cz [195.39.8.3]) by surf.interdata.cz (8.11.0/8.11.0) with SMTP id e85EMU811016 for ; Tue, 5 Sep 2000 16:22:31 +0200 Received: by localhost with Microsoft MAPI; Tue, 5 Sep 2000 16:41:18 +0200 Message-ID: <01C01758.1DBC1440.mnovak@stap.cz> From: Martin Novak To: "'freebsd-questions@freebsd.org'" Subject: FreeBSD ports collection Date: Tue, 5 Sep 2000 16:40:40 +0200 Organization: Stap a.s. X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 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 Could you please explain that term to me? Does it mean it is a collection of applications, running under FreeBSD? Thanks a lot Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 7:42: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.ultraservers.net (mercury.ultraservers.net [216.218.200.200]) by hub.freebsd.org (Postfix) with ESMTP id 6F76F37B423 for ; Tue, 5 Sep 2000 07:41:59 -0700 (PDT) Received: from friley-171-124.stures.iastate.edu ([129.186.171.124] helo=irix) by mercury.ultraservers.net with smtp (Exim 3.14 #1) id 13WJqb-0003ym-00 for freebsd-questions@freebsd.org; Tue, 05 Sep 2000 07:37:13 -0700 From: "Adam" To: Subject: Promise IDE raid card Date: Tue, 5 Sep 2000 09:41:42 -0500 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 V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have purchased a Promise fastrak IDE raid card, not knowing that freebsd ( or any other *INX ) doesn't recognize the raid device when it tries to group the disks as one. The card only works only as a ide controller. I am looking to group all the hds as one, one 60GB drive, two 20GB drives and one 15GB drive. Is it possible to use vinum to create a 115GB slice? Or does anyone know a better way of grouping these drives? Thanks Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 7:44: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.nc.rr.com (fe3.southeast.rr.com [24.93.67.50]) by hub.freebsd.org (Postfix) with ESMTP id 7E06D37B43E for ; Tue, 5 Sep 2000 07:44:06 -0700 (PDT) Received: from welsh.dynip.com ([24.162.231.59]) by mail3.nc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Tue, 5 Sep 2000 10:43:52 -0400 Received: (qmail 85224 invoked by uid 1000); 5 Sep 2000 14:44:04 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 5 Sep 2000 14:44:02 -0000 Date: Tue, 5 Sep 2000 10:44:02 -0400 (EDT) From: jason To: questions@freebsd.org Subject: running out of swap space 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 freebsd 4.0 system running just fine, but im running outta swap space and space in general. I have a brand new 13 gig hard drive that I want to transfer the system over to. What I really want to do is transfer the whole drive over to my new 13 gig drive. Is there an easy way to do this? would something like ghost do me any good? regards, Jason -- ======================================================================= | Jason Welsh jason@welsh.dynip.com | If you think there's | | | good in everybody, you | | http://welsh.dynip.com/ | haven't met everybody. | ======================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 7:47:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 077A637B422 for ; Tue, 5 Sep 2000 07:47:09 -0700 (PDT) Received: (from lowell@localhost) by be-well.ilk.org (8.11.0/8.11.0) id e85El8V06036; Tue, 5 Sep 2000 10:47:08 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org Subject: Re: READ ONLY slice part II Reply-To: freebsd-questions@freebsd.org References: <20000905172725.A73078@siafu.iconnect.co.ke> From: Lowell Gilbert Date: 05 Sep 2000 10:47:08 -0400 In-Reply-To: vedette@iconnect.co.ke's message of "5 Sep 2000 16:29:16 +0200" Message-ID: <44hf7u7v6b.fsf@lowellg.ne.mediaone.net> Lines: 41 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vedette@iconnect.co.ke (Odhiambo Washington) writes: > Why is it that when I do make installworld the permission on /var/mail > changes from 1777 to 775??? When I reboot to multi user mode I have to > change it back. Someone must know where this comes from. mtree(8) The specification file, in this case, is /etc/mtree/BSD.var.dist > Is this also the same reason I cannot write to my msdos slice even though > it is mounted rw??? Probably not. At a guess, I'd say that's due to user permissions. Remember that there's no user information (or access permissions) in a DOS partition, so the mount command fakes it by using the mountpoint's information. See the man page for mount_msdos(8) for details. > # Device Mountpoint FStype Options Dump Pass# > /dev/ad0s2b none swap sw 0 0 > /dev/ad0s2a / ufs rw 1 1 > /dev/ad0s2e /usr ufs rw 2 2 > /dev/ad0s2f /var ufs rw 2 2 > /dev/ad0s1 /win msdos rw 0 0 > /dev/acd0c /cdrom cd9660 ro,noauto 0 0 > proc /proc procfs rw 0 0 > > Just to add....here is the output of /sbin/mount > > /dev/ad0s2a on / (ufs, local, soft-updates, writes: sync 5 async 147, reads: sync 233 async 8) > /dev/ad0s2e on /usr (ufs, local, soft-updates, writes: sync 2 async 383, reads: sync 4980 async 50) > /dev/ad0s2f on /var (ufs, local, writes: sync 161 async 328, reads: sync 66 async 14) > /dev/ad0s1 on /win (msdos, local, reads: sync 1 async 0) > procfs on /proc (procfs, local) > > I think there is a big conflict between what is in fstab and this > output... I need to correct this. I don't see any conflict between those; please elaborate if the earlier advice isn't sufficient. Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 7:48: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gold.sdln.net (gold.sdln.net [204.52.252.74]) by hub.freebsd.org (Postfix) with ESMTP id 76E2037B42C for ; Tue, 5 Sep 2000 07:48:00 -0700 (PDT) Received: from corey (corey.sdln.net [204.52.252.93]) by gold.sdln.net (8.9.3/8.9.3) with SMTP id IAA17246 for ; Tue, 5 Sep 2000 08:48:46 -0600 (MDT) (envelope-from cchrstns@sdln.net) From: "Corey A. Christians" To: Subject: Problems configuring AMAVIS Date: Tue, 5 Sep 2000 08:47:04 -0600 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0060_01C01715.DD975B50" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0060_01C01715.DD975B50 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I am trying to get amavis-0.2.1-pre2 to configure and I am getting the following error: checking for awk... /usr/bin/awk checking for file... /usr/bin/file checking if file can be brief... configure: error: You need a file command that supports -b Check ftp://ftp.astron.com/pub/file/ root@lead amavis-0.2.1-pre2]# ftp ftp://ftp.astron.com/pub/file/ Connected to galaxy.astron.com. I am currently running FreeBSD 4.0-RELEASE on a Pentium III 600. I am trying to use Mcafee Virus Scan with amavis. Any help would be much appreciated. Thanks! ------=_NextPart_000_0060_01C01715.DD975B50 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
I am = trying to get=20 amavis-0.2.1-pre2 to configure and I am getting the following=20 error:
 
checking for awk...=20 /usr/bin/awk
checking for file... /usr/bin/file
checking if file = can be=20 brief... configure: error:
You need a file command that supports = -b
Check=20 ftp://ftp.astron.com/pub/file/
root@lead=20 amavis-0.2.1-pre2]# ftp ftp://ftp.astron.com/pub/file/
Connected=20 to galaxy.astron.com.
 
I am = currently=20 running FreeBSD 4.0-RELEASE on a Pentium III 600.  I am trying to = use=20 Mcafee Virus Scan with amavis.  Any help would be much = appreciated. =20 Thanks!
------=_NextPart_000_0060_01C01715.DD975B50-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 7:52:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.98.60]) by hub.freebsd.org (Postfix) with ESMTP id 3A26537B423 for ; Tue, 5 Sep 2000 07:52:29 -0700 (PDT) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.9.3/8.9.3) with ESMTP id QAA45057; Tue, 5 Sep 2000 16:52:18 +0200 (CEST) (envelope-from kheuer@gwdu60.gwdg.de) Date: Tue, 5 Sep 2000 16:52:18 +0200 (CEST) From: Konrad Heuer To: Francisco Reyes Cc: FreeBSD questions Subject: Re: Installing CD packages to HD? In-Reply-To: <200009051426.KAA05406@sanson.reyes.somos.net> Message-ID: 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 On Tue, 5 Sep 2000, Francisco Reyes wrote: > I now have a computer with enough HD to copy all packages that > come on the 4.1 CD > How do I go about it? My only concern are the indexes. I know I > could just copy the files, but I am concerned that the packages > may not be right if I just copy. If you really want - this loop should do: cd /cdrom/packages/All foreach pkg ( *.tgz ) pkg_add $pkg end > Also where are the "distfiles" for the ports? Where these > replaced by the packages? No; the "distfiles" are on CD #4. Regards Konrad Heuer Personal Bookmarks: Gesellschaft f=FCr wissenschaftliche Datenverarbeitung mbH G=D6ttingen http://www.freebsd.org Am Fa=DFberg, D-37077 G=D6ttingen http://www.daemonnews.o= rg Deutschland (Germany) 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 Sep 5 7:54:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ammi.mclink.it (ammi.mclink.it [195.110.128.1]) by hub.freebsd.org (Postfix) with ESMTP id 0ACD337B423 for ; Tue, 5 Sep 2000 07:54:09 -0700 (PDT) Received: by ammi.mclink.it (8.9.0/8.9.0) id QAA13410; Tue, 5 Sep 2000 16:54:02 +0200 (CEST) Date: Tue, 5 Sep 2000 16:54:02 +0200 (CEST) From: Marco Masotti To: questions@freebsd.org Cc: masotti@mclink.it Subject: Jabber client, server and msn-transport Message-Id: <1.0.2.200009051653.14799@mclink.it> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-Mailer: Easy-MAIL v1.02 - http://www.mclink.it/ Organization: MC-link the world online Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm fetching a jabber (jabber.org) client, server and related msn-transport adjunct for FBSD. This latter transport allows Jabber users to send and receive messages with MSN Messenger users. Unfortunately, as far as I tried, there's no port available of no client or server for the jabber software platform. Can anyone pls give help? Thanks -- Marco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 8: 2: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id 8B74337B43F for ; Tue, 5 Sep 2000 08:01:57 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.78.139) by relay2.inwind.it (5.1.046) id 39AF9CE30002F8C5; Tue, 5 Sep 2000 17:01:18 +0200 From: Salvo Bartolotta Date: Tue, 05 Sep 2000 16:01:21 GMT Message-ID: <20000905.16012100@bartequi.ottodomain.org> Subject: RE: Kernel compile problem? To: "Dave Preece (KB Group)" Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <67B808B0DD93D211ABEE0000B498356B3617AF@internet.kbgroup.co.nz> References: <67B808B0DD93D211ABEE0000B498356B3617AF@internet.kbgroup.co.nz> 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/5/00, 8:30:03 AM, "Dave Preece (KB Group)"=20 wrote regarding RE: Kernel compile problem?:= > > Just wondered if anyone could help me out here, Im trying to > > cvsup from > > 4.0-RELEASE to 4.1-STABLE and on a make depend on my kernel I get th= e > > following: > > > > =3D=3D=3D> agp > > make: don't know how to make agp_if.c. Stop > > *** Error code 2 > > > > Anyone else getting this error on a build? > Yup. I've spent the last hour or two banging my head on it. There's a > variety of answers on freebsd-questions >=20 (http://www.freebsd.org/cgi/search.cgi?words=3Dagp+cvsup&max=3D25&sort=3D= score&sou > rce=3Dfreebsd-questions). These include " 'make buildkernel' works fin= e=20 ", > "RTFM /usr/src/UPDATING" and "get usr-share as well". None of which=20 work for > me. I currently have a really minimal install, so I'm currently=20 installing > all the 4.0 sources to do a cvsup with src-all then a make buildkernel= =20 (or > even a world) to see how it goes. > Last time I tried cvsup'ing it was 3.3 to 4.0 and a complete disaster.= =20 Had > to use the CD's in the end (me=3Dlam3r). > Dave Dear Dave Preece, people don't usually say,`please RTFM,' just for the sake of it :-) There ARE reasons for laying down the procedure described in=20 /usr/src/UPATING. If you like, you can retrieve the discussions about=20 those reasons in the -stable archive (a number of HEADS UP after July=20 10, 2000), as well as recovering the historic[al] debate that would=20 eventually lead to the present method. =20 You need to perform a buildworld in order to compile, as it were, your=20 new kernel on top of it. There is ONE source tree; kernel and userland=20 are designed "holistically", ie they are thought of as a harmonious whol= e. Albeit source updating is not a very difficult task, it is NOT exactly=20 a child's play: you are supposed to be careful, and to read the docs=20 and the mailing archives. And yes, sometimes the world does not even build, or, if it builds, it=20 doesn't work correctly (cf eg the reports posted in the past few=20 days). As you may have noticed, these problems are usually fixed=20 within few hours/days. Needeless to say, if you don't update your sources (ie if you don't=20 cvsup), you can safely use the classical kernel build sequence (config=20 [-r], make depend, make, make install). Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 8: 6:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from EI-Tiger.ChipChat.ne.jp (EI-Tiger.ChipChat.ne.jp [211.5.237.226]) by hub.freebsd.org (Postfix) with ESMTP id EEF6E37B422 for ; Tue, 5 Sep 2000 08:06:38 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by EI-Tiger.ChipChat.ne.jp (8.11.0/8.11.0) with ESMTP id e85F6NW28153; Tue, 5 Sep 2000 15:06:26 GMT (envelope-from mrc@ChipChat.ne.jp) To: john@drexeltech.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to force GMT/UTC In-Reply-To: <4.3.2.7.0.20000905102548.00b62358@mail.johnturner.com> References: <4.3.2.7.0.20000905102548.00b62358@mail.johnturner.com> X-Mailer: Mew version 1.94.2 on XEmacs 21.1 (Carlsbad Caverns) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000906000622B.mrc@ChipChat.ne.jp> Date: Wed, 06 Sep 2000 00:06:22 +0900 (JST) From: Marty Cawthon X-Dispatcher: imput version 20000228(IM140) Lines: 30 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: John Turner Subject: How to force GMT/UTC john> If I have servers (all FreeBSD) in many different timezones, how do I force john> all of them to consider their system time to be GMT/UTC? Hello John, I asked the same question two years ago, almost exactly, on this same Mailing List. I recall being advised to do this: Look in "/usr/share/zoneinfo/Etc" You will find many small files: GMT, GMT+0, GMT+1, etc First, be cautious # mv /etc/localtime /etc/localtime.OK Second, copy the file # cp -p /usr/share/zoneinfo/Etc/GMT /etc/localtime I don't have my notes handy, but I think this is what I do each time I install FreeBSD. The FreeBSD installation allows me to select many timezones, but not GMT. This lack of GMT TZ selection during "Install" strikes me as odd. I don't know about the documentation regarding this, and I don't know why there are "GMT", "GMT0", "GMT+0", "Greenwich", "Universal", "UTC", "UCT", "Zulu" which all seem to signify the same timezone. Marty Cawthon ChipChat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 8: 8:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id BEE4637B43E for ; Tue, 5 Sep 2000 08:08:08 -0700 (PDT) Received: from cm-208-170-220-127.gulfbreeze.mediacom.ispchannel.com ([208.170.220.127]) by smtp2a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20000905151019.YXTT382.smtp2a@cm-208-170-220-127.gulfbreeze.mediacom.ispchannel.com>; Tue, 5 Sep 2000 08:10:19 -0700 Date: Tue, 5 Sep 2000 10:08:07 -0500 (CDT) From: Steve Van Den Akker To: Kent Stewart Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Newbie kernel compile question In-Reply-To: <39B44CE2.35518BCB@urx.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 Kent: Seemed to work. Thanks for the idea. I have a cron job for cvsup for weekly updates. Quick question...how often should cvsup and makeworld be accomplished? Is there an automated script available for it to make it easier? On Mon, 4 Sep 2000, Kent Stewart wrote: > > > Steve Van Den Akker wrote: > > > > Trying to recompile my kernel. Config works fine...no errors. It > > then goes through the make process and ends up with the following stop > > error: > > > > ... > > ==> accf_data > > ==> accf_http > > ==> agp > > make: don't know how to make agp_if.c. Stop > > *** Error code 2 > > > > Stop in /usr/src/sys/modules. > > *** Error code 1 > > I think your source and kernel are out of step. Did you cvsup and > forget to do the buildworld first. > > Kent > > > > > The only thing I have added to the kernel were the options line for > > IPFIREWALL and IPDIVERT. It still occurs when I comment these two options > > lines out. > > > > Can someone help a newbie out? > > > > TIA... > > > > Steve > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > Kent Stewart > Richland, WA > > mailto:kbstew99@hotmail.com > http://kstewart.urx.com/kstewart/index.html > http://daily.daemonnews.org/ > > SETI (Search for Extraterrestrial Intelligence) @ Home > http://setiathome.ssl.berkeley.edu/ > > > 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 Sep 5 8:12: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rush.telenordia.se (mail.telenordia.se [194.213.64.42]) by hub.freebsd.org (Postfix) with SMTP id 2295A37B423 for ; Tue, 5 Sep 2000 08:12:00 -0700 (PDT) Received: (qmail 6821 invoked from network); 5 Sep 2000 17:11:58 +0200 Received: from bb-62-5-4-193.bb.tninet.se (HELO marbsd.tninet.se) (62.5.4.193) by mail.telenordia.se with SMTP; 5 Sep 2000 17:11:58 +0200 From: Mark Rowlands Reply-To: mark.rowlands@minmail.net To: Martin Novak , "'freebsd-questions@freebsd.org'" Subject: Re: FreeBSD ports collection Date: Tue, 5 Sep 2000 17:10:09 +0200 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <01C01758.1DBC1440.mnovak@stap.cz> In-Reply-To: <01C01758.1DBC1440.mnovak@stap.cz> MIME-Version: 1.0 Message-Id: <00090517115800.24470@marbsd.tninet.se> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 05 Sep 2000, Martin Novak wrote: > Could you please explain that term to me? Does it mean it is a collection of applications, running under FreeBSD? > Thanks a lot > Martin chooff - yep http://www.freebsd.org/ports is pretty self explanatory Mark Rowlands +4686224510 GMT + 1 _______________________________________________ These opinions are mine, they are just opinions you are free to disagree, please do so quietly _______________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 8:15:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id 344DB37B423 for ; Tue, 5 Sep 2000 08:15:24 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.78.139) by relay2.inwind.it (5.1.046) id 39AF9CE3000300B8; Tue, 5 Sep 2000 17:15:01 +0200 From: Salvo Bartolotta Date: Tue, 05 Sep 2000 16:15:04 GMT Message-ID: <20000905.16150400@bartequi.ottodomain.org> Subject: Re: FreeBSD ports collection To: Martin Novak Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <01C01758.1DBC1440.mnovak@stap.cz> References: <01C01758.1DBC1440.mnovak@stap.cz> 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/5/00, 3:40:40 PM, Martin Novak wrote regarding=20 FreeBSD ports collection: > Could you please explain that term to me? Does it mean it is a=20 collection of applications, running under FreeBSD? > Thanks a lot > Martin Dear Martin Novak, actually, they are more like "recipes" through which the system=20 fetches the relevant tarballs, extracts them, configures them, builds=20 them and ... installs them. More info is found in ports(7) and in=20 http://www.freebsd.org/handbook/ports.html Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 8:22:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dkik.dk (compaq.dkik.dk [194.234.39.15]) by hub.freebsd.org (Postfix) with SMTP id 3E3AA37B42C for ; Tue, 5 Sep 2000 08:22:14 -0700 (PDT) Received: (qmail 11141 invoked from network); 5 Sep 2000 15:22:12 -0000 Received: from bofh.nitro.dk (HELO dkik.dk) (simon@194.234.39.102) by compaq.dkik.dk with SMTP; 5 Sep 2000 15:22:12 -0000 Message-ID: <39B50FA5.CEEF63E1@dkik.dk> Date: Tue, 05 Sep 2000 17:22:13 +0200 From: Simon Nielsen Organization: Servergruppen DIK X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.16-3 i686) X-Accept-Language: da, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Number of open files per process Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Is it posible to find out how may files a process has open? -- Simon Nielsen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 8:24: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 1891337B422 for ; Tue, 5 Sep 2000 08:23:58 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-213-168-72-10.netcologne.de [213.168.72.10]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id RAA26462; Tue, 5 Sep 2000 17:23:56 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e85FNmC01935; Tue, 5 Sep 2000 17:23:48 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Tue, 5 Sep 2000 17:23:48 +0200 (CEST) From: Paul Herman To: Marty Cawthon Cc: john@drexeltech.com, freebsd-questions@FreeBSD.ORG Subject: Re: How to force GMT/UTC In-Reply-To: <20000906000622B.mrc@ChipChat.ne.jp> 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, 6 Sep 2000, Marty Cawthon wrote: > I don't know about the documentation regarding this, and I don't > know why there are "GMT", "GMT0", "GMT+0", "Greenwich", > "Universal", "UTC", "UCT", "Zulu" which all seem to signify the > same timezone. Functionaly, they are the same and signify GMT. The only difference is the TZ suffix (like "GMT", or "UTC") that gets displayed. * UTC, Universal and Zulu are identical (all hardlinks), and shows "UTC" * UCT shows "UCT" * Greenwich, GMT0, GMT-0, GMT+0, GMT (and ../GMT) are also hardlinked and show "GMT" Otherwise, no difference. (see /usr/src/share/zoneinfo/etcetera) -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 8:24:58 2000 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 90B8C37B423 for ; Tue, 5 Sep 2000 08:24:47 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id KAA05486; Tue, 5 Sep 2000 10:24:36 -0500 (CDT) (envelope-from dan) Date: Tue, 5 Sep 2000 10:24:36 -0500 From: Dan Nelson To: Hanspeter Roth Bsag Cc: Alfred Perlstein , freebsd-questions@FreeBSD.ORG Subject: Re: ext2fs support robust? Message-ID: <20000905102436.A3926@dan.emsphone.com> References: <20000903154433.A13312@bs11.bsag.ch> <20000903140003.D18862@fw.wintelcom.net> <20000904100032.A21607@bs11.bsag.ch> <20000904141605.B14338@dan.emsphone.com> <20000905152852.A4417@bs11.bsag.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <20000905152852.A4417@bs11.bsag.ch>; from "Hanspeter Roth Bsag" on Tue Sep 5 15:28:52 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 05), Hanspeter Roth Bsag said: > > FreeBSD offers much better NFS than Linux, and for most people the > > only > > In which respect is FreeBsd's Nfs much better than Linux'? The main thing is that it supports NFSv3, which makes for write speeds as fast as regular filesystem writes. Without NFSv3, you have to sync writes to disk before acknowledging them back to the client, which is pretty slow. NFSv3 also handles files over 4gb, but that's not an issue with Linux yet. > > thing they need NFS locking for is mail delivery, and dotlocking > > works just as well in that case. > > I'm using procmail, mutt and tkbiff. I would have to reconfigure at > least three programs. How can I be sure that no other programs rely > on locking? I believe both procmail and mutt lock the mail file in as many ways as possible by defualt, which means that dotlocking is always used in addition to whatever filesystem-locking is supported (if any). Dunno about tkbiff. > We also have Solaris clients that feel better with Nfs locking. > > -Hanspeter -- 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 Sep 5 8:34:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id C5DBC37B422 for ; Tue, 5 Sep 2000 08:34:37 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-213-168-72-95.netcologne.de [213.168.72.95]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id RAA27912; Tue, 5 Sep 2000 17:34:35 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e85FYU502060; Tue, 5 Sep 2000 17:34:30 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Tue, 5 Sep 2000 17:34:30 +0200 (CEST) From: Paul Herman To: Simon Nielsen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Number of open files per process In-Reply-To: <39B50FA5.CEEF63E1@dkik.dk> 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, 5 Sep 2000, Simon Nielsen wrote: > > Is it posible to find out how may files a process has open? > One way: fstat -p pid | wc -l where "pid" is the pid of the process. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 8:37:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 8C37237B424 for ; Tue, 5 Sep 2000 08:37:20 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-194-8-209-52.netcologne.de [194.8.209.52]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id RAA28326; Tue, 5 Sep 2000 17:37:19 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e85FbCw02104; Tue, 5 Sep 2000 17:37:12 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Tue, 5 Sep 2000 17:37:12 +0200 (CEST) From: Paul Herman To: Simon Nielsen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Number of open files per process 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, 5 Sep 2000, Paul Herman wrote: > On Tue, 5 Sep 2000, Simon Nielsen wrote: > > > > > Is it posible to find out how may files a process has open? > > > > One way: fstat -p pid | wc -l Oops, that would list the number of open files + 1. Right idea, anyway. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 8:39:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 4947E37B43E for ; Tue, 5 Sep 2000 08:39:16 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13WKnZ-000NaY-00 for freebsd-questions@freebsd.org; Tue, 5 Sep 2000 18:38:09 +0300 Date: Tue, 5 Sep 2000 18:38:09 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Subject: Re: READ ONLY slice part II Message-ID: <20000905183809.A89363@siafu.iconnect.co.ke> Mail-Followup-To: freebsd-questions@freebsd.org References: <20000905172725.A73078@siafu.iconnect.co.ke> <44hf7u7v6b.fsf@lowellg.ne.mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <44hf7u7v6b.fsf@lowellg.ne.mediaone.net>; from Lowell Gilbert on Tue, Sep 05, 2000 at 10:47:08AM -0400 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 6:36PM up 8 days, 7:26, 1 user, load averages: 0.22, 0.24, 0.19 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Lowell Gilbert : [000905 17:46]: Lowell Gilbert>vedette@iconnect.co.ke (Odhiambo Washington) writes: Lowell Gilbert> Lowell Gilbert>> Why is it that when I do make installworld the permission on /var/mail Lowell Gilbert>> changes from 1777 to 775??? When I reboot to multi user mode I have to Lowell Gilbert>> change it back. Someone must know where this comes from. Lowell Gilbert> Lowell Gilbert>mtree(8) Lowell Gilbert>The specification file, in this case, is /etc/mtree/BSD.var.dist Lowell Gilbert> Lowell Gilbert>> Is this also the same reason I cannot write to my msdos slice even though Lowell Gilbert>> it is mounted rw??? Lowell Gilbert> Lowell Gilbert>Probably not. At a guess, I'd say that's due to user permissions. Lowell Gilbert>Remember that there's no user information (or access permissions) in a Lowell Gilbert>DOS partition, so the mount command fakes it by using the mountpoint's Lowell Gilbert>information. See the man page for mount_msdos(8) for details. Lowell Gilbert> Lowell Gilbert>> # Device Mountpoint FStype Options Dump Pass# Lowell Gilbert>> /dev/ad0s2b none swap sw 0 0 Lowell Gilbert>> /dev/ad0s2a / ufs rw 1 1 Lowell Gilbert>> /dev/ad0s2e /usr ufs rw 2 2 Lowell Gilbert>> /dev/ad0s2f /var ufs rw 2 2 Lowell Gilbert>> /dev/ad0s1 /win msdos rw 0 0 Lowell Gilbert>> /dev/acd0c /cdrom cd9660 ro,noauto 0 0 Lowell Gilbert>> proc /proc procfs rw 0 0 Lowell Gilbert>> Lowell Gilbert>> Just to add....here is the output of /sbin/mount Lowell Gilbert>> Lowell Gilbert>> /dev/ad0s2a on / (ufs, local, soft-updates, writes: sync 5 async 147, reads: sync 233 async 8) Lowell Gilbert>> /dev/ad0s2e on /usr (ufs, local, soft-updates, writes: sync 2 async 383, reads: sync 4980 async 50) Lowell Gilbert>> /dev/ad0s2f on /var (ufs, local, writes: sync 161 async 328, reads: sync 66 async 14) Lowell Gilbert>> /dev/ad0s1 on /win (msdos, local, reads: sync 1 async 0) Lowell Gilbert>> procfs on /proc (procfs, local) Lowell Gilbert>> Lowell Gilbert>> I think there is a big conflict between what is in fstab and this Lowell Gilbert>> output... I need to correct this. Lowell Gilbert> Lowell Gilbert>I don't see any conflict between those; please elaborate if the Lowell Gilbert>earlier advice isn't sufficient. What I meant is that the fstab shows that /win should be mounted rw while the output of the real mount is actually 'reads' !! -Wash -- Absence and death are the same -- only that in death there is no suffering. -Walter Savage Landor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 8:49:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baddog.yi.org (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id ABAF637B43E for ; Tue, 5 Sep 2000 08:49:36 -0700 (PDT) Received: from localhost.necro (localhost.necro [127.0.0.1]) by baddog.yi.org (Postfix) with ESMTP id 7E41088; Tue, 5 Sep 2000 11:50:26 -0400 (EDT) Date: Tue, 05 Sep 2000 11:50:26 EDT From: Mike Johnson To: igorr@crosswinds.net, freebsd-questions@FreeBSD.ORG Subject: Re: ls .. Reply-To: ahze@slaughter.necro.edu X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <20000905155026.7E41088@baddog.yi.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG but ls -G dont work in Eterm and gnome-term .. I dunno about the rest of the terms.. On Tue, 5 Sep 2000, Igor Roboul wrote: > Date: Tue, 5 Sep 2000 11:42:42 +0400 > To: freebsd-questions@FreeBSD.ORG > From: Igor Roboul > Reply-To: igorr@crosswinds.net > Subject: Re: ls .. > > On Tue, Sep 05, 2000 at 08:34:33AM +0200, Fabien DERUDDER wrote: > > you should use 'gnuls' with the '--color' switch (create an alias). > It's > > under the ports tree > No need for GNU ls. ls -G is the answer. And correct TERM > > -- > Igor Roboul, Unix System Administrator & Programmer @ sanatorium > "Raduga", > Sochi, Russia > http://www.brainbench.com/transcript.jsp?pid=304744 > > > 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 Sep 5 8:57:14 2000 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 24A4E37B43F for ; Tue, 5 Sep 2000 08:57:12 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e85FuNw04187; Tue, 5 Sep 2000 08:56:23 -0700 (PDT) Date: Tue, 5 Sep 2000 08:56:23 -0700 From: Alfred Perlstein To: "O. Hartmann" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Lahey Fortran95 and FreeBSD/Linux Emulation Message-ID: <20000905085623.M18862@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from ohartman@ipamzlx.physik.uni-mainz.de on Tue, Sep 05, 2000 at 02:31:56PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * O. Hartmann [000905 05:29] wrote: > Dear Sirs. > We use here in our department some Lahey Fortran 95 compilers, mostly for > WinNT clients and a few for Linux boxes. Because of unifying our structures > and because of the mainservers are FreeBSD boxes, we want to move the > Lahey installation on a central FBSD box. > > My first steps with Linux Emulation and the Fortran95 compiler were not > very satisfying, because I forgot to "brand" the Lahey binaries to be Linux > typed binaries. After doing that the compiler works, but with the first > steps of doing something I got some problems. > > We have a little demo environment here, I got it from one of our scientists > and this compiles under Linux. Under FreeBSD, Lahey F95 compiler produces theses > errors, which seems to be some problems in finding systemcalls not provided by > some libraries: > > lf95 DDSCAT.o alpha.o dummyfft.o ccgpack.o cfft99f.o cgcommon.o copyit.o cprod.o cxfft3.o cxfft3n.o dielec.o divide.o errmsg.o eself.o evala.o evale.o evalq.o extend.o fourx.o getfml.o getmueller.o gpfa.o interp.o lapack.o namer.o nuller.o orient.o pim.o prinaxis.o reapar.o reashp.o reduce.o refice.o refwat.o rotate.o rot2.o scat.o scavec.o tar2el.o tar2sp.o tar3el.o tarblocks.o tarcel.o tarcyl.o tarell.o target.o tarhex.o tarrec.o tarrec2.o tartet.o timeit_sun.o version.o wrimsg.o writebin.o dummywritenet.o writesca.o -o ddscat > /usr/local/lf9555/bin/../lib/libfj9i6.so: warning: tempnam() possibly used unsafely; consider using mkstemp() > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdout' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_b' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdout_' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stderr_' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `___brk_addr' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__environ' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdin_' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdin' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_getc' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stderr' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__errno_location' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_putc' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_tolower' > /usr/local/lf9555/bin/../lib/libfj9i6.so: warning: tempnam() possibly used unsafely; consider using mkstemp() > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdout' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_b' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdout_' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stderr_' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `___brk_addr' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__environ' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdin_' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdin' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_getc' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stderr' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__errno_location' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_putc' > /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_tolower' > > If there is someone out here with experiences or solutions or hints or tips, > please contact me, thanks. These aren't system calls they are symbols probably exported by glibc, (tyhe Linux standard C library), to get around this I would try installing /usr/ports/devel/linux_devtools, and trying to find a way to inform the Lahey compiler to use the Linux tools and link with the linux libraries. Another option would be to contact Lahey and ask them for some help. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 8:58:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 7EAB237B424 for ; Tue, 5 Sep 2000 08:58:34 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-194-8-209-91.netcologne.de [194.8.209.91]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id RAA01417; Tue, 5 Sep 2000 17:58:32 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e85FwLf02282; Tue, 5 Sep 2000 17:58:21 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Tue, 5 Sep 2000 17:58:21 +0200 (CEST) From: Paul Herman To: Amir Yahav Cc: questions@FreeBSD.ORG Subject: Re: mmap address space (fwd) 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, 4 Sep 2000, Amir Yahav wrote: > How can I increase the mmap MAXDSIZ . I would like to mmap a large > file size over 2GB in freebsd system. I'm not sure if this has anything to do with MAXDSIZ (resource limits.) In any case, the manpage for mmap(2) is pretty clear about why there is a 2GB limit: * 32-bit limit in the VM system * filesystem offset limitations If anyone knows a trick, I'd like to know, but AFAIK this isn't possible without major system overhaul. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 9: 2:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sci.brooklyn.cuny.edu (louis.sci.brooklyn.cuny.edu [146.245.1.7]) by hub.freebsd.org (Postfix) with ESMTP id ED3D037B422 for ; Tue, 5 Sep 2000 09:02:37 -0700 (PDT) Received: from localhost (sdexter@localhost) by sci.brooklyn.cuny.edu (8.8.7/8.8.4) with ESMTP id MAA25977 for ; Tue, 5 Sep 2000 12:02:34 -0400 (EDT) Date: Tue, 5 Sep 2000 12:02:34 -0400 (EDT) From: Scott Dexter To: freebsd-questions@freebsd.org Subject: more compilation trouble 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 upgrade from 3.1 to 4.1 (using the CDS) and am having a rough time of it. I've installed the entire src distriubtion from the CD (including crypto and secure). Per the instructions in /usr/src/UPDATING, I'm now trying to make buildworld. The /usr/obj tree gets setup fine, but almost immediately in "stage 2: build tools" the process comes to a screeching halt with complaints of syntax errors after cd /usr/src/lib/libncurses; make build-tools I've tried to do this part of the build independently of make buildworld and get similar results (slightly different errors). Are there other source files I need? Are these somehow out of date? Do I need to fiddle with make.conf? Not sure how to get around this.. Thanks Scott Dexter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 9: 5: 8 2000 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 39FFE37B42C for ; Tue, 5 Sep 2000 09:05:06 -0700 (PDT) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id JAA06842; Tue, 5 Sep 2000 09:04:58 -0700 (PDT) Date: Tue, 5 Sep 2000 09:17:36 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: John Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Docs for Kerberos? 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, 5 Sep 2000, John wrote: > I was wondering if anyone had a url or a reference for a decent primer on > KerberosV ? The online docs I've found so far are great for getting > things started, but then seem to leave you hanging to figure out how to > configure kerberos to work with services (ie: imap and pop). I searched far and wide and found very little except the install docs. K5 shouldn't be too hard once you actually get the install done though. You just need to run the kerberized versions of your clients/services with the proper switches. I do seem to recall one article "How to Kerberize Your Site" on the net. Sorry no URL. IIRC, it is a US government site. Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 9: 5:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vviuh221.vvi.com (dns.vvi.com [206.229.112.1]) by hub.freebsd.org (Postfix) with SMTP id 0A51637B43E for ; Tue, 5 Sep 2000 09:05:07 -0700 (PDT) Received: by vviuh221.vvi.com (NX5.67g/NX3.0M) id AA02890; Tue, 5 Sep 00 12:16:26 -0400 Message-Id: <10009051616.AA02890@vviuh221.vvi.com> Content-Type: text/plain Mime-Version: 1.0 (NeXT Mail 4.2mach v148) Received: by NeXT.Mailer (1.148) From: David Johnston Date: Tue, 5 Sep 2000 12:16:24 -0400 To: freebsd-questions@freebsd.org Subject: Thanks for the good book and newbie question ... Reply-To: David.Johnston@vviuh221.vvi.com References: <10009041448.AA01126@vviuh221.vvi.com> <4.3.0.20000904170717.02835620@pop.free.fr> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Again FreeBSD: > UNIX Network Programming, Volume 1, second Edition. I wrote my first client/server sub-system using the book's examples. It is so cool! Now I need to ask the occasional question. Is there a better freebsd mail list for these type of questions? The one I have now is the following: When I kill the server then immediately restart it then bind gives "bind error: Address already in use". But if I wait for about 1 minute then I can start the server up again. How do I make it such that bind will "figure it out" right away, or (put another way) why can't bind figure out that the address and port are no longer in use? Sincerely, David Johnston djohn@vvi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 9:11: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bdg.starindo.net (bdg.starindo.net [203.109.0.3]) by hub.freebsd.org (Postfix) with ESMTP id 20ADC37B422 for ; Tue, 5 Sep 2000 09:10:57 -0700 (PDT) Received: from dusak ([203.109.0.50]) by bdg.starindo.net (8.8.8/8.8.5) with SMTP id XAA20114 for ; Tue, 5 Sep 2000 23:10:51 +0700 (JAVT) Message-ID: <001601c01754$3d8fcd60$32006dcb@dusak> From: "Yamin Prabudy" To: Subject: Sound Blaster configuration Date: Tue, 5 Sep 2000 23:13:32 +0700 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 can't configure my sound blaster in FreeBSD 4.1, when i used 3.3 it's no problem at all (with the same old line in kernel) can any one help me with it I got and isa sound blaster (old tipe) Thanks in Advance Yamin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 9:14:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from buchanan-181-249.stures.iastate.edu (buchanan-181-249.stures.iastate.edu [129.186.181.249]) by hub.freebsd.org (Postfix) with ESMTP id 3176C37B43E for ; Tue, 5 Sep 2000 09:14:17 -0700 (PDT) Received: (from kparz@localhost) by buchanan-181-249.stures.iastate.edu (8.11.0/8.11.0) id e85GEqS07261 for freebsd-questions@freebsd.org; Tue, 5 Sep 2000 11:14:52 -0500 (CDT) (envelope-from kparz) Date: Tue, 5 Sep 2000 11:14:52 -0500 From: Krzysztof Parzyszek To: freebsd-questions@freebsd.org Subject: Static linking of OpenSSL Message-ID: <20000905111451.A7168@buchanan-181-249.stures.iastate> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Recently I tried to compile a simple program using OpenSSL. It compiled, linked and ran fine with the dynamic version of libcrypto. However, when I tried to use libcrypto.a, I got unresolved symbol in it: RSA_PKCS1. The symbol was defined in librsa{INTL,USA}.a, but those libraries use symbols defined in libcrypto.a, thus creating circular dependencies. I worked it around by specifying ``-u'' option for the GNU linker, but I was wondering if there is a more elegant solution to it? Thank you, -- , The power . Any sufficiently advan- dP to serve 7b Krzysztof Parzyszek .----> ced bug is indistingui- (8b ____ d8) --------------------+----> shable from a feature. `88bo8FBSD8od88' hektor@iname.com `----> -- Rich Kulawiec To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 9:38:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id D0D6537B424 for ; Tue, 5 Sep 2000 09:38:35 -0700 (PDT) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id MAA21768 for ; Tue, 5 Sep 2000 12:38:33 -0400 (EDT) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id MAA18368 for ; Tue, 5 Sep 2000 12:35:48 -0400 (EDT) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.1) with ESMTP id G0FA8800.TLD; Tue, 5 Sep 2000 12:38:32 -0400 Message-ID: <39B5218A.474A1CEC@mitre.org> Date: Tue, 05 Sep 2000 12:38:34 -0400 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.73 [en]C-20000509M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Yamin Prabudy Cc: questions@FreeBSD.ORG Subject: Re: Sound Blaster configuration References: <001601c01754$3d8fcd60$32006dcb@dusak> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yamin Prabudy wrote: > > I can't configure my sound blaster in FreeBSD 4.1, when i used 3.3 it's no > problem at all (with the same old line in kernel) > > can any one help me with it > I got and isa sound blaster (old tipe) The sound drivers changed in 4.0. Try using these lines instead of your old 3.x ones: device pcm device sbc -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 9:40:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id F36BA37B422 for ; Tue, 5 Sep 2000 09:40:12 -0700 (PDT) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id LAA86269 for ; Tue, 5 Sep 2000 11:40:12 -0500 (CDT) Date: Tue, 5 Sep 2000 11:40:12 -0500 (CDT) From: BWS - Offwhite To: freebsd-questions@freebsd.org Subject: tape drive recommendation 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 looking to add a tape drive to a server. I will run backups weekly and It hink 20gigs will be enough for the job. I am look at a price range of $200 to $350 for the drive. Any suggestions for a good drive for FreeBSD? Would any SCSI tape drive work with FreeBSD? Any suggestions are appreciated. Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 9:42:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 1CD5337B424 for ; Tue, 5 Sep 2000 09:42:25 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-194-8-209-226.netcologne.de [194.8.209.226]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id SAA07127; Tue, 5 Sep 2000 18:42:22 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e85GfJ602447; Tue, 5 Sep 2000 18:41:19 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Tue, 5 Sep 2000 18:41:19 +0200 (CEST) From: Paul Herman To: locus Cc: questions@FreeBSD.ORG Subject: Re: Fatal Trap 18 after upgrading... In-Reply-To: <000701c01595$cfe20360$c345023e@aldrin> 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, 3 Sep 2000, locus wrote: > Hi, > I currently upgraded my system from 4.0R to 4.1S. Since I have done this I'm > getting Fatal Trap 18 faults all the time: > > Fatal Trap 18: integer divide fault while in kernel mode > . > . > . > panic: integer divide fault If this happens after the system comes up, you can build a kernel with DDB and debug symbols, and send backtraces to freebsd-bugs. You can find out how to do this in the handbook: http://www.freebsd.org/handbook/kerneldebug.html -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 9:52:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wodc7-1.corprelay.mail.uu.net (wodc7-1.corprelay.mail.uu.net [192.48.96.68]) by hub.freebsd.org (Postfix) with ESMTP id 276F137B43E for ; Tue, 5 Sep 2000 09:52:18 -0700 (PDT) Received: from ashimr0.ash.ops.us.uu.net by wodc7mr1.ffx.ops.us.uu.net with ESMTP (peer crosschecked as: ashimr0.ash.ops.us.uu.net [153.39.43.11]) id QQjfix13494 for ; Tue, 5 Sep 2000 16:52:17 GMT Received: from sysenglt112 by ashimr0.ash.ops.us.uu.net with SMTP (peer crosschecked as: ippool144-205.corp.us.uu.net [153.39.144.205]) id QQjfix16679 for ; Tue, 5 Sep 2000 16:52:03 GMT Reply-To: From: "Raymond Hicks" To: Subject: strange command output Date: Tue, 5 Sep 2000 12:52:13 -0400 Message-ID: <000d01c01759$a4bea6a0$0a0a0a0a@sysenglt112> 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 V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Cheers BSD team, I am so pleased with this OS I wanted to let you know firstly... On to the real problem here.. I had a RedHat box that was hacked recently and I was trying to mimick the attack on my FreeBSD box and when I was starting processes on the FreeBSD box, I noticed that my PS command was kinda strange... it would not return any information about what processes as far as daemons were running? Is this normal and If I start for instance aN Ingreslock daemon why doesnt it show up when I type ps -ef? I neeed to know the process ID so I can kill it? Can anyone here help me? regards raymond hicks UUNET To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 9:55:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f305.law9.hotmail.com [64.4.8.180]) by hub.freebsd.org (Postfix) with ESMTP id 67DD337B423 for ; Tue, 5 Sep 2000 09:55:18 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 5 Sep 2000 09:55:18 -0700 Received: from 168.88.19.2 by lw9fd.law9.hotmail.msn.com with HTTP; Tue, 05 Sep 2000 16:55:18 GMT X-Originating-IP: [168.88.19.2] From: "Alan Bindemann" To: freebsd-questions@freebsd.org Subject: What version of FreeBSD 4.1 supports i810 with XFree86 4.0.1? Date: Tue, 05 Sep 2000 12:55:18 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 05 Sep 2000 16:55:18.0316 (UTC) FILETIME=[120496C0:01C0175A] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to get XFree86 4.0.1 to work on a box with an Intel i810 video chipset using FreeBSD 4.1 Release 0. I know I need to rebuild my kernel with the 'device agp' line added to the config file. (I have tried this without success, startx still bombs). My question is this: Do I need to use 4.1-STABLE source code in the kernel build? Thanks Much, Alan Bindemann _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 9:56:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rhymer.cogsci.ed.ac.uk (rhymer.cogsci.ed.ac.uk [129.215.144.8]) by hub.freebsd.org (Postfix) with ESMTP id 0A36337B424 for ; Tue, 5 Sep 2000 09:56:35 -0700 (PDT) Received: (from richard@localhost) by rhymer.cogsci.ed.ac.uk (8.9.3+Sun/8.9.3) id RAA08536; Tue, 5 Sep 2000 17:56:35 +0100 (BST) Date: Tue, 5 Sep 2000 17:56:35 +0100 (BST) Message-Id: <200009051656.RAA08536@rhymer.cogsci.ed.ac.uk> From: Richard Tobin Subject: Re: strange command output To: , In-Reply-To: Raymond Hicks's message of Tue, 5 Sep 2000 12:52:13 -0400 Organization: just say no Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I noticed that my PS command was kinda strange... Read the man page for ps. Linux's ps options are probably quite different from BSD's. -- Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 9:57:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pcrush.com (adsl-63-204-40-234.dsl.lsan03.pacbell.net [63.204.40.234]) by hub.freebsd.org (Postfix) with SMTP id D160037B423 for ; Tue, 5 Sep 2000 09:57:51 -0700 (PDT) Received: (qmail 19419 invoked from network); 5 Sep 2000 16:57:47 -0000 Received: from unknown (HELO steve) (192.168.1.20) by 192.168.1.3 with SMTP; 5 Sep 2000 16:57:47 -0000 Message-ID: <008e01c01759$ac0ff8f0$1401a8c0@steve> From: "Steve Quezadas" To: Subject: cqcam not compiling Date: Tue, 5 Sep 2000 09:51:42 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0081_01C0171E.E4BF64A0" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0081_01C0171E.E4BF64A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello everyone, I am trying to compile cqcam 0.45a. I read the INSTALL and README files, = made the necessary change for it to work on FreeBSD, and I got the = following error: Compiling cqcam.C... done > Compiling imager.C... done > Compiling rcfile.C... done > Linking cqcam...cqcam.o: In function `ffs': > cqcam.o(.text+0xcec): multiple definition of `ffs' > camera.o(.text+0x12bc): first defined here > *** Error code 1 =20 > Stop in /usr/ports/graphics/cqcam/work/cqcam-0.45a. > *** Error code 1 Does anyone know what "ffs" is? I don't know how to fix this problem and = the author of this thing seems like a real jerk so I doubt I will get = help from him. I am using FreeBSD 4.1 - Steve ------=_NextPart_000_0081_01C0171E.E4BF64A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello everyone,
 
I am trying to compile cqcam 0.45a. I = read the=20 INSTALL and README files, made the necessary change for it to work on = FreeBSD,=20 and I got the following error:
 
Compiling cqcam.C... = done
> Compiling=20 imager.C... done
> Compiling rcfile.C... done
> Linking=20 cqcam...cqcam.o: In function `ffs':
>=20 cqcam.o(.text+0xcec): multiple definition of `ffs'
>=20 camera.o(.text+0x12bc): first defined here
> *** Error code=20 1
 
> Stop in=20 /usr/ports/graphics/cqcam/work/cqcam-0.45a.
> *** = Error code=20 1
 
Does anyone know what "ffs" is? I don't = know how to=20 fix this problem and the author of this thing seems like a real jerk so = I doubt=20 I will get help from him. I am using FreeBSD 4.1
 
 - Steve
 
------=_NextPart_000_0081_01C0171E.E4BF64A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 10: 1:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tigger.PaceHouse.COM (adsl-63-201-228-164.dsl.snfc21.pacbell.net [63.201.228.164]) by hub.freebsd.org (Postfix) with ESMTP id 2696937B422 for ; Tue, 5 Sep 2000 10:01:51 -0700 (PDT) Received: from localhost (jepace@localhost) by tigger.PaceHouse.COM (8.9.3/8.9.3) with ESMTP id KAA15956 for ; Tue, 5 Sep 2000 10:01:50 -0700 (PDT) (envelope-from jepace@pobox.com) X-Authentication-Warning: tigger.pacehouse.com: jepace owned process doing -bs Date: Tue, 5 Sep 2000 10:01:50 -0700 (PDT) From: "James E. Pace" X-Sender: jepace@tigger.pacehouse.com Reply-To: "James E. Pace" To: freebsd-questions@freebsd.org Subject: dual pcmcia nics? Message-ID: X-Url: http://www.pobox.com/~jepace X-Pgp-Fingerprint: 8C E7 12 5A 3A 8C 5C 4D EC 15 7B 65 EA 82 D2 BF X-Pgp-Keyid: A49EA4D9 X-Files: The Truth Is Out There 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 got a laptop that I want to put two NICs in. When I put in the first, things go dandy. When I put in the second, it can't allocate an IRQ (and some other messgaes). What can I do to give pccardd enough resources to allocate another NIC? Thanks, James This letter brought to you by: ************************************* ** James E. Pace ** ** http://www.pobox.com/~jepace ** ******************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 10: 6:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id EB2B737B422 for ; Tue, 5 Sep 2000 10:06:21 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.79.92) by relay1.inwind.it (5.1.046) id 39AFDC990008C537; Tue, 5 Sep 2000 19:05:41 +0200 From: Salvo Bartolotta Date: Tue, 05 Sep 2000 18:05:42 GMT Message-ID: <20000905.18054200@bartequi.ottodomain.org> Subject: Re: more compilation trouble To: Scott Dexter Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/5/00, 5:02:34 PM, Scott Dexter =20 wrote regarding more compilation trouble: > I'm trying to upgrade from 3.1 to 4.1 (using the CDS) and am having a > rough time of it. I've installed the entire src distriubtion from the= =20 CD > (including crypto and secure). Per the instructions in=20 /usr/src/UPDATING, > I'm now trying to make buildworld. The /usr/obj tree gets setup fine,= =20 but > almost immediately in "stage 2: build tools" the process comes to a > screeching halt with complaints of syntax errors after > cd /usr/src/lib/libncurses; make build-tools > I've tried to do this part of the build independently of make=20 buildworld > and get similar results (slightly different errors). > Are there other source files I need? Are these somehow out of date? = Do I > need to fiddle with make.conf? Not sure how to get around this.. > Thanks > Scott Dexter Dear Scott Dexter, I am not quite sure you can **still** perform such a transition in=20 **ONE** step.=20 AFAIR, at the end of May, Guido van Roj successfully updated one of=20 his machines from 3.1 to 4.0-STABLE, albeit that required appropriate=20 manual intervention -- ie compiling a number of things by hand.=20 Afterwards, if I remember rightly, the stable upgrade path (3-S to=20 4.S) was generally considered as working (and supported as such). To be on the safe side, I would probably update in (at least) a couple o= f=20 steps (e.g. 3.1 --> 3-S; 3-S --> 4-S). Unless one of those who have=20 actually spotted the gotchas posts a solution to this list :-) Best of luck, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 10: 7: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f238.law8.hotmail.com [216.33.241.238]) by hub.freebsd.org (Postfix) with ESMTP id 9538437B43E for ; Tue, 5 Sep 2000 10:07:04 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 5 Sep 2000 10:07:04 -0700 Received: from 63.207.125.156 by lw8fd.law8.hotmail.msn.com with HTTP; Tue, 05 Sep 2000 17:07:04 GMT X-Originating-IP: [63.207.125.156] From: "Terje Oseberg" To: freebsd-questions@FreeBSD.ORG Subject: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 Date: Tue, 05 Sep 2000 17:07:04 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 05 Sep 2000 17:07:04.0538 (UTC) FILETIME=[B6F583A0:01C0175B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a question regarding Virtual Hosts. I've gotten it working on FreeBSD 3.2 and it was simple and quick to set up. I've tried to and failed to get it to work on FreeBSD 4.0 with the same Apache 1.3.12. I've tried to use the same config file and everything. I've also tried using the default config file and just adding my virtual hosts directives at the end. Here's what I added: NameVirtualHost 216.15.83.94 DocumentRoot /data/web/ ServerName 216.15.83.94 DocumentRoot /data/web/www.etiam.net/ ServerName www.etiam.net ServerAlias etiam.net DocumentRoot /data/web/www.fineworks.com/ ServerName www.fineworks.com ServerAlias fineworks.com # More of the same deleted. I have not set up the DNS's for this stuff, so to test it, please telnet to port 80 on 216.15.83.94 and do a request with either: GET /x.html HTTP/1.1 host: www.fineworks.com or GET http://www.fineworks.com/x.html HTTP/1.0 I believe that both should work, but both don't work, but both don't. You can also check out my info page at: http://216.15.83.94/server-info An exact copy of my httpd.conf file may be found at: http://216.15.83.94/httpd.conf.txt A copy of my dmesg output: http://216.15.83.94/dmesg.txt A copy of my current kernel config file: http://216.15.83.94/FIREWALL.txt Output from my ifconfig -a: http://216.15.83.94/ifconfig-a.txt If there's anything else anyone needs to figure this out, please let me know and I'll put it online. Because I've been trying everything possible in the httpd.conf file that might fix things, my httpd.conf file might be lacking stuff by now, or have way more stuff than it needs. This is because at this point, I'm completely unsure of what could or couldn't be causing this problem. Terje _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 10:12: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by hub.freebsd.org (Postfix) with ESMTP id 59D3E37B43E for ; Tue, 5 Sep 2000 10:12:03 -0700 (PDT) Received: from ipamzlx.Physik.Uni-Mainz.DE (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by ipamzlx.physik.uni-mainz.de (8.11.0/8.9.3) with ESMTP id e85HESG87940; Tue, 5 Sep 2000 19:14:28 +0200 (CEST) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Tue, 5 Sep 2000 19:14:27 +0200 (CEST) From: "O. Hartmann" To: Alfred Perlstein Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Lahey Fortran95 and FreeBSD/Linux Emulation In-Reply-To: <20000905085623.M18862@fw.wintelcom.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, 5 Sep 2000, Alfred Perlstein wrote: :>* O. Hartmann [000905 05:29] wrote: :>> Dear Sirs. :>> We use here in our department some Lahey Fortran 95 compilers, mostly for :>> WinNT clients and a few for Linux boxes. Because of unifying our structures :>> and because of the mainservers are FreeBSD boxes, we want to move the :>> Lahey installation on a central FBSD box. :>> :>> My first steps with Linux Emulation and the Fortran95 compiler were not :>> very satisfying, because I forgot to "brand" the Lahey binaries to be Linux :>> typed binaries. After doing that the compiler works, but with the first :>> steps of doing something I got some problems. :>> :>> We have a little demo environment here, I got it from one of our scientists :>> and this compiles under Linux. Under FreeBSD, Lahey F95 compiler produces theses :>> errors, which seems to be some problems in finding systemcalls not provided by :>> some libraries: :>> :>> lf95 DDSCAT.o alpha.o dummyfft.o ccgpack.o cfft99f.o cgcommon.o copyit.o cprod.o cxfft3.o cxfft3n.o dielec.o divide.o errmsg.o eself.o evala.o evale.o evalq.o extend.o fourx.o getfml.o getmueller.o gpfa.o interp.o lapack.o namer.o nuller.o orient.o pim.o prinaxis.o reapar.o reashp.o reduce.o refice.o refwat.o rotate.o rot2.o scat.o scavec.o tar2el.o tar2sp.o tar3el.o tarblocks.o tarcel.o tarcyl.o tarell.o target.o tarhex.o tarrec.o tarrec2.o tartet.o timeit_sun.o version.o wrimsg.o writebin.o dummywritenet.o writesca.o -o ddscat :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: warning: tempnam() possibly used unsafely; consider using mkstemp() :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdout' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_b' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdout_' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stderr_' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `___brk_addr' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__environ' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdin_' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdin' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_getc' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stderr' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__errno_location' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_putc' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_tolower' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: warning: tempnam() possibly used unsafely; consider using mkstemp() :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdout' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_b' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdout_' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stderr_' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `___brk_addr' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__environ' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_stdin_' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stdin' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_getc' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `stderr' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__errno_location' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `_IO_putc' :>> /usr/local/lf9555/bin/../lib/libfj9i6.so: undefined reference to `__ctype_tolower' :>> :>> If there is someone out here with experiences or solutions or hints or tips, :>> please contact me, thanks. :> :>These aren't system calls they are symbols probably exported by glibc, :>(tyhe Linux standard C library), to get around this I would try :>installing /usr/ports/devel/linux_devtools, and trying to find a way :>to inform the Lahey compiler to use the Linux tools and link with :>the linux libraries. :> :>Another option would be to contact Lahey and ask them for some help. :> :>-Alfred :> Dear Mr. Perlstein. Well, thank you for your hint! I installed the port linux_devtools and - the devil knows, the Lahey F95 compiler works and compiles without any errors. But starting the binary this reports not finding libfj9i6.so, and I do not know why. The binary is branded to be Linux, the /usr/local/lf9555/lib path is part of ldconfig and I added a row to /compat/linux/etc/ld.so.conf, so paths to the appropriate shared object should already exists. The error is: ddscat: error in loading shared libraries: libfj9i6.so.1: cannot open shared object file: No such file or directory Well, if you have another hint left for me, please send it, I will contact Lahey, too. Thanks a lot. Gruss O. Hartmann ------------------------------------------------------------------- ohartman@ipamzlx.physik.uni-mainz.de Klimadatenserver des IPA, Universitaet Mainz Netzwerk- und Systembetreuung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 10:16:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baddog.yi.org (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id 236A837B422 for ; Tue, 5 Sep 2000 10:16:34 -0700 (PDT) Received: from localhost.necro (localhost.necro [127.0.0.1]) by baddog.yi.org (Postfix) with ESMTP id A631588 for ; Tue, 5 Sep 2000 13:17:27 -0400 (EDT) Date: Tue, 05 Sep 2000 13:17:27 EDT From: Mike Johnson To: questions@freebsd.org Subject: Bridge. Reply-To: ahze@slaughter.necro.edu X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <20000905171727.A631588@baddog.yi.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the page http://www.freebsd.org/handbook/bridging.html in 16.3.4 it says add a couple lines to /etc/sysctl.conf to enable bridgeing. .. Im useing FreeBSD4.1-2000902 and I dont have /etc/sysctl.conf. What Im tring to do is set up a masqrade box , Im not sure this is the right way either. if now could someone tell me how or where I can find info on how to do this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 10:17: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by hub.freebsd.org (Postfix) with ESMTP id 76C8D37B43E for ; Tue, 5 Sep 2000 10:17:03 -0700 (PDT) Received: from parish.my.domain ([62.253.85.6]) by mta05-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000905171702.LXM317.mta05-svc.ntlworld.com@parish.my.domain>; Tue, 5 Sep 2000 18:17:02 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA02671; Tue, 5 Sep 2000 18:16:51 +0100 (BST) (envelope-from mark) Date: Tue, 5 Sep 2000 18:16:51 +0100 From: Mark Ovens To: James Wang Cc: freebsd-questions@freebsd.org Subject: Re: Gdk-WARNING Message-ID: <20000905181651.B254@parish> References: <000901c0170a$23ba5620$b425440a@www.efada.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <000901c0170a$23ba5620$b425440a@www.efada.com.cn>; from myfreebsd@sina.com.cn on Tue, Sep 05, 2000 at 03:23:07PM +0800 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 03:23:07PM +0800, James Wang wrote: > Hi all > I am using freebsd 4.1,gnome1.2, > when i quit X,it display this: > > " > Gdk-WARNING**:locale not supported by c library > " > Set the following (change en_GB* to suit your locale) in ~/.cshrc (or the rc file for your shell): setenv LC_ALL en_GB.ISO_8859-1 setenv LC_CTYPE en_GB.ISO_8859-1 setenv LANG en_GB.ISO_8859-1 > Please help me. > > Regards > James > -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Tue Sep 5 10:20:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by hub.freebsd.org (Postfix) with ESMTP id 2559F37B422 for ; Tue, 5 Sep 2000 10:20:50 -0700 (PDT) Received: from parish.my.domain ([62.253.85.6]) by mta05-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000905172048.MFV317.mta05-svc.ntlworld.com@parish.my.domain>; Tue, 5 Sep 2000 18:20:48 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA02727; Tue, 5 Sep 2000 18:20:37 +0100 (BST) (envelope-from mark) Date: Tue, 5 Sep 2000 18:20:37 +0100 From: Mark Ovens To: Richard Tobin Cc: rayhicks@UU.NET, freebsd-questions@freebsd.org Subject: Re: strange command output Message-ID: <20000905182037.C254@parish> References: <200009051656.RAA08536@rhymer.cogsci.ed.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <200009051656.RAA08536@rhymer.cogsci.ed.ac.uk>; from richard@cogsci.ed.ac.uk on Tue, Sep 05, 2000 at 05:56:35PM +0100 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 05:56:35PM +0100, Richard Tobin wrote: > > I noticed that my PS command was kinda strange... > > Read the man page for ps. Linux's ps options are probably quite > different from BSD's. > Try ``ps -ax'' > -- Richard > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Tue Sep 5 10:29:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by hub.freebsd.org (Postfix) with ESMTP id 175FB37B424 for ; Tue, 5 Sep 2000 10:29:36 -0700 (PDT) Received: from parish.my.domain ([62.253.85.6]) by mta05-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000905172934.NEM317.mta05-svc.ntlworld.com@parish.my.domain>; Tue, 5 Sep 2000 18:29:34 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA02837; Tue, 5 Sep 2000 18:29:24 +0100 (BST) (envelope-from mark) Date: Tue, 5 Sep 2000 18:29:23 +0100 From: Mark Ovens To: amg Cc: questions@freebsd.org Subject: Re: printer prpblems Message-ID: <20000905182923.D254@parish> References: <39B3DAA1.794BDF32@cris.com> <20000904182824.C254@parish> <39B4060F.41C67EA6@cris.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <39B4060F.41C67EA6@cris.com>; from ursa@cris.com on Mon, Sep 04, 2000 at 04:29:03PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Sep 04, 2000 at 04:29:03PM -0400, amg wrote: > Mark: > > Thanks for your prompt reply. > I changed the config file accordingly, > however, there still is not kernel support > for the lpt? device. Any other ideas?? > Not really, sorry. The error you see at boot: ppc0: cannot reserve I/O port range comes from /usr/src/sys/i386/isa/pcf.c:157 /* IO port is mandatory */ pcf->res_ioport = bus_alloc_resource(pcfdev, SYS_RES_IOPORT, &pcf->rid_ioport, 0ul, ~0ul, IO_PCFSIZE, RF_ACTIVE); if (pcf->res_ioport == 0) { device_printf(pcfdev, "cannot reserve I/O port range\n"); goto error; } but as to the cause, especially since it worked in earlier versions of FreeBSD, I've no idea. BTW, I've put -questions back in the Cc:. It's always a good idea not to remove the mailing list from the Cc: in case the person who you replied to is unable to solve your problem, as is the case here. Others will assume that you have fixed the problem if they don't see the messages. Hopefully someone else will jump in and help out here. > > august > ursa@cris.com > > > > > > Mark Ovens wrote: > > > > On Mon, Sep 04, 2000 at 01:23:45PM -0400, amg wrote: > > > Questions: > > > > > > Version: FreeBSD 4.1 CDROM > > > > > > Hardwar: IBM PPro 200MHz 64MB Ram > > > > > > Symptomes: Printer not functioning > > > > > > Attached: dmesg.out - output of dmesg > > > KERNEL_MAX1 - kernel config file > > > dev.files - lpt devices in /dev > > > > > > > > > When I recently switched from 2.2.8 to 4.1, the > > > printer no longer prints. When issuing the > > > following commands, the following output appears: > > > > > > "cat myfile > /dev/lpt0" yields: > > > > > > ksh: cannot create /dev/ltp0: Device not configured > > > > > > "lpr myfile" produces no error msg to the screen > > > but NO printer output either. > > > > > > As far as I know, I have followd the directions in the > > > "handbook". > > > > > > I see no mention of lpt? in the output of dmesg, which > > > leads me to believe that there is not kernel support. > > > However, I have added printer support to the kernel > > > config file and rebuilt the kernel, twice, with the > > > same results, see attached files. > > > > > > Additionally, there was not support for lpt? in the > > > GENERIC kernel. > > > > > > I'd appreciate any wisdom on this, as I need to be > > > able to print any number of files. > > > > > > > > > august > > > ursa@cris.com > > > > [snip] > > > > > > > > # Parallel port > > > device ppc0 at isa? irq 7 > > > device ppbus # Parallel port bus (required) > > > device lpt # Printer > > > device lpt0 at isa? port? tty irq 7 vector lptintr > > > ##device plip # TCP/IP over parallel > > > ##device ppi # Parallel port interface device > > > #device vpo # Requires scbus and da > > > > > > > Try removing the ``device lpt0'' line and uncommenting the ``device > > ppi'' line. Here's what I have in my config file and it works fine (HP > > 610C): > > > > # Parallel port > > device ppc0 at isa? irq 7 > > device ppbus # Parallel port bus (required) > > device lpt # Printer > > device plip # TCP/IP over parallel > > device ppi # Parallel port interface device > > > > -- > > 4.4 - The number of the Beastie > > ________________________________________________________________ > > 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org > > 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark > > mailto:marko@freebsd.org http://www.radan.com > > -- > -August - [ursa@cris.com] > "I have the heart of a child; I keep it in a jar on my desk." -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Tue Sep 5 10:32: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from forrie.net (forrie.net [64.20.73.233]) by hub.freebsd.org (Postfix) with ESMTP id 1D59837B423 for ; Tue, 5 Sep 2000 10:31:59 -0700 (PDT) Received: from forrie.forrie.com (dhcp-north-71-168.navipath.net [64.20.71.168]) by forrie.net with id e85HVqM27752 for ; Tue, 5 Sep 2000 13:31:52 -0400 (EDT) Message-Id: <4.3.2.7.2.20000905132450.00ce5100@64.20.73.233> X-Sender: forrie@64.20.73.233 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 05 Sep 2000 13:25:50 -0400 To: freebsd-questions@freebsd.org From: Forrest Aldrich Subject: Profiled libraries 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 reason why profiled library builds are turned on by default (ie: you have to explicity turn them off)? Is there a common use for these that I'm missing. Otherwise, it might seem more friendly to turn those OFF by default and permit those advanced users who require them to enable it specifically. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 10:35: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pima.gate.net (pima.gate.net [216.219.246.30]) by hub.freebsd.org (Postfix) with ESMTP id C7C5437B422 for ; Tue, 5 Sep 2000 10:34:58 -0700 (PDT) Received: from inca.gate.net (wjm@inca.gate.net [199.227.0.11]) by pima.gate.net (8.9.3/8.9.3) with ESMTP id NAA68572; Tue, 5 Sep 2000 13:34:52 -0400 Received: from localhost (wjm@localhost) by inca.gate.net (8.8.6/8.6.9) with ESMTP id NAA48070; Tue, 5 Sep 2000 13:38:37 -0400 X-Authentication-Warning: inca.gate.net: wjm owned process doing -bs Date: Tue, 5 Sep 2000 13:38:37 -0400 (EDT) From: William Melanson To: David.Johnston@vviuh221.vvi.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Thanks for the good book and newbie question ... In-Reply-To: <10009051616.AA02890@vviuh221.vvi.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, 5 Sep 2000, David Johnston wrote: % % Hi Again FreeBSD: % % > UNIX Network Programming, Volume 1, second Edition. % % I wrote my first client/server sub-system using the book's examples. It is so cool! % % Now I need to ask the occasional question. Is there a better freebsd mail % list for these type of questions? The one I have now is the following: % % When I kill the server then immediately restart it then bind gives "bind % error: Address already in use". But if I wait for about 1 minute then I can % start the server up again. How do I make it such that bind will "figure it % out" right away, or (put another way) why can't bind figure out that the % address and port are no longer in use? % The command "ndc" may be of help to you. take a look at it's manpage. ./Bill --------------------------------oOo------------------------------------ William J. Melanson CyberGate, Inc. | e.spire Communications Sr Network Controller www.gate.net ---- www.espire.net Network Operations Center Phone: (954) 334-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 Sep 5 10:41:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id 6459037B424 for ; Tue, 5 Sep 2000 10:41:16 -0700 (PDT) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G0F00E01D3T0J@lcmail2.lc.ca.gov> for freebsd-questions@freebsd.org; Tue, 5 Sep 2000 10:40:42 -0700 (PDT) Received: from ldcmsx01.lc.ca.gov ([165.107.11.191]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with ESMTP id <0G0F008BGD3SBB@lcmail2.lc.ca.gov> for freebsd-questions@freebsd.org; Tue, 05 Sep 2000 10:40:41 -0700 (PDT) Received: by ldcmsx01.lc.ca.gov with Internet Mail Service (5.5.2650.21) id ; Tue, 05 Sep 2000 10:41:12 -0700 Content-return: allowed Date: Tue, 05 Sep 2000 10:41:09 -0700 From: "Tomlinson, Drew" Subject: Newbie - Docs Explaining System Upgrade and Recompiling Kernel To: "'freebsd-questions@freebsd.org'" Message-id: <8C224DC088D8D111B67D0000F67AC17E029C49E0@ldcmsx01.lc.ca.gov> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: MULTIPART/ALTERNATIVE; BOUNDARY="Boundary_(ID_4W6xh2dTy+VMqO7kftAgdw)" 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. --Boundary_(ID_4W6xh2dTy+VMqO7kftAgdw) Content-type: text/plain; charset="iso-8859-1" Hello All, I am very new to both Unix and FreeBSD but I have a lot of DOS and OpenVMS experience. I have been reading all I can find on the Web and have found the Handbook section on "Creating a Custom Kernel". I have followed the directions using the config, compile, make depend, make, make install format. However, I have no idea what I'm doing and why I'm doing it. I'm running "FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000" as reported from dmesg and would like to upgrade to the new 4.1 release. Any reference to documentation that would explain how to upgrade or recompile a kernel in simple, newbie terms would be appreciated. Thanks, Drew --Boundary_(ID_4W6xh2dTy+VMqO7kftAgdw) Content-type: text/html; charset="iso-8859-1" Content-transfer-encoding: quoted-printable Newbie - Docs Explaining System Upgrade and Recompiling = Kernel

Hello All,

I am very new to both Unix and FreeBSD but I have a = lot of DOS and OpenVMS experience.  I have been reading all I can = find on the Web and have found the Handbook section on "Creating a = Custom Kernel".  I have followed the directions using the = config, compile, make depend, make, make install format.  However, = I have no idea what I'm doing and why I'm doing it. 

I'm running "FreeBSD 4.0-RELEASE #0: Mon Mar 20 = 22:50:22 GMT 2000" as reported from dmesg and would like to = upgrade to the new 4.1 release.  Any reference to documentation = that would explain how to upgrade or recompile a kernel in simple, = newbie terms would be appreciated.

Thanks,

Drew

--Boundary_(ID_4W6xh2dTy+VMqO7kftAgdw)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 10:51:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 4E91A37B42C for ; Tue, 5 Sep 2000 10:51:21 -0700 (PDT) Received: (from lowell@localhost) by be-well.ilk.org (8.11.0/8.11.0) id e85HpG006278; Tue, 5 Sep 2000 13:51:16 -0400 (EDT) (envelope-from lowell) To: freebsd-questions@freebsd.org Reply-To: freebsd-questions@freebsd.org Subject: Re: READ ONLY slice part II References: <20000905172725.A73078@siafu.iconnect.co.ke> <20000905183809.A89363@siafu.iconnect.co.ke> From: Lowell Gilbert Date: 05 Sep 2000 13:51:16 -0400 In-Reply-To: vedette@iconnect.co.ke's message of "5 Sep 2000 17:39:36 +0200" Message-ID: <44vgwaraln.fsf@lowellg.ne.mediaone.net> Lines: 24 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vedette@iconnect.co.ke (Odhiambo Washington) writes: > What I meant is that the fstab shows that /win should be mounted rw while > the output of the real mount is actually 'reads' !! So? That doesn't mean it's mounted read-only. It means that the number following the 'reads:' is a count of the *number* of reads done from that partition. At least on -STABLE, the mount command *will* tell you that a partition is 'read-only'. Your sample output doesn't do that, so I suspect your partition *is* writeable. I repeat my advice from my previous message: At a guess, I'd say that's due to user permissions. Remember that there's no user information (or access permissions) in a DOS partition, so the mount command fakes it by using the mountpoint's information. See the man page for mount_msdos(8) for details. I could be wrong in that guess, but until you provide some evidence otherwise, I'll stick with it. If I'm right, the easy answer would be to change the ownership of the mount point (and remount the disk). Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 10:51:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (mailbox.adm.binghamton.edu [128.226.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 827D937B422 for ; Tue, 5 Sep 2000 10:51:30 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id NAA28082; Tue, 5 Sep 2000 13:50:05 -0400 (EDT) Date: Tue, 5 Sep 2000 13:46:34 -0400 (EDT) From: Zhihui Zhang To: "Tomlinson, Drew" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Newbie - Docs Explaining System Upgrade and Recompiling Kernel In-Reply-To: <8C224DC088D8D111B67D0000F67AC17E029C49E0@ldcmsx01.lc.ca.gov> 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, 5 Sep 2000, Tomlinson, Drew wrote: > Hello All, > > I am very new to both Unix and FreeBSD but I have a lot of DOS and OpenVMS > experience. I have been reading all I can find on the Web and have found > the Handbook section on "Creating a Custom Kernel". I have followed the > directions using the config, compile, make depend, make, make install > format. However, I have no idea what I'm doing and why I'm doing it. > > I'm running "FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000" as > reported from dmesg and would like to upgrade to the new 4.1 release. Any > reference to documentation that would explain how to upgrade or recompile a > kernel in simple, newbie terms would be appreciated. > There is a book "The complete FreeBSD", where you can find FreeBSD specific topics. Many Unix topics (not really FreeBSD specific) can be found in various books out there. There are books on using Make. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 10:52:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.241.36]) by hub.freebsd.org (Postfix) with ESMTP id 697DD37B43E for ; Tue, 5 Sep 2000 10:52:15 -0700 (PDT) Received: from lilith (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with SMTP id TAA21560; Tue, 5 Sep 2000 19:52:06 +0200 (MEST) Message-ID: <009301c01762$02347500$4011a8c0@wohnheim.uniulm.de> From: "Siegbert Baude" To: "Kevin Oberman" Cc: "freebsd-questions@freebsd.org" References: <200009051440.e85EelU13423@ptavv.es.net> Subject: Re: Problems with slice setup in Fujitsu disk Date: Tue, 5 Sep 2000 19:52:05 +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.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 Kevin, > I am running LBA and the total number of sectors on the disk is not > divisible by 255. And, when I boot up in verbose mode, I see that > disk seems to have 63 sectors/track with 16 heads. > ad2: 13029MB (26684784 sectors), 26473 cyls, 16 heads, 63 S/T, 512 B/S This is another common Layout. In fact my dmesg show also 63s/16h, although my mapping for all partitions is 64s/255h. Don´t know, why the kernel believes in this mapping. fdisk shows the correct numbers. Note: The smaller values will result in less waste at the disk end (for me this is not only 400KB but some MB). THe disadvantage however is, that the 1024 cylinder boundary is already at 500MB! Important for the boot problem before 4.1 . > I suspect that it is all working as expected. It's too bad that even > in LBA mode, the some part of the system insists on behaving like I > have CHS addressing, as that wastes almost 400 KB. I don´t know why all partition tools (not only FBSD´s but also DOS, Linux, BeOS, OS/2) insist on this partition end on a cylinder boundary. I think it shouldn´t be necessary. Maybe some things are malformed and based on this behaviour. > In any case, I am starting to feel that this is all a red herring and > that my problem is with disk ad2, even though I can't find a problem > with it. But the error logged by the kernel, "dscheck(#ad/0x20010)", > makes me thing that the real problem is with disk ad2. I really would > like to be able to decode those messages. Did you grep the sources for this error? > Yes, I can move all of my data over to ad0 and try setting up the ad2 disk > from scratch. But I'd prefer to have a better idea of what's happening > before I take this sort of step. You´re increased experience will prevent you to make the same error again :-) This was true for me at least. > I'm thinking of re-stating it in a shorter form. Maybe that will get > someone more familiar with the disk drivers attention. Good idea. > Other than my inability to use dd(1) to duplicate partitions, I have > had no problems, either. It's just that dd(1) seems to be far the best > tool for the job! What happens if you dd with the size of the smaller partition? Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 10:54:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id DE50737B42C for ; Tue, 5 Sep 2000 10:54:45 -0700 (PDT) Received: by heorot.1nova.com (Postfix, from userid 1000) id 5093C3281; Mon, 4 Sep 2000 10:18:19 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 3D9F83280; Mon, 4 Sep 2000 10:18:19 +0000 (GMT) Date: Mon, 4 Sep 2000 10:18:19 +0000 (GMT) From: Rick Hamell To: "Tomlinson, Drew" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Newbie - Docs Explaining System Upgrade and Recompiling Kernel In-Reply-To: <8C224DC088D8D111B67D0000F67AC17E029C49E0@ldcmsx01.lc.ca.gov> 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 "FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000" as > reported from dmesg and would like to upgrade to the new 4.1 release. Any > reference to documentation that would explain how to upgrade or recompile a > kernel in simple, newbie terms would be appreciated. When I was first doing that, the handbook helped a lot. http://www.freebsd.org/handbook It really can't get any simpler then that. :) Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 10:54:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cwalk.org (cx521708-b.pv1.ca.home.com [24.177.2.144]) by hub.freebsd.org (Postfix) with ESMTP id C7A0937B424 for ; Tue, 5 Sep 2000 10:54:44 -0700 (PDT) Received: from butthead.walker (butthead.walker [192.168.1.10]) by cwalk.org (8.9.3/8.9.3) with SMTP id KAA01358; Tue, 5 Sep 2000 10:54:12 -0700 (PDT) (envelope-from cwalker@cwalk.org) From: Caleb Walker To: , "Raymond Hicks" , Subject: Re: strange command output Date: Tue, 5 Sep 2000 10:54:09 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <000d01c01759$a4bea6a0$0a0a0a0a@sysenglt112> In-Reply-To: <000d01c01759$a4bea6a0$0a0a0a0a@sysenglt112> MIME-Version: 1.0 Message-Id: <00090510542803.00254@butthead.walker> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- ps -U root On Tue, 05 Sep 2000, Raymond Hicks wrote: #Cheers BSD team, # I am so pleased with this OS I wanted to let you know firstly... On to #the real problem here.. I had a RedHat box that was hacked recently and I #was trying to mimick the attack on my FreeBSD box and when I was starting #processes on the FreeBSD box, I noticed that my PS command was kinda #strange... it would not return any information about what processes as far #as daemons were running? Is this normal and If I start for instance aN #Ingreslock daemon why doesnt it show up when I type ps -ef? I neeed to know #the process ID so I can kill it? Can anyone here help me? # #regards # #raymond hicks # #UUNET # # # #To Unsubscribe: send mail to majordomo@FreeBSD.org #with "unsubscribe freebsd-questions" in the body of the message -- Thank You, Caleb Walker (310) 519-8359 (310) 753-8668 http://www.cwalk.org Get my pgp public key by fingering cwalker@cwalk.org -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: 9SFJw0igYGybvh6mZvsHAmkdvfeTEIfT iQA/AwUBObUzVB7u1vJ5ZVWEEQIXlQCfSZal6vxzNYMHc4zZqwDjh4NaWFsAn00J 5/o+2IhC5YnCjsDY8cTAEtyt =0UyI -----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 Tue Sep 5 10:59:53 2000 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 D6A7137B424 for ; Tue, 5 Sep 2000 10:59:50 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e85Hx3K08047; Tue, 5 Sep 2000 10:59:03 -0700 (PDT) Date: Tue, 5 Sep 2000 10:59:03 -0700 From: Alfred Perlstein To: "O. Hartmann" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Lahey Fortran95 and FreeBSD/Linux Emulation Message-ID: <20000905105903.P18862@fw.wintelcom.net> References: <20000905085623.M18862@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from ohartman@ipamzlx.physik.uni-mainz.de on Tue, Sep 05, 2000 at 07:14:27PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * O. Hartmann [000905 10:12] wrote: > On Tue, 5 Sep 2000, Alfred Perlstein wrote: > > :>These aren't system calls they are symbols probably exported by glibc, > :>(tyhe Linux standard C library), to get around this I would try > :>installing /usr/ports/devel/linux_devtools, and trying to find a way > :>to inform the Lahey compiler to use the Linux tools and link with > :>the linux libraries. > :> > :>Another option would be to contact Lahey and ask them for some help. > :> > Dear Mr. Perlstein. > Well, thank you for your hint! I installed the port linux_devtools > and - the devil knows, the Lahey F95 compiler works and compiles > without any errors. > > But starting the binary this reports not finding libfj9i6.so, > and I do not know why. > > The binary is branded to be Linux, the /usr/local/lf9555/lib path > is part of ldconfig and I added a row to /compat/linux/etc/ld.so.conf, > so paths to the appropriate shared object should already exists. > > > The error is: > > ddscat: error in loading shared libraries: libfj9i6.so.1: cannot open shared object file: No such file or directory > > Well, if you have another hint left for me, please send it, I > will contact Lahey, too. Hrm, that's confusing, why not try to mirror the Lahey install under /usr/compat/linux/usr/local/ as well and let me know if that helps? Please let me know how/if you get this working, it would make a really nice "howto get Lahey running under FreeBSD webpage". thanks, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 11: 3:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.241.36]) by hub.freebsd.org (Postfix) with ESMTP id D0D8F37B422 for ; Tue, 5 Sep 2000 11:03:29 -0700 (PDT) Received: from lilith (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with SMTP id UAA22797; Tue, 5 Sep 2000 20:03:18 +0200 (MEST) Message-ID: <00b001c01763$934752a0$4011a8c0@wohnheim.uniulm.de> From: "Siegbert Baude" To: "Ignacio Zelaya" , References: <39AE8443.FD9900D4@infovia.com.ar> <39AFB71F.129192BE@gmx.de> <39B50C5F.B34CC728@infovia.com.ar> Subject: Re: TextClockFreq = ?????? Date: Tue, 5 Sep 2000 20:03:18 +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.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 Ignacio, > I put a line whit TextClockFreq 25.175 and now is working fine. > > The strange thing is that frequency is the default to the server > when returns to a console. So why i have to explicitly say that > to the server? Don´t know. On my system it was the default. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 11: 3:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from itsport.iserver.net (itsport.iserver.net [161.58.225.203]) by hub.freebsd.org (Postfix) with ESMTP id A1A6037B423 for ; Tue, 5 Sep 2000 11:03:57 -0700 (PDT) Received: from credge2 (clgr005330.hs.telusplanet.net [161.184.108.250]) by itsport.iserver.net (8.8.8) id MAA95619; Tue, 5 Sep 2000 12:03:56 -0600 (MDT) Message-ID: <011501c01764$2d4d8f40$fa6cb8a1@telusplanet.net> From: "Xi Jiang" To: Subject: Date: Tue, 5 Sep 2000 12:07:37 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0112_01C01731.E2146E40" 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_0112_01C01731.E2146E40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable auth 41f577dc unsubscribe freebsd-questions jiang@itsportsnet.com ------=_NextPart_000_0112_01C01731.E2146E40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
auth 41f577dc unsubscribe freebsd-questions jiang@itsportsnet.com ------=_NextPart_000_0112_01C01731.E2146E40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 11:10:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from magneto.precisioncs.net (pcsi2.coast.net [207.158.140.138]) by hub.freebsd.org (Postfix) with ESMTP id 290B137B422 for ; Tue, 5 Sep 2000 11:10:10 -0700 (PDT) Received: from jason (jason.office.precisioncs.net [131.107.2.223]) by magneto.precisioncs.net (8.9.3/8.9.3) with SMTP id OAA00395 for ; Tue, 5 Sep 2000 14:10:07 -0400 (EDT) (envelope-from username@cac.net) Message-ID: <004901c01764$916d4600$df026b83@jason> From: "Jason" To: Subject: IDE Drive Write Timeout errors Date: Tue, 5 Sep 2000 14:10:26 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 My FreeBSD 4.0-Release server seems to have gone mad. It rebooted a couple of minutes ago for no apparant reason. When it rebooted it ran fsck per as standard but when it was running I received "ad0 Write Timout" errors on the console. This of course is not normal and I ended up shutting the box off and restarting it and the errors did not reappear. I was wondering what would cause this, if it could be a bug in FreeBSD (which I doubt it is..) or whether I am looking at possibly a bad hard drive? TIA.. - -Jason -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.8 for non-commercial use iQA/AwUBObU3EHFM6tZ+sl1iEQJ5MACeM3oiOB0Lwk2ysMPFOoALJseKWaQAoNSK oIdfCFCQdTZuRekW2/Dk4uN8 =oDtx -----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 Tue Sep 5 11:18:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from forrie.net (forrie.net [64.20.73.233]) by hub.freebsd.org (Postfix) with ESMTP id 3DD5337B43E for ; Tue, 5 Sep 2000 11:18:17 -0700 (PDT) Received: from forrie.forrie.com (dhcp-north-71-168.navipath.net [64.20.71.168]) by forrie.net with id e85IICM28130 for ; Tue, 5 Sep 2000 14:18:17 -0400 (EDT) Message-Id: <4.3.2.7.2.20000905141127.00ce4790@64.20.73.233> X-Sender: forrie@64.20.73.233 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 05 Sep 2000 14:12:05 -0400 To: freebsd-questions@freebsd.org From: Forrest Aldrich Subject: Uninstalling profiling libs Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, after we've discovered that profiling libs are being built and installed.... is there a way to get rid of them upon the next buildworld/installworld. _F To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 11:19:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.onr.com (smtp.onr.com [207.200.0.21]) by hub.freebsd.org (Postfix) with ESMTP id 06FA637B422 for ; Tue, 5 Sep 2000 11:19:54 -0700 (PDT) Received: from onr.com (austin1-42.onr.com [64.28.100.42]) by smtp.onr.com (8.9.3/8.9.3) with ESMTP id NAA03859 for ; Tue, 5 Sep 2000 13:47:57 -0500 Message-ID: <39B53943.90E8D811@onr.com> Date: Tue, 05 Sep 2000 13:19:47 -0500 From: S Zaveloff X-Mailer: Mozilla 4.61 [en] (OS/2; U) X-Accept-Language: en,ja,zh-TW,zh-CN,ko MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD will not boot Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently purchased the "FreeBSD Handbook" that comes with FreeBSD 4.1 from Walnut Creek CDROM. I installed it according to the instructions and configured X-windows, etc. Everything seemed to go Ok but when I tried to reboot, it started to load the kernel, I got the copyright message and then the following error message: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xbf57e4c fault code = supervisor read, page not present . . . The machine then stops. I am using a Dell 233 MHz Pentium with 128 MB of RAM. I installed FreeBSD in a primary partition on the last 2 GB of a 4.3 GB Western Digital hard disk (disk no. 3). Can anyone help with this? -- -------------------------------------------------- Steven H. Zaveloff zaveloff@onr.com P.O. Box 200203 Tel: (512)219-7142 Austin, Texas 78720-0203 Fax: (707)988-8694 http://www.foreignword.com/cv/document_353.htm * * * * * * * * Both delusion and enlightenment originate within the mind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 11:21:48 2000 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 1954C37B422 for ; Tue, 5 Sep 2000 11:21:46 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id NAA27299; Tue, 5 Sep 2000 13:21:42 -0500 (CDT) (envelope-from dan) Date: Tue, 5 Sep 2000 13:21:41 -0500 From: Dan Nelson To: Forrest Aldrich Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Uninstalling profiling libs Message-ID: <20000905132141.A27094@dan.emsphone.com> References: <4.3.2.7.2.20000905141127.00ce4790@64.20.73.233> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <4.3.2.7.2.20000905141127.00ce4790@64.20.73.233>; from "Forrest Aldrich" on Tue Sep 5 14:12:05 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 05), Forrest Aldrich said: > Okay, after we've discovered that profiling libs are being built and > installed.... is there a way to get rid of them upon the next > buildworld/installworld. add "NOPROFILE=true" to /etc/make.conf, and "rm -f /usr/lib/lib*_p.a" -- 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 Sep 5 11:23: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id 2BDBC37B424 for ; Tue, 5 Sep 2000 11:22:59 -0700 (PDT) Received: from pD4B896C5.dip0.t-ipconnect.de (pD4B896C5.dip0.t-ipconnect.de [212.184.150.197]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id UAA08096 for ; Tue, 5 Sep 2000 20:22:57 +0200 (MET DST) Date: Tue, 5 Sep 2000 20:24:00 +0200 (CEST) From: Moritz Hardt To: freebsd-questions Subject: low security 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, maybe i'm wrong here with this question, but when i scan my freebsd-computer with nmap using the -O options, which guesses the os and the security-level of the system, it says: ... Difficulty=6312 (Worthy Challenge) That seems to be _really_ low. it confuses me, because i've shutdown most ports, except for 23 and 25. what does that mean? what can i do? thanks in advance! - Moritz Hardt ...Keep Lynx Alive! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 11:26: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cecupdc.sacefcu.org (cecupdc.sacefcu.org [209.142.109.131]) by hub.freebsd.org (Postfix) with ESMTP id 46F7237B422 for ; Tue, 5 Sep 2000 11:25:51 -0700 (PDT) Received: by cecupdc.sacefcu.org with Internet Mail Service (5.5.2650.21) id ; Tue, 5 Sep 2000 13:27:37 -0500 Received: from sacefcu.org (lithium.sacefcu.org [192.149.115.14]) by cecupdc.sacefcu.org with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id SC6K3PVL; Tue, 5 Sep 2000 13:27:32 -0500 From: tomd@sacefcu.org To: root@morix.de Cc: freebsd-questions@freebsd.org Message-ID: <39B53A92.C2EABE59@sacefcu.org> Date: Tue, 05 Sep 2000 13:25:22 -0500 X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 Subject: Re: low security References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It has nothing to do with the ports you have open or closed. It has everything to do with the tcp sequence predictability. Tom Moritz Hardt wrote: > hello, > > maybe i'm wrong here with this question, but when i scan my > freebsd-computer with nmap using the -O options, which guesses the os and > the security-level of the system, it says: > > ... > Difficulty=6312 (Worthy Challenge) > > That seems to be _really_ low. it confuses me, because i've shutdown most > ports, except for 23 and 25. > > what does that mean? what can i do? > > thanks in advance! > > - Moritz Hardt > > ...Keep Lynx Alive! > > 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 Sep 5 11:26:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.bsag.ch (ns.bsag.ch [195.246.88.210]) by hub.freebsd.org (Postfix) with ESMTP id 6F81837B50D for ; Tue, 5 Sep 2000 11:26:33 -0700 (PDT) Received: (from hpr@localhost) by ns.bsag.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id UAA08046; Tue, 5 Sep 2000 20:26:11 +0200 Date: Tue, 5 Sep 2000 20:26:11 +0200 From: Hanspeter Roth Bsag To: Dan Nelson Cc: Alfred Perlstein , freebsd-questions@FreeBSD.ORG Subject: Re: ext2fs support robust? Message-ID: <20000905202611.B7650@bs11.bsag.ch> References: <20000903154433.A13312@bs11.bsag.ch> <20000903140003.D18862@fw.wintelcom.net> <20000904100032.A21607@bs11.bsag.ch> <20000904141605.B14338@dan.emsphone.com> <20000905152852.A4417@bs11.bsag.ch> <20000905102436.A3926@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000905102436.A3926@dan.emsphone.com>; from dnelson@emsphone.com on Tue, Sep 05, 2000 at 10:24:36AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 10:24:36AM -0500, Dan Nelson wrote: > > The main thing is that it supports NFSv3, which makes for write speeds > as fast as regular filesystem writes. Without NFSv3, you have to sync > writes to disk before acknowledging them back to the client, which is > pretty slow. NFSv3 also handles files over 4gb, but that's not an > issue with Linux yet. This if I manage to make Linux 2.2.16 plus Higgen's Merges' Nfs3 patch work on Suse 6.4 I should have an Nfs with similar performance? -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 11:32:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from oak.drexeltech.com (oak.drexeltech.com [64.39.31.169]) by hub.freebsd.org (Postfix) with ESMTP id 0602F37B422 for ; Tue, 5 Sep 2000 11:32:26 -0700 (PDT) Received: from elmo.johnturner.com (adsl-static-1-C7B2BC85.detroit.mi.ameritech.net [199.178.188.133]) by oak.drexeltech.com (8.9.3/8.9.3) with ESMTP id NAA75990; Tue, 5 Sep 2000 13:43:44 -0500 (CDT) (envelope-from john@johnturner.com) Message-Id: <4.3.2.7.0.20000905143042.00b19338@mail.johnturner.com> X-Sender: jturner@mail.johnturner.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 05 Sep 2000 14:31:59 -0400 To: Marty Cawthon , john@drexeltech.com From: John Turner Subject: Re: How to force GMT/UTC Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20000906000622B.mrc@ChipChat.ne.jp> References: <4.3.2.7.0.20000905102548.00b62358@mail.johnturner.com> <4.3.2.7.0.20000905102548.00b62358@mail.johnturner.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 12:06 AM 9/6/2000 +0900, Marty Cawthon wrote: > Look in "/usr/share/zoneinfo/Etc" >You will find many small files: GMT, GMT+0, GMT+1, etc > > First, be cautious > # mv /etc/localtime /etc/localtime.OK > > Second, copy the file > # cp -p /usr/share/zoneinfo/Etc/GMT /etc/localtime worked like a charm, thank you very much!!! Thanks also to the others who replied. > I don't have my notes handy, but I think this is what I do each time >I install FreeBSD. The FreeBSD installation allows me to select many >timezones, >but not GMT. This lack of GMT TZ selection during "Install" strikes me as >odd. I agree. - John Turner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 11:43:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id D499337B424 for ; Tue, 5 Sep 2000 11:43:38 -0700 (PDT) Received: from pD4B896C5.dip0.t-ipconnect.de (pD4B896C5.dip0.t-ipconnect.de [212.184.150.197]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id UAA29092; Tue, 5 Sep 2000 20:43:35 +0200 (MET DST) Date: Tue, 5 Sep 2000 20:44:38 +0200 (CEST) From: Moritz Hardt To: tomd@sacefcu.org Cc: freebsd-questions@FreeBSD.ORG Subject: Re: low security In-Reply-To: <39B53A92.C2EABE59@sacefcu.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 thanks On Tue, 5 Sep 2000 tomd@sacefcu.org wrote: > It has nothing to do with the ports you have open or closed. It has > everything to do with the tcp sequence predictability. ok, that would just mean that nmap is pretty sure he found the os? > > Tom > > > Moritz Hardt wrote: > > > hello, > > > > maybe i'm wrong here with this question, but when i scan my > > freebsd-computer with nmap using the -O options, which guesses the os and > > the security-level of the system, it says: > > > > ... > > Difficulty=6312 (Worthy Challenge) > > > > That seems to be _really_ low. it confuses me, because i've shutdown most > > ports, except for 23 and 25. > > > > what does that mean? what can i do? > > > > thanks in advance! > > > > - Moritz Hardt > > > > ...Keep Lynx Alive! > > > > 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 Sep 5 11:50:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id E21D137B422 for ; Tue, 5 Sep 2000 11:50:20 -0700 (PDT) Received: from parish.my.domain ([62.255.96.156]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000905185013.DNJF16423.mta03-svc.ntlworld.com@parish.my.domain>; Tue, 5 Sep 2000 19:50:13 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id TAA04309; Tue, 5 Sep 2000 19:50:05 +0100 (BST) (envelope-from mark) Date: Tue, 5 Sep 2000 19:50:04 +0100 From: Mark Ovens To: Raymond Hicks Cc: questions@freebsd.org Subject: Re: strange command output Message-ID: <20000905195004.F254@parish> References: <20000905182037.C254@parish> <000f01c01767$81e47fc0$0a0a0a0a@sysenglt112> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <000f01c01767$81e47fc0$0a0a0a0a@sysenglt112>; from rayhicks@uu.net on Tue, Sep 05, 2000 at 02:31:28PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 02:31:28PM -0400, Raymond Hicks wrote: > tried the ps -aux... shows me some things but still doesnt show me the ftpd > or telnetd? should it? > Not sure. ftpd and telnetd don't show up here either, but my machine is standalone so maybe they are not running. OTOH, a reply to a similar question about fingerd got this response: > BTW, why does fingerd not show up with ``ps -ax''? Because inetd starts up fingerd when a request comes in. Once it's fulfilled the request, fingerd exits. This is one of the advantages of inetd -- you can provide a lot of services without having to have daemons for each service running all the time. Maybe telnetd and ftpd work like this also? > thanks > > -----Original Message----- > From: Mark Ovens [mailto:marko@freebsd.org] > Sent: Tuesday, September 05, 2000 1:21 PM > To: Richard Tobin > Cc: rayhicks@UU.NET; freebsd-questions@freebsd.org > Subject: Re: strange command output > > > On Tue, Sep 05, 2000 at 05:56:35PM +0100, Richard Tobin wrote: > > > I noticed that my PS command was kinda strange... > > > > Read the man page for ps. Linux's ps options are probably quite > > different from BSD's. > > > > Try ``ps -ax'' > > > -- Richard > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > 4.4 - The number of the Beastie > ________________________________________________________________ > 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org > 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark > mailto:marko@freebsd.org http://www.radan.com > > -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Tue Sep 5 11:52:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id A6CFF37B424 for ; Tue, 5 Sep 2000 11:52:39 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id XAA09712; Tue, 5 Sep 2000 23:09:01 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: from dialup.rainbow (dialup.rainbow [192.168.5.2]) by raduga.dyndns.org (8.10.0/8.10.0) with ESMTP id e85Iq0419062; Tue, 5 Sep 2000 22:52:00 +0400 Received: (from igor@localhost) by dialup.rainbow (8.9.3/8.9.1) id WAA01070; Tue, 5 Sep 2000 22:57:01 +0400 Date: Tue, 5 Sep 2000 22:57:01 +0400 From: Igor Roboul To: Mike Johnson Cc: freebsd-questions@freebsd.org Subject: Re: ls .. Message-ID: <20000905225701.A1059@localhost> Reply-To: igorr@crosswinds.net References: <20000905155026.7E41088@baddog.yi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <20000905155026.7E41088@baddog.yi.org> X-Operating-System: Linux dialup.rainbow 2.2.14 X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 11:50:26AM -0400, Mike Johnson wrote: > > but ls -G dont work in Eterm and gnome-term .. I dunno about the rest of the > terms.. Launch normal xterm (or rxvt/aterm/wterm) Then "setenv TERM xterm-color" I know that gnome-term/eterm is very bad emulators of vt100 (for example cyrillic looks very ugly "out of box") And I think nobody wonders when MS-Word works better with MS-Windows than for example WordPerfect. So GNU ls will work better with GNU Network Object Model Environment (aka GNOME) :-)) This is some paranoija :-) And of course this is a joke :-)) -- Stop this World. I'll go away http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12: 1:37 2000 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 5333137B424 for ; Tue, 5 Sep 2000 12:01:35 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e85J1NU09930; Tue, 5 Sep 2000 12:01:23 -0700 (PDT) Date: Tue, 5 Sep 2000 12:01:23 -0700 From: Alfred Perlstein To: Hanspeter Roth Bsag Cc: Dan Nelson , freebsd-questions@FreeBSD.ORG Subject: Re: ext2fs support robust? Message-ID: <20000905120123.R18862@fw.wintelcom.net> References: <20000903154433.A13312@bs11.bsag.ch> <20000903140003.D18862@fw.wintelcom.net> <20000904100032.A21607@bs11.bsag.ch> <20000904141605.B14338@dan.emsphone.com> <20000905152852.A4417@bs11.bsag.ch> <20000905102436.A3926@dan.emsphone.com> <20000905202611.B7650@bs11.bsag.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20000905202611.B7650@bs11.bsag.ch>; from roth@bsag.ch on Tue, Sep 05, 2000 at 08:26:11PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Hanspeter Roth Bsag [000905 11:26] wrote: > On Tue, Sep 05, 2000 at 10:24:36AM -0500, Dan Nelson wrote: > > > > The main thing is that it supports NFSv3, which makes for write speeds > > as fast as regular filesystem writes. Without NFSv3, you have to sync > > writes to disk before acknowledging them back to the client, which is > > pretty slow. NFSv3 also handles files over 4gb, but that's not an > > issue with Linux yet. > > This if I manage to make Linux 2.2.16 plus Higgen's Merges' Nfs3 patch > work on Suse 6.4 I should have an Nfs with similar performance? I don't know, we've had NFS3 in FreeBSD for 3 years now at least, and the last known bugs were worked out nearly a year ago. I don't know how long the Linux NFSv3 patch has been around, but considering it sounds like a 0-day patch, I wouldn't count on it. :) -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12: 4:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (mailbox.adm.binghamton.edu [128.226.10.60]) by hub.freebsd.org (Postfix) with ESMTP id D317037B422 for ; Tue, 5 Sep 2000 12:04:39 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id PAA03788 for ; Tue, 5 Sep 2000 15:04:27 -0400 (EDT) Date: Tue, 5 Sep 2000 15:00:56 -0400 (EDT) From: Zhihui Zhang To: freebsd-questions@freebsd.org Subject: wine error messages 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 wine with some success, but it complains when it starts: Invalid path 'c:\windows\Profiles\Administrator' for profile directory can't load win95 user-registry c:\windows\Profiles\Administrator\user.dat Is this serious? I have deleted the following lines from wine.conf: [Drive A] Path=/mnt/fd0 Type=floppy Label=Floppy Serial=87654321 Device=/dev/fd0 Thanks for your help. I am using 4.1-Release. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12: 6:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id 5421C37B422 for ; Tue, 5 Sep 2000 12:06:51 -0700 (PDT) Received: by snoopy.brwn.org (Postfix, from userid 1001) id F30671D9A; Tue, 5 Sep 2000 21:06:47 +0200 (SAST) Date: Tue, 5 Sep 2000 21:06:47 +0200 From: Willem Brown To: Odhiambo Washington Cc: FreeBSD-Questions Subject: Re: /var/account Message-ID: <20000905210647.A53631@snoopy.brwn.org> References: <20000905123015.C84333@siafu.iconnect.co.ke> <20000905143636.A25218@siafu.iconnect.co.ke> <20000905124816.C72445@strontium.scientia.demon.co.uk> <20000905152501.C25218@siafu.iconnect.co.ke> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000905152501.C25218@siafu.iconnect.co.ke>; from vedette@iconnect.co.ke on Tue, Sep 05, 2000 at 03:25:01PM +0300 X-Public-Key: http://willem.brwn.org/pubkey.txt X-Chat-Server: http://chat.brwn.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Edit the /etc/sysctl.conf file and add "kern.maxprocperuid=1000", without the quotes. See the man page for sysctl.conf. man 5 sysctl.conf On Tue, Sep 05, 2000 at 03:25:01PM +0300, Odhiambo Washington wrote: > Quoting Ben Smithurst : > [000905 14:55]: > Ben Smithurst>Odhiambo Washington wrote: > Ben Smithurst> > Ben Smithurst>> Thanks, Paul for this info. What I was seeing is the size of the /var > Ben Smithurst>> slice going up and up and I narrowed on this file. So could that also be > Ben Smithurst>> the reason I get the message " /kernel: proc: table is full" or this is > Ben Smithurst>> being caused by something else? All these issues are coming to me after > Ben Smithurst>> the recent cvsup.... > Ben Smithurst> > Ben Smithurst>No, "proc: table is full" means the process table has full, that has > Ben Smithurst>nothing to do with the filesystem. Basically it means you have too many > Ben Smithurst>processes running at once and you'll need to increase maxusers in your > Ben Smithurst>kernel config or kern.maxproc with sysctl. > > I did this, is it okay and is it made permanent? > sysctl -w kern.maxprocperuid=1000 > I did not mind the number, obtained from 'man sysctl'. What is the net > effect? Do I need to make kern.maxproc=1000 also? > > NB: You're inducting me to FBSD internals. Thank you so much. > > > -- > Odhiambo Washington > Systems Administrator > Inter-Connect Ltd. > 3rd Flr The Chancery > Valley Rd > PO Box 39519 Nairobi, KENYA > Tel: 254 2 711140 > Fax: 254 2 718418 > > One death is a tragedy. A million deaths is a statistic. -Josef Stalin > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Best Regards Willem Brown -- /* =============================================================== */ /* Linux, FreeBSD, NetBSD, OpenBSD. The choice is yours. */ /* =============================================================== */ "This process can check if this value is zero, and if it is, it does something child-like." -- Forbes Burkowski, Computer Science 454 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12: 8:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id 51A5437B423 for ; Tue, 5 Sep 2000 12:08:46 -0700 (PDT) Received: from pD4B896C5.dip0.t-ipconnect.de (pD4B896C5.dip0.t-ipconnect.de [212.184.150.197]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id VAA20935; Tue, 5 Sep 2000 21:08:42 +0200 (MET DST) Date: Tue, 5 Sep 2000 21:09:46 +0200 (CEST) From: Moritz Hardt To: Zhihui Zhang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: wine error messages 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 No, it doesn't really look serios, since wine produces lots of that error messages. but i don't understand why you deleted the lines for your floppy drive! Moritz - Keep Lynx Alive! On Tue, 5 Sep 2000, Zhihui Zhang wrote: > > I tried wine with some success, but it complains when it starts: > > Invalid path 'c:\windows\Profiles\Administrator' for profile directory > can't load win95 user-registry c:\windows\Profiles\Administrator\user.dat > > Is this serious? I have deleted the following lines from wine.conf: > > [Drive A] > Path=/mnt/fd0 > Type=floppy > Label=Floppy > Serial=87654321 > Device=/dev/fd0 > > Thanks for your help. I am using 4.1-Release. > > -Zhihui > > > > 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 Sep 5 12:12: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id 5444337B424 for ; Tue, 5 Sep 2000 12:12:04 -0700 (PDT) Received: from atlweb.demon.co.uk ([158.152.163.139]) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 13WO8X-000GCk-0C for FreeBSD-questions@FreeBSD.org; Tue, 5 Sep 2000 19:12:03 +0000 Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: FreeBSD-questions@FreeBSD.org From: Kevin Robert Matthew Fitzgerald Subject: No Boot after installation Date: Tue, 5 Sep 2000 19:12:03 +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have loaded Free BSD onto a partition on my hard drive (shared with MS DOS) but after the process of installation I cannot get the system to boot. I get the messages - No/boot/loader >>Free BSD/i386 BOOT Default:0:ad(0,a)/kernel boot: No/kernel I tried prompting with 1:wd(2,a)kernel and - Dh and both were rejected. I believe according to the manual on page 100 that my ATAPI CD-ROM drive does not fit the expected specification. It is a CD-224E and is 24 speed but I cannot find any other details about the IDE. Any advice would be extremely appreciated - kind regards Kevin Fitzgerald. _______________________________________ Roderick Boekdrukker meyho information systems ltd The Business Village Broomhill Road London SW18 4JQ email : r.boekdrukker@info-sys.bbk.ac.uk tel.: +44 (0)181 871 5189 +44 (0)802 871 5189 _______________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12:15:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (mailbox.adm.binghamton.edu [128.226.10.60]) by hub.freebsd.org (Postfix) with ESMTP id CFE8C37B424 for ; Tue, 5 Sep 2000 12:15:12 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id PAA09073; Tue, 5 Sep 2000 15:15:06 -0400 (EDT) Date: Tue, 5 Sep 2000 15:11:34 -0400 (EDT) From: Zhihui Zhang To: Moritz Hardt Cc: freebsd-questions@FreeBSD.ORG Subject: Re: wine error messages 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, 5 Sep 2000, Moritz Hardt wrote: > > No, it doesn't really look serios, since wine produces lots of that error > messages. > > but i don't understand why you deleted the lines for your floppy drive! Thanks for your reply! Because wine complains that it can not get stat of it. Now I guess if I need to run something off a DOS floppy, I will need it. By the way, do you have any idea what kind of serious applications can run under wine. I only run solitare now. I guess that I can not run MS office (why?). -Zhihui > > On Tue, 5 Sep 2000, Zhihui Zhang wrote: > > > > > I tried wine with some success, but it complains when it starts: > > > > Invalid path 'c:\windows\Profiles\Administrator' for profile directory > > can't load win95 user-registry c:\windows\Profiles\Administrator\user.dat > > > > Is this serious? I have deleted the following lines from wine.conf: > > > > [Drive A] > > Path=/mnt/fd0 > > Type=floppy > > Label=Floppy > > Serial=87654321 > > Device=/dev/fd0 > > > > Thanks for your help. I am using 4.1-Release. > > > > -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12:15:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp4.singnet.com.sg (smtp4.singnet.com.sg [165.21.101.224]) by hub.freebsd.org (Postfix) with ESMTP id 1953037B422 for ; Tue, 5 Sep 2000 12:15:41 -0700 (PDT) Received: from netserver01 (ad202.166.107.146.magix.com.sg [202.166.107.146]) by smtp4.singnet.com.sg (8.9.3/8.9.3) with SMTP id DAA85794 for ; Wed, 6 Sep 2000 03:15:34 +0800 (SGT) (envelope-from spades@galaxynet.org) Message-Id: <3.0.32.20000906031555.0096ac20@smtp.magix.com.sg> X-Sender: spades@smtp.magix.com.sg X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 06 Sep 2000 03:15:55 +0800 To: freebsd-questions@freebsd.org From: Spades Subject: Re: High usage processes 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 i have my FreeBSD system to autokill processes with high usage of exceeding 3k cpu/ram usage: This doesnt seem to work, any more ideas? /etc/login.conf basic-user:\ :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ :setenv=MAIL=$HOME/Mailbox,BLOCKSIZE=K:\ :path=~/bin /bin /usr/bin /usr/local/bin:\ :nologin=/var/run/nologin:\ :cputime=2h:\ :datasize=5M:\ :stacksize=2M:\ :memorylocked=3M:\ :memoryuse=3M:\ :filesize=50M:\ :coredumpsize=1M:\ :openfiles=128:\ :maxproc=20:\ :priority=0:\ :ignoretime@:\ :umask=022: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12:17:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.bsag.ch (ns.bsag.ch [195.246.88.210]) by hub.freebsd.org (Postfix) with ESMTP id 597A437B424 for ; Tue, 5 Sep 2000 12:17:20 -0700 (PDT) Received: (from hpr@localhost) by ns.bsag.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id VAA08562 for freebsd-questions@FreeBSD.ORG; Tue, 5 Sep 2000 21:17:18 +0200 Date: Tue, 5 Sep 2000 21:17:17 +0200 From: Hanspeter Roth Bsag To: freebsd-questions@FreeBSD.ORG Subject: procmail diverts mail to daemon's mailbox Message-ID: <20000905211717.A8472@bs11.bsag.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I've setup a simple .procmailrc for Root: # .procmailrc :0 /var/mail/root But all mail for root get's to /var/root/daemon. What's wrong? -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12:18:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp4.singnet.com.sg (smtp4.singnet.com.sg [165.21.101.224]) by hub.freebsd.org (Postfix) with ESMTP id 4F5E437B423 for ; Tue, 5 Sep 2000 12:18:36 -0700 (PDT) Received: from netserver01 (ad202.166.107.146.magix.com.sg [202.166.107.146]) by smtp4.singnet.com.sg (8.9.3/8.9.3) with SMTP id DAA85972 for ; Wed, 6 Sep 2000 03:18:29 +0800 (SGT) (envelope-from spades@galaxynet.org) Message-Id: <3.0.32.20000906031850.0096d100@smtp.magix.com.sg> X-Sender: spades@smtp.magix.com.sg X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 06 Sep 2000 03:18:50 +0800 To: freebsd-questions@freebsd.org From: Spades Subject: Re: High usage processes Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I wish to block ICMP from these 2 IPs, i added ipfw add 60 deny icmp from 24.141.116.0/24 to any in ipfw add 61 deny icmp from 205.149.70.0/24 to any in However, the IP still can icmp in..whats going on? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12:19: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 2E6C237B423 for ; Tue, 5 Sep 2000 12:18:45 -0700 (PDT) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id BAA99845 for ; Wed, 6 Sep 2000 01:17:21 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.9.3/8.8.6) with UUCP id BAA25258 for questions@FreeBSD.ORG; Wed, 6 Sep 2000 01:17:00 +0600 (ESS) Received: from localhost (localhost [127.0.0.1]) by jane.cgu.chel.su (8.11.0/8.9.2) with ESMTP id e85JFDp08296 for ; Wed, 6 Sep 2000 01:15:15 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Date: Wed, 6 Sep 2000 01:15:12 +0600 (ESS) From: Ilia Chipitsine To: questions@FreeBSD.ORG Subject: USER_LDT @ 4.1STABLE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG well, I simply cannot compile a kernel with USER_LDT, why should it be ? Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12:19:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id 1E1F037B43E for ; Tue, 5 Sep 2000 12:19:15 -0700 (PDT) Received: from pD4B896C5.dip0.t-ipconnect.de (pD4B896C5.dip0.t-ipconnect.de [212.184.150.197]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id VAA29469; Tue, 5 Sep 2000 21:19:11 +0200 (MET DST) Date: Tue, 5 Sep 2000 21:20:15 +0200 (CEST) From: Moritz Hardt To: Zhihui Zhang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: wine error messages 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 Wine is still alpha-version. so it comes up with a lot of bugs and is too weak to emulate bigger software. and i strongly recommecnd you not to try it, since wine crashes often and doesn't even clean up after it is terminated. Moritz - Keep Lynx Alive! On Tue, 5 Sep 2000, Zhihui Zhang wrote: > > On Tue, 5 Sep 2000, Moritz Hardt wrote: > > > > > No, it doesn't really look serios, since wine produces lots of that error > > messages. > > > > but i don't understand why you deleted the lines for your floppy drive! > > Thanks for your reply! Because wine complains that it can not get stat of > it. Now I guess if I need to run something off a DOS floppy, I will need > it. By the way, do you have any idea what kind of serious applications > can run under wine. I only run solitare now. I guess that I can not run > MS office (why?). > > -Zhihui > > > > > On Tue, 5 Sep 2000, Zhihui Zhang wrote: > > > > > > > > I tried wine with some success, but it complains when it starts: > > > > > > Invalid path 'c:\windows\Profiles\Administrator' for profile directory > > > can't load win95 user-registry c:\windows\Profiles\Administrator\user.dat > > > > > > Is this serious? I have deleted the following lines from wine.conf: > > > > > > [Drive A] > > > Path=/mnt/fd0 > > > Type=floppy > > > Label=Floppy > > > Serial=87654321 > > > Device=/dev/fd0 > > > > > > Thanks for your help. I am using 4.1-Release. > > > > > > -Zhihui > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12:20:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id AA4F037B424 for ; Tue, 5 Sep 2000 12:20:32 -0700 (PDT) Received: from parish.my.domain ([62.255.96.156]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000905192026.EBEN26680.mta01-svc.ntlworld.com@parish.my.domain>; Tue, 5 Sep 2000 20:20:26 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id UAA04752; Tue, 5 Sep 2000 20:20:13 +0100 (BST) (envelope-from mark) Date: Tue, 5 Sep 2000 20:20:13 +0100 From: Mark Ovens To: Zhihui Zhang Cc: Moritz Hardt , freebsd-questions@freebsd.org Subject: Re: wine error messages Message-ID: <20000905202013.H254@parish> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from zzhang@cs.binghamton.edu on Tue, Sep 05, 2000 at 03:11:34PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 03:11:34PM -0400, Zhihui Zhang wrote: > > On Tue, 5 Sep 2000, Moritz Hardt wrote: > > > > > No, it doesn't really look serios, since wine produces lots of that error > > messages. > > > > but i don't understand why you deleted the lines for your floppy drive! > > Thanks for your reply! Because wine complains that it can not get stat of > it. Because there is no floppy in the drive. It stats the disk, not the drive. > Now I guess if I need to run something off a DOS floppy, I will need > it. By the way, do you have any idea what kind of serious applications > can run under wine. I only run solitare now. I guess that I can not run > MS office (why?). Wanna bet? http://ukug.uk.freebsd.org/~mark/word97_screen_shot.jpg > > -Zhihui > > > > > On Tue, 5 Sep 2000, Zhihui Zhang wrote: > > > > > > > > I tried wine with some success, but it complains when it starts: > > > > > > Invalid path 'c:\windows\Profiles\Administrator' for profile directory > > > can't load win95 user-registry c:\windows\Profiles\Administrator\user.dat > > > > > > Is this serious? I have deleted the following lines from wine.conf: > > > > > > [Drive A] > > > Path=/mnt/fd0 > > > Type=floppy > > > Label=Floppy > > > Serial=87654321 > > > Device=/dev/fd0 > > > > > > Thanks for your help. I am using 4.1-Release. > > > > > > -Zhihui > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Tue Sep 5 12:21:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp4.singnet.com.sg (smtp4.singnet.com.sg [165.21.101.224]) by hub.freebsd.org (Postfix) with ESMTP id 2320E37B424 for ; Tue, 5 Sep 2000 12:21:52 -0700 (PDT) Received: from netserver01 (ad202.166.107.146.magix.com.sg [202.166.107.146]) by smtp4.singnet.com.sg (8.9.3/8.9.3) with SMTP id DAA86197 for ; Wed, 6 Sep 2000 03:21:45 +0800 (SGT) (envelope-from spades@galaxynet.org) Message-Id: <3.0.32.20000906032206.00b82310@smtp.magix.com.sg> X-Sender: spades@smtp.magix.com.sg X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 06 Sep 2000 03:22:06 +0800 To: freebsd-questions@freebsd.org From: Spades Subject: ICMP Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I wish to block ICMP from these 2 IPs, i added ipfw add 60 deny icmp from 24.141.116.0/24 to any in ipfw add 61 deny icmp from 205.149.70.0/24 to any in However, the IP still can icmp in..whats going on? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12:27:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (mailbox.adm.binghamton.edu [128.226.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 6E25237B423; Tue, 5 Sep 2000 12:27:52 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id PAA16982; Tue, 5 Sep 2000 15:27:51 -0400 (EDT) Date: Tue, 5 Sep 2000 15:24:20 -0400 (EDT) From: Zhihui Zhang To: Mark Ovens Cc: Moritz Hardt , freebsd-questions@freebsd.org Subject: Re: wine error messages In-Reply-To: <20000905202013.H254@parish> 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, 5 Sep 2000, Mark Ovens wrote: > On Tue, Sep 05, 2000 at 03:11:34PM -0400, Zhihui Zhang wrote: > > > > On Tue, 5 Sep 2000, Moritz Hardt wrote: > > > > > > > > No, it doesn't really look serios, since wine produces lots of that error > > > messages. > > > > > > but i don't understand why you deleted the lines for your floppy drive! > > > > Thanks for your reply! Because wine complains that it can not get stat of > > it. > > Because there is no floppy in the drive. It stats the disk, not the > drive. > > > Now I guess if I need to run something off a DOS floppy, I will need > > it. By the way, do you have any idea what kind of serious applications > > can run under wine. I only run solitare now. I guess that I can not run > > MS office (why?). > > Wanna bet? http://ukug.uk.freebsd.org/~mark/word97_screen_shot.jpg It is impressive. So I can run Word 97 in FreeBSD without rebooting into Windows 98! -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12:28:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79B8C37B424 for ; Tue, 5 Sep 2000 12:28:13 -0700 (PDT) Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6A7F6E2EC7 for ; Tue, 5 Sep 2000 12:28:06 -0700 (PDT) Received: by snoopy.brwn.org (Postfix, from userid 1001) id B2F741D9A; Tue, 5 Sep 2000 21:25:59 +0200 (SAST) Date: Tue, 5 Sep 2000 21:25:59 +0200 From: Willem Brown To: Terje Oseberg Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 Message-ID: <20000905212559.B53631@snoopy.brwn.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from oseberg@hotmail.com on Tue, Sep 05, 2000 at 05:07:04PM +0000 X-Public-Key: http://willem.brwn.org/pubkey.txt X-Chat-Server: http://chat.brwn.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Tue, Sep 05, 2000 at 05:07:04PM +0000, Terje Oseberg wrote: > I have a question regarding Virtual Hosts. > > I've gotten it working on FreeBSD 3.2 and it was simple and > quick to set up. I've tried to and failed to get it to work > on FreeBSD 4.0 with the same Apache 1.3.12. I've tried to use > the same config file and everything. I've also tried using > the default config file and just adding my virtual hosts > directives at the end. > > Here's what I added: > NameVirtualHost 216.15.83.94 > > Should this be the actual name of the virtual host and not the IP address? The first virtual host definition will be the default default site. If a client does not support HTTP/1.1 for instance they'll always end up on the first virtual host. > DocumentRoot /data/web/ > ServerName 216.15.83.94 > > > > DocumentRoot /data/web/www.etiam.net/ > ServerName www.etiam.net > ServerAlias etiam.net > > > > DocumentRoot /data/web/www.fineworks.com/ > ServerName www.fineworks.com > ServerAlias fineworks.com > > > # More of the same deleted. > > I have not set up the DNS's for this stuff, so to test it, > please telnet to port 80 on 216.15.83.94 and do a request > with either: > > GET /x.html HTTP/1.1 > host: www.fineworks.com > > > or > > GET http://www.fineworks.com/x.html HTTP/1.0 > > > I believe that both should work, but both don't work, but both > don't. You can also check out my info page at: > http://216.15.83.94/server-info > > An exact copy of my httpd.conf file may be found at: > http://216.15.83.94/httpd.conf.txt > > A copy of my dmesg output: > http://216.15.83.94/dmesg.txt > > A copy of my current kernel config file: > http://216.15.83.94/FIREWALL.txt > > Output from my ifconfig -a: > http://216.15.83.94/ifconfig-a.txt > > If there's anything else anyone needs to figure this out, please > let me know and I'll put it online. > > Because I've been trying everything possible in the httpd.conf file > that might fix things, my httpd.conf file might be lacking stuff by > now, or have way more stuff than it needs. This is because at this > point, I'm completely unsure of what could or couldn't be causing > this problem. > > Terje > > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > Share information about yourself, create your own public profile at > http://profiles.msn.com. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Best Regards Willem Brown -- /* =============================================================== */ /* Linux, FreeBSD, NetBSD, OpenBSD. The choice is yours. */ /* =============================================================== */ Even water tastes bad when taken on doctors orders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12:33:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cwalk.org (cx521708-b.pv1.ca.home.com [24.177.2.144]) by hub.freebsd.org (Postfix) with ESMTP id A412837B43E for ; Tue, 5 Sep 2000 12:33:33 -0700 (PDT) Received: from butthead.walker (butthead.walker [192.168.1.10]) by cwalk.org (8.9.3/8.9.3) with SMTP id MAA01534; Tue, 5 Sep 2000 12:29:48 -0700 (PDT) (envelope-from cwalker@cwalk.org) From: Caleb Walker To: Ilia Chipitsine , questions@FreeBSD.ORG Subject: Re: USER_LDT @ 4.1STABLE Date: Tue, 5 Sep 2000 12:29:15 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: In-Reply-To: MIME-Version: 1.0 Message-Id: <0009051230030N.00254@butthead.walker> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Is this a new install? An Upgrade? Source current? On Tue, 05 Sep 2000, Ilia Chipitsine wrote: #well, I simply cannot compile a kernel with USER_LDT, why should it be ? # #Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) #Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) # # # #To Unsubscribe: send mail to majordomo@FreeBSD.org #with "unsubscribe freebsd-questions" in the body of the message -- Thank You, Caleb Walker (310) 519-8359 (310) 753-8668 http://www.cwalk.org Get my pgp public key by fingering cwalker@cwalk.org -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: miTsK+8GmNOYlMZaT7y3yj9Ye68cOua3 iQA/AwUBObVJux7u1vJ5ZVWEEQJV1gCfezutXOrSaHqQsdJEeMw+PAUAiskAoKyx Sd2Q26VNuJKjLEMuhyGuaDHm =Ons6 -----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 Tue Sep 5 12:41:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gate.cpmet.ufpel.tche.br (gate.cpmet.ufpel.tche.br [200.248.148.33]) by hub.freebsd.org (Postfix) with ESMTP id 4909A37B42C for ; Tue, 5 Sep 2000 12:41:36 -0700 (PDT) Received: from localhost (casantos@localhost) by gate.cpmet.ufpel.tche.br (8.9.3/8.9.3) with ESMTP id TAA20023 for ; Tue, 5 Sep 2000 19:45:06 GMT (envelope-from casantos@cpmet.ufpel.tche.br) X-Authentication-Warning: gate.cpmet.ufpel.tche.br: casantos owned process doing -bs Date: Tue, 5 Sep 2000 19:45:05 +0000 (GMT) From: Carlos A M dos Santos To: FreeBSD questions list Subject: PHP port to FreeBSD: two 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 Hello, I have two questions about the FreeBSD port of PHP: 1. The port makefile contains "--without-gd" in CONFIGURE_ARGS. Does someone know why is GD disabled? 2. It seems that it's not possible to generate a standalone php interpreter (CGI) from the port. Have someone hacked it to do so? Thanks in advance -- Carlos A. M. dos Santos Federal University of Pelotas Meteorological Research Center Av. Ildefonso Simoes Lopes 2791 Pelotas, RS, Brasil, CEP 96060-290 WWW: http://www.cpmet.ufpel.tche.br RENPAC (X.25): 153231641 Phone: +55 53 277-6767 FAX: +55 53 277-6722 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12:42:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gplsucks.org (mail.gplsucks.org [63.227.213.93]) by hub.freebsd.org (Postfix) with ESMTP id 1103D37B43E for ; Tue, 5 Sep 2000 12:42:13 -0700 (PDT) Received: from localhost (bwoods2@localhost) by mail.gplsucks.org (8.11.0/8.11.0) with ESMTP id e85JgCq01063 for ; Tue, 5 Sep 2000 12:42:12 -0700 (PDT) Date: Tue, 5 Sep 2000 12:42:11 -0700 (PDT) From: William Woods To: freebsd-questions@freebsd.org Subject: Perl 5.6.... 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 idea when Perl 5.6 will be MFC'd ? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12:47:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (mailbox.adm.binghamton.edu [128.226.10.60]) by hub.freebsd.org (Postfix) with ESMTP id D326C37B43E; Tue, 5 Sep 2000 12:47:30 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id PAA26442; Tue, 5 Sep 2000 15:47:18 -0400 (EDT) Date: Tue, 5 Sep 2000 15:43:46 -0400 (EDT) From: Zhihui Zhang To: Mark Ovens Cc: Moritz Hardt , freebsd-questions@FreeBSD.ORG Subject: Re: wine error messages 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 > > > Now I guess if I need to run something off a DOS floppy, I will need > > > it. By the way, do you have any idea what kind of serious applications > > > can run under wine. I only run solitare now. I guess that I can not run > > > MS office (why?). > > > > Wanna bet? http://ukug.uk.freebsd.org/~mark/word97_screen_shot.jpg I just tried the following: # wine WINWORD.EXE It pops up a windows, saying "This application must be installed to run. Please run Setup from the location where you originally installed the applcation". And wine says: fixme: system: SystemParametersInfoA SPI_GETHIGHCONTRAST not fully inplemented. If it is not too complicated, could you please tell me how to set it up? I want to impress my friend with this. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 12:57:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f287.law8.hotmail.com [216.33.240.162]) by hub.freebsd.org (Postfix) with ESMTP id 9B44D37B422 for ; Tue, 5 Sep 2000 12:57:54 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 5 Sep 2000 12:57:54 -0700 Received: from 63.207.125.156 by lw8fd.law8.hotmail.msn.com with HTTP; Tue, 05 Sep 2000 19:57:53 GMT X-Originating-IP: [63.207.125.156] From: "Terje Oseberg" To: freebsd-questions@FreeBSD.ORG Subject: Re: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 Date: Tue, 05 Sep 2000 19:57:53 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 05 Sep 2000 19:57:54.0482 (UTC) FILETIME=[9466D920:01C01773] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for your help Willem. I changed my config file to have: NameVirtualHost 216.15.83.94 DocumentRoot /data/web/ ServerName alpha.etiam.net DocumentRoot /data/web/www.etiam.net/ ServerName www.etiam.net ServerAlias etiam.net DocumentRoot /data/web/www.fineworks.com/ ServerName www.fineworks.com ServerAlias fineworks.com instead of what I had before and tried both GET queries. It still didn't work. What I had before does work great on FreeBSD 3.2 with the same version of Apache. I could try your changes on my 3.2 server and see if they work there. Do you think I should? Hey, at this point, I'll try anything. Terje ########################################################### Hi, On Tue, Sep 05, 2000 at 05:07:04PM +0000, Terje Oseberg wrote: >I have a question regarding Virtual Hosts. > >I've gotten it working on FreeBSD 3.2 and it was simple and >quick to set up. I've tried to and failed to get it to work >on FreeBSD 4.0 with the same Apache 1.3.12. I've tried to use >the same config file and everything. I've also tried using >the default config file and just adding my virtual hosts >directives at the end. > >Here's what I added: >NameVirtualHost 216.15.83.94 > > Should this be the actual name of the virtual host and not the IP address? The first virtual host definition will be the default default site. If a client does not support HTTP/1.1 for instance they'll always end up on the first virtual host. > DocumentRoot /data/web/ > ServerName 216.15.83.94 > > > > DocumentRoot /data/web/www.etiam.net/ > ServerName www.etiam.net > ServerAlias etiam.net > > > > DocumentRoot /data/web/www.fineworks.com/ > ServerName www.fineworks.com > ServerAlias fineworks.com > > ># More of the same deleted. > >I have not set up the DNS's for this stuff, so to test it, >please telnet to port 80 on 216.15.83.94 and do a request >with either: > >GET /x.html HTTP/1.1 >host: www.fineworks.com > > >or > >GET http://www.fineworks.com/x.html HTTP/1.0 > > >I believe that both should work, but both don't work, but both >don't. You can also check out my info page at: >http://216.15.83.94/server-info > >An exact copy of my httpd.conf file may be found at: >http://216.15.83.94/httpd.conf.txt > >A copy of my dmesg output: >http://216.15.83.94/dmesg.txt > >A copy of my current kernel config file: >http://216.15.83.94/FIREWALL.txt > >Output from my ifconfig -a: >http://216.15.83.94/ifconfig-a.txt > >If there's anything else anyone needs to figure this out, please >let me know and I'll put it online. > >Because I've been trying everything possible in the httpd.conf file >that might fix things, my httpd.conf file might be lacking stuff by >now, or have way more stuff than it needs. This is because at this >point, I'm completely unsure of what could or couldn't be causing >this problem. > >Terje > >_________________________________________________________________________ >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > >Share information about yourself, create your own public profile at >http://profiles.msn.com. > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > Best Regards _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 13: 4:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id D567437B423 for ; Tue, 5 Sep 2000 13:04:27 -0700 (PDT) Received: from parish.my.domain ([62.255.96.138]) by mta06-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000905200425.DINI312.mta06-svc.ntlworld.com@parish.my.domain>; Tue, 5 Sep 2000 21:04:25 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id VAA05674; Tue, 5 Sep 2000 21:04:19 +0100 (BST) (envelope-from mark) Date: Tue, 5 Sep 2000 21:04:19 +0100 From: Mark Ovens To: Zhihui Zhang Cc: Moritz Hardt , freebsd-questions@FreeBSD.ORG Subject: Re: wine error messages Message-ID: <20000905210418.I254@parish> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from zzhang@cs.binghamton.edu on Tue, Sep 05, 2000 at 03:43:46PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 03:43:46PM -0400, Zhihui Zhang wrote: > > > > > Now I guess if I need to run something off a DOS floppy, I will need > > > > it. By the way, do you have any idea what kind of serious applications > > > > can run under wine. I only run solitare now. I guess that I can not run > > > > MS office (why?). > > > > > > Wanna bet? http://ukug.uk.freebsd.org/~mark/word97_screen_shot.jpg > > I just tried the following: > > # wine WINWORD.EXE > > It pops up a windows, saying "This application must be installed to > run. Please run Setup from the location where you originally installed the > applcation". > Well, without knowing your full setup, I can't guarantee to have the exact answer, but first, try cd(1)'ing to the directory where WINWORD.EXE lives, then running ``wine WINWORD.EXE'' and see if that works. I was running it under Win95 and found things worked better if I used ``--winver win95'' as an argument to wine. I don't know if there is a "win98" argument to ``--winver'', if not you could try "in95". > And wine says: > > fixme: system: SystemParametersInfoA SPI_GETHIGHCONTRAST not fully > inplemented. > > If it is not too complicated, could you please tell me how to set it up? I > want to impress my friend with this. > > -Zhihui > -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Tue Sep 5 13:12:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cwalk.org (cx521708-b.pv1.ca.home.com [24.177.2.144]) by hub.freebsd.org (Postfix) with ESMTP id 24B3337B422 for ; Tue, 5 Sep 2000 13:12:51 -0700 (PDT) Received: from butthead.walker (butthead.walker [192.168.1.10]) by cwalk.org (8.9.3/8.9.3) with SMTP id NAA01597; Tue, 5 Sep 2000 13:11:48 -0700 (PDT) (envelope-from cwalker@cwalk.org) From: Caleb Walker To: Spades , freebsd-questions@FreeBSD.ORG Subject: Re: High usage processes Date: Tue, 5 Sep 2000 13:05:20 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <3.0.32.20000906031850.0096d100@smtp.magix.com.sg> In-Reply-To: <3.0.32.20000906031850.0096d100@smtp.magix.com.sg> MIME-Version: 1.0 Message-Id: <0009051312020P.00254@butthead.walker> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- I am by no means a firewall expert but I just got mine up working and I havent seen anyone reply so I thought I would put my one or two cents in. Is there a specific reason you put the index numbers in at 60? Maybe try them with out the index numers. And if you have logging turned on in your kernel you could put a log command in there as well and see if it loggs anything. ipfw add deny log icmp from 24.141.116.0/24 to any in Another thing is who is the 24 address? Is it someone on the outside network(Internet) trying to ping your firewall? Who is the 'any' going to be? What is the layout of who and what do you want ot block ? I hope I am wording this well... On Tue, 05 Sep 2000, Spades wrote: #I wish to block ICMP from these2 IPs, i added # #ipfw add 60 deny icmp from 24.141.116.0/24 to any in #ipfw add 61 deny icmp from 205.149.70.0/24 to any in # #However, the IP still can icmp in..whats going on? # # # # #To Unsubscribe: send mail to majordomo@FreeBSD.org #with "unsubscribe freebsd-questions" in the body of the message -- Thank You, Caleb Walker (310) 519-8359 (310) 753-8668 http://www.cwalk.org Get my pgp public key by fingering cwalker@cwalk.org -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: 752fXZfpoCMVSHbE3dAQST1gmkDRcQAN iQA/AwUBObVTkh7u1vJ5ZVWEEQLkIwCdG/t4W7dlhvOiYsAaIYFxUHNmpMIAn15m NdL+PzU3qVOK9uPGaSEOpV7I =GczF -----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 Tue Sep 5 13:15:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (mailbox.adm.binghamton.edu [128.226.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 8BE1537B424; Tue, 5 Sep 2000 13:15:16 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id QAA12673; Tue, 5 Sep 2000 16:15:15 -0400 (EDT) Date: Tue, 5 Sep 2000 16:11:44 -0400 (EDT) From: Zhihui Zhang To: Mark Ovens Cc: Moritz Hardt , freebsd-questions@freebsd.org Subject: Re: wine error messages In-Reply-To: <20000905210418.I254@parish> 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, without knowing your full setup, I can't guarantee to have the > exact answer, but first, try cd(1)'ing to the directory where > WINWORD.EXE lives, then running ``wine WINWORD.EXE'' and see if that > works. > > I was running it under Win95 and found things worked better if I used > ``--winver win95'' as an argument to wine. I don't know if there is a > "win98" argument to ``--winver'', if not you could try "in95". It does not work. I am using FreeBSD 4.1-Release, wine 20000526. X-windows 3.3.6, Gnome + Afterstep. Dell Inspiron 5000. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 13:16:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.241.36]) by hub.freebsd.org (Postfix) with ESMTP id 8937C37B422; Tue, 5 Sep 2000 13:16:23 -0700 (PDT) Received: from lilith (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with SMTP id WAA06250; Tue, 5 Sep 2000 22:16:18 +0200 (MEST) Message-ID: <004101c01776$26ba57a0$4011a8c0@wohnheim.uniulm.de> From: "Siegbert Baude" To: "Mark Ovens" , "Zhihui Zhang" Cc: "Moritz Hardt" , References: <20000905210418.I254@parish> Subject: Curious about Wine (was: Re: wine error messages) Date: Tue, 5 Sep 2000 22:16:18 +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.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Mark, > Well, without knowing your full setup, I can't guarantee to have the > exact answer, but first, try cd(1)'ing to the directory where > WINWORD.EXE lives, then running ``wine WINWORD.EXE'' and see if that > works. > > I was running it under Win95 and found things worked better if I used > ``--winver win95'' as an argument to wine. I don't know if there is a > "win98" argument to ``--winver'', if not you could try "in95". I never tried this Wine stuff. Does this mean you have to have a Win 9x installation including Word, then you mount this slice in FBSD, cd to it and run it? Is it possible to run it without a Win9x installed on the machine, just plain FBSD? What about NT instead of Win 9x? Will Word 6 do better or worse than Word 95/97 ? I always thought Wine would emulate Win 3.x (so only 16bit software, no 32bit). Is there some documentation about the status of the Wine emulation? Very curious Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 13:17: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from distortion.dk (distortion.dk [195.249.147.156]) by hub.freebsd.org (Postfix) with ESMTP id 7AF7337B423 for ; Tue, 5 Sep 2000 13:16:57 -0700 (PDT) Received: from petri2000 (cpe.atm0-0-0-116115.boanxx1.customer.tele.dk [195.215.72.126]) by distortion.dk (8.9.3/8.9.1) with SMTP id WAA87723 for ; Tue, 5 Sep 2000 22:18:54 +0200 (CEST) (envelope-from nicolai@petri.cc) Message-ID: <001601c01775$fd227440$6732a8c0@atomic.dk> From: "Nicolai Petri" To: Subject: pptp server with mpd-netgraph module ? Date: Tue, 5 Sep 2000 22:15:03 +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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is it possible to make the mpd server recieve multible concurrent connections with pptp ? When ever client 2 connects client 1 gets thrown off. My pptp section in mpd.conf is looking like this : pptp: new -i ng0 pptp pptp set iface disable on-demand set iface enable proxy-arp set iface idle 3600 set bundle disable multilink set link yes acfcomp protocomp set link no pap chap set link enable chap set link keep-alive 10 60 set ipcp yes vjcomp set ipcp ranges 192.168.102.1/32 192.168.102.101/24 # set ipcp dns 192.168.1.3 # set ipcp nbns 192.168.1.4 # If you wanted MPPE encryption and had ng_mppc(8)... set bundle enable compression set ccp yes mppc set ccp yes mpp-e40 set ccp yes mpp-e128 set bundle enable crypt-reqd set ccp yes mpp-stateless --- Over and out! Nicolai Petri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 13:19:22 2000 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 EED9237B422 for ; Tue, 5 Sep 2000 13:19:18 -0700 (PDT) Received: from localhost (alex@localhost) by earth.wnm.net (8.11.0/8.11.0) with ESMTP id e85KKUh20565; Tue, 5 Sep 2000 15:20:30 -0500 (CDT) Date: Tue, 5 Sep 2000 15:20:30 -0500 (CDT) From: Alex Charalabidis To: Terje Oseberg Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 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, 5 Sep 2000, Terje Oseberg wrote: > Thanks for your help Willem. > > I changed my config file to have: > NameVirtualHost 216.15.83.94 > > > DocumentRoot /data/web/ > ServerName alpha.etiam.net > > > instead of what I had before and tried both GET queries. > It still didn't work. What I had before does work great > on FreeBSD 3.2 with the same version of Apache. I could > try your changes on my 3.2 server and see if they work > there. Do you think I should? > > Should this be the actual name of the virtual host and not the > IP address? The first virtual host definition will be the default > default site. If a client does not support HTTP/1.1 for instance > they'll always end up on the first virtual host. > No. That is correct for Apache 1.2.x but not the way to do it in 1.3.x. The sites' A records are pointing to a different IP address, according to their respective primary listed nameservers: bofh:~> nslookup www.etiam.net 207.181.192.141 Server: hopf.dnai.com Address: 207.181.192.141 Name: www.etiam.net Address: 216.15.83.74 bofh:~> nslookup www.fineworks.com 216.15.83.75 Server: mail.etiam.net Address: 216.15.83.75 Name: www.fineworks.com Address: 216.15.83.72 hth -ac -- ============================================================== Alex Charalabidis (AC8139) 5050 Poplar Ave, Ste 170 Systems Administrator Memphis, TN 38157 WebNet Memphis (901) 432 6000 Author, The Book of IRC http://www.bookofirc.com/ ============================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 13:25: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 963A037B423 for ; Tue, 5 Sep 2000 13:25:01 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id NAA00109; Tue, 05 Sep 2000 13:24:56 -0700 Message-ID: <39B55698.46C649B5@urx.com> Date: Tue, 05 Sep 2000 13:24:56 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Steve Van Den Akker Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Newbie kernel compile question 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 Van Den Akker wrote: > > Kent: > > Seemed to work. Thanks for the idea. I have a cron job for cvsup for > weekly updates. > > Quick question...how often should cvsup and makeworld be accomplished? Is > there an automated script available for it to make it easier? I'm not the one to ask. I want to see what happens and won't use an automated script. I'm also retired. I feel that it is really important to try the builds right after you do a cvsup. An error building a week old cvsup doesn't mean much because if there was a real error it has most likely been fixed and you will be both a stray and a misleading datapoint. I usually bump into a thread that has the kernel or buildworld broken. I keep my two user machines fairly current and I'll try to upgrade one of them to the current 4.1-Stable. I keep a copy of my cvsup.log. If I can rebuild my userland, then I feel strongly that it is a user problem. You can't state that absolutely. Kernels are really specific but there are times when they fail for everyone. If I can't rebuild my system, there can be a generic problem or more than one user with user problems :). If three or more user's show up with the same problem, I begin feel that someone introduced a problem in the sources and start looking at my cvsup.log to see who modified what. A good place to start doing this is http://www.freebsd.org/cgi/cvsweb.cgi/. This is a really cool setup because it will let you look at the sources and all of the delta's. The responsible individual always leaves their fingerprints behind and you drop them a message. Kent > > On Mon, 4 Sep 2000, Kent Stewart wrote: > > > > > > > Steve Van Den Akker wrote: > > > > > > Trying to recompile my kernel. Config works fine...no errors. It > > > then goes through the make process and ends up with the following stop > > > error: > > > > > > ... > > > ==> accf_data > > > ==> accf_http > > > ==> agp > > > make: don't know how to make agp_if.c. Stop > > > *** Error code 2 > > > > > > Stop in /usr/src/sys/modules. > > > *** Error code 1 > > > > I think your source and kernel are out of step. Did you cvsup and > > forget to do the buildworld first. > > > > Kent > > > > > > > > The only thing I have added to the kernel were the options line for > > > IPFIREWALL and IPDIVERT. It still occurs when I comment these two options > > > lines out. > > > > > > Can someone help a newbie out? > > > > > > TIA... > > > > > > Steve > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > > Kent Stewart > > Richland, WA > > > > mailto:kbstew99@hotmail.com > > http://kstewart.urx.com/kstewart/index.html > > http://daily.daemonnews.org/ > > > > SETI (Search for Extraterrestrial Intelligence) @ Home > > http://setiathome.ssl.berkeley.edu/ > > > > > > 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:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 13:28: 2 2000 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 328F837B422 for ; Tue, 5 Sep 2000 13:27:54 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13WMR6-000GO8-00; Tue, 05 Sep 2000 18:23:04 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id SAA88405; Tue, 5 Sep 2000 18:23:03 +0100 (BST) (envelope-from ben) Date: Tue, 5 Sep 2000 18:23:03 +0100 From: Ben Smithurst To: Odhiambo Washington Cc: FreeBSD-Questions Subject: Re: READ-ONLY mbox! Message-ID: <20000905182303.E72445@strontium.scientia.demon.co.uk> References: <20000905132938.A3824@siafu.iconnect.co.ke> <20000905125120.D72445@strontium.scientia.demon.co.uk> <20000905151815.B25218@siafu.iconnect.co.ke> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000905151815.B25218@siafu.iconnect.co.ke> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Odhiambo Washington wrote: > Here are the outputs requested, Ben: > NB: I took the ps -ax while doing doing a 'make buildworld' > > kern.maxproc: 532 > > kern.maxprocperuid: 531 They look high enough. What does 'limits' show? Perhaps you have a lower limit defined in login.conf? -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 13:29:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (mailbox.adm.binghamton.edu [128.226.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 5267D37B424; Tue, 5 Sep 2000 13:29:16 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id QAA19618; Tue, 5 Sep 2000 16:29:10 -0400 (EDT) Date: Tue, 5 Sep 2000 16:25:39 -0400 (EDT) From: Zhihui Zhang To: Siegbert Baude Cc: Mark Ovens , Moritz Hardt , freebsd-questions@freebsd.org Subject: Re: Curious about Wine (was: Re: wine error messages) In-Reply-To: <004101c01776$26ba57a0$4011a8c0@wohnheim.uniulm.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 > I never tried this Wine stuff. Does this mean you have to have a Win 9x > installation including Word, then you mount this slice in FBSD, cd to it and > run it? > Is it possible to run it without a Win9x installed on the machine, just > plain FBSD? What about NT instead of Win 9x? > Will Word 6 do better or worse than Word 95/97 ? I always thought Wine would > emulate Win 3.x (so only 16bit software, no 32bit). > Is there some documentation about the status of the Wine emulation? I am just trying it today. So far, I got the three games and a calculator (freecell, solitarie, calc, winmine) in Windows 98 working. You can mount the FAT32 partition and run these games from there. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 13:34: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rapidnet.com (rapidnet.com [205.164.216.1]) by hub.freebsd.org (Postfix) with ESMTP id 3F5E537B424 for ; Tue, 5 Sep 2000 13:34:05 -0700 (PDT) Received: from imagination (imagination.rapidnet.com [206.85.240.245]) by rapidnet.com (8.9.3/8.9.3) with SMTP id OAA37499 for ; Tue, 5 Sep 2000 14:34:04 -0600 (MDT) Message-ID: <022b01c01778$96953890$f5f055ce@rapidnet.com> From: "pstapley" To: Subject: 4.1 Image Date: Tue, 5 Sep 2000 14:33:45 -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 Anyone have trouble burning the 4.1 ISO image? It has errored out on a friend and also myself and was wondering if we are doing something wrong or there is something wrong with the image. Thanks, Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 13:38:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luna.oit.unc.edu (luna.oit.unc.edu [152.2.22.4]) by hub.freebsd.org (Postfix) with ESMTP id 19A2837B43E for ; Tue, 5 Sep 2000 13:38:13 -0700 (PDT) Received: from titan.oit.unc.edu (titan.metalab.unc.edu [152.2.210.14]) by luna.oit.unc.edu (8.9.3/8.9.3) with ESMTP id QAA28040 for ; Tue, 5 Sep 2000 16:36:38 -0400 (EDT) Received: from localhost (pdolan@localhost) by titan.oit.unc.edu (8.8.6/8.8.6/rchk1.19) with ESMTP id QAA16542 for ; Tue, 5 Sep 2000 16:38:10 -0400 (EDT) X-Authentication-Warning: titan.oit.unc.edu: pdolan owned process doing -bs Date: Tue, 5 Sep 2000 16:38:09 -0400 (EDT) From: "Paul J. Dolan" X-Sender: pdolan@titan.oit.unc.edu To: freebsd-questions@freebsd.org Subject: Increasing Shared Memory in 4.1 kernel 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 trying to increase the default Shared Memory Max Segment Size in the 4.1 kernel. Right now the limit seems to be 4 MB. Does anyone have notes on how to rebuild the kernel to allow for up to 64 MB segments? Please respond directly as I am not yet subscribed to the list. Thanks, Paul J. Dolan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 13:38:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx6.screaming.net (mx6.screaming.net [212.49.224.21]) by hub.freebsd.org (Postfix) with ESMTP id 109DA37B423 for ; Tue, 5 Sep 2000 13:38:40 -0700 (PDT) Received: from merlin.onsea.com (dyn64-ras50.screaming.net [212.188.145.64]) by mx6.screaming.net (8.9.3/8.9.3) with ESMTP id VAA09039 for ; Tue, 5 Sep 2000 21:35:29 +0100 (BST) Received: from localhost (dozprompt@localhost) by merlin.onsea.com (8.9.3/8.9.3) with ESMTP id VAA87139 for ; Tue, 5 Sep 2000 21:41:09 +0100 (BST) (envelope-from dozprompt@onsea.com) X-Authentication-Warning: merlin.onsea.com: dozprompt owned process doing -bs Date: Tue, 5 Sep 2000 21:41:09 +0100 (BST) From: Cliff Rowley To: freebsd-questions@freebsd.org Subject: PMAP Question 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 Greetings, I have scoured the -hackers and -questions mailing list archives for answers, and among a fair amount of messages directing questions back to the archives I've only found a few little tidbits of information. Basically I am trying to debug a FreeBSD 4.1-STABLE server that is acting very ill. It was occasionally hanging shortly after complaining: pmap_collect: collecting pv entries -- suggest increasing PMAP_SHPGPERPROG Feeling a little bit sheepish, I took on board what I'd read from the archives, and doubled the default value of 200 to 400, and although the machine has not yet frozen, the messages still appear periodically. Instead getting myself into the spiral of increasing it until it breaks, I would like to know exactly what I am doing. I've looked around for information on what 'PMAP' is, but I'm not finding much at all. If someone could point me in the right direction I would be most grateful. I would rather spend time reading and learning about the problem and make an accurate assumption as to a solution, than to wildly guess and risk breaking something else. The main problem is that Apache is regularly crawling up it's own backside. I've managed to cure that once by increasing kern.maxfiles, but that was a different problem that has now gone away. Thanks in advance. Cliff Rowley The reader this message encounters not failing to understand is cursed. - while (!asleep) { code(); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 13:40:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server3.lojasobino.com.br (server3.lojasobino.com.br [200.248.23.160]) by hub.freebsd.org (Postfix) with ESMTP id 3D9B837B422 for ; Tue, 5 Sep 2000 13:40:39 -0700 (PDT) Received: from pc2 (server1.lojasobino.com.br [200.248.23.150]) by server3.lojasobino.com.br (8.9.3/8.9.3) with SMTP id RAA81472 for ; Tue, 5 Sep 2000 17:59:30 -0300 (EST) (envelope-from Fabrizzio.Batista@lojasobino.com.br) Message-ID: <003901c01777$6dcd6be0$65010180@lojasobino.com.br> From: "Fabrizzio Batista" To: Subject: Problems with SCSI DAT !!! Date: Tue, 5 Sep 2000 17:25:25 -0300 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.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 gurus, I have a SCSI DAT drive but it´s not working. I´m using FreeBSD 4.1 with Adaptec 2940 (ahc). At FreeBSD boot: sa0 at ahc0 bus 0 target 5 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 5.000 MB/s transfers (5.000MHz, offset 15) But when I try to use the DAT, with for example: tar tv Nothing happens, and my shell is "locked". Somebody have any idea ? Please, help me. Thanks in advance, Fabrizzio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 13:50:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www0a.netaddress.usa.net (www0a.netaddress.usa.net [204.68.24.30]) by hub.freebsd.org (Postfix) with SMTP id 9E17037B422 for ; Tue, 5 Sep 2000 13:50:25 -0700 (PDT) Received: (qmail 9771 invoked by uid 60001); 5 Sep 2000 20:50:25 -0000 Message-ID: <20000905205025.9769.qmail@www0a.netaddress.usa.net> Received: from 204.68.24.30 by www0a for [148.233.5.137] via web-mailer(34FM.0700.4.03) on Tue Sep 5 20:50:25 GMT 2000 Date: 5 Sep 00 15:50:25 CDT From: Javier Lara To: questions@FreeBSD.org Subject: sound X-Mailer: USANET web-mailer (34FM.0700.4.03) 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 hi!!! I'm running FreeBSD 4.0-RELEASE in a HP Vectra VLi8 and installed a sound= card soundblaster vibra 16 sucesfully but i don't know what kind of software i= shoud to install for hear a mp3 file. I istalled the port /usr/ports/audio/amp but when i call it, i don't hear= nothing........any suggestion???? thank in advances!!! ____________________________________________________________________ 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 Tue Sep 5 14: 0:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f308.law8.hotmail.com [216.33.240.183]) by hub.freebsd.org (Postfix) with ESMTP id AFA5237B424 for ; Tue, 5 Sep 2000 14:00:55 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 5 Sep 2000 14:00:55 -0700 Received: from 63.207.125.156 by lw8fd.law8.hotmail.msn.com with HTTP; Tue, 05 Sep 2000 21:00:55 GMT X-Originating-IP: [63.207.125.156] From: "Terje Oseberg" To: freebsd-questions@FreeBSD.ORG Subject: Re: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 Date: Tue, 05 Sep 2000 21:00:55 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 05 Sep 2000 21:00:55.0613 (UTC) FILETIME=[6221A6D0:01C0177C] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >On Tue, 5 Sep 2000, Terje Oseberg wrote: > > > Thanks for your help Willem. > > > > I changed my config file to have: > > NameVirtualHost 216.15.83.94 > > > > > > DocumentRoot /data/web/ > > ServerName alpha.etiam.net > > > > > > instead of what I had before and tried both GET queries. > > It still didn't work. What I had before does work great > > on FreeBSD 3.2 with the same version of Apache. I could > > try your changes on my 3.2 server and see if they work > > there. Do you think I should? > > > > Should this be the actual name of the virtual host and not the > > IP address? The first virtual host definition will be the default > > default site. If a client does not support HTTP/1.1 for instance > > they'll always end up on the first virtual host. > > >No. That is correct for Apache 1.2.x but not the way to do it in 1.3.x. > >The sites' A records are pointing to a different IP address, according to >their respective primary listed nameservers: > >bofh:~> nslookup www.etiam.net 207.181.192.141 >Server: hopf.dnai.com >Address: 207.181.192.141 > >Name: www.etiam.net >Address: 216.15.83.74 > >bofh:~> nslookup www.fineworks.com 216.15.83.75 >Server: mail.etiam.net >Address: 216.15.83.75 > >Name: www.fineworks.com >Address: 216.15.83.72 > > >hth > >-ac I'm not quite sure what you're saying, but I believe that you're saying that my DNS records for fineworks.com and etiam.net aren't set up properly. Well, there's a reason for that. I would like to get the 4.0 server up and running properly BEFORE I make the DNS changes. Server down time is unacceptable regardless of how irrelevant the pages that exist on them are. I believe and have been told that Apache 1.3.12 does not check the DNS records to see if they agree with what's in the config file, so as far as I know, the fact that I have not set up my DNS records to point to the new server should be irrelevant. (does anyone disagree?) In any case, because the DNS records are not set up for those domain names, in order to test to see if Apache is working as desired, I have to telnet directly to port 80 on the server and do the GET queries by hand. Terje _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 14: 4: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 40EB237B424 for ; Tue, 5 Sep 2000 14:03:57 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id OAA00267; Tue, 05 Sep 2000 14:03:38 -0700 Message-ID: <39B55FAA.FDED3661@urx.com> Date: Tue, 05 Sep 2000 14:03:38 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Spades Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ICMP References: <3.0.32.20000906032206.00b82310@smtp.magix.com.sg> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Spades wrote: > > I wish to block ICMP from these 2 IPs, i added > > ipfw add 60 deny icmp from 24.141.116.0/24 to any in > Using the "Evil Cracker" sample, I think I would have set it up this way. ipfw add 61 deny all from 205.149.0.0/16 to any in via ${oif} kent > > However, the IP still can icmp in..whats going on? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 14: 6:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fbma.tuwien.ac.at (fbma.tuwien.ac.at [193.170.75.14]) by hub.freebsd.org (Postfix) with ESMTP id BB02137B443 for ; Tue, 5 Sep 2000 14:06:14 -0700 (PDT) Received: from fbma.tuwien.ac.at (fbma.tuwien.ac.at [193.170.75.14]) by fbma.tuwien.ac.at (8.8.8/8.8.8) with ESMTP id XAA33442 for ; Tue, 5 Sep 2000 23:06:14 +0200 Date: Tue, 5 Sep 2000 23:06:14 +0200 (METDST) From: Johannes Marchart To: freebsd-questions@freebsd.org Subject: Restore fails! 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've been reading many messages in the archive about dump/restore, but I didn't find anything due to following problem: I dumped my devices /dev/ad0s1X in normal files on a 2nd drive with: # dump -0 -B 20000000 -f ad0s1X.dump /dev/ad0s1X In FIXIT mode on a pristine new filesystem /dev/ad0s1, mounted on /mnt I successfully could restore /mnt3/ad0s1a.dump, /mnt3/ad0s1e.dump" and /mnt3/ad0s1g.dump BUT /mnt3/ad0s1f.dump FAILED! (see /etc/fstab below) When restoring # restore -r -f /mnt3/ad0s1f.dump RESTORE spits out a lot of warnings like: Warning: '.' missing from directory ./shared..... Warning: '..' missing from directory ./shared.... . Expect next file 312342, got 234234 Expect next file 234234, got 3423423 . . can't find directory inode 3 can't find directiry inode 8 .... Any ideas? Regards, Johannes -------------------------- /etc/fstab: /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1e /home ufs rw 2 2 /dev/ad0s1f /usr ufs rw 2 2 /dev/ad0s1g /var ufs rw 2 2 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 14: 6:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from css-1.cs.iastate.edu (css-1.cs.iastate.edu [129.186.3.24]) by hub.freebsd.org (Postfix) with ESMTP id E9B1637B422 for ; Tue, 5 Sep 2000 14:06:54 -0700 (PDT) Received: from popeye.cs.iastate.edu (ghelmer@popeye.cs.iastate.edu [129.186.3.4]) by css-1.cs.iastate.edu (8.9.0/8.9.0) with ESMTP id QAA09423; Tue, 5 Sep 2000 16:06:54 -0500 (CDT) Received: from localhost (ghelmer@localhost) by popeye.cs.iastate.edu (8.9.0/8.9.0) with ESMTP id QAA19454; Tue, 5 Sep 2000 16:06:49 -0500 (CDT) X-Authentication-Warning: popeye.cs.iastate.edu: ghelmer owned process doing -bs Date: Tue, 5 Sep 2000 16:06:48 -0500 (CDT) From: Guy Helmer To: "Paul J. Dolan" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Increasing Shared Memory in 4.1 kernel 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, 5 Sep 2000, Paul J. Dolan wrote: > Hi, > > I'm trying to increase the default Shared Memory > Max Segment Size in the 4.1 kernel. > > Right now the limit seems to be 4 MB. > Does anyone have notes on how to rebuild > the kernel to allow for up to 64 MB segments? I've made similar changes without having to rebuild the kernel by changing the sysctl parameters via /etc/sysctl.conf: kern.ipc.shmmax=67108864 kern.ipc.shmall=32768 These particular values for these parameters allow for about 50 megabytes, according to a program that searches for the largest block of shared memory that it can allocate. Try increasing these values a bit so you can obtain 64MB segments... Hope this helps, Guy Guy Helmer, Ph.D. Candidate, Iowa State University Dept. of Computer Science Research Assistant, Dept. of Computer Science --- ghelmer@cs.iastate.edu http://www.cs.iastate.edu/~ghelmer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 14: 7:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.scana.com (falcon.scana.com [161.156.101.7]) by hub.freebsd.org (Postfix) with ESMTP id 1E72737B422 for ; Tue, 5 Sep 2000 14:07:49 -0700 (PDT) Received: by falcon.scana.com; id RAA07978; Tue, 5 Sep 2000 17:07:47 -0400 (EDT) Received: from maildmis.scana.com(161.156.252.68) by falcon.scana.com via smap (V5.5) id xma007919; Tue, 5 Sep 00 17:07:10 -0400 Received: from msg11.scana.com [161.156.252.68] by msg11.scana.com [161.156.252.68] (CMSPraetor 4.1.3395) with ESMTP id DC5A9B7E835511D4B3FB00A0C98F15C0 for plus 1 more; Tue, 05 Sep 2000 17:04:56 -0400 Received: by maildmis.scana.com with Internet Mail Service (5.5.2650.21) id ; Tue, 5 Sep 2000 17:04:55 -0400 Message-ID: From: "SILVER, MICHAEL A" To: "'pstapley'" Cc: "'questions@freebsd.org'" Subject: RE: 4.1 Image Date: Tue, 5 Sep 2000 17:04:54 -0400 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 I downloaded the 4.1 ISO soon after it was released and had no problems burning it to a CD. I don't know if a new ISO has been released since the initial one. Make sure you are switching to binary mode (BI) with your FTP client. I find a client like Download Accelerator (windows only) works like a champ for such large files (if you have adsl or cable). ...Michael... > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of pstapley > Sent: Tuesday, September 05, 2000 4:34 PM > To: questions@freebsd.org > Subject: 4.1 Image > > > Anyone have trouble burning the 4.1 ISO image? It has errored out on a > friend and also myself and was wondering if we are doing > something wrong or > there is something wrong with the image. > > Thanks, > > Pete > > > > > 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 Sep 5 14: 9:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rapidnet.com (rapidnet.com [205.164.216.1]) by hub.freebsd.org (Postfix) with ESMTP id B4C7F37B424 for ; Tue, 5 Sep 2000 14:09:28 -0700 (PDT) Received: from imagination (imagination.rapidnet.com [206.85.240.245]) by rapidnet.com (8.9.3/8.9.3) with SMTP id PAA55107; Tue, 5 Sep 2000 15:09:25 -0600 (MDT) Message-ID: <027f01c0177d$86dcebf0$f5f055ce@rapidnet.com> From: "pstapley" To: "SILVER, MICHAEL A" Cc: References: Subject: Re: 4.1 Image Date: Tue, 5 Sep 2000 15:09:06 -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 Thanks for the ideas everyone, I got it to burn at a lower speed. ----- Original Message ----- From: "SILVER, MICHAEL A" To: "'pstapley'" Cc: Sent: Tuesday, September 05, 2000 3:04 PM Subject: RE: 4.1 Image > I downloaded the 4.1 ISO soon after it was released and had no problems > burning it to a CD. I don't know if a new ISO has been released since the > initial one. Make sure you are switching to binary mode (BI) with your FTP > client. I find a client like Download Accelerator (windows only) works like > a champ for such large files (if you have adsl or cable). > > ...Michael... > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of pstapley > > Sent: Tuesday, September 05, 2000 4:34 PM > > To: questions@freebsd.org > > Subject: 4.1 Image > > > > > > Anyone have trouble burning the 4.1 ISO image? It has errored out on a > > friend and also myself and was wondering if we are doing > > something wrong or > > there is something wrong with the image. > > > > Thanks, > > > > Pete > > > > > > > > > > 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 Sep 5 14:19: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2306.mail.yahoo.com (web2306.mail.yahoo.com [128.11.68.151]) by hub.freebsd.org (Postfix) with SMTP id A5F3137B424 for ; Tue, 5 Sep 2000 14:19:01 -0700 (PDT) Message-ID: <20000905211900.8242.qmail@web2306.mail.yahoo.com> Received: from [24.104.63.241] by web2306.mail.yahoo.com; Tue, 05 Sep 2000 14:19:00 PDT Date: Tue, 5 Sep 2000 14:19:00 -0700 (PDT) From: J F Subject: burn an install cd 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 I was wondering if it was possible to download a release from the ftp site and make it into an install cd with my cd-r. i am running win98. please write back if any other info is needed. Joel __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! 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 Tue Sep 5 14:25:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 2109937B422 for ; Tue, 5 Sep 2000 14:25:47 -0700 (PDT) Received: from david (user-33qt883.dialup.mindspring.com [199.174.161.3]) by granger.mail.mindspring.net (8.9.3/8.8.5) with SMTP id RAA10996 for ; Tue, 5 Sep 2000 17:25:45 -0400 (EDT) From: "David Kanter" To: "FreeBSD Questions" Subject: Using ISO images Date: Tue, 5 Sep 2000 16:25:44 -0500 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 V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Someone sent me a CD that has the 4.1-RELEASE ISO image burned onto it. How do I (can I?) use this image to set up FreeBSD? I tried booting off the CD but it wouldn't work. Do I need to create the boot disks, and then read off the CD? Or, was this ISO image supposed to be expanded before it was burned onto the disk? Thanks. ------------ David Kanter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 14:26:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.scana.com (falcon.scana.com [161.156.101.7]) by hub.freebsd.org (Postfix) with ESMTP id 1D6AC37B423 for ; Tue, 5 Sep 2000 14:26:55 -0700 (PDT) Received: by falcon.scana.com; id RAA08958; Tue, 5 Sep 2000 17:26:54 -0400 (EDT) Received: from maildmis.scana.com(161.156.252.68) by falcon.scana.com via smap (V5.5) id xma008910; Tue, 5 Sep 00 17:26:04 -0400 Received: from msg11.scana.com [161.156.252.68] by msg11.scana.com [161.156.252.68] (CMSPraetor 4.1.3395) with ESMTP id DC5A9C26835511D4B3FB00A0C98F15C0 for ; Tue, 05 Sep 2000 17:23:33 -0400 Received: by maildmis.scana.com with Internet Mail Service (5.5.2650.21) id ; Tue, 5 Sep 2000 17:23:33 -0400 Message-ID: From: "SILVER, MICHAEL A" Reply-To: msilver@sc.rr.com To: questions@freebsd.org Subject: Dynamic IP and IPFW Date: Tue, 5 Sep 2000 17:23:31 -0400 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 I have FreeBSD system acting as a gateway for some other home machines I have. So far it works like a champ, beyond my expectations. I even have apache running with virtual domains over a dynamic IP. Pretty impressive stuff. My concern is that once the dynamic IP changes, the gateway machine will no longer forward packets. I currently have the FreeBSD's gateway address hard coded to the dynamic IP address (defaultrouter="123.4.5.67"). This doesn't seem right (since DHCP should assign an address), but unless I do this, the internal machines cannot get out over the internet. My question: I have a script to check for IP changes, but how do I change the gateway address when my IP changes? I imagine that I need to use route. If so, could someone please provide an example. (Yes, I have read the man pages, and yes I am a newbie). ...Thanks... ...Michael... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 14:30: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inconnu.isu.edu (inconnu.isu.edu [134.50.8.55]) by hub.freebsd.org (Postfix) with ESMTP id 0612B37B42C for ; Tue, 5 Sep 2000 14:29:59 -0700 (PDT) Received: from localhost (galt@localhost) by inconnu.isu.edu (8.9.3/8.9.3) with ESMTP id PAA27141; Tue, 5 Sep 2000 15:29:56 -0600 Date: Tue, 5 Sep 2000 15:29:56 -0600 (MDT) From: John Galt To: Scott Dubose Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Need help restoring root In-Reply-To: <010e01c01641$f7bcba40$8e0faec7@default> 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 'toor' On Mon, 4 Sep 2000, Scott Dubose wrote: > Hello, > > I recently installed FreeBSD 4.0. I was attempting to change root's default > shell to bash, but typed in the wrong path. Now it won't let me log in as > root. I tried to su in from a normal user but it says the user is in the > wrong group to do that, and I can't do anything about the group because I > can't sign in as root. > > Any suggestions welcome, I do have a little previous linux/unix experience. > > Thank you, > Scott > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Pardon me, but you have obviously mistaken me for someone who gives a damn. email galt@inconnu.isu.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 14:31:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id A106837B42C for ; Tue, 5 Sep 2000 14:31:05 -0700 (PDT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.9.3/8.9.3) with ESMTP id SAA22167; Tue, 5 Sep 2000 18:27:51 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Tue, 5 Sep 2000 18:27:51 -0300 (ART) From: Fernando Gleiser To: David.Johnston@vviuh221.vvi.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Thanks for the good book and newbie question ... In-Reply-To: <10009051616.AA02890@vviuh221.vvi.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, 5 Sep 2000, David Johnston wrote: > Hi Again FreeBSD: > > > UNIX Network Programming, Volume 1, second Edition. > > I wrote my first client/server sub-system using the book's examples. It is so cool! > > Now I need to ask the occasional question. Is there a better freebsd mail > list for these type of questions? The one I have now is the following: > > When I kill the server then immediately restart it then bind gives "bind > error: Address already in use". But if I wait for about 1 minute then I can > start the server up again. How do I make it such that bind will "figure it > out" right away, or (put another way) why can't bind figure out that the > address and port are no longer in use? The answer is on the same book, in the chapter 7 (socket options). You need to enable the SO_REUSEADDR option in the socket. see also setsockopt(2). > > Sincerely, > > David Johnston > djohn@vvi.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 Sep 5 14:31:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (mailbox.adm.binghamton.edu [128.226.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 8DEC537B423 for ; Tue, 5 Sep 2000 14:31:56 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id RAA16169; Tue, 5 Sep 2000 17:31:51 -0400 (EDT) Date: Tue, 5 Sep 2000 17:28:19 -0400 (EDT) From: Zhihui Zhang To: David Kanter Cc: FreeBSD Questions Subject: Re: Using ISO images 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, 5 Sep 2000, David Kanter wrote: > Someone sent me a CD that has the 4.1-RELEASE ISO image burned onto it. > How do I (can I?) use this image to set up FreeBSD? > > I tried booting off the CD but it wouldn't work. Do I need to create the > boot disks, and then read off the CD? > > Or, was this ISO image supposed to be expanded before it was burned onto > the disk? The CD image should be about 600 mega bytes. When you burn it, make sure to use burn CD image option, not burn data CD option. Otherwise, it won't boot. That was my experience. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 14:33:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mail.yahoo.com (smtp1.mail.yahoo.com [128.11.68.130]) by hub.freebsd.org (Postfix) with SMTP id 3DA4137B424 for ; Tue, 5 Sep 2000 14:33:18 -0700 (PDT) Received: from unknown (HELO yahoo.com) (208.60.161.201) by smtp1.mail.yahoo.com with SMTP; 5 Sep 2000 21:33:14 -0000 X-Apparently-From: Message-ID: <39B566A0.96F374FF@yahoo.com> Date: Tue, 05 Sep 2000 17:33:21 -0400 From: Theborian X-Mailer: Mozilla 4.5 [en] (Win98; I) 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 Does FreeBSD run Linux binaries? I must ask because for the time being I am stuck with a WinModem and must use a program to initiate and dial it, could I use this program with FreeBSD? _________________________________________________________ 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 Tue Sep 5 15: 5: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luna.oit.unc.edu (luna.oit.unc.edu [152.2.22.4]) by hub.freebsd.org (Postfix) with ESMTP id 8057737B422 for ; Tue, 5 Sep 2000 15:04:57 -0700 (PDT) Received: from titan.oit.unc.edu (titan.metalab.unc.edu [152.2.210.14]) by luna.oit.unc.edu (8.9.3/8.9.3) with ESMTP id SAA29567; Tue, 5 Sep 2000 18:03:23 -0400 (EDT) Received: from localhost (pdolan@localhost) by titan.oit.unc.edu (8.8.6/8.8.6/rchk1.19) with ESMTP id SAA15398; Tue, 5 Sep 2000 18:04:55 -0400 (EDT) X-Authentication-Warning: titan.oit.unc.edu: pdolan owned process doing -bs Date: Tue, 5 Sep 2000 18:04:54 -0400 (EDT) From: "Paul J. Dolan" X-Sender: pdolan@titan.oit.unc.edu To: Guy Helmer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Increasing Shared Memory in 4.1 kernel 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 Guy, Thanks for the quick response. Unfortunately, I don't see kern.ipc.shmmax kern.ipc.shmall as valid parameters in `man sysctl` If they do not show up as available in my sysctl manual are they actually available? Setting these parameters and rebooting produced no positive results. FreeBSD 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Tue Sep 5 15:26:22 EDT 2000 i386 Do you have any further advice? Thanks, Paul J. Dolan On Tue, 5 Sep 2000, Guy Helmer wrote: > On Tue, 5 Sep 2000, Paul J. Dolan wrote: > > > Hi, > > > > I'm trying to increase the default Shared Memory > > Max Segment Size in the 4.1 kernel. > > > > Right now the limit seems to be 4 MB. > > Does anyone have notes on how to rebuild > > the kernel to allow for up to 64 MB segments? > > I've made similar changes without having to rebuild the kernel by changing > the sysctl parameters via /etc/sysctl.conf: > > kern.ipc.shmmax=67108864 > kern.ipc.shmall=32768 > > These particular values for these parameters allow for about 50 megabytes, > according to a program that searches for the largest block of shared > memory that it can allocate. Try increasing these values a bit so you can > obtain 64MB segments... > > Hope this helps, > Guy > > Guy Helmer, Ph.D. Candidate, Iowa State University Dept. of Computer Science > Research Assistant, Dept. of Computer Science --- ghelmer@cs.iastate.edu > http://www.cs.iastate.edu/~ghelmer > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 15:11:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server.azur.cx (11dyn25.delft.casema.net [212.64.18.25]) by hub.freebsd.org (Postfix) with ESMTP id A2C6037B423 for ; Tue, 5 Sep 2000 15:11:15 -0700 (PDT) Received: from localhost (ewout@localhost) by server.azur.cx (8.9.3/8.9.3) with ESMTP id AAA00610 for ; Wed, 6 Sep 2000 00:10:15 +0200 (CEST) (envelope-from ewout@azur.cx) Date: Wed, 6 Sep 2000 00:10:15 +0200 (CEST) From: Ewout Vonk To: freebsd-questions@FreeBSD.ORG Subject: Trouble with 'dd', my cdrom/rw and wormcontrol on FBSD 4.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 Hi, I am having some trouble with my Aopen CDROM and HP 7200i CD-RW.. When I try to make an exact copy of a cd using: dd if=/dev/acd0c of=cd.img and dd if=/dev/acd1c of=cd.img It gives the error: 'dd: /dev/acd0c: Bad Address' and it gives the error: 'dd: /dev/acd1c: Bad Address' It's no hardware failure! The same thing happens on another system of mine, also running FreeBSD 4.1.. (Also a K6!?) When I run: 'wormcontrol prepdisk double' or 'wormcontrol prepdisk single' having done 'ln -s /dev/acd0c /dev/rworm0' It gives the error: 'wormcontrol: ioctl(WORMIOCPREPDISK): Inappropriate ioctl for device' On FreeBSD 3.3 it used to work, just as with the dd command.. Does anybody know what this is, and how I can solve it? (maybe use other devices, add options to the kernel, etc, etc) BTW, I am not on this list, but I do keep track of lists.openresources.com.. Any help will be appreciated! Best regards, Ewout Vonk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 15:12: 4 2000 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 CD52137B423 for ; Tue, 5 Sep 2000 15:12:01 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e85MC0D15849; Tue, 5 Sep 2000 15:12:00 -0700 (PDT) Date: Tue, 5 Sep 2000 15:12:00 -0700 From: Alfred Perlstein To: Theborian Cc: freebsd-questions@FreeBSD.ORG Subject: Winmodem Linux util on FreeBSD Message-ID: <20000905151200.V18862@fw.wintelcom.net> References: <39B566A0.96F374FF@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <39B566A0.96F374FF@yahoo.com>; from theborian@yahoo.com on Tue, Sep 05, 2000 at 05:33:21PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Theborian [000905 14:33] wrote: > Does FreeBSD run Linux binaries? I must ask because for the time being I > am stuck with a WinModem and must use a program to initiate and dial it, > could I use this program with FreeBSD? FreeBSD can run most Linux binaries, however it's unlikely that a linux system util doing IO access will work on FreeBSD, but it may be worth a shot. Maybe you can try it and let us know how it works for you? -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 15:14:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wodc7-2.corprelay.mail.uu.net (wodc7-2.corprelay.mail.uu.net [192.48.96.69]) by hub.freebsd.org (Postfix) with ESMTP id EC3EB37B422 for ; Tue, 5 Sep 2000 15:14:15 -0700 (PDT) Received: from ashimr0.ash.ops.us.uu.net by wodc7mr2.ffx.ops.us.uu.net with ESMTP (peer crosschecked as: ashimr0.ash.ops.us.uu.net [153.39.43.11]) id QQjfjs26748 for ; Tue, 5 Sep 2000 22:14:15 GMT Received: from sysenglt112 by ashimr0.ash.ops.us.uu.net with SMTP (peer crosschecked as: ippool144-205.corp.us.uu.net [153.39.144.205]) id QQjfjs03774 for ; Tue, 5 Sep 2000 22:14:09 GMT Reply-To: From: "Raymond Hicks" To: Subject: .wizard Date: Tue, 5 Sep 2000 18:14:20 -0400 Message-ID: <001201c01786$a4843c40$0a0a0a0a@sysenglt112> 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 V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Cheers, can anyone tell me what this entry when I do netstat does.. what are these entries? .wizard or .2003 .callbook .globe also... what are they and are they necessary? How do I shut them down? 2) how do I block my box from allowing access from certain IP addresses? should I add a hosts.deny file in /etc? Does FreeBSD recognize this convention? I am running 3.4 on intel 233... this is pertaining to Portsentry... it by default wants to add to hosts.deny and there is not a hosts.deny file there so I created one and it still allows you to connect from blocked addresses..?? any help is greatly appreciated... cheers raymond Hicks spreading the BSD way To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 15:19:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web6204.mail.yahoo.com (web6204.mail.yahoo.com [128.11.22.115]) by hub.freebsd.org (Postfix) with SMTP id 45F3F37B43E for ; Tue, 5 Sep 2000 15:19:24 -0700 (PDT) Message-ID: <20000905221923.27213.qmail@web6204.mail.yahoo.com> Received: from [216.30.43.32] by web6204.mail.yahoo.com; Tue, 05 Sep 2000 15:19:23 PDT Date: Tue, 5 Sep 2000 15:19:23 -0700 (PDT) From: Joshua Alguire Subject: realtime functionality in freeBSD 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 We are in need of an open source realtime OS. I have already installed and developed using Linux and its RTLinux extensions. We would like to evaluate another OS, namely freeBSD. But I can not find any mention of realtime capabilities within the kernel. Can anyone answer this for me? I've looked everywhere. If there is no realtime support in freeBSD, are there any plans to incorporate it? We are in need of fairly hard realtime support (ie, more than a truly priority based scheduler). Any help is much appreciated. cheers, - Joshua Alguire __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! 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 Tue Sep 5 15:20:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cliff.mfn.org (cliff.mfn.org [204.238.179.8]) by hub.freebsd.org (Postfix) with ESMTP id B614937B43E for ; Tue, 5 Sep 2000 15:20:17 -0700 (PDT) X-Message1: Missouri FreeNet does not relay. If this email X-Message2: is unsolicited bulk or commercial, please report X-Message3: this abuse promptly to abuse@mfn.org. Thank You. X-ORIGINIP: 128.242.145.201 X-ORIGINDNS: imaging.mfn.org Received: from imaging (imaging.mfn.org [128.242.145.201]) by cliff.mfn.org (8.9.3/8.8.7) with SMTP id SAA20212 for ; Tue, 5 Sep 2000 18:21:45 -0500 (CDT) (envelope-from lart@mfn.org) Posted-Date: Tue, 5 Sep 2000 18:21:45 -0500 (CDT) X-CUTMARK: --------------- Message-ID: <091701c01786$b0783ba0$c991f280@mfn.org> From: "graphics" To: Subject: Mylex RAID Controllers/FBSD 4.0 Date: Tue, 5 Sep 2000 17:14:38 -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 Hello, Are any of the Mylex RAID controllers supported by 4.0? If so, which ones? If not, will 5.0 have this functionality? Thanks! (PS: Please reply directly, as we are not subscribed) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 15:39: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id DC19737B43E for ; Tue, 5 Sep 2000 15:39:04 -0700 (PDT) Received: from parish.my.domain ([62.253.88.155]) by mta06-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000905223903.ECNI312.mta06-svc.ntlworld.com@parish.my.domain>; Tue, 5 Sep 2000 23:39:03 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id XAA06590; Tue, 5 Sep 2000 23:39:01 +0100 (BST) (envelope-from mark) Date: Tue, 5 Sep 2000 23:39:01 +0100 From: Mark Ovens To: Zhihui Zhang Cc: Moritz Hardt , freebsd-questions@freebsd.org Subject: Re: wine error messages Message-ID: <20000905233900.K254@parish> References: <20000905210418.I254@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from zzhang@cs.binghamton.edu on Tue, Sep 05, 2000 at 04:11:44PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 04:11:44PM -0400, Zhihui Zhang wrote: > > > > Well, without knowing your full setup, I can't guarantee to have the > > exact answer, but first, try cd(1)'ing to the directory where > > WINWORD.EXE lives, then running ``wine WINWORD.EXE'' and see if that > > works. > > > > I was running it under Win95 and found things worked better if I used > > ``--winver win95'' as an argument to wine. I don't know if there is a > > "win98" argument to ``--winver'', if not you could try "in95". > > It does not work. I am using FreeBSD 4.1-Release, wine > 20000526. X-windows 3.3.6, Gnome + Afterstep. Dell Inspiron 5000. > Maybe wine has problems with Win98? I have W95, NT4, and FreeBSD on my machine. When I had Word 97 running it was installed under 95, but I uninstalled it (disk space) and installed it under NT instead. Since I did that I've had problems getting Winword to run as well as it did. Part of the problem seems to be that wine doesn't understand NT registries and User Profiles; setting the ``System='' and ``Profile='' lines in the [wine] section of ~/.winerc to the NT directories caused wine to barf, setting them to the Windows 95 directories made wine run better but winword complained ('coz it's registry stuff wasn't in the Win 95 registry). > -Zhihui > -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Tue Sep 5 15:40:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id 6498637B422 for ; Tue, 5 Sep 2000 15:40:46 -0700 (PDT) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G0F00J01QYTFN@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Tue, 5 Sep 2000 15:40:08 -0700 (PDT) Received: from ldcmsx01.lc.ca.gov ([165.107.11.191]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with ESMTP id <0G0F0000QQYRU9@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Tue, 05 Sep 2000 15:40:05 -0700 (PDT) Received: by ldcmsx01.lc.ca.gov with Internet Mail Service (5.5.2650.21) id ; Tue, 05 Sep 2000 15:36:04 -0700 Content-return: allowed Date: Tue, 05 Sep 2000 15:36:03 -0700 From: "Tomlinson, Drew" Subject: How to Tell FBSD to Use Proxy Server To: "'FreeBSD Questions (E-mail)'" Message-id: <8C224DC088D8D111B67D0000F67AC17E029C4A01@ldcmsx01.lc.ca.gov> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: MULTIPART/ALTERNATIVE; BOUNDARY="Boundary_(ID_zZ7GS0fV4holpVdsq0X7Vg)" 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. --Boundary_(ID_zZ7GS0fV4holpVdsq0X7Vg) Content-type: text/plain; charset="iso-8859-1" I am very new to both Unix and FreeBSD but have experience with DOS and OpenVMS. What I'm trying to do is get my FreeBSD machine to use a proxy server (Wingate) I have running under Windows 2K on my home network. Specifically, I want to have FreeBSD use proxy for www and ftp. I'm not sure I'm making sense but I want to start an ftp session on my FreeBSD box. My FreeBSD box is only connected via LAN to my Win 2K machine. The Win 2K machine has an Internet connection and is running proxy server software (Wingate). I want FreeBSD to connect to the Internet through the Win 2K machine. I have looked for info on this subject in the handbook and in various Unix books I have at work but have not found anything on the subject. Coming from a DOS/Windows world, I expect that I have to tell the client software to use the proxy server. Does this hold true with FreeBSD? I'm running "FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000" as reported from dmesg in a 486 box. My network card is a NE2000 compatible. Did I forget any relevant information? Thanks, Drew --Boundary_(ID_zZ7GS0fV4holpVdsq0X7Vg) Content-type: text/html; charset="iso-8859-1" Content-transfer-encoding: quoted-printable How to Tell FBSD to Use Proxy Server

I am very new to both Unix and FreeBSD = but have experience with DOS and OpenVMS.  What I'm trying to do = is get my FreeBSD machine to use a proxy server (Wingate) I have = running under Windows 2K on my home network.  Specifically, I want = to have FreeBSD use proxy for www and ftp. 

I'm not sure I'm making sense but I = want to start an ftp session on my FreeBSD box.  My FreeBSD box is = only connected via LAN to my Win 2K machine.  The Win 2K machine = has an Internet connection and is running proxy server software = (Wingate).  I want FreeBSD to connect to the Internet through the = Win 2K machine.

I have looked for info on this subject = in the handbook and in various Unix books I have at work but have not = found anything on the subject.  Coming from a DOS/Windows world, I = expect that I have to tell the client software to use the proxy = server.  Does this hold true with FreeBSD?

I'm running "FreeBSD 4.0-RELEASE = #0: Mon Mar 20 22:50:22 GMT 2000" as reported from dmesg in a 486 = box.  My network card is a NE2000 compatible.  Did I forget = any relevant information?

Thanks,

Drew

--Boundary_(ID_zZ7GS0fV4holpVdsq0X7Vg)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 15:47:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from giroc.albury.net.au (giroc.albury.NET.AU [203.15.244.13]) by hub.freebsd.org (Postfix) with ESMTP id AC18737B424 for ; Tue, 5 Sep 2000 15:47:23 -0700 (PDT) Received: (from nicks@localhost) by giroc.albury.net.au (8.9.3/8.9.3) id JAA65034; Wed, 6 Sep 2000 09:47:07 +1100 (EST) Date: Wed, 6 Sep 2000 09:47:07 +1100 From: Nick Slager To: so@i-clue.de Cc: freebsd-questions@FreeBSD.ORG Subject: Re: [Off-Topic] XFree 3.3.x and a wheel-mouse Message-ID: <20000906094707.A56947@albury.net.au> References: <200009051330.PAA97511@amnesix.i-clue.de> <20000905173956.C17352@linux.rainbow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000905173956.C17352@linux.rainbow>; from igor@raduga.dyndns.org on Tue, Sep 05, 2000 at 05:39:56PM +0400 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Igor Roboul (igor@raduga.dyndns.org): > On Tue, Sep 05, 2000 at 03:30:10PM +0200, Charlie & wrote: > > Hi folks, > > > > Can anybody explain how to make the wheel of a bare-bones wheel mouse > > work, besides functioning as button 3? > Section "Pointer" > Protocol "IMPS/2" > Device "/dev/psaux" > ZAxisMapping 4 5 > EndSection > > And then rotating from you will be Btn4, and rotation to you will be Btn5 You'll also need to make sure your applications respond to input from buttons 4 and 5. Look at http://www-sop.inria.fr/koala/colas/mouse-wheel-scroll/ for relevant bits to insert in your ~/.Xdefaults. Nick. -- From a Sun Microsystems bug report (#4102680): "Workaround: don't pound on the mouse like a wild monkey." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 15:54:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f134.law8.hotmail.com [216.33.241.134]) by hub.freebsd.org (Postfix) with ESMTP id C354B37B43F for ; Tue, 5 Sep 2000 15:54:20 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 5 Sep 2000 15:54:20 -0700 Received: from 63.207.125.156 by lw8fd.law8.hotmail.msn.com with HTTP; Tue, 05 Sep 2000 22:54:20 GMT X-Originating-IP: [63.207.125.156] From: "Terje Oseberg" To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD and IDE RAID (Abit kt7-raid) Date: Tue, 05 Sep 2000 22:54:20 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 05 Sep 2000 22:54:20.0687 (UTC) FILETIME=[3A4589F0:01C0178C] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm wondering about the new KT7 motherboard from Abit and the RAID which it supports. http://www.abit.com.tw/english/product/motherboards/kt7-raid.htm What I'm wondering is, would anyone believe that FreeBSD would be able to boot from and access a RAID of this type as if it were a normal drive? I don't know anything about this motherboard yet other than what I've been able to find online. My hope is that they actually make the drives physically look like a single faster IDE drive such that FreeBSD would see it as such and work as normal except twice as fast. What do ya'll think? Terje Oseberg _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 15:56:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from infoviaplus.net.ar (adv19.infoviaplus.net.ar [200.9.212.59]) by hub.freebsd.org (Postfix) with ESMTP id 7299037B422 for ; Tue, 5 Sep 2000 15:56:10 -0700 (PDT) Received: from infovia.com.ar ([209.13.247.58]) by infoviaplus.net.ar (Tid InfoMail Exchanger v2.20) with SMTP id #968194557.290610001; Tue, 5 Sep 2000 19:55:57 -0300 Message-ID: <39B57A96.FD2F7257@infovia.com.ar> Date: Tue, 05 Sep 2000 19:58:30 -0300 From: Ignacio Zelaya X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: es-AR, es-ES, en MIME-Version: 1.0 To: Javier Lara , fbsd Subject: Re: sound References: <20000905205025.9769.qmail@www0a.netaddress.usa.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Infomail-Id: 968194557.718501AC1E03A0.34557 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Javier Lara wrote: > and installed a soundcard > soundblaster vibra 16 sucesfully > I istalled the port /usr/ports/audio/amp > but when i call it, i don't hear > nothing........any suggestion???? what means successfully? compile kernel with sound support? and... make necessary devices? and... chmod devices? and... non irq/dma conflicts? and... master volume to 100%? and... all speaker cables connected? ...(continues) Soft (some examples): --------------------- mp3 : x11amp mpeg123 kmp3 avi (& other) : xanim cdplayer : kscd midi player : kmidi control: -------- mixer (man mixer) kpanel ... -- Ignacio Zelaya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 16:19:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f104.law8.hotmail.com [216.33.241.104]) by hub.freebsd.org (Postfix) with ESMTP id 09E1937B422 for ; Tue, 5 Sep 2000 16:19:50 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 5 Sep 2000 16:19:50 -0700 Received: from 63.207.125.156 by lw8fd.law8.hotmail.msn.com with HTTP; Tue, 05 Sep 2000 23:19:49 GMT X-Originating-IP: [63.207.125.156] From: "Terje Oseberg" To: joe@archive.org Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD and IDE RAID (Abit kt7-raid) Date: Tue, 05 Sep 2000 23:19:49 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 05 Sep 2000 23:19:50.0010 (UTC) FILETIME=[C9D1B5A0:01C0178F] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It is my understanding (although I'm not sure) that FreeBSD bypasses the BIOS when accessing the drive. I once tried a BIOS RAID back when MR-BIOS existed and Win 95. I was able to get Win 95 to work with it temporarily, but the 32 bit IDE drivers also bypass the BIOS and therefor the RAID didn't work with the 32 bit drivers. It turned out that there was more overhead in running the 16 bit BIOS drivers + the BIOS RAID than just using the 32 bit drivers alone. (The ability to do write back caching in the OS was lost) From the looks of this Abit M/B, it appears that this is a hardware RAID. There are actually 4 IDE connectors on this M/B. Apparently to the BIOS even any drives set up as RAID will appear as one single drive. A friend of mine just bought this M/B, so I'll probably get a chance to take a look at it soon, but I was interested in what the FreeBSD group thought about it before I started to mess with it and run a few benchmarks. My friend will be installing Linux on his M/B, but I'm sure he won't have any problems with me spending a few hours at his house installing FreeBSD on a pair of drives to see what happens. Terje PS. Thanks for that site. It's been a while since I have looked at RAID and I had forgotten what all the levels were and what numbers matched with what. That site is clear, simple and to the point. >I'll apologize for my minimal input other than saying that running from an >onboard RAID will \not\ be 'faster'. in fact, most RAID will be slower. >you can get a good RAID overview from >http://www.discovery-uk.com/RAID/rg_sect1.htm among many other places. one >thing to know is that FreeBSD has somewhat built-in RAID support (CCD, man >ccd & man ccdconfig(depending on version)) which would give you more >control over your hardware. filesystem layout is very important. > >if the RAID is in the BIOS, the OS (which ever you use) should run just >fine. can't really get much info from the abit site though. > >hope this helps. > >joe > > >On Tue, 5 Sep 2000, Terje Oseberg wrote: > > > Hi, > > > > I'm wondering about the new KT7 motherboard from Abit and > > the RAID which it supports. > > > > http://www.abit.com.tw/english/product/motherboards/kt7-raid.htm > > > > What I'm wondering is, would anyone believe that FreeBSD would > > be able to boot from and access a RAID of this type as if it > > were a normal drive? > > > > I don't know anything about this motherboard yet other than > > what I've been able to find online. My hope is that they actually > > make the drives physically look like a single faster IDE drive > > such that FreeBSD would see it as such and work as normal except > > twice as fast. > > > > What do ya'll think? > > > > Terje Oseberg > > > > >_________________________________________________________________________ > > Get Your Private, Free E-mail from MSN Hotmail at >http://www.hotmail.com. > > > > Share information about yourself, create your own public profile at > > http://profiles.msn.com. > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 16:35:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom2-235.telepath.com [216.14.2.235]) by hub.freebsd.org (Postfix) with SMTP id 539DA37B423 for ; Tue, 5 Sep 2000 16:35:43 -0700 (PDT) Received: (qmail 76190 invoked by uid 100); 5 Sep 2000 23:35:05 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14773.33577.842372.439782@guru.mired.org> Date: Tue, 5 Sep 2000 18:35:05 -0500 (CDT) To: questions@freebsd.org Cc: jkh@freebsd.org Subject: Re: Installing CD packages to HD? In-Reply-To: <6536344@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Konrad Heuer writes: > On Tue, 5 Sep 2000, Francisco Reyes wrote: > > I now have a computer with enough HD to copy all packages that > > come on the 4.1 CD > > How do I go about it? My only concern are the indexes. I know I > > could just copy the files, but I am concerned that the packages > > may not be right if I just copy. > If you really want - this loop should do: > > cd /cdrom/packages/All > foreach pkg ( *.tgz ) > pkg_add $pkg > end This is *not* a good idea. Many of the packages have multiple variations that will overwrite each other in strange ways if you do that. Besides, I assumed he wanted the *package* files on disk, not the packages installed (a "copy" of them). You an do that by copying all the files in packages/All on each disk to a single directory. The index files aren't used by the software, so this still works. > > Also where are the "distfiles" for the ports? Where these > > replaced by the packages? > No; the "distfiles" are on CD #4. Not on the 4.1 RELEASE CD set, they're not: guru$ cat /cdrom/README.TXT You are looking at CD #4. It contains: packages extra packages - to use, simply mount this CDROM and ``cd packages/All; pkg_add desired-package.tgz'' OR type ``/stand/sysinstall configPackages'' and select CDROM as the media type (in which case you do NOT need to mount the CDROM first, just put it in the drive). I believe the 4.0-RELEASE cdrom was equally damaged. Personally, I *hate* this. Since I build ports with LOCALBASE=/usr/opt, the packages are useless. Since the distfiles can be used to create the packages, but not vice versa, this is a loss in functionality. My use of the things is now restricted to dealing with -questions (as above), and making copies for friends who otherwise wouldn't look at FreeBSD. ; Tue, 5 Sep 2000 16:43:44 -0700 (PDT) Received: (qmail 76376 invoked by uid 100); 5 Sep 2000 23:43:43 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14773.34095.487349.877854@guru.mired.org> Date: Tue, 5 Sep 2000 18:43:43 -0500 (CDT) To: jason Cc: questions@freebsd.org Subject: Re: running out of swap space In-Reply-To: <33171886@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jason writes: > I have a freebsd 4.0 system running just fine, but im running outta swap > space and space in general. I have a brand new 13 gig hard drive that I > want to transfer the system over to. What I really want to do is transfer > the whole drive over to my new 13 gig drive. Is there an easy way to do > this? would something like ghost do me any good? ghost won't do you any good - it would just copy the bits. You can do that yourself, but that's not really a very good idea. What I did (under nearly those conditions) was to decide on what the new system layout should be (in your case, this means at least providing more swap), then did a clean install of FreeBSD on the new / and /usr. Configure it, using the old system as reference. Doing it this way means you've at least cleaned up the system disks, if nothing else. Finally, move the non-system partitions to the new disk, one at a time. You need to newfs and mount the new partitions as well as the old ones, then the command is: (cd /old; tar cvf - .) | (cd /new; tar xpf -) If you're using dump to back the file system up, do a level 0 after that. You can, of course, try the above for the system file systems and well. ; Tue, 5 Sep 2000 16:46:57 -0700 (PDT) Received: from ct-hartford-us412.javanet.com ([209.150.34.161]) by smtp03.mrf.mail.rcn.net with esmtp (Exim 3.15 #2) id 13WSQa-000066-00 for questions@FreeBSD.ORG; Tue, 05 Sep 2000 19:46:56 -0400 Message-Id: In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions From: media@ct1.nai.net Subject: Partitioning "new" hard drive?? Date: Tue, 05 Sep 2000 19:46:56 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running FreeBSD 3.4 on a 133 Pentium. Thanks to everyone who answered my hardware questions :) I just replaced the hard drive with a used 3G drive. I'm planning on making three partitions: DOS (Windows 95B), FreeBSD 3.4, and BeOS. (I'm checking out Be out of sheer curiosity). What is the best way to completely erase and re-partition the disk?? I've already removed the old partitions under DOS using FDISK, and then used FORMAT to format it as one 3G disk, so I could use SCANDISK to check it for problems. It's scanning now. I have used FIPS 2.0 to create a FreeBSD partition in the past when software was already installed on the primary DOS partition, but this disk should be completely empty. Should I try to create three partitions with FDISK, or is there a better way?? Also, should I use FAT or FAT32?? The disk is 3G. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 17: 0:57 2000 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 EC7C737B422 for ; Tue, 5 Sep 2000 17:00:54 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id TAA04578; Tue, 5 Sep 2000 19:06:14 -0500 (CDT) (envelope-from dan) Date: Tue, 5 Sep 2000 19:06:14 -0500 From: Dan Nelson To: Raymond Hicks Cc: freebsd-questions@FreeBSD.ORG Subject: Re: .wizard Message-ID: <20000905190614.A3927@dan.emsphone.com> References: <001201c01786$a4843c40$0a0a0a0a@sysenglt112> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <001201c01786$a4843c40$0a0a0a0a@sysenglt112>; from "Raymond Hicks" on Tue Sep 5 18:14:20 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 05), Raymond Hicks said: > Cheers, > can anyone tell me what this entry when I do netstat does.. what are > these entries? > .wizard or > .2003 > .callbook > .globe I'm betting that is not the only thing on the line when you run netstat, right? You forgot to list what's in the "Remote address" column? Those are most likely just the local end of a telnet or ftp session you are making to a remote host. > 2) > how do I block my box from allowing access from certain IP addresses? > should I add a hosts.deny file in /etc? Does FreeBSD recognize this > convention? I am running 3.4 on intel 233... this is pertaining to > Portsentry... it by default wants to add to hosts.deny and there is not a > hosts.deny file there so I created one and it still allows you to connect > from blocked addresses..?? Add "-wW" to your inetd_flags line in /etc/rc.conf. That'll enable tcpwrapper support. Run tcpdchk/tcpdmatch to verify that the rules you added are actually working. -- 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 Sep 5 17:14:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail8.wlv.netzero.net (mail8.wlv.netzero.net [209.247.163.58]) by hub.freebsd.org (Postfix) with SMTP id 7AF2037B42C for ; Tue, 5 Sep 2000 17:14:07 -0700 (PDT) Received: (qmail 3768 invoked from network); 6 Sep 2000 00:14:04 -0000 Received: from dialup-209.245.225.176.dallas1.level3.net (HELO netzero.net) (209.245.225.176) by mail8.wlv.netzero.net with SMTP; 6 Sep 2000 00:14:04 -0000 Message-ID: <39B58DAE.B48A55B0@netzero.net> Date: Tue, 05 Sep 2000 19:19:58 -0500 From: Benedict Miller X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: What's the difference between Login ID and UID ? 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 been able to load the system but when I try to login I get 'Login incorrect' message. what am I doing wrong ?. Also I did not see where I was supposed to enter my user id and password even as a system admin. _______________________________________________ Why pay for something you could get for free? NetZero provides FREE Internet Access and Email http://www.netzero.net/download/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 17:15:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.siscom.net (mail.siscom.net [209.251.2.99]) by hub.freebsd.org (Postfix) with SMTP id 13DA837B422 for ; Tue, 5 Sep 2000 17:15:33 -0700 (PDT) Received: (qmail 87004 invoked from network); 6 Sep 2000 00:15:25 -0000 Received: from unknown (HELO jim) (209.251.13.108) by mail.siscom.net with SMTP; 6 Sep 2000 00:15:25 -0000 Message-ID: <000a01c01797$a5edcea0$6c0dfbd1@jim> From: "James Schoch" To: Subject: Iinstallation of a complete system - Sit down and start using the programs Date: Tue, 5 Sep 2000 20:16:04 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C01776.1E238D00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C01776.1E238D00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sorry, I did not know where to sent this! I have noticed remarks indicating FreeBSD seemed to have problems with = obtaining the same recognition as Linux. It would seem to me that a good = way of helping this along would be to have a complete installation, = including the printer, KDE interface and an office suite. The average = person seems to be interested in getting a system installed and starting = to use it, not all the intricacies of how the actual operating system = works. I can only assume that this has been well discussed and either = nixed or about 90% complete at this time. It seems to me that since you = have one of the most stable UNIX systems out there and a talented group = of programmers this should be no great problem. I have been retired and trying to learn something about a UNIX type = system to keep my brain from going to mush. The only problem have not = been unable to resolve is getting the printer up and working (not a line = printer). Networking, Star Office (does not print) and other apps have = given me no problems. I have checked all FreeBSD, Linux and some UNIX = books breaking down the information to a by the numbers check list. I do = not feel that I am the only one with this problem. I would rather tear = your installation apart to see how you got the printer to work. Had Caldera had their Linux system at or near its present state 5-6 = years ago I would have been using it. The printer is set up = automatically and works well.=20 I have not been a Microsoft fan since I attempted to buy my first = computer about 10 years ago and was told by established dealers that I = would have Windows installed if I wanted it or not. I found a non = established dealer and worked with DOS and WordStar with their dot = commands till I permanently retired. Dot commands are not the most user = friendly thing. This is not to say that Microsoft does not have some = good programs. It took too long for suit to be filed. James D. Schoch jschoch@siscom.net ------=_NextPart_000_0007_01C01776.1E238D00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Sorry, I did not know where to sent this!

I have noticed remarks indicating FreeBSD seemed to have problems = with=20 obtaining the same recognition as Linux. It would seem to me that a good = way of=20 helping this along would be to have a complete installation, including = the=20 printer, KDE interface and an office suite. The average person seems to = be=20 interested in getting a system installed and starting to use it, not all = the=20 intricacies of how the actual operating system works. I can only assume = that=20 this has been well discussed and either nixed or about 90% complete at = this=20 time. It seems to me that since you have one of the most stable UNIX = systems out=20 there and a talented group of programmers this should be no great = problem.

I have been retired and trying to learn something about a UNIX type = system to=20 keep my brain from going to mush. The only problem have not been unable = to=20 resolve is getting the printer up and working (not a line printer). = Networking, Star Office (does not print) and other apps have given me no = problems. I have checked all FreeBSD, Linux and some UNIX books = breaking=20 down the information to a by the numbers check list. I do not feel = that I=20 am the only one with this problem. I would rather tear your installation = apart=20 to see how you got the printer to work.

Had Caldera had their Linux system at or near its present state 5-6 = years ago=20 I would have been using it. The printer is set up automatically and = works well.=20

I have not been a Microsoft fan since I attempted to buy my first = computer=20 about 10 years ago and was told by established dealers that I would have = Windows=20 installed if I wanted it or not. I found a non established dealer and = worked=20 with DOS and WordStar with their dot commands till I permanently = retired. Dot=20 commands are not the most user friendly thing. This is not to say that = Microsoft=20 does not have some good programs. It took too long for suit to be=20 filed.

James D. Schoch

jschoch@siscom.net

------=_NextPart_000_0007_01C01776.1E238D00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 17:26:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from loki.isdn.itn.is (loki.itn.is [193.4.194.4]) by hub.freebsd.org (Postfix) with ESMTP id BCED037B422 for ; Tue, 5 Sep 2000 17:26:26 -0700 (PDT) Received: from domino.titan.is ([10.111.222.10]) by loki.isdn.itn.is (mx4.itn.is) with ESMTP id AAA392970 for ; Wed, 6 Sep 2000 00:19:09 GMT From: Birkir.Bjornsson@titan.is To: freebsd-questions@FreeBSD.ORG Subject: ADSL Date: Wed, 6 Sep 2000 00:27:13 +0000 Message-ID: X-MIMETrack: Serialize by Router on Domino/Titan/IS(Release 5.0.4 |June 8, 2000) at 06.09.2000 00:27:19 MIME-Version: 1.0 MIME-Version: 1.0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG


Hi i´m trying to connect my FreeBSD server to ADSL. The ADSL s= tandard here in Iceland is ppptp.

Thak you.

 

P.S. s= orry if see any HTML from this mail .

Beztu kveðjur
Birkir Bj= örnsson
titan

= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 17:34:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f145.law7.hotmail.com [216.33.237.145]) by hub.freebsd.org (Postfix) with ESMTP id CBD1137B424 for ; Tue, 5 Sep 2000 17:34:25 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 5 Sep 2000 17:34:25 -0700 Received: from 196.27.25.242 by lw7fd.law7.hotmail.msn.com with HTTP; Wed, 06 Sep 2000 00:34:25 GMT X-Originating-IP: [196.27.25.242] From: "Diego Fernando Garces Ocoro" To: freebsd-questions@FreeBSD.ORG Subject: MANEJO DEL FREEBSD EN RED Date: Tue, 05 Sep 2000 19:34:25 COT Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Message-ID: X-OriginalArrivalTime: 06 Sep 2000 00:34:25.0563 (UTC) FILETIME=[3574E6B0:01C0179A] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Santafe de Bogota , 5 de septiembre de 2000 Señores: FREEBSD Les escribo desde Bogota Colombia, y quisiera saber como hago para compartir impresoras y para compartir algunas partes de mi disco para el manejo en red. Asi mismo quisiera saber como se conectan estas unidades de red a mi equipo. Para el manejo de Freebsd-Servidor instale en mi maquina el paquete Samba que creo que permite este tipo de trabajo. Agradezco cualquier colaboracion al respecto. Cordialmente, Diego Garces _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 17:38:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id B00B737B423 for ; Tue, 5 Sep 2000 17:38:53 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e860cfk41994; Wed, 6 Sep 2000 10:08:41 +0930 (CST) (envelope-from grog) Date: Wed, 6 Sep 2000 10:08:41 +0930 From: Greg Lehey To: Birkir.Bjornsson@titan.is Cc: FreeBSD Questions Subject: Re: ADSL Message-ID: <20000906100841.G88716@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from Birkir.Bjornsson@titan.is on Wed, Sep 06, 2000 at 12:27:13AM +0000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 6 September 2000 at 0:27:13 +0000, Birkir.Bjornsson@titan.is wrote: [-- text/html is unsupported (use 'v' to view this part) --] Please don't send HTML mail Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 5 17:44: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (mailbox.adm.binghamton.edu [128.226.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 1EC1837B43E for ; Tue, 5 Sep 2000 17:44:01 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id UAA13467 for ; Tue, 5 Sep 2000 20:43:57 -0400 (EDT) Date: Tue, 5 Sep 2000 20:40:25 -0400 (EDT) From: Zhihui Zhang To: freebsd-questions@freebsd.org Subject: screen capture program 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 Can anyone recommend a screen capture program for X windows for me? I searched the archive, somebody mentioned xview, gimp. Thanks. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18: 0:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out1.prserv.net [32.97.166.31]) by hub.freebsd.org (Postfix) with ESMTP id 7380837B423 for ; Tue, 5 Sep 2000 18:00:44 -0700 (PDT) Received: from attglobal.net ([129.37.167.101]) by prserv.net (out1) with SMTP id <20000906005942252014eg1ue>; Wed, 6 Sep 2000 00:59:43 +0000 Message-ID: <39B59784.12B92D1@attglobal.net> Date: Tue, 05 Sep 2000 21:01:57 -0400 From: youlgok@attglobal.net Reply-To: youlgok@attglobal.net X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-Questions Subject: /: write failed, file system is full 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: While I was downloading a large file(about 12MB) to /zip (it's iomega zip drive and I made it to FBSD Filesystem, not msdos mode), I got this message and the download can't be continued. /: write failed, file system is full I cleaned up /tmp. What should I do? #df -k Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0s1a 37663 26104 8546 75% / Any help would be appreciated. Thanks. -Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18: 3:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from frogger.telerama.com (frogger.telerama.com [205.201.1.48]) by hub.freebsd.org (Postfix) with ESMTP id 58DE437B424 for ; Tue, 5 Sep 2000 18:03:31 -0700 (PDT) Received: from localhost (cwaiken@localhost) by frogger.telerama.com (8.9.3/8.9.3) with SMTP id VAA17074 for ; Tue, 5 Sep 2000 21:03:26 -0400 (EDT) X-Authentication-Warning: frogger.telerama.com: cwaiken owned process doing -bs Date: Tue, 5 Sep 2000 21:03:26 -0400 (EDT) From: "Christopher W. Aiken" To: FreeBSD Questions Subject: Sendmail / mutt errors 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 "sendmail" or "mutt" to avoid the following errors that I'm getting with FreeBSD 4.1? I changed the email address to "protect the innocent". :) -| ----- The following addresses had permanent fatal errors ----- -|xxx52045@aol.com -|yyyyyyy@aol.com -|zzzz@alltel.net -|aaaaaaaaa@aol.com -| -| ----- Transcript of session follows ----- -|... while talking to zd.mx.aol.com.: -|>>> QUIT -|<<< 550 DIRECT CONNECTION FROM DIAL-UP OR DYNAMIC-IP DENIED -|... while talking to yb.mx.aol.com.: -|>>> QUIT -|<<< 550 DIRECT CONNECTION FROM DIAL-UP OR DYNAMIC-IP DENIED -|... while talking to yh.mx.aol.com.: -|>>> QUIT -|<<< 550 DIRECT CONNECTION FROM DIAL-UP OR DYNAMIC-IP DENIED -|... while talking to zb.mx.aol.com.: -|>>> QUIT -|<<< 550 DIRECT CONNECTION FROM DIAL-UP OR DYNAMIC-IP DENIED -|... while talking to yd.mx.aol.com.: -|>>> QUIT -|<<< 550 DIRECT CONNECTION FROM DIAL-UP OR DYNAMIC-IP DENIED -|... while talking to za.mx.aol.com.: -|>>> QUIT -|<<< 550-AOL no longer accepts connections from dynamically assigned -|<<< 550- IP addresses to our relay servers. Please contact your ISP -|<<< 550 to have your mail redirected through your ISP's SMTP servers. -|... while talking to ye.mx.aol.com.: -|>>> QUIT -|<<< 550 DIRECT CONNECTION FROM DIAL-UP OR DYNAMIC-IP DENIED -|... while talking to yc.mx.aol.com.: -|>>> QUIT -|<<< 550 DIRECT CONNECTION FROM DIAL-UP OR DYNAMIC-IP DENIED -|... while talking to zc.mx.aol.com.: -|>>> QUIT -|<<< 550 DIRECT CONNECTION FROM DIAL-UP OR DYNAMIC-IP DENIED -|... while talking to yg.mx.aol.com.: -|>>> QUIT -|<<< 550 DIRECT CONNECTION FROM DIAL-UP OR DYNAMIC-IP DENIED ... ... ... --- Christopher W. Aiken, Scenery Hill, Pa, USA chris at cwaiken dot com, www.cwaiken.com Preferred O/S: FreeBSD 4.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18: 5:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from diskfarm.firehouse.net (rdu25-12-043.nc.rr.com [24.25.12.43]) by hub.freebsd.org (Postfix) with ESMTP id 3BCF037B424 for ; Tue, 5 Sep 2000 18:05:40 -0700 (PDT) Received: (from abc@localhost) by diskfarm.firehouse.net (8.9.3/8.9.3) id VAA70360; Tue, 5 Sep 2000 21:06:00 -0400 (EDT) (envelope-from abc) Date: Tue, 5 Sep 2000 21:06:00 -0400 From: Alan Clegg To: youlgok@attglobal.net Cc: FreeBSD-Questions Subject: Re: /: write failed, file system is full Message-ID: <20000905210600.G66030@diskfarm.firehouse.net> Mail-Followup-To: Alan Clegg , youlgok@attglobal.net, FreeBSD-Questions References: <39B59784.12B92D1@attglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <39B59784.12B92D1@attglobal.net>; from youlgok@attglobal.net on Tue, Sep 05, 2000 at 09:01:57PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Unless the network is lying to me again, youlgok@attglobal.net said: > Hi, all: > > While I was downloading a large file(about 12MB) to /zip (it's iomega > zip drive and I made it to FBSD Filesystem, not msdos mode), I got this > message and the download can't be continued. > > /: write failed, file system is full My guess is that you did not actually *MOUNT* /zip. Do a 'df /zip' and see what you get. AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18: 9:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from diskfarm.firehouse.net (rdu25-12-043.nc.rr.com [24.25.12.43]) by hub.freebsd.org (Postfix) with ESMTP id DC6B837B422 for ; Tue, 5 Sep 2000 18:09:48 -0700 (PDT) Received: (from abc@localhost) by diskfarm.firehouse.net (8.9.3/8.9.3) id VAA70466; Tue, 5 Sep 2000 21:10:07 -0400 (EDT) (envelope-from abc) Date: Tue, 5 Sep 2000 21:10:06 -0400 From: Alan Clegg To: "Christopher W. Aiken" Cc: FreeBSD Questions Subject: Re: Sendmail / mutt errors Message-ID: <20000905211006.H66030@diskfarm.firehouse.net> Mail-Followup-To: Alan Clegg , "Christopher W. Aiken" , FreeBSD Questions References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from cwaiken@telerama.com on Tue, Sep 05, 2000 at 09:03:26PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Unless the network is lying to me again, Christopher W. Aiken said: > How can I set up "sendmail" or "mutt" to avoid the following > errors that I'm getting with FreeBSD 4.1? I changed the > email address to "protect the innocent". :) > -|<<< 550-AOL no longer accepts connections from dynamically assigned > -|<<< 550- IP addresses to our relay servers. Please contact your ISP > -|<<< 550 to have your mail redirected through your ISP's SMTP servers. Send mail via YOUR provider (not directly) by setting the SMTP relay in your sendmail.cf. AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18:26: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out1.prserv.net [32.97.166.31]) by hub.freebsd.org (Postfix) with ESMTP id 2F3B837B422 for ; Tue, 5 Sep 2000 18:26:04 -0700 (PDT) Received: from attglobal.net ([129.37.167.61]) by prserv.net (out1) with SMTP id <2000090601250225202jc4cge>; Wed, 6 Sep 2000 01:25:03 +0000 Message-ID: <39B59D76.7C24A3CF@attglobal.net> Date: Tue, 05 Sep 2000 21:27:19 -0400 From: youlgok@attglobal.net Reply-To: youlgok@attglobal.net X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-Questions Subject: Re: /: write failed, file system is full Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG One more question: I downloaded the file into $HOME/ directory and commanded: mv foo.gz /zip and I got this message again: /: write failed, file system is full mv: /zip/foo.gz: No space left on device Of course, /zip has more than enough empty space. I made /zip into FBSD filesystem according to the FAQ of www.freebsd.org, http://www.freebsd.org/FAQ/admin.html#DISKLABEL. What whould I do now? -Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18:26:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eve.speakeasy.net (eve.speakeasy.net [216.254.0.17]) by hub.freebsd.org (Postfix) with ESMTP id EB75F37B424 for ; Tue, 5 Sep 2000 18:26:13 -0700 (PDT) Received: from paradive (dsl254-006-184-sea1.dsl-isp.net [216.254.6.184]) by eve.speakeasy.net (8.10.0/8.10.0) with SMTP id e861Oh814360; Tue, 5 Sep 2000 18:24:43 -0700 Message-ID: <018801c017a0$bc4c5820$02fea8c0@localdomain> From: "paradive" To: "Zhihui Zhang" , References: Subject: Re: screen capture program Date: Tue, 5 Sep 2000 18:21:06 -0700 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 i highly recommend XV. it's small, very intuitive. doesn't have very much other functionality, but if you just want to take screenshots, that's what it does best.... and it's in the ports collection to boot. hope this helps, paradive ----- Original Message ----- From: Zhihui Zhang To: Sent: Tuesday, September 05, 2000 5:40 PM Subject: screen capture program > > Can anyone recommend a screen capture program for X windows for me? I > searched the archive, somebody mentioned xview, gimp. Thanks. > > -Zhihui > > > > 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 Sep 5 18:27:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from spoon.alink.net (spoon.alink.net [207.135.127.97]) by hub.freebsd.org (Postfix) with ESMTP id 0AC7537B422 for ; Tue, 5 Sep 2000 18:27:25 -0700 (PDT) Received: from ws31 (assay1-36.dsl.alink.net [216.39.8.36]) by spoon.alink.net (8.9.3/8.9.3) with SMTP id SAA29526 for ; Tue, 5 Sep 2000 18:27:16 -0700 (PDT) Received: by localhost with Microsoft MAPI; Tue, 5 Sep 2000 18:27:11 -0700 Message-ID: <01C01766.E8560B30.tyeung@assaytech.com> From: Terry Yeung Reply-To: "tyeung@assaytech.com" To: "'freebsd-questions@freebsd.org'" Subject: arplookup error Date: Tue, 5 Sep 2000 18:27:10 -0700 Organization: Assay Technology X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 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, I get this message repreated to me constantly on my FreeBSD 4 install that I did. I was hoping you guys can help. The message is: /kernel: arplookup 0.0.0.0 failed: host is not on local network I did a ifconfig -a and here's the output: $ ifconfig -a fxp0: flags=8843 mtu 1500 inet 10.2.0.200 netmask 0xffff0000 broadcast 10.2.255.255 inet6 fe80::2a0:c9ff:fe8d:3dd4%fxp0 prefixlen 64 scopeid 0x1 ether 00:a0:c9:8d:3d:d4 media: autoselect (100baseTX) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UT P 10baseT/UTP lp0: flags=8810 mtu 1500 sl0: flags=c010 mtu 552 ppp0: flags=8010 mtu 1500 lo0: flags=8049 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 gif0: flags=8010 mtu 1280 inet6 fe80::2a0:c9ff:fe8d:3dd4%gif0 prefixlen 64 scopeid 0x6 gif1: flags=8010 mtu 1280 inet6 fe80::2a0:c9ff:fe8d:3dd4%gif1 prefixlen 64 scopeid 0x7 gif2: flags=8010 mtu 1280 inet6 fe80::2a0:c9ff:fe8d:3dd4%gif2 prefixlen 64 scopeid 0x8 gif3: flags=8010 mtu 1280 inet6 fe80::2a0:c9ff:fe8d:3dd4%gif3 prefixlen 64 scopeid 0x9 stf0: flags=8000 mtu 1280 inet6 fe80::2a0:c9ff:fe8d:3dd4%stf0 prefixlen 64 scopeid 0xa faith0: flags=8000 mtu 1500 Any ideas? This is on a Pentium 100 using an Intel E100B NIC. Thanks. -Terry Yeung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18:30:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out1.prserv.net [32.97.166.31]) by hub.freebsd.org (Postfix) with ESMTP id AFCF837B440 for ; Tue, 5 Sep 2000 18:30:17 -0700 (PDT) Received: from attglobal.net ([129.37.167.61]) by prserv.net (out1) with SMTP id <200009060129152520095k0te>; Wed, 6 Sep 2000 01:29:16 +0000 Message-ID: <39B59E75.55CDE3A4@attglobal.net> Date: Tue, 05 Sep 2000 21:31:34 -0400 From: youlgok@attglobal.net Reply-To: youlgok@attglobal.net X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: Alan Clegg , FreeBSD-Questions Subject: Re: /: write failed, file system is full References: <39B59784.12B92D1@attglobal.net> <20000905210600.G66030@diskfarm.firehouse.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, AlanC: This is the result of df /zip # df /zip Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0s1a 37663 26102 8548 75% / As you said, I think /zip is not mounted. How do I mount it? Thanks a lot. -Paul Alan Clegg wrote: > Unless the network is lying to me again, youlgok@attglobal.net said: > > Hi, all: > > > > While I was downloading a large file(about 12MB) to /zip (it's iomega > > zip drive and I made it to FBSD Filesystem, not msdos mode), I got this > > message and the download can't be continued. > > > > /: write failed, file system is full > > My guess is that you did not actually *MOUNT* /zip. Do a 'df /zip' and see > what you get. > > AlanC > > 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 Sep 5 18:31: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta-1.gci.net (mta-1.gci.net [208.138.130.82]) by hub.freebsd.org (Postfix) with ESMTP id ACD8537B423 for ; Tue, 5 Sep 2000 18:30:59 -0700 (PDT) Received: from mmp-2.gci.net ([208.138.130.81]) by mta-1.gci.net (Netscape Messaging Server 4.15) with ESMTP id G0FYVV02.AJB for ; Tue, 5 Sep 2000 17:31:07 -0800 Received: from jt9d ([24.237.42.249]) by mmp-2.gci.net (Netscape Messaging Server 4.15) with SMTP id G0FYVW00.K31 for ; Tue, 5 Sep 2000 17:31:08 -0800 Message-ID: <000a01c01799$b2531b80$f92aed18@anchorageak.net> From: "Mehran" To: Subject: After installation freeBSD won't run Date: Tue, 5 Sep 2000 17:30:45 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C0175F.05B12000" 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_0007_01C0175F.05B12000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello: I have installed freeBSD 4.0 from CD (BSD power pack) 8 or 9 times so = far. Each time the installation goes fine, but when the system boots for = the first time, it gives me an error message: " Preparing machine to load FreeBSD/386 ..... Read error" and thats all I get. I have dedicated whole hard drive to freebsd. It = seems its looking for something in drive "A". I am using bootmagic, = since I have Win 98 in another hard drive. Hard drive size is about 4.2 = Gigs and I have 196 megs of ram. Thanks for your help. Mehran ------=_NextPart_000_0007_01C0175F.05B12000 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello:
I have installed freeBSD 4.0 from CD = (BSD power=20 pack)  8 or 9 times so far. Each time the installation goes fine, = but when=20 the system boots for the first time, it gives me an error = message:
" Preparing machine to load=20 FreeBSD/386
.....
Read error"
 and thats all I get. I have = dedicated =20 whole  hard drive to freebsd. It seems its looking for something in = drive=20 "A". I am using bootmagic, since I have Win 98 in another hard drive. = Hard drive=20 size is about 4.2 Gigs and I have 196 megs of ram. Thanks for your help. = Mehran
------=_NextPart_000_0007_01C0175F.05B12000-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18:32:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id CB8CB37B423 for ; Tue, 5 Sep 2000 18:32:14 -0700 (PDT) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id HAA17146; Wed, 6 Sep 2000 07:32:09 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.9.3/8.8.6) with UUCP id HAA26905; Wed, 6 Sep 2000 07:32:05 +0600 (ESS) Received: from localhost (localhost [127.0.0.1]) by jane.cgu.chel.su (8.11.0/8.9.2) with ESMTP id e861NZr00331; Wed, 6 Sep 2000 07:23:36 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Date: Wed, 6 Sep 2000 07:23:35 +0600 (ESS) From: Ilia Chipitsine To: Caleb Walker Cc: questions@FreeBSD.ORG Subject: Re: USER_LDT @ 4.1STABLE In-Reply-To: <0009051230030N.00254@butthead.walker> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Salut, Caleb Walker ! =20 On Tue, 5 Sep 2000, Caleb Walker wrote: > Is this a new install? An Upgrade? Source current? it's not even an upgrade. It's just a regular kernel build on 4.1-STABLE >=20 > On Tue, 05 Sep 2000, Ilia Chipitsine wrote: > #well, I simply cannot compile a kernel with USER_LDT, why should it be ? > # > #Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) > #Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) > # > # > # > #To Unsubscribe: send mail to majordomo@FreeBSD.org > #with "unsubscribe freebsd-questions" in the body of the message > -- >=20 > Thank You, > Caleb Walker > (310) 519-8359 > (310) 753-8668 > http://www.cwalk.org > Get my pgp public key by fingering cwalker@cwalk.org >=20 > ------------ Output from pgp ------------ > Signature by unknown keyid: 0x79655584 >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18:35:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from diskfarm.firehouse.net (rdu25-12-043.nc.rr.com [24.25.12.43]) by hub.freebsd.org (Postfix) with ESMTP id 6245A37B423 for ; Tue, 5 Sep 2000 18:35:43 -0700 (PDT) Received: (from abc@localhost) by diskfarm.firehouse.net (8.9.3/8.9.3) id VAA73354; Tue, 5 Sep 2000 21:36:06 -0400 (EDT) (envelope-from abc) Date: Tue, 5 Sep 2000 21:36:06 -0400 From: Alan Clegg To: youlgok@attglobal.net Cc: FreeBSD-Questions Subject: Re: /: write failed, file system is full Message-ID: <20000905213606.A70550@diskfarm.firehouse.net> Mail-Followup-To: Alan Clegg , youlgok@attglobal.net, FreeBSD-Questions References: <39B59784.12B92D1@attglobal.net> <20000905210600.G66030@diskfarm.firehouse.net> <39B59E75.55CDE3A4@attglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <39B59E75.55CDE3A4@attglobal.net>; from youlgok@attglobal.net on Tue, Sep 05, 2000 at 09:31:34PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Unless the network is lying to me again, youlgok@attglobal.net said: > Hi, AlanC: > > This is the result of > > df /zip > > # df /zip > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/wd0s1a 37663 26102 8548 75% / > > As you said, I think /zip is not mounted. How do I mount it? Well, if it is in your /etc/fstab file, all you'd need to do is 'mount /zip'. Otherwise, you will have to determine where the disk is located and then mount that device. As an example, I have a Compact-Flash device, that when inserted, shows up like this: ad8: 342MB [695/16/63] at ata4-master using BIOSPIO ad9: 342MB [695/16/63] at ata4-slave using BIOSPIO and my entry in /etc/fstab reads as: /dev/ad8s1 /udisk msdos rw,noauto 0 0 So, when I insert the drive, I can just 'mount /udrive'. If I were to do this manually, I'd do: mount -t msdos /dev/ad8s1 /udisk You won't (most likely) use ad8s1, but whatever device the Zip shows up as in your 'dmesg' output. AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18:38:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailgw00.execpc.com (mailgw00.execpc.com [169.207.1.78]) by hub.freebsd.org (Postfix) with ESMTP id AC9F137B424 for ; Tue, 5 Sep 2000 18:38:24 -0700 (PDT) Received: from pop2.nwbl.wi.voyager.net (pop2.nwbl.wi.voyager.net [169.207.3.115]) by mailgw00.execpc.com (8.9.1) id UAA24935; Tue, 5 Sep 2000 20:38:23 -0500 Received: from woodstock.monkey.net (d89.as11.nwbl0.wi.voyager.net [169.207.131.217]) by pop2.nwbl.wi.voyager.net (8.10.2/8.10.2) with ESMTP id e861cCQ00613; Tue, 5 Sep 2000 20:38:23 -0500 (CDT) Received: from pobox.com (localhost [127.0.0.1]) by woodstock.monkey.net (Postfix) with ESMTP id AD05E137; Tue, 5 Sep 2000 20:38:57 -0500 (CDT) X-Mailer: exmh version 2.1.1 10/16/1999 To: Zhihui Zhang Cc: freebsd-questions@freebsd.org Subject: Re: screen capture program In-reply-to: Your message of "Tue, 05 Sep 2000 20:40:25 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 05 Sep 2000 20:38:57 -0500 From: Jon Hamilton Message-Id: <20000906013857.AD05E137@woodstock.monkey.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Zh ihui Zhang wrote: } } Can anyone recommend a screen capture program for X windows for me? I } searched the archive, somebody mentioned xview, gimp. Thanks. xwd works for some uses (you can grab a single window, or the whole screen by using the -root option); it will dump out an .xwd file, which you can use imagemagick or xv to turn into something more common like a jpg. There are some other solutions too, but this is what I usually use. -- Jon Hamilton hamilton@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18:45:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (CDR27-115.accesscable.net [24.138.27.115]) by hub.freebsd.org (Postfix) with ESMTP id 1808937B422; Tue, 5 Sep 2000 18:45:01 -0700 (PDT) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.3) with ESMTP id WAA36525; Tue, 5 Sep 2000 22:44:36 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Tue, 5 Sep 2000 22:44:34 -0300 (ADT) From: The Hermit Hacker To: freebsd-questions@freebsd.org Cc: freebsd-stable@freebsd.org Subject: Getting the most out of SMP ... 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 machine (dmesg included below) that has two PIII-450s in her, 512Meg of RAM, etc, etc ... and I'm wondering if there is somethign that I should be setting that to improve performance ... Looking in LINT that are options that I'm not sure if/how I should be setting ... and searching through the mailing archives or web site don't appear to be bringing up anything .. for instance: =============== # Options for the VM subsystem. options PQ_CACHESIZE=512 # color for 512k/16k cache # Deprecated options supported for backwards compatibility. #options PQ_NOOPT # No coloring #options PQ_LARGECACHE # color for 512k/16k cache #options PQ_HUGECACHE # color for 1024k/16k cache #options PQ_MEDIUMCACHE # color for 256k/16k cache #options PQ_NORMALCACHE # color for 64k/16k cache =============== I have these two set cause they "sound good" ... but without really understandign the implications: # CPU_DISABLE_5X86_LSSER disables load store serialize (i.e. enables # reorder). This option should not be used if you use memory mapped # I/O device(s). # # CPU_FASTER_5X86_FPU enables faster FPU exception handler. Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.0-STABLE #0: Wed Jul 19 15:12:46 EDT 2000 root@pgsql.tht.net:/usr/src/sys/compile/pgsql Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (451.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383fbff real memory = 536858624 (524276K bytes) avail memory = 519450624 (507276K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 IOAPIC #0 intpin 16 -> irq 11 IOAPIC #0 intpin 17 -> irq 10 IOAPIC #0 intpin 19 -> irq 12 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0289000. Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 isab0: at device 4.0 on pci0 isa0: on isab0 pci0: at 4.1 pci0: at 4.2 irq 12 Timecounter "PIIX" frequency 3579545 Hz chip1: port 0xe800-0xe80f at device 4.3 on pci0 ahc0: port 0xb000-0xb0ff mem 0xe1800000-0xe180 0fff irq 12 at device 6.0 on pci0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs fxp0: port 0xa800-0xa83f mem 0xe0800000-0xe08fffff,0x e1000000-0xe1000fff irq 10 at device 11.0 on pci0 fxp0: Ethernet address 00:d0:b7:83:4b:9e fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 Waiting 15 seconds for SCSI devices to settle SMP: AP CPU #1 Launched! Mounting root from ufs:/dev/da0s1a da2 at ahc0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 80.000MB/s transfers (40.000MHz, offset 63, 16bit), Tagged Queueing Enabled da2: 17431MB (35700480 512 byte sectors: 255H 63S/T 2222C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled da1: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18:48:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.161.193]) by hub.freebsd.org (Postfix) with ESMTP id 9EC9937B424 for ; Tue, 5 Sep 2000 18:48:07 -0700 (PDT) Received: from mail.vt.edu (gkar.cc.vt.edu [198.82.161.190]) by lennier.cc.vt.edu (8.11.0/8.11.0) with ESMTP id e861m5B292725 for ; Tue, 5 Sep 2000 21:48:05 -0400 (EDT) Received: from zathras.cc.vt.edu ([198.82.162.117]) by gkar.cc.vt.edu (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0G0F00G23ZO48G@gkar.cc.vt.edu> for freebsd-questions@freebsd.org; Tue, 5 Sep 2000 21:48:04 -0400 (EDT) Date: Tue, 05 Sep 2000 21:47:32 -0400 From: dfisher Subject: kde2 package To: freebsd-questions@freebsd.org Message-id: <39CD3DE3@zathras.cc.vt.edu> MIME-version: 1.0 X-Mailer: WebMail (Hydra) SMTP v3.61 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-WebMail-UserID: dfisher X-EXP32-SerialNo: 00002964 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Could someone tell me if there is a binary available for kde2. I couldn't find anything on the ftp site. I've been compiling the port for several days now on my P133 and the end isn't in sight. Thanks. -- Daniel Fisher To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18:52:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 9D29737B424 for ; Tue, 5 Sep 2000 18:52:09 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e861pwl56331; Wed, 6 Sep 2000 11:21:58 +0930 (CST) (envelope-from grog) Date: Wed, 6 Sep 2000 11:21:58 +0930 From: Greg Lehey To: BWS - Offwhite Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tape drive recommendation Message-ID: <20000906112157.J88716@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from brennan@offwhite.net on Tue, Sep 05, 2000 at 11:40:12AM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 5 September 2000 at 11:40:12 -0500, BWS - Offwhite wrote: > I am looking to add a tape drive to a server. I will run backups > weekly and It hink 20gigs will be enough for the job. I am look at > a price range of $200 to $350 for the drive. > > Any suggestions for a good drive for FreeBSD? I don't know too many drives in this price range which will write 20 GB on a single tape. DDS-2 will do 8 GB. DDS-3 will do 24 GB, but I don't think you'll find a DDS-3 drive at that price. Alternatively, you could use Exabyte, but again you're unlikely to get a 20 GB or better drive at the prices you're looking at. > Would any SCSI tape drive work with FreeBSD? Just about any. I have some seriously ancient Exabytes (over 10 years old) which don't. It wouldn't harm to ask when you find something you like the look of. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 5 18:53: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 7112737B423 for ; Tue, 5 Sep 2000 18:53:02 -0700 (PDT) Received: from david (user-33qtase.dialup.mindspring.com [199.174.171.142]) by granger.mail.mindspring.net (8.9.3/8.8.5) with SMTP id VAA25105; Tue, 5 Sep 2000 21:53:00 -0400 (EDT) From: "David Kanter" To: , "freebsd-questions" Subject: RE: Partitioning "new" hard drive?? Date: Tue, 5 Sep 2000 20:52:59 -0500 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: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > What is the best way to completely erase and re-partition the > disk?? Low-level format. Get the program from your drive's manufacturer. Then install Windows and the other OSes, using each one's fdisk. > Also, should I use FAT or FAT32?? The disk is 3G. Why not. ------------ David Kanter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18:58:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sm3.texas.rr.com (sm3.texas.rr.com [24.93.35.210]) by hub.freebsd.org (Postfix) with ESMTP id 7E7A137B422 for ; Tue, 5 Sep 2000 18:58:34 -0700 (PDT) Received: from bluebonnet (cs16290-98.austin.rr.com [24.162.90.98]) by sm3.texas.rr.com (8.9.3/8.8.7) with SMTP id IAA12983 for ; Tue, 5 Sep 2000 08:17:16 -0500 Message-ID: <01fe01c017a5$dbe2f220$625aa218@bluebonnet> From: "Daniel Squire" To: Subject: OpenSSH Help Date: Tue, 5 Sep 2000 20:57:48 -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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to install OpenSSH on 4.1-Release...After poking around I found in the mailing list archives that it is supposed to be included in the Base installation. However, per a recent post to this group I was unable to find the sshd or ssh-keygen executables on either /usr/bin or /usr/sbin. The install was done with a CD created from an ISO image I grabbed shortly after it was made available. I tried to reinstall the base distribution by going to /stand/sysinstall and doing the base install again from there, but with no luck. Also, the installs from the ports collection fails as well. OpenSSH in the ports collection complains that OpenSSL isn't installed and OpenSSL claims that it is in fact installed and cannot/shouldn't be installed again. Any help would be appreciated. Daniel Squire To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 18:59:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law-f108.hotmail.com [209.185.131.171]) by hub.freebsd.org (Postfix) with ESMTP id AFF2037B42C for ; Tue, 5 Sep 2000 18:59:19 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 5 Sep 2000 18:59:19 -0700 Received: from 204.216.28.194 by lw1fd.hotmail.msn.com with HTTP; Wed, 06 Sep 2000 01:59:19 GMT X-Originating-IP: [204.216.28.194] From: "Joel Rosenberg" To: freebsd-questions@freebsd.org Subject: Another Intel i810 Xfree86 problem. Date: Wed, 06 Sep 2000 01:59:19 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 06 Sep 2000 01:59:19.0492 (UTC) FILETIME=[11ACC840:01C017A6] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, This is another question regarding that troublesome Intel 810 built-in graphics card. I've tried the kldload agp.ko method as well as the more simple Option="no_accel" after installing 4.0.1 from the ports. I'm running FreeBSD 4.1. Are there any other methods? _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 19: 6:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from oak.drexeltech.com (oak.drexeltech.com [64.39.31.169]) by hub.freebsd.org (Postfix) with ESMTP id A148237B422 for ; Tue, 5 Sep 2000 19:06:48 -0700 (PDT) Received: from sporto.johnturner.com (w220.z208176108.det-mi.dsl.cnc.net [208.176.108.220]) by oak.drexeltech.com (8.9.3/8.9.3) with ESMTP id VAA77155; Tue, 5 Sep 2000 21:18:33 -0500 (CDT) (envelope-from john@johnturner.com) Message-Id: <4.3.2.7.0.20000905220222.00aa8c00@mail.johnturner.com> X-Sender: jturner@mail.johnturner.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 05 Sep 2000 22:06:46 -0400 To: "Daniel Squire" , From: John Turner Subject: Re: OpenSSH Help In-Reply-To: <01fe01c017a5$dbe2f220$625aa218@bluebonnet> 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 had the same problems on 4.0-RELEASE. Never found or received a good answer. One thing that did work for me after a little bit of grief was to re-run /stand/sysinstall and install ALL of the crypto (regulations be d*mned). Once I did that, I was able to get SSH working on some of my machines (but not all). I finally ended up just copying the binaries and config files around from one server to another until all of them were working. I have found that doing an install from scratch, on a new server, with all crypto, installs SSH as the docs and some posts on this list specify. HTH, and if anyone else on the list can post a step-by-step list of instructions of what to do in this scenario to get SSH installed the "right" way, it would be greatly appreciated. - John Turner At 09:57 PM 9/5/00, Daniel Squire wrote: >I'm trying to install OpenSSH on 4.1-Release...After poking around I found >in the mailing list archives that it is supposed to be included in the Base >installation. However, per a recent post to this group I was unable to find >the sshd or ssh-keygen executables on either /usr/bin or /usr/sbin. The >install was done with a CD created from an ISO image I grabbed shortly after >it was made available. > >I tried to reinstall the base distribution by going to /stand/sysinstall and >doing the base install again from there, but with no luck. Also, the >installs from the ports collection fails as well. OpenSSH in the ports >collection complains that OpenSSL isn't installed and OpenSSL claims that it >is in fact installed and cannot/shouldn't be installed again. > >Any help would be appreciated. > > >Daniel Squire > > > > >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 Sep 5 19: 8: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 8D9E137B423 for ; Tue, 5 Sep 2000 19:08:01 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e8627ko67913; Wed, 6 Sep 2000 11:37:46 +0930 (CST) (envelope-from grog) Date: Wed, 6 Sep 2000 11:37:46 +0930 From: Greg Lehey To: graphics Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Mylex RAID Controllers/FBSD 4.0 Message-ID: <20000906113746.L88716@wantadilla.lemis.com> References: <091701c01786$b0783ba0$c991f280@mfn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <091701c01786$b0783ba0$c991f280@mfn.org>; from lart@mfn.org on Tue, Sep 05, 2000 at 05:14:38PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 5 September 2000 at 17:14:38 -0500, graphics wrote: > Hello, > > Are any of the Mylex RAID controllers supported > by 4.0? Yes. > If so, which ones? You can get this information from /stand/help/HARDWARE.TXT.gz: Mylex DAC960 and DAC1100 RAID controllers with 2.x, 3.x, 4.x and 5.x firmware: DAC960P DAC960PD DAC960PDU DAC960PL DAC960PJ DAC960PG AcceleRAID 150 AcceleRAID 250 eXtremeRAID 1100 This list includes controllers sold by Digital/Compaq in Alpha systems in the StorageWorks family, eg. KZPSC, KZPAC. EISA adaptes are not supported. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 5 19: 9:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 166D637B509 for ; Tue, 5 Sep 2000 19:09:25 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id TAA01265; Tue, 05 Sep 2000 19:08:50 -0700 Message-ID: <39B5A732.99F4A52D@urx.com> Date: Tue, 05 Sep 2000 19:08:50 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Ilia Chipitsine Cc: Caleb Walker , questions@FreeBSD.ORG Subject: Re: USER_LDT @ 4.1STABLE References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ilia Chipitsine wrote: > > Salut, Caleb Walker ! > > On Tue, 5 Sep 2000, Caleb Walker wrote: > > > Is this a new install? An Upgrade? Source current? > > it's not even an upgrade. It's just a regular kernel build > on 4.1-STABLE I added "options USER_LDT" and did everything but an install. I had recently built my system and this time I used the config build sequence. I always used the build[install]kernel after a cvsup. The only other differences could be what you have for cvsup options and possibly what you have for options in make.conf. I cvsup src-all. I have the usual for me, which is USA=yes, compat22 and 3x = yes, and NOPROFILE=true. My CFLAGS= -O -pipe -march=i686" Is there anything else that we could be doing differently? Regards, Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 19:11: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baddog.yi.org (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id 536C837B423 for ; Tue, 5 Sep 2000 19:10:24 -0700 (PDT) Received: by baddog.yi.org (Postfix, from userid 1000) id 777E68C; Tue, 5 Sep 2000 22:11:17 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by baddog.yi.org (Postfix) with ESMTP id 658E76E for ; Tue, 5 Sep 2000 22:11:17 -0400 (EDT) Date: Tue, 5 Sep 2000 22:11:17 -0400 (EDT) From: Mike Johnson To: questions@freebsd.org Subject: md5 and des in /etc/master.passwd 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 Alot of my passwords in /etc/master.passwd are in md5 cuz they start with $1$ and some are DES , Im wondering why/what controls what to use.. And How can I make all my passwords md5. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 19:42:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web5101.mail.yahoo.com (web5101.mail.yahoo.com [216.115.106.71]) by hub.freebsd.org (Postfix) with SMTP id D522837B422 for ; Tue, 5 Sep 2000 19:42:33 -0700 (PDT) Message-ID: <20000906024233.6557.qmail@web5101.mail.yahoo.com> Received: from [203.11.192.243] by web5101.mail.yahoo.com; Wed, 06 Sep 2000 12:42:33 EST Date: Wed, 6 Sep 2000 12:42:33 +1000 (EST) From: =?iso-8859-1?q?Paul=20Jansen?= Subject: extracting bootblock from dos 6.22 boot floppy (FreeBSD 4.1) To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I would like to know how to extract a boot block from a floppy disk so I can create a bootable floppy image. I plan on making larger-than-floppy sized images to use to network boot machines using etherboot. It seems I must overcome this problem before I can get anywhere with this though. I've created a boot floppy from a working msdos 6.22 system using 'format a: /s /u'. I've used the command: dd if=/dev/fd0 of=/usr/tmp/bootblock bs=512 count=1 To verify that the bootblock is being extracted correctly these is what I doing: (1) extracting the boot block from a bootable floppy using the command above (2) Creating a floppy image using mformat and writing the extracted boot block to this image. To do this make sure the mtools package is installed. The edit the file ~/.mtoolsrc and add the line: drive x: file="/usr/tmp/floppyimage" then issue this command: mformat -C -t 80 -s 18 -h 2 -B /usr/tmp/bootblock x: (3) copying the msdos.sys, io.sys, and command.com files from the bootbale floppy to the newly created floppy image using mcopy: mcopy a:/io.sys a:/msdos.sys a:/command.com x:/ (4) writing this floppy image to another floppy disk and try booting a machine with it. dd if=/usr/tmp/floppyimage of=/dev/fd0 I believe this process should should allow this other floppy disk to be a bootable msdos 6.22 floppy after the steps described above are performed. This results in the error message: non-system disk or disk error replace and press any key when ready Can someone tell me what I'm doing wrong here? Thanks _____________________________________________________________________________ http://geocities.yahoo.com.au - Yahoo! Australia & NZ GeoCities - Build your own Web Site - for free! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 19:43:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lamborghini.indocyber.com (lamborghini.indocyber.com [202.180.0.86]) by hub.freebsd.org (Postfix) with SMTP id 698AF37B424 for ; Tue, 5 Sep 2000 19:43:11 -0700 (PDT) Received: (qmail 28709 invoked from network); 6 Sep 2000 02:40:38 -0000 Received: from unknown (HELO maverick.indocyber.com) (202.155.43.94) by lamborghini.indocyber.com with SMTP; 6 Sep 2000 02:40:38 -0000 Received: (qmail 76050 invoked by uid 1000); 6 Sep 2000 02:40:51 -0000 Date: Wed, 6 Sep 2000 09:40:51 +0700 From: John Indra To: freebsd-questions@freebsd.org Subject: Binding SSH with other services... Message-ID: <20000906094051.B74548@indocyber.com> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: Mutt 1.2.5i on FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear FreeBSD users... Can somebody explain how to combine the power of SSH with other `insecure' services like POP, rsync, and others? Any URL that gives further details is much appreciated. I have seen posts on many mailing lists that talk about this kind of `wrapping' but I currently don't know how to implement that to reality. I only know that SSH support tunneling of other services (can someone verify my statement, or maybe my statement isn't correct after all?) Thanks... Regards, John -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.2 (FreeBSD) Comment: Be the best! iD8DBQE5ta6wxcp0HIxafmQRAiSqAKDA32wC7kbgg4xs85X1HjKoWS3gXACgtQrH xlRfOkZYBkjaeM/cdR02y1k= =eu7f -----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 Tue Sep 5 19:47:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po4.glue.umd.edu (po4.glue.umd.edu [128.8.10.124]) by hub.freebsd.org (Postfix) with ESMTP id 0069537B423 for ; Tue, 5 Sep 2000 19:47:35 -0700 (PDT) Received: from glue.umd.edu (poseidon.student.umd.edu [129.2.144.21]) by po4.glue.umd.edu (8.10.1/8.10.1) with ESMTP id e862lKG12314; Tue, 5 Sep 2000 22:47:20 -0400 (EDT) Message-ID: <39B5B038.CE31A8E2@glue.umd.edu> Date: Tue, 05 Sep 2000 22:47:20 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Joshua Alguire Cc: freebsd-questions@FreeBSD.ORG Subject: Re: realtime functionality in freeBSD References: <20000905221923.27213.qmail@web6204.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 Joshua Alguire wrote: > > We are in need of an open source realtime OS. I have > already installed and developed using > Linux and its RTLinux extensions. We would like to > evaluate another OS, namely freeBSD. > But I can not find any mention of realtime > capabilities within the kernel. > Can anyone answer this for me? I've looked > everywhere. If there is no realtime support in > freeBSD, are there any plans to incorporate it? > We are in need of fairly hard realtime support (ie, > more than a truly priority based scheduler). I've been looking for this too, and from what I'm told there FreeBSD doesn't do hard realtime, but there are a few kernel options that can get reasonable soft realtime. Haven't looked into that too much since I need hard realtime. Try small@freebsd.org, they might know more. -Brandon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 19:51:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp4.singnet.com.sg (smtp4.singnet.com.sg [165.21.101.224]) by hub.freebsd.org (Postfix) with ESMTP id 35AEB37B423 for ; Tue, 5 Sep 2000 19:51:13 -0700 (PDT) Received: from netserver01 (ad202.166.107.146.magix.com.sg [202.166.107.146]) by smtp4.singnet.com.sg (8.9.3/8.9.3) with SMTP id KAA21142 for ; Wed, 6 Sep 2000 10:51:04 +0800 (SGT) (envelope-from spades@galaxynet.org) Message-Id: <3.0.32.20000906105125.009529a0@smtp.magix.com.sg> X-Sender: spades@smtp.magix.com.sg X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 06 Sep 2000 10:51:25 +0800 To: freebsd-questions@freebsd.org From: Spades Subject: Re: High usage processes 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 i have my FreeBSD system to autokill processes with high usage of exceeding 3k cpu/ram usage: This doesnt seem to work, any more ideas? /etc/login.conf basic-user:\ :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ :setenv=MAIL=$HOME/Mailbox,BLOCKSIZE=K:\ :path=~/bin /bin /usr/bin /usr/local/bin:\ :nologin=/var/run/nologin:\ :cputime=2h:\ :datasize=5M:\ :stacksize=2M:\ :memorylocked=3M:\ :memoryuse=3M:\ :filesize=50M:\ :coredumpsize=1M:\ :openfiles=128:\ :maxproc=20:\ :priority=0:\ :ignoretime@:\ :umask=022: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message Spades (CService5) CService Nick Password http://cservice.galaxynet.org ` _ , ' - (o)o) - -*-*-*-*-*-*-*-ooO'(_)--Ooo-*-*-* Bryan, Lee Chenghui | ICQ UIN: 1558635 | spades@galaxynet.org | Global - irc.provalue.net | ================================= "A man of words and not of deeds is like a garden full of weeds..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 19:53:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.ultraservers.net (mercury.ultraservers.net [216.218.200.200]) by hub.freebsd.org (Postfix) with ESMTP id DBABD37B422 for ; Tue, 5 Sep 2000 19:53:47 -0700 (PDT) Received: from friley-168-163.stures.iastate.edu ([129.186.168.163] helo=irix) by mercury.ultraservers.net with smtp (Exim 3.14 #1) id 13WVGp-0008J3-00 for questions@freebsd.org; Tue, 05 Sep 2000 19:49:03 -0700 From: "Adam" To: Subject: Netgear FA311 NIC doesn't work Date: Tue, 5 Sep 2000 21:53:33 -0500 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 V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, my Intel nic recently went out on me, so I decided to get a Netgear FA311, right now I can't get it to work. I have tried all generic devices, adding device kue, device ti. But it still doesn't work. Will this NIC card work in FreeBSD? If so can you please tell me the line I need to add to my kernel? Thanks Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 20: 8:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.uniserve.com (mail2.uniserve.com [204.244.156.10]) by hub.freebsd.org (Postfix) with ESMTP id 89A0737B423; Tue, 5 Sep 2000 20:08:38 -0700 (PDT) Received: from shell.uniserve.ca ([204.244.186.218]) by mail2.uniserve.com with esmtp (Exim 3.13 #1) id 13WVZf-000Equ-00; Tue, 05 Sep 2000 20:08:31 -0700 Date: Tue, 5 Sep 2000 20:08:25 -0700 (PDT) From: Tom X-Sender: tom@shell.uniserve.ca To: The Hermit Hacker Cc: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Getting the most out of SMP ... 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, 5 Sep 2000, The Hermit Hacker wrote: > # Options for the VM subsystem. > options PQ_CACHESIZE=512 # color for 512k/16k cache Page colouring isn't all that useful. The AUTO_EOI_* options can squeeze a bit more performance out of system. If your motherboard doesn't support EOI, your system will rapidly (< 5 minutes) lock up though. Stripping unnecessary drivers can help if you are short on RAM, but this can only save a few hundred K at most. Tom Uniserve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 20: 9:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.email.msn.com (cpimssmtpu03.email.msn.com [207.46.181.19]) by hub.freebsd.org (Postfix) with ESMTP id CC95937B424 for ; Tue, 5 Sep 2000 20:09:29 -0700 (PDT) Received: from orrdwight - 63.24.150.184 by email.msn.com with Microsoft SMTPSVC; Tue, 5 Sep 2000 20:08:29 -0700 Message-ID: <000a01c017af$bdb14180$0100a8c0@orrdwight> From: "dwight orr" To: Cc: , Subject: Shopping cart f/ISP w/Japanese-English user base Date: Tue, 5 Sep 2000 20:08:32 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C01775.1079BCC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C01775.1079BCC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm curious if one can locate a site or sites, where I may retrieve a = shopping cart for my ISP/home store. My programmer is adept in = perl/cgi... I'd prefer a free share-ware program, through which my = staff could tailor all concurrent features. Any thoughts or suggestions = would be humbly welcomed. D. Orr orrdwight@yahoo.com ------=_NextPart_000_0007_01C01775.1079BCC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I'm curious if one can locate a site or = sites,=20 where I may retrieve a shopping cart for my ISP/home store.  = My=20 programmer is adept in perl/cgi...  I'd prefer a=20 free share-ware program,  through which my staff could tailor = all=20 concurrent features.  Any thoughts or suggestions would be humbly=20 welcomed.
 
D. Orr
orrdwight@yahoo.com
<= /BODY> ------=_NextPart_000_0007_01C01775.1079BCC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 20:12:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eve.speakeasy.net (eve.speakeasy.net [216.254.0.17]) by hub.freebsd.org (Postfix) with ESMTP id 6517337B424 for ; Tue, 5 Sep 2000 20:12:20 -0700 (PDT) Received: from paradive (dsl254-006-184-sea1.dsl-isp.net [216.254.6.184]) by eve.speakeasy.net (8.10.0/8.10.0) with SMTP id e863Ao829594; Tue, 5 Sep 2000 20:10:50 -0700 Message-ID: <01d201c017af$8f99a260$02fea8c0@localdomain> From: "paradive" To: "Daniel Squire" , References: <01fe01c017a5$dbe2f220$625aa218@bluebonnet> Subject: Re: OpenSSH Help Date: Tue, 5 Sep 2000 20:07:13 -0700 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: Daniel Squire To: Sent: Tuesday, September 05, 2000 6:57 PM Subject: OpenSSH Help > I'm trying to install OpenSSH on 4.1-Release...After poking around I found > in the mailing list archives that it is supposed to be included in the Base > installation. However, per a recent post to this group I was unable to find > the sshd or ssh-keygen executables on either /usr/bin or /usr/sbin. The > install was done with a CD created from an ISO image I grabbed shortly after > it was made available. > > I tried to reinstall the base distribution by going to /stand/sysinstall and > doing the base install again from there, but with no luck. Also, the > installs from the ports collection fails as well. OpenSSH in the ports > collection complains that OpenSSL isn't installed and OpenSSL claims that it > is in fact installed and cannot/shouldn't be installed again. > > Any help would be appreciated. go back into /stand/sysinstall and install the "crypto" distribution. should work like a charm after that. paradive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 20:19:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by hub.freebsd.org (Postfix) with ESMTP id ECDB137B42C for ; Tue, 5 Sep 2000 20:19:10 -0700 (PDT) Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by smtp1.sentex.ca (8.11.0/8.11.0) with ESMTP id e863JAF29259; Tue, 5 Sep 2000 23:19:10 -0400 (EDT) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id XAA18414; Tue, 5 Sep 2000 23:19:09 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: lart@mfn.org ("graphics") Cc: questions@freebsd.org Subject: Re: Mylex RAID Controllers/FBSD 4.0 Date: Wed, 06 Sep 2000 03:13:59 GMT Message-ID: <39b5b646.1219473960@mail.sentex.net> References: In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 5 Sep 2000 18:21:29 -0400, in sentex.lists.freebsd.questions you wrote: Try searching the mailing list archives for the answer as your question has been asked many times. see http://www.freebsd.org/~msmith/RAID ---Mike >Hello, > > Are any of the Mylex RAID controllers supported >by 4.0? If so, which ones? If not, will 5.0 have this >functionality? > > >Thanks! > >(PS: Please reply directly, as we are not subscribed) > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 20:20:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.umr.edu (mrelay.cc.umr.edu [131.151.1.89]) by hub.freebsd.org (Postfix) with ESMTP id 445B637B42C for ; Tue, 5 Sep 2000 20:20:18 -0700 (PDT) Received: from photon (W11716@d-131-151-188-134.dynamic.umr.edu [131.151.188.134]) via SMTP by mrelay.cc.umr.edu (8.9.3/R.4.20) id WAA11765; Tue, 5 Sep 2000 22:20:10 -0500 Message-Id: <200009060320.WAA11765@mrelay.cc.umr.edu> From: "Matthew Rezny" To: "freebsd-questions@freebsd.org" Date: Tue, 05 Sep 2000 22:21:13 -0500 Reply-To: "Matthew Rezny" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 2000 (5.0.2195;1) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: IDE drives >32G Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have begun to get desperate recently. I can not get IDE drives >32G (real GB) to work on off-board controllers. I have tried 36.5 and 40.0G drives on Promise Ultra66 and HighPoint ATA66 controllers in two i386 systems with 4.0-rel and a Alpha system with 4.1-rel. In one of the i386 systems, the 40G drives work when plugged into the motherboard. They work in none of the systems when connected to either of the several PCI card controllers I am trying. I get errors saying "disklabel: ioctl DIOCGDINFO: Invalid argument" on disklabel functions. I can't read much less edit/write a disklabel. I tried writing zeros with dd to the drives and had no luck. The same CHS geometry shows up when connected to the motherboard, or the add-in cards. In all cases, the cylinders is 65536+ and is my only guess at the problem. For a while I was using some of the drives in Linux and it had similar problems going beyond 32GB because it seems there's something wrong with the LBA support on these cards. In Linux, I was using partitions created by DOS under a proper LBA environment. This obviously won't work with ccd in FreeBSD, which is what I purchased all this equipment for use with. I have searched and watched the mailing lists intermittently(sp?) for months. Does any have any idea how to resolve these problems? Any help is much appreciated. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 20:22: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 0E52937B422 for ; Tue, 5 Sep 2000 20:22:00 -0700 (PDT) Received: by heorot.1nova.com (Postfix, from userid 1000) id 9DA453282; Mon, 4 Sep 2000 19:45:33 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 8AB263281; Mon, 4 Sep 2000 19:45:33 +0000 (GMT) Date: Mon, 4 Sep 2000 19:45:33 +0000 (GMT) From: Rick Hamell To: Mike Worst Cc: freebsd-questions@freebsd.org Subject: Re: Still trouble In-Reply-To: <00090518491112132@rainet.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 > > Mike, how big is the slice you're trying to install too? Have > you > >tried another drive by chance? You CDROM should probally be on the > Primary > >Slave (Sorry if I miscommunincated that yesterday, had just gotten back > >from a camping trip...:) You might also want to check to make sure you > >don't have an IRQ conflict somewhere along the line, IRQ 14 and 15 > being > >used for the IDE controllers. > > > > Rick > > You gave it to me right. My CD-ROM is now on the primary slave, where > it seems to be working. At least sysinstall hasn't complained about not > being able to find it. > > I haven't tried another drive. There doesn't appear to be a conflict > with > IRQ's 14 or 15. > > It's a 20 gig Fujitsu with 2400 or so cylinders, in which C: is the > primary partition and D: is in the extended partition, totaling 900 meg. > > The FreeBSD slice takes the rest of the drive, 19 gig or so. I > partitioned it as follows: > > 100M / ad0s3a > 136M swap 3b > 1G /dev 3e > 100M /var 3f > 4G /usr 3g > 1G /stand 3h > 12G /home 3d > > Since I have such a large drive I'm trying to be generous. > > I tried to place /home to start before the 1024th cylinder, but > sysinstall doesn't show the cylinders, so I'm not sure about it. > > The complete error messages are: > > Error mounting /mnt/dev/ad0s3d on /mnt/home No such file or directory > This is repeated for /stand, /usr and /var. > > Error mounting /dev/acd0c on /dist No such file or directory > > Would appreciate any help you can give me. I'm intrigued by Free BSD. I'm not sure... at this point it sounds like a bad CDROM drive or disk. Can you do a net install? I could certainly burn you off a copy and install it that way, if needed. Heck for that matter we could hook it up to my DSL and do it... see if that makes any difference. I personally just have never seen those messages like that before... :) Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 20:25:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id A4E6537B422 for ; Tue, 5 Sep 2000 20:25:49 -0700 (PDT) Received: by heorot.1nova.com (Postfix, from userid 1000) id 925F23282; Mon, 4 Sep 2000 19:49:23 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 774BB3281; Mon, 4 Sep 2000 19:49:23 +0000 (GMT) Date: Mon, 4 Sep 2000 19:49:23 +0000 (GMT) From: Rick Hamell To: =?iso-8859-1?q?Paul=20Jansen?= Cc: questions@freebsd.org Subject: Re: extracting bootblock from dos 6.22 boot floppy (FreeBSD 4.1) In-Reply-To: <20000906024233.6557.qmail@web5101.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 > I believe this process should should allow this other > floppy disk to be a bootable msdos 6.22 floppy after > the steps described above are performed. This results > in the error message: > > non-system disk or disk error > replace and press any key when ready > > Can someone tell me what I'm doing wrong here? I don't think what you're doing is really possible with the DOS fat tables. Microsoft got around it by writing a propritary FAT table with the Windows 95 and Word 95 floppy disks. Why do you need extra room on the disks? You can use the DOS TCP/IP Networking stuff off of the Windows NT 4.0 disk and their web site to create a boot disk that would do just about everything you need. Load Samba on the server, and you could simply run a terminal program off of the share that automatically connects back to the same server. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 20:27:41 2000 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 B0B7437B423 for ; Tue, 5 Sep 2000 20:27:39 -0700 (PDT) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA5A42 for ; Wed, 6 Sep 2000 05:27:36 +0200 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 199; Wed, 6 Sep 2000 13:31:04 +1000 Message-ID: <39B5B9D5.8E11FC47@S1.com> Date: Wed, 06 Sep 2000 14:28:21 +1100 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Adam Cc: questions@freebsd.org Subject: Re: Netgear FA311 NIC doesn't work 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 Adam, > Hello, my Intel nic recently went out on me, so I decided to get a Netgear > FA311, right now I can't get it to work. I have tried all generic devices, > adding device kue, device ti. But it still doesn't work. I'm not familiar with Netgear stuff, but if the FA311 is 'close' to the 'FA310', then have a squiz at dc(4). hth, H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 20:34:44 2000 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 E415237B422 for ; Tue, 5 Sep 2000 20:34:41 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id WAA15582; Tue, 5 Sep 2000 22:34:35 -0500 (CDT) (envelope-from dan) Date: Tue, 5 Sep 2000 22:34:35 -0500 From: Dan Nelson To: Alan Clegg Cc: "Christopher W. Aiken" , FreeBSD Questions Subject: Re: Sendmail / mutt errors Message-ID: <20000905223434.A15107@dan.emsphone.com> References: <20000905211006.H66030@diskfarm.firehouse.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <20000905211006.H66030@diskfarm.firehouse.net>; from "Alan Clegg" on Tue Sep 5 21:10:06 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 05), Alan Clegg said: > Unless the network is lying to me again, Christopher W. Aiken said: > > > How can I set up "sendmail" or "mutt" to avoid the following errors > > that I'm getting with FreeBSD 4.1? I changed the email address to > > "protect the innocent". :) > > > -|<<< 550-AOL no longer accepts connections from dynamically assigned > > -|<<< 550-IP addresses to our relay servers. Please contact your ISP > > -|<<< 550 to have your mail redirected through your ISP's SMTP servers. > > Send mail via YOUR provider (not directly) by setting the SMTP relay in > your sendmail.cf. The AOL message is very badly worded; there's nothing your ISP can do about it, although you might need to ask them what IP you should forward mail to, if you don't already know. For information on telling sendmail (and other MTAs) about parent mail servers, see http://www.mail-abuse.org/dul/gateways.htm . -- 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 Sep 5 20:35:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.screaming.net (smtp.screaming.net [212.49.224.20]) by hub.freebsd.org (Postfix) with ESMTP id 7930637B422 for ; Tue, 5 Sep 2000 20:35:13 -0700 (PDT) Received: from dyn236-ras40.screaming.net (dyn236-ras40.screaming.net [212.188.135.236]) by smtp.screaming.net (8.9.3/8.9.3) with ESMTP id DAA02470 for ; Wed, 6 Sep 2000 03:37:58 GMT Date: Wed, 6 Sep 2000 04:44:23 +0100 From: X HOU X-Mailer: The Bat! (v1.45) Personal Reply-To: X HOU X-Priority: 3 (Normal) Message-ID: <34450658.20000906044423@fnmail.com> To: questions@freebsd.org Subject: new to freebsd 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 during the installation, it let you choose something between SLIP and PPP, what's it about? i'm using dial-up connecting to internet, which one should i choose? how to start KDE? thanx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 20:44:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sentry.granch.com (sentry.granch.com [212.109.197.135]) by hub.freebsd.org (Postfix) with ESMTP id 0B7D437B423 for ; Tue, 5 Sep 2000 20:44:30 -0700 (PDT) Received: (from shelton@localhost) by sentry.granch.com (8.9.3/8.9.3) id KAA01480 for freebsd-questions@freebsd.org; Wed, 6 Sep 2000 10:44:42 +0700 (NOVST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 06 Sep 2000 10:44:42 +0700 (NOVST) Reply-To: "Rashid N. Achilov" Organization: Granch Ltd. From: "Rashid N. Achilov" To: freebsd-questions@freebsd.org Subject: Kernel fault - fatal trap 12 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kernel fault - fatal trap 12 when I configure kernel with "options IPX", but WITHOUT "options NCP" and "options NWFS". Immediately after message "Hit [Enter] to load kernel, or wait 9 seconds..." I see bright white messages "Kernel trap...Reboot...BANZAI!". When I recompile kernel WITH "options NCP" and "options NWFS" all ok. I suggest NCP and NWFS are a NetWare userland components to mount at FreeBSD box NetWare volumes and IPX is a NetWare server component to be able to route IPX. I wrong somewhere? If I have server, which should be a IPX router, but didn't mount NW volumes, why I mess kernel with NCP and NWFS? -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), Brainbench ID: 28514 Granch Ltd. lead engineer, e-mail: achilov@granch.ru tel/fax (383-2) 24-2363 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 20:45:54 2000 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 49C3C37B423 for ; Tue, 5 Sep 2000 20:45:30 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13WSrL-000GwS-00; Wed, 06 Sep 2000 01:14:35 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id BAA23838; Wed, 6 Sep 2000 01:14:35 +0100 (BST) (envelope-from ben) Date: Wed, 6 Sep 2000 01:14:35 +0100 From: Ben Smithurst To: William Melanson Cc: David.Johnston@vviuh221.vvi.com, freebsd-questions@FreeBSD.ORG Subject: Re: Thanks for the good book and newbie question ... Message-ID: <20000906011435.J72445@strontium.scientia.demon.co.uk> References: <10009051616.AA02890@vviuh221.vvi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG William Melanson wrote: > On Tue, 5 Sep 2000, David Johnston wrote: > > % Hi Again FreeBSD: > % > % > UNIX Network Programming, Volume 1, second Edition. > % > % I wrote my first client/server sub-system using the book's examples. It is so cool! > % > % Now I need to ask the occasional question. Is there a better freebsd mail > % list for these type of questions? The one I have now is the following: > % > % When I kill the server then immediately restart it then bind gives "bind > % error: Address already in use". But if I wait for about 1 minute then I can > % start the server up again. How do I make it such that bind will "figure it > % out" right away, or (put another way) why can't bind figure out that the > % address and port are no longer in use? > > The command "ndc" may be of help to you. take a look at it's manpage. Either you're confused, or I am. "ndc" is a program to control named, but he's talking about the bind(2) system call, not the BIND DNS server. Unless "ndc" is another program I don't know about. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 20:55: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.jonelrienton.org (dsl-64-34-25-237.telocity.com [64.34.25.237]) by hub.freebsd.org (Postfix) with SMTP id 184E637B422 for ; Tue, 5 Sep 2000 20:54:57 -0700 (PDT) Received: (qmail 22421 invoked from network); 6 Sep 2000 04:10:38 -0000 Received: from debian (10.29.22.23) by zeus with SMTP; 6 Sep 2000 04:10:38 -0000 Message-ID: <058101c017b7$a49a3f00$17161d0a@jonelrienton.org> From: "Jonel Rienton" To: "Mike Johnson" , References: Subject: Re: md5 and des in /etc/master.passwd Date: Tue, 5 Sep 2000 23:05:07 -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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 check out http://www.mostgraveconcern.com/freebsd/libcrypt.html, i believe i saw something that might be related to what you're trying to do. Jonel Rienton http://qmail.freebsduser.org sent by qmail-1.03 on a FreeBSD 4.1-STABLE - ----- Original Message ----- From: "Mike Johnson" To: Sent: Tuesday, September 05, 2000 9:11 PM Subject: md5 and des in /etc/master.passwd | Alot of my passwords in /etc/master.passwd are in md5 cuz they | start with $1$ and some are DES , Im wondering why/what controls | what to use.. And How can I make all my passwords md5. | | | | 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.8 for non-commercial use iQA/AwUBObXCcaQ0pAI9Fl/WEQIFBACeNzCLpBkIdj43b2tVLkHRJ1LV6OkAniBF Z9kE7GkKwUb+pX+m+Of2J3Ww =Bgq5 -----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 Tue Sep 5 21:36:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id D2A2C37B424; Tue, 5 Sep 2000 21:36:15 -0700 (PDT) Received: from rac4.wam.umd.edu (IDENT:root@rac4.wam.umd.edu [128.8.10.144]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id AAA08827; Wed, 6 Sep 2000 00:36:14 -0400 (EDT) Received: from rac4.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac4.wam.umd.edu (8.9.3/8.9.3) with SMTP id AAA21024; Wed, 6 Sep 2000 00:36:14 -0400 (EDT) Received: from localhost (culverk@localhost) by rac4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id AAA21010; Wed, 6 Sep 2000 00:36:14 -0400 (EDT) X-Authentication-Warning: rac4.wam.umd.edu: culverk owned process doing -bs Date: Wed, 6 Sep 2000 00:36:12 -0400 (EDT) From: Kenneth Wayne Culver To: freebsd-questions@freebsd.org, freebsd-mobile@freebsd.org Subject: wierd error 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 When I try to run "systat -vm 1" on my dell inspiron 3800, I get the following messege: The alternate system clock has died! Reverting to `` pigs '' display. What does this mean, and how can I fix it? Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 21:42:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from comp04.prc.uic.edu (comp04.prc.uic.edu [128.248.230.104]) by hub.freebsd.org (Postfix) with SMTP id 10AB037B424 for ; Tue, 5 Sep 2000 21:42:21 -0700 (PDT) Received: (qmail 49188 invoked by uid 1000); 6 Sep 2000 04:42:42 -0000 Date: Tue, 5 Sep 2000 23:42:42 -0500 From: Lucas Bergman To: "Christopher W. Aiken" Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 4.1 Dual Boot Problems Message-ID: <20000905234242.B49156@comp04.prc.uic.edu> Reply-To: iceberg@pobox.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from cwaiken@telerama.com on Sun, Sep 03, 2000 at 08:31:53PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I can not boot W98 or FreeBSD. I tried to re-install 4.1 over and > over and over but no matter what I tried I could not get 4.1 to > write the boot loader to the mbr. [snip] As I expected FreeBSD 4.0 > did indeed install the multiple O/S boot loader. This time when I > installed 4.1 I told it NOT to install a boot loader and, when the > install was finished, I was able to boot W98 or FreeBSD with the 4.0 > boot loader program. > > What is wrong with 4.1 that it will not install the bootloader > program to the mbr? Is this happening to anyone else? I didn't have any trouble. But, then again, somebody else may have. > Can I boot from the "official" CD's that I got from Walnut Creek? Yes, with a sufficiently new computer. > How? It's an option in the BIOS/CMOS setup. Wherever you would go to, say, make the hard drive boot first instead of the floppy drive, there should be an option to boot from the ATAPI CD-ROM first. This only exists on computers younger than about two or three years. > If I can boot from the CD's, can I force the the re-write of the > multiple O/S boot loader to be written to the mbr? Yes. > How? Boot from the first CD. Then choose the FIXIT option from sysinstall. Insert the second CD when it asks, and jump over to the fixit shell with -. From the shell, mount your FreeBSD drive # mount /dev/ad0s2 /mnt or whatever. Then, you can refresh the MBR with # chroot /mnt # mount -a # /usr/sbin/boot0cfg -Bv ad0 Of course, check boot0cfg(8) for details. The `mount -a' step is, of course, unnecessary if your /usr is on the same partition as /. Lucas -- S. Lucas Bergman Northwestern University Mathematics Department PGP Public Key (0xC0C73619): http://pobox.com/~iceberg/pgpkey.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 21:43: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id 3411937B423; Tue, 5 Sep 2000 21:42:53 -0700 (PDT) Received: from rac4.wam.umd.edu (IDENT:root@rac4.wam.umd.edu [128.8.10.144]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id AAA09292; Wed, 6 Sep 2000 00:42:52 -0400 (EDT) Received: from rac4.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac4.wam.umd.edu (8.9.3/8.9.3) with SMTP id AAA21596; Wed, 6 Sep 2000 00:42:52 -0400 (EDT) Received: from localhost (culverk@localhost) by rac4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id AAA21592; Wed, 6 Sep 2000 00:42:52 -0400 (EDT) X-Authentication-Warning: rac4.wam.umd.edu: culverk owned process doing -bs Date: Wed, 6 Sep 2000 00:42:52 -0400 (EDT) From: Kenneth Wayne Culver To: freebsd-questions@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: wierd 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 Forgot to mention, this is with a 4.1-STABLE as of tonight. ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Wed, 6 Sep 2000, Kenneth Wayne Culver wrote: > When I try to run "systat -vm 1" on my dell inspiron 3800, I get the > following messege: > > The alternate system clock has died! > Reverting to `` pigs '' display. > > What does this mean, and how can I fix it? > > Ken > > > > 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 Tue Sep 5 21:44:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eve.speakeasy.net (eve.speakeasy.net [216.254.0.17]) by hub.freebsd.org (Postfix) with ESMTP id 4925937B422 for ; Tue, 5 Sep 2000 21:44:32 -0700 (PDT) Received: from paradive (dsl254-006-184-sea1.dsl-isp.net [216.254.6.184]) by eve.speakeasy.net (8.10.0/8.10.0) with SMTP id e864h1807700; Tue, 5 Sep 2000 21:43:01 -0700 Message-ID: <025401c017bc$705ce300$02fea8c0@localdomain> From: "paradive" To: "X HOU" , References: <34450658.20000906044423@fnmail.com> Subject: Re: new to freebsd Date: Tue, 5 Sep 2000 21:39:26 -0700 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: X HOU To: Sent: Tuesday, September 05, 2000 8:44 PM Subject: new to freebsd > > during the installation, it let you choose something between SLIP and > PPP, what's it about? i'm using dial-up connecting to internet, which > one should i choose? > more than likely you want ppp. for more info check out http://www.freebsd.org/handbook/ppp-and-slip.html paradive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 21:47:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by hub.freebsd.org (Postfix) with ESMTP id 385DF37B422 for ; Tue, 5 Sep 2000 21:47:32 -0700 (PDT) Received: from granite.sentex.net (granite.sentex.ca [199.212.134.1]) by smtp1.sentex.ca (8.11.0/8.11.0) with ESMTP id e864lVF40432; Wed, 6 Sep 2000 00:47:31 -0400 (EDT) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id AAA02410; Wed, 6 Sep 2000 00:47:31 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: mrezny@umr.edu ("Matthew Rezny") Cc: questions@freebsd.org Subject: Re: IDE drives >32G Date: Wed, 06 Sep 2000 04:42:21 GMT Message-ID: <39b5cb0d.1224793229@mail.sentex.net> References: In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 5 Sep 2000 23:20:39 -0400, in sentex.lists.freebsd.questions you wrote: >I have begun to get desperate recently. I can not get IDE drives >32G (real GB) What steps are you using to create the partition and then label ? ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 21:51:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from comp04.prc.uic.edu (comp04.prc.uic.edu [128.248.230.104]) by hub.freebsd.org (Postfix) with SMTP id 20A6637B422 for ; Tue, 5 Sep 2000 21:51:52 -0700 (PDT) Received: (qmail 49232 invoked by uid 1000); 6 Sep 2000 04:52:13 -0000 Date: Tue, 5 Sep 2000 23:52:13 -0500 From: Lucas Bergman To: John Indra Cc: freebsd-questions@freebsd.org Subject: Re: Binding SSH with other services... Message-ID: <20000905235213.C49156@comp04.prc.uic.edu> Reply-To: iceberg@pobox.com References: <20000906094051.B74548@indocyber.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000906094051.B74548@indocyber.com>; from john@indocyber.com on Wed, Sep 06, 2000 at 09:40:51AM +0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Can somebody explain how to combine the power of SSH with other > `insecure' services like POP, rsync, and others? Any URL that gives > further details is much appreciated. http://www.employees.org/~satch/ssh/faq/ssh-faq.html Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 22: 1:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 1137637B422 for ; Tue, 5 Sep 2000 22:01:41 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id JAA11083 for ; Wed, 6 Sep 2000 09:18:36 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e8651WI21614 for freebsd-questions@FreeBSD.ORG; Wed, 6 Sep 2000 09:01:32 +0400 Date: Wed, 6 Sep 2000 09:01:32 +0400 From: Igor Roboul To: "'FreeBSD Questions (E-mail)'" Subject: Re: How to Tell FBSD to Use Proxy Server Message-ID: <20000906090132.A21405@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: "'FreeBSD Questions (E-mail)'" References: <8C224DC088D8D111B67D0000F67AC17E029C4A01@ldcmsx01.lc.ca.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <8C224DC088D8D111B67D0000F67AC17E029C4A01@ldcmsx01.lc.ca.gov>; from Drew.Tomlinson@lc.ca.gov on Tue, Sep 05, 2000 at 03:36:03PM -0700 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 03:36:03PM -0700, Tomlinson, Drew wrote: > I'm not sure I'm making sense but I want to start an ftp session on my > FreeBSD box. My FreeBSD box is only connected via LAN to my Win 2K machine. > The Win 2K machine has an Internet connection and is running proxy server > software (Wingate). I want FreeBSD to connect to the Internet through the > Win 2K machine. Hello, this is not so common :-) Normal way is to use FreeBSD as gate, but there is so nice command by name 'man' (shor of manual) Just say "man ftp" (without quotes on shell prompt) Then search (hit /) for proxy You'll find (near end of manual): ftp_proxy URL of FTP proxy to use when making FTP URL requests (if not defined, use the standard ftp protocol). http_proxy URL of HTTP proxy to use when making HTTP URL requests. To set environment variable use 'setenv ftp_proxy _something_' if your shell is csh/tcsh or 'export ftp_proxy=_something_' if your shell is sh/bash/zsh etc. Place these commands to your starup file (.login for csh or .profile for sh) And, please, before asking something look into documentation. There is so nice command 'man'. Good luck. -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 22: 4:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web5105.mail.yahoo.com (web5105.mail.yahoo.com [216.115.106.75]) by hub.freebsd.org (Postfix) with SMTP id 1F60437B422 for ; Tue, 5 Sep 2000 22:04:46 -0700 (PDT) Message-ID: <20000906050445.29822.qmail@web5105.mail.yahoo.com> Received: from [203.11.192.243] by web5105.mail.yahoo.com; Wed, 06 Sep 2000 15:04:45 EST Date: Wed, 6 Sep 2000 15:04:45 +1000 (EST) From: =?iso-8859-1?q?Paul=20Jansen?= Subject: Re: extracting bootblock from dos 6.22 boot floppy (FreeBSD 4.1) To: Rick Hamell Cc: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rick, the mknbi docs (mknbi-dos in particular) are interesting reading. According to these docs (and people on the etherboot mailing list) it is possible to do this. This is why I am investigating this option: I want to have a dos client set up to connect to a Windows Terminal server. I know there is a Citrix ICA client for Dos that can be set up from a floppy but the terminal servers I want to connect to don't have Metaframe installed. Also video performance under the dos ICA client when doing web browsing etc. is quite ordinary. Using Windows 3.x or above with the appropriate display driver for your video card greatly improves video speed. The problem I have is the terminal server I need to connect to may not be on the local subnet. You cannot configure windows 3.x to run windows from off a TCP/IP network attached drive and then use the winsock TCP features within the windows session (Windows terminal server client uses winsock). You can however configure windows with Netbeui or IPX along with TCP/IP-32. It can then run windows off the Netbeui or IPX mounted network drive and then start TCP/IP-32 once windows has loaded. I don't have the flexibility of having a Netbeui or IPX server on the local ethernet. Network booting will be a much faster, cleaner option. The Windows 3.x image that needs to be network booted is <20MB so it's not that big. I've been told that I can use the dd command with rfd0 to get the bootblock off the floppy. I'll try that tongiht and see how it goes. Cheers, Paul --- Rick Hamell wrote: > > > I believe this process should should allow this > other > > floppy disk to be a bootable msdos 6.22 floppy > after > > the steps described above are performed. This > results > > in the error message: > > > > non-system disk or disk error > > replace and press any key when ready > > > > Can someone tell me what I'm doing wrong here? > > I don't think what you're doing is really possible > with the DOS > fat tables. Microsoft got around it by writing a > propritary FAT table with > the Windows 95 and Word 95 floppy disks. Why do you > need extra room on the > disks? You can use the DOS TCP/IP Networking stuff > off of the Windows NT > 4.0 disk and their web site to create a boot disk > that would do just about > everything you need. Load Samba on the server, and > you could simply run a > terminal program off of the share that automatically > connects back to the > same server. > > Rick > _____________________________________________________________________________ http://geocities.yahoo.com.au - Yahoo! Australia & NZ GeoCities - Build your own Web Site - for free! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 22: 6:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id C667F37B422 for ; Tue, 5 Sep 2000 22:06:30 -0700 (PDT) Received: from rac4.wam.umd.edu (IDENT:root@rac4.wam.umd.edu [128.8.10.144]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id BAA10775 for ; Wed, 6 Sep 2000 01:06:29 -0400 (EDT) Received: from rac4.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac4.wam.umd.edu (8.9.3/8.9.3) with SMTP id BAA24828 for ; Wed, 6 Sep 2000 01:06:29 -0400 (EDT) Received: from localhost (culverk@localhost) by rac4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id BAA24823 for ; Wed, 6 Sep 2000 01:06:29 -0400 (EDT) X-Authentication-Warning: rac4.wam.umd.edu: culverk owned process doing -bs Date: Wed, 6 Sep 2000 01:06:29 -0400 (EDT) From: Kenneth Wayne Culver To: freebsd-questions@freebsd.org Subject: fixed the 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 Alright, I fixed the laptop problem, but I'm wondering what the problem was still, I fixed it by using "flags 0x20" on the apm device and enabling it. I don't see why this should make things work. can someone explain this to me? Also there is no "rtc0" device in the systat -vm 1 display, (because I disabled the statclock I'm assuming) Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 22: 8: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.ultraservers.net (mercury.ultraservers.net [216.218.200.200]) by hub.freebsd.org (Postfix) with ESMTP id 8DA2B37B424 for ; Tue, 5 Sep 2000 22:08:01 -0700 (PDT) Received: from friley-168-163.stures.iastate.edu ([129.186.168.163] helo=irix) by mercury.ultraservers.net with smtp (Exim 3.14 #1) id 13WXLu-0002wR-00; Tue, 05 Sep 2000 22:02:26 -0700 From: "Adam" To: "Harry Woodward-Clarke" Cc: Subject: RE: Netgear FA311 NIC doesn't work Date: Wed, 6 Sep 2000 00:06:56 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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: <39B5B9D5.8E11FC47@S1.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I did try the device dc and still there is still no ethernet card detected. Will the FA311 work with FreeBSD? The specs on Netgears site, say its all good for the different operating systems. http://www.netgear.com/products/fa311ps.shtml The card works great in win2k. So the card isn't bad. All help is appreciated. Thanks Adam -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Harry Woodward-Clarke Sent: Tuesday, September 05, 2000 10:28 PM To: Adam Cc: questions@freebsd.org Subject: Re: Netgear FA311 NIC doesn't work Hi Adam, > Hello, my Intel nic recently went out on me, so I decided to get a Netgear > FA311, right now I can't get it to work. I have tried all generic devices, > adding device kue, device ti. But it still doesn't work. I'm not familiar with Netgear stuff, but if the FA311 is 'close' to the 'FA310', then have a squiz at dc(4). hth, H 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 Sep 5 22:34:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from goose.prod.itd.earthlink.net (goose.prod.itd.earthlink.net [207.217.120.18]) by hub.freebsd.org (Postfix) with ESMTP id 6180B37B424 for ; Tue, 5 Sep 2000 22:34:47 -0700 (PDT) Received: from nukemhigh (hybrid-024-221-117-152.phoenix.speedchoice.com [24.221.117.152]) by goose.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id WAA13596 for ; Tue, 5 Sep 2000 22:34:46 -0700 (PDT) Message-Id: <200009060534.WAA13596@goose.prod.itd.earthlink.net> X-Sender: egravel@mail.earthlink.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Tue, 05 Sep 2000 22:40:36 -0700 To: freebsd-questions@freebsd.org From: Emmanuel Gravel Subject: Firewall not logging Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My kernel is compiled with IPFIREWALL_VERBOSE, and I have some deny rules which should log. However when I check /var/log/messages the file remains untouched even when packets arrive that get blocked by the rules. What am I missing here? I checked the man page for ipfw and all seems fine, but it still won't log either to the console or to the system logger. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 22:40:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baddog.yi.org (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id 178C537B422 for ; Tue, 5 Sep 2000 22:40:28 -0700 (PDT) Received: from localhost.necro (localhost.necro [127.0.0.1]) by baddog.yi.org (Postfix) with ESMTP id BC69A44; Wed, 6 Sep 2000 01:41:18 -0400 (EDT) Date: Wed, 06 Sep 2000 01:41:18 EDT From: Mike Johnson To: Emmanuel Gravel , freebsd-questions@FreeBSD.ORG Subject: Re: Firewall not logging Reply-To: ahze@slaughter.necro.edu X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <20000906054118.BC69A44@baddog.yi.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG this is just an example ipfw add 00307 deny log tcp from any to any 111 in recv dc0 do you have 'log' in the line? and do you have security.* /var/log/security in /etc/syslog.conf ? On Tue, 05 Sep 2000, Emmanuel Gravel wrote: > Date: Tue, 05 Sep 2000 22:40:36 -0700 > To: freebsd-questions@FreeBSD.ORG > From: Emmanuel Gravel > Subject: Firewall not logging > > My kernel is compiled with IPFIREWALL_VERBOSE, > and I have some deny rules which should log. However > when I check /var/log/messages the file remains untouched > even when packets arrive that get blocked by the rules. > > What am I missing here? I checked the man page for ipfw > and all seems fine, but it still won't log either to the console > or to the system logger. > > Thanks! > > > 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 Sep 5 22:47:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from goose.prod.itd.earthlink.net (goose.prod.itd.earthlink.net [207.217.120.18]) by hub.freebsd.org (Postfix) with ESMTP id 1734B37B43E for ; Tue, 5 Sep 2000 22:47:20 -0700 (PDT) Received: from nukemhigh (hybrid-024-221-117-152.phoenix.speedchoice.com [24.221.117.152]) by goose.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id WAA09578 for ; Tue, 5 Sep 2000 22:47:18 -0700 (PDT) Message-Id: <200009060547.WAA09578@goose.prod.itd.earthlink.net> X-Sender: egravel@mail.earthlink.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Tue, 05 Sep 2000 22:53:12 -0700 To: freebsd-questions@FreeBSD.ORG From: Emmanuel Gravel Subject: Re: Firewall not logging In-Reply-To: <20000906054118.BC69A44@baddog.yi.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ah! The entry in syslog.conf was what I was missing! Thanks! At 01:41 AM 9/6/00 -0400, Mike Johnson wrote: > >this is just an example >ipfw add 00307 deny log tcp from any to any 111 in recv dc0 >do you have 'log' in the line? and do you have >security.* /var/log/security >in /etc/syslog.conf ? > > >On Tue, 05 Sep 2000, Emmanuel Gravel wrote: >> Date: Tue, 05 Sep 2000 22:40:36 -0700 >> To: freebsd-questions@FreeBSD.ORG >> From: Emmanuel Gravel >> Subject: Firewall not logging >> >> My kernel is compiled with IPFIREWALL_VERBOSE, >> and I have some deny rules which should log. However >> when I check /var/log/messages the file remains untouched >> even when packets arrive that get blocked by the rules. >> >> What am I missing here? I checked the man page for ipfw >> and all seems fine, but it still won't log either to the console >> or to the system logger. >> >> Thanks! >> >> >> 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 Sep 5 22:53:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from frontier.netnology.com.au (frontier.netnology.com.au [203.33.30.19]) by hub.freebsd.org (Postfix) with ESMTP id 4DFA737B424 for ; Tue, 5 Sep 2000 22:53:11 -0700 (PDT) Received: from dogbolter ([203.33.30.209]) by frontier.netnology.com.au (8.8.7/8.8.7) with SMTP id PAA16222; Wed, 6 Sep 2000 15:11:36 +0800 From: "Craig Beasland" To: Cc: Subject: RE: Shopping cart f/ISP w/Japanese-English user base Date: Wed, 6 Sep 2000 13:56:10 +0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_01C01809.84298620" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C01809.84298620 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit D, I can recommend minivend/interchange. We use it here and it is easily customisable, perl based, free well supported and documented and I believe it can be made multi-language capable (cetainly multi currency). cheers craig -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of dwight orr Sent: Wednesday, 6 September 2000 11:09 To: freebsd-questions@FreeBSD.ORG Cc: orrdwight@yahoo.com; orrjulie@hotmail.com Subject: Shopping cart f/ISP w/Japanese-English user base I'm curious if one can locate a site or sites, where I may retrieve a shopping cart for my ISP/home store. My programmer is adept in perl/cgi... I'd prefer a free share-ware program, through which my staff could tailor all concurrent features. Any thoughts or suggestions would be humbly welcomed. D. Orr orrdwight@yahoo.com ------=_NextPart_000_0000_01C01809.84298620 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
D,
 
I can=20 recommend minivend/interchange.  We use it here and it is easily=20 customisable, perl based, free well supported and documented and I = believe it=20 can be made multi-language capable (cetainly multi=20 currency).
 
cheers
craig
-----Original Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of dwight = orr
Sent: Wednesday, 6 September 2000 11:09
To:=20 freebsd-questions@FreeBSD.ORG
Cc: orrdwight@yahoo.com;=20 orrjulie@hotmail.com
Subject: Shopping cart f/ISP = w/Japanese-English=20 user base

I'm curious if one can locate a site = or sites,=20 where I may retrieve a shopping cart for my ISP/home store.  = My=20 programmer is adept in perl/cgi...  I'd prefer a=20 free share-ware program,  through which my staff could = tailor all=20 concurrent features.  Any thoughts or suggestions would be humbly = welcomed.
 
D. Orr
orrdwight@yahoo.com
<= /BLOCKQUOTE> ------=_NextPart_000_0000_01C01809.84298620-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 22:54:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rimbaud.uol.com.br (rimbaud.uol.com.br [200.231.206.24]) by hub.freebsd.org (Postfix) with ESMTP id 9322537B423 for ; Tue, 5 Sep 2000 22:54:12 -0700 (PDT) Received: from uol.com.br (200-227-201-37-as.acessonet.com.br [200.227.201.37]) by rimbaud.uol.com.br (8.9.1/8.9.1) with ESMTP id CAA23746 for ; Wed, 6 Sep 2000 02:52:45 -0300 (BRT) Message-ID: <39B5DBF6.9CABCA66@uol.com.br> Date: Wed, 06 Sep 2000 02:53:58 -0300 From: =?iso-8859-1?Q?M=E1rio?= Ferreira X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: ppp problems with FreeBSD-4.1 Stable and Current (weird) Content-Type: multipart/mixed; boundary="------------7A4B70A65D710EB63F511FB6" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------7A4B70A65D710EB63F511FB6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I am having some problems with my modem. I've tried yesterday's stable ppp, today's current ppp and plain 4.1R ppp. None worked. I can dial, the remote system sort of authenticates me but I am thrown out. Oddly, this modem works smoothly with Windows 2000 SP1 and Windows 98 SE. I became so desperate as to deny almost everything on my ppp.conf. I even tried software flow control (using accmap and set ctsrts, something like that). Nothing worked. I am using 4.1 stable as of 23/08/2000 with a external USR sportster 33.6 faxmodem on my com2. The modem is using dip switched factory default settings (ATwise). I am submitting my testing ppp.conf, some logs and my netstat -rn. I run ppp using 'ppp -auto uol'. Anyone? Please..... :) Regards, Mario Ferreira --------------7A4B70A65D710EB63F511FB6 Content-Type: text/plain; charset=us-ascii; name="ppp.conf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ppp.conf" default: set device /dev/cuaa1 set log Phase Chat LCP IPCP CCP tun command async +connect set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 10 \"\" ATZ OK-ATZ-OK ATS2=255S6=5S10=20 OK \\dATDT\\T TIMEOUT 60 CONNECT \\c \\n" set timeout 1200 delete all set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR enable dns resolv readonly # 5 second(s) pause among numbers # 8 second(s) pause before retrying all numbers # 60 attempts set redial 5.8 60 # 5 second(s) pause among attempts # 60 attempts set reconnect 5 60 # 5 seconds wait in passive mode set openmode active 5 # disable LCP protocol disable lqr deny lqr disable pred1 deflate deflate24 protocomp acfcomp shortseq vj deny pred1 deflate deflate24 protocomp acfcomp shortseq vj set filter alive 1 deny udp src eq 53 set filter alive 2 deny udp dst eq 53 set filter alive 3 deny tcp src eq 53 set filter alive 4 deny tcp dst eq 53 set filter alive 5 permit 0 0 set filter dial 1 deny 0 0 tcp syn finrst set filter dial 3 permit 0 0 uol: set phone 2233003|3285858 set authname lioux@uol.com.br set authkey something_here --------------7A4B70A65D710EB63F511FB6 Content-Type: text/plain; charset=us-ascii; name="netstat.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="netstat.txt" Routing tables Internet: Destination Gateway Flags Netif Expire 127.0.0.1 127.0.0.1 UH 0 28 lo0 --------------7A4B70A65D710EB63F511FB6 Content-Type: application/x-unknown-content-type-txtfile; name="ppp.log" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="ppp.log" U2VwICA2IDAyOjI0OjU5IEZlZGF5a2luIHBwcFsxMzA5XTogUGhhc2U6IFVzaW5nIGludGVy ZmFjZTogdHVuMCANClNlcCAgNiAwMjoyNDo1OSBGZWRheWtpbiBwcHBbMTMwOV06IFBoYXNl OiBkZWZsaW5rOiBDcmVhdGVkIGluIGNsb3NlZCBzdGF0ZSANClNlcCAgNiAwMjoyNDo1OSBG ZWRheWtpbiBwcHBbMTMwOV06IHR1bjA6IENvbW1hbmQ6IGRlZmF1bHQ6IHNldCBzcGVlZCAx MTUyMDAgDQpTZXAgIDYgMDI6MjQ6NTkgRmVkYXlraW4gcHBwWzEzMDldOiB0dW4wOiBDb21t YW5kOiBkZWZhdWx0OiBzZXQgZGlhbCBBQk9SVCBCVVNZIEFCT1JUIE5PXHNDQVJSSUVSIFRJ TUVPVVQgMTAgIiIgQVRaIE9LLUFUWi1PSyBBVFMyPTI1NVM2PTVTMTA9MjAgT0sgXGRBVERU XFQgVElNRU9VVCA2MCBDT05ORUNUIFxjIFxuIA0KU2VwICA2IDAyOjI0OjU5IEZlZGF5a2lu IHBwcFsxMzA5XTogdHVuMDogQ29tbWFuZDogZGVmYXVsdDogc2V0IHRpbWVvdXQgMTIwMCAN ClNlcCAgNiAwMjoyNDo1OSBGZWRheWtpbiBwcHBbMTMwOV06IHR1bjA6IENvbW1hbmQ6IGRl ZmF1bHQ6IGRlbGV0ZSBhbGwgDQpTZXAgIDYgMDI6MjQ6NTkgRmVkYXlraW4gcHBwWzEzMDld OiB0dW4wOiBDb21tYW5kOiBkZWZhdWx0OiBzZXQgaWZhZGRyIDEwLjAuMC4xLzAgMTAuMC4w LjIvMCAyNTUuMjU1LjI1NS4wIDAuMC4wLjAgDQpTZXAgIDYgMDI6MjQ6NTkgRmVkYXlraW4g cHBwWzEzMDldOiB0dW4wOiBDb21tYW5kOiBkZWZhdWx0OiBhZGQgZGVmYXVsdCBISVNBRERS IA0KU2VwICA2IDAyOjI0OjU5IEZlZGF5a2luIHBwcFsxMzA5XTogdHVuMDogQ29tbWFuZDog ZGVmYXVsdDogZW5hYmxlIGRucyANClNlcCAgNiAwMjoyNDo1OSBGZWRheWtpbiBwcHBbMTMw OV06IHR1bjA6IENvbW1hbmQ6IGRlZmF1bHQ6IHJlc29sdiByZWFkb25seSANClNlcCAgNiAw MjoyNDo1OSBGZWRheWtpbiBwcHBbMTMwOV06IHR1bjA6IENvbW1hbmQ6IGRlZmF1bHQ6IHNl dCByZWRpYWwgNS44IDYwIA0KU2VwICA2IDAyOjI0OjU5IEZlZGF5a2luIHBwcFsxMzA5XTog dHVuMDogQ29tbWFuZDogZGVmYXVsdDogc2V0IHJlY29ubmVjdCA1IDYwIA0KU2VwICA2IDAy OjI0OjU5IEZlZGF5a2luIHBwcFsxMzA5XTogdHVuMDogQ29tbWFuZDogZGVmYXVsdDogc2V0 IG9wZW5tb2RlIGFjdGl2ZSA1IA0KU2VwICA2IDAyOjI0OjU5IEZlZGF5a2luIHBwcFsxMzA5 XTogdHVuMDogQ29tbWFuZDogZGVmYXVsdDogZGlzYWJsZSBscXIgDQpTZXAgIDYgMDI6MjQ6 NTkgRmVkYXlraW4gcHBwWzEzMDldOiB0dW4wOiBDb21tYW5kOiBkZWZhdWx0OiBkZW55IGxx ciANClNlcCAgNiAwMjoyNDo1OSBGZWRheWtpbiBwcHBbMTMwOV06IHR1bjA6IENvbW1hbmQ6 IGRlZmF1bHQ6IGRpc2FibGUgcHJlZDEgZGVmbGF0ZSBkZWZsYXRlMjQgcHJvdG9jb21wIGFj ZmNvbXAgc2hvcnRzZXEgdmogDQpTZXAgIDYgMDI6MjQ6NTkgRmVkYXlraW4gcHBwWzEzMDld OiB0dW4wOiBDb21tYW5kOiBkZWZhdWx0OiBkZW55IHByZWQxIGRlZmxhdGUgZGVmbGF0ZTI0 IHByb3RvY29tcCBhY2Zjb21wIHNob3J0c2VxIHZqIA0KU2VwICA2IDAyOjI0OjU5IEZlZGF5 a2luIHBwcFsxMzA5XTogdHVuMDogQ29tbWFuZDogZGVmYXVsdDogc2V0IHNlcnZlciAvdG1w L2ludGVybmV0ICoqKioqKioqIDAxMTEgDQpTZXAgIDYgMDI6MjQ6NTkgRmVkYXlraW4gcHBw WzEzMDldOiB0dW4wOiBQaGFzZTogTGlzdGVuaW5nIGF0IGxvY2FsIHNvY2tldCAvdG1wL2lu dGVybmV0LiANClNlcCAgNiAwMjoyNDo1OSBGZWRheWtpbiBwcHBbMTMwOV06IHR1bjA6IENv bW1hbmQ6IGRlZmF1bHQ6IHNldCBmaWx0ZXIgYWxpdmUgMSBkZW55IHVkcCBzcmMgZXEgNTMg DQpTZXAgIDYgMDI6MjQ6NTkgRmVkYXlraW4gcHBwWzEzMDldOiB0dW4wOiBDb21tYW5kOiBk ZWZhdWx0OiBzZXQgZmlsdGVyIGFsaXZlIDIgZGVueSB1ZHAgZHN0IGVxIDUzIA0KU2VwICA2 IDAyOjI0OjU5IEZlZGF5a2luIHBwcFsxMzA5XTogdHVuMDogQ29tbWFuZDogZGVmYXVsdDog c2V0IGZpbHRlciBhbGl2ZSAzIGRlbnkgdGNwIHNyYyBlcSA1MyANClNlcCAgNiAwMjoyNDo1 OSBGZWRheWtpbiBwcHBbMTMwOV06IHR1bjA6IENvbW1hbmQ6IGRlZmF1bHQ6IHNldCBmaWx0 ZXIgYWxpdmUgNCBkZW55IHRjcCBkc3QgZXEgNTMgDQpTZXAgIDYgMDI6MjQ6NTkgRmVkYXlr aW4gcHBwWzEzMDldOiB0dW4wOiBDb21tYW5kOiBkZWZhdWx0OiBzZXQgZmlsdGVyIGFsaXZl IDUgcGVybWl0IDAgMCANClNlcCAgNiAwMjoyNDo1OSBGZWRheWtpbiBwcHBbMTMwOV06IHR1 bjA6IENvbW1hbmQ6IGRlZmF1bHQ6IHNldCBmaWx0ZXIgZGlhbCAxIGRlbnkgMCAwIHRjcCBz eW4gZmlucnN0IA0KU2VwICA2IDAyOjI0OjU5IEZlZGF5a2luIHBwcFsxMzA5XTogdHVuMDog Q29tbWFuZDogZGVmYXVsdDogc2V0IGZpbHRlciBkaWFsIDMgcGVybWl0IDAgMCANClNlcCAg NiAwMjoyNDo1OSBGZWRheWtpbiBwcHBbMTMwOV06IHR1bjA6IENvbW1hbmQ6IHVvbDogc2V0 IHBob25lIDIyMzMwMDN8MzI4NTg1OCANClNlcCAgNiAwMjoyNDo1OSBGZWRheWtpbiBwcHBb MTMwOV06IHR1bjA6IENvbW1hbmQ6IHVvbDogc2V0IGF1dGhuYW1lIGxpb3V4QHVvbC5jb20u YnIgDQpTZXAgIDYgMDI6MjQ6NTkgRmVkYXlraW4gcHBwWzEzMDldOiB0dW4wOiBDb21tYW5k OiB1b2w6IHNldCBhdXRoa2V5ICoqKioqKioqIA0KU2VwICA2IDAyOjI0OjU5IEZlZGF5a2lu IHBwcFsxMzEwXTogdHVuMDogUGhhc2U6IFBQUCBTdGFydGVkIChhdXRvIG1vZGUpLiANClNl cCAgNiAwMjoyNTowMiBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IFBoYXNlOiBidW5kbGU6 IEVzdGFibGlzaCANClNlcCAgNiAwMjoyNTowMiBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6 IFBoYXNlOiBkZWZsaW5rOiBjbG9zZWQgLT4gb3BlbmluZyANClNlcCAgNiAwMjoyNTowMiBG ZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IFBoYXNlOiBkZWZsaW5rOiBDb25uZWN0ZWQhIA0K U2VwICA2IDAyOjI1OjAyIEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogUGhhc2U6IGRlZmxp bms6IG9wZW5pbmcgLT4gZGlhbCANClNlcCAgNiAwMjoyNTowMiBGZWRheWtpbiBwcHBbMTMx MF06IHR1bjA6IENoYXQ6IFBob25lOiAyMjMzMDAzIA0KU2VwICA2IDAyOjI1OjAyIEZlZGF5 a2luIHBwcFsxMzEwXTogdHVuMDogQ2hhdDogZGVmbGluazogRGlhbCBhdHRlbXB0IDEgb2Yg NjAgDQpTZXAgIDYgMDI6MjU6MDIgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBDaGF0OiBT ZW5kOiBBVFpeTSANClNlcCAgNiAwMjoyNTowMiBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6 IENoYXQ6IEV4cGVjdCgxMCk6IE9LIA0KU2VwICA2IDAyOjI1OjAyIEZlZGF5a2luIHBwcFsx MzEwXTogdHVuMDogQ2hhdDogUmVjZWl2ZWQ6IEFUWl5NXk0gDQpTZXAgIDYgMDI6MjU6MDIg RmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBDaGF0OiBSZWNlaXZlZDogT0teTSANClNlcCAg NiAwMjoyNTowMiBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IENoYXQ6IFNlbmQ6IEFUUzI9 MjU1UzY9NVMxMD0yMF5NIA0KU2VwICA2IDAyOjI1OjAyIEZlZGF5a2luIHBwcFsxMzEwXTog dHVuMDogQ2hhdDogRXhwZWN0KDEwKTogT0sgDQpTZXAgIDYgMDI6MjU6MDIgRmVkYXlraW4g cHBwWzEzMTBdOiB0dW4wOiBDaGF0OiBSZWNlaXZlZDogQVRTMj0yNTVTNj01UzEwPTIwXk1e TSANClNlcCAgNiAwMjoyNTowMiBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IENoYXQ6IFJl Y2VpdmVkOiBPS15NIA0KU2VwICA2IDAyOjI1OjAyIEZlZGF5a2luIHBwcFsxMzEwXTogdHVu MDogQ2hhdDogU2VuZDogQVREVDIyMzMwMDNeTSANClNlcCAgNiAwMjoyNTowNCBGZWRheWtp biBwcHBbMTMxMF06IHR1bjA6IENoYXQ6IEV4cGVjdCg2MCk6IENPTk5FQ1QgDQpTZXAgIDYg MDI6MjY6MDEgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBDaGF0OiBSZWNlaXZlZDogQVRE VDIyMzMwMDNeTV5NIA0KU2VwICA2IDAyOjI2OjAxIEZlZGF5a2luIHBwcFsxMzEwXTogdHVu MDogQ2hhdDogUmVjZWl2ZWQ6IE5PIENBUlJJRVJeTSANClNlcCAgNiAwMjoyNjowMSBGZWRh eWtpbiBwcHBbMTMxMF06IHR1bjA6IFdhcm5pbmc6IENoYXQgc2NyaXB0IGZhaWxlZCANClNl cCAgNiAwMjoyNjowMSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IFBoYXNlOiBkZWZsaW5r OiBkaWFsIC0+IGhhbmd1cCANClNlcCAgNiAwMjoyNjowMSBGZWRheWtpbiBwcHBbMTMxMF06 IHR1bjA6IFBoYXNlOiBkZWZsaW5rOiBEaXNjb25uZWN0ZWQhIA0KU2VwICA2IDAyOjI2OjAx IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogUGhhc2U6IGRlZmxpbms6IENvbm5lY3QgdGlt ZTogNTkgc2VjczogMCBvY3RldHMgaW4sIDAgb2N0ZXRzIG91dCANClNlcCAgNiAwMjoyNjow MSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IFBoYXNlOiBkZWZsaW5rOiA6IDAgcGFja2V0 cyBpbiwgMCBwYWNrZXRzIG91dCANClNlcCAgNiAwMjoyNjowMSBGZWRheWtpbiBwcHBbMTMx MF06IHR1bjA6IFBoYXNlOiAgdG90YWwgMCBieXRlcy9zZWMsIHBlYWsgMCBieXRlcy9zZWMg b24gV2VkIFNlcCAgNiAwMjoyNjowMSAyMDAwIA0KU2VwICA2IDAyOjI2OjAxIEZlZGF5a2lu IHBwcFsxMzEwXTogdHVuMDogUGhhc2U6IGRlZmxpbms6IGhhbmd1cCAtPiBvcGVuaW5nIA0K U2VwICA2IDAyOjI2OjAxIEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogUGhhc2U6IGRlZmxp bms6IEVudGVyIHBhdXNlICg1KSBmb3IgcmVkaWFsaW5nLiANClNlcCAgNiAwMjoyNjowNiBG ZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IENoYXQ6IGRlZmxpbms6IFJlZGlhbCB0aW1lciBl eHBpcmVkLiANClNlcCAgNiAwMjoyNjowNiBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IFBo YXNlOiBkZWZsaW5rOiBDb25uZWN0ZWQhIA0KU2VwICA2IDAyOjI2OjA2IEZlZGF5a2luIHBw cFsxMzEwXTogdHVuMDogUGhhc2U6IGRlZmxpbms6IG9wZW5pbmcgLT4gZGlhbCANClNlcCAg NiAwMjoyNjowNiBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IENoYXQ6IFBob25lOiAzMjg1 ODU4IA0KU2VwICA2IDAyOjI2OjA2IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQ2hhdDog ZGVmbGluazogRGlhbCBhdHRlbXB0IDIgb2YgNjAgDQpTZXAgIDYgMDI6MjY6MDYgRmVkYXlr aW4gcHBwWzEzMTBdOiB0dW4wOiBDaGF0OiBTZW5kOiBBVFpeTSANClNlcCAgNiAwMjoyNjow NiBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IENoYXQ6IEV4cGVjdCgxMCk6IE9LIA0KU2Vw ICA2IDAyOjI2OjA2IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQ2hhdDogUmVjZWl2ZWQ6 IEFUWl5NXk0gDQpTZXAgIDYgMDI6MjY6MDYgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBD aGF0OiBSZWNlaXZlZDogT0teTSANClNlcCAgNiAwMjoyNjowNiBGZWRheWtpbiBwcHBbMTMx MF06IHR1bjA6IENoYXQ6IFNlbmQ6IEFUUzI9MjU1UzY9NVMxMD0yMF5NIA0KU2VwICA2IDAy OjI2OjA2IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQ2hhdDogRXhwZWN0KDEwKTogT0sg DQpTZXAgIDYgMDI6MjY6MDcgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBDaGF0OiBSZWNl aXZlZDogQVRTMj0yNTVTNj01UzEwPTIwXk1eTSANClNlcCAgNiAwMjoyNjowNyBGZWRheWtp biBwcHBbMTMxMF06IHR1bjA6IENoYXQ6IFJlY2VpdmVkOiBPS15NIA0KU2VwICA2IDAyOjI2 OjA3IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQ2hhdDogU2VuZDogQVREVDMyODU4NThe TSANClNlcCAgNiAwMjoyNjowOSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IENoYXQ6IEV4 cGVjdCg2MCk6IENPTk5FQ1QgDQpTZXAgIDYgMDI6MjY6MzYgRmVkYXlraW4gcHBwWzEzMTBd OiB0dW4wOiBDaGF0OiBSZWNlaXZlZDogQVREVDMyODU4NTheTV5NIA0KU2VwICA2IDAyOjI2 OjM2IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQ2hhdDogUmVjZWl2ZWQ6IENPTk5FQ1Qg MzEyMDAvQVJRXk0gDQpTZXAgIDYgMDI6MjY6MzYgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4w OiBQaGFzZTogZGVmbGluazogZGlhbCAtPiBjYXJyaWVyIA0KU2VwICA2IDAyOjI2OjM3IEZl ZGF5a2luIHBwcFsxMzEwXTogdHVuMDogUGhhc2U6IGRlZmxpbms6IC9kZXYvY3VhYTE6IENE IGRldGVjdGVkIA0KU2VwICA2IDAyOjI2OjM3IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDog UGhhc2U6IGRlZmxpbms6IGNhcnJpZXIgLT4gbG9naW4gDQpTZXAgIDYgMDI6MjY6MzcgRmVk YXlraW4gcHBwWzEzMTBdOiB0dW4wOiBQaGFzZTogZGVmbGluazogbG9naW4gLT4gbGNwIA0K U2VwICA2IDAyOjI2OjM3IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogTENQOiBGU006IFVz aW5nICJkZWZsaW5rIiBhcyBhIHRyYW5zcG9ydCANClNlcCAgNiAwMjoyNjozNyBGZWRheWtp biBwcHBbMTMxMF06IHR1bjA6IExDUDogZGVmbGluazogU3RhdGUgY2hhbmdlIEluaXRpYWwg LS0+IENsb3NlZCANClNlcCAgNiAwMjoyNjozNyBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6 IFBoYXNlOiBkZWZsaW5rOiBFbnRlcmluZyBTVE9QUEVEIHN0YXRlIGZvciA1IHNlY29uZHMg DQpTZXAgIDYgMDI6MjY6MzcgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBMQ1A6IGRlZmxp bms6IFN0YXRlIGNoYW5nZSBDbG9zZWQgLS0+IFN0b3BwZWQgDQpTZXAgIDYgMDI6MjY6NDEg RmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBBc3luYzogUmVhZCANClNlcCAgNiAwMjoyNjo0 MSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IEFzeW5jOiAgMWMgMDAgMDAgYzAgMDAgMDAg YzAgMDAgMDAgYzAgMDAgMDAgYzAgICAgICAgICAgIC4uLi4uLi4uLi4uLi4gDQpTZXAgIDYg MDI6MjY6NDEgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBBc3luYzogUmVhZCANClNlcCAg NiAwMjoyNjo0MSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IEFzeW5jOiAgMDAgMDAgYzAg MDAgMDAgYzAgMDAgMDAgYzAgMDAgMDAgYzAgMDAgMDAgYzAgMDAgIC4uLi4uLi4uLi4uLi4u Li4gDQpTZXAgIDYgMDI6MjY6NDEgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBBc3luYzog IDAwIGMwIDAwIDAwIGMwIDAwIDAwIGMwIDAwIDAwIGMwIDAwIDAwIGMwIDAwIDAwICAuLi4u Li4uLi4uLi4uLi4uIA0KU2VwICA2IDAyOjI2OjQxIEZlZGF5a2luIHBwcFsxMzEwXTogdHVu MDogQXN5bmM6ICBjMCAwMCAwMCBjMCAwMCAwMCBjMCAwMCAwMCBjMCAwMCAwMCBjMCAwMCAw MCAgICAgLi4uLi4uLi4uLi4uLi4uIA0KU2VwICA2IDAyOjI2OjQxIEZlZGF5a2luIHBwcFsx MzEwXTogdHVuMDogQXN5bmM6IFJlYWQgDQpTZXAgIDYgMDI6MjY6NDEgRmVkYXlraW4gcHBw WzEzMTBdOiB0dW4wOiBBc3luYzogIGMwIDAwIDAwIGMwIDAwIDAwIGMwIDAwIDAwIGMwIDAw IDAwIGMwIDAwIDAwIGMwICAuLi4uLi4uLi4uLi4uLi4uIA0KU2VwICA2IDAyOjI2OjQxIEZl ZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQXN5bmM6ICAwMCA4ZSAxYyBlMCAxYyAwMCAwMCAw MCBmYyAxYyAwMCAwMCAwMCAwMCAwMCAwMCAgLi4uLi4uLi4uLi4uLi4uLiANClNlcCAgNiAw MjoyNjo0MSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IEFzeW5jOiAgMDAgMWMgMDAgMDAg MDAgMWMgMDAgMDAgMDAgMWMgMWMgZmMgMDAgMDAgZjggMDAgIC4uLi4uLi4uLi4uLi4uLi4g DQpTZXAgIDYgMDI6MjY6NDEgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBBc3luYzogIDhl IDAwIDAwIGM3IDFjIDAwIDAwIGMwIDFjIDAwIDAwIGMwIDAwIDAwIDhlIDAwICAuLi4uLi4u Li4uLi4uLi4uIA0KU2VwICA2IDAyOjI2OjQxIEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDog QXN5bmM6ICA4ZSBlMCAxYyAwMCAwMCAwMCAwMCAwMCBjNyAwMCA4MCBlMCAgICAgICAgICAg ICAgLi4uLi4uLi4uLi4uIA0KU2VwICA2IDAyOjI2OjQyIEZlZGF5a2luIHBwcFsxMzEwXTog dHVuMDogTENQOiBkZWZsaW5rOiBMYXllclN0YXJ0IA0KU2VwICA2IDAyOjI2OjQyIEZlZGF5 a2luIHBwcFsxMzEwXTogdHVuMDogTENQOiBkZWZsaW5rOiBTZW5kQ29uZmlnUmVxKDEpIHN0 YXRlID0gU3RvcHBlZCANClNlcCAgNiAwMjoyNjo0MiBGZWRheWtpbiBwcHBbMTMxMF06IHR1 bjA6IExDUDogIEFDQ01BUFs2XSAweDAwMDAwMDAwIA0KU2VwICA2IDAyOjI2OjQyIEZlZGF5 a2luIHBwcFsxMzEwXTogdHVuMDogTENQOiAgTVJVWzRdIDE1MDAgDQpTZXAgIDYgMDI6MjY6 NDIgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBMQ1A6ICBNQUdJQ05VTVs2XSAweDY3NWY1 ZGEyIA0KU2VwICA2IDAyOjI2OjQyIEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQXN5bmM6 IFdyaXRlIA0KU2VwICA2IDAyOjI2OjQyIEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQXN5 bmM6ICA3ZSBmZiA3ZCAyMyBjMCAyMSA3ZCAyMSA3ZCAyMSA3ZCAyMCA3ZCAzNCA3ZCAyMiAg fi59Iy4hfSF9IX0gfTR9IiANClNlcCAgNiAwMjoyNjo0MiBGZWRheWtpbiBwcHBbMTMxMF06 IHR1bjA6IEFzeW5jOiAgN2QgMjYgN2QgMjAgN2QgMjAgN2QgMjAgN2QgMjAgN2QgMjEgN2Qg MjQgN2QgMjUgIH0mfSB9IH0gfSB9IX0kfSUgDQpTZXAgIDYgMDI6MjY6NDIgRmVkYXlraW4g cHBwWzEzMTBdOiB0dW4wOiBBc3luYzogIGRjIDdkIDI1IDdkIDI2IDY3IDVmIDVkIGEyIDQy IDJhIDdlICAgICAgICAgICAgICAufSV9JmdfXS5CKn4gDQpTZXAgIDYgMDI6MjY6NDIgRmVk YXlraW4gcHBwWzEzMTBdOiB0dW4wOiBMQ1A6IGRlZmxpbms6IFN0YXRlIGNoYW5nZSBTdG9w cGVkIC0tPiBSZXEtU2VudCANClNlcCAgNiAwMjoyNjo0MiBGZWRheWtpbiBwcHBbMTMxMF06 IHR1bjA6IEFzeW5jOiBSZWFkIA0KU2VwICA2IDAyOjI2OjQyIEZlZGF5a2luIHBwcFsxMzEw XTogdHVuMDogQXN5bmM6ICAwMCA4ZSAwMCBmZSBmYyAwMCBmZSAwMCBmZSAwMCBmZSAwMCAw MCBmZiAwMCA4MCAgLi4uLi4uLi4uLi4uLi4uLiANClNlcCAgNiAwMjoyNjo0MiBGZWRheWtp biBwcHBbMTMxMF06IHR1bjA6IEFzeW5jOiAgZmMgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIC4gDQpTZXAgIDYgMDI6MjY6NDUgRmVkYXlraW4gcHBw WzEzMTBdOiB0dW4wOiBMQ1A6IGRlZmxpbms6IFNlbmRDb25maWdSZXEoMSkgc3RhdGUgPSBS ZXEtU2VudCANClNlcCAgNiAwMjoyNjo0NSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IExD UDogIEFDQ01BUFs2XSAweDAwMDAwMDAwIA0KU2VwICA2IDAyOjI2OjQ1IEZlZGF5a2luIHBw cFsxMzEwXTogdHVuMDogTENQOiAgTVJVWzRdIDE1MDAgDQpTZXAgIDYgMDI6MjY6NDUgRmVk YXlraW4gcHBwWzEzMTBdOiB0dW4wOiBMQ1A6ICBNQUdJQ05VTVs2XSAweDY3NWY1ZGEyIA0K U2VwICA2IDAyOjI2OjQ1IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQXN5bmM6IFdyaXRl IA0KU2VwICA2IDAyOjI2OjQ1IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQXN5bmM6ICA3 ZSBmZiA3ZCAyMyBjMCAyMSA3ZCAyMSA3ZCAyMSA3ZCAyMCA3ZCAzNCA3ZCAyMiAgfi59Iy4h fSF9IX0gfTR9IiANClNlcCAgNiAwMjoyNjo0NSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6 IEFzeW5jOiAgN2QgMjYgN2QgMjAgN2QgMjAgN2QgMjAgN2QgMjAgN2QgMjEgN2QgMjQgN2Qg MjUgIH0mfSB9IH0gfSB9IX0kfSUgDQpTZXAgIDYgMDI6MjY6NDUgRmVkYXlraW4gcHBwWzEz MTBdOiB0dW4wOiBBc3luYzogIGRjIDdkIDI1IDdkIDI2IDY3IDVmIDVkIGEyIDQyIDJhIDdl ICAgICAgICAgICAgICAufSV9JmdfXS5CKn4gDQpTZXAgIDYgMDI6MjY6NDUgRmVkYXlraW4g cHBwWzEzMTBdOiB0dW4wOiBBc3luYzogUmVhZCANClNlcCAgNiAwMjoyNjo0NSBGZWRheWtp biBwcHBbMTMxMF06IHR1bjA6IEFzeW5jOiAgMDAgOGUgMDAgZmUgZmMgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgIC4uLi4uIA0KU2VwICA2IDAyOjI2OjQ1IEZlZGF5a2lu IHBwcFsxMzEwXTogdHVuMDogQXN5bmM6IFJlYWQgDQpTZXAgIDYgMDI6MjY6NDUgRmVkYXlr aW4gcHBwWzEzMTBdOiB0dW4wOiBBc3luYzogIDAwIGZlIDAwIDhlIDAwIDAwIDAwIGY4ICAg ICAgICAgICAgICAgICAgICAgICAgICAuLi4uLi4uLiANClNlcCAgNiAwMjoyNjo0OCBGZWRh eWtpbiBwcHBbMTMxMF06IHR1bjA6IExDUDogZGVmbGluazogU2VuZENvbmZpZ1JlcSgxKSBz dGF0ZSA9IFJlcS1TZW50IA0KU2VwICA2IDAyOjI2OjQ4IEZlZGF5a2luIHBwcFsxMzEwXTog dHVuMDogTENQOiAgQUNDTUFQWzZdIDB4MDAwMDAwMDAgDQpTZXAgIDYgMDI6MjY6NDggRmVk YXlraW4gcHBwWzEzMTBdOiB0dW4wOiBMQ1A6ICBNUlVbNF0gMTUwMCANClNlcCAgNiAwMjoy Njo0OCBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IExDUDogIE1BR0lDTlVNWzZdIDB4Njc1 ZjVkYTIgDQpTZXAgIDYgMDI6MjY6NDggRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBBc3lu YzogV3JpdGUgDQpTZXAgIDYgMDI6MjY6NDggRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBB c3luYzogIDdlIGZmIDdkIDIzIGMwIDIxIDdkIDIxIDdkIDIxIDdkIDIwIDdkIDM0IDdkIDIy ICB+Ln0jLiF9IX0hfSB9NH0iIA0KU2VwICA2IDAyOjI2OjQ4IEZlZGF5a2luIHBwcFsxMzEw XTogdHVuMDogQXN5bmM6ICA3ZCAyNiA3ZCAyMCA3ZCAyMCA3ZCAyMCA3ZCAyMCA3ZCAyMSA3 ZCAyNCA3ZCAyNSAgfSZ9IH0gfSB9IH0hfSR9JSANClNlcCAgNiAwMjoyNjo0OCBGZWRheWtp biBwcHBbMTMxMF06IHR1bjA6IEFzeW5jOiAgZGMgN2QgMjUgN2QgMjYgNjcgNWYgNWQgYTIg NDIgMmEgN2UgICAgICAgICAgICAgIC59JX0mZ19dLkIqfiANClNlcCAgNiAwMjoyNjo0OCBG ZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IEFzeW5jOiBSZWFkIA0KU2VwICA2IDAyOjI2OjQ4 IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQXN5bmM6ICAwMCA4ZSAwMCBmZSBmYyAwMCBm ZSAwMCBmMCBlMCAgICAgICAgICAgICAgICAgICAgLi4uLi4uLi4uLiANClNlcCAgNiAwMjoy Njo1MSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IExDUDogZGVmbGluazogU2VuZENvbmZp Z1JlcSgxKSBzdGF0ZSA9IFJlcS1TZW50IA0KU2VwICA2IDAyOjI2OjUxIEZlZGF5a2luIHBw cFsxMzEwXTogdHVuMDogTENQOiAgQUNDTUFQWzZdIDB4MDAwMDAwMDAgDQpTZXAgIDYgMDI6 MjY6NTEgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBMQ1A6ICBNUlVbNF0gMTUwMCANClNl cCAgNiAwMjoyNjo1MSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IExDUDogIE1BR0lDTlVN WzZdIDB4Njc1ZjVkYTIgDQpTZXAgIDYgMDI6MjY6NTEgRmVkYXlraW4gcHBwWzEzMTBdOiB0 dW4wOiBBc3luYzogV3JpdGUgDQpTZXAgIDYgMDI6MjY6NTEgRmVkYXlraW4gcHBwWzEzMTBd OiB0dW4wOiBBc3luYzogIDdlIGZmIDdkIDIzIGMwIDIxIDdkIDIxIDdkIDIxIDdkIDIwIDdk IDM0IDdkIDIyICB+Ln0jLiF9IX0hfSB9NH0iIA0KU2VwICA2IDAyOjI2OjUxIEZlZGF5a2lu IHBwcFsxMzEwXTogdHVuMDogQXN5bmM6ICA3ZCAyNiA3ZCAyMCA3ZCAyMCA3ZCAyMCA3ZCAy MCA3ZCAyMSA3ZCAyNCA3ZCAyNSAgfSZ9IH0gfSB9IH0hfSR9JSANClNlcCAgNiAwMjoyNjo1 MSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IEFzeW5jOiAgZGMgN2QgMjUgN2QgMjYgNjcg NWYgNWQgYTIgNDIgMmEgN2UgICAgICAgICAgICAgIC59JX0mZ19dLkIqfiANClNlcCAgNiAw MjoyNjo1MSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IEFzeW5jOiBSZWFkIA0KU2VwICA2 IDAyOjI2OjUxIEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQXN5bmM6ICAwMCAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLiANClNlcCAgNiAwMjoy Njo1MSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IEFzeW5jOiBSZWFkIA0KU2VwICA2IDAy OjI2OjUxIEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQXN5bmM6ICA4ZSAwMCBmZSAwMCA4 MCAwMCBmZSAwMCA4ZSAwMCAwMCAwMCBmOCAgICAgICAgICAgLi4uLi4uLi4uLi4uLiANClNl cCAgNiAwMjoyNjo1NCBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IExDUDogZGVmbGluazog U2VuZENvbmZpZ1JlcSgxKSBzdGF0ZSA9IFJlcS1TZW50IA0KU2VwICA2IDAyOjI2OjU0IEZl ZGF5a2luIHBwcFsxMzEwXTogdHVuMDogTENQOiAgQUNDTUFQWzZdIDB4MDAwMDAwMDAgDQpT ZXAgIDYgMDI6MjY6NTQgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBMQ1A6ICBNUlVbNF0g MTUwMCANClNlcCAgNiAwMjoyNjo1NCBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IExDUDog IE1BR0lDTlVNWzZdIDB4Njc1ZjVkYTIgDQpTZXAgIDYgMDI6MjY6NTQgRmVkYXlraW4gcHBw WzEzMTBdOiB0dW4wOiBBc3luYzogV3JpdGUgDQpTZXAgIDYgMDI6MjY6NTQgRmVkYXlraW4g cHBwWzEzMTBdOiB0dW4wOiBBc3luYzogIDdlIGZmIDdkIDIzIGMwIDIxIDdkIDIxIDdkIDIx IDdkIDIwIDdkIDM0IDdkIDIyICB+Ln0jLiF9IX0hfSB9NH0iIA0KU2VwICA2IDAyOjI2OjU0 IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQXN5bmM6ICA3ZCAyNiA3ZCAyMCA3ZCAyMCA3 ZCAyMCA3ZCAyMCA3ZCAyMSA3ZCAyNCA3ZCAyNSAgfSZ9IH0gfSB9IH0hfSR9JSANClNlcCAg NiAwMjoyNjo1NCBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IEFzeW5jOiAgZGMgN2QgMjUg N2QgMjYgNjcgNWYgNWQgYTIgNDIgMmEgN2UgICAgICAgICAgICAgIC59JX0mZ19dLkIqfiAN ClNlcCAgNiAwMjoyNjo1NCBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IEFzeW5jOiBSZWFk IA0KU2VwICA2IDAyOjI2OjU0IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQXN5bmM6ICAw MCA4ZSAwMCBmZSBlMCAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLi4uLi4g DQpTZXAgIDYgMDI6MjY6NTQgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBBc3luYzogUmVh ZCANClNlcCAgNiAwMjoyNjo1NCBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IEFzeW5jOiAg MDAgZmUgMDAgZmUgMDAgMDAgZmYgMDAgZmUgMDAgMDAgZjggZmMgICAgICAgICAgIC4uLi4u Li4uLi4uLi4gDQpTZXAgIDYgMDI6MjY6NTcgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBM Q1A6IGRlZmxpbms6IExheWVyRmluaXNoIA0KU2VwICA2IDAyOjI2OjU3IEZlZGF5a2luIHBw cFsxMzEwXTogdHVuMDogTENQOiBkZWZsaW5rOiBTdGF0ZSBjaGFuZ2UgUmVxLVNlbnQgLS0+ IFN0b3BwZWQgDQpTZXAgIDYgMDI6MjY6NTcgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBM Q1A6IGRlZmxpbms6IFN0YXRlIGNoYW5nZSBTdG9wcGVkIC0tPiBDbG9zZWQgDQpTZXAgIDYg MDI6MjY6NTcgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBMQ1A6IGRlZmxpbms6IFN0YXRl IGNoYW5nZSBDbG9zZWQgLS0+IEluaXRpYWwgDQpTZXAgIDYgMDI6MjY6NTcgRmVkYXlraW4g cHBwWzEzMTBdOiB0dW4wOiBQaGFzZTogZGVmbGluazogRGlzY29ubmVjdGVkISANClNlcCAg NiAwMjoyNjo1NyBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IFBoYXNlOiBkZWZsaW5rOiBs Y3AgLT4gbG9nb3V0IA0KU2VwICA2IDAyOjI2OjU3IEZlZGF5a2luIHBwcFsxMzEwXTogdHVu MDogUGhhc2U6IGRlZmxpbms6IGxvZ291dCAtPiBoYW5ndXAgDQpTZXAgIDYgMDI6MjY6NTcg RmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBQaGFzZTogZGVmbGluazogRGlzY29ubmVjdGVk ISANClNlcCAgNiAwMjoyNjo1NyBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IFBoYXNlOiBk ZWZsaW5rOiBDb25uZWN0IHRpbWU6IDUxIHNlY3M6IDIwOCBvY3RldHMgaW4sIDIyMCBvY3Rl dHMgb3V0IA0KU2VwICA2IDAyOjI2OjU3IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogUGhh c2U6IGRlZmxpbms6IDogMTEgcGFja2V0cyBpbiwgNSBwYWNrZXRzIG91dCANClNlcCAgNiAw MjoyNjo1NyBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IFBoYXNlOiAgdG90YWwgOCBieXRl cy9zZWMsIHBlYWsgNTAgYnl0ZXMvc2VjIG9uIFdlZCBTZXAgIDYgMDI6MjY6NTcgMjAwMCAN ClNlcCAgNiAwMjoyNjo1NyBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IFBoYXNlOiBkZWZs aW5rOiBoYW5ndXAgLT4gb3BlbmluZyANClNlcCAgNiAwMjoyNjo1NyBGZWRheWtpbiBwcHBb MTMxMF06IHR1bjA6IFBoYXNlOiBkZWZsaW5rOiBFbnRlciBwYXVzZSAoNSkgZm9yIHJlZGlh bGluZy4gDQpTZXAgIDYgMDI6MjY6NTcgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBDaGF0 OiBkZWZsaW5rOiBSZWNvbm5lY3QgdHJ5IDEgb2YgNjAgDQpTZXAgIDYgMDI6Mjc6MDIgRmVk YXlraW4gcHBwWzEzMTBdOiB0dW4wOiBDaGF0OiBkZWZsaW5rOiBSZWRpYWwgdGltZXIgZXhw aXJlZC4gDQpTZXAgIDYgMDI6Mjc6MDIgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBQaGFz ZTogZGVmbGluazogQ29ubmVjdGVkISANClNlcCAgNiAwMjoyNzowMiBGZWRheWtpbiBwcHBb MTMxMF06IHR1bjA6IFBoYXNlOiBkZWZsaW5rOiBvcGVuaW5nIC0+IGRpYWwgDQpTZXAgIDYg MDI6Mjc6MDIgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBDaGF0OiBQaG9uZTogMjIzMzAw MyANClNlcCAgNiAwMjoyNzowMiBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IENoYXQ6IGRl Zmxpbms6IERpYWwgYXR0ZW1wdCAxIG9mIDYwIA0KU2VwICA2IDAyOjI3OjAyIEZlZGF5a2lu IHBwcFsxMzEwXTogdHVuMDogQ2hhdDogU2VuZDogQVRaXk0gDQpTZXAgIDYgMDI6Mjc6MDIg RmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBDaGF0OiBFeHBlY3QoMTApOiBPSyANClNlcCAg NiAwMjoyNzowMiBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IENoYXQ6IFJlY2VpdmVkOiBB VFpeTV5NIA0KU2VwICA2IDAyOjI3OjAyIEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQ2hh dDogUmVjZWl2ZWQ6IE9LXk0gDQpTZXAgIDYgMDI6Mjc6MDIgRmVkYXlraW4gcHBwWzEzMTBd OiB0dW4wOiBDaGF0OiBTZW5kOiBBVFMyPTI1NVM2PTVTMTA9MjBeTSANClNlcCAgNiAwMjoy NzowMiBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IENoYXQ6IEV4cGVjdCgxMCk6IE9LIA0K U2VwICA2IDAyOjI3OjAzIEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogQ2hhdDogUmVjZWl2 ZWQ6IEFUUzI9MjU1UzY9NVMxMD0yMF5NXk0gDQpTZXAgIDYgMDI6Mjc6MDMgRmVkYXlraW4g cHBwWzEzMTBdOiB0dW4wOiBDaGF0OiBSZWNlaXZlZDogT0teTSANClNlcCAgNiAwMjoyNzow MyBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IENoYXQ6IFNlbmQ6IEFURFQyMjMzMDAzXk0g DQpTZXAgIDYgMDI6Mjc6MDUgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBDaGF0OiBFeHBl Y3QoNjApOiBDT05ORUNUIA0KU2VwICA2IDAyOjI3OjA1IEZlZGF5a2luIHBwcFsxMzEwXTog dHVuMDogUGhhc2U6IFNpZ25hbCAxNSwgdGVybWluYXRlLiANClNlcCAgNiAwMjoyNzowNSBG ZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IFBoYXNlOiBkZWZsaW5rOiBEaXNjb25uZWN0ZWQh IA0KU2VwICA2IDAyOjI3OjA1IEZlZGF5a2luIHBwcFsxMzEwXTogdHVuMDogUGhhc2U6IGRl Zmxpbms6IGRpYWwgLT4gbG9nb3V0IA0KU2VwICA2IDAyOjI3OjA1IEZlZGF5a2luIHBwcFsx MzEwXTogdHVuMDogUGhhc2U6IGRlZmxpbms6IGxvZ291dCAtPiBoYW5ndXAgDQpTZXAgIDYg MDI6Mjc6MDUgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBQaGFzZTogZGVmbGluazogRGlz Y29ubmVjdGVkISANClNlcCAgNiAwMjoyNzowNSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6 IFBoYXNlOiBkZWZsaW5rOiBDb25uZWN0IHRpbWU6IDMgc2VjczogMCBvY3RldHMgaW4sIDAg b2N0ZXRzIG91dCANClNlcCAgNiAwMjoyNzowNSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6 IFBoYXNlOiBkZWZsaW5rOiA6IDExIHBhY2tldHMgaW4sIDUgcGFja2V0cyBvdXQgDQpTZXAg IDYgMDI6Mjc6MDUgRmVkYXlraW4gcHBwWzEzMTBdOiB0dW4wOiBQaGFzZTogIHRvdGFsIDAg Ynl0ZXMvc2VjLCBwZWFrIDAgYnl0ZXMvc2VjIG9uIFdlZCBTZXAgIDYgMDI6Mjc6MDUgMjAw MCANClNlcCAgNiAwMjoyNzowNSBGZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IFBoYXNlOiBk ZWZsaW5rOiBoYW5ndXAgLT4gY2xvc2VkIA0KU2VwICA2IDAyOjI3OjA1IEZlZGF5a2luIHBw cFsxMzEwXTogdHVuMDogUGhhc2U6IGJ1bmRsZTogRGVhZCANClNlcCAgNiAwMjoyNzowNSBG ZWRheWtpbiBwcHBbMTMxMF06IHR1bjA6IFBoYXNlOiBQUFAgVGVybWluYXRlZCAobm9ybWFs KS4gDQo= --------------7A4B70A65D710EB63F511FB6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 23:16:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uosis.mif.vu.lt (uosis.mif.vu.lt [193.219.42.14]) by hub.freebsd.org (Postfix) with SMTP id A93FA37B42C for ; Tue, 5 Sep 2000 23:16:09 -0700 (PDT) Received: (qmail 39299 invoked by uid 1001); 6 Sep 2000 06:16:01 -0000 Date: Wed, 6 Sep 2000 08:16:01 +0200 From: Rolandas Naujikas To: stable@freebsd.org, questions@freebsd.org Subject: How to update -STABLE from remote location ? Message-ID: <20000906081601.A39240@uosis.mif.vu.lt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: VU MIF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all I'm administrator of a server with FreeBSD 4.1-STABLE. Before some time I found than it is not possible replace executable and shared libraries when are used for execution ("Text file busy" error message). So how can I update my -STABLE from remote location ? I'm thinking abount alternate disk partitions for /usr, /var and /, so I would be able to update into alternate location, and switch rootdev to updated location. How I can switch to boot from different partition ? P.S. I'm sorry for my language. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 23:43:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom1-057.telepath.com [216.14.1.57]) by hub.freebsd.org (Postfix) with SMTP id 2495237B422 for ; Tue, 5 Sep 2000 23:43:24 -0700 (PDT) Received: (qmail 80138 invoked by uid 100); 6 Sep 2000 06:42:56 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14773.59248.273240.593789@guru.mired.org> Date: Wed, 6 Sep 2000 01:42:56 -0500 (CDT) To: Zhihui Zhang Cc: questions@freebsd.org Subject: Re: screen capture program In-Reply-To: <67498370@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Zhihui Zhang writes: > Can anyone recommend a screen capture program for X windows for me? I > searched the archive, somebody mentioned xview, gimp. Thanks. If you're planning on doing heavy-duty graphics hackery, you'll want to install gimp (in /usr/ports/graphics/gimp1), which has a screen/window capture facility. I use that one. ; Tue, 5 Sep 2000 23:44:33 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Tue, 5 Sep 2000 23:43:24 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id XAA08427; Tue, 5 Sep 2000 23:44:26 -0700 (PDT) (envelope-from cjc) Date: Tue, 5 Sep 2000 23:44:26 -0700 From: "Crist J . Clark" To: John Turner Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to force GMT/UTC Message-ID: <20000905234426.D69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <4.3.2.7.0.20000905102548.00b62358@mail.johnturner.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <4.3.2.7.0.20000905102548.00b62358@mail.johnturner.com>; from john@drexeltech.com on Tue, Sep 05, 2000 at 10:34:49AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 10:34:49AM -0400, John Turner wrote: > > Hello - > > If I have servers (all FreeBSD) in many different timezones, how do I force > all of them to consider their system time to be GMT/UTC? Make up your mind. Do you want Greenwich Mean Time (GMT) or Coordinated Universal Time (UTC)? I guess the few fractions of a second difference doesn't matter for this application, so I guess we can pretend they are the same. ;) -- Crist J. Clark cjclark@alum.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 Sep 5 23:52:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom1-057.telepath.com [216.14.1.57]) by hub.freebsd.org (Postfix) with SMTP id 1CAF037B42C for ; Tue, 5 Sep 2000 23:52:18 -0700 (PDT) Received: (qmail 80359 invoked by uid 100); 6 Sep 2000 06:52:04 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14773.59796.326575.505048@guru.mired.org> Date: Wed, 6 Sep 2000 01:52:04 -0500 (CDT) To: questions@freebsd.org Cc: cwaiken@telerama.com Subject: OT: AOL's mail policy (Was: Sendmail / mutt errors) In-Reply-To: <69129889@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Nelson writes: > In the last episode (Sep 05), Alan Clegg said: > > Unless the network is lying to me again, Christopher W. Aiken said: > > > How can I set up "sendmail" or "mutt" to avoid the following errors > > > that I'm getting with FreeBSD 4.1? I changed the email address to > > > "protect the innocent". :) > > > > > -|<<< 550-AOL no longer accepts connections from dynamically assigned > > > -|<<< 550-IP addresses to our relay servers. Please contact your ISP > > > -|<<< 550 to have your mail redirected through your ISP's SMTP servers. > > Send mail via YOUR provider (not directly) by setting the SMTP relay in > > your sendmail.cf. > The AOL message is very badly worded; there's nothing your ISP can do > about it, although you might need to ask them what IP you should > forward mail to, if you don't already know. For information on telling > sendmail (and other MTAs) about parent mail servers, see > http://www.mail-abuse.org/dul/gateways.htm . Gag. Retch. No - wait! Why were you trying to talk to an AOL relay server? Do they route mail to their users through relay servers, so that people who send mail direct (personally, I do it because I use no fewer than five different ISPs, and don't want to reconfigure my mail software to dial in behind a different firewall) are *all* going to have to reconfigure their mail servers? Bleah, To: Mark Ovens Cc: FreeBSD questions Subject: Re: strange command output Message-ID: <20000906105443.C21405@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: Mark Ovens , FreeBSD questions References: <20000905182037.C254@parish> <000f01c01767$81e47fc0$0a0a0a0a@sysenglt112> <20000905195004.F254@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <20000905195004.F254@parish>; from marko@FreeBSD.ORG on Tue, Sep 05, 2000 at 07:50:04PM +0100 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 07:50:04PM +0100, Mark Ovens wrote: > On Tue, Sep 05, 2000 at 02:31:28PM -0400, Raymond Hicks wrote: > > tried the ps -aux... shows me some things but still doesnt show me the ftpd > > or telnetd? should it? > > > > Not sure. ftpd and telnetd don't show up here either, but my machine > is standalone so maybe they are not running. OTOH, a reply to a > similar question about fingerd got this response: Because telnetd and ftpd are started by inetd. login with telnet to your host and you'll see telnetd. -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Sep 5 23:55:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bofh.banat.ro (bofh.banat.ro [193.230.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 8852837B422 for ; Tue, 5 Sep 2000 23:55:51 -0700 (PDT) Received: from localhost (camelia@localhost) by bofh.banat.ro (8.11.0/8.11.0) with ESMTP id e866teT16973; Wed, 6 Sep 2000 09:55:40 +0300 (EEST) (envelope-from camelia@bofh.banat.ro) Date: Wed, 6 Sep 2000 09:55:39 +0300 (EEST) From: Camelia Nastase To: Zhihui Zhang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: screen capture program 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 > > > Can anyone recommend a screen capture program for X windows for me? I > searched the archive, somebody mentioned xview, gimp. Thanks. > I use xv without problems. Camelia N. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 0: 1:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 0337F37B42C for ; Wed, 6 Sep 2000 00:01:17 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Wed, 6 Sep 2000 00:00:06 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id AAA08545; Wed, 6 Sep 2000 00:01:09 -0700 (PDT) (envelope-from cjc) Date: Wed, 6 Sep 2000 00:01:09 -0700 From: "Crist J . Clark" To: Mike Johnson Cc: questions@FreeBSD.ORG Subject: Re: Bridge. Message-ID: <20000906000109.E69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <20000905171727.A631588@baddog.yi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000905171727.A631588@baddog.yi.org>; from ahze@baddog.yi.org on Tue, Sep 05, 2000 at 01:17:27PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 01:17:27PM -0400, Mike Johnson wrote: > > In the page http://www.freebsd.org/handbook/bridging.html in 16.3.4 it says > add a couple lines to /etc/sysctl.conf to enable bridgeing. .. Im useing > FreeBSD4.1-2000902 and I dont have /etc/sysctl.conf. Make one. It is read by /etc/rc.sysctl. > What Im tring to do is set up a masqrade box , Whazzat? You mean NAT? > Im not sure this is the > right way either. if now could someone tell me how or where I can find info > on how to do this Note the following in the Handbook page you mention, 16.3.2. Situations where bridging is appropriate . . . 16.3.2.2. Filtering/traffic shaping firewall The second common situation is where firewall functionality is needed without IP Masquerading (NAT). For info, see natd(8). -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 0: 2: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 9376837B423 for ; Wed, 6 Sep 2000 00:01:57 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id LAA11326 for ; Wed, 6 Sep 2000 11:18:56 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e8671nG22281 for freebsd-questions@FreeBSD.ORG; Wed, 6 Sep 2000 11:01:49 +0400 Date: Wed, 6 Sep 2000 11:01:49 +0400 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: [Off-Topic] XFree 3.3.x and a wheel-mouse Message-ID: <20000906110149.D21405@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <200009051330.PAA97511@amnesix.i-clue.de> <20000905173956.C17352@linux.rainbow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <20000905173956.C17352@linux.rainbow>; from igor@raduga.dyndns.org on Tue, Sep 05, 2000 at 05:39:56PM +0400 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 05:39:56PM +0400, Igor Roboul wrote: > On Tue, Sep 05, 2000 at 03:30:10PM +0200, Charlie & wrote: > > Hi folks, > > > > Can anybody explain how to make the wheel of a bare-bones wheel mouse > > work, besides functioning as button 3? > Section "Pointer" > Protocol "IMPS/2" > Device "/dev/psaux" > ZAxisMapping 4 5 > EndSection Oh, of course, this is from XF86Config on my Linux workstation. For FreeBSD PS/2 device will be /dev/psm0 :-) -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 0: 8:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bofh.banat.ro (bofh.banat.ro [193.230.196.3]) by hub.freebsd.org (Postfix) with ESMTP id EFDED37B422 for ; Wed, 6 Sep 2000 00:08:37 -0700 (PDT) Received: from localhost (camelia@localhost) by bofh.banat.ro (8.11.0/8.11.0) with ESMTP id e8678P617020 for ; Wed, 6 Sep 2000 10:08:25 +0300 (EEST) (envelope-from camelia@bofh.banat.ro) Date: Wed, 6 Sep 2000 10:08:25 +0300 (EEST) From: Camelia Nastase To: freebsd-questions@FreeBSD.ORG Subject: picobsd compilation failure 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 running "FreeBSD 4.1-STABLE #0: Tue Sep 5 17:16:16 EEST 2000". I encountered the following error: sh ../../conf/newvers.sh PICOBSD cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing -prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -no stdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c linking kernel 820: not found *** Error code 127 Stop in /usr/src/sys/compile/PICOBSD-R.820. *** Error code 1 Stop in /usr/src/release/picobsd/router/conf. I closely followed the instructions found in /usr/src/release/picobsd/doc/src/how2build.html without luck, as you can see. Maybe someone can help me with this, as I really need it. Or maybe you can suggest something else, taking in considerationd the fact that I was provided with an i386DX IBM, 12MB ram, 41MB harddisk which should be a temporary gateway for a 10 computers network. Thanks in advance, Camelia Nastase To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 0: 9:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id E6D1D37B422 for ; Wed, 6 Sep 2000 00:09:14 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Wed, 6 Sep 2000 00:08:08 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id AAA08601; Wed, 6 Sep 2000 00:09:10 -0700 (PDT) (envelope-from cjc) Date: Wed, 6 Sep 2000 00:09:10 -0700 From: "Crist J . Clark" To: Daryl Chance Cc: FreeBSD Questions Subject: Re: IPFW: keep-state Message-ID: <20000906000910.F69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <001d01c01744$e38c1f80$0200000a@mike> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <001d01c01744$e38c1f80$0200000a@mike>; from dchance@valuedata.net on Tue, Sep 05, 2000 at 09:23:40AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 09:23:40AM -0500, Daryl Chance wrote: > I'm looking to adding the keep-state options to my firewall > rules. What are the recommended places to put the keep-state > options at? keep-state rules can be in a lot of different places. However, the check-state rule should probably be towards the head of the list. > I'm not quite sure what keep-state is, i've checked > the man page and its not really helped much. Does it basically > create, specific dynamic fw rules? Yep. > like: > > add allow tcp from any to any 21 keep-state > > does this become something like: > > allow tcp from 1.2.3.4 to 3.2.4.1 21 > > ? Or am I totally off the mark. The source port would also be included and the reverse connection is also part of the dynamic rule, allow tcp from 3.2.4.1 21 to 1.2.3.4 src_prt What it is most useful for (but not the only use) is allowing the reverse connection to an outgoing one. For example, allow tcp from ${ipo} to any keep-state Basically will allow a TCP connection (two way communication) when initiated by the local machine. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 0:12:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 574C737B424 for ; Wed, 6 Sep 2000 00:12:41 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id LAA11346; Wed, 6 Sep 2000 11:29:41 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e867CZ622337; Wed, 6 Sep 2000 11:12:35 +0400 Date: Wed, 6 Sep 2000 11:12:35 +0400 From: Igor Roboul To: Rolandas Naujikas Cc: FreeBSD questions Subject: Re: How to update -STABLE from remote location ? Message-ID: <20000906111235.E21405@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: Rolandas Naujikas , FreeBSD questions References: <20000906081601.A39240@uosis.mif.vu.lt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <20000906081601.A39240@uosis.mif.vu.lt>; from rn@uosis.mif.vu.lt on Wed, Sep 06, 2000 at 08:16:01AM +0200 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 06, 2000 at 08:16:01AM +0200, Rolandas Naujikas wrote: > > Hello all > > I'm administrator of a server with FreeBSD 4.1-STABLE. > Before some time I found than it is not possible replace executable > and shared libraries when are used for execution ("Text file busy" error > message). So how can I update my -STABLE from remote location ? > I'm thinking abount alternate disk partitions for /usr, /var and /, so I > would be able to update into alternate location, and switch rootdev to > updated location. How I can switch to boot from different partition ? Hello, But why you don't use "make installworld ; make installkernel ; reboot ; mergemaster"? It works fine for me from remote login. But _this_ is not very good (there are some cautions in handbook, UPDATING etc.) But it is worked for me at least 3 times. Q: Also, is it possible to use serial console with autoanswering modem? If it is possible, then you can just use serial console, and "normal" way: goto single model make installworld ; make installkernel ; reboot ; mergemaster Udachi :-) -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 0:15:59 2000 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 6944137B422 for ; Wed, 6 Sep 2000 00:15:56 -0700 (PDT) Received: from craigc (ip133.gte8.rb1.bel.nwlink.com [209.20.237.133]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id AAA25637; Wed, 6 Sep 2000 00:15:54 -0700 (PDT) Message-ID: <067c01c017d4$1b400560$0201010a@craigc> From: "Craig Critchley" To: "Mike Meyer" , Cc: References: <14773.59796.326575.505048@guru.mired.org> Subject: Re: AOL's mail policy (Was: Sendmail / mutt errors) Date: Wed, 6 Sep 2000 00:28:51 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: "Mike Meyer" > Dan Nelson writes: > > In the last episode (Sep 05), Alan Clegg said: > > > Unless the network is lying to me again, Christopher W. Aiken said: > > > > How can I set up "sendmail" or "mutt" to avoid the following errors > > > > that I'm getting with FreeBSD 4.1? I changed the email address to > > > > "protect the innocent". :) > > > > > > > -|<<< 550-AOL no longer accepts connections from dynamically assigned > > > > -|<<< 550-IP addresses to our relay servers. Please contact your ISP > > > > -|<<< 550 to have your mail redirected through your ISP's SMTP servers. > > > Send mail via YOUR provider (not directly) by setting the SMTP relay in > > > your sendmail.cf. > > The AOL message is very badly worded; there's nothing your ISP can do > > about it, although you might need to ask them what IP you should > > forward mail to, if you don't already know. For information on telling > > sendmail (and other MTAs) about parent mail servers, see > > http://www.mail-abuse.org/dul/gateways.htm . > > Gag. Retch. No - wait! > > Why were you trying to talk to an AOL relay server? Do they route mail > to their users through relay servers, so that people who send mail > direct (personally, I do it because I use no fewer than five different > ISPs, and don't want to reconfigure my mail software to dial in behind > a different firewall) are *all* going to have to reconfigure their > mail servers? > > Bleah, > ; Wed, 6 Sep 2000 00:19:46 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Wed, 6 Sep 2000 00:18:41 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id AAA08685; Wed, 6 Sep 2000 00:19:44 -0700 (PDT) (envelope-from cjc) Date: Wed, 6 Sep 2000 00:19:44 -0700 From: "Crist J . Clark" To: msilver@sc.rr.com Cc: questions@FreeBSD.ORG Subject: Re: Dynamic IP and IPFW Message-ID: <20000906001944.G69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from MSILVER@scana.com on Tue, Sep 05, 2000 at 05:23:31PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 05:23:31PM -0400, SILVER, MICHAEL A wrote: > I have FreeBSD system acting as a gateway for some other home machines I > have. So far it works like a champ, beyond my expectations. I even have > apache running with virtual domains over a dynamic IP. Pretty impressive > stuff. > > My concern is that once the dynamic IP changes, the gateway machine will no > longer forward packets. I currently have the FreeBSD's gateway address hard > coded to the dynamic IP address (defaultrouter="123.4.5.67"). This doesn't > seem right (since DHCP should assign an address), but unless I do this, the > internal machines cannot get out over the internet. Are you saying when the gateway machine uses DHCP, the default route is not properly set? Or are you saying that you force it and have not actually let DHCP set it? > My question: I have a script to check for IP changes, but how do I change > the gateway address when my IP changes? DHCP should take care of giving your machine a default gateway. > I imagine that I need to use route. No. > If so, could someone please provide an example. (Yes, I have read the man > pages, and yes I am a newbie). An example of what? To see the actual code that does the configuring once dhclient(8) has grabbed the info, look at dhclient-script(8). That said, DO NOT EDIT /sbin/dhclient-script if that's what you decide you need, make a /etc/dhclient-exit-hooks script. For an example of this, here is mine, #!/bin/sh # # dhclient-exit-hooks - 2000/07/29 # # Refresh firewall since IP address of external interface may # have changed. # Load in site configuration. Stolen from /etc/rc. if [ -f /etc/defaults/rc.conf ]; then . /etc/defaults/rc.conf elif [ -f /etc/rc.conf ]; then . /etc/rc.conf fi # This is right out of /etc/rc.network (1.39.2.14). Disabling the # verbosity, lines left in but commented out. if [ -z "${firewall_script}" ] ; then firewall_script="/etc/rc.firewall" fi if [ -f "${firewall_script}" -a X"$firewall_enable" = X"YES" ]; then . "${firewall_script}" # echo -n 'Firewall rules loaded, starting divert daemons:' fi #End -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 0:41:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 63CF737B43E for ; Wed, 6 Sep 2000 00:40:18 -0700 (PDT) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id NAA31256 for ; Wed, 6 Sep 2000 13:39:28 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost [127.0.0.1]) by mail.cgu.chel.su (8.9.3/8.8.6) with ESMTP id NAA30177 for ; Wed, 6 Sep 2000 13:39:27 +0600 (ESS) Date: Wed, 6 Sep 2000 13:39:27 +0600 (ESS) From: "Ilia E. Chipitsine" To: questions@FreeBSD.ORG Subject: solved (Re: USER_LDT @ 4.1STABLE) In-Reply-To: <39B5A732.99F4A52D@urx.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 that problem disappeared after 'make buildworld', there must be some difference in C-code which didn't want to be compiled with older gcc (well, just few weeks older than kernel sources) On Tue, 5 Sep 2000, Kent Stewart wrote: > > > Ilia Chipitsine wrote: > > > > Salut, Caleb Walker ! > > > > On Tue, 5 Sep 2000, Caleb Walker wrote: > > > > > Is this a new install? An Upgrade? Source current? > > > > it's not even an upgrade. It's just a regular kernel build > > on 4.1-STABLE > > I added "options USER_LDT" and did everything but an install. I had > recently built my system and this time I used the config build > sequence. I always used the build[install]kernel after a cvsup. > > The only other differences could be what you have for cvsup options > and possibly what you have for options in make.conf. I cvsup src-all. > I have the usual for me, which is USA=yes, compat22 and 3x = yes, and > NOPROFILE=true. My CFLAGS= -O -pipe -march=i686" > > Is there anything else that we could be doing differently? > > Regards, > > Kent > > -- > Kent Stewart > Richland, WA > > mailto:kbstew99@hotmail.com > http://kstewart.urx.com/kstewart/index.html > FreeBSD News http://daily.daemonnews.org/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 0:47:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id 9CA0937B42C for ; Wed, 6 Sep 2000 00:47:18 -0700 (PDT) Received: from p3E9C1FDB.dip0.t-ipconnect.de (p3E9C1FDB.dip0.t-ipconnect.de [62.156.31.219]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id JAA07635 for ; Wed, 6 Sep 2000 09:47:07 +0200 (MET DST) Date: Wed, 6 Sep 2000 09:48:11 +0200 (CEST) From: Moritz Hardt To: freebsd-questions Subject: floppy 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 hello, i'm trying to use my fd-drive under freebsd, but everytime i'm trying to mount a disk, using 'mount /dev/fd0 /floppy', it says something like bad superblock. i suppose thats, because the disks have the wrong format. how to change it? Moritz - Keep Lynx Alive! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 0:50:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 859BC37B422 for ; Wed, 6 Sep 2000 00:50:33 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id MAA11507 for ; Wed, 6 Sep 2000 12:07:21 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e867oFY22654 for freebsd-questions@FreeBSD.ORG; Wed, 6 Sep 2000 11:50:15 +0400 Date: Wed, 6 Sep 2000 11:50:15 +0400 From: Igor Roboul To: freebsd-questions Subject: Re: floppy disks Message-ID: <20000906115015.A22578@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: ; from root@morix.de on Wed, Sep 06, 2000 at 09:48:11AM +0200 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 06, 2000 at 09:48:11AM +0200, Moritz Hardt wrote: > hello, > > i'm trying to use my fd-drive under freebsd, but everytime i'm trying to > mount a disk, using 'mount /dev/fd0 /floppy', it says something like bad > superblock. > > i suppose thats, because the disks have the wrong format. how to change > it? "mount -t msdos /dev/fd0 /floppy" maybe? -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 0:55:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id CB5C237B422 for ; Wed, 6 Sep 2000 00:55:43 -0700 (PDT) Received: from p3E9C1FDB.dip0.t-ipconnect.de (p3E9C1FDB.dip0.t-ipconnect.de [62.156.31.219]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id JAA19350; Wed, 6 Sep 2000 09:55:35 +0200 (MET DST) Date: Wed, 6 Sep 2000 09:56:39 +0200 (CEST) From: Moritz Hardt To: igorr@crosswinds.net Cc: freebsd-questions Subject: Re: floppy disks In-Reply-To: <20000906115015.A22578@linux.rainbow> 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 works great, even with my linux disks(somehow). thanks alot for the fast reply! Moritz - Keep Lynx Alive! On Wed, 6 Sep 2000, Igor Roboul wrote: > On Wed, Sep 06, 2000 at 09:48:11AM +0200, Moritz Hardt wrote: > > hello, > > > > i'm trying to use my fd-drive under freebsd, but everytime i'm trying to > > mount a disk, using 'mount /dev/fd0 /floppy', it says something like bad > > superblock. > > > > i suppose thats, because the disks have the wrong format. how to change > > it? > "mount -t msdos /dev/fd0 /floppy" maybe? > > -- > Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", > Sochi, Russia > http://www.brainbench.com/transcript.jsp?pid=304744 > > > 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 Sep 6 0:58:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 1BF4237B422 for ; Wed, 6 Sep 2000 00:58:54 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Wed, 6 Sep 2000 00:56:52 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id AAA08952; Wed, 6 Sep 2000 00:57:49 -0700 (PDT) (envelope-from cjc) Date: Wed, 6 Sep 2000 00:57:49 -0700 From: "Crist J . Clark" To: Terry Yeung Cc: "'freebsd-questions@freebsd.org'" Subject: Re: arplookup error Message-ID: <20000906005749.H69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <01C01766.E8560B30.tyeung@assaytech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <01C01766.E8560B30.tyeung@assaytech.com>; from tyeung@assaytech.com on Tue, Sep 05, 2000 at 06:27:10PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 06:27:10PM -0700, Terry Yeung wrote: > Hi, > > I get this message repreated to me constantly on my FreeBSD 4 install that I did. I was hoping you guys can help. The message is: > > /kernel: arplookup 0.0.0.0 failed: host is not on local network [snip] The ifconfig(8) looks OK. What does, $ netstat -rn Return? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 0:59:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 040EE37B422 for ; Wed, 6 Sep 2000 00:59:24 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13Wa68-000Kci-00 for freebsd-questions@FreeBSD.ORG; Wed, 6 Sep 2000 10:58:20 +0300 Date: Wed, 6 Sep 2000 10:58:20 +0300 From: Odhiambo Washington To: FreeBSD Questions Subject: Re: Sendmail / mutt errors Message-ID: <20000906105820.A73723@siafu.iconnect.co.ke> Mail-Followup-To: FreeBSD Questions References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Christopher W. Aiken on Tue, Sep 05, 2000 at 09:03:26PM -0400 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 10:49AM up 8 days, 23:39, 11 users, load averages: 0.31, 0.37, 0.34 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Christopher W. Aiken : [000906 04:02]: Christopher W. Aiken> Christopher W. Aiken> Christopher W. Aiken>How can I set up "sendmail" or "mutt" to avoid the following Christopher W. Aiken>errors that I'm getting with FreeBSD 4.1? I changed the Christopher W. Aiken>email address to "protect the innocent". :) Talk to the Admin at your ISP to let you do smart-host delivery. You'll configure sendmail (your problem is not with mutt) to dump all outbound mail at your ISP's mail server which will in turn send the mail to the final destination. The problem, I suspect, is about DNS. Your host is failing the reverse name resolution test. This could be due to the fact that your IP address is dynamically allocated from your ISP. -Wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 A boy's will is the wind's will, and the thoughts of youth are long, long thoughts. -Henry Wadsworth Longfellow, "My Lost Youth" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 1: 0:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom0-047.telepath.com [216.14.0.47]) by hub.freebsd.org (Postfix) with SMTP id 8EC9B37B424 for ; Wed, 6 Sep 2000 01:00:19 -0700 (PDT) Received: (qmail 82299 invoked by uid 100); 6 Sep 2000 07:59:53 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14773.63865.875649.687910@guru.mired.org> Date: Wed, 6 Sep 2000 02:59:53 -0500 (CDT) To: "Craig Critchley" Cc: , Subject: Re: AOL's mail policy (Was: Sendmail / mutt errors) In-Reply-To: <067c01c017d4$1b400560$0201010a@craigc> References: <14773.59796.326575.505048@guru.mired.org> <067c01c017d4$1b400560$0201010a@craigc> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Craig Critchley writes: > From: "Mike Meyer" > Rejecting incoming mail from dialups (and/or DHCP-assigned addresses) has > been debated at grotesque length on news.admin.net-abuse.email. While there > are (as in your case) legitimate reasons to do it, the unpleasant fact is > that the vast majority of mail sent directly from a dialup to the > recipient's server (as opposed to relaying through the dialup provider) is > spam. After all, almost all end-user mail software uses a fixed SMTP relay > to do the actual work. Blocking dialups is therefore easy, effective, and > relatively free of downsides (to the ISP). Easy? Yes. Then again, every hard problem has an easy solution that doesn't work. Effective? Depends on the point. If it's supposed to make people do extra work and break functional mail systems, it'll certainly do that. If it's supposed to cut back on spam, it'll probably have the same effect as MAPS and ORBS currently does, which is to low to measure. Downsides for the ISP? Nope, none at all. In fact, it forces users like me to pay for more expensive services, which is an upside for them. > More and more domains are blocking dialups for incoming mail for this > reason. Until spam goes away this'll only get worse. In other words, the internet is being run for idiots, and apparently by idiots, and will continue to be run that way until it is utterly useless. There are well-known technics for fingerprinting spam. Don't any of these people have the brains to actually *use* those, and only apply such technics to things that are spam, rather than throwing out the baby, bathwater and basin? > The least unpleasant solution, if you have to do a lot of ISP-roaming, is > probably to see if one of your numerous ISP's has a mail server that will do > SMTP AUTH-based relay, and relay your mail through that one. Actually, one of my ISPs runs an open relay. They're bright enough to both realize that these are useful things, and keep it hidden from the control freaks and spammers. However, I don't like sending mail through it if I don't have to, to avoid possible SMTP-header sniffers run by spammers. And, just to keep this vaguely on topic, what's the point of running any of the spiffy network software that FreeBSD makes available if you have to connect to a least-common-denominator internet? Seems sort of like getting a US$20,000 home theatre system to watch colorized Gilligans Island reruns... "The Internet. It used to be a nice neighborhood." ; Wed, 6 Sep 2000 01:00:43 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-194-8-209-164.netcologne.de [194.8.209.164]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id KAA21946; Wed, 6 Sep 2000 10:00:39 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e8680Yw00650; Wed, 6 Sep 2000 10:00:36 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Wed, 6 Sep 2000 10:00:33 +0200 (CEST) From: Paul Herman To: cjclark@alum.mit.edu Cc: John Turner , freebsd-questions@FreeBSD.ORG Subject: Re: How to force GMT/UTC In-Reply-To: <20000905234426.D69158@149.211.6.64.reflexcom.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, 5 Sep 2000, Crist J . Clark wrote: > On Tue, Sep 05, 2000 at 10:34:49AM -0400, John Turner wrote: > > > > Hello - > > > > If I have servers (all FreeBSD) in many different timezones, how do I force > > all of them to consider their system time to be GMT/UTC? > > Make up your mind. Do you want Greenwich Mean Time (GMT) or > Coordinated Universal Time (UTC)? > > I guess the few fractions of a second difference doesn't matter for > this application, so I guess we can pretend they are the same. ;) (Sarcasm aside :) it matters to me. Is there any chance of FreeBSD reflecting this? In /usr/src/share/zoneinfo/etcetera there seems to be 0.00 difference between GMT and UTC in both -STABLE and -CURRENT. I'm no zoneinfo expert, but I'm willing to work on a patch. Anyone know off hand where some good detailed docs are on the difference between GMT/UTC? -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 1: 6:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gauntlet.foschini.co.za (gauntlet.foschini.co.za [196.36.160.98]) by hub.freebsd.org (Postfix) with ESMTP id DA93B37B422 for ; Wed, 6 Sep 2000 01:05:58 -0700 (PDT) Received: by gauntlet.foschini.co.za; id KAA28911; Wed, 6 Sep 2000 10:05:10 +0200 (SAT) Received: from ctexchg1.foschini.co.za(10.18.1.52) by gauntlet.foschini.co.za via smap (4.1) id xma028875; Wed, 6 Sep 00 10:05:02 +0200 Received: by ctexchg1.foschini.co.za with Internet Mail Service (5.5.2650.21) id ; Wed, 6 Sep 2000 10:05:48 +0200 Message-ID: From: Hester Bredenkamp To: "'questions@freebsd.org'" Subject: FW: Sendmail log file. Date: Wed, 6 Sep 2000 10:05:46 +0200 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 -----Original Message----- From: Juan Bredenkamp [mailto:juan@nuclear.co.za] Sent: 06/09/2000 08:35 To: Hester Bredenkamp Subject: FW: Sendmail log file. Kan jy die message vir my forward na questions@freebsd.org Juan. -----Original Message----- From: Juan Bredenkamp [mailto:juan@nuclear.co.za] Sent: Friday, September 01, 2000 9:07 AM To: questions@FreeBSD.org Subject: Sendmail log file. Can you explain to me what the meaning of these messages are? I thank you. Juan Bredenkamp juan@nuclear.co.za Mail Analysis for Nuclear Corporate Furniture (v1.2) Mail local to Nuclear Corporate Furniture OAA20399 At Aug 31 14:57:34 1760839 bytes from clint to asrai Mail into Nuclear Corporate Furniture IAA16784 At Aug 31 08:49:35 1760925 bytes from om51455@oldmutual.com to clint RAA13691 At Aug 30 17:40:27 1736543 bytes from rmenendez@dow.com to texwill Mail outof Nuclear Corporate Furniture Mail relayed via Nuclear Corporate Furniture Mail Errors Aug 30 16:00:00 atogate newsyslog[5467]: logfile turned over Aug 30 16:10:46 atogate sendmail[13244]: gethostbyaddr(196.15.251.210) failed: 1 Aug 30 16:10:46 atogate sendmail[13247]: gethostbyaddr(196.15.251.210) failed: 1 Aug 30 16:10:49 atogate sendmail[13254]: QAA13244: QAA13254: DSN: Data format error Aug 30 16:15:41 atogate sendmail[13303]: QAA13303: ... User unknown Aug 30 16:15:41 atogate sendmail[13303]: QAA13303: lost input channel from bassier.nuclear.co.za [192.168.114.100] Aug 30 21:22:56 atogate sendmail[14480]: gethostbyaddr(196.15.251.210) failed: 1 Aug 30 21:22:58 atogate sendmail[14483]: VAA14480: VAA14483: DSN: Data format error Aug 31 02:00:01 atogate sendmail[15206]: gethostbyaddr(196.15.251.210) failed: 1 Aug 31 02:00:02 atogate sendmail[15225]: gethostbyaddr(196.15.251.210) failed: 1 Aug 31 02:00:07 atogate sendmail[15234]: gethostbyaddr(196.15.251.210) failed: 1 Aug 31 02:05:48 atogate sendmail[15284]: CAA15234: CAA15284: DSN: Data format error Aug 31 02:05:48 atogate sendmail[15286]: CAA15206: CAA15286: DSN: Data format error Aug 31 08:00:43 atogate sendmail[16371]: IAA16371: ... User unknown Aug 31 08:00:43 atogate sendmail[16371]: IAA16371: lost input channel from bassier.nuclear.co.za [192.168.114.100] Aug 31 08:19:13 atogate sendmail[16547]: IAA16545: IAA16547: DSN: Return receipt Aug 31 08:19:56 atogate sendmail[16550]: NOQUEUE: Null connection from [12.14.26.81] Aug 31 08:19:57 atogate sendmail[16551]: NOQUEUE: Null connection from [12.14.26.81] Aug 31 08:19:57 atogate sendmail[16552]: NOQUEUE: Null connection from [12.14.26.81] Aug 31 08:52:25 atogate sendmail[16834]: NOQUEUE: Null connection from [12.14.26.81] Aug 31 08:52:25 atogate sendmail[16835]: NOQUEUE: Null connection from [12.14.26.81] Aug 31 08:52:26 atogate sendmail[16836]: NOQUEUE: Null connection from [12.14.26.81] Aug 31 08:53:50 atogate sendmail[16859]: IAA16857: IAA16859: DSN: User unknown Aug 31 08:54:02 atogate sendmail[16864]: IAA16862: IAA16864: DSN: User unknown Aug 31 09:24:45 atogate sendmail[17105]: NOQUEUE: SYSERR: putoutmsg (garfield.ctn.independent.co.za): error on output channel sending "220 atogate.nuclear.co.za ESMTP Sendmail 8.8.8/8.8.8; Thu, 31 Aug 2000 09:24:45 +0200 (SAT)": Broken pipe Aug 31 09:24:45 atogate sendmail[17105]: NOQUEUE: Null connection from root@localhost Aug 31 13:41:02 atogate sendmail[19523]: NOQUEUE: Null connection from [12.14.26.81] Aug 31 13:41:03 atogate sendmail[19521]: NOQUEUE: Null connection from [12.14.26.81] Aug 31 13:41:17 atogate sendmail[19525]: NOQUEUE: Null connection from [12.14.26.81] Aug 31 14:16:20 atogate sendmail[19916]: NOQUEUE: Null connection from [12.14.26.81] Aug 31 14:16:20 atogate sendmail[19915]: NOQUEUE: Null connection from [12.14.26.81] Aug 31 14:16:21 atogate sendmail[19917]: NOQUEUE: Null connection from [12.14.26.81] Aug 31 15:04:20 atogate sendmail[19171]: NAA19171: timeout waiting for input from unicorn.cecilnurse.co.za during message collect Aug 31 15:49:27 atogate sendmail[19634]: NAA19634: timeout waiting for input from unicorn.cecilnurse.co.za during message collect Aug 31 16:00:00 atogate newsyslog[21014]: logfile turned over *** end of report *** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 1: 7:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx6.port.ru (mx6.port.ru [194.67.23.42]) by hub.freebsd.org (Postfix) with ESMTP id 257DA37B423 for ; Wed, 6 Sep 2000 01:07:16 -0700 (PDT) Received: from hearst.int ([10.0.0.103] helo=hearst.mail.ru) by mx6.port.ru with esmtp (Exim 3.14 #47) id 13WaEl-0001kn-00 for freebsd-questions@freebsd.org; Wed, 06 Sep 2000 12:07:15 +0400 Received: from mail by hearst.mail.ru with local (Exim 3.14 #4) id 13WaEh-00067x-00 for freebsd-questions@freebsd.org; Wed, 06 Sep 2000 12:07:14 +0400 Received: from [194.105.213.4] by win.inbox.ru with HTTP; Wed, 06 Sep 2000 08:07:14 +0000 (GMT) From: "Simakin Alexandr" To: freebsd-questions@freebsd.org Subject: CHROOT FOR CGI-SCRIPTS? Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [194.105.213.4] Reply-To: "Simakin Alexandr" Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Date: Wed, 06 Sep 2000 12:07:14 +0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! When I use /etc/ftpchroot file, I can restrict users access only to his home directory. Users can read and write files only in his home directory. So I need the same thing with users perl cgi-scripts on FreeBSD/Apache. I want users to run cgi-scripts (I know, how to do this) but I don't want to allow them to read and write to other directories out of his home directory. Does anybody knows how to do it? LET ME KNOW, PLEASE, IF IT IS IMPOSSIBLE! I don't want my server to be like this freehosting www.virtualave.net You may look at this hole: http://webator.virtualave.net/cgi-bin/dir.pl?dir=/ there CD - change dir, RD - read file. Thank you. Alex Simakin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 1: 8: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from infocom.infotecstt.ru (infocom.infotecstt.ru [195.151.218.124]) by hub.freebsd.org (Postfix) with SMTP id 08B4B37B423 for ; Wed, 6 Sep 2000 01:08:01 -0700 (PDT) Received: (qmail 14024 invoked from network); 6 Sep 2000 12:07:54 +0400 Received: from car8.infocom.infotecstt.ru (192.168.1.8) by ns.infocom.infotecstt.ru with SMTP; 6 Sep 2000 12:07:54 +0400 Date: Wed, 6 Sep 2000 12:07:53 +0400 From: Vadius X-Mailer: The Bat! (v1.44) UNREG / CD5BF9353B3B7091 Reply-To: Vadius X-Priority: 3 (Normal) Message-ID: <164750681.20000906120753@infocom.infotecstt.ru> To: questions@freeBSD.org Subject: Asus A7V 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! Do you have information about mainboard Asus A7V. There is ATA100 controller. Can I download driver, which activates this feature under FreeBSD 4.x? Selected HDD is IBM 20.5G (DTLA, 7200rpm, UDMA-100). Thank you. -- Best reagrds, Vadius mailto:vadius@infocom.infotecstt.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 1:14:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id ED41B37B422 for ; Wed, 6 Sep 2000 01:14:13 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13WaKP-000LTx-00 for freebsd-questions@FreeBSD.ORG; Wed, 6 Sep 2000 11:13:05 +0300 Date: Wed, 6 Sep 2000 11:13:05 +0300 From: Odhiambo Washington To: freebsd-questions@FreeBSD.ORG Subject: Re: .wizard Message-ID: <20000906111305.B73723@siafu.iconnect.co.ke> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <001201c01786$a4843c40$0a0a0a0a@sysenglt112> <20000905190614.A3927@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <20000905190614.A3927@dan.emsphone.com>; from Dan Nelson on Tue, Sep 05, 2000 at 07:06:14PM -0500 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 11:05AM up 8 days, 23:55, 12 users, load averages: 0.94, 0.50, 0.41 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Dan Nelson : [000906 03:00]: Dan Nelson>In the last episode (Sep 05), Raymond Hicks said: Dan Nelson>> Cheers, Dan Nelson>> can anyone tell me what this entry when I do netstat does.. what are Dan Nelson>> these entries? Dan Nelson>> .wizard or Dan Nelson>> .2003 Dan Nelson>> .callbook Dan Nelson>> .globe Dan Nelson> Dan Nelson>I'm betting that is not the only thing on the line when you run Dan Nelson>netstat, right? You forgot to list what's in the "Remote address" Dan Nelson>column? Those are most likely just the local end of a telnet or ftp Dan Nelson>session you are making to a remote host. Dan Nelson> Dan Nelson>> 2) Dan Nelson>> how do I block my box from allowing access from certain IP addresses? Dan Nelson>> should I add a hosts.deny file in /etc? Does FreeBSD recognize this Dan Nelson>> convention? I am running 3.4 on intel 233... this is pertaining to Dan Nelson>> Portsentry... it by default wants to add to hosts.deny and there is not a Dan Nelson>> hosts.deny file there so I created one and it still allows you to connect Dan Nelson>> from blocked addresses..?? From 3.4 there is only hosts.allow and that is where all the rules are supposed to be. Look at the format closely, it details how to do what you wanna do..it is like this, daemon_name : friendly_hosts_or_ips : allow daemon_name : ALL : deny If the daemon is the telnetd, then it would be like this, telnetd : w.x.y.x 1.2.3.4 : allow telnetd : ALL : deny Also man hosts_options -wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 I waited and waited, and when no message came, I knew it must have been from you. -Ashleigh Brilliant (contributed by Chris Johnston) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 1:39:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id A792837B422 for ; Wed, 6 Sep 2000 01:39:55 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-194-8-209-164.netcologne.de [194.8.209.164]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id KAA27190; Wed, 6 Sep 2000 10:39:50 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e868dkX00734; Wed, 6 Sep 2000 10:39:47 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Wed, 6 Sep 2000 10:39:45 +0200 (CEST) From: Paul Herman To: cjclark@alum.mit.edu Cc: John Turner , freebsd-questions@FreeBSD.ORG Subject: Re: How to force GMT/UTC 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, 6 Sep 2000, Paul Herman wrote: > I'm no zoneinfo expert, but I'm willing to work on a patch. Anyone > know off hand where some good detailed docs are on the difference > between GMT/UTC? Got it. It's already there in /usr/src/share/zoneinfo/leapseconds. (It only goes up to 1998 however, Hmmm...) -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 1:40:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dazed.slacker.com (dazed.slacker.com [208.15.208.76]) by hub.freebsd.org (Postfix) with SMTP id 12C5537B43E for ; Wed, 6 Sep 2000 01:40:12 -0700 (PDT) Received: (qmail 62907 invoked by uid 1000); 6 Sep 2000 08:40:06 -0000 Date: Wed, 6 Sep 2000 03:40:06 -0500 From: David McNett To: Paul Herman Cc: cjclark@alum.mit.edu, John Turner , freebsd-questions@FreeBSD.ORG Subject: Re: How to force GMT/UTC Message-ID: <20000906034006.B62094@dazed.slacker.com> Mail-Followup-To: Paul Herman , cjclark@alum.mit.edu, John Turner , freebsd-questions@FreeBSD.ORG References: <20000905234426.D69158@149.211.6.64.reflexcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from pherman@frenchfries.net on Wed, Sep 06, 2000 at 10:00:33AM +0200 X-Operating-System: FreeBSD 4.1-STABLE i386 X-Distributed: Join the Effort! http://www.distributed.net/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 06-Sep-2000, Paul Herman wrote: > (Sarcasm aside :) it matters to me. Is there any chance of FreeBSD > reflecting this? In /usr/src/share/zoneinfo/etcetera there seems to > be 0.00 difference between GMT and UTC in both -STABLE and -CURRENT. > > I'm no zoneinfo expert, but I'm willing to work on a patch. Anyone > know off hand where some good detailed docs are on the difference > between GMT/UTC? http://tycho.usno.navy.mil/systime.html will overwhelm you with the gory details of time measurement and, specifically, the differences between GMT and UTC. The Reader's Digest condensed answer is that UTC recognizes leap seconds and GMT does not. The two (GMT and UTC) are guaranteed to never differ by more than 0.9 seconds. Perhaps the more signifigant issue is that NTP, the protocol we all (presumably) use to keep our clocks synchronized is UTC-based. If you're relying on netdate, or ntpd, or xntpd or any equivalent method to keep your system clock synchronized, then you are UTC-synced, and not GMT. There's no way to encode the differential beteen UTC and GMT in a zoneinfo file, as near as I can tell, since the differential is variable. -- ________________________________________________________________________ |David McNett |To ensure privacy and data integrity this message has| |nugget@slacker.com|been encrypted using dual rounds of ROT-13 encryption| |Birmingham, AL USA|Please encrypt all important correspondence with PGP!| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 1:46:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bumper.jellybaby.net (bumper.jellybaby.net [194.159.247.1]) by hub.freebsd.org (Postfix) with ESMTP id 70EF037B423 for ; Wed, 6 Sep 2000 01:46:55 -0700 (PDT) Received: (from simond@localhost) by bumper.jellybaby.net (8.9.2/8.9.2) id JAA27681; Wed, 6 Sep 2000 09:46:46 +0100 (BST) (envelope-from simond) Date: Wed, 6 Sep 2000 09:46:46 +0100 From: simond@irrelevant.org To: gerti-freebsdq@bitart.com Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD and the Promise Ultra100 cards Message-ID: <20000906094646.A27237@irrelevant.org> References: <20000905093237.B90805@irrelevant.org> <20000905102235.29996.qmail@camelot.bitart.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000905102235.29996.qmail@camelot.bitart.com>; from gerti@bitart.com on Tue, Sep 05, 2000 at 05:22:35AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 05:22:35AM -0500, Gerd Knops wrote: > simond@irrelevant.org wrote: > > Does anyone know how I can get FreeBSD (4.1S) to recognise this card? > > > > I have an Asus A7V running FreeBSD just fine, the only problem being > > that FreeBSD can only see my main ATA66 controller (the A7V comes > > with two IDE controllers, one ATA66 and the other ATA100 which is > > basically a Promise Ultra100 controller built into the motherboard. > > > > I would be very grateful if anyone can help me get this working :) > > > Have a look at > > http://www.freebsd.org/cgi/query-pr.cgi?pr=20834 Thanks, I checked the mailing list archives, didn't think about the PRs though. -- Simon Dick simond@irrelevant.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 1:49:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.asdg.ru (ns.asdg.ru [212.164.69.2]) by hub.freebsd.org (Postfix) with ESMTP id 9C6D237B422 for ; Wed, 6 Sep 2000 01:49:43 -0700 (PDT) Received: from alex ([212.164.69.25]) by ns.asdg.ru (8.9.3/8.9.3) with SMTP id PAA47520 for ; Wed, 6 Sep 2000 15:49:46 +0700 (NOVST) (envelope-from alex@asdg.ru) Message-ID: <003301c017e8$23908820$1945a4d4@asdg.ru> From: "Alex Markov" To: Subject: Cannot make buildworld on i815 mobo... :-( Date: Wed, 6 Sep 2000 15:52:11 +0600 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Fidolook Express 2.000 for MS OE5 Organization: Fidolook Express 2.000 www.fidolook.da.ru Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, All! First of all - excuse my English, i don't use it for many years, so it may looks a little awkward... ;-) Last month i bought new PC, with Asus CUSL2 mobo (i815 chipset). Installing 4.1-RELEASE and compiling of custom kernel went, as usually, without any problem. After that all my attempts to make buildworld fail at line: --------------------------------------------------------------- ===> gnu/usr.bin/as updating targ-cpu.h Fatal trap 1: privileged instruction fault while in kernel mode current process = 73652 (cp) Syncing disks... --------------------------------------------------------------- The /usr/src on my PC mounting through NFS from another server (P-233 at 430TX chipset), where this sources compiled just fine. Before sending PR i wanna understand: is it hardware problem with new (and, maybe, unsupported) Intel chipset, or just some kind of my stupidity? Please, CC: me at alex@asdg.ru, if you have any suggestions. Thanks in advance. WBR, Alex Markov. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 1:50:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gandalf.admaster.de (gandalf.admaster.de [193.149.59.18]) by hub.freebsd.org (Postfix) with ESMTP id C9AAA37B422 for ; Wed, 6 Sep 2000 01:50:23 -0700 (PDT) Received: (from larry@localhost) by gandalf.admaster.de (8.9.3/8.8.7) id KAA26551; Wed, 6 Sep 2000 10:50:04 +0200 Date: Wed, 6 Sep 2000 10:50:04 +0200 From: Dirk Rodemer To: Caleb Walker Cc: Trevor Daniel Kramer , FreeBSD Mailing List Subject: Re: [Urgent] 3Com 3C90X Cards not Compatible? Message-ID: <20000906105004.A26393@admaster.de> References: <00090119104202.00263@butthead.walker> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <00090119104202.00263@butthead.walker>; from Caleb Walker on Fri, Sep 01, 2000 at 07:09:38PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 01, 2000 at 07:09:38PM -0700, Caleb Walker wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > All I have ever used since 3.4 is two 3Com 3C905b's with never a > single problem. I experienced this problem with 3Com 3C905c cards. There were reboots when network traffic was above a certain level. I changed back to 3C905b cards and now all works well. -Dirk > > On Fri, 01 Sep 2000, Trevor Daniel Kramer wrote: > > I have also seen this problem with a 3Com90X. I am running 4.1 STABLE. > > > > Trevor > > > > On Fri, 1 Sep 2000, Kenneth Wayne Culver wrote: > > > > > What version of FreeBSD is this? > > > > > > > > > ================================================================= > > > | Kenneth Culver | FreeBSD: The best NT upgrade | > > > | Unix Systems Administrator | ICQ #: 24767726 | > > > | and student at The | AIM: muythaibxr | > > > | The University of Maryland, | Website: (Under Construction) | > > > | College Park. | http://www.wam.umd.edu/~culverk/| > > > ================================================================= > > > > > > On Fri, 1 Sep 2000 freebsd@alcatraz.wolfpaw.net wrote: > > > > > > > Greetings, > > > > > > > > Recently I changed the ethernet cards in our gateway from 2 D-Link > > > > 538TX's to 2 3Com 3C90X's don't remember which one, the 100BaseTX full > > > > duplex ones (509b maybe?). Anyway, when we had the D-Link cards in the > > > > machine, all was good - no problems. Yesterday I added the 2 3Com cards > > > > and now it will just reboot - with no notice - spontainiosly. Its not a > > > > huge issue, but it causes intermittant 2 minute network failures, which is > > > > just really teally annoying. There are no system logs to show the reboot, > > > > and it doesn't even stop to dismount the drives, which is > > > > worrisome. Anyone have any ideas on why this might be occuring? or > > > > how I can find out? Ive tried fstat (as we had another FreeBSD server > > > > crash from a crond prog that left open files everywhere) and it doesn't > > > > seem to show any problems. > > > > > > > > Thanks in Advance :) > > > > Dale > > > > Sysadmin, Wolfpaw.net > > > > > > > > > > > > > > > > > > > > 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 > -- > > Thank You, > Caleb Walker > (310) 519-8359 > (310) 753-8668 > http://www.cwalk.org > Get my pgp public key by fingering cwalker@cwalk.org > > > -----BEGIN PGP SIGNATURE----- > Version: PGPfreeware 5.0i for non-commercial use > MessageID: hHur7LO73Slt1twvIPyR/EOCJ9eNzUBx > > iQA/AwUBObBhouePhvvqImYFEQJUfgCfWiatUZe4s55NbsemiPE1abg7C8kAn0Zr > RZEtVGxBD+QeT/1sejqy6J2C > =cqcb > -----END PGP SIGNATURE----- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Dirk Rodemer http://www.admaster.de software engineer admaster network Tel. +49 89 383856 93 Kaiserstr. 16 D-80801 Muenchen mailto:dr@admaster.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 1:57:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bumper.jellybaby.net (bumper.jellybaby.net [194.159.247.1]) by hub.freebsd.org (Postfix) with ESMTP id CC2FE37B422 for ; Wed, 6 Sep 2000 01:57:53 -0700 (PDT) Received: (from simond@localhost) by bumper.jellybaby.net (8.9.2/8.9.2) id JAA27926; Wed, 6 Sep 2000 09:57:43 +0100 (BST) (envelope-from simond) Date: Wed, 6 Sep 2000 09:57:43 +0100 From: simond@irrelevant.org To: Vadius Cc: freebsd-questions@freebsd.org Subject: Re: Asus A7V Message-ID: <20000906095743.B27237@irrelevant.org> References: <164750681.20000906120753@infocom.infotecstt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <164750681.20000906120753@infocom.infotecstt.ru>; from webmaster@infocom.infotecstt.ru on Wed, Sep 06, 2000 at 12:07:53PM +0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 06, 2000 at 12:07:53PM +0400, Vadius wrote: > Hello! > > Do you have information about mainboard Asus A7V. There is ATA100 > controller. Can I download driver, which activates this feature > under FreeBSD 4.x? > Selected HDD is IBM 20.5G (DTLA, 7200rpm, UDMA-100). I just asked the same thing, have a look at: http://www.freebsd.org/cgi/query-pr.cgi?pr=20834 Thanks to Gerd for that patch and the reply :) -- Simon Dick simond@irrelevant.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 2:19:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id A1F1D37B423 for ; Wed, 6 Sep 2000 02:19:16 -0700 (PDT) Received: from evileye (203-79-68-99.apx0.paradise.net.nz [203.79.68.99]) by deborah.paradise.net.nz (8.10.1/8.10.1) with SMTP id e869J2B18247; Wed, 6 Sep 2000 21:19:03 +1200 (NZST) Message-ID: <025001c017e3$7cef3380$0101a8c0@evileye> From: "Mark Ibell" To: "jason" , References: Subject: Re: running out of swap space Date: Wed, 6 Sep 2000 21:18:50 +1200 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 This can be done directly by using sysinstall to create the partition, followed by disklabel to create the slices and install boot blocks on the new drive. Something like the following should take care of the disklabel step: # disklabel B -r -w ad1 auto # disklabel -e -r ad1 ... To transfer the data across, mount the slices as: /bkroot /bkvar /bkusr ... Hope this helps, Mark ----- Original Message ----- From: "jason" To: Sent: Wednesday, September 06, 2000 2:44 AM Subject: running out of swap space > I have a freebsd 4.0 system running just fine, but im running outta swap > space and space in general. I have a brand new 13 gig hard drive that I > want to transfer the system over to. What I really want to do is transfer > the whole drive over to my new 13 gig drive. Is there an easy way to do > this? would something like ghost do me any good? > > regards, > Jason > > > > -- > ======================================================================= > | Jason Welsh jason@welsh.dynip.com | If you think there's | > | | good in everybody, you | > | http://welsh.dynip.com/ | haven't met everybody. | > ======================================================================= > > > > > 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 Sep 6 2:29: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from loki.isdn.itn.is (loki.itn.is [193.4.194.4]) by hub.freebsd.org (Postfix) with ESMTP id A708E37B42C for ; Wed, 6 Sep 2000 02:29:04 -0700 (PDT) Received: from domino.titan.is ([10.111.222.10]) by loki.isdn.itn.is (mx4.itn.is) with ESMTP id JAA394210 for ; Wed, 6 Sep 2000 09:21:47 GMT From: Birkir.Bjornsson@titan.is Subject: ADSL To: questions@FreeBSD.org X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000 Message-ID: Date: Wed, 6 Sep 2000 09:29:57 +0000 X-MIMETrack: Serialize by Router on Domino/Titan/IS(Release 5.0.4 |June 8, 2000) at 06.09.2000 09:29:58 MIME-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I´m trying to connect my FreeBSD server to an ADSL connecting. The ADSL standard here in Iceland is ppptp, any hints please thank you Beztu kveðjur Birkir Björnsson titan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 2:34: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 755F337B423 for ; Wed, 6 Sep 2000 02:33:57 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id NAA11786 for ; Wed, 6 Sep 2000 13:50:42 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e869XY600423 for freebsd-questions@freebsd.org; Wed, 6 Sep 2000 13:33:34 +0400 Date: Wed, 6 Sep 2000 13:33:34 +0400 From: Igor Roboul To: FreeBSD questions Subject: Re: AOL's mail policy (Was: Sendmail / mutt errors) Message-ID: <20000906133334.A370@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: FreeBSD questions References: <14773.59796.326575.505048@guru.mired.org> <067c01c017d4$1b400560$0201010a@craigc> <14773.63865.875649.687910@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <14773.63865.875649.687910@guru.mired.org>; from mwm@mired.org on Wed, Sep 06, 2000 at 02:59:53AM -0500 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 06, 2000 at 02:59:53AM -0500, Mike Meyer wrote: > "The Internet. It used to be a nice neighborhood." Hello, maybe something like dyndns.org (or another dynamic DNS service) will help? -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 2:47:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from glitch.crosswinds.net (glitch.crosswinds.net [209.208.163.35]) by hub.freebsd.org (Postfix) with ESMTP id E324837B423 for ; Wed, 6 Sep 2000 02:47:15 -0700 (PDT) Received: from ppp38-AS5800.vtc.ru ([212.16.211.38]) by glitch.crosswinds.net (8.9.3/8.9.3) with ESMTP id FAA74453 for ; Wed, 6 Sep 2000 05:47:11 -0400 (EDT) (envelope-from ampy@crosswinds.net) Date: Wed, 6 Sep 2000 20:47:41 +1000 From: Arseny Slobodjuck X-Mailer: The Bat! (v1.36) S/N 345 Reply-To: Arseny Slobodjuck X-Priority: 3 (Normal) Message-ID: <1866.000906@crosswinds.net> To: freebsd-questions@freebsd.org Subject: changing the user name 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, What command can I use to change the username which is stored in passwd file after GUID field ? Should I manually edit passwd and master.passwd to do this ? -- Best regards, Arseny mailto:ampy@crosswinds.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 2:48:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prometeo.cps.unizar.es (prometeo.cps.unizar.es [155.210.155.50]) by hub.freebsd.org (Postfix) with ESMTP id 268BB37B424 for ; Wed, 6 Sep 2000 02:48:19 -0700 (PDT) Received: from localhost (dfanjul@localhost) by prometeo.cps.unizar.es (8.8.8/8.8.8) with ESMTP id LAA24316 for ; Wed, 6 Sep 2000 11:48:15 +0200 (MET DST) Date: Wed, 6 Sep 2000 11:48:15 +0200 (MET DST) From: Daniel Fanjul Alcuten 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 Hello: I have a doubt about an error that installation program has returned. It is not able to create the root file system: cg 0: bad magic number write error: 0 newfs: wtfs: Read-only file system sh in free(): warining: malloc() has never been called. Command 'newfs -b 8192 -f 1024 /dev/rad0s1a' returns status of 36 What does it mean? How can I resolve it? Thank you very much. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 2:54: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-ether.rz.uni-ulm.de [134.60.1.36]) by hub.freebsd.org (Postfix) with ESMTP id D95C837B422 for ; Wed, 6 Sep 2000 02:53:57 -0700 (PDT) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id LAA27943; Wed, 6 Sep 2000 11:53:52 +0200 (MEST) Message-ID: <39B61430.1F2F60BD@gmx.de> Date: Wed, 06 Sep 2000 11:53:52 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: Mike Meyer , "freebsd-questions@freebsd.org" Subject: Re: Installing CD packages to HD? References: <14773.33577.842372.439782@guru.mired.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Mike, > I believe the 4.0-RELEASE cdrom was equally damaged. Personally, I > *hate* this. Since I build ports with LOCALBASE=/usr/opt, the packages > are useless. Since the distfiles can be used to create the packages, > but not vice versa, this is a loss in functionality. My use of the > things is now restricted to dealing with -questions (as above), and > making copies for friends who otherwise wouldn't look at FreeBSD. Look at the -p (prefix) option of pkg_add. You can change the install directory there. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 2:57:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id 8112D37B423 for ; Wed, 6 Sep 2000 02:57:35 -0700 (PDT) Received: from [212.141.250.95] (212.141.250.95) by relay2.inwind.it (5.1.046) id 39AF9CE3000460AF for freebsd-questions@FreeBSD.ORG; Wed, 6 Sep 2000 11:57:33 +0200 Received: (qmail 1608 invoked by uid 1000); 6 Sep 2000 09:27:39 -0000 Date: Wed, 6 Sep 2000 11:27:39 +0200 From: Francesco Casadei To: Hanspeter Roth Bsag Cc: freebsd-questions@FreeBSD.ORG Subject: Re: procmail diverts mail to daemon's mailbox Message-ID: <20000906112739.A1396@goku.kasby> Mail-Followup-To: Hanspeter Roth Bsag , freebsd-questions@FreeBSD.ORG References: <20000905211717.A8472@bs11.bsag.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000905211717.A8472@bs11.bsag.ch>; from roth@bsag.ch on Tue, Sep 05, 2000 at 09:17:17PM +0200 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 09:17:17PM +0200, Hanspeter Roth Bsag wrote: > Hello, > > I've setup a simple .procmailrc for Root: > > # .procmailrc > > :0 > /var/mail/root > > But all mail for root get's to /var/root/daemon. > > What's wrong? > > -Hanspeter > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > end of the original message I'm running qmail and it does not permit to deliver mail directly to root for security reasons: you must define a user that receive mail for root, mailer-daemon and postmaster. The file .procmailrc in /root is not even read, because the mail is delivered to another user (daemon in your case). I don't know what MTA you're running, but maybe it has the same (correct) behaviour. Try to put the following .procmailrc in the home directory of the user which receive mail for root (e.g. daemon): :0 * ^TO.*root /var/mail/root Remeber to do the following (as root): touch /var/mail/root chown daemon:daemon /var/mail/root Francesco Casadei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 3: 2:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from isy.liu.se (isy.liu.se [130.236.48.10]) by hub.freebsd.org (Postfix) with ESMTP id 41A0E37B422 for ; Wed, 6 Sep 2000 03:02:57 -0700 (PDT) Received: from lagrange.isy.liu.se (lagrange.isy.liu.se [130.236.49.127]) by isy.liu.se (8.10.0/8.10.0) with ESMTP id e86A2qn18257; Wed, 6 Sep 2000 12:02:52 +0200 (MET DST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <1866.000906@crosswinds.net> Date: Wed, 06 Sep 2000 12:02:51 +0200 (CEST) From: Micke Josefsson To: Arseny Slobodjuck Subject: RE: changing the user name Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 06-Sep-00 Arseny Slobodjuck wrote: > Hi, > > What command can I use to change the username which is stored in > passwd file after GUID field ? Should I manually edit passwd and > master.passwd to do this ? > Use vipw(1), this also updates the passwd database. ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.5-STABLE ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 3: 7:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from isy.liu.se (isy.liu.se [130.236.48.10]) by hub.freebsd.org (Postfix) with ESMTP id C41FB37B423 for ; Wed, 6 Sep 2000 03:07:17 -0700 (PDT) Received: from lagrange.isy.liu.se (lagrange.isy.liu.se [130.236.49.127]) by isy.liu.se (8.10.0/8.10.0) with ESMTP id e86A7Bn18350; Wed, 6 Sep 2000 12:07:12 +0200 (MET DST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 06 Sep 2000 12:07:11 +0200 (CEST) From: Micke Josefsson To: David Kanter Subject: RE: Using ISO images Cc: FreeBSD Questions Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 05-Sep-00 David Kanter wrote: > Someone sent me a CD that has the 4.1-RELEASE ISO image burned onto it. > How do I (can I?) use this image to set up FreeBSD? You can, will and MUST! > I tried booting off the CD but it wouldn't work. Do I need to create the > boot disks, and then read off the CD? I believe the CD should be bootable, but if it does not then resort to floppies. Lookup kernflp and mfsroot.flp in /floppies and use a program under /tools to transfer. If you have unix around then dd if=kern.flp of=/dev/fd0 bs=32k may work for you. > Or, was this ISO image supposed to be expanded before it was burned onto > the disk? No. An iso is an iso is an iso. > Thanks. > ------------ > David Kanter > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.5-STABLE ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 3:13:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-ether.rz.uni-ulm.de [134.60.1.36]) by hub.freebsd.org (Postfix) with ESMTP id 771AB37B422 for ; Wed, 6 Sep 2000 03:13:17 -0700 (PDT) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id MAA02240; Wed, 6 Sep 2000 12:13:09 +0200 (MEST) Message-ID: <39B618B5.6B8DB9C7@gmx.de> Date: Wed, 06 Sep 2000 12:13:09 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: media@mail1.nai.net, "freebsd-questions@freebsd.org" Subject: Re: Partitioning "new" hard drive?? References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > What is the best way to completely erase and re-partition the disk?? I've > already removed the old partitions under DOS using FDISK, and then used > FORMAT to format it as one 3G disk, so I could use SCANDISK to check it for > problems. It's scanning now. The low level format suggested by my predecessor, is only necessary, if you want to remap bad sectors. Normal fdisk is o.k. to create three partitions. I would recommend to make the BeOS one smaller than the others. It´s really nice, but there is an apparent lack of free applications, most useful things are shareware. Didn´t boot it for weeks now. One of the best things of it, is its fine bootmanager: type "bootman" at a BeOS shell. So begin with Win, then FreeBSD then BeOS. This will ease things. > I have used FIPS 2.0 to create a FreeBSD partition in the past when > software was already installed on the primary DOS partition, but this disk > should be completely empty. Should I try to create three partitions with > FDISK, or is there a better way?? > > Also, should I use FAT or FAT32?? The disk is 3G. Use FAT32. It´s supported by Linux, BeOS and FreeBSD, too. FAT 16 is outdated and because of the bigger cluster size, you need for partitions >516 MB, it´s a waste of disk space. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 3:13:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.bsag.ch (ns.bsag.ch [195.246.88.210]) by hub.freebsd.org (Postfix) with ESMTP id D2DC737B422 for ; Wed, 6 Sep 2000 03:13:33 -0700 (PDT) Received: (from hpr@localhost) by ns.bsag.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id MAA16483; Wed, 6 Sep 2000 12:13:26 +0200 Date: Wed, 6 Sep 2000 12:13:25 +0200 From: Hanspeter Roth Bsag To: Francesco Casadei Cc: freebsd-questions@FreeBSD.ORG Subject: Re: procmail diverts mail to daemon's mailbox Message-ID: <20000906121325.A16361@bs11.bsag.ch> References: <20000905211717.A8472@bs11.bsag.ch> <20000906112739.A1396@goku.kasby> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000906112739.A1396@goku.kasby>; from fcasadei@inwind.it on Wed, Sep 06, 2000 at 11:27:39AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 06, 2000 at 11:27:39AM +0200, Francesco Casadei wrote: > On Tue, Sep 05, 2000 at 09:17:17PM +0200, Hanspeter Roth Bsag wrote: > > Hello, > > > > I've setup a simple .procmailrc for Root: > > > > # .procmailrc > > > > :0 > > /var/mail/root > > > > But all mail for root get's to /var/root/daemon. > > > > What's wrong? > > > > -Hanspeter > > end of the original message > > I'm running qmail and it does not permit to deliver mail directly to > root for security reasons: you must define a user that receive mail Why is it a security issue for root to receive mail? > for root, mailer-daemon and postmaster. The file .procmailrc in /root > is not even read, because the mail is delivered to another user > (daemon in your case). > > I don't know what MTA you're running, but maybe it has the same > (correct) behaviour. I'm still running sendmail. I think /root/.procmailrc is read. But now I've noticed that daemon is the last entry in /etc/passwd with /root as login directory. > > Try to put the following .procmailrc in the home directory of the > user which receive mail for root (e.g. daemon): > > :0 > * ^TO.*root > /var/mail/root > > Remeber to do the following (as root): > > touch /var/mail/root > chown daemon:daemon /var/mail/root > I only did the chown command and it works. Thank you very much. Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 3:14:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from willow.compass.com.ph (willow.compass.com.ph [202.167.28.9]) by hub.freebsd.org (Postfix) with ESMTP id 1636937B42C for ; Wed, 6 Sep 2000 03:14:13 -0700 (PDT) Received: from sequoia.compass.com.ph (root@sequoia.compass.com.ph [202.167.28.2]) by willow.compass.com.ph (8.9.3/8.9.3) with ESMTP id SAA79361; Wed, 6 Sep 2000 18:14:04 +0800 (PHT) (envelope-from ronald@compass.com.ph) Received: from localhost (ronald@localhost) by sequoia.compass.com.ph (8.9.3/8.9.3) with ESMTP id SAA16215; Wed, 6 Sep 2000 18:14:03 +0800 Date: Wed, 6 Sep 2000 18:14:03 +0800 (PHT) From: Ronald Rivera To: Arseny Slobodjuck Cc: freebsd-questions@FreeBSD.ORG Subject: Re: changing the user name In-Reply-To: <1866.000906@crosswinds.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, 6 Sep 2000, Arseny Slobodjuck wrote: > Hi, > > What command can I use to change the username which is stored in > passwd file after GUID field ? Should I manually edit passwd and > master.passwd to do this ? > hi, manually editing the passwd files are NOT recommended. when changing user names, use the 'pw' command. the command will take care of changing the password file entries. hth, ronald To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 3:22:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp6.port.ru (mx6.port.ru [194.67.23.42]) by hub.freebsd.org (Postfix) with ESMTP id 9CB4D37B422 for ; Wed, 6 Sep 2000 03:22:33 -0700 (PDT) Received: from www.bartracsib.ru ([212.164.32.149] helo=walker24.bartracsib.ru) by smtp6.port.ru with esmtp (Exim 3.14 #47) id 13WcLc-000Ma7-00 for questions@freebsd.org; Wed, 06 Sep 2000 14:22:28 +0400 Date: Wed, 6 Sep 2000 17:22:29 +0600 From: Andrei Kopylov X-Mailer: The Bat! (v1.45) UNREG / CD5BF9353B3B7091 Reply-To: avkie X-Priority: 3 (Normal) Message-ID: <119180236768.20000906172229@mail.ru> To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe avkie@yandex.ru end Andrei Kopylov 6 ÓÅÎÔÑÂÒÑ 2000 Ç. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 3:26:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-ether.rz.uni-ulm.de [134.60.1.36]) by hub.freebsd.org (Postfix) with ESMTP id E258437B422 for ; Wed, 6 Sep 2000 03:26:45 -0700 (PDT) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id MAA04981; Wed, 6 Sep 2000 12:26:43 +0200 (MEST) Message-ID: <39B61BE3.FB0C264D@gmx.de> Date: Wed, 06 Sep 2000 12:26:43 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: James Schoch Cc: freebsd-questions@freebsd.org Subject: Re: Iinstallation of a complete system - Sit down and start using the programs References: <000a01c01797$a5edcea0$6c0dfbd1@jim> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi James, > Sorry, I did not know where to sent this! It´s o.k. here :-) > The only problem have not been unable to > resolve is getting the printer up and working (not a line printer). > Networking, Star Office (does not print) and other apps have given me no > problems. I have checked all FreeBSD, Linux and some UNIX books breaking down > the information to a by the numbers check list. I do not feel that I am the > only one with this problem. I would rather tear your installation apart to see > how you got the printer to work. A good starting point is always the handbook on www.freebsd.org. There are also FAQs and tutorials for common problems. To solve your actual problem, we should know your system (3.x, 4.x, give us the output of "uname -a") and your printer model. In general apsfilter is a good thing to install, if facing printer problems. Also the error messages of your print trials would be useful. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 3:40: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2812B37B422 for ; Wed, 6 Sep 2000 03:40:08 -0700 (PDT) Received: from dukas.upc.es (dukas.upc.es [147.83.2.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E10A6E2FBB for ; Wed, 6 Sep 2000 03:39:59 -0700 (PDT) Received: from lasole.fib.upc.es (lasole.fib.upc.es [147.83.41.104]) by dukas.upc.es (8.10.1/8.10.1) with ESMTP id e869IAw19885 for ; Wed, 6 Sep 2000 11:18:11 +0200 (MET DST) Received: from est.fib.upc.es (pcmss.ac.upc.es [147.83.34.128]) by lasole.fib.upc.es (8.8.8/X.Y.Y) with ESMTP id LAA27106 for ; Wed, 6 Sep 2000 11:19:58 +0200 (MET DST) Message-ID: <39B60C9C.ED156760@est.fib.upc.es> Date: Wed, 06 Sep 2000 11:21:32 +0200 From: Maribel March Hermo X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: Compatibility FreeBsd 3.4, FreeBsd 4.1 and Windows NT Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear sir, I need to install these three OS (FreeBsd 3.4, FreeBsd 4.1 and Windows NT) on my PC urgently for academic matters. I have installed Windows NT on the first partition and FreeBsd 4.1 on the second one, but I find problems when I try to install FreeBsd 3.4 on the last partition. The boot manager shows the error message "can't load kernel" or "read error" when I select the FreeBsd 3.4. I think that the FreeBsd 3.4 installation is okay and the problem is the boot manager that I installed during the FreeBsd 4.1 installation. It seems that it doesn't see the file system of 3.4. I have tried to create the partition with /stand/sysinstall menu on FreeBsd 4.1 and continue the 3.4 installation from floppies, but I haven't got good results. Thank you very much. Maribel M.H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 4: 2:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-ether.rz.uni-ulm.de [134.60.1.36]) by hub.freebsd.org (Postfix) with ESMTP id 601C537B423 for ; Wed, 6 Sep 2000 04:02:16 -0700 (PDT) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id NAA12206; Wed, 6 Sep 2000 13:02:12 +0200 (MEST) Message-ID: <39B62433.D1C9534@gmx.de> Date: Wed, 06 Sep 2000 13:02:11 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: Micke Josefsson Cc: David Kanter , FreeBSD Questions Subject: Re: Using ISO images References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Micke, > > Or, was this ISO image supposed to be expanded before it was burned onto > > the disk? > > No. An iso is an iso is an iso. Of course you can compress iso images, too. Just FreeBSD ftp sites don´t do it. If there´s a considerable amount of uncompressed docs, you can downsize the iso.gz to less than 500MB. But that depends of the iso content of course. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 4:11:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cliff.i-plus.net (cliff.i-plus.net [209.100.20.42]) by hub.freebsd.org (Postfix) with ESMTP id 66FDF37B423 for ; Wed, 6 Sep 2000 04:11:25 -0700 (PDT) Received: from abyss (abyss.dashit.net [209.100.22.250]) by cliff.i-plus.net (Postfix) with SMTP id 710DA4122; Wed, 6 Sep 2000 07:11:24 -0400 (EDT) From: "Troy Settle" To: "Micke Josefsson" , "David Kanter" Cc: "FreeBSD Questions" Subject: RE: Using ISO images Date: Wed, 6 Sep 2000 07:10:17 -0400 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.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ** > Or, was this ISO image supposed to be expanded before it ** was burned onto ** > the disk? ** ** No. An iso is an iso is an iso. ** An ISO is an ISO. But, an ISO is transferred from machine to machine as a file. You need to burn the ISO /image/ to the disc, not the ISO file. If you put the CD in, and see a file *.iso, then you've done it wrong. Your burner software should allow you to "write from image" or similar. Use that option, and you should end up with a bootable CD. burncd under FreeBSD works well, but if you don't already have FreeBSD installed, then you can use Adaptec's EZ CD thing. I'm sure there are other burner softwares that will allow you to burn a raw ISO image to CD. G'luck, -Troy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 4:30:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id 934F937B422 for ; Wed, 6 Sep 2000 04:30:53 -0700 (PDT) Received: from cm-208-170-220-127.gulfbreeze.mediacom.ispchannel.com ([208.170.220.127]) by smtp2a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20000906113304.HOVD382.smtp2a@cm-208-170-220-127.gulfbreeze.mediacom.ispchannel.com>; Wed, 6 Sep 2000 04:33:04 -0700 Date: Wed, 6 Sep 2000 06:30:52 -0500 (CDT) From: Steve Van Den Akker To: Birkir.Bjornsson@titan.is Cc: questions@FreeBSD.ORG Subject: Re: ADSL In-Reply-To: Message-ID: 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 Check out www.mostgraveconcern.com/freebsd. """ (o o) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3DoOO=3D=3D(_)=3D= =3DOOo=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ____ _ =20 / ___|| |_ _____ _____=09: Steve Van Den Akker=20 \___ \| __/ _ \ \ / / _ \=09: vandena@ispchannel.com ___) | || __/\ V / __/=09: www.nwf-soccer.com |____/ \__\___| \_/ \___|=09:=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D "Rescued from Micro$oft...Proponet of FreeBSD." On Wed, 6 Sep 2000 Birkir.Bjornsson@titan.is wrote: > Hi I=B4m trying to connect my FreeBSD server to an ADSL connecting. The A= DSL > standard here in Iceland > is ppptp, any hints please >=20 > thank you >=20 >=20 > Beztu kve=F0jur > Birkir Bj=F6rnsson > titan >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 4:42:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bdg.starindo.net (bdg.starindo.net [203.109.0.3]) by hub.freebsd.org (Postfix) with ESMTP id 5A1A337B43E for ; Wed, 6 Sep 2000 04:42:14 -0700 (PDT) Received: from dusak ([203.109.0.50]) by bdg.starindo.net (8.8.8/8.8.5) with SMTP id SAA22134; Wed, 6 Sep 2000 18:41:46 +0700 (JAVT) Message-ID: <000901c017f7$d5f77820$32006dcb@dusak> From: "Yamin Prabudy" To: "Andresen,Jason R." Cc: References: <001601c01754$3d8fcd60$32006dcb@dusak> <39B5218A.474A1CEC@mitre.org> Subject: Re: Sound Blaster configuration Date: Wed, 6 Sep 2000 18:44:29 +0700 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 > Yamin Prabudy wrote: > > > > I can't configure my sound blaster in FreeBSD 4.1, when i used 3.3 it's no > > problem at all (with the same old line in kernel) > > > > can any one help me with it > > I got and isa sound blaster (old tipe) > > The sound drivers changed in 4.0. Try using these lines instead of your > old 3.x ones: > device pcm > device sbc > I had add the device pcm and device sbc in my kernel and build it, but then i try to sh Makedev snd0 nothing happen (no error) I can't make the snd0 device,....where can i find how to build a sound card driver in FreeBSD 4.1 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 Sep 6 4:43:58 2000 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 3E9E737B42C for ; Wed, 6 Sep 2000 04:43:56 -0700 (PDT) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id HAA21519 for questions@freebsd.org; Wed, 6 Sep 2000 07:43:55 -0400 (EDT) (envelope-from mwlucas) From: Michael Lucas Message-Id: <200009061143.HAA21519@blackhelicopters.org> Subject: security check output weirdness To: questions@freebsd.org Date: Wed, 6 Sep 2000 07:43:55 -0400 (EDT) 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 gotten the following after a complete system lockup. It appears that the hard drive is failing, but I'd appreciate confirmation before I schedule a day to take it down. Is it really failing, or is something else going on? Thanks, Michael > Timecounter "TSC" frequency 199904470 Hz > wd0s1f: hard error reading fsbn 1313738 of 1313738-1313739 (wd0s1 bn 3840362; cn 239 tn 13 sn 8) (status 59 error 10) > wd0s1f: hard error reading fsbn 1313738 of 1313738-1313739 (wd0s1 bn 3840362; cn 239 tn 13 sn 8) (status 59 error 10) > wd0s1f: hard error reading fsbn 1313738 (wd0s1 bn 3840362; cn 239 tn 13 sn 8) (status 59 error 10) > wd0s1f: hard error reading fsbn 1313739 (wd0s1 bn 3840363; cn 239 tn 13 sn 9) (status 59 error 10) -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 4:57: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 4278E37B424 for ; Wed, 6 Sep 2000 04:56:58 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-213-168-73-22.netcologne.de [213.168.73.22]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id NAA26250; Wed, 6 Sep 2000 13:56:49 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e86Bucb03406; Wed, 6 Sep 2000 13:56:42 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Wed, 6 Sep 2000 13:56:37 +0200 (CEST) From: Paul Herman To: Mehran Cc: questions@FreeBSD.ORG Subject: Re: After installation freeBSD won't run In-Reply-To: <000a01c01799$b2531b80$f92aed18@anchorageak.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 Mehran, [please wrap your lines to about 80 columns or so...] On Tue, 5 Sep 2000, Mehran wrote: > I have installed freeBSD 4.0 from CD (BSD power pack) 8 or 9 > times so far. Each time the installation goes fine, but when the > system boots for the first time, it gives me an error message: > > " Preparing machine to load FreeBSD/386 > ..... > Read error" > > and thats all I get. I have dedicated whole hard drive to > freebsd. It seems its looking for something in drive "A". I am > using bootmagic, since I have Win 98 in another hard drive. If you want FreeBSD to work with other operating systems, you can't "dedicate the whole disk" to FreeBSD (there is a warning during installation about this.) The best thing for you to do is to partition the FreeBSD drive with 1 or 2 FreeBSD partitions (so that a valid partition table is written in the MBR). This way, bootmagic will know where to look on your hard drive for the FreeBSD partition. For more information see: http://www.FreeBSD.org/tutorials/multi-os/ -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 4:59:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from oak.drexeltech.com (oak.drexeltech.com [64.39.31.169]) by hub.freebsd.org (Postfix) with ESMTP id B55D537B423 for ; Wed, 6 Sep 2000 04:59:36 -0700 (PDT) Received: from elmo.johnturner.com (adsl-static-1-C7B2BC85.detroit.mi.ameritech.net [199.178.188.133]) by oak.drexeltech.com (8.9.3/8.9.3) with ESMTP id HAA78348; Wed, 6 Sep 2000 07:11:18 -0500 (CDT) (envelope-from john@johnturner.com) Message-Id: <4.3.2.7.0.20000906075811.00b1c4d8@mail.johnturner.com> X-Sender: jturner@mail.johnturner.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Wed, 06 Sep 2000 07:59:27 -0400 To: David McNett , Paul Herman From: John Turner Subject: Re: How to force GMT/UTC Cc: cjclark@alum.mit.edu, John Turner , freebsd-questions@FreeBSD.ORG In-Reply-To: <20000906034006.B62094@dazed.slacker.com> References: <20000905234426.D69158@149.211.6.64.reflexcom.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 03:40 AM 9/6/2000 -0500, David McNett wrote: >Perhaps the more signifigant issue is that NTP, the protocol we all >(presumably) use to keep our clocks synchronized is UTC-based. If >you're relying on netdate, or ntpd, or xntpd or any equivalent method >to keep your system clock synchronized, then you are UTC-synced, and >not GMT. Good info, thanks!! I want UTC then. It has to be as precise as possible using conventionally available resources. Thanks for the reply. - John Turner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 5: 6:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 45B4B37B43E for ; Wed, 6 Sep 2000 05:06:11 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-213-168-73-22.netcologne.de [213.168.73.22]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id OAA27556; Wed, 6 Sep 2000 14:06:04 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e86C5rB03455; Wed, 6 Sep 2000 14:06:03 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Wed, 6 Sep 2000 14:05:53 +0200 (CEST) From: Paul Herman To: Ewout Vonk Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Trouble with 'dd', my cdrom/rw and wormcontrol on FBSD 4.1 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, 6 Sep 2000, Ewout Vonk wrote: > I am having some trouble with my Aopen CDROM and HP 7200i CD-RW.. When I > try to make an exact copy of a cd using: > > dd if=/dev/acd0c of=cd.img and > dd if=/dev/acd1c of=cd.img > > It gives the error: 'dd: /dev/acd0c: Bad Address' and > it gives the error: 'dd: /dev/acd1c: Bad Address' Try a different block size (and better to use the raw device), like: dd if=/dev/racd0c of=cd.img bs=8k ...my CD-ROM seems to need a block size of at least 2k. > When I run: > > 'wormcontrol prepdisk double' or 'wormcontrol prepdisk single' > having done 'ln -s /dev/acd0c /dev/rworm0' > It gives the error: > > 'wormcontrol: ioctl(WORMIOCPREPDISK): Inappropriate ioctl for device' > > On FreeBSD 3.3 it used to work, just as with the dd command.. I don't know about this (I don't use wormcontrol) but I wouldn't be mixing character devices (those with the "r") with block devices (those without the "r")... The only advide I would suggest here (if it helps at all) is: ln -sf /dev/racd0c /dev/rworm0 ln -sf /dev/acd0c /dev/worm0 But like I said, I don't use wormcontrol... -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 5: 6:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail06.syd.optusnet.com.au (mail06.syd.optusnet.com.au [203.2.75.114]) by hub.freebsd.org (Postfix) with ESMTP id 011E537B42C for ; Wed, 6 Sep 2000 05:06:32 -0700 (PDT) Received: from win98 (perax4-021.dialup.optusnet.com.au [198.142.81.21]) by mail06.syd.optusnet.com.au (8.9.3/8.9.3) with SMTP id XAA15507 for ; Wed, 6 Sep 2000 23:06:26 +1100 Message-ID: <001001c017fb$064fd820$0200000a@lanithium.staticky.com> From: "Lanithium" To: Subject: Telnet Problems Date: Wed, 6 Sep 2000 20:07:23 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01C0183E.12079660" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000D_01C0183E.12079660 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I recently installed freebsd 4.0, and was having no problems with it = untill i used the sysinstall option to add a package from cd. I have done this before and had no problems with it, but when using this = to install pine 4.2 it slowed down connections from remote computers. Telnet'ing in from another computer on my network before installing pine = was instant, but after installing it=20 FreeBSD/i386 (aurora.lanithium.staticky.com) (ttyp0) login: lanithium Password: got to that and froze for between 5 and 10 minutes before it actually = continued on. Just wondering if you knew about this problem and could help me find a = way to resolve it as it is rather annoying. Thanks in advance, Matthew lanithium@dingoblue.net.au =20 ------=_NextPart_000_000D_01C0183E.12079660 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I recently installed freebsd 4.0, and = was having no=20 problems with it untill i used the sysinstall option to add a package = from=20 cd.
 
I have done this before and had no = problems with=20 it, but when using this to install pine 4.2 it slowed down connections = from=20 remote computers.
 
Telnet'ing in from another computer on = my network=20 before installing pine was instant, but after installing it =
 
FreeBSD/i386 = (aurora.lanithium.staticky.com)=20 (ttyp0)
 
login: = lanithium
Password:
 
got to that and froze for between 5 and = 10 minutes=20 before it actually continued on.
 
Just wondering if you knew about this = problem and=20 could help me find a way to resolve it as it is rather = annoying.
 
Thanks in advance,
 
Matthew
lanithium@dingoblue.net.au=
 
------=_NextPart_000_000D_01C0183E.12079660-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 5:15:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from frogger.telerama.com (frogger.telerama.com [205.201.1.48]) by hub.freebsd.org (Postfix) with ESMTP id B4DD737B423 for ; Wed, 6 Sep 2000 05:15:10 -0700 (PDT) Received: from localhost (cwaiken@localhost) by frogger.telerama.com (8.9.3/8.9.3) with SMTP id IAA22798 for ; Wed, 6 Sep 2000 08:15:09 -0400 (EDT) X-Authentication-Warning: frogger.telerama.com: cwaiken owned process doing -bs Date: Wed, 6 Sep 2000 08:15:09 -0400 (EDT) From: "Christopher W. Aiken" To: FreeBSD Questions Subject: Boot from a CD 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 Again I ask... I installed FBSD 4.1 only to find out that the boot loader needs a patch to boot correctly. At least that is what I learned from the FBSD errata sheet out on the 'net. Is it possible to boot my newly installed FBSD 4.1 system from my "official" CD's that I purchased from Walnut Creek? If so how. Yes I have a bootable CD drive. When I boot from my CD's FBSD wants to "install". What I need to know is how to skip the install and boot up the FBSD system that I already have installed. Thanks... --- Christopher W. Aiken, Scenery Hill, Pa, USA chris at cwaiken dot com, www.cwaiken.com Preferred O/S: FreeBSD 4.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 5:22:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by hub.freebsd.org (Postfix) with ESMTP id ACB2137B423 for ; Wed, 6 Sep 2000 05:22:28 -0700 (PDT) Received: from ipamzlx.Physik.Uni-Mainz.DE (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by ipamzlx.physik.uni-mainz.de (8.11.0/8.9.3) with ESMTP id e86COqG09114; Wed, 6 Sep 2000 14:24:52 +0200 (CEST) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Wed, 6 Sep 2000 14:24:52 +0200 (CEST) From: "O. Hartmann" To: Alfred Perlstein Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Lahey Fortran95 and FreeBSD/Linux Emulation In-Reply-To: <20000905105903.P18862@fw.wintelcom.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, 5 Sep 2000, Alfred Perlstein wrote: Well ... Here I am again, a new issue of the old problem. I'm soory, but acting like a foolish newbie isn't of mine and I do not want myself to be one, but I ran into new problems. After I realized, that binaries has to be "branded" for usage with Linux and after I realized, that compat/linux is the "root tree" for all lib-searches, after installing the linux_devtools port out of the ports-collection, I got rid of many previous problems. Now I made some links of the lib-path of the installation of Lahey Fujitsu Fortran 96 compiler into /compat/linux/usr/local/lib and I added the specific row into ld.so.conf. Fortran compiler now runs perfectly through the code, but after compiling, I try to start the binary - and I get this error message: ddscat: error in loading shared libraries: libfj9i6.so.1: ELF file OS ABI invalid. What is that? I branded both the lib and the binary to be Linux type ... and now it says, that I have some OS ABI problems? Oliver :>* O. Hartmann [000905 10:12] wrote: :>> On Tue, 5 Sep 2000, Alfred Perlstein wrote: :>> :>> :>These aren't system calls they are symbols probably exported by glibc, :>> :>(tyhe Linux standard C library), to get around this I would try :>> :>installing /usr/ports/devel/linux_devtools, and trying to find a way :>> :>to inform the Lahey compiler to use the Linux tools and link with :>> :>the linux libraries. :>> :> :>> :>Another option would be to contact Lahey and ask them for some help. :>> :> :> :>> Dear Mr. Perlstein. :>> Well, thank you for your hint! I installed the port linux_devtools :>> and - the devil knows, the Lahey F95 compiler works and compiles :>> without any errors. :>> :>> But starting the binary this reports not finding libfj9i6.so, :>> and I do not know why. :>> :>> The binary is branded to be Linux, the /usr/local/lf9555/lib path :>> is part of ldconfig and I added a row to /compat/linux/etc/ld.so.conf, :>> so paths to the appropriate shared object should already exists. :>> :>> :>> The error is: :>> :>> ddscat: error in loading shared libraries: libfj9i6.so.1: cannot open shared object file: No such file or directory :>> :>> Well, if you have another hint left for me, please send it, I :>> will contact Lahey, too. :> :>Hrm, that's confusing, why not try to mirror the Lahey install under :>/usr/compat/linux/usr/local/ as well and let me know if that helps? :> :>Please let me know how/if you get this working, it would make a really :>nice "howto get Lahey running under FreeBSD webpage". :> :>thanks, :>-Alfred :> Gruss O. Hartmann ------------------------------------------------------------------- ohartman@ipamzlx.physik.uni-mainz.de Klimadatenserver des IPA, Universitaet Mainz Netzwerk- und Systembetreuung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 5:46:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.beyondtech.net (mail.beyondtech.net [203.43.52.168]) by hub.freebsd.org (Postfix) with ESMTP id 3A9B037B424 for ; Wed, 6 Sep 2000 05:46:09 -0700 (PDT) Received: from ws1 ([203.43.52.134]) by mail.beyondtech.net (8.9.3/8.9.3) with ESMTP id AAA98558 for ; Thu, 7 Sep 2000 00:53:59 +1100 (EST) (envelope-from marcus@redcentre.com) From: marcus@redcentre.com Message-Id: <200009061353.AAA98558@mail.beyondtech.net> To: questions@freebsd.org Date: Wed, 6 Sep 2000 23:44:05 +1000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Secondary Sendmail server X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, just a quick question - could someone explain how to configure a secondary email server - is it just the MX record or is it necessary to configure sendmail in the secondary server. Apologies if this is really obvious! Marcus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 5:56:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server.azur.cx (11dyn25.delft.casema.net [212.64.18.25]) by hub.freebsd.org (Postfix) with ESMTP id E747037B423 for ; Wed, 6 Sep 2000 05:56:15 -0700 (PDT) Received: from localhost (ewout@localhost) by server.azur.cx (8.9.3/8.9.3) with ESMTP id OAA01927; Wed, 6 Sep 2000 14:55:14 +0200 (CEST) (envelope-from ewout@azur.cx) Date: Wed, 6 Sep 2000 14:55:13 +0200 (CEST) From: Ewout Vonk To: freebsd-questions@FreeBSD.ORG Cc: pherman@frenchfries.net Subject: Re: Trouble with 'dd', my cd-rom/rw and wormcontrol on FBSD 4.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 Hi all, >> dd if=/dev/acd0c of=cd.img and >> It gives the error: 'dd: /dev/acd0c: Bad Address' >Try a different block size (and better to use the raw device), like: > dd if=/dev/racd0c of=cd.img bs=8k >...my CD-ROM seems to need a block size of at least 2k. This solved my problem right away.. My CD-ROM also needs a blocksize of at least 2k.. Thanks! >> 'wormcontrol prepdisk double' or 'wormcontrol prepdisk single' >> having done 'ln -s /dev/acd0c /dev/rworm0', error: >> 'wormcontrol: ioctl(WORMIOCPREPDISK): Inappropriate ioctl for device' >The only advide I would suggest here (if it helps at all) is: > ln -sf /dev/racd0c /dev/rworm0 > ln -sf /dev/acd0c /dev/worm0 I did this, but it doesn't make a difference.. Does anybody maybe know of any required options that should be compiled into the kernel? The drive is correctly probed at boot-time.. 'acd0: CD-RW at ata1-master using PIO3' Any help to this last problem would be greatly appreciated.. And Paul, thanks very much for your help! Best regards, Ewout Vonk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 5:59:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mgw1.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id 04D8337B423 for ; Wed, 6 Sep 2000 05:59:43 -0700 (PDT) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id 84C8D6A901 for ; Wed, 6 Sep 2000 14:59:41 +0200 (CEST) Received: from sv.Go2France.com [212.73.210.79] by mail.Go2France.com with ESMTP (SMTPD32-6.04) id A0808612013A; Wed, 06 Sep 2000 15:02:56 +0200 Message-Id: <4.3.2.7.2.20000906145231.03027390@mail.Go2France.com> X-Sender: lconrad%Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Wed, 06 Sep 2000 14:59:32 +0200 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: Secondary Sendmail server In-Reply-To: <200009061353.AAA98558@mail.beyondtech.net> 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 >just a quick question - could someone explain how to configure a >secondary email server - >is it just the MX record at least that, sure >or is it necessary to configure sendmail in the secondary server. With postfix (fast, and simpler to config the sendmail), when mail for an uknown domair arrives, postfix will query DNS to see if postfix's hostname is in the domain's MX list, if so postfix accepts the mail for relay and goes into it's standard MX delivery drill. Sort of a "smart MX" function. no maintenance of postfix required. Pb is, your postfix machine can be hijacked for MX backup by anybody who simply lists your postfix hostname in their MX records. The high maintenance but secure way is to list explicitly each domain to be MX-backed up in postfix's relay_domains.map file so the incoming mail gets accepted, and then list the next-hop hostname or ip in the postfix transport.map file. Len http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5 installable binary for NT4 http://IMGate.MEIway.com: Build free, hi-perf, anti-spam mail gateways To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 6: 8: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id 7B16937B422 for ; Wed, 6 Sep 2000 06:08:06 -0700 (PDT) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id JAA19269 for ; Wed, 6 Sep 2000 09:08:04 -0400 (EDT) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id JAA14765 for ; Wed, 6 Sep 2000 09:05:18 -0400 (EDT) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.1) with ESMTP id G0GV5F00.69G; Wed, 6 Sep 2000 09:08:03 -0400 Message-ID: <39B641B5.BDFFA662@mitre.org> Date: Wed, 06 Sep 2000 09:08:05 -0400 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.73 [en]C-20000509M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Zhihui Zhang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: screen capture program References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Zhihui Zhang wrote: > > Can anyone recommend a screen capture program for X windows for me? I > searched the archive, somebody mentioned xview, gimp. Thanks. What's wrong with xv or the gimp? Personally I tend to use xv simply because I want to take a simple screenshot, save it to disk, and be done. If you're running your X server at 8 bpp (unlikely these days) you can use xwd and xwud to make screenshots, but they are not as easy to use as xv. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 6:20:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gw1.mncp.net (mncp.comint.net [213.154.195.90]) by hub.freebsd.org (Postfix) with ESMTP id 4380D37B42C for ; Wed, 6 Sep 2000 06:20:15 -0700 (PDT) Received: from mncp.net (ws2016.mncp.net [172.16.2.16]) by gw1.mncp.net (8.10.0/8.10.0) with ESMTP id e86DJUs09700 for ; Wed, 6 Sep 2000 16:19:38 +0300 (EEST) Message-ID: <39B64462.25886E9B@mncp.net> Date: Wed, 06 Sep 2000 16:19:30 +0300 From: Korzhamyuk Vitaliy Organization: JSB Municipal X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: CD-RW troubles Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I have CD-RW Samsung SW-208. FreeBSD detected it ---------- acd0: CD-RW at ata1-master using PIO4 ---- When i put some file using burncd, like burncd -e -s 1 -f /dev/acd0c data some.file fixate i have : --- acd0: SYNCHRONIZE_CACHE - MEDIUM ERROR asc=0c ascq=0a error=00 --- and i can't read any file from this cd :( burncd -e -f /dev/acd0c blank - works fine :) PS Sorry about my english. Thanks -- Vitaliy Korzhanyuk korzh@mncp.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 6:38:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (mailbox.adm.binghamton.edu [128.226.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 7459637B422 for ; Wed, 6 Sep 2000 06:38:09 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id JAA02708; Wed, 6 Sep 2000 09:38:06 -0400 (EDT) Date: Wed, 6 Sep 2000 09:34:34 -0400 (EDT) From: Zhihui Zhang To: "Christopher W. Aiken" Cc: FreeBSD Questions Subject: Re: Boot from a CD 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, 6 Sep 2000, Christopher W. Aiken wrote: > Again I ask... I installed FBSD 4.1 only to find out > that the boot loader needs a patch to boot correctly. > At least that is what I learned from the FBSD errata > sheet out on the 'net. > > Is it possible to boot my newly installed FBSD 4.1 system > from my "official" CD's that I purchased from Walnut Creek? > If so how. > > Yes I have a bootable CD drive. When I boot from my CD's > FBSD wants to "install". What I need to know is how to > skip the install and boot up the FBSD system that I already > have installed. I am using FreeBSD 4.1-Release on several machines. Once you install FreeBSD on your hard disk, you should be able to boot from it, no floppy or CD-ROM is needed. Maybe you should check the BIOS setup to tell it to boot from your hard disk. If you still fail, try to be specific when describing your problem and hopefully someone will try to help your out. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 6:50:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from infoviaplus.net.ar (adv18.infoviaplus.net.ar [200.9.212.60]) by hub.freebsd.org (Postfix) with ESMTP id 7A37437B422 for ; Wed, 6 Sep 2000 06:50:24 -0700 (PDT) Received: from infovia.com.ar ([209.13.247.112]) by infoviaplus.net.ar (Tid InfoMail Exchanger v2.20) with SMTP id #968248156.139150001; Wed, 6 Sep 2000 10:49:16 -0300 Message-ID: <39B64C39.50A1947D@infovia.com.ar> Date: Wed, 06 Sep 2000 10:52:57 -0300 From: Ignacio X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: es-AR, es-ES, en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Normal SUID File list Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Infomail-Id: 968248156.365B01AC1E039F.28156 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Who can sendme a list of the files whith suid. Only the files that really needs to be suid, for the normal operation of the S.O. I have a lot of kde* with suid set!! Is this ok? I'm ussing FreeBSD 3.2-RELEASE i386 -- Ignacio Zelaya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 7:19:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 5168537B424 for ; Wed, 6 Sep 2000 07:19:33 -0700 (PDT) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13Wg2x-0006Pk-00 for freebsd-questions@freebsd.org; Wed, 06 Sep 2000 16:19:27 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id QAA00318 for ; Wed, 6 Sep 2000 16:19:26 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 289; Wed Sep 6 16:18:38 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13Wg2A-0004Qj-00 for freebsd-questions@FreeBSD.org; Wed, 06 Sep 2000 16:18:38 +0200 From: Sheldon Hearn To: freebsd-questions@freebsd.org Subject: How much physical RAM can 4.1-RELEASE use? Date: Wed, 06 Sep 2000 16:18:37 +0200 Message-ID: <17032.968249917@axl.fw.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, Can anyone give me a definite answer (not just "I heard" or "I seem to remember") to the following question: How much physical RAM can 4.1-RELEASE use? I'm also interested in whether the number has changed since 4.1-RELEASE in 4.1-STABLE, but that's additional info. ;-) 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 Sep 6 7:25:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 4FD5637B42C for ; Wed, 6 Sep 2000 07:25:12 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13Wg7O-000KRT-00 for questions@FreeBSD.org; Wed, 6 Sep 2000 17:24:02 +0300 Date: Wed, 6 Sep 2000 17:24:02 +0300 From: Odhiambo Washington To: questions@FreeBSD.org Subject: Re: What's the difference between Login ID and UID ? Message-ID: <20000906172402.A74154@siafu.iconnect.co.ke> Mail-Followup-To: questions@FreeBSD.org References: <39B58DAE.B48A55B0@netzero.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <39B58DAE.B48A55B0@netzero.net>; from Benedict Miller on Tue, Sep 05, 2000 at 07:19:58PM -0500 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 5:22PM up 9 days, 6:12, 5 users, load averages: 0.49, 0.40, 0.37 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Benedict Miller : [000906 03:13]: Benedict Miller>I have been able to load the system but when I try to login I get 'Login Benedict Miller>incorrect' message. what am I doing wrong ?. Also I did not see where I Benedict Miller>was supposed to enter my user id and password even as a system admin. Try login: root password: blank 'blank' means just press enter when prompted for password ;-) Then change the root passwd to whatever you like and add user accounts. I suspect that is where you are stuck Wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 One doesn't have a sense of humor. It has you. -Larry Gelbart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 7:48:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from css-1.cs.iastate.edu (css-1.cs.iastate.edu [129.186.3.24]) by hub.freebsd.org (Postfix) with ESMTP id 17EF737B422 for ; Wed, 6 Sep 2000 07:48:51 -0700 (PDT) Received: from popeye.cs.iastate.edu (ghelmer@popeye.cs.iastate.edu [129.186.3.4]) by css-1.cs.iastate.edu (8.9.0/8.9.0) with ESMTP id JAA00393; Wed, 6 Sep 2000 09:48:50 -0500 (CDT) Received: from localhost (ghelmer@localhost) by popeye.cs.iastate.edu (8.9.0/8.9.0) with ESMTP id JAA12928; Wed, 6 Sep 2000 09:48:48 -0500 (CDT) X-Authentication-Warning: popeye.cs.iastate.edu: ghelmer owned process doing -bs Date: Wed, 6 Sep 2000 09:48:48 -0500 (CDT) From: Guy Helmer To: "Paul J. Dolan" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Increasing Shared Memory in 4.1 kernel 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, 5 Sep 2000, Paul J. Dolan wrote: > Hi Guy, > > Thanks for the quick response. Unfortunately, > I don't see > kern.ipc.shmmax > kern.ipc.shmall > as valid parameters in `man sysctl` > > If they do not show up as available in > my sysctl manual are they actually available? Yes, if "sysctl -w kern.ipc.shmmax=XXX" works, the parameters are available. These parameters are apparently just undocumented in the sysctl man pages. > Setting these parameters and rebooting produced > no positive results. Set the parameters with sysctl but don't reboot. Or, create an /etc/sysctl.conf file with the lines I mentioned below, and then reboot. Hope this helps, Guy > On Tue, 5 Sep 2000, Guy Helmer wrote: > > > On Tue, 5 Sep 2000, Paul J. Dolan wrote: > > > > > Hi, > > > > > > I'm trying to increase the default Shared Memory > > > Max Segment Size in the 4.1 kernel. > > > > > > Right now the limit seems to be 4 MB. > > > Does anyone have notes on how to rebuild > > > the kernel to allow for up to 64 MB segments? > > > > I've made similar changes without having to rebuild the kernel by changing > > the sysctl parameters via /etc/sysctl.conf: > > > > kern.ipc.shmmax=67108864 > > kern.ipc.shmall=32768 > > > > These particular values for these parameters allow for about 50 megabytes, > > according to a program that searches for the largest block of shared > > memory that it can allocate. Try increasing these values a bit so you can > > obtain 64MB segments... Guy Helmer, Ph.D. Candidate, Iowa State University Dept. of Computer Science Research Assistant, Dept. of Computer Science --- ghelmer@cs.iastate.edu http://www.cs.iastate.edu/~ghelmer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 7:50:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rush.telenordia.se (mail.telenordia.se [194.213.64.42]) by hub.freebsd.org (Postfix) with SMTP id B99AF37B424 for ; Wed, 6 Sep 2000 07:50:40 -0700 (PDT) Received: (qmail 5861 invoked from network); 6 Sep 2000 16:50:38 +0200 Received: from bb-62-5-4-193.bb.tninet.se (HELO marbsd.tninet.se) (62.5.4.193) by mail.telenordia.se with SMTP; 6 Sep 2000 16:50:38 +0200 From: Mark Rowlands Reply-To: mark.rowlands@minmail.net To: Micke Josefsson , David Kanter Subject: RE: Using ISO images Date: Wed, 6 Sep 2000 16:45:31 +0200 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain Cc: FreeBSD Questions References: In-Reply-To: MIME-Version: 1.0 Message-Id: <00090616503802.24470@marbsd.tninet.se> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 06 Sep 2000, Micke Josefsson wrote: > On 05-Sep-00 David Kanter wrote: > > Someone sent me a CD that has the 4.1-RELEASE ISO image burned onto it. > > How do I (can I?) use this image to set up FreeBSD? > > You can, will and MUST! > > > I tried booting off the CD but it wouldn't work. Do I need to create the > > boot disks, and then read off the CD? > > I believe the CD should be bootable, but if it does not then resort to > floppies. Lookup kernflp and mfsroot.flp in /floppies and use a program under > /tools to transfer. If you have unix around then dd if=kern.flp of=/dev/fd0 > bs=32k may work for you. > > > Or, was this ISO image supposed to be expanded before it was burned onto > > the disk? > > No. An iso is an iso is an iso. > and if it does say something.iso and you just cant wait you can expand it with winimage to c:\freebsd and then do an install from a dos partition - see the Handbook for more on this. -- Mark Rowlands +4686224510 GMT + 1 _______________________________________________ These opinions are mine, they are just opinions you are free to disagree, please do so quietly _______________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 7:52:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail01.phoenixdsl.com (mail01.phoenixdsl.com [216.178.151.7]) by hub.freebsd.org (Postfix) with ESMTP id E99A037B422 for ; Wed, 6 Sep 2000 07:52:15 -0700 (PDT) Received: from unixroom ([209.49.149.232]) by mail01.phoenixdsl.com (InterMail vK.4.02.00.05.01 201-232-116-105-101 license da4da6e5fc829a7858725236bede8deb) with SMTP id <20000906145205.DDOY18281.mail01@unixroom> for ; Wed, 6 Sep 2000 09:52:05 -0500 From: "Tim Moore" To: "Questions" Subject: FreeBSD Web Server Date: Wed, 6 Sep 2000 10:48:05 -0400 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 Anyone running a web server that takes 400 hits an hour? If so what kind of hardware is it running on? Tim Moore To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 7:53:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wodc7-2.corprelay.mail.uu.net (wodc7-2.corprelay.mail.uu.net [192.48.96.69]) by hub.freebsd.org (Postfix) with ESMTP id 28CB037B422 for ; Wed, 6 Sep 2000 07:53:54 -0700 (PDT) Received: from ashimr0.ash.ops.us.uu.net by wodc7mr2.ffx.ops.us.uu.net with ESMTP (peer crosschecked as: ashimr0.ash.ops.us.uu.net [153.39.43.11]) id QQjfmh17149 for ; Wed, 6 Sep 2000 14:53:53 GMT Received: from sysenglt112 by ashimr0.ash.ops.us.uu.net with SMTP (peer crosschecked as: ippool144-205.corp.us.uu.net [153.39.144.205]) id QQjfmh02876 for ; Wed, 6 Sep 2000 14:52:46 GMT Reply-To: From: "Raymond Hicks" To: Subject: enabling hosts.deny and hosts.allow Date: Wed, 6 Sep 2000 10:53:00 -0400 Message-ID: <001801c01812$27a1d890$0a0a0a0a@sysenglt112> 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 V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cheers bsd team, I had this question earlier but I am trying to get this done asap.. do I need to enable tcpwrappers to get my system to look to /etc/hosts.deny file? I would like to use portsentry and it adds ips to this file but I can still connect from one of those addresses... someone suggested adding "-wW" to my /etc/rc.conf file and rebooting then running tcpdchk and tcpdmatch to make sure it is working.. is this correct and is there a more detailed explanation out there? where would I add this "-wW" line in rc.conf? just stick it in there anywhere? ANy help is greatly appreciated... cheers raymond hicks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 7:54:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id D219437B422 for ; Wed, 6 Sep 2000 07:54:17 -0700 (PDT) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id KAA08927; Wed, 6 Sep 2000 10:54:16 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Wed, 6 Sep 2000 10:54:09 -0400 (EDT) From: Stephen Hovey To: Tim Moore Cc: Questions Subject: Re: FreeBSD Web 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 We run several that get a lot more than that.. with regular pentiums and apache - freebsd is pretty zippy. On Wed, 6 Sep 2000, Tim Moore wrote: > Anyone running a web server that takes 400 hits an hour? If so what kind of > hardware is it running on? > > > > > > Tim Moore > > > > > 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 Sep 6 7:57:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.jonelrienton.org (dsl-64-34-25-237.telocity.com [64.34.25.237]) by hub.freebsd.org (Postfix) with SMTP id 5ABB937B423 for ; Wed, 6 Sep 2000 07:57:12 -0700 (PDT) Received: (qmail 24193 invoked from network); 6 Sep 2000 15:13:00 -0000 Received: from debian (10.29.22.23) by zeus with SMTP; 6 Sep 2000 15:13:00 -0000 Message-ID: <00f001c01814$2b41a9b0$17161d0a@jonelrienton.org> From: "Jonel Rienton" To: , References: <001801c01812$27a1d890$0a0a0a0a@sysenglt112> Subject: Re: enabling hosts.deny and hosts.allow Date: Wed, 6 Sep 2000 10:07:26 -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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 iirc, /etc/hosts.deny is deprecated Jonel Rienton http://qmail.freebsduser.org sent by qmail-1.03 on a FreeBSD 4.1-STABLE - ----- Original Message ----- From: "Raymond Hicks" To: Sent: Wednesday, September 06, 2000 9:53 AM Subject: enabling hosts.deny and hosts.allow | cheers bsd team, | I had this question earlier but I am trying to get this done | asap.. | | do I need to enable tcpwrappers to get my system to look to | /etc/hosts.deny file? I would like to use portsentry and it adds | ips to this file but I can still connect from one of those | addresses... someone suggested adding "-wW" to my /etc/rc.conf | file and rebooting then running tcpdchk and tcpdmatch to make sure | it is working.. is this correct and is there a more detailed | explanation out there? where would I add this "-wW" line in | rc.conf? just stick it in there anywhere? ANy help is greatly | appreciated... | | cheers | | raymond hicks | | | | 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.8 for non-commercial use iQA/AwUBObZdraQ0pAI9Fl/WEQIOQwCg6RGwUBu1fSu1DUrfA361US55Nw4AoMKd IyBnaR1PJ7/tqqhMbmNFcTps =cLo5 -----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 Wed Sep 6 8: 1:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from angel.algonet.se (angel.algonet.se [194.213.74.112]) by hub.freebsd.org (Postfix) with SMTP id 8E42037B423 for ; Wed, 6 Sep 2000 08:01:44 -0700 (PDT) Received: (qmail 17018 invoked from network); 6 Sep 2000 17:01:43 +0200 Received: from garibaldi.tninet.se (HELO algonet.se) (195.100.94.103) by angel.algonet.se with SMTP; 6 Sep 2000 17:01:43 +0200 Received: from du46-149.ppp.algonet.se (du46-149.ppp.algonet.se [195.100.149.46]) by garibaldi.tninet.se (BLUETAIL Mail Robustifier 2.2.1) with ESMTP id 648124.252501.968garibaldi-s0 for ; Wed, 06 Sep 2000 17:01:41 +0200 Date: Wed, 6 Sep 2000 16:55:43 +0200 (CEST) From: Johan Andersson To: freebsd-questions@freebsd.org Subject: Compiling-problems... 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 a big problem: I have 4.0-RELEASE installed of freebsd right now, and i cvsup'd down the latest source-code (4.x-stable-supfile). After that i made a "make buildworld" and that worked just fine... Now to the problem: I tried to compile the kernel, but this error came up when i run make depend: ... ... ===> accf_http ===> agp make: don't know how to make agp_if.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/JOHANS_KERNEL. root@oden /sys/compile/JOHANS_KERNEL# what is wrong? (the same error with the GENERIC-config-file) This config-file worked just fine with the 4.0-RELEASE-kernel-source. Is there any way to download all the source that is needed in a tgz or something? I have'nt run a make installworld, only compiled the source. Is there any way to fix this? // Johan Andersson --- panic: kernel segmentation violation. core dumped (only kidding) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 8: 2:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 60E6837B43F for ; Wed, 6 Sep 2000 08:02:07 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id TAA12557 for ; Wed, 6 Sep 2000 19:19:12 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e86F1x903434 for freebsd-questions@FreeBSD.ORG; Wed, 6 Sep 2000 19:01:59 +0400 Date: Wed, 6 Sep 2000 19:01:59 +0400 From: Igor Roboul To: "freebsd-questions@FreeBSD.ORG" Subject: Re: Normal SUID File list Message-ID: <20000906190159.A3395@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: "freebsd-questions@FreeBSD.ORG" References: <39B64C39.50A1947D@infovia.com.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <39B64C39.50A1947D@infovia.com.ar>; from izelaya@infovia.com.ar on Wed, Sep 06, 2000 at 10:52:57AM -0300 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 06, 2000 at 10:52:57AM -0300, Ignacio wrote: > Who can sendme a list of the files whith suid. > Only the files that really needs to be suid, > for the normal operation of the S.O. > > I have a lot of kde* with suid set!! > Is this ok? I think this is NOT OK. -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 8: 6:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id 2752E37B422 for ; Wed, 6 Sep 2000 08:06:50 -0700 (PDT) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id LAA13898 for ; Wed, 6 Sep 2000 11:06:47 -0400 (EDT) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id LAA07658 for ; Wed, 6 Sep 2000 11:04:01 -0400 (EDT) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.1) with ESMTP id G0H0NA00.NBS; Wed, 6 Sep 2000 11:06:46 -0400 Message-ID: <39B65D87.6A1962C4@mitre.org> Date: Wed, 06 Sep 2000 11:06:47 -0400 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.73 [en]C-20000509M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Tim Moore Cc: Questions Subject: Re: FreeBSD Web Server References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tim Moore wrote: > > Anyone running a web server that takes 400 hits an hour? If so what kind of > hardware is it running on? That's only like 6.5 hits per minute. Unless you are running some extremely resource hungry cgi scripts just about anything should be able to serve that. Just about any old Pentium should be plenty. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 8:10:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from iteso.mx (iteso.mx [148.201.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 2B79637B423 for ; Wed, 6 Sep 2000 08:10:16 -0700 (PDT) Received: from localhost (eric@localhost) by iteso.mx (8.9.3/8.9.3) with ESMTP id JAA13410; Wed, 6 Sep 2000 09:45:41 -0500 (CDT) (envelope-from eric@iteso.mx) Date: Wed, 6 Sep 2000 09:45:41 -0500 (CDT) From: De la Cruz Lugo Eric To: Diego Fernando Garces Ocoro Cc: freebsd-questions@FreeBSD.ORG Subject: ANSWER IN SPANISH HERE...Re: MANEJO DEL FREEBSD EN RED In-Reply-To: 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 Sr. Diego Garces: =20 antes que nada un saludo desde Merida, Yucatan, Mexico =20 la pregunta que plantea es extensa, desafortunadamente en esta lista de FreeBSD son pocos los que podrian responder en espanol, dada la naturaleza de la pregunta hacen falta conocer algunos detalles, que tpo de red es la que esta utilizando actualmente?, Windows 95/98/2000, ME o NT?, Novell Netware?, Mac?, que version de FreeBSD esta utilizando?, 3.4, 3.5, 4.0, 4.1?, la mejor solucion paraa esto es leer la informacion de la pagina de samba: http://www.samba.org/ otra posible solucion es leer los articulos de la revista FreeBSDzine, en numeros pasados aparece un articulo que menciona como configurar FreeBSD con samba para activar los servicios que menciona, desafortunadamente, en estos dias el server de FreeBSDzine esta en proceso de cambio y no es accesible, esperemos ver esto coregido en una semana mas. =20 y la ultima solucion es preguntar a expertos de Unix, Linux y FreeBSD que se reunen en un BBS aqui en Mexico, ubicado en guadalajara, la forma de accesar el BBS es via telnet, no via WEB, las insrucciones basicas para entrar a ese BBS para poder leer la informacion y poner mensajes se describen cuando uno crea una cuenta nueva, para ello es necesario que teclee lo siguiente: =20 telnet 148.201.10.6 en el prompt del bbs debe de teclear la palabra: Nuevo y a partir de ahi puede segiur todas las instrucciones, el foro al que se debe de dirigir es el de Unix, encontrara este foro como un recurso invaluable para los hispanoparlantes que usamos UNIX Linux y FreeBSD asi como otros sabores de Unix. el tiempo de validacion de la cuenta nueva que usted va a crear es de 24 horas, durante ese tiempo podra leer toda la informacion que desee, pero no podra colocar ningun mensaje solicitando informacion, una vez aclarado lo anterior espero que le haya servido un poco la informacion que le proporcione, saludos para Bogota, y animo en el uso de Internet. ----=20 Porcierto existe una ultima opcion, y es en Bogota por cierto puede preguntarle a una persona que trabaja en la empresa de tecnologias javanet su nombre y direccion son los siguientes: =20 Milena Rojas Departamento de Investigacion y Desarrollo milena_tch@tecnologias-javanet.com =20 Bogota Colombia. =20 esta persona, estuvo en contacto conmigo el a~o pasado, mientras estaban en proceso de migrar sus sistemas de windows a FreeBSD, es factible que ella pueda ayudarle al menos con alguna orientacion en cuanto donde dirigirse para obtener informacion mas detallada de samba. Espero que le sirva algo de la informacion que le proporcione. =20 Licenciado en Informatica administrativa Eric De La Cruz Lugo Merida, Yucatan, Mexico. La tierra de los Mayas! FreeBSD forever! -------------- On Tue, 5 Sep 2000, Diego Fernando Garces Ocoro wrote: > Santafe de Bogota , 5 de septiembre de 2000 >=20 > Se=F1ores: > FREEBSD >=20 > Les escribo desde Bogota Colombia, y quisiera saber como hago para compar= tir=20 > impresoras y para compartir algunas partes de mi disco para el manejo en= =20 > red. >=20 > Asi mismo quisiera saber como se conectan estas unidades de red a mi equi= po. >=20 > Para el manejo de Freebsd-Servidor instale en mi maquina el paquete Samba= =20 > que creo que permite este tipo de trabajo. >=20 > Agradezco cualquier colaboracion al respecto. >=20 > Cordialmente, >=20 > Diego Garces >=20 > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. >=20 > Share information about yourself, create your own public profile at=20 > http://profiles.msn.com. >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 8:13:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail01.phoenixdsl.com (mail01.phoenixdsl.com [216.178.151.7]) by hub.freebsd.org (Postfix) with ESMTP id A346D37B422 for ; Wed, 6 Sep 2000 08:13:27 -0700 (PDT) Received: from unixroom ([209.49.149.232]) by mail01.phoenixdsl.com (InterMail vK.4.02.00.05.01 201-232-116-105-101 license da4da6e5fc829a7858725236bede8deb) with SMTP id <20000906151327.DFES18281.mail01@unixroom> for ; Wed, 6 Sep 2000 10:13:27 -0500 From: "Tim Moore" To: "Questions" Subject: RE: FreeBSD Web Server Date: Wed, 6 Sep 2000 11:09:27 -0400 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: <39B65D87.6A1962C4@mitre.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok what about a server that takes a ungodly amount of hits because right now we cannot speculate on how much we are going to get hit. Say how much a web server would get hit if it advertised during the Superbowl? -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Andresen,Jason R. Sent: Wednesday, September 06, 2000 11:07 AM To: Tim Moore Cc: Questions Subject: Re: FreeBSD Web Server Tim Moore wrote: > > Anyone running a web server that takes 400 hits an hour? If so what kind of > hardware is it running on? That's only like 6.5 hits per minute. Unless you are running some extremely resource hungry cgi scripts just about anything should be able to serve that. Just about any old Pentium should be plenty. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. 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 Sep 6 8:16:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp4.singnet.com.sg (smtp4.singnet.com.sg [165.21.101.224]) by hub.freebsd.org (Postfix) with ESMTP id CAC4137B423 for ; Wed, 6 Sep 2000 08:16:46 -0700 (PDT) Received: from netserver01 (ad202.166.111.96.magix.com.sg [202.166.111.96]) by smtp4.singnet.com.sg (8.9.3/8.9.3) with SMTP id XAA18918 for ; Wed, 6 Sep 2000 23:16:34 +0800 (SGT) (envelope-from spades@galaxynet.org) Message-Id: <3.0.32.20000906231646.018b9370@smtp.magix.com.sg> X-Sender: spades@smtp.magix.com.sg X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 06 Sep 2000 23:16:58 +0800 To: freebsd-questions@freebsd.org From: Spades Subject: High usage processes 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 i have my FreeBSD system to autokill processes with high usage of exceeding 3k cpu/ram usage: This doesnt seem to work, any more ideas? /etc/login.conf basic-user:\ :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ :setenv=MAIL=$HOME/Mailbox,BLOCKSIZE=K:\ :path=~/bin /bin /usr/bin /usr/local/bin:\ :nologin=/var/run/nologin:\ :cputime=2h:\ :datasize=5M:\ :stacksize=2M:\ :memorylocked=3M:\ :memoryuse=3M:\ :filesize=50M:\ :coredumpsize=1M:\ :openfiles=128:\ :maxproc=20:\ :priority=0:\ :ignoretime@:\ :umask=022: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message Spades (CService5) CService Nick Password http://cservice.galaxynet.org ` _ , ' - (o)o) - -*-*-*-*-*-*-*-ooO'(_)--Ooo-*-*-* Bryan, Lee Chenghui | ICQ UIN: 1558635 | spades@galaxynet.org | Global - irc.provalue.net | ================================= "A man of words and not of deeds is like a garden full of weeds..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message Spades (CService5) CService Nick Password http://cservice.galaxynet.org ` _ , ' - (o)o) - -*-*-*-*-*-*-*-ooO'(_)--Ooo-*-*-* Bryan, Lee Chenghui | ICQ UIN: 1558635 | spades@galaxynet.org | Global - irc.provalue.net | ================================= "A man of words and not of deeds is like a garden full of weeds..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 8:22:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id 15EBA37B422 for ; Wed, 6 Sep 2000 08:22:33 -0700 (PDT) Received: from p3E9C1FDB.dip0.t-ipconnect.de (p3E9C1FDB.dip0.t-ipconnect.de [62.156.31.219]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id RAA17356; Wed, 6 Sep 2000 17:22:29 +0200 (MET DST) Date: Wed, 6 Sep 2000 17:23:33 +0200 (CEST) From: Moritz Hardt To: Tim Moore Cc: Questions Subject: RE: FreeBSD Web 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 Oh proffessional webservers use special hardware, which is incredible expensive, especially for non-comercial use. ( for example yahoo gets 18 milion hits a day too much for your old pentium 75 in the corner of your room) the most important thing is RAM and the right connection. so i suppose a athlon-700 with at least 512mb and a T3 clould handle more than 100000 hits a day. but im really not sure. Moritz - Keep Lynx Alive! On Wed, 6 Sep 2000, Tim Moore wrote: -> ->Ok what about a server that takes a ungodly amount of hits because right now ->we cannot speculate on how much we are going to get hit. Say how much a web ->server would get hit if it advertised during the Superbowl? -> -> ->-----Original Message----- ->From: owner-freebsd-questions@FreeBSD.ORG ->[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Andresen,Jason ->R. ->Sent: Wednesday, September 06, 2000 11:07 AM ->To: Tim Moore ->Cc: Questions ->Subject: Re: FreeBSD Web Server -> -> ->Tim Moore wrote: ->> ->> Anyone running a web server that takes 400 hits an hour? If so what kind ->of ->> hardware is it running on? -> ->That's only like 6.5 hits per minute. Unless you are running some ->extremely resource hungry cgi scripts just about anything should be able ->to serve that. Just about any old Pentium should be plenty. -> ->-- -> _ _ _ ___ ____ ___ ______________________________________ -> / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org -> / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those ->/_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. -> -> ->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 Sep 6 8:22:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id A29AB37B423 for ; Wed, 6 Sep 2000 08:22:44 -0700 (PDT) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id LAA17143 for ; Wed, 6 Sep 2000 11:22:42 -0400 (EDT) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id LAA10897 for ; Wed, 6 Sep 2000 11:19:56 -0400 (EDT) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.1) with ESMTP id G0H1DT00.4DB; Wed, 6 Sep 2000 11:22:41 -0400 Message-ID: <39B66142.78DC8C03@mitre.org> Date: Wed, 06 Sep 2000 11:22:42 -0400 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.73 [en]C-20000509M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Tim Moore Cc: Questions Subject: Re: FreeBSD Web Server References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tim Moore wrote: > > Ok what about a server that takes a ungodly amount of hits because right now > we cannot speculate on how much we are going to get hit. Say how much a web > server would get hit if it advertised during the Superbowl? Well that's an open ended question. If some user on your system posts a 500MB Star Wars Episode II prerelease Mpeg and gets a link from slashdot.org, you are almost certainly not going to have enough bandwidth to handle the requests. (God doesn't have enough bandwidth to handle the traffic that would generate). What you need to do is look at your site and plan a reasonable estimate of how much you expect to grow (this is very difficult to do) over the lifetime of the machine you plan to install and buy your machine according to that. All said, I don't have any hard numbers as to what you can expect and what you will need (are you serving static pages, CGI, PHP, etc...; are you serving small pages or large ones; etc...) Just remember that most of the cost from running the site comes from buying the bandwidth, not the hardware. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 8:27:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server26.ilap.com (server26-main.ilap.com [216.223.128.41]) by hub.freebsd.org (Postfix) with ESMTP id D9B7637B422 for ; Wed, 6 Sep 2000 08:27:38 -0700 (PDT) Received: from horechup (server11.docucom.ca [216.223.156.11]) by server26.ilap.com (Pro-8.9.3/8.9.3/ILAP.COM Internet Light and Power Inc.) with SMTP id LAA11505 for ; Wed, 6 Sep 2000 11:27:37 -0400 (EDT) Message-ID: <04c201c01816$b97e8e80$73f8d7a5@docucom.ca> Reply-To: "Paul Horechuk" From: "Paul Horechuk" To: Subject: Look TV/Internet Date: Wed, 6 Sep 2000 11:25:44 -0400 Organization: DocuCom Imaging Solutions 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm considering using the wireless service provided by LookTV. Is anyone familiar with the protocols involved and whether it can be used with FreeBSD 4.x? My high speed internet choices are @HOME, ADSL (with pppoe) and Look wireless. I am avoiding the @HOME service, because I do like timely delivery of my email. I can recall several cases of email delivery problems with the cable modem services. The ADSL services available here seem to demand the use of pppoe. I know FreeBSD has a work-around for this. The preferred service is Look. For those unfamiliar with LookTV, it is a direct, digital broadcast from a central antenna to a line-of-sight antenna on your house. The internet connection can be one-way wireless (downlink) and analog modem (uplink), or two way wireless. What I need to know is, what protocols are being used and can FreeBSD handle either the two-way setup or even the wireless/modem setup? Please cc me as I don't subscribe to questions. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 8:27:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guitar.ocn.ne.jp (guitar.ocn.ne.jp [210.190.142.39]) by hub.freebsd.org (Postfix) with ESMTP id D63F837B43E for ; Wed, 6 Sep 2000 08:27:53 -0700 (PDT) Received: from guitar.ocn.ne.jp (pp135i.naxnet.or.jp [210.254.42.139]) by guitar.ocn.ne.jp (8.9.1a/OCN/) with SMTP id AAA18655 for ; Thu, 7 Sep 2000 00:27:51 +0900 (JST) Date: Thu, 7 Sep 2000 00:27:51 +0900 (JST) Message-Id: <200009061527.AAA18655@guitar.ocn.ne.jp> From: =?iso-2022-jp?B?W0xhIE5vdmlhXSAbJEI9UDJxJCQkTiVbITwlYCVaITwlODMrQF8bKEIg?= To: =?iso-2022-jp?B?cXVlc3Rpb25zQEZyZWVCU0QuT1JH?= Subject: =?iso-2022-jp?B?GyRCPVAycSQkJE4lWyE8JWAlWiE8JTgkTiQqJDckaSQ7GyhC?= Mime-Version: 1.0 Content-Type: text/plain; charset= "ISO-2022-JP" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG $BFMA3!"$"$J$?MM$K%[!<%`%Z!<%8$N$40FFb$r%a!]%kCW$7$^$7$?!#(B $B:#2s8B$j$N%a!<%k$G$9$N$G$46=L#$,$J$1$l$P!"62$lF~$j$^$9$,!"(B $B$3$N%a!]%k$r:o=|$7$F$/$@$5$$!#(B ----------------------------------------------------------------- $B"#(B $B=P2q$$$N9->l!X(BLa Novia$B!Y(B $B"#!!2q0w@)(B ----------------------------------------------------------------- $B!!!!(B $B2q0w$NCf$+$i$"$J$?$N4uK>$9$k8r:]Aj!J=w@-$NJ}$O(B3$BL>!KM9JX$G>R2p$9$k%7%9%F%`(B($B2q0w@)(B) $BFH<+$N8r:]>pJs;o$rH/9T$7$F!"<+M3$K8r:]Aj; Wed, 6 Sep 2000 08:33:00 -0700 (PDT) Received: from smtpgate.shrmed.com (keymaster.smed.com [12.20.51.2]) by smtp.smed.com (Postfix) with ESMTP id 9BB6016166 for ; Wed, 6 Sep 2000 11:32:59 -0400 (EDT) Received: from iesa14.shrmed.com (iesa14.shrmed.com [10.1.99.114]) by smtpgate.shrmed.com (8.9.3/8.9.3) with ESMTP id LAA22570 for ; Wed, 6 Sep 2000 11:32:59 -0400 From: Joe.Warner@smed.com Received: from Deimos.smed.com (unverified) by iesa14.shrmed.com (Content Technologies SMTPRS 2.0.15) with SMTP id for ; Wed, 06 Sep 2000 11:32:51 -0400 Received: by Deimos.smed.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id 85256952.005544B6 ; Wed, 6 Sep 2000 11:31:21 -0400 X-Lotus-FromDomain: SMS To: freebsd-questions@freebsd.org Message-Id: <85256952.00554270.00@Deimos.smed.com> Date: Wed, 6 Sep 2000 09:33:40 -0600 Subject: Unable to get Minicom installed 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 Hi, I've been trying all morning to get minicom from /usr/ports/comms/minicom installed and can't get it to work. First, I tried "make install" from /usr/ports/comms/minicom and it couldn't find it at any of the ftp sites listed in the makefile. Next, I downloaded a newer version of it (1.83) from ftp.freebsd.org but got the following message after unpacking it and typing "make" and "make install" from the unpacked minicom directory: Variable PKGNAME is recursive. Finally, I tried downloading and installing minicom-1.83.1.src.tar.gz from www.pp.clinet.fi/~walker/minicom.html but couldn't get that to work either. Also, I've probably rendered /usr/ports/comms/minicom useless because after I download the tar file from ftp.freebsd.org and couldn't get it to install, I copied the entire contents of the unpacked minicom directory over the top of /usr/ports/comms/minicom, thinking I could do this and then cd to /usr/ports/comms/minicom, type "make install" and it would work but it didn't. Could someone help me get this port installed? I'd really appreciate some help. Thanks Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 8:34:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f51.law10.hotmail.com [64.4.15.51]) by hub.freebsd.org (Postfix) with ESMTP id 281A337B422 for ; Wed, 6 Sep 2000 08:34:43 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 6 Sep 2000 08:34:43 -0700 Received: from 209.215.10.76 by lw10fd.law10.hotmail.msn.com with HTTP; Wed, 06 Sep 2000 15:34:42 GMT X-Originating-IP: [209.215.10.76] From: "stan deese" To: freebsd-questions@freebsd.org Subject: xwindows Date: Wed, 06 Sep 2000 11:34:42 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 06 Sep 2000 15:34:43.0058 (UTC) FILETIME=[FA648520:01C01817] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK guys I have dl'd the entire 4.1 release, made the image disks, and installed the system in every way I can figure out. I have read until my eyes bleed. These are my problems. First, after the install, (std,compact,custom) I get hda1 write timeout 5 times, until the sys defaults to pio mode. I assigned a dedicated 8 gig disk. My conflicts in install are all in the network area, which I do not need. So I remove them before install. But that ain't the main problem. I have yet to get ANY gui to start. not with startx or xconsole. All I have attained so far is a grey screen with a vertical black bar to the left side. Mouse movement tracks another vertical black line across the screen. That is with the std install. IF I do anything in the custom install or configuration, when I issue startx I get x11 unix console(or something like that) can't connect error=2. My question is, is there something I'm missing? Or does my own stupidididty preclude my ability to use unix? I worked with a dec pdp11 back in the 80's, and I seemed able then! But now, at 52 I wonder if the brain is able to understand ls & grp. Any help appreciated. Tks, Stan _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 8:44:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from oden.exmandato.se (oden.exmandato.se [192.71.33.1]) by hub.freebsd.org (Postfix) with ESMTP id E90F637B422 for ; Wed, 6 Sep 2000 08:44:31 -0700 (PDT) Received: from servicefactory.se (root@oden.exmandato.se [192.71.33.1]) by oden.exmandato.se (8.8.8/8.8.5) with ESMTP id RAA27320; Wed, 6 Sep 2000 17:43:35 +0200 (MET DST) Message-ID: <39B66624.50F7B9F2@servicefactory.se> Date: Wed, 06 Sep 2000 17:43:32 +0200 From: Jonas Bulow X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Tim Moore Cc: Questions Subject: Re: FreeBSD Web Server 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 think my HP48 can take that load. :-) Tim Moore wrote: > > Anyone running a web server that takes 400 hits an hour? If so what kind of > hardware is it running on? > > Tim Moore > > 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 Sep 6 8:45:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 24F3837B43F for ; Wed, 6 Sep 2000 08:44:37 -0700 (PDT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.9.3/8.9.3) with ESMTP id MAA41856; Wed, 6 Sep 2000 12:39:29 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Wed, 6 Sep 2000 12:39:29 -0300 (ART) From: Fernando Gleiser To: Spades Cc: freebsd-questions@FreeBSD.ORG Subject: Re: High usage processes In-Reply-To: <3.0.32.20000906231646.018b9370@smtp.magix.com.sg> 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, 6 Sep 2000, Spades wrote: > How do i have my FreeBSD system to autokill processes with high usage > of exceeding 3k cpu/ram usage: > > This doesnt seem to work, any more ideas? Two posible causes: Have you done a cap_mkdb to rebuild the capability database? Are the users in the basic-user login class (pw usermod -L basic-user)? Fer > > /etc/login.conf > > basic-user:\ > :copyright=/etc/COPYRIGHT:\ > :welcome=/etc/motd:\ > :setenv=MAIL=$HOME/Mailbox,BLOCKSIZE=K:\ > :path=~/bin /bin /usr/bin /usr/local/bin:\ > :nologin=/var/run/nologin:\ > :cputime=2h:\ > :datasize=5M:\ > :stacksize=2M:\ > :memorylocked=3M:\ > :memoryuse=3M:\ > :filesize=50M:\ > :coredumpsize=1M:\ > :openfiles=128:\ > :maxproc=20:\ > :priority=0:\ > :ignoretime@:\ > :umask=022: > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > Spades (CService5) > CService Nick Password > http://cservice.galaxynet.org > > ` _ , ' > - (o)o) - > -*-*-*-*-*-*-*-ooO'(_)--Ooo-*-*-* > Bryan, Lee Chenghui | > ICQ UIN: 1558635 | > spades@galaxynet.org | > Global - irc.provalue.net | > ================================= > > > > "A man of words and not of deeds is like > a garden full of weeds..." > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > Spades (CService5) > CService Nick Password > http://cservice.galaxynet.org > > ` _ , ' > - (o)o) - > -*-*-*-*-*-*-*-ooO'(_)--Ooo-*-*-* > Bryan, Lee Chenghui | > ICQ UIN: 1558635 | > spades@galaxynet.org | > Global - irc.provalue.net | > ================================= > > > > "A man of words and not of deeds is like > a garden full of weeds..." > > > 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 Sep 6 8:52:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from infoviaplus.net.ar (adv19.infoviaplus.net.ar [200.9.212.59]) by hub.freebsd.org (Postfix) with ESMTP id 8DC7537B422 for ; Wed, 6 Sep 2000 08:52:34 -0700 (PDT) Received: from infovia.com.ar ([209.13.247.61]) by infoviaplus.net.ar (Tid InfoMail Exchanger v2.20) with SMTP id #968255569.237260001; Wed, 6 Sep 2000 12:52:49 -0300 Message-ID: <39B668E7.7795488C@infovia.com.ar> Date: Wed, 06 Sep 2000 12:55:19 -0300 From: Ignacio X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: es-AR, es-ES, en MIME-Version: 1.0 To: fbsd Subject: route -n ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Infomail-Id: 968255570.5CAE01AC1E03A0.35570 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG how can i get the route table i know in linux is simple route or route -n -- Ignacio Zelaya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9: 0:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mail.yahoo.com (smtp1.mail.yahoo.com [128.11.68.130]) by hub.freebsd.org (Postfix) with SMTP id EF57937B422 for ; Wed, 6 Sep 2000 09:00:40 -0700 (PDT) Received: from witch-3.redrock.net (HELO lorins) (209.197.4.105) by smtp1.mail.yahoo.com with SMTP; 6 Sep 2000 16:00:36 -0000 X-Apparently-From: Message-ID: <016a01c0181c$e6266240$0300fea9@lorins.ild.telecom.com> From: "Lorin Lund" To: "Ignacio" , "fbsd" Subject: Re: route -n ? Date: Wed, 6 Sep 2000 10:09:51 -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 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 netstat -r -----Original Message----- From: Ignacio To: fbsd Date: Wednesday, September 06, 2000 9:52 AM Subject: route -n ? >how can i get the route table >i know in linux is simple route or route -n > >-- >Ignacio Zelaya > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > _________________________________________________________ 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 Wed Sep 6 9: 0:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 1B6D537B423 for ; Wed, 6 Sep 2000 09:00:35 -0700 (PDT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.9.3/8.9.3) with ESMTP id MAA42190; Wed, 6 Sep 2000 12:57:07 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Wed, 6 Sep 2000 12:57:07 -0300 (ART) From: Fernando Gleiser To: Ignacio Cc: fbsd Subject: Re: route -n ? In-Reply-To: <39B668E7.7795488C@infovia.com.ar> 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, 6 Sep 2000, Ignacio wrote: > how can i get the route table > i know in linux is simple route or route -n netstat -nr if you want ipv4 routes only: netstat -nrf inet Fer > > -- > Ignacio Zelaya > > > 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 Sep 6 9: 5:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from Samizdat.uucom.com (samizdat.uucom.com [198.202.217.54]) by hub.freebsd.org (Postfix) with ESMTP id BDFBA37B422 for ; Wed, 6 Sep 2000 09:05:29 -0700 (PDT) Received: (from cshenton@localhost) by Samizdat.uucom.com (8.9.3/8.9.3) id MAA08769; Wed, 6 Sep 2000 12:05:13 -0400 (EDT) To: "Otter" Cc: , Subject: Re: AOL for Linux/FreeBSD References: From: Chris Shenton Date: 06 Sep 2000 12:05:13 -0400 In-Reply-To: "Otter"'s message of "Sun, 3 Sep 2000 10:09:29 -0400" Message-ID: Lines: 13 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 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, 3 Sep 2000 10:09:29 -0400, "Otter" said: Otter> Jon, If you check in your ports collection, or at Otter> http://freshports.org you can find in the "net" category, naim Otter> and gaim... both AIM clients. Please God, we beg of Otter> you... Don't ever let there be an AOL interface for FreeBSD. I've been using EveryBuddy. It speaks AIM, ICQ, Yahoo, and Microsofts IM-du-jour. A little rough, but the multi-server / multi-protocol nature is very nice. It's in ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9:11:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from linux32.ansys.com (firewall.ansys.com [192.104.24.222]) by hub.freebsd.org (Postfix) with ESMTP id 168D237B423 for ; Wed, 6 Sep 2000 09:11:50 -0700 (PDT) Received: from localhost (cwa@localhost) by linux32.ansys.com (8.9.3/8.9.3) with ESMTP id MAA32036; Wed, 6 Sep 2000 12:11:56 -0400 X-Authentication-Warning: linux32.ansys.com: cwa owned process doing -bs Date: Wed, 6 Sep 2000 12:11:56 -0400 (EDT) From: "Christopher W. Aiken" X-Sender: cwa@linux32.ansys.com To: Zhihui Zhang Cc: FreeBSD Questions Subject: Re: Boot from a CD 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, 6 Sep 2000, Zhihui Zhang wrote: -| -|On Wed, 6 Sep 2000, Christopher W. Aiken wrote: -| -|> Again I ask... I installed FBSD 4.1 only to find out -|> that the boot loader needs a patch to boot correctly. -|> At least that is what I learned from the FBSD errata -|> sheet out on the 'net. -|> -|> Is it possible to boot my newly installed FBSD 4.1 system -|> from my "official" CD's that I purchased from Walnut Creek? -|> If so how. -|> -|> Yes I have a bootable CD drive. When I boot from my CD's -|> FBSD wants to "install". What I need to know is how to -|> skip the install and boot up the FBSD system that I already -|> have installed. -| -|I am using FreeBSD 4.1-Release on several machines. Once you install -|FreeBSD on your hard disk, you should be able to boot from it, no floppy -|or CD-ROM is needed. Maybe you should check the BIOS setup to tell it to -|boot from your hard disk. If you still fail, try to be specific when -|describing your problem and hopefully someone will try to help your out. -| -|-Zhihui -| You missed the point. I too have done various installs w/o any problems. With this install I chose to use the "FreeBSD Boot Manager". This displays the F1/F2/F3... O/S selection at boot time. At 4.1 there is an error in this "boot manager" that prevents the system from booting at all. We are left with nothing but a blank screen and no keys, not even Ctrl-Alt-Del work. The FBSD site has this problem listed on the errata sheet. What I want to be able to do is boot my "installed" system up from the CD's bypassing the FBSD Boot manager. If I could do this, then I could apply the boot0 patch from the FBSD site. W/O this patch I'm dead in the water with no way to boot up my "installed" system, since the Boot Manager over wrote my MBR. --- Christopher W. Aiken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9:16:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from datacourse.com (galahad.datacourse.com [208.226.159.3]) by hub.freebsd.org (Postfix) with ESMTP id 5A89637B423 for ; Wed, 6 Sep 2000 09:16:31 -0700 (PDT) Received: from mail_ftp_bdc.arrc.com (firewall.arrc.com [208.29.179.130]) by datacourse.com (8.9.3/8.9.1a) with ESMTP id JAA15909 for ; Wed, 6 Sep 2000 09:11:44 -0700 Received: by MAIL_FTP_BDC with Internet Mail Service (5.5.2650.21) id ; Wed, 6 Sep 2000 09:17:40 -0700 Message-ID: From: Joe To: "'freebsd-questions@FreeBSD.ORG'" Subject: Can Free BSD be used for a Firewall Date: Wed, 6 Sep 2000 09:17:38 -0700 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 Can FreeBSD be used as a firewall? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9:18:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id D1D3037B422 for ; Wed, 6 Sep 2000 09:18:25 -0700 (PDT) Received: from rac2.wam.umd.edu (IDENT:root@rac2.wam.umd.edu [128.8.10.142]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id MAA16223 for ; Wed, 6 Sep 2000 12:18:23 -0400 (EDT) Received: from rac2.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac2.wam.umd.edu (8.9.3/8.9.3) with SMTP id MAA03181 for ; Wed, 6 Sep 2000 12:18:23 -0400 (EDT) Received: from localhost (culverk@localhost) by rac2.wam.umd.edu (8.9.3/8.9.3) with ESMTP id MAA03177 for ; Wed, 6 Sep 2000 12:18:22 -0400 (EDT) X-Authentication-Warning: rac2.wam.umd.edu: culverk owned process doing -bs Date: Wed, 6 Sep 2000 12:18:22 -0400 (EDT) From: Kenneth Wayne Culver To: freebsd-questions@freebsd.org Subject: another wierd 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'm having yet another wierd problem, it seems that whenever I try to run the dmesg program, I get the error: dmesg: malloc failed and nothing is displayed. Can anyone tell me how to fix this? Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9:19:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wodc7-1.corprelay.mail.uu.net (wodc7-1.corprelay.mail.uu.net [192.48.96.68]) by hub.freebsd.org (Postfix) with ESMTP id 70B5237B424 for ; Wed, 6 Sep 2000 09:19:55 -0700 (PDT) Received: from ashimr0.ash.ops.us.uu.net by wodc7mr1.ffx.ops.us.uu.net with ESMTP (peer crosschecked as: ashimr0.ash.ops.us.uu.net [153.39.43.11]) id QQjfmn07838 for ; Wed, 6 Sep 2000 16:19:54 GMT Received: from sysenglt112 by ashimr0.ash.ops.us.uu.net with SMTP (peer crosschecked as: ippool144-205.corp.us.uu.net [153.39.144.205]) id QQjfmn22491 for ; Wed, 6 Sep 2000 16:19:54 GMT Reply-To: From: "Raymond Hicks" To: Subject: if I want to upgrade from 3.4 to 4.1, cant I just use sysinstall and upgrade? will this work? Date: Wed, 6 Sep 2000 12:20:09 -0400 Message-ID: <001b01c0181e$53e31390$0a0a0a0a@sysenglt112> 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 V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG if I want to upgrade from 3.4 to 4.1, cant I just use sysinstall and upgrade? will this work? I have already launched the upgrade but it did not give me a choice as to what version I wanted to upgrade to? Is this not the correct procedure? rayhicks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9:26:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merganser.its.uu.se (merganser.its.uu.se [130.238.6.236]) by hub.freebsd.org (Postfix) with ESMTP id CD1D437B424 for ; Wed, 6 Sep 2000 09:26:36 -0700 (PDT) Received: from regulus.student.UU.SE ([130.238.5.2]:36220 "HELO ertr1013.student.uu.se") by merganser.its.uu.se with SMTP id ; Wed, 6 Sep 2000 18:26:11 +0200 Received: (qmail 3984 invoked by uid 1001); 6 Sep 2000 16:19:38 -0000 Date: Wed, 6 Sep 2000 18:19:38 +0200 From: Erik Trulsson To: Joe Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Can Free BSD be used for a Firewall Message-ID: <20000906181938.A3969@student.uu.se> Mail-Followup-To: Joe , "'freebsd-questions@FreeBSD.ORG'" References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from Joe@arrc.com on Wed, Sep 06, 2000 at 09:17:38AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 06, 2000 at 09:17:38AM -0700, Joe wrote: > Can FreeBSD be used as a firewall? > Yes. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9:27:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id C731437B423 for ; Wed, 6 Sep 2000 09:27:48 -0700 (PDT) Received: from p3E9C1FDB.dip0.t-ipconnect.de (p3E9C1FDB.dip0.t-ipconnect.de [62.156.31.219]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id SAA01843; Wed, 6 Sep 2000 18:27:43 +0200 (MET DST) Date: Wed, 6 Sep 2000 18:28:45 +0200 (CEST) From: Moritz Hardt To: Joe Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Can Free BSD be used for a Firewall 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 of course it can use ipfw. for hel type 'man ipfw'. Moritz - Keep Lynx Alive! On Wed, 6 Sep 2000, Joe wrote: ->Can FreeBSD be used as a firewall? -> -> ->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 Sep 6 9:27:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rapidnet.com (rapidnet.com [205.164.216.1]) by hub.freebsd.org (Postfix) with ESMTP id CBF3F37B423 for ; Wed, 6 Sep 2000 09:27:53 -0700 (PDT) Received: from imagination (imagination.rapidnet.com [206.85.240.245]) by rapidnet.com (8.9.3/8.9.3) with SMTP id KAA55177; Wed, 6 Sep 2000 10:27:50 -0600 (MDT) Message-ID: <00f101c0181f$5b283b70$f5f055ce@rapidnet.com> From: "pstapley" To: "Joe" , References: Subject: Re: Can Free BSD be used for a Firewall Date: Wed, 6 Sep 2000 10:27:31 -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 Yes ----- Original Message ----- From: "Joe" To: Sent: Wednesday, September 06, 2000 10:17 AM Subject: Can Free BSD be used for a Firewall > Can FreeBSD be used as a firewall? > > > 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 Sep 6 9:29:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.unibe.ch (mailhub.unibe.ch [130.92.254.109]) by hub.freebsd.org (Postfix) with ESMTP id E2CAD37B422 for ; Wed, 6 Sep 2000 09:29:23 -0700 (PDT) Received: from CONVERSION-DAEMON by mailhub.unibe.ch (PMDF V5.2-32 #42480) id <0G0H00M014B9QY@mailhub.unibe.ch> for freebsd-questions@FreeBSD.org; Wed, 6 Sep 2000 18:25:58 +0200 (MET DST) Received: from iamexwi.unibe.ch (haegar.unibe.ch [130.92.71.10]) by mailhub.unibe.ch (PMDF V5.2-32 #42480) with ESMTP id <0G0H00FKK4B84P@mailhub.unibe.ch> for freebsd-questions@FreeBSD.org; Wed, 06 Sep 2000 18:25:57 +0200 (MET DST) Received: from pissarro.unibe.ch (pissarro [130.92.62.30]) by iamexwi.unibe.ch (8.8.8+Sun/8.8.8) with ESMTP id SAA27957 for ; Wed, 06 Sep 2000 18:32:04 +0200 (MET DST) Received: from localhost (roth@localhost) by pissarro.unibe.ch (8.9.1b+Sun/8.9.1) with ESMTP id SAA15370 for ; Wed, 06 Sep 2000 18:32:03 +0200 (MET DST) Date: Wed, 06 Sep 2000 18:32:03 +0200 (MET DST) From: Tobias Roth Subject: gfx card recommendations In-reply-to: <001b01c0181e$53e31390$0a0a0a0a@sysenglt112> X-Sender: roth@pissarro To: freebsd-questions@FreeBSD.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT X-Authentication-warning: pissarro.unibe.ch: roth owned process doing -bs Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I have the opportunity to buy a new grafic card. I will need this card mostly for running my Xfree 4.01 desktop (a resource hungry enlightenment/gnome with multiple desktops and that funny transparency thing ;). Now I was wondering what grafic card would be best for my needs. I am tending towards a Matrox G400, but those are somewhat old. It would be nice if the card could do 3D in a decent speed, but that is much less important than fast 2D for my desktop. Now, what cards would you recommend? What features are most important? A lot of Ram? Does it even matter what card I choose or are they all more or less the same considering 2D speed? Thanks, Tobe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9:33:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 5EFDC37B423 for ; Wed, 6 Sep 2000 09:33:33 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id JAA03610; Wed, 06 Sep 2000 09:33:19 -0700 Message-ID: <39B671CF.6A25A9C9@urx.com> Date: Wed, 06 Sep 2000 09:33:19 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: "Christopher W. Aiken" Cc: Zhihui Zhang , FreeBSD Questions Subject: Re: Boot from a CD References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Christopher W. Aiken" wrote: > > On Wed, 6 Sep 2000, Zhihui Zhang wrote: > > -| > -|On Wed, 6 Sep 2000, Christopher W. Aiken wrote: > -| > -|> Again I ask... I installed FBSD 4.1 only to find out > -|> that the boot loader needs a patch to boot correctly. > -|> At least that is what I learned from the FBSD errata > -|> sheet out on the 'net. > -|> > -|> Is it possible to boot my newly installed FBSD 4.1 system > -|> from my "official" CD's that I purchased from Walnut Creek? > -|> If so how. > -|> > -|> Yes I have a bootable CD drive. When I boot from my CD's > -|> FBSD wants to "install". What I need to know is how to > -|> skip the install and boot up the FBSD system that I already > -|> have installed. > -| > -|I am using FreeBSD 4.1-Release on several machines. Once you install > -|FreeBSD on your hard disk, you should be able to boot from it, no floppy > -|or CD-ROM is needed. Maybe you should check the BIOS setup to tell it to > -|boot from your hard disk. If you still fail, try to be specific when > -|describing your problem and hopefully someone will try to help your out. > -| > -|-Zhihui > -| > > You missed the point. I too have done various installs w/o > any problems. With this install I chose to use the > "FreeBSD Boot Manager". This displays the F1/F2/F3... O/S > selection at boot time. At 4.1 there is an error in this > "boot manager" that prevents the system from booting at all. > We are left with nothing but a blank screen and no keys, not > even Ctrl-Alt-Del work. > > The FBSD site has this problem listed on the errata sheet. > What I want to be able to do is boot my "installed" system > up from the CD's bypassing the FBSD Boot manager. If I could > do this, then I could apply the boot0 patch from the FBSD site. > > W/O this patch I'm dead in the water with no way to boot up > my "installed" system, since the Boot Manager over wrote my > MBR. Did you try following the instructions on booting from the floppies if you can't boot from the CD. Kent > > --- > Christopher W. Aiken > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9:42:18 2000 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 9CD6A37B423 for ; Wed, 6 Sep 2000 09:42:15 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e86Gev414156; Wed, 6 Sep 2000 09:40:57 -0700 (PDT) Date: Wed, 6 Sep 2000 09:40:56 -0700 From: Alfred Perlstein To: "O. Hartmann" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Lahey Fortran95 and FreeBSD/Linux Emulation Message-ID: <20000906094056.B18862@fw.wintelcom.net> References: <20000905105903.P18862@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from ohartman@ipamzlx.physik.uni-mainz.de on Wed, Sep 06, 2000 at 02:24:52PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * O. Hartmann [000906 05:22] wrote: > On Tue, 5 Sep 2000, Alfred Perlstein wrote: > Well ... > Here I am again, a new issue of the old problem. > > I'm soory, but acting like a foolish newbie isn't of mine and I > do not want myself to be one, but I ran into new problems. After > I realized, that binaries has to be "branded" for usage with Linux > and after I realized, that compat/linux is the "root tree" for all > lib-searches, after installing the linux_devtools port out of the > ports-collection, I got rid of many previous problems. > > Now I made some links of the lib-path of the installation of > Lahey Fujitsu Fortran 96 compiler into /compat/linux/usr/local/lib > and I added the specific row into ld.so.conf. Fortran compiler > now runs perfectly through the code, but after compiling, I try to > start the binary - and I get this error message: > > ddscat: error in loading shared libraries: libfj9i6.so.1: ELF file OS ABI invalid. > > What is that? I branded both the lib and the binary to be Linux > type ... and now it says, that I have some OS ABI problems? Ack, dude, you _must_ fix your mailer to wrap lines at 70 characters. :) I think you weren't supposed to brandelf the library :(, do you have a backup copy of it? maybe you can run the binary like so: truss executable and put the output up on some url? I'm sending an email to Lahey to ask for an evaluation copy of thier software so I can see if I can get this working. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9:44:45 2000 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 17D1837B42C for ; Wed, 6 Sep 2000 09:44:43 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e86Gi5c14205; Wed, 6 Sep 2000 09:44:05 -0700 (PDT) Date: Wed, 6 Sep 2000 09:44:05 -0700 From: Alfred Perlstein To: Moritz Hardt Cc: Tim Moore , Questions Subject: Re: FreeBSD Web Server Message-ID: <20000906094405.C18862@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from root@morix.de on Wed, Sep 06, 2000 at 05:23:33PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Moritz Hardt [000906 08:22] wrote: > Oh > > proffessional webservers use special hardware, which is incredible > expensive, especially for non-comercial use. ( for example yahoo gets 18 > milion hits a day too much for your old pentium 75 in the corner of your > room) Yahoo uses FreeBSD and Apache. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9:46: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from magneto.precisioncs.net (pcsi2.coast.net [207.158.140.138]) by hub.freebsd.org (Postfix) with ESMTP id 8B7A937B422 for ; Wed, 6 Sep 2000 09:45:57 -0700 (PDT) Received: from jason (jason.office.precisioncs.net [131.107.2.223]) by magneto.precisioncs.net (8.9.3/8.9.3) with SMTP id MAA05228; Wed, 6 Sep 2000 12:45:46 -0400 (EDT) (envelope-from username@cac.net) Message-ID: <002101c01821$f558d180$df026b83@jason> From: "Jason" To: "Joe" Cc: References: Subject: Re: Can Free BSD be used for a Firewall Date: Wed, 6 Sep 2000 12:46:04 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 yes. FreeBSD has support for NAT and stateful packet inspection firewall rulesets. you can either compile the support directly into the kernel or you can use the sysctl function. the man pages and the FreeBSD handbook sections should be able to answer alot of your questions. http://www.freebsd.org/handbook/firewalls.html - -Jason - ----- Original Message ----- From: "Joe" To: Sent: Wednesday, September 06, 2000 12:17 PM Subject: Can Free BSD be used for a Firewall > Can FreeBSD be used as a firewall? > > > 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.8 for non-commercial use iQA+AwUBObZ0y3FM6tZ+sl1iEQL+tQCYqA0AyOXAmHAbAvpETH+qVTUA4wCfZXtt pch5S4HLEpj+vtA+MLWibj4= =xI1n -----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 Wed Sep 6 9:47:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from infoviaplus.net.ar (adv17.infoviaplus.net.ar [200.9.212.61]) by hub.freebsd.org (Postfix) with ESMTP id EEA1737B424 for ; Wed, 6 Sep 2000 09:47:08 -0700 (PDT) Received: from infovia.com.ar ([209.13.247.56]) by infoviaplus.net.ar (Tid InfoMail Exchanger v2.20) with SMTP id #968258801.108770001; Wed, 6 Sep 2000 13:46:41 -0300 Message-ID: <39B675B5.67924D6A@infovia.com.ar> Date: Wed, 06 Sep 2000 13:49:57 -0300 From: Ignacio X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: es-AR, es-ES, en MIME-Version: 1.0 To: fbsd Subject: firewalls for dummies (for me) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Infomail-Id: 968258801.2A7D01AC1E039E.38801 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having problems with the firewall. i have another machine w/ win 98. i want to enable that machine to acces the internet when i connect this via ppp. i bring up the ppp conection, but the other machine cant get to the internet. have i some problems with the pol of ipfw? The kernel is compiled with this options: ---start (some) kernel options--- options MROUTING ## Multicast routing options IPFIREWALL ##firewall options IPFIREWALL_VERBOSE ##print information about dropped packets options IPFIREWALL_FORWARD ##enable transparent proxy support options "IPFIREWALL_VERBOSE_LIMIT=50" ##limit verbosity #options IPFIREWALL_DEFAULT_TO_ACCEPT ##allow everything by default NO! options IPDIVERT ##divert sockets options IPFILTER ##kernel ipfilter support options IPFILTER_LOG ##ipfilter logging options TCPDEBUG pseudo-device ppp 1 pseudo-device tun 1 ---end kernel options--- ---start (related) dmesg echo--- IP packet filtering initialized, divert enabled, \ rule-based forwarding enabled, logging limited to 50 packets/entry IP Filter: initialized. Default = pass all, Logging = enabled ---end dmesg echo--- ---start (related items) rc.conf--- ifconfig_ed0="inet 192.168.1.1 netmask 255.255.255.0" network_interfaces="ed0 lo0 tun0" hostname="microbio.bbs" firewall_enable="YES" firewall_type="OPEN" defaultrouter="YES" gateway_enable="YES" natd_enable="YES" natd_interface="tun0" natd_flags="-f /etc/natd.conf" ---end rc.conf--- ---start (complete file) rc.firewall--- /sbin/ipfw -f flush /sbin/ipfw add divert natd all from any to any via tun0 /sbin/ipfw add pass all from any to any #future change this!! /sbin/ipfw add 100 pass all from any to any via lo0 /sbin/ipfw add 200 deny all from any to 127.0.0.0/8 ---end rc.firewall--- ---Start (complete file) natd.conf--- log no deny_incoming no same_ports yes dynamic yes verbose no interface tun0 # ICQ Stuff here ---End natd.conf---- ---start (complete file) hosts---- 127.0.0.1 localhost.bbs localhost 192.168.1.1 microbio.bbs microbio 192.168.1.2 matungos.bbs matungos ---end hosts--- microbio:~$ netstat -nrf inet Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 209.13.169.90 UGSc 8 28 ppp0 127.0.0.1 127.0.0.1 UH 0 11 lo0 192.168.72 link#1 UC 0 0 ed0 192.168.72.2 0:0:21:e2:0:fd UHLW 1 565 ed0 1023 209.13.169.90 209.13.247.56 UH 8 0 ppp0 -- Ignacio Zelaya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9:51:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id CDB1837B423 for ; Wed, 6 Sep 2000 09:51:07 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id JAA00036; Wed, 06 Sep 2000 09:51:03 -0700 Message-ID: <39B675F7.32B30E0@urx.com> Date: Wed, 06 Sep 2000 09:51:03 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Johan Andersson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Compiling-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 Johan Andersson wrote: > > Hello!! > > I have a big problem: I have 4.0-RELEASE installed of freebsd right now, > and i cvsup'd down the latest source-code (4.x-stable-supfile). > > After that i made a "make buildworld" and that worked just fine... > Now to the problem: I tried to compile the kernel, but this error came up > when i run make depend: Read /usr/src/UPDATING because config and make depend builds of the kernel are not supported after a cvsup. You have to follow the sequence for the build[install]kernel steps. Kent > > ... > ... > ===> accf_http > ===> agp > make: don't know how to make agp_if.c. Stop > *** Error code 2 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/src/sys/compile/JOHANS_KERNEL. > root@oden /sys/compile/JOHANS_KERNEL# > > what is wrong? (the same error with the GENERIC-config-file) > This config-file worked just fine with the 4.0-RELEASE-kernel-source. > Is there any way to download all the source that is needed in a tgz or > something? > > I have'nt run a make installworld, only compiled the source. > Is there any way to fix this? > > // Johan Andersson > > --- > panic: kernel segmentation violation. core dumped (only kidding) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9:52:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gateway.telecom.ksu.edu (gateway-1.telecom.ksu.edu [129.130.63.239]) by hub.freebsd.org (Postfix) with ESMTP id 9837A37B449 for ; Wed, 6 Sep 2000 09:52:03 -0700 (PDT) Received: from sioux.telecom.ksu.edu(129.130.60.32) by pawnee.telecom.ksu.edu via smap (V2.0) id xma023247; Wed, 6 Sep 00 11:51:48 -0500 Message-ID: <39B6764A.78EBDA8A@telecom.ksu.edu> Date: Wed, 06 Sep 2000 11:52:26 -0500 From: nathan X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: init bootstrap from harddrive Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Question: How do I write bootstrap info to my harddrive so that it boots directly into freebsd? Details: It has freebsd on it now, but, i must boot from a disk, and then enter 0:ad(0,a)/boot/loader which then finishes booting from the harddrive and all is fine... it works great for what we need it for. Also, this is on a 386SX laptop with 4 MB ram, so using the install program is not an option. I've read fdisk, disklabel man pages, and searched the questions' archive, but i'm a bit hesitant to go issuing those commands considering the effort it took to get fbsd on this system in the first place, i DON'T want to blow away all my work. btw.. i tried using a dos disk with bootinst.exe, and that installed booteasy, but on boot, it just keeps saying "Default Freebsd F?" over and over no matter what i type and doesn't boot anything. And since this 120mb harddrive has ONLY fbsd on it, i don't need a boot mgr anyway. example: DOS: i'd just run 'fdisk /mbr' LINUX: i'd simply do 'lilo' thanks! nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9:54:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server3.lojasobino.com.br (server3.lojasobino.com.br [200.248.23.160]) by hub.freebsd.org (Postfix) with ESMTP id CDA7E37B422 for ; Wed, 6 Sep 2000 09:54:48 -0700 (PDT) Received: from pc2 (server1.lojasobino.com.br [200.248.23.150]) by server3.lojasobino.com.br (8.9.3/8.9.3) with SMTP id OAA86907 for ; Wed, 6 Sep 2000 14:13:54 -0300 (EST) (envelope-from Fabrizzio.Batista@lojasobino.com.br) Message-ID: <006301c01820$d4e0db60$65010180@lojasobino.com.br> From: "Fabrizzio Batista" To: Subject: Please, Help me !!! Date: Wed, 6 Sep 2000 13:38:03 -0300 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.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 gurus, I have a SCSI DAT drive but it´s not working. I´m using FreeBSD 4.1 with Adaptec 2940 (ahc). At FreeBSD boot: sa0 at ahc0 bus 0 target 5 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 5.000 MB/s transfers (5.000MHz, offset 15) But when I try to use the DAT, with for example: tar tv Nothing happens, and my shell is "locked". Somebody have any idea ? Please, help me. Thanks in advance, Fabrizzio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 9:55:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from damoe.wireless-isp.net (damoe.wireless-isp.net [208.61.227.212]) by hub.freebsd.org (Postfix) with ESMTP id DF05D37B423 for ; Wed, 6 Sep 2000 09:55:40 -0700 (PDT) Received: (from amavis@localhost) by damoe.wireless-isp.net (8.9.3/8.9.3) id MAA15728 for ; Wed, 6 Sep 2000 12:55:41 -0400 (EDT) (envelope-from keen@damoe.wireless-isp.net) Received: from localhost (keen@localhost) by damoe.wireless-isp.net (8.9.3/8.9.3) with ESMTP id MAA15612 for ; Wed, 6 Sep 2000 12:55:39 -0400 (EDT) (envelope-from keen@damoe.wireless-isp.net) X-Authentication-Warning: damoe.wireless-isp.net: keen owned process doing -bs Date: Wed, 6 Sep 2000 12:55:39 -0400 (EDT) From: David Raistrick To: questions@freebsd.org Subject: Sudden name resolution problems? 4.0-R 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 any replies, as I'm not not subscribed to -questions..] Ok, yesterday things got wierd. My workstation at work is running 4.0-R, and I recently changed the IP address. I kept the old IP bound as well, for a few weeks, just in case. Well, yesterday i removed the old address from the NIC, and things broke. At least, that is when i noticed them breaking. fetchmail stopped retrieving my mail. The error that fetchmail gives is: fetchmail: reading message 1 of 321 (2776 octets) fetchmail: SMTP connect to localhost failed fetchmail: POP3> QUIT fetchmail: POP3< Ken, fetchmail: SMTP transaction error while fetching from xxx.xxx.xxx.xxx Ok, wierd sez I. think that is wierd? damoe:/home/keen%> telnet damoe.wireless-isp.net damoe.wireless-isp.net: No address associated with hostname damoe:/home/keen%> ssh damoe.wireless-isp.net Host key not found from the list of known hosts. Are you sure you want to continue connecting (yes/no)? ^C Received signal 2. damoe:/home/keen%> nslookup damoe.wireless-isp.net Server: dns1.wireless-isp.net Address: 208.61.227.10 Name: damoe.wireless-isp.net Address: 208.61.227.212 damoe:/home/keen%> Telnet doesnt want to resolve names! I've tried all of the nameservers i have handy, including the one running on the workstation...nada. I cant seem to find a way to get telnet to give me anything more verbose for the error, though. I find nothing of it in the logs, either. Suggestions?? Fyi, I did try adding the old IP back to the NIC, same thing. Even swapped everything back to the old ip scheme...nada. What am i missing? I've changed IP addresses on many FreeBSD boxen since 3.0-R...(what can I say, I was a bsd/os guy before that..;) with never a problem..at least not such as this. Thanks for your help.. ...david -- David Raistrick Digital Wireless Communications davidr@dwcinet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 10: 1:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rhall.sc.scruznet.com (rhall.sc.scruznet.com [165.227.39.129]) by hub.freebsd.org (Postfix) with ESMTP id C3CFE37B43F for ; Wed, 6 Sep 2000 10:01:40 -0700 (PDT) Received: (from freebsd@localhost) by rhall.sc.scruznet.com (8.9.3/8.9.3) id KAA50593; Wed, 6 Sep 2000 10:01:35 -0700 (PDT) (envelope-from freebsd) Date: Wed, 6 Sep 2000 10:01:34 -0700 From: Mailing List Owner To: Moritz Hardt Cc: questions@freebsd.org Subject: Re: FreeBSD Web Server Message-ID: <20000906100134.A47553@rhall.sc.scruznet.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from root@morix.de on Wed, Sep 06, 2000 at 05:23:33PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Large scale sites use lots of smaller machines behind a load balancing solution. The thing to watch for, is your application stateless or stateful. If stateless, then any simple round robin type of balancing will work. If stateful, then you will need to stick users to a specific machine, probably based on source ip or cookie. Roland Hall rhall@lightsurf.nospam.com On Wed, Sep 06, 2000 at 05:23:33PM +0200, Moritz Hardt wrote: > Oh > > proffessional webservers use special hardware, which is incredible > expensive, especially for non-comercial use. ( for example yahoo gets 18 > milion hits a day too much for your old pentium 75 in the corner of your > room) > > the most important thing is RAM and the right connection. so i suppose a > athlon-700 with at least 512mb and a T3 clould handle more than 100000 > hits a day. but im really not sure. > > > > Moritz > - Keep Lynx Alive! > > On Wed, 6 Sep 2000, Tim Moore wrote: > > -> > ->Ok what about a server that takes a ungodly amount of hits because right now > ->we cannot speculate on how much we are going to get hit. Say how much a web > ->server would get hit if it advertised during the Superbowl? > -> > -> > ->-----Original Message----- > ->From: owner-freebsd-questions@FreeBSD.ORG > ->[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Andresen,Jason > ->R. > ->Sent: Wednesday, September 06, 2000 11:07 AM > ->To: Tim Moore > ->Cc: Questions > ->Subject: Re: FreeBSD Web Server > -> > -> > ->Tim Moore wrote: > ->> > ->> Anyone running a web server that takes 400 hits an hour? If so what kind > ->of > ->> hardware is it running on? > -> > ->That's only like 6.5 hits per minute. Unless you are running some > ->extremely resource hungry cgi scripts just about anything should be able > ->to serve that. Just about any old Pentium should be plenty. > -> > ->-- > -> _ _ _ ___ ____ ___ ______________________________________ > -> / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org > -> / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those > ->/_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. > -> > -> > ->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 Wed Sep 6 10: 2:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f131.law9.hotmail.com [64.4.9.131]) by hub.freebsd.org (Postfix) with ESMTP id 30D0337B422 for ; Wed, 6 Sep 2000 10:02:34 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 6 Sep 2000 10:02:33 -0700 Received: from 63.20.126.32 by lw9fd.law9.hotmail.msn.com with HTTP; Wed, 06 Sep 2000 17:02:33 GMT X-Originating-IP: [63.20.126.32] From: "rich reuther" To: questions@freeBSD.org Date: Wed, 06 Sep 2000 17:02:33 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 06 Sep 2000 17:02:33.0934 (UTC) FILETIME=[40145EE0:01C01824] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently purchased the unix os that you produce. I have a brand-new computer.....2 weeks old and the sysinstall that boots up when your os disk is beginning to install states "no disks found". is there any way i can load a driver or etc to enable me to install the product on that computer. thanks rich reuther _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 10: 9:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from magneto.precisioncs.net (pcsi2.coast.net [207.158.140.138]) by hub.freebsd.org (Postfix) with ESMTP id AB6E237B422 for ; Wed, 6 Sep 2000 10:09:53 -0700 (PDT) Received: from jason (jason.office.precisioncs.net [131.107.2.223]) by magneto.precisioncs.net (8.9.3/8.9.3) with SMTP id NAA05443; Wed, 6 Sep 2000 13:09:42 -0400 (EDT) (envelope-from username@cac.net) Message-ID: <004a01c01825$4bf9e9e0$df026b83@jason> From: "Jason" To: "rich reuther" Cc: References: Subject: Re: Hard disk not found (Was: ) Date: Wed, 6 Sep 2000 13:10:01 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 What kind of hard drive do you have in the machine? IDE? SCSI? what kind of computer is it? Did it have anything pre-installed on it? - -Jason - ----- Original Message ----- From: "rich reuther" To: Sent: Wednesday, September 06, 2000 1:02 PM > I recently purchased the unix os that you produce. I have a > brand-new computer.....2 weeks old and the sysinstall that boots > up when your os disk is beginning to install states "no disks > found". is there any way i can load a driver or etc to enable me > to install the product on that computer. > > > > thanks > > > rich reuther > ____________________________________________________________________ > _____ Get Your Private, Free E-mail from MSN Hotmail at > http://www.hotmail.com. > > Share information about yourself, create your own public profile at > http://profiles.msn.com. > > > > 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.8 for non-commercial use iQA/AwUBObZ6Z3FM6tZ+sl1iEQIdJACgoo1FJRLPbh2FualQtXNL1PEzhBgAnR67 460JA42gZpv1+eRUixKMp3bW =H5af -----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 Wed Sep 6 10:18:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 44BEF37B423 for ; Wed, 6 Sep 2000 10:18:43 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id KAA00118; Wed, 06 Sep 2000 10:18:41 -0700 Message-ID: <39B67C70.98CA429E@urx.com> Date: Wed, 06 Sep 2000 10:18:40 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Kenneth Wayne Culver Cc: freebsd-questions@FreeBSD.ORG Subject: Re: another wierd problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kenneth Wayne Culver wrote: > > I'm having yet another wierd problem, it seems that whenever I try to run > the dmesg program, I get the error: > > dmesg: malloc failed > > and nothing is displayed. > > Can anyone tell me how to fix this? Have you cvsup'ed and built a kernel without building your user land? Strange things happen when your kernel and world don't agree. You also didn't state which version of FreeBSD you are using. Kent > > Ken > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 10:23:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.hitechtesting.com (ns.hitechtesting.com [209.144.20.6]) by hub.freebsd.org (Postfix) with ESMTP id 58D5037B423 for ; Wed, 6 Sep 2000 10:23:38 -0700 (PDT) Received: from sbrown.hitechtesting.com (sbrown.hitechtesting.com [192.168.0.16]) by ns.hitechtesting.com (8.9.3/8.9.3) with ESMTP id MAA22186 for ; Wed, 6 Sep 2000 12:35:42 -0500 (CDT) Message-Id: <4.3.2.7.0.20000906122149.00a97e40@mail.hitechtesting.com> X-Sender: sbrown@mail.hitechtesting.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Wed, 06 Sep 2000 12:26:57 -0500 To: questions@FreeBSD.org From: Scot Brown Subject: 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 am having a problem installing freeBSD. Everytime I install I get a ad0: UDMA ICRC Error blk# 0 retrying ad0: UDMA ICRC Error blk# 0 retrying ad0: UDMA ICRC Error blk# 0 retrying ad0: UDMA ICRC Error blk# 0 retrying ad0: UDMA ICRC Error blk# 0ata0-mast : Warning: WAIT_READY active=ATA+ACTVE_ATA failing back to P10 mode I am running a AMD K7 with 128m RAM 15 gig IBM HDD Thanks in advance. Scot Brown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 10:23:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.122.47]) by hub.freebsd.org (Postfix) with ESMTP id 36EB137B422; Wed, 6 Sep 2000 10:23:53 -0700 (PDT) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.10.1/8.10.1) with ESMTP id e86HNlF70906; Wed, 6 Sep 2000 10:23:48 -0700 (PDT) Date: Wed, 6 Sep 2000 10:23:47 -0700 (PDT) From: Doug White To: Rolandas Naujikas Cc: stable@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: How to update -STABLE from remote location ? In-Reply-To: <20000906081601.A39240@uosis.mif.vu.lt> 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, 6 Sep 2000, Rolandas Naujikas wrote: > I'm administrator of a server with FreeBSD 4.1-STABLE. > Before some time I found than it is not possible replace executable > and shared libraries when are used for execution ("Text file busy" error > message). So how can I update my -STABLE from remote location ? You shouldn't, unless you have a serial console, and even then it's quite dangerous. When doing installworld you should shutdown to single-user mode to prevent any conflicts or damage. > I'm thinking abount alternate disk partitions for /usr, /var and /, so I > would be able to update into alternate location, and switch rootdev to > updated location. How I can switch to boot from different partition ? Playing with boot options from remote really gives me the willies. Also upgrading production systems is a good way to screw things up. > P.S. I'm sorry for my language. You weren't swearing, if that's what you were apologizing for. :) Your English is fine -- be proud. Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | 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 Sep 6 10:24:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id F249437B422 for ; Wed, 6 Sep 2000 10:24:46 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id KAA00141; Wed, 06 Sep 2000 10:24:41 -0700 Message-ID: <39B67DD9.A65D9465@urx.com> Date: Wed, 06 Sep 2000 10:24:41 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Ignacio Cc: fbsd Subject: Re: firewalls for dummies (for me) References: <39B675B5.67924D6A@infovia.com.ar> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ignacio wrote: > > I'm having problems with the firewall. > > i have another machine w/ win 98. i want to enable that machine to > acces the internet when i connect this via ppp. > > i bring up the ppp conection, but the other machine cant get to the > internet. > > have i some problems with the pol of ipfw? > > The kernel is compiled with this options: > ---start (some) kernel options--- > options MROUTING ## Multicast routing > options IPFIREWALL ##firewall > options IPFIREWALL_VERBOSE ##print information > about dropped packets > options IPFIREWALL_FORWARD ##enable transparent > proxy support > options "IPFIREWALL_VERBOSE_LIMIT=50" ##limit verbosity > #options IPFIREWALL_DEFAULT_TO_ACCEPT ##allow everything by > default NO! > options IPDIVERT ##divert sockets > options IPFILTER ##kernel ipfilter > support > options IPFILTER_LOG ##ipfilter logging > options TCPDEBUG > pseudo-device ppp 1 > pseudo-device tun 1 > ---end kernel options--- > > ---start (related) dmesg echo--- > IP packet filtering initialized, divert enabled, \ > rule-based forwarding enabled, logging limited to 50 packets/entry > IP Filter: initialized. Default = pass all, Logging = enabled > ---end dmesg echo--- > > ---start (related items) rc.conf--- > ifconfig_ed0="inet 192.168.1.1 netmask 255.255.255.0" > network_interfaces="ed0 lo0 tun0" > hostname="microbio.bbs" > firewall_enable="YES" > firewall_type="OPEN" > defaultrouter="YES" Not yes but the IP address of your ISP's router. Kent > gateway_enable="YES" > natd_enable="YES" > natd_interface="tun0" > natd_flags="-f /etc/natd.conf" > ---end rc.conf--- > > -- > Ignacio Zelaya > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 10:28:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 1220A37B422 for ; Wed, 6 Sep 2000 10:28:13 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id KAA00161; Wed, 06 Sep 2000 10:27:56 -0700 Message-ID: <39B67E9C.EEFDA3A1@urx.com> Date: Wed, 06 Sep 2000 10:27:56 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Scot Brown Cc: questions@FreeBSD.ORG Subject: Re: FreeBSD References: <4.3.2.7.0.20000906122149.00a97e40@mail.hitechtesting.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Scot Brown wrote: > > I am having a problem installing freeBSD. Everytime I install I get a > ad0: UDMA ICRC Error blk# 0 retrying > ad0: UDMA ICRC Error blk# 0 retrying > ad0: UDMA ICRC Error blk# 0 retrying > ad0: UDMA ICRC Error blk# 0 retrying > ad0: UDMA ICRC Error blk# 0ata0-mast : Warning: WAIT_READY active=ATA+ACTVE_ATA > failing back to P10 mode > > I am running a AMD K7 with 128m RAM > 15 gig IBM HDD > > Thanks in advance. > Scot Brown > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 10:31:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 8BF4F37B422 for ; Wed, 6 Sep 2000 10:31:25 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id KAA00180; Wed, 06 Sep 2000 10:31:22 -0700 Message-ID: <39B67F6A.3F6685C4@urx.com> Date: Wed, 06 Sep 2000 10:31:22 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Scot Brown Cc: questions@FreeBSD.ORG Subject: Re: FreeBSD References: <4.3.2.7.0.20000906122149.00a97e40@mail.hitechtesting.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry about the empty reply. I hit the wrong button. Scot Brown wrote: > > I am having a problem installing freeBSD. Everytime I install I get a > ad0: UDMA ICRC Error blk# 0 retrying > ad0: UDMA ICRC Error blk# 0 retrying > ad0: UDMA ICRC Error blk# 0 retrying > ad0: UDMA ICRC Error blk# 0 retrying > ad0: UDMA ICRC Error blk# 0ata0-mast : Warning: WAIT_READY active=ATA+ACTVE_ATA > failing back to P10 mode > > I am running a AMD K7 with 128m RAM > 15 gig IBM HDD > This seems to be a common problem with Via based motherboards and UDMA33/66 IDE drives. The was a lot of discussion when 4.0 was first release. That is in the archives. I thought some of it was fixed at the current stable. Some people turn UDMA off or use sysctl to do it at the boot. Kent > Thanks in advance. > Scot Brown > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 10:42: 3 2000 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 496CA37B424 for ; Wed, 6 Sep 2000 10:42:01 -0700 (PDT) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id NAA23077 for questions@freebsd.org; Wed, 6 Sep 2000 13:41:15 -0400 (EDT) (envelope-from mwlucas) From: Michael Lucas Message-Id: <200009061741.NAA23077@blackhelicopters.org> Subject: included "option EXT2FS", still can't mount linux partition To: questions@freebsd.org Date: Wed, 6 Sep 2000 13:41:15 -0400 (EDT) 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, My kernel includes EXT2FS: ... options FFS_ROOT #FFS usable as root device [keep this!] options EXT2FS options SOFTUPDATES #Enable FFS soft updates support ... It was compiled into my kernel: # grep -i ext2 /sys/compile/TURTLEDAWN/typescript | wc -l 11 # And yet: # mount_ext2fs /dev/ad0s3 /usr/compat/linux mount_ext2fs: vfsload(ext2fs): No such file or directory # Any suggestions on where to go from here? # uname -a FreeBSD turtledawn.blackhelicopters.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Sep 2 17:22:44 EDT 2000 mwlucas@turtledawn.blackhelicopters.org:/usr/obj/usr/src/sys/TURTLEDAWN i386 Thanks, Michael -- Michael Lucas mwlucas@blackhelicopters.org http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 10:42:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 6894C37B422 for ; Wed, 6 Sep 2000 10:42:20 -0700 (PDT) Received: by heorot.1nova.com (Postfix, from userid 1000) id 146C53282; Tue, 5 Sep 2000 10:05:55 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 041AB3281; Tue, 5 Sep 2000 10:05:54 +0000 (GMT) Date: Tue, 5 Sep 2000 10:05:54 +0000 (GMT) From: Rick Hamell To: Joe Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Can Free BSD be used for a Firewall 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 > Can FreeBSD be used as a firewall? Yes, check ouy http://www.freebsd.org/handbook and http://www.freebsddiary.org for hints and instructions on how to do so. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 10:51: 4 2000 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 862A137B423; Wed, 6 Sep 2000 10:50:57 -0700 (PDT) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id KAA31097; Wed, 6 Sep 2000 10:50:16 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda31095; Wed Sep 6 10:50:01 2000 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.9.3/8.9.1) id KAA64901; Wed, 6 Sep 2000 10:50:00 -0700 (PDT) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdC64899; Wed Sep 6 10:49:37 2000 Received: (from uucp@localhost) by cwsys.cwsent.com (8.11.0/8.9.1) id e86HnaA75611; Wed, 6 Sep 2000 10:49:36 -0700 (PDT) Message-Id: <200009061749.e86HnaA75611@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdJ75603; Wed Sep 6 10:48:58 2000 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 4.1-RELEASE X-Sender: cy To: Doug White Cc: Rolandas Naujikas , stable@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: How to update -STABLE from remote location ? In-reply-to: Your message of "Wed, 06 Sep 2000 10:23:47 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 06 Sep 2000 10:48:58 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Doug White writes: > On Wed, 6 Sep 2000, Rolandas Naujikas wrote: > > > I'm administrator of a server with FreeBSD 4.1-STABLE. > > Before some time I found than it is not possible replace executable > > and shared libraries when are used for execution ("Text file busy" error > > message). So how can I update my -STABLE from remote location ? > > You shouldn't, unless you have a serial console, and even then it's > quite dangerous. When doing installworld you should shutdown to > single-user mode to prevent any conflicts or damage. My team does this with remote Sun systems attached to a serial console via a FreeBSD system running conserver, as it saves a helijet trip to the mainland. We have plans to upgrade the FreeBSD console server remotely. Currently we've only upgraded our less critical FreeBSD systems remotely, a trip by elevator away. With careful planning it can be done. > > > I'm thinking abount alternate disk partitions for /usr, /var and /, so I > > would be able to update into alternate location, and switch rootdev to > > updated location. How I can switch to boot from different partition ? > > Playing with boot options from remote really gives me the willies. Also > upgrading production systems is a good way to screw things up. I've done this with Solaris, Tru64-UNIX, and FreeBSD. It's an idea I brought over from the MVS (IBM Mainframe) world, where at our shop we call it the FOOBAR Roll. The steps we take (I'll miss some minor steps for brevity) are, 1. Copy the system to a disk mounted as /foobar. 2. Modify /foobar/etc/fstab to reflect new device names for /, /usr, etc. Also modify boot parameters. 3. chroot /foobar /bin/sh 4. cd /usr/src 5. make buildworld, buildkernel, installkernel, boot, installworld. So far so good. There is no guarantee that this will work as FreeBSD evolves, but it works for now and it saves a 30 minute helicopter trip to Vancouver. If the system in Vancouver is hosed as a result of this, we can live without it for a short while until we can schedule a trip. > > > P.S. I'm sorry for my language. > > You weren't swearing, if that's what you were apologizing for. :) Your > English is fine -- be proud. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Team Leader, Sun/DEC Team Internet: Cy.Schubert@osg.gov.bc.ca Open Systems Group, ITSD, ISTA Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 10:52:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by hub.freebsd.org (Postfix) with ESMTP id A05F437B422 for ; Wed, 6 Sep 2000 10:52:47 -0700 (PDT) Received: from ipamzlx.Physik.Uni-Mainz.DE (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by ipamzlx.physik.uni-mainz.de (8.11.0/8.9.3) with ESMTP id e86HtGT01009; Wed, 6 Sep 2000 19:55:16 +0200 (CEST) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Wed, 6 Sep 2000 19:55:16 +0200 (CEST) From: "O. Hartmann" To: Alfred Perlstein Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Lahey Fortran95 and FreeBSD/Linux Emulation In-Reply-To: <20000906094056.B18862@fw.wintelcom.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, 6 Sep 2000, Alfred Perlstein wrote: Dear Alfred Perlstein. Well, I'm glad to tell you: it works! My mistake was obviously "branding" the shared objects. What I did is: I installed linux_base (I tried linux_devtools also, but it works with both!). Then I installed Lahey/Fujitsu Fortran 95 Compiler and I followed the suggestions on what kind of glibc was installed (I think it is 2.1 with the recent port). I installed the stuff in /usr/local/lf9555. Then I went into /usr/local/lf9555/bin and "brandelf'ed" all the stuff herein "brandelf -t Linux *". That worked. Then I walked into /compat/linux/etc/ and added the line "/usr/local/lf955/lib" in ld.so.conf. Then I put a symlink into /compat/linux/usr/local/ pointing to /usr/local/lf9555 (doing "ln -s /usr/local/lf9555 /compat/linux/usr/local/lf9555"). Well, because I'm a little bit stupid and foolish on how to work with Linux, I do not know how to rehash the shared object cache, so I rebooted the machine. Then I went into the source tree of a standard application, a numerical model called ddscat. It compiled very well and after starting the binary from the right place and with the right option, I produced well known and correct output. Next time I'll see whether this works with all of our numerical stuff at our department, we have some projects on fortran based software and all the oncoming numerical calculations would be done on a new FBSD SMP server - and I hope that will work! Thanks a lot for your really helpfull assistance! Best wishes, O. Hartmann :>* O. Hartmann [000906 05:22] wrote: :>> On Tue, 5 Sep 2000, Alfred Perlstein wrote: :>> Well ... :>> Here I am again, a new issue of the old problem. :>> :>> I'm soory, but acting like a foolish newbie isn't of mine and I :>> do not want myself to be one, but I ran into new problems. After :>> I realized, that binaries has to be "branded" for usage with Linux :>> and after I realized, that compat/linux is the "root tree" for all :>> lib-searches, after installing the linux_devtools port out of the :>> ports-collection, I got rid of many previous problems. :>> :>> Now I made some links of the lib-path of the installation of :>> Lahey Fujitsu Fortran 96 compiler into /compat/linux/usr/local/lib :>> and I added the specific row into ld.so.conf. Fortran compiler :>> now runs perfectly through the code, but after compiling, I try to :>> start the binary - and I get this error message: :> :>> :>> ddscat: error in loading shared libraries: libfj9i6.so.1: ELF file OS ABI invalid. :>> :>> What is that? I branded both the lib and the binary to be Linux :>> type ... and now it says, that I have some OS ABI problems? :> :>Ack, dude, you _must_ fix your mailer to wrap lines at 70 characters. :) :> :>I think you weren't supposed to brandelf the library :(, do you have :>a backup copy of it? :> :>maybe you can run the binary like so: :> :> truss executable :> :>and put the output up on some url? :> :>I'm sending an email to Lahey to ask for an evaluation copy of thier :>software so I can see if I can get this working. :> :>-- :>-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] :>"I have the heart of a child; I keep it in a jar on my desk." :> Gruss O. Hartmann ------------------------------------------------------------------- ohartman@ipamzlx.physik.uni-mainz.de Klimadatenserver des IPA, Universitaet Mainz Netzwerk- und Systembetreuung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 10:53:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out4.prserv.net [32.97.166.34]) by hub.freebsd.org (Postfix) with ESMTP id 7739637B424 for ; Wed, 6 Sep 2000 10:53:09 -0700 (PDT) Received: from attglobal.net ([129.37.169.251]) by prserv.net (out4) with SMTP id <20000906175307239034sm6je>; Wed, 6 Sep 2000 17:53:08 +0000 Message-ID: <39B684D2.B1925E14@attglobal.net> Date: Wed, 06 Sep 2000 13:54:27 -0400 From: youlgok@attglobal.net Reply-To: youlgok@attglobal.net X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-Questions Subject: /zip mounting problem 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: This is a part of my dmesg: da0 at vpo0 bus 0 target 6 lun 0 da0: Removable Direct Access SCSI-2 device da0: 96MB (196608 512 byte sectors: 64H 32S/T 96C) WARNING: R/W mount of /zip denied. Filesystem is not clean - run fsck WARNING: R/W mount of /zip denied. Filesystem is not clean - run fsck WARNING: R/W mount of /zip denied. Filesystem is not clean - run fsck And I can't mount /zip. What is the problem here? Any help would be appreciated. Thanks. -Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 10:54:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 7088C37B423 for ; Wed, 6 Sep 2000 10:54:31 -0700 (PDT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.9.3/8.9.3) with ESMTP id OAA44569; Wed, 6 Sep 2000 14:53:28 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Wed, 6 Sep 2000 14:53:28 -0300 (ART) From: Fernando Gleiser To: Ignacio Cc: fbsd Subject: Re: firewalls for dummies (for me) In-Reply-To: <39B675B5.67924D6A@infovia.com.ar> 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, 6 Sep 2000, Ignacio wrote: > > I'm having problems with the firewall. > > i have another machine w/ win 98. i want to enable that machine to > acces the internet when i connect this via ppp. > what's the win98 default gw? It can be that the w98 doesn't know where to forward the packets. what's the win98 name server? maybe the win 98 can't resolve host names. please, do a tcpdump -nli host , and a tcpdump -nli tun0 then try to access some web page from the w98 and then post the tcpdump traces to the list, so we can see them. Fer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 10:55:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from diskfarm.firehouse.net (rdu25-12-043.nc.rr.com [24.25.12.43]) by hub.freebsd.org (Postfix) with ESMTP id EE93637B423 for ; Wed, 6 Sep 2000 10:55:56 -0700 (PDT) Received: (from abc@localhost) by diskfarm.firehouse.net (8.9.3/8.9.3) id NAA87780; Wed, 6 Sep 2000 13:56:26 -0400 (EDT) (envelope-from abc) Date: Wed, 6 Sep 2000 13:56:26 -0400 From: Alan Clegg To: youlgok@attglobal.net Cc: FreeBSD-Questions Subject: Re: /zip mounting problem Message-ID: <20000906135626.B87378@diskfarm.firehouse.net> Mail-Followup-To: Alan Clegg , youlgok@attglobal.net, FreeBSD-Questions References: <39B684D2.B1925E14@attglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <39B684D2.B1925E14@attglobal.net>; from youlgok@attglobal.net on Wed, Sep 06, 2000 at 01:54:27PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Unless the network is lying to me again, youlgok@attglobal.net said: > WARNING: R/W mount of /zip denied. Filesystem is not clean - run fsck > WARNING: R/W mount of /zip denied. Filesystem is not clean - run fsck > WARNING: R/W mount of /zip denied. Filesystem is not clean - run fsck > > And I can't mount /zip. What is the problem here? It looks like the filesystem is not clean. You might want to run fsck. Check 'man fsck' AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 11:10:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom0-017.telepath.com [216.14.0.17]) by hub.freebsd.org (Postfix) with SMTP id 48F1837B424 for ; Wed, 6 Sep 2000 11:09:54 -0700 (PDT) Received: (qmail 20318 invoked by uid 100); 6 Sep 2000 18:09:17 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14774.34893.26227.486067@guru.mired.org> Date: Wed, 6 Sep 2000 13:09:17 -0500 (CDT) To: Siegbert Baude Cc: "freebsd-questions@freebsd.org" Subject: Re: Installing CD packages to HD? In-Reply-To: <39B61430.1F2F60BD@gmx.de> References: <14773.33577.842372.439782@guru.mired.org> <39B61430.1F2F60BD@gmx.de> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Siegbert Baude writes: > Hi Mike, > > I believe the 4.0-RELEASE cdrom was equally damaged. Personally, I > > *hate* this. Since I build ports with LOCALBASE=/usr/opt, the packages > > are useless. Since the distfiles can be used to create the packages, > > but not vice versa, this is a loss in functionality. My use of the > > things is now restricted to dealing with -questions (as above), and > > making copies for friends who otherwise wouldn't look at FreeBSD. > Look at the -p (prefix) option of pkg_add. You can change the install directory > there. Hi Siegbert, While that will change the install directory, I find it hard to believe that it will change things like the file names in man pages, or the compiled-in paths to files, etc. In practice, I've noticed that doing a "make" with one prefix and a "make install" with another leads to confusing results. So while some things make work fine with the -p option, many won't. Thanx, ; Wed, 6 Sep 2000 11:11:12 -0700 (PDT) Received: (qmail 21411 invoked from network); 6 Sep 2000 18:11:07 -0000 Received: from unknown (HELO steve) (192.168.1.20) by 192.168.1.3 with SMTP; 6 Sep 2000 18:11:07 -0000 Message-ID: <00c201c0182d$15a7d750$1401a8c0@steve> From: "Steve Quezadas" To: Subject: cqcam not compiling Date: Wed, 6 Sep 2000 11:05:48 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00BF_01C017F2.692D8810" 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 This is a multi-part message in MIME format. ------=_NextPart_000_00BF_01C017F2.692D8810 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello everyone, I am trying to compile cqcam 0.45a. I read the INSTALL and README files, = made the necessary change for it to work on FreeBSD, and I got the = following error: Compiling cqcam.C... done > Compiling imager.C... done > Compiling rcfile.C... done > Linking cqcam...cqcam.o: In function `ffs': > cqcam.o(.text+0xcec): multiple definition of `ffs' > camera.o(.text+0x12bc): first defined here > *** Error code 1 =20 > Stop in /usr/ports/graphics/cqcam/work/cqcam-0.45a. > *** Error code 1 Does anyone know what "ffs" is? I don't know how to fix this problem and = the author of this thing seems like a real jerk so I doubt I will get = help from him. I am using FreeBSD 4.1 - Steve ------=_NextPart_000_00BF_01C017F2.692D8810 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello everyone,
 
I am trying to compile cqcam 0.45a. I = read the=20 INSTALL and README files, made the necessary change for it to work on = FreeBSD,=20 and I got the following error:
 
Compiling cqcam.C... = done
> Compiling=20 imager.C... done
> Compiling rcfile.C... done
> Linking=20 cqcam...cqcam.o: In function `ffs':
>=20 cqcam.o(.text+0xcec): multiple definition of `ffs'
>=20 camera.o(.text+0x12bc): first defined here
> *** Error code=20 1
 
> Stop in=20 /usr/ports/graphics/cqcam/work/cqcam-0.45a.
> *** = Error code=20 1
 
Does anyone know what "ffs" is? I don't = know how to=20 fix this problem and the author of this thing seems like a real jerk so = I doubt=20 I will get help from him. I am using FreeBSD 4.1
 
 - Steve
 
------=_NextPart_000_00BF_01C017F2.692D8810-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 11:13:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.bsag.ch (ns.bsag.ch [195.246.88.210]) by hub.freebsd.org (Postfix) with ESMTP id 8572A37B424 for ; Wed, 6 Sep 2000 11:13:36 -0700 (PDT) Received: (from hpr@localhost) by ns.bsag.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id UAA22145; Wed, 6 Sep 2000 20:13:30 +0200 Date: Wed, 6 Sep 2000 20:13:30 +0200 From: Hanspeter Roth Bsag To: Raymond Hicks Cc: freebsd-questions@FreeBSD.ORG Subject: Re: if I want to upgrade from 3.4 to 4.1, cant I just use sysinstall and upgrade? will this work? Message-ID: <20000906201330.A22067@bs11.bsag.ch> References: <001b01c0181e$53e31390$0a0a0a0a@sysenglt112> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <001b01c0181e$53e31390$0a0a0a0a@sysenglt112>; from rayhicks@UU.NET on Wed, Sep 06, 2000 at 12:20:09PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 06, 2000 at 12:20:09PM -0400, Raymond Hicks wrote: > if I want to upgrade from 3.4 to 4.1, cant I just use sysinstall and > upgrade? will this work? I did it. I used the 4.1 Iso image which can be downloaded. It doesn't contain all packages I had already installed. But they can be installed using the ports. There was one port which wasn't available in the version that was present when 4.1 was released. I fetched the ports files from 4.1stable and it built successfully. > > I have already launched the upgrade but it did not give me a choice as to > what version I wanted to upgrade to? Is this not the correct procedure? I didn't see a choice in sysinstall either. It upgraded to 4.1R. What else do you expect? -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 11:19:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from walhalla.sin.khk.be (ns.sin.khk.be [194.7.78.21]) by hub.freebsd.org (Postfix) with ESMTP id C8FF837B423 for ; Wed, 6 Sep 2000 11:19:22 -0700 (PDT) Received: from localhost (fatman@localhost) by walhalla.sin.khk.be (8.9.3/8.9.1) with ESMTP id TAA29110 for ; Wed, 6 Sep 2000 19:54:06 +0200 X-Authentication-Warning: walhalla.sin.khk.be: fatman owned process doing -bs Date: Wed, 6 Sep 2000 19:54:06 +0200 (CEST) From: Ramses Smeyers X-Sender: fatman@walhalla.sin.khk.be To: freebsd-questions@FreeBSD.ORG Subject: useripacct 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 the maintainer of a package called UserIPacct. It is a kernel patch combined with a daemon to accout local users on your system for their IP usage. I'm looking for a similar program on FreeBSD. Can somebody give me pointers of programs which can do this on FreeBSD. If you think it does not exist, I would gladly start proting the patch/daemon to the FreeBSD system. Only problem is that I would like some people to help me with that, so mayby a call for people who are interested of porting the current kernel patch to BSD and adapting the daemons to work properly under FreeBSD. More information can be found at http://rsmeyers.3ti.org/useripacct ys, Ramses Smeyers P.S.: CC'ing me is a good idea, as I'm not on this list ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 11:25:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inf.ufrgs.br (caracol.inf.ufrgs.br [143.54.11.7]) by hub.freebsd.org (Postfix) with ESMTP id A68C137B422 for ; Wed, 6 Sep 2000 11:24:45 -0700 (PDT) Received: from jacui.inf.ufrgs (jacui [143.54.11.130]) by inf.ufrgs.br (8.9.1a/8.9.1) with ESMTP id PAA13437 for ; Wed, 6 Sep 2000 15:21:50 -0300 (EST) Received: from localhost (drebes@localhost) by jacui.inf.ufrgs (8.9.3+Sun/8.9.1) with ESMTP id PAA04132 for ; Wed, 6 Sep 2000 15:26:37 -0300 (EST) X-Authentication-Warning: jacui.inf.ufrgs: drebes owned process doing -bs Date: Wed, 6 Sep 2000 15:26:37 -0300 (EST) From: Roberto Jung Drebes X-Sender: drebes@jacui To: freebsd-questions@freebsd.org Subject: Any user mounting a disc? 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 make any user have permission to mount a disc, something like the "user" linux option in fstab? I want to allow all users to mount floppy and zip disks. TIA, -- Roberto Jung Drebes Porto Alegre, RS - Brasil http://www.inf.ufrgs.br/~drebes/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 11:28: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.infowest.com (ns1.infowest.com [204.17.177.10]) by hub.freebsd.org (Postfix) with ESMTP id B560037B422; Wed, 6 Sep 2000 11:27:59 -0700 (PDT) Received: by ns1.infowest.com (Postfix, from userid 0) id DAA8E21187; Wed, 6 Sep 2000 12:27:58 -0600 (MDT) To: questions@freebsd.org, , security@freebsd.org Subject: No more RSAREF??? Reply-To: From: "Aaron D. Gifford" Message-Id: <20000906182758.DAA8E21187@ns1.infowest.com> Date: Wed, 6 Sep 2000 12:27:58 -0600 (MDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG With today's announcement by RSA Security, Inc. that beginning today (6 Sept. 2000) they will no longer enforce the RSA patent (which expires later this month on the 20th anyway), how will this change FreeBSD's plans to completely remove the requirement for RSAREF use in the US? Will it simplify things much? Will international (non-US) and domestic (US) crypto sources merge together better? Aaron out. P.S. The announcement can be seen at http://www.rsasecurity.com/news/pr/000906-1.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 11:41:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-ether.rz.uni-ulm.de [134.60.1.36]) by hub.freebsd.org (Postfix) with ESMTP id 0AF8337B422 for ; Wed, 6 Sep 2000 11:41:24 -0700 (PDT) Received: from lilith (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with SMTP id UAA05052; Wed, 6 Sep 2000 20:40:56 +0200 (MEST) Message-ID: <001801c01832$07302100$4011a8c0@wohnheim.uniulm.de> From: "Siegbert Baude" To: "Mike Meyer" Cc: References: <14773.33577.842372.439782@guru.mired.org><39B61430.1F2F60BD@gmx.de> <14774.34893.26227.486067@guru.mired.org> Subject: Re: Installing CD packages to HD? Date: Wed, 6 Sep 2000 20:40:48 +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.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 Mike, > > > I believe the 4.0-RELEASE cdrom was equally damaged. Personally, I > > > *hate* this. Since I build ports with LOCALBASE=/usr/opt, the packages > > > are useless. Since the distfiles can be used to create the packages, > > > but not vice versa, this is a loss in functionality. My use of the > > > things is now restricted to dealing with -questions (as above), and > > > making copies for friends who otherwise wouldn't look at FreeBSD. > > Look at the -p (prefix) option of pkg_add. You can change the install directory > > there. > While that will change the install directory, I find it hard to > believe that it will change things like the file names in man pages, > or the compiled-in paths to files, etc. > > In practice, I've noticed that doing a "make" with one prefix and a > "make install" with another leads to confusing results. So while some > things make work fine with the -p option, many won't. There are also the MASTER and SLAVE options. But I never fiddled around with them. Anybody here with some experience? Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 11:54:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id 3918137B42C for ; Wed, 6 Sep 2000 11:54:30 -0700 (PDT) Received: from rac5.wam.umd.edu (IDENT:root@rac5.wam.umd.edu [128.8.10.145]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id OAA04843; Wed, 6 Sep 2000 14:54:27 -0400 (EDT) Received: from rac5.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac5.wam.umd.edu (8.9.3/8.9.3) with SMTP id OAA21664; Wed, 6 Sep 2000 14:54:26 -0400 (EDT) Received: from localhost (culverk@localhost) by rac5.wam.umd.edu (8.9.3/8.9.3) with ESMTP id OAA21656; Wed, 6 Sep 2000 14:54:26 -0400 (EDT) X-Authentication-Warning: rac5.wam.umd.edu: culverk owned process doing -bs Date: Wed, 6 Sep 2000 14:54:26 -0400 (EDT) From: Kenneth Wayne Culver To: Kent Stewart Cc: freebsd-questions@FreeBSD.ORG Subject: Re: another wierd problem In-Reply-To: <39B67C70.98CA429E@urx.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 stated it in a later mail, I'm using 4.1-STABLE (with everything in sync) as of last night. ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Wed, 6 Sep 2000, Kent Stewart wrote: > > > Kenneth Wayne Culver wrote: > > > > I'm having yet another wierd problem, it seems that whenever I try to run > > the dmesg program, I get the error: > > > > dmesg: malloc failed > > > > and nothing is displayed. > > > > Can anyone tell me how to fix this? > > Have you cvsup'ed and built a kernel without building your user land? > Strange things happen when your kernel and world don't agree. > > You also didn't state which version of FreeBSD you are using. > > Kent > > > > > Ken > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > Kent Stewart > Richland, WA > > mailto:kbstew99@hotmail.com > http://kstewart.urx.com/kstewart/index.html > http://daily.daemonnews.org/ > > SETI (Search for Extraterrestrial Intelligence) @ Home > http://setiathome.ssl.berkeley.edu/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 11:54:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id E2C4B37B422 for ; Wed, 6 Sep 2000 11:54:44 -0700 (PDT) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G0H00M01B643Z@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Wed, 6 Sep 2000 11:54:05 -0700 (PDT) Received: from ldcmsx01.lc.ca.gov ([165.107.11.191]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with ESMTP id <0G0H00MD1B642T@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Wed, 06 Sep 2000 11:54:04 -0700 (PDT) Received: by ldcmsx01.lc.ca.gov with Internet Mail Service (5.5.2650.21) id ; Wed, 06 Sep 2000 11:54:35 -0700 Content-return: allowed Date: Wed, 06 Sep 2000 11:54:34 -0700 From: "Tomlinson, Drew" Subject: How to Tell FBSD to Use Proxy Server - STILL STUCK To: "'igorr@crosswinds.net'" , "'FreeBSD Questions (E-mail)'" , 'Lowell Gilbert' Message-id: <8C224DC088D8D111B67D0000F67AC17E029C4A3B@ldcmsx01.lc.ca.gov> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: MULTIPART/ALTERNATIVE; BOUNDARY="Boundary_(ID_qkII0W2iGLIexbq7dVs+wg)" 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. --Boundary_(ID_qkII0W2iGLIexbq7dVs+wg) Content-type: text/plain Thank you and the others for your responses. However, I am still stuck. My shell is tsch. I have tried setting the variables using both 'set' and 'setenv'. If I understand correctly, 'set' is for my login environment and 'setenv' is for the system environment. From what I get from 'man ftp', I think I'm supposed to use 'setenv'. Is this correct? After setting the variables, I can verify that they exist by using either the 'set' or 'setenv' as appropriate. I am using the variable 'ftp_proxy' and ensuring it is lower case as indicated by 'man' and I have used both the IP address and the machine name. The FreeBSD can ping and connect to the Win 2K so I know the network portion is functioning. My Win 2K machine has IP of 192.168.0.254 and is named 'bigdaddy'. Proxy services on the Win 2K machine are set to the normal ports. Other Windows machines on my network can use the proxy without problems so I am sure it's the FreeBSD machine that is not configured correctly. -----Original Message----- From: Igor Roboul [mailto:igor@raduga.dyndns.org] Sent: Tuesday, September 05, 2000 10:02 PM To: 'FreeBSD Questions (E-mail)' Subject: Re: How to Tell FBSD to Use Proxy Server On Tue, Sep 05, 2000 at 03:36:03PM -0700, Tomlinson, Drew wrote: > I'm not sure I'm making sense but I want to start an ftp session on my > FreeBSD box. My FreeBSD box is only connected via LAN to my Win 2K machine. > The Win 2K machine has an Internet connection and is running proxy server > software (Wingate). I want FreeBSD to connect to the Internet through the > Win 2K machine. Hello, this is not so common :-) Normal way is to use FreeBSD as gate, but there is so nice command by name 'man' (shor of manual) Just say "man ftp" (without quotes on shell prompt) Then search (hit /) for proxy You'll find (near end of manual): ftp_proxy URL of FTP proxy to use when making FTP URL requests (if not defined, use the standard ftp protocol). http_proxy URL of HTTP proxy to use when making HTTP URL requests. To set environment variable use 'setenv ftp_proxy _something_' if your shell is csh/tcsh or 'export ftp_proxy=_something_' if your shell is sh/bash/zsh etc. Place these commands to your starup file (.login for csh or .profile for sh) And, please, before asking something look into documentation. There is so nice command 'man'. Good luck. -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message --Boundary_(ID_qkII0W2iGLIexbq7dVs+wg) Content-type: text/html Content-transfer-encoding: quoted-printable How to Tell FBSD to Use Proxy Server - STILL STUCK

Thank you and the others for your responses.  = However, I am still stuck.

My shell is tsch.  I have tried setting the = variables using both 'set' and 'setenv'.  If I understand = correctly, 'set' is for my login environment and 'setenv' is for the = system environment.  From what I get from 'man ftp', I think I'm = supposed to use 'setenv'.  Is this correct?  After setting = the variables, I can verify that they exist by using either the 'set' = or 'setenv' as appropriate.  I am using the variable 'ftp_proxy' = and ensuring it is lower case as indicated by 'man' and I have used = both the IP address and the machine name.  The FreeBSD can ping = and connect to the Win 2K so I know the network portion is = functioning.

My Win 2K machine has IP of 192.168.0.254 and is = named 'bigdaddy'.  Proxy services on the Win 2K machine are set to = the normal ports.  Other Windows machines on my network can use = the proxy without problems so I am sure it's the FreeBSD machine that = is not configured correctly.

-----Original Message-----
From: Igor Roboul [mailto:igor@raduga.dyndns.org= ]
Sent: Tuesday, September 05, 2000 10:02 PM
To: 'FreeBSD Questions (E-mail)'
Subject: Re: How to Tell FBSD to Use Proxy = Server


On Tue, Sep 05, 2000 at 03:36:03PM -0700, Tomlinson, = Drew wrote:
> I'm not sure I'm making sense but I want to = start an ftp session on my
> FreeBSD box.  My FreeBSD box is only = connected via LAN to my Win 2K machine.
> The Win 2K machine has an Internet connection = and is running proxy server
> software (Wingate).  I want FreeBSD to = connect to the Internet through the
> Win 2K machine.
Hello,
this is not so common :-) Normal way is to use = FreeBSD as gate, but
there is so nice command by name 'man' (shor of = manual)
Just say "man ftp" (without quotes on = shell prompt)
Then search (hit /) for proxy
You'll find (near end of manual):

     = ftp_proxy         URL of FTP = proxy to use when making FTP URL requests
          &nb= sp;            = (if not defined, use the standard ftp protocol).

     = http_proxy        URL of HTTP proxy = to use when making HTTP URL requests.

To set environment variable use 'setenv ftp_proxy = _something_' if your shell
is csh/tcsh or 'export ftp_proxy=3D_something_' if = your shell is sh/bash/zsh etc.
Place these commands to your starup file (.login for = csh or .profile for sh)

And, please, before asking something look into = documentation. There is so
nice command 'man'.

Good luck.

--
Igor Roboul, Unix System Administrator & = Programmer @ sanatorium "Raduga",
Sochi, Russia
http://www.brainbench.com/transcript.jsp?pid=3D304744<= /A>


To Unsubscribe: send mail to = majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in = the body of the message

--Boundary_(ID_qkII0W2iGLIexbq7dVs+wg)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 12:10:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server3.lojasobino.com.br (server3.lojasobino.com.br [200.248.23.160]) by hub.freebsd.org (Postfix) with ESMTP id AA4BC37B423 for ; Wed, 6 Sep 2000 12:10:47 -0700 (PDT) Received: from pc2 (server1.lojasobino.com.br [200.248.23.150]) by server3.lojasobino.com.br (8.9.3/8.9.3) with SMTP id QAA88135 for ; Wed, 6 Sep 2000 16:29:55 -0300 (EST) (envelope-from Fabrizzio.Batista@lojasobino.com.br) Message-ID: <005501c01833$c88a9d20$65010180@lojasobino.com.br> From: "Fabrizzio Batista" To: Subject: Please, help me !!! Part II Date: Wed, 6 Sep 2000 15:53:44 -0300 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.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 gurus, I have a SCSI DAT drive but it´s not working. I´m using FreeBSD 4.1 with Adaptec 2940 (ahc). At FreeBSD boot: sa0 at ahc0 bus 0 target 5 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 5.000 MB/s transfers (5.000MHz, offset 15) But when I try to use the DAT, with for example: TAR TVF /DEV/RSA0 Nothing happens, and my shell is "locked". Somebody have any idea ? Please, help me. Thanks in advance, Fabrizzio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 12:15: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from femail1.sdc1.sfba.home.com (femail1.sdc1.sfba.home.com [24.0.95.81]) by hub.freebsd.org (Postfix) with ESMTP id C722437B422 for ; Wed, 6 Sep 2000 12:15:06 -0700 (PDT) Received: from home.com ([24.12.165.214]) by femail1.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000906191459.ZAN7640.femail1.sdc1.sfba.home.com@home.com> for ; Wed, 6 Sep 2000 12:14:59 -0700 Message-ID: <39B697A9.9D7A2FAA@home.com> Date: Wed, 06 Sep 2000 12:14:49 -0700 From: Bob Howard X-Mailer: Mozilla 4.73 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: lpd 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 have a problem printing to a local printer. I am using linux-mandrake 7.02 with kernel 2.2.14-15mdk. I have been following the printer setup described in the PPA-HP Printer HOW-TO. The results of the tests given there indicate that I have a bad lpd. I can setup printer in printcap and print to /dev/lp0 using a script file or command line but if I try to lpr to that printer I fail to get any print. Can I replace the lpd other than by rebuilding the kernel? Is there another way of testing lpd? Any other suggestions? I would be glad to provide more detail but want to direct it to the best place. Thank you. Bob howardrl@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 12:18: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx7.port.ru (mx7.port.ru [194.67.23.44]) by hub.freebsd.org (Postfix) with ESMTP id 3BEA337B422 for ; Wed, 6 Sep 2000 12:18:05 -0700 (PDT) Received: from f7.int ([10.0.0.75] helo=f7.mail.ru) by mx7.port.ru with esmtp (Exim 3.14 #3) id 13Wkhv-0006Fq-00 for freebsd-questions@freebsd.org; Wed, 06 Sep 2000 23:18:03 +0400 Received: from mail by f7.mail.ru with local (Exim 3.14 #47) id 13Wkhj-0007ti-00 for freebsd-questions@FreeBSD.ORG; Wed, 06 Sep 2000 23:17:51 +0400 Received: from [213.177.1.241] by koi.mail.port.ru with HTTP; Wed, 06 Sep 2000 19:17:51 +0000 (GMT) From: "áÌÅËÓÁÎÄÒ âÕÒÎÏÓ" To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: 212.1.70.166, 212.1.70.1, 212.1.70.7 via proxy [213.177.1.241] Reply-To: "áÌÅËÓÁÎÄÒ âÕÒÎÏÓ" Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Date: Wed, 06 Sep 2000 23:17:51 +0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG äÏÂÒÙÊ ÄÅÎØ! íÅÎÑ ÄÅÔÁÌØÎÁÑ ÄÏËÕÍÅÎÔÁÃÉÑ ÐÏ ÕÓÔÁÎÏ×ËÅ FreeBSD 3.3. ÷ ÓÏÏÔ×ÅÔÓ×ÕÀÝÅÍ ÒÁÚÄÅÌÅ ÄÁÎÎÁÑ ÓÓÙÌËÁ ÎÅ ÒÁÂÏÔÁÌÁ! ðÏÍÏÇÉÔÅ, ÐÖÁÌÕÊÓÔÁ! çÄÅ ÍÏÖÎÏ ÎÁÊÔÉ ÄÁÎÎÙÊ ÄÏËÕÍÅÔ? ó Õ×ÁÖÅÎÉÅÍ, áÌÅËÓÁÎÄÒ âÕÒÎÏÓ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 12:19:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wodc7-1.corprelay.mail.uu.net (wodc7-1.corprelay.mail.uu.net [192.48.96.68]) by hub.freebsd.org (Postfix) with ESMTP id 68DBC37B422 for ; Wed, 6 Sep 2000 12:19:19 -0700 (PDT) Received: from ashimr1.ash.ops.us.uu.net by wodc7mr1.ffx.ops.us.uu.net with ESMTP (peer crosschecked as: ashimr1.ash.ops.us.uu.net [153.39.43.46]) id QQjfmz26482 for ; Wed, 6 Sep 2000 19:19:18 GMT Received: from sysenglt112 by ashimr1.ash.ops.us.uu.net with SMTP (peer crosschecked as: ippool144-205.corp.us.uu.net [153.39.144.205]) id QQjfmz10009 for ; Wed, 6 Sep 2000 19:18:32 GMT Reply-To: From: "Raymond Hicks" To: Subject: 4th build of BSD server... what now? Date: Wed, 6 Sep 2000 15:18:47 -0400 Message-ID: <000101c01837$4879bea0$0a0a0a0a@sysenglt112> 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 V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am installing or shall I say trying to install freebsd 4.1 over ftp... I can boot kern and mfsroot no problem get through setup and once I am to where it is looking up host.. it hangs there/. what is up? I have loaded 3.4 10 times befor no problems.. used same information that was on box befor too... what would cause it to not find this? is it not bringing up the ethernet interface? the light on the hub says it is up? can anyone help me please? raymond hicks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 12:20:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gate.cpmet.ufpel.tche.br (gate.cpmet.ufpel.tche.br [200.248.148.33]) by hub.freebsd.org (Postfix) with ESMTP id 6409C37B422 for ; Wed, 6 Sep 2000 12:19:58 -0700 (PDT) Received: from localhost (casantos@localhost) by gate.cpmet.ufpel.tche.br (8.9.3/8.9.3) with ESMTP id TAA25268; Wed, 6 Sep 2000 19:22:48 GMT (envelope-from casantos@cpmet.ufpel.tche.br) X-Authentication-Warning: gate.cpmet.ufpel.tche.br: casantos owned process doing -bs Date: Wed, 6 Sep 2000 19:22:48 +0000 (GMT) From: Carlos A M dos Santos To: Roberto Jung Drebes Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Any user mounting a disc? 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, 6 Sep 2000, Roberto Jung Drebes wrote: > > How can I make any user have permission to mount a disc, something like > the "user" linux option in fstab? Look for "How do I let ordinary users mount floppies and other removable media?" in /usr/share/doc/faq/book.txt. Don't forget to add "vfs.usermount=1" to /etc/sysctl.conf. -- Carlos A. M. dos Santos Federal University of Pelotas Meteorological Research Center Av. Ildefonso Simoes Lopes 2791 Pelotas, RS, Brasil, CEP 96060-290 WWW: http://www.cpmet.ufpel.tche.br RENPAC (X.25): 153231641 Phone: +55 53 277-6767 FAX: +55 53 277-6722 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 12:27:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from infoviaplus.net.ar (adv17.infoviaplus.net.ar [200.9.212.61]) by hub.freebsd.org (Postfix) with ESMTP id AE1E537B423 for ; Wed, 6 Sep 2000 12:27:24 -0700 (PDT) Received: from infovia.com.ar ([209.13.247.41]) by infoviaplus.net.ar (Tid InfoMail Exchanger v2.20) with SMTP id #968268390.116300001; Wed, 6 Sep 2000 16:26:30 -0300 Message-ID: <39B69B0E.DF01EF6D@infovia.com.ar> Date: Wed, 06 Sep 2000 16:29:18 -0300 From: Ignacio X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: es-AR, es-ES, en MIME-Version: 1.0 To: fbsd Subject: firewal & ppp Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Infomail-Id: 968268390.2D6E01AC1E039E.48390 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG my home network: ---------------- [Local2] <---ether---> [Local1] <---PPP---> [ISP] win 98 fbsd 3.2 assigns dyn. 192.168.72.2 192.168.72.1 IP addr. questions: ---------- a) to give access to the internet to the win 98 machine i have to enable firewalls? or with gateway is sufficient? (now i have firewall on and working) b) how must i change in rc.firewall /sbin/ipfw add 65534 allow all from any to any to only allow 192.168.72.2 to get out via 192.168.72.1 ppp link? (and not allow all) c) I a later message i said that i can't get out to the internet from the local2 machine, under win 98. Now i can, but the problem is i change more than one thing at the same time :) and i don't now what changes were the correct. changes made: ------------ dot work | work 1) in rc.conf: ppp_nat= "NO" | "YES" 2) connect via: kppp | ppp -auto myisp d) I don't like the rc.conf entry: firewall_type="OPEN" what i must use? -- Ignacio Zelaya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 12:34:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.jonelrienton.org (dsl-64-34-25-237.telocity.com [64.34.25.237]) by hub.freebsd.org (Postfix) with SMTP id 9A0B737B424 for ; Wed, 6 Sep 2000 12:34:18 -0700 (PDT) Received: (qmail 25617 invoked from network); 6 Sep 2000 19:50:08 -0000 Received: from debian (10.29.22.23) by zeus with SMTP; 6 Sep 2000 19:50:08 -0000 Message-ID: <025c01c0183a$e117d860$17161d0a@jonelrienton.org> From: "Jonel Rienton" To: "Ignacio" , "fbsd" References: <39B69B0E.DF01EF6D@infovia.com.ar> Subject: Re: firewal & ppp Date: Wed, 6 Sep 2000 14:44: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 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ppp(8) states you can use the -nat flag to enable NAT using dialup Jonel Rienton http://qmail.freebsduser.org sent by qmail-1.03 on a FreeBSD 4.1-STABLE - ----- Original Message ----- From: "Ignacio" To: "fbsd" Sent: Wednesday, September 06, 2000 2:29 PM Subject: firewal & ppp | my home network: | ---------------- | [Local2] <---ether---> [Local1] <---PPP---> [ISP] | win 98 fbsd 3.2 assigns dyn. | 192.168.72.2 192.168.72.1 IP addr. | | questions: | ---------- | a) to give access to the internet to the win 98 machine | i have to enable firewalls? or with gateway is sufficient? | (now i have firewall on and working) | | b) how must i change in rc.firewall | /sbin/ipfw add 65534 allow all from any to any | to only allow 192.168.72.2 to get out via 192.168.72.1 ppp link? | (and not allow all) | | c) I a later message i said that i can't get out to the internet | from the local2 machine, under win 98. Now i can, but the | problem is i change more than one thing at the same time :) | and i don't now what changes were the correct. | | changes made: | ------------ | dot work | work | 1) in rc.conf: ppp_nat= "NO" | "YES" | 2) connect via: kppp | ppp -auto myisp | | | d) I don't like the rc.conf entry: firewall_type="OPEN" | what i must use? | -- | Ignacio Zelaya | | | 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.8 for non-commercial use iQA/AwUBObaenqQ0pAI9Fl/WEQIL4QCgrinnVs6Zx4NhlnFwDZYCgfF7n6QAnj59 9WcCCwZqWyneCeVfYO2mghBw =Q0xA -----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 Wed Sep 6 12:43: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id 5C72937B422 for ; Wed, 6 Sep 2000 12:43:02 -0700 (PDT) Received: from govital.net ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id PAA66515; Wed, 6 Sep 2000 15:37:55 -0400 (EDT) (envelope-from webmaster@govital.net) Message-ID: <39B69DE6.2D82DEE2@govital.net> Date: Wed, 06 Sep 2000 15:41:26 -0400 From: Nathan Vidican X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Ignacio Cc: questions@freebsd.org Subject: Re: firewal & ppp References: <39B69B0E.DF01EF6D@infovia.com.ar> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ignacio wrote: > > my home network: > ---------------- > [Local2] <---ether---> [Local1] <---PPP---> [ISP] > win 98 fbsd 3.2 assigns dyn. > 192.168.72.2 192.168.72.1 IP addr. > > questions: > ---------- > a) to give access to the internet to the win 98 machine > i have to enable firewalls? or with gateway is sufficient? > (now i have firewall on and working) > > b) how must i change in rc.firewall > /sbin/ipfw add 65534 allow all from any to any > to only allow 192.168.72.2 to get out via 192.168.72.1 ppp link? > (and not allow all) > > c) I a later message i said that i can't get out to the internet > from the local2 machine, under win 98. Now i can, but the > problem is i change more than one thing at the same time :) > and i don't now what changes were the correct. > > changes made: > ------------ > dot work | work > 1) in rc.conf: ppp_nat= "NO" | "YES" > 2) connect via: kppp | ppp -auto myisp > > d) I don't like the rc.conf entry: firewall_type="OPEN" > what i must use? > -- > Ignacio Zelaya > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Add ' gateway_enable="YES" ' to your /etc/rc.conf file, and start ppp using the ' -nat' flag, an example using automatic dialin to my ISP: ppp -nat -auto vidican -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 12:46: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.isg.siue.edu (mail.isg.siue.edu [146.163.5.4]) by hub.freebsd.org (Postfix) with ESMTP id C2FF237B424 for ; Wed, 6 Sep 2000 12:45:59 -0700 (PDT) Received: from cougar.isg.siue.edu (cougar [146.163.5.29]) by mail.isg.siue.edu (8.9.1/8.9.1) with ESMTP id OAA28776 for ; Wed, 6 Sep 2000 14:43:42 -0500 (CDT) Received: from localhost (vsequei@localhost) by cougar.isg.siue.edu (8.9.1/8.9.1) with ESMTP id OAA22264 for ; Wed, 6 Sep 2000 14:43:42 -0500 (CDT) Date: Wed, 6 Sep 2000 14:43:42 -0500 (CDT) From: VINAY JACOB SEQUEIRA To: freebsd-questions@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 unsubscribe freebsd-questions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 12:46:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inbox.org (inbox.org [216.22.145.8]) by hub.freebsd.org (Postfix) with ESMTP id CB0F737B423 for ; Wed, 6 Sep 2000 12:46:43 -0700 (PDT) Received: from localhost (bsd@localhost) by inbox.org (8.9.3/8.9.3) with ESMTP id PAA00673; Wed, 6 Sep 2000 15:46:43 -0400 (EDT) Date: Wed, 6 Sep 2000 15:46:43 -0400 (EDT) From: "Mr. K." To: Joe Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Can Free BSD be used for a Firewall 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 yes, in fact, some very popular commercial firewalls use the freebsd kernel. http://www.nokia.com/securitysolutions/platforms/440.html On Wed, 6 Sep 2000, Joe wrote: > Can FreeBSD be used as a firewall? > > > 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 Sep 6 13: 1: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from infoviaplus.net.ar (adv18.infoviaplus.net.ar [200.9.212.60]) by hub.freebsd.org (Postfix) with ESMTP id AD19B37B424 for ; Wed, 6 Sep 2000 13:01:00 -0700 (PDT) Received: from infovia.com.ar ([209.13.247.41]) by infoviaplus.net.ar (Tid InfoMail Exchanger v2.20) with SMTP id #968270406.256240001; Wed, 6 Sep 2000 17:00:06 -0300 Message-ID: <39B6A321.412B2F61@infovia.com.ar> Date: Wed, 06 Sep 2000 17:03:45 -0300 From: Ignacio X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: es-AR, es-ES, en MIME-Version: 1.0 To: fbsd Subject: Re: firewal & ppp || References: <39B69B0E.DF01EF6D@infovia.com.ar> <39B69DE6.2D82DEE2@govital.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Infomail-Id: 968270406.641801AC1E039F.50406 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG So to make a gateway work via ppp: 1) don't need firewall <- (please answer yes o no) 2) must set gateway_enable="YES" in rc.conf 3) must set ppp_nat="YES" in rc.conf OR? AND? start ppp -nat -auto myisp sory about my *no so smart* questions but i'm a bit confused whith firewalls and gateway... -- Ignacio Zelaya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 13:14: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.jonelrienton.org (dsl-64-34-25-237.telocity.com [64.34.25.237]) by hub.freebsd.org (Postfix) with SMTP id BCA5A37B423 for ; Wed, 6 Sep 2000 13:14:03 -0700 (PDT) Received: (qmail 25840 invoked from network); 6 Sep 2000 20:29:49 -0000 Received: from debian (10.29.22.23) by zeus with SMTP; 6 Sep 2000 20:29:49 -0000 Message-ID: <027501c01840$6c221380$17161d0a@jonelrienton.org> From: "Jonel Rienton" To: "Ignacio" , "fbsd" References: <39B69B0E.DF01EF6D@infovia.com.ar> <39B69DE6.2D82DEE2@govital.net> <39B6A321.412B2F61@infovia.com.ar> Subject: Re: firewal & ppp || Date: Wed, 6 Sep 2000 15:24:13 -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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 #1 is really up for you to decide, #2 is correct, #3 , your 2nd choice Jonel Rienton http://qmail.freebsduser.org sent by qmail-1.03 on a FreeBSD 4.1-STABLE - ----- Original Message ----- From: "Ignacio" To: "fbsd" Sent: Wednesday, September 06, 2000 3:03 PM Subject: Re: firewal & ppp || | | So to make a gateway work via ppp: | | 1) don't need firewall <- (please answer yes | o no) | 2) must set gateway_enable="YES" in rc.conf | 3) must set ppp_nat="YES" in rc.conf | OR? | AND? | start ppp -nat -auto myisp | | sory about my *no so smart* questions but i'm a bit confused | whith firewalls and gateway... | | -- | Ignacio Zelaya | | | 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.8 for non-commercial use iQA/AwUBOban7KQ0pAI9Fl/WEQLT6ACg0EosnKEYbJa/FwqycUrZWXxobQMAoKk2 4feF0g3r2zb6G322Z/VIPHXz =czvn -----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 Wed Sep 6 13:31:44 2000 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 A6F2137B424 for ; Wed, 6 Sep 2000 13:31:33 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13Wkle-000ID4-00; Wed, 06 Sep 2000 20:21:54 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id UAA44826; Wed, 6 Sep 2000 20:21:54 +0100 (BST) (envelope-from ben) Date: Wed, 6 Sep 2000 20:21:54 +0100 From: Ben Smithurst To: Dan Nelson Cc: Alan Clegg , "Christopher W. Aiken" , FreeBSD Questions Subject: Re: Sendmail / mutt errors Message-ID: <20000906202154.E8064@strontium.scientia.demon.co.uk> References: <20000905211006.H66030@diskfarm.firehouse.net> <20000905223434.A15107@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000905223434.A15107@dan.emsphone.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Nelson wrote: > The AOL message is very badly worded; there's nothing your ISP can do > about it, Yes, there is, they can transparently direct all port 25 traffic to their own smarthosts. I'm not saying this is a good thing to do (quite the opposite in my opinion) but some ISPs (including Freeserve, the largest ISP in the UK) do just that. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 13:32:11 2000 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 8397737B42C; Wed, 6 Sep 2000 13:31:57 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13Wjg8-000IBM-00; Wed, 06 Sep 2000 19:12:08 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id TAA65004; Wed, 6 Sep 2000 19:12:08 +0100 (BST) (envelope-from ben) Date: Wed, 6 Sep 2000 19:12:08 +0100 From: Ben Smithurst To: peter kok Cc: freebsd-questions@FreeBSD.org Subject: Re: dns Message-ID: <20000906191208.C8064@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter kok wrote: > I set up DNS and I couldn't find any error in message log That's all well and good, but why did you send this to -doc? Redirected to -questions. > I tried to compare other dns file setting, But don't know what is wrong for > my setting. I think you forgot to attach your configuration files for named. I know the people in the FreeBSD Documentation Project generally have many talents, unfortunately telepathy isn't one of them. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 13:33:34 2000 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 D9B3637B423 for ; Wed, 6 Sep 2000 13:33:27 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13WkcJ-000ICh-00; Wed, 06 Sep 2000 20:12:15 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id UAA62845; Wed, 6 Sep 2000 20:12:15 +0100 (BST) (envelope-from ben) Date: Wed, 6 Sep 2000 20:12:15 +0100 From: Ben Smithurst To: Moritz Hardt Cc: Tim Moore , Questions Subject: Re: FreeBSD Web Server Message-ID: <20000906201215.D8064@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Moritz Hardt wrote: > the most important thing is RAM and the right connection. so i suppose a > athlon-700 with at least 512mb and a T3 clould handle more than 100000 > hits a day. but im really not sure. 100,000 hits/day =~ 1 hit/second I think my old 486 could probably handle that. :-) -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 13:40:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A28D437B42C; Wed, 6 Sep 2000 13:40:18 -0700 (PDT) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id NAA57704; Wed, 6 Sep 2000 13:40:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Wed, 6 Sep 2000 13:40:18 -0700 (PDT) From: Kris Kennaway To: "Aaron D. Gifford" Cc: questions@freebsd.org, security@freebsd.org Subject: Re: No more RSAREF??? In-Reply-To: <20000906182758.DAA8E21187@ns1.infowest.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, 6 Sep 2000, Aaron D. Gifford wrote: > With today's announcement by RSA Security, Inc. that beginning today > (6 Sept. 2000) they will no longer enforce the RSA patent (which expires > later this month on the 20th anyway), how will this change FreeBSD's > plans to completely remove the requirement for RSAREF use in the US? > Will it simplify things much? Will international (non-US) and domestic > (US) crypto sources merge together better? The US version will catch up with what non-US people have been enjoying for the past 6 months or so. I'll be committing tonight to -current - in the meantime, you can just build world with MAKE_RSAINTL=yes and not feel guilty :-) Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 13:52:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 0B67037B424 for ; Wed, 6 Sep 2000 13:52:48 -0700 (PDT) Received: (from jhb@localhost) by pike.osd.bsdi.com (8.9.3/8.9.3) id NAA73834; Wed, 6 Sep 2000 13:51:48 -0700 (PDT) (envelope-from jhb) From: John Baldwin Message-Id: <200009062051.NAA73834@pike.osd.bsdi.com> Subject: Re: How much physical RAM can 4.1-RELEASE use? In-Reply-To: <17032.968249917@axl.fw.uunet.co.za> from Sheldon Hearn at "Sep 6, 2000 04:18:37 pm" To: Sheldon Hearn Date: Wed, 6 Sep 2000 13:51:48 -0700 (PDT) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL68 (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 Sheldon Hearn wrote: > > Hi folks, > > Can anyone give me a definite answer (not just "I heard" or "I seem to > remember") to the following question: > > How much physical RAM can 4.1-RELEASE use? 4 gig on x86, as much as you can fit into the machine on an alpha. > I'm also interested in whether the number has changed since 4.1-RELEASE > in 4.1-STABLE, but that's additional info. ;-) > > Ciao, > Sheldon. -- 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 Sep 6 13:53:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.libero.it (smtp3.libero.it [193.70.192.53]) by hub.freebsd.org (Postfix) with ESMTP id 6943A37B422 for ; Wed, 6 Sep 2000 13:53:42 -0700 (PDT) Received: from c4b5a1 (151.33.119.97) by smtp3.libero.it; 6 Sep 2000 22:53:40 +0200 Message-ID: <01f601c01844$70453380$61772197@c4b5a1> From: "Paolo Pisati" To: Subject: Sendmail problem Date: Wed, 6 Sep 2000 22:51:19 +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 I've some problems with my BSD box (4.1 STABLE) and sendmail. 1) Sendmail doesn't change my From: line of my email even if I use the -f switch. I launch sendmail with this parameters "-bd -fflag@libero.it", but all my emails comes from flag@localhost I MUST change that line...=P 2) Sendmail seems to be unable to resolve correctly my ip/name. I use dialup so I haven't a DNS ready to respond to my request at any moment, and in my /etc/hosts there is: 127.0.0.1 localhost localhost.localdomain Then if I telnet to localhost or localhost.localdomain 25 I get sendmail, so it's seems to be ok. But when I send an email to root@localhost.localdomain I get a "localhost.localdomain: hostname lookup failure" ?!?!?!? But if I send an email to root@localhost the email is delivered right. Why? It seems to be very strange.... 3) I have I dialup so anytime I try to send an email to other domain than localhost I get a "cannot check MX...", I resolved this changing the DeliveryMode from queue to deferred but I dislike this solution.... Wow, I done it..=) I hope you can help me. Paolo p.s. Apologize me for my bad english To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 14: 3:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from infoviaplus.net.ar (adv19.infoviaplus.net.ar [200.9.212.59]) by hub.freebsd.org (Postfix) with ESMTP id 2776D37B423 for ; Wed, 6 Sep 2000 14:03:13 -0700 (PDT) Received: from infovia.com.ar ([209.13.247.102]) by infoviaplus.net.ar (Tid InfoMail Exchanger v2.20) with SMTP id #968274191.282620001; Wed, 6 Sep 2000 18:03:11 -0300 Message-ID: <39B6B1A0.6664A216@infovia.com.ar> Date: Wed, 06 Sep 2000 18:05:36 -0300 From: Ignacio X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: es-AR, es-ES, en MIME-Version: 1.0 To: Jonel Rienton , fbsd Subject: Re: firewal & ppp || References: <39B69B0E.DF01EF6D@infovia.com.ar> <39B69DE6.2D82DEE2@govital.net> <39B6A321.412B2F61@infovia.com.ar> <027501c01840$6c221380$17161d0a@jonelrienton.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Infomail-Id: 968274191.6E6601AC1E03A0.54191 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonel Rienton wrote: > #1 is really up for you to decide, > #2 is correct, > #3 , your 2nd choice > >> 1) don't need firewall >> 2) must set gateway_enable="YES" in rc.conf >> 3) must set ppp_nat="YES" in rc.conf OR? >> start ppp -nat -auto myisp Well, I disable all firewall nats and ppp entries in my rc.conf and set defaultoute="NO" as root exec: #ppp -alias -auto myisp ... all work fine. the command to ppp -nat dont work. i read the manual and dont say nathing. i supose im using a old ppp version. PPP ON microbio> show version PPP Version 2.11 - $Date: 1999/05/02 08:59:38 $ TnX for your comments. ___ Ignacio Zelaya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 14: 6:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.jonelrienton.org (dsl-64-34-25-237.telocity.com [64.34.25.237]) by hub.freebsd.org (Postfix) with SMTP id DAE3937B422 for ; Wed, 6 Sep 2000 14:06:34 -0700 (PDT) Received: (qmail 26189 invoked from network); 6 Sep 2000 21:22:25 -0000 Received: from debian (10.29.22.23) by zeus with SMTP; 6 Sep 2000 21:22:25 -0000 Message-ID: <02b601c01847$c4f1a7d0$17161d0a@jonelrienton.org> From: "Jonel Rienton" To: "Ignacio" , "fbsd" References: <39B69B0E.DF01EF6D@infovia.com.ar> <39B69DE6.2D82DEE2@govital.net> <39B6A321.412B2F61@infovia.com.ar> <027501c01840$6c221380$17161d0a@jonelrienton.org> <39B6B1A0.6664A216@infovia.com.ar> Subject: Re: firewal & ppp || Date: Wed, 6 Sep 2000 16:16:49 -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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 yep, i've also found out -nat used to be -alias Jonel Rienton http://qmail.freebsduser.org sent by qmail-1.03 on a FreeBSD 4.1-STABLE - ----- Original Message ----- From: "Ignacio" To: "Jonel Rienton" ; "fbsd" Sent: Wednesday, September 06, 2000 4:05 PM Subject: Re: firewal & ppp || | Jonel Rienton wrote: | | > #1 is really up for you to decide, | > #2 is correct, | > #3 , your 2nd choice | > | >> 1) don't need firewall | >> 2) must set gateway_enable="YES" in rc.conf | >> 3) must set ppp_nat="YES" in rc.conf OR? | >> start ppp -nat -auto myisp | | Well, I disable all firewall nats and ppp entries in my rc.conf | and set defaultoute="NO" | | as root exec: | #ppp -alias -auto myisp | | ... all work fine. | | the command to ppp -nat dont work. | i read the manual and dont say nathing. | i supose im using a old ppp version. | | PPP ON microbio> show version | PPP Version 2.11 - $Date: 1999/05/02 08:59:38 $ | | TnX for your comments. | ___ | Ignacio Zelaya | | | 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.8 for non-commercial use iQA/AwUBOba0P6Q0pAI9Fl/WEQKSGACfZ3zNCaNSPW4GaFE8ZzuZOgEks0sAnjpH 50e4WWYRypKx34zY3SWXd9rK =Qt+W -----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 Wed Sep 6 14:39:29 2000 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 72B7237B423 for ; Wed, 6 Sep 2000 14:39:26 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e86Lcv223603; Wed, 6 Sep 2000 14:38:57 -0700 (PDT) Date: Wed, 6 Sep 2000 14:38:57 -0700 From: Alfred Perlstein To: petro Cc: questions@FreeBSD.ORG Subject: Re: Promiscuous mode Message-ID: <20000906143857.Q18862@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from petro@She.wertep.com on Thu, Sep 07, 2000 at 12:33:20AM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * petro [000906 14:34] wrote: > rl0: promiscuous mode enabled > rl0: promiscuous mode disabled > What does it mean and how I can set this ???? > Thank you very much. When we say realtek cards are 'cheap', we didn't mean price-wise. Er, sorry, seriously, it means that the card isn't filtering packets based on MAC address and is slurping all data that comes at it over the ethernet. It usually means someone is running a dhcp client or some packet sniffing software. Please use -questions for questions, the -hackers list is for actuall discussion of FreeBSD programming and bugs. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 14:54:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.jonelrienton.org (dsl-64-34-25-237.telocity.com [64.34.25.237]) by hub.freebsd.org (Postfix) with SMTP id 3117A37B422 for ; Wed, 6 Sep 2000 14:54:46 -0700 (PDT) Received: (qmail 26526 invoked from network); 6 Sep 2000 22:10:38 -0000 Received: from debian (10.29.22.23) by zeus with SMTP; 6 Sep 2000 22:10:38 -0000 Message-ID: <02d001c0184e$80bed680$17161d0a@jonelrienton.org> From: "Jonel Rienton" To: Subject: Ultra160 scsi controllers Date: Wed, 6 Sep 2000 17:05:01 -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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi, i'm not sure if this is the right place to ask, but here goes, are ultra160 scsi controllers supported already? i'd appreciate any input, thank you. Jonel Rienton http://qmail.freebsduser.org sent by qmail-1.03 on a FreeBSD 4.1-STABLE -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.8 for non-commercial use iQA/AwUBOba/i6Q0pAI9Fl/WEQLnxQCg3mScwn6UWOrcjw9ACyZO9fqsJD4AoLGb f8lBQkNN8Bd0F4n7PE3wMrRm =GQbd -----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 Wed Sep 6 14:55:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.100.7]) by hub.freebsd.org (Postfix) with ESMTP id C5F3A37B424 for ; Wed, 6 Sep 2000 14:55:29 -0700 (PDT) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.9.3/8.9.3) with ESMTP id RAA38892; Wed, 6 Sep 2000 17:55:28 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <39B697A9.9D7A2FAA@home.com> References: <39B697A9.9D7A2FAA@home.com> Date: Wed, 6 Sep 2000 17:56:51 -0400 To: Bob Howard , freebsd-questions@FreeBSD.ORG From: Garance A Drosihn Subject: Re: lpd problem Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 12:14 PM -0700 9/6/00, Bob Howard wrote: >I have a problem printing to a local printer. I am using >linux-mandrake 7.02 with kernel 2.2.14-15mdk. I have been >following the printer setup described in the PPA-HP Printer >HOW-TO. The results of the tests given there indicate that >I have a bad lpd. I can setup printer in printcap and print >to /dev/lp0 using a script file or command line but if I try >to lpr to that printer I fail to get any print. Can I replace >the lpd other than by rebuilding the kernel? Is there another >way of testing lpd? Any other suggestions? I would be glad >to provide more detail but want to direct it to the best place. >Thank you. You have sent this question to a mailing list for the FreeBSD operating system, not linux or linux-mandrake. While some linux's do ship with a BSD-based version of lpr & friends, you probably would get better results asking on a linux-specific mailing list. I doubt you have to rebuild the kernel to use some other version of lpd. You might want to try to find the 'rpm' for a package called lprNG (or LPRng, I forget... :-). I do not use this, but I know many people do. I could help with generic lpd questions, but my guess is that your real problem could be linux-specific, so you might want to search elsewhere for additional help. --- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or drosih@rpi.edu Rensselaer Polytechnic Institute To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 15:11:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eve.speakeasy.net (eve.speakeasy.net [216.254.0.17]) by hub.freebsd.org (Postfix) with ESMTP id 1566037B422 for ; Wed, 6 Sep 2000 15:11:54 -0700 (PDT) Received: from paradive (dsl254-006-184-sea1.dsl-isp.net [216.254.6.184]) by eve.speakeasy.net (8.10.0/8.10.0) with SMTP id e86MAHp00439; Wed, 6 Sep 2000 15:10:18 -0700 Message-ID: <030c01c0184e$bfe140a0$02fea8c0@localdomain> From: "paradive" To: "Arseny Slobodjuck" Cc: References: Subject: Re: changing the user name Date: Wed, 6 Sep 2000 15:06:43 -0700 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: Micke Josefsson To: Arseny Slobodjuck Cc: Sent: Wednesday, September 06, 2000 3:02 AM Subject: RE: changing the user name > > On 06-Sep-00 Arseny Slobodjuck wrote: > > Hi, > > > > What command can I use to change the username which is stored in > > passwd file after GUID field ? Should I manually edit passwd and > > master.passwd to do this ? > > > Use vipw(1), this also updates the passwd database. i'd suggest chpass. safer anyways.... paradive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 15:13:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eve.speakeasy.net (eve.speakeasy.net [216.254.0.17]) by hub.freebsd.org (Postfix) with ESMTP id E29F337B422 for ; Wed, 6 Sep 2000 15:13:54 -0700 (PDT) Received: from paradive (dsl254-006-184-sea1.dsl-isp.net [216.254.6.184]) by eve.speakeasy.net (8.10.0/8.10.0) with SMTP id e86MCIp01035; Wed, 6 Sep 2000 15:12:19 -0700 Message-ID: <031501c0184f$0747c180$02fea8c0@localdomain> From: "paradive" To: "Siegbert Baude" , "freebsd-questions@freebsd.org" References: <14773.33577.842372.439782@guru.mired.org> <39B61430.1F2F60BD@gmx.de> Subject: Re: Installing CD packages to HD? Date: Wed, 6 Sep 2000 15:08:45 -0700 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: Siegbert Baude To: Mike Meyer ; freebsd-questions@freebsd.org Sent: Wednesday, September 06, 2000 2:53 AM Subject: Re: Installing CD packages to HD? > Hi Mike, > > > I believe the 4.0-RELEASE cdrom was equally damaged. Personally, I > > *hate* this. Since I build ports with LOCALBASE=/usr/opt, the packages > > are useless. Since the distfiles can be used to create the packages, > > but not vice versa, this is a loss in functionality. My use of the > > things is now restricted to dealing with -questions (as above), and > > making copies for friends who otherwise wouldn't look at FreeBSD. > > Look at the -p (prefix) option of pkg_add. You can change the install directory > there. is there a way to do this with "make" using ports as well? paradive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 15:14:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id 62EC937B422 for ; Wed, 6 Sep 2000 15:14:47 -0700 (PDT) Received: from [212.141.250.68] (212.141.250.68) by relay1.inwind.it (5.1.046) id 39AFDC99000B8B3B for freebsd-questions@FreeBSD.ORG; Thu, 7 Sep 2000 00:14:31 +0200 Received: (qmail 1350 invoked by uid 1000); 6 Sep 2000 22:14:12 -0000 Date: Thu, 7 Sep 2000 00:14:12 +0200 From: Francesco Casadei To: freebsd-questions@FreeBSD.ORG Subject: Re: procmail diverts mail to daemon's mailbox Message-ID: <20000907001412.A1308@goku.kasby> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20000905211717.A8472@bs11.bsag.ch> <20000906112739.A1396@goku.kasby> <20000906121325.A16361@bs11.bsag.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000906121325.A16361@bs11.bsag.ch>; from roth@bsag.ch on Wed, Sep 06, 2000 at 12:13:25PM +0200 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 06, 2000 at 12:13:25PM +0200, Hanspeter Roth Bsag wrote: > [snip] > > Why is it a security issue for root to receive mail? > [snip] > > I only did the chown command and it works. > > Thank you very much. > > Hanspeter > > end of the original message Mail should not be delivered directly to the superuser to prevent the possibility to run commands as a privileged user. If you set up a procmail filter for root, it would be executed with root privileges (uid=0 and gid=0). The programs or shell scripts to which messages are sent through a pipe would also be executed with root privileges, and this is a security risk. I'm not a security guru so I cannot answer to your question very well, sorry. Francesco Casadei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 15:27:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eve.speakeasy.net (eve.speakeasy.net [216.254.0.17]) by hub.freebsd.org (Postfix) with ESMTP id A53C237B423 for ; Wed, 6 Sep 2000 15:27:43 -0700 (PDT) Received: from paradive (dsl254-006-184-sea1.dsl-isp.net [216.254.6.184]) by eve.speakeasy.net (8.10.0/8.10.0) with SMTP id e86MQ6p05485; Wed, 6 Sep 2000 15:26:06 -0700 Message-ID: <03a201c01850$f50a09e0$02fea8c0@localdomain> From: "paradive" To: "Tobias Roth" , References: Subject: Re: gfx card recommendations Date: Wed, 6 Sep 2000 15:22:32 -0700 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: Tobias Roth To: Sent: Wednesday, September 06, 2000 9:32 AM Subject: gfx card recommendations > Hi > > I have the opportunity to buy a new grafic card. I will need this card > mostly for running my Xfree 4.01 desktop (a resource hungry > enlightenment/gnome with multiple desktops and that funny transparency > thing ;). > > Now I was wondering what grafic card would be best for my needs. I am > tending towards a Matrox G400, but those are somewhat old. It would be good choice. stick w/ that is my vote. mine works grest! paradive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 15:31:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 4EEED37B422 for ; Wed, 6 Sep 2000 15:31:31 -0700 (PDT) Received: from ganerc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 13Wnj7-0004bD-00; Thu, 7 Sep 2000 00:31:29 +0200 Received: (from daemon@localhost) by ganerc.mips.inka.de (8.11.0/8.11.0) id e86LSoq88507 for freebsd-questions@freebsd.org; Wed, 6 Sep 2000 23:28:50 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Most stable netscape port? Date: 6 Sep 2000 23:28:50 +0200 Message-ID: <8p6cui$2mde$1@ganerc.mips.inka.de> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This weekend, as part of an Open Day at the university, we'll be running an Internet cafe. The main application will be Netscape Navigator. The FreeBSD ports collection offers three entries to choose from: netscape47-navigator linux-netscape47-navigator bsdi-netscape47-navigator I'm looking for educated recommendations which version to use. One stipulation is that JavaScript and Java will be enabled (which, judging from previous experience, makes the native Netscape port crash every few minutes with this type of users). -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 15:35:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.jonelrienton.org (dsl-64-34-25-237.telocity.com [64.34.25.237]) by hub.freebsd.org (Postfix) with SMTP id B83E137B422 for ; Wed, 6 Sep 2000 15:35:32 -0700 (PDT) Received: (qmail 26616 invoked from network); 6 Sep 2000 22:51:24 -0000 Received: from debian (10.29.22.23) by zeus with SMTP; 6 Sep 2000 22:51:24 -0000 Message-ID: <02e801c01854$32879640$17161d0a@jonelrienton.org> From: "Jonel Rienton" To: "Christian Weisgerber" , References: <8p6cui$2mde$1@ganerc.mips.inka.de> Subject: Re: Most stable netscape port? Date: Wed, 6 Sep 2000 17:45:46 -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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have used both the bsdi and the linux version, if you want the flash plugin use the linux one, otherwise, i'd recommend going with the bsdi version. Jonel Rienton http://qmail.freebsduser.org sent by qmail-1.03 on a FreeBSD 4.1-STABLE - ----- Original Message ----- From: "Christian Weisgerber" To: Sent: Wednesday, September 06, 2000 4:28 PM Subject: Most stable netscape port? | This weekend, as part of an Open Day at the university, we'll be | running an Internet cafe. The main application will be Netscape | Navigator. The FreeBSD ports collection offers three entries to | choose from: | | netscape47-navigator | linux-netscape47-navigator | bsdi-netscape47-navigator | | I'm looking for educated recommendations which version to use. | One stipulation is that JavaScript and Java will be enabled (which, | judging from previous experience, makes the native Netscape port | crash every few minutes with this type of users). | | -- | Christian "naddy" Weisgerber | naddy@mips.inka.de | | | | 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.8 for non-commercial use iQA/AwUBObbJGaQ0pAI9Fl/WEQILDgCfb9v0ZKdTzEdHrQ69sab5mpoNrmcAoIFn F/meP0acD/xMuaLf/T/Pa7+f =LkN2 -----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 Wed Sep 6 15:37:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eve.speakeasy.net (eve.speakeasy.net [216.254.0.17]) by hub.freebsd.org (Postfix) with ESMTP id 65DB537B424 for ; Wed, 6 Sep 2000 15:37:38 -0700 (PDT) Received: from paradive (dsl254-006-184-sea1.dsl-isp.net [216.254.6.184]) by eve.speakeasy.net (8.10.0/8.10.0) with SMTP id e86Ma4p08940; Wed, 6 Sep 2000 15:36:04 -0700 Message-ID: <03f801c01852$5869fda0$02fea8c0@localdomain> From: "paradive" To: , References: <000101c01837$4879bea0$0a0a0a0a@sysenglt112> Subject: Re: 4th build of BSD server... what now? Date: Wed, 6 Sep 2000 15:32:31 -0700 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: Raymond Hicks To: Sent: Wednesday, September 06, 2000 12:18 PM Subject: 4th build of BSD server... what now? > I am installing or shall I say trying to install freebsd 4.1 over ftp... I > can boot kern and mfsroot no problem get through setup and once I am to > where it is looking up host.. it hangs there/. what is up? I have loaded > 3.4 10 times befor no problems.. used same information that was on box > befor too... what would cause it to not find this? is it not bringing up > the ethernet interface? the light on the hub says it is up? can anyone > help me please? > are you giving it enough time? i noticed this w/ my recent 4.1 install (768k dsl) and it took about 10 minutes until it got going. dunno why..... paradive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 15:48:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-ether.rz.uni-ulm.de [134.60.1.36]) by hub.freebsd.org (Postfix) with ESMTP id 5225437B422 for ; Wed, 6 Sep 2000 15:48:25 -0700 (PDT) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id AAA29011; Thu, 7 Sep 2000 00:48:13 +0200 (MEST) Message-ID: <39B6C9AC.56464D1C@gmx.de> Date: Thu, 07 Sep 2000 00:48:12 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: paradive , "freebsd-questions@freebsd.org" Subject: Re: Installing CD packages to HD? References: <14773.33577.842372.439782@guru.mired.org> <39B61430.1F2F60BD@gmx.de> <031501c0184f$0747c180$02fea8c0@localdomain> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello paradive; > > > I believe the 4.0-RELEASE cdrom was equally damaged. Personally, I > > > *hate* this. Since I build ports with LOCALBASE=/usr/opt, the packages > > > are useless. Since the distfiles can be used to create the packages, > > > but not vice versa, this is a loss in functionality. My use of the > > > things is now restricted to dealing with -questions (as above), and > > > making copies for friends who otherwise wouldn't look at FreeBSD. > > > > Look at the -p (prefix) option of pkg_add. You can change the install > directory > > there. > > is there a way to do this with "make" using ports as well? From the handbook (rtfm ;-) ): Q: Does the ports scheme only work if you have everything in /usr/ports? My system administrator says I must put everything under /u/people/guests/wurzburger, but it does not seem to work. A: You can use the PORTSDIR and PREFIX variables to tell the ports mechanism to use different directories. For instance, # make PORTSDIR=/u/people/guests/wurzburger/ports install will compile the port in /u/people/guests/wurzburger/ports and install everything under /usr/local. # make PREFIX=/u/people/guests/wurzburger/local install will compile it in /usr/ports and install it in /u/people/guests/wurzburger/local. And of course, # make PORTSDIR=../ports PREFIX=../local install will combine the two (it is too long to write fully on the page, but it should give you the general idea). If you do not fancy typing all that in every time you install a port, it is a good idea to put these variables into your environment. Read the man page for your shell for instructions on doing so. Regards Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 15:59:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eve.speakeasy.net (eve.speakeasy.net [216.254.0.17]) by hub.freebsd.org (Postfix) with ESMTP id 4BC6B37B423 for ; Wed, 6 Sep 2000 15:59:35 -0700 (PDT) Received: from paradive (dsl254-006-184-sea1.dsl-isp.net [216.254.6.184]) by eve.speakeasy.net (8.10.0/8.10.0) with SMTP id e86Mvop22163; Wed, 6 Sep 2000 15:57:55 -0700 Message-ID: <044c01c01855$67817cc0$02fea8c0@localdomain> From: "paradive" To: "Siegbert Baude" , References: <14773.33577.842372.439782@guru.mired.org> <39B61430.1F2F60BD@gmx.de> <031501c0184f$0747c180$02fea8c0@localdomain> <39B6C9AC.56464D1C@gmx.de> Subject: Re: Installing CD packages to HD? Date: Wed, 6 Sep 2000 15:54:17 -0700 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: Siegbert Baude To: paradive ; Sent: Wednesday, September 06, 2000 3:48 PM Subject: Re: Installing CD packages to HD? > Hello paradive; > > > > I believe the 4.0-RELEASE cdrom was equally damaged. Personally, I > > > > *hate* this. Since I build ports with LOCALBASE=/usr/opt, the packages > > > > are useless. Since the distfiles can be used to create the packages, > > > > but not vice versa, this is a loss in functionality. My use of the > > > > things is now restricted to dealing with -questions (as above), and > > > > making copies for friends who otherwise wouldn't look at FreeBSD. > > > > > > Look at the -p (prefix) option of pkg_add. You can change the install > > directory > > > there. > > > > is there a way to do this with "make" using ports as well? > > >From the handbook (rtfm ;-) ): > > Q: Does the ports scheme only work if you have everything in > /usr/ports? My system administrator says I must put everything under > /u/people/guests/wurzburger, but it does not seem to work. > > A: You can use the PORTSDIR and PREFIX variables to tell the ports > mechanism to use different directories. For instance, > # make PORTSDIR=/u/people/guests/wurzburger/ports install > > will compile the port in /u/people/guests/wurzburger/ports and install > everything under /usr/local. > # make PREFIX=/u/people/guests/wurzburger/local install > > will compile it in /usr/ports and install it in > /u/people/guests/wurzburger/local. d'oh! i read that too, just didn't read dfown far enough apparently (thought it was only talking about PORTSDIR). thanks for the heads-up. paradive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 16: 2:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eve.speakeasy.net (eve.speakeasy.net [216.254.0.17]) by hub.freebsd.org (Postfix) with ESMTP id DBFAE37B422 for ; Wed, 6 Sep 2000 16:02:12 -0700 (PDT) Received: from paradive (dsl254-006-184-sea1.dsl-isp.net [216.254.6.184]) by eve.speakeasy.net (8.10.0/8.10.0) with SMTP id e86MYBp08287; Wed, 6 Sep 2000 15:34:19 -0700 Message-ID: <03f201c01852$19e99fe0$02fea8c0@localdomain> From: "paradive" To: "Fabrizzio Batista" , References: <005501c01833$c88a9d20$65010180@lojasobino.com.br> Subject: Re: Please, help me !!! Part II Date: Wed, 6 Sep 2000 15:30:38 -0700 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.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: Fabrizzio Batista To: Sent: Wednesday, September 06, 2000 11:53 AM Subject: Please, help me !!! Part II > Hi gurus, > > I have a SCSI DAT drive but it´s not working. I´m using FreeBSD 4.1 with > Adaptec 2940 (ahc). > > At FreeBSD boot: > > sa0 at ahc0 bus 0 target 5 lun 0 > sa0: Removable Sequential Access SCSI-2 device > sa0: 5.000 MB/s transfers (5.000MHz, offset 15) > > But when I try to use the DAT, with for example: > > TAR TVF /DEV/RSA0 > > Nothing happens, and my shell is "locked". > what are you trying to do? tar, or untar something? i think you're just using the wrong options w/ tar... paradive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 16:53:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wodc7-1.corprelay.mail.uu.net (wodc7-1.corprelay.mail.uu.net [192.48.96.68]) by hub.freebsd.org (Postfix) with ESMTP id 4BBAF37B422 for ; Wed, 6 Sep 2000 16:53:13 -0700 (PDT) Received: from ashimr1.ash.ops.us.uu.net by wodc7mr1.ffx.ops.us.uu.net with ESMTP (peer crosschecked as: ashimr1.ash.ops.us.uu.net [153.39.43.46]) id QQjfnr16579 for ; Wed, 6 Sep 2000 23:53:12 GMT Received: from sysenglt112 by ashimr1.ash.ops.us.uu.net with SMTP (peer crosschecked as: ippool144-205.corp.us.uu.net [153.39.144.205]) id QQjfnr05769 for ; Wed, 6 Sep 2000 23:52:47 GMT Reply-To: From: "Raymond Hicks" To: Subject: installing ssh? Date: Wed, 6 Sep 2000 19:53:03 -0400 Message-ID: <000501c0185d$98f9d970$0a0a0a0a@sysenglt112> 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 V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have just finished installing FreeBSD 4.1.. the only problem is I cannot get the SSH port to install from the makefile? It is telling me that I need openssl but when I run the make on openssl, it tells me that it is already in the base system? Can someone please tell me what to do,? I have since gone to the openssh website, downloaded the current version and installed it on the box but when I connect to other sites via ssh, it errors that invalid protocol is being used and that user authentication failed? any ideas here? \\ help cheers raymond hicks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 16:54:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from armageddon.ardent-hacker.net (www.ardent-hacker.net [63.228.57.1]) by hub.freebsd.org (Postfix) with ESMTP id 4A54A37B422 for ; Wed, 6 Sep 2000 16:54:12 -0700 (PDT) Received: by armageddon.ardent-hacker.net (8.9.3/slinky.1.0) id SAA63428; Wed, 6 Sep 2000 18:53:25 -0500 (CDT) (envelope-from ecrist) From: Eric F Crist To: Subject: Re: installing ssh? Date: Wed, 6 Sep 2000 18:52:56 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <000501c0185d$98f9d970$0a0a0a0a@sysenglt112> In-Reply-To: <000501c0185d$98f9d970$0a0a0a0a@sysenglt112> Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Message-Id: <00090618532500.63421@armageddon.ardent-hacker.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG did you try a simple "rehash" after you installed openssh? You have to do it as root. On Wed, 06 Sep 2000, you wrote: > I have just finished installing FreeBSD 4.1.. the only problem is I cannot > get the SSH port to install from the makefile? It is telling me that I need > openssl but when I run the make on openssl, it tells me that it is already > in the base system? Can someone please tell me what to do,? I have since > gone to the openssh website, downloaded the current version and installed > it on the box but when I connect to other sites via ssh, it errors that > invalid protocol is being used and that user authentication failed? any > ideas here? \\ > > help > > cheers > > raymond hicks > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Eric F Crist System Administrator Ardent-Hacker.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 16:57:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from armageddon.ardent-hacker.net (www.ardent-hacker.net [63.228.57.1]) by hub.freebsd.org (Postfix) with ESMTP id 92DFA37B422 for ; Wed, 6 Sep 2000 16:57:57 -0700 (PDT) Received: by armageddon.ardent-hacker.net (8.9.3/slinky.1.0) id SAA63477; Wed, 6 Sep 2000 18:57:12 -0500 (CDT) (envelope-from ecrist) From: Eric F Crist To: , freebsd-questions@FreeBSD.ORG Subject: Re: installing ssh? Date: Wed, 6 Sep 2000 18:56:44 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <000501c0185d$98f9d970$0a0a0a0a@sysenglt112> In-Reply-To: <000501c0185d$98f9d970$0a0a0a0a@sysenglt112> MIME-Version: 1.0 Message-Id: <00090618571101.63421@armageddon.ardent-hacker.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hmm, Don't know what to tell you. I installed mine from /stand/sysinstall -- Eric F Crist System Administrator Ardent-Hacker.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 17: 2:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eve.speakeasy.net (eve.speakeasy.net [216.254.0.17]) by hub.freebsd.org (Postfix) with ESMTP id 115FF37B423 for ; Wed, 6 Sep 2000 17:02:19 -0700 (PDT) Received: from paradive (dsl254-006-184-sea1.dsl-isp.net [216.254.6.184]) by eve.speakeasy.net (8.10.0/8.10.0) with SMTP id e8700ip05884; Wed, 6 Sep 2000 17:00:44 -0700 Message-ID: <046d01c0185e$2d829960$02fea8c0@localdomain> From: "paradive" To: , References: <000501c0185d$98f9d970$0a0a0a0a@sysenglt112> Subject: Re: installing ssh? Date: Wed, 6 Sep 2000 16:57:11 -0700 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: Raymond Hicks To: Sent: Wednesday, September 06, 2000 4:53 PM Subject: installing ssh? > I have just finished installing FreeBSD 4.1.. the only problem is I cannot > get the SSH port to install from the makefile? It is telling me that I need > openssl but when I run the make on openssl, it tells me that it is already > in the base system? Can someone please tell me what to do,? I have since > gone to the openssh website, downloaded the current version and installed > it on the box but when I connect to other sites via ssh, it errors that > invalid protocol is being used and that user authentication failed? any > ideas here? \\ go into /stand/sysinstall and install the "crypto" distribution. after that you'll be able to install ssh. paradive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 17:55:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kite.ny.breakaway.com (kite.ny.breakaway.com [216.32.220.223]) by hub.freebsd.org (Postfix) with ESMTP id 21F4B37B423 for ; Wed, 6 Sep 2000 17:55:21 -0700 (PDT) Received: from tomquinn.com ([63.200.51.157]) by kite.ny.breakaway.com (Post.Office MTA v3.5.3 release 223 ID# 0-58733U1000L100S0V35) with ESMTP id com for ; Wed, 6 Sep 2000 20:55:19 -0400 Message-ID: <39B6E795.FB8919E3@tomquinn.com> Date: Wed, 06 Sep 2000 17:55:49 -0700 From: TomQ X-Mailer: Mozilla 4.7 [en]C-CCK-MCD NSCPCD47 (Win98; I) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: first time install trouble Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Good day. This is my first experience w/ BSD and I am having a little trouble getting going. I am trying to install FreeBSD 4 on a Compaq Proliant PL1600R. It is PII w/ 64M and a 9G SCSI. I am booted with the CDRom and ran through all the instructions as well as followed the written ones in "the Complete FreeBSD" by Lehay. Everything went well until I try to reboot from the HD. I am getting this error: F1 No /boot/loader >>FreeBSD/i386.BOOT Default:0:da(0,a)/Kernel boot: No /Kernel Any guidance would be appreciated. -TomQ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 18: 1:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f274.law8.hotmail.com [216.33.240.149]) by hub.freebsd.org (Postfix) with ESMTP id F22F937B422; Wed, 6 Sep 2000 18:01:39 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 6 Sep 2000 18:01:39 -0700 Received: from 63.207.125.156 by lw8fd.law8.hotmail.msn.com with HTTP; Thu, 07 Sep 2000 01:01:39 GMT X-Originating-IP: [63.207.125.156] From: "Terje Oseberg" To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD 4.0 Firewall System and Problem with Apache Name Virtual Hosts Date: Thu, 07 Sep 2000 01:01:39 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Sep 2000 01:01:39.0837 (UTC) FILETIME=[2DF912D0:01C01867] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having a problem with Name Virtual Host's on FreeBSD 4.0. While I was hacking at a FreeBSD 3.2 system to figure out what I actually needed to get a minimal httpd.conf file and still have Name Virtual Hosts work, I found something strange. If I'm on the system under test and I telnet to localhost port 80 and do the GET requests, it doesn't work, but when I telnet to port 80 from another computer, it does work. This is on FreeBSD 3.2 that I noticed this and with this particular config file and the original config file that I had on that system. I'm thinking that because that system and this 4.0 system are both firewalls doing NAT, maybe it has something to do with that. I'm thinking that when I telnet to localhost, it telnet's to the wrong (internal rather than external) IP adress. And maybe the bug in FreeBSD 4.0 is that when you telnet from outside the firewall to port 80, it actually believes that you're inside the firewall. I noticed this one time when I had problems getting a cisco router to work with a FreeBSD firewall. What it was, was that when you sent a packet to the FreeBSD firewall from inside the firewall, the returned packet was from outside the firewall. But, it was addressed to the proper interal IP adress. It turned out that none of the windows or unix boxes that we were using cared that the source IP adress what different than what it should have been, but the cisco box was actually checking this for security reasons. Luckily I was able to fix this problem by editing the default /etc/rc.firewall file. This might be a similar problem. I mean, if apache actually believes that the the IP adress for the GET requests are 192.168.1.1 instead of the 216.15.83.94 that it's supposed to be, then the IP adress doesn't match with the config file, so it will just assume that the adress is wrong and send the default stuff rather than the name virtual host stuff. What do you think? Terje Oseberg PS. The minimal httpd.conf file that I came up with can be found at: http://216.15.83.94/httpd.conf.simple.txt _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 18:28:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id DD20F37B422 for ; Wed, 6 Sep 2000 18:28:42 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e871Pdw34093; Thu, 7 Sep 2000 10:55:39 +0930 (CST) (envelope-from grog) Date: Thu, 7 Sep 2000 10:55:39 +0930 From: Greg Lehey To: Fabrizzio Batista Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Please, Help me !!! Message-ID: <20000907105539.F7718@wantadilla.lemis.com> References: <006301c01820$d4e0db60$65010180@lojasobino.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0i In-Reply-To: <006301c01820$d4e0db60$65010180@lojasobino.com.br>; from Fabrizzio.Batista@lojasobino.com.br on Wed, Sep 06, 2000 at 01:38:03PM -0300 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 6 September 2000 at 13:38:03 -0300, Fabrizzio Batista wrote: > Hi gurus, > > I have a SCSI DAT drive but it´s not working. I´m using FreeBSD 4.1 with > Adaptec 2940 (ahc). > > At FreeBSD boot: > > sa0 at ahc0 bus 0 target 5 lun 0 > sa0: Removable Sequential Access SCSI-2 device > sa0: 5.000 MB/s transfers (5.000MHz, offset 15) > > But when I try to use the DAT, with for example: > > tar tv > > Nothing happens, and my shell is "locked". > > Somebody have any idea ? Please, help me. Any messages on the console or in /var/log/messages? Go to another terminal and get the output of 'ps la | grep tar'. Also, it would be interesting to know what other devices are on your SCSI bus (contents of /var/run/dmesg.boot). Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 6 18:34: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (gsi.enoreo.on.ca [209.82.52.145]) by hub.freebsd.org (Postfix) with ESMTP id 6A8BE37B423 for ; Wed, 6 Sep 2000 18:33:58 -0700 (PDT) Received: from zircon (cr677933-a.ktchnr1.on.wave.home.com [24.42.130.87]) by xena.gsicomp.on.ca (8.10.1/8.9.2) with SMTP id e871Id948827; Wed, 6 Sep 2000 21:18:41 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <001301c01869$96479440$1200a8c0@zircon> From: "Matthew Emmerton" To: "Terje Oseberg" , References: Subject: Re: FreeBSD 4.0 Firewall System and Problem with Apache Name Virtual Hosts Date: Wed, 6 Sep 2000 21:18:50 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > If I'm on the system under test and I telnet to localhost port 80 > and do the GET requests, it doesn't work, but when I telnet to port > 80 from another computer, it does work. This is on FreeBSD 3.2 that > I noticed this and with this particular config file and the original > config file that I had on that system. > > I'm thinking that when I telnet to localhost, it telnet's to the > wrong (internal rather than external) IP adress. And maybe the bug > in FreeBSD 4.0 is that when you telnet from outside the firewall > to port 80, it actually believes that you're inside the firewall. If you telnet to port 80 on the local system, the request is coming from inside the firewall. Hence, it's going to use the web servers NAT'd address or 127.0.0.1. Requests from other systems on the NAT'd network will connect to the NAT'd address of the web server. The only time when the external address will be used is when the requests come from outside the NAT/firewall. -- Matthew Emmerton GSI Computer Services +1 (800) 217-5409 (Canada) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 18:34:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f149.law8.hotmail.com [216.33.241.149]) by hub.freebsd.org (Postfix) with ESMTP id 26E1037B423 for ; Wed, 6 Sep 2000 18:34:21 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 6 Sep 2000 18:34:20 -0700 Received: from 63.207.125.156 by lw8fd.law8.hotmail.msn.com with HTTP; Thu, 07 Sep 2000 01:34:20 GMT X-Originating-IP: [63.207.125.156] From: "Terje Oseberg" To: matt@gsicomp.on.ca Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 4.0 Firewall System and Problem with Apache Name Virtual Hosts Date: Thu, 07 Sep 2000 01:34:20 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Sep 2000 01:34:20.0981 (UTC) FILETIME=[BEE7E650:01C0186B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > If I'm on the system under test and I telnet to localhost port 80 > > and do the GET requests, it doesn't work, but when I telnet to port > > 80 from another computer, it does work. This is on FreeBSD 3.2 that > > I noticed this and with this particular config file and the original > > config file that I had on that system. > > > > I'm thinking that when I telnet to localhost, it telnet's to the > > wrong (internal rather than external) IP adress. And maybe the bug > > in FreeBSD 4.0 is that when you telnet from outside the firewall > > to port 80, it actually believes that you're inside the firewall. > >If you telnet to port 80 on the local system, the request is coming from >inside the firewall. Hence, it's going to use the web servers NAT'd >address >or 127.0.0.1. Requests from other systems on the NAT'd network will >connect >to the NAT'd address of the web server. The only time when the external >address will be used is when the requests come from outside the >NAT/firewall. > >-- >Matthew Emmerton >GSI Computer Services >+1 (800) 217-5409 (Canada) Hey, sorry about that, I should've thought of that. But, I solved my Apache and FreeBSD 4.0 problem by adding the following lines to the end of my httpd.conf file. So, at this point, I believe that my theory was correct even though I made an obvious error in my reasoning above. Here's what I added. ############################################################# NameVirtualHost 192.168.1.1 ServerName www.etiam.net DocumentRoot /data/web/www.etiam.net ServerName www.alluent.com DocumentRoot /data/web/www.alluent.com ServerName www.fineworks.com DocumentRoot /data/web/www.fineworks.com ServerName www.globalgastrohospital.com DocumentRoot /data/web/www.globalgastrohospital.com ######################################################## I also had to add a line to my /etc/hosts file. My hosts file now contains: 216.15.83.94 alpha.etiam.net alpha etiam.net 192.168.1.1 me.etiam.net (Without the me.etiam.net thing Apache was trying to do a reverse DNS on 192.168.1.1 or something that was making it take forever to start up) _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 18:34:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from neti.eng.ufl.edu (neti.eng.ufl.edu [128.227.235.15]) by hub.freebsd.org (Postfix) with ESMTP id 558F137B422 for ; Wed, 6 Sep 2000 18:34:34 -0700 (PDT) Received: from nancy.cisi.com (nancy.cisi.com [192.168.0.131]) by neti.eng.ufl.edu (8.9.3/8.9.3) with SMTP id VAA04464; Wed, 6 Sep 2000 21:30:10 -0400 (EDT) (envelope-from bobj@atlantic.net) Message-Id: <3.0.6.32.20000906213012.009e3650@rio.atlantic.net> X-Sender: bobj@rio.atlantic.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Wed, 06 Sep 2000 21:30:12 -0400 To: "Bill" From: Bob Johnson Subject: Re: Inspiron 7500 - X 'wraps' around the screen Cc: questions@freebsd.org In-Reply-To: <000b01c017ba$7e1587b0$3c6b1581@glacious> References: <39AFE0B3.5B95EDF9@atlantic.net> 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:25 AM 09/06/2000 -0400, you wrote: >how would I go about getthing the 1400 resolution? its not in the graphical >config program for X. Thanks for the info too btw. My laptop screen is >meant to be run at 1400 resolution, so it'll look best that way anyway... > > -Bill > You need to edit the file /etc/XF86Config and find the "monitor" section. Add the line (it's one line): Modeline "1400x1050" 155.00 1400 1464 1784 1912 1050 1052 1064 1090 -HSync -VSync to it. You will also need to find the "Screen" section and add "1400x1050" to the list of modes the screen supports. You will probably find more than one "Screen" section. I don't have the Inspiron handy at the moment, and I don't remember which one you really need to edit, so it is probably easiest to just edit all of the "Screen" sections and add "1400x1050" to all of them. A sample "Screen" section might look something like: Section "Screen" Driver "SVGA" Device "Primary Card" Monitor "Primary Monitor" DefaultColorDepth 16 SubSection "Display" Depth 8 Modes "1400x1050" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1400x1050" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1400x1050" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1400x1050" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 32 Depth 1 Modes "1400x1050" "1024x768" "800x600" "640x480" EndSubSection EndSection (I didn't get this example from the Inspiron, so it might not be quite the same as what you will end up with). I hope that helps! By the way, it's best to send any follow-up questions you have back to the questions@freebsd.org list so that someone else can answer it if I don't have time (or don't know the answer). - Bob > >----- Original Message ----- >From: "Bob Johnson" >To: >Cc: >Sent: Friday, September 01, 2000 1:00 PM >Subject: Re: Inspiron 7500 - X 'wraps' around the screen > > >> > ------------------------------ >> > >> > Date: Thu, 31 Aug 2000 23:11:25 -0400 >> > From: "Bill" >> > Subject: Inspiron 7500 - X 'wraps' around the screen >> > >> > This is a multi-part message in MIME format. >> > >> > - ------=_NextPart_000_000B_01C013A0.C95463E0 >> > Content-Type: text/plain; >> > charset="iso-8859-1" >> > Content-Transfer-Encoding: quoted-printable >> > >> > I got X to work on my Dell Inspiron 7500 notebook, and theres a wierd = >> > bug with the X server, it seems that the left 1/2 of the screen wraps = >> > around to the right 1/3. so the middle 1/3 is all nice and clear, while >= >> > the left and right 3rds are overlapping eachother, like theres two = >> > layers, but mimicing the opposite side. I've tried searching the = >> > freebsd.org site and X free groups about this, but I couldn't come up = >> > with anything that worked. If anyone else has had this happen to them, >= >> > or can point me in the right direction, please do. Thank you. >> > >> > -Bill >> > >> >> I have not yet found an X configuration that doesn't have this problem >> for >> resolutions between 1024x768 and 1400x1050 (not inclusive). I use >> 1400x1050 even though I'd rather use 1280x1024 or so. >> >> I downloaded Dell's Inspiron setup for Linux, and the highest resolution >> they supply is 1024x768. >> >> Here are the modelines I use. If you have a 1400x1050 display, it >> should >> work for you. I've tested and discarded the lines marked "NFG", some of >> which >> were provided by others who used them on their (older?) Inspirons, and >> some of >> which I came up with myself through various semi-random processes. As >> soon as >> I have some spare time, I'll try again. I'm thinking of putting an >> external >> monitor on it and measuring the actual scan rates that Windows uses in >> these >> modes. >> >> >> Section "Monitor" >> Identifier "Primary Monitor" >> VendorName "Unknown" >> ModelName "Unknown" >> HorizSync 30-100 >> VertRefresh 50-100 >> Modeline "640x480" 45.80 640 672 768 864 480 488 494 530 -hsync >> -vsync >> Modeline "800x600" 69.65 800 864 928 1088 600 604 610 640 -hsync >> -vsync >> Modeline "1024x768" 115.50 1024 1056 1248 1440 768 771 781 802 >> -hsync -vsync >> >> # NFG Modeline "1152x864" 65 1152 1168 1384 1480 864 865 >> 875 985 Interlace >> # NFG Modeline "1152x864" 89.9 1152 1216 1472 1680 864 868 >> 876 892 -HSync -VSync >> # NFG Modeline "1152x864" 110.00 1152 1172 1260 1452 864 864 >> 876 900 -HSync -VSync >> # NFG Modeline "1152x864" 137.65 1152 1184 1312 1548 864 866 >> 885 926 -hsync -vsync >> >> # NFG Modeline "1280x960" 155.00 1280 1435 1755 1912 960 963 975 >> 1000 -HSync -VSync >> >> # NFG Modeline "1280x1024" 91.60 1280 1344 1536 1728 960 976 >> 988 1060 -hsync -vsync # actually 1280x960 >> # NFG Modeline "1280x1024" 80 1280 1296 1512 1568 1024 1025 1037 >> 1165 Interlace >> # NFG Modeline "1280x1024" 110.00 1280 1328 1512 1712 1024 1025 1028 >> 1054 -HSync -VSync >> # NFG Modeline "1280x1024" 126.5 1280 1312 1472 1696 1024 1032 1040 >> 1068 -HSync -VSync >> # NFG Modeline "1280x1024" 135.00 1280 1312 1416 1664 1024 1027 1030 >> 1064 >> # NFG Modeline "1280x1024" 135.00 1280 1312 1456 1712 1024 1027 1030 >> 1064 >> # NFG Modeline "1280x1024" 157.50 1280 1344 1504 1976 1024 1025 1028 >> 1032 +hsync +vsync >> # NFG Modeline "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 >> 1072 +HSync +VSync >> >> Modeline "1400x1050" 155.00 1400 1464 1784 1912 1050 1052 1064 1090 >> -HSync -VSync >> >> EndSection >> >> >> There is, of course, no guarantee that these won't destroy your system >> if it doesn't have >> hardware identical to mine (or even if it does), but at least I haven't >> destroyed mine yet. >> >> By the way, when you are ready to get suspend-to-disk going, I've got >> that (mostly) working, >> too. >> >> - Bob >> > > +-------------------------------------------------------- | Bob Johnson | bobj@atlantic.net +-------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 18:37:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 2720C37B42C for ; Wed, 6 Sep 2000 18:37:12 -0700 (PDT) Received: from welsh.dynip.com ([24.162.231.59]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Wed, 6 Sep 2000 21:36:54 -0400 Received: (qmail 489 invoked by uid 1000); 7 Sep 2000 01:37:06 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Sep 2000 01:37:06 -0000 Date: Wed, 6 Sep 2000 21:37:06 -0400 (EDT) From: jason To: questions@freebsd.org Subject: interface ed0 not recognized in 4.1 RELEASE 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 upgraded from 4.0 to 4.1 and now my system will not recognize my ed0 (cheap ne2000 clone) card. Nothing else on my box changed except for upgrading. It never even shows up in dmesg. I have done some searches and it seems like this is a problem for a handful of folks, but I never could find a good solution. I saw someone on usenet suggested that you replace the /sys/dev/ed/if_ed.c with an older version of that file and recompile. I tried that and got compile errors. Anyone know of a real fix? jason -- ======================================================================= | Jason Welsh jason@welsh.dynip.com | If you think there's | | | good in everybody, you | | http://welsh.dynip.com/ | haven't met everybody. | ======================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 18:40:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f293.law8.hotmail.com [216.33.240.168]) by hub.freebsd.org (Postfix) with ESMTP id 4B9D037B423; Wed, 6 Sep 2000 18:40:46 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 6 Sep 2000 18:40:42 -0700 Received: from 63.207.125.156 by lw8fd.law8.hotmail.msn.com with HTTP; Thu, 07 Sep 2000 01:40:42 GMT X-Originating-IP: [63.207.125.156] From: "Terje Oseberg" To: freebsd-questions@FreeBSD.ORG Subject: Re: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 (Fixed!!!!) Date: Thu, 07 Sep 2000 01:40:42 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Sep 2000 01:40:42.0777 (UTC) FILETIME=[A2795890:01C0186C] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You're probably not going to believe this, but, Uhh, I added this to the end of my httpd.conf file and it started working!! ################################################################ NameVirtualHost 192.168.1.1 ServerName www.etiam.net DocumentRoot /data/web/www.etiam.net ServerName www.alluent.com DocumentRoot /data/web/www.alluent.com ServerName www.fineworks.com DocumentRoot /data/web/www.fineworks.com ServerName www.globalgastrohospital.com DocumentRoot /data/web/www.globalgastrohospital.com ####################################################################### I also added this to my /etc/hosts file to prevent Apache from attempting a reverse DNS lookup or whatever it was that took so long: 192.168.1.1 me.etiam.net _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 18:41:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id D45AB37B423 for ; Wed, 6 Sep 2000 18:41:07 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1061) id 62F1C2B27E; Wed, 6 Sep 2000 20:41:02 -0500 (CDT) Date: Wed, 6 Sep 2000 20:41:02 -0500 From: David Drum To: freebsd-questions@freebsd.org Subject: Any way to force IRQ probe? Message-ID: <20000906204102.C69172@elvis.mu.org> Mail-Followup-To: David Drum , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello everyone, I have an older system (DEC PC XL 590) into which I have installed an ISA serial port expansion card from Digital Research Technologies. The motherboard is too old to be PnP; PCI irqs are set in the BIOS, but there does not appear to be an equivalent option for the ISA slots. The card is jumper configured to operate on IRQ 5 and 9 as GENERIC indicates is typical for COM3 and COM4. The kernel was rebuilt and devices made as instructed in the Handbook (I've built lots of kernels but have to create devices less often). The ports do not work. dmesg reports: sio2: configured irq 5 not in bitmap of probed irqs 0 sio3: configured irq 9 not in bitmap of probed irqs 0 I read some of the related source code (src/isa/sio.c) but have not uncovered any clues about how I might get FreeBSD to probe those irqs. Can someone help me? Regards, David Drum david@mu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 18:42: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cliff.mfn.org (cliff.mfn.org [204.238.179.8]) by hub.freebsd.org (Postfix) with ESMTP id B57CE37B423 for ; Wed, 6 Sep 2000 18:41:59 -0700 (PDT) X-Message1: Missouri FreeNet does not relay. If this email X-Message2: is unsolicited bulk or commercial, please report X-Message3: this abuse promptly to abuse@mfn.org. Thank You. X-ORIGINIP: 128.242.145.201 X-ORIGINDNS: imaging.mfn.org Received: from imaging (imaging.mfn.org [128.242.145.201]) by cliff.mfn.org (8.9.3/8.8.7) with SMTP id VAA22470 for ; Wed, 6 Sep 2000 21:43:49 -0500 (CDT) (envelope-from lart@mfn.org) Posted-Date: Wed, 6 Sep 2000 21:43:49 -0500 (CDT) X-CUTMARK: --------------- Message-ID: <0ad401c0186b$ddaddc20$c991f280@mfn.org> From: "graphics" To: Subject: ATA66 troubles under 4.0R vs 3.4 Date: Wed, 6 Sep 2000 20:35:08 -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 Hello, After seeing uncountable sudden "drive deaths" on *brand new* drives, we did a little digging (thank god for the archives!) and have noted the many similar tales of woe... Now, since 3.4 reportedly does not suffer from these troubles, we are going to go back down to 3.4, however, we would like the transition to be as painless as humanly possible, so: Can we simply do an overlay of 3.4 onto a 4.0 system? Also, is it known whether 4.1 has fixed the 4.0 ATA66 problems? How about 5-stable? Thanks in advance! (P.S. we are not subscribed, so please include us directly in any replies. 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 Sep 6 18:49: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id 170AB37B423 for ; Wed, 6 Sep 2000 18:48:58 -0700 (PDT) Received: from freebsd.freebsd.org (idxwc07-02.idx.com.au [203.166.2.2]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id MAA00585; Thu, 7 Sep 2000 12:48:44 +1100 From: Danny To: Moritz Hardt , freebsd-questions Subject: Re: floppy disks Date: Thu, 7 Sep 2000 22:58:43 +1100 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <00090722591500.00334@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Use a port called mtools to mount your floppy disk it is so much easier. Check out www.freebsd.org/ports/ On Wed, 06 Sep 2000, Moritz Hardt wrote: > hello, > > i'm trying to use my fd-drive under freebsd, but everytime i'm trying to > mount a disk, using 'mount /dev/fd0 /floppy', it says something like bad > superblock. > > i suppose thats, because the disks have the wrong format. how to change > it? > > > > Moritz > - Keep Lynx Alive! > > > > 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 Sep 6 18:52:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id BB59A37B424 for ; Wed, 6 Sep 2000 18:52:10 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e871pfx51948; Thu, 7 Sep 2000 11:21:41 +0930 (CST) (envelope-from grog) Date: Thu, 7 Sep 2000 11:21:41 +0930 From: Greg Lehey To: graphics Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: ATA66 troubles under 4.0R vs 3.4 Message-ID: <20000907112141.H7718@wantadilla.lemis.com> References: <0ad401c0186b$ddaddc20$c991f280@mfn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <0ad401c0186b$ddaddc20$c991f280@mfn.org>; from lart@mfn.org on Wed, Sep 06, 2000 at 08:35:08PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 6 September 2000 at 20:35:08 -0500, graphics wrote: > After seeing uncountable sudden "drive deaths" on *brand new* > drives, we did a little digging (thank god for the archives!) and > have noted the many similar tales of woe... "similar" doesn't mean "the same". What do you mean by "drive deaths"? If the drive has really failed, it's very unlikely to be connected to FreeBSD. > Now, since 3.4 reportedly does not suffer from these troubles, we > are going to go back down to 3.4, however, we would like the > transition to be as painless as humanly possible, so: Can we simply > do an overlay of 3.4 onto a 4.0 system? No. > Also, is it known whether 4.1 has fixed the 4.0 ATA66 problems? How > about 5-stable? Nobody knows if you don't know. How do you expect us to know what the problem is? If you're running into a real problem with the new ata driver, you can build a kernel with the wd driver instead. That's a lot less work than reinstalling the system. But I can't decide whether that's the case until I see some evidence. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 6 18:52:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id F19AB37B422 for ; Wed, 6 Sep 2000 18:52:45 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e871qQR52461; Thu, 7 Sep 2000 11:22:26 +0930 (CST) (envelope-from grog) Date: Thu, 7 Sep 2000 11:22:26 +0930 From: Greg Lehey To: jason Cc: questions@FreeBSD.ORG Subject: Re: interface ed0 not recognized in 4.1 RELEASE Message-ID: <20000907112226.I7718@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jason@welsh.dynip.com on Wed, Sep 06, 2000 at 09:37:06PM -0400 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 6 September 2000 at 21:37:06 -0400, jason wrote: > I just upgraded from 4.0 to 4.1 and now my system will not recognize my > ed0 (cheap ne2000 clone) card. Nothing else on my box changed except for > upgrading. It never even shows up in dmesg. I have done some searches and > it seems like this is a problem for a handful of folks, but I never could > find a good solution. I saw someone on usenet suggested that you replace > the /sys/dev/ed/if_ed.c with an older version of that file and recompile. > I tried that and got compile errors. Anyone know of a real fix? Can you describe the card? I'm running cheap NE2000 clones here with no problem. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 6 18:54: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 2ABE737B424 for ; Wed, 6 Sep 2000 18:53:57 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e871rni53404; Thu, 7 Sep 2000 11:23:49 +0930 (CST) (envelope-from grog) Date: Thu, 7 Sep 2000 11:23:49 +0930 From: Greg Lehey To: David Drum Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Any way to force IRQ probe? Message-ID: <20000907112349.J7718@wantadilla.lemis.com> References: <20000906204102.C69172@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000906204102.C69172@elvis.mu.org>; from david@mu.org on Wed, Sep 06, 2000 at 08:41:02PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 6 September 2000 at 20:41:02 -0500, David Drum wrote: > Hello everyone, > > I have an older system (DEC PC XL 590) into which I have installed an > ISA serial port expansion card from Digital Research Technologies. > The motherboard is too old to be PnP; PCI irqs are set in the BIOS, > but there does not appear to be an equivalent option for the ISA slots. > The card is jumper configured to operate on IRQ 5 and 9 as GENERIC > indicates is typical for COM3 and COM4. The kernel was rebuilt and > devices made as instructed in the Handbook (I've built lots of kernels > but have to create devices less often). The ports do not work. > > dmesg reports: > sio2: configured irq 5 not in bitmap of probed irqs 0 > sio3: configured irq 9 not in bitmap of probed irqs 0 > > I read some of the related source code (src/isa/sio.c) but have not > uncovered any clues about how I might get FreeBSD to probe those > irqs. FreeBSD has probed those IRQs. It failed. This could be because you have other devices on the same IRQ, or because you specified the wrong I/O addresses. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 6 18:55:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id 3DD2E37B424 for ; Wed, 6 Sep 2000 18:55:21 -0700 (PDT) Received: from freebsd.freebsd.org (idxwc07-02.idx.com.au [203.166.2.2]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id MAA01285; Thu, 7 Sep 2000 12:53:33 +1100 From: Danny To: kresimir sikic , freebsd-questions@FreeBSD.ORG Subject: Re: Need a Mysql client! Date: Thu, 7 Sep 2000 23:02:19 +1100 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <00090723040401.00334@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maybe checkout other mysql clients such as phpmyadmin from www.phpwizards.com or xmysql from www.freebsd.org/ports On Wed, 06 Sep 2000, kresimir sikic wrote: > I have FreeBSD 3.4 installed on my computer, and I need an appropriate > MySQL client for it. > NOTE: I have Mysql-client-3.22.32.tgz, but it seems that is a client that > is only working under FreeBSD 4.0. > So I need an earlier version of mySQL client that is working under > FreeBSD3.4 > IF ANYONE HAS SUCH CLIENT PLEASE SEND IT TO ME. > > Thank you in advance!!! > > > > > 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 Sep 6 18:57:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.idx.com.au (pop.idx.com.au [203.14.30.10]) by hub.freebsd.org (Postfix) with ESMTP id 07D8D37B424 for ; Wed, 6 Sep 2000 18:57:15 -0700 (PDT) Received: from freebsd.freebsd.org (idxwc07-02.idx.com.au [203.166.2.2]) by pop.idx.com.au (8.9.3/8.9.3) with SMTP id MAA01828; Thu, 7 Sep 2000 12:57:02 +1100 From: Danny To: "Simakin Alexandr" , "Simakin Alexandr" , freebsd-questions@FreeBSD.ORG Subject: Re: Date: Thu, 7 Sep 2000 23:05:53 +1100 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <00090723073302.00334@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cgiwrap allows users to run cgi's under there home directory without a need to create privilages to /usr/local/apache/cgi-bin etc etc So a user can add there cgi's in /home/dannyh/public_html/cgi-bin/ Do a search on cgiwrap or maybe look in www.freebsd.org/ports/ On Tue, 05 Sep 2000, Simakin Alexandr wrote: > Hello! > > When I use /etc/ftpchroot file, I can restrict users access only to > his home directory. Users can read and write files only in his > home directory. > So I need the same thing with users perl cgi-scripts on FreeBSD/Apache. > I want users to run cgi-scripts (I know, how to do this) > but I don't want to allow them to read and write to other directories > out of his home directory. > Does anybody knows how to do it? > > I don't want my server to be like this freehosting www.virtualave.net > You may look at this hole: > http://webator.virtualave.net/cgi-bin/dir.pl?dir=/ > there CD - change dir, RD - read file. > Thank you. > > Alex Simakin > > > 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 Sep 6 18:58:22 2000 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 457DA37B424 for ; Wed, 6 Sep 2000 18:58:20 -0700 (PDT) Received: from david (user-33qt8da.dialup.mindspring.com [199.174.161.170]) by smtp6.mindspring.com (8.9.3/8.8.5) with SMTP id VAA19833; Wed, 6 Sep 2000 21:58:04 -0400 (EDT) From: "David Kanter" To: "Yamin Prabudy" , "Andresen,Jason R." Cc: Subject: RE: Sound Blaster configuration Date: Wed, 6 Sep 2000 20:57:59 -0500 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 In-Reply-To: <000901c017f7$d5f77820$32006dcb@dusak> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is from a message I got some time ago about your question: MAKEDEV snd0 makes a number of devices, but snd0 is NOT one of them. You will (and did) get audio0, dsp0, midi0, mixer0, and all of the others you listed. This is not a problem, but normal behavior. ------------ David Kanter > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Yamin Prabudy > Sent: Wednesday, September 06, 2000 6:44 AM > To: Andresen,Jason R. > Cc: questions@FreeBSD.ORG > Subject: Re: Sound Blaster configuration > > I had add the device pcm and device sbc in my kernel and build it, but then > i try to sh Makedev snd0 nothing happen (no error) > I can't make the snd0 device,....where can i find how to build a sound card > driver in FreeBSD 4.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 19:14:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 9010F37B424 for ; Wed, 6 Sep 2000 19:14:49 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id GAA14168 for ; Thu, 7 Sep 2000 06:32:06 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e872Ei106074 for freebsd-questions@FreeBSD.org; Thu, 7 Sep 2000 06:14:44 +0400 Date: Thu, 7 Sep 2000 06:14:44 +0400 From: Igor Roboul To: "'FreeBSD Questions (E-mail)'" Subject: Re: How to Tell FBSD to Use Proxy Server - STILL STUCK Message-ID: <20000907061444.A6043@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: "'FreeBSD Questions (E-mail)'" References: <8C224DC088D8D111B67D0000F67AC17E029C4A3B@ldcmsx01.lc.ca.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <8C224DC088D8D111B67D0000F67AC17E029C4A3B@ldcmsx01.lc.ca.gov>; from Drew.Tomlinson@lc.ca.gov on Wed, Sep 06, 2000 at 11:54:34AM -0700 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 06, 2000 at 11:54:34AM -0700, Tomlinson, Drew wrote: > think I'm supposed to use 'setenv'. Is this correct? After setting the Yes > services on the Win 2K machine are set to the normal ports. Other Windows > machines on my network can use the proxy without problems so I am sure it's > the FreeBSD machine that is not configured correctly. Ok, this is not so easy :-( You need read Wingate manual (I think) for help. I don't know how to do this. Because I don't have any Windows PCs with direct access to Internet (and never will have). PS. Or better, give BSD direct access to Internet and let it be proxy for Windows machines. This is optimal. But this is, of course, your decision. -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 19:26: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta1.tm.net.my (mta1.tm.net.my [202.188.0.145]) by hub.freebsd.org (Postfix) with ESMTP id BF0A837B424 for ; Wed, 6 Sep 2000 19:25:57 -0700 (PDT) Received: from setan ([202.188.127.2]) by mta1.tm.net.my (InterMail v03.02.05 118 121 101) with SMTP id <20000907022555.GPVU22130@setan> for ; Thu, 7 Sep 2000 10:25:55 +0800 Message-ID: <00e501c5b354$b5a5e4a0$0b1603c8@tmmaster> From: "Rezamys" To: Subject: zyxel isdn router config Date: Wed, 7 Sep 2005 10:34:45 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00E2_01C5B397.C3A792E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 Disposition-Notification-To: "Rezamys" 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_00E2_01C5B397.C3A792E0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Hello All, Situation - Need to setup using isdn dialup to connect a freebsd = (remote) box and nt 4.0 (host) box. Has anyone ever experienced configuring a Zyxel Prestige 100 Isdn = router/modem using either Freebie 3.4 or 4.1? I would appreciated it if = somebody could share his/her knowledge on how it is being done. Thank you in advance. ------=_NextPart_000_00E2_01C5B397.C3A792E0 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable
Hello All,
 
Situation - Need to setup using = isdn dialup to=20 connect  a freebsd (remote) box and nt 4.0 (host)=20 box.
 
 
Has anyone ever experienced configuring = a Zyxel=20 Prestige 100 Isdn router/modem using either Freebie 3.4 or 4.1?=20 I would appreciated it if somebody = could share=20 his/her knowledge on how it is being done.
 
Thank you in = advance.
------=_NextPart_000_00E2_01C5B397.C3A792E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 19:54: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (pop3.pioneernet.net [208.240.196.25]) by hub.freebsd.org (Postfix) with ESMTP id C4EE637B424 for ; Wed, 6 Sep 2000 19:53:59 -0700 (PDT) Received: from wiegand.org [208.194.173.26] by pioneernet.net with ESMTP (SMTPD32-6.03) id A670C95701D0; Wed, 06 Sep 2000 20:07:28 -0700 Message-ID: <39B703DD.A2C20D69@wiegand.org> Date: Wed, 06 Sep 2000 19:56:29 -0700 From: Chip X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: David Kanter Cc: Yamin Prabudy , "Andresen,Jason R." , questions@FreeBSD.ORG Subject: Re: Sound Blaster configuration 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 installed a Soundblaster Live 128 according to the following instructions, worked perfectly - http://www.wicklein.org/~chrisw/FreeBSD/sb128pci.txt -- Chip W. www.wiegand.org Alternative Operating Systems David Kanter wrote: > > This is from a message I got some time ago about your question: > > MAKEDEV snd0 makes a number of devices, but snd0 is NOT one of > them. You will (and did) get audio0, dsp0, midi0, mixer0, and all of > the others you listed. > > This is not a problem, but normal behavior. > ------------ > David Kanter > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Yamin Prabudy > > Sent: Wednesday, September 06, 2000 6:44 AM > > To: Andresen,Jason R. > > Cc: questions@FreeBSD.ORG > > Subject: Re: Sound Blaster configuration > > > > I had add the device pcm and device sbc in my kernel and build it, but then > > i try to sh Makedev snd0 nothing happen (no error) > > I can't make the snd0 device,....where can i find how to build a sound card > > driver in FreeBSD 4.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 Wed Sep 6 20:11: 1 2000 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 3E85F37B422 for ; Wed, 6 Sep 2000 20:10:59 -0700 (PDT) Received: from enteract.com (dschrock.cpe.dsl.enteract.com [216.80.53.93] (may be forged)) by mail.enteract.com (8.9.3/8.9.3) with ESMTP id WAA27314 for ; Wed, 6 Sep 2000 22:10:54 -0500 (CDT) (envelope-from dschrock@enteract.com) Message-ID: <39B70953.3AFEADD7@enteract.com> Date: Wed, 06 Sep 2000 22:19:47 -0500 From: Daniel Schrock Reply-To: d_jab@anonymous-daemon.org X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: subnet redirection possible in ipnat? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Myself and my roomate are avid gamers. we are on 784k sdsl but only have 1 ip...i am using a freebsd-4.1 gateway running ipnat. currently, certain games need to have the port explicitly redirected from the gateway to the local machine. does anyone know if it is possible to redirect a port to an entire subnet? eg: rdr xl0 10.0.0.1/32 port 27960 -> 192.168.0.0/28 tcp/udp # Vampire game port or rdr xl0 10.0.0.1/32 port 27960 -> 192.168.0.0/28 port 27960 tcp/udp # Vampire game port (ips are just examples...i realize both are private. sorry, not giving real ones.) Thanks in advance d_jab d_jab@anoymous-daemon.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 20:29:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web5102.mail.yahoo.com (web5102.mail.yahoo.com [216.115.106.72]) by hub.freebsd.org (Postfix) with SMTP id 3C66A37B422 for ; Wed, 6 Sep 2000 20:29:20 -0700 (PDT) Message-ID: <20000907032919.23166.qmail@web5102.mail.yahoo.com> Received: from [203.11.192.243] by web5102.mail.yahoo.com; Thu, 07 Sep 2000 13:29:19 EST Date: Thu, 7 Sep 2000 13:29:19 +1000 (EST) From: =?iso-8859-1?q?Paul=20Jansen?= Subject: mformat (from mtools) broken in freebsd 4.1? To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is mformat able to make a bootable dos filesystem? I've done: dd if=/dev/fd0 of=/usr/tmp/bootfloppy then done this witha blank floppy in the drive: dd if=/usr/tmp/bootfloppy of=/dev/fd0 This results in a copy of the floppy that is bootable (I tested this disk out by booting a system with it). I try creating an image with mformat. Firstly, with a bootable msdos 6.22 floppy in the drive: dd if=/dev/fd0 of=/usr/tmp/bootblock bs=512 count=1 Then I made an entry in ~/.mtoolsrc to declare a dos filesystem to be mapped to a file: drive x: file="/usr/tmp/bootfloppy" then format the x: drive: mformat -C -t 80 -s 18 -h 2 -B /usr/tmp/bootblock x: Then, making sure the bootable floppy is in the drive again I try copying the required msdos system files to the X: image mcopy -pm a:/io.sys a:/msdos.sys a:/command.com x:/ I then dump the x: drive image to a blank floppy: dd if=/usr/tmp/bootfloppy of=/dev/fd0 I then try and boot a system off this and I get: Non-system disk or disk error replace and press and key when ready Why is this happening? Thanks. _____________________________________________________________________________ http://geocities.yahoo.com.au - Yahoo! Australia & NZ GeoCities - Build your own Web Site - for free! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 21:14:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 212AF37B423 for ; Wed, 6 Sep 2000 21:14:36 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id IAA14325 for ; Thu, 7 Sep 2000 08:31:46 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e874EJG06614 for freebsd-questions@FreeBSD.ORG; Thu, 7 Sep 2000 08:14:19 +0400 Date: Thu, 7 Sep 2000 08:14:19 +0400 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail problem Message-ID: <20000907081419.A6441@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <01f601c01844$70453380$61772197@c4b5a1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <01f601c01844$70453380$61772197@c4b5a1>; from flag@libero.it on Wed, Sep 06, 2000 at 10:51:19PM +0200 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, On Wed, Sep 06, 2000 at 10:51:19PM +0200, Paolo Pisati wrote: > I've some problems with my BSD box (4.1 STABLE) and sendmail. > > 1) Sendmail doesn't change my From: line of my email even if I use the -f > switch. > I launch sendmail with this parameters "-bd -fflag@libero.it", but all my > emails comes from flag@localhost > I MUST change that line...=P :-) # my official domain name # ... define this only if sendmail cannot automatically determine your domain Djraduga.dyndns.org > > > 2) Sendmail seems to be unable to resolve correctly my ip/name. I use dialup > so I haven't a DNS ready to respond to my request at any moment, and in my > /etc/hosts there is: > > 127.0.0.1 localhost localhost.localdomain sendmail does not use /etc/hosts !!!! You need local DNS server. Setting it up is not so hard. You can also setup caching nameserver which will size down your external traffic and so will speed up your Internet connection. > > 3) I have I dialup so anytime I try to send an email to other domain than > localhost I get a "cannot check MX...", I resolved this changing the > DeliveryMode from queue to deferred but I dislike this solution.... Use your ISP as relay (ask them) Or go to www.dyndns.org or www.myip.org or www.dhs.net or ... there are so many free dynamic DNS suppliers :-) > > p.s. Apologize me for my bad english Me too :-)) -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 21:36:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cwalk.org (cx521708-b.pv1.ca.home.com [24.177.2.144]) by hub.freebsd.org (Postfix) with ESMTP id CC07537B43F for ; Wed, 6 Sep 2000 21:36:10 -0700 (PDT) Received: from butthead.walker (butthead.walker [192.168.1.10]) by cwalk.org (8.9.3/8.9.3) with SMTP id VAA03678 for ; Wed, 6 Sep 2000 21:36:05 -0700 (PDT) (envelope-from cwalker@cwalk.org) From: Caleb Walker To: questions@freebsd.org Subject: ipfw Date: Wed, 6 Sep 2000 21:34:20 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00090621355303.00245@butthead.walker> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Can anyone recomend a good book on ipfw, the firewall that FreeBSD uses. I just need something with more detail than the doc and man page. -- Thank You, Caleb Walker http://www.cwalk.org Get my pgp public key by fingering cwalker@cwalk.org -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: W/gHNrBmNehrw9RgsuqbqLjafOE+4P3l iQA/AwUBObcbKR7u1vJ5ZVWEEQJW9wCgn1p8YtebsDkhq900NMQaZOTQuuwAn1k9 XAqmuqi2tGOSorm0PflKJS9h =D/6a -----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 Wed Sep 6 21:41:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cliff.mfn.org (cliff.mfn.org [204.238.179.8]) by hub.freebsd.org (Postfix) with ESMTP id 4BB7737B423 for ; Wed, 6 Sep 2000 21:41:48 -0700 (PDT) X-Message1: Missouri FreeNet does not relay. If this email X-Message2: is unsolicited bulk or commercial, please report X-Message3: this abuse promptly to abuse@mfn.org. Thank You. X-ORIGINIP: 128.242.145.201 X-ORIGINDNS: imaging.mfn.org Received: from imaging (imaging.mfn.org [128.242.145.201]) by cliff.mfn.org (8.9.3/8.8.7) with SMTP id AAA22721; Thu, 7 Sep 2000 00:43:24 -0500 (CDT) (envelope-from lart@mfn.org) Posted-Date: Thu, 7 Sep 2000 00:43:24 -0500 (CDT) X-CUTMARK: --------------- Message-ID: <0b2a01c01884$e00be700$c991f280@mfn.org> From: "graphics" To: "Greg Lehey" Cc: References: <0ad401c0186b$ddaddc20$c991f280@mfn.org> <20000907112141.H7718@wantadilla.lemis.com> Subject: Re: ATA66 troubles under 4.0R vs 3.4 Date: Wed, 6 Sep 2000 23:34:08 -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 Greg Lehey says... > On Wednesday, 6 September 2000 at 20:35:08 -0500, graphics wrote: > > After seeing uncountable sudden "drive deaths" on *brand new* > > drives, we did a little digging (thank god for the archives!) and > > have noted the many similar tales of woe... > > "similar" doesn't mean "the same". What do you mean by "drive > deaths"? Hard read errors. Hard write errors. PIO fallbacks. These are things you would normally expect only from a very-soon-to-be dead IDE drive - except all of these drives are brand spanking new, and seem to operate flawlessly when taken off of FBSD4.0 (they work on 3.1, 2.2.6, Mickey$loth, etc...). If the drive has really failed, it's very unlikely to be > connected to FreeBSD. Both disingenuous and unnecessary sarcasm Greg. > > > Now, since 3.4 reportedly does not suffer from these troubles, we > > are going to go back down to 3.4, however, we would like the > > transition to be as painless as humanly possible, so: Can we simply > > do an overlay of 3.4 onto a 4.0 system? > > No. Oh well... > > > Also, is it known whether 4.1 has fixed the 4.0 ATA66 problems? How > > about 5-stable? > > Nobody knows if you don't know. How do you expect us to know what the > problem is? Again, both disingenuous and unnecessarily sarcastic. Search the "Questions" archive for "hard error ata" and you'll get a *ton* of people describing what is obviously a pattern of problems with the 4.0 "ad" driver. There is even a statement in one reply that there is now a FAQ designed to answer some of these repetitive complains/questions. We all KNOW there is a problem with the ATA driver in 4.0 - this is not some kind of personal attack, you don't need to get all wound up here... > If you're running into a real problem with the new ata driver, No, we're running into a FAKE problem with the driver... C'mon... you can > build a kernel with the wd driver instead. That's a lot less work > than reinstalling the system. Agreed. And I'm sorry I didn't think of it before - it's an obvious next step. But I can't decide whether that's the > case until I see some evidence. From the archives, just because you have an attitude tonight, and I'm not in the mood to blow it off: Message-ID: Message-ID: <20000531125115.G41986@moose.bri.hp.com> Message-ID: <200005161939.MAA02841@mass.cdrom.com> Message-ID: Message-ID: Message-ID: Message-ID: Etc... By the way, if you want something to get pissed at, try looking at the search engine returns: you'll notice that the above articles (and just about every article from last year on) returns the wrong date on the search. Your indices are screwed up... > Greg Thanks for the suggestion, in spite of the rest. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 21:42:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rush.telenordia.se (mail.telenordia.se [194.213.64.42]) by hub.freebsd.org (Postfix) with SMTP id B9D0F37B423 for ; Wed, 6 Sep 2000 21:42:14 -0700 (PDT) Received: (qmail 17787 invoked from network); 7 Sep 2000 06:42:13 +0200 Received: from bb-62-5-4-193.bb.tninet.se (HELO marbsd.tninet.se) (62.5.4.193) by mail.telenordia.se with SMTP; 7 Sep 2000 06:42:13 +0200 From: Mark Rowlands Reply-To: mark.rowlands@minmail.net To: "Tomlinson, Drew" , "'igorr@crosswinds.net'" , "'FreeBSD Questions (E-mail)'" , "'Lowell Gilbert'" Subject: Re: How to Tell FBSD to Use Proxy Server - STILL STUCK Date: Thu, 7 Sep 2000 06:32:42 +0200 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <8C224DC088D8D111B67D0000F67AC17E029C4A3B@ldcmsx01.lc.ca.gov> In-Reply-To: <8C224DC088D8D111B67D0000F67AC17E029C4A3B@ldcmsx01.lc.ca.gov> MIME-Version: 1.0 Message-Id: <00090706421300.29558@marbsd.tninet.se> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 06 Sep 2000, Tomlinson, Drew wrote: > > Thank you and the others for your responses. However, I am still stuck. > > My shell is tsch. I have tried setting the variables using both 'set' and > 'setenv'. If I understand correctly, 'set' is for my login environment and > 'setenv' is for the system environment. From what I get from 'man ftp', I > think I'm supposed to use 'setenv'. Is this correct? After setting the > variables, I can verify that they exist by using either the 'set' or > 'setenv' as appropriate. I am using the variable 'ftp_proxy' and ensuring > it is lower case as indicated by 'man' and I have used both the IP address > and the machine name. The FreeBSD can ping and connect to the Win 2K so I > know the network portion is functioning. > > My Win 2K machine has IP of 192.168.0.254 and is named 'bigdaddy'. Proxy > services on the Win 2K machine are set to the normal ports. Other Windows > machines on my network can use the proxy without problems so I am sure it's > the FreeBSD machine that is not configured correctly. > > -----Original Message----- > From: Igor Roboul [mailto:igor@raduga.dyndns.org] > Sent: Tuesday, September 05, 2000 10:02 PM > To: 'FreeBSD Questions (E-mail)' > Subject: Re: How to Tell FBSD to Use Proxy Server > > > On Tue, Sep 05, 2000 at 03:36:03PM -0700, Tomlinson, Drew wrote: > > I'm not sure I'm making sense but I want to start an ftp session on my > > FreeBSD box. My FreeBSD box is only connected via LAN to my Win 2K > machine. > > The Win 2K machine has an Internet connection and is running proxy server > > software (Wingate). I want FreeBSD to connect to the Internet through the > > Win 2K machine. > Hello, > this is not so common :-) Normal way is to use FreeBSD as gate, but > there is so nice command by name 'man' (shor of manual) > Just say "man ftp" (without quotes on shell prompt) > Then search (hit /) for proxy > You'll find (near end of manual): > > ftp_proxy URL of FTP proxy to use when making FTP URL requests > (if not defined, use the standard ftp protocol). > > http_proxy URL of HTTP proxy to use when making HTTP URL > requests. > > To set environment variable use 'setenv ftp_proxy _something_' if your shell > is csh/tcsh or 'export ftp_proxy=_something_' if your shell is sh/bash/zsh > etc. > Place these commands to your starup file (.login for csh or .profile for sh) > > And, please, before asking something look into documentation. There is so > nice command 'man'. > > Good luck. > > -- > Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", > Sochi, Russia > http://www.brainbench.com/transcript.jsp?pid=304744 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > istr a long thread on this in the archives about this - so checkout deja.com but you can try http_proxy='my.proxy.com:80' export http_proxy you could also try setting the internal address of the proxy as your gateway address and see if that helps -- Mark Rowlands +4686224510 GMT + 1 _______________________________________________ These opinions are mine, they are just opinions you are free to disagree, please do so quietly _______________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 22: 1: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law-f39.hotmail.com [209.185.131.102]) by hub.freebsd.org (Postfix) with ESMTP id D987537B424 for ; Wed, 6 Sep 2000 22:00:57 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 6 Sep 2000 22:00:57 -0700 Received: from 216.161.144.17 by lw1fd.hotmail.msn.com with HTTP; Thu, 07 Sep 2000 05:00:57 GMT X-Originating-IP: [216.161.144.17] From: "Andre I" To: questions@freebsd.org Subject: mt (tape) problem Date: Thu, 07 Sep 2000 05:00:57 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Sep 2000 05:00:57.0622 (UTC) FILETIME=[9BE13360:01C01888] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to do daily backup using dump. Here is my plan: dump level 0 on monday, and dump level 5 every other days. Because I don't have a lot of tape, I have to use one tape for the whole week. Fortunately, it's big enough :) the problem I have is here... I made a script that log the result of mt status (so I know the file number on the tape): root# mt status Mode Density Blocksize bpi Compression Current: 0x27:Mammoth variable 77611 IDRC ---------available modes--------- 0: 0x27:Mammoth variable 77611 IDRC 1: 0x27:Mammoth variable 77611 IDRC 2: 0x27:Mammoth variable 77611 IDRC 3: 0x27:Mammoth variable 77611 IDRC --------------------------------- Current Driver State: at rest. --------------------------------- File Number: 3 Record Number: 0 ^^^^^^^^^^^^^^ I want this!!! -------------- the problem is, somebody might eject my tape in the morning and put it back. So for my level 5 dump script, I want the drive to forward the tape to the eof. I use "mt eom" for it. root# mt eom root# mt status Mode Density Blocksize bpi Compression Current: 0x27:Mammoth variable 77611 IDRC ---------available modes--------- 0: 0x27:Mammoth variable 77611 IDRC 1: 0x27:Mammoth variable 77611 IDRC 2: 0x27:Mammoth variable 77611 IDRC 3: 0x27:Mammoth variable 77611 IDRC --------------------------------- Current Driver State: at rest. no file number!!! how could I get the file number? it would be hard to restore from tape if I don't know what the file number is =( Any help would be greatly appreciate. _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 22: 7:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from develop1.bricsnet.com (develop1.bricsnet.com [209.146.217.184]) by hub.freebsd.org (Postfix) with ESMTP id E1BE737B423 for ; Wed, 6 Sep 2000 22:07:05 -0700 (PDT) Received: from the.dreaming.org (mitayai@the.dreaming.org [209.146.217.48]) by develop1.bricsnet.com (8.9.3/8.9.3) with SMTP id BAA89637 for ; Thu, 7 Sep 2000 01:07:05 -0400 (EDT) (envelope-from mitayai@dreaming.org) Date: Thu, 7 Sep 2000 01:07:03 -0400 (EDT) From: Will Mitayai Keeso Rowe To: freebsd-questions@freebsd.org Subject: X on a Dell Inspiron 7000 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 Hello! I finally got my laptop running with FreeBSD (had to go and dig up a rather ancient PCMCIA card to get it to work, and i still can't get it to ifconfig automatically on boot-up, but that's anbother story and is just a matter of time, i'm sure). But... my joy is tempered by the fact that i still can't get X working. FreeBSD 4.1 off CD, full X-windows installed, Dell Inspiron 7000 with an 8 Meg ATI Mach64 (Rage II Pro). I start up the XF86Config program and my screen goes blank when it tried to start the X Server. Took me a while to realize that it was directing video off to the external port. Function-CRT/LCD does nothing. :-( Can anyone offer me suggestions on how to get X to actually use the LCD screen? Regards, Mit --- Will Mitayai Keeso Rowe Toronto, Ontario, Canada mitayai@dreaming.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 22:12:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lariat.org (lariat.org [12.23.109.2]) by hub.freebsd.org (Postfix) with ESMTP id 065BB37B422; Wed, 6 Sep 2000 22:12:30 -0700 (PDT) Received: from mustang.lariat.org (IDENT:ppp0.lariat.org@lariat.org [12.23.109.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id XAA22422; Wed, 6 Sep 2000 23:12:17 -0600 (MDT) Message-Id: <4.3.2.7.2.20000906165231.04a49e20@localhost> X-Sender: brett@localhost X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Wed, 06 Sep 2000 16:57:28 -0600 To: Kris Kennaway , "Aaron D. Gifford" From: Brett Glass Subject: Re: No more RSAREF??? Cc: questions@FreeBSD.ORG, security@FreeBSD.ORG In-Reply-To: References: <20000906182758.DAA8E21187@ns1.infowest.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris: This is good news! Will you also commit to -stable? Will OpenSSH run properly out of the box after the commit? (So far, I've never been able to get the version of OpenSSH in the base distribution to work. It complains that RSAREF is missing, even after the RSAREF port is installed.) --Brett At 02:40 PM 9/6/2000, Kris Kennaway wrote: >On Wed, 6 Sep 2000, Aaron D. Gifford wrote: > >> With today's announcement by RSA Security, Inc. that beginning today >> (6 Sept. 2000) they will no longer enforce the RSA patent (which expires >> later this month on the 20th anyway), how will this change FreeBSD's >> plans to completely remove the requirement for RSAREF use in the US? >> Will it simplify things much? Will international (non-US) and domestic >> (US) crypto sources merge together better? > >The US version will catch up with what non-US people have been enjoying >for the past 6 months or so. I'll be committing tonight to -current - in >the meantime, you can just build world with MAKE_RSAINTL=yes and not feel >guilty :-) > >Kris > >-- >In God we Trust -- all others must submit an X.509 certificate. > -- Charles Forsythe > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-security" 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 Sep 6 22:58:29 2000 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 50BC537B422 for ; Wed, 6 Sep 2000 22:58:27 -0700 (PDT) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id WAA16957; Wed, 6 Sep 2000 22:58:24 -0700 (PDT) Date: Wed, 6 Sep 2000 23:11:06 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: jason Cc: questions@FreeBSD.ORG Subject: Re: interface ed0 not recognized in 4.1 RELEASE 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, 6 Sep 2000, jason wrote: > I just upgraded from 4.0 to 4.1 and now my system will not recognize my > ed0 (cheap ne2000 clone) card. Nothing else on my box changed except for > upgrading. It never even shows up in dmesg. I have done some searches and > it seems like this is a problem for a handful of folks, but I never could > find a good solution. I saw someone on usenet suggested that you replace > the /sys/dev/ed/if_ed.c with an older version of that file and recompile. > I tried that and got compile errors. Anyone know of a real fix? It didn't show in dmesg is suspect! Perhaps there is an IRQ issue. I had one of these ed0 cards in ISA format. I had to run a DOS utility to set the software jumpers. One time during an upgrade, the IRQ settings in the GENERIC kernel changed. I had to build a new kernel with the correct IRQ and such for my card. Perhaps you got bit by this. As a generality, ed0 cards just plain work. Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 22:59:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gigi.excite.com (gigi.excite.com [199.172.152.110]) by hub.freebsd.org (Postfix) with ESMTP id 2A4F837B422 for ; Wed, 6 Sep 2000 22:59:18 -0700 (PDT) Received: from spike.excite.com ([199.172.152.97]) by gigi.excite.com (InterMail vM.4.01.02.39 201-229-119-122) with ESMTP id <20000907055857.BMRH16724.gigi.excite.com@spike.excite.com>; Wed, 6 Sep 2000 22:58:57 -0700 Message-ID: <6137495.968306337764.JavaMail.imail@spike.excite.com> Date: Wed, 6 Sep 2000 22:58:57 -0700 (PDT) From: Robert Dean To: freebsd-questions@FreeBSD.org Subject: select() returns on empty pipes Cc: BobDean150@excite.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Excite Inbox X-Sender-Ip: 24.28.73.86 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am in the process of porting and existing Linux application (http://dbmix.sourceforge.net) to FreeBSD at the request of one of my er... clients ? (how's that work in open source anyways? Is he a client? a user?) The core of the system is a sound daemon which accepts data from named fifos, and combines the data into a single output stream before sending it to a soundcard. Under linux, I achieved this with named pipes and a call to select(), and I used the Stevens system V programming manual as my resource. The basic process is: 1) create and open fifos in read only, nonblocking mode. This occurs before the pipes are opened for writing by client applications. 2) call select 3) if select returns with data ready, operate on the data 4) if an EOF is detected on the fifo, close the fifo and recreate it. This recreate is used as an elegant way of handling client sessions. EOF is detected by select returning that data is ready on the fifo, but a read() of the fifo returns that there are 0 bytes ready. I used the Stevens book as a reference for the EOF detection, and the freeBSD man pages corroborate that this is correct. On linux, this process works. (yay!) On freeBSD, select constantly returns that all pipes have data ready, and the subsequent calls to read detect the EOF condition. (boo!) This occurs before any of the pipes have been opened for writing by a client application. Therefore the server constantly invokes step 4 above, and cannot accept any client data. The full source (to large to post in full here) for the code can be found in the sourceforge cvs at: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/DBMix-cvs/dbfsd_src/dbfsd.c?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=DBMix The relevant code snippets are the call to select: /* var. declarations */ static fd_set temp_read_set; static struct timeval timeout; /* reset file descriptor set */ FD_ZERO(&temp_read_set); temp_read_set = read_ch_set; code removed timeout.tv_sec = 60; timeout.tv_usec = 0; select_result = select(numch,&temp_read_set,(fd_set*) 0,(fd_set*) 0, &timeout); if (select_result > 0) { current_timeout_count = 0; /* check each channel to see if data is ready */ for (i=0; i < sysdata->num_channels;i++) { if (FD_ISSET(temp_ch->server_comm_fd,&temp_read_set)) { code removed... result = read(temp_ch->server_comm_fd,temp_buf->buf, DB_BUFSIZE_CHAR); if (result > 0) { operate on data... } else { if(result == 0) handle EOF case... } and the creation of the fifos: /* create comm pipe */ if(mkfifo(ch->comm_filename,0777) != 0) { if(errno != EEXIST) { sprintf(tempstr,"init_channels: Error creating %s",ch->comm_filename); perror(tempstr); return FAILURE; } } /* open comm pipe */ if((ch->server_comm_fd = open(ch->comm_filename, O_RDONLY | O_NONBLOCK )) == -1) { sprintf(tempstr,"init_channels: Error opening %s for read:",ch->comm_filename); perror(tempstr); return FAILURE; } Debug("Init_Channels: opened pipe %s",ch->comm_filename); Any help or suggestions you all could provide would be much appreciated!!! -BobDean "You want to kiss the sky? Better learn how to kneel." -U2 _______________________________________________________ Say Bye to Slow Internet! http://www.home.com/xinbox/signup.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 23: 6:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.palnet.com (mail.palnet.com [192.116.19.220]) by hub.freebsd.org (Postfix) with ESMTP id A35D437B422 for ; Wed, 6 Sep 2000 23:06:29 -0700 (PDT) Received: from plapla (mustafa.palnet.com [192.116.17.10]) by mail.palnet.com (8.9.3/8.9.3) with SMTP id IAA50085; Thu, 7 Sep 2000 08:09:26 +0200 (IST) Message-ID: <005d01c0189a$0479df60$0a1174c0@palnet.com> From: "Mustafa N. Deeb" To: "Terje Oseberg" , References: Subject: Re: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 (Fixed!!!!) Date: Thu, 7 Sep 2000 09:05:32 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1256" 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 what wrong in that ? ----- Original Message ----- From: Terje Oseberg To: Sent: Thursday, September 07, 2000 3:40 AM Subject: Re: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 (Fixed!!!!) > You're probably not going to believe this, but, > Uhh, I added this to the end of my httpd.conf > file and it started working!! > > ################################################################ > NameVirtualHost 192.168.1.1 > > > > > > ServerName www.etiam.net > DocumentRoot /data/web/www.etiam.net > > > > ServerName www.alluent.com > DocumentRoot /data/web/www.alluent.com > > > > ServerName www.fineworks.com > DocumentRoot /data/web/www.fineworks.com > > > > ServerName www.globalgastrohospital.com > DocumentRoot /data/web/www.globalgastrohospital.com > > > ####################################################################### > I also added this to my /etc/hosts file to prevent Apache from > attempting a reverse DNS lookup or whatever it was that took so > long: > > 192.168.1.1 me.etiam.net > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > Share information about yourself, create your own public profile at > http://profiles.msn.com. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" 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 Sep 6 23:30:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 2E5E437B422 for ; Wed, 6 Sep 2000 23:30:23 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id JAA46722; Thu, 7 Sep 2000 09:30:12 +0300 (EEST) Date: Thu, 7 Sep 2000 09:30:09 +0300 From: Ruslan Ermilov To: Alan Bindemann Cc: freebsd-questions@freebsd.org Subject: Re: Problems setting up XFree86 4.0.1 with i810 chipset Message-ID: <20000907093009.B46475@sunbay.com> Mail-Followup-To: Alan Bindemann , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from alan_bindemann@hotmail.com on Fri, Sep 01, 2000 at 01:09:14PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 01, 2000 at 01:09:14PM -0400, Alan Bindemann wrote: > I am having a rough time getting X to work on with i810 video and would > appreciate some help. > > Here are the details.... > > I am running FreeBSD 4.1-Release #0 > > I have recompiled the kernel with "device agp" line added to it. > > I have checked to see that /dev/agp exists > > I loaded the downloaded the latest port.tar.gz file from ftp.freebsd.org. > The XFree86-4/patches directory contains the patch-i810 file. > > I performed a make install in /usr/ports/x11/XFree86-4 to build XFree86 > 4.0.1. > > I used xf86config to create /etc/X11/XF86Config. And made the following > modifications... > > Added: > > Section "DRI" > Mode 0666 > EndSection > > Section "Device" > Identifier "i810" > Driver "i810" > VideoRam 4096 > Option "no_accel" > EndSection > > Section "Screen" > Identifier "Screen 1" > Device "i810" > . > . > . > EndSection > > (The complete XF86Config file is attached, along with the output of dmesg) > > When I try to "startx" I get the following Fatal Server Error: > > xf86EnableIO: Failed to open /dev/io for extended I/O. > > The full contents of /var/log/XFree86.0.log are also attached. > > Any help on this would be appreciated as I am at the end of my rope! > Comment out the "DRI" section, and you certainly do not need the "no_accel". -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 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 Wed Sep 6 23:30:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f238.law4.hotmail.com [216.33.149.238]) by hub.freebsd.org (Postfix) with ESMTP id 5C02B37B422 for ; Wed, 6 Sep 2000 23:30:38 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 6 Sep 2000 23:30:38 -0700 Received: from 207.208.254.234 by lw4fd.law4.hotmail.msn.com with HTTP; Thu, 07 Sep 2000 06:30:37 GMT X-Originating-IP: [207.208.254.234] From: "Konan Houphoue" To: freebsd-questions@FreeBSD.ORG Subject: Virtual Host Question Date: Thu, 07 Sep 2000 01:30:37 CDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Sep 2000 06:30:38.0235 (UTC) FILETIME=[22F996B0:01C01895] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I'm running Apache 1.3 with FreeBSD 4.0. I have 2 domins registered, say a.com and b.com that resolve to the same IP address configured at my ISP. I've set a name virtual host section in /usr/local/etc/apache/httpd.conf for b.com as follow: NameVirtualHost 1.2.3.4:80 #ip_address:port ServerAdmin me@myserver.b.com DocumentRoot /usr/local/www/b #directory exists ServerName www.b.com ErrorLog /var/log/b/error_log #created CustomLog /var.log/access_log #created The problem is that invoking www.b.com still points at www.a.com directory/documents (the default). ***I also noticed that the file /var/run/httpd.pid does not exist as specified by PidFile directive in httpd.conf. Instead I have /var/run/apache.pid. Any help, please. Thanks, Konan _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 23:37:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inconnu.isu.edu (inconnu.isu.edu [134.50.8.55]) by hub.freebsd.org (Postfix) with ESMTP id ED11437B422 for ; Wed, 6 Sep 2000 23:37:40 -0700 (PDT) Received: from localhost (galt@localhost) by inconnu.isu.edu (8.9.3/8.9.3) with ESMTP id AAA07208; Thu, 7 Sep 2000 00:37:37 -0600 Date: Thu, 7 Sep 2000 00:37:37 -0600 (MDT) From: John Galt To: youlgok@attglobal.net Cc: FreeBSD-Questions Subject: Re: /zip mounting problem In-Reply-To: <39B684D2.B1925E14@attglobal.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 two things: 1)run fsck /dev/da0 --oftentimes the easiest way to solve an error is to do as the computer asks... 2) is your zip write protected? The only certainty about the zip disk's on-disk write protect tab is that the moment you're positive you know how it works, it will prove you wrong. On Wed, 6 Sep 2000 youlgok@attglobal.net wrote: > Hi, All: > > This is a part of my dmesg: > > da0 at vpo0 bus 0 target 6 lun 0 > da0: Removable Direct Access SCSI-2 device > da0: 96MB (196608 512 byte sectors: 64H 32S/T 96C) > WARNING: R/W mount of /zip denied. Filesystem is not clean - run fsck > WARNING: R/W mount of /zip denied. Filesystem is not clean - run fsck > WARNING: R/W mount of /zip denied. Filesystem is not clean - run fsck > > > And I can't mount /zip. What is the problem here? > > Any help would be appreciated. Thanks. > > > -Paul > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- There is no problem so great that it cannot be solved with suitable application of High Explosives. Who is John Galt? galt@inconnu.isu.edu, that's who! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Sep 6 23:57:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f176.law8.hotmail.com [216.33.241.176]) by hub.freebsd.org (Postfix) with ESMTP id 6F12037B422 for ; Wed, 6 Sep 2000 23:57:13 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 6 Sep 2000 23:57:13 -0700 Received: from 204.179.130.107 by lw8fd.law8.hotmail.msn.com with HTTP; Thu, 07 Sep 2000 06:57:10 GMT X-Originating-IP: [204.179.130.107] From: "Terje Oseberg" To: mustafa@palnet.com, freebsd-questions@FreeBSD.ORG Subject: Re: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 (Fixed!!!!) Date: Thu, 07 Sep 2000 06:57:10 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Sep 2000 06:57:13.0299 (UTC) FILETIME=[D9B50A30:01C01898] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, as you probably know, 192.168.1.1 is not a routable IP number. It's actually the interal IP number for the server which I'm running Apache. The external IP number is 216.15.83.94 which is routable. When I telnet to 216.15.83.94 port 80, Apache apparently believes that I'm connected to port 80 on 192.168.1.1 This is of course wrong, but it's what FreeBSD 4.0 is telling Apache. Therefor it was necessary to tell Apache in the config file to place it's name virtual hosts on the interal IP numbers rather than on the interal IP numbers. Probably the reason that this hasn't come up before is that probably I'm the only one running Apache on a firewall that has only one NIC and am using name virtual hosts. Terje >From: "Mustafa N. Deeb" >To: "Terje Oseberg" , >Subject: Re: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 (Fixed!!!!) >Date: Thu, 7 Sep 2000 09:05:32 +0200 >MIME-Version: 1.0 >Received: from [192.116.19.220] by hotmail.com (3.2) with ESMTP id >MHotMailBB807B5F0029D82197A2C07413DC05670; Wed Sep 06 23:06:26 2000 >Received: from plapla (mustafa.palnet.com [192.116.17.10])by >mail.palnet.com (8.9.3/8.9.3) with SMTP id IAA50085;Thu, 7 Sep 2000 >08:09:26 +0200 (IST) >From mustafa@palnet.com Wed Sep 06 23:08:56 2000 >Message-ID: <005d01c0189a$0479df60$0a1174c0@palnet.com> >References: >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 > >what wrong in that ? >----- Original Message ----- >From: Terje Oseberg >To: >Sent: Thursday, September 07, 2000 3:40 AM >Subject: Re: Apache 1.3.12 Virtual Hosts on FreeBSD 4.0 (Fixed!!!!) > > > > You're probably not going to believe this, but, > > Uhh, I added this to the end of my httpd.conf > > file and it started working!! > > > > ################################################################ > > NameVirtualHost 192.168.1.1 > > > > > > > > > > > > ServerName www.etiam.net > > DocumentRoot /data/web/www.etiam.net > > > > > > > > ServerName www.alluent.com > > DocumentRoot /data/web/www.alluent.com > > > > > > > > ServerName www.fineworks.com > > DocumentRoot /data/web/www.fineworks.com > > > > > > > > ServerName www.globalgastrohospital.com > > DocumentRoot /data/web/www.globalgastrohospital.com > > > > > > ####################################################################### > > I also added this to my /etc/hosts file to prevent Apache from > > attempting a reverse DNS lookup or whatever it was that took so > > long: > > > > 192.168.1.1 me.etiam.net > > >_________________________________________________________________________ > > Get Your Private, Free E-mail from MSN Hotmail at >http://www.hotmail.com. > > > > Share information about yourself, create your own public profile at > > http://profiles.msn.com. > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > > > _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 0:26:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from avk.lg.ua (avk.lep.lg.ua [194.44.71.91]) by hub.freebsd.org (Postfix) with ESMTP id A38FA37B422 for ; Thu, 7 Sep 2000 00:26:45 -0700 (PDT) Received: (from mit@localhost) by avk.lg.ua (8.11.0/8.9.3) id e87ASU000573 for freebsd-questions@freebsd.org; Thu, 7 Sep 2000 10:28:30 GMT (envelope-from mit) Date: Thu, 7 Sep 2000 10:28:30 +0000 From: Andrey Mitroshin To: freebsd-questions@freebsd.org Message-ID: <20000907102830.A561@asu1.avk.lg.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i 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 Thu Sep 7 0:57:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from obelix.rby.hk-r.se (obelix.rby.hk-r.se [194.47.134.4]) by hub.freebsd.org (Postfix) with ESMTP id 8847F37B43E for ; Thu, 7 Sep 2000 00:57:15 -0700 (PDT) Received: from orc.rby.hk-r.se (orc [194.47.134.179]) by obelix.rby.hk-r.se (8.10.2/8.10.2) with ESMTP id e877vPU21151 for ; Thu, 7 Sep 2000 09:57:25 +0200 (MEST) Received: from localhost (t98pth@localhost) by orc.rby.hk-r.se (8.10.2/8.10.2) with ESMTP id e877vDl05508 for ; Thu, 7 Sep 2000 09:57:13 +0200 (MET DST) Date: Thu, 7 Sep 2000 09:57:13 +0200 (MET DST) From: =?ISO-8859-1?Q?P=E4r_Thoren?= To: freebsd-questions@freebsd.org Subject: fbsd4.1 and ATA problem Message-ID: 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 Hi. I get the folloing error on startup from the kernel. Aug 27 14:21:42 z /kernel: ad0: 8207MB [16676/16/63] at ata0-master using UDMA33 Aug 27 14:21:42 z /kernel: ad1: 9671MB [19650/16/63] at ata0-slave using UDMA33 Aug 27 14:21:42 z /kernel: ad2: 8063MB [16383/16/63] at ata1-master using UDMA33 Aug 27 14:21:42 z /kernel: ad3: 24405MB [49585/16/63] at ata1-slave using UDMA33 Aug 27 14:21:42 z /kernel: Mounting root from ufs:/dev/ad0s1a Aug 27 14:21:42 z /kernel: ad0: READ command timeout - resetting Aug 27 14:21:42 z /kernel: ata0: resetting devices .. done Aug 27 14:21:42 z /kernel: ad0: READ command timeout - resetting Aug 27 14:21:42 z /kernel: ata0: resetting devices .. done Aug 27 14:21:42 z /kernel: ad0: READ command timeout - resetting Aug 27 14:21:42 z /kernel: ata0: resetting devices .. done Aug 27 14:21:42 z /kernel: ad0: READ command timeout - resetting Aug 27 14:21:42 z /kernel: ata0-master: timeout waiting to give command=3De= f s=3Dfc e=3D00 Aug 27 14:21:42 z /kernel: ad0: trying fallback to PIO mode Aug 27 14:21:42 z /kernel: ata0: resetting devices .. done I get the same error on ad1,ad2,ad3 After I get this the system comes up...but I can=B4t mount my vinum device that is ad1, ad2, ad3 in one partition. The drives worked fine on 3.4. It was when I upgraded the system to fbsd 4.1 the problem showed up. I have the following entry in my kernel: # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk #=20 device atapicd #=20 device atapifd # device atapist #=20 options ATA_STATIC_ID # #options ATA_ENABLE_ATAPI_DMA # I tried to uncomment this but I = got the same error The kernel in 3.4 locked different in the ATA/ATAPI section. I have no idea what can be wrong. Maybe you can help me :) thanx in advance /P=E4r To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 1:27:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 8506637B97E for ; Thu, 7 Sep 2000 01:27:53 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-213-168-73-207.netcologne.de [213.168.73.207]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id KAA27438; Thu, 7 Sep 2000 10:27:51 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e878QvA03924; Thu, 7 Sep 2000 10:26:57 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Thu, 7 Sep 2000 10:26:56 +0200 (CEST) From: Paul Herman To: Carlos A M dos Santos Cc: FreeBSD questions list Subject: Re: PHP port to FreeBSD: two 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 Tue, 5 Sep 2000, Carlos A M dos Santos wrote: > Hello, I have two questions about the FreeBSD port of PHP: > > 1. The port makefile contains "--without-gd" in CONFIGURE_ARGS. Does > someone know why is GD disabled? I think this was disabled, because GD didn't build shared libraries. Not 100% sure, though. > 2. It seems that it's not possible to generate a standalone php > interpreter (CGI) from the port. Have someone hacked it to do so? I have always done this by hand (same options in port Makefile, but without the --with-axps= option) -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 1:27:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id E954637B980 for ; Thu, 7 Sep 2000 01:27:54 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-213-168-73-207.netcologne.de [213.168.73.207]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id KAA27445; Thu, 7 Sep 2000 10:27:53 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e878JKM00507; Thu, 7 Sep 2000 10:19:20 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Thu, 7 Sep 2000 10:19:19 +0200 (CEST) From: Paul Herman To: S Zaveloff Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD will not boot In-Reply-To: <39B53943.90E8D811@onr.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, 5 Sep 2000, S Zaveloff wrote: > I recently purchased the "FreeBSD Handbook" that comes with > FreeBSD 4.1 from Walnut Creek CDROM. I installed it according > to the instructions and configured X-windows, etc. Everything > seemed to go Ok but when I tried to reboot, it started to load the > kernel, I got the copyright message and then the following error > message: > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0xbf57e4c > fault code = supervisor read, page not present > . . . > > The machine then stops. > > I am using a Dell 233 MHz Pentium with 128 MB of RAM. I installed > FreeBSD in a primary partition on the last 2 GB of a 4.3 GB Western > Digital hard disk (disk no. 3). Hmmm this is a tough one, because it happens so early (before the system comes up). If I were to start to "debug" this one, my first guess would be to suspect the memory first. Are you able to remove some banks of RAM, or better yet, swap them out completely? Also, be sure you aren't overclocking. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 1:31:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from physalis.www.easynet.net (physalis.www.easynet.net [195.40.1.57]) by hub.freebsd.org (Postfix) with ESMTP id 1C52B37B422 for ; Thu, 7 Sep 2000 01:31:38 -0700 (PDT) Received: by physalis.www.easynet.net (Postfix, from userid 1000) id 33CD21DBF7; Thu, 7 Sep 2000 09:31:37 +0100 (BST) To: freebsd-questions@freebsd.org From: newman@ukonline.co.uk Subject: boot freebsd partition from boot floppy Mime-Version: 1.0 Content-Type: text/plain X-Mailer: EA-Fastmail 0.6 beta X-Sender: newman@ukonline.co.uk Message-Id: <20000907083137.33CD21DBF7@physalis.www.easynet.net> Date: Thu, 7 Sep 2000 09:31:37 +0100 (BST) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have installed Freebsd 4.1 release. I chose not to install the freebsd boot loader because I have a large disc drive with IBM on-track disc manager, a DDO (dynamic driver overlay) product which helps dos recognise and boot large partitions, and my experience with Linux is that this gets overwritten if I install LILO. I want to boot Freebsd by using a boot floppy that would ideally contain just the first part of the bootstrap process, leaving the kernel in my bootable freebsd / partition (/dev/ad1s2) which is below cylinder 1024 on that disc. Aside from that partition I have some other freebsd partitions on /dev/ad0 which are above cylinder 1024 on that disc. How I can accomplish this? At present I cannot boot freebsd but I do have the install CDrom. Is there a way of creating a boot floppy from booting the install CD-rom and using the post-install configuration options or some other options, or will I need first to make freebsd bootable from the HDD and then make a boot floppy, then re-install the DDO? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 1:41: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 958C337B423 for ; Thu, 7 Sep 2000 01:41:00 -0700 (PDT) Received: from dukas.upc.es (dukas.upc.es [147.83.2.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D886E26F6 for ; Thu, 7 Sep 2000 01:40:51 -0700 (PDT) Received: from lasole.fib.upc.es (lasole.fib.upc.es [147.83.41.104]) by dukas.upc.es (8.10.1/8.10.1) with ESMTP id e878XLw05758 for ; Thu, 7 Sep 2000 10:33:26 +0200 (MET DST) Received: from est.fib.upc.es (pcmss.ac.upc.es [147.83.34.128]) by lasole.fib.upc.es (8.8.8/X.Y.Y) with ESMTP id KAA20786 for ; Thu, 7 Sep 2000 10:35:10 +0200 (MET DST) Message-ID: <39B7539D.D5C22ED1@est.fib.upc.es> Date: Thu, 07 Sep 2000 10:36:45 +0200 From: Maribel March Hermo X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Intalling WindowsNT,FreeBsd 3.4,FreeBsd 4.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear sir, I need to install these three OS (FreeBsd 3.4, FreeBsd 4.1 and Windows NT) on my PC urgently for academic matters. I have installed Windows NT on the first partition and FreeBsd 4.1 on the second one, but I find problems when I try to install FreeBsd 3.4 on the last partition. The boot manager shows the error message "can't load kernel" or "read error" when I select the FreeBsd 3.4. I think that the FreeBsd 3.4 installation is okay and the problem is the boot manager that I installed during the FreeBsd 4.1 installation. It seems that it doesn't see the file system of 3.4. I have tried to create the partition with /stand/sysinstall menu on FreeBsd 4.1 and continue the 3.4 installation from floppies, but I haven't got good results. Please, send me your answer at d9907903@est.fib.upc.es I need to install it urgently!!!!! If you don't know to find a solution of my problem, please send me an e-mail too. Thank you very much. Maribel M.H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 1:42: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id B035537B43E for ; Thu, 7 Sep 2000 01:41:55 -0700 (PDT) Received: from evileye (203-79-69-54.apx0.paradise.net.nz [203.79.69.54]) by deborah.paradise.net.nz (8.10.1/8.10.1) with SMTP id e878fof22819; Thu, 7 Sep 2000 20:41:51 +1200 (NZST) Message-ID: <013501c018a7$7b2c26b0$0101a8c0@evileye> From: "Mark Ibell" To: "Lanithium" , References: <001001c017fb$064fd820$0200000a@lanithium.staticky.com> Subject: Re: Telnet Problems Date: Thu, 7 Sep 2000 20:41:36 +1200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_012E_01C0190C.043B7000" 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 This is a multi-part message in MIME format. ------=_NextPart_000_012E_01C0190C.043B7000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Are you sure the timeout isn't 2mins 30secs? I had the same problem and = it was related to DNS problems. ----- Original Message -----=20 From: Lanithium=20 To: questions@freebsd.org=20 Sent: Thursday, September 07, 2000 12:07 AM Subject: Telnet Problems Hi, =20 I recently installed freebsd 4.0, and was having no problems with it = untill i used the sysinstall option to add a package from cd. =20 I have done this before and had no problems with it, but when using = this to install pine 4.2 it slowed down connections from remote = computers. =20 Telnet'ing in from another computer on my network before installing = pine was instant, but after installing it=20 =20 FreeBSD/i386 (aurora.lanithium.staticky.com) (ttyp0) login: lanithium Password: =20 got to that and froze for between 5 and 10 minutes before it actually = continued on. =20 Just wondering if you knew about this problem and could help me find a = way to resolve it as it is rather annoying. Thanks in advance, Matthew lanithium@dingoblue.net.au ------=_NextPart_000_012E_01C0190C.043B7000 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Are you sure the timeout isn't 2mins = 30secs? I had=20 the same problem and it was related to DNS problems.
 
----- Original Message -----
From:=20
Lanithium
To: questions@freebsd.org
Sent: Thursday, September 07, = 2000 12:07=20 AM
Subject: Telnet Problems

Hi,
 
I recently installed freebsd 4.0, and = was having=20 no problems with it untill i used the sysinstall option to add a = package from=20 cd.
 
I have done this before and had no = problems with=20 it, but when using this to install pine 4.2 it slowed down connections = from=20 remote computers.
 
Telnet'ing in from another computer = on my network=20 before installing pine was instant, but after installing it =
 
FreeBSD/i386 = (aurora.lanithium.staticky.com)=20 (ttyp0)
 
login: = lanithium
Password:
 
got to that and froze for between 5 = and 10=20 minutes before it actually continued on.
 
Just wondering if you knew about this = problem and=20 could help me find a way to resolve it as it is rather = annoying.
 
Thanks in advance,
 
Matthew
lanithium@dingoblue.net.au=
 
------=_NextPart_000_012E_01C0190C.043B7000-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 1:43: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dukas.upc.es (dukas.upc.es [147.83.2.62]) by hub.freebsd.org (Postfix) with ESMTP id 1E70937B422 for ; Thu, 7 Sep 2000 01:40:53 -0700 (PDT) Received: from lasole.fib.upc.es (lasole.fib.upc.es [147.83.41.104]) by dukas.upc.es (8.10.1/8.10.1) with ESMTP id e878ZHw05991 for ; Thu, 7 Sep 2000 10:35:18 +0200 (MET DST) Received: from est.fib.upc.es (pcmss.ac.upc.es [147.83.34.128]) by lasole.fib.upc.es (8.8.8/X.Y.Y) with ESMTP id KAA20815 for ; Thu, 7 Sep 2000 10:37:07 +0200 (MET DST) Message-ID: <39B75413.6C391933@est.fib.upc.es> Date: Thu, 07 Sep 2000 10:38:43 +0200 From: Maribel March Hermo X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Intalling WindowsNT,FreeBsd 3.4,FreeBsd 4.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear sir, I need to install these three OS (FreeBsd 3.4, FreeBsd 4.1 and Windows NT) on my PC urgently for academic matters. I have installed Windows NT on the first partition and FreeBsd 4.1 on the second one, but I find problems when I try to install FreeBsd 3.4 on the last partition. The boot manager shows the error message "can't load kernel" or "read error" when I select the FreeBsd 3.4. I think that the FreeBsd 3.4 installation is okay and the problem is the boot manager that I installed during the FreeBsd 4.1 installation. It seems that it doesn't see the file system of 3.4. I have tried to create the partition with /stand/sysinstall menu on FreeBsd 4.1 and continue the 3.4 installation from floppies, but I haven't got good results. Please, send me your answer at d9907903@est.fib.upc.es I need to install it urgently!!!!! If you don't know to find a solution of my problem, please send me an e-mail too. Thank you very much. Maribel M.H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 1:58:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id E716B37B423 for ; Thu, 7 Sep 2000 01:58:34 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id LAA54533; Thu, 7 Sep 2000 11:58:19 +0300 (EEST) Date: Thu, 7 Sep 2000 11:58:19 +0300 From: Ruslan Ermilov To: Alan Bindemann Cc: freebsd-questions@freebsd.org Subject: Re: What version of FreeBSD 4.1 supports i810 with XFree86 4.0.1? Message-ID: <20000907115819.D46475@sunbay.com> Mail-Followup-To: Alan Bindemann , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from alan_bindemann@hotmail.com on Tue, Sep 05, 2000 at 12:55:18PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 05, 2000 at 12:55:18PM -0400, Alan Bindemann wrote: > I am trying to get XFree86 4.0.1 to work on a box with an Intel i810 video > chipset using FreeBSD 4.1 Release 0. I know I need to rebuild my kernel > with the 'device agp' line added to the config file. (I have tried this > without success, startx still bombs). My question is this: Do I need to > use 4.1-STABLE source code in the kernel build? > I have posted a small article titled `[HOW-TO] i810 graphics support' recently to freebsd-stable mailing list. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 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 Thu Sep 7 2:15:27 2000 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 52CF237B422 for ; Thu, 7 Sep 2000 02:15:25 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e879FNB14114; Thu, 7 Sep 2000 02:15:23 -0700 (PDT) Date: Thu, 7 Sep 2000 02:15:23 -0700 From: Alfred Perlstein To: TomQ Cc: freebsd-questions@FreeBSD.ORG Subject: Re: first time install trouble Message-ID: <20000907021522.T18862@fw.wintelcom.net> References: <39B6E795.FB8919E3@tomquinn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <39B6E795.FB8919E3@tomquinn.com>; from zippy@tomquinn.com on Wed, Sep 06, 2000 at 05:55:49PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * TomQ [000906 17:55] wrote: > Good day. This is my first experience w/ BSD and I am having a little > trouble getting going. I am trying to install FreeBSD 4 on a Compaq > Proliant PL1600R. It is PII w/ 64M and a 9G SCSI. I am booted with the > CDRom and ran through all the instructions as well as followed the > written ones in "the Complete FreeBSD" by Lehay. Everything went well > until I try to reboot from the HD. I am getting this error: > > F1 > No /boot/loader > >>FreeBSD/i386.BOOT > Default:0:da(0,a)/Kernel > boot: > No /Kernel > > Any guidance would be appreciated. You didn't really say which options in the installer you followed. If you chose 'dangerously dedicated' disk partitioning then try without, I've known some people that have gotten things working by not choosing that option. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 2:19:21 2000 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 B701B37B424 for ; Thu, 7 Sep 2000 02:19:19 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e879JIV14177; Thu, 7 Sep 2000 02:19:18 -0700 (PDT) Date: Thu, 7 Sep 2000 02:19:18 -0700 From: Alfred Perlstein To: Robert Dean Cc: freebsd-questions@FreeBSD.ORG Subject: Re: select() returns on empty pipes Message-ID: <20000907021918.U18862@fw.wintelcom.net> References: <6137495.968306337764.JavaMail.imail@spike.excite.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <6137495.968306337764.JavaMail.imail@spike.excite.com>; from BobDean150@excite.com on Wed, Sep 06, 2000 at 10:58:57PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Robert Dean [000906 23:00] wrote: > > I am in the process of porting and existing Linux application > (http://dbmix.sourceforge.net) to FreeBSD at the request of one of my er... > clients ? (how's that work in open source anyways? Is he a client? a user?) > > The core of the system is a sound daemon which accepts data from named > fifos, and combines the data into a single output stream before sending it > to a soundcard. > > Under linux, I achieved this with named pipes and a call to select(), and I > used the Stevens system V programming manual as my resource. We're actually working on a fix, the discussion about this started about a day ago, my impression is that really soon now we'll provide a useable fix which is probably going to mimick the Linux FIFO behavior. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 2:46:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.jakinternet.co.uk (proxy.jakinternet.co.uk [212.41.43.4]) by hub.freebsd.org (Postfix) with ESMTP id 6AE5C37B422 for ; Thu, 7 Sep 2000 02:46:36 -0700 (PDT) Received: from smtp.jakinternet.co.uk (smtp.jakinternet.co.uk [212.41.41.61]) by smtp2.jakinternet.co.uk (Postfix) with SMTP id 3888BA76FD for ; Thu, 7 Sep 2000 10:42:13 +0100 (BST) Received: from sykes.demon.co.uk ([212.41.39.157]) by smtp.jakinternet.co.uk ; Thu, 07 Sep 2000 10:45:10 -0100 Received: from martinh (martinh [192.168.2.6]) by sykes.demon.co.uk (8.7.6/v3.2) with SMTP id KAA01376 for ; Thu, 7 Sep 2000 10:46:31 +0100 Message-ID: <009601c018b0$837b9900$0602a8c0@melksham> From: "Martin Hillier" To: Subject: Cant ping linux machine win98 ok? Date: Thu, 7 Sep 2000 10:46:36 +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.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just to set the scene, I have a FreeBSD machine (firewall and isdn gateway to the net) A Linux box (email etc, and a temporary dialup net connection) A handfull of windows machines all on a sub net 192.168.2.*, all on the same physical network Every thing seems to work ok exept any form of connection between the freebsd and linux box I can ping the linux and freebsd from my win98 machine, I can ping my machine from both freebsd and linux. but I cant ping the linux box from freebsd or freebsd to linux, or connect via telnet. the ping just 'hangs' with no output (I have left it for about 10mins). my machine is 192.168.2.6 freebsd .110 (blackhole) linux .100 (sykes) FREEBSD Routing tables Internet: Destination Gateway Flags Netif Expire default UGSc 1 18132 tun0 localhost localhost UH 0 2 lo0 192.168.2 link#2 UC 0 0 ed0 => 192.168.2.6 0:c0:df:5:21:e7 UHLW 2 2719 ed0 1115 192.168.2.11 0:40:33:b0:1e:91 UHLW 0 1995 ed0 984 sykes 0:a0:24:4e:b2:af UHLW 0 660 ed0 1143 blackhole 0:20:18:10:4:11 UHLW 0 2 lo0 UH 2 0 tun0 # route get 192.168.2.100 route to: sykes destination: sykes interface: ed0 flags: recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 0 0 0 0 0 0 1500 1177 # sh /etc/rc.firewall Flushed all rules. 00000 divert 8668 ip from any to any via tun0 00000 allow ip from any to any via lo0 00000 allow ip from any to any via ed0 00000 allow tcp from any to any out xmit tun0 setup 00000 allow tcp from any to any via tun0 established 00000 reset log logamount 100 tcp from any to any 113 in recv tun0 00000 allow udp from any to 212.41.41.1 53 out xmit tun0 00000 allow udp from 212.41.41.1 53 to any in recv tun0 00000 allow udp from any to 212.41.41.6 53 out xmit tun0 00000 allow udp from 212.41.41.6 53 to any in recv tun0 65435 allow icmp from any to any 65435 deny log logamount 100 ip from any to any LINUX Kernel routing table Destination Gateway Genmask Flags MSS Window Use Iface 10.0.0.34 * 255.255.255.255 UH 576 0 0 ppp0 192.168.2.0 * 255.255.255.0 U 1500 0 24 eth1 127.0.0.0 * 255.0.0.0 U 3584 0 4 lo default 10.0.0.34 * UG 576 0 11 ppp0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 2:48:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www14.gmx.net (www.gmx.net [194.221.183.54]) by hub.freebsd.org (Postfix) with SMTP id 0D93837B43E for ; Thu, 7 Sep 2000 02:48:50 -0700 (PDT) Received: (qmail 29829 invoked by uid 0); 7 Sep 2000 09:48:48 -0000 Date: Thu, 7 Sep 2000 11:48:48 +0200 (MEST) From: Sven Onnen To: questions@FreeBSD.org MIME-Version: 1.0 Subject: X-Priority: 3 (Normal) X-Authenticated-Sender: #0000907933@gmx.net X-Authenticated-IP: [195.127.132.67] Message-ID: <29750.968320128@www14.gmx.net> X-Mailer: WWW-Mail 1.5 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear folks, how can I manipulate the image frequency from eg. 60 Hz to 75 Hz? Thanx Sven -- Sent through GMX FreeMail - http://www.gmx.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 3:32:42 2000 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 6109D37B422 for ; Thu, 7 Sep 2000 03:32:37 -0700 (PDT) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id MAA06909 for ; Thu, 7 Sep 2000 12:32:33 +0200 (CEST) (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 MAA52652 for ; Thu, 7 Sep 2000 12:32:33 +0200 (CEST) (envelope-from gunnar@pluto.sr.se) Received: (from gunnar@localhost) by pluto.sr.se (8.11.0/8.11.0) id e87AWXQ99198 for freebsd-questions@FreeBSD.org; Thu, 7 Sep 2000 12:32:33 +0200 (CEST) (envelope-from gunnar) Date: Thu, 7 Sep 2000 12:32:33 +0200 From: Gunnar Flygt To: FreeBSD Questions Subject: apm0 problem Message-ID: <20000907123232.A98975@sr.se> Reply-To: Gunnar Flygt Mail-Followup-To: Gunnar Flygt , FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a small problem, that I can't find a solution to in the handbook or elsewhere. The machine is an old Toshiba T3400CT with 486 processor, running 4.1-RELEASE. When the machine goes to "sleep" ie apm puts it in some wait state, it is impossible to make it alive again. That is, there's no problem to get into the machine via the network interface, but if I push some key on the keyboard, nothing happens, and the machine is still "locally sleeping" dmesg says follwing concerning apm: apm0: on motherboard apm: found APM BIOS v1.0, connected at v1.0 If I run s on dev I get: bash-2.04# ls -l /dev/apm* crw-rw-r-- 1 root operator 39, 0 Sep 6 17:23 /dev/apm crw-rw---- 1 root operator 39, 8 Sep 7 12:20 /dev/apmctl but if I run `apm` I get: bash-2.04# apm APM version: 1.0 APM Managment: Enabled AC Line status: on-line Battery status: charging Remaining battery life: 100% Remaining battery time: unknown Number of batteries: unknown Resume timer: unknown APM Capacities: unknown If I use apm -z the machine turns off it's power, so I won't use that option again. My only problem is that I want to get it to wake up when it has put itself to "sleep" ie. the screen goes black but the computer is still very much on. Please cc me since I don't normally subscribe to questions! -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) o _ _ _ _o /\_ _ \\o (_)\__/o (_) _< \_ _>(_) (_)/<_ \_| \ _|/' \/ (_)>(_) (_) (_) (_) (_)' _\o_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 3:37:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from downstairs.conyers.net (cr419806-a.wlfdle1.on.wave.home.com [24.42.55.97]) by hub.freebsd.org (Postfix) with ESMTP id 4C0AF37B422 for ; Thu, 7 Sep 2000 03:37:16 -0700 (PDT) Received: from home.com (localhost [127.0.0.1]) by downstairs.conyers.net (8.9.3/8.9.3) with ESMTP id GAA03895 for ; Thu, 7 Sep 2000 06:37:25 -0400 (EDT) (envelope-from pnmurphy@home.com) Message-ID: <39B76FE5.262A939E@home.com> Date: Thu, 07 Sep 2000 06:37:25 -0400 From: Paul Murphy X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions Subject: XFree86 Upgrade Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I upgraded XFree86 from 3.x to 4.x it must have overwrote some of the config files. Now when xdm is sitting waiting for someone to login I have no screensaver. I have looked everywhere and can not find where to put the screensaver configuration for xdm. Does anyone have any suggestions? -- Paul Murphy http://members.home.com/pnmurphy/ Home Lat: 43° 33' 29" N, Lon: 79° 39' 03" W Work Lat: 43° 25' 39" N, Lon: 79° 42' 27" W To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 3:39:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from staff.uk.psi.com (staff.uk.psi.com [154.8.2.2]) by hub.freebsd.org (Postfix) with ESMTP id 0ED1F37B42C for ; Thu, 7 Sep 2000 03:39:51 -0700 (PDT) Received: from hredevel (ip236.dc-eng.uk.psi.com [154.8.27.236]) by staff.uk.psi.com (8.8.4/) with SMTP id LAA20108 for ; Thu, 7 Sep 2000 11:39:48 +0100 (BST) Reply-To: From: "Dan Cuthbert" To: "FreeBSD" Subject: Imlib2 and EFM Date: Thu, 7 Sep 2000 11:44:32 +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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Has anyone out there managed to get imlib2 to compile and maybe even EFM (on the e window manager) to run? no matter what i do i cant get imlib2 to compile, is there a port? cheers Dan Cuthbert European Hosting Research & Engineering PSINet mobile : +44 77 1279 0646 -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.3 for non-commercial use iQA/AwUBObdxjw35kLKMi26SEQJ0qwCeNNxrBKw3fwpK9hBHz2gZ1ViZ/AIAoM6V mpzpG7VFz4mY4596MxJ84/i/ =yVxe -----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 Sep 7 3:56:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-2.sjc.telocity.net (mail-2.sjc.telocity.net [216.227.56.42]) by hub.freebsd.org (Postfix) with ESMTP id 8278B37B42C for ; Thu, 7 Sep 2000 03:56:27 -0700 (PDT) Received: from zoso (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-2.sjc.telocity.net (8.9.3/8.9.3) with SMTP id DAA18796; Thu, 7 Sep 2000 03:53:31 -0700 (PDT) From: "Otter" To: "Sven Onnen" , Subject: RE: Date: Thu, 7 Sep 2000 07:01:02 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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: <29750.968320128@www14.gmx.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal 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 Sven Onnen > Sent: Thursday, September 07, 2000 5:49 AM > To: questions@FreeBSD.ORG > Subject: > > > Dear folks, > > how can I manipulate the image frequency from eg. 60 Hz to 75 Hz? > > Thanx > > Sven Sven, be careful to edit your modelines in /etc/XF86Config. You can damage your monitor if you're not careful. -Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 4:10:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-ether.rz.uni-ulm.de [134.60.1.36]) by hub.freebsd.org (Postfix) with ESMTP id 7896937B422 for ; Thu, 7 Sep 2000 04:10:21 -0700 (PDT) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id NAA02425; Thu, 7 Sep 2000 13:10:12 +0200 (MEST) Message-ID: <39B77794.F616EEC4@gmx.de> Date: Thu, 07 Sep 2000 13:10:12 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: Sven Onnen , "freebsd-questions@freebsd.org" Subject: Refresh rate with X (was: empty subject) References: <29750.968320128@www14.gmx.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Sven, > how can I manipulate the image frequency from eg. 60 Hz to 75 Hz? you have to specify the correct maximum values for horizontal and vertical refresh rate in your XF86Config. X will then automatically choose the highest possible refresh rate out of all Modelines. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 4:17:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id E939E37B423 for ; Thu, 7 Sep 2000 04:17:31 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.79.254) by relay2.inwind.it (5.1.046) id 39AF9CE300064D67; Thu, 7 Sep 2000 13:17:31 +0200 From: Salvo Bartolotta Date: Thu, 07 Sep 2000 12:17:38 GMT Message-ID: <20000907.12173800@bartequi.ottodomain.org> Subject: Re: Modeline hacking (was: no subject) To: Sven Onnen Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <29750.968320128@www14.gmx.net> References: <29750.968320128@www14.gmx.net> 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/7/00, 10:48:48 AM, Sven Onnen wrote regarding : > Dear folks, > how can I manipulate the image frequency from eg. 60 Hz to 75 Hz? > Thanx > Sven > -- > Sent through GMX FreeMail - http://www.gmx.net Dear Sven, you can find the relevant information in Greg's book (The Complete=20 FreeBSD)as well as at=20 http://www.linux.org/docs/ldp/howto/XFree86-Video-Timings-HOWTO.html.=20 HTH, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 4:21:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bumper.jellybaby.net (bumper.jellybaby.net [194.159.247.1]) by hub.freebsd.org (Postfix) with ESMTP id A60B237B423 for ; Thu, 7 Sep 2000 04:21:48 -0700 (PDT) Received: (from simond@localhost) by bumper.jellybaby.net (8.9.2/8.9.2) id MAA67580; Thu, 7 Sep 2000 12:21:43 +0100 (BST) (envelope-from simond) Date: Thu, 7 Sep 2000 12:21:43 +0100 From: simond@irrelevant.org To: gerti-freebsdq@bitart.com Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD and the Promise Ultra100 cards Message-ID: <20000907122143.B63846@irrelevant.org> References: <20000905093237.B90805@irrelevant.org> <20000905102235.29996.qmail@camelot.bitart.com> <20000906094646.A27237@irrelevant.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000906094646.A27237@irrelevant.org>; from simond@irrelevant.org on Wed, Sep 06, 2000 at 09:46:46AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 06, 2000 at 09:46:46AM +0100, simond@irrelevant.org wrote: > On Tue, Sep 05, 2000 at 05:22:35AM -0500, Gerd Knops wrote: > > simond@irrelevant.org wrote: > > > Does anyone know how I can get FreeBSD (4.1S) to recognise this card? > > > > > > I have an Asus A7V running FreeBSD just fine, the only problem being > > > that FreeBSD can only see my main ATA66 controller (the A7V comes > > > with two IDE controllers, one ATA66 and the other ATA100 which is > > > basically a Promise Ultra100 controller built into the motherboard. > > > > > > I would be very grateful if anyone can help me get this working :) > > > > > Have a look at > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=20834 > > Thanks, I checked the mailing list archives, didn't think about the PRs though. OK, that patch worked fine for detecting the controller, I'll assume it finds devices too, but I can't test that as I'm not currently using it (was waiting to find out of FreeBSD supported it first :) -- Simon Dick simond@irrelevant.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 4:49: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.bsag.ch (ns.bsag.ch [195.246.88.210]) by hub.freebsd.org (Postfix) with ESMTP id C1E8337B633 for ; Thu, 7 Sep 2000 04:44:07 -0700 (PDT) Received: (from hpr@localhost) by ns.bsag.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id NAA32310; Thu, 7 Sep 2000 13:43:12 +0200 Date: Thu, 7 Sep 2000 13:43:12 +0200 From: Hanspeter Roth Bsag To: Maribel March Hermo Cc: questions@FreeBSD.ORG Subject: Re: Intalling WindowsNT,FreeBsd 3.4,FreeBsd 4.1 Message-ID: <20000907134312.A31718@bs11.bsag.ch> References: <39B7539D.D5C22ED1@est.fib.upc.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <39B7539D.D5C22ED1@est.fib.upc.es>; from d9907903@est.fib.upc.es on Thu, Sep 07, 2000 at 10:36:45AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 10:36:45AM +0200, Maribel March Hermo wrote: > > Dear sir, > > I need to install these three OS (FreeBsd 3.4, FreeBsd 4.1 and Windows > NT) on my PC urgently for academic matters. > > I have installed Windows NT on the first partition and FreeBsd 4.1 on > the second one, but I find problems when I try to install FreeBsd 3.4 on > the last partition. > > The boot manager shows the error message "can't load kernel" or "read > error" when I select the FreeBsd 3.4. Hello, this might have something to do with the 1024th cylinder issue. You might try to create a small (100-200MB) second partition which contains just the root mount point of Freebsd 3.4. On the third partition you install the whole 4.1. On the forth partition you install the rest (swap, /usr, ...) of 3.4. (Maybe you can share the swap space of 3.4 and 4.1.) -Hanspeter Roth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 5: 1:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes03-hme0.telusplanet.net (fepout1.telus.net [199.185.220.236]) by hub.freebsd.org (Postfix) with ESMTP id 3C65F37B422 for ; Thu, 7 Sep 2000 05:01:27 -0700 (PDT) Received: from ricepower ([209.53.59.203]) by priv-edtnes03-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000907120120.TCGR569.priv-edtnes03-hme0.telusplanet.net@ricepower> for ; Thu, 7 Sep 2000 06:01:20 -0600 Message-ID: <002c01c018c3$5a290160$cb3b35d1@bconnected.net> From: "Q" To: Subject: Send mail help Date: Thu, 7 Sep 2000 05:01:27 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all Wondering if anyone can help my with a few simple questions bout sendmail i have a box that by default sendmail is running. I have no problems with it. Now i want to b able to send my mail from my window box with a diff ISP using my box as SMTP. how do i config send mail to let me and only me be able to send mail through it thx you To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 5: 5:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from diskfarm.firehouse.net (rdu25-12-043.nc.rr.com [24.25.12.43]) by hub.freebsd.org (Postfix) with ESMTP id BB71D37B422 for ; Thu, 7 Sep 2000 05:05:49 -0700 (PDT) Received: (from abc@localhost) by diskfarm.firehouse.net (8.9.3/8.9.3) id IAA02158; Thu, 7 Sep 2000 08:05:04 -0400 (EDT) (envelope-from abc) Date: Thu, 7 Sep 2000 08:05:04 -0400 From: Alan Clegg To: Q Cc: freebsd-questions@freebsd.org Subject: Re: Send mail help Message-ID: <20000907080504.B1900@diskfarm.firehouse.net> Mail-Followup-To: Alan Clegg , Q , freebsd-questions@freebsd.org References: <002c01c018c3$5a290160$cb3b35d1@bconnected.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <002c01c018c3$5a290160$cb3b35d1@bconnected.net>; from q@crackbaby.org on Thu, Sep 07, 2000 at 05:01:27AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Unless the network is lying to me again, Q said: > how do i config send mail to let me and only me be > able to send mail through it I'd take a look at: http://www.iecc.com/pop-before-smtp.html AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 5:12:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id EA4E337B42C for ; Thu, 7 Sep 2000 05:12:31 -0700 (PDT) Received: from rac2.wam.umd.edu (IDENT:root@rac2.wam.umd.edu [128.8.10.142]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id IAA29029 for ; Thu, 7 Sep 2000 08:12:25 -0400 (EDT) Received: from rac2.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac2.wam.umd.edu (8.9.3/8.9.3) with SMTP id IAA04557 for ; Thu, 7 Sep 2000 08:12:25 -0400 (EDT) Received: from localhost (culverk@localhost) by rac2.wam.umd.edu (8.9.3/8.9.3) with ESMTP id IAA04553 for ; Thu, 7 Sep 2000 08:12:25 -0400 (EDT) X-Authentication-Warning: rac2.wam.umd.edu: culverk owned process doing -bs Date: Thu, 7 Sep 2000 08:12:25 -0400 (EDT) From: Kenneth Wayne Culver To: freebsd-questions@freebsd.org Subject: more wierd errors 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 Alright, this one isn't that important, but It's kinda irking me. It seems that anything that uses gtk/glib crashes consistantly on my laptop, even though everywhere else I try it, it works. Here is the error I get whenever I send an IM with gaim: Gdk-ERROR **: BadName (named color or font does not exist) serial 4544 error_code 15 request_code 45 minor_code 0 Gdk-ERROR **: BadFont (invalid Font parameter) serial 4545 error_code 7 request_code 47 minor_code 0 Gdk-ERROR **: BadFont (invalid Font parameter) serial 4550 error_code 7 request_code 47 minor_code 0 Gdk-ERROR **: BadGC (invalid GC parameter) serial 4556 error_code 13 request_code 60 minor_code 0 Gdk-ERROR **: BadFont (invalid Font parameter) serial 4557 error_code 7 request_code 46 minor_code 0 Actually, I get one of these errors per crash... and they repeat randomly, there doesn't seem to be any real reason for the crashes either... Has anyone had these problems? (to remind everyone, my statclock doesn't work either... and no clock at all works without the 0x20 flags on apm, and sometimes randomly the dmesg command can't malloc memory) ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 5:15:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pollux.or.signature.nl (pollux.or.signature.nl [194.229.138.194]) by hub.freebsd.org (Postfix) with ESMTP id 85B5B37B422 for ; Thu, 7 Sep 2000 05:15:47 -0700 (PDT) Received: from localhost (bit@localhost) by pollux.or.signature.nl (8.9.1/8.9.1) with SMTP id OAA23715 for ; Thu, 7 Sep 2000 14:15:43 +0200 (MET DST) Date: Thu, 7 Sep 2000 14:15:43 +0200 (MET DST) From: Bart Smit X-Sender: bit@pollux.or.signature.nl To: freebsd-questions@freebsd.org Subject: lmmon bogus values 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 search in the archives turned up one other person with this problem but no solution. Anyone that can make sense of this? Situation: fresh install of 4.1-RELEASE (from the ISO) on an Arbor PIA-673 single board computer (with AMD K6 II and 128 MB). According to the docs this board has "CMOS-based PC hardware monitor, monitors CPU and system temperature, fan speeds and power supply voltages." Note LM78/79 not explicitly mentioned. I don't think it has one. lmmon -i (i.e. through /dev/io since /dev/smb0 doesn't work) yields: Motherboard Temp Voltages 252C / 485F / 525K Vcore1: +1.922V Vcore2: +1.984V Fan Speeds + 3.3V: +1.859V + 5.0V: +2.844V 1: 4272 rpm +12.0V: +11.500V 2: 0 rpm -12.0V: +0.000V 3: -1 rpm - 5.0V: +0.000V The values change a bit over time so it looks like something is actually being gauged. But the numbers don't make much sense. If the cause is known we can hope to find conversions to get the real values (would also help create the fix). Otherwise maybe use this as qualitative instead of quantitative measurements? --Nero To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 5:26:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw7.usa.alcatel.com (fw7.usa.alcatel.com [192.245.102.17]) by hub.freebsd.org (Postfix) with ESMTP id D324837B423 for ; Thu, 7 Sep 2000 05:26:48 -0700 (PDT) Received: (from uucp@localhost) by fw7.usa.alcatel.com (8.8.8+Sun/8.8.8) id HAA28015 for ; Thu, 7 Sep 2000 07:23:34 -0500 (CDT) Received: from (relay1.usa.alcatel.com [143.209.238.6]) by fw7 via smap (V2.1) id xma027977; Thu, 7 Sep 00 07:23:19 -0500 Received: from auds906.usa.alcatel.com (localhost [127.0.0.1]) by relay1.usa.alcatel.com (8.9.3/8.9.3) with ESMTP id HAA18112 for ; Thu, 7 Sep 2000 07:27:21 -0500 (CDT) Received: from usa.alcatel.com (compu202.usa.alcatel.com [143.209.158.202]) by auds906.usa.alcatel.com (8.8.8+Sun/8.8.8) with ESMTP id HAA01050 for ; Thu, 7 Sep 2000 07:27:21 -0500 (CDT) Message-ID: <39B7892C.C5173BD@usa.alcatel.com> Date: Thu, 07 Sep 2000 07:25:16 -0500 From: "Wendell E. Beall Jr" Organization: Alcatel USA X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: fbsdboot.exe Content-Type: multipart/mixed; boundary="------------B81BF2D20779C98623D403AB" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------B81BF2D20779C98623D403AB Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, Can anyone tell me what is for, why the kernel on the live cd will not work with it (error is invalid format), and are there any docs for this on the PowerPak CDs? I just want to boot the Kernel from MS-DOS "command prompt only." Any help is appreciated. Thanks Elwin Beall --------------B81BF2D20779C98623D403AB Content-Type: text/x-vcard; charset=us-ascii; name="ebeall.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Wendell E. Beall Jr Content-Disposition: attachment; filename="ebeall.vcf" begin:vcard n:Beall;Elwin tel;pager:800-759-8888 #1634071 tel;cell:214-914-5244 tel;fax:509-692-5326 x-mozilla-html:FALSE org:Alcatel USA;Installation & Test version:2.1 email;internet:ebeall@usa.alcatel.com title:Product Installation Supervisor adr;quoted-printable:;;1000 Coit Rd.=0D=0AM/S PB11-TEST1;Plano;TX;75075;USA x-mozilla-cpt:;-1 fn:Elwin Beall end:vcard --------------B81BF2D20779C98623D403AB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 5:28:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 0F34D37B422 for ; Thu, 7 Sep 2000 05:28:20 -0700 (PDT) Received: from welsh.dynip.com ([24.162.231.59]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Thu, 7 Sep 2000 08:28:05 -0400 Received: (qmail 1747 invoked by uid 1000); 7 Sep 2000 12:28:18 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 7 Sep 2000 12:28:17 -0000 Date: Thu, 7 Sep 2000 08:28:17 -0400 (EDT) From: jason To: "Jason C. Wells" Cc: questions@FreeBSD.ORG Subject: Re: interface ed0 not recognized in 4.1 RELEASE 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 looked at the config files for both versions and the line that specified the settings for the ed0 card looked the same to me. well, heres the line from my old config (that worked) device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 and heres what it gave me in my dmesg ed0 at port 0x300-0x31f iomem 0xd8000 irq 5 drq 0 on isa0 and heres my old kernel.conf (i think this is what made it work) di sn0 di lnc0 di le0 di ie0 di fe0 di cs0 en ed0 po ed0 0x300 ir ed0 5 iom ed0 0xd8000 f ed0 0 q If i remember correctly, the kernel.conf overrides whats compiled into the kernel, right? so I probably need to modify the kernel.conf on my 4.1 system to match the kernel.conf on my old one? Jason -- ======================================================================= | Jason Welsh jason@welsh.dynip.com | If you think there's | | | good in everybody, you | | http://welsh.dynip.com/ | haven't met everybody. | ======================================================================= On Wed, 6 Sep 2000, Jason C. Wells wrote: > On Wed, 6 Sep 2000, jason wrote: > > > I just upgraded from 4.0 to 4.1 and now my system will not recognize my > > ed0 (cheap ne2000 clone) card. Nothing else on my box changed except for > > upgrading. It never even shows up in dmesg. I have done some searches and > > it seems like this is a problem for a handful of folks, but I never could > > find a good solution. I saw someone on usenet suggested that you replace > > the /sys/dev/ed/if_ed.c with an older version of that file and recompile. > > I tried that and got compile errors. Anyone know of a real fix? > > It didn't show in dmesg is suspect! > > Perhaps there is an IRQ issue. I had one of these ed0 cards in ISA > format. I had to run a DOS utility to set the software jumpers. One time > during an upgrade, the IRQ settings in the GENERIC kernel changed. I had > to build a new kernel with the correct IRQ and such for my card. > > Perhaps you got bit by this. As a generality, ed0 cards just plain work. > > Thank you, > Jason C. Wells > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 5:40:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wafw.bear.com (wafw.bear.com [207.162.228.3]) by hub.freebsd.org (Postfix) with ESMTP id 0FF7637B423 for ; Thu, 7 Sep 2000 05:40:20 -0700 (PDT) Received: from bear.com (localhost [127.0.0.1]) by wafw.bear.com (8.9.3/8.9.2) with SMTP id IAA11403 for ; Thu, 7 Sep 2000 08:39:24 -0400 (EDT) Received: from 147.107.147.19 by whmsxvs1.is.bear.com (InterScan E-Mail VirusWall NT); Thu, 07 Sep 2000 08:33:31 -0400 (Eastern Daylight Time) Received: by whmsx2.is.bear.com with Internet Mail Service (5.5.2650.21) id ; Thu, 7 Sep 2000 08:38:30 -0400 Message-ID: From: "Finan, Charles (Exchange)" To: "'freebsd-questions@freebsd.org'" Subject: USB printer/scanners Date: Thu, 7 Sep 2000 08:38:28 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm considering purchasing a Brother DPC-1200 copier/printer/scanner. It has both parallel port and USB connections for the printer/scanner functions. It can do PCL4 emulation for the printing and has a TWAIN (windoze) driver for the scanning. Has anyone every gotten one of these to work as either a printer or scanner via the USB port? (Or even the bi-directional parallel port)? For that matter, does anyone have a experience on these machines as copiers - both print quality and system reliability? Thanks, Charlie *********************************************************************** Bear Stearns is not responsible for any recommendation, solicitation, offer or agreement or any information about any transaction, customer account or account activity contained in this communication. *********************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 5:55:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.sovintel.ru (ns.sovintel.ru [212.44.130.6]) by hub.freebsd.org (Postfix) with ESMTP id DB79637B423 for ; Thu, 7 Sep 2000 05:55:06 -0700 (PDT) Received: from cat ([62.231.1.66]) by ns.sovintel.ru (8.9.3/8.9.3) with SMTP id QAA25978 for ; Thu, 7 Sep 2000 16:54:59 +0400 (MSD) From: "Evgeny Nikolaev" To: Subject: freebsd 4.1 cdrom disk image download? Date: Thu, 7 Sep 2000 16:55:55 +0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" 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 V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i have download freebsd 4.1 cdrom disk image download i have not find this image To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 5:57:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bumper.jellybaby.net (bumper.jellybaby.net [194.159.247.1]) by hub.freebsd.org (Postfix) with ESMTP id 800DB37B422 for ; Thu, 7 Sep 2000 05:57:54 -0700 (PDT) Received: (from simond@localhost) by bumper.jellybaby.net (8.9.2/8.9.2) id NAA69840; Thu, 7 Sep 2000 13:57:46 +0100 (BST) (envelope-from simond) Date: Thu, 7 Sep 2000 13:57:46 +0100 From: simond@irrelevant.org To: Evgeny Nikolaev Cc: questions@FreeBSD.ORG Subject: Re: freebsd 4.1 cdrom disk image download? Message-ID: <20000907135746.C63846@irrelevant.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from sbf@sovintel.ru on Thu, Sep 07, 2000 at 04:55:55PM +0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 04:55:55PM +0400, Evgeny Nikolaev wrote: > i have download freebsd 4.1 cdrom disk image download > i have not find this image Try ftp://ftp.ru.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/4.1-install.iso -- Simon Dick simond@irrelevant.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 6:28:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.smed.com (smtp.smed.com [12.20.51.11]) by hub.freebsd.org (Postfix) with ESMTP id 89C5137B423 for ; Thu, 7 Sep 2000 06:28:12 -0700 (PDT) Received: from smtpgate.shrmed.com (keymaster.smed.com [12.20.51.2]) by smtp.smed.com (Postfix) with ESMTP id AD13C16182 for ; Thu, 7 Sep 2000 09:28:11 -0400 (EDT) Received: from iesa14.shrmed.com (iesa14.shrmed.com [10.1.99.114]) by smtpgate.shrmed.com (8.9.3/8.9.3) with ESMTP id JAA17937 for ; Thu, 7 Sep 2000 09:28:06 -0400 From: Joe.Warner@smed.com Received: from Deimos.smed.com (unverified) by iesa14.shrmed.com (Content Technologies SMTPRS 2.0.15) with SMTP id for ; Thu, 07 Sep 2000 09:27:45 -0400 Received: by Deimos.smed.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id 85256953.0049CCB3 ; Thu, 7 Sep 2000 09:26:05 -0400 X-Lotus-FromDomain: SMS To: freebsd-questions@freebsd.org Message-Id: <85256953.0049C8F1.00@Deimos.smed.com> Date: Thu, 7 Sep 2000 07:28:23 -0600 Subject: Who/what's using it? 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 Can someone tell me how to find out what process is using /dev/cuaa0 under FreeBSD 3.4? There should be a way to identify what processes (daemons, users..etc) are using specific devices under FreeBSD. BTW..I've already tried ps aux and top and they don't show what's using this device. Thanks Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 6:32:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out1.prserv.net [32.97.166.31]) by hub.freebsd.org (Postfix) with ESMTP id 5204337B422 for ; Thu, 7 Sep 2000 06:32:44 -0700 (PDT) Received: from attglobal.net ([129.37.165.84]) by prserv.net (out1) with SMTP id <2000090713314225201spua1e>; Thu, 7 Sep 2000 13:31:42 +0000 Message-ID: <39B7994A.23D0ED11@attglobal.net> Date: Thu, 07 Sep 2000 09:34:02 -0400 From: youlgok@attglobal.net Reply-To: youlgok@attglobal.net X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-Questions Subject: upgrading a program by ports' package 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 installed glib-1.2.6 on my FBSD-3.3. Before upgrading to glip-1.2.8, I tried to pkg_delete glib-1.2.6, but I get this message and can't go any further: # pkg_delete glib-1.2.6 pkg_delete: package `glib-1.2.6' is required by these other packages and may not be deinstalled: gtk-1.2.6 In this case, can I just overwrite it by pkg_add glib-1.2.8 without pkg_delete glib-1.2.6? If not, what should I do here? Any help would be appreciated. Thanks. -Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 6:37:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id 263BD37B43E for ; Thu, 7 Sep 2000 06:37:12 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.247.109) by relay2.inwind.it (5.1.046) id 39AF9CE300068AB9; Thu, 7 Sep 2000 15:37:09 +0200 From: Salvo Bartolotta Date: Thu, 07 Sep 2000 14:37:15 GMT Message-ID: <20000907.14371500@bartequi.ottodomain.org> Subject: Re: Who/what's using it? To: Joe.Warner@smed.com Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <85256953.0049C8F1.00@Deimos.smed.com> References: <85256953.0049C8F1.00@Deimos.smed.com> 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/7/00, 2:28:23 PM, Joe.Warner@smed.com wrote regarding Who/what's=20 using it?: > Can someone tell me how to find out what process is using /dev/cuaa0=20 under > FreeBSD 3.4? There should be a > way to identify what processes (daemons, users..etc) are using=20 specific > devices under FreeBSD. > BTW..I've already tried ps aux and top and they don't show what's=20 using > this device. > Thanks > Joe Dear Joe Warner, You may wish to have a look at fstat(1) (I am at a FreeBSD 4.1-S=20 console, though); it should also work under FreeBSD 3.4. HTH, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 6:38:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mdanderson.org (mail.mdacc.tmc.edu [143.111.87.47]) by hub.freebsd.org (Postfix) with ESMTP id 6B8D237B424 for ; Thu, 7 Sep 2000 06:38:11 -0700 (PDT) Received: from jef-nt.mdacc.tmc.edu.mdacc.tmc.edu (jef-nt.mdacc.tmc.edu [143.111.64.202]) by mail.mdanderson.org (8.9.1b+Sun/8.9.1) with SMTP id IAA14315; Thu, 7 Sep 2000 08:34:51 -0500 (CDT) From: Jonathan Fosburgh MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14775.39482.249000.583971@jef-nt.mdacc.tmc.edu> Date: Thu, 7 Sep 2000 08:38:02 -0500 (GMT-6:00) To: Joe.Warner@smed.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Who/what's using it? In-Reply-To: <85256953.0049C8F1.00@Deimos.smed.com> References: <85256953.0049C8F1.00@Deimos.smed.com> X-Mailer: VM 6.72 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Joe Warner writes: > Can someone tell me how to find out what process is using /dev/cuaa0 under > FreeBSD 3.4? There should be a > way to identify what processes (daemons, users..etc) are using specific > devices under FreeBSD. Try man fstat -- Jonathan Fosburgh Open Systems Communications and Computer Services UT MD Anderson Cancer Center Houston, TX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 6:44:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web4107.mail.yahoo.com (web4107.mail.yahoo.com [216.115.104.127]) by hub.freebsd.org (Postfix) with SMTP id 38E1237B422 for ; Thu, 7 Sep 2000 06:44:08 -0700 (PDT) Message-ID: <20000907134407.29936.qmail@web4107.mail.yahoo.com> Received: from [64.244.44.98] by web4107.mail.yahoo.com; Thu, 07 Sep 2000 06:44:07 PDT Date: Thu, 7 Sep 2000 06:44:07 -0700 (PDT) From: J A Shamsi Subject: telnet quetsion 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 I want to allow telent access for a specific user only and want to disable for the root. does any one of you has any idea what command should I write in inetd.conf and how can I disable or allow the root access thanks j/s __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! 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 Thu Sep 7 6:51:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baddog.yi.org (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id A60FA37B423 for ; Thu, 7 Sep 2000 06:51:31 -0700 (PDT) Received: from localhost.necro (localhost.necro [127.0.0.1]) by baddog.yi.org (Postfix) with ESMTP id B9C01BA; Thu, 7 Sep 2000 09:52:17 -0400 (EDT) Date: Thu, 07 Sep 2000 09:52:15 EDT From: Mike Johnson To: J A Shamsi , freebsd-questions@FreeBSD.ORG Subject: Re: telnet quetsion Reply-To: ahze@slaughter.necro.edu X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <20000907135217.B9C01BA@baddog.yi.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG edit /etc/hosts.allow and root cant telnet anyway On Thu, 7 Sep 2000, J A Shamsi wrote: > Date: Thu, 7 Sep 2000 06:44:07 -0700 (PDT) > To: freebsd-questions@FreeBSD.ORG > From: J A Shamsi > Subject: telnet quetsion > > Hi > > I want to allow telent access for a specific > user only and want to disable for the root. > > does any one of you has any idea > what command should I write in inetd.conf > and how can I disable or allow the root access > thanks > > j/s > > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from anywhere! > http://mail.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 Sep 7 6:52:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tdnet.com.br (lince.tdnet.com.br [200.236.148.6]) by hub.freebsd.org (Postfix) with ESMTP id 896C837B422 for ; Thu, 7 Sep 2000 06:52:50 -0700 (PDT) Received: from tdnet.com.br [200.236.148.141] by tdnet.com.br with ESMTP (SMTPD32-5.04) id ADA4BC2E0124; Thu, 07 Sep 2000 10:52:36 -0300 Message-ID: <39B773F2.BE2B2AEB@tdnet.com.br> Date: Thu, 07 Sep 2000 10:54:42 +0000 From: Gustavo Vieira Goncalves Coelho Rios X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: gnu.gcc.help To: freebsd-questions@freebsd.org Subject: configuring default include files Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear gentleman, i am a novice gcc user and currently i am having problem to include not default path to my C files. Mysql include files lie under /usr/local/include/mysql/*.h and in my c sources i am including . The problem is that /usr/local/include is not in my default gcc include path, so when i try to compile the source i have to use the flags -I/usr/local/include. How can i configure gcc to include /usr/local/include in its search path set, cause i really does not enjoy using -I/usr/local/include PS: my uname -a output is: etosha# uname -a FreeBSD etosha 4.1-STABLE FreeBSD 4.1-STABLE #0: Tue Sep 5 18:23:37 GMT 2000 root@etosha:/usr/obj/usr/src/sys/ETOSHA i386 My GCC version is: grios@etosha:/usr/home/grios$ gcc -v Using builtin specs. gcc version 2.95.2 19991024 (release) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 6:54:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by hub.freebsd.org (Postfix) with ESMTP id F3CF937B422 for ; Thu, 7 Sep 2000 06:54:11 -0700 (PDT) Received: from ipamzlx.Physik.Uni-Mainz.DE (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by ipamzlx.physik.uni-mainz.de (8.11.0/8.9.3) with ESMTP id e87DugT16019 for ; Thu, 7 Sep 2000 15:56:42 +0200 (CEST) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Thu, 7 Sep 2000 15:56:42 +0200 (CEST) From: "O. Hartmann" To: freebsd-questions@freebsd.org Subject: Networking Basics on Bridging and Forwarding 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 Sirs. it is a little bit confusing to me and maybe to others, and it's not easy to dig all the necessary informations that are vanished by the 'documentation' of FBSD concerning some really important switches in the kernel configuration and later on done by sysctl. I have to set up an dual homed server which should act as an IP filter using IPFW, so I think I should call it firewall. Because this machine has to be 'plugged in on the fly' into an existing network I have to configure and gather experiences without any kind of simulating environment, so this task seems really hard to me. Well, while fiddling around with the kernel, two NICs and assigning IPs to each NIC I ran into trouble for a while. My main intention is to learn more about the differences between the option bridging and IP forwarding. Well, as I understand all the literature I've been reading for this, IP forwarding forwards pakets from one IP source to another IP destination - but there is nothing be said about NICs. Well, I enabled so far IP forwarding by enabling the machine acting as a gateway. This switch is well known and located /etc/rc.conf.local. My handicap is, that I have only IPs out of a pool of a local network and the IPs are wide spread over the complete range of available IPs, so I can not split both NICs into two separate networks. Due to this fact I took some examinations in attaching a second machine BEHIND the second NIC. So, NIC1 is attached to the main LAN and gateway, NIC2 is assigned with a server and some services and attached to another machine, a WIN2k client. Idea was: Filtering all netflow through NIC1 and NIC2 by IPFW and proxy net- connects from win2k client to the outside world. To perform this task, IP forwarding was not enough, the win2k client had no access to the outside world until bridging was enabled. Well, I know that this type of configuration is really lousy and I suppose there is a kind of logical mistake in this construction. Maybe someone out here has any idea how to set up a satisfying simulating environment. But much more important to me is: what is the difference between bridging and forwarding? Is IP forwarding working correctly without bridging in a dual homed environment? Why using BRIDGING? Do we have some deeper insights for FreeBSD on the net, like special links? I regret asking these foolish questions, but consulting Linux documents offers an other scheme of 'how to do', sometimes not applicapable to FBSD. Gruss O. Hartmann ------------------------------------------------------------------- ohartman@ipamzlx.physik.uni-mainz.de Klimadatenserver des IPA, Universitaet Mainz Netzwerk- und Systembetreuung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 6:57:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id B334F37B422 for ; Thu, 7 Sep 2000 06:57:30 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.247.109) by relay2.inwind.it (5.1.046) id 39AF9CE300069412; Thu, 7 Sep 2000 15:57:18 +0200 From: Salvo Bartolotta Date: Thu, 07 Sep 2000 14:57:23 GMT Message-ID: <20000907.14572300@bartequi.ottodomain.org> Subject: Re: upgrading a program by ports' package To: youlgok@attglobal.net, freebsd-questions@FreeBSD.ORG In-Reply-To: <39B7994A.23D0ED11@attglobal.net> References: <39B7994A.23D0ED11@attglobal.net> 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/7/00, 2:34:02 PM, youlgok@attglobal.net wrote regarding upgrading=20 a program by ports' package: > I have installed glib-1.2.6 on my FBSD-3.3. Before upgrading to > glip-1.2.8, I tried to pkg_delete glib-1.2.6, but I get this message=20 and > can't go any further: > # pkg_delete glib-1.2.6 > pkg_delete: package `glib-1.2.6' is required by these other packages > and may not be deinstalled: > gtk-1.2.6 > In this case, can I just overwrite it by pkg_add glib-1.2.8 without > pkg_delete glib-1.2.6? If not, what should I do here? > Any help would be appreciated. Thanks. > -Paul Dear Paul Youlgok (?), The short answer is: in order to update your ports, please use=20 "pkg_version -c" cum grano salis (ie edit the output and be careful,=20 be careful, be careful. Have I said that you have to be careful when=20 editing ? :-) If you prefer packages, pkg_version(1) is useful all the same. By the way, you can force the deletion of a package, if you like:=20 pkg_delete -f . However, I don't know whether gtk works with=20 a newer glib: I just haven't tried that. One possibility is updating **the two** ports/packages (generally=20 speaking, you might have to update more than two ports/packages for=20 "consistency" reasons): again, pkg_version(1) is your friend. HTH, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 7: 6:53 2000 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 82F0737B422 for ; Thu, 7 Sep 2000 07:06:49 -0700 (PDT) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13X2KC-0000HC-00 for freebsd-questions@freebsd.org; Thu, 7 Sep 2000 15:06:44 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id PAA04586 for freebsd-questions@freebsd.org; Thu, 7 Sep 2000 15:06:44 +0100 (BST) (envelope-from jcm) Date: Thu, 7 Sep 2000 15:06:44 +0100 From: j mckitrick To: freebsd-questions@freebsd.org Subject: what language should i learn next ? Message-ID: <20000907150644.A4202@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to set the goal of learning a new language in the next couple of months. These are the ones I am considering: perl python shell scripting (I am weak in this) java (no freebsd support yet, right?) open to suggestions.... jcm -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 7: 9:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp4.singnet.com.sg (smtp4.singnet.com.sg [165.21.101.224]) by hub.freebsd.org (Postfix) with ESMTP id D2D2637B424 for ; Thu, 7 Sep 2000 07:09:09 -0700 (PDT) Received: from netserver01 (wpower@ad202.166.109.6.magix.com.sg [202.166.109.6]) by smtp4.singnet.com.sg (8.9.3/8.9.3) with SMTP id WAA00250 for ; Thu, 7 Sep 2000 22:08:54 +0800 (SGT) (envelope-from spades@galaxynet.org) Message-Id: <3.0.32.20000907220920.0084aaa0@smtp.magix.com.sg> X-Sender: spades@smtp.magix.com.sg X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Thu, 07 Sep 2000 22:09:23 +0800 To: freebsd-questions@freebsd.org From: Spades Subject: login prompt 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 i edit/change this? FreeBSD/i386 (sone.net) (ttyp5) login: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 7:12:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id A271937B422 for ; Thu, 7 Sep 2000 07:12:27 -0700 (PDT) Received: by pcwin002.win.tue.nl (Postfix, from userid 1001) id E0D015832; Thu, 7 Sep 2000 16:12:56 +0200 (CEST) Date: Thu, 7 Sep 2000 16:12:56 +0200 From: Stijn Hoop To: Spades Cc: questions@freebsd.org Subject: Re: login prompt Message-ID: <20000907161256.A64529@pcwin002.win.tue.nl> References: <3.0.32.20000907220920.0084aaa0@smtp.magix.com.sg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3.0.32.20000907220920.0084aaa0@smtp.magix.com.sg>; from spades@galaxynet.org on Thu, Sep 07, 2000 at 10:09:23PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Spades, On Thu, Sep 07, 2000 at 10:09:23PM +0800, Spades wrote: > How do i edit/change this? > > > FreeBSD/i386 (sone.net) (ttyp5) > > login: > > You can edit /etc/gettytab for this, see man gettytab under CAPABILITIES, with Name im. HTH, --Stijn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 7:34: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sunny.pacific.net.sg (sunny.pacific.net.sg [203.120.90.127]) by hub.freebsd.org (Postfix) with ESMTP id 9D76037B423 for ; Thu, 7 Sep 2000 07:34:05 -0700 (PDT) Received: from pop2.pacific.net.sg (pop2.pacific.net.sg [203.120.90.86]) by sunny.pacific.net.sg with ESMTP id e87EY0U29861; Thu, 7 Sep 2000 22:34:01 +0800 (SGT) Received: from tanjkvaio (p68.stsn.com [12.23.69.68] (may be forged)) by pop2.pacific.net.sg with SMTP id WAA20025; Thu, 7 Sep 2000 22:33:45 +0800 (SGT) From: "Tan Juay Kwang" To: "Alfred Perlstein" , "Robert Dean" Cc: Subject: RE: select() returns on empty pipes Date: Thu, 7 Sep 2000 22:34:33 +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) In-Reply-To: <20000907021918.U18862@fw.wintelcom.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I don't get it what you say 'mimick the Linux FIFO behavior'. I mean, shouldn't select(2) not return on empty pipes. Actually, I notice this a couple of weeks ago and I thought it could be due to a race condition whereby the second process opens the pipe for writing and triggering select(2) in the reading process to return before it gets a chance to actually put something on the pipe. I was on a dateline so I abandoned the whole idea and switch to unix domain socket instead and forgot about the whole thing. Just curious, are there many applications that uses named pipe nowadays? Regards, Juay Kwang > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Alfred > Perlstein > Sent: Thursday, September 07, 2000 5:19 PM > To: Robert Dean > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: select() returns on empty pipes > > > * Robert Dean [000906 23:00] wrote: > > > > I am in the process of porting and existing Linux application > > (http://dbmix.sourceforge.net) to FreeBSD at the request of > one of my er... > > clients ? (how's that work in open source anyways? Is he a > client? a user?) > > > > The core of the system is a sound daemon which accepts data > from named > > fifos, and combines the data into a single output stream > before sending it > > to a soundcard. > > > > Under linux, I achieved this with named pipes and a call to > select(), and I > > used the Stevens system V programming manual as my resource. > > We're actually working on a fix, the discussion about this > started about > a day ago, my impression is that really soon now we'll > provide a useable > fix which is probably going to mimick the Linux FIFO behavior. > > -- > -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] > "I have the heart of a child; I keep it in a jar on my desk." > > > 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 Sep 7 7:37:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from artemis.le.ac.uk (artemis.le.ac.uk [143.210.16.126]) by hub.freebsd.org (Postfix) with ESMTP id 9780237B424 for ; Thu, 7 Sep 2000 07:37:42 -0700 (PDT) Received: from ithaca.mcs.le.ac.uk ([143.210.72.11]) by artemis.le.ac.uk with esmtp (Exim 3.13 #2) id 13X2o4-0001zG-00 for freebsd-questions@freebsd.org; Thu, 07 Sep 2000 15:37:36 +0100 Received: from pc33 (pc33 [143.210.72.67]) by ithaca.mcs.le.ac.uk (8.9.3+Sun/8.9.3) with SMTP id PAA16330 for ; Thu, 7 Sep 2000 15:37:34 +0100 (BST) Message-Id: <200009071437.PAA16330@ithaca.mcs.le.ac.uk> Date: Thu, 7 Sep 2000 15:37:35 +0100 (BST) From: "J. A. Landamore" Reply-To: "J. A. Landamore" Subject: Booting over two disks To: freebsd-questions@freebsd.org X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.3.5 SunOS 5.7 i86pc i386 Content-Type: text X-Sun-Text-Type: ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a user with a setup that has dos/w2k/freebsd on one disk and Windows98 on a second disk. I am unable to get W98 to boot without disconnecting the first disk. The bootloader comes up with option F5, disk 1, but that just boots the first partition on the primary disk. I've looked at boot0cfg but that just shows the 3 partitions on the primary disk. How can I let the user boot from W98 as well as the other 3 partitions? As an aside where does boot0cfg -v get the information from, is it fdisk, and what does the falg field mean? Please reply to me directly as I don't subscribe to the mailing list. Thanks for your help John Landamore | Please re-install Universe | Sys. Admin | and reboot | Dept Mathematics & Computer Science | | University of Leicester | Hogfather | University Road, LEICESTER, LE1 7RH | Terry Pratchett | J.Landamore@mcs.le.ac.uk Phone: +44 (0)116 2523410 Fax: +44 (0)116 2523604 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 7:41:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out1.prserv.net [32.97.166.31]) by hub.freebsd.org (Postfix) with ESMTP id DFE8637B422 for ; Thu, 7 Sep 2000 07:41:20 -0700 (PDT) Received: from attglobal.net ([129.37.171.233]) by prserv.net (out1) with SMTP id <2000090714401725200g5mafe>; Thu, 7 Sep 2000 14:40:19 +0000 Message-ID: <39B7A959.4B4EDEB1@attglobal.net> Date: Thu, 07 Sep 2000 10:42:35 -0400 From: youlgok@attglobal.net Reply-To: youlgok@attglobal.net X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: Salvo Bartolotta Cc: FreeBSD-Questions Subject: Re: upgrading a program by ports' package References: <39B7994A.23D0ED11@attglobal.net> <20000907.14572300@bartequi.ottodomain.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Salvo Bartolotta: Thanks for your kind reply. I have one question. If I just pkg_add glib-1.2.8 without deleteing glib-1.2.6, what could be happend? Both pacakges are installed? -Paul Salvo Bartolotta wrote: > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > > On 9/7/00, 2:34:02 PM, youlgok@attglobal.net wrote regarding upgrading > a program by ports' package: > > > I have installed glib-1.2.6 on my FBSD-3.3. Before upgrading to > > glip-1.2.8, I tried to pkg_delete glib-1.2.6, but I get this message > and > > can't go any further: > > > # pkg_delete glib-1.2.6 > > pkg_delete: package `glib-1.2.6' is required by these other packages > > and may not be deinstalled: > > gtk-1.2.6 > > > In this case, can I just overwrite it by pkg_add glib-1.2.8 without > > pkg_delete glib-1.2.6? If not, what should I do here? > > > Any help would be appreciated. Thanks. > > > -Paul > > Dear Paul Youlgok (?), > > The short answer is: in order to update your ports, please use > "pkg_version -c" cum grano salis (ie edit the output and be careful, > be careful, be careful. Have I said that you have to be careful when > editing ? :-) > > If you prefer packages, pkg_version(1) is useful all the same. > > By the way, you can force the deletion of a package, if you like: > pkg_delete -f . However, I don't know whether gtk works with > a newer glib: I just haven't tried that. > > One possibility is updating **the two** ports/packages (generally > speaking, you might have to update more than two ports/packages for > "consistency" reasons): again, pkg_version(1) is your friend. > > HTH, > Salvo > > 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 Sep 7 8: 2:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web4106.mail.yahoo.com (web4106.mail.yahoo.com [216.115.104.126]) by hub.freebsd.org (Postfix) with SMTP id 6DF0037B424 for ; Thu, 7 Sep 2000 08:02:50 -0700 (PDT) Message-ID: <20000907150248.19668.qmail@web4106.mail.yahoo.com> Received: from [64.244.44.98] by web4106.mail.yahoo.com; Thu, 07 Sep 2000 08:02:48 PDT Date: Thu, 7 Sep 2000 08:02:48 -0700 (PDT) From: J A Shamsi Subject: telnet 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 Hi I want to allow telent access for a specific user only and want to disable for the root. does any one of you has any idea what command should I write in inetd.conf and how can I disable or allow the root access thanks j/s __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! 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 Thu Sep 7 8:17:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (mailbox.adm.binghamton.edu [128.226.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 9F29B37B423 for ; Thu, 7 Sep 2000 08:16:53 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id LAA18654 for ; Thu, 7 Sep 2000 11:16:29 -0400 (EDT) Date: Thu, 7 Sep 2000 11:12:56 -0400 (EDT) From: Zhihui Zhang To: freebsd-questions@freebsd.org Subject: install FreeBSD into another slice 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 machine with FreeBSD 4.1 installed in one slice. Now I want to install a second copy of FreeBSD into another slice on the same machine. I start /stand/sysinstall in the slice already installed and try to install another complete copy of FreeBSD into another slice. Will this work? I usually boot from a CD-ROM and install from it. Thanks for your help. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 8:34:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id D27D137B424 for ; Thu, 7 Sep 2000 08:34:22 -0700 (PDT) Received: (qmail 24966 invoked by uid 0); 7 Sep 2000 15:34:20 -0000 Received: from l0003p27.dipool.highway.telekom.at (HELO tori.mini.net) (62.46.64.91) by mail.gmx.net with SMTP; 7 Sep 2000 15:34:20 -0000 Content-Length: 421 Message-ID: X-Mailer: XFMail 1.3 [p0] on NetBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000907150644.A4202@dogma.freebsd-uk.eu.org> Date: Thu, 07 Sep 2000 17:33:43 -0700 (PDT) From: Philipp Huber To: j mckitrick Subject: RE: what language should i learn next ? Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 07-Sep-00 j mckitrick wrote: > > I want to set the goal of learning a new language in the next couple > of > months. These are the ones I am considering: > > perl > python > shell scripting (I am weak in this) > java (no freebsd support yet, right?) depends on what you want to do. my personal favourite is perl, but i don't know python anyway. you could try all of them and see which one you like most. Philipp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 8:37: 9 2000 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 20E3B37B423 for ; Thu, 7 Sep 2000 08:37:06 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id KAA14092; Thu, 7 Sep 2000 10:36:59 -0500 (CDT) (envelope-from dan) Date: Thu, 7 Sep 2000 10:36:58 -0500 From: Dan Nelson To: d_jab@anonymous-daemon.org Cc: freebsd-questions@FreeBSD.ORG Subject: Re: subnet redirection possible in ipnat? Message-ID: <20000907103658.A14007@dan.emsphone.com> References: <39B70953.3AFEADD7@enteract.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <39B70953.3AFEADD7@enteract.com>; from "Daniel Schrock" on Wed Sep 6 22:19:47 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 06), Daniel Schrock said: > Myself and my roomate are avid gamers. we are on 784k sdsl but only > have 1 ip...i am using a freebsd-4.1 gateway running ipnat. > currently, certain games need to have the port explicitly redirected > from the gateway to the local machine. does anyone know if it is > possible to redirect a port to an entire subnet? Explicit port redirection should only be needed if you are serving. I have played Quakeworld via a regular natd connection with no problems, and I assume other networked games wouldn't have problems either. -- 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 Thu Sep 7 8:51:23 2000 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 E35B937B422 for ; Thu, 7 Sep 2000 08:51:20 -0700 (PDT) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13X3xN-000OBM-00; Thu, 7 Sep 2000 16:51:17 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id QAA05558; Thu, 7 Sep 2000 16:51:12 +0100 (BST) (envelope-from jcm) Date: Thu, 7 Sep 2000 16:51:12 +0100 From: j mckitrick To: Philipp Huber Cc: freebsd-questions@freebsd.org Subject: Re: what language should i learn next ? Message-ID: <20000907165111.B4757@dogma.freebsd-uk.eu.org> References: <20000907150644.A4202@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from uebs@gmx.at on Thu, Sep 07, 2000 at 05:33:43PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 05:33:43PM -0700, Philipp Huber wrote: | On 07-Sep-00 j mckitrick wrote: | > | > I want to set the goal of learning a new language in the next couple | > of | > months. These are the ones I am considering: | > | > perl | > python | > shell scripting (I am weak in this) | > java (no freebsd support yet, right?) | | depends on what you want to do. | my personal favourite is perl, but i don't know python anyway. | you could try all of them and see which one you like most. I want to avoid that, if possible. I'd like to make an informed decision from the beginning so I can use my time efficiently. I guess what I want to do is learn the tools that require some skill and that are efficient for common jobs on a unix box. That way, if the door ever opens for a unix career, I would have valuable skills that would set me apart. But I would also like my knowledge to be useful now, on my little non-networked laptop. Frankly, since I am not running on a network anyway, I first need to think of some problems that need to be solved, or some tasks that can be automated. jcm -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 8:56:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [216.223.199.224]) by hub.freebsd.org (Postfix) with ESMTP id 251E837B422 for ; Thu, 7 Sep 2000 08:56:23 -0700 (PDT) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id LAA12547; Thu, 7 Sep 2000 11:46:56 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <200009071546.LAA12547@sanson.reyes.somos.net> From: "Francisco Reyes" To: "Konrad Heuer" Cc: "FreeBSD questions" Date: Thu, 07 Sep 2000 11:54:39 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 98 (4.10.2222) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Installing CD packages to HD? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 5 Sep 2000 16:52:18 +0200 (CEST), Konrad Heuer wrote: > >On Tue, 5 Sep 2000, Francisco Reyes wrote: > >> I now have a computer with enough HD to copy all packages that >> come on the 4.1 CD >If you really want - this loop should do: > >cd /cdrom/packages/All >foreach pkg ( *.tgz ) >pkg_add $pkg >end No no, that would be "installing" the packages. I want to copy them somewhere so when I go into /stand/sysinstall I have them all into a directory instead of having to go through 4 CDs looking for a package. francisco Moderator of the Corporate BSD list http://www.egroups.com/group/BSD_Corporate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 8:58: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baddog.yi.org (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id 17C8D37B422 for ; Thu, 7 Sep 2000 08:57:58 -0700 (PDT) Received: from localhost.necro (localhost.necro [127.0.0.1]) by baddog.yi.org (Postfix) with ESMTP id 4ACE4BF; Thu, 7 Sep 2000 11:58:51 -0400 (EDT) Date: Thu, 07 Sep 2000 11:58:49 EDT From: Mike Johnson To: Philipp Huber Cc: freebsd-questions@FreeBSD.ORG Subject: Re: what language should i learn next ? Reply-To: ahze@slaughter.necro.edu X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <20000907155852.4ACE4BF@baddog.yi.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 07-Sep-00 j mckitrick wrote: > > I want to set the goal of learning a new language in the next couple > of > months. These are the ones I am considering: > > perl > python > shell scripting (I am weak in this) > java (no freebsd support yet, right?) /usr/ports/java .. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 8:58:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id 3A0BE37B423 for ; Thu, 7 Sep 2000 08:58:51 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.79.168) by relay1.inwind.it (5.1.046) id 39AFDC99000D7E65; Thu, 7 Sep 2000 17:58:32 +0200 From: Salvo Bartolotta Date: Thu, 07 Sep 2000 16:58:38 GMT Message-ID: <20000907.16583800@bartequi.ottodomain.org> Subject: Re: upgrading a program by ports' package To: youlgok@attglobal.net Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <39B7A959.4B4EDEB1@attglobal.net> References: <39B7994A.23D0ED11@attglobal.net> <20000907.14572300@bartequi.ottodomain.org> <39B7A959.4B4EDEB1@attglobal.net> 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/7/00, 3:42:35 PM, youlgok@attglobal.net wrote regarding Re:=20 upgrading a program by ports' package: > Hi, Salvo Bartolotta: > Thanks for your kind reply. I have one question. If I just pkg_add > glib-1.2.8 without deleteing glib-1.2.6, what could be happend? Both > pacakges are installed? > -Paul Hello Paul,=20 Well, normally, a package **overwrites** the other. That's why you=20 first pkg_delete the old one, and then you install the new one. However, there are packages designed to coexist in different versions=20 (cf e.g. different versions of tcl in /usr/ports/lang). If you mess things up (ie overwrite), well, you should use (wait for=20 it) pkg_delete(1) in order to get rid of all the relevant bits (new=20 and old ones ).=20 I have been using almost exclusively the ports system ..., so I=20 haven't actually/effectively run into this type of scenario :-) If you use the ports system, you will follow a slightly different=20 strategy: you first make sure that a new port, say, "foo", builds=20 before pkg_deleting the old one; then you install the new version. HTH, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 8:59:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kobra.efd.lth.se (kobra.efd.lth.se [130.235.34.36]) by hub.freebsd.org (Postfix) with ESMTP id AC54537B424 for ; Thu, 7 Sep 2000 08:59:54 -0700 (PDT) Received: from batch-2.efd.lth.se (e96sv@batch-2 [130.235.34.54]) by kobra.efd.lth.se (8.10.1/8.10.1) with ESMTP id e87Fxrv05607 for ; Thu, 7 Sep 2000 17:59:53 +0200 (MET DST) Received: from localhost (e96sv@localhost) by batch-2.efd.lth.se (8.8.8/8.8.8) with ESMTP id RAA25818 for ; Thu, 7 Sep 2000 17:59:52 +0200 (MET DST) X-Authentication-Warning: batch-2.efd.lth.se: e96sv owned process doing -bs Date: Thu, 7 Sep 2000 17:59:51 +0200 (MET DST) From: Sverrir Valgeirsson To: freebsd-questions@freebsd.org Subject: NE2000(pnp) and an old computer 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 problem getting an old 486 machine (non pnp) to locate a new NE2000 network card (ISA,pnp). I have another NE2000 card in the machine, that isn't pnp and works fine. The old card looks like this in the kernel: device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 How can I find out these parameters for the new card? pnpinfo doesn't return anything.. greetings /sverre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 9: 4:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.prod.itd.earthlink.net [207.217.121.12]) by hub.freebsd.org (Postfix) with ESMTP id 7DAAA37B423 for ; Thu, 7 Sep 2000 09:04:25 -0700 (PDT) Received: from mickey (sdn-ar-002txhousP094.dialsprint.net [168.191.154.182]) by harrier.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id JAA09101; Thu, 7 Sep 2000 09:03:43 -0700 (PDT) Reply-To: From: "Jason Holland" To: "j mckitrick" , Subject: RE: what language should i learn next ? Date: Thu, 7 Sep 2000 11:03:38 -0500 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: <20000907165111.B4757@dogma.freebsd-uk.eu.org> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > On Thu, Sep 07, 2000 at 05:33:43PM -0700, Philipp Huber wrote: > | On 07-Sep-00 j mckitrick wrote: > | > > | > I want to set the goal of learning a new language in the next couple > | > of > | > months. These are the ones I am considering: > | > > | > perl > | > python > | > shell scripting (I am weak in this) > | > java (no freebsd support yet, right?) > | > | depends on what you want to do. > | my personal favourite is perl, but i don't know python anyway. > | you could try all of them and see which one you like most. > > I want to avoid that, if possible. I'd like to make an informed decision > from the beginning so I can use my time efficiently. I guess > what I want to > do is learn the tools that require some skill and that are efficient for > common jobs on a unix box. That way, if the door ever opens for a unix > career, I would have valuable skills that would set me apart. But I would > also like my knowledge to be useful now, on my little > non-networked laptop. > > Frankly, since I am not running on a network anyway, I first need to think > of some problems that need to be solved, or some tasks that can be > automated. > Learn shell scripting first, its extremly important. Then perl. You will find shell scripting an invaluable tool. Perl is wonderful, but its not installed on every unix box. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 9:11:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 5FBEB37B423 for ; Thu, 7 Sep 2000 09:11:10 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id JAA02520; Thu, 07 Sep 2000 09:10:25 -0700 Message-ID: <39B7BDF1.6B5FF063@urx.com> Date: Thu, 07 Sep 2000 09:10:25 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: "J. A. Landamore" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Booting over two disks References: <200009071437.PAA16330@ithaca.mcs.le.ac.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "J. A. Landamore" wrote: > > I have a user with a setup that has dos/w2k/freebsd on one disk and Windows98 on > a second disk. I am unable to get W98 to boot without disconnecting the first > disk. The bootloader comes up with option F5, disk 1, but that just boots the > first partition on the primary disk. I've looked at boot0cfg but that just > shows the 3 partitions on the primary disk. How can I let the user boot from > W98 as well as the other 3 partitions? I use the W2K loader for this exact case on several machines. It doesn't have any problems. You just add /boot/boot1 and something like bootsec.bsd on your "c" drive and add it to your boot.ini. Kent > > As an aside where does boot0cfg -v get the information from, is it fdisk, and > what does the falg field mean? > > Please reply to me directly as I don't subscribe to the mailing list. > > Thanks for your help > > John Landamore | Please re-install Universe | > Sys. Admin | and reboot | > Dept Mathematics & Computer Science | | > University of Leicester | Hogfather | > University Road, LEICESTER, LE1 7RH | Terry Pratchett | > J.Landamore@mcs.le.ac.uk > Phone: +44 (0)116 2523410 Fax: +44 (0)116 2523604 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 9:21:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id B650C37B422 for ; Thu, 7 Sep 2000 09:21:28 -0700 (PDT) Received: (qmail 12361 invoked by uid 0); 7 Sep 2000 16:21:23 -0000 Received: from l0003p27.dipool.highway.telekom.at (HELO tori.mini.net) (62.46.64.91) by mail.gmx.net with SMTP; 7 Sep 2000 16:21:23 -0000 Content-Length: 229 Message-ID: X-Mailer: XFMail 1.3 [p0] on NetBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 07 Sep 2000 18:20:44 -0700 (PDT) From: Philipp Huber To: freebsd-questions@freebsd.org Subject: RE: what language should i learn next ? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 07-Sep-00 Jason Holland wrote: > > Learn shell scripting first, its extremly important. shell scripting is of course even more powerful with tools like sed & awk, so it would be good to take a look at them as well. Philipp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 9:22: 2 2000 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 1FA5D37B422 for ; Thu, 7 Sep 2000 09:21:58 -0700 (PDT) Received: from craigc (ip133.gte8.rb1.bel.nwlink.com [209.20.237.133]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id JAA26477; Thu, 7 Sep 2000 09:20:33 -0700 (PDT) Message-ID: <081901c018e9$5cc254a0$0201010a@craigc> From: "Craig Critchley" To: "j mckitrick" Cc: References: <20000907150644.A4202@dogma.freebsd-uk.eu.org> <20000907165111.B4757@dogma.freebsd-uk.eu.org> Subject: Re: what language should i learn next ? Date: Thu, 7 Sep 2000 09:33:32 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG my personal suggestion, if you pick only one, would be perl, if only because its useful for a lot of different interesting things worth learning about... in addition to "normal programs" its well suited for shell-script-type programs, you can build gui's with tk, and if you're interested in web stuff you can use mod_perl with apache. it's not too hard to plug in a database like mySQL, either. there's also a vast library of code and add-on modules (CPAN) for all kinds of stuff - email, image processing, etc, etc. it's not too hard to learn enough perl to make a useful program, although there is a lot there if you want to be an expert... with java you can do gui stuff and web stuff (servlets), but its not well suited to "quickies" or "script" type programming. it's more formal, more object-oriented and more like C++ in some ways, although if that's what you're interested in, Java might be a better introduction than Perl. ...Craig ----- Original Message ----- From: "j mckitrick" To: "Philipp Huber" Cc: Sent: Thursday, September 07, 2000 8:51 AM Subject: Re: what language should i learn next ? > On Thu, Sep 07, 2000 at 05:33:43PM -0700, Philipp Huber wrote: > | On 07-Sep-00 j mckitrick wrote: > | > > | > I want to set the goal of learning a new language in the next couple > | > of > | > months. These are the ones I am considering: > | > > | > perl > | > python > | > shell scripting (I am weak in this) > | > java (no freebsd support yet, right?) > | > | depends on what you want to do. > | my personal favourite is perl, but i don't know python anyway. > | you could try all of them and see which one you like most. > > I want to avoid that, if possible. I'd like to make an informed decision > from the beginning so I can use my time efficiently. I guess what I want to > do is learn the tools that require some skill and that are efficient for > common jobs on a unix box. That way, if the door ever opens for a unix > career, I would have valuable skills that would set me apart. But I would > also like my knowledge to be useful now, on my little non-networked laptop. > > Frankly, since I am not running on a network anyway, I first need to think > of some problems that need to be solved, or some tasks that can be > automated. > > > jcm > -- > > > 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 Sep 7 9:25: 5 2000 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 AD6C537B422 for ; Thu, 7 Sep 2000 09:25:03 -0700 (PDT) Received: from craigc (ip133.gte8.rb1.bel.nwlink.com [209.20.237.133]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id JAA27535; Thu, 7 Sep 2000 09:25:00 -0700 (PDT) Message-ID: <082d01c018e9$fc0fbbb0$0201010a@craigc> From: "Craig Critchley" To: "Philipp Huber" , References: Subject: Re: what language should i learn next ? Date: Thu, 7 Sep 2000 09:37:59 -0700 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: "Philipp Huber" > On 07-Sep-00 Jason Holland wrote: > > > > Learn shell scripting first, its extremly important. > > shell scripting is of course even more powerful with tools like sed & > awk, so it would be good to take a look at them as well. > Shell scripting with sed and awk is of course even more powerful when you use perl. Honestly, these days, if you have to resort to awk, you should really be using perl, though I still use sed from time to time... ...Craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 9:27:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sword.cisco.com (sword.cisco.com [161.44.208.100]) by hub.freebsd.org (Postfix) with ESMTP id 01C6537B422 for ; Thu, 7 Sep 2000 09:27:35 -0700 (PDT) Received: from sjt-u10.cisco.com (sjt-u10.cisco.com [161.44.208.184]) by sword.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id MAA15253; Thu, 7 Sep 2000 12:21:46 -0400 (EDT) From: Steve Tremblett Received: (sjt@localhost) by sjt-u10.cisco.com (8.8.5-Cisco.1/CISCO.WS.1.2) id MAA17300; Thu, 7 Sep 2000 12:27:43 -0400 (EDT) Message-Id: <200009071627.MAA17300@sjt-u10.cisco.com> Subject: Re: XFree86 Upgrade To: pnmurphy@home.com (Paul Murphy) Date: Thu, 7 Sep 2000 12:27:43 -0400 (EDT) Cc: questions@freebsd.org In-Reply-To: <39B76FE5.262A939E@home.com> from "Paul Murphy" at Sep 07, 2000 06:37:25 AM X-Mailer: ELM [version 2.5 PL1] 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 +--- Paul Murphy wrote: | | When I upgraded XFree86 from 3.x to 4.x it must have overwrote some of | the config files. Now when xdm is sitting waiting for someone to login I | have no screensaver. I have looked everywhere and can not find where to | put the screensaver configuration for xdm. Does anyone have any | suggestions? | Haven't tinkered with it in a long time, but I'm fairly sure you can put commands in /usr/X11R6/lib/X11/xdm/Xsetup_0 -- Steve Tremblett Cisco Systems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 9:46:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natmail2.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id 9591837B440 for ; Thu, 7 Sep 2000 09:46:39 -0700 (PDT) Received: from FOETZSTATION (p3E9E559D.dip0.t-ipconnect.de [62.158.85.157]) by post.webmailer.de (8.9.3/8.8.7) with SMTP id SAA04313 for ; Thu, 7 Sep 2000 18:46:34 +0200 (MET DST) From: webmaster@ah-network.de Message-ID: <000a01bdda7e$d684be00$7f00a8c0@FOETZSTATION> To: Subject: alpha Date: Mon, 7 Sep 1998 18:44:49 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01BDDA8F.9797FA20" 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_0007_01BDDA8F.9797FA20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable dear daemons!! a few weeks ago i bought an alpha 21164. after a litte bit of = researching i was able to "change" the bios into the srm console. but it did not work. everytime i booted with the 4.1 cd it stopped at = the "jumping to bootstrap", and the system does not react but i can see = the cube-like cursor at the left. i guess this is the point where = normally the installation should start. the same with netbsd. suse = 6.3+6.4 didn=B4t make any problems but i would much more like freebsd = running on my system. what can i do?? here=B4s the system: 21164/533mhz/2mb cache=20 lx164 256mb/ecc 15gb maxtor/ide lg 48x/ide floppy!! matrox 2mb/svga i got the srm update from ftp.digital.com and directly from api=B4s = homepage. my alpha-bios is 5.68-1 best regards g.fischer =20 ------=_NextPart_000_0007_01BDDA8F.9797FA20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
dear daemons!!
 
a few weeks ago i bought an alpha = 21164. after a=20 litte bit of researching i was able to "change" the bios into the srm=20 console.
but it did not work. everytime i booted = with the=20 4.1 cd it stopped at the "jumping to bootstrap", and the system = does not=20 react but i can see the cube-like cursor at the left. i guess this is = the point=20 where normally the installation should start. the same with netbsd. suse = 6.3+6.4 didn=B4t make any problems but i would much more like = freebsd=20 running on my system. what can i do??
here=B4s the system:
21164/533mhz/2mb = cache 
lx164
256mb/ecc
15gb maxtor/ide
lg 48x/ide
floppy!!
matrox 2mb/svga
i got the srm update from ftp.digital.com and directly from = api=B4s=20 homepage. my alpha-bios is 5.68-1
 
best regards = g.fischer  
 
 
------=_NextPart_000_0007_01BDDA8F.9797FA20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 9:46:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.hccnet.nl (pop.hccnet.nl [193.172.127.94]) by hub.freebsd.org (Postfix) with ESMTP id 2DFC937B423 for ; Thu, 7 Sep 2000 09:46:53 -0700 (PDT) Received: from parmenides.utp.net by pop.hccnet.nl via uds66-115.dial.hccnet.nl [193.173.115.66] with ESMTP id SAA21785 (8.8.5/1.13); Thu, 7 Sep 2000 18:46:46 +0200 (MET DST) Received: from localhost (janko@localhost) by parmenides.utp.net (8.9.3/8.9.3) with ESMTP id SAA00292; Thu, 7 Sep 2000 18:46:41 +0200 (CEST) (envelope-from janko@compuserve.com) X-Authentication-Warning: parmenides.utp.net: janko owned process doing -bs Date: Thu, 7 Sep 2000 18:46:40 +0200 (CEST) From: Janko van Roosmalen X-Sender: janko@parmenides.utp.net To: Sverrir Valgeirsson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NE2000(pnp) and an old computer 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 kind of card do you have? Which chipset? I have a few ISA PNP NE2000 cards with Realtek 8019 chipset. They either have jumpers to disable PNP or you can disable PNP with a small DOS program, RSET8019 or SETUP, which is on the driver disk. In "REALTEK speak" you have to set the card to "jumperless mode". Janko van Roosmalen On Thu, 7 Sep 2000, Sverrir Valgeirsson wrote: > I have a problem getting an old 486 machine (non pnp) to locate a new > NE2000 network card (ISA,pnp). I have another NE2000 card in the machine, > that isn't pnp and works fine. > > The old card looks like this in the kernel: > device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 > > How can I find out these parameters for the new card? > > pnpinfo doesn't return anything.. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 9:52:21 2000 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 EAC3337B423 for ; Thu, 7 Sep 2000 09:52:18 -0700 (PDT) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13X4uL-0005JG-00; Thu, 7 Sep 2000 17:52:13 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id RAA06306; Thu, 7 Sep 2000 17:52:13 +0100 (BST) (envelope-from jcm) Date: Thu, 7 Sep 2000 17:52:13 +0100 From: j mckitrick To: Jason Holland Cc: freebsd-questions@FreeBSD.ORG Subject: Re: what language should i learn next ? Message-ID: <20000907175213.B6193@dogma.freebsd-uk.eu.org> References: <20000907165111.B4757@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from jphollan@earthlink.net on Thu, Sep 07, 2000 at 11:03:38AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 11:03:38AM -0500, Jason Holland wrote: | Learn shell scripting first, its extremly important. Then perl. You will I think this sounds like a good plan. jcm -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 9:53:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nconnect.net (mail.nconnect.net [216.114.12.3]) by hub.freebsd.org (Postfix) with ESMTP id 7466537B422 for ; Thu, 7 Sep 2000 09:53:05 -0700 (PDT) Received: from altower (slinger-9-115.nconnect.net [216.114.9.115]) by mail.nconnect.net (8.9.3/8.9.0) with SMTP id MAA00583 for ; Thu, 7 Sep 2000 12:00:49 -0500 (CDT) Message-ID: <000a01c018eb$46886920$730972d8@altower> Reply-To: "Al Merkel" From: "Al Merkel" To: Subject: CPU Quastion Date: Thu, 7 Sep 2000 11:47:12 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C018C1.5C7B19A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C018C1.5C7B19A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable So will FreeBSD run on my AMD 700 chip using ASUS K7M mother board? AL ------=_NextPart_000_0007_01C018C1.5C7B19A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
So will FreeBSD run on my AMD 700 chip = using ASUS=20 K7M mother board?
 
AL
------=_NextPart_000_0007_01C018C1.5C7B19A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 9:54:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [216.223.199.224]) by hub.freebsd.org (Postfix) with ESMTP id AEB9737B424 for ; Thu, 7 Sep 2000 09:54:44 -0700 (PDT) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id MAA12745 for ; Thu, 7 Sep 2000 12:45:22 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <200009071645.MAA12745@sanson.reyes.somos.net> From: "Francisco Reyes" To: "FreeBSD questions" Date: Thu, 07 Sep 2000 12:53:06 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 98 (4.10.2222) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: What is preemphasis on burnCD? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Finally figured out how to burn a music CD. The only thing I am wondering is the '-p' option on burncd. It says it is "use preemphasis on audio tracks". francisco Moderator of the Corporate BSD list http://www.egroups.com/group/BSD_Corporate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 10: 9:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hq.ezo.net (hq.ezo.net [206.150.211.190]) by hub.freebsd.org (Postfix) with ESMTP id 2317737B422 for ; Thu, 7 Sep 2000 10:09:30 -0700 (PDT) Received: from zinnia (zinnia.ezo.net [206.150.211.129]) by hq.ezo.net (8.9.3/8.9.3) with SMTP id NAA00450 for ; Thu, 7 Sep 2000 13:12:47 -0400 (EDT) (envelope-from jflowers@ezo.net) Message-ID: <001201c018ed$18bbcad0$81d396ce@ezo.net> From: "Jim Flowers" To: Subject: unnumbered connections Date: Thu, 7 Sep 2000 13:00:16 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000F_01C018CB.9146D520" 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_000F_01C018CB.9146D520 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable What is the correct way to set up an unnumbered connection with a = freebsd serial port? Currently I assign the same address to the serial = port local address as the ethernet port with ifconfig except using a = netmask of 0xffffffff and it works but somehow that doesn't seem right. ------=_NextPart_000_000F_01C018CB.9146D520 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
What is the correct way to set up an = unnumbered=20 connection with a freebsd serial port?  Currently I assign the same = address=20 to the serial port local address as the ethernet port with ifconfig = except using=20 a netmask of 0xffffffff and it works but somehow that doesn't seem=20 right.
------=_NextPart_000_000F_01C018CB.9146D520-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 10:10:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from seacove.net (mail.seacove.net [206.162.105.15]) by hub.freebsd.org (Postfix) with SMTP id ADAC237B423 for ; Thu, 7 Sep 2000 10:10:55 -0700 (PDT) Received: (qmail 17735 invoked from network); 7 Sep 2000 17:10:47 -0000 Received: from s2097.seacove.net (HELO base1) (207.43.197.97) by mail.seacove.net with SMTP; 7 Sep 2000 17:10:47 -0000 Message-ID: <000a01c018ef$378e58e0$010a0a0a@base1> From: "Jared & Melody Sargent" To: Subject: Custom Kernel Configuration Help Date: Thu, 7 Sep 2000 12:15:21 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C018C5.4B47E240" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C018C5.4B47E240 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable When I run config, I get mulitple error messages saying "device: = Command not found". What is the fix for this? Thumper ------=_NextPart_000_0007_01C018C5.4B47E240 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
When I run config, I get mulitple error = messages=20 saying "device:  Command not found".  What is the fix for = this? =20 Thumper
------=_NextPart_000_0007_01C018C5.4B47E240-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 10:22:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 7538437B422 for ; Thu, 7 Sep 2000 10:22:37 -0700 (PDT) Received: (from jhb@localhost) by pike.osd.bsdi.com (8.9.3/8.9.3) id KAA06164; Thu, 7 Sep 2000 10:22:08 -0700 (PDT) (envelope-from jhb) From: John Baldwin Message-Id: <200009071722.KAA06164@pike.osd.bsdi.com> Subject: Re: alpha In-Reply-To: <000a01bdda7e$d684be00$7f00a8c0@FOETZSTATION> from "webmaster@ah-network.de" at "Sep 7, 1998 06:44:49 pm" To: webmaster@ah-network.de Date: Thu, 7 Sep 2000 10:22:08 -0700 (PDT) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL68 (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 webmaster@ah-network.de wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > dear daemons!! > > a few weeks ago i bought an alpha 21164. after a litte bit of researching i was able to "change" the bios into the srm console. > but it did not work. everytime i booted with the 4.1 cd it stopped at the "jumping to bootstrap", and the system does not react but i can see the cube-like cursor at the left. i guess this is the point where normally the installation should start. the same with netbsd. suse 6.3+6.4 didn_t make any problems but i would much more like freebsd running on my system. what can i do?? > here_s the system: > 21164/533mhz/2mb cache > lx164 > 256mb/ecc > 15gb maxtor/ide > lg 48x/ide > floppy!! > matrox 2mb/svga > i got the srm update from ftp.digital.com and directly from api_s homepage. my alpha-bios is 5.68-1 > > best regards g.fischer You probably want to ask about this on the freebsd-alpha@FreeBSD.org list. However, are you sure you are telling SRM to boot from your CD and not from the hard disk? -- 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 Thu Sep 7 10:23:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bigstudios.com (mail.bigstudios.com [216.126.75.201]) by hub.freebsd.org (Postfix) with ESMTP id 7362537B422 for ; Thu, 7 Sep 2000 10:23:37 -0700 (PDT) Received: from localhost([127.0.0.1]) (14219 bytes) by mail.bigstudios.com via sendmail with P:esmtp/R:bind_hosts/T:smtp (sender: ) id for ; Thu, 7 Sep 2000 13:20:57 -0400 (EDT) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Jul-5) Date: Thu, 7 Sep 2000 13:20:57 -0400 (EDT) From: Agent Drek To: questions@FreeBSD.org Subject: really 'big' smbd Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1393565009-968347257=:54000" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1393565009-968347257=:54000 Content-Type: TEXT/PLAIN; charset=US-ASCII hey there, I looking to find out what's going on with my server. under constant usage of samba throughout the day it will run out of swap. There is very little samba activity it's just that it seems to be caching every request in memory/swap . eventually everything overflows. I've asked for help on the samba lists but AFAIK other people with the same version of samba do not experience this problem ... so it's my bad somewhere with the OS I think. I've attached the output of dmesg, ps auxw , and my kernel config file. [drek@foam] /tmp % pstat -T 313/2088 files 314M/516M swap space [drek@foam] /tmp % if I restart the smbd process I get all of the swap back immediately. I suspected MAXUSERS ,,, but I knocked that down and I still have the same problem. Anyone else been through something like this? I had to add more swap (to a file) but I really have to get this under control! thanks, -- Agent Drek Big Animation Inc > 'digital plumber' http://www.bigstudios.com --0-1393565009-968347257=:54000 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=FOAM Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=FOAM bWFjaGluZQkJaTM4Ng0KY3B1CQlJNjg2X0NQVQ0KaWRlbnQJCUdFTkVSSUMN Cm1heHVzZXJzCTY0DQoNCm1ha2VvcHRpb25zIENPUFRGTEFHUz0iLU8yICAt cGlwZSINCg0Kb3B0aW9ucyAJTUFUSF9FTVVMQVRFCQkjU3VwcG9ydCBmb3Ig eDg3IGVtdWxhdGlvbg0Kb3B0aW9ucyAJSU5FVAkJCSNJbnRlck5FVHdvcmtp bmcNCm9wdGlvbnMgCUZGUwkJCSNCZXJrZWxleSBGYXN0IEZpbGVzeXN0ZW0N Cm9wdGlvbnMgCUZGU19ST09UCQkjRkZTIHVzYWJsZSBhcyByb290IGRldmlj ZSBba2VlcCB0aGlzIV0NCm9wdGlvbnMgCVNPRlRVUERBVEVTCQkjRW5hYmxl IEZGUyBzb2Z0IHVwZGF0ZXMgc3VwcG9ydA0Kb3B0aW9ucyAJTkZTCQkJI05l dHdvcmsgRmlsZXN5c3RlbQ0Kb3B0aW9ucyAJTVNET1NGUwkJCSNNU0RPUyBG aWxlc3lzdGVtDQpvcHRpb25zIAlDRDk2NjAJCQkjSVNPIDk2NjAgRmlsZXN5 c3RlbQ0Kb3B0aW9ucyAJUFJPQ0ZTCQkJI1Byb2Nlc3MgZmlsZXN5c3RlbQ0K b3B0aW9ucyAJQ09NUEFUXzQzCQkjQ29tcGF0aWJsZSB3aXRoIEJTRCA0LjMg W0tFRVAgVEhJUyFdDQpvcHRpb25zIAlTQ1NJX0RFTEFZPTMwMDAJCSNEZWxh eSAoaW4gbXMpIGJlZm9yZSBwcm9iaW5nIFNDU0kNCm9wdGlvbnMgCVVDT05T T0xFCQkjQWxsb3cgdXNlcnMgdG8gZ3JhYiB0aGUgY29uc29sZQ0Kb3B0aW9u cyAJVVNFUkNPTkZJRwkJI2Jvb3QgLWMgZWRpdG9yDQpvcHRpb25zIAlWSVNV QUxfVVNFUkNPTkZJRwkjdmlzdWFsIGJvb3QgLWMgZWRpdG9yDQpvcHRpb25z IAlLVFJBQ0UJCQkja3RyYWNlKDEpIHN1cHBvcnQNCm9wdGlvbnMgCVNZU1ZT SE0JCQkjU1lTVi1zdHlsZSBzaGFyZWQgbWVtb3J5DQpvcHRpb25zIAlTWVNW TVNHCQkJI1NZU1Ytc3R5bGUgbWVzc2FnZSBxdWV1ZXMNCm9wdGlvbnMgCVNZ U1ZTRU0JCQkjU1lTVi1zdHlsZSBzZW1hcGhvcmVzDQpvcHRpb25zIAlQMTAw M18xQgkJI1Bvc2l4IFAxMDAzXzFCIHJlYWwtdGltZSBleHRlbnNpb25zDQpv cHRpb25zIAlfS1BPU0lYX1BSSU9SSVRZX1NDSEVEVUxJTkcNCm9wdGlvbnMJ CUlDTVBfQkFORExJTQkJI1JhdGUgbGltaXQgYmFkIHJlcGxpZXMNCm9wdGlv bnMgCUtCRF9JTlNUQUxMX0NERVYJIyBpbnN0YWxsIGEgQ0RFViBlbnRyeSBp biAvZGV2DQoNCmRldmljZQkJaXNhDQpkZXZpY2UJCWVpc2ENCmRldmljZQkJ cGNpDQoNCiMgRmxvcHB5IGRyaXZlcw0KZGV2aWNlCQlmZGMwCWF0IGlzYT8g cG9ydCBJT19GRDEgaXJxIDYgZHJxIDINCmRldmljZQkJZmQwCWF0IGZkYzAg ZHJpdmUgMA0KDQojIEFUQSBhbmQgQVRBUEkgZGV2aWNlcw0KI2RldmljZQkJ YXRhMAlhdCBpc2E/IHBvcnQgSU9fV0QxIGlycSAxNA0KI2RldmljZQkJYXRh MQlhdCBpc2E/IHBvcnQgSU9fV0QyIGlycSAxNQ0KI2RldmljZQkJYXRhDQoj ZGV2aWNlCQlhdGFkaXNrCQkJIyBBVEEgZGlzayBkcml2ZXMNCiNkZXZpY2UJ CWF0YXBpY2QJCQkjIEFUQVBJIENEUk9NIGRyaXZlcw0KI29wdGlvbnMgCUFU QV9TVEFUSUNfSUQJCSNTdGF0aWMgZGV2aWNlIG51bWJlcmluZw0KIyNvcHRp b25zIAlBVEFfRU5BQkxFX0FUQVBJX0RNQQkjRW5hYmxlIERNQSBvbiBBVEFQ SSBkZXZpY2VzDQoNCiMgU0NTSSBDb250cm9sbGVycw0KZGV2aWNlCQlhaGMJ CSMgQUhBMjk0MCBhbmQgb25ib2FyZCBBSUM3eHh4IGRldmljZXMNCg0KIyBT Q1NJIHBlcmlwaGVyYWxzDQpkZXZpY2UJCXNjYnVzCQkjIFNDU0kgYnVzIChy ZXF1aXJlZCkNCmRldmljZQkJZGEJCSMgRGlyZWN0IEFjY2VzcyAoZGlza3Mp DQpkZXZpY2UJCXNhCQkjIFNlcXVlbnRpYWwgQWNjZXNzICh0YXBlIGV0YykN CiNkZXZpY2UJCWNkCQkjIENEDQpkZXZpY2UJCXBhc3MJCSMgUGFzc3Rocm91 Z2ggZGV2aWNlIChkaXJlY3QgU0NTSSBhY2Nlc3MpDQoNCiMgYXRrYmRjMCBj b250cm9scyBib3RoIHRoZSBrZXlib2FyZCBhbmQgdGhlIFBTLzIgbW91c2UN CmRldmljZQkJYXRrYmRjMAlhdCBpc2E/IHBvcnQgSU9fS0JEDQpkZXZpY2UJ CWF0a2JkMAlhdCBhdGtiZGM/IGlycSAxIGZsYWdzIDB4MQ0KI2RldmljZQkJ cHNtMAlhdCBhdGtiZGM/IGlycSAxMg0KDQpkZXZpY2UJCXZnYTAJYXQgaXNh Pw0KDQojIHNwbGFzaCBzY3JlZW4vc2NyZWVuIHNhdmVyDQpwc2V1ZG8tZGV2 aWNlCXNwbGFzaA0KcHNldWRvLWRldmljZQl2bgkJI1Zub2RlIGRyaXZlciAo dHVybnMgYSBmaWxlIGludG8gYSBkZXZpY2UpDQoNCiMgc3lzY29ucyBpcyB0 aGUgZGVmYXVsdCBjb25zb2xlIGRyaXZlciwgcmVzZW1ibGluZyBhbiBTQ08g Y29uc29sZQ0KZGV2aWNlCQlzYzAJYXQgaXNhPyBmbGFncyAweDEwMA0KDQoj IEZsb2F0aW5nIHBvaW50IHN1cHBvcnQgLSBkbyBub3QgZGlzYWJsZS4NCmRl dmljZQkJbnB4MAlhdCBuZXh1cz8gcG9ydCBJT19OUFggaXJxIDEzDQoNCiMg UG93ZXIgbWFuYWdlbWVudCBzdXBwb3J0IChzZWUgTElOVCBmb3IgbW9yZSBv cHRpb25zKQ0KI2RldmljZQkJYXBtMCAgICBhdCBuZXh1cz8gZGlzYWJsZSBm bGFncyAweDIwICMgQWR2YW5jZWQgUG93ZXIgTWFuYWdlbWVudA0KDQojIFNl cmlhbCAoQ09NKSBwb3J0cw0KZGV2aWNlCQlzaW8wCWF0IGlzYT8gcG9ydCBJ T19DT00xIGZsYWdzIDB4MTAgaXJxIDQNCmRldmljZQkJc2lvMQlhdCBpc2E/ IHBvcnQgSU9fQ09NMiBpcnEgMw0KI2RldmljZQkJc2lvMglhdCBpc2E/IGRp c2FibGUgcG9ydCBJT19DT00zIGlycSA1DQojZGV2aWNlCQlzaW8zCWF0IGlz YT8gZGlzYWJsZSBwb3J0IElPX0NPTTQgaXJxIDkNCg0KIyBQYXJhbGxlbCBw b3J0DQpkZXZpY2UJCXBwYzAJYXQgaXNhPyBpcnEgNw0KZGV2aWNlCQlwcGJ1 cwkJIyBQYXJhbGxlbCBwb3J0IGJ1cyAocmVxdWlyZWQpDQpkZXZpY2UJCWxw dAkJIyBQcmludGVyDQpkZXZpY2UJCXBsaXAJCSMgVENQL0lQIG92ZXIgcGFy YWxsZWwNCmRldmljZQkJcHBpCQkjIFBhcmFsbGVsIHBvcnQgaW50ZXJmYWNl IGRldmljZQ0KI2RldmljZQkJdnBvCQkjIFJlcXVpcmVzIHNjYnVzIGFuZCBk YQ0KDQoNCiMgUENJIEV0aGVybmV0IE5JQ3MgdGhhdCB1c2UgdGhlIGNvbW1v biBNSUkgYnVzIGNvbnRyb2xsZXIgY29kZS4NCmRldmljZQkJbWlpYnVzCQkj IE1JSSBidXMgc3VwcG9ydA0KZGV2aWNlCQlkYwkJIyBERUMvSW50ZWwgMjEx NDMgYW5kIHZhcmlvdXMgd29ya2FsaWtlcw0KDQojIFBzZXVkbyBkZXZpY2Vz IC0gdGhlIG51bWJlciBpbmRpY2F0ZXMgaG93IG1hbnkgdW5pdHMgdG8gYWxs b2NhdGVkLg0KcHNldWRvLWRldmljZQlsb29wCQkjIE5ldHdvcmsgbG9vcGJh Y2sNCnBzZXVkby1kZXZpY2UJZXRoZXIJCSMgRXRoZXJuZXQgc3VwcG9ydA0K I3BzZXVkby1kZXZpY2UJc2wJMQkjIEtlcm5lbCBTTElQDQojcHNldWRvLWRl dmljZQlwcHAJMQkjIEtlcm5lbCBQUFANCnBzZXVkby1kZXZpY2UJdHVuCQkj IFBhY2tldCB0dW5uZWwuDQpwc2V1ZG8tZGV2aWNlCXB0eQkJIyBQc2V1ZG8t dHR5cyAodGVsbmV0IGV0YykNCiNwc2V1ZG8tZGV2aWNlCW1kCQkjIE1lbW9y eSAiZGlza3MiDQojcHNldWRvLWRldmljZQlnaWYJNAkjIElQdjYgYW5kIElQ djQgdHVubmVsaW5nDQojcHNldWRvLWRldmljZQlmYWl0aAkxCSMgSVB2Ni10 by1JUHY0IHJlbGF5aW5nICh0cmFuc2xhdGlvbikNCg0KIyBUaGUgYGJwZicg cHNldWRvLWRldmljZSBlbmFibGVzIHRoZSBCZXJrZWxleSBQYWNrZXQgRmls dGVyLg0KIyBCZSBhd2FyZSBvZiB0aGUgYWRtaW5pc3RyYXRpdmUgY29uc2Vx dWVuY2VzIG9mIGVuYWJsaW5nIHRoaXMhDQpwc2V1ZG8tZGV2aWNlCWJwZgkJ I0JlcmtlbGV5IHBhY2tldCBmaWx0ZXINCg0KIyBVU0Igc3VwcG9ydA0KI2Rl dmljZQkJdWhjaQkJIyBVSENJIFBDSS0+VVNCIGludGVyZmFjZQ0KI2Rldmlj ZQkJb2hjaQkJIyBPSENJIFBDSS0+VVNCIGludGVyZmFjZQ0KI2RldmljZQkJ dXNiCQkjIFVTQiBCdXMgKHJlcXVpcmVkKQ0KI2RldmljZQkJdWdlbgkJIyBH ZW5lcmljDQojZGV2aWNlCQl1aGlkCQkjICJIdW1hbiBJbnRlcmZhY2UgRGV2 aWNlcyINCiNkZXZpY2UJCXVrYmQJCSMgS2V5Ym9hcmQNCiNkZXZpY2UJCXVs cHQJCSMgUHJpbnRlcg0KI2RldmljZQkJdW1hc3MJCSMgRGlza3MvTWFzcyBz dG9yYWdlIC0gUmVxdWlyZXMgc2NidXMgYW5kIGRhDQojZGV2aWNlCQl1bXMJ CSMgTW91c2UNCiMgVVNCIEV0aGVybmV0LCByZXF1aXJlcyBtaWkNCiNkZXZp Y2UJCWF1ZQkJIyBBRE10ZWsgVVNCIGV0aGVybmV0DQojZGV2aWNlCQljdWUJ CSMgQ0FUQyBVU0IgZXRoZXJuZXQNCiNkZXZpY2UJCWt1ZQkJIyBLYXdhc2Fr aSBMU0kgVVNCIGV0aGVybmV0DQo= --0-1393565009-968347257=:54000 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=dmesg Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=dmesg Q29weXJpZ2h0IChjKSAxOTkyLTIwMDAgVGhlIEZyZWVCU0QgUHJvamVjdC4N CkNvcHlyaWdodCAoYykgMTk3OSwgMTk4MCwgMTk4MywgMTk4NiwgMTk4OCwg MTk4OSwgMTk5MSwgMTk5MiwgMTk5MywgMTk5NA0KCVRoZSBSZWdlbnRzIG9m IHRoZSBVbml2ZXJzaXR5IG9mIENhbGlmb3JuaWEuIEFsbCByaWdodHMgcmVz ZXJ2ZWQuDQpGcmVlQlNEIDQuMS1SRUxFQVNFICMwOiBUdWUgU2VwICA1IDEy OjMyOjU2IEVEVCAyMDAwDQogICAgcm9vdEBmb2FtLmJpZ3N0dWRpb3MuY29t Oi91c3Ivc3JjL3N5cy9jb21waWxlL0ZPQU0NClRpbWVjb3VudGVyICJpODI1 NCIgIGZyZXF1ZW5jeSAxMTkzMTgyIEh6DQpUaW1lY291bnRlciAiVFNDIiAg ZnJlcXVlbmN5IDM1MDc5NjgxMSBIeg0KQ1BVOiBQZW50aXVtIElJL1BlbnRp dW0gSUkgWGVvbi9DZWxlcm9uICgzNTAuODAtTUh6IDY4Ni1jbGFzcyBDUFUp DQogIE9yaWdpbiA9ICJHZW51aW5lSW50ZWwiICBJZCA9IDB4NjUyICBTdGVw cGluZyA9IDINCiAgRmVhdHVyZXM9MHgxODNmOWZmPEZQVSxWTUUsREUsUFNF LFRTQyxNU1IsUEFFLE1DRSxDWDgsU0VQLE1UUlIsUEdFLE1DQSxDTU9WLFBB VCxQU0UzNixNTVgsRlhTUj4NCnJlYWwgbWVtb3J5ICA9IDEzNDE1MjE5MiAo MTMxMDA4SyBieXRlcykNCmF2YWlsIG1lbW9yeSA9IDEyNzUwNDM4NCAoMTI0 NTE2SyBieXRlcykNClByZWxvYWRlZCBlbGYga2VybmVsICJrZXJuZWwiIGF0 IDB4YzAyZTMwMDAuDQpQZW50aXVtIFBybyBNVFJSIHN1cHBvcnQgZW5hYmxl ZA0KbnB4MDogPG1hdGggcHJvY2Vzc29yPiBvbiBtb3RoZXJib2FyZA0KbnB4 MDogSU5UIDE2IGludGVyZmFjZQ0KcGNpYjA6IDxJbnRlbCA4MjQ0M0JYICg0 NDAgQlgpIGhvc3QgdG8gUENJIGJyaWRnZT4gb24gbW90aGVyYm9hcmQNCnBj aTA6IDxQQ0kgYnVzPiBvbiBwY2liMA0KcGNpYjE6IDxJbnRlbCA4MjQ0M0JY ICg0NDAgQlgpIFBDSS1QQ0kgKEFHUCkgYnJpZGdlPiBhdCBkZXZpY2UgMS4w IG9uIHBjaTANCnBjaTE6IDxQQ0kgYnVzPiBvbiBwY2liMQ0KcGNpMTogPEFU SSBNYWNoNjQtR0IgZ3JhcGhpY3MgYWNjZWxlcmF0b3I+IGF0IDAuMA0KaXNh YjA6IDxJbnRlbCA4MjM3MUFCIFBDSSB0byBJU0EgYnJpZGdlPiBhdCBkZXZp Y2UgNy4wIG9uIHBjaTANCmlzYTA6IDxJU0EgYnVzPiBvbiBpc2FiMA0KcGNp MDogPEludGVsIFBJSVg0IEFUQSBjb250cm9sbGVyPiBhdCA3LjENCnBjaTA6 IDxJbnRlbCA4MjM3MUFCL0VCIChQSUlYNCkgVVNCIGNvbnRyb2xsZXI+IGF0 IDcuMg0KY2hpcDE6IDxJbnRlbCA4MjM3MUFCIFBvd2VyIG1hbmFnZW1lbnQg Y29udHJvbGxlcj4gcG9ydCAweDUwMDAtMHg1MDBmIGF0IGRldmljZSA3LjMg b24gcGNpMA0KZGMwOiA8ODJjMTY5IFBOSUMgMTAvMTAwQmFzZVRYPiBwb3J0 IDB4ZTQwMC0weGU0ZmYgbWVtIDB4ZGY4MDAwMDAtMHhkZjgwMDBmZiBpcnEg MTAgYXQgZGV2aWNlIDExLjAgb24gcGNpMA0KZGMwOiBFdGhlcm5ldCBhZGRy ZXNzOiAwMDpjMDpmMDoyYzo0Nzo2OA0KbWlpYnVzMDogPE1JSSBidXM+IG9u IGRjMA0KdWtwaHkwOiA8R2VuZXJpYyBJRUVFIDgwMi4zdSBtZWRpYSBpbnRl cmZhY2U+IG9uIG1paWJ1czANCnVrcGh5MDogIDEwYmFzZVQsIDEwYmFzZVQt RkRYLCAxMDBiYXNlVFgsIDEwMGJhc2VUWC1GRFgsIGF1dG8NCmFoYzA6IDxB ZGFwdGVjIDI5NDAgVWx0cmEgU0NTSSBhZGFwdGVyPiBwb3J0IDB4ZTgwMC0w eGU4ZmYgbWVtIDB4ZGY4MDIwMDAtMHhkZjgwMmZmZiBpcnEgMTEgYXQgZGV2 aWNlIDEzLjAgb24gcGNpMA0KYWhjMDogYWljNzg4MCBXaWRlIENoYW5uZWwg QSwgU0NTSSBJZD03LCAxNi8yNTUgU0NCcw0KYWhjMTogPEFkYXB0ZWMgMTkx NjBCIFVsdHJhMTYwIFNDU0kgYWRhcHRlcj4gcG9ydCAweGVjMDAtMHhlY2Zm IG1lbSAweGRmODAxMDAwLTB4ZGY4MDFmZmYgaXJxIDE1IGF0IGRldmljZSAx NS4wIG9uIHBjaTANCmFoYzE6IGFpYzc4OTIgV2lkZSBDaGFubmVsIEEsIFND U0kgSWQ9NywgMTYvMjU1IFNDQnMNCmZkYzA6IDxORUMgNzIwNjVCIG9yIGNs b25lPiBhdCBwb3J0IDB4M2YwLTB4M2Y1LDB4M2Y3IGlycSA2IGRycSAyIG9u IGlzYTANCmZkYzA6IEZJRk8gZW5hYmxlZCwgOCBieXRlcyB0aHJlc2hvbGQN CmZkMDogPDE0NDAtS0IgMy41IiBkcml2ZT4gb24gZmRjMCBkcml2ZSAwDQph dGtiZGMwOiA8S2V5Ym9hcmQgY29udHJvbGxlciAoaTgwNDIpPiBhdCBwb3J0 IDB4NjAsMHg2NCBvbiBpc2EwDQphdGtiZDA6IDxBVCBLZXlib2FyZD4gZmxh Z3MgMHgxIGlycSAxIG9uIGF0a2JkYzANCmtiZDAgYXQgYXRrYmQwDQp2Z2Ew OiA8R2VuZXJpYyBJU0EgVkdBPiBhdCBwb3J0IDB4M2MwLTB4M2RmIGlvbWVt IDB4YTAwMDAtMHhiZmZmZiBvbiBpc2EwDQpzYzA6IDxTeXN0ZW0gY29uc29s ZT4gYXQgZmxhZ3MgMHgxMDAgb24gaXNhMA0Kc2MwOiBWR0EgPDE2IHZpcnR1 YWwgY29uc29sZXMsIGZsYWdzPTB4MzAwPg0Kc2lvMCBhdCBwb3J0IDB4M2Y4 LTB4M2ZmIGlycSA0IGZsYWdzIDB4MTAgb24gaXNhMA0Kc2lvMDogdHlwZSAx NjU1MEENCnNpbzEgYXQgcG9ydCAweDJmOC0weDJmZiBpcnEgMyBvbiBpc2Ew DQpzaW8xOiB0eXBlIDE2NTUwQQ0KcHBjMDogPFBhcmFsbGVsIHBvcnQ+IGF0 IHBvcnQgMHgzNzgtMHgzN2YgaXJxIDcgb24gaXNhMA0KcHBjMDogR2VuZXJp YyBjaGlwc2V0IChOSUJCTEUtb25seSkgaW4gQ09NUEFUSUJMRSBtb2RlDQpw cGkwOiA8UGFyYWxsZWwgSS9PPiBvbiBwcGJ1czANCmxwdDA6IDxQcmludGVy PiBvbiBwcGJ1czANCmxwdDA6IEludGVycnVwdC1kcml2ZW4gcG9ydA0KcGxp cDA6IDxQTElQIG5ldHdvcmsgaW50ZXJmYWNlPiBvbiBwcGJ1czANCldhaXRp bmcgMyBzZWNvbmRzIGZvciBTQ1NJIGRldmljZXMgdG8gc2V0dGxlDQpNb3Vu dGluZyByb290IGZyb20gdWZzOi9kZXYvZGE0czFhDQpkYTAgYXQgYWhjMCBi dXMgMCB0YXJnZXQgMSBsdW4gMA0KZGEwOiA8U0VBR0FURSBTVDE5MTAxVyAw MDE0PiBGaXhlZCBEaXJlY3QgQWNjZXNzIFNDU0ktMiBkZXZpY2UgDQpkYTA6 IDQwLjAwME1CL3MgdHJhbnNmZXJzICgyMC4wMDBNSHosIG9mZnNldCA4LCAx NmJpdCksIFRhZ2dlZCBRdWV1ZWluZyBFbmFibGVkDQpkYTA6IDg2ODNNQiAo MTc3ODMyNDAgNTEyIGJ5dGUgc2VjdG9yczogMjU1SCA2M1MvVCAxMTA2QykN CmRhMiBhdCBhaGMwIGJ1cyAwIHRhcmdldCA0IGx1biAwDQpkYTI6IDxTRUFH QVRFIFNUMTkxMDFXIDAwMTQ+IEZpeGVkIERpcmVjdCBBY2Nlc3MgU0NTSS0y IGRldmljZSANCmRhMjogNDAuMDAwTUIvcyB0cmFuc2ZlcnMgKDIwLjAwME1I eiwgb2Zmc2V0IDgsIDE2Yml0KSwgVGFnZ2VkIFF1ZXVlaW5nIEVuYWJsZWQN CmRhMjogODY4M01CICgxNzc4MzI0MCA1MTIgYnl0ZSBzZWN0b3JzOiAyNTVI IDYzUy9UIDExMDZDKQ0KZGEzIGF0IGFoYzAgYnVzIDAgdGFyZ2V0IDUgbHVu IDANCmRhMzogPFNFQUdBVEUgU1QxOTEwMVcgMDAxND4gRml4ZWQgRGlyZWN0 IEFjY2VzcyBTQ1NJLTIgZGV2aWNlIA0KZGEzOiA0MC4wMDBNQi9zIHRyYW5z ZmVycyAoMjAuMDAwTUh6LCBvZmZzZXQgOCwgMTZiaXQpLCBUYWdnZWQgUXVl dWVpbmcgRW5hYmxlZA0KZGEzOiA4NjgzTUIgKDE3NzgzMjQwIDUxMiBieXRl IHNlY3RvcnM6IDI1NUggNjNTL1QgMTEwNkMpDQpkYTQgYXQgYWhjMSBidXMg MCB0YXJnZXQgMCBsdW4gMA0KZGE0OiA8U0VBR0FURSBTVDM5MjM2TFcgMDAw NT4gRml4ZWQgRGlyZWN0IEFjY2VzcyBTQ1NJLTMgZGV2aWNlIA0KZGE0OiA4 MC4wMDBNQi9zIHRyYW5zZmVycyAoNDAuMDAwTUh6LCBvZmZzZXQgMzEsIDE2 Yml0KSwgVGFnZ2VkIFF1ZXVlaW5nIEVuYWJsZWQNCmRhNDogODc2MU1CICgx Nzk0MjU4NCA1MTIgYnl0ZSBzZWN0b3JzOiAyNTVIIDYzUy9UIDExMTZDKQ0K ZGE1IGF0IGFoYzEgYnVzIDAgdGFyZ2V0IDMgbHVuIDANCmRhNTogPFNFQUdB VEUgU1QzMTg0MzZMVyAwMDA1PiBGaXhlZCBEaXJlY3QgQWNjZXNzIFNDU0kt MyBkZXZpY2UgDQpkYTU6IDgwLjAwME1CL3MgdHJhbnNmZXJzICg0MC4wMDBN SHosIG9mZnNldCAzMSwgMTZiaXQpLCBUYWdnZWQgUXVldWVpbmcgRW5hYmxl ZA0KZGE1OiAxNzUyMk1CICgzNTg4NTE2OCA1MTIgYnl0ZSBzZWN0b3JzOiAy NTVIIDYzUy9UIDIyMzNDKQ0KZGExIGF0IGFoYzAgYnVzIDAgdGFyZ2V0IDIg bHVuIDANCmRhMTogPFNFQUdBVEUgU1QxOTEwMVcgMDAxND4gRml4ZWQgRGly ZWN0IEFjY2VzcyBTQ1NJLTIgZGV2aWNlIA0KZGExOiA0MC4wMDBNQi9zIHRy YW5zZmVycyAoMjAuMDAwTUh6LCBvZmZzZXQgOCwgMTZiaXQpLCBUYWdnZWQg UXVldWVpbmcgRW5hYmxlZA0KZGExOiA4NjgzTUIgKDE3NzgzMjQwIDUxMiBi eXRlIHNlY3RvcnM6IDI1NUggNjNTL1QgMTEwNkMpDQp2aW51bTogbG9hZGVk DQp2aW51bTogcmVhZGluZyBjb25maWd1cmF0aW9uIGZyb20gL2Rldi9kYTJz MWgNCnZpbnVtOiB1cGRhdGluZyBjb25maWd1cmF0aW9uIGZyb20gL2Rldi9k YTNzMWgNCnZpbnVtOiB1cGRhdGluZyBjb25maWd1cmF0aW9uIGZyb20gL2Rl di9kYTBzMWgNCnZpbnVtOiB1cGRhdGluZyBjb25maWd1cmF0aW9uIGZyb20g L2Rldi9kYTFzMWgNCg== --0-1393565009-968347257=:54000-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 10:31:26 2000 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 7843937B422 for ; Thu, 7 Sep 2000 10:31:25 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e87HVO929133; Thu, 7 Sep 2000 10:31:24 -0700 (PDT) Date: Thu, 7 Sep 2000 10:31:24 -0700 From: Alfred Perlstein To: Agent Drek Cc: questions@FreeBSD.ORG Subject: Re: really 'big' smbd Message-ID: <20000907103123.E18862@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from drek@bigstudios.com on Thu, Sep 07, 2000 at 01:20:57PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Agent Drek [000907 10:23] wrote: > hey there, > > I looking to find out what's going on with my server. under constant usage > of samba throughout the day it will run out of swap. There is very little > samba activity it's just that it seems to be caching every request in > memory/swap . eventually everything overflows. I've asked for help on the > samba lists but AFAIK other people with the same version of samba do > not experience this problem ... so it's my bad somewhere with the OS > I think. You may want to try running 'limit' to limit the memory size before starting smbd. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 10:36:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eve.speakeasy.net (eve.speakeasy.net [216.254.0.17]) by hub.freebsd.org (Postfix) with ESMTP id 012BA37B422 for ; Thu, 7 Sep 2000 10:36:15 -0700 (PDT) Received: from paradive (dsl254-006-184-sea1.dsl-isp.net [216.254.6.184]) by eve.speakeasy.net (8.10.0/8.10.0) with SMTP id e87HYfr29630; Thu, 7 Sep 2000 10:34:41 -0700 Message-ID: <04f301c018f1$6a3643a0$02fea8c0@localdomain> From: "paradive" To: "Konan Houphoue" , References: Subject: Re: Virtual Host Question Date: Thu, 7 Sep 2000 10:31:11 -0700 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: Konan Houphoue To: Sent: Wednesday, September 06, 2000 11:30 PM Subject: Virtual Host Question > Hi all, > > I'm running Apache 1.3 with FreeBSD 4.0. > I have 2 domins registered, say a.com and b.com that resolve to the same IP > address configured at my ISP. > I've set a name virtual host section in /usr/local/etc/apache/httpd.conf for > b.com as follow: > > NameVirtualHost 1.2.3.4:80 #ip_address:port > > ServerAdmin me@myserver.b.com > DocumentRoot /usr/local/www/b #directory exists > ServerName www.b.com > ErrorLog /var/log/b/error_log #created > CustomLog /var.log/access_log #created > > > The problem is that invoking www.b.com still points at www.a.com > directory/documents (the default). they need to be in 2 seperate paradive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 10:37: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [216.223.199.224]) by hub.freebsd.org (Postfix) with ESMTP id 296FC37B423 for ; Thu, 7 Sep 2000 10:37:03 -0700 (PDT) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id NAA12855; Thu, 7 Sep 2000 13:27:38 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <200009071727.NAA12855@sanson.reyes.somos.net> From: "Francisco Reyes" To: "Konrad Heuer" Cc: "FreeBSD questions" Date: Thu, 07 Sep 2000 13:35:22 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 98 (4.10.2222) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Installing CD packages to HD? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 5 Sep 2000 16:52:18 +0200 (CEST), Konrad Heuer wrote: >> Also where are the "distfiles" for the ports? Where these >> replaced by the packages? > >No; the "distfiles" are on CD #4. I just checked. I did not see any distfiles on CD #4. I only saw packages. I have looked on all 4 CDs for 4.1 and did not see a distfiles folder. francisco Moderator of the Corporate BSD list http://www.egroups.com/group/BSD_Corporate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 10:37:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.bsag.ch (ns.bsag.ch [195.246.88.210]) by hub.freebsd.org (Postfix) with ESMTP id E080D37B422 for ; Thu, 7 Sep 2000 10:37:54 -0700 (PDT) Received: (from hpr@localhost) by ns.bsag.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id TAA03638 for freebsd-questions@FreeBSD.ORG; Thu, 7 Sep 2000 19:37:51 +0200 Date: Thu, 7 Sep 2000 19:37:51 +0200 From: Hanspeter Roth Bsag To: freebsd-questions@FreeBSD.ORG Subject: no carrier with userland PPP over ISDN Message-ID: <20000907193751.A3530@bs11.bsag.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm trying to setup PPP over ISDN on FreeBsd with I4B-0.95. I tried userland PPP via the i4brbch device. But ppp dosen't get the carrier. With synchronous kernel PPP (isp0) I'm able to connect to my own Cisco. But I didn't succeed to authentificate to the Shiva I intend to connect to. The kernel log states that incoming lcp stuff tells something about async-map. With MsWindows I'm able to connect to that Shiva. (Via the Cisco I can telnet but I can't ftp probably due to special Nat configuration that's required to meet the customers address- requirenets.) Has anybody an idea why ppp doesn't get the carrier when using userland PPP? -Hanspeter -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 10:45:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inconnu.isu.edu (inconnu.isu.edu [134.50.8.55]) by hub.freebsd.org (Postfix) with ESMTP id 4952337B424 for ; Thu, 7 Sep 2000 10:45:11 -0700 (PDT) Received: from localhost (galt@localhost) by inconnu.isu.edu (8.9.3/8.9.3) with ESMTP id LAA00881; Thu, 7 Sep 2000 11:45:00 -0600 Date: Thu, 7 Sep 2000 11:45:00 -0600 (MDT) From: John Galt To: Maribel March Hermo Cc: questions@FreeBSD.ORG Subject: Re: Intalling WindowsNT,FreeBsd 3.4,FreeBsd 4.1 In-Reply-To: <39B7539D.D5C22ED1@est.fib.upc.es> 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 3.4 bootloader doesn't like start cylinders greater than 1024. My 3.X solution was to put "stub installs" within the first 100M and then mount stuff like swap, var, usr, _ad nauseum_in the >1024 cyl area. Even though the 4.X bootloader doesn't mind cyl >1024, it's a good habit to keep--it reminds you to keep root partition discipline. On Thu, 7 Sep 2000, Maribel March Hermo wrote: > > Dear sir, > > I need to install these three OS (FreeBsd 3.4, FreeBsd 4.1 and Windows +> NT) on my PC urgently for academic matters. > > I have installed Windows NT on the first partition and FreeBsd 4.1 on > the second one, but I find problems when I try to install FreeBsd 3.4 on > the last partition. > > The boot manager shows the error message "can't load kernel" or "read > error" when I select the FreeBsd 3.4. > > I think that the FreeBsd 3.4 installation is okay and the problem is the > boot manager that I installed during the FreeBsd 4.1 installation. It > seems that it doesn't see the file system of 3.4. > > I have tried to create the partition with /stand/sysinstall menu on > FreeBsd 4.1 and continue the 3.4 installation from floppies, but I > haven't got good results. > > Please, send me your answer at d9907903@est.fib.upc.es > I need to install it urgently!!!!! If you don't know to find a solution > of my problem, please send me an e-mail too. > > Thank you very much. > > Maribel M.H. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Sacred cows make the best burgers Who is John Galt? galt@inconnu.isu.edu, that's who!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 10:48:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from oden.exmandato.se (oden.exmandato.se [192.71.33.1]) by hub.freebsd.org (Postfix) with ESMTP id 7C78137B422 for ; Thu, 7 Sep 2000 10:48:54 -0700 (PDT) Received: from servicefactory.se (root@oden.exmandato.se [192.71.33.1]) by oden.exmandato.se (8.8.8/8.8.5) with ESMTP id TAA06980 for ; Thu, 7 Sep 2000 19:48:52 +0200 (MET DST) Message-ID: <39B7D500.C811509A@servicefactory.se> Date: Thu, 07 Sep 2000 19:48:49 +0200 From: Jonas Bulow X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "FreeBSD-questions@FreeBSD.ORG" Subject: des_setkey(3), setkey(3), encrypt(3), des_cipher(3) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When trying to compile python2.0b1 I get the following output: /usr/lib/libc.so: WARNING! setkey(3) not present in the system! /usr/lib/libc.so: WARNING! des_setkey(3) not present in the system! /usr/lib/libc.so: WARNING! encrypt(3) not present in the system! /usr/lib/libc.so: WARNING! des_cipher(3) not present in the system! ...what to do about it? /jonas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 10:52:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id BD7C237B424 for ; Thu, 7 Sep 2000 10:52:39 -0700 (PDT) Received: from parish.my.domain ([62.253.89.120]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000907185131.QWCC3760.mta02-svc.ntlworld.com@parish.my.domain>; Thu, 7 Sep 2000 18:51:31 +0000 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA01666; Thu, 7 Sep 2000 18:52:30 +0100 (BST) (envelope-from mark) Date: Thu, 7 Sep 2000 18:52:29 +0100 From: Mark Ovens To: Jared & Melody Sargent Cc: freebsd-questions@freebsd.org Subject: Re: Custom Kernel Configuration Help Message-ID: <20000907185229.D255@parish> References: <000a01c018ef$378e58e0$010a0a0a@base1> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <000a01c018ef$378e58e0$010a0a0a@base1>; from sarge@seacove.net on Thu, Sep 07, 2000 at 12:15:21PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 12:15:21PM -0500, Jared & Melody Sargent wrote: > When I run config, I get mulitple error messages saying "device: > Command not found". What is the fix for this? Posting your kernel config file and the errors you get would be a good start. You've probably commented out too much in the config file (some devices are dependant on others and it's not always obvious). > Thumper -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Sep 7 10:57: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out1.prserv.net [32.97.166.31]) by hub.freebsd.org (Postfix) with ESMTP id 12B2437B422 for ; Thu, 7 Sep 2000 10:57:08 -0700 (PDT) Received: from attglobal.net ([129.37.172.37]) by prserv.net (out1) with SMTP id <2000090717560625200rb203e>; Thu, 7 Sep 2000 17:56:06 +0000 Message-ID: <39B7D73E.7097A659@attglobal.net> Date: Thu, 07 Sep 2000 13:58:24 -0400 From: youlgok@attglobal.net Reply-To: youlgok@attglobal.net X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-Questions Subject: Shared object "libxpg4.so.3" not found 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: What does this mean? # gaim & # /usr/libexec/ld-elf.so.1: Shared object "libxpg4.so.3" not found How do I fix this? It is on FreeBSD-3.3-R and gaim-0.9.20. Thanks. -Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 10:57:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inconnu.isu.edu (inconnu.isu.edu [134.50.8.55]) by hub.freebsd.org (Postfix) with ESMTP id 0666C37B43E for ; Thu, 7 Sep 2000 10:57:51 -0700 (PDT) Received: from localhost (galt@localhost) by inconnu.isu.edu (8.9.3/8.9.3) with ESMTP id LAA01491; Thu, 7 Sep 2000 11:57:46 -0600 Date: Thu, 7 Sep 2000 11:57:46 -0600 (MDT) From: John Galt To: Philipp Huber Cc: freebsd-questions@FreeBSD.ORG Subject: RE: what language should i learn next ? 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 of course, shell+awk+sed ~= perl.... On Thu, 7 Sep 2000, Philipp Huber wrote: > On 07-Sep-00 Jason Holland wrote: > > > > Learn shell scripting first, its extremly important. > > shell scripting is of course even more powerful with tools like sed & > awk, so it would be good to take a look at them as well. > > Philipp > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Sacred cows make the best burgers Who is John Galt? galt@inconnu.isu.edu, that's who!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 11: 8: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inconnu.isu.edu (inconnu.isu.edu [134.50.8.55]) by hub.freebsd.org (Postfix) with ESMTP id 9529C37B422 for ; Thu, 7 Sep 2000 11:07:57 -0700 (PDT) Received: from localhost (galt@localhost) by inconnu.isu.edu (8.9.3/8.9.3) with ESMTP id LAA01327; Thu, 7 Sep 2000 11:54:45 -0600 Date: Thu, 7 Sep 2000 11:54:45 -0600 (MDT) From: John Galt To: J A Shamsi Cc: freebsd-questions@FreeBSD.ORG Subject: Re: telnet quetsion In-Reply-To: <20000907134407.29936.qmail@web4107.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 I >THINK< it's disabled for root by default, or it should be anyway :) Seriously, root cannot login on any terminal that isn't in /etc/securettys, so just ensure that there's no ttyp's in it. As far as enabling it only for a specific user, that sounds like a job for ACLs/permissions--either make it a group thing or make the target user the owner and remove permissions as necessary, depending on your needs. On Thu, 7 Sep 2000, J A Shamsi wrote: > Hi > > I want to allow telent access for a specific > user only and want to disable for the root. > > does any one of you has any idea > what command should I write in inetd.conf > and how can I disable or allow the root access > thanks > > j/s > > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Sacred cows make the best burgers Who is John Galt? galt@inconnu.isu.edu, that's who!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 11:20:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wasp.eng.ufl.edu (wasp.eng.ufl.edu [128.227.116.1]) by hub.freebsd.org (Postfix) with ESMTP id D731637B422 for ; Thu, 7 Sep 2000 11:19:58 -0700 (PDT) Received: from eng.ufl.edu (scanner.engnet.ufl.edu [128.227.152.221]) by wasp.eng.ufl.edu (8.9.3/8.9.3) with ESMTP id OAA26243; Thu, 7 Sep 2000 14:19:48 -0400 (EDT) Message-ID: <39B7DC43.44900465@eng.ufl.edu> Date: Thu, 07 Sep 2000 14:19:47 -0400 From: Bob Johnson Organization: University of Florida X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: mitayai@dreaming.org, questions@freebsd.org Subject: Re: X on a Dell Inspiron 7000 laptop Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Thu, 7 Sep 2000 01:07:03 -0400 (EDT) > From: Will Mitayai Keeso Rowe > Subject: X on a Dell Inspiron 7000 laptop > > Hello! > > I finally got my laptop running with FreeBSD (had to go and dig up a > rather ancient PCMCIA card to get it to work, and i still can't get it to > ifconfig automatically on boot-up, but that's anbother story and is just > a matter of time, i'm sure). > This should work without a problem. What sort of errors do you get? > But... my joy is tempered by the fact that i still can't get X working. > > FreeBSD 4.1 off CD, full X-windows installed, > Dell Inspiron 7000 with an 8 Meg ATI Mach64 (Rage II Pro). > > I start up the XF86Config program and my screen goes blank when it tried > to start the X Server. Took me a while to realize that it was directing > video off to the external port. Function-CRT/LCD does nothing. :-( > > Can anyone offer me suggestions on how to get X to actually use the LCD > screen? > Try entering the BIOS setup (probably press F2 during boot) and explicitly turn off the external display. X works fine on my Inspiron 7500, but I'm pretty sure I made that BIOS change as a precaution before I started the install. > Regards, > Mit > > > - --- > Will Mitayai Keeso Rowe > Toronto, Ontario, Canada > mitayai@dreaming.org > > > Good luck. - Bob -- ********************************************************* Bob Johnson Senior Systems Programmer bob@eng.ufl.edu College of Engineering 523 Weil Hall 352-392-9217 Office University of Florida 352-392-7063 Fax Gainesville, FL 32611 ********************************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 11:36:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id A919437B424 for ; Thu, 7 Sep 2000 11:36:09 -0700 (PDT) Received: from pc106.southend.demon.net ([194.217.151.106] helo=sosnpcdb89dc) by anchor-post-30.mail.demon.net with smtp (Exim 2.12 #1) id 13X6Wu-0003r6-0U for questions@freebsd.org; Thu, 7 Sep 2000 19:36:08 +0100 Message-ID: <00d501c018fa$7d29b5b0$6a97d9c2@southend.demon.net> Reply-To: "Robin" From: "Robin" To: Subject: Date: Thu, 7 Sep 2000 19:36:08 +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 I am trying to configure freebsd4.1 and having severe problems when trying to configure x server it goes through its usual process and then at the end after it goes into graphics mode all I get is a blank screen with a big black bar at the left hand side of the screen that I am able to move along by pressing tab? the screen just stays at this until I do ctrl,alt,and backspace and have to configure it all over again. Can you suggest way I can solve this? Thanks Robin Gray Demon Internet Customer Support Agent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 11:36:34 2000 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 BF1FD37B422 for ; Thu, 7 Sep 2000 11:36:31 -0700 (PDT) Received: from fargo.caldonia.net (ip38.d.pac.nwlink.com [207.202.177.38]) by smtp.nwlink.com (8.9.3/8.9.1) with ESMTP id LAA03309; Thu, 7 Sep 2000 11:36:27 -0700 (PDT) Date: Thu, 7 Sep 2000 11:47:01 -0700 (PDT) From: Ken Keeler X-Sender: kkeysler@localhost To: Sverrir Valgeirsson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NE2000(pnp) and an old computer 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, 7 Sep 2000, Sverrir Valgeirsson wrote: I had the same problem at one time. The cards were Trendnet, and had no jumpers. The cards came with a DOS utility to configure them, and/or view the present settings. You might try to find a DOS utility if one exists. > I have a problem getting an old 486 machine (non pnp) to locate a new > NE2000 network card (ISA,pnp). I have another NE2000 card in the machine, > that isn't pnp and works fine. > > The old card looks like this in the kernel: > device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 > > How can I find out these parameters for the new card? > > pnpinfo doesn't return anything.. > > greetings > /sverre > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > E=mc^2 student 1 each Ken Keeler Phi Theta Kappa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 11:37:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sword.cisco.com (sword.cisco.com [161.44.208.100]) by hub.freebsd.org (Postfix) with ESMTP id 93B0437B424 for ; Thu, 7 Sep 2000 11:37:26 -0700 (PDT) Received: from sjt-u10.cisco.com (sjt-u10.cisco.com [161.44.208.184]) by sword.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id OAA00026; Thu, 7 Sep 2000 14:31:36 -0400 (EDT) From: Steve Tremblett Received: (sjt@localhost) by sjt-u10.cisco.com (8.8.5-Cisco.1/CISCO.WS.1.2) id OAA17582; Thu, 7 Sep 2000 14:37:34 -0400 (EDT) Message-Id: <200009071837.OAA17582@sjt-u10.cisco.com> Subject: Re: what language should i learn next ? To: jcm@FreeBSD-uk.eu.org (j mckitrick) Date: Thu, 7 Sep 2000 14:37:34 -0400 (EDT) Cc: questions@freebsd.org In-Reply-To: <20000907165111.B4757@dogma.freebsd-uk.eu.org> from "j mckitrick" at Sep 07, 2000 04:51:12 PM X-Mailer: ELM [version 2.5 PL1] 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 +--- j mckitrick wrote: | | | depends on what you want to do. | | my personal favourite is perl, but i don't know python anyway. | | you could try all of them and see which one you like most. | | I want to avoid that, if possible. I'd like to make an informed decision | from the beginning so I can use my time efficiently. I guess what I want to | do is learn the tools that require some skill and that are efficient for | common jobs on a unix box. That way, if the door ever opens for a unix | career, I would have valuable skills that would set me apart. But I would | also like my knowledge to be useful now, on my little non-networked laptop. | | Frankly, since I am not running on a network anyway, I first need to think | of some problems that need to be solved, or some tasks that can be | automated. | If you want to stand apart, learn as many tools as possible. You should remember that tools are secondary to the problem at hand - the more tools you know, the better suited you are. I've always found that to be a bonus in interviews to know a bit about a lot of tools. "I've used it once or twice, and have some notes. I have a foundation for when the situation calls for it." Of course you should know a lot about whatever you're interviewing for ;) You should think "I want to create an inverse-thingamajig" instead of "I need to write something in Perl". Create your thingamajig and then think "Boy this function was a real dog to write in [Language X]. I wonder if [Language Y] does this better?" If you're looking to choose, my recommendations are: 1 - Perl - very useful & powerful Jack-of-all-trades language 2 - Tcl - easy & useful, Tk is very gratifying for a novice 3 - Java - easy language & very nice, but not very useable - limited support, and existing implementations are slow. I'll probably get shot for saying this, but if you know C++ (or even C), you can learn Java in hours. my $0.02 Canadian :) -- Steve Tremblett Cisco Systems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 11:39:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uberhacker.org (uberhacker.org [207.229.137.234]) by hub.freebsd.org (Postfix) with SMTP id 6CA9637B422 for ; Thu, 7 Sep 2000 11:39:26 -0700 (PDT) Received: (qmail 22003 invoked by uid 1000); 7 Sep 2000 18:39:25 -0000 Date: Thu, 7 Sep 2000 13:39:25 -0500 From: "Paul D. Schmidt" To: freebsd-questions@freebsd.org Subject: (EE) Failed to load module "i810" (module does not exist, 0) Message-ID: <20000907133925.A21801@uberhacker.org> Mail-Followup-To: "Paul D. Schmidt" , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I read the mailing list postings about how to get i810 chipsets working with XFree86 4.0.1 on a Dell OptiPlex GX110, and I have device agp in my kernel. I also have Identifier "i810" and Driver "i810" in the Device section in my /etc/X11/XF86Config file. I get the following error when I try to run startx: (WW) Warning, couldn't open module i810 (EE) Failed to load module "i810" (module does not exist, 0) ... (EE) No drivers available. Fatal server error: no screens found I compiled the XFree86-4 port (there is a patch-i810 file in the patches directory) today on 9/7/2000... Here is my /etc/X11/XF86Config: Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" EndSection Section "Module" Load "extmod" Load "xie" Load "pex5" Load "glx" Load "dri" Load "GLcore" Load "dbe" Load "record" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- #Option "ShadowFB" #Option "VGAClocks" Identifier "i810" Driver "i810" VendorName "Intel" BoardName "i810e" BusID "PCI:0:1:0" VideoRam 8192 EndSection Section "Screen" Identifier "Screen0" Device "i810" Monitor "Monitor0" SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 EndSubSection SubSection "Display" Depth 24 EndSubSection EndSection Section "DRI" EndSection What do I do to install the i810 module? Thanks, -Paul -- Paul D. Schmidt | Programmer | Unbound Communications | http://www.unboundcom.com "A true friend stabs you in the front." --Oscar Wilde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 11:51:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kottan-labs.bgsu.edu (kottan-labs.bgsu.edu [129.1.133.123]) by hub.freebsd.org (Postfix) with SMTP id CA33637B42C for ; Thu, 7 Sep 2000 11:51:47 -0700 (PDT) Received: (qmail 17245 invoked from network); 7 Sep 2000 18:54:39 -0000 Received: from m133-122.bgsu.edu (HELO gmx.net) (129.1.133.122) by kottan-labs.bgsu.edu with SMTP; 7 Sep 2000 18:54:39 -0000 Message-ID: <39B7E4B5.4EFAB779@gmx.net> Date: Thu, 07 Sep 2000 14:55:49 -0400 From: Raoul Schroeder X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: PHP password authentication 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 set up apache to run with SSL and PHP. I would like it to be possible for the intranet users to authenticate themselves against the standard FreeBSD passwd file. Two questions: a) is this a major security breach (I cannot imagine so, other than being able to repeatedly try to authenticate, something which could be controlled by using sessions, but then, i may be completely wrong) b) is this doable and how? Thanks a lot, Raoul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 11:54:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 7EEBB37B424 for ; Thu, 7 Sep 2000 11:54:34 -0700 (PDT) Received: by manatee.mammalia.org (Postfix, from userid 1000) id ACE8111CFF4; Thu, 7 Sep 2000 11:54:33 -0700 (PDT) Date: Thu, 7 Sep 2000 11:54:33 -0700 From: R Joseph Wright To: freebsd-questions Subject: BSD license questions Message-ID: <20000907115433.A19971@mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does the BSD license make it so that, even if a proprietary (binary only) piece of software is derived from BSD, that software must be freely distributable by anyone? That is the impression I get by reading this section of the license: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. How can a company, like BSDI for example, charge for single user/multi user licenses for their software if the BSD license allows one to make copies? Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 12: 4:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gate1.health.state.ny.us (gate.health.state.ny.us [192.135.176.62]) by hub.freebsd.org (Postfix) with SMTP id 785AA37B424 for ; Thu, 7 Sep 2000 12:04:09 -0700 (PDT) Received: by gate1.health.state.ny.us id PAA14581 (InterLock SMTP Gateway 4.2 for freebsd-questions@freebsd.org); Thu, 7 Sep 2000 15:04:07 -0400 Message-Id: <200009071904.PAA14581@gate1.health.state.ny.us> Received: by gate1.health.state.ny.us (Internal Mail Agent-1); Thu, 7 Sep 2000 15:04:07 -0400 X-Lotus-Fromdomain: NYSDOH From: "Steven D. Smith" To: freebsd-questions@freebsd.org Date: Thu, 7 Sep 2000 15:03:57 -0400 Subject: DVD-RAM -setup, configure, use 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 Any and all help is appreciated. I've just installed a new system with FreeBSD 4.0... The system has a Panasonic DVD-RAM LF-D101 drive installed. I can mount it as as CD-ROM with no problems at all. What I need to know is how to mount it to read/write DVD-RAM media. Again, thanks for any help you may provide. Please reply to sds07@health.state.ny.us Thanks! S. Douglas Smith Sr. ---- " Do not meddle in the affairs of dragons, for you are crunchy and taste good with ketchup." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 12: 6:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f122.law3.hotmail.com [209.185.241.122]) by hub.freebsd.org (Postfix) with ESMTP id 368CA37B423 for ; Thu, 7 Sep 2000 12:06:23 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 7 Sep 2000 12:06:22 -0700 Received: from 208.15.97.32 by lw3fd.law3.hotmail.msn.com with HTTP; Thu, 07 Sep 2000 19:06:22 GMT X-Originating-IP: [208.15.97.32] From: "Rock Landers" To: freebsd-questions@FreeBSD.ORG Subject: source Date: Thu, 07 Sep 2000 14:06:22 CDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Sep 2000 19:06:22.0946 (UTC) FILETIME=[B6876420:01C018FE] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am new to FreeBSD and would like to know where I can download the source for FreeBSD. I have logged into the main FTP but I do not know which dir is the source dir. If someone can please point me into the right direction it would be greatly appreciated. thnx _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 12: 8:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out.netactive.net (smtp-out.netactive.net [196.22.160.30]) by hub.freebsd.org (Postfix) with SMTP id A596A37B423 for ; Thu, 7 Sep 2000 12:08:20 -0700 (PDT) Received: (qmail 1029 invoked from network); 7 Sep 2000 19:12:48 -0000 Received: from appm31-188-36.netactive.co.za (HELO gail) (196.22.188.36) by smtp-out.netactive.net with SMTP; 7 Sep 2000 19:12:48 -0000 From: "Gail Jacobs" To: Subject: Troubleshooting: Sound Date: Thu, 7 Sep 2000 21:08:15 +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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear freeBSD.org, Dear freeBSD.org, I have recently installed freeBSD on a partition on my primary hard disk, which also runs windows 98. I have set up most of my other hardware (with alot of my friend's help), but neither of us could get my sound to co-operate. It is a Creative Soundblaster 16 (ISA). My friend know's his UNIX a whole lot better than me, and he tried just about everything he could think of, he runs a machine with a PCI soundcard, and his auto-detects it on start-up, as far as i can see 'pcm' is not initialized, on start-up it displays neither a failure or success message. in my config file in /usr/src/sys/i386/conf the line reads "device pcm", and we tried the line "device pcm0 at isa? ...etc" but to no avail. i am not sure what the problem is. i am really hoping you could help me, as i am sure it is something stupid i have missed. another thing, the IRQ is reported as 10 by windows, but BSD reports my USB controller to be on 10, so i disabled USB in my bios as i have the motherboard expansions, but no physical ports so it is of no use to me. then BSD reported my Compaq Netelligent PCI network card to be using IRQ 10, and now windows reports it to be on IRQ 9. My friend said i should note that i am not currently on the "freeBSD mailing list". any help with my problem would be GREATLY appreciated. Many thanks, and kind regards Jonathan Jacobs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 12:13:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eve.speakeasy.net (eve.speakeasy.net [216.254.0.17]) by hub.freebsd.org (Postfix) with ESMTP id 1DF5B37B423 for ; Thu, 7 Sep 2000 12:13:47 -0700 (PDT) Received: from paradive (dsl254-006-184-sea1.dsl-isp.net [216.254.6.184]) by eve.speakeasy.net (8.10.0/8.10.0) with SMTP id e87JC7x27234; Thu, 7 Sep 2000 12:12:07 -0700 Message-ID: <061f01c018ff$06fdd740$02fea8c0@localdomain> From: "paradive" To: "Raoul Schroeder" , "freebsd-questions" References: <39B7E4B5.4EFAB779@gmx.net> Subject: Re: PHP password authentication Date: Thu, 7 Sep 2000 12:08:37 -0700 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: Raoul Schroeder To: freebsd-questions Sent: Thursday, September 07, 2000 11:55 AM Subject: PHP password authentication > Hi, > > I set up apache to run with SSL and PHP. > I would like it to be possible for the intranet users to authenticate > themselves against the standard FreeBSD passwd file. > Two questions: > > a) is this a major security breach (I cannot imagine so, other than > being able to repeatedly try to authenticate, something which could be > controlled by using sessions, but then, i may be completely wrong) > > b) is this doable and how? personally, i'd recommend using htpasswd. paradive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 12:14: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [216.223.199.224]) by hub.freebsd.org (Postfix) with ESMTP id 5ED9737B43E for ; Thu, 7 Sep 2000 12:13:58 -0700 (PDT) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id PAA13126 for ; Thu, 7 Sep 2000 15:04:35 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <200009071904.PAA13126@sanson.reyes.somos.net> From: "Francisco Reyes" To: "FreeBSD questions" Date: Thu, 07 Sep 2000 15:12:19 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 98 (4.10.2222) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Empty /usr/share/samples/atapi. Where are the files? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Search the lists I see a reference to /usr/share/samples/atapi, but that directory is empty (4.1 Release). Are these files on the net anywhere? Also, just did Cvsup and the src-share collection went by and no download. francisco Moderator of the Corporate BSD list http://www.egroups.com/group/BSD_Corporate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 12:16:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [216.223.199.224]) by hub.freebsd.org (Postfix) with ESMTP id CEEA937B446 for ; Thu, 7 Sep 2000 12:16:31 -0700 (PDT) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id PAA13141 for ; Thu, 7 Sep 2000 15:07:10 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <200009071907.PAA13141@sanson.reyes.somos.net> From: "Francisco Reyes" To: "FreeBSD questions" Date: Thu, 07 Sep 2000 15:14:53 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 98 (4.10.2222) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: How to copy data CDs on IDE CDRW? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can't find in the archives info on making a copy of a data CD. I have seen references to CDrecord, but that seems to be for SCSI. Tried to use cd-write, but that looks for a "cd0" cd (also the name of the author/porter(?) at the bottom just bounces: jimz@freebsd.org). This seems to be a FAQ, but not on the FAQ yet. ;-) Once I figure it out I will write something up and see how we get it to the FAQ. francisco Moderator of the Corporate BSD list http://www.egroups.com/group/BSD_Corporate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 12:16:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from brutus.converging.net (edtn002029.hs.telusplanet.net [161.184.135.251]) by hub.freebsd.org (Postfix) with ESMTP id 7AFD837B423 for ; Thu, 7 Sep 2000 12:16:48 -0700 (PDT) Received: (from mgd@localhost) by brutus.converging.net (8.9.3/8.9.3) id NAA07037 for freebsd-questions@freebsd.org; Thu, 7 Sep 2000 13:15:08 -0600 (MDT) (envelope-from mgd) From: "Murray's Listserv Account" Date: Thu, 7 Sep 2000 13:15:08 -0600 To: freebsd-questions@freebsd.org Subject: checksum.md5 and 4.1-install.iso Message-ID: <20000907131508.A5949@converging.net> 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 read recently in this newsgroup that the checksum.md5 files are used to verify the integrity of files. One would issue the following command: md5 and compare the returned string with the string listed in the checksum.md5 file. However, I have not been able to find an md5.exe file or equivalent for Windoze. I downloaded the .iso file to my local w2k hard-drive and now wish to verify that it downloaded correctly. Where does one find md5 for Windows? I looked on FreeBSD.org's site and on my 3.4 CD but I couldn't find any reference to md5. I could simply burn the CD to verify the file's integrity but I am very curious of the process because just about every ftp folder on freebsd.org's site has a checksum.md5 file. Reply-To: -- Murray Davis Converging Technology Solutions Edmonton, AB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 12:25:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.prod.itd.earthlink.net (falcon.prod.itd.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id 7599937B423 for ; Thu, 7 Sep 2000 12:25:21 -0700 (PDT) Received: from mickey (sdn-ar-004txhousP318.dialsprint.net [168.191.178.96]) by falcon.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id MAA08194; Thu, 7 Sep 2000 12:24:53 -0700 (PDT) Reply-To: From: "Jason Holland" To: "j mckitrick" , Subject: RE: what language should i learn next ? Date: Thu, 7 Sep 2000 14:24:50 -0500 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: <200009071837.OAA17582@sjt-u10.cisco.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > +--- j mckitrick wrote: > | > | | depends on what you want to do. > | | my personal favourite is perl, but i don't know python anyway. > | | you could try all of them and see which one you like most. > | > | I want to avoid that, if possible. I'd like to make an > informed decision > | from the beginning so I can use my time efficiently. I guess > what I want to > | do is learn the tools that require some skill and that are efficient for > | common jobs on a unix box. That way, if the door ever opens for a unix > | career, I would have valuable skills that would set me apart. > But I would > | also like my knowledge to be useful now, on my little > non-networked laptop. > | > | Frankly, since I am not running on a network anyway, I first > need to think > | of some problems that need to be solved, or some tasks that can be > | automated. > | > > If you want to stand apart, learn as many tools as possible. You > should remember that tools are secondary to the problem at hand - the > more tools you know, the better suited you are. I've always found that > to be a bonus in interviews to know a bit about a lot of tools. "I've > used it once or twice, and have some notes. I have a foundation for > when the situation calls for it." Of course you should know a lot > about whatever you're interviewing for ;) > > You should think "I want to create an inverse-thingamajig" instead of > "I need to write something in Perl". Create your thingamajig and then > think "Boy this function was a real dog to write in [Language X]. I > wonder if [Language Y] does this better?" > > If you're looking to choose, my recommendations are: > 1 - Perl - very useful & powerful Jack-of-all-trades language > 2 - Tcl - easy & useful, Tk is very gratifying for a novice > 3 - Java - easy language & very nice, but not very useable - limited > support, and existing implementations are slow. I'll probably get shot > for saying this, but if you know C++ (or even C), you can learn Java in > hours. > > my $0.02 Canadian :) > > -- > Steve Tremblett > Cisco Systems > Ok, if your looking from a programmers point of view, your list of 3 kinda makes sense. but from a strictly unix admin point of view, i cannot see putting tcl and java in front of shell scripting. i think by far shell scripting is more important than those, especially since there are a ton of unix boxes that don't even have java installed, or ever will. from his original post, he is looking to learn "the tools that require some skill and that are efficient for common jobs on a unix box." and that to me screams out shell scripting and perl, right off the bat. my $0.01 rant jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 12:26:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from odin.interdestination.net (www1.interdestination.net [216.115.128.2]) by hub.freebsd.org (Postfix) with SMTP id 6F56037B422 for ; Thu, 7 Sep 2000 12:26:41 -0700 (PDT) Received: (qmail 7463 invoked from network); 7 Sep 2000 14:26:39 -0500 Received: from c539028-c.btnrug1.la.home.com (HELO idsmail.com) (Zapper@24.21.228.7) by www1.interdestination.net with SMTP; 7 Sep 2000 14:26:39 -0500 Message-ID: <39B7EBF5.ADCB8BCB@idsmail.com> Date: Thu, 07 Sep 2000 14:26:46 -0500 From: "NetAdmin - FoxChat.Net" Organization: FoxChat.Net X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 3.5-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: Info Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Where can I get info on how to correct this proplem. home /kernel : psmintr : out of sync (00c0 !=0000) home /kernel : psmintr : out of sync (0040 !=0000) Respectfully, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 12:28:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eve.speakeasy.net (eve.speakeasy.net [216.254.0.17]) by hub.freebsd.org (Postfix) with ESMTP id 6348037B422 for ; Thu, 7 Sep 2000 12:28:20 -0700 (PDT) Received: from paradive (dsl254-006-184-sea1.dsl-isp.net [216.254.6.184]) by eve.speakeasy.net (8.10.0/8.10.0) with SMTP id e87JQkx31457 for ; Thu, 7 Sep 2000 12:26:46 -0700 Message-ID: <063001c01901$12de63c0$02fea8c0@localdomain> From: "paradive" To: Subject: src? Date: Thu, 7 Sep 2000 12:23:15 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_062D_01C018C6.65F1A3A0" 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_062D_01C018C6.65F1A3A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable uh, i have a fairly new install (4.1-RELEASE) and i have nothing in = /usr/src. i want to add a line in GENERIC to support my sound card. can = i do this in config? or do i need to download the src feom somewhere? paradive ------=_NextPart_000_062D_01C018C6.65F1A3A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
uh, i have a fairly new install = (4.1-RELEASE) and i=20 have nothing in /usr/src. i want to add a line in GENERIC to support my = sound=20 card. can i do this in config? or do i need to download the src feom=20 somewhere?
 
paradive
 
------=_NextPart_000_062D_01C018C6.65F1A3A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 12:32:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id 135C137B424 for ; Thu, 7 Sep 2000 12:32:41 -0700 (PDT) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id PAA08880 for ; Thu, 7 Sep 2000 15:32:39 -0400 (EDT) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id PAA22877 for ; Thu, 7 Sep 2000 15:29:52 -0400 (EDT) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.1) with ESMTP id G0J7ME00.VFQ; Thu, 7 Sep 2000 15:32:38 -0400 Message-ID: <39B7ED56.E160F97@mitre.org> Date: Thu, 07 Sep 2000 15:32:38 -0400 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.73 [en]C-20000509M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Gail Jacobs Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Troubleshooting: Sound References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gail Jacobs wrote: > > Dear freeBSD.org, > > Dear freeBSD.org, > > I have recently installed freeBSD on a partition on my primary hard disk, > which also runs windows 98. > I have set up most of my other hardware (with alot of my friend's help), but > neither of us could get my sound to co-operate. > It is a Creative Soundblaster 16 (ISA). My friend know's his UNIX a whole > lot better than me, and he tried just about everything he could think of, he > runs a machine with a PCI soundcard, and his auto-detects it on start-up, as > far as i can see 'pcm' is not initialized, on start-up it displays neither a > failure or success message. in my config file in /usr/src/sys/i386/conf the > line reads "device pcm", and we tried the line "device pcm0 at isa? ...etc" > but to no avail. i am not sure what the problem is. i am really hoping you > could help me, as i am sure it is something stupid i have missed. another > thing, the IRQ is reported as 10 by windows, but BSD reports my USB > controller to be on 10, so i disabled USB in my bios as i have the > motherboard expansions, but no physical ports so it is of no use to me. then > BSD reported my Compaq Netelligent PCI network card to be using IRQ 10, and > now windows reports it to be on IRQ 9. It sounds like you have an ISA PNP SB16, try the following lines in your kernel: device pcm device sbc Also, you may want to read the manual for pcm(4) and sbc(4). Also, you may want to read LINT in the configuring soundcards section for more info on the sound configuration in FreeBSD. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 12:38:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inconnu.isu.edu (inconnu.isu.edu [134.50.8.55]) by hub.freebsd.org (Postfix) with ESMTP id 93E7437B422 for ; Thu, 7 Sep 2000 12:38:18 -0700 (PDT) Received: from localhost (galt@localhost) by inconnu.isu.edu (8.9.3/8.9.3) with ESMTP id NAA05621; Thu, 7 Sep 2000 13:38:15 -0600 Date: Thu, 7 Sep 2000 13:38:15 -0600 (MDT) From: John Galt To: "NetAdmin - FoxChat.Net" Cc: FreeBSD Questions Subject: Re: Info In-Reply-To: <39B7EBF5.ADCB8BCB@idsmail.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 LINT in the kernel sources--there's a kernel configuration option to solve it, IIRC On Thu, 7 Sep 2000, NetAdmin - FoxChat.Net wrote: > Where can I get info on how to correct this proplem. > > home /kernel : psmintr : out of sync (00c0 !=0000) > home /kernel : psmintr : out of sync (0040 !=0000) > > > > Respectfully, > > Mark > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Sacred cows make the best burgers Who is John Galt? galt@inconnu.isu.edu, that's who!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 12:40: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.csusb.edu (mail.csusb.edu [139.182.2.16]) by hub.freebsd.org (Postfix) with ESMTP id 5E9AE37B422 for ; Thu, 7 Sep 2000 12:40:07 -0700 (PDT) Received: from sunny ([139.182.120.201]) by mail.csusb.edu (8.9.3/8.9.1) with ESMTP id MAA29047 for ; Thu, 7 Sep 2000 12:40:50 -0700 (PDT) Message-Id: <4.2.0.58.20000907123218.00a42c00@mail.csusb.edu> X-Sender: slin@mail.csusb.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Thu, 07 Sep 2000 12:41:13 -0700 To: questions@FreeBSD.org From: Sunny Lin Subject: 815E Chipset 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 am going to upgrade our Web server and will use FreeBSD 4.1 as it OS. I wonder, has someone tested out the compatibility issues using 815E chip set? We are looking for the best performance for our new Web server. Therefore, we like to put the latest and best things together. Thank you ************************************************************************* Sunny Lin Equipment System Specialist John M Pfau Library California State University, San Bernardino E-Mail:slin@csusb.edu Phone:(909)880-5107 FAX:(909)880-7048 ************************************************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 12:57:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 79BDD37B422 for ; Thu, 7 Sep 2000 12:57:16 -0700 (PDT) Received: from parish.my.domain ([62.255.98.115]) by mta07-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000907192135.MFDE295.mta07-svc.ntlworld.com@parish.my.domain>; Thu, 7 Sep 2000 20:21:35 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id UAA02314; Thu, 7 Sep 2000 20:21:34 +0100 (BST) (envelope-from mark) Date: Thu, 7 Sep 2000 20:21:33 +0100 From: Mark Ovens To: Jared & Melody Sargent Cc: questions@freebsd.org Subject: Re: Custom Kernel Configuration Help Message-ID: <20000907202133.J255@parish> References: <000a01c018ef$378e58e0$010a0a0a@base1> <20000907185229.D255@parish> <000c01c018f6$7bab01c0$010a0a0a@base1> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <000c01c018f6$7bab01c0$010a0a0a@base1>; from sarge@seacove.net on Thu, Sep 07, 2000 at 01:07:25PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've re-added -questions to the Cc:. You should leave this there as I can't promise to be able to solve your problem, whereas others might be able to. On Thu, Sep 07, 2000 at 01:07:25PM -0500, Jared & Melody Sargent wrote: > I will try and get a copy off of my machine. The interesting problem I am > running into is that LINT and GENERIC won't run through config either. Same > errors. The only sources I have are the sys sources. > What version of FreeBSD? Where did you get the sources from? You could see this sort of thing (config(8) failing on GENERIC) if you are trying to build a 4.x kernel on a 3.x system. One more point. There is no guarantee that LINT will build, let alone boot. It's more of a reference file. -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Sep 7 12:57:59 2000 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 8598337B423 for ; Thu, 7 Sep 2000 12:57:56 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e87JvtF04168; Thu, 7 Sep 2000 12:57:55 -0700 (PDT) Date: Thu, 7 Sep 2000 12:57:55 -0700 From: Alfred Perlstein To: R Joseph Wright Cc: freebsd-questions Subject: Re: BSD license questions Message-ID: <20000907125755.G18862@fw.wintelcom.net> References: <20000907115433.A19971@mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20000907115433.A19971@mammalia.org>; from rjoseph@mammalia.org on Thu, Sep 07, 2000 at 11:54:33AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * R Joseph Wright [000907 11:54] wrote: > Does the BSD license make it so that, even if a proprietary (binary only) > piece of software is derived from BSD, that software must be freely > distributable by anyone? That is the impression I get by reading this section > of the license: > > Redistribution and use in source and binary forms, with or without > modification, are permitted provided that the following conditions > are met: > 1. Redistributions of source code must retain the above copyright > notice, this list of conditions and the following disclaimer. > 2. Redistributions in binary form must reproduce the above copyright > notice, this list of conditions and the following disclaimer in the > documentation and/or other materials provided with the distribution. > > How can a company, like BSDI for example, charge for single user/multi user > licenses for their software if the BSD license allows one to make copies? Because it only affects one level. The source will forever be 'tainted' with the copyright notice but that's all, it doesn't state that the code must be released under the same license, just that it must retain the notice in the source and a notice of recognition with the docs and/or other materials provided with the code. Basically, if BSDi was using my code, it would be sufficient for them to just put a copy of my license clause somewhere in a list of credits given with thier documentation, they would then be free to copy or relicense the code in binary format as they saw fit. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 13: 4:33 2000 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 7BF9A37B422 for ; Thu, 7 Sep 2000 13:04:30 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id PAA27691; Thu, 7 Sep 2000 15:04:20 -0500 (CDT) (envelope-from dan) Date: Thu, 7 Sep 2000 15:04:20 -0500 From: Dan Nelson To: R Joseph Wright Cc: freebsd-questions Subject: Re: BSD license questions Message-ID: <20000907150420.A27259@dan.emsphone.com> References: <20000907115433.A19971@mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <20000907115433.A19971@mammalia.org>; from "R Joseph Wright" on Thu Sep 7 11:54:33 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 07), R Joseph Wright said: > Does the BSD license make it so that, even if a proprietary (binary > only) piece of software is derived from BSD, that software must be > freely distributable by anyone? That is the impression I get by > reading this section of the license: nope. > Redistribution and use in source and binary forms, with or without > modification, are permitted provided that the following conditions > are met: > 1. Redistributions of source code must retain the above copyright > notice, this list of conditions and the following disclaimer. This means that /if/ you distribute source, you have to copy the license along with the source (i.e. you can't remove the license or make it GPL, for example). You are not required to distribute source. > 2. Redistributions in binary form must reproduce the above copyright > notice, this list of conditions and the following disclaimer in > the documentation and/or other materials provided with the > distribution. This means /if/ you distribute binaries, you have to put the license somewhere in the docs. It does not require you to provide source to the binaries. You can choose to distribute only source, only binaries, both, or neither. Although the last case isn't much use to anyone. -- 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 Thu Sep 7 13:10:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id DB59D37B424 for ; Thu, 7 Sep 2000 13:10:41 -0700 (PDT) Received: by manatee.mammalia.org (Postfix, from userid 1000) id AC65811CFF4; Thu, 7 Sep 2000 13:10:41 -0700 (PDT) Date: Thu, 7 Sep 2000 13:10:41 -0700 From: R Joseph Wright To: freebsd-questions Subject: Re: BSD license questions Message-ID: <20000907131041.B21037@mammalia.org> References: <20000907115433.A19971@mammalia.org> <20000907125755.G18862@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20000907125755.G18862@fw.wintelcom.net>; from bright@wintelcom.net on Thu, Sep 07, 2000 at 12:57:55PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG And Alfred Perlstein spoke: > * R Joseph Wright [000907 11:54] wrote: > > Does the BSD license make it so that, even if a proprietary (binary only) > > piece of software is derived from BSD, that software must be freely > > distributable by anyone? That is the impression I get by reading this section > > of the license: > > > > Redistribution and use in source and binary forms, with or without > > modification, are permitted provided that the following conditions > > are met: > > 1. Redistributions of source code must retain the above copyright > > notice, this list of conditions and the following disclaimer. > > 2. Redistributions in binary form must reproduce the above copyright > > notice, this list of conditions and the following disclaimer in the > > documentation and/or other materials provided with the distribution. > > > > How can a company, like BSDI for example, charge for single user/multi user > > licenses for their software if the BSD license allows one to make copies? > > Because it only affects one level. The source will forever be > 'tainted' with the copyright notice but that's all, it doesn't > state that the code must be released under the same license, just > that it must retain the notice in the source and a notice of > recognition with the docs and/or other materials provided with the > code. > > Basically, if BSDi was using my code, it would be sufficient for > them to just put a copy of my license clause somewhere in a list > of credits given with thier documentation, they would then be > free to copy or relicense the code in binary format as they saw > fit. > > -- > -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] > "I have the heart of a child; I keep it in a jar on my desk." Thanks, that clears it up. Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 13:20:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [216.223.199.224]) by hub.freebsd.org (Postfix) with ESMTP id DC51537B424 for ; Thu, 7 Sep 2000 13:20:11 -0700 (PDT) Received: from zoraida.reyes.somos.net (zoraida.reyes.somos.net [10.0.0.15]) by sanson.reyes.somos.net (8.9.3/8.9.3) with ESMTP id QAA13360; Thu, 7 Sep 2000 16:09:30 -0400 (EDT) (envelope-from fran@reyes.somos.net) Date: Thu, 7 Sep 2000 16:22:45 -0400 (EDT) From: Francisco Reyes To: j mckitrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: what language should i learn next ? In-Reply-To: <20000907150644.A4202@dogma.freebsd-uk.eu.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, 7 Sep 2000, j mckitrick wrote: > I want to set the goal of learning a new language in the next couple of > months. These are the ones I am considering: > > perl > python > shell scripting (I am weak in this) > java (no freebsd support yet, right?) > C and/or C++ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 13:20:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from comp04.prc.uic.edu (comp04.prc.uic.edu [128.248.230.104]) by hub.freebsd.org (Postfix) with SMTP id 8618037B42C for ; Thu, 7 Sep 2000 13:20:50 -0700 (PDT) Received: (qmail 1926 invoked by uid 1000); 7 Sep 2000 20:21:08 -0000 Date: Thu, 7 Sep 2000 15:21:07 -0500 From: Lucas Bergman To: Francisco Reyes Cc: questions@freebsd.org Subject: Re: How to copy data CDs on IDE CDRW? Message-ID: <20000907152107.A1899@comp04.prc.uic.edu> Reply-To: iceberg@pobox.com References: <200009071907.PAA13141@sanson.reyes.somos.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200009071907.PAA13141@sanson.reyes.somos.net>; from fran@reyes.somos.net on Thu, Sep 07, 2000 at 03:14:53PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I can't find in the archives info on making a copy of a data CD. I > have seen references to CDrecord, but that seems to be for SCSI. > Tried to use cd-write, but that looks for a "cd0" cd... [snip] Check out the wormcontrol(8) utility. Specifically, look at example scripts in /usr/share/examples/worm. Using these example scripts and the team(1) and mkisofs(1) utilities, I am able to burn data CDs fine with my (Creative 24-4-2) ATAPI CD-RW. I've never gotten audio to work quite right, though. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 13:22:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 6525237B422 for ; Thu, 7 Sep 2000 13:22:12 -0700 (PDT) Received: by manatee.mammalia.org (Postfix, from userid 1000) id F3E9E11CFF4; Thu, 7 Sep 2000 13:22:11 -0700 (PDT) Date: Thu, 7 Sep 2000 13:22:11 -0700 From: R Joseph Wright To: freebsd-questions Subject: Re: BSD license questions Message-ID: <20000907132211.C21037@mammalia.org> References: <20000907115433.A19971@mammalia.org> <20000907150420.A27259@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20000907150420.A27259@dan.emsphone.com>; from dnelson@emsphone.com on Thu, Sep 07, 2000 at 03:04:20PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG And Dan Nelson spoke: > In the last episode (Sep 07), R Joseph Wright said: > > Does the BSD license make it so that, even if a proprietary (binary > > only) piece of software is derived from BSD, that software must be > > freely distributable by anyone? That is the impression I get by > > reading this section of the license: > > nope. > > > Redistribution and use in source and binary forms, with or without > > modification, are permitted provided that the following conditions > > are met: > > 1. Redistributions of source code must retain the above copyright > > notice, this list of conditions and the following disclaimer. > > This means that /if/ you distribute source, you have to copy the > license along with the source (i.e. you can't remove the license or > make it GPL, for example). You are not required to distribute source. > > > 2. Redistributions in binary form must reproduce the above copyright > > notice, this list of conditions and the following disclaimer in > > the documentation and/or other materials provided with the > > distribution. > > This means /if/ you distribute binaries, you have to put the license > somewhere in the docs. It does not require you to provide source to > the binaries. > > You can choose to distribute only source, only binaries, both, or > neither. Although the last case isn't much use to anyone. What I was getting at is that if you choose to distribute it as binary only, the license that you must include in the docs states that it may be redistributed in binary form. Thus, it appears to say that anyone who has a copy of the binary may also redistribute that binary. But, as Alfred replied, the license only goes one level deep. The software can be relicensed with proprietary terms although it must include a copy of the original BSD license stating its origins. Is this correct? Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 13:24:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from comp04.prc.uic.edu (comp04.prc.uic.edu [128.248.230.104]) by hub.freebsd.org (Postfix) with SMTP id B639237B422 for ; Thu, 7 Sep 2000 13:24:57 -0700 (PDT) Received: (qmail 1953 invoked by uid 1000); 7 Sep 2000 20:25:19 -0000 Date: Thu, 7 Sep 2000 15:25:19 -0500 From: Lucas Bergman To: paradive Cc: freebsd-questions@FreeBSD.ORG Subject: Re: src? Message-ID: <20000907152519.B1899@comp04.prc.uic.edu> Reply-To: iceberg@pobox.com References: <063001c01901$12de63c0$02fea8c0@localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <063001c01901$12de63c0$02fea8c0@localdomain>; from james@enfect.com on Thu, Sep 07, 2000 at 12:23:15PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > uh, i have a fairly new install (4.1-RELEASE) and i have nothing in > /usr/src. i want to add a line in GENERIC to support my sound > card. can i do this in config? or do i need to download the src feom > somewhere? Sound card support is not included in the GENERIC kernel, so you'll (as you guessed) have to compile your own. Use /stand/sysinstall to install the system sources (unless you're worried about hard drive space, just have it install all the sources; then you can do source upgrades later). Then, check out the FreeBSD Handbook: file:/usr/share/doc/handbook/index.html specifically chapter 7 for information on making a custom kernel. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 13:34:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out2.bellatlantic.net (smtp-out2.bellatlantic.net [199.45.39.157]) by hub.freebsd.org (Postfix) with ESMTP id 67C7537B422 for ; Thu, 7 Sep 2000 13:34:34 -0700 (PDT) Received: from smartsoft.cc (client-209-158-92-170.bellatlantic.net [209.158.92.170]) by smtp-out2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id QAA18033 for ; Thu, 7 Sep 2000 16:34:25 -0400 (EDT) Message-ID: <39B7FBAC.EF5BD530@smartsoft.cc> Date: Thu, 07 Sep 2000 16:33:48 -0400 From: Jan Knepper Organization: Smartsoft, LLC X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org 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 jan@smartsoft.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 13:36:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from comp04.prc.uic.edu (comp04.prc.uic.edu [128.248.230.104]) by hub.freebsd.org (Postfix) with SMTP id 9BA5237B423 for ; Thu, 7 Sep 2000 13:36:34 -0700 (PDT) Received: (qmail 1990 invoked by uid 1000); 7 Sep 2000 20:36:55 -0000 Date: Thu, 7 Sep 2000 15:36:55 -0500 From: Lucas Bergman To: Murray's Listserv Account Cc: freebsd-questions@freebsd.org Subject: Re: md5 for Windows (Was: checksum.md5 and 4.1-install.iso) Message-ID: <20000907153655.C1899@comp04.prc.uic.edu> Reply-To: iceberg@pobox.com References: <20000907131508.A5949@converging.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000907131508.A5949@converging.net>; from mgd@brutus.converging.net on Thu, Sep 07, 2000 at 01:15:08PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I read recently in this newsgroup that the checksum.md5 files are used > to verify the integrity of files. One would issue the following > command: md5 and compare the returned string with the > string listed in the checksum.md5 file. Yup. Problem is, basically all Unix systems come with an md5 utility. Those other operating systems don't. This produces a chicken-and-egg situation for people upgrading to Unix from something else. > However, I have not been able to find an md5.exe file or equivalent > for Windoze. I downloaded the .iso file to my local w2k hard-drive and > now wish to verify that it downloaded correctly. Where does one find > md5 for Windows? [snip] Try this: http://www.zdnet.com/downloads/stories/info/0,,0014CB,.html Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 13:43:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from comp04.prc.uic.edu (comp04.prc.uic.edu [128.248.230.104]) by hub.freebsd.org (Postfix) with SMTP id A2A5337B422 for ; Thu, 7 Sep 2000 13:43:45 -0700 (PDT) Received: (qmail 2025 invoked by uid 1000); 7 Sep 2000 20:44:06 -0000 Date: Thu, 7 Sep 2000 15:44:06 -0500 From: Lucas Bergman To: Lucas Bergman Cc: freebsd-questions@freebsd.org Subject: Re: How to copy data CDs on IDE CDRW? Message-ID: <20000907154406.E1899@comp04.prc.uic.edu> Reply-To: iceberg@pobox.com References: <200009071907.PAA13141@sanson.reyes.somos.net> <20000907152107.A1899@comp04.prc.uic.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000907152107.A1899@comp04.prc.uic.edu>; from iceberg@pobox.com on Thu, Sep 07, 2000 at 03:21:07PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I can't find in the archives info on making a copy of a data CD. I > > have seen references to CDrecord, but that seems to be for SCSI. > > Tried to use cd-write, but that looks for a "cd0" cd... [snip] > > Check out the wormcontrol(8) utility. Specifically, look at example > scripts in /usr/share/examples/worm. Using these example scripts and > the team(1) and mkisofs(1) utilities, I am able to burn data CDs fine > with my (Creative 24-4-2) ATAPI CD-RW. I've never gotten audio to > work quite right, though. Oops. I'm showing my age. I think burncd(8) is the officially recommended way to do this now. My bad. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 13:46: 6 2000 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 32F8137B422 for ; Thu, 7 Sep 2000 13:45:58 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e87Kjvg05701; Thu, 7 Sep 2000 13:45:57 -0700 (PDT) Date: Thu, 7 Sep 2000 13:45:57 -0700 From: Alfred Perlstein To: R Joseph Wright Cc: freebsd-questions Subject: Re: BSD license questions Message-ID: <20000907134556.H18862@fw.wintelcom.net> References: <20000907115433.A19971@mammalia.org> <20000907150420.A27259@dan.emsphone.com> <20000907132211.C21037@mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20000907132211.C21037@mammalia.org>; from rjoseph@mammalia.org on Thu, Sep 07, 2000 at 01:22:11PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * R Joseph Wright [000907 13:22] wrote: > And Dan Nelson spoke: > > In the last episode (Sep 07), R Joseph Wright said: > > > Does the BSD license make it so that, even if a proprietary (binary > > > only) piece of software is derived from BSD, that software must be > > > freely distributable by anyone? That is the impression I get by > > > reading this section of the license: > > > > nope. > > > > > Redistribution and use in source and binary forms, with or without > > > modification, are permitted provided that the following conditions > > > are met: > > > 1. Redistributions of source code must retain the above copyright > > > notice, this list of conditions and the following disclaimer. > > > > This means that /if/ you distribute source, you have to copy the > > license along with the source (i.e. you can't remove the license or > > make it GPL, for example). You are not required to distribute source. > > > > > 2. Redistributions in binary form must reproduce the above copyright > > > notice, this list of conditions and the following disclaimer in > > > the documentation and/or other materials provided with the > > > distribution. > > > > This means /if/ you distribute binaries, you have to put the license > > somewhere in the docs. It does not require you to provide source to > > the binaries. > > > > You can choose to distribute only source, only binaries, both, or > > neither. Although the last case isn't much use to anyone. > > What I was getting at is that if you choose to distribute it as binary only, > the license that you must include in the docs states that it may be > redistributed in binary form. Thus, it appears to say that anyone who > has a copy of the binary may also redistribute that binary. > > But, as Alfred replied, the license only goes one level deep. The software > can be relicensed with proprietary terms although it must include a copy of > the original BSD license stating its origins. Is this correct? Yes, you should also note that although something like windows 95 doesn't enforce itself being installed on more than one machine it's still illegal to take a single copy and install it on a lab of machines, likewise if you purchase a license from BSDi you must abide by that contract. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 13:47:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mdanderson.org (mail.mdacc.tmc.edu [143.111.87.47]) by hub.freebsd.org (Postfix) with ESMTP id CCDF037B424 for ; Thu, 7 Sep 2000 13:47:36 -0700 (PDT) Received: from jef-nt.mdacc.tmc.edu.mdacc.tmc.edu (jef-nt.mdacc.tmc.edu [143.111.64.202]) by mail.mdanderson.org (8.9.1b+Sun/8.9.1) with SMTP id PAA25039; Thu, 7 Sep 2000 15:44:19 -0500 (CDT) From: Jonathan Fosburgh MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14775.65247.827000.782591@jef-nt.mdacc.tmc.edu> Date: Thu, 7 Sep 2000 15:47:27 -0500 (GMT-6:00) To: R Joseph Wright Cc: freebsd-questions Subject: Re: BSD license questions In-Reply-To: <20000907132211.C21037@mammalia.org> References: <20000907115433.A19971@mammalia.org> <20000907150420.A27259@dan.emsphone.com> <20000907132211.C21037@mammalia.org> X-Mailer: VM 6.72 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > But, as Alfred replied, the license only goes one level deep. The software > can be relicensed with proprietary terms although it must include a copy of > the original BSD license stating its origins. Is this correct? > Joseph The original source/binary cannot itself be relicensed, that remains forever the intellectual property of the Regents (until sold, released, etc). Only modifications you make can be under a different license. The BSD license just lets you release the code+mods in binary only form, as opposed to the GPL where your mods are GPL as well. I could do up my own distro of FreeBSD without changing any code. If I do that, I still have to have a copyright statement saying that portions are copyright The FreeBSD Project, Inc, The Regents of the University of California, etc etc etc, but I don;t have to make the source available except for the portions that are GPL'd. -- Jonathan Fosburgh Open Systems Communications and Computer Services UT MD Anderson Cancer Center Houston, TX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 13:59:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 0911A37B422 for ; Thu, 7 Sep 2000 13:59:21 -0700 (PDT) Received: by heorot.1nova.com (Postfix, from userid 1000) id 66A163282; Wed, 6 Sep 2000 13:22:53 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 53AA93281; Wed, 6 Sep 2000 13:22:53 +0000 (GMT) Date: Wed, 6 Sep 2000 13:22:53 +0000 (GMT) From: Rick Hamell To: Francisco Reyes Cc: FreeBSD questions Subject: Re: How to copy data CDs on IDE CDRW? In-Reply-To: <200009071907.PAA13141@sanson.reyes.somos.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 > I can't find in the archives info on making a copy of a data CD. Check http://www.mostgraveconcern.com/freebsd look at the section with mkisofs. I've used that, but grabbing the info off of the cdrom drive instead, quite successfully many times. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 14: 3: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.hccnet.nl (pop.hccnet.nl [193.172.127.94]) by hub.freebsd.org (Postfix) with ESMTP id 7726937B422 for ; Thu, 7 Sep 2000 14:03:03 -0700 (PDT) Received: from parmenides.utp.net by pop.hccnet.nl via uds173-124.dial.hccnet.nl [193.173.124.173] with ESMTP id XAA11999 (8.8.5/1.13); Thu, 7 Sep 2000 23:03:01 +0200 (MET DST) Received: from localhost (janko@localhost) by parmenides.utp.net (8.9.3/8.9.3) with ESMTP id XAA01340; Thu, 7 Sep 2000 23:03:01 +0200 (CEST) (envelope-from janko@compuserve.com) X-Authentication-Warning: parmenides.utp.net: janko owned process doing -bs Date: Thu, 7 Sep 2000 23:03:01 +0200 (CEST) From: Janko van Roosmalen X-Sender: janko@parmenides.utp.net To: Agent Drek Cc: questions@FreeBSD.ORG Subject: Re: really 'big' smbd 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 Last month somebody else asked this list for help with a similar problem. You could search the list archive who it was and contact him. Janko On Thu, 7 Sep 2000, Agent Drek wrote: > I looking to find out what's going on with my server. under constant usage > of samba throughout the day it will run out of swap. There is very little > samba activity it's just that it seems to be caching every request in > memory/swap . eventually everything overflows. I've asked for help on the > samba lists but AFAIK other people with the same version of samba do > not experience this problem ... so it's my bad somewhere with the OS > I think. > > I've attached the output of dmesg, ps auxw , and my kernel config file. > > [drek@foam] /tmp % pstat -T > 313/2088 files > 314M/516M swap space > [drek@foam] /tmp % > > if I restart the smbd process I get all of the swap back immediately. > > I suspected MAXUSERS ,,, but I knocked that down and I still have the > same problem. > > Anyone else been through something like this? I had to add more swap > (to a file) but I really have to get this under control! > > thanks, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 14: 4:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inbox.org (inbox.org [216.22.145.8]) by hub.freebsd.org (Postfix) with ESMTP id 1A7F737B423 for ; Thu, 7 Sep 2000 14:04:25 -0700 (PDT) Received: from localhost (bsd@localhost) by inbox.org (8.9.3/8.9.3) with ESMTP id RAA03690; Thu, 7 Sep 2000 17:04:14 -0400 (EDT) Date: Thu, 7 Sep 2000 17:04:14 -0400 (EDT) From: "Mr. K." To: Jonathan Fosburgh Cc: R Joseph Wright , freebsd-questions Subject: Re: BSD license questions In-Reply-To: <14775.65247.827000.782591@jef-nt.mdacc.tmc.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, 7 Sep 2000, Jonathan Fosburgh wrote: > > But, as Alfred replied, the license only goes one level deep. The software > > can be relicensed with proprietary terms although it must include a copy of > > the original BSD license stating its origins. Is this correct? > The original source/binary cannot itself be relicensed, that remains > forever the intellectual property of the Regents (until sold, > released, etc). Only modifications you make can be under a different > license. The BSD license just lets you release the code+mods in binary > only form, as opposed to the GPL where your mods are GPL as well. I > could do up my own distro of FreeBSD without changing any code. If I > do that, I still have to have a copyright statement saying that > portions are copyright The FreeBSD Project, Inc, The Regents of the > University of California, etc etc etc, but I don;t have to make the > source available except for the portions that are GPL'd. > The question does not concern source. It concerns distribution in binary without allowing redistribution. If the BSD licence allows you to release the code+mods in binary only form, what stops the end user from re-releasing the code+mods in binary only form? This is actually a good question, which I don't see an adequate answer to. The statement was that the licence only goes one level deep, but that is not said in the licence itself. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 14: 5:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.hccnet.nl (pop.hccnet.nl [193.172.127.94]) by hub.freebsd.org (Postfix) with ESMTP id C4EA037B422 for ; Thu, 7 Sep 2000 14:05:44 -0700 (PDT) Received: from parmenides.utp.net by pop.hccnet.nl via uds173-124.dial.hccnet.nl [193.173.124.173] with ESMTP id XAA13777 (8.8.5/1.13); Thu, 7 Sep 2000 23:05:42 +0200 (MET DST) Received: from localhost (janko@localhost) by parmenides.utp.net (8.9.3/8.9.3) with ESMTP id XAA01347; Thu, 7 Sep 2000 23:05:48 +0200 (CEST) (envelope-from janko@compuserve.com) X-Authentication-Warning: parmenides.utp.net: janko owned process doing -bs Date: Thu, 7 Sep 2000 23:05:48 +0200 (CEST) From: Janko van Roosmalen X-Sender: janko@parmenides.utp.net To: Hanspeter Roth Bsag Cc: freebsd-questions@FreeBSD.ORG Subject: Re: no carrier with userland PPP over ISDN In-Reply-To: <20000907193751.A3530@bs11.bsag.ch> 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 ISDN experts are on another list: "freebsd-isdn". You probably will get more response there. Janko van Roosmalen On Thu, 7 Sep 2000, Hanspeter Roth Bsag wrote: > I'm trying to setup PPP over ISDN on FreeBsd with I4B-0.95. > > I tried userland PPP via the i4brbch device. But ppp dosen't get > the carrier. > > With synchronous kernel PPP (isp0) I'm able to connect to my own Cisco. > But I didn't succeed to authentificate to the Shiva I intend to > connect to. The kernel log states that incoming lcp stuff tells > something about async-map. > > With MsWindows I'm able to connect to that Shiva. > (Via the Cisco I can telnet but I can't ftp probably due to special > Nat configuration that's required to meet the customers address- > requirenets.) > > Has anybody an idea why ppp doesn't get the carrier when using > userland PPP? > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 14: 7:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.rdc1.il.home.com (mail1.rdc1.il.home.com [24.2.1.76]) by hub.freebsd.org (Postfix) with ESMTP id 9ED0137B424 for ; Thu, 7 Sep 2000 14:07:17 -0700 (PDT) Received: from c151460a ([24.17.229.11]) by mail1.rdc1.il.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20000907210717.RULO18578.mail1.rdc1.il.home.com@c151460a> for ; Thu, 7 Sep 2000 14:07:17 -0700 Message-ID: <005001c0190f$8cce2d60$0201a8c0@alton1.il.home.com> From: "Victor R. Cardona" To: Subject: X-Windows query Date: Thu, 7 Sep 2000 16:06:54 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_004D_01C018E5.A3C5CAC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_004D_01C018E5.A3C5CAC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I am trying to get my Diamond Monster Fusion to work under FreeBSD I = know from reading the mailing list archives that some people have gotten = them to work. My problem is that whenever I start X, the monitor will = either go into power-save mode or X will come up with a low resolution = depending on my settings. When X does manage to come up, then I cannot = exit X-Windows. If I try to switch to a virtual console, or exit X, then = the monitor goes into power-save mode. Does anyone have any idea what might be cauding this? My setup works = just fine under Linux so I know my configuration is with-in my hardware = specs. I have already disabled APM in the bios, and removed it from my = kernel. That has not helped. TIA Victor Cardona ------=_NextPart_000_004D_01C018E5.A3C5CAC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
I am trying to get my Diamond Monster = Fusion to=20 work under FreeBSD I know from reading the mailing list archives that = some=20 people have gotten them to work. My problem is that whenever I start X, = the=20 monitor will either go into power-save mode or X will come up with a low = resolution depending on my settings. When X does manage to come up, then = I=20 cannot exit X-Windows. If I try to switch to a virtual console, or exit = X, then=20 the monitor goes into power-save mode.
 
Does anyone have any idea what might be = cauding=20 this? My setup works just fine under Linux so I know my configuration is = with-in=20 my hardware specs. I have already disabled APM in the bios, and removed = it from=20 my kernel. That has not helped.
 
TIA
Victor = Cardona
------=_NextPart_000_004D_01C018E5.A3C5CAC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 14:10:32 2000 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 A1A1937B423 for ; Thu, 7 Sep 2000 14:10:30 -0700 (PDT) Received: from shell-3.enteract.com (jolan@shell-3.enteract.com [207.229.143.42]) by mail.enteract.com (8.9.3/8.9.3) with SMTP id QAA26695 for ; Thu, 7 Sep 2000 16:10:29 -0500 (CDT) (envelope-from jolan@enteract.com) Date: Thu, 7 Sep 2000 16:10:29 -0500 (CDT) From: jolan To: freebsd-questions@freebsd.org Subject: Atapi CD Burner 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 recently purchased an atapi plextor cd-burner. According to cdrecord, it doesn't appear to be possible to use atapi cd-burners under FreeBSD. I noticed burncd, but I'm very nervous about using it as I've been a wuss. I've been using cdrecord w/xcdroast under Linux. Seeing as I nuked Linux, I'd like to get this to work. If anyone can point me to some documentation on how to setup an atapi burner with scsi emulation so I can use cdrecord, I'd be very thankful. A graphical interface to burncd would be a nice alternative since I want to keep my coaster count at 0 :) I'm using 4.1-RELEASE if that makes a difference. Cordially, Jolan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 14:13: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bigstudios.com (mail.bigstudios.com [216.126.75.201]) by hub.freebsd.org (Postfix) with ESMTP id CDFB037B424 for ; Thu, 7 Sep 2000 14:13:03 -0700 (PDT) Received: from localhost([127.0.0.1]) (1651 bytes) by mail.bigstudios.com via sendmail with P:esmtp/R:bind_hosts/T:smtp (sender: ) id for ; Thu, 7 Sep 2000 17:10:22 -0400 (EDT) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Jul-5) Date: Thu, 7 Sep 2000 17:10:22 -0400 (EDT) From: Agent Drek To: Alfred Perlstein Cc: questions@FreeBSD.ORG Subject: Re: really 'big' smbd In-Reply-To: <20000907103123.E18862@fw.wintelcom.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, 7 Sep 2000, Alfred Perlstein wrote: > * Agent Drek [000907 10:23] wrote: > > hey there, > > > > I looking to find out what's going on with my server. under constant usage > > of samba throughout the day it will run out of swap. There is very little > > samba activity it's just that it seems to be caching every request in > > memory/swap . eventually everything overflows. I've asked for help on the > > samba lists but AFAIK other people with the same version of samba do > > not experience this problem ... so it's my bad somewhere with the OS > > I think. > > You may want to try running 'limit' to limit the memory size before > starting smbd. > > -Alfred > limit seems to be csh only via setrlimit which says that it will just segfault the offending process when it tries to get too big. I'm not sure that this is the solution I'm looking for ,,, maybe it is ... I'm just scared to try it without knowing more ... could you elaborate on your suggestion? FreeBSD4.1-Release merci, -- Agent Drek Big Animation Inc > 'digital plumber' http://www.bigstudios.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 14:15:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bigstudios.com (mail.bigstudios.com [216.126.75.201]) by hub.freebsd.org (Postfix) with ESMTP id 40BEB37B422 for ; Thu, 7 Sep 2000 14:15:23 -0700 (PDT) Received: from localhost([127.0.0.1]) (1065 bytes) by mail.bigstudios.com via sendmail with P:esmtp/R:bind_hosts/T:smtp (sender: ) id for ; Thu, 7 Sep 2000 17:12:37 -0400 (EDT) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Jul-5) Date: Thu, 7 Sep 2000 17:12:37 -0400 (EDT) From: Agent Drek To: Janko van Roosmalen Cc: questions@FreeBSD.ORG Subject: Re: really 'big' smbd 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, 7 Sep 2000, Janko van Roosmalen wrote: > Last month somebody else asked this list for help with a similar problem. > You could search the list archive who it was and contact him. > > Janko > I've been scouring everywhere for any info that might help ... the archive list searches cannot AFAIK be weighted by date which makes it tough. I'll keep trying ... maybe he's still watching the list? thanks! -- Agent Drek Big Animation Inc > 'digital plumber' http://www.bigstudios.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 14:16:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.sunesi.net (ns1.sunesi.net [196.15.192.194]) by hub.freebsd.org (Postfix) with ESMTP id E8C0937B422 for ; Thu, 7 Sep 2000 14:16:13 -0700 (PDT) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 13X91E-000C6Z-00; Thu, 07 Sep 2000 23:15:36 +0200 Date: Thu, 7 Sep 2000 23:15:36 +0200 From: Neil Blakey-Milner To: "Mr. K." Cc: Jonathan Fosburgh , R Joseph Wright , freebsd-questions Subject: Re: BSD license questions Message-ID: <20000907231536.A46319@mithrandr.moria.org> References: <14775.65247.827000.782591@jef-nt.mdacc.tmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from bsd@inbox.org on Thu, Sep 07, 2000 at 05:04:14PM -0400 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu 2000-09-07 (17:04), Mr. K. wrote: > The question does not concern source. It concerns distribution in binary > without allowing redistribution. > If the BSD licence allows you to release the code+mods in binary only > form, what stops the end user from re-releasing the code+mods in > binary only form? Nothing. If you get something distributed to you under the BSD license, you can do whatever you like with it so long as you obey the simple rules that are there primarily to protect the original authors from legal liability. > This is actually a good question, which I don't see an adequate answer > to. The statement was that the licence only goes one level deep, but > that is not said in the licence itself. The license says it quite clearly: * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. It says "Redistributions in binary form", which I'm sure makes sense. "must reproduce the above copyright..." which means it must be printed somewhere. It doesn't say that binary redistribution has to be under the same license. For source code, it says "must retain", because the copyright notice and such are already there, so don't rip them out. It doesn't say that this license must affect this file. It certainly doesn't say that this license should affect any other file that makes up your project. Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 14:19:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from angeline.dynamine.net (angeline.dynamine.net [198.144.199.173]) by hub.freebsd.org (Postfix) with ESMTP id A170F37B424 for ; Thu, 7 Sep 2000 14:19:41 -0700 (PDT) Received: by angeline.dynamine.net (Postfix, from userid 1000) id B41D223C297; Thu, 7 Sep 2000 14:19:29 -0700 (PDT) Date: Thu, 7 Sep 2000 14:19:29 -0700 To: freebsd-questions@freebsd.org Subject: ssh problem Message-ID: <20000907141929.A3960@dynamine.net> Reply-To: "Michael S . Fischer" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i From: michael@dynamine.net (Michael S. Fischer) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Now, I know I'm not stupid, but this problem has me completely stumped. While I can log in to my FreeBSD (-STABLE as of this AM) box via ssh (I'm using RSA authentication), I cannot run any commands on the ssh command line (e.g. 'ssh phoenix ls') and get a response. scp does not appear to work either to this particular host. When I run 'ssh ls', here's what I see in the ps output on the target host: root 4923 0.0 0.6 2124 1492 ?? S 2:17PM 0:00.06 sshd: michael@notty (sshd) michael 4924 0.0 0.5 1664 1328 ?? Ss 2:17PM 0:00.04 bash -c ls The client side just hangs eternally. Does anyone have a clue as to what is going on here? Please CC: me on any responses, as I am not a list subscriber. Thanks, -- Michael S. Fischer AKA Otterley _O_ Lead Hacketeer, Dynamine Consulting, Silicon Valley, CA | Phone: +1 650 533 4684 | AIM: IsThisOtterley | ICQ: 4218323 | "From the bricks of shame is built the hope"--Alan Wilder net.goth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 14:22:40 2000 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 3209437B422 for ; Thu, 7 Sep 2000 14:22:37 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e87LMC206859; Thu, 7 Sep 2000 14:22:12 -0700 (PDT) Date: Thu, 7 Sep 2000 14:22:12 -0700 From: Alfred Perlstein To: "Mr. K." Cc: Jonathan Fosburgh , R Joseph Wright , freebsd-questions Subject: Re: BSD license questions Message-ID: <20000907142212.I18862@fw.wintelcom.net> References: <14775.65247.827000.782591@jef-nt.mdacc.tmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from bsd@inbox.org on Thu, Sep 07, 2000 at 05:04:14PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Mr. K. [000907 14:04] wrote: > On Thu, 7 Sep 2000, Jonathan Fosburgh wrote: > > > But, as Alfred replied, the license only goes one level deep. The software > > > can be relicensed with proprietary terms although it must include a copy of > > > the original BSD license stating its origins. Is this correct? > > The original source/binary cannot itself be relicensed, that remains > > forever the intellectual property of the Regents (until sold, > > released, etc). Only modifications you make can be under a different > > license. The BSD license just lets you release the code+mods in binary > > only form, as opposed to the GPL where your mods are GPL as well. I > > could do up my own distro of FreeBSD without changing any code. If I > > do that, I still have to have a copyright statement saying that > > portions are copyright The FreeBSD Project, Inc, The Regents of the > > University of California, etc etc etc, but I don;t have to make the > > source available except for the portions that are GPL'd. > > > The question does not concern source. It concerns distribution in binary > without allowing redistribution. If the BSD licence allows you to release > the code+mods in binary only form, what stops the end user from > re-releasing the code+mods in binary only form? This is actually a good > question, which I don't see an adequate answer to. The statement was that > the licence only goes one level deep, but that is not said in the licence > itself. It is implied because the license says that the middle man must _only_: "reproduce the above copyright notice, this list of conditions and the following disclaimer" Not: b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. Which is clause 2b of the GPL. Not only that but you are contractually bound by whatever agreement you make with the 'middle-man'. That contract may contain a clause that no further distribution is allowed along with limits on users and other constraints. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 14:30:41 2000 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 60BC237B422 for ; Thu, 7 Sep 2000 14:30:38 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e87LUV307162; Thu, 7 Sep 2000 14:30:31 -0700 (PDT) Date: Thu, 7 Sep 2000 14:30:31 -0700 From: Alfred Perlstein To: Agent Drek Cc: questions@FreeBSD.ORG Subject: Re: really 'big' smbd Message-ID: <20000907143031.J18862@fw.wintelcom.net> References: <20000907103123.E18862@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from drek@bigstudios.com on Thu, Sep 07, 2000 at 05:10:22PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Agent Drek [000907 14:13] wrote: > On Thu, 7 Sep 2000, Alfred Perlstein wrote: > > > * Agent Drek [000907 10:23] wrote: > > > hey there, > > > > > > I looking to find out what's going on with my server. under constant usage > > > of samba throughout the day it will run out of swap. There is very little > > > samba activity it's just that it seems to be caching every request in > > > memory/swap . eventually everything overflows. I've asked for help on the > > > samba lists but AFAIK other people with the same version of samba do > > > not experience this problem ... so it's my bad somewhere with the OS > > > I think. > > > > You may want to try running 'limit' to limit the memory size before > > starting smbd. > > > > -Alfred > > > > limit seems to be csh only via setrlimit which says that it will just > segfault the offending process when it tries to get too big. I'm not > sure that this is the solution I'm looking for ,,, maybe it is ... I'm > just scared to try it without knowing more ... > > could you elaborate on your suggestion? no, how about trying my suggestion? ~ % cat t.c #include int main(void) { int x; printf("enter number of bytes to allocate"); scanf("%d", &x); printf("allocating %d bytes...\n", x); if (malloc(x * sizeof(char)) == NULL) perror("malloc"); else printf("ok.\n"); } ~ % limit cputime unlimited filesize unlimited datasize 512kB stacksize 64MB coredumpsize unlimited memoryuse 512kB memorylocked unlimited maxproc 4115 descriptors 8232 sockbufsize unlimited ~ % ./a.out enter number of bytes to allocate300000 allocating 300000 bytes... ok. ~ % ./a.out enter number of bytes to allocate513000 allocating 513000 bytes... malloc: Cannot allocate memory If smbd can't handle running out of memory then that's a smbd bug. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 14:37: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bigstudios.com (mail.bigstudios.com [216.126.75.201]) by hub.freebsd.org (Postfix) with ESMTP id 8FECE37B424 for ; Thu, 7 Sep 2000 14:37:03 -0700 (PDT) Received: from localhost([127.0.0.1]) (1076 bytes) by mail.bigstudios.com via sendmail with P:esmtp/R:bind_hosts/T:smtp (sender: ) id for ; Thu, 7 Sep 2000 17:34:22 -0400 (EDT) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Jul-5) Date: Thu, 7 Sep 2000 17:34:22 -0400 (EDT) From: Agent Drek To: Alfred Perlstein Cc: questions@FreeBSD.ORG Subject: Re: really 'big' smbd In-Reply-To: <20000907143031.J18862@fw.wintelcom.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 > > > > could you elaborate on your suggestion? > > no, how about trying my suggestion? > IANAG (I Am Not A GURU) and this particular smbd is in production (so I'm stepping lightly) > ~ % ./a.out > enter number of bytes to allocate513000 > allocating 513000 bytes... > malloc: Cannot allocate memory > > > If smbd can't handle running out of memory then that's a smbd bug. > > where once I was blind I now can see :) thanks for the visual. -- Agent Drek Big Animation Inc > 'digital plumber' http://www.bigstudios.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 14:39:40 2000 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 36BC837B43E for ; Thu, 7 Sep 2000 14:39:35 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e87LdX307472; Thu, 7 Sep 2000 14:39:33 -0700 (PDT) Date: Thu, 7 Sep 2000 14:39:33 -0700 From: Alfred Perlstein To: Agent Drek Cc: questions@FreeBSD.ORG Subject: Re: really 'big' smbd Message-ID: <20000907143933.K18862@fw.wintelcom.net> References: <20000907143031.J18862@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from drek@bigstudios.com on Thu, Sep 07, 2000 at 05:34:22PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Agent Drek [000907 14:37] wrote: > > > > > > could you elaborate on your suggestion? > > > > no, how about trying my suggestion? > > > > IANAG (I Am Not A GURU) and this particular smbd is in production (so I'm > stepping lightly) > > > ~ % ./a.out > > enter number of bytes to allocate513000 > > allocating 513000 bytes... > > malloc: Cannot allocate memory > > > > > > If smbd can't handle running out of memory then that's a smbd bug. > > > > > > where once I was blind I now can see :) thanks for the visual. In the future it's also good to show us a 'top' listing of the offending program. I'm suprised that the Samba developers haven't asked you to cause it to dump core when it grows so big and get a traceback to them. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 15:16:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe50.law4.hotmail.com [216.33.148.87]) by hub.freebsd.org (Postfix) with ESMTP id 0AF4937B42C for ; Thu, 7 Sep 2000 15:16:40 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 7 Sep 2000 15:16:39 -0700 X-Originating-IP: [24.176.48.110] From: "Kris Anderson" To: Subject: makewhatis fails Date: Thu, 7 Sep 2000 15:26:22 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000C_01C018DF.FA672050" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: X-OriginalArrivalTime: 07 Sep 2000 22:16:39.0906 (UTC) FILETIME=[4B913C20:01C01919] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000C_01C018DF.FA672050 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I started getting the following errors in the weekly runs. I asked on = various news groups as to how to correct this as I've looked at the man = pages for makewhatis and it doesn't offer any help. I tried searching = through the mail-archives on the subject but they don't seem to have = anything that comes close to showing a resolution to this, well one that = I've found at least. Here's what I'm getting in the weekly mailing - Cannot find file: /usr/local/man/man1/slogin1.1.gz Cannot find file: /usr/local/man/man1/slogin.1.gz Cannot find file: /usr/local/man/man1/sftp.old.1 Cannot find file: /usr/local/man/man1/scp.old.1 I know they're not there because they were removed, so how do I get = makewhatis to totally forget about 'em? Any help is greatly appreciated. Thank you. ------=_NextPart_000_000C_01C018DF.FA672050 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I started getting the following errors = in the=20 weekly runs.  I asked on various news groups as to how to correct = this as=20 I've looked at the man pages for makewhatis and it doesn't offer any = help. =20 I tried searching through the mail-archives on the subject but they = don't seem=20 to have anything that comes close to showing a resolution to this, well = one that=20 I've found at least.
 
Here's what I'm getting in the weekly = mailing=20 -
 
Cannot find file:=20 /usr/local/man/man1/slogin1.1.gz
Cannot find file:=20 /usr/local/man/man1/slogin.1.gz
Cannot find file:=20 /usr/local/man/man1/sftp.old.1
Cannot find file:=20 /usr/local/man/man1/scp.old.1
I know they're not there because they = were removed,=20 so how do I get makewhatis to totally forget about 'em?
 
Any help is greatly appreciated.  = Thank=20 you.
 
------=_NextPart_000_000C_01C018DF.FA672050-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 15:25: 6 2000 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 ECA7D37B43F for ; Thu, 7 Sep 2000 15:25:01 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id RAA15826; Thu, 7 Sep 2000 17:24:58 -0500 (CDT) (envelope-from dan) Date: Thu, 7 Sep 2000 17:24:58 -0500 From: Dan Nelson To: Kris Anderson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: makewhatis fails Message-ID: <20000907172458.A14585@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: ; from "Kris Anderson" on Thu Sep 7 15:26:22 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 07), Kris Anderson said: > I started getting the following errors in the weekly runs. I asked > on various news groups as to how to correct this as I've looked at > the man pages for makewhatis and it doesn't offer any help. I tried > searching through the mail-archives on the subject but they don't > seem to have anything that comes close to showing a resolution to > this, well one that I've found at least. > > Here's what I'm getting in the weekly mailing - > > Cannot find file: /usr/local/man/man1/slogin1.1.gz > Cannot find file: /usr/local/man/man1/slogin.1.gz > Cannot find file: /usr/local/man/man1/sftp.old.1 > Cannot find file: /usr/local/man/man1/scp.old.1 > > I know they're not there because they were removed, so how do I get > makewhatis to totally forget about 'em? They are probably broken symlinks. slogin.1.gz is a symlink to ssh.1.gz, etc. Just remove the files. When you did a pkg_delete, it should have removed ssh.1.gz and slogin.1.gz, but apparently it didn't get both of them. -- 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 Thu Sep 7 15:26: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from giroc.albury.net.au (giroc.albury.NET.AU [203.15.244.13]) by hub.freebsd.org (Postfix) with ESMTP id 4C84E37B424 for ; Thu, 7 Sep 2000 15:25:59 -0700 (PDT) Received: (from nicks@localhost) by giroc.albury.net.au (8.9.3/8.9.3) id JAA65191; Fri, 8 Sep 2000 09:25:29 +1100 (EST) Date: Fri, 8 Sep 2000 09:25:28 +1100 From: Nick Slager To: Q Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Send mail help Message-ID: <20000908092528.A63004@albury.net.au> References: <002c01c018c3$5a290160$cb3b35d1@bconnected.net> <20000907080504.B1900@diskfarm.firehouse.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000907080504.B1900@diskfarm.firehouse.net>; from abc@bsdi.com on Thu, Sep 07, 2000 at 08:05:04AM -0400 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Alan Clegg (abc@bsdi.com): > Unless the network is lying to me again, Q said: > > > how do i config send mail to let me and only me be > > able to send mail through it > > I'd take a look at: > > http://www.iecc.com/pop-before-smtp.html > Or if your client supports it, look into setting up SMTP-Auth (sendmail 8.10.0 and later). It seems to be a neater solution. Nick. -- From a Sun Microsystems bug report (#4102680): "Workaround: don't pound on the mouse like a wild monkey." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 15:48:49 2000 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 EDE7437B423 for ; Thu, 7 Sep 2000 15:48:45 -0700 (PDT) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id PAA10678 for ; Thu, 7 Sep 2000 15:48:45 -0700 Date: Thu, 7 Sep 2000 15:48:45 -0700 (PDT) From: To: freebsd-questions@freebsd.org Subject: Quick sendmail 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 #1 Since the release of 8.11.0 the sendmail.cw file is no longer the standard and it's now default to local-host-names Given that, do we still use FEATURE(`use_cw_file')dnl as a feature? Or has that also been swapped out with something else. #2 What is the difference between # Hosts that will permit relaying ($=R) FR-o /etc/mail/relay-domains and the cw file? Is that to mean hosts we permit relaying or just known hosts that relay? I have an access_db for my own relay rules. Between the access_db and the sendmail.cw file, the relay-domains would be rather redundant if it is for local domain/hosts. I haven't built any reference to FR-o /etc/mail/relay-domains into my mc > cf file so this is puzzling me. Did I make a lick of sense? :-) Keith ================================= Keith W. At the helm My non work related site www.cydonia.net ================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 15:52:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.geckobot.com (216-39-176-70.ip.theriver.com [216.39.176.70]) by hub.freebsd.org (Postfix) with ESMTP id 2DEC037B422 for ; Thu, 7 Sep 2000 15:52:25 -0700 (PDT) Received: from patches (patches.geckobot.com [192.168.254.4]) by trap.geckobot.com (8.9.3/8.9.3) with SMTP id KAA25718 for ; Thu, 7 Sep 2000 10:47:56 -0700 (MST) (envelope-from rick@geckobot.com) Message-ID: <003701c018f3$804578d0$04fea8c0@patches> From: "Rick Moore" To: Subject: Root mail forwarding under FreeBSD Date: Thu, 7 Sep 2000 10:46:07 -0700 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 Hi- I'm sorry-- I know this is a lame question and I'm sure tons of people do this but I can't seem to find it documented anywhere. When it comes to email administration, I'm a newbie. I have a network of FreeBSD systems and I don't want to run around to each one and check root mail. Instead, I'd like the mail handler to automatically forward it all to this email account. I've tried adding root rick@geckobot.com and root@whatevermachine rick@geckobot.com followed by "make" to rebuild the database and HUP to sendmail, but mail to root still doesn't seem to get forwarded. Is there an easy way to do this? Thanks in advance. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 15:57:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mail.yahoo.com (smtp2.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id E000237B422 for ; Thu, 7 Sep 2000 15:57:08 -0700 (PDT) Received: from adsl-64-161-89-218.dsl.lsan03.pacbell.net (HELO kurts-07wxp.idealfasteners.com) (64.161.89.218) by smtp2.mail.yahoo.com with SMTP; 7 Sep 2000 22:57:08 -0000 X-Apparently-From: Message-Id: <4.3.2.7.2.20000907155349.00a9f860@pop.mail.yahoo.com> X-Sender: ksscendyn@pop.mail.yahoo.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 07 Sep 2000 15:58:26 -0700 To: freebsd-questions@freebsd.org From: Kurtis Smith Subject: Apache.conf and or httpd.conf 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 am still new but almost there... I got the DHCPD server running thanks to the help of Oscar Ricardo, and Deamon Hammis. I have the Firewall and Router all setup fine and dandy thanks again to www.mostgraveconcern.com/freebsd... Now I am getting to my three last parts... DNS... which I have almost complete and then there is Apache which is running. And then finally an Email server for the websites I want to host... Setting up Qmail is done... still need to configure Cucipop... But the REAL question is... Now the real question I need is on Apache.. Can someone shed some light on the httpd.conf they talk about I cannot find one do I need to create it... I have the apache.conf and I can edit that but I am not sure if this is correct.. Can someone send me an example possibly there's where they hosted maybe 2 or more websites on one FreeBSD box... Thanks I have two boxes and both are 4.1 Stable. Thanks again for helping out a newbie ... I am trying.. -Kurt __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.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 Sep 7 15:59:24 2000 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 D24E137B422 for ; Thu, 7 Sep 2000 15:59:22 -0700 (PDT) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA4BA1 for ; Fri, 8 Sep 2000 00:59:18 +0200 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 368; Fri, 8 Sep 2000 09:02:17 +1000 Message-ID: <39B81DF8.55CA8F25@S1.com> Date: Fri, 08 Sep 2000 10:00:08 +1100 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Rick Moore Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Root mail forwarding under FreeBSD References: <003701c018f3$804578d0$04fea8c0@patches> 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 Rick, I have a pretty 'vanilla' V4.0-R system, and I just have a '.forward' file in /root - the contents of '.forward' are pretty simple - in my case (names changed to protect the guilty ;') it's (without the quotes) "hwc@my.mail.domain" . hth, haxxa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 16: 8:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out2.bellatlantic.net (smtp-out2.bellatlantic.net [199.45.39.157]) by hub.freebsd.org (Postfix) with ESMTP id 9821C37B423 for ; Thu, 7 Sep 2000 16:08:24 -0700 (PDT) Received: from smartsoft.cc (client-209-158-93-156.bellatlantic.net [209.158.93.156]) by smtp-out2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id TAA06917; Thu, 7 Sep 2000 19:08:14 -0400 (EDT) Message-ID: <39B81FA3.2C5B57B0@smartsoft.cc> Date: Thu, 07 Sep 2000 19:07:15 -0400 From: Jan Knepper Organization: Smartsoft, LLC X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Kurtis Smith , freebsd-questions@FreeBSD.ORG Subject: Re: Apache.conf and or httpd.conf References: <4.3.2.7.2.20000907155349.00a9f860@pop.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 > Now the real question I need is on Apache.. Can someone shed some light on > the httpd.conf they talk about I cannot find one do I need to create it... > I have the apache.conf and I can edit that but I am not sure if this is > correct.. Can someone send me an example possibly there's where they hosted > maybe 2 or more websites on one FreeBSD box... Thanks I have two boxes and > both are 4.1 Stable. should be in: /usr/local/etc/apache I am going to host more than 2 websites on one box, but start apache as: /usr/local/sbin/httpd -f I usually name the config files after the domains: /usr/local/etc/apache/ibm.com.conf /usr/local/etc/apache/microsoft.com.conf etc. It's IP-bound though, i.e. I have a private IP for every domain. Don't worry, be Kneppie! Jan -- Jan Knepper Smartsoft, LLC 88 Petersburg Road Petersburg, NJ 08270 U.S.A. http://www.smartsoft.cc/ http://www.mp3.com/pianoprincess Phone : 609-628-4260 FAX : 609-628-1267 FAX : 303-845-6415 http://www.fax4free.com/ Phone : 020-873-3837 http://www.xoip.nl/ (Dutch) FAX : 020-873-3837 http://www.xoip.nl/ (Dutch) In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 16: 8:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.sunesi.net (ns1.sunesi.net [196.15.192.194]) by hub.freebsd.org (Postfix) with ESMTP id 017C737B423 for ; Thu, 7 Sep 2000 16:08:33 -0700 (PDT) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 13XAmN-000Cdy-00; Fri, 08 Sep 2000 01:08:23 +0200 Date: Fri, 8 Sep 2000 01:08:23 +0200 From: Neil Blakey-Milner To: Rick Moore Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Root mail forwarding under FreeBSD Message-ID: <20000908010823.A48583@mithrandr.moria.org> References: <003701c018f3$804578d0$04fea8c0@patches> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <003701c018f3$804578d0$04fea8c0@patches>; from rick@geckobot.com on Thu, Sep 07, 2000 at 10:46:07AM -0700 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu 2000-09-07 (10:46), Rick Moore wrote: > Hi- > > I'm sorry-- I know this is a lame question and I'm sure tons of people do > this but I can't seem to find it documented anywhere. When it comes to > email administration, I'm a newbie. > > I have a network of FreeBSD systems and I don't want to run around to each > one and check root mail. Instead, I'd like the mail handler to > automatically forward it all to this email account. I've tried adding > > root rick@geckobot.com > > and > > root@whatevermachine rick@geckobot.com > > followed by "make" to rebuild the database and HUP to sendmail, but mail to > root still doesn't seem to get forwarded. > > Is there an easy way to do this? Edit /etc/aliases, and add 'root: rick@geckobot.com' to it. Then type 'newaliases'. It should "just work". Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 16:17:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stout.hampshire.edu (stout.hampshire.edu [192.33.12.80]) by hub.freebsd.org (Postfix) with ESMTP id 0B39F37B422 for ; Thu, 7 Sep 2000 16:17:48 -0700 (PDT) Received: from localhost (tdk98@localhost) by stout.hampshire.edu (8.9.3+Sun/8.9.1) with ESMTP id TAA23615 for ; Thu, 7 Sep 2000 19:13:45 -0400 (EDT) X-Authentication-Warning: stout.hampshire.edu: tdk98 owned process doing -bs Date: Thu, 7 Sep 2000 19:13:45 -0400 (EDT) From: Trevor Daniel Kramer X-Sender: tdk98@stout To: freebsd-questions@FreeBSD.ORG Subject: remote server freezing 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 running a 4.1 STABLE headless server from a remote location and all has been working well for several weeks. Today during an ssh session it broke my connection and refused all further connections (samba, ssh, www). I had someone at the server's location restart the machine and I could login again for maybe 30 seconds when it would break the connection and refuse all further connections. Any ideas on how to proceed here would be appreciated. During the brief time I was on I could find no log messages or any other helpfull information. Thanks in advance. Trevor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 16:21:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from armageddon.ardent-hacker.net (www.ardent-hacker.net [63.228.57.1]) by hub.freebsd.org (Postfix) with ESMTP id 45EB237B446 for ; Thu, 7 Sep 2000 16:21:18 -0700 (PDT) Received: by armageddon.ardent-hacker.net (8.9.3/slinky.1.0) id SAA81942; Thu, 7 Sep 2000 18:20:12 -0500 (CDT) (envelope-from ecrist) From: Eric F Crist To: "Rick Moore" , freebsd-questions@FreeBSD.ORG Subject: Re: Root mail forwarding under FreeBSD Date: Thu, 7 Sep 2000 18:19:40 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <003701c018f3$804578d0$04fea8c0@patches> In-Reply-To: <003701c018f3$804578d0$04fea8c0@patches> MIME-Version: 1.0 Message-Id: <00090718201201.81857@armageddon.ardent-hacker.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You should be adding the information to your aliases file. When you're done, you type newaliases at the command prompt. Eric On Thu, 07 Sep 2000, you wrote: > Hi- > > I'm sorry-- I know this is a lame question and I'm sure tons of people do > this but I can't seem to find it documented anywhere. When it comes to > email administration, I'm a newbie. > > I have a network of FreeBSD systems and I don't want to run around to each > one and check root mail. Instead, I'd like the mail handler to > automatically forward it all to this email account. I've tried adding > > root rick@geckobot.com > > and > > root@whatevermachine rick@geckobot.com > > followed by "make" to rebuild the database and HUP to sendmail, but mail to > root still doesn't seem to get forwarded. > > Is there an easy way to do this? > > Thanks in advance. > Rick > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Eric F Crist System Administrator Ardent-Hacker.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 16:23:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from armageddon.ardent-hacker.net (www.ardent-hacker.net [63.228.57.1]) by hub.freebsd.org (Postfix) with ESMTP id A027637B422 for ; Thu, 7 Sep 2000 16:23:34 -0700 (PDT) Received: by armageddon.ardent-hacker.net (8.9.3/slinky.1.0) id SAA81951; Thu, 7 Sep 2000 18:22:37 -0500 (CDT) (envelope-from ecrist) From: Eric F Crist To: , freebsd-questions@FreeBSD.ORG Subject: Re: Quick sendmail questions Date: Thu, 7 Sep 2000 18:21:37 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: In-Reply-To: MIME-Version: 1.0 Message-Id: <00090718223702.81857@armageddon.ardent-hacker.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 07 Sep 2000, you wrote: > #1 > Since the release of 8.11.0 the sendmail.cw file is no longer the standard > and it's now default to local-host-names > Given that, do we still use FEATURE(`use_cw_file')dnl as a feature? Or has > that also been swapped out with something else. Don't know.... > #2 > What is the difference between > > # Hosts that will permit relaying ($=R) > FR-o /etc/mail/relay-domains > > and the cw file? Is that to mean hosts we permit relaying or just known > hosts that relay? I have an access_db for my own relay rules. Between > the access_db and the sendmail.cw file, the relay-domains would be rather > redundant if it is for local domain/hosts. I haven't built any reference > to FR-o /etc/mail/relay-domains into my mc > cf file so this is puzzling > me. relay-domains is mail servers that allow mail to be relayed through them. your cw file is the hosts you will relay mail for... > Did I make a lick of sense? :-) > > Keith > > > ================================= > Keith W. > At the helm > > My non work related site > www.cydonia.net > ================================= > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Eric F Crist System Administrator Ardent-Hacker.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 16:25:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from armageddon.ardent-hacker.net (www.ardent-hacker.net [63.228.57.1]) by hub.freebsd.org (Postfix) with ESMTP id 0E1D537B422 for ; Thu, 7 Sep 2000 16:25:38 -0700 (PDT) Received: by armageddon.ardent-hacker.net (8.9.3/slinky.1.0) id SAA81986 for freebsd-questions@FreeBSD.ORG; Thu, 7 Sep 2000 18:24:46 -0500 (CDT) (envelope-from ecrist) From: Eric F Crist To: freebsd-questions@FreeBSD.ORG Subject: Re: Apache.conf and or httpd.conf Date: Thu, 7 Sep 2000 18:24:38 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <4.3.2.7.2.20000907155349.00a9f860@pop.mail.yahoo.com> In-Reply-To: <4.3.2.7.2.20000907155349.00a9f860@pop.mail.yahoo.com> MIME-Version: 1.0 Message-Id: <00090718242603.81857@armageddon.ardent-hacker.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To clarify for you: (Unless I've smoked too many dubees....) apache.conf and http.conf are the same file. Linux boxes call it httpd.conf and FreeBSD boxes call it apache.conf. On Thu, 07 Sep 2000, you wrote: > I am still new but almost there... I got the DHCPD server running thanks to > the help of Oscar Ricardo, and Deamon Hammis. I have the Firewall and > Router all setup fine and dandy thanks again to > www.mostgraveconcern.com/freebsd... Now I am getting to my three last > parts... DNS... which I have almost complete and then there is Apache which > is running. And then finally an Email server for the websites I want to > host... Setting up Qmail is done... still need to configure Cucipop... > > But the REAL question is... > > Now the real question I need is on Apache.. Can someone shed some light on > the httpd.conf they talk about I cannot find one do I need to create it... > I have the apache.conf and I can edit that but I am not sure if this is > correct.. Can someone send me an example possibly there's where they hosted > maybe 2 or more websites on one FreeBSD box... Thanks I have two boxes and > both are 4.1 Stable. > > Thanks again for helping out a newbie ... I am trying.. > > > -Kurt > > > __________________________________________________ > Do You Yahoo!? > Talk to your friends online with Yahoo! Messenger. > http://im.yahoo.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Eric F Crist System Administrator Ardent-Hacker.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 16:28: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out2.bellatlantic.net (smtp-out2.bellatlantic.net [199.45.39.157]) by hub.freebsd.org (Postfix) with ESMTP id 305F637B422 for ; Thu, 7 Sep 2000 16:28:07 -0700 (PDT) Received: from smartsoft.cc (client-209-158-93-45.bellatlantic.net [209.158.93.45]) by smtp-out2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id TAA20149; Thu, 7 Sep 2000 19:27:58 -0400 (EDT) Message-ID: <39B82454.EF207BC1@smartsoft.cc> Date: Thu, 07 Sep 2000 19:27:16 -0400 From: Jan Knepper Organization: Smartsoft, LLC X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Eric F Crist Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache.conf and or httpd.conf References: <4.3.2.7.2.20000907155349.00a9f860@pop.mail.yahoo.com> <00090718242603.81857@armageddon.ardent-hacker.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Eric F Crist wrote: > To clarify for you: > > (Unless I've smoked too many dubees....) > > apache.conf and http.conf are the same file. Linux boxes call it httpd.conf > and FreeBSD boxes call it apache.conf. Oh, I must be running Linux than... the name is httpd.conf and it;s located in /usr/local/etc/apache on FreeBSD 4.0... Don't worry, be Kneppie! Jan -- Jan Knepper Smartsoft, LLC 88 Petersburg Road Petersburg, NJ 08270 U.S.A. http://www.smartsoft.cc/ http://www.mp3.com/pianoprincess Phone : 609-628-4260 FAX : 609-628-1267 FAX : 303-845-6415 http://www.fax4free.com/ Phone : 020-873-3837 http://www.xoip.nl/ (Dutch) FAX : 020-873-3837 http://www.xoip.nl/ (Dutch) In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 16:29:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from armageddon.ardent-hacker.net (www.ardent-hacker.net [63.228.57.1]) by hub.freebsd.org (Postfix) with ESMTP id 404B237B423 for ; Thu, 7 Sep 2000 16:29:15 -0700 (PDT) Received: by armageddon.ardent-hacker.net (8.9.3/slinky.1.0) id SAA82018; Thu, 7 Sep 2000 18:28:19 -0500 (CDT) (envelope-from ecrist) From: Eric F Crist To: Jan Knepper , freebsd-questions@FreeBSD.ORG Subject: Re: Apache.conf and or httpd.conf Date: Thu, 7 Sep 2000 18:27:44 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <4.3.2.7.2.20000907155349.00a9f860@pop.mail.yahoo.com> <00090718242603.81857@armageddon.ardent-hacker.net> <39B82454.EF207BC1@smartsoft.cc> In-Reply-To: <39B82454.EF207BC1@smartsoft.cc> MIME-Version: 1.0 Message-Id: <00090718281800.82009@armageddon.ardent-hacker.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Then perhaps you can teach me... What do the two files do? On Thu, 07 Sep 2000, you wrote: > Eric F Crist wrote: > > > To clarify for you: > > > > (Unless I've smoked too many dubees....) > > > > apache.conf and http.conf are the same file. Linux boxes call it httpd.conf > > and FreeBSD boxes call it apache.conf. > > Oh, I must be running Linux than... the name is httpd.conf and it;s located in > /usr/local/etc/apache on FreeBSD 4.0... > > Don't worry, be Kneppie! > Jan > > -- > Jan Knepper > Smartsoft, LLC > 88 Petersburg Road > Petersburg, NJ 08270 > U.S.A. > > http://www.smartsoft.cc/ > http://www.mp3.com/pianoprincess > > Phone : 609-628-4260 > FAX : 609-628-1267 > FAX : 303-845-6415 http://www.fax4free.com/ > > Phone : 020-873-3837 http://www.xoip.nl/ (Dutch) > FAX : 020-873-3837 http://www.xoip.nl/ (Dutch) > > In God we Trust -- all others must submit an X.509 certificate. > -- Charles Forsythe -- Eric F Crist System Administrator Ardent-Hacker.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 16:40:11 2000 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 9AEFF37B423 for ; Thu, 7 Sep 2000 16:40:07 -0700 (PDT) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id QAA11844; Thu, 7 Sep 2000 16:39:45 -0700 Date: Thu, 7 Sep 2000 16:39:45 -0700 (PDT) From: To: Eric F Crist Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Quick sendmail questions In-Reply-To: <00090718223702.81857@armageddon.ardent-hacker.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 So what is the purpose of wanting to know what servers allow relay through them? This seems like it would be a "FEATURE" that would be put into the mc file. Or is it a 'stock' option? I put no reference to it in my mc file. Keith ================================= Keith W. At the helm My non work related site www.cydonia.net ================================= On Thu, 7 Sep 2000, Eric F Crist wrote: > On Thu, 07 Sep 2000, you wrote: > > #1 > > Since the release of 8.11.0 the sendmail.cw file is no longer the standard > > and it's now default to local-host-names > > Given that, do we still use FEATURE(`use_cw_file')dnl as a feature? Or has > > that also been swapped out with something else. > > Don't know.... > > > #2 > > What is the difference between > > > > # Hosts that will permit relaying ($=R) > > FR-o /etc/mail/relay-domains > > > > and the cw file? Is that to mean hosts we permit relaying or just known > > hosts that relay? I have an access_db for my own relay rules. Between > > the access_db and the sendmail.cw file, the relay-domains would be rather > > redundant if it is for local domain/hosts. I haven't built any reference > > to FR-o /etc/mail/relay-domains into my mc > cf file so this is puzzling > > me. > > relay-domains is mail servers that allow mail to be relayed through them. > your cw file is the hosts you will relay mail for... > > > Did I make a lick of sense? :-) > > > > Keith > > > > > > ================================= > > Keith W. > > At the helm > > > > My non work related site > > www.cydonia.net > > ================================= > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > -- > Eric F Crist > System Administrator > Ardent-Hacker.net > > > 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 Sep 7 16:48:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id 71F0737B424 for ; Thu, 7 Sep 2000 16:48:10 -0700 (PDT) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G0J00501JF74L@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Thu, 7 Sep 2000 16:47:31 -0700 (PDT) Received: from ldcmsx01.lc.ca.gov ([165.107.11.191]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with ESMTP id <0G0J002FIJF662@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Thu, 07 Sep 2000 16:47:30 -0700 (PDT) Received: by ldcmsx01.lc.ca.gov with Internet Mail Service (5.5.2650.21) id ; Thu, 07 Sep 2000 16:48:02 -0700 Content-return: allowed Date: Thu, 07 Sep 2000 16:47:57 -0700 From: "Tomlinson, Drew" Subject: How to Edit FSTAB When / is Read-Only To: "'FreeBSD Questions (E-mail)'" Message-id: <8C224DC088D8D111B67D0000F67AC17E029C4AA4@ldcmsx01.lc.ca.gov> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: MULTIPART/ALTERNATIVE; BOUNDARY="Boundary_(ID_FLaFtjMTHw8VchmK0SMpeg)" 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. --Boundary_(ID_FLaFtjMTHw8VchmK0SMpeg) Content-type: text/plain; charset="iso-8859-1" I am new to both Unix and FreeBSD so I apologize if this question is very elementary. I am running release 4.0 on a 486-DX with a 850 MB IDE drive. I have since added a 6 GB IDE drive. I used /stand/sysinstall to both FDISK and Label the drive. Both drives in this system were FDISKed with the option to use all space for FBSD and not be compatible with other file systems. Next, I added the drives to /etc/fstab and then issued a mount -a. At this point my system quit responding, even from the console port. Every command I entered was invalid. Even simple commands like ls, pwd, cd, etc. no longer were valid. I had no choice other than to power off/on the machine. Upon reboot, there were many errors that scrolled by before I could capture them but they were all related to the new drive that I attempted to install. After the errors, I'm left with a # prompt at the console. I assume this is the sh shell. I believe if I can edit or change my /etc/fstab file, my problems will be gone and the system won't have mounting problems and will boot normally. Because the file system isn't mounted, the vi editor is not available. I do have a backup of the fstab but when I attempt to copy it, I get an error because the / filesystem is mounted read-only. What can I do to fix this problem? Here is the content of my /etc/fstab: # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1f /usr ufs rw 2 2 /dev/ad0s1e /var ufs rw 2 2 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 /dev/ad2s1b none swap sw 0 0 /dev/ad2s1a / ufs rw 1 1 /dev/ad2s1f /usr ufs rw 2 2 /dev/ad2s1e /var ufs rw 2 2 proc /proc procfs rw 0 0 192.168.0.254:/My_Webs /usr/local/www/data nfs ro,union 0 0 Thanks in advance for your assistance! Drew --Boundary_(ID_FLaFtjMTHw8VchmK0SMpeg) Content-type: text/html; charset="iso-8859-1" Content-transfer-encoding: quoted-printable How to Edit FSTAB When / is Read-Only

I am new to both Unix and FreeBSD so I = apologize if this question is very elementary.

I am running release 4.0 on a 486-DX = with a 850 MB IDE drive.  I have since added a 6 GB IDE = drive.  I used /stand/sysinstall to both FDISK and Label the = drive.  Both drives in this system were FDISKed with the option to = use all space for FBSD and not be compatible with other file = systems.

Next, I added the drives to /etc/fstab = and then issued a mount -a.  At this point my system quit = responding, even from the console port.  Every command I entered = was invalid.  Even simple commands like ls, pwd, cd, etc. no = longer were valid.  I had no choice other than to power off/on the = machine.

Upon reboot, there were many errors = that scrolled by before I could capture them but they were all related = to the new drive that I attempted to install.  After the errors, = I'm left with a # prompt at the console.  I assume this is the sh = shell.  I believe if I can edit or change my /etc/fstab file, my = problems will be gone and the system won't have mounting problems and = will boot normally.  Because the file system isn't mounted, the vi = editor is not available.  I do have a backup of the fstab but when = I attempt to copy it, I get an error because the / filesystem is = mounted read-only.  What can I do to fix this problem?

Here is the content of my = /etc/fstab:
# = Device           =      Mountpoint      = FStype  Options         = Dump    Pass#
/dev/ad0s1b         &n= bsp;   = none            = swap    = sw           &nbs= p;  0       0
/dev/ad0s1a         &n= bsp;   = /            = ;   ufs     = rw           &nbs= p;  1       1
/dev/ad0s1f         &n= bsp;   = /usr            = ufs     = rw           &nbs= p;  2       2
/dev/ad0s1e         &n= bsp;   = /var            = ufs     = rw           &nbs= p;  2       2
/dev/acd0c         &nb= sp;    /cdrom  cd9660  = ro,noauto       = 0       0
/dev/ad2s1b         &n= bsp;   = none            = swap    = sw           &nbs= p;  0       0
/dev/ad2s1a         &n= bsp;   = /            = ;   ufs     = rw           &nbs= p;  1       1
/dev/ad2s1f         &n= bsp;   = /usr            = ufs     = rw           &nbs= p;  2       2
/dev/ad2s1e         &n= bsp;   = /var            = ufs     = rw           &nbs= p;  2       2
proc          &nb= sp;         = /proc           = procfs  = rw           &nbs= p;  0       0
192.168.0.254:/My_Webs = /usr/local/www/data   nfs     = ro,union   0       0

Thanks in advance for your = assistance!

Drew

--Boundary_(ID_FLaFtjMTHw8VchmK0SMpeg)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 17: 1:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 571C837B422 for ; Thu, 7 Sep 2000 17:01:31 -0700 (PDT) Received: (from jhb@localhost) by pike.osd.bsdi.com (8.9.3/8.9.3) id RAA25171; Thu, 7 Sep 2000 17:01:20 -0700 (PDT) (envelope-from jhb) From: John Baldwin Message-Id: <200009080001.RAA25171@pike.osd.bsdi.com> Subject: Re: How to Edit FSTAB When / is Read-Only In-Reply-To: <8C224DC088D8D111B67D0000F67AC17E029C4AA4@ldcmsx01.lc.ca.gov> from "Tomlinson, Drew" at "Sep 7, 2000 04:47:57 pm" To: "Tomlinson, Drew" Date: Thu, 7 Sep 2000 17:01:20 -0700 (PDT) Cc: "'FreeBSD Questions (E-mail)'" X-Mailer: ELM [version 2.4ME+ PL68 (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 Tomlinson, Drew wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > I am new to both Unix and FreeBSD so I apologize if this question is very > elementary. > > I am running release 4.0 on a 486-DX with a 850 MB IDE drive. I have since > added a 6 GB IDE drive. I used /stand/sysinstall to both FDISK and Label > the drive. Both drives in this system were FDISKed with the option to use > all space for FBSD and not be compatible with other file systems. Eek! This can confuse newer SCSI adapters, so this isn't recommended. This isn't your problem though. > Here is the content of my /etc/fstab: > # Device Mountpoint FStype Options Dump > Pass# > /dev/ad0s1b none swap sw 0 0 > /dev/ad0s1a / ufs rw 1 1 > /dev/ad0s1f /usr ufs rw 2 2 > /dev/ad0s1e /var ufs rw 2 2 > /dev/acd0c /cdrom cd9660 ro,noauto 0 0 > /dev/ad2s1b none swap sw 0 0 These three below are problematic. You are trying to mount filesystems on top of existing filesystems. Don't use the 'A' auto defaults in the label editor when you are adding a disk, instead, create new partitions by hand and mount them in unused places, such as /v, /local0, /my_new_hard_drive (not recommended :P). First off, take all the `ad2' entries out of your fstab. Then, fire up sysinstall, and fdisk and label your drive again from the `Configuration' menu option. When you label the driver, just create 1 partition that spans the whole drive and give it a mount point. Note that after you finish each step (fdisk and label) you will need to hit 'W' to tell sysinstall to write the changes since you aren't doing a new install. > /dev/ad2s1a / ufs rw 1 1 > /dev/ad2s1f /usr ufs rw 2 2 > /dev/ad2s1e /var ufs rw 2 2 > proc /proc procfs rw 0 0 > 192.168.0.254:/My_Webs /usr/local/www/data nfs ro,union 0 0 > > Thanks in advance for your assistance! > > Drew -- 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 Thu Sep 7 17: 4:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 3ECC837B423 for ; Thu, 7 Sep 2000 17:04:45 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e8804a886274; Fri, 8 Sep 2000 09:34:36 +0930 (CST) (envelope-from grog) Date: Fri, 8 Sep 2000 09:34:35 +0930 From: Greg Lehey To: Andre I Cc: questions@FreeBSD.ORG Subject: Re: mt (tape) problem Message-ID: <20000908093435.A83632@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from piekcen@hotmail.com on Thu, Sep 07, 2000 at 05:00:57AM +0000 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, 7 September 2000 at 5:00:57 +0000, Andre I wrote: > Hi, > I am trying to do daily backup using dump. Here is my plan: > > dump level 0 on monday, and dump level 5 every other days. Because I don't > have a lot of tape, I have to use one tape for the whole week. Fortunately, > it's big enough :) > > the problem I have is here... > I made a script that log the result of mt status (so I know the file number > on the tape): > > root# mt status > Current Driver State: at rest. > --------------------------------- > File Number: 3 Record Number: 0 > ^^^^^^^^^^^^^^ > I want this!!! > -------------- > > the problem is, somebody might eject my tape in the morning and put it back. > So for my level 5 dump script, I want the drive to forward the tape to the > eof. I use "mt eom" for it. Why don't you do this? # mt rewind # mt fsf 2 Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 7 17:18:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id B250A37B423 for ; Thu, 7 Sep 2000 17:18:22 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e880ID193518; Fri, 8 Sep 2000 09:48:13 +0930 (CST) (envelope-from grog) Date: Fri, 8 Sep 2000 09:48:13 +0930 From: Greg Lehey To: Zhihui Zhang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: install FreeBSD into another slice Message-ID: <20000908094813.D83632@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from zzhang@cs.binghamton.edu on Thu, Sep 07, 2000 at 11:12:56AM -0400 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, 7 September 2000 at 11:12:56 -0400, Zhihui Zhang wrote: > > I have a machine with FreeBSD 4.1 installed in one slice. Now I want to > install a second copy of FreeBSD into another slice on the same machine. I > start /stand/sysinstall in the slice already installed and try to install > another complete copy of FreeBSD into another slice. Will this work? I > usually boot from a CD-ROM and install from it. Yes. Make sure you double check what you're doing, since it's easy enough to make a mistake and overwrite the first partition. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 7 17:37:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out2.bellatlantic.net (smtp-out2.bellatlantic.net [199.45.39.157]) by hub.freebsd.org (Postfix) with ESMTP id 0709237B423 for ; Thu, 7 Sep 2000 17:37:40 -0700 (PDT) Received: from smartsoft.cc (client-209-158-91-82.bellatlantic.net [209.158.91.82]) by smtp-out2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id UAA03847 for ; Thu, 7 Sep 2000 20:37:29 -0400 (EDT) Message-ID: <39B8349F.717708E3@smartsoft.cc> Date: Thu, 07 Sep 2000 20:36:47 -0400 From: Jan Knepper Organization: Smartsoft, LLC X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: BSD Daemon Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does any of you know an artist that could draw me a picture like the front cover (but different) of the latest BSDi magazine? (Will be a paid job). I am a C & C++ programmer for over 15 years and not a good graphics artist. Don't worry, be Kneppie! Jan -- Jan Knepper Smartsoft, LLC 88 Petersburg Road Petersburg, NJ 08270 U.S.A. http://www.smartsoft.cc/ http://www.mp3.com/pianoprincess Phone : 609-628-4260 FAX : 609-628-1267 FAX : 303-845-6415 http://www.fax4free.com/ Phone : 020-873-3837 http://www.xoip.nl/ (Dutch) FAX : 020-873-3837 http://www.xoip.nl/ (Dutch) In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 17:49:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lh2.rdc1.tx.home.com (ha2.rdc1.tx.home.com [24.4.0.67]) by hub.freebsd.org (Postfix) with ESMTP id 68DF837B422 for ; Thu, 7 Sep 2000 17:49:51 -0700 (PDT) Received: from home.com ([24.13.154.175]) by lh2.rdc1.tx.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000908004950.FSSS22866.lh2.rdc1.tx.home.com@home.com> for ; Thu, 7 Sep 2000 17:49:50 -0700 Message-ID: <39B8386D.42109666@home.com> Date: Thu, 07 Sep 2000 18:53:01 -0600 From: Dave X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 17:50:27 2000 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 D498537B42C for ; Thu, 7 Sep 2000 17:50:14 -0700 (PDT) Received: from morgaine.udel.edu (morgaine.wondermutt.net [192.168.1.2]) by wondermutt.net (8.9.3/8.9.3) with ESMTP id UAA29501 for ; Thu, 7 Sep 2000 20:53:55 -0400 (EDT) (envelope-from papalia@udel.edu) Message-Id: <4.3.1.2.20000907203820.00ac0290@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Thu, 07 Sep 2000 20:49:48 -0400 To: freebsd-questions@FreeBSD.ORG From: John Subject: Is stunnel supposed to be a resource hog? 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 Hey all, So, with stunnel doing the 'fronting' for my imap and pop3 servers for the past couple of weeks, I just took a glance at the system resources via "top". I get the results below. It doesn't seem right to me though that stunnel should be taking up so much of the system's time? Thanks in advance, John Last pid: 29422; load averages: 3.01, 3.04, 3.01 up 22+22:36:14 20:43:49 56 processes: 4 running, 51 sleeping, 1 zombie Mem: 34M Active, 30M Inact, 20M Wired, 4000K Cache, 19M Buf, 3764K Free Swap: 160M Total, 7456K Used, 153M Free, 4% Inuse PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 61565 root 59 0 1984K 76K RUN 45.4H 32.67% 32.67% stunnel 61567 root 59 0 1984K 76K RUN 45.5H 32.62% 32.62% stunnel system's (P-90) info is as follows: FreeBSD merlin.wondermutt.net 4.1-STABLE FreeBSD 4.1-STABLE #0: Tue Aug 15 19:25 :00 EDT 2000 root@merlin.wondermutt.net:/cvs/obj/cvs/src/sys/MERLIN i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 17:53:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by hub.freebsd.org (Postfix) with ESMTP id 5D02E37B422 for ; Thu, 7 Sep 2000 17:53:36 -0700 (PDT) Received: from postoffice.pacbell.net ([63.198.87.154]) by mta5.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0G0J00F19M88H0@mta5.snfc21.pbi.net> for questions@FreeBSD.org; Thu, 7 Sep 2000 17:48:40 -0700 (PDT) Date: Thu, 07 Sep 2000 17:45:05 -0700 From: enigma2u@postoffice.pacbell.net Subject: Hi. To: questions@FreeBSD.org Reply-To: enigma2u@pacbell.net Message-id: <39B83691.DEDB2B2F@postoffice.pacbell.net> MIME-version: 1.0 X-Mailer: Mozilla 4.74 [en]C-PBI-NC404 (Win95; U) 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 Hi FreeBSD, I looked around on your site but was unable to locate a way to download FreeBSD. I was wondering if there is a way to send me a hyperlink to the site or if you could send it as an attachment on an email to enigma2u@pacbell.net. Thank You. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 17:56:51 2000 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 7A01437B422 for ; Thu, 7 Sep 2000 17:56:48 -0700 (PDT) Received: from localhost (dan@localhost) by java.dpcsys.com (8.10.0.Beta12/8.10.0.Beta12) with SMTP id e8811lT00162; Thu, 7 Sep 2000 18:01:47 -0700 (PDT) Date: Thu, 7 Sep 2000 18:01:47 -0700 (PDT) From: Dan Busarow To: keith@mail.telestream.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Quick sendmail 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 Thu, 7 Sep 2000 keith@mail.telestream.com wrote: > #1 > Since the release of 8.11.0 the sendmail.cw file is no longer the standard > and it's now default to local-host-names > Given that, do we still use FEATURE(`use_cw_file')dnl as a feature? Or has > that also been swapped out with something else. FEATURE(`use_cw_file')dnl is included in domain/generic.m4 and generates an Fw/etc/mail/local-host-names line The filename is defined by confCW_FILE > #2 > What is the difference between > > # Hosts that will permit relaying ($=R) > FR-o /etc/mail/relay-domains Hosts that you willingly relay for > and the cw file? Is that to mean hosts we permit relaying or just known Hosts/domains that should be treated as local > hosts that relay? I have an access_db for my own relay rules. Between > the access_db and the sendmail.cw file, the relay-domains would be rather > redundant if it is for local domain/hosts. I haven't built any reference > to FR-o /etc/mail/relay-domains into my mc > cf file so this is puzzling > me. access_db seems like a superset of relay-domains to me so yes, using both would be redundant. It (class R) also appears to be a part of the base cf code, no FEATURE is needed to get it. I'd guess that when relaying was turned off by default, relay-domains got added by default also. 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 Thu Sep 7 18: 4:49 2000 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 12F8937B423 for ; Thu, 7 Sep 2000 18:04:47 -0700 (PDT) Received: from morgaine.udel.edu (morgaine.wondermutt.net [192.168.1.2]) by wondermutt.net (8.9.3/8.9.3) with ESMTP id VAA29552; Thu, 7 Sep 2000 21:08:26 -0400 (EDT) (envelope-from papalia@udel.edu) Message-Id: <4.3.1.2.20000907210014.00abb2a0@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Thu, 07 Sep 2000 21:04:26 -0400 To: enigma2u@pacbell.net, questions@FreeBSD.ORG From: John Subject: Re: Hi. In-Reply-To: <39B83691.DEDB2B2F@postoffice.pacbell.net> 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 >Hi FreeBSD, > I looked around on your site but was unable to locate a >way to download FreeBSD. I was wondering if there is a way to send me a >hyperlink to the site or if you could send it as an attachment on an >email to enigma2u@pacbell.net. Thank You. Actually, there's a link right on the first page to direct you... From www.freebsd.org there's the link on the left for "Getting FreeBSD". That takes you to http://www.FreeBSD.org/availability.html from which you'll probably want to read the two links to the Handbook chapters on getting and installing FreeBSD. Then, you can make your choices as to what you want to do =) Or, after reading about what you'll need to install, you can get the ISO directly from: ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES/4.1-install.iso as a single file and then burn it to your own CD. As for an attachment, that would be a bit crazy since the ISO file is about 650MB. Good luck & hope that helps, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 18:31:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp6.xs4all.nl (smtp6.xs4all.nl [194.109.6.48]) by hub.freebsd.org (Postfix) with ESMTP id 606F937B422 for ; Thu, 7 Sep 2000 18:31:44 -0700 (PDT) Received: from xs4.xs4all.nl (cor@xs4.xs4all.nl [194.109.6.45]) by smtp6.xs4all.nl (8.9.3/8.9.3) with ESMTP id DAA10838 for ; Fri, 8 Sep 2000 03:31:42 +0200 (CEST) Received: (from cor@localhost) by xs4.xs4all.nl (8.9.0/8.9.0) id DAA10104 for freebsd-questions@FreeBSD.ORG; Fri, 8 Sep 2000 03:31:42 +0200 (CEST) Date: Fri, 8 Sep 2000 03:31:42 +0200 (CEST) From: Cor Bosman Message-Id: <200009080131.DAA10104@xs4.xs4all.nl> To: freebsd-questions@FreeBSD.ORG Subject: vinum with 33 disks doesnt work. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, im building a 32 * 72 GB fileserver. Im trying to use vinum to create 4 seperate stripes of 8 disks. A similar setup on another box but with 1 set of 8 disks works fine. No matter what I try on this box though, disk da32 (the bootdisk is da0, and we have 32 disks extra) can not be added to a stripe. It remains in state 'referenced'. Everything upto disk da31 works fine. Building 3 x 8 and 1 x 7 works fine too. But i can not create a 4th set of 8. I think the problem lies with the fact that da32 starts using hex minor device numbers. The last partition in da31 uses 256. Probably vinum doesnt take this into account. This is on a FreeBSD 4.1. Ive heard from someone else that they managed to create a 48 disk vinum partition on 3.2. Anyone seen similar problems on 4.1? Or have an idea of what might cause this? Regards, Cor Bosman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 18:38:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by hub.freebsd.org (Postfix) with ESMTP id D51DD37B422 for ; Thu, 7 Sep 2000 18:38:25 -0700 (PDT) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by smtp1.sentex.ca (8.11.0/8.11.0) with SMTP id e881cJF62480; Thu, 7 Sep 2000 21:38:20 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: lart@mfn.org ("graphics") Cc: questions@freebsd.org Subject: Re: ATA66 troubles under 4.0R vs 3.4 Date: Fri, 08 Sep 2000 01:33:17 GMT Message-ID: <39b84070.1385916732@smtp.sentex.ca> References: <0ad401c0186b$ddaddc20$c991f280@mfn.org> <20000907112141.H7718@wantadilla.lemis.com> In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 7 Sep 2000 00:42:02 -0400, in sentex.lists.freebsd.questions you wrote: >Greg Lehey says... >> On Wednesday, 6 September 2000 at 20:35:08 -0500, graphics wrote: >> > After seeing uncountable sudden "drive deaths" on *brand new* >> > drives, we did a little digging (thank god for the archives!) and >> > have noted the many similar tales of woe... >> >> "similar" doesn't mean "the same". What do you mean by "drive >> deaths"? > >Hard read errors. Hard write errors. PIO fallbacks. These are >things you would normally expect only from a very-soon-to-be No, not necessarily. There are some compatility issues with particular IDE controllers using the ata drivers vs. the wd drivers. Especially some VIA chipsets as well as CMD. Also, you want to be using 4.1, not 4.0. ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 18:39: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eve.speakeasy.net (eve.speakeasy.net [216.254.0.17]) by hub.freebsd.org (Postfix) with ESMTP id 8BEA437B423 for ; Thu, 7 Sep 2000 18:39:01 -0700 (PDT) Received: from paradive (dsl254-006-184-sea1.dsl-isp.net [216.254.6.184]) by eve.speakeasy.net (8.10.0/8.10.0) with SMTP id e881bMx31124 for ; Thu, 7 Sep 2000 18:37:23 -0700 Message-ID: <076e01c01934$d97e49e0$02fea8c0@localdomain> From: "paradive" To: Subject: sound... almost there!? Date: Thu, 7 Sep 2000 18:33:53 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_076B_01C018FA.2C6856E0" 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_076B_01C018FA.2C6856E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable okay i've added device pcm to kernel, recompiled, added dev snd0. but = nothing. card seems to be fine, except... output of dmesg =3D=20 "csa0: at device 1.0 on pci2 device_probe_and attach: csa0 attach returned 6" what's up w/ that 2nd line? any ideas? thanks paradive ------=_NextPart_000_076B_01C018FA.2C6856E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
okay i've added = device    pcm to=20 kernel, recompiled, added dev snd0. but nothing. card seems to be fine,=20 except... output of dmesg =3D
 
"csa0: <Crystal Semiconductor = CS4614/4622/4624=20 Audio accelerator /4280 Audio controller> at device 1.0 on = pci2
device_probe_and attach: csa0 attach = returned=20 6"
 
what's up w/ that 2nd line? any = ideas?
 
thanks
paradive
 
------=_NextPart_000_076B_01C018FA.2C6856E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 18:40:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-2.sjc.telocity.net (mail-2.sjc.telocity.net [216.227.56.42]) by hub.freebsd.org (Postfix) with ESMTP id 6657337B424 for ; Thu, 7 Sep 2000 18:40:06 -0700 (PDT) Received: from zoso (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-2.sjc.telocity.net (8.9.3/8.9.3) with SMTP id SAA26141; Thu, 7 Sep 2000 18:34:33 -0700 (PDT) From: "Otter" To: "Tomlinson, Drew" , "'FreeBSD Questions (E-mail)'" Subject: RE: How to Edit FSTAB When / is Read-Only Date: Thu, 7 Sep 2000 21:42:04 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0019_01C01914.76CED280" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <8C224DC088D8D111B67D0000F67AC17E029C4AA4@ldcmsx01.lc.ca.gov> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0019_01C01914.76CED280 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit How to Edit FSTAB When / is Read-OnlyTry issuing a "mount / " command. When it gives you the prompt for location of /bin/sh, and dumps you to a ro filesystem, mounting it manually should make it rw for you. -Otter -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Tomlinson, Drew Sent: Thursday, September 07, 2000 7:48 PM To: 'FreeBSD Questions (E-mail)' Subject: How to Edit FSTAB When / is Read-Only I am new to both Unix and FreeBSD so I apologize if this question is very elementary. I am running release 4.0 on a 486-DX with a 850 MB IDE drive. I have since added a 6 GB IDE drive. I used /stand/sysinstall to both FDISK and Label the drive. Both drives in this system were FDISKed with the option to use all space for FBSD and not be compatible with other file systems. Next, I added the drives to /etc/fstab and then issued a mount -a. At this point my system quit responding, even from the console port. Every command I entered was invalid. Even simple commands like ls, pwd, cd, etc. no longer were valid. I had no choice other than to power off/on the machine. Upon reboot, there were many errors that scrolled by before I could capture them but they were all related to the new drive that I attempted to install. After the errors, I'm left with a # prompt at the console. I assume this is the sh shell. I believe if I can edit or change my /etc/fstab file, my problems will be gone and the system won't have mounting problems and will boot normally. Because the file system isn't mounted, the vi editor is not available. I do have a backup of the fstab but when I attempt to copy it, I get an error because the / filesystem is mounted read-only. What can I do to fix this problem? Here is the content of my /etc/fstab: # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1f /usr ufs rw 2 2 /dev/ad0s1e /var ufs rw 2 2 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 /dev/ad2s1b none swap sw 0 0 /dev/ad2s1a / ufs rw 1 1 /dev/ad2s1f /usr ufs rw 2 2 /dev/ad2s1e /var ufs rw 2 2 proc /proc procfs rw 0 0 192.168.0.254:/My_Webs /usr/local/www/data nfs ro,union 0 0 Thanks in advance for your assistance! Drew ------=_NextPart_000_0019_01C01914.76CED280 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable How to Edit FSTAB When / is Read-Only
Try=20 issuing a "mount / " command. When it gives you the prompt for location = of=20 /bin/sh, and dumps you to a ro filesystem, mounting it manually should = make it=20 rw for you.
-Otter
 
-----Original Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of = Tomlinson,=20 Drew
Sent: Thursday, September 07, 2000 7:48 = PM
To:=20 'FreeBSD Questions (E-mail)'
Subject: How to Edit FSTAB When = / is=20 Read-Only

I am new to both Unix and FreeBSD so I = apologize if=20 this question is very elementary.

I am running release 4.0 on a 486-DX = with a 850 MB=20 IDE drive.  I have since added a 6 GB IDE drive.  I used=20 /stand/sysinstall to both FDISK and Label the drive.  Both drives = in this=20 system were FDISKed with the option to use all space for FBSD and not = be=20 compatible with other file systems.

Next, I added the drives to /etc/fstab = and then=20 issued a mount -a.  At this point my system quit responding, even = from=20 the console port.  Every command I entered was invalid.  = Even simple=20 commands like ls, pwd, cd, etc. no longer were valid.  I had no = choice=20 other than to power off/on the machine.

Upon reboot, there were many errors = that scrolled=20 by before I could capture them but they were all related to the new = drive that=20 I attempted to install.  After the errors, I'm left with a # = prompt at=20 the console.  I assume this is the sh shell.  I believe if I = can=20 edit or change my /etc/fstab file, my problems will be gone and the = system=20 won't have mounting problems and will boot normally.  Because the = file=20 system isn't mounted, the vi editor is not available.  I do have = a backup=20 of the fstab but when I attempt to copy it, I get an error because the = /=20 filesystem is mounted read-only.  What can I do to fix this=20 problem?

Here is the content of my = /etc/fstab:=20
#=20 = Device           &= nbsp;   =20 Mountpoint      FStype =20 Options         = Dump   =20 Pass#
/dev/ad0s1b         = ;   =20 none            = swap   =20 = sw            = ; =20 0       0
/dev/ad0s1a         = ;   =20 = /            =   =20 ufs    =20 = rw            = ; =20 1       1
/dev/ad0s1f         = ;   =20 /usr            = ufs    =20 = rw            = ; =20 2       2
/dev/ad0s1e         = ;   =20 /var            = ufs    =20 = rw            = ; =20 2       2
/dev/acd0c         =     =20 /cdrom  cd9660  = ro,noauto      =20 0       0
/dev/ad2s1b         = ;   =20 none            = swap   =20 = sw            = ; =20 0       0
/dev/ad2s1a         = ;   =20 = /            =   =20 ufs    =20 = rw            = ; =20 1       1
/dev/ad2s1f         = ;   =20 /usr            = ufs    =20 = rw            = ; =20 2       2
/dev/ad2s1e         = ;   =20 /var            = ufs    =20 = rw            = ; =20 2       2
proc          =          =20 /proc           = procfs =20 = rw            = ; =20 0       0
192.168.0.254:/My_Webs /usr/local/www/data  =20 nfs     ro,union  =20 0       0

Thanks in advance for your=20 assistance!

Drew =

------=_NextPart_000_0019_01C01914.76CED280-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 18:41:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by hub.freebsd.org (Postfix) with ESMTP id EB06E37B422 for ; Thu, 7 Sep 2000 18:41:54 -0700 (PDT) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by smtp1.sentex.ca (8.11.0/8.11.0) with SMTP id e881foF63088; Thu, 7 Sep 2000 21:41:50 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: tdk98@hampshire.edu (Trevor Daniel Kramer) Cc: questions@freebsd.org Subject: Re: remote server freezing Date: Fri, 08 Sep 2000 01:36:48 GMT Message-ID: <39b84261.1386413286@smtp.sentex.ca> References: In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 7 Sep 2000 19:18:02 -0400, in sentex.lists.freebsd.questions you wrote: >I am running a 4.1 STABLE headless server from a remote location and all >has been working well for several weeks. Today during an ssh session it >broke my connection and refused all further connections (samba, ssh, www). >I had someone at the server's location restart the machine and I could >login again for maybe 30 seconds when it would break the connection and >refuse all further connections. Any ideas on how to proceed here would be >appreciated. During the brief time I was on I could find no log messages >or any other helpfull information. Thanks in advance. Sounds like hardware... Are all the fans going ? It really could be any number of things, but for what its worth, when I had a power supply fan die, this was the same behaviour that I saw from afar. ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 18:44:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 613E737B424 for ; Thu, 7 Sep 2000 18:44:32 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e881i8k38617; Fri, 8 Sep 2000 11:14:08 +0930 (CST) (envelope-from grog) Date: Fri, 8 Sep 2000 11:14:07 +0930 From: Greg Lehey To: Cor Bosman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: vinum with 33 disks doesnt work. Message-ID: <20000908111407.Q83632@wantadilla.lemis.com> References: <200009080131.DAA10104@xs4.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200009080131.DAA10104@xs4.xs4all.nl>; from cor@xs4all.net on Fri, Sep 08, 2000 at 03:31:42AM +0200 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 8 September 2000 at 3:31:42 +0200, Cor Bosman wrote: > Hi all, im building a 32 * 72 GB fileserver. Im trying to use vinum > to create 4 seperate stripes of 8 disks. A similar setup on another > box but with 1 set of 8 disks works fine. > > No matter what I try on this box though, disk da32 (the bootdisk is da0, and > we have 32 disks extra) can not be added to a stripe. It remains in > state 'referenced'. Everything upto disk da31 works fine. Building > 3 x 8 and 1 x 7 works fine too. But i can not create a 4th set of 8. > > I think the problem lies with the fact that da32 starts using hex > minor device numbers. The last partition in da31 uses 256. Probably > vinum doesnt take this into account. Correct. This is a current limitation in Vinum. > This is on a FreeBSD 4.1. Ive heard from someone else that they > managed to create a 48 disk vinum partition on 3.2. Interesting. It's possible that some changes required for early startup have caused this regression. When devfs is stable, Vinum will change to devfs (and require it), and this restriction will go away. In the meantime, I'll take a look at the code and see if I can do something for you. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 7 19:18:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 3878137B423 for ; Thu, 7 Sep 2000 19:18:45 -0700 (PDT) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id IAA40288 for ; Fri, 8 Sep 2000 08:18:34 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.9.3/8.8.6) with UUCP id IAA50912 for questions@FreeBSD.ORG; Fri, 8 Sep 2000 08:18:32 +0600 (ESS) Received: from localhost (localhost [127.0.0.1]) by jane.cgu.chel.su (8.11.0/8.9.2) with ESMTP id e882HPU00397 for ; Fri, 8 Sep 2000 08:17:25 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Date: Fri, 8 Sep 2000 08:17:25 +0600 (ESS) From: Ilia Chipitsine To: questions@FreeBSD.ORG Subject: profiled libs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is it safe to remove profiled libraries (/usr/lib/*_p*) ? how can I figure out that some library is required for particular aplication ? Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 19:27:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 7BF6B37B423 for ; Thu, 7 Sep 2000 19:27:16 -0700 (PDT) Received: by heorot.1nova.com (Postfix, from userid 1000) id 38E6E3282; Wed, 6 Sep 2000 18:50:54 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 1DD443281; Wed, 6 Sep 2000 18:50:54 +0000 (GMT) Date: Wed, 6 Sep 2000 18:50:54 +0000 (GMT) From: Rick Hamell To: jolan Cc: freebsd-questions@freebsd.org Subject: Re: Atapi CD Burner 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 > nuked Linux, I'd like to get this to work. If anyone can point me to some > documentation on how to setup an atapi burner with scsi emulation so I can > use cdrecord, I'd be very thankful. A graphical interface to burncd would > be a nice alternative since I want to keep my coaster count at 0 :) I used http://www.mostgraveconcern.com/freebsd to do this. No SCSI emulation needed. :) Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 19:27:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from femail2.sdc1.sfba.home.com (femail2.sdc1.sfba.home.com [24.0.95.82]) by hub.freebsd.org (Postfix) with ESMTP id DBBBD37B422 for ; Thu, 7 Sep 2000 19:27:29 -0700 (PDT) Received: from home.com ([24.12.186.185]) by femail2.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000908022723.NZOC27630.femail2.sdc1.sfba.home.com@home.com> for ; Thu, 7 Sep 2000 19:27:23 -0700 Message-ID: <39B7EC2C.16D40CD3@home.com> Date: Thu, 07 Sep 2000 19:27:40 +0000 From: rob X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: what language should i learn next ? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Philipp Huber wrote: > > On 07-Sep-00 Jason Holland wrote: > > > > Learn shell scripting first, its extremly important. > > shell scripting is of course even more powerful with tools like sed & > awk, so it would be good to take a look at them as well. > > Philipp > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message If you are like me and have to do Windows scripting/programming in addition to Unix, you may want to take a look at Python. I can play around with algoriths, wxWindows, Tk whatever in Unix, and then use the same code in Windows. The win32all package is very powerful, allowing me to script Excel, Word, whatever through COM. Rob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 19:36:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtprelay2.adelphia.net (smtprelay2.adelphia.net [64.8.25.7]) by hub.freebsd.org (Postfix) with ESMTP id A48B137B423 for ; Thu, 7 Sep 2000 19:36:12 -0700 (PDT) Received: from adelphia.net ([24.50.184.11]) by smtprelay2.adelphia.net (Netscape Messaging Server 4.15) with ESMTP id G0JR3Z00.PCG for ; Thu, 7 Sep 2000 22:33:35 -0400 Message-ID: <39B851E8.C55ED94@adelphia.net> Date: Thu, 07 Sep 2000 22:41:44 -0400 From: Nader Turki X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Diamond Viper II Video card Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi guys, I'm using FreeBSD 4.1-RELEASE. Xwindows used to work fine with my old S3 4MB Video card. I just installed a new video card (Diamond Viper II) and can't get Xwindows to work :( Please, if there's anyone using that card can you tell me about the settings. When I do SuperProbe i get S3 Savage 2000. I tried that, but still it's not working. Thanks, --nader To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 19:49:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id 15DE037B424 for ; Thu, 7 Sep 2000 19:49:57 -0700 (PDT) Received: from cm-208-170-220-127.gulfbreeze.mediacom.ispchannel.com ([208.170.220.127]) by smtp2a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20000908025209.YJUZ382.smtp2a@cm-208-170-220-127.gulfbreeze.mediacom.ispchannel.com> for ; Thu, 7 Sep 2000 19:52:09 -0700 Date: Thu, 7 Sep 2000 21:49:56 -0500 (CDT) From: Steve Van Den Akker X-Sender: vandena@vandena.mediacom.gulfbreeze.ispchannel.com To: questions@FreeBSD.ORG Subject: IP-Filter 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 Anyone using IP-Filter instead of ipfw? Was it easier to set up/maintain? Have any pointers/suggestions for a newbie trying to set up a gateway/firewall? """ (o o) ====================oOO==(_)==OOo======================= ____ _ / ___|| |_ _____ _____ : Steve Van Den Akker \___ \| __/ _ \ \ / / _ \ : vandena@ispchannel.com ___) | || __/\ V / __/ : www.nwf-soccer.com |____/ \__\___| \_/ \___| : ======================================================== "Rescued from Micro$oft...Proponet of FreeBSD." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 19:52:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cac.net (mail.cac.net [209.44.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 64D4337B422 for ; Thu, 7 Sep 2000 19:52:30 -0700 (PDT) Received: from morpheus (05-108.008.popsite.net [209.69.13.108]) by mail.cac.net (Pro-8.9.3/Pro-8.9.3) with SMTP id TAA22457; Thu, 7 Sep 2000 19:56:09 -0400 Message-ID: <016701c01926$d78ae6b0$020aa8c0@morpheus> From: "Jason" To: "Tomlinson, Drew" Cc: References: <8C224DC088D8D111B67D0000F67AC17E029C4AA4@ldcmsx01.lc.ca.gov> Subject: Re: How to Edit FSTAB When / is Read-Only Date: Thu, 7 Sep 2000 19:53:06 -0400 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG at the prompt type mount -rw / or just mount / and it will mount it read-write.. -Jason ----- Original Message ----- From: "Tomlinson, Drew" To: "'FreeBSD Questions (E-mail)'" Sent: Thursday, September 07, 2000 7:47 PM Subject: How to Edit FSTAB When / is Read-Only > I am new to both Unix and FreeBSD so I apologize if this question is very > elementary. > > I am running release 4.0 on a 486-DX with a 850 MB IDE drive. I have since > added a 6 GB IDE drive. I used /stand/sysinstall to both FDISK and Label > the drive. Both drives in this system were FDISKed with the option to use > all space for FBSD and not be compatible with other file systems. > > Next, I added the drives to /etc/fstab and then issued a mount -a. At this > point my system quit responding, even from the console port. Every command > I entered was invalid. Even simple commands like ls, pwd, cd, etc. no > longer were valid. I had no choice other than to power off/on the machine. > > Upon reboot, there were many errors that scrolled by before I could capture > them but they were all related to the new drive that I attempted to install. > After the errors, I'm left with a # prompt at the console. I assume this is > the sh shell. I believe if I can edit or change my /etc/fstab file, my > problems will be gone and the system won't have mounting problems and will > boot normally. Because the file system isn't mounted, the vi editor is not > available. I do have a backup of the fstab but when I attempt to copy it, I > get an error because the / filesystem is mounted read-only. What can I do > to fix this problem? > > Here is the content of my /etc/fstab: > # Device Mountpoint FStype Options Dump > Pass# > /dev/ad0s1b none swap sw 0 0 > /dev/ad0s1a / ufs rw 1 1 > /dev/ad0s1f /usr ufs rw 2 2 > /dev/ad0s1e /var ufs rw 2 2 > /dev/acd0c /cdrom cd9660 ro,noauto 0 0 > /dev/ad2s1b none swap sw 0 0 > /dev/ad2s1a / ufs rw 1 1 > /dev/ad2s1f /usr ufs rw 2 2 > /dev/ad2s1e /var ufs rw 2 2 > proc /proc procfs rw 0 0 > 192.168.0.254:/My_Webs /usr/local/www/data nfs ro,union 0 0 > > Thanks in advance for your assistance! > > Drew > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 20:13:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web1403.mail.yahoo.com (web1403.mail.yahoo.com [128.11.23.167]) by hub.freebsd.org (Postfix) with SMTP id 3BC1E37B42C for ; Thu, 7 Sep 2000 20:13:24 -0700 (PDT) Received: (qmail 23454 invoked by uid 60001); 8 Sep 2000 03:13:22 -0000 Message-ID: <20000908031322.23453.qmail@web1403.mail.yahoo.com> Received: from [216.95.74.71] by web1403.mail.yahoo.com; Thu, 07 Sep 2000 20:13:22 PDT Date: Thu, 7 Sep 2000 20:13:22 -0700 (PDT) From: fujie zhang Subject: am-utils setup 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. i'm trying to setup am-utils up. all i need is to setup a local floppy disk and cdrom for automatic mount and unmount. i spent hours reading the info page but still clueless. help appreciated. __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! 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 Thu Sep 7 20:13:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cliff.mfn.org (cliff.mfn.org [204.238.179.8]) by hub.freebsd.org (Postfix) with ESMTP id 3E41C37B43E for ; Thu, 7 Sep 2000 20:13:35 -0700 (PDT) X-Message1: Missouri FreeNet does not relay. If this email X-Message2: is unsolicited bulk or commercial, please report X-Message3: this abuse promptly to abuse@mfn.org. Thank You. X-ORIGINIP: 128.242.145.201 X-ORIGINDNS: imaging.mfn.org Received: from imaging (imaging.mfn.org [128.242.145.201]) by cliff.mfn.org (8.9.3/8.8.7) with SMTP id XAA24660; Thu, 7 Sep 2000 23:15:27 -0500 (CDT) (envelope-from lart@mfn.org) Posted-Date: Thu, 7 Sep 2000 23:15:27 -0500 (CDT) X-CUTMARK: --------------- Message-ID: <0b5001c01941$a8754440$c991f280@mfn.org> From: "graphics" To: "Mike Tancsa" Cc: References: <0ad401c0186b$ddaddc20$c991f280@mfn.org> <20000907112141.H7718@wantadilla.lemis.com> <39b84070.1385916732@smtp.sentex.ca> Subject: Re: ATA66 troubles under 4.0R vs 3.4 Date: Thu, 7 Sep 2000 22:05:33 -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 ----- Original Message ----- From: Mike Tancsa To: "graphics" Cc: Sent: Thursday, September 07, 2000 8:33 PM Subject: Re: ATA66 troubles under 4.0R vs 3.4 > On 7 Sep 2000 00:42:02 -0400, in sentex.lists.freebsd.questions you wrote: > > >Greg Lehey says... > >> On Wednesday, 6 September 2000 at 20:35:08 -0500, graphics wrote: > >> > After seeing uncountable sudden "drive deaths" on *brand new* > >> > drives, we did a little digging (thank god for the archives!) and > >> > have noted the many similar tales of woe... > >> > >> "similar" doesn't mean "the same". What do you mean by "drive > >> deaths"? > > > >Hard read errors. Hard write errors. PIO fallbacks. These are > >things you would normally expect only from a very-soon-to-be > > No, not necessarily. There are some compatility issues with particular IDE > controllers using the ata drivers vs. the wd drivers. Yes, this is what we saw in the archives as well: it is what was meant by "things you would normally expect...". > Especially some VIA > chipsets as well as CMD. Also, you want to be using 4.1, not 4.0. Have these issues been addressed in 4.1? > ---Mike Thank you for your kind response! It is very much appreciated. J.A. Terranson sysadmin@mfn.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 20:18:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cage.simianscience.com (cage.simianscience.com [64.7.134.1]) by hub.freebsd.org (Postfix) with ESMTP id 4868837B422 for ; Thu, 7 Sep 2000 20:18:39 -0700 (PDT) Received: from chimp (chimp [192.168.0.2]) by cage.simianscience.com (8.11.0/8.9.3) with ESMTP id e883ISV34620; Thu, 7 Sep 2000 23:18:28 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <4.2.2.20000907231424.038e4d90@mail.sentex.net> X-Sender: mdtancsa@mail.sentex.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Thu, 07 Sep 2000 23:18:28 -0400 To: "graphics" From: Mike Tancsa Subject: Re: ATA66 troubles under 4.0R vs 3.4 Cc: In-Reply-To: <0b5001c01941$a8754440$c991f280@mfn.org> References: <0ad401c0186b$ddaddc20$c991f280@mfn.org> <20000907112141.H7718@wantadilla.lemis.com> <39b84070.1385916732@smtp.sentex.ca> 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 10:05 PM 9/7/2000 -0500, graphics wrote: > > No, not necessarily. There are some compatility issues with particular >IDE > > controllers using the ata drivers vs. the wd drivers. > >Yes, this is what we saw in the archives as well: it is what was meant by >"things you would normally expect...". > > > Especially some VIA > > chipsets as well as CMD. Also, you want to be using 4.1, not 4.0. > >Have these issues been addressed in 4.1? Some of the chipsets seem to be just plain broken in any UDMA mode. What controller chipset are you using ? Personally, I have beaten the snot out of Intel PIIX3 DMA 2 (WDMA2), 16 MB/sec Intel PIIX4 Ultra DMA 33 (UDMA2), 33 MB/sec Promise Fasttrak-66 Ultra DMA 66 (UDMA4), 66 MB/sec since 4.0.. No problems what so ever, although I have only used the promise for a month or so. You might want to look specifically for your controller chipset in the STABLE archives to see what others have experienced. ---Mike -------------------------------------------------------------------- Mike Tancsa, tel +1 519 651 3400 Network Administration, mike@sentex.net Sentex Communications www.sentex.net Cambridge, Ontario Canada www.sentex.net/mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 20:22:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.jonelrienton.org (dsl-64-34-25-237.telocity.com [64.34.25.237]) by hub.freebsd.org (Postfix) with SMTP id 45AAA37B422 for ; Thu, 7 Sep 2000 20:22:44 -0700 (PDT) Received: (qmail 31838 invoked from network); 8 Sep 2000 03:38:52 -0000 Received: from debian (10.29.22.23) by zeus with SMTP; 8 Sep 2000 03:38:52 -0000 Message-ID: <023801c01945$7f1d2c30$17161d0a@jonelrienton.org> From: "Jonel Rienton" To: "Steve Van Den Akker" , References: Subject: Re: IP-Filter Date: Thu, 7 Sep 2000 22:33:04 -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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 i've only used ipfilter and i'm very satisfied with it, check out http://www.obfuscation.org/ipf, that was referred to me by some of my mentors and it's pretty comprehensive. Jonel Rienton http://qmail.freebsduser.org sent by qmail-1.03 on a FreeBSD 4.1-STABLE - ----- Original Message ----- From: "Steve Van Den Akker" To: Sent: Thursday, September 07, 2000 9:49 PM Subject: IP-Filter | Anyone using IP-Filter instead of ipfw? Was it easier to set | up/maintain? Have any pointers/suggestions for a newbie trying to | set up a gateway/firewall? | | """ | (o o) | ====================oOO==(_)==OOo======================= | ____ _ | / ___|| |_ _____ _____ : Steve Van Den Akker | \___ \| __/ _ \ \ / / _ \ : vandena@ispchannel.com | ___) | || __/\ V / __/ : www.nwf-soccer.com | |____/ \__\___| \_/ \___| : | ======================================================== | "Rescued from Micro$oft...Proponet of FreeBSD." | | | | 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.8 for non-commercial use iQA/AwUBObhd7qQ0pAI9Fl/WEQKZ7wCgl8pXOhItjRbH0s/xJvpeu5gx9PQAoN+a QrUaUsKpkGt98G3VlrGT5Ny3 =ApIn -----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 Sep 7 20:43:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id C604437B424 for ; Thu, 7 Sep 2000 20:43:46 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id UAA00837; Thu, 07 Sep 2000 20:43:42 -0700 Message-ID: <39B8606D.D0AA364E@urx.com> Date: Thu, 07 Sep 2000 20:43:41 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Nader Turki Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Diamond Viper II Video card References: <39B851E8.C55ED94@adelphia.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nader Turki wrote: > > Hi guys, > I'm using FreeBSD 4.1-RELEASE. > Xwindows used to work fine with my old S3 4MB Video card. > I just installed a new video card (Diamond Viper II) and can't get > Xwindows to work :( > Please, if there's anyone using that card can you tell me about the > settings. > When I do SuperProbe i get S3 Savage 2000. I tried that, but still it's > not working. From XFree86's web page at http://www.xfree86.org/4.0.1/Status27.html#27, the 2000 is only supported in 3.3.6 with the s3_savage driver but there is a comment about checking if it is for Linux only. Kent > > Thanks, > > --nader > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 20:59: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 609BB37B423 for ; Thu, 7 Sep 2000 20:58:57 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id IAA17771 for ; Fri, 8 Sep 2000 08:16:29 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e883wjB14239 for freebsd-questions@FreeBSD.ORG; Fri, 8 Sep 2000 07:58:45 +0400 Date: Fri, 8 Sep 2000 07:58:45 +0400 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: Quick sendmail questions Message-ID: <20000908075845.A14114@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <00090718223702.81857@armageddon.ardent-hacker.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <00090718223702.81857@armageddon.ardent-hacker.net>; from ecrist@ardent-hacker.net on Thu, Sep 07, 2000 at 06:21:37PM -0500 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 06:21:37PM -0500, Eric F Crist wrote: > relay-domains is mail servers that allow mail to be relayed through them. > your cw file is the hosts you will relay mail for... This is incorrect. :-( relay-domains lists all domains for which WE will relay. cw file is OUR hostnames. For example my /etc/mail/local-host-names is: ( all after - is CURRENT comment) raduga.dyndns.org - this was my DNS before I got real DNS from my provider raduga.sochi.net - and this is my real DNS -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 21:26:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id BFC9C37B423 for ; Thu, 7 Sep 2000 21:26:46 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id IAA17809 for ; Fri, 8 Sep 2000 08:43:42 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e884PuI14435 for freebsd-questions@FreeBSD.ORG; Fri, 8 Sep 2000 08:25:56 +0400 Date: Fri, 8 Sep 2000 08:25:56 +0400 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: telnet question Message-ID: <20000908082556.C14114@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20000907150248.19668.qmail@web4106.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <20000907150248.19668.qmail@web4106.mail.yahoo.com>; from jashamsi@yahoo.com on Thu, Sep 07, 2000 at 08:02:48AM -0700 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 08:02:48AM -0700, J A Shamsi wrote: > Hi > > I want to allow telent access for a specific > user only and want to disable for the root. it is disabled for root by default -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 21:28:32 2000 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 5029C37B422 for ; Thu, 7 Sep 2000 21:28:29 -0700 (PDT) Received: from home.com ([24.1.247.6]) by mail.rdc1.az.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000908042829.LLZA12685.mail.rdc1.az.home.com@home.com>; Thu, 7 Sep 2000 21:28:29 -0700 Message-ID: <39B84AE0.3A37DB86@home.com> Date: Thu, 07 Sep 2000 19:11:44 -0700 From: Joel Mc Graw Organization: Joel_at_Home X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: lart@mfn.org Cc: freebsd-questions@freebsd.org, FreeBSD-questions@FreeBSD.ORG Subject: Re: ATA66 troubles under 4.0R vs 3.4 References: <0ad401c0186b$ddaddc20$c991f280@mfn.org> <20000907112141.H7718@wantadilla.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 Greg Lehey wrote: > > On Wednesday, 6 September 2000 at 20:35:08 -0500, graphics wrote: > > After seeing uncountable sudden "drive deaths" on *brand new* > > drives, we did a little digging (thank god for the archives!) and > > have noted the many similar tales of woe... > > "similar" doesn't mean "the same". What do you mean by "drive > deaths"? If the drive has really failed, it's very unlikely to be > connected to FreeBSD. > > > Now, since 3.4 reportedly does not suffer from these troubles, we > > are going to go back down to 3.4, however, we would like the > > transition to be as painless as humanly possible, so: Can we simply > > do an overlay of 3.4 onto a 4.0 system? > > No. > > > Also, is it known whether 4.1 has fixed the 4.0 ATA66 problems? How > > about 5-stable? > > Nobody knows if you don't know. How do you expect us to know what the > problem is? > I think this is an unhelpful answer. I ran into the same problem upgrading from 3.1 to 4.1r. I noticed that dmesg claimed that the cable was not DMA66 compliant (it was). After some research, I DID see a lot of similar complaints (drive dies) with one common thread: they were Quantum drives. Mine was a Quantum Fireball. Brand new. I went out and bought a Maxtor, and reinstalled FreeBSD. No problems. Interestingly enough, I still have the Quantum in the machine, but it's now the secondary master. > If you're running into a real problem with the new ata driver, you can > build a kernel with the wd driver instead. That's a lot less work > than reinstalling the system. But I can't decide whether that's the > case until I see some evidence. Obviously, building the kernel with the wd driver would be cheaper than buying a new drive... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 21:38: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from srcso.globis.ru (globis.ru [212.248.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 0DF4937B422 for ; Thu, 7 Sep 2000 21:37:57 -0700 (PDT) Received: from raduga.dyndns.org (raduga.sochi.net [212.248.82.76]) by srcso.globis.ru (8.9.3/8.9.3) with ESMTP id IAA17838 for ; Fri, 8 Sep 2000 08:55:36 +0400 (MSD) (envelope-from igor@raduga.dyndns.org) Received: (from igor@localhost) by raduga.dyndns.org (8.10.0/8.10.0) id e884bpR14525 for freebsd-questions@freebsd.org; Fri, 8 Sep 2000 08:37:51 +0400 Date: Fri, 8 Sep 2000 08:37:51 +0400 From: Igor Roboul To: FreeBSD questions Subject: Re: Promiscuous mode Message-ID: <20000908083751.A14464@linux.rainbow> Reply-To: igorr@crosswinds.net Mail-Followup-To: FreeBSD questions References: <20000906143857.Q18862@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: <20000906143857.Q18862@fw.wintelcom.net>; from bright@wintelcom.net on Wed, Sep 06, 2000 at 02:38:57PM -0700 X-Operating-System: Linux linux.rainbow 2.2.14-plus-SMP X-Best-Window-Manager: Window Maker (www.windowmaker.org) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 06, 2000 at 02:38:57PM -0700, Alfred Perlstein wrote: > * petro [000906 14:34] wrote: > > rl0: promiscuous mode enabled > > rl0: promiscuous mode disabled > > What does it mean and how I can set this ???? > > Thank you very much. > > When we say realtek cards are 'cheap', we didn't mean price-wise. Wow, but I have same for 3Com 3c905B-TX Fast Etherlink XL: demon.rainbow kernel log messages: > xl0: promiscuous mode enabled > xl0: promiscuous mode disabled > xl0: promiscuous mode enabled > xl0: promiscuous mode disabled I got this in todays root mail. So what this mean? -- Igor Roboul, Unix System Administrator & Programmer @ sanatorium "Raduga", Sochi, Russia http://www.brainbench.com/transcript.jsp?pid=304744 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 21:50:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rush.telenordia.se (mail.telenordia.se [194.213.64.42]) by hub.freebsd.org (Postfix) with SMTP id 7A19637B424 for ; Thu, 7 Sep 2000 21:50:03 -0700 (PDT) Received: (qmail 3892 invoked from network); 8 Sep 2000 06:50:01 +0200 Received: from bb-62-5-4-193.bb.tninet.se (HELO marbsd.tninet.se) (62.5.4.193) by mail.telenordia.se with SMTP; 8 Sep 2000 06:50:01 +0200 From: Mark Rowlands Reply-To: mark.rowlands@minmail.net To: Steve Van Den Akker , questions@FreeBSD.ORG Subject: Re: IP-Filter Date: Fri, 8 Sep 2000 06:49:55 +0200 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: In-Reply-To: MIME-Version: 1.0 Message-Id: <00090806500100.35638@marbsd.tninet.se> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 08 Sep 2000, Steve Van Den Akker wrote: > Anyone using IP-Filter instead of ipfw? Was it easier to set > up/maintain? Have any pointers/suggestions for a newbie trying to set up > a gateway/firewall? > > """ > (o o) > ====================oOO==(_)==OOo======================= > ____ _ > / ___|| |_ _____ _____ : Steve Van Den Akker > \___ \| __/ _ \ \ / / _ \ : vandena@ispchannel.com > ___) | || __/\ V / __/ : www.nwf-soccer.com > |____/ \__\___| \_/ \___| : > ======================================================== > "Rescued from Micro$oft...Proponet of FreeBSD." > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Mark Rowlands +4686224510 GMT + 1 _______________________________________________ These opinions are mine, they are just opinions you are free to disagree, please do so quietly _______________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 21:50:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id A3F3437B422 for ; Thu, 7 Sep 2000 21:50:54 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e884oaq44600; Fri, 8 Sep 2000 14:20:36 +0930 (CST) (envelope-from grog) Date: Fri, 8 Sep 2000 14:20:36 +0930 From: Greg Lehey To: igorr@crosswinds.net Cc: FreeBSD questions Subject: Re: Promiscuous mode Message-ID: <20000908142035.W83632@wantadilla.lemis.com> References: <20000906143857.Q18862@fw.wintelcom.net> <20000908083751.A14464@linux.rainbow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000908083751.A14464@linux.rainbow>; from igor@raduga.dyndns.org on Fri, Sep 08, 2000 at 08:37:51AM +0400 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 8 September 2000 at 8:37:51 +0400, Igor Roboul wrote: > On Wed, Sep 06, 2000 at 02:38:57PM -0700, Alfred Perlstein wrote: >> * petro [000906 14:34] wrote: >>> rl0: promiscuous mode enabled >>> rl0: promiscuous mode disabled >>> What does it mean and how I can set this ???? >>> Thank you very much. >> >> When we say realtek cards are 'cheap', we didn't mean price-wise. > > Wow, but I have same for 3Com 3c905B-TX Fast Etherlink XL: > demon.rainbow kernel log messages: > >> xl0: promiscuous mode enabled >> xl0: promiscuous mode disabled >> xl0: promiscuous mode enabled >> xl0: promiscuous mode disabled > > I got this in todays root mail. So what this mean? It means you ran tcpdump. Normally Ethernet cards only accept packets which are addressed to them, and they ignore other people's packets. In promiscuous mode, they'll take all comers. You need that to run tcpdump, but it's a potential security issue, so the system logs it. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. 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 Sep 7 21:51:27 2000 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 53DE237B422 for ; Thu, 7 Sep 2000 21:51:25 -0700 (PDT) Received: from earthlink.net (user-v3qs3sj.dsl.mindspring.com [199.174.15.147]) by gull.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id VAA01025 for ; Thu, 7 Sep 2000 21:51:23 -0700 (PDT) Message-ID: <39B8708D.2C4EEF3E@earthlink.net> Date: Thu, 07 Sep 2000 23:52:29 -0500 From: Scott X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 4.0-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: More is missing 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 just installed 4.0 from the powerpak recently. More is missing from system, so is less. I thought I installed just about everything - how can I get these into my system? Thanks, Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 22: 3:20 2000 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 A943537B424 for ; Thu, 7 Sep 2000 22:03:17 -0700 (PDT) Received: from earthlink.net (user-v3qs3sj.dsl.mindspring.com [199.174.15.147]) by gull.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id WAA29365 for ; Thu, 7 Sep 2000 22:03:16 -0700 (PDT) Message-ID: <39B87356.3C7738C3@earthlink.net> Date: Fri, 08 Sep 2000 00:04:22 -0500 From: Scott X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 4.0-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: pppd/dsl Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks to whomever you were for replying with a solution. Thanks to blasted MS windows and outlook crashing, I lost your message along with much other important and dear mail. I resolved the dsl/ppp problem. I decided to scrap the roaring penguin pppoe program and went back to the config files. I realized freebsd was looking at /etc/ppp/ppp.conf, not /etc/ppp.conf. I could swear I'd seen the latter in previous examples I'd been following, oh well. So I copied the file to the correct place, and finally got error messages that made sense. I tweaked it a little using a hodgepodge of examples. Now I'm flying along with DSL. Thanks to you and the others who've posted their steps/config files for this. I'm really impressed with and enjoying freebsd. Hopefuly soon I will be good enough in it to totally leave linux/windows. Scott Dubose To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 22: 4:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rush.telenordia.se (mail.telenordia.se [194.213.64.42]) by hub.freebsd.org (Postfix) with SMTP id CCB8837B422 for ; Thu, 7 Sep 2000 22:04:47 -0700 (PDT) Received: (qmail 5855 invoked from network); 8 Sep 2000 07:04:46 +0200 Received: from bb-62-5-4-193.bb.tninet.se (HELO marbsd.tninet.se) (62.5.4.193) by mail.telenordia.se with SMTP; 8 Sep 2000 07:04:46 +0200 From: Mark Rowlands Reply-To: mark.rowlands@minmail.net To: Steve Van Den Akker , questions@FreeBSD.ORG Subject: Re: IP-Filter Date: Fri, 8 Sep 2000 06:50:12 +0200 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: In-Reply-To: MIME-Version: 1.0 Message-Id: <00090807044601.35638@marbsd.tninet.se> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 08 Sep 2000, Steve Van Den Akker wrote: > Anyone using IP-Filter instead of ipfw? Was it easier to set > up/maintain? Have any pointers/suggestions for a newbie trying to set up > a gateway/firewall? > yes, did this yesterday, and despite the documentations attempt to make it seem difficult it is quite simple. One minor problem with compilation on 4.1 release in netinet but simple to fix and probably caused by me. still can't persuade ipmon to log to syslog but today is another day. seems very flexible works nicely with ipnat.... go for it -- Mark Rowlands +4686224510 GMT + 1 _______________________________________________ These opinions are mine, they are just opinions you are free to disagree, please do so quietly _______________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 22:16:26 2000 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 7149037B423 for ; Thu, 7 Sep 2000 22:16:24 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id AAA27858; Fri, 8 Sep 2000 00:16:21 -0500 (CDT) (envelope-from dan) Date: Fri, 8 Sep 2000 00:16:21 -0500 From: Dan Nelson To: igorr@crosswinds.net Cc: FreeBSD questions Subject: Re: Promiscuous mode Message-ID: <20000908001621.A27828@dan.emsphone.com> References: <20000906143857.Q18862@fw.wintelcom.net> <20000908083751.A14464@linux.rainbow> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <20000908083751.A14464@linux.rainbow>; from "Igor Roboul" on Fri Sep 8 08:37:51 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 08), Igor Roboul said: > On Wed, Sep 06, 2000 at 02:38:57PM -0700, Alfred Perlstein wrote: > > * petro [000906 14:34] wrote: > > > rl0: promiscuous mode enabled > > > rl0: promiscuous mode disabled > > > What does it mean and how I can set this ???? > > > Thank you very much. > > > > When we say realtek cards are 'cheap', we didn't mean price-wise. > Wow, but I have same for 3Com 3c905B-TX Fast Etherlink XL: > demon.rainbow kernel log messages: > > xl0: promiscuous mode enabled > > xl0: promiscuous mode disabled > > xl0: promiscuous mode enabled > > xl0: promiscuous mode disabled > I got this in todays root mail. So what this mean? Means you ran tcpdump twice. -- 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 Thu Sep 7 22:30:22 2000 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 4559937B423 for ; Thu, 7 Sep 2000 22:30:20 -0700 (PDT) Received: from home.com ([24.1.247.6]) by mail.rdc1.az.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000908053020.MPOD12685.mail.rdc1.az.home.com@home.com> for ; Thu, 7 Sep 2000 22:30:20 -0700 Message-ID: <39B8595F.F02E1104@home.com> Date: Thu, 07 Sep 2000 20:13:35 -0700 From: Joel Mc Graw Organization: Joel_at_Home X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: what language should i learn next ? References: <20000907150644.A4202@dogma.freebsd-uk.eu.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG j mckitrick wrote: > > I want to set the goal of learning a new language in the next couple of > months. These are the ones I am considering: > > perl > python > shell scripting (I am weak in this) > java (no freebsd support yet, right?) > > open to suggestions.... > > jcm Hmmm, what about all of them ;) Seriously, a word of caution. In my experience, programmers that are really good at language "x" tend to suffer from an I-have-a-hammer-every-problem-is-a-nail mentality. That being said: -I think the job market is still pretty hot for java -Shell scripting and (I assume) perl would be great tools if you wish to do sys-admin type stuff -python is a _REALLY_ cool language. I learned Python specifically for a monolithic project I'm working on right now and this is what I've discovered ->Clean, clear syntax ->Object-oriented ->Want GUI? You got it. Windows, Unix, Mac, Be... On the down side, when it comes to commercial software (e.g, databases), companies will typically come out with a jdbc and/or perl interface looooong before they produce a python interface (although, if the database has an ODBC driver Python can access it that way). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 22:37:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay3.jaring.my (relay3.jaring.my [192.228.128.13]) by hub.freebsd.org (Postfix) with ESMTP id 5E2B937B423 for ; Thu, 7 Sep 2000 22:37:56 -0700 (PDT) Received: from pop.jaring.my (j46.jrc16.jaring.my [161.142.111.180]) by relay3.jaring.my (8.9.3/8.9.3) with ESMTP id NAA17261 for ; Fri, 8 Sep 2000 13:37:52 +0800 (MYT) Message-ID: <39B87AF2.E8C81C41@pop.jaring.my> Date: Fri, 08 Sep 2000 13:36:51 +0800 From: K H X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd Subject: To Igor Roboul Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please don't keep apologizing for your "bad" English. It's fine. Really !! What is important for a newbie like me is that your answers are really helpful, clear and direct. I read EVERY ONE of your mails and I have learn a lot from it. Thank you and keep it up!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 23:18:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from datasphereweb.com (c182500-a.frndl1.wa.home.com [24.10.46.121]) by hub.freebsd.org (Postfix) with ESMTP id BFE3A37B423 for ; Thu, 7 Sep 2000 23:18:16 -0700 (PDT) Received: from localhost (davidd@localhost) by datasphereweb.com (8.9.3/8.9.3) with ESMTP id XAA01528 for ; Thu, 7 Sep 2000 23:18:16 -0700 (PDT) (envelope-from davidd@datasphereweb.com) Date: Thu, 7 Sep 2000 23:18:16 -0700 (PDT) From: David Daugherty To: questions@freebsd.org Subject: Basic access from console 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 any way for me to gain access to a 3.4 box's file system without knowing any login passwords or accounts other then root? I have console access so I suppose I could boot into single user mode. But I'm not sure what to do from there. Maybe through the toor account? Someone who quit our company recently used this for a development box and we need to see exactly what code he was working on. On a side note, would this be the same for a linux box? Say, maybe debian or RedHat. David Daugherty david.daugherty@netmanage.com NetMange - The Bridge to E-Business To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 23:30:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 8D75B37B423 for ; Thu, 7 Sep 2000 23:30:52 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 7 Sep 2000 23:29:47 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id XAA23380; Thu, 7 Sep 2000 23:30:45 -0700 (PDT) (envelope-from cjc) Date: Thu, 7 Sep 2000 23:30:45 -0700 From: "Crist J . Clark" To: John Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is stunnel supposed to be a resource hog? Message-ID: <20000907233045.I69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <4.3.1.2.20000907203820.00ac0290@mail.udel.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <4.3.1.2.20000907203820.00ac0290@mail.udel.edu>; from papalia@udel.edu on Thu, Sep 07, 2000 at 08:49:48PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 08:49:48PM -0400, John wrote: > Hey all, > > So, with stunnel doing the 'fronting' for my imap and pop3 servers for the > past couple of weeks, I just took a glance at the system resources via > "top". I get the results below. It doesn't seem right to me though that > stunnel should be taking up so much of the system's time? > > Thanks in advance, > John > > Last pid: 29422; load averages: 3.01, 3.04, 3.01 up > 22+22:36:14 20:43:49 > 56 processes: 4 running, 51 sleeping, 1 zombie > > Mem: 34M Active, 30M Inact, 20M Wired, 4000K Cache, 19M Buf, 3764K Free > Swap: 160M Total, 7456K Used, 153M Free, 4% Inuse > > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > 61565 root 59 0 1984K 76K RUN 45.4H 32.67% 32.67% stunnel > 61567 root 59 0 1984K 76K RUN 45.5H 32.62% 32.62% stunnel What the heck would it be fronting for that has been running for 45.5 hours? stunnel can eat CPU at startup when generating keys for the session. Once it gets going, it should not use too much CPU, and then it should only be using CPU when there is information being transfered. What's been sending info for 45.5 hours of CPU? > system's (P-90) info is as follows: Whoo. I hope you aren't serving too many people. Looks like you have 64 MB? That actually might be yuor biggest problem if you get lots of IMAP and stunnels resident on the system at once. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 23:32:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sloth.wcug.wwu.edu (sloth.wcug.wwu.edu [140.160.184.240]) by hub.freebsd.org (Postfix) with SMTP id 532C237B422 for ; Thu, 7 Sep 2000 23:32:57 -0700 (PDT) Received: (qmail 475 invoked by uid 1089); 8 Sep 2000 06:32:56 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 Sep 2000 06:32:56 -0000 Date: Thu, 7 Sep 2000 23:32:56 -0700 (PDT) From: Christopher Johnson To: David Daugherty Cc: questions@freebsd.org Subject: Re: Basic access from console 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, 7 Sep 2000, David Daugherty wrote: > Is there any way for me to gain access to a 3.4 box's file system without > knowing any login passwords or accounts other then root? I have console > access so I suppose I could boot into single user mode. But I'm not sure > what to do from there. Maybe through the toor account? > > Someone who quit our company recently used this for a development box and > we need to see exactly what code he was working on. > > On a side note, would this be the same for a linux box? Say, maybe debian > or RedHat. > > David Daugherty > david.daugherty@netmanage.com > NetMange - The Bridge to E-Business If you're willing to take the machine down, all you need to do is remove the drive and install it on another machine. You can use disklabel to discover which partitions are present and then mount them. This way, you don't have to worry about permissions or access to the machine. I had to do this recently when dealing with some severe filesystem corruption, and it works quite well. Chris Johnson cjohnson@wcug.wwu.edu WCUG: lather, rinse, repeat. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 23:33:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id CC15037B423 for ; Thu, 7 Sep 2000 23:33:11 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 7 Sep 2000 23:32:01 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id XAA23390; Thu, 7 Sep 2000 23:33:03 -0700 (PDT) (envelope-from cjc) Date: Thu, 7 Sep 2000 23:32:58 -0700 From: "Crist J . Clark" To: "Michael S. Fischer" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ssh problem Message-ID: <20000907233258.J69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <20000907141929.A3960@dynamine.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000907141929.A3960@dynamine.net>; from michael@dynamine.net on Thu, Sep 07, 2000 at 02:19:29PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 02:19:29PM -0700, Michael S. Fischer wrote: > Now, I know I'm not stupid, but this problem has me completely > stumped. > > While I can log in to my FreeBSD (-STABLE as of this AM) box via ssh > (I'm using RSA authentication), I cannot run any commands on the ssh > command line (e.g. 'ssh phoenix ls') and get a response. scp does not > appear to work either to this particular host. > > When I run 'ssh ls', here's what I see in the ps output on > the target host: > > root 4923 0.0 0.6 2124 1492 ?? S 2:17PM 0:00.06 sshd: > michael@notty (sshd) > michael 4924 0.0 0.5 1664 1328 ?? Ss 2:17PM 0:00.04 bash -c > ls > > The client side just hangs eternally. > > Does anyone have a clue as to what is going on here? Please CC: me on > any responses, as I am not a list subscriber. Can you try running the client as, $ ssh -v ls And the daemon on the server as, # sshd -d To get the debug output? -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 23:37:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from arrakis.artcom.pl (arrakis.artcom.pl [195.205.186.21]) by hub.freebsd.org (Postfix) with SMTP id 0550A37B43E for ; Thu, 7 Sep 2000 23:37:48 -0700 (PDT) Received: (qmail 32543 invoked from network); 8 Sep 2000 06:35:43 -0000 Received: from mid166.cb.open.net.pl (shovel@213.149.2.166) by arrakis.artcom.pl with SMTP; 8 Sep 2000 06:35:43 -0000 Date: Fri, 8 Sep 2000 08:36:44 +0200 (CEST) From: Dorian Rochowski X-Sender: shovel@sx To: freebsd-questions@freebsd.org Subject: sb awe 32 & yamaha 724 pci soundcards 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 troubles with these soundcards on my pc. i tried very many combinations of configuration and no one work's propertly [on mp3blaster i always get error: cannot open sound device] when i using yamaha i get those on start: Sep 6 13:46:12 sx /kernel: pcm0: mem 0xe5000000-0xe5007f ff irq 10 at device 11.0 on pci0 no errors. only when i try to open any audiofile i get error [cannot open sound device] when i using sb awe 32 then i have errors with: can't get irc for sb kernel compile with no errors. thanks for any help -- Dorian Rochowski | shovel@IRCnet shovel@kosmos.pl | http://www.kosmos.pl "Don't worry, don't cry...take LSD and flyy..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Sep 7 23:48:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom0-033.telepath.com [216.14.0.33]) by hub.freebsd.org (Postfix) with SMTP id EB81637B422 for ; Thu, 7 Sep 2000 23:48:33 -0700 (PDT) Received: (qmail 48217 invoked by uid 100); 8 Sep 2000 04:01:17 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14776.25741.94379.452631@guru.mired.org> Date: Thu, 7 Sep 2000 23:01:17 -0500 (CDT) To: questions@freebsd.org Subject: Re: what language should i learn next ? In-Reply-To: <122196276@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > my personal suggestion, if you pick only one, would be perl, if only because > its useful for a lot of different interesting things worth learning about... > in addition to "normal programs" its well suited for shell-script-type > programs, you can build gui's with tk, and if you're interested in web stuff > you can use mod_perl with apache. it's not too hard to plug in a database > like mySQL, either. there's also a vast library of code and add-on modules > (CPAN) for all kinds of stuff - email, image processing, etc, etc. Since no one else put in a word about it.... Every word of this applies to Python as well (ok, CPAN doesn't have Python code, but there is a very large library available). Perl has a very esoteric syntax, in may ways similar comparable to teco and sendmail.cf. Python has an eccentric syntax - whitespace *matters*. Some people hate one, some hate the other, and some hate both - or neither. Perl has been (rightly) called "The Swiss Army Chain Saw" of languages, with "There's more than one way to do it" inscribed on the cover of the book. Perl has grown functionality by adding features. Python is more the opposite; functionality is added by removing restrictions. In particular, Python Objects are omniscient and omnipotent. Whereas Perl has regular expressions as a language type, Python has them as object. This makes them easier to use in Perl, but easier to extend in Python. The end result of all this is that Perl is easier to use for very quick scripts - you can't turn around in Python without having to import modules and use attribute references. Python provides a bit better support for large projects, as there are fewer things to deal with that aren't objects, making them easier to reuse. Personally, I'd agree that knowing as many different languages as you can is good. I'm going to investigate ruby sometime soon. Thanx, ; Fri, 8 Sep 2000 00:01:49 -0700 (PDT) Received: by starbug.ugh.net.au (Postfix, from userid 1000) id A4877A8AE; Fri, 8 Sep 2000 18:01:58 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by starbug.ugh.net.au (Postfix) with ESMTP id 9D61D544B for ; Fri, 8 Sep 2000 17:01:58 +1000 (EST) Date: Fri, 8 Sep 2000 17:01:58 +1000 (EST) From: andrew@ugh.net.au To: freebsd-questions@freebsd.org Subject: rtsp_proxy chewing the CPU Message-ID: X-WonK: *wibble* 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 installed rtsp_proxy from the ports and even when its not in use it consumes 6% of the CPU: PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 37738 root 2 0 1160K 180K poll 106:35 5.81% 5.81% rtsp_proxy Is this normal? I'm running 4.1-STABLE as of about 3 weeks ago. Thanks, Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 0:29:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 33F6937B422 for ; Fri, 8 Sep 2000 00:29:37 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-213-168-64-105.netcologne.de [213.168.64.105]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id JAA21419; Fri, 8 Sep 2000 09:29:35 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e887TSe00476; Fri, 8 Sep 2000 09:29:28 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Fri, 8 Sep 2000 09:29:28 +0200 (CEST) From: Paul Herman To: "Wendell E. Beall Jr" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: fbsdboot.exe In-Reply-To: <39B7892C.C5173BD@usa.alcatel.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, 7 Sep 2000, Wendell E. Beall Jr wrote: > Can anyone tell me what is for, why the > kernel on the live cd will not work with it (error is invalid > format), and are there any docs for this on the PowerPak CDs? I > just want to boot the Kernel from MS-DOS "command prompt only." > Any help is appreciated. It used to boot a.out kernels but has been retired, and won't be included in any more releases after 4.1. This has been discussed before; check the mail archives, I remember them saying that booting ELF kernels from DOS is a whole other ball of wax, is very difficult and won't be supported anytime in the near future. -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 0:45:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baddog.yi.org (24-216-177-184.hsacorp.net [24.216.177.184]) by hub.freebsd.org (Postfix) with ESMTP id 9614837B422 for ; Fri, 8 Sep 2000 00:45:06 -0700 (PDT) Received: from localhost.necro (localhost.necro [127.0.0.1]) by baddog.yi.org (Postfix) with ESMTP id 3E366C4 for ; Fri, 8 Sep 2000 03:46:03 -0400 (EDT) Date: Fri, 08 Sep 2000 03:46:03 EDT From: Mike Johnson To: questions@freebsd.org Subject: es1370... Reply-To: ahze@slaughter.necro.edu X-Mailer: Spruce 0.6.5 for X11 w/smtpio 0.7.9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-Id: <20000908074603.3E366C4@baddog.yi.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an es1370 chipset sound card (I have sound working) but.. It doesnt seem to be very stable. Esp with mpg123+gqmpeg. It will make the mpg123 a zombie there for I cant kill gqmpeg. Im just wondering are the drivers for es1370 stable? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 1: 3:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 1CCBC37B423 for ; Fri, 8 Sep 2000 01:03:10 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-194-8-195-185.netcologne.de [194.8.195.185]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id KAA25450; Fri, 8 Sep 2000 10:03:08 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e8882wu04004; Fri, 8 Sep 2000 10:02:58 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Fri, 8 Sep 2000 10:02:58 +0200 (CEST) From: Paul Herman To: Ramses Smeyers Cc: freebsd-questions@FreeBSD.ORG Subject: Re: useripacct 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, 6 Sep 2000, Ramses Smeyers wrote: > I'm the maintainer of a package called UserIPacct. It is a kernel patch > combined with a daemon to accout local users on your system for their IP > usage. > > I'm looking for a similar program on FreeBSD. Can somebody give me > pointers of programs which can do this on FreeBSD. ipfw(8) in FreeBSD can count packets/bytes based on uid and gid (based on local socket credentials.) -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 1:27:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay.infotel.ru (relay.infotel.ru [195.170.200.65]) by hub.freebsd.org (Postfix) with ESMTP id 7004B37B423; Fri, 8 Sep 2000 01:27:42 -0700 (PDT) Received: from krsk.infotel.ru ([195.161.20.246]) by relay.infotel.ru (8.8.7/8.8.7) with ESMTP id MAA19669; Fri, 8 Sep 2000 12:27:37 +0400 Received: from priem ([195.170.199.38]) by krsk.infotel.ru (8.9.3/8.9.3) with SMTP id QAA02954; Fri, 8 Sep 2000 16:14:41 +0700 Message-ID: <001301c01976$a3a4dd60$0509a8c0@priem.nifti.krasnoyarsk.su> From: "nifti" To: Cc: Subject: Driver for FUJITSU MO 640Mb device ? Date: Fri, 8 Sep 2000 16:23:52 +0700 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable 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 Dear Sirs: Does anybody know how to install FUJITSU magneto-optical device (640Mb) on IDE interface in FreeBSD 4.1 Release ? Does any driver for FUJITSU MO device on this interface exist (and = where)? Oleg P.S. Please answer directly on this e-mail or write to olmi@home.krasnoyarsk.ru . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 1:34:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from angeline.dynamine.net (angeline.dynamine.net [198.144.199.173]) by hub.freebsd.org (Postfix) with ESMTP id 63A6337B42C for ; Fri, 8 Sep 2000 01:34:17 -0700 (PDT) Received: by angeline.dynamine.net (Postfix, from userid 1000) id 1E34823C297; Fri, 8 Sep 2000 01:34:17 -0700 (PDT) Date: Fri, 8 Sep 2000 01:34:17 -0700 To: cjclark@alum.mit.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ssh problem Message-ID: <20000908013416.B4212@dynamine.net> Reply-To: "Michael S . Fischer" References: <20000907141929.A3960@dynamine.net> <20000907233258.J69158@149.211.6.64.reflexcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000907233258.J69158@149.211.6.64.reflexcom.com>; from cjclark@reflexnet.net on Thu, Sep 07, 2000 at 11:32:58PM -0700 From: michael@dynamine.net (Michael S. Fischer) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 11:32:58PM -0700, Crist J . Clark wrote: > Can you try running the client as, > > $ ssh -v ls > > And the daemon on the server as, > > # sshd -d > > To get the debug output? ============ Client side: ============ SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /etc/ssh/ssh_config debug: Seeding random number generator debug: ssh_connect: getuid 1000 geteuid 1000 anon 1 debug: Connecting to phoenix.dynamine.net [64.14.25.210] port 22. debug: Connection established. debug: Remote protocol version 1.5, remote software version OpenSSH-2.1 debug: Local version string SSH-1.5-OpenSSH_2.1.1 debug: Waiting for server public key. debug: Received server public key (768 bits) and host key (1024 bits). debug: Host 'phoenix.dynamine.net' is known and matches the RSA host key. debug: Seeding random number generator debug: Encryption type: 3des debug: Sent encrypted session key. debug: Installing crc compensation attack detector. debug: Received encrypted confirmation. debug: RSA authentication using agent refused. debug: Trying RSA authentication with key 'michael@angeline' debug: Received RSA challenge from server. debug: Sending response to host key RSA challenge. debug: Remote: RSA authentication accepted. debug: RSA authentication accepted by server. debug: Sending command: ls debug: Entering interactive session. Environment: PATH=/home/michael/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin MAIL=/var/mail/michael BLOCKSIZE=K FTP_PASSIVE_MODE=YES USER=michael LOGNAME=michael HOME=/home/michael SHELL=/usr/local/bin/bash SSH_CLIENT=198.144.199.173 2133 22 [hang] ============ Server side: ============ debug: sshd version OpenSSH-2.1 error: Could not load DSA host key: /etc/ssh/ssh_host_dsa_key Disabling protocol version 2 debug: Bind to port 22 on 0.0.0.0. Server listening on 0.0.0.0 port 22. Generating 768 bit RSA key. RSA key generation complete. debug: Server will not fork when running in debugging mode. Connection from angeline.dynamine.net port 2133 Connection from 198.144.199.173 port 2133 debug: Client protocol version 1.5; client software version OpenSSH_2.1.1 debug: Local version string SSH-1.5-OpenSSH-2.1 debug: Sent 768 bit public key and 1024 bit host key. debug: Encryption type: 3des debug: Received session key; encryption turned on. debug: Installing crc compensation attack detector. debug: Attempting authentication for michael. Accepted rsa for michael from 198.144.199.173 port 2133 debug: session_new: init debug: session_new: session 0 debug: Exec command 'ls' debug: Entering interactive session. debug: fd 5 setting O_NONBLOCK debug: fd 7 setting O_NONBLOCK debug: server_init_dispatch_13 debug: server_init_dispatch_15 [hang] -- Michael S. Fischer AKA Otterley _O_ Lead Hacketeer, Dynamine Consulting, Silicon Valley, CA | Phone: +1 650 533 4684 | AIM: IsThisOtterley | ICQ: 4218323 | "From the bricks of shame is built the hope"--Alan Wilder net.goth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 1:41:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from obelix.rby.hk-r.se (obelix-140.rby.hk-r.se [194.47.140.4]) by hub.freebsd.org (Postfix) with ESMTP id 0BAA537B423; Fri, 8 Sep 2000 01:41:44 -0700 (PDT) Received: from orc.rby.hk-r.se (orc [194.47.134.179]) by obelix.rby.hk-r.se (8.10.2/8.10.2) with ESMTP id e888fnU10694; Fri, 8 Sep 2000 10:41:49 +0200 (MEST) Received: from localhost (t98pth@localhost) by orc.rby.hk-r.se (8.10.2/8.10.2) with ESMTP id e888fbv13159; Fri, 8 Sep 2000 10:41:37 +0200 (MET DST) Date: Fri, 8 Sep 2000 10:41:36 +0200 (MET DST) From: =?ISO-8859-1?Q?P=E4r_Thoren?= To: Joel Mc Graw Cc: freebsd-questions@freebsd.org, FreeBSD-questions@freebsd.org Subject: Re: ATA66 troubles under 4.0R vs 3.4 In-Reply-To: <39B84AE0.3A37DB86@home.com> Message-ID: 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 On Thu, 7 Sep 2000, Joel Mc Graw wrote: > Greg Lehey wrote: > >=20 > > On Wednesday, 6 September 2000 at 20:35:08 -0500, graphics wrote: > > > After seeing uncountable sudden "drive deaths" on *brand new* > > > drives, we did a little digging (thank god for the archives!) and > > > have noted the many similar tales of woe... > >=20 > > "similar" doesn't mean "the same". What do you mean by "drive > > deaths"? If the drive has really failed, it's very unlikely to be > > connected to FreeBSD. > >=20 > > > Now, since 3.4 reportedly does not suffer from these troubles, we > > > are going to go back down to 3.4, however, we would like the > > > transition to be as painless as humanly possible, so: Can we simply > > > do an overlay of 3.4 onto a 4.0 system? > >=20 > > No. > >=20 > > > Also, is it known whether 4.1 has fixed the 4.0 ATA66 problems? How > > > about 5-stable? > >=20 > > Nobody knows if you don't know. How do you expect us to know what the > > problem is? > >=20 > I think this is an unhelpful answer. I ran into the same problem > upgrading from 3.1 to 4.1r. I noticed that dmesg claimed that the cable > was not DMA66 compliant (it was). After some research, I DID see a lot > of similar complaints (drive dies) with one common thread: they were > Quantum drives. Mine was a Quantum Fireball. Brand new. I went out > and bought a Maxtor, and reinstalled FreeBSD. No problems.=20 > Interestingly enough, I still have the Quantum in the machine, but it's > now the secondary master. >=20 > > If you're running into a real problem with the new ata driver, you can > > build a kernel with the wd driver instead. That's a lot less work > > than reinstalling the system. But I can't decide whether that's the > > case until I see some evidence. >=20 > Obviously, building the kernel with the wd driver would be cheaper than > buying a new drive... >=20 >=20 Hi! I also got problems with the ATA drives. I posted my problem here a couple of days ago. The wd driver in 3.4 worked fine. So I guess I can use them instead. What would be the kernel entry for using the wd driver instead? /P=E4r To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 1:58:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.tudelft.nl (ns1.tudelft.nl [130.161.180.1]) by hub.freebsd.org (Postfix) with ESMTP id ADB1537B422 for ; Fri, 8 Sep 2000 01:58:25 -0700 (PDT) Received: from lr0nt3.lr.tudelft.nl (lr0nt3.lr.tudelft.nl [130.161.166.23]) by mailhost2.tudelft.nl (PMDF V5.2-33 #42431) with ESMTP id <0G0K008HC8XCYP@mailhost2.tudelft.nl> for freebsd-questions@FreeBSD.ORG; Fri, 8 Sep 2000 10:58:24 +0200 (MET DST) Received: from kaas.balpol.tudelft.nl ([130.161.72.77]) by lr0nt3.lr.tudelft.nl with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id PLQWWCWA; Fri, 08 Sep 2000 11:01:20 +0200 Date: Fri, 08 Sep 2000 08:55:53 +0200 From: Kees van Wijk Subject: smbmount where is it??? To: freebsd-questions@FreeBSD.ORG Reply-To: C.vanwijk@student.tudelft.nl Message-id: <00090809012700.01264@kaas.balpol.tudelft.nl> MIME-version: 1.0 X-Mailer: KMail [version 1.0.28] Content-type: text/plain Content-transfer-encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed the samba package for BSD-4.1 release. I can find smbclient / smbpasswd / smbstatus etc in: /usr/local/bin BUT where is smbmount / smbmnt etc???? Do I need to install other packages as well? Can I mount window shares a different way?? Thanks Kees To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 2: 7: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from font.csa.ru (ws06.ihpcdb.pu.ru [195.70.203.183]) by hub.freebsd.org (Postfix) with ESMTP id 511B137B423 for ; Fri, 8 Sep 2000 02:07:05 -0700 (PDT) Received: from csa.ru (argon.csa.ru [194.226.193.4]) by font.csa.ru (8.9.3/8.9.3) with ESMTP id NAA19901 for ; Fri, 8 Sep 2000 13:07:02 +0400 (MSD) Message-ID: <39B8AB32.9AFD7321@csa.ru> Date: Fri, 08 Sep 2000 13:02:42 +0400 From: "Konstantin B. Baev" Organization: IHPC&DB X-Mailer: Mozilla 4.05C-SGI [en] (X11; I; IRIX64 6.5 IP30) MIME-Version: 1.0 To: "\"FeeBSD-Questions\" mail-list" Subject: Traffif by "natd_interface" Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, How can I see traffic by natd_interface in 3.4 Release? -- Konstantin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 2: 8:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id 7104937B422 for ; Fri, 8 Sep 2000 02:08:23 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.79.253) by relay1.inwind.it (5.1.046) id 39AFDC99000F1C65; Fri, 8 Sep 2000 11:08:18 +0200 From: Salvo Bartolotta Date: Fri, 08 Sep 2000 10:08:23 GMT Message-ID: <20000908.10082300@bartequi.ottodomain.org> Subject: Re: ATA66 troubles under 4.0R vs 3.4 To: =?ISO-8859-1?Q?P=E4r?= Thoren Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > I also got problems with the ATA drives. I posted my problem here a=20 couple > of days ago. The wd driver in 3.4 worked fine. So I guess I can use=20 them > instead. What would be the kernel entry for using the wd driver=20 instead? > /P=E4r Dear P=E4r Thoren, You may wish to have a look at wd(4). Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 2:17:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.jakinternet.co.uk (proxy.jakinternet.co.uk [212.41.43.4]) by hub.freebsd.org (Postfix) with ESMTP id F3A2C37B422 for ; Fri, 8 Sep 2000 02:17:13 -0700 (PDT) Received: from smtp.jakinternet.co.uk (smtp.jakinternet.co.uk [212.41.41.61]) by smtp2.jakinternet.co.uk (Postfix) with SMTP id 3CE3EA7810 for ; Fri, 8 Sep 2000 10:12:47 +0100 (BST) Received: from sykes.demon.co.uk ([212.41.50.160]) by smtp.jakinternet.co.uk ; Fri, 08 Sep 2000 10:15:47 -0100 Received: from martinh (martinh [192.168.2.6]) by sykes.demon.co.uk (8.7.6/v3.2) with SMTP id KAA22035 for ; Fri, 8 Sep 2000 10:17:09 +0100 Message-ID: <00c001c01975$9111ba20$0602a8c0@melksham> From: "Martin Hillier" To: Subject: What does this mean? Date: Fri, 8 Sep 2000 10:17:09 +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.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I have been trying to sort out a problem with a freebsd machine and linux, when I ping from one to the other I get packets sent but no received packets, 100% packet loss. Does this mean its getting to the other machine (route is ok) but not responding? This ones odd because I can ping all of the other machines (win 9X) on our subnet, from linux and freebsd. Any Ideas.. Many Thanks Martin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 2:18: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bumper.jellybaby.net (bumper.jellybaby.net [194.159.247.1]) by hub.freebsd.org (Postfix) with ESMTP id 10F1237B423 for ; Fri, 8 Sep 2000 02:18:02 -0700 (PDT) Received: (from simond@localhost) by bumper.jellybaby.net (8.9.2/8.9.2) id KAA00414; Fri, 8 Sep 2000 10:17:58 +0100 (BST) (envelope-from simond) Date: Fri, 8 Sep 2000 10:17:58 +0100 From: simond@irrelevant.org To: Al Merkel Cc: questions@FreeBSD.ORG Subject: Re: CPU Quastion Message-ID: <20000908101758.B220@irrelevant.org> References: <000a01c018eb$46886920$730972d8@altower> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000a01c018eb$46886920$730972d8@altower>; from almerkel@nconnect.net on Thu, Sep 07, 2000 at 11:47:12AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 11:47:12AM -0500, Al Merkel wrote: > So will FreeBSD run on my AMD 700 chip using ASUS K7M mother board? If it works with my Duron 650 on an Asus A7V I'd guess it would work :) -- Simon Dick simond@irrelevant.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 2:27:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.westgate.gr (zeus.westgate.gr [212.205.119.32]) by hub.freebsd.org (Postfix) with SMTP id 0014637B423 for ; Fri, 8 Sep 2000 02:27:32 -0700 (PDT) Received: (qmail 25833 invoked from network); 8 Sep 2000 09:25:19 -0000 Received: from gray.westgate.gr (root@212.205.119.66) by zeus.westgate.gr with SMTP; 8 Sep 2000 09:25:19 -0000 Received: (from charon@localhost) by gray.westgate.gr (8.11.0/8.11.0) id e889Rr200918; Fri, 8 Sep 2000 12:27:53 +0300 (EEST) Date: Fri, 8 Sep 2000 12:27:53 +0300 From: Giorgos Keramidas To: keith@mail.telestream.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Quick sendmail questions Message-ID: <20000908122753.A853@gray.westgate.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from keith@mail.telestream.com on Thu, Sep 07, 2000 at 03:48:45PM -0700 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 03:48:45PM -0700, keith@mail.telestream.com wrote: > #1 > Since the release of 8.11.0 the sendmail.cw file is no longer the > standard and it's now default to local-host-names Given that, do we > still use FEATURE(`use_cw_file')dnl as a feature? Or has that also > been swapped out with something else. I upgraded to sendmail-8.11.0 before it was merged in -STABLE, and added NO_SENDMAIL to my make.conf a few weeks ago. In my .mc file you can still read: define(`confCW_FILE', `-o /etc/mail/sendmail.cw')dnl FEATURE(`use_cw_file')dnl and I haven't found that it causes any problems with my setup. > #2 > What is the difference between > > # Hosts that will permit relaying ($=R) > FR-o /etc/mail/relay-domains > > and the cw file? In cw_file you put the names of the hosts / domains that should be treated as local, i.e mail received for these names will be delivered to a local user. In relay-domains you put hostnames or domain names that sendmail should relay mail for. These messages do not need to be treated as local, since they might be mail for a domain which lists you as the backup-MX. -- Giorgos Keramidas, For my public pgp2 key: finger -l keramida@diogenis.ceid.upatras.gr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 2:29:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f229.law8.hotmail.com [216.33.241.229]) by hub.freebsd.org (Postfix) with ESMTP id A19F137B422 for ; Fri, 8 Sep 2000 02:29:41 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 8 Sep 2000 02:29:41 -0700 Received: from 208.153.97.2 by lw8fd.law8.hotmail.msn.com with HTTP; Fri, 08 Sep 2000 09:29:41 GMT X-Originating-IP: [208.153.97.2] From: "Roland Birkett" To: freebsd-questions@FreeBSD.ORG Subject: VFP 6 Date: Fri, 08 Sep 2000 09:29:41 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 08 Sep 2000 09:29:41.0504 (UTC) FILETIME=[50E01800:01C01977] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, CAN ANYONE TELL ME IF THIS OS RUNS VFP 6 ? _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 2:30:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from envy.geekhouse.net (envy.geekhouse.net [64.81.6.50]) by hub.freebsd.org (Postfix) with ESMTP id 2A51B37B422 for ; Fri, 8 Sep 2000 02:30:15 -0700 (PDT) Received: (from jim@localhost) by envy.geekhouse.net (8.11.0/8.11.0) id e889Txd01545; Fri, 8 Sep 2000 02:29:59 -0700 (PDT) (envelope-from jim) Date: Fri, 8 Sep 2000 02:29:58 -0700 From: Jim Mock To: enigma2u@pacbell.net Cc: questions@FreeBSD.ORG Subject: Re: Hi. Message-ID: <20000908022958.A1203@envy.geekhouse.net> Reply-To: jim@jmock.com References: <39B83691.DEDB2B2F@postoffice.pacbell.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <39B83691.DEDB2B2F@postoffice.pacbell.net>; from enigma2u@pacbell.net on Thu, Sep 07, 2000 at 05:45:05PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 07 Sep 2000 at 17:45:05 -0700, enigma2u@pacbell.net wrote: > Hi FreeBSD, > I looked around on your site but was unable to locate a > way to download FreeBSD. I was wondering if there is a way to send me > a hyperlink to the site or if you could send it as an attachment on an > email to enigma2u@pacbell.net. Thank You. There's a huge ``Getting FreeBSD'' header on the front page of the site. How hard did you look? At any rate, take a look at the handbook's installation chapter -- http://www.FreeBSD.org/handbook/install.html. - jim -- jim mock work: jim@osd.bsdi.com | jim@FreeBSD.org http://soupnazi.org/ BSDi Open Source Div | http://bsdi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 2:32:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from envy.geekhouse.net (envy.geekhouse.net [64.81.6.50]) by hub.freebsd.org (Postfix) with ESMTP id E957837B422 for ; Fri, 8 Sep 2000 02:32:44 -0700 (PDT) Received: (from jim@localhost) by envy.geekhouse.net (8.11.0/8.11.0) id e889Wft01606; Fri, 8 Sep 2000 02:32:41 -0700 (PDT) (envelope-from jim) Date: Fri, 8 Sep 2000 02:32:41 -0700 From: Jim Mock To: Scott Cc: freebsd-questions@FreeBSD.ORG Subject: Re: More is missing Message-ID: <20000908023241.B1203@envy.geekhouse.net> Reply-To: jim@jmock.com References: <39B8708D.2C4EEF3E@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <39B8708D.2C4EEF3E@earthlink.net>; from digitalox@earthlink.net on Thu, Sep 07, 2000 at 11:52:29PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 07 Sep 2000 at 23:52:29 -0500, Scott wrote: > Hello, > > I just installed 4.0 from the powerpak recently. More is missing > from system, so is less. I thought I installed just about everything - > how can I get these into my system? Check your path. Look in /usr/bin. If it's not there, chances are the install didn't finish correctly. - jim -- jim mock work: jim@osd.bsdi.com | jim@FreeBSD.org http://soupnazi.org/ BSDi Open Source Div | http://bsdi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 2:41:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.westgate.gr (zeus.westgate.gr [212.205.119.32]) by hub.freebsd.org (Postfix) with SMTP id AEBBF37B423 for ; Fri, 8 Sep 2000 02:41:16 -0700 (PDT) Received: (qmail 25874 invoked from network); 8 Sep 2000 09:39:05 -0000 Received: from gray.westgate.gr (root@212.205.119.66) by zeus.westgate.gr with SMTP; 8 Sep 2000 09:39:05 -0000 Received: (from charon@localhost) by gray.westgate.gr (8.11.0/8.11.0) id e889fdJ01076; Fri, 8 Sep 2000 12:41:39 +0300 (EEST) Date: Fri, 8 Sep 2000 12:41:39 +0300 From: Giorgos Keramidas To: Steve Van Den Akker Cc: questions@FreeBSD.ORG Subject: Re: IP-Filter Message-ID: <20000908124139.B853@gray.westgate.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from vandena@ispchannel.com on Thu, Sep 07, 2000 at 09:49:56PM -0500 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 09:49:56PM -0500, Steve Van Den Akker wrote: > Anyone using IP-Filter instead of ipfw? Was it easier to set > up/maintain? Have any pointers/suggestions for a newbie trying to set up > a gateway/firewall? You might find it helpful to check the configuration / examples I use to set up ipfilter on the machines where I use freebsd. The relevant URL is: http://labs.gr/~charon/ipfilter/ Start from the examples/ section where I keep sample files for allowing and/or blocking certain services, and when you feel comfortable enough delve into the madness of machines/ where you can find the full setup of the machines where I installed ipfilter. -- Giorgos Keramidas, For my public pgp2 key: finger -l keramida@diogenis.ceid.upatras.gr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 2:42:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.lrt.be (mail.lrt.be [212.221.42.2]) by hub.freebsd.org (Postfix) with SMTP id D151137B423 for ; Fri, 8 Sep 2000 02:42:38 -0700 (PDT) Received: from 212.221.42.252 by mail.lrt.be with ESMTP (WorldSecure Server SMTP Relay(WSS) v4.3); Fri, 08 Sep 00 11:40:54 +0100 X-Server-Uuid: 70ab2e80-edeb-11d3-ba8e-0050bac381d6 X-MimeOLE: Produced By Microsoft Exchange V6.0.4368.4 content-class: urn:content-classes:message Subject: RE: More is missing MIME-Version: 1.0 Date: Fri, 8 Sep 2000 11:42:51 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: More is missing Thread-Index: AcAZd9jZw+zWmxY7TfKcDaN1LbB+igAAPMuA From: "Fabien DERUDDER" To: jim@jmock.com Cc: freebsd-questions@FreeBSD.ORG X-WSS-ID: 15A61DBC45442-01-01 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 Although 'more' should be anyway installed (check your path), you'll have to install 'less' from the ports under 'misc' -----Original Message----- From: Jim Mock [mailto:jim@jmock.com] Sent: vendredi 8 septembre 2000 11:33 To: Scott Cc: freebsd-questions@FreeBSD.ORG Subject: Re: More is missing On Thu, 07 Sep 2000 at 23:52:29 -0500, Scott wrote: > Hello,=20 >=20 > I just installed 4.0 from the powerpak recently. More is missing > from system, so is less. I thought I installed just about everything - > how can I get these into my system? Check your path. Look in /usr/bin. If it's not there, chances are the install didn't finish correctly. - jim --=20 jim mock work: jim@osd.bsdi.com | jim@FreeBSD.org http://soupnazi.org/ BSDi Open Source Div | http://bsdi.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 Sep 8 3:10:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by hub.freebsd.org (Postfix) with ESMTP id DD17937B424 for ; Fri, 8 Sep 2000 03:10:42 -0700 (PDT) Received: from ipamzlx.Physik.Uni-Mainz.DE (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by ipamzlx.physik.uni-mainz.de (8.11.0/8.9.3) with ESMTP id e88ADDT30193 for ; Fri, 8 Sep 2000 12:13:14 +0200 (CEST) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Fri, 8 Sep 2000 12:13:13 +0200 (CEST) From: "O. Hartmann" To: freebsd-questions@freebsd.org Subject: FBSD 4.1 on ALPHA/Multia, console lost 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 Sirs. While trying to switch the SRC console, I lost the console and do not have any access to the system. Keyboard locked, only one revision message is shown on screen. Well, something sya to me: this happened to me already in the past. But I do not know how to gain access back to the graphical device. I know that digital has serial port 1 as the standard terminal port, but I have no access to a terminal which is capable gainig access to the system. Please help ... Gruss O. Hartmann ------------------------------------------------------------------- ohartman@ipamzlx.physik.uni-mainz.de Klimadatenserver des IPA, Universitaet Mainz Netzwerk- und Systembetreuung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 3:19:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from walhalla.sin.khk.be (ns.sin.khk.be [194.7.78.21]) by hub.freebsd.org (Postfix) with ESMTP id 265B637B422 for ; Fri, 8 Sep 2000 03:19:25 -0700 (PDT) Received: from localhost (fatman@localhost) by walhalla.sin.khk.be (8.9.3/8.9.1) with ESMTP id LAA05084; Fri, 8 Sep 2000 11:32:31 +0200 X-Authentication-Warning: walhalla.sin.khk.be: fatman owned process doing -bs Date: Fri, 8 Sep 2000 11:32:31 +0200 (CEST) From: Ramses Smeyers X-Sender: fatman@walhalla.sin.khk.be To: Paul Herman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: useripacct 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, > ipfw(8) in FreeBSD can count packets/bytes based on uid and gid (based > on local socket credentials.) are we then talking about a rule for every user?, and can this system be used as disk quota, so with hard and soft quota (like useripacct) does. The aim of the useripacct patch is to give a user 200MB traffic for one month, and let their traffic block after those 200MB are used. To implement this in freebsd, do I have to place a rule for every user, this is like not scalable, and is their a daemon available to control the IP flow and block users if it has to be done ? ys, rs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 3:20:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom0-002.telepath.com [216.14.0.2]) by hub.freebsd.org (Postfix) with SMTP id E424837B422 for ; Fri, 8 Sep 2000 03:20:36 -0700 (PDT) Received: (qmail 67103 invoked by uid 100); 8 Sep 2000 10:19:57 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14776.48461.250187.473999@guru.mired.org> Date: Fri, 8 Sep 2000 05:19:57 -0500 (CDT) To: questions@freebsd.org Subject: WAIS for FreeBSD? X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I find myself in need of a WAIS engine (or some other tool for searching structured text) for use on FreeBSD. The two ports both fail. freewais-sf drops core when one of the database parts grows larger than 16 Meg (yup, I need that), and making the changes recommended in the source to get around this don't seem to work. The wais port doesnt do anything when I do "make install", even though it builds. Any suggestions on fixing these two things, or an alternative tool (glimpse is out). Thanx, ; Fri, 8 Sep 2000 03:41:49 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13XLaH-0006D1-00 for freebsd-questions@FreeBSD.ORG; Fri, 8 Sep 2000 13:40:37 +0300 Date: Fri, 8 Sep 2000 13:40:37 +0300 From: Odhiambo Washington To: freebsd-questions@FreeBSD.ORG Subject: Re: What does this mean? Message-ID: <20000908134037.A22458@siafu.iconnect.co.ke> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <00c001c01975$9111ba20$0602a8c0@melksham> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <00c001c01975$9111ba20$0602a8c0@melksham>; from Martin Hillier on Fri, Sep 08, 2000 at 10:17:09AM +0100 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 1:39PM up 11 days, 2:29, 7 users, load averages: 0.51, 0.45, 0.42 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Martin Hillier : [000908 12:17]: Martin Hillier>Hi all, Martin Hillier> Martin Hillier>I have been trying to sort out a problem with a freebsd machine and linux, Martin Hillier>when I ping from one to the other I get packets sent but no received Martin Hillier>packets, 100% packet loss. Martin Hillier> Martin Hillier>Does this mean its getting to the other machine (route is ok) but not Martin Hillier>responding? Martin Hillier> The machine that you're pinging is not reachable. Simply put. If your network is routed, then check the router.... Martin Hillier>This ones odd because I can ping all of the other machines (win 9X) on our Martin Hillier>subnet, from linux and freebsd. Martin Hillier> Martin Hillier>Any Ideas.. Martin Hillier> Martin Hillier>Many Thanks Martin Hillier> Martin Hillier>Martin. Martin Hillier> Martin Hillier> Martin Hillier> Martin Hillier>To Unsubscribe: send mail to majordomo@FreeBSD.org Martin Hillier>with "unsubscribe freebsd-questions" in the body of the message -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 A kiss is a rosy dot over the 'i' of loving. -Cyrano de Bergerac (contributed by Chris Johnston) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 3:44:25 2000 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 362CA37B446 for ; Fri, 8 Sep 2000 03:44:23 -0700 (PDT) Received: from bsd.net.il (bzq-173-125.bezeqint.net) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with ESMTP id <0G0K00GJSDQQVI@mail.bezeqint.net> for freebsd-questions@FreeBSD.ORG; Fri, 8 Sep 2000 13:42:26 +0300 (GMT) Received: (from nimrodm@localhost) by bsd.net.il (8.11.0/8.9.3) id e88Abcw01489 for freebsd-questions@FreeBSD.ORG; Fri, 08 Sep 2000 12:37:38 +0200 (IST envelope-from nimrodm) Date: Fri, 08 Sep 2000 12:37:38 +0200 From: Nimrod Mesika Subject: Re: smbmount where is it??? In-reply-to: <00090809012700.01264@kaas.balpol.tudelft.nl>; from C.vanwijk@student.tudelft.nl on Fri, Sep 08, 2000 at 08:55:53AM +0200 To: freebsd-questions@FreeBSD.ORG Reply-To: nimrodm@email.com Message-id: <20000908123738.A1348@localhost.bsd.net.il> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline Mail-Followup-To: freebsd-questions@FreeBSD.ORG User-Agent: Mutt/1.2i References: <00090809012700.01264@kaas.balpol.tudelft.nl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 08, 2000 at 08:55:53AM +0200, Kees van Wijk wrote: > I installed the samba package for BSD-4.1 release. > > I can find smbclient / smbpasswd / smbstatus etc in: > /usr/local/bin > > BUT where is smbmount / smbmnt etc???? > > Do I need to install other packages as well? > Can I mount window shares a different way?? I've never tried it myself - but you should take a look at Sharity-Light (supposed to be a usermode version of smbfs.) It's in the ports: /usr/ports/net/sharity-light There is another implementation (kernel based) but I'm not sure if it is stable or still beta software: ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz -- Nimrod. http://www.geocities.com/rodd_27 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 3:44:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 9B5C637B43F for ; Fri, 8 Sep 2000 03:44:47 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13XLdE-0006M7-00 for freebsd-questions@FreeBSD.ORG; Fri, 8 Sep 2000 13:43:40 +0300 Date: Fri, 8 Sep 2000 13:43:40 +0300 From: Odhiambo Washington To: freebsd-questions@FreeBSD.ORG Subject: Re: smbmount where is it??? Message-ID: <20000908134340.B22458@siafu.iconnect.co.ke> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <00090809012700.01264@kaas.balpol.tudelft.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <00090809012700.01264@kaas.balpol.tudelft.nl>; from Kees van Wijk on Fri, Sep 08, 2000 at 08:55:53AM +0200 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 1:43PM up 11 days, 2:33, 8 users, load averages: 0.39, 0.42, 0.41 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Kees van Wijk : [000908 11:57]: Kees van Wijk>I installed the samba package for BSD-4.1 release. Kees van Wijk> Kees van Wijk>I can find smbclient / smbpasswd / smbstatus etc in: Kees van Wijk>/usr/local/bin Kees van Wijk> Kees van Wijk>BUT where is smbmount / smbmnt etc???? Ask tridge@SMB.org Kees van Wijk> Kees van Wijk>Do I need to install other packages as well? Kees van Wijk>Can I mount window shares a different way?? Kees van Wijk> Kees van Wijk> Kees van Wijk>Thanks Kees Kees van Wijk> Kees van Wijk> Kees van Wijk>To Unsubscribe: send mail to majordomo@FreeBSD.org Kees van Wijk>with "unsubscribe freebsd-questions" in the body of the message -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 Most of the things we decide are not what we know to be the best. We say yes, merely because we are driven into a corner and must say something. -Frank Crane, "Essays" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 4: 0:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 979F037B423 for ; Fri, 8 Sep 2000 04:00:32 -0700 (PDT) Received: from marcs by draenor.org with local (Exim 3.16 #1) id 13XLsz-0005EK-00; Fri, 08 Sep 2000 12:59:57 +0200 Date: Fri, 8 Sep 2000 12:59:56 +0200 From: Marc Silver To: nimrodm@email.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: smbmount where is it??? Message-ID: <20000908125956.T11766@draenor.org> References: <00090809012700.01264@kaas.balpol.tudelft.nl> <20000908123738.A1348@localhost.bsd.net.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000908123738.A1348@localhost.bsd.net.il>; from nimrodm@bezeqint.net on Fri, Sep 08, 2000 at 12:37:38PM +0200 X-Operating-System: FreeBSD 4.1-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Why not try : "find / -name smbmount -print" That should tell you where it is _if_ the file exists on your system. Cheers, Marc On Fri, Sep 08, 2000 at 12:37:38PM +0200, Nimrod Mesika wrote: > On Fri, Sep 08, 2000 at 08:55:53AM +0200, Kees van Wijk wrote: > > I installed the samba package for BSD-4.1 release. > > > > I can find smbclient / smbpasswd / smbstatus etc in: > > /usr/local/bin > > > > BUT where is smbmount / smbmnt etc???? > > > > Do I need to install other packages as well? > > Can I mount window shares a different way?? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 4:10:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id EBC3537B423 for ; Fri, 8 Sep 2000 04:10:36 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13XM2G-0008jm-00; Fri, 8 Sep 2000 14:09:32 +0300 Date: Fri, 8 Sep 2000 14:09:32 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Cc: gsjacobs@netactive.co.za Subject: Re: Troubleshooting: Sound Message-ID: <20000908140932.C22458@siafu.iconnect.co.ke> Mail-Followup-To: freebsd-questions@freebsd.org, gsjacobs@netactive.co.za References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Gail Jacobs on Thu, Sep 07, 2000 at 09:08:15PM +0200 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 2:00PM up 11 days, 2:51, 7 users, load averages: 0.90, 0.64, 0.55 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Gail Jacobs : [000907 22:07]: Gail Jacobs>Dear freeBSD.org, Gail Jacobs> Gail Jacobs>Dear freeBSD.org, Gail Jacobs> Gail Jacobs>I have recently installed freeBSD on a partition on my primary hard disk, Gail Jacobs>which also runs windows 98. Gail Jacobs>I have set up most of my other hardware (with alot of my friend's help), but Gail Jacobs>neither of us could get my sound to co-operate. Gail Jacobs>It is a Creative Soundblaster 16 (ISA). My friend know's his UNIX a whole Gail Jacobs>lot better than me, and he tried just about everything he could think of, he Gail Jacobs>runs a machine with a PCI soundcard, and his auto-detects it on start-up, as Gail Jacobs>far as i can see 'pcm' is not initialized, on start-up it displays neither a Gail Jacobs>failure or success message. in my config file in /usr/src/sys/i386/conf the Gail Jacobs>line reads "device pcm", and we tried the line "device pcm0 at isa? ...etc" Gail Jacobs>but to no avail. i am not sure what the problem is. i am really hoping you Gail Jacobs>could help me, as i am sure it is something stupid i have missed. another Gail Jacobs>thing, the IRQ is reported as 10 by windows, but BSD reports my USB Gail Jacobs>controller to be on 10, so i disabled USB in my bios as i have the Gail Jacobs>motherboard expansions, but no physical ports so it is of no use to me. then Gail Jacobs>BSD reported my Compaq Netelligent PCI network card to be using IRQ 10, and Gail Jacobs>now windows reports it to be on IRQ 9. My friend said i should note that i Gail Jacobs>am not currently on the "freeBSD mailing list". Gail Jacobs> I also have an ISA sound card like yours and an almost similar problem to yours when it gets to the IRQ issues and the USB devices. I've had to compile a kernel without USB support to have the ISA sound card detected and assigned resources. I've sorted out my sound card only to the extent that I can play audio CDs by pressing on the play buttom on the drive. Apparently there's not been so much help to me with my CS6236 ISA card. But there is a file /sys/i386/conf/LINT which will guide you on what device options you can compile in your kernel to work with your card. I also think that you should include a copy of your dmesg output..it will help these guys to help you out..also let them know what version of FreeBSD you are on... -Wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 4:15:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id 74D7237B423 for ; Fri, 8 Sep 2000 04:15:38 -0700 (PDT) Received: from hyperion.informatik.rwth-aachen.de (hyperion.Informatik.RWTH-Aachen.DE [137.226.112.212]) by nets5.rz.rwth-aachen.de (8.10.1/8.10.1/5) with ESMTP id e88BFVM04454; Fri, 8 Sep 2000 13:15:31 +0200 (MET DST) Received: from agamemnon.informatik.rwth-aachen.de (agamemnon.Informatik.RWTH-Aachen.DE [137.226.194.74]) by hyperion.informatik.rwth-aachen.de (8.9.1b+Sun/8.9.1/2) with ESMTP id NAA27687; Fri, 8 Sep 2000 13:15:09 +0200 (MET DST) Received: (from stolz@localhost) by agamemnon.informatik.rwth-aachen.de (8.9.1b+Sun/8.9.1-gb-2) id NAA00857; Fri, 8 Sep 2000 13:15:30 +0200 (MET DST) Date: Fri, 8 Sep 2000 13:15:29 +0200 From: Volker Stolz To: David Johnston Cc: freebsd-questions@FreeBSD.ORG Subject: Re: need really good freebsd socket book Message-ID: <20000908131529.A839@agamemnon.informatik.rwth-aachen.de> References: <10009041448.AA01126@vviuh221.vvi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" X-Mailer: Mutt 1.0i In-Reply-To: <10009041448.AA01126@vviuh221.vvi.com>; from djohn@vviuh221.vvi.com on Sat, Oct 11, 2036 at 05:16:55PM -0400 Organization: Chair for CS II 1/2 "Dysfunctional Programming" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable On Sat, Oct 11, 2036 at 05:16:55PM -0400, David Johnston wrote: > I need a really good book on freebsd (bsd4.4) socket programming. R. Stevens, Unix Network Programming. --=20 Volker Stolz * stolz@i2.informatik.rwth-aachen.de * PGP + S/MIME --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: 2.6.3i iQCVAwUBObjKUBLpPok/0ba1AQHPhgP8Dt6BD95qtfk1b9JpZai6mpUV4X/2MiRK 0xfYCRAqvrc+LZnyuZ08fx62If1aFyhuEua+YVu58v5YEvYk9cYq8sRl1YLdyrP5 brZ63cJdA1Ys3mJZ0WTMb1Po87tQUlhi/BWY0+nLpfGmc7Q7gE3RMOvw09KOSCvS Ty72AzWUUK8= =WsVQ -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 4:17:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id 9837337B423 for ; Fri, 8 Sep 2000 04:17:44 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13XM99-0009I8-00 for questions@freebsd.org; Fri, 8 Sep 2000 14:16:39 +0300 Date: Fri, 8 Sep 2000 14:16:39 +0300 From: Odhiambo Washington To: questions@freebsd.org Subject: Re: your mail Message-ID: <20000908141639.D22458@siafu.iconnect.co.ke> Mail-Followup-To: questions@freebsd.org References: <00d501c018fa$7d29b5b0$6a97d9c2@southend.demon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <00d501c018fa$7d29b5b0$6a97d9c2@southend.demon.net>; from Robin on Thu, Sep 07, 2000 at 07:36:08PM +0100 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 2:13PM up 11 days, 3:03, 7 users, load averages: 0.25, 0.36, 0.41 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Robin : [000907 21:35]: Robin> Robin>I am trying to configure freebsd4.1 and having severe problems when trying Robin>to configure x server it goes through its usual process and then at the end Robin>after it goes into graphics mode all I get is a blank screen with a big Robin>black bar at the left hand side of the screen that I am able to move along Robin>by pressing tab? Robin>the screen just stays at this until I do ctrl,alt,and backspace and have to Robin>configure it all over again. You might need to install a Window Manager, like afterstep or enlightenmemt......from the ports.... After that you'll have to make sure that /usr/X11R6/bin is in your path. For enlightenment, you can simply invoke enlightenment from the prompt..after that it should load with your X. I am not sure I helped you out.... you might need to let us know what X Servers you've installed.... -Wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 Spoon feeding in the long run teaches us nothing but the shape of the spoon. -E. M. Forster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 4:18:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id D5E0D37B424; Fri, 8 Sep 2000 04:18:23 -0700 (PDT) Received: from bagabeedaboo.security.at12.de (dial-213-168-73-75.netcologne.de [213.168.73.75]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id NAA22516; Fri, 8 Sep 2000 13:18:21 +0200 (MET DST) Received: from localhost (localhost.security.at12.de [127.0.0.1]) by bagabeedaboo.security.at12.de (8.11.0/8.11.0) with ESMTP id e88BIDe02678; Fri, 8 Sep 2000 13:18:13 +0200 (CEST) (envelope-from pherman@frenchfries.net) Date: Fri, 8 Sep 2000 13:18:13 +0200 (CEST) From: Paul Herman To: Ramses Smeyers Cc: freebsd-net@FreeBSD.ORG Subject: Re: useripacct 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 [ ...brought over to freebsd-net... ] On Fri, 8 Sep 2000, Ramses Smeyers wrote: > > ipfw(8) in FreeBSD can count packets/bytes based on uid and gid (based > > on local socket credentials.) > > are we then talking about a rule for every user?, and can this system be > used as disk quota, so with hard and soft quota (like > useripacct) does. The aim of the useripacct patch is to give a user 200MB > traffic for one month, and let their traffic block after those 200MB are > used. To implement this in freebsd, do I have to place a rule for every > user, this is like not scalable, and is their a daemon available to > control the IP flow and block users if it has to be done ? ipfw doesn't implement quotas, but yes you would have to have a separate rule for each uid/gid -- agreed, not so efficient for ipfw to do. BTW, this topic has been brushed by the freebsd-net crowd before, so you might want to arm yourself :) and browse the freebsd-net mail archive first (try keywords like "ipfw", "quota", ...) http://www.freebsd.org/search/search.html Other than that, I can imagine an optional external daemon similar to natd(8) which enforces network quotas via a "divert" ipfw rule. Whether or not network quotas are a good thing(tm) is a whole other question all together... :) -Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 4:23:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id DA74B37B43F for ; Fri, 8 Sep 2000 04:23:31 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13XMEk-000A99-00 for freebsd-questions@freebsd.org; Fri, 8 Sep 2000 14:22:26 +0300 Date: Fri, 8 Sep 2000 14:22:26 +0300 From: Odhiambo Washington To: FreeBSD-Questions Subject: Re: Shared object "libxpg4.so.3" not found Message-ID: <20000908142226.E22458@siafu.iconnect.co.ke> Mail-Followup-To: FreeBSD-Questions References: <39B7D73E.7097A659@attglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <39B7D73E.7097A659@attglobal.net>; from youlgok@attglobal.net on Thu, Sep 07, 2000 at 01:58:24PM -0400 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 2:17PM up 11 days, 3:07, 9 users, load averages: 1.03, 0.81, 0.59 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting youlgok@attglobal.net : [000907 20:56]: youlgok@attglobal.net>Hi, All: youlgok@attglobal.net> youlgok@attglobal.net>What does this mean? The last time I had an issue like this aone fellow suggested that I do install compat22 or compat3x libraries..I am not sure what it was but you can search the archives.. I used to just do soft links to sort problems like this out but that was because I had not known what it was all about.. I'm sure someone will enlighten you further.. For a very temporary solution, find libxpg4.so and do a soft link to it ln -s /path/to/libxpng4.so /same/path/libxpng4.so.3 youlgok@attglobal.net> youlgok@attglobal.net># gaim & youlgok@attglobal.net># /usr/libexec/ld-elf.so.1: Shared object "libxpg4.so.3" not found youlgok@attglobal.net> youlgok@attglobal.net>How do I fix this? It is on FreeBSD-3.3-R and gaim-0.9.20. youlgok@attglobal.net> youlgok@attglobal.net>Thanks. youlgok@attglobal.net> youlgok@attglobal.net> youlgok@attglobal.net>-Paul youlgok@attglobal.net> youlgok@attglobal.net> youlgok@attglobal.net> youlgok@attglobal.net>To Unsubscribe: send mail to majordomo@FreeBSD.org youlgok@attglobal.net>with "unsubscribe freebsd-questions" in the body of the message -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 When I sell liquor, it's called bootlegging; when my patrons serve it on silver trays on Lake Shore Drive, it's called hospitality. -Al Capone To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 4:23:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freyr.cba.ualr.edu (access93.mod1.ualr.edu [144.167.7.93]) by hub.freebsd.org (Postfix) with ESMTP id 45C3D37B446 for ; Fri, 8 Sep 2000 04:23:36 -0700 (PDT) Received: (from joe@localhost) by freyr.cba.ualr.edu (8.11.0/8.11.0) id e88BNdJ13597; Fri, 8 Sep 2000 06:23:39 -0500 (CDT) (envelope-from joe) Date: Fri, 8 Sep 2000 06:23:38 -0500 From: "Joseph E. Royce" To: David Daugherty Cc: questions@FreeBSD.ORG Subject: Re: Basic access from console Message-ID: <20000908062338.A13517@freyr.cba.ualr.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from davidd@datasphereweb.com on Thu, Sep 07, 2000 at 11:18:16PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 11:18:16PM -0700, David Daugherty wrote: > Is there any way for me to gain access to a 3.4 box's file system without > knowing any login passwords or accounts other then root? I have console > access so I suppose I could boot into single user mode. But I'm not sure > what to do from there. Maybe through the toor account? > > Someone who quit our company recently used this for a development box and > we need to see exactly what code he was working on. > > On a side note, would this be the same for a linux box? Say, maybe debian > or RedHat. > > David Daugherty > david.daugherty@netmanage.com > NetMange - The Bridge to E-Business > Reboot into single user mode and it will put you in a shell. Then you change the password. See the following for details: http://www.freebsd.org/FAQ/admin.html#AEN2668 -HTH Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 4:43:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bfm.org (mail.bfm.org [216.127.218.26]) by hub.freebsd.org (Postfix) with ESMTP id 91AAC37B423 for ; Fri, 8 Sep 2000 04:43:14 -0700 (PDT) Received: from primo.bfm.org ([216.127.218.20]) by mail.bfm.org (Post.Office MTA v3.5.3 release 223 ID# 0-52399U2500L250S0V35) with SMTP id org for ; Fri, 8 Sep 2000 06:45:18 -0500 Received: from office.palaver.org (unverified [216.176.8.9]) by primo.bfm.org (EMWAC SMTPRS 0.83) with SMTP id ; Fri, 08 Sep 2000 06:43:07 -0500 Message-Id: <4.3.2.7.2.20000908063552.00acbd10@mail.bfm.org> X-Sender: rfisher@mail.palaver.org X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 08 Sep 2000 06:43:25 -0500 To: freebsd-questions@FreeBSD.ORG From: Ryugen@palaver.org (Ryugen C. Fisher) Subject: strange security message 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 My "security check output" recently began to send me the following: chih.bfm.org login failures: grep: /var/log/messages: No such file or directory chih.bfm.org refused connections: grep: /var/log/messages: No such file or directory I have looked at the syslog.conf file and it seems "normal" ... I have also not made any changes that would account for this. A look at the /var/log directory shows that there is NOT a /var/log/messages file, but I don't know why it does not exist... I suspect that I have a 'stowaway' but can't be certain at this point... if I have an intruder, he (or she) knows more about FreeBSD than I do. I am running 3.5-stable help, please TIA P.S. please cc: reply to me directly as I am no longer on the maillist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 4:43:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lcmail2.lc.ca.gov (lcmail2.lc.ca.gov [165.107.12.11]) by hub.freebsd.org (Postfix) with ESMTP id D151137B422 for ; Fri, 8 Sep 2000 04:43:27 -0700 (PDT) Received: from CONVERSION-DAEMON by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) id <0G0K00601GGVTN@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Fri, 8 Sep 2000 04:42:02 -0700 (PDT) Received: from ldcmsx01.lc.ca.gov ([165.107.11.191]) by lcmail2.lc.ca.gov (PMDF V5.2-27 #40821) with ESMTP id <0G0K00F5BGG8J1@lcmail2.lc.ca.gov> for freebsd-questions@FreeBSD.org; Fri, 08 Sep 2000 04:40:56 -0700 (PDT) Received: by ldcmsx01.lc.ca.gov with Internet Mail Service (5.5.2650.21) id ; Fri, 08 Sep 2000 04:41:27 -0700 Content-return: allowed Date: Fri, 08 Sep 2000 04:41:24 -0700 From: "Tomlinson, Drew" Subject: "fd" is usurping - Huh? To: "'FreeBSD Questions (E-mail)'" Message-id: <8C224DC088D8D111B67D0000F67AC17E029C4AAB@ldcmsx01.lc.ca.gov> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: MULTIPART/ALTERNATIVE; BOUNDARY="Boundary_(ID_ZutwmaqZAFFcfjYHXk0IqA)" 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. --Boundary_(ID_ZutwmaqZAFFcfjYHXk0IqA) Content-type: text/plain; charset="iso-8859-1" Can anyone explain this "snippet" from my dmesg? Everything seems to be working but being new to both Unix and FreeBSD I am just curious. fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 fd1: <1200-KB 5.25" drive> on fdc0 drive 1 WARNING: "fd" is usurping "fd"'s cdevsw[] WARNING: "fd" is usurping "fd"'s bmaj Thanks! Drew --Boundary_(ID_ZutwmaqZAFFcfjYHXk0IqA) Content-type: text/html; charset="iso-8859-1"
Can anyone explain this "snippet" from my dmesg?  Everything seems to be working but being new to both Unix and FreeBSD I am just curious.
 
fdc0: <NEC 765 or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
fd1: <1200-KB 5.25" drive> on fdc0 drive 1
WARNING: "fd" is usurping "fd"'s cdevsw[]
WARNING: "fd" is usurping "fd"'s bmaj
 
Thanks!
 
Drew
--Boundary_(ID_ZutwmaqZAFFcfjYHXk0IqA)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 4:46:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay3.jaring.my (relay3.jaring.my [192.228.128.13]) by hub.freebsd.org (Postfix) with ESMTP id 31AC737B423 for ; Fri, 8 Sep 2000 04:46:43 -0700 (PDT) Received: from pop.jaring.my (j98.ptl47.jaring.my [161.142.194.112]) by relay3.jaring.my (8.9.3/8.9.3) with ESMTP id TAA26005 for ; Fri, 8 Sep 2000 19:46:40 +0800 (MYT) Message-ID: <39B8D36E.1AC1FB71@pop.jaring.my> Date: Fri, 08 Sep 2000 19:54:22 +0800 From: K H Tan Organization: Netline Communications Sdn Bhd X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: Mail redirect 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 like to redirect mails to abc@xxx.com to xyz@zzz.com - how do I do that? I'm using sendmail ver 8. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 4:51:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kobra.efd.lth.se (kobra.efd.lth.se [130.235.34.36]) by hub.freebsd.org (Postfix) with ESMTP id 0659437B424 for ; Fri, 8 Sep 2000 04:51:35 -0700 (PDT) Received: from batch-2.efd.lth.se (e96sv@batch-2 [130.235.34.54]) by kobra.efd.lth.se (8.10.1/8.10.1) with ESMTP id e88BpXv05242; Fri, 8 Sep 2000 13:51:33 +0200 (MET DST) Received: from localhost (e96sv@localhost) by batch-2.efd.lth.se (8.8.8/8.8.8) with ESMTP id NAA27699; Fri, 8 Sep 2000 13:51:31 +0200 (MET DST) X-Authentication-Warning: batch-2.efd.lth.se: e96sv owned process doing -bs Date: Fri, 8 Sep 2000 13:51:30 +0200 (MET DST) From: Sverrir Valgeirsson To: Janko van Roosmalen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NE2000(pnp) and an old computer 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 kind of card do you have? Which chipset? Realtek 8019 > > I have a few ISA PNP NE2000 cards with Realtek 8019 chipset. They either > have jumpers to disable PNP or you can disable PNP with a small DOS > program, RSET8019 or SETUP, which is on the driver disk. In "REALTEK > speak" you have to set the card to "jumperless mode". I tried that, but The RSET8019 just hanged the computer.. Windows doesn't seem to find the card either.. /sverre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 4:57:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.jakinternet.co.uk (proxy.jakinternet.co.uk [212.41.43.4]) by hub.freebsd.org (Postfix) with ESMTP id 9F8CE37B423 for ; Fri, 8 Sep 2000 04:57:31 -0700 (PDT) Received: from smtp.jakinternet.co.uk (smtp.jakinternet.co.uk [212.41.41.61]) by smtp2.jakinternet.co.uk (Postfix) with SMTP id 15CA7A770D for ; Fri, 8 Sep 2000 12:53:04 +0100 (BST) Received: from sykes.demon.co.uk ([212.41.38.1]) by smtp.jakinternet.co.uk ; Fri, 08 Sep 2000 12:56:03 -0100 Received: from martinh (martinh [192.168.2.6]) by sykes.demon.co.uk (8.7.6/v3.2) with SMTP id MAA25560 for ; Fri, 8 Sep 2000 12:57:26 +0100 Message-ID: <017b01c0198b$f37d5640$0602a8c0@melksham> From: "Martin Hillier" To: Subject: What does this mean? Date: Fri, 8 Sep 2000 12:57:23 +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.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have done a tcpdump and... #Ping 192.168.2.110 (to blackhole(freebsd) from sykes ) Linux 12:48:29.869824 sykes > blackhole: icmp: echo request FreeBSD tcpdump: listening on ed0 12:48:29.632586 sykes > blackhole: icmp: echo request 12:48:29.633087 blackhole > sykes: icmp: echo reply I am not getting any icmp packets back to the linux machine. my route on the freebsd box # route get sykes route to: sykes destination: sykes interface: ed0 flags: recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire 0 0 0 0 0 0 1500 1180 The linux box can 'see' other packets from the freebsd machine to other machines, does this mean the routing is screewed up to the linux box from freebsd? Thanks... ----- Original Message ----- From: Nimrod Mesika To: Martin Hillier Sent: Friday, September 08, 2000 11:39 AM Subject: Re: What does this mean? > On Fri, Sep 08, 2000 at 10:17:09AM +0100, Martin Hillier wrote: > > Hi all, > > > > I have been trying to sort out a problem with a freebsd machine and linux, > > when I ping from one to the other I get packets sent but no received > > packets, 100% packet loss. > > It means packets are being sent but no answer is received. You can't > tell if the destination actually received the packets. > > I suggest you run 'tcpdump' on the destination machine just to see > if it receives the packets correctly. Then you can figure out why it > does not send a response. > > > -- > Nimrod. > http://www.geocities.com/rodd_27 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 4:57:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [216.223.199.224]) by hub.freebsd.org (Postfix) with ESMTP id 6538037B422 for ; Fri, 8 Sep 2000 04:57:39 -0700 (PDT) Received: from zoraida.reyes.somos.net (zoraida.reyes.somos.net [10.0.0.15]) by sanson.reyes.somos.net (8.9.3/8.9.3) with ESMTP id HAA15700; Fri, 8 Sep 2000 07:48:15 -0400 (EDT) (envelope-from fran@reyes.somos.net) Date: Fri, 8 Sep 2000 08:01:23 -0400 (EDT) From: Francisco Reyes To: Rick Hamell Cc: FreeBSD questions Subject: Re: How to copy data CDs on IDE CDRW? 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, 6 Sep 2000, Rick Hamell wrote: > > I can't find in the archives info on making a copy of a data CD. > > > Check http://www.mostgraveconcern.com/freebsd look at the section with > mkisofs. I've used that, but grabbing the info off of the cdrom drive > instead, quite successfully many times The instructions there did the trick. I plan to write a quick entry for the FAQ. I think how to burn CDs should be there. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 4:58:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siafu.iconnect.co.ke (upagraha.iconnect.co.ke [209.198.248.2]) by hub.freebsd.org (Postfix) with ESMTP id BEB3037B424 for ; Fri, 8 Sep 2000 04:58:45 -0700 (PDT) Received: from vedette by siafu.iconnect.co.ke with local (Exim 2.12 #1) id 13XMmo-000D88-00 for freebsd-questions@freebsd.org; Fri, 8 Sep 2000 14:57:38 +0300 Date: Fri, 8 Sep 2000 14:57:38 +0300 From: Odhiambo Washington To: freebsd-questions@freebsd.org Subject: Re: Unable to get Minicom installed Message-ID: <20000908145738.F22458@siafu.iconnect.co.ke> Mail-Followup-To: freebsd-questions@freebsd.org References: <85256952.00554270.00@Deimos.smed.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <85256952.00554270.00@Deimos.smed.com>; from Joe.Warner@smed.com on Wed, Sep 06, 2000 at 09:33:40AM -0600 X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en fr X-Editor: Pico http://www.washington.edu/pine X-Location: Mombasa, Kenya, East Africa X-Uptime: 2:49PM up 11 days, 3:40, 9 users, load averages: 0.28, 0.40, 0.49 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Quoting Joe.Warner@smed.com : [000906 18:32]: Joe.Warner@smed.com> Joe.Warner@smed.com> Joe.Warner@smed.com>Hi, Joe.Warner@smed.com> Joe.Warner@smed.com> I've been trying all morning to get minicom from /usr/ports/comms/minicom Joe.Warner@smed.com>installed and can't get it to work. Joe.Warner@smed.com> Joe.Warner@smed.com>First, I tried "make install" from /usr/ports/comms/minicom and it couldn't Joe.Warner@smed.com>find it at any of the ftp sites listed in the makefile. Joe.Warner@smed.com> Joe.Warner@smed.com>Next, I downloaded a newer version of it (1.83) from ftp.freebsd.org but Joe.Warner@smed.com>got the following message after unpacking it Joe.Warner@smed.com>and typing "make" and "make install" from the unpacked minicom directory: Joe.Warner@smed.com>Variable PKGNAME is recursive. Joe.Warner@smed.com> Joe.Warner@smed.com>Finally, I tried downloading and installing minicom-1.83.1.src.tar.gz from Joe.Warner@smed.com>www.pp.clinet.fi/~walker/minicom.html Joe.Warner@smed.com>but couldn't get that to work either. Joe.Warner@smed.com> Joe.Warner@smed.com>Also, I've probably rendered /usr/ports/comms/minicom useless because after Joe.Warner@smed.com>I download the tar file from ftp.freebsd.org and couldn't get it to Joe.Warner@smed.com>install, I copied the entire contents of the unpacked minicom directory Joe.Warner@smed.com>over the top of /usr/ports/comms/minicom, thinking I could do this and then Joe.Warner@smed.com>cd to /usr/ports/comms/minicom, type "make install" and it would work but Joe.Warner@smed.com>it didn't. Joe.Warner@smed.com> Joe.Warner@smed.com>Could someone help me get this port installed? I'd really appreciate some Why did you not use /stand/sysinstall?? Well, you could extract the files to a temporary directory and look at some README in there.... I also think ( I am not sure!) that you can safely go into the /usr/ports/comm/minicom and do a make clean; make deinstall; make reinstall. That should clean the mess.. Alternatively, put the downloaded file ( a binary)in there and do "gunzip < file.tar.tgz | tar xvf -" But /stand/sysinstall does it more painlessly.. -Wash -- Odhiambo Washington Systems Administrator Inter-Connect Ltd. 3rd Flr The Chancery Valley Rd PO Box 39519 Nairobi, KENYA Tel: 254 2 711140 Fax: 254 2 718418 The problem with the gene pool is that there is no lifeguard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 5: 3:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [216.223.199.224]) by hub.freebsd.org (Postfix) with ESMTP id A1CA137B422 for ; Fri, 8 Sep 2000 05:03:37 -0700 (PDT) Received: from zoraida.reyes.somos.net (zoraida.reyes.somos.net [10.0.0.15]) by sanson.reyes.somos.net (8.9.3/8.9.3) with ESMTP id HAA15724; Fri, 8 Sep 2000 07:54:14 -0400 (EDT) (envelope-from fran@reyes.somos.net) Date: Fri, 8 Sep 2000 08:07:22 -0400 (EDT) From: Francisco Reyes To: Lucas Bergman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to copy data CDs on IDE CDRW? In-Reply-To: <20000907154406.E1899@comp04.prc.uic.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, 7 Sep 2000, Lucas Bergman wrote: > > > I can't find in the archives info on making a copy of a data CD. I > Oops. I'm showing my age. I think burncd(8) is the officially > recommended way to do this now. My bad. > Lucas I got the info I needed at www.mostgraveconcern.com/freebsd You mention you have not gotten audio CD copying working. What problem are you having? I got a program called "dagrab" from the ports. This made WAV files. I then used burncd to make a CD: #!/bin/sh cd /vol1/ripit dagrab -va -n 1024 burncd -s 10 -f /dev/acd0c audio * fixate Substitute "/vol1/ripit" for a filesystem/directory where you have enough space. "dagrab -i" gives you how much space you will need To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 5:35:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uswgco34.uswest.com (uswgco34.uswest.com [199.168.32.123]) by hub.freebsd.org (Postfix) with ESMTP id 8FB6437B422 for ; Fri, 8 Sep 2000 05:35:19 -0700 (PDT) Received: from egate-ut2.uswc.uswest.com (egate-ut2.uswc.uswest.com [148.157.122.199]) by uswgco34.uswest.com (8.10.0/8.10.0) with ESMTP id e88CZIx17401 for ; Fri, 8 Sep 2000 06:35:18 -0600 (MDT) Received: from kc0dxw-2.uswc.uswest.com (localhost [127.0.0.1]) by egate-ut2.uswc.uswest.com (8.10.0/8.10.0) with ESMTP id e88CZIZ22553 for ; Fri, 8 Sep 2000 06:35:18 -0600 (MDT) Received: by kc0dxw-2.uswc.uswest.com (Postfix, from userid 1002) id BD5424D2; Fri, 8 Sep 2000 06:36:46 -0600 (MDT) Date: Fri, 8 Sep 2000 06:36:46 -0600 From: Matt Meola To: questions@FreeBSD.ORG Subject: Re: what language should i learn next ? Message-ID: <20000908063646.A9147@kc0dxw-2.uswc.uswest.com> Mail-Followup-To: questions@FreeBSD.ORG References: <122196276@toto.iv> <14776.25741.94379.452631@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <14776.25741.94379.452631@guru.mired.org>; from mwm@mired.org on Thu, Sep 07, 2000 at 11:01:17PM -0500 X-URL: http://www.qsl.net/kc0dxw X-OS: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 11:01:17PM -0500, Mike Meyer wrote: > > my personal suggestion, if you pick only one, would be perl, if only because > > its useful for a lot of different interesting things worth learning about... > > in addition to "normal programs" its well suited for shell-script-type > > programs, you can build gui's with tk, and if you're interested in web stuff > > you can use mod_perl with apache. it's not too hard to plug in a database > > like mySQL, either. there's also a vast library of code and add-on modules > > (CPAN) for all kinds of stuff - email, image processing, etc, etc. > > Since no one else put in a word about it.... > > Every word of this applies to Python as well (ok, CPAN doesn't have > Python code, but there is a very large library available). A minor, but important point: Python's extensive library is _built_in_ -- it makes it much nicer to use. No searching CPAN, then downloading and building; most of the really useful stuff is right there. Now, as far as modules like Oracle, and GTK/QT, etc... Then it is just like CPAN. -- Matt Meola +1-303-624-8419 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 5:45:52 2000 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 74A4C37B424 for ; Fri, 8 Sep 2000 05:45:47 -0700 (PDT) Received: from morgaine.udel.edu (morgaine.wondermutt.net [192.168.1.2]) by wondermutt.net (8.9.3/8.9.3) with ESMTP id IAA32020; Fri, 8 Sep 2000 08:49:46 -0400 (EDT) (envelope-from papalia@udel.edu) Message-Id: <4.3.1.2.20000908083001.00adf200@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Fri, 08 Sep 2000 08:42:33 -0400 To: cjclark@alum.mit.edu From: John Subject: Re: Is stunnel supposed to be a resource hog? Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20000907233045.I69158@149.211.6.64.reflexcom.com> References: <4.3.1.2.20000907203820.00ac0290@mail.udel.edu> <4.3.1.2.20000907203820.00ac0290@mail.udel.edu> 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 > > Hey all, > > > > So, with stunnel doing the 'fronting' for my imap and pop3 servers for the > > past couple of weeks, I just took a glance at the system resources via > > "top". I get the results below. It doesn't seem right to me though that > > stunnel should be taking up so much of the system's time? > > > > Thanks in advance, > > John > > > > Last pid: 29422; load averages: 3.01, 3.04, 3.01 up > > 22+22:36:14 20:43:49 > > 56 processes: 4 running, 51 sleeping, 1 zombie > > > > Mem: 34M Active, 30M Inact, 20M Wired, 4000K Cache, 19M Buf, 3764K Free > > Swap: 160M Total, 7456K Used, 153M Free, 4% Inuse > > > > > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > > 61565 root 59 0 1984K 76K RUN 45.4H 32.67% 32.67% stunnel > > 61567 root 59 0 1984K 76K RUN 45.5H 32.62% 32.62% stunnel > >What the heck would it be fronting for that has been running for 45.5 >hours? stunnel can eat CPU at startup when generating keys for the >session. Once it gets going, it should not use too much CPU, and then >it should only be using CPU when there is information being >transfered. What's been sending info for 45.5 hours of CPU? Well, that's what has me totally confused. I have stunnel starting via the provided stunnel.sh script in /usr/local/etc/rc.d which pretty much only comes down to being: stunnel -d 993 -p /usr/local/etc/stunnel.pem -l /usr/local/libexec/imapd impad stunnel -d 995 -p /usr/local/etc/stunnel.pem -l /usr/local/libexec/ipop3d ipop3d That's it. Nothing more. > > system's (P-90) info is as follows: > >Whoo. I hope you aren't serving too many people. Looks like you have >64 MB? That actually might be yuor biggest problem if you get lots of >IMAP and stunnels resident on the system at once. At the moment, I have only 12 users, of which only 3-4 would be interested in checking mail - this server is my 'test bed'. I checked the log files and the last time anyone actually checked their mail was this past tuesday (3 days ago). So, given that the mail daemons aren't even taking any hits, I'm stumped as to what's going on? Although, I think I might have found *something*... I've been having the problem that sometimes when a user would check mail, it would leave behind a zombie process. So, at the end of a day, with someone checking their mail every 10 minutes, I might end up with 100+ zombies. Searching the mail archives yielded the info that killing the parent process would get rid of the zombie children. So, what I did was set up a cron job to every night kill off the mail servers and then restart them again. It worked great. Reviewing the message logs though, I'm finding out now that it worked great for a few days, then started generating the message: Sep 3 11:01:38 merlin stunnel[75588]: Using 'impad' as tcpwrapper service name Sep 3 11:01:39 merlin stunnel[75588]: stunnel 3.8p4 on i386--freebsd4.1 PTHREAD +LIBWRAP Sep 3 11:01:39 merlin stunnel[75590]: Using 'ipop3d' as tcpwrapper service name Sep 3 11:01:39 merlin stunnel[75589]: bind: Address already in use (48) Sep 3 11:01:43 merlin stunnel[75590]: stunnel 3.8p4 on i386--freebsd4.1 PTHREAD +LIBWRAP Sep 3 11:01:43 merlin stunnel[75591]: bind: Address already in use (48) Not having seen this before, I'm wondering if this is what is causing the problems? I just killed off the stunnel/mail processes and restarted them again, and everything seems to be ok. I guess I won't know for sure until later today to see if the load raises. Thanks muchly for your help, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 6: 3:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stout.hampshire.edu (stout.hampshire.edu [192.33.12.80]) by hub.freebsd.org (Postfix) with ESMTP id 55DD237B423 for ; Fri, 8 Sep 2000 06:03:26 -0700 (PDT) Received: from marbles.dhcp.hampshire.edu (dhcppcc250.hampshire.edu [172.20.26.250]) by stout.hampshire.edu (8.9.3+Sun/8.9.1) with SMTP id IAA24614; Fri, 8 Sep 2000 08:59:18 -0400 (EDT) To: mike@sentex.net (Mike Tancsa) Cc: questions@FreeBSD.ORG Subject: Re: remote server freezing From: "Trevor Kramer" Reply-To: tkramer@hampshire.edu Date: Fri, 08 Sep 2000 09:03:18 -0400 Content-Type: text/plain; charset="ISO-8859-1" Message-ID: <968418198_PM_BeOS.tkramer@hampshire.edu> In-Reply-To: <39b84261.1386413286@smtp.sentex.ca> MIME-Version: 1.0 X-Mailer: Postmaster 1.1.1 for BeOS Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >On 7 Sep 2000 19:18:02 -0400, in sentex.lists.freebsd.questions you wrote: > >>I am running a 4.1 STABLE headless server from a remote location and all >>has been working well for several weeks. Today during an ssh session it >>broke my connection and refused all further connections (samba, ssh, www). >>I had someone at the server's location restart the machine and I could >>login again for maybe 30 seconds when it would break the connection and >>refuse all further connections. Any ideas on how to proceed here would be >>appreciated. During the brief time I was on I could find no log messages >>or any other helpfull information. Thanks in advance. > >Sounds like hardware... Are all the fans going ? It really could be any >number of things, but for what its worth, when I had a power supply fan >die, this was the same behaviour that I saw from afar. > > ---Mike >Mike Tancsa (mdtancsa@sentex.net) >Sentex Communications Corp, >Waterloo, Ontario, Canada >"Given enough time, 100 monkeys on 100 routers >could setup a national IP network." (KDW2) All the fans are running and the system temp reported by "heat" is only 107-109. It seems to run for an indefinite period of time until you login and start network traffic. I got it to run for several hours last night before it froze up on me. It seems that the reason it was freezing so fast eariler in the day was that both setiathome processes were trying to send results back to the server and that froze the machine. After deinstalling seti it ran fine for a long time before the behavior was seen again after stressing the network a little. I have swapped out ethernet cards, I was running a 3Com905c to a linksys I had lying around. Could this be related to the random restarts people on the list were reporting with this 3Com card? I won't know if switching cards worked until later today as I have to wait for my isp to update their database with my ne ethernet address. Trevor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 6: 4:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom1-170.telepath.com [216.14.1.170]) by hub.freebsd.org (Postfix) with SMTP id DC47937B422 for ; Fri, 8 Sep 2000 06:04:40 -0700 (PDT) Received: (qmail 71443 invoked by uid 100); 8 Sep 2000 13:04:03 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14776.58307.156684.646704@guru.mired.org> Date: Fri, 8 Sep 2000 08:04:03 -0500 (CDT) To: Ilia Chipitsine Cc: questions@freebsd.org Subject: Re: profiled libs In-Reply-To: <47960590@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ilia Chipitsine writes: > is it safe to remove profiled libraries (/usr/lib/*_p*) ? > how can I figure out that some library is required for particular > aplication ? Generally, yes, except the correct regexp is "/usr/lib/lib*_p.a". If you're tracking -current (and possibly -stable), you can disable building them by adding "NOPROFILE=true" to /etc/make.conf. The profiled libs are identical to the non-profiled libs, except that they have code added to generate profiling data. They get linked instead of the non-profiled ones when you compile a program with profiling. If you're doing software development and expect to improve performance, profiling is an important part of that, so you should keep them. Otherwise, you probably never need them. If it turns out you did need them later, you can always rebuild them from the same source you build the non-profiled libs from. ; Fri, 8 Sep 2000 06:05:46 -0700 (PDT) Received: from cerberus-yf4tnx.swbell.net ([208.188.27.180]) by mta5.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0G0K00K8XK7CUG@mta5.rcsntx.swbell.net> for freebsd-questions@freebsd.org; Fri, 8 Sep 2000 08:02:01 -0500 (CDT) Date: Fri, 08 Sep 2000 08:03:42 -0500 From: "Robert L. Bostic" Subject: Cannot resolve hostname X-Sender: robert42/postoffice.swbell.net@127.0.0.1 To: freebsd-questions@freebsd.org Message-id: <4.3.2.7.2.20000908075558.00b55040@127.0.0.1> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Content-type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG While trying to cvsup I receive an error stating the system is "unable to resolve own localhost name". Could someone please tell me which file needs to be modified and how? Thank you. Regards, Robert L. Bostic 972-644-0703 robert42@swbell.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 6:20:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from isy.liu.se (isy.liu.se [130.236.48.10]) by hub.freebsd.org (Postfix) with ESMTP id 049E637B424 for ; Fri, 8 Sep 2000 06:20:30 -0700 (PDT) Received: from lagrange.isy.liu.se (lagrange.isy.liu.se [130.236.49.127]) by isy.liu.se (8.10.0/8.10.0) with ESMTP id e88DKQn00224; Fri, 8 Sep 2000 15:20:26 +0200 (MET DST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 08 Sep 2000 15:20:25 +0200 (CEST) From: Micke Josefsson To: Philipp Huber Subject: RE: what language should i learn next ? Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 08-Sep-00 Philipp Huber wrote: > On 07-Sep-00 Jason Holland wrote: >> >> Learn shell scripting first, its extremly important. > > shell scripting is of course even more powerful with tools like sed & > awk, so it would be good to take a look at them as well. > Hear, hear. I started with awk and sed. Wonderful stuff for short many-a-day programs. Awk is really more than that if you want it to. A real must for sysadmin. I lack shell programming - I'm constantly reminded of it. I really should know it by now. I'd rather use Python instead of Perl. My 2 ore. ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.5-STABLE ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 6:43:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id CCD5F37B422 for ; Fri, 8 Sep 2000 06:43:49 -0700 (PDT) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (Postfix) with ESMTP id 0E3E02CDDD; Fri, 8 Sep 2000 15:43:40 +0200 (EET) Received: (from vallo@localhost) by myhakas.matti.ee (8.11.0/8.11.0) id e88DhSf33619; Fri, 8 Sep 2000 15:43:28 +0200 (EET) (envelope-from vallo) Date: Fri, 8 Sep 2000 15:43:28 +0200 From: Vallo Kallaste To: Sunny Lin Cc: questions@FreeBSD.ORG Subject: Re: 815E Chipset Message-ID: <20000908154328.A33046@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <4.2.0.58.20000907123218.00a42c00@mail.csusb.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4.2.0.58.20000907123218.00a42c00@mail.csusb.edu>; from slin@csusb.edu on Thu, Sep 07, 2000 at 12:41:13PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 12:41:13PM -0700, Sunny Lin wrote: > I am going to upgrade our Web server and will use FreeBSD 4.1 as it OS. > I wonder, has someone tested out the compatibility issues using 815E chip > set? We > are looking for the best performance for our new Web server. Therefore, we > like to put the latest and best things together. I did run -current on Intel's 815E mobo for a week without problems. The onboard ethernet is unsupported, but ICH2 is supported, so I had two IBM drives running at top ATA-100. Can't say anything about production use, you'll need to do own tests. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 6:57:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id 93A4037B422 for ; Fri, 8 Sep 2000 06:57:45 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id JAA21691; Fri, 8 Sep 2000 09:57:36 -0400 (EDT) Date: Fri, 8 Sep 2000 09:54:00 -0400 (EDT) From: Zhihui Zhang To: Greg Lehey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: install FreeBSD into another slice In-Reply-To: <20000908094813.D83632@wantadilla.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 Fri, 8 Sep 2000, Greg Lehey wrote: > On Thursday, 7 September 2000 at 11:12:56 -0400, Zhihui Zhang wrote: > > > > I have a machine with FreeBSD 4.1 installed in one slice. Now I want to > > install a second copy of FreeBSD into another slice on the same machine. I > > start /stand/sysinstall in the slice already installed and try to install > > another complete copy of FreeBSD into another slice. Will this work? I > > usually boot from a CD-ROM and install from it. > > Yes. Make sure you double check what you're doing, since it's easy > enough to make a mistake and overwrite the first partition. Thanks for your reply. I bought a copy of your book. Since the handbook does not seem very good (See http://www.bsdtoday.com/), I hope you will write a fourth edition of the book to make it even better. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 7: 1:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pimout2-int.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by hub.freebsd.org (Postfix) with ESMTP id 41D3B37B42C for ; Fri, 8 Sep 2000 07:01:43 -0700 (PDT) Received: from MiltonPress (A020-0175.TAMP.splitrock.net [63.254.82.175]) by pimout2-int.prodigy.net (8.10.1/8.10.1) with SMTP id e88E1aR239920 for ; Fri, 8 Sep 2000 10:01:37 -0400 Message-ID: <000801c0199d$f838b640$af52fe3f@Prodigy.net> From: "All Your Winning Colors" To: Subject: Problem Date: Fri, 8 Sep 2000 10:06:19 -0400 Organization: Prodigy Internet MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C0197C.6EEC6880" 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_01C0197C.6EEC6880 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I tried to sign up for a free website, and then was going to pay for a = basic membership, with FFANET. Next thing I know I wasn't able to = finish doing my application, because when I put in my e-mail address it = wouldn't go through. I tried two different ones. Now when I try to get = back into FFANET to complete sign-up, I get an Apache page that says it = uses Frontpage. I don't know how to use Frontpage, yet I still want to = join. Any advice? ------=_NextPart_000_0005_01C0197C.6EEC6880 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I tried to sign up for a free website, = and then was=20 going to pay for a basic membership, with  FFANET.  Next = thing I=20 know I wasn't able to finish doing my application, because when I put in = my=20 e-mail address it wouldn't go through.  I tried two different = ones. =20 Now when I try to get  back into FFANET to complete sign-up, I get = an=20 Apache page that says it uses Frontpage.  I don't know how to use=20 Frontpage, yet I still want to join.  Any=20 advice?
------=_NextPart_000_0005_01C0197C.6EEC6880-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 7: 8: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from logatome.francenet.fr (logatome-2.francenet.fr [193.149.96.2]) by hub.freebsd.org (Postfix) with ESMTP id E6A2737B422 for ; Fri, 8 Sep 2000 07:08:04 -0700 (PDT) Received: from localhost.nantes.kisoft-services.com (Nantes12.francenet.net [193.149.110.76]) by logatome.francenet.fr (8.10.1/8.10.1) with SMTP id e88E81a61250; Fri, 8 Sep 2000 16:08:01 +0200 (CEST) X-Mailer: 21.1 (patch 12) "Channel Islands" XEmacs Lucid (via feedmail 8 Q); VM 6.76 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14776.61891.132404.774006@localhost.nantes.kisoft-services.com> Date: Fri, 8 Sep 2000 16:03:47 +0200 From: Eric Masson To: C.vanwijk@student.tudelft.nl Cc: freebsd-questions@FreeBSD.ORG Subject: Re: smbmount where is it??? In-Reply-To: <00090809012700.01264@kaas.balpol.tudelft.nl> References: <00090809012700.01264@kaas.balpol.tudelft.nl> Reply-To: e-masson@kisoft-services.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "Kees" == Kees van Wijk writes: Hi, Kees> I installed the samba package for BSD-4.1 release. I can find Kees> smbclient / smbpasswd / smbstatus etc in: /usr/local/bin In Samba 2.0.7 FAQ is stated that smbmount is _not_ a part of Samba. You can find a very good implementation of smbmount at the following URL : ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz It will soon be merged into the FreeBSD repository. Regards Eric Masson -- Progress : (n) What led from smart users in front of dumb terminals to dumb users in front of smart terminals. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 7:12:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail01.websilon.nl (mail01.websilon.nl [193.78.99.2]) by hub.freebsd.org (Postfix) with ESMTP id A9EC137B424 for ; Fri, 8 Sep 2000 07:12:36 -0700 (PDT) Received: from baco.websilon.nl ([213.53.241.33]) by mail01.websilon.nl (Post.Office MTA v3.5.3 release 223 ID# 0-67391U1000L200S0V35) with ESMTP id nl; Fri, 8 Sep 2000 16:12:34 +0200 Received: by baco.websilon.nl with Internet Mail Service (5.5.2650.21) id ; Fri, 8 Sep 2000 16:14:13 +0200 Message-ID: <3182D9D293F2D211B15A00500416D4902E1588@baco.websilon.nl> From: Daan Franke To: "'e-masson@kisoft-services.com'" , C.vanwijk@student.tudelft.nl Cc: freebsd-questions@FreeBSD.ORG Subject: RE: smbmount where is it??? Date: Fri, 8 Sep 2000 16:14:12 +0200 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 you can also find something like it called sharity light in the ports /usr/ports/net/shaity-light/ Daan Franke System Engineer Websilon BV "Hanzegebouw" Binckhorstlaan 400 2516 BL, Den Haag, The Netherlands tel +31-70-3398888 fax +31-70-3398830 e-mail daan@websilon.nl web http://www.websilon.nl alle internet winkels in Nederland: http://winkelstraat.nl -----Original Message----- From: Eric Masson [mailto:e-masson@kisoft-services.com] Sent: Friday, September 08, 2000 16:04 To: C.vanwijk@student.tudelft.nl Cc: freebsd-questions@FreeBSD.ORG Subject: Re: smbmount where is it??? >>>>> "Kees" == Kees van Wijk writes: Hi, Kees> I installed the samba package for BSD-4.1 release. I can find Kees> smbclient / smbpasswd / smbstatus etc in: /usr/local/bin In Samba 2.0.7 FAQ is stated that smbmount is _not_ a part of Samba. You can find a very good implementation of smbmount at the following URL : ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz It will soon be merged into the FreeBSD repository. Regards Eric Masson -- Progress : (n) What led from smart users in front of dumb terminals to dumb users in front of smart terminals. 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 Sep 8 7:16:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rapidnet.com (rapidnet.com [205.164.216.1]) by hub.freebsd.org (Postfix) with ESMTP id 7BCFC37B443 for ; Fri, 8 Sep 2000 07:16:41 -0700 (PDT) Received: from imagination (imagination.rapidnet.com [206.85.240.245]) by rapidnet.com (8.9.3/8.9.3) with SMTP id IAA31947; Fri, 8 Sep 2000 08:16:33 -0600 (MDT) Message-ID: <003d01c0199f$4f8cdce0$f5f055ce@rapidnet.com> From: "pstapley" To: "All Your Winning Colors" , References: <000801c0199d$f838b640$af52fe3f@Prodigy.net> Subject: Re: Problem Date: Fri, 8 Sep 2000 08:15:58 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_003A_01C0196D.04DB8980" 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_003A_01C0196D.04DB8980 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable What?? ----- Original Message -----=20 From: All Your Winning Colors=20 To: freebsd-questions@FreeBSD.ORG=20 Sent: Friday, September 08, 2000 8:06 AM Subject: Problem I tried to sign up for a free website, and then was going to pay for a = basic membership, with FFANET. Next thing I know I wasn't able to = finish doing my application, because when I put in my e-mail address it = wouldn't go through. I tried two different ones. Now when I try to get = back into FFANET to complete sign-up, I get an Apache page that says it = uses Frontpage. I don't know how to use Frontpage, yet I still want to = join. Any advice? ------=_NextPart_000_003A_01C0196D.04DB8980 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
What??
----- Original Message -----
From:=20 All=20 Your Winning Colors
To: freebsd-questions@FreeBSD.ORG =
Sent: Friday, September 08, = 2000 8:06=20 AM
Subject: Problem

I tried to sign up for a free = website, and then=20 was going to pay for a basic membership, with  FFANET.  = Next=20 thing I know I wasn't able to finish doing my application, because = when I put=20 in my e-mail address it wouldn't go through.  I tried two = different=20 ones.  Now when I try to get  back into FFANET to complete = sign-up,=20 I get an Apache page that says it uses Frontpage.  I don't know = how to=20 use Frontpage, yet I still want to join.  Any=20 advice?
------=_NextPart_000_003A_01C0196D.04DB8980-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 7:25:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from damoe.wireless-isp.net (damoe.wireless-isp.net [208.61.227.212]) by hub.freebsd.org (Postfix) with ESMTP id E385A37B423 for ; Fri, 8 Sep 2000 07:25:47 -0700 (PDT) Received: (from amavis@localhost) by damoe.wireless-isp.net (8.9.3/8.9.3) id KAA89009 for ; Fri, 8 Sep 2000 10:26:10 -0400 (EDT) (envelope-from keen@damoe.wireless-isp.net) Received: from localhost (keen@localhost) by damoe.wireless-isp.net (8.9.3/8.9.3) with ESMTP id KAA88893 for ; Fri, 8 Sep 2000 10:26:08 -0400 (EDT) (envelope-from keen@damoe.wireless-isp.net) X-Authentication-Warning: damoe.wireless-isp.net: keen owned process doing -bs Date: Fri, 8 Sep 2000 10:26:08 -0400 (EDT) From: David Raistrick To: freebsd-questions@freebsd.org Subject: Sudden name resolution problems? 4.0-R (retry:) 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 may be a second shot, but i never got any replies to the first. I'm now subscribed to -questions, as well. -- [please cc any replies, as I'm not not subscribed to -questions..] Ok, yesterday things got wierd. My workstation at work is running 4.0-R, and I recently changed the IP address. I kept the old IP bound as well, for a few weeks, just in case. Well, yesterday i removed the old address from the NIC, and things broke. At least, that is when i noticed them breaking. fetchmail stopped retrieving my mail. The error that fetchmail gives is: fetchmail: reading message 1 of 321 (2776 octets) fetchmail: SMTP connect to localhost failed fetchmail: POP3> QUIT fetchmail: POP3< Ken, fetchmail: SMTP transaction error while fetching from xxx.xxx.xxx.xxx Ok, wierd sez I. think that is wierd? damoe:/home/keen%> telnet damoe.wireless-isp.net damoe.wireless-isp.net: No address associated with hostname damoe:/home/keen%> ssh damoe.wireless-isp.net Host key not found from the list of known hosts. Are you sure you want to continue connecting (yes/no)? ^C Received signal 2. damoe:/home/keen%> nslookup damoe.wireless-isp.net Server: dns1.wireless-isp.net Address: 208.61.227.10 Name: damoe.wireless-isp.net Address: 208.61.227.212 damoe:/home/keen%> Telnet doesnt want to resolve names! I've tried all of the nameservers i have handy, including the one running on the workstation...nada. I cant seem to find a way to get telnet to give me anything more verbose for the error, though. I find nothing of it in the logs, either. Suggestions?? Fyi, I did try adding the old IP back to the NIC, same thing. Even swapped everything back to the old ip scheme...nada. What am i missing? I've changed IP addresses on many FreeBSD boxen since 3.0-R...(what can I say, I was a bsd/os guy before that..;) with never a problem..at least not such as this. Thanks for your help.. ...david -- David Raistrick Digital Wireless Communications davidr@dwcinet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 7:26:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out2.bellatlantic.net (smtp-out2.bellatlantic.net [199.45.39.157]) by hub.freebsd.org (Postfix) with ESMTP id 9BD8A37B422 for ; Fri, 8 Sep 2000 07:26:09 -0700 (PDT) Received: from smartsoft.cc (client-209-158-91-69.bellatlantic.net [209.158.91.69]) by smtp-out2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id KAA16406; Fri, 8 Sep 2000 10:24:45 -0400 (EDT) Message-ID: <39B8F686.1527D35D@smartsoft.cc> Date: Fri, 08 Sep 2000 10:24:06 -0400 From: Jan Knepper Organization: Smartsoft, LLC X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd Cc: Eric F Crist , freebsd-questions@FreeBSD.ORG Subject: Re: Apache.conf and or httpd.conf References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I don't know for sure which version of Apache comes with FreeBSD 4.0, but the file is called httpd.conf. Have they recently changed this? Or is the version of Apache that comes with 4.0 that old? Don't worry, be Kneppie! Jan freebsd wrote: > an older version of apache used http.conf the newer one uses apache.conf. > > No 2 things can be the same, they cannot > exist in the same space at the same time. > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Eric F Crist > Sent: Friday, September 08, 2000 1:28 AM > To: Jan Knepper; freebsd-questions@FreeBSD.ORG > Subject: Re: Apache.conf and or httpd.conf > > Then perhaps you can teach me... > > What do the two files do? > > On Thu, 07 Sep 2000, you wrote: > > Eric F Crist wrote: > > > > > To clarify for you: > > > > > > (Unless I've smoked too many dubees....) > > > > > > apache.conf and http.conf are the same file. Linux boxes call it > httpd.conf > > > and FreeBSD boxes call it apache.conf. > > > > Oh, I must be running Linux than... the name is httpd.conf and it;s > located in > > /usr/local/etc/apache on FreeBSD 4.0... > > > > Don't worry, be Kneppie! > > Jan > > > > -- > > Jan Knepper > > Smartsoft, LLC > > 88 Petersburg Road > > Petersburg, NJ 08270 > > U.S.A. > > > > http://www.smartsoft.cc/ > > http://www.mp3.com/pianoprincess > > > > Phone : 609-628-4260 > > FAX : 609-628-1267 > > FAX : 303-845-6415 http://www.fax4free.com/ > > > > Phone : 020-873-3837 http://www.xoip.nl/ (Dutch) > > FAX : 020-873-3837 http://www.xoip.nl/ (Dutch) > > > > In God we Trust -- all others must submit an X.509 certificate. > > -- Charles Forsythe > -- > Eric F Crist > System Administrator > Ardent-Hacker.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Jan Knepper Smartsoft, LLC 88 Petersburg Road Petersburg, NJ 08270 U.S.A. http://www.smartsoft.cc/ http://www.mp3.com/pianoprincess Phone : 609-628-4260 FAX : 609-628-1267 FAX : 303-845-6415 http://www.fax4free.com/ Phone : 020-873-3837 http://www.xoip.nl/ (Dutch) FAX : 020-873-3837 http://www.xoip.nl/ (Dutch) In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 7:27:56 2000 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 31AB137B424 for ; Fri, 8 Sep 2000 07:27:53 -0700 (PDT) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13XP89-000Ayv-00; Fri, 8 Sep 2000 15:27:49 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id PAA22144; Fri, 8 Sep 2000 15:27:48 +0100 (BST) (envelope-from jcm) Date: Fri, 8 Sep 2000 15:27:48 +0100 From: j mckitrick To: Craig Critchley Cc: freebsd-questions@freebsd.org Subject: Re: what language should i learn next ? Message-ID: <20000908152748.A22081@dogma.freebsd-uk.eu.org> References: <20000907150644.A4202@dogma.freebsd-uk.eu.org> <20000907165111.B4757@dogma.freebsd-uk.eu.org> <081901c018e9$5cc254a0$0201010a@craigc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <081901c018e9$5cc254a0$0201010a@craigc>; from cac@fuzzer.com on Thu, Sep 07, 2000 at 09:33:32AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 09:33:32AM -0700, Craig Critchley wrote: | programs, you can build gui's with tk, and if you're interested in web stuff | you can use mod_perl with apache. it's not too hard to plug in a database | like mySQL, either. there's also a vast library of code and add-on modules You can (easily) use perl with a GUI? | (CPAN) for all kinds of stuff - email, image processing, etc, etc. And image processing? jcm -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 7:46:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bigstudios.com (mail.bigstudios.com [216.126.75.201]) by hub.freebsd.org (Postfix) with ESMTP id 0609C37B423 for ; Fri, 8 Sep 2000 07:46:38 -0700 (PDT) Received: from localhost([127.0.0.1]) (3974 bytes) by mail.bigstudios.com via sendmail with P:esmtp/R:bind_hosts/T:smtp (sender: ) id for ; Fri, 8 Sep 2000 10:43:54 -0400 (EDT) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Jul-5) Date: Fri, 8 Sep 2000 10:43:54 -0400 (EDT) From: Agent Drek To: Alfred Perlstein Cc: questions@FreeBSD.ORG Subject: Re: really 'big' smbd In-Reply-To: <20000907143933.K18862@fw.wintelcom.net> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-93054248-968424234=:71683" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-93054248-968424234=:71683 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 7 Sep 2000, Alfred Perlstein wrote: > > In the future it's also good to show us a 'top' listing of the offending > program. I'm suprised that the Samba developers haven't asked you > to cause it to dump core when it grows so big and get a traceback > to them. > I put 'limit memoryuse 5M' in the csh rc script and it does not seem to be holding. Attached is the output from top. thanks, -- Agent Drek Big Animation Inc > 'digital plumber' http://www.bigstudios.com --0-93054248-968424234=:71683 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="top.out" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="top.out" bGFzdCBwaWQ6ICAgNDg0OyAgbG9hZCBhdmVyYWdlczogIDAuMDIsICAwLjA0 LCAgMC4wMCAgdXAgMCswMToxNTowOSAgICAxMDo0NTozMA0KNjAgcHJvY2Vz c2VzOiAgMSBydW5uaW5nLCA1OSBzbGVlcGluZw0KDQpNZW06IDc2TSBBY3Rp dmUsIDI1TSBJbmFjdCwgMThNIFdpcmVkLCAzODg4SyBDYWNoZSwgMjJNIEJ1 ZiwgNDkySyBGcmVlDQpTd2FwOiA1MTdNIFRvdGFsLCA3Nk0gVXNlZCwgNDQx TSBGcmVlLCAxNCUgSW51c2UNCg0KDQogIFBJRCBVU0VSTkFNRSAgICAgIFBS SSBOSUNFICBTSVpFICAgIFJFUyBTVEFURSAgICBUSU1FICAgV0NQVSAgICBD UFUgQ09NTUFORA0KICAyODMgcm9vdCAgICAgICAgICAgIDIgICAwICAgMTQx TSA0MzIwNEsgc2VsZWN0ICAgMTozNyAgMS42MSUgIDEuNjElIHNtYmQNCiAg MzM0IGRyZWsgICAgICAgICAgICAyICAgMCAgMTk1MksgICA3NTJLIHNlbGVj dCAgIDA6MjggIDEuMjclICAxLjI3JSB0b3ANCiAgMjc1IHJvb3QgICAgICAg ICAgICAyICAgMCAxNjQ4MEsgIDIxNzZLIHNlbGVjdCAgIDA6MTAgIDAuMDAl ICAwLjAwJSBzbWJkDQogIDI3OSByb290ICAgICAgICAgICAgMiAgIDAgIDk5 ODhLICAyOTE2SyBzZWxlY3QgICAwOjA0ICAwLjAwJSAgMC4wMCUgc21iZA0K ICAxMDQgcm9vdCAgICAgICAgICAgIDIgICAwICAgMzU2SyAgICA0MEsgbmZz ZCAgICAgMDowMiAgMC4wMCUgIDAuMDAlIG5mc2QNCiAgMjY5IHJvb3QgICAg ICAgICAgICAyICAgMCAgMjA0MEsgICA3MDBLIHNlbGVjdCAgIDA6MDEgIDAu MDAlICAwLjAwJSBzc2hkDQogICA4NSByb290ICAgICAgICAgICAgMiAgIDAg IDIzNjhLICAxMDU2SyBzZWxlY3QgICAwOjAxICAwLjAwJSAgMC4wMCUgbmFt ZWQNCiAgMTQ0IHJvb3QgICAgICAgICAgICAyICAgMCAgMTk3NksgICA3ODhL IHNlbGVjdCAgIDA6MDEgIDAuMDAlICAwLjAwJSBzc2hkDQogIDI2MSByb290 ICAgICAgICAgICAgMiAgIDAgIDIwNDBLICAgNzMySyBzZWxlY3QgICAwOjAx ICAwLjAwJSAgMC4wMCUgc3NoZA0KICA0MDQgcm9vdCAgICAgICAgICAgIDIg ICAwICA0ODc2SyAgMjMzNksgc2VsZWN0ICAgMDowMCAgMC4wMCUgIDAuMDAl IHNtYmQNCiAgNDA2IHJvb3QgICAgICAgICAgICAyICAgMCAgNTAwNEsgIDIw OTJLIHNlbGVjdCAgIDA6MDAgIDAuMDAlICAwLjAwJSBuZXRsb2dvbmQNCiAg MzAzIHJvb3QgICAgICAgICAgICAyICAgMCAgNDk4OEsgIDEzMDRLIHNlbGVj dCAgIDA6MDAgIDAuMDAlICAwLjAwJSBuZXRsb2dvbmQNCiAgMjAyIHJvb3Qg ICAgICAgICAgICAyICAgMCAgMjYxMksgICA5NzJLIHNlbGVjdCAgIDA6MDAg IDAuMDAlICAwLjAwJSBubWJkDQogIDIzMiByb290ICAgICAgICAgICAgMiAg IDAgIDE4MjhLICAgNjYwSyBzZWxlY3QgICAwOjAwICAwLjAwJSAgMC4wMCUg aHR0cGQNCiAgMjgxIHJvb3QgICAgICAgICAgICAyICAgMCAgNDkzNksgIDEz MTZLIHNlbGVjdCAgIDA6MDAgIDAuMDAlICAwLjAwJSBuZXRsb2dvbmQNCiAg MjYyIGRyZWsgICAgICAgICAgIDE4ICAgMCAgMTY3MksgIDEwMzZLIHBhdXNl ICAgIDA6MDAgIDAuMDAlICAwLjAwJSB0Y3NoDQogICA4MiByb290ICAgICAg ICAgICAgMiAgIDAgICA5MDhLICAgNDg4SyBzZWxlY3QgICAwOjAwICAwLjAw JSAgMC4wMCUgc3lzbG9nZA0KICAgODkgcm9vdCAgICAgICAgICAgIDIgICAw ICAxMDYwSyAgIDU4OEsgc2VsZWN0ICAgMDowMCAgMC4wMCUgIDAuMDAlIHlw c2Vydg0KDQo= --0-93054248-968424234=:71683-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 7:48:19 2000 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 4827437B422 for ; Fri, 8 Sep 2000 07:48:16 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id JAA25407; Fri, 8 Sep 2000 09:47:59 -0500 (CDT) (envelope-from dan) Date: Fri, 8 Sep 2000 09:47:58 -0500 From: Dan Nelson To: K H Tan Cc: FreeBSD Questions Subject: Re: Mail redirect Message-ID: <20000908094758.A24995@dan.emsphone.com> References: <39B8D36E.1AC1FB71@pop.jaring.my> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <39B8D36E.1AC1FB71@pop.jaring.my>; from "K H Tan" on Fri Sep 8 19:54:22 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 08), K H Tan said: > I would like to redirect mails to abc@xxx.com to xyz@zzz.com - how do I > do that? I'm using sendmail ver 8. See http://www.sendmail.org/virtual-hosting.html for complete details. Short answer: virtusertable. -- 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 Fri Sep 8 7:55:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay3.jaring.my (relay3.jaring.my [192.228.128.13]) by hub.freebsd.org (Postfix) with ESMTP id A622A37B422 for ; Fri, 8 Sep 2000 07:55:13 -0700 (PDT) Received: from pop.jaring.my (j217.sgw48.jaring.my [161.142.193.231]) by relay3.jaring.my (8.9.3/8.9.3) with ESMTP id WAA13616 for ; Fri, 8 Sep 2000 22:55:10 +0800 (MYT) Message-ID: <39B8FF9E.5C16411F@pop.jaring.my> Date: Fri, 08 Sep 2000 23:02:54 +0800 From: K H Tan Organization: Netline Communications Sdn Bhd X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: Re: Mail redirect References: <39B8D36E.1AC1FB71@pop.jaring.my> <20000908091150.D20152@daemon.kingsqueak.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Got it....thank you all who answered. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 8:12:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sword.cisco.com (sword.cisco.com [161.44.208.100]) by hub.freebsd.org (Postfix) with ESMTP id 095BC37B43F for ; Fri, 8 Sep 2000 08:12:24 -0700 (PDT) Received: from sjt-u10.cisco.com (sjt-u10.cisco.com [161.44.208.184]) by sword.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id LAA19354 for ; Fri, 8 Sep 2000 11:06:23 -0400 (EDT) From: Steve Tremblett Received: (sjt@localhost) by sjt-u10.cisco.com (8.8.5-Cisco.1/CISCO.WS.1.2) id LAA20034 for questions@freebsd.org; Fri, 8 Sep 2000 11:12:32 -0400 (EDT) Message-Id: <200009081512.LAA20034@sjt-u10.cisco.com> Subject: RE: ppp/dsl To: questions@freebsd.org Date: Fri, 8 Sep 2000 11:12:32 -0400 (EDT) X-Mailer: ELM [version 2.5 PL1] 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 For the Canadians among us, here are specific instructions for using Sympatico HSE with FreeBSD http://www.sympaticousers.org/faq/freebsd_howto.htm +--- forwarded msg from Scott Thanks to whomever you were for replying with a solution. Thanks to blasted MS windows and outlook crashing, I lost your message along with much other important and dear mail. I resolved the dsl/ppp problem. I decided to scrap the roaring penguin pppoe program and went back to the config files. I realized freebsd was looking at /etc/ppp/ppp.conf, not /etc/ppp.conf. I could swear I'd seen the latter in previous examples I'd been following, oh well. So I copied the file to the correct place, and finally got error messages that made sense. I tweaked it a little using a hodgepodge of examples. Now I'm flying along with DSL. Thanks to you and the others who've posted their steps/config files for this. I'm really impressed with and enjoying freebsd. Hopefuly soon I will be good enough in it to totally leave linux/windows. +--- forwarded msg from Scott -- Steve Tremblett Cisco Systems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 8:59:49 2000 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 C0B1637B424 for ; Fri, 8 Sep 2000 08:59:46 -0700 (PDT) Received: from localhost (keith@localhost) by mail.telestream.com (8.11.0/8.11.0) with ESMTP id e88FxWv28016; Fri, 8 Sep 2000 08:59:32 -0700 Date: Fri, 8 Sep 2000 08:59:32 -0700 (PDT) From: To: Giorgos Keramidas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Quick sendmail questions In-Reply-To: <20000908122753.A853@gray.westgate.gr> 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 There is a problem with what you have here. The cw file as you say is for local names. The relay-domains file isn't who we allow to relay. That is the access_db file as is in....... FEATURE(`access_db', `hash -o /etc/mail/sendmail.access.db')dnl The relay-domains section of the .cf file says... # Hosts that will permit relaying ($=R) As in remote hosts. Who we allow to relay is already defined in access_db and given the rules RELAY, REJECT, etc etc. The relay-domains file is commented as if to give a list of relays not local. That is the point of my confusion. For hosts that we allow to relay do we need them in both access_db AND relay-domains? Or is relay-domains for something totaly different?? Keith On Fri, 8 Sep 2000, Giorgos Keramidas wrote: > On Thu, Sep 07, 2000 at 03:48:45PM -0700, keith@mail.telestream.com wrote: > > #1 > > Since the release of 8.11.0 the sendmail.cw file is no longer the > > standard and it's now default to local-host-names Given that, do we > > still use FEATURE(`use_cw_file')dnl as a feature? Or has that also > > been swapped out with something else. > > I upgraded to sendmail-8.11.0 before it was merged in -STABLE, and added > NO_SENDMAIL to my make.conf a few weeks ago. > > In my .mc file you can still read: > > define(`confCW_FILE', `-o /etc/mail/sendmail.cw')dnl > FEATURE(`use_cw_file')dnl > > and I haven't found that it causes any problems with my setup. > > > #2 > > What is the difference between > > > > # Hosts that will permit relaying ($=R) > > FR-o /etc/mail/relay-domains > > > > and the cw file? > > In cw_file you put the names of the hosts / domains that should be > treated as local, i.e mail received for these names will be delivered to > a local user. In relay-domains you put hostnames or domain names that > sendmail should relay mail for. These messages do not need to be > treated as local, since they might be mail for a domain which lists you > as the backup-MX. > > -- > Giorgos Keramidas, > For my public pgp2 key: finger -l keramida@diogenis.ceid.upatras.gr > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 9:23:42 2000 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 3282B37B43E for ; Fri, 8 Sep 2000 09:23:41 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e88GNea05769; Fri, 8 Sep 2000 09:23:40 -0700 (PDT) Date: Fri, 8 Sep 2000 09:23:39 -0700 From: Alfred Perlstein To: Agent Drek Cc: questions@FreeBSD.ORG Subject: Re: really 'big' smbd Message-ID: <20000908092339.D12231@fw.wintelcom.net> References: <20000907143933.K18862@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from drek@bigstudios.com on Fri, Sep 08, 2000 at 10:43:54AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Agent Drek [000908 07:46] wrote: > On Thu, 7 Sep 2000, Alfred Perlstein wrote: > > > > > In the future it's also good to show us a 'top' listing of the offending > > program. I'm suprised that the Samba developers haven't asked you > > to cause it to dump core when it grows so big and get a traceback > > to them. > > > > I put 'limit memoryuse 5M' in the csh rc script and it does not seem > to be holding. Attached is the output from top. What happens if you limit on 'datasize'? -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 9:45:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by hub.freebsd.org (Postfix) with ESMTP id D731E37B422 for ; Fri, 8 Sep 2000 09:45:22 -0700 (PDT) Received: from snail.stack.nl (snail.ipv6.stack.nl [3ffe:604:3:9:4a54:e8ff:fe29:b98c]) by mailhost.stack.nl (Postfix) with ESMTP id 78D8015884 for ; Fri, 8 Sep 2000 18:45:21 +0200 (CEST) Received: by snail.stack.nl (Postfix, from userid 1604) id 0FFD4C71; Fri, 8 Sep 2000 18:45:15 +0200 (CEST) Subject: rconsole To: freebsd-questions@freebsd.org Date: Fri, 8 Sep 2000 18:45:15 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL60 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20000908164515.0FFD4C71@snail.stack.nl> From: davidd@stack.nl (David van Deijk) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Gang. This is a Novell-related question. I was wondering if there was some unix program along the lines of the MS-DOS-program rconsole to control novell-servers on the same network In this manner I can not only remotely administrate my FreeBSD-machienes but also the novell-servers any pointers to programs would be nice. and no my superior doesn't want me too emulate novel using mars. Dag dag Davidd. P.S. Please CC me in your mails to the questions list. (if your mail client doesn't already). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 10: 5:45 2000 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 1F73C37B440 for ; Fri, 8 Sep 2000 10:05:43 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id MAA11852; Fri, 8 Sep 2000 12:05:39 -0500 (CDT) (envelope-from dan) Date: Fri, 8 Sep 2000 12:05:39 -0500 From: Dan Nelson To: David van Deijk Cc: freebsd-questions@FreeBSD.ORG Subject: Re: rconsole Message-ID: <20000908120539.A5662@dan.emsphone.com> References: <20000908164515.0FFD4C71@snail.stack.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <20000908164515.0FFD4C71@snail.stack.nl>; from "David van Deijk" on Fri Sep 8 18:45:15 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 08), David van Deijk said: > This is a Novell-related question. I was wondering if there was some > unix program along the lines of the MS-DOS-program rconsole to > control novell-servers on the same network You should be able to just telnet into the Netware server. If you get "connection refused", load inetcfg on the Netware box, pick "Manage Configuration", pick "Configure Remote Access To This Server", and enable "Telnet Connections". If you telnet from an Xterm, you'll actually get a color rconsole window exported to your X display. If you telnet from the console, you'll want to run screen and have the following in your .telnetrc, since Netware expects you to be running a true vt100 terminal: mynovellserver.host.com set flushoutput off environ define TERM vt -- 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 Fri Sep 8 10:32:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from usc.edu (usc.edu [128.125.253.136]) by hub.freebsd.org (Postfix) with ESMTP id D7AA137B423 for ; Fri, 8 Sep 2000 10:32:04 -0700 (PDT) Received: from scf-fs.usc.edu (root@scf-fs.usc.edu [128.125.253.183]) by usc.edu (8.9.3.1/8.9.3/usc) with ESMTP id KAA15123 for ; Fri, 8 Sep 2000 10:32:04 -0700 (PDT) Received: from phoenix (res-2567.usc.edu [128.125.247.54]) by scf-fs.usc.edu (8.9.3.1/8.9.3/usc) with SMTP id KAA07710 for ; Fri, 8 Sep 2000 10:32:04 -0700 (PDT) From: "Khairuddin Ghani" To: Subject: full /var, but minimal content. Date: Fri, 8 Sep 2000 10:31:31 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. There seems to be a problem with a machine of mine running 4.0-RELEASE. /var seems to be completely full, but du(1) only shows around 1% of it being used. Here's df(1) output: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 992239 24384 888476 3% / /dev/ad0s1f 992239 4620 908240 1% /tmp /dev/ad0s1g 5706541 964351 4285667 18% /usr /dev/ad0s1e 992239 932335 -19475 102% /var procfs 4 4 0 100% /proc Here's du(1) output on /var: 0B ./account 1.0K ./at/jobs 2.0K ./at/spool 3.0K ./at 14K ./backups 1.0K ./crash 3.0K ./cron/tabs 4.0K ./cron 4.0K ./db/pkg/tcsh-6.09.00 4.0K ./db/pkg/pine-4.21 3.0K ./db/pkg/mm-1.0.12 4.0K ./db/pkg/bash-2.03 42K ./db/pkg/apache+mod_ssl-1.3.12+2.6.2 3.0K ./db/pkg/rsaref-2.0 3.0K ./db/pkg/pidentd-2.8.5 4.0K ./db/pkg/libtool-1.3.3 6.0K ./db/pkg/mysql-client-3.22.32 13K ./db/pkg/mysql-server-3.22.32 18K ./db/pkg/qmail-1.03 3.0K ./db/pkg/procmail-3.14 3.0K ./db/pkg/gmake-3.78.1 84K ./db/pkg/emacs-19.34b 4.0K ./db/pkg/p5-Data-ShowTable-3.3 3.0K ./db/pkg/p5-Net-Daemon-0.29 3.0K ./db/pkg/p5-PlRPC-0.2012 7.0K ./db/pkg/p5-DBI-1.13 4.0K ./db/pkg/p5-Mysql-modules-1.2210 234K ./db/pkg 65K ./db/mysql/mysql 66K ./db/mysql/test 12K ./db/mysql/hronline 84K ./db/mysql 929K ./db 5.1M ./log 1.8M ./mail 1.0K ./msgs 7.9M ./preserve 0B ./run/emacs/lock 1.0K ./run/emacs 67K ./run/sqwebmail 68K ./run 8.0M ./rwho 0B ./spool/lock 1.0K ./spool/lpd 16K ./spool/mqueue 19K ./spool/opielocks 0B ./spool/output/lpd 1.0K ./spool/output 0B ./spool/uucp/.Preserve 1.0K ./spool/uucp/.Sequence 2.0K ./spool/uucp/.Status 3.0K ./spool/uucp/.Temp 4.0K ./spool/uucp/.Xqtdir 5.0K ./spool/uucp 28K ./spool/uucppublic 29K ./spool/apache 30K ./spool 6.0K ./tmp/vi.recover 7.0K ./tmp 18K ./yp 43K ./games/hackdir/save 44K ./games/hackdir 0B ./games/larn 14K ./games/phantasia 61K ./games 130K ./qmail/doc 62K ./qmail/configure 5.0K ./qmail/control/backup 12K ./qmail/control 8.0K ./qmail/users 579K ./qmail/bin 11K ./qmail/boot 0B ./qmail/alias 0B ./qmail/queue/pid 1.0K ./qmail/queue/intd 2.0K ./qmail/queue/todo 3.0K ./qmail/queue/bounce 0B ./qmail/queue/mess/0 1.0K ./qmail/queue/mess/1 2.0K ./qmail/queue/mess/2 3.0K ./qmail/queue/mess/3 4.0K ./qmail/queue/mess/4 5.0K ./qmail/queue/mess/5 6.0K ./qmail/queue/mess/6 7.0K ./qmail/queue/mess/7 8.0K ./qmail/queue/mess/8 9.0K ./qmail/queue/mess/9 10.0K ./qmail/queue/mess/10 11K ./qmail/queue/mess/11 12K ./qmail/queue/mess/12 1.0K ./qmail/queue/mess/13 1.0K ./qmail/queue/mess/14 17K ./qmail/queue/mess/15 18K ./qmail/queue/mess/16 19K ./qmail/queue/mess/17 20K ./qmail/queue/mess/18 21K ./qmail/queue/mess/19 22K ./qmail/queue/mess/20 23K ./qmail/queue/mess/21 24K ./qmail/queue/mess/22 25K ./qmail/queue/mess 0B ./qmail/queue/info/0 1.0K ./qmail/queue/info/1 2.0K ./qmail/queue/info/2 3.0K ./qmail/queue/info/3 4.0K ./qmail/queue/info/4 5.0K ./qmail/queue/info/5 6.0K ./qmail/queue/info/6 7.0K ./qmail/queue/info/7 8.0K ./qmail/queue/info/8 9.0K ./qmail/queue/info/9 10.0K ./qmail/queue/info/10 11K ./qmail/queue/info/11 12K ./qmail/queue/info/12 1.0K ./qmail/queue/info/13 1.0K ./qmail/queue/info/14 17K ./qmail/queue/info/15 18K ./qmail/queue/info/16 19K ./qmail/queue/info/17 20K ./qmail/queue/info/18 21K ./qmail/queue/info/19 22K ./qmail/queue/info/20 23K ./qmail/queue/info/21 24K ./qmail/queue/info/22 25K ./qmail/queue/info 0B ./qmail/queue/local/0 1.0K ./qmail/queue/local/1 2.0K ./qmail/queue/local/2 3.0K ./qmail/queue/local/3 4.0K ./qmail/queue/local/4 5.0K ./qmail/queue/local/5 6.0K ./qmail/queue/local/6 7.0K ./qmail/queue/local/7 8.0K ./qmail/queue/local/8 9.0K ./qmail/queue/local/9 10.0K ./qmail/queue/local/10 11K ./qmail/queue/local/11 12K ./qmail/queue/local/12 13K ./qmail/queue/local/13 14K ./qmail/queue/local/14 15K ./qmail/queue/local/15 16K ./qmail/queue/local/16 17K ./qmail/queue/local/17 18K ./qmail/queue/local/18 19K ./qmail/queue/local/19 20K ./qmail/queue/local/20 21K ./qmail/queue/local/21 22K ./qmail/queue/local/22 23K ./qmail/queue/local 0B ./qmail/queue/remote/0 1.0K ./qmail/queue/remote/1 2.0K ./qmail/queue/remote/2 3.0K ./qmail/queue/remote/3 4.0K ./qmail/queue/remote/4 5.0K ./qmail/queue/remote/5 6.0K ./qmail/queue/remote/6 7.0K ./qmail/queue/remote/7 8.0K ./qmail/queue/remote/8 9.0K ./qmail/queue/remote/9 10.0K ./qmail/queue/remote/10 11K ./qmail/queue/remote/11 12K ./qmail/queue/remote/12 1.0K ./qmail/queue/remote/13 1.0K ./qmail/queue/remote/14 17K ./qmail/queue/remote/15 18K ./qmail/queue/remote/16 19K ./qmail/queue/remote/17 20K ./qmail/queue/remote/18 21K ./qmail/queue/remote/19 22K ./qmail/queue/remote/20 23K ./qmail/queue/remote/21 24K ./qmail/queue/remote/22 25K ./qmail/queue/remote 1.0K ./qmail/queue/lock 108K ./qmail/queue 12K ./qmail/man/man1 21K ./qmail/man/man5 4.0K ./qmail/man/man7 33K ./qmail/man/man8 74K ./qmail/man 994K ./qmail 9.1M . 9.1M total Hope someone can help. Thanks all. :) Best regards, Khairuddin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" 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 Sep 8 10:35:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from diskfarm.firehouse.net (rdu25-12-043.nc.rr.com [24.25.12.43]) by hub.freebsd.org (Postfix) with ESMTP id 9A45437B446 for ; Fri, 8 Sep 2000 10:35:41 -0700 (PDT) Received: (from abc@localhost) by diskfarm.firehouse.net (8.9.3/8.9.3) id NAA29605; Fri, 8 Sep 2000 13:36:22 -0400 (EDT) (envelope-from abc) Date: Fri, 8 Sep 2000 13:36:21 -0400 From: Alan Clegg To: Khairuddin Ghani Cc: freebsd-questions@FreeBSD.ORG Subject: Re: full /var, but minimal content. Message-ID: <20000908133621.B29315@diskfarm.firehouse.net> Mail-Followup-To: Alan Clegg , Khairuddin Ghani , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from abdulgha@usc.edu on Fri, Sep 08, 2000 at 10:31:31AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Unless the network is lying to me again, Khairuddin Ghani said: > There seems to be a problem with a machine of mine running 4.0-RELEASE. /var > seems to be completely full, but du(1) only shows around 1% of it being used. You have a log file that is still open (but removed) from some application. Once you get the given app to die (or close and re-open it's logs), your space will magically re-appear. AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 10:36:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.smed.com (smtp.smed.com [12.20.51.11]) by hub.freebsd.org (Postfix) with ESMTP id 1E67137B42C for ; Fri, 8 Sep 2000 10:36:38 -0700 (PDT) Received: from smtpgate.shrmed.com (keymaster.smed.com [12.20.51.2]) by smtp.smed.com (Postfix) with ESMTP id 5A10816212 for ; Fri, 8 Sep 2000 13:36:33 -0400 (EDT) Received: from iesa14.shrmed.com (iesa14.shrmed.com [10.1.99.114]) by smtpgate.shrmed.com (8.9.3/8.9.3) with ESMTP id NAA28408 for ; Fri, 8 Sep 2000 13:36:29 -0400 From: Joe.Warner@smed.com Received: from Deimos.smed.com (unverified) by iesa14.shrmed.com (Content Technologies SMTPRS 2.0.15) with SMTP id for ; Fri, 08 Sep 2000 13:36:21 -0400 Received: by Deimos.smed.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id 85256954.00609402 ; Fri, 8 Sep 2000 13:34:53 -0400 X-Lotus-FromDomain: SMS To: freebsd-questions@freebsd.org Message-Id: <85256954.006092E3.00@Deimos.smed.com> Date: Fri, 8 Sep 2000 11:37:15 -0600 Subject: Publishing with Apache 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 Hi, I'm using FreeBSD 3.4 and am running an Apache 1.3 server as part of our local intranet at work. I need to find an easy way for content publishers in different departments to be able to compose and publish web pages to my Apache server. I've read all the documentation that comes with Apache, as well as relevant chapters in different reference books but haven't found any easy to follow instructions that tells how to set up this kind of access. I know that one way to do this is to add a new module into Apache's configuration but all the instructions I've seen on this, tell you to run ./configure --add-module=/path/to/mod_put.c but it doesn't tell you where to do this from. I think I remember seeing a reference to /usr/apache/src but I don't have that directory on my system. I've already tried adding the "LoadModule" and "AddModule" lines to my httpd.conf file but this doesn't work. I keep getting a syntax-type error when I restart the server, so I had to go back and comment out the lines. I've downloaded the module mod_put.c and placed it in /usr/local/libexec/apache. Any help or info on this would be appreciated. I really need to be able to make content publishing easy for our users. Thanks Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 10:59:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mail.yahoo.com (smtp2.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id DEAD437B440 for ; Fri, 8 Sep 2000 10:59:19 -0700 (PDT) Received: from adsl-64-161-89-218.dsl.lsan03.pacbell.net (HELO kurts-07wxp.idealfasteners.com) (64.161.89.218) by smtp2.mail.yahoo.com with SMTP; 8 Sep 2000 17:59:19 -0000 X-Apparently-From: Message-Id: <4.3.2.7.2.20000908105700.00aadeb0@pop.mail.yahoo.com> X-Sender: ksscendyn@pop.mail.yahoo.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 08 Sep 2000 11:00:37 -0700 To: freebsd-questions@freebsd.org From: Kurtis Smith Subject: Named 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 Now I can start named an it runs fine my question is how to make the make-localhost file create a localhost.rev for me... I create my own just thought that it would create a pre made one for me.. I must be missing something in the named.conf file or something... Someone shed the light on me.. Thanks I got the Apache up and running with two domains you guyz kick ass! -Kurt If it ain't broke don't fix it...( my boss says this) If I don't break it I will never know how to fix it.. ( this is my response) (He then laughs...) Your fired! __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.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 Sep 8 11: 5:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alcatraz.wolfpaw.net (alcatraz.wolfpaw.net [216.18.90.3]) by hub.freebsd.org (Postfix) with SMTP id 3F7E337B42C for ; Fri, 8 Sep 2000 11:05:19 -0700 (PDT) Received: (qmail 4414 invoked by uid 1440); 8 Sep 2000 18:21:22 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 Sep 2000 18:21:22 -0000 Date: Fri, 8 Sep 2000 12:21:22 -0600 (MDT) From: To: John Goodleaf Cc: barfomatic@kanoodle.com, FreeBSD Mailing List Subject: Re: [Urgent] 3Com 3C90X Cards not Compatible? - UPDATE 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, Little update. I have followed all the suggestions from the people on the list, and it appears to me to be an OS bug. I have tried re-seating the cards, I have tried 4 sets of the same type of card. I have changed the motherboard, the ram, the processor, the fans, hell even the power supply, and the HD. This has not helped. My next move will be to move back down to 3.4 or so, where I know they worked. It would be benificial to perhaps hear from someone who works for BSD on this one. Regards, Dale. On Fri, 1 Sep 2000, John Goodleaf wrote: > You know, I have had this same problem on one FreeBSD machine. It just > reboots without notice and for no apparent reason. It uses 2 3com 905s and > is running 4.1 Stable. I'll change the cards when I get home and see what > happens... > John > > =============================== > John Goodleaf > goodleaf@goodleaf.net > > PGP key: finger John@clyde.goodleaf.net > =============================== > > On Fri, 1 Sep 2000, Kenneth Wayne Culver wrote: > > > What version of FreeBSD is this? > > > > > > ================================================================= > > | Kenneth Culver | FreeBSD: The best NT upgrade | > > | Unix Systems Administrator | ICQ #: 24767726 | > > | and student at The | AIM: muythaibxr | > > | The University of Maryland, | Website: (Under Construction) | > > | College Park. | http://www.wam.umd.edu/~culverk/| > > ================================================================= > > > > On Fri, 1 Sep 2000 freebsd@alcatraz.wolfpaw.net wrote: > > > > > Greetings, > > > > > > Recently I changed the ethernet cards in our gateway from 2 D-Link > > > 538TX's to 2 3Com 3C90X's don't remember which one, the 100BaseTX full > > > duplex ones (509b maybe?). Anyway, when we had the D-Link cards in the > > > machine, all was good - no problems. Yesterday I added the 2 3Com cards > > > and now it will just reboot - with no notice - spontainiosly. Its not a > > > huge issue, but it causes intermittant 2 minute network failures, which is > > > just really teally annoying. There are no system logs to show the reboot, > > > and it doesn't even stop to dismount the drives, which is > > > worrisome. Anyone have any ideas on why this might be occuring? or > > > how I can find out? Ive tried fstat (as we had another FreeBSD server > > > crash from a crond prog that left open files everywhere) and it doesn't > > > seem to show any problems. > > > > > > Thanks in Advance :) > > > Dale > > > Sysadmin, Wolfpaw.net > > > > > > > > > > > > > > > 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 Fri Sep 8 11:36:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out.netactive.net (smtp-out.netactive.net [196.22.160.30]) by hub.freebsd.org (Postfix) with SMTP id 51ECF37B422 for ; Fri, 8 Sep 2000 11:36:33 -0700 (PDT) Received: (qmail 3347 invoked from network); 8 Sep 2000 18:41:06 -0000 Received: from appm41-191-31.netactive.co.za (HELO gail) (196.22.191.31) by smtp-out.netactive.net with SMTP; 8 Sep 2000 18:41:06 -0000 From: "Gail Jacobs" To: Subject: TTF Importing...is it possible? Date: Fri, 8 Sep 2000 20:36:33 +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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear freebsd-questions@freebsd.org, thank you VERY much, for your help with my soundcard, its working thanks to u guys =) another question, in my transistion from windows to bsd. is it possible to incorporate my windows .TTF and .FON fonts for use in bsd, as there are some fonts that i am very fond of. i have tried creating a symbolic link in my X11 fonts directory and adding it in the X11 config file...but it seems that the X server doesn't like .TTF or .FON files, and no new fonts are available when i check. i did run "mkfontdir" which i presume is to update the fonts directory. any help on this problem would yet again be much appreciated. thanks once again for your time and efforts regards Jonathan Jacobs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 11:37:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.deadbbs.com (hermes.cpetc.com [207.137.157.132]) by hub.freebsd.org (Postfix) with ESMTP id B235837B42C for ; Fri, 8 Sep 2000 11:37:17 -0700 (PDT) Received: from erinlaptop (mongo.sdccd.cc.ca.us [209.129.16.5]) by hermes.deadbbs.com (8.10.2/8.10.2) with SMTP id e88IbHL15047 for ; Fri, 8 Sep 2000 11:37:17 -0700 (PDT) From: "Erin" To: Subject: Paging Date: Fri, 8 Sep 2000 11:37:13 -0700 Message-ID: <003201c019c3$ce84ca20$e815820a@sdccd.cc.ca.us> 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 CWS, 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 I am looking for an alphanumeric/numeric paging service that has the following features; --> Internet capable pages (maybe via a .cgi or with software for Free/OpenBSD) --> Very good coverage in South-West US, or at least in Southern California --> Something that's not going to cost me my child's college fund each month. Does anyone have any idea's? Thanks, Erin mailto:kahn@deadbbs.com http://www.deadbbs.com http://www.fortenberry.net "Can i dial 1-255-255-255255 and make every phone in the world ring?" -- Tanuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 11:38:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kite.ny.breakaway.com (kite.ny.breakaway.com [216.32.220.223]) by hub.freebsd.org (Postfix) with ESMTP id 1C4AD37B509 for ; Fri, 8 Sep 2000 11:38:11 -0700 (PDT) Received: from tomquinn.com ([63.200.51.3]) by kite.ny.breakaway.com (Post.Office MTA v3.5.3 release 223 ID# 0-58733U1000L100S0V35) with ESMTP id com; Fri, 8 Sep 2000 14:38:09 -0400 Message-ID: <39B9322C.2676B0EA@tomquinn.com> Date: Fri, 08 Sep 2000 11:38:36 -0700 From: TomQ X-Mailer: Mozilla 4.7 [en]C-CCK-MCD NSCPCD47 (Win98; I) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Alfred Perlstein Cc: freebsd-questions@FreeBSD.ORG Subject: Re: first time install trouble References: <39B6E795.FB8919E3@tomquinn.com> <20000907021522.T18862@fw.wintelcom.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > * TomQ [000906 17:55] wrote: > > Good day. This is my first experience w/ BSD and I am having a little > > trouble getting going. I am trying to install FreeBSD 4 on a Compaq > > Proliant PL1600R. It is PII w/ 64M and a 9G SCSI. I am booted with the > > CDRom and ran through all the instructions as well as followed the > > written ones in "the Complete FreeBSD" by Lehay. Everything went well > > until I try to reboot from the HD. I am getting this error: > > > > F1 > > No /boot/loader > > >>FreeBSD/i386.BOOT > > Default:0:da(0,a)/Kernel > > boot: > > No /Kernel > > > > Any guidance would be appreciated. > > You didn't really say which options in the installer you followed. > > If you chose 'dangerously dedicated' disk partitioning then try > without, I've known some people that have gotten things working by > not choosing that option. > > -- > -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] > "I have the heart of a child; I keep it in a jar on my desk." Ok I am getting the message now "Installation completed with some errors". I VTY1 back and the only thing that looks like an error is this statement: DEBUG: Notify: Copying the boot floppy to /stand on root filesystem Is that the error? Thanks for the help.. -TomQ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 11:38:29 2000 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 AA1EB37B443 for ; Fri, 8 Sep 2000 11:38:22 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13XSQa-000MCn-00; Fri, 08 Sep 2000 18:59:04 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id SAA91807; Fri, 8 Sep 2000 18:59:04 +0100 (BST) (envelope-from ben) Date: Fri, 8 Sep 2000 18:59:04 +0100 From: Ben Smithurst To: j mckitrick Cc: Craig Critchley , freebsd-questions@freebsd.org Subject: Re: what language should i learn next ? Message-ID: <20000908185904.M8064@strontium.scientia.demon.co.uk> References: <20000907150644.A4202@dogma.freebsd-uk.eu.org> <20000907165111.B4757@dogma.freebsd-uk.eu.org> <081901c018e9$5cc254a0$0201010a@craigc> <20000908152748.A22081@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000908152748.A22081@dogma.freebsd-uk.eu.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG j mckitrick wrote: > On Thu, Sep 07, 2000 at 09:33:32AM -0700, Craig Critchley wrote: > | programs, you can build gui's with tk, and if you're interested in web stuff > | you can use mod_perl with apache. it's not too hard to plug in a database > | like mySQL, either. there's also a vast library of code and add-on modules > > You can (easily) use perl with a GUI? Yes. There's a Tk interface for Perl, at least. In the ports somewhere. > | (CPAN) for all kinds of stuff - email, image processing, etc, etc. > > And image processing? Yes. ImageMagick (also in the ports) allows you to manipulate images, and the GD library lets you create simple images (often used for graphs and stuff). -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 11:51:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bigstudios.com (mail.bigstudios.com [216.126.75.201]) by hub.freebsd.org (Postfix) with ESMTP id 868A137B423 for ; Fri, 8 Sep 2000 11:51:08 -0700 (PDT) Received: from localhost([127.0.0.1]) (1572 bytes) by mail.bigstudios.com via sendmail with P:esmtp/R:bind_hosts/T:smtp (sender: ) id for ; Fri, 8 Sep 2000 14:48:23 -0400 (EDT) (Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Jul-5) Date: Fri, 8 Sep 2000 14:48:18 -0400 (EDT) From: Agent Drek To: Gail Jacobs Cc: freebsd-questions@freebsd.org Subject: Re: TTF Importing...is it possible? 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, 8 Sep 2000, Gail Jacobs wrote: > Dear freebsd-questions@freebsd.org, > > thank you VERY much, for your help with my soundcard, its working thanks to > u guys =) > another question, in my transistion from windows to bsd. is it possible to > incorporate my windows .TTF and .FON fonts for use in bsd, as there are some > fonts that i am very fond of. i have tried creating a symbolic link in my > X11 fonts directory and adding it in the X11 config file...but it seems that > the X server doesn't like .TTF or .FON files, and no new fonts are available > when i check. i did run "mkfontdir" which i presume is to update the fonts > directory. any help on this problem would yet again be much appreciated. > > thanks once again for your time and efforts > regards > Jonathan Jacobs > > I've been using this over the last couple of days: http://www.lcdf.org/~eddietwo/type/ works great! -- Agent Drek Big Animation Inc > 'digital plumber' http://www.bigstudios.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 12:41: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from envy.geekhouse.net (envy.geekhouse.net [64.81.6.50]) by hub.freebsd.org (Postfix) with ESMTP id 117CE37B42C for ; Fri, 8 Sep 2000 12:40:59 -0700 (PDT) Received: (from jim@localhost) by envy.geekhouse.net (8.11.0/8.11.0) id e88Jelj04351; Fri, 8 Sep 2000 12:40:47 -0700 (PDT) (envelope-from jim) Date: Fri, 8 Sep 2000 12:40:47 -0700 From: Jim Mock To: Gail Jacobs Cc: freebsd-questions@FreeBSD.ORG Subject: Re: TTF Importing...is it possible? Message-ID: <20000908124047.A4224@envy.geekhouse.net> Reply-To: jim@jmock.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from gsjacobs@netactive.co.za on Fri, Sep 08, 2000 at 08:36:33PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 08 Sep 2000 at 20:36:33 +0200, Gail Jacobs wrote: > Dear freebsd-questions@freebsd.org, > > thank you VERY much, for your help with my soundcard, its working > thanks to u guys =) > another question, in my transistion from windows to bsd. is it > possible to incorporate my windows .TTF and .FON fonts for use in bsd, > as there are some fonts that i am very fond of. i have tried creating > a symbolic link in my X11 fonts directory and adding it in the X11 > config file...but it seems that the X server doesn't like .TTF or .FON > files, and no new fonts are available when i check. i did run > "mkfontdir" which i presume is to update the fonts directory. any help > on this problem would yet again be much appreciated. You need to use a TrueType font server. Search the archives of this mailing list at http://www.FreeBSD.org/search/. This was talked about not too long ago (like, last month). - jim -- jim mock work: jim@osd.bsdi.com | jim@FreeBSD.org http://soupnazi.org/ BSDi Open Source Div | http://bsdi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 13: 3: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.scana.com (falcon.scana.com [161.156.101.7]) by hub.freebsd.org (Postfix) with ESMTP id DCF3437B422 for ; Fri, 8 Sep 2000 13:03:00 -0700 (PDT) Received: by falcon.scana.com; id QAA07656; Fri, 8 Sep 2000 16:02:59 -0400 (EDT) Received: from maildmis.scana.com(161.156.252.68) by falcon.scana.com via smap (V5.5) id xma007616; Fri, 8 Sep 00 16:02:41 -0400 Received: from msg11.scana.com [161.156.252.68] by msg11.scana.com [161.156.252.68] (CMSPraetor 4.1.3395) with ESMTP id CD4E70DF85A711D4B3FD00A0C9B5FED1 for plus 1 more; Fri, 08 Sep 2000 16:02:10 -0400 Received: by msg11.scana.com with Internet Mail Service (5.5.2650.21) id ; Fri, 8 Sep 2000 16:02:10 -0400 From: "SILVER, MICHAEL A" To: "'Joe.Warner@smed.com'" Cc: "'freebsd-questions@freebsd.org'" Reply-To: Message-ID: Subject: RE: Publishing with Apache Date: Fri, 8 Sep 2000 16:02:09 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG One possibility would be to use Samba, especially if your users are using windows. This would allow them to map a drive letter in windows to the storage directory on the FreeBSD machine where your content is. It basically makes FreeBSD look like an NT server (to some degree). I am running it at home with much success. Check out www.defcon1.org. They have a link to an article that explains how to set it up step by step. You can then administer Samba from a web browser. ...Michael... > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > Joe.Warner@smed.com > Sent: Friday, September 08, 2000 1:37 PM > To: freebsd-questions@freebsd.org > Subject: Publishing with Apache > > > > > Hi, > > I'm using FreeBSD 3.4 and am running an Apache 1.3 server > as part of our > local intranet at work. > > I need to find an easy way for content publishers in > different departments > to be able to compose > and publish web pages to my Apache server. I've read all the > documentation > that comes > with Apache, as well as relevant chapters in different > reference books but > haven't found any > easy to follow instructions that tells how to set up this > kind of access. > > I know that one way to do this is to add a new module into Apache's > configuration but > all the instructions I've seen on this, tell you to run ./configure > --add-module=/path/to/mod_put.c > but it doesn't tell you where to do this from. I think I > remember seeing a > reference to /usr/apache/src but > I don't have that directory on my system. > > I've already tried adding the "LoadModule" and "AddModule" lines to my > httpd.conf file but this doesn't work. > I keep getting a syntax-type error when I restart the server, > so I had to > go back and comment out the > lines. > > I've downloaded the module mod_put.c and placed it in > /usr/local/libexec/apache. > > Any help or info on this would be appreciated. I really need > to be able to > make content publishing easy for > our users. > > Thanks > > Joe > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > " If this email was sent to you by mistake or if you are not an intended recipient, please delete it, destroy any hard copies, including attachments, and notify me by return email. The unauthorized use, distribution or reproduction of this email is prohibited and may be unlawful." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 13:18: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from oak.drexeltech.com (oak.drexeltech.com [64.39.31.169]) by hub.freebsd.org (Postfix) with ESMTP id 3B0D837B449 for ; Fri, 8 Sep 2000 13:18:06 -0700 (PDT) Received: from elmo.johnturner.com (adsl-static-1-C7B2BC85.detroit.mi.ameritech.net [199.178.188.133]) by oak.drexeltech.com (8.9.3/8.9.3) with ESMTP id PAA83959 for ; Fri, 8 Sep 2000 15:30:14 -0500 (CDT) (envelope-from john@johnturner.com) Message-Id: <4.3.2.7.0.20000908161205.00afd680@mail.johnturner.com> X-Sender: jturner@mail.johnturner.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 08 Sep 2000 16:18:03 -0400 To: freebsd-questions@freebsd.org From: John Turner Subject: HELP: can't install ports packages 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 - I'm trying to install the UC-Davis snmp daemon, which is in /usr/ports/net/ucd-snmp. I updated the net ports earlier today with cvsup. When I goto the /usr/ports/net/ucd-snmp directory and use the "make" command, the filename is missing from the FTP instructions: host2# make >> .tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ucd-snmp.ucdavis.edu/. fetch: .tar.gz: cannot get remote modification time fetch: ftp://ucd-snmp.ucdavis.edu/.tar.gz: FTP error: fetch: File name not allowed >> Attempting to fetch from ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/. it then cycles through all of the FTP sites basically loooking for .tar.gz instead of package-name.tar.gz. Also, when I enter "make clean" I get: host2# make clean ===> Cleaning for ===> Cleaning for ===> Cleaning for make-3.79.1 ===> Cleaning for ===> Cleaning for ===> Cleaning for again, no filenames. I'm not very familiar with the ports system. Is this something easily fixed by modifying the makefile? If so, can someone nudge me in the right direction? I looked at /usr/ports/net/ucd-snmp/Makefile, but I didn't notice anything glaringly amiss. Or is this a problem in the package itself? Thanks in advance for any help. - John Turner john@johnturner.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 13:25:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id 932BC37B43F for ; Fri, 8 Sep 2000 13:25:44 -0700 (PDT) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id QAA21197 for ; Fri, 8 Sep 2000 16:25:42 -0400 (EDT) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id QAA29266 for ; Fri, 8 Sep 2000 16:22:53 -0400 (EDT) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.1) with ESMTP id G0L4QS00.O7C; Fri, 8 Sep 2000 16:25:40 -0400 Message-ID: <39B94B1C.34B74ED8@mitre.org> Date: Fri, 08 Sep 2000 16:25:01 -0400 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.73 [en]C-20000509M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: John Turner Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HELP: can't install ports packages References: <4.3.2.7.0.20000908161205.00afd680@mail.johnturner.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Turner wrote: > > Hello - > > I'm trying to install the UC-Davis snmp daemon, which is in > /usr/ports/net/ucd-snmp. > > I updated the net ports earlier today with cvsup. > > When I goto the /usr/ports/net/ucd-snmp directory and use the "make" > command, the filename is missing from the FTP instructions: > > host2# make > >> .tar.gz doesn't seem to exist on this system. > >> Attempting to fetch from ftp://ucd-snmp.ucdavis.edu/. > fetch: .tar.gz: cannot get remote modification time > fetch: ftp://ucd-snmp.ucdavis.edu/.tar.gz: FTP error: > fetch: File name not allowed > >> Attempting to fetch from ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/. > > it then cycles through all of the FTP sites basically loooking for .tar.gz > instead of package-name.tar.gz. Also, when I enter "make clean" I get: > > host2# make clean > ===> Cleaning for > ===> Cleaning for > ===> Cleaning for make-3.79.1 > ===> Cleaning for > ===> Cleaning for > ===> Cleaning for > > again, no filenames. > > I'm not very familiar with the ports system. Is this something easily > fixed by modifying the makefile? If so, can someone nudge me in the right > direction? I looked at /usr/ports/net/ucd-snmp/Makefile, but I didn't > notice anything glaringly amiss. Or is this a problem in the package itself? It looks like you have the old 3.x series bsd.ports.mk files. I think there is a package (maybe even a port) that updates these files. The better solution might be to upgrade to FreeBSD 4.1 to get the updated port makefiles and environment. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 13:30:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id 95C5437B43E for ; Fri, 8 Sep 2000 13:30:20 -0700 (PDT) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id PAA04010 for ; Fri, 8 Sep 2000 15:30:20 -0500 (CDT) Date: Fri, 8 Sep 2000 15:30:19 -0500 (CDT) From: BWS - Offwhite To: freebsd-questions@freebsd.org Subject: Perc2 Firmware Update 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 been looking into the potential problems with the Perc2 RAID controller locking up under high load and have not found any updates. I recently purchased a Dell PowerEdge 2450 and it came with a Perc2. I called Dell today and asked about any updates for the firmware and did not find any and was not told that there was any need for the upgrade. Is anyone having high load problems with the Perc2? How do you know it is the controller card and not something else? How much load causes the card to lock up and how bad? Any help is greatly appreciated. Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 13:34: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from oak.drexeltech.com (oak.drexeltech.com [64.39.31.169]) by hub.freebsd.org (Postfix) with ESMTP id C896837B422 for ; Fri, 8 Sep 2000 13:33:57 -0700 (PDT) Received: from elmo.johnturner.com (adsl-static-1-C7B2BC85.detroit.mi.ameritech.net [199.178.188.133]) by oak.drexeltech.com (8.9.3/8.9.3) with ESMTP id PAA83999; Fri, 8 Sep 2000 15:46:04 -0500 (CDT) (envelope-from john@johnturner.com) Message-Id: <4.3.2.7.0.20000908163124.00afdba8@mail.johnturner.com> X-Sender: jturner@mail.johnturner.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 08 Sep 2000 16:33:53 -0400 To: "Andresen,Jason R." , John Turner From: John Turner Subject: Re: HELP: can't install ports packages Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <39B94B1C.34B74ED8@mitre.org> References: <4.3.2.7.0.20000908161205.00afd680@mail.johnturner.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 Thanks for the quick reply. The machine is 4.0-RELEASE. I've installed the 4.0 to 4-stable upgrade kit from http://www.freebsd.org/ports using pkg_add and it shows as installed. Unfortunately, upgrading to 4.1 and doing the whole buildworld thing is not an option at the moment. Is there something else I can try? Thanks again. - John Turner At 04:25 PM 9/8/2000 -0400, Andresen,Jason R. wrote: > > I'm not very familiar with the ports system. Is this something easily > > fixed by modifying the makefile? If so, can someone nudge me in the right > > direction? I looked at /usr/ports/net/ucd-snmp/Makefile, but I didn't > > notice anything glaringly amiss. Or is this a problem in the package > itself? > >It looks like you have the old 3.x series bsd.ports.mk files. I think >there is a package (maybe even a port) that updates these files. The >better solution might be to upgrade to FreeBSD 4.1 to get the updated >port makefiles and environment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 13:39:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id B344837B42C for ; Fri, 8 Sep 2000 13:39:45 -0700 (PDT) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id QAA23489 for ; Fri, 8 Sep 2000 16:39:44 -0400 (EDT) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id QAA01227 for ; Fri, 8 Sep 2000 16:36:56 -0400 (EDT) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.1) with ESMTP id G0L5E600.9EH; Fri, 8 Sep 2000 16:39:42 -0400 Message-ID: <39B94E66.30FCF759@mitre.org> Date: Fri, 08 Sep 2000 16:39:03 -0400 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.73 [en]C-20000509M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: John Turner Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HELP: can't install ports packages References: <4.3.2.7.0.20000908161205.00afd680@mail.johnturner.com> <4.3.2.7.0.20000908163124.00afdba8@mail.johnturner.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Turner wrote: > > Thanks for the quick reply. The machine is 4.0-RELEASE. I've installed > the 4.0 to 4-stable upgrade kit from http://www.freebsd.org/ports using > pkg_add and it shows as installed. > > Unfortunately, upgrading to 4.1 and doing the whole buildworld thing is not > an option at the moment. Is there something else I can try? Hmm, if you used the upgrade port to 4-STABLE then your .mk files are probably good. The only other think I can think of is to be sure your ports are up to date, IE you didn't accidentally ask for a cvsup from 3 years ago or something. Perhaps someone else can help you more with this problem. Sorry. -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 14:10:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id A957537B42C for ; Fri, 8 Sep 2000 14:10:22 -0700 (PDT) Received: from zoso (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with SMTP id OAA24131; Fri, 8 Sep 2000 14:08:24 -0700 (PDT) From: "Otter" To: "Erin" , Subject: RE: Paging Date: Fri, 8 Sep 2000 17:13:59 -0400 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: <003201c019c3$ce84ca20$e815820a@sdccd.cc.ca.us> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I work for Siemens Building Technologies in South Florida (yes, I'm aware you said SouthWest). We use the Nextel units for our 100+ member branch. The service we subscribe to includes radio, alpha paging and cellular service. I haven't been able to find a non-M$ paging app yet, but if you go to http://page.nextel.com you can page any Nextel user (who subscribes to the paging service) with your favorite web browser. All you need to know is the person's 10 digit number (Area Code + Phone #). Here, our local call range extends statewide. AFAIK, Nextel is nationwide. You might want to research where they have towers/range in your area. In the SouthWest US, the range kicks ass. I've even seen their cell towers up in the mountains of Georgia and Tennessee where there's no large cities nearby. -Otter }-----Original Message----- }From: owner-freebsd-questions@FreeBSD.ORG }[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Erin }Sent: Friday, September 08, 2000 2:37 PM }To: questions@FreeBSD.ORG }Subject: Paging } } }I am looking for an alphanumeric/numeric paging service that has the }following features; } }--> Internet capable pages (maybe via a .cgi or with software for }Free/OpenBSD) }--> Very good coverage in South-West US, or at least in }Southern California }--> Something that's not going to cost me my child's college }fund each }month. } } }Does anyone have any idea's? } } }Thanks, } }Erin } } }mailto:kahn@deadbbs.com }http://www.deadbbs.com }http://www.fortenberry.net } } }"Can i dial 1-255-255-255255 and make every phone in the world ring?" } }-- Tanuki } } } }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 Sep 8 14:13:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id ACD9537B422 for ; Fri, 8 Sep 2000 14:13:13 -0700 (PDT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.9.3/8.9.3) with ESMTP id SAA02377 for ; Fri, 8 Sep 2000 18:12:25 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Fri, 8 Sep 2000 18:12:25 -0300 (ART) From: Fernando Gleiser To: freebsd-questions@freebsd.org Subject: OpenSSH and librsaINTL problems 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 having problems trying to make openssh work on a 4.1-RELEASE system. That's what I did: I installed the crypto distribution and sources from the CD. I built the librsaINTL libs, and installed them. But when I try to run SSH, I get the following error: bash-2.03$ ssh fgleiser@192.168.1.1 ** RSA_PKCS1: Unable to find an RSA implementation shared library. ** Install either the USA (librsaUSA.so) or International (librsaINTL.so) ** RSA library on your system and run this program again. ** See the OpenSSL chapter in the FreeBSD Handbook, located at ** http://www.freebsd.org/handbook/openssl.html, for more information. Segmentation fault the libs are in /usr/lib, and I even run an ldconfig to rescan the directories. Can anybody tell me what am I doing wrong? Thanks in advance Fer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 14:25:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id CF6E937B424 for ; Fri, 8 Sep 2000 14:25:55 -0700 (PDT) Received: from zoso (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with SMTP id OAA27720; Fri, 8 Sep 2000 14:23:09 -0700 (PDT) From: "Otter" To: "Erin" , Subject: RE: Paging Date: Fri, 8 Sep 2000 17:28:44 -0400 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: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG oops! almost forgot... if you don't have a gui browser and prefer life on the command line, you can also email <10 digit #>@page.nextel.com to send alpha pages. }-----Original Message----- }From: owner-freebsd-questions@FreeBSD.ORG }[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Otter }Sent: Friday, September 08, 2000 5:14 PM }To: Erin; questions@FreeBSD.ORG }Subject: RE: Paging } } }I work for Siemens Building Technologies in South Florida (yes, I'm }aware you said SouthWest). We use the Nextel units for our }100+ member }branch. The service we subscribe to includes radio, alpha paging and }cellular service. I haven't been able to find a non-M$ }paging app yet, }but if you go to http://page.nextel.com you can page any Nextel user }(who subscribes to the paging service) with your favorite }web browser. }All you need to know is the person's 10 digit number (Area Code + }Phone #). Here, our local call range extends statewide. AFAIK, Nextel }is nationwide. You might want to research where they have }towers/range }in your area. In the SouthWest US, the range kicks ass. I've }even seen }their cell towers up in the mountains of Georgia and Tennessee where }there's no large cities nearby. }-Otter } } }}-----Original Message----- }}From: owner-freebsd-questions@FreeBSD.ORG }}[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Erin }}Sent: Friday, September 08, 2000 2:37 PM }}To: questions@FreeBSD.ORG }}Subject: Paging }} }} }}I am looking for an alphanumeric/numeric paging service that has the }}following features; }} }}--> Internet capable pages (maybe via a .cgi or with software for }}Free/OpenBSD) }}--> Very good coverage in South-West US, or at least in }}Southern California }}--> Something that's not going to cost me my child's college }}fund each }}month. }} }} }}Does anyone have any idea's? }} }} }}Thanks, }} }}Erin }} }} }}mailto:kahn@deadbbs.com }}http://www.deadbbs.com }}http://www.fortenberry.net }} }} }}"Can i dial 1-255-255-255255 and make every phone in the }world ring?" }} }}-- Tanuki }} }} }} }}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 Fri Sep 8 14:36: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 9372D37B50C for ; Fri, 8 Sep 2000 14:35:57 -0700 (PDT) Received: by heorot.1nova.com (Postfix, from userid 1000) id 17C5D3282; Thu, 7 Sep 2000 13:59:37 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id EE20C3281; Thu, 7 Sep 2000 13:59:36 +0000 (GMT) Date: Thu, 7 Sep 2000 13:59:36 +0000 (GMT) From: Rick Hamell To: Murat Guven Mucuk Cc: freebsd-questions@freebsd.org Subject: Re: need help In-Reply-To: <006d01c019dc$8bd58660$9d092bd5@killer001> 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 =09Forwarded for a gentlemant who can't seem to send email to the list due to a reverse DNS problem in sendmail. =09=09=09=09=09-Rick > And here is my mail if you'll do me this help: > ------------------- > My problem is quotas. I installed QUOTA support to my system with the he= lp > of freebsddiary.org. > Now i want to setup 120 MB limit for a user. Although that user only use= s > 95 > MB of disc space, > (i check doing "cd ~user ; du -h". Is there another way to check how muc= h > disc does a specific user consumes ?) > he cant send any more files with ftp. it says "552 Transfer aborted. Dis= c > quota exceeded. Error closing data transfer" >=20 >=20 > Could anyone help me please.. Thanks in advance...... >=20 > Murat Guven Mucuk > mgm@berkbilgisayar.com >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > Here are some info about my system: >=20 > ------ > bash-2.04# cat /etc/fstab > # Device Mountpoint FStype Options Dump > Pass# > /dev/da0s1b none swap sw 0 = 0 > /dev/da0s1a / ufs rw 1 = 1 > /dev/da0s1f /usr ufs rw,userquota,groupquota > 2 2 > /dev/da0s1e /var ufs rw 2 = 2 > /dev/acd0c /cdrom cd9660 ro,noauto 0 0 > proc /proc procfs rw 0 = 0 > bash-2.04# > ------ >=20 > ------ > bash-2.04# edquota -u webkolik > Quotas for user webkolik: > /usr: blocks in use: 206542, limits (soft =3D 120857, hard =3D 120857) > inodes in use: 1905, limits (soft =3D 0, hard =3D 0) > ------ > ( 1 block =3D 1 K right ? ) > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >=20 > ------------------------ >=20 >=20 >=20 >=20 >=20 > -----Original Message----- > From: Rick Hamell > To: Murat Guven Mucuk > Date: 09 Eyl=FCl 2000 Cumartesi 00:32 > Subject: Re: need help >=20 >=20 > > > > You need to send email to majordomo@freebsd.org to subscribe to > >the list... :) > > > > Rick > > > >On Sat, 9 Sep 2000, Murat Guven Mucuk wrote: > > > >> > >> hello. > >> i need help and posted to list. but seems like that mail is not shown = at > the > >> list. > >> seems like i'm unsubscribed with a reason. anyway i'll re-subscribe af= ter > >> reinstalling mail server. > >> > >> can y help me now please? > >> > >> i sent the mail below to list > >> can you please send it to list as a forward at least? > >> > >> thank you > >> > >> > >> > >> --------------- > >> > >> > >> > >> My problem is quotas. I installed QUOTA support to my system with the > help > >> of freebsddiary.org. > >> Now i want to setup 120 MB limit for a user. Although that user only u= ses > 95 > >> MB of disc space, > >> (i check doing "cd ~user ; du -h". Is there another way to check how m= uch > >> disc does a specific user consumes ?) > >> he cant send any more files with ftp. it says "552 Transfer aborted. D= isc > >> quota exceeded. Error closing data transfer" > >> > >> > >> Could anyone help me please.. Thanks in advance...... > >> > >> Murat Guven Mucuk > >> mgm@berkbilgisayar.com > >> > >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > >> Here are some info about my system: > >> > >> ------ > >> bash-2.04# cat /etc/fstab > >> # Device Mountpoint FStype Options Dump > >> Pass# > >> /dev/da0s1b none swap sw 0 = 0 > >> /dev/da0s1a / ufs rw 1 = 1 > >> /dev/da0s1f /usr ufs rw,userquota,groupquot= a > >> 2 2 > >> /dev/da0s1e /var ufs rw 2 = 2 > >> /dev/acd0c /cdrom cd9660 ro,noauto 0 0 > >> proc /proc procfs rw 0 = 0 > >> bash-2.04# > >> ------ > >> > >> > >> > >> > >> ------ > >> bash-2.04# edquota -u webkolik > >> Quotas for user webkolik: > >> /usr: blocks in use: 206542, limits (soft =3D 120857, hard =3D 120857) > >> inodes in use: 1905, limits (soft =3D 0, hard =3D 0) > >> ------ > >> ( 1 block =3D 1 K right ? ) > >> > >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > >> > >> > > > > >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 14:37: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bom.thegrid.net (xbom.thegrid.net [209.162.0.214]) by hub.freebsd.org (Postfix) with ESMTP id A3D6837B43F for ; Fri, 8 Sep 2000 14:36:50 -0700 (PDT) Received: from thegrid.net (grover.thegrid.net [192.168.2.13] (may be forged)) by bom.thegrid.net (8.9.1a/8.9.1) with ESMTP id OAA06163; Fri, 8 Sep 2000 14:36:47 -0700 (PDT) Message-ID: <39B95863.A108073C@thegrid.net> Date: Fri, 08 Sep 2000 14:21:39 -0700 From: Tony Rini Organization: OneMain.Com X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Otter Cc: Erin , questions@FreeBSD.ORG Subject: Re: Paging References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To save yourself from typing and memorizing everyones phone number you can always create email aliases that point to the <10 digit #>@page.nextel.com address. i.e. pagejohn@yourdomain.com ---> 8185551234@page.nextel.com -- Tony Rini tony@thegrid.net System Administrator OneMain.Com Otter wrote: > > oops! almost forgot... if you don't have a gui browser and prefer life > on the command line, you can also email <10 digit #>@page.nextel.com > to send alpha pages. > > }-----Original Message----- > }From: owner-freebsd-questions@FreeBSD.ORG > }[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Otter > }Sent: Friday, September 08, 2000 5:14 PM > }To: Erin; questions@FreeBSD.ORG > }Subject: RE: Paging > } > } > }I work for Siemens Building Technologies in South Florida (yes, I'm > }aware you said SouthWest). We use the Nextel units for our > }100+ member > }branch. The service we subscribe to includes radio, alpha paging and > }cellular service. I haven't been able to find a non-M$ > }paging app yet, > }but if you go to http://page.nextel.com you can page any Nextel user > }(who subscribes to the paging service) with your favorite > }web browser. > }All you need to know is the person's 10 digit number (Area Code + > }Phone #). Here, our local call range extends statewide. AFAIK, Nextel > }is nationwide. You might want to research where they have > }towers/range > }in your area. In the SouthWest US, the range kicks ass. I've > }even seen > }their cell towers up in the mountains of Georgia and Tennessee where > }there's no large cities nearby. > }-Otter > } > } > }}-----Original Message----- > }}From: owner-freebsd-questions@FreeBSD.ORG > }}[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Erin > }}Sent: Friday, September 08, 2000 2:37 PM > }}To: questions@FreeBSD.ORG > }}Subject: Paging > }} > }} > }}I am looking for an alphanumeric/numeric paging service that has the > }}following features; > }} > }}--> Internet capable pages (maybe via a .cgi or with software for > }}Free/OpenBSD) > }}--> Very good coverage in South-West US, or at least in > }}Southern California > }}--> Something that's not going to cost me my child's college > }}fund each > }}month. > }} > }} > }}Does anyone have any idea's? > }} > }} > }}Thanks, > }} > }}Erin > }} > }} > }}mailto:kahn@deadbbs.com > }}http://www.deadbbs.com > }}http://www.fortenberry.net > }} > }} > }}"Can i dial 1-255-255-255255 and make every phone in the > }world ring?" > }} > }}-- Tanuki > }} > }} > }} > }}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 Fri Sep 8 14:53: 2 2000 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 CCA4837B446 for ; Fri, 8 Sep 2000 14:52:58 -0700 (PDT) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13XW4v-000GS1-00; Fri, 8 Sep 2000 22:52:57 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id WAA29393; Fri, 8 Sep 2000 22:52:56 +0100 (BST) (envelope-from jcm) Date: Fri, 8 Sep 2000 22:52:56 +0100 From: j mckitrick To: mwlucas@blackhelicopters.org Cc: freebsd-questions@freebsd.org Subject: chown mountpoints Message-ID: <20000908225256.A26144@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is it really necessary to chown the mountpoints for every boot to allow non-users to mount/umount floppies and zips? It seems silly. jcm -- "I drank WHAT ?!" - Socrates To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 14:59:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 6495A37B443 for ; Fri, 8 Sep 2000 14:59:52 -0700 (PDT) Received: by pawn.primelocation.net (Postfix, from userid 1016) id C29BA9B05; Fri, 8 Sep 2000 17:59:51 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id B6A5CBA03; Fri, 8 Sep 2000 17:59:51 -0400 (EDT) Date: Fri, 8 Sep 2000 17:59:51 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net Reply-To: freebsd-questions@FreeBSD.org To: David Liu Cc: freebsd-questions@FreeBSD.org Subject: Re: Documentation suggestion 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 [moving to freebsd-questions] On Fri, 8 Sep 2000, David Liu wrote: > Hi, > > I was trying to secure my Freebsd 4.1 server by following the handbook and > disabled > inetd.conf and as many of the services which I don't need. A nmap port scan > stiil show that > many of my ports are still open. Please address this in your handbook. I > need to know for example why port 12345 is open and how to shut it down. > Use sockstat(8) to find what processes are using these ports ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: 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 Fri Sep 8 15: 8:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id 018EE37B43E for ; Fri, 8 Sep 2000 15:08:14 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id SAA09928 for ; Fri, 8 Sep 2000 18:08:07 -0400 (EDT) Date: Fri, 8 Sep 2000 18:04:30 -0400 (EDT) From: Zhihui Zhang To: freebsd-questions@freebsd.org Subject: newbie ssh installation 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 am using FreeBSD 4.1, trying to install ssh for the first time: pluto# setenv USA_RESIDENT NO pluto# cd /usr/ports/security/ssh pluto# make; make install pluto# sshd error: Could not load host key: /etc/ssh/ssh_host_key: No such file or directory Disabling protocol version 1 error: Could not load DSA host key: /etc/ssh/ssh_host_dsa_key Disabling protocol version 2 sshd: no hostkeys available -- exiting. sshd: no hostkeys available -- exiting. Try again: pluto# cd /etc/ssh pluto# cp /usr/local/etc/ssh_host* . pluto# sshd /etc/ssh/sshd_config line 6: "randomseed" option is obsolete. /etc/ssh/sshd_config: line 13: Bad configuration option: QuietMode /etc/ssh/sshd_config: line 16: Bad configuration option: FascistLogging fatal: /etc/ssh/sshd_config: terminating, 2 bad configuration options What should I do now? BTW, is there a free SSH client running on Windows 98? Thanks for your help. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 15:17:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hellasnet.gr (mail.hellasnet.gr [212.54.192.3]) by hub.freebsd.org (Postfix) with ESMTP id 3A26337B440 for ; Fri, 8 Sep 2000 15:17:18 -0700 (PDT) Received: from hades.hell.gr (ppp3.patr.hellasnet.gr [212.54.197.18]) by mail.hellasnet.gr (8.9.1/8.9.1) with ESMTP id BAA28353; Sat, 9 Sep 2000 01:17:47 +0200 (GMT) Received: (from charon@localhost) by hades.hell.gr (8.11.0/8.11.0) id e88MHOM04189; Sat, 9 Sep 2000 01:17:24 +0300 (EEST) Date: Sat, 9 Sep 2000 01:17:08 +0300 From: Giorgos Keramidas To: Steve Van Den Akker Cc: freebsd-questions@freebsd.org Subject: Re: IP-Filter Message-ID: <20000909011708.A3971@hades.hell.gr> References: <20000908124139.B853@gray.westgate.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from vandena@ispchannel.com on Fri, Sep 08, 2000 at 11:58:18AM -0500 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 08, 2000 at 11:58:18AM -0500, Steve Van Den Akker wrote: > > Received a "forbidden" error message trying to access the URL below. A couple of people asked why the URL posted before replies with a "forbidden" message. Sorry to cause any inconvenience, but the over restrictive permissions on labs.gr do not allow Apache to generate automatic DirectoryIndexes. Try the mirror URL at: http://students.ceid.upatras.gr/~keramida/ipfilter/ -- Giorgos Keramidas, For my public pgp2 key: finger -l keramida@diogenis.ceid.upatras.gr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 15:26:59 2000 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 9E93B37B422 for ; Fri, 8 Sep 2000 15:26:55 -0700 (PDT) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id PAA07143; Fri, 8 Sep 2000 15:25:50 -0700 (PDT) Date: Fri, 8 Sep 2000 15:38:32 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: "Robert L. Bostic" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cannot resolve hostname In-Reply-To: <4.3.2.7.2.20000908075558.00b55040@127.0.0.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 On Fri, 8 Sep 2000, Robert L. Bostic wrote: > While trying to cvsup I receive an error stating the system is "unable to > resolve own localhost name". Could someone please tell me which file needs > to be modified and how? Thank you. > Regards, /etc/hosts E.G. # Localhost 127.0.0.1 localhost localhost.nwlink.com Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 15:33:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from satan.freebsdsystems.com (satan.freebsdsystems.com [24.69.168.5]) by hub.freebsd.org (Postfix) with ESMTP id C663037B440 for ; Fri, 8 Sep 2000 15:33:26 -0700 (PDT) Received: (from lnb@localhost) by satan.freebsdsystems.com (8.9.3/8.9.3) id UAA32615; Thu, 7 Sep 2000 20:58:29 -0400 (EDT) (envelope-from lnb) 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, 07 Sep 2000 20:58:29 -0400 (EDT) Organization: FreeBSD Systems Inc. From: Lanny Baron To: John Galt Subject: Re: telnet quetsion Cc: freebsd-questions@FreeBSD.ORG, J A Shamsi Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Be smart. vi /etc/inetd.conf put in a # where you see telnet. ps auxw | grep inetd kill -HUP inetd Use SSH and don't allow root to ssh in either. --lanny On 07-Sep-00 John Galt wrote: > > I >THINK< it's disabled for root by default, or it should be anyway >:) Seriously, root cannot login on any terminal that isn't in > /etc/securettys, so just ensure that there's no ttyp's in it. As far as > enabling it only for a specific user, that sounds like a job for > ACLs/permissions--either make it a group thing or make the target user the > owner and remove permissions as necessary, depending on your needs. > > On Thu, 7 Sep 2000, J A Shamsi wrote: > >> Hi >> >> I want to allow telent access for a specific >> user only and want to disable for the root. >> >> does any one of you has any idea >> what command should I write in inetd.conf >> and how can I disable or allow the root access >> thanks >> >> j/s >> >> __________________________________________________ >> Do You Yahoo!? >> Yahoo! Mail - Free email you can access from anywhere! >> http://mail.yahoo.com/ >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >> > > -- > Sacred cows make the best burgers > > Who is John Galt? galt@inconnu.isu.edu, that's who!!! > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Lanny Baron, Master FreeBSD Administrator ---------------------------------- Date: 07-Sep-00 Time: 20:58:29 The right half of the brain controls the left half of the body. This means that only left handed people are in their right mind. ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 15:41: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sr14.nsw-remote.bigpond.net.au (sr14.nsw-remote.bigpond.net.au [24.192.3.29]) by hub.freebsd.org (Postfix) with ESMTP id 0F36837B505 for ; Fri, 8 Sep 2000 15:41:02 -0700 (PDT) Received: from fulton.net.au (CPE-144-132-180-48.nsw.bigpond.net.au [144.132.180.48]) by sr14.nsw-remote.bigpond.net.au (Pro-8.9.3/8.9.3) with SMTP id JAA01961 for ; Sat, 9 Sep 2000 09:40:57 +1100 (EDT) Received: from amoeba (dhcp32.internal.fulton.net.au [192.168.1.32]) by fulton.net.au (8.11.0/8.9.3) with SMTP id e88Mepm32887 for ; Sat, 9 Sep 2000 09:40:56 +1100 (EST) (envelope-from jefff@fulton.net.au) Message-ID: <010b01c019e5$fc6979f0$2001a8c0@amoeba> From: "Jeff Fulton" To: Subject: X.25 Date: Sat, 9 Sep 2000 09:41:45 +1100 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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there any X.25 (and suitable sync card) support available for freebsd? Thanks, Jeff Fulton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 15:50:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web1603.mail.yahoo.com (web1603.mail.yahoo.com [128.11.23.203]) by hub.freebsd.org (Postfix) with SMTP id E1E4937B509 for ; Fri, 8 Sep 2000 15:50:34 -0700 (PDT) Received: (qmail 21841 invoked by uid 60001); 8 Sep 2000 23:02:32 -0000 Message-ID: <20000908230232.21840.qmail@web1603.mail.yahoo.com> Received: from [64.81.23.21] by web1603.mail.yahoo.com; Fri, 08 Sep 2000 16:02:32 PDT Date: Fri, 8 Sep 2000 16:02:32 -0700 (PDT) From: Vic Simkus Subject: RE: Publishing with Apache To: msilver@sc.rr.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 You should try mod_dav. Its an apache module ment to to just that (easy access for web developers). Some comercial products have support for it. GoLive 5 supports it. --- "SILVER, MICHAEL A" wrote: > One possibility would be to use Samba, especially if your users are > using > windows. This would allow them to map a drive letter in windows to > the > storage directory on the FreeBSD machine where your content is. It > basically makes FreeBSD look like an NT server (to some degree). I > am > running it at home with much success. Check out www.defcon1.org. > They have > a link to an article that explains how to set it up step by step. > You can > then administer Samba from a web browser. > > ...Michael... > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > > Joe.Warner@smed.com > > Sent: Friday, September 08, 2000 1:37 PM > > To: freebsd-questions@freebsd.org > > Subject: Publishing with Apache > > > > > > > > > > Hi, > > > > I'm using FreeBSD 3.4 and am running an Apache 1.3 server > > as part of our > > local intranet at work. > > > > I need to find an easy way for content publishers in > > different departments > > to be able to compose > > and publish web pages to my Apache server. I've read all the > > documentation > > that comes > > with Apache, as well as relevant chapters in different > > reference books but > > haven't found any > > easy to follow instructions that tells how to set up this > > kind of access. > > > > I know that one way to do this is to add a new module into Apache's > > configuration but > > all the instructions I've seen on this, tell you to run ./configure > > --add-module=/path/to/mod_put.c > > but it doesn't tell you where to do this from. I think I > > remember seeing a > > reference to /usr/apache/src but > > I don't have that directory on my system. > > > > I've already tried adding the "LoadModule" and "AddModule" lines to > my > > httpd.conf file but this doesn't work. > > I keep getting a syntax-type error when I restart the server, > > so I had to > > go back and comment out the > > lines. > > > > I've downloaded the module mod_put.c and placed it in > > /usr/local/libexec/apache. > > > > Any help or info on this would be appreciated. I really need > > to be able to > > make content publishing easy for > > our users. > > > > Thanks > > > > Joe > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > " If this email was sent to you by mistake or if you are not an > intended recipient, please delete it, destroy any hard > copies, including attachments, and notify me by return email. The > unauthorized use, distribution or reproduction of > this email is prohibited and may be unlawful." > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! 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 Fri Sep 8 16: 7: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-ether.rz.uni-ulm.de [134.60.1.36]) by hub.freebsd.org (Postfix) with ESMTP id A11BB37B42C for ; Fri, 8 Sep 2000 16:07:02 -0700 (PDT) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id BAA21631; Sat, 9 Sep 2000 01:06:58 +0200 (MEST) Message-ID: <39B9710F.31B6EB2A@gmx.de> Date: Sat, 09 Sep 2000 01:06:55 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: Fabien DERUDDER , "freebsd-questions@freebsd.org" Subject: Re: More is missing References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Fabien, > Although 'more' should be anyway installed (check your path), you'll > have to install 'less' from the ports under 'misc' This changed some months ago. More nowadays is identical to less. No need to install less from ports any longer. Ciao Siegbert P.S.: If I´m totally wrong here please anybody to correct. Didn´t find the announcements in the list archive right now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 16:16:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from envy.geekhouse.net (envy.geekhouse.net [64.81.6.50]) by hub.freebsd.org (Postfix) with ESMTP id 8A92B37B50E for ; Fri, 8 Sep 2000 16:16:19 -0700 (PDT) Received: (from jim@localhost) by envy.geekhouse.net (8.11.0/8.11.0) id e88NG8S00665; Fri, 8 Sep 2000 16:16:08 -0700 (PDT) (envelope-from jim) Date: Fri, 8 Sep 2000 16:16:07 -0700 From: Jim Mock To: Zhihui Zhang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: newbie ssh installation problem Message-ID: <20000908161607.B545@envy.geekhouse.net> Reply-To: jim@lust.geekhouse.net References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from zzhang@cs.binghamton.edu on Fri, Sep 08, 2000 at 06:04:30PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 08 Sep 2000 at 18:04:30 -0400, Zhihui Zhang wrote: > I am using FreeBSD 4.1, trying to install ssh for the first time: Why? It's in the base system now. Put sshd_enable="YES" in your /etc/rc.conf. > What should I do now? BTW, is there a free SSH client running on > Windows 98? No idea. - jim -- jim mock work: jim@osd.bsdi.com | jim@FreeBSD.org http://soupnazi.org/ BSDi Open Source Div | http://bsdi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 16:21:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from boombox.zaphods.net (boombox.zaphods.net [194.97.106.203]) by hub.freebsd.org (Postfix) with ESMTP id 8583337B440 for ; Fri, 8 Sep 2000 16:21:41 -0700 (PDT) Received: from localhost (zaphodb@localhost [127.0.0.1]) by boombox.zaphods.net (8.9.3/8.9.3) with ESMTP id BAA88735 for ; Sat, 9 Sep 2000 01:22:07 +0200 (CEST) (envelope-from zaphodb@zaphods.net) Date: Sat, 9 Sep 2000 01:22:04 +0200 (CEST) From: Stefan Schmidt To: questions@freebsd.org Subject: SPDIF-out on Yamaha DS-1E (YMF744) under 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 hi there, does somebody in here know how i would be able to enable the coaxial SPDIF output (and perhaps the fibre one too?) on a Yamaha XG (DS-1E) soundcard under x86 FreeBSD ? Since i dont run any OS i'd have to pay for anymore i would just be pretty glad if someone had a patch for me to include or something similar. :-) my config: FreeBSD boombox.zaphods.net 4.1-STABLE FreeBSD 4.1-STABLE #1: Thu Aug 31 15:10:43 CEST 2000 root@boombox.zaphods.net:/usr/src/sys/compile/BOOMBOX i386 pcm0: port 0x2800-0x2803,0x2400-0x243f mem 0xd7000000-0xd7007fff irq 9 at device 17.0 on pci0 FreeBSD Audio Driver (newpcm) Aug 31 2000 15:10:28 Installed devices: pcm0: at memory 0xd7000000 irq 9 (4p/2r channels duplex) thanks, Stefan -- Making files is easy under the UNIX operating system. Therefore, users tend to create numerous files using large amounts of file space. It has been said that the only standard thing about all UNIX systems is the message-of-the-day telling users to clean up their files. -- System V.2 administrator's guide To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 16:34:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from manston.placeware.com (manston.placeware.com [209.1.15.21]) by hub.freebsd.org (Postfix) with ESMTP id CFB9737B507 for ; Fri, 8 Sep 2000 16:34:40 -0700 (PDT) Received: from aberwrach.le-berre.com (dhcp174.placeware.com [209.1.15.174]) by manston.placeware.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id R4PJZL1H; Fri, 8 Sep 2000 16:35:36 -0700 Message-Id: <4.3.2.7.2.20000908163435.01777dc0@manston.placeware.com> X-Sender: philippe.le.berre/le-berre.com@212.129.1.43 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 08 Sep 2000 16:37:40 -0700 To: jim@lust.geekhouse.net, Zhihui Zhang From: Philippe Le Berre Subject: Re: newbie ssh installation problem Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20000908161607.B545@envy.geekhouse.net> References: 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 The following free ssh client (java with code source) http://www.mindbright.se/english/technology/products/mindterm/index.html works fine with Microsoft JVM (even socksified with sockcaps32) ... I use it on 98 & 2K & MacOS 9. -philippe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 16:35: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from damoe.wireless-isp.net (damoe.wireless-isp.net [208.61.227.212]) by hub.freebsd.org (Postfix) with ESMTP id 48E9237B422 for ; Fri, 8 Sep 2000 16:34:58 -0700 (PDT) Received: (from amavis@localhost) by damoe.wireless-isp.net (8.9.3/8.9.3) id TAA55628 for ; Fri, 8 Sep 2000 19:35:25 -0400 (EDT) (envelope-from keen@damoe.wireless-isp.net) Received: from localhost (keen@localhost) by damoe.wireless-isp.net (8.9.3/8.9.3) with ESMTP id TAA55268; Fri, 8 Sep 2000 19:35:19 -0400 (EDT) (envelope-from keen@damoe.wireless-isp.net) X-Authentication-Warning: damoe.wireless-isp.net: keen owned process doing -bs Date: Fri, 8 Sep 2000 19:35:19 -0400 (EDT) From: David Raistrick To: John Turner Cc: "Andresen,Jason R." , freebsd-questions@freebsd.org Subject: Re: HELP: can't install ports packages In-Reply-To: <4.3.2.7.0.20000908163124.00afdba8@mail.johnturner.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, 8 Sep 2000, John Turner wrote: > Unfortunately, upgrading to 4.1 and doing the whole buildworld thing is not > an option at the moment. Is there something else I can try? One of the machines i built at work did this to me....the quickfix was to just correct the damn problem in the Makefile. I think it was my 4.0-R machine. Memory says that the distname was missing. See below for what the Makefile that sits in the directory reads right now: # $FreeBSD: ports/net/ucd-snmp/Makefile,v 1.37 2000/02/21 19:19:03 fenner Exp $ # DISTNAME= ucd-snmp-4.0.1 CATEGORIES= net MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ PATCH_SITES= http://ucd-snmp.ucdavis.edu/patches/ Let me know if that works. > > Thanks again. -- David Raistrick Digital Wireless Communications davidr@dwcinet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 16:55:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rapidnet.com (rapidnet.com [205.164.216.1]) by hub.freebsd.org (Postfix) with ESMTP id 5439837B423 for ; Fri, 8 Sep 2000 16:55:10 -0700 (PDT) Received: from localhost (pstapley@localhost) by rapidnet.com (8.9.3/8.9.3) with ESMTP id RAA09318 for ; Fri, 8 Sep 2000 17:55:09 -0600 (MDT) Date: Fri, 8 Sep 2000 17:55:09 -0600 (MDT) From: Peter Stapley To: questions@freebsd.org Subject: Tip to modem 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 tip into my modem? I read the tip man page but still can't get it to connect. My modem is on /dev/cuaa0 Thanks, Pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 17: 2:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 6272137B446; Fri, 8 Sep 2000 17:02:13 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <20000909000213.6272137B446@hub.freebsd.org> Date: Fri, 8 Sep 2000 17:02:13 -0700 (PDT) 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 Sep 8 17: 2:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 81DE837B53A; Fri, 8 Sep 2000 17:02:13 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <20000909000213.81DE837B53A@hub.freebsd.org> Date: Fri, 8 Sep 2000 17:02:13 -0700 (PDT) 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 Sep 8 17: 2:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 9A47837B59E; Fri, 8 Sep 2000 17:02:13 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <20000909000213.9A47837B59E@hub.freebsd.org> Date: Fri, 8 Sep 2000 17:02:13 -0700 (PDT) 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 Sep 8 17: 3: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gluttony.henshaw.net (gluttony.henshaw.net [63.70.222.4]) by hub.freebsd.org (Postfix) with SMTP id 8203137B440 for ; Fri, 8 Sep 2000 17:02:32 -0700 (PDT) Received: (qmail 18944 invoked from network); 9 Sep 2000 00:02:29 -0000 Received: from dhcp-64-58-25-247.henshaw.net (HELO ben.henshaw.net) (64.58.25.247) by gluttony.henshaw.net with SMTP; 9 Sep 2000 00:02:29 -0000 Message-Id: <4.3.2.7.2.20000908174646.03505220@pop.henshaw.net> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 08 Sep 2000 18:02:28 -0600 To: freebsd-questions@freebsd.org From: Ben Schumacher Subject: RADIUS Authentication via MAC Addresses 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- I'm working on a new project for my company and was wondering if anybody could give me insight on how I might do RADIUS authentication via MAC addresses. We're looking to provide broadband internet access to entire buildings, but would prefer to do some sort of authentication scheme other than PPPoE (which creates headaches when you're trying to set it up on client boxes). One of the ideas that came to mind was authentication through MAC addresses. Since we're already using RADIUS for our dialup authenticaiton, it seemed like a good solution to tie this system into that as well. Does anybody have any ideas on how this could be accomplished on a FreeBSD platform. The idea is that when people bring up their machines, the router would verify their MAC address and if it isn't authenticated, it would drop packets to/from their box. The only solution I've come up with so far is a rather complicated kludge involving the ARP tables and ipfw rules. While this would likely work, I would prefer to do something more solid, even if it involves some hacking in the FreeBSD kernel. I open to any suggestions, so please feel free to toss out whatever you can think of. Thank you, - Ben Schumacher To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 17:28:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from indigo.dreamfire.net (indigo.dreamfire.net [207.113.154.29]) by hub.freebsd.org (Postfix) with ESMTP id 997FA37B506 for ; Fri, 8 Sep 2000 17:28:41 -0700 (PDT) Received: from valiant.dreamfire.net (valiant.dreamfire.net [24.11.227.21]) by indigo.dreamfire.net (Postfix) with ESMTP id 559F09452 for ; Fri, 8 Sep 2000 17:28:40 -0700 (PDT) Received: by valiant.dreamfire.net (Postfix, from userid 1000) id 9029DE8A15; Fri, 8 Sep 2000 17:28:39 -0700 (PDT) Date: Fri, 8 Sep 2000 17:28:39 -0700 From: Sean-Paul Rees To: freebsd-questions@freebsd.org Subject: nd6_lookup: failed to add route for a neighbor(3ffe:0b00:0c18::0048), errno=17 Message-ID: <20000908172839.A883@seanrees.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I keep getting the message: nd6_lookup: failed to add route for a neighbor(3ffe:0b00:0c18::0048), errno=17 ... when I use IPv6 onto the 6Bone, especially visible using traceroute6. Can someone send me an interpretation and a possible way to fix? Thanks! -- Cheers, Sean Sean-Paul Rees (sean@seanrees.com) Web: http://www.seanrees.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 17:36:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from diskfarm.firehouse.net (rdu25-12-043.nc.rr.com [24.25.12.43]) by hub.freebsd.org (Postfix) with ESMTP id BFAC737B424 for ; Fri, 8 Sep 2000 17:36:42 -0700 (PDT) Received: (from abc@localhost) by diskfarm.firehouse.net (8.9.3/8.9.3) id UAA34705; Fri, 8 Sep 2000 20:37:03 -0400 (EDT) (envelope-from abc) Date: Fri, 8 Sep 2000 20:37:03 -0400 From: Alan Clegg To: Tony Rini Cc: Otter , Erin , questions@FreeBSD.ORG Subject: Re: Paging Message-ID: <20000908203703.C32358@diskfarm.firehouse.net> References: <39B95863.A108073C@thegrid.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <39B95863.A108073C@thegrid.net>; from tony@thegrid.net on Fri, Sep 08, 2000 at 02:21:39PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Unless the network is lying to me again, Tony Rini said: > To save yourself from typing and memorizing everyones phone number you > can always create email aliases that point to the <10 digit > #>@page.nextel.com address. > > i.e. pagejohn@yourdomain.com ---> 8185551234@page.nextel.com And you subject yourself to a large number of questions like: 1) is *MY* mail system working? 2) is the network between my system and nextel.com working? 3) is Nextel's stuff working? You might want to look at qpage (in the ports collection) and, if I remember right, Hylafax (also in ports) has some paging capabilities. I've used qpage in the past to setup SNPP servers that have worked quite well. AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 17:52:45 2000 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 7C62537B50B for ; Fri, 8 Sep 2000 17:52:43 -0700 (PDT) Received: (qmail 35104 invoked by uid 1001); 9 Sep 2000 00:52:43 -0000 Date: Fri, 8 Sep 2000 17:52:43 -0700 From: Jon Rust To: freebsd-questions@freebsd.org Subject: LNE100TX no longer supported by dc? Message-ID: <20000908175243.A29153@mail.vcnet.com> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: http://www.freebsd.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Performed an upgrade from 3.4s to 4.1s today. Upon restarting when all was said and done, it detects my LNE100TX cards correctly as dc, but it shows NO CARRIER. After mucho trouble shooting, I've found that the cards work with 4.0r systems, and even some earlier 4.0s systems, but starting with 4.1R, and maybe earlier, dc stopped working with LinkSys LNE100TX cards. Booting off the release CDs also confirms it. (4.0r works fine, 4.1r does not... across multiple systems including Athlon, single PIII and dual PII.) Just a heads-up for anyone else. Fortunately, I had extra cards of another brand laying around. jon PS - The upgrade was smooooth. Followed the directions in /usr/src/UPDATING and everything (save the ether cards) turned out cherry. On a dual Pii 333 system, it took about 30 minutes of downtime. (Including some bonehead moves by me that cost prolly 10 minutes.) FreeBSD rocks baby!!!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 17:59:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from duval.se.mediaone.net (duval.se.mediaone.net [24.129.0.67]) by hub.freebsd.org (Postfix) with ESMTP id AE6DB37B43F; Fri, 8 Sep 2000 17:59:45 -0700 (PDT) Received: from mediaone.net (dtq-74-190.jacksonville.net [24.129.74.190]) by duval.se.mediaone.net (8.8.7/8.8.7) with ESMTP id UAA20710; Fri, 8 Sep 2000 20:59:40 -0400 (EDT) Message-ID: <39B98C43.380F570B@mediaone.net> Date: Fri, 08 Sep 2000 21:03:01 -0400 From: Bentley Rhodes X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: hard links vs soft links, plus... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG zero, i've been using FreeBSD 4.x for about 2 weeks...luv it, has nothing on windows, but no killer games. first, where if anyone doesn't mind me asking here...are the THEMES for enlightenment kept globally? second, where is the directory for APACHE kept ... so i can use host my web page third , is there any way i can use different cursors (like windows cursors) in enlightenment fourth: i know that say. ... [ ln -s /usr/whatever ] can be used to point to directories or files...and that [ ln /usr/whatever/file(s) ] has to be used specifically for files (right?)....so besides that (if i'm right)...whats the difference in Linking? does a HARD LINK mean that i have that file on my computer? instead of another users computer or area? i guess i mean copying (cp ).....but that would be redundant. i know SOFT links redirect to the area or file...and if i [ cd .. ] from it , say as an FTP thing, someone could end up in my root directory. so my theory is that if i make a hard link to a file...then basically, i still save space because the file is only like what...a couple of kilobytes, versus the real file? bottom line...can someone fess up whats the best? also...is the JaxLUG meeting tomorrow at the FragLan area? hodge podge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 18: 6: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 8146C37B423 for ; Fri, 8 Sep 2000 18:06:05 -0700 (PDT) Received: by heorot.1nova.com (Postfix, from userid 1000) id 697533282; Thu, 7 Sep 2000 17:29:45 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 567E03281; Thu, 7 Sep 2000 17:29:45 +0000 (GMT) Date: Thu, 7 Sep 2000 17:29:45 +0000 (GMT) From: Rick Hamell To: SoftGuitar@aol.com Cc: freebsd-questions@freebsd.org Subject: Not able to boot (was: Re: dos floppies) 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 > No one wil answer my repeated questions so I can not even use my FreeBSD. 90% of the time the reason your question has not been answered it because it's not very clear. There is not enough information to provide good troubleshooting. > When I had my BSD installed by a local guy here in Minneapolis he > installed it so quickly and left without even directions on how to install. Yep, FreeBSD installs very quickly... http://www.freebsd.org/handbook is where you find info on how to install it. Though the first time I installed, just after 2.2.6 came out, I didn't read any instructions at all. :) > I was able to access root and do teh usual Unix commands etc but then I > tried to get back on a few days later and now it tells me ."no disk > found"...please verify that your disk controller is being properly probed at > boot time.......see hardware guide on document menu for clues on diagnosing > this type of problem..." Ok, do you have IDE, SCSI? What kind of drives? Do you know what kind of controller you've got? Have you checked all the hardware connections? Everything nice and tightly plugged in? Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 18: 7:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hellasnet.gr (mail.hellasnet.gr [212.54.192.3]) by hub.freebsd.org (Postfix) with ESMTP id 3AA3437B43E for ; Fri, 8 Sep 2000 18:07:19 -0700 (PDT) Received: from hades.hell.gr (ppp1.patr.hellasnet.gr [212.54.197.16]) by mail.hellasnet.gr (8.9.1/8.9.1) with ESMTP id EAA10117; Sat, 9 Sep 2000 04:07:54 +0200 (GMT) Received: (from charon@localhost) by hades.hell.gr (8.11.0/8.11.0) id e8917L807616; Sat, 9 Sep 2000 04:07:21 +0300 (EEST) Date: Sat, 9 Sep 2000 04:07:20 +0300 From: Giorgos Keramidas To: keith@mail.telestream.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Quick sendmail questions Message-ID: <20000909040720.A7314@hades.hell.gr> References: <20000908122753.A853@gray.westgate.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from keith@mail.telestream.com on Fri, Sep 08, 2000 at 08:59:32AM -0700 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 08, 2000 at 08:59:32AM -0700, keith@mail.telestream.com wrote: > > For hosts that we allow to relay do we need them in both access_db AND > relay-domains? Or is relay-domains for something totaly different?? Nopes. You only need to declare in *one* of these files that you will relay mail for some host. I tend to prefer using access_db and my /etc/mail/relay-domains file does not even exist, but I haven't actually tested if it's better this way or not. It just makes it easier for me to have to read one file [/etc/mail/access], and see which domains are relayed, which are blocked, etc. -- Giorgos Keramidas, For my public pgp2 key: finger -l keramida@diogenis.ceid.upatras.gr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 18:19:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from Mail6.mgfairfax.rr.com (mail6.southeast.rr.com [24.93.67.53]) by hub.freebsd.org (Postfix) with ESMTP id 499B937B43E for ; Fri, 8 Sep 2000 18:19:11 -0700 (PDT) Received: from wdmp ([24.28.218.189]) by Mail6.mgfairfax.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Fri, 8 Sep 2000 21:18:54 -0400 From: "David M. Plummer" To: Cc: "'Jon Rust'" Subject: RE: LNE100TX no longer supported by dc? Date: Fri, 8 Sep 2000 21:19:06 -0400 Message-ID: <000001c019fb$f372b300$0201a8c0@wdmp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20000908175243.A29153@mail.vcnet.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It may just be certain versions of the LNE100TX that are problematic. I am running 4.1-STABLE on a box with an LNE100TX as its external interface, dc0. There are at least three incarnations of the LNE100TX. Dave Plummer > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jon Rust > Sent: Friday, September 08, 2000 08:53 PM > To: freebsd-questions@freebsd.org > Subject: LNE100TX no longer supported by dc? > > > Performed an upgrade from 3.4s to 4.1s today. Upon restarting when all > was said and done, it detects my LNE100TX cards correctly as > dc, but it > shows NO CARRIER. After mucho trouble shooting, I've found that the > cards work with 4.0r systems, and even some earlier 4.0s systems, but > starting with 4.1R, and maybe earlier, dc stopped working with LinkSys > LNE100TX cards. Booting off the release CDs also confirms it. (4.0r > works fine, 4.1r does not... across multiple systems including Athlon, > single PIII and dual PII.) > > Just a heads-up for anyone else. Fortunately, I had extra cards of > another brand laying around. > > jon > > PS - The upgrade was smooooth. Followed the directions in > /usr/src/UPDATING and everything (save the ether cards) turned out > cherry. On a dual Pii 333 system, it took about 30 minutes of > downtime. > (Including some bonehead moves by me that cost prolly 10 minutes.) > > FreeBSD rocks baby!!!!! > > > 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 Sep 8 18:55:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dublin.panbio.com (dublin.panbio.com [207.90.154.113]) by hub.freebsd.org (Postfix) with ESMTP id 86E0437B423 for ; Fri, 8 Sep 2000 18:55:54 -0700 (PDT) Received: from exchange.panbio.com (exchange [207.90.154.8]) by dublin.panbio.com (8.9.2/8.9.2) with ESMTP id SAA23852 for ; Fri, 8 Sep 2000 18:55:48 -0700 (PDT) Received: by exchange.panbio.com with Internet Mail Service (5.5.2650.21) id ; Fri, 8 Sep 2000 18:55:00 -0700 Message-ID: <3D82EFC06BB9D311B0940090277C086CE8062F@exchange.panbio.com> From: Joe Park To: "'freebsd-questions@FreeBSD.ORG'" Subject: keeping up to date with FreeBSD Date: Fri, 8 Sep 2000 18:54:58 -0700 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 Hello, I have been refreshing my freebie manually, following instructions from complete FreeBSD. Now that I get more comfortable with this, I want it to organize it and put it as cron job. I have 3 machine running freebie, and before I used to have source tree for each machine. Seeing this as waste of space and cpu power, I decided to have one machine to hold all sources and other two machine to NFS mount on it. (the /usr/src directory). On source server machine, I got updates with cvsup, made world, and rebuilt kernel successfully. On client machine, I moved /usr/src to /usr/src_og and created link to server's /usr/src mount point. On Complete FreeBSD 3rd edition, it says "make reinstall" is available for this purpose. I was not able to make reinstall, and looking at Makefile tells me that reinstall is gone. So, I tried "make install" and it was throwing errors -- can't fine certain files. Then I just tried "make world" and it worked. My question is, is there way to avoid "make world" again? I already built the world, so I don't see why I have to build it again on client machine. Am I missing something here? I mounted /usr/obj directory to server's /usr/obj directory just in case, but no differences. Please enlighten me on this and CC to my email address. Thank you. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 19:24:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id F05B737B43E for ; Fri, 8 Sep 2000 19:24:37 -0700 (PDT) Received: by heorot.1nova.com (Postfix, from userid 1000) id B9C623282; Thu, 7 Sep 2000 18:48:17 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 9EB2A3281; Thu, 7 Sep 2000 18:48:17 +0000 (GMT) Date: Thu, 7 Sep 2000 18:48:17 +0000 (GMT) From: Rick Hamell To: SoftGuitar@aol.com Cc: questions@freebsd.org Subject: Re: Not able to boot (was: Re: dos floppies) In-Reply-To: <66.73f267e.26eaecdb@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 Please keep freebsd-questions in the loop... > I have a IDE hard drive and when I sign on it says it can not read my CD > ROM, Floppy or SCSI......I do not even have a SCSI. > Where do I find my disk controller ?? and how would I configure it to be > read. or probed as BSD was telling me Is your IDE controller built onto the motherboard... or is it a card? If it's onboard, barring IRQ conflicts, it should be auto-detected. If you try to install off of the floppy disks (kern.flp and mfsroot.flp,) does it finish all the way? > I know it is hard to answer newbie questions but it is because we do not > even know what to ask...........sorry for my inexperience. I want to be good > but I'm on the first rung of this ladder. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 20: 1: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailout3-0.nyroc.rr.com (mailout3-1.nyroc.rr.com [24.92.226.168]) by hub.freebsd.org (Postfix) with ESMTP id 06AF237B506 for ; Fri, 8 Sep 2000 20:01:06 -0700 (PDT) Received: from server (bsh1-467.twcny.rr.com [24.95.179.103]) by mailout3-0.nyroc.rr.com (8.9.3/8.9.3) with SMTP id WAA24215 for ; Fri, 8 Sep 2000 22:50:56 -0400 (EDT) Message-ID: <000701c01a09$70d4dc80$02c810b0@server.compudorm.com> From: "A Minkstein" To: Subject: foxpro and natd Date: Fri, 8 Sep 2000 22:55:32 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01C019E7.E4107F00" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0004_01C019E7.E4107F00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I try to use a web site with a java program that access a foxpro = database. On my machine I get an error when I try to do something = specific. This function of the program works with other people's = machines. I was wondering if NATD is not forwarding the data that comes = in on a certain port. If anyone knows the port that FoxPro is returning = the request on, Please write me. Thanks Andy M. ------=_NextPart_000_0004_01C019E7.E4107F00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I try to use a web site with a java program that = access a=20 foxpro database.  On my machine I get an error when I try to do = something=20 specific.  This function of the program works with other people's=20 machines.  I was wondering if NATD is not forwarding the data that = comes in=20 on a certain port.  If anyone knows the port that FoxPro is = returning the=20 request on, Please write me.
 
Thanks
 
Andy M.
------=_NextPart_000_0004_01C019E7.E4107F00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 20:13:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 8C84E37B43F for ; Fri, 8 Sep 2000 20:13:15 -0700 (PDT) Received: from nospam.hiwaay.net (tnt6-216-180-5-1.dialup.HiWAAY.net [216.180.5.1]) by mail.hiwaay.net (8.11.0/8.11.0) with ESMTP id e893DA709791; Fri, 8 Sep 2000 22:13:10 -0500 (CDT) Received: from nospam.hiwaay.net (localhost [127.0.0.1]) by nospam.hiwaay.net (8.9.3/8.9.3) with ESMTP id WAA70446; Fri, 8 Sep 2000 22:13:07 -0500 (CDT) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <200009090313.WAA70446@nospam.hiwaay.net> X-Mailer: exmh version 2.1.1 10/15/1999 To: Bentley Rhodes Cc: freebsd-questions@freebsd.org From: David Kelly Subject: Re: query ... In-reply-to: Message from Bentley Rhodes of "Fri, 08 Sep 2000 21:08:12 EDT." <39B98D7B.111BBACF@mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 08 Sep 2000 22:13:07 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bentley Rhodes writes: > second, where is the directory for APACHE kept ... so i can use host my > web page First lets mention that freebsd-chat isn't the right place for these questions. They belong on freebsd-questions where I have moved my reply. Than again, maybe it belongs on newbies. If you are having that much trouble with apache then let me suggest kindly that you are not ready to let your FreeBSD system be exposed continuously to the internet. However, your FreeBSD system is a wonderful host to prototype web pages before uploading to your ISP's server. If you have the apache port installed you'll find a directory with apache in its name in /var/db/pkg/. Nose around in the files contained therein and you'll see where the port installed apache. /usr/local/www/data/ is probably the root of your apache's web directory. > fourth: > > i know that say. ... > [ ln -s /usr/whatever ] > can be used to point to directories or files...and that > [ ln /usr/whatever/file(s) ] > has to be used specifically for files (right?)....so besides that (if > i'm right)...whats the difference in Linking? > does a HARD LINK mean that i have that file on my computer? instead of > another users computer or area? i guess i mean copying (cp ).....but > that would be redundant. The problem is that you are assuming that the filename is how the computer knows the difference between files. In the Unix tradition files are really tracked in the OS by number, not by name. The record telling the OS how to find the file contents is known as an inode. Try "ls -i" to see the inode numbers. The filesystem is (good enough for this discussion) simply a linear array of inodes, which describe the files. No directories. No subdirectories. No filenames. A directory is a file of names. With each name is an inode number "linking" that name to an inode so mere humans (and software written by mere humans) can find their file data. When you create a link with ln you simply write a new directory entry. No reason why one should be limited to one name per "file" (inode). Having multiple "links" to a file turned out to be awfully useful but it didn't work across filesystems. Each filesystem starts the inode numbering all over again. So somebody invented "symbolic links" and the other version became known as "hard links". Rather than reference by inode number the symbolic link references by path. There are no means of guaranteeing the path is any good. Or once its good that it stays good, unlike a hard link. When you create a hard link a counter is incremented in the inode. That counter is the number you see between the permissions and owner when you do "ls -l". Make a directory. "ls -ld dirname". You'll see it has two links. One is the "dot" directory inside. The other is the name you just created. And if you are observant you will notice the parent directory's inode count increased also as you just created a dot-dot directory linking one up inside the one you just created. "ls -i" again to see the actual numbers. Then start matching numbers to see what I'm saying. When one deletes a file, the syscall is unlink(2). You'll notice the man page for rm(1) is also for unlink(1). When the last link to a file is removed the filesystem frees the inode and its space for reuse after the last process closes it. > i know SOFT links redirect to the area or file...and if i [ cd .. ] > from it , say as an FTP thing, someone could end up in my root > directory. so my theory is that if i make a hard link to a file...then > basically, i still save space because the file is only like what...a > couple of kilobytes, versus the real file? You need to play with links more to understand what you wrote above. You seem to be infering links could somehow bypass the permissions mechanism. There are unsafe situations which could allow that, but not as you are suggesting. You can make a symbolic/soft link to someplace you are not allowed. But if you try to follow it you won't get anywhere. > bottom line...can someone fess up whats the best? Yes. The best is to have both to use as appropriate. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 20:25: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from heorot.1nova.com (sub24-23.member.dsl-only.net [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 54EAD37B50B for ; Fri, 8 Sep 2000 20:25:08 -0700 (PDT) Received: by heorot.1nova.com (Postfix, from userid 1000) id 874973282; Thu, 7 Sep 2000 19:48:48 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by heorot.1nova.com (Postfix) with ESMTP id 6EEAC3281; Thu, 7 Sep 2000 19:48:48 +0000 (GMT) Date: Thu, 7 Sep 2000 19:48:48 +0000 (GMT) From: Rick Hamell To: David Kelly Cc: freebsd-questions@freebsd.org Subject: Re: query ... In-Reply-To: <200009090313.WAA70446@nospam.hiwaay.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 > First lets mention that freebsd-chat isn't the right place for these > questions. They belong on freebsd-questions where I have moved my reply. > Than again, maybe it belongs on newbies. Questions don't belong on newbies! :) There are already too many over there and that's not what that group is for! Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 20:33:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lnd.internet-bg.net (lnd.internet-bg.net [212.124.64.2]) by hub.freebsd.org (Postfix) with ESMTP id 2370B37B449 for ; Fri, 8 Sep 2000 20:33:52 -0700 (PDT) Received: from internet-bg.net (ppp190.internet-bg.net [212.124.66.190]) by lnd.internet-bg.net (8.9.3/8.9.0) with ESMTP id GAA27848 for ; Sat, 9 Sep 2000 06:50:14 +0300 Message-ID: <39B9AF92.8497F273@internet-bg.net> Date: Sat, 09 Sep 2000 06:33:38 +0300 From: Dimitar Vassilev X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: bg,en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: help on source code Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sirs, I am a newbie and I would like to install FreeBSD on my PC. HCL is O.k. and I would like to ask is it possible to view the source of kernel and other files of FreeBSD distributions as in Linux. I ask this because I didn't found info on freebsd.org whether FreeBSD is a open source project. In addition, I heard that there are some Unices that aren't open source OS's. Yours faithfully, Dimitar Vassilev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 21:57:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.tetronsoftware.com (www.tetronsoftware.com [64.217.1.42]) by hub.freebsd.org (Postfix) with ESMTP id 442C637B505 for ; Fri, 8 Sep 2000 21:57:23 -0700 (PDT) Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by ns1.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id XAA04370 for ; Fri, 8 Sep 2000 23:55:57 -0500 (CDT) (envelope-from zeus@tetronsoftware.com) Date: Fri, 8 Sep 2000 23:55:57 -0500 (CDT) From: Gene Harris To: freebsd-questions@freebsd.org Subject: Problem with buildworld 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 running FreeBSD 3.4 stable. I recently ran cvs to update my source files and the directory /usr/src/sys/contrib/softupdates no longer exists. When I execute make buildworld from the /usr directory, the process dies with the error message that it cannot find softdep.h. This file exists in /usr/include/ufs/ffs, but the make program does not find it. I have removed softupdates from the kernel config, and it recompiles without a problem, so I am baffled as to why buildworld is insisting on looking for softdep.h. Any help will be greatly appreciated. Gene Harris Tetron Software, LLC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 22:15:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 0E60E37B50C for ; Fri, 8 Sep 2000 22:15:30 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id WAA00629; Fri, 08 Sep 2000 22:12:31 -0700 Message-ID: <39B9C6BF.60794D6C@urx.com> Date: Fri, 08 Sep 2000 22:12:31 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Gene Harris Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem with buildworld 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 running FreeBSD 3.4 stable. I recently ran cvs to update my source files > and the directory /usr/src/sys/contrib/softupdates no longer exists. When I > execute make buildworld from the /usr directory, the process dies with the > error message that it cannot find softdep.h. This file exists in > /usr/include/ufs/ffs, but the make program does not find it. > > I have removed softupdates from the kernel config, and it recompiles without a > problem, so I am baffled as to why buildworld is insisting on looking for > softdep.h. The license on softupdates was changed recently and you have to remove the symbolic links. Did you cvsup RELENG_3, which means you were cvsup'ing 3.5.1? I'm running 4.1-Stable and there is an entry in /usr/sr/UPDATING about the symbolic links. You might check /usr/src/UPDATING on your system for similar comments around 0622. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 22:15:51 2000 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 6762037B507 for ; Fri, 8 Sep 2000 22:15:50 -0700 (PDT) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id WAA04395; Fri, 8 Sep 2000 22:13:22 -0700 (PDT) Date: Fri, 8 Sep 2000 22:26:06 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: Dimitar Vassilev Cc: freebsd-questions@FreeBSD.ORG Subject: Re: help on source code In-Reply-To: <39B9AF92.8497F273@internet-bg.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 Sat, 9 Sep 2000, Dimitar Vassilev wrote: > I am a newbie and I would like to install FreeBSD on my PC. HCL is O.k. > and I would like to ask is it possible to view the source of kernel and > other files of FreeBSD distributions as in Linux. The source is in /usr/src and the kernel source is in /usr/src/sys. If you need to install sources you can do so by running /stand/sysinstall and choosing the appropriate menus. The source is online as well. Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 22:19:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id D024237B43F for ; Fri, 8 Sep 2000 22:19:27 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Fri, 8 Sep 2000 22:16:35 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id WAA61244; Fri, 8 Sep 2000 22:17:34 -0700 (PDT) (envelope-from cjc) Date: Fri, 8 Sep 2000 22:17:33 -0700 From: "Crist J . Clark" To: Fabien DERUDDER Cc: jim@jmock.com, freebsd-questions@FreeBSD.ORG Subject: Re: More is missing Message-ID: <20000908221733.N69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from fderudder@lrt.be on Fri, Sep 08, 2000 at 11:42:51AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 08, 2000 at 11:42:51AM +0200, Fabien DERUDDER wrote: > Although 'more' should be anyway installed (check your path), you'll > have to install 'less' from the ports under 'misc' Not really. "more is less" on FreeBSD 4.x. $ ls -li -l /usr/bin/less /usr/bin/more 2643114 -r-xr-xr-x 2 root wheel 85744 Aug 7 00:47 /usr/bin/less 2643114 -r-xr-xr-x 2 root wheel 85744 Aug 7 00:47 /usr/bin/more -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 22:26: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.tetronsoftware.com (www.tetronsoftware.com [64.217.1.42]) by hub.freebsd.org (Postfix) with ESMTP id 69C3637B618 for ; Fri, 8 Sep 2000 22:26:00 -0700 (PDT) Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by ns1.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id AAA27160; Sat, 9 Sep 2000 00:24:37 -0500 (CDT) (envelope-from zeus@tetronsoftware.com) Date: Sat, 9 Sep 2000 00:24:37 -0500 (CDT) From: Gene Harris To: freebsd-questions@freebsd.org Cc: Kent Stewart Subject: Re: Problem with buildworld In-Reply-To: <39B9C6BF.60794D6C@urx.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 Thanks Kent. Ufortunately, my UPDATING file is empty, no comments at all. It is dated Feb 9, 2000, which is odd. I had already removed the links to softupdates in the /usr/src/sys/ufs/ffs directory. I am also clearing /usr/obj. The message I am getting is: cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 ufs/ffs/*.h /usr/obj/usr/src/tmp/usr/include/ufs/ffs install: ufs/ffs/softdep.h: No such file or directory *** Error code 71 I am using the server at cvsup5.freebsd.org to obtain my updates. And yes, I did manage to grab 3.5.1, although I don't think this is the root of the problem. Gene Tetron Software, LLC http://www.tetronsoftware.com FreeBSD Apache PostgreSQL Oracle 8/8i Windows 95/98/NT Visual C Visual Basic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 22:26:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blount.mail.mindspring.net (blount.mail.mindspring.net [207.69.200.226]) by hub.freebsd.org (Postfix) with ESMTP id 2F26237B443 for ; Fri, 8 Sep 2000 22:25:59 -0700 (PDT) Received: from laptop (user-2ivf1pl.dialup.mindspring.com [165.247.135.53]) by blount.mail.mindspring.net (8.9.3/8.8.5) with SMTP id BAA18649 for ; Sat, 9 Sep 2000 01:24:19 -0400 (EDT) From: "David Liu" To: Subject: 12345/tcp open NetBus Date: Sat, 9 Sep 2000 01:24:30 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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 V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, The following is the output of ps and sockstat. I always reboot my system after changing the configuration files so the following is an accurate reflection of the system. I don't remember where I found the section on shutting down the inetd.conf file. Some of info I got was from reading the shell scripts and determining what env. variables they were looking for. The "specific shortcoming in the documentation" is not describing what each env. variable used in the shell scripts are. For example, to shutdown the portmap daemon, you need to specify portmap_enable="NO" in the "rc.conf" file. To make FreeBSD secure out of the box, the portmap daemon should not be started since most users do not need it and it presents a serious security hole for servers connected to the Internet. As a side note, several of the ports are out of date and do not install properly (i.e. apache13-fp) without hacking them. Thanks, David /* ps aux */ USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 548 0.0 0.4 420 244 p0 R+ 12:46AM 0:00.00 ps aux root 1 0.0 0.5 532 304 ?? ILs 6:03PM 0:00.01 /sbin/init -- root 2 0.0 0.0 0 0 ?? DL 6:03PM 0:00.01 (pagedaemon) root 3 0.0 0.0 0 0 ?? DL 6:03PM 0:00.00 (vmdaemon) root 4 0.0 0.0 0 0 ?? DL 6:03PM 0:00.01 (bufdaemon) root 5 0.0 0.0 0 0 ?? DL 6:03PM 0:00.23 (syncer) root 28 0.0 0.2 208 92 ?? Is 6:03PM 0:00.00 adjkerntz -i root 108 0.0 0.6 536 368 ?? Is 10:03PM 0:00.00 /sbin/dhclient xl0 root 246 0.0 0.6 524 372 ?? Ss 10:03PM 1:24.75 /sbin/natd -n xl0 root 262 0.0 1.0 904 608 ?? Ss 10:03PM 0:00.09 syslogd -s root 271 0.0 1.3 1096 808 ?? D 10:03PM 0:00.02 amd -p -a /.amd_mnt -c 1800 -l syslog /host / root 272 0.0 1.3 1096 808 ?? D 10:03PM 0:00.02 amd -p -a /.amd_mnt -c 1800 -l syslog /host / root 287 0.0 1.1 948 692 ?? Is 10:03PM 0:00.04 cron root 303 0.0 0.8 876 488 ?? Is 10:03PM 0:00.02 moused -p /dev/psm0 -t auto root 337 0.0 2.8 2068 1708 ?? Ss 10:03PM 0:00.36 /usr/local/sbin/httpd -DMOD_FP root 353 0.0 1.9 1776 1164 ?? Is 10:03PM 0:00.01 /usr/local/sbin/sshd (sshd2) nobody 359 0.0 2.8 2092 1708 ?? I 10:03PM 0:00.00 /usr/local/sbin/httpd -DMOD_FP nobody 360 0.0 2.8 2092 1708 ?? I 10:03PM 0:00.00 /usr/local/sbin/httpd -DMOD_FP nobody 361 0.0 2.8 2092 1708 ?? I 10:03PM 0:00.00 /usr/local/sbin/httpd -DMOD_FP nobody 362 0.0 2.8 2092 1708 ?? I 10:03PM 0:00.00 /usr/local/sbin/httpd -DMOD_FP nobody 363 0.0 2.8 2092 1708 ?? I 10:03PM 0:00.00 /usr/local/sbin/httpd -DMOD_FP root 365 0.0 3.2 2652 1976 ?? S 10:03PM 0:01.90 /usr/local/bin/python /usr/local/abacus/hosts root 367 0.0 0.9 880 572 ?? Is 10:03PM 0:00.01 /usr/local/psionic/portsentry/portsentry -tcp root 369 0.0 0.9 880 572 ?? Is 10:03PM 0:00.18 /usr/local/psionic/portsentry/portsentry -udp root 381 0.0 1.2 1052 756 v0 Ss+ 10:03PM 0:04.67 /usr/libexec/getty Pc ttyv0 root 382 0.0 1.0 920 624 v1 Is+ 10:03PM 0:00.01 /usr/libexec/getty Pc ttyv1 root 383 0.0 1.0 920 624 v2 Is+ 10:03PM 0:00.01 /usr/libexec/getty Pc ttyv2 root 384 0.0 1.0 920 624 v3 Is+ 10:03PM 0:00.01 /usr/libexec/getty Pc ttyv3 root 385 0.0 1.0 920 624 v4 Is+ 10:03PM 0:00.01 /usr/libexec/getty Pc ttyv4 root 386 0.0 1.0 920 624 v5 Is+ 10:03PM 0:00.01 /usr/libexec/getty Pc ttyv5 root 387 0.0 1.0 920 624 v6 Is+ 10:03PM 0:00.01 /usr/libexec/getty Pc ttyv6 root 388 0.0 1.0 920 624 v7 Is+ 10:03PM 0:00.01 /usr/libexec/getty Pc ttyv7 root 522 0.0 2.4 1840 1472 ?? S 12:36AM 0:00.31 /usr/local/sbin/sshd (sshd2) dliu 523 0.0 1.4 1016 868 p0 Is 12:37AM 0:00.02 -bash (bash) root 524 0.0 1.5 1276 916 p0 I 12:37AM 0:00.04 _su (csh) root 526 0.0 1.5 1032 884 p0 S 12:37AM 0:00.03 bash root 0 0.0 0.0 0 0 ?? DLs 6:03PM 0:00.01 (swapper) nmap -sS -O localhost Starting nmap V. 2.53 by fyodor@insecure.org ( www.insecure.org/nmap/ ) Interesting ports on localhost (127.0.0.1): (The 1473 ports scanned but not shown below are in state: closed) Port State Service 1/tcp open tcpmux 2/tcp open compressnet 3/tcp open compressnet 4/tcp open unknown 5/tcp open rje 7/tcp open echo 9/tcp open discard 11/tcp open systat 15/tcp open netstat 19/tcp open chargen 20/tcp open ftp-data 21/tcp open ftp 22/tcp open ssh 23/tcp open telnet 25/tcp open smtp 53/tcp open domain 70/tcp open gopher 79/tcp open finger 80/tcp open http 87/tcp open priv-term-l 109/tcp open pop-2 110/tcp open pop-3 111/tcp open sunrpc 119/tcp open nntp 138/tcp open netbios-dgm 139/tcp open netbios-ssn 143/tcp open imap2 144/tcp open news 512/tcp open exec 513/tcp open login 514/tcp open shell 515/tcp open printer 540/tcp open uucp 635/tcp open unknown 1023/tcp open unknown 1024/tcp open kdm 1080/tcp open socks 1524/tcp open ingreslock 2000/tcp open callbook 2001/tcp open dc 2049/tcp open nfs 6667/tcp open irc 8080/tcp open http-proxy 12345/tcp open NetBus 12346/tcp open NetBus 31337/tcp open Elite 32771/tcp open sometimes-rpc5 32772/tcp open sometimes-rpc7 32773/tcp open sometimes-rpc9 32774/tcp open sometimes-rpc11 TCP Sequence Prediction: Class=random positive increments Difficulty=5406 (Worthy challenge) Remote operating system guess: FreeBSD 2.2.1 - 4.0 /* sockstat */ Nmap run completed -- 1 IP address (1 host up) scanned in 17 seconds USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS root sshd2 522 6 tcp4 216.77.240.142.22 165.247.135.53.103 root portsent 369 0 udp4 *.1035 *.* root portsent 369 1 udp4 *.1 *.* root portsent 369 2 udp4 *.7 *.* root portsent 369 3 udp4 *.9 *.* root portsent 369 4 udp4 *.19 *.* root portsent 369 5 udp4 *.66 *.* root portsent 369 6 udp4 *.67 *.* root portsent 369 7 udp4 *.69 *.* root portsent 369 8 udp4 *.111 *.* root portsent 369 9 udp4 *.137 *.* root portsent 369 10 udp4 *.138 *.* root portsent 369 11 udp4 *.161 *.* root portsent 369 12 udp4 *.162 *.* root portsent 369 13 udp4 *.177 *.* root portsent 369 14 udp4 *.474 *.* root portsent 369 15 udp4 *.513 *.* root portsent 369 16 udp4 *.517 *.* root portsent 369 17 udp4 *.518 *.* root portsent 369 18 udp4 *.520 *.* root portsent 369 19 udp4 *.635 *.* root portsent 369 20 udp4 *.640 *.* root portsent 369 21 udp4 *.641 *.* root portsent 369 22 udp4 *.666 *.* root portsent 369 23 udp4 *.700 *.* root portsent 369 24 udp4 *.2049 *.* root portsent 369 25 udp4 *.28001 *.* root portsent 369 26 udp4 *.32770 *.* root portsent 369 27 udp4 *.32771 *.* root portsent 369 28 udp4 *.32772 *.* root portsent 369 29 udp4 *.32773 *.* root portsent 369 30 udp4 *.32774 *.* root portsent 369 31 udp4 *.31337 *.* root portsent 369 32 udp4 *.54321 *.* root portsent 367 0 tcp4 *.1024 *.* root portsent 367 1 tcp4 *.1 *.* root portsent 367 2 tcp4 *.2 *.* root portsent 367 3 tcp4 *.3 *.* root portsent 367 4 tcp4 *.4 *.* root portsent 367 5 tcp4 *.5 *.* root portsent 367 6 tcp4 *.7 *.* root portsent 367 7 tcp4 *.9 *.* root portsent 367 8 tcp4 *.11 *.* root portsent 367 9 tcp4 *.15 *.* root portsent 367 10 tcp4 *.19 *.* root portsent 367 11 tcp4 *.20 *.* root portsent 367 12 tcp4 *.21 *.* root portsent 367 13 tcp4 *.23 *.* root portsent 367 14 tcp4 *.25 *.* root portsent 367 15 tcp4 *.53 *.* root portsent 367 16 tcp4 *.70 *.* root portsent 367 17 tcp4 *.79 *.* root portsent 367 18 tcp4 *.87 *.* root portsent 367 19 tcp4 *.109 *.* root portsent 367 20 tcp4 *.110 *.* root portsent 367 21 tcp4 *.111 *.* root portsent 367 22 tcp4 *.119 *.* root portsent 367 23 tcp4 *.138 *.* root portsent 367 24 tcp4 *.139 *.* root portsent 367 25 tcp4 *.143 *.* root portsent 367 26 tcp4 *.144 *.* root portsent 367 27 tcp4 *.512 *.* root portsent 367 28 tcp4 *.513 *.* root portsent 367 29 tcp4 *.514 *.* root portsent 367 30 tcp4 *.515 *.* root portsent 367 31 tcp4 *.540 *.* root portsent 367 32 tcp4 *.635 *.* root portsent 367 33 tcp4 *.1080 *.* root portsent 367 34 tcp4 *.1114 *.* root portsent 367 35 tcp4 *.1524 *.* root portsent 367 36 tcp4 *.2000 *.* root portsent 367 37 tcp4 *.2001 *.* root portsent 367 38 tcp4 *.2049 *.* root portsent 367 39 tcp4 *.4000 *.* root portsent 367 40 tcp4 *.4001 *.* root portsent 367 41 tcp4 *.5742 *.* root portsent 367 42 tcp4 *.6667 *.* root portsent 367 43 tcp4 *.12345 *.* root portsent 367 44 tcp4 *.12346 *.* root portsent 367 45 tcp4 *.20034 *.* root portsent 367 46 tcp4 *.30303 *.* root portsent 367 47 tcp4 *.32771 *.* root portsent 367 48 tcp4 *.32772 *.* root portsent 367 49 tcp4 *.32773 *.* root portsent 367 50 tcp4 *.32774 *.* root portsent 367 51 tcp4 *.31337 *.* root portsent 367 52 tcp4 *.40421 *.* root portsent 367 53 tcp4 *.40425 *.* root portsent 367 54 tcp4 *.49724 *.* root portsent 367 55 tcp4 *.54320 *.* nobody httpd 363 16 tcp4 *.8080 *.* nobody httpd 363 17 tcp4 *.80 *.* nobody httpd 362 16 tcp4 *.8080 *.* nobody httpd 362 17 tcp4 *.80 *.* nobody httpd 361 16 tcp4 *.8080 *.* nobody httpd 361 17 tcp4 *.80 *.* nobody httpd 360 16 tcp4 *.8080 *.* nobody httpd 360 17 tcp4 *.80 *.* nobody httpd 359 16 tcp4 *.8080 *.* nobody httpd 359 17 tcp4 *.80 *.* root sshd2 353 3 tcp4 *.22 *.* root sshd2 353 4 udp4 *.22 *.* root httpd 337 16 tcp4 *.8080 *.* root httpd 337 17 tcp4 *.80 *.* root amd 272 4 udp4 *.1023 *.* root amd 272 5 tcp4 *.1023 *.* root amd 272 6 udp4 *.1022 *.* root amd 272 7 udp4 *.1021 *.* root amd 271 4 udp4 *.1023 *.* root amd 271 5 tcp4 *.1023 *.* root amd 271 6 udp4 *.1022 *.* root amd 271 7 udp4 *.1021 *.* root syslogd 262 4 udp4 *.514 *.* root dhclient 108 3 udp4 *.* *.* root dhclient 108 6 udp4 *.68 *.* /* rc.conf file */ # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. # -- sysinstall generated deltas -- # ifconfig_ed0="inet 192.168.0.1 netmask 255.255.255.0" hostname="Finch" linux_enable="NO" moused_enable="YES" gateway_enable="YES" usbd_enable="NO" ntpdate_flags="otc1.psu.edu" ifconfig_xl0="DHCP" hostname="finch.dyndns.com" sendmail_enable="NO" ipv6_enable="NO" router_enable="NO" ntpdate_enable="YES" sshd_enable="NO" firewall_enable="YES" firewall_type="SIMPLE" natd_enable="YES" natd_interface="xl0" inetd_enable="NO" portmap_enable="NO" # Later change to YES, prevents X-windows from running kern_securelevel_enable="NO" kern_securelevel="2" amd_flags="-a /.amd_mnt -c 1800 -l syslog /host /etc/amd.map /net /etc/amd.map" amd_enable="YES" -----Original Message----- From: bobj@smtp.ufl.edu [mailto:bobj@smtp.ufl.edu]On Behalf Of Bob Johnson Sent: Friday, September 08, 2000 8:27 PM To: David Liu Cc: freebsd-doc@FreeBSD.ORG Subject: Re: Documentation suggestion David Liu wrote: > > Hi, > > I was trying to secure my Freebsd 4.1 server by following the handbook and > disabled > inetd.conf and as many of the services which I don't need. A nmap port scan > stiil show that > many of my ports are still open. Please address this in your handbook. I > need to know for example why port 12345 is open and how to shut it down. > > Thanks for your help and a great product, > The port scan doesn't match your config file. If you didn't reboot after editing the config file, then try rebooting and scanning again. After you do that, if things aren't what you expect, post the scan and the rc.conf, plus the result of "ps -ax", to questions@freebsd.org. If, during this process, you can identify what specific shortcoming in the documentation caused you difficulty, please post that information to the doc list. Actually, now that you mention it, I can't even find instructions on disabling inetd.conf in the Handbook. Were you reading the Handbook, or a tutorial, or the FAQ, or The Complete FreeBSD? Thanks, - Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 22:33: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id C606C37B50C for ; Fri, 8 Sep 2000 22:32:58 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Fri, 8 Sep 2000 22:30:30 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id WAA61357; Fri, 8 Sep 2000 22:31:33 -0700 (PDT) (envelope-from cjc) Date: Fri, 8 Sep 2000 22:31:33 -0700 From: "Crist J . Clark" To: Kees van Wijk Cc: freebsd-questions@FreeBSD.ORG Subject: Re: smbmount where is it??? Message-ID: <20000908223133.O69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <00090809012700.01264@kaas.balpol.tudelft.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <00090809012700.01264@kaas.balpol.tudelft.nl>; from C.vanwijk@student.tudelft.nl on Fri, Sep 08, 2000 at 08:55:53AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 08, 2000 at 08:55:53AM +0200, Kees van Wijk wrote: > I installed the samba package for BSD-4.1 release. > > I can find smbclient / smbpasswd / smbstatus etc in: > /usr/local/bin > > BUT where is smbmount / smbmnt etc???? > > Do I need to install other packages as well? > Can I mount window shares a different way?? Look at the docs, http://us1.samba.org/samba/whatsnew/samba-2.0.7.html To quote, "The syntax for the Linux-specific smbmount command..." smbmount does not work on FreeBSD or anything but Linux. smbmount used to be a separate project from Samba. It only recently actually became part of Samba. Someone else already pointed to Sharity-Light. I've found it to get bit unstable after a while, but it might be better now. There is also the commercial Sharity. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 22:42:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 3A12B37B59E for ; Fri, 8 Sep 2000 22:42:14 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Fri, 8 Sep 2000 22:37:37 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id WAA61412; Fri, 8 Sep 2000 22:38:40 -0700 (PDT) (envelope-from cjc) Date: Fri, 8 Sep 2000 22:38:40 -0700 From: "Crist J . Clark" To: "Ryugen C. Fisher" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: strange security message Message-ID: <20000908223840.P69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <4.3.2.7.2.20000908063552.00acbd10@mail.bfm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <4.3.2.7.2.20000908063552.00acbd10@mail.bfm.org>; from Ryugen@palaver.org on Fri, Sep 08, 2000 at 06:43:25AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 08, 2000 at 06:43:25AM -0500, Ryugen C. Fisher wrote: > My "security check output" recently began to send me the following: > > chih.bfm.org login failures: > grep: /var/log/messages: No such file or directory > > chih.bfm.org refused connections: > grep: /var/log/messages: No such file or directory > > > I have looked at the syslog.conf file and it seems "normal" ... I have also > not made any changes that would account for this. A look at the /var/log > directory shows that there is NOT a /var/log/messages file, but I don't > know why it does not exist... To get things started again, # touch /var/log/messages # kill -HUP `cat /var/run/syslog.pid` > I suspect that I have a 'stowaway' but can't be certain at this > point... if I have an intruder, he (or she) knows more about FreeBSD than > I do. It does sound like a break in is a possibility. What does this system do? Maybe it is a good excuse to wipe clean and do a binary upgrade to 4.1. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 22:48:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 86E0537B61E for ; Fri, 8 Sep 2000 22:48:09 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id WAA00708; Fri, 08 Sep 2000 22:43:48 -0700 Message-ID: <39B9CE14.63A15BA6@urx.com> Date: Fri, 08 Sep 2000 22:43:48 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Gene Harris Cc: freebsd-questions@freebsd.org Subject: Re: Problem with buildworld 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: > > Thanks Kent. Ufortunately, my UPDATING file is empty, no comments at > all. It is dated Feb 9, 2000, which is odd. I had already removed > the links to softupdates in the /usr/src/sys/ufs/ffs directory. I am also > clearing /usr/obj. The message I am getting is: > > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 ufs/ffs/*.h > /usr/obj/usr/src/tmp/usr/include/ufs/ffs > install: ufs/ffs/softdep.h: No such file or directory > *** Error code 71 > > I am using the server at cvsup5.freebsd.org to obtain my updates. And yes, I > did manage to grab 3.5.1, although I don't think this is the root of the > problem. It almost sounds like you didn't grab the softupdate *.c and *.h when you cvsup'ed. I cut and pasted this from a message around 6/24 > > Cannot calculate checksum for > > "/usr/src/sys/ufs/ffs/ffs_softdep.c": No such file or directory > > Cannot calculate checksum for "/usr/src/sys/ufs/ffs/softdep.h": > > No such file or directory See if you can find those files. They were symlinks on my system and we had to remove the two links and recvsup. We also had to start cvsup'ing src-all about that time. I don't have any idea how much of it was carried over into 3-stable. There was a lot of traffic when softupdate was changed and it would be in the archive. Kent > > Gene > > Tetron Software, LLC > http://www.tetronsoftware.com > FreeBSD Apache PostgreSQL Oracle 8/8i > Windows 95/98/NT Visual C Visual Basic -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 22:56:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.tetronsoftware.com (www.tetronsoftware.com [64.217.1.42]) by hub.freebsd.org (Postfix) with ESMTP id B486937B440 for ; Fri, 8 Sep 2000 22:56:11 -0700 (PDT) Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by ns1.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id AAA77161; Sat, 9 Sep 2000 00:53:31 -0500 (CDT) (envelope-from zeus@tetronsoftware.com) Date: Sat, 9 Sep 2000 00:53:31 -0500 (CDT) From: Gene Harris To: Kent Stewart Cc: freebsd-questions@freebsd.org Subject: Re: Problem with buildworld In-Reply-To: <39B9CE14.63A15BA6@urx.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, 8 Sep 2000, Kent Stewart wrote: I did get the error message you described. However when I started CVSUP again, after removing the links, cvsup promptly skipped over the soft update files instead of downloading them. I just happened to catch it on the CVS window in X. Now I have to figure out how to adjust my tags so the files will download. The only thing that still puzzles me greatly is that I am not using softupdates at the moment. Many Thanks for your Help! I have been using, but not studying FreeBSD for so long that I have lost some of my skills. Gene > > > Gene Harris wrote: > > > > Thanks Kent. Ufortunately, my UPDATING file is empty, no comments at > > all. It is dated Feb 9, 2000, which is odd. I had already removed > > the links to softupdates in the /usr/src/sys/ufs/ffs directory. I am also > > clearing /usr/obj. The message I am getting is: > > > > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 ufs/ffs/*.h > > /usr/obj/usr/src/tmp/usr/include/ufs/ffs > > install: ufs/ffs/softdep.h: No such file or directory > > *** Error code 71 > > > > I am using the server at cvsup5.freebsd.org to obtain my updates. And yes, I > > did manage to grab 3.5.1, although I don't think this is the root of the > > problem. > > It almost sounds like you didn't grab the softupdate *.c and *.h when > you cvsup'ed. I cut and pasted this from a message around 6/24 > > > > Cannot calculate checksum for > > > "/usr/src/sys/ufs/ffs/ffs_softdep.c": No such file or directory > > > Cannot calculate checksum for "/usr/src/sys/ufs/ffs/softdep.h": > > > No such file or directory > > See if you can find those files. They were symlinks on my system and > we had to remove the two links and recvsup. We also had to start > cvsup'ing src-all about that time. I don't have any idea how much of > it was carried over into 3-stable. There was a lot of traffic when > softupdate was changed and it would be in the archive. > > Kent > > > > > Gene > > > > Tetron Software, LLC > > http://www.tetronsoftware.com > > FreeBSD Apache PostgreSQL Oracle 8/8i > > Windows 95/98/NT Visual C Visual Basic > > -- > Kent Stewart > Richland, WA > > mailto:kbstew99@hotmail.com > http://kstewart.urx.com/kstewart/index.html > http://daily.daemonnews.org/ > > SETI (Search for Extraterrestrial Intelligence) @ Home > http://setiathome.ssl.berkeley.edu/ > Tetron Software, LLC http://www.tetronsoftware.com FreeBSD Apache PostgreSQL Oracle 8/8i Windows 95/98/NT Visual C Visual Basic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 23:12:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 5AB5C37B422 for ; Fri, 8 Sep 2000 23:12:36 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id XAA00783; Fri, 08 Sep 2000 23:10:58 -0700 Message-ID: <39B9D473.C0A95370@urx.com> Date: Fri, 08 Sep 2000 23:10:59 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Gene Harris Cc: freebsd-questions@freebsd.org Subject: Re: Problem with buildworld 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: > > On Fri, 8 Sep 2000, Kent Stewart wrote: > > I did get the error message you described. However when I started CVSUP > again, after removing the links, cvsup promptly skipped over the soft update > files instead of downloading them. I just happened to catch it on the CVS > window in X. Now I have to figure out how to adjust my tags so the files will > download. With the demise of RSA's patent's there will be a lot of changes in at least 4-stable. I have always used "src-all". A couple of months back crypto was folded in to rest of the source. > > The only thing that still puzzles me greatly is that I am not using > softupdates at the moment. I think it is part of the system and you may not be using it but it is there in case you do. Did you try building again after the cvsup or was that when you got the message? > > Many Thanks for your Help! I have been using, but not studying FreeBSD for so > long that I have lost some of my skills. A nice web feature is cvsweb. To look at the .../ffs/* files visit http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/ufs/ffs/ I bookmarked the top of the tree. I didn't see any change about dropping the links on RELENG_3. I gather from following cvs-all that you won't be the only one next year :). Kent > > Gene > > > > > > > Gene Harris wrote: > > > > > > Thanks Kent. Ufortunately, my UPDATING file is empty, no comments at > > > all. It is dated Feb 9, 2000, which is odd. I had already removed > > > the links to softupdates in the /usr/src/sys/ufs/ffs directory. I am also > > > clearing /usr/obj. The message I am getting is: > > > > > > cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 ufs/ffs/*.h > > > /usr/obj/usr/src/tmp/usr/include/ufs/ffs > > > install: ufs/ffs/softdep.h: No such file or directory > > > *** Error code 71 > > > > > > I am using the server at cvsup5.freebsd.org to obtain my updates. And yes, I > > > did manage to grab 3.5.1, although I don't think this is the root of the > > > problem. > > > > It almost sounds like you didn't grab the softupdate *.c and *.h when > > you cvsup'ed. I cut and pasted this from a message around 6/24 > > > > > > Cannot calculate checksum for > > > > "/usr/src/sys/ufs/ffs/ffs_softdep.c": No such file or directory > > > > Cannot calculate checksum for "/usr/src/sys/ufs/ffs/softdep.h": > > > > No such file or directory > > > > > See if you can find those files. They were symlinks on my system and > > we had to remove the two links and recvsup. We also had to start > > cvsup'ing src-all about that time. I don't have any idea how much of > > it was carried over into 3-stable. There was a lot of traffic when > > softupdate was changed and it would be in the archive. > > -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 23:18:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merganser.its.uu.se (merganser.its.uu.se [130.238.6.236]) by hub.freebsd.org (Postfix) with ESMTP id 5F60B37B449 for ; Fri, 8 Sep 2000 23:18:06 -0700 (PDT) Received: from regulus.student.UU.SE ([130.238.5.2]:61946 "HELO ertr1013.student.uu.se") by merganser.its.uu.se with SMTP id ; Sat, 9 Sep 2000 08:16:17 +0200 Received: (qmail 1019 invoked by uid 1001); 9 Sep 2000 06:16:24 -0000 Date: Sat, 9 Sep 2000 08:16:24 +0200 From: Erik Trulsson To: Bentley Rhodes Cc: freebsd-questions@freebsd.org Subject: Re: hard links vs soft links, plus... Message-ID: <20000909081624.A989@student.uu.se> Mail-Followup-To: Bentley Rhodes , freebsd-questions@freebsd.org References: <39B98C43.380F570B@mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <39B98C43.380F570B@mediaone.net>; from bentley3@mediaone.net on Fri, Sep 08, 2000 at 09:03:01PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 08, 2000 at 09:03:01PM -0400, Bentley Rhodes wrote: [ snip some questions about stuff I don't know anything about ] > fourth: > > i know that say. ... > [ ln -s /usr/whatever ] > can be used to point to directories or files...and that > [ ln /usr/whatever/file(s) ] > has to be used specifically for files (right?)....so besides that (if > i'm right)...whats the difference in Linking? > does a HARD LINK mean that i have that file on my computer? instead of > another users computer or area? i guess i mean copying (cp ).....but > that would be redundant. > > i know SOFT links redirect to the area or file...and if i [ cd .. ] > from it , say as an FTP thing, someone could end up in my root > directory. so my theory is that if i make a hard link to a file...then > basically, i still save space because the file is only like what...a > couple of kilobytes, versus the real file? > > bottom line...can someone fess up whats the best? > A soft link is just a pointer to another file or directory. That is it just contains the name of another file that is the one that should actually used when someone tries to read or write from/to the softlink. This means that if you remove the real file the softlink will point to a nonexisting file. A hard link is another kind of beast. Actually under Unix *all* files are hardlinks. Under Unix a file consists of three parts: The actual contents of the file. (Obviuos isn't it. :-)) An inode which contains info about the file, like its size, owner, what disk blocks it is stored on, etc A directory entry which is a name and a pointer to the files inode. When you create a hard link you just create another directory entry which points to the same inode. This means that you cannot distinguish between a normal file and a hardlink to it since both are actually just hardlinks to the same inode. This also means that a harlink can only be made to a file that resides on the same disk since inodes are per disk. (While softlinks can span filesystems.) In both the case of a softlink and a hardlink the actual contents of the file will only be stored once on the disk. If you delete one hardlink any other hardlinks to the same file will remain just as they were. This also means that if you delete a hardlink and then create a new file with the same name then any other hardlinks to that file will still refer to the original file, while a softlink would get the new file. (Since it only uses the name of the file.) Usually I suggest you use softlinks unless you have some particular reason to use a hardlink. Softlinks are generally more flexible and you are less prone to surprises. -- Erik Trulsson ertr1013@student.uu.se -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 23:21:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 1E21537B449 for ; Fri, 8 Sep 2000 23:21:20 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Fri, 8 Sep 2000 23:20:11 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id XAA61939; Fri, 8 Sep 2000 23:20:58 -0700 (PDT) (envelope-from cjc) Date: Fri, 8 Sep 2000 23:20:52 -0700 From: "Crist J . Clark" To: Bentley Rhodes Cc: freebsd-questions@FreeBSD.ORG Subject: Re: hard links vs soft links, plus... Message-ID: <20000908232052.Q69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <39B98C43.380F570B@mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <39B98C43.380F570B@mediaone.net>; from bentley3@mediaone.net on Fri, Sep 08, 2000 at 09:03:01PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 08, 2000 at 09:03:01PM -0400, Bentley Rhodes wrote: > zero, i've been using FreeBSD 4.x for about 2 weeks...luv it, has > nothing on windows, but no killer games. I think you mean, Windows has nothing on FreeBSD, but whatever. > first, where if anyone doesn't mind me asking here...are the THEMES for > enlightenment kept globally? Don't use it. > second, where is the directory for APACHE kept ... so i can use host my > web page Don't use it, but have a look up in /usr/local. Also you can always look at /var/db/pkg/apache*/+CONTENTS to see installed files. > third , is there any way i can use different cursors (like windows > cursors) in enlightenment I am absolutely sure there is. > fourth: > > i know that say. ... > [ ln -s /usr/whatever ] > can be used to point to directories or files...and that > [ ln /usr/whatever/file(s) ] > has to be used specifically for files (right?)....so besides that (if > i'm right)...whats the difference in Linking? > does a HARD LINK mean that i have that file on my computer? instead of > another users computer or area? i guess i mean copying (cp ).....but > that would be redundant. > > i know SOFT links redirect to the area or file...and if i [ cd .. ] > from it , say as an FTP thing, someone could end up in my root > directory. so my theory is that if i make a hard link to a file...then > basically, i still save space because the file is only like what...a > couple of kilobytes, versus the real file? > > bottom line...can someone fess up whats the best? OK, here's how it works. A "file" can be thought of as a bunch of data at a certain location on the hard drive. All files are just these groups of data on the HDD. There is no real directory tree structure at this level. Now, the directory tree is an abstraction that arranges these files into a something a human can easily use by associating names to these files and arranging them into the tree. The name in the directory is just a label for this file on the hard drive. Now, why does this bunch of data on the hard drive, this file, need to only have one name in the directory tree? Associating a name with a file is linking. When you make a hard link, you are making another name for this file in the directory tree. There is absolutely no difference between a "real" name and a hardlinked name. They are the same type of beast. The original name was just another hardlink, it just happened to be the first one. Now, a symlink lives at a higher level of abstraction. It's actually a little easier to understand. Whenever the name of a symlink appears in a pathname, you can just do a string substitution and insert the target of the symlink in for its name. For example, if, lnkname -> target/path Then the path, this/path/lnkname/tail Would become, this/path/target/path/tail One exception, when a symlink starts with a '/' it is treated as an absolute pathname and any leading componets are dropped. So in the above example, lnkname -> /target/path Then the path, this/path/lnkname/tail Becomes, /target/path/tail -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 23:22:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from femail3.sdc1.sfba.home.com (femail3.sdc1.sfba.home.com [24.0.95.83]) by hub.freebsd.org (Postfix) with ESMTP id 34CCF37B422 for ; Fri, 8 Sep 2000 23:22:20 -0700 (PDT) Received: from home.com ([24.12.186.185]) by femail3.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000909062125.JMIN2358.femail3.sdc1.sfba.home.com@home.com> for ; Fri, 8 Sep 2000 23:21:25 -0700 Message-ID: <39B974A5.40E6A683@home.com> Date: Fri, 08 Sep 2000 23:22:14 +0000 From: rob X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "questions@FreeBSD.ORG" Subject: ssh taking a long time to connect 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 learning how to install and use ssh. One thing has me puzzled. I can readily connect from computer #1 to computer #2. But connecting from #2 to #1 takes about 2 minutes before the password prompt. I am using a null-modem ethernet cable between them. I haven't seen any relevant log entries or errors. This happens with password authentication. Both are using librsaref, but on #1 it was installed over top of the usa version. So I am wondering if that is the problem. Thanks, Rob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 23:26:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id CF43037B43E for ; Fri, 8 Sep 2000 23:26:29 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Fri, 8 Sep 2000 23:22:59 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id XAA61949; Fri, 8 Sep 2000 23:23:46 -0700 (PDT) (envelope-from cjc) Date: Fri, 8 Sep 2000 23:23:46 -0700 From: "Crist J . Clark" To: David Liu Cc: questions@FreeBSD.ORG Subject: Re: 12345/tcp open NetBus Message-ID: <20000908232346.R69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from dliu@mindspring.com on Sat, Sep 09, 2000 at 01:24:30AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Sep 09, 2000 at 01:24:30AM -0400, David Liu wrote: > Hi, > > The following is the output of ps and sockstat. I always reboot my system > after changing > the configuration files so the following is an accurate reflection of the > system. I don't remember where I found the section on shutting down the > inetd.conf file. Some of info I got was from reading the shell scripts and > determining what env. variables they were looking for. [snip] Is there a question somewhere? It's clear all of the open ports are portsentry listening on them. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Sep 8 23:50:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from epcot.revenio.com (revdev1.revenio.com [216.35.206.253]) by hub.freebsd.org (Postfix) with SMTP id 8F92A37B59E for ; Fri, 8 Sep 2000 23:50:27 -0700 (PDT) Received: (qmail 44202 invoked from network); 9 Sep 2000 07:45:45 -0000 Received: from unknown (HELO gaston) (10.0.4.112) by epcot.revenio.com with SMTP; 9 Sep 2000 07:45:45 -0000 Message-ID: <001501c01a29$a7a084b0$2000a8c0@mediaone.net> Reply-To: "Nicholas Basila" From: "Nicholas Basila" To: Subject: problems with su Date: Sat, 9 Sep 2000 02:46:16 -0400 Organization: Revenio, Inc. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0012_01C01A08.2040EBC0" 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_0012_01C01A08.2040EBC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am having strange problems with su on a pc running FreeBSD 3.4. The = symptoms are very odd: If I have recently rebooted the machine, I have = no problems using su to become root. However, after an hour or so, I can = no longer su. It will prompt me for the password, as normal - however, = after entering the correct password, su hangs. There are no errors in = the logs. If I enter an incorrect password, I get the normal message of = "sorry". Only a reboot will allow me to su again. This happens with both = telnet and ssh. It is especially strange since the machine (P3 700 with = 256MB) has practically no load. Has anyone seen this happen before? Thanks, Nicholas ------=_NextPart_000_0012_01C01A08.2040EBC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am having strange problems with su on = a pc=20 running FreeBSD 3.4. The symptoms are very odd: If I have recently = rebooted the=20 machine, I have no problems using su to become root. However, after an = hour or=20 so, I can no longer su. It will prompt me for the password, as normal - = however,=20 after entering the correct password, su hangs. There are no errors in = the logs.=20 If I enter an incorrect password, I get the normal message of = "sorry". Only=20 a reboot will allow me to su again. This happens with both telnet and = ssh. It is=20 especially strange since the machine (P3 700 with 256MB) has practically = no=20 load.
    Has anyone seen this = happen=20 before?
 
Thanks,
 
Nicholas
 
 
------=_NextPart_000_0012_01C01A08.2040EBC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 0: 4:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 06D0437B443 for ; Sat, 9 Sep 2000 00:04:13 -0700 (PDT) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id NAA22319 for ; Sat, 9 Sep 2000 13:00:08 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.9.3/8.8.6) with UUCP id NAA68802 for questions@FreeBSD.ORG; Sat, 9 Sep 2000 13:00:08 +0600 (ESS) Received: from localhost (localhost [127.0.0.1]) by jane.cgu.chel.su (8.11.0/8.9.2) with ESMTP id e896wrO00618 for ; Sat, 9 Sep 2000 12:58:53 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Date: Sat, 9 Sep 2000 12:58:52 +0600 (ESS) From: Ilia Chipitsine To: questions@FreeBSD.ORG Subject: postgres7 @ FreeBSD-4.1S Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG every time it boots there's the following message=20 ---------------------------------------------------------------------- pg_ctl: It seems another postmaster is running. Try to start postmaster anyway. pg_ctl: Cannot start postmaster. Is another postmaster is running? = =20 FATAL: StreamServerPort: bind() failed: Address already in use = =20 Is another postmaster already running on that port? = =20 If not, remove socket node (/tmp/.s.PGSQL.5432) and retry. = =20 /usr/local/pgsql/bin/postmaster: cannot create UNIX stream port = =20 ---------------------------------------------------------------------- the only way to start postgres7 is to remove that file ? anyone else seen that ? Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 0: 9:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from datasphereweb.com (c182500-a.frndl1.wa.home.com [24.10.46.121]) by hub.freebsd.org (Postfix) with ESMTP id A135B37B446 for ; Sat, 9 Sep 2000 00:09:09 -0700 (PDT) Received: from localhost (root@localhost) by datasphereweb.com (8.9.3/8.9.3) with ESMTP id AAA12166 for ; Sat, 9 Sep 2000 00:07:30 -0700 (PDT) (envelope-from root@datasphereweb.com) Date: Sat, 9 Sep 2000 00:07:30 -0700 (PDT) From: David Daugherty To: questions@freebsd.org Subject: Error in Makefile 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 again. Yes, I'm still trying to get kphpdevelop built on this system...months later :) In the server_setup Makefile I get an error on this line: clean-am: clean-hdr clean-tags clean-generic mostlyclean-am Is there anything in here which is not valid on BSD? I've tried looking in man pages but I'm not finding much. David Daugherty david.daugherty@netmanage.com NetMange - The Bridge to E-Business To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 0:20:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay.mailbox.co.za (relay.mailbox.co.za [196.2.147.67]) by hub.freebsd.org (Postfix) with ESMTP id 6E18437B449 for ; Sat, 9 Sep 2000 00:20:38 -0700 (PDT) Received: from imail (imail.webmail.co.za [192.168.0.1]) by relay.mailbox.co.za (8.9.3/8.9.3) with SMTP id JAA00679 for ; Sat, 9 Sep 2000 09:17:14 +0200 Message-Id: <200009090717.JAA00679@relay.mailbox.co.za> Date: Sat, 9 Sep 2000 09:16:36 +0200 From: "Vik Nuckchady" To: freebsd-questions@FreeBSD.ORG X-Mailer: WebMail v2.21 X-Sender-Ip: 202.123.26.102 X-Account: 94904 MIME-Version: 1.0 Content-Type: text/plain Subject: Problem compiling socket program Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am trying to compile a very simple program but it fails every time with the following errors: /* MAKE INSTRUCTIONS */ cc client.c -o client.o cc -Lnsl -Lsocket client.o -o client /* ERRORS STARTS HERE */ client.o: In function `_init': client.o(.init+0x0): multiple definition of `_init' /usr/lib/crti.o(.init+0x0): first defined here client.o(.data+0x0): multiple definition of `__progname' /usr/lib/crt1.o(.data+0x0): first defined here client.o: In function `_start': client.o(.text+0x0): multiple definition of `_start' /usr/lib/crt1.o(.text+0x0): first defined here client.o: In function `_fini': client.o(.fini+0x0): multiple definition of `_fini' /usr/lib/crti.o(.fini+0x0): first defined here /usr/lib/libc.so(.dynamic+0x0): multiple definition of `_DYNAMIC' /usr/lib/libc.so(.got.plt+0x0): multiple definition of `_GLOBAL_OFFSET_TABLE_' *** Error code 1 Stop. /* ERRORS END HERE */ The program contains the following : #include #include #include void main() { int sock_d = socket(PF_INET,SOCK_STREAM,0); } Thanks in advance for any support. Cheers Vik _______________________________________________________________ http://www.webmail.co.za the South-African free email service To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 0:26:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cwalk.org (cx521708-b.pv1.ca.home.com [24.177.2.144]) by hub.freebsd.org (Postfix) with ESMTP id ED80737B506 for ; Sat, 9 Sep 2000 00:26:08 -0700 (PDT) Received: from butthead.walker (butthead.walker [192.168.1.10]) by cwalk.org (8.9.3/8.9.3) with SMTP id AAA12560; Sat, 9 Sep 2000 00:23:22 -0700 (PDT) (envelope-from cwalker@cwalk.org) From: Caleb Walker To: Joe.Warner@smed.com, freebsd-questions@FreeBSD.ORG Subject: Re: Publishing with Apache Date: Sat, 9 Sep 2000 00:19:36 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <85256954.006092E3.00@Deimos.smed.com> In-Reply-To: <85256954.006092E3.00@Deimos.smed.com> MIME-Version: 1.0 Message-Id: <00090900222600.00241@butthead.walker> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- One thing that I do for my little network as well as I have seen other wise is to make the directory that you are going to let them use for web content their home directory. Let them use ftp to get it in there. They can use frontpage to publish web to a FTP site by typing ftp://hostname and it will automatically ask for a user name and password. The other thing would be to install front page extensions for the frontpage users. I personally like the ftp route. On Fri, 08 Sep 2000, Joe.Warner@smed.com wrote: #Hi, # # I'm using FreeBSD 3.4 and am running an Apache 1.3 server as part of our #local intranet at work. # #I need to find an easy way for content publishers in different departments #to be able to compose #and publish web pages to my Apache server. I've read all the documentation #that comes #with Apache, as well as relevant chapters in different reference books but #haven't found any #easy to follow instructions that tells how to set up this kind of access. # #I know that one way to do this is to add a new module into Apache's #configuration but #all the instructions I've seen on this, tell you to run ./configure #--add-module=/path/to/mod_put.c #but it doesn't tell you where to do this from. I think I remember seeing a #reference to /usr/apache/src but #I don't have that directory on my system. # #I've already tried adding the "LoadModule" and "AddModule" lines to my #httpd.conf file but this doesn't work. #I keep getting a syntax-type error when I restart the server, so I had to #go back and comment out the #lines. # #I've downloaded the module mod_put.c and placed it in #/usr/local/libexec/apache. # #Any help or info on this would be appreciated. I really need to be able to #make content publishing easy for #our users. # #Thanks # #Joe # # # # #To Unsubscribe: send mail to majordomo@FreeBSD.org #with "unsubscribe freebsd-questions" in the body of the message -- Thank You, Caleb Walker (310) 519-8359 (310) 753-8668 http://www.cwalk.org Get my pgp public key by fingering cwalker@cwalk.org -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: bxBcLGm64sexs3oqFicTosCLuBDChBwv iQA/AwUBObnlNx7u1vJ5ZVWEEQIEMACeLoaNHps1fdZf6bfx2KR92wa/+5gAn0Uw qorjUFgvvflxkvstY9p2XEIs =GGDh -----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 Sat Sep 9 0:59:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rmx614-mta.mail.com (rmx614-mta.mail.com [165.251.48.52]) by hub.freebsd.org (Postfix) with ESMTP id B6B0037B616 for ; Sat, 9 Sep 2000 00:59:31 -0700 (PDT) Received: from web621-wrb.mail.com (web621-wrb.mail.com [165.251.33.61]) by rmx614-mta.mail.com (8.9.3/8.9.3) with SMTP id DAA18655 for ; Sat, 9 Sep 2000 03:59:30 -0400 (EDT) Message-ID: <382333737.968486370312.JavaMail.root@web621-wrb.mail.com> Date: Sat, 9 Sep 2000 03:59:30 -0400 (EDT) From: Scott Dubose To: freebsd-questions@freebsd.org Subject: Re: More is missing Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Mailer: mail.com X-Originating-IP: 199.174.15.66 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Actually I think I may have accidentally deleted them at some point. Whatever the case, I can't even use man anymore now because its missing. Ho= w can I restore just these two to my system? I'm a newbie and I need man. Thanks, Scott ------Original Message------ From: Siegbert Baude To: "freebsd-questions@freebsd.org" , Fabien DERUDDER Sent: September 8, 2000 11:06:55 PM GMT Subject: Re: More is missing Hello Fabien, > Although 'more' should be anyway installed (check your path), you'll > have to install 'less' from the ports under 'misc' This changed some months ago. More nowadays is identical to less. No need t= o install less from ports any longer. Ciao Siegbert P.S.: If I=B4m totally wrong here please anybody to correct. Didn=B4t find = the announcements in the list archive right now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 1:10:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snipe.prod.itd.earthlink.net (snipe.prod.itd.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id 2EF2E37B50D for ; Sat, 9 Sep 2000 01:10:07 -0700 (PDT) Received: from earthlink.net (user-v3qs3q2.dsl.mindspring.com [199.174.15.66]) by snipe.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id BAA14725 for ; Sat, 9 Sep 2000 01:10:07 -0700 (PDT) Message-ID: <39B9F0A2.2C4BF2EB@earthlink.net> Date: Sat, 09 Sep 2000 03:11:14 -0500 From: Scott X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 4.0-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: More is missing References: <382333737.968486370312.JavaMail.root@web621-wrb.mail.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To answer part of my question I got less from ports/misc as suggested, but I don't see more in there. Scott Scott Dubose wrote: > > Actually I think I may have accidentally deleted them at some point. > Whatever the case, I can't even use man anymore now because its missing. How > can I restore just these two to my system? I'm a newbie and I need man. > > Thanks, > Scott > > ------Original Message------ > From: Siegbert Baude > To: "freebsd-questions@freebsd.org" , Fabien > DERUDDER > Sent: September 8, 2000 11:06:55 PM GMT > Subject: Re: More is missing > > Hello Fabien, > > > Although 'more' should be anyway installed (check your path), you'll > > have to install 'less' from the ports under 'misc' > > This changed some months ago. More nowadays is identical to less. No need to > install less from ports any longer. > > Ciao > Siegbert > > P.S.: If I´m totally wrong here please anybody to correct. Didn´t find the > announcements in the list archive right now. > > 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 -- Scott Dubose Houston, TX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 1:37:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id 0D6B237B53A for ; Sat, 9 Sep 2000 01:37:46 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.79.87) by relay1.inwind.it (5.1.046) id 39AFDC9900109270; Sat, 9 Sep 2000 10:36:21 +0200 From: Salvo Bartolotta Date: Sat, 09 Sep 2000 09:36:30 GMT Message-ID: <20000909.9363000@bartequi.ottodomain.org> Subject: Re: keeping up to date with FreeBSD To: Joe Park , freebsd-questions@FreeBSD.ORG In-Reply-To: <3D82EFC06BB9D311B0940090277C086CE8062F@exchange.panbio.com> References: <3D82EFC06BB9D311B0940090277C086CE8062F@exchange.panbio.com> 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/9/00, 2:54:58 AM, Joe Park wrote regarding=20 keeping up to date with FreeBSD: > Hello, > I have been refreshing my freebie manually, following instructions=20 from > complete FreeBSD. Now that I get more comfortable with this, I want=20 it to > organize it and put it as cron job. I have 3 machine running freebie,= =20 and > before I used to have source tree for each machine. Seeing this as=20 waste of > space and cpu power, I decided to have one machine to hold all sources= =20 and > other two machine to NFS mount on it. (the /usr/src directory). On=20 source > server machine, I got updates with cvsup, made world, and rebuilt=20 kernel > successfully. On client machine, I moved /usr/src to /usr/src_og and > created link to server's /usr/src mount point. On Complete FreeBSD=20 3rd > edition, it says "make reinstall" is available for this purpose. I=20 was not > able to make reinstall, and looking at Makefile tells me that=20 reinstall is > gone. So, I tried "make install" and it was throwing errors -- can't = fine > certain files. Then I just tried "make world" and it worked. My=20 question > is, is there way to avoid "make world" again? I already built the=20 world, so > I don't see why I have to build it again on client machine. Am I=20 missing > something here? I mounted /usr/obj directory to server's /usr/obj=20 directory > just in case, but no differences. > Please enlighten me on this and CC to my email address. > Thank you. > Joe Dear Joe Park, I am afraid you have not applied the appropriate procedure.=20 The {kernel,world} build "sequence" changed -- for good reasons -- on=20 July, 10, 2000. If you have cvsup'ed, you will find the advised (ie=20 supported) source update method in /usr/src/UPDATING; which important=20 file is explicitly mentioned in the handbook -- see below. Specifically, you may wish to read the the make world chapter (cf=20 http://www.freebsd.org/handbook/makeworld.html). You might also want=20 to have a look at the questions at the end of the chapter. In particular, you may wish to search the -stable archives for the=20 thread "Multiple NFS installworld"; which thread has more extensively=20 covered=20 the "homonymous" topic. Finally, subscribing to the -stable mailing list is of considerable=20 help in this connection; if you cannot track the -stable forum (e.g.=20 time reasons), you might periodically browse its archive (please visit=20 http://www.freebsd.org/mail), and retrieve all the information=20 relevant to the update and/or management of the OS. Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 2: 1:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from trill.hh.se (trill.hh.se [194.47.5.10]) by hub.freebsd.org (Postfix) with ESMTP id E20A037B43E for ; Sat, 9 Sep 2000 02:01:32 -0700 (PDT) Received: from gs177.gsten.hh.se (chip@gs177.gsten.hh.se [194.47.16.177]) by trill.hh.se (8.9.3/8.9.3) with ESMTP id KAA14487; Sat, 9 Sep 2000 10:58:52 +0200 (MET DST) 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: <39B9F0A2.2C4BF2EB@earthlink.net> Date: Sat, 09 Sep 2000 10:58:53 +0200 (CEST) From: Joel Bjork To: Scott Subject: Re: More is missing Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 09-Sep-00 Scott wrote: > To answer part of my question I got less from ports/misc as suggested, > but I don't see more in there. > > Scott > > Scott Dubose wrote: >> >> Actually I think I may have accidentally deleted them at some point. >> Whatever the case, I can't even use man anymore now because its missing. >> How >> can I restore just these two to my system? I'm a newbie and I need man. >> >> Thanks, >> Scott try find /usr/src -name man.c I got 2 hits one is /usr/src/gnu/usr.bin/man going in to that directory and doing a make && make install should get you man back. ---------------------------------- E-Mail: Joel Bjork Date: 09-Sep-00 Time: 10:58:53 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 2: 5:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id C37C137B424 for ; Sat, 9 Sep 2000 02:05:25 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.79.87) by relay2.inwind.it (5.1.046) id 39AF9CE3000A56AD; Sat, 9 Sep 2000 11:04:20 +0200 From: Salvo Bartolotta Date: Sat, 09 Sep 2000 10:04:31 GMT Message-ID: <20000909.10043100@bartequi.ottodomain.org> Subject: Re: keeping upto date with FreeBSD -- follow-up To: Joe Park , freebsd-questions@FreeBSD.ORG 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 Joe Park, The changes I hinted at in my previous letter affect 4-STABLE and=20 -CURRENT; AFAIR/AFAIK, those changes are probably not related to 3-STABL= E. However, /usr/src/UPDATING **is** always relevant.=20 I apologize for omitting this detail.=20 Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 2:12:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom0-067.telepath.com [216.14.0.67]) by hub.freebsd.org (Postfix) with SMTP id 2E23637B50F for ; Sat, 9 Sep 2000 02:12:06 -0700 (PDT) Received: (qmail 95855 invoked by uid 100); 9 Sep 2000 09:11:25 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14777.65213.180814.622744@guru.mired.org> Date: Sat, 9 Sep 2000 04:11:25 -0500 (CDT) To: j mckitrick Cc: questions@freebsd.org Subject: Re: what language should i learn next ? In-Reply-To: <15385156@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG j mckitrick writes: > On Thu, Sep 07, 2000 at 09:33:32AM -0700, Craig Critchley wrote: > | programs, you can build gui's with tk, and if you're interested in web stuff > | you can use mod_perl with apache. it's not too hard to plug in a database > | like mySQL, either. there's also a vast library of code and add-on modules > You can (easily) use perl with a GUI? Yup. Most scripting languages now have Tk interfaces - which package was written to provide a GUI to a scripting language (tcl)! Of course, you also find access to some of the other GUI libraries as well. > | (CPAN) for all kinds of stuff - email, image processing, etc, etc. > And image processing? Yup. There are wrappers for a number of different image processing libraries. For me, the real beauty of modern - i.e., extensible, embedable - scripting languages is that it's relatively easy easy to put a wrapper around a large, complex library (see /usr/ports/devel/SWIG), allowing users to access those libraries from a scripting language. Languages with a REPL loop even allow them to do play with things interactively. Since the code doing all the work is a compiled library, the performance is the same as they'd get using FORTRAN or C or whatever they used before, but a lot less painfully. There was a session on this at a Python conference a couple of years ago. The examples included molecular modeling, gas flow goodies, airline maintenance scheduling, and similar things that you wouldn't normally think of doing in something like Python. My college years would have been a included a lot more sleep (and fun) if I'd had a Python wrapper for IMSL for my numerical analysis and numerical methods courses. ; Sat, 9 Sep 2000 02:30:46 -0700 (PDT) Received: (qmail 97993 invoked by uid 100); 9 Sep 2000 09:30:08 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14778.800.632252.992889@guru.mired.org> Date: Sat, 9 Sep 2000 04:30:08 -0500 (CDT) To: Joe.Warner@smed.com Cc: questions@freebsd.org Subject: Re: Publishing with Apache In-Reply-To: <22666503@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joe.Warner@smed.com writes: > I need to find an easy way for content publishers in different departments > to be able to compose > and publish web pages to my Apache server. I've read all the documentation > that comes > with Apache, as well as relevant chapters in different reference books but > haven't found any > easy to follow instructions that tells how to set up this kind of access. Publishing isn't really the job of the server; after all, it's about getting pages to the server, not from them. However, there are modules available for this. Someone has already mentioned DAV. There's also a FrontPage module, but it's reported to have security problems. My favorite solution is to integrate the process into the source code control mechanisms. There should be a single command to update any clients copy of the web pages to whatever has been checked into the repository. Running that once a minute on the server means that whenever your authors check something in, it's on the server in a minute. This does require that said command be efficient. More complex examples include a preview server, which is where the authors changes go. The appropriate people then verify the preview, and add them to a tag that the production server tracks. To get *really* fancy, you can use the output of the update command (which should be a list of deleted, updated and added files) to drive your site-wide search engine's indexer, removing, reindexing and indexing as appropriate. If you're interested in something like this but don't have the expertise, I'm available for contract work. ; Sat, 9 Sep 2000 02:35:40 -0700 (PDT) Received: (qmail 98103 invoked by uid 100); 9 Sep 2000 09:34:51 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14778.1083.408090.23168@guru.mired.org> Date: Sat, 9 Sep 2000 04:34:51 -0500 (CDT) To: j mckitrick Cc: questions@freebsd.org Subject: Re: chown mountpoints In-Reply-To: <88323124@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG j mckitrick writes: > Is it really necessary to chown the mountpoints for every boot to allow > non-users to mount/umount floppies and zips? It seems silly. How does a non-user go about issuing a mount command? :-). Assuming you meant non-root-users, you don't want to let them mount on things they don't own - the security implications are a nightmare. However, the ownership shouldn't be changing across boots. Can you provide more details? ; Sat, 9 Sep 2000 02:40:39 -0700 (PDT) Received: (qmail 98233 invoked by uid 100); 9 Sep 2000 09:39:42 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14778.1374.903253.863589@guru.mired.org> Date: Sat, 9 Sep 2000 04:39:42 -0500 (CDT) To: Peter Stapley Cc: questions@freebsd.org Subject: Re: Tip to modem In-Reply-To: <21472824@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Stapley writes: > How can I tip into my modem? I read the tip man page but still can't get > it to connect. My modem is on /dev/cuaa0 Add a line like: # Hardwired line cuaa0|out:dv=/dev/cuaa0:br#57600:pa=none: to /etc/remote, and then do "tip out". ; Sat, 9 Sep 2000 02:46:18 -0700 (PDT) Received: by angeline.dynamine.net (Postfix, from userid 1000) id 51A8B23C299; Sat, 9 Sep 2000 02:44:46 -0700 (PDT) Date: Sat, 9 Sep 2000 02:44:46 -0700 To: cjclark@alum.mit.edu Cc: freebsd-questions@FreeBSD.ORG Subject: ANSWER: Re: ssh problem Message-ID: <20000909024445.B1504@dynamine.net> Reply-To: "Michael S . Fischer" References: <20000907141929.A3960@dynamine.net> <20000907233258.J69158@149.211.6.64.reflexcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000907233258.J69158@149.211.6.64.reflexcom.com>; from cjclark@reflexnet.net on Thu, Sep 07, 2000 at 11:32:58PM -0700 From: michael@dynamine.net (Michael S. Fischer) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 07, 2000 at 11:32:58PM -0700, Crist J . Clark wrote: > > While I can log in to my FreeBSD (-STABLE as of this AM) box via ssh > > (I'm using RSA authentication), I cannot run any commands on the ssh > > command line (e.g. 'ssh phoenix ls') and get a response. scp does not > > appear to work either to this particular host. > > Can you try running the client as, > > $ ssh -v ls > > And the daemon on the server as, > > # sshd -d > > To get the debug output? I finally figured out what the problem was. After debugging my shell init scripts I found the following code which caused the session to hang in non-interactive mode: # Check for the presence of 'less'. bash returns 127 on `command not # found' errors. less >/dev/null 2>&1 if [ $? -eq 127 ]; then unset -v HAVE_LESS; else HAVE_LESS=yes; fi Changing this to # Check for the presence of 'less'. which less >/dev/null 2>&1 if [ $? -ne 0 ]; then unset -v HAVE_LESS; else HAVE_LESS=yes; fi Seems to have fixed the problem. -- Michael S. Fischer AKA Otterley _O_ Lead Hacketeer, Dynamine Consulting, Silicon Valley, CA | Phone: +1 650 533 4684 | AIM: IsThisOtterley | ICQ: 4218323 | "From the bricks of shame is built the hope"--Alan Wilder net.goth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 2:47:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay.intercom.es (relay.intercom.es [212.66.160.20]) by hub.freebsd.org (Postfix) with ESMTP id 564A437B50B for ; Sat, 9 Sep 2000 02:47:38 -0700 (PDT) Received: from lix.intercom.es (root@lix.intercom.es [212.66.160.2]) by relay.intercom.es (8.9.3/8.9.3) with ESMTP id LAA26611; Sat, 9 Sep 2000 11:21:20 +0200 Received: from intercom.es (iv1-133.intercom.es [212.66.168.133]) by lix.intercom.es (8.9.3/8.9.3) with ESMTP id LAA00707; Sat, 9 Sep 2000 11:53:05 +0200 Received: (from megarcia@localhost) by intercom.es (8.9.3/8.9.3) id LAA00643; Sat, 9 Sep 2000 11:16:00 +0200 (CEST) (envelope-from megarcia) Date: Sat, 9 Sep 2000 11:16:00 +0200 From: Manuel Enrique Garcia Cuesta To: Fernando Gleiser Cc: freebsd-questions@FreeBSD.ORG Subject: Re: OpenSSH and librsaINTL problems Message-ID: <20000909111600.A324@ilex.kicelo.org> Mail-Followup-To: Fernando Gleiser , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Fernando, I think I have hit the same wall with Apache+mod_ssl. What I grokked from the mailing list archives is that you have no option but upgrading to -STABLE, at least for me it worked. Hope this helps Manuel García === Fernando Gleiser escribía (Fri, Sep 08, 2000 at 06:12:25PM -0300): > I'm having problems trying to make openssh work on a 4.1-RELEASE > system. > > That's what I did: > > I installed the crypto distribution and sources from the CD. > I built the librsaINTL libs, and installed them. > > But when I try to run SSH, I get the following error: > > bash-2.03$ ssh fgleiser@192.168.1.1 > ** RSA_PKCS1: Unable to find an RSA implementation shared library. > ** Install either the USA (librsaUSA.so) or International (librsaINTL.so) > ** RSA library on your system and run this program again. > ** See the OpenSSL chapter in the FreeBSD Handbook, located at > ** http://www.freebsd.org/handbook/openssl.html, for more information. > Segmentation fault > > the libs are in /usr/lib, and I even run an ldconfig to rescan the > directories. Can anybody tell me what am I doing wrong? > > Thanks in advance > > > Fer > > > > 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 Sat Sep 9 3: 6:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom0-087.telepath.com [216.14.0.87]) by hub.freebsd.org (Postfix) with SMTP id 7C09837B42C for ; Sat, 9 Sep 2000 03:06:05 -0700 (PDT) Received: (qmail 98696 invoked by uid 100); 9 Sep 2000 10:03:43 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14778.2815.636957.893021@guru.mired.org> Date: Sat, 9 Sep 2000 05:03:43 -0500 (CDT) To: Bentley Rhodes Cc: questions@freebsd.org Subject: Re: hard links vs soft links, plus... In-Reply-To: <61164815@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bentley Rhodes writes: > i know that say. ... > [ ln -s /usr/whatever ] > can be used to point to directories or files...and that > [ ln /usr/whatever/file(s) ] > has to be used specifically for files (right?)....so besides that (if > i'm right)...whats the difference in Linking? Hard links to directories can create interesting problems. No even remotely recent version (v6 and up, at the very least) of Unix lets non-root users create them to directories. Some versions let root do it via ln. Others have ln that won't let root do it, but the kernel doesn't prevent it. Some don't ever let root do it. > does a HARD LINK mean that i have that file on my computer? instead of > another users computer or area? i guess i mean copying (cp ).....but > that would be redundant. Unix directories map a file name to a a file number. Basically, it's a reference to a structure in that partition that describes the file - who owns it, the permissions, access & update times, etc. A hard link simply creates a second directory entry with the same file number in it. Note that they have to be on the same partition. > i know SOFT links redirect to the area or file...and if i [ cd .. ] > from it , say as an FTP thing, someone could end up in my root > directory. so my theory is that if i make a hard link to a file...then > basically, i still save space because the file is only like what...a > couple of kilobytes, versus the real file? Soft links store a path name to the "real" file. They have their own ownership, permissions, etc (though that's usually ignored). > bottom line...can someone fess up whats the best? It depends on what behavior you want. Two hard links to a file have the same status. They both refer to a file by file number, and changes to that file will show up in both. Changing one of the files to refer to a different file number will mean they no longer refer to the same file. For instance, if foo and bar both refer to the same file, and someone moves foo to foo.old then process foo.old to create foo, bar and foo.old refer to the same file, which is not foo.. However, if someone simply deletes foo, then bar will still exist as a proper file. A soft link has a different status than a hard link, because it does the reference by name. If baz is a soft link to foo in the above, then after the name shuffle example, baz will still refer to foo, even though bar and foo.old are the same file. However, if someone deletes foo, then baz will be a pionter to a nonexistent file, aka a "broken symlink". Bottom line: to directories and across partition boundaries, use symlinks. You don't have any choice. On the same file system, consider whether it's less desirable to lose the equivalence after a move/recreate (which some editors/applications do by default) or lose the data after a delete, and choose accordingly. ; Sat, 9 Sep 2000 03:06:14 -0700 (PDT) Received: (qmail 98746 invoked by uid 100); 9 Sep 2000 10:04:45 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14778.2877.593956.961916@guru.mired.org> Date: Sat, 9 Sep 2000 05:04:45 -0500 (CDT) To: Joe Park Cc: questions@freebsd.org Subject: Re: keeping up to date with FreeBSD In-Reply-To: <41545624@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joe Park writes: > I have been refreshing my freebie manually, following instructions from > complete FreeBSD. Now that I get more comfortable with this, I want it to > organize it and put it as cron job. I have 3 machine running freebie, and > before I used to have source tree for each machine. Seeing this as waste of > space and cpu power, I decided to have one machine to hold all sources and > other two machine to NFS mount on it. (the /usr/src directory). On source > server machine, I got updates with cvsup, made world, and rebuilt kernel > successfully. On client machine, I moved /usr/src to /usr/src_og and > created link to server's /usr/src mount point. On Complete FreeBSD 3rd > edition, it says "make reinstall" is available for this purpose. It also says you have to mount /usr/obj as well as /usr/src for that to work. ; Sat, 9 Sep 2000 03:09:48 -0700 (PDT) Received: from earthlink.net (user-v3qs3pk.dsl.mindspring.com [199.174.15.52]) by gull.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id DAA22201 for ; Sat, 9 Sep 2000 03:06:26 -0700 (PDT) Message-ID: <39BA0BE6.C49E2FE3@earthlink.net> Date: Sat, 09 Sep 2000 05:07:34 -0500 From: Scott X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 4.0-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Has my box been compromised? 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 was surfing on my dsl line (dynamic ip) a few minutes ago and noticed my hard drive was churning even though I wasn't doing much. I ran top and saw several processes being run by user 'nobody' such as find, locate.proxxx (?can't remember), and several 'sh'. I immediately killed ppp, and then the 'nobody' processes but many of the processes had already died after I killed the ppp connection. Did someone break in or is freebsd doing something behind the scenes as 'nobody'? -- Scott Dubose Houston, TX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 3:21:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from baerle.baerle.new-wen.net (gritixope.dials.kiosk-online.de [212.72.88.56]) by hub.freebsd.org (Postfix) with ESMTP id 66E6637B446 for ; Sat, 9 Sep 2000 03:21:43 -0700 (PDT) Received: (from deuerl@localhost) by baerle.baerle.new-wen.net (8.11.0/8.11.0) id e89AJ1602781 for freebsd-questions@freebsd.org; Sat, 9 Sep 2000 12:19:01 +0200 (CEST) (envelope-from deuerl) From: Robert Deuerling Message-Id: <200009091019.e89AJ1602781@baerle.baerle.new-wen.net> Subject: NIS and ypbind... To: freebsd-questions@freebsd.org Date: Sat, 9 Sep 2000 12:19:00 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, i tried to set up NIS on an 3.4-stable NIS-Server works on a 4.1-stable... When calling ypbind on the client machine, no broadcasts are seen on the net. nisdomain is set. If called with option --ypset and server is set with ypset master server is found and nis works fine.... Is there a special option to set ? Or how can i debug the problem... any hints are wellcome ;) Thx -Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 4:27:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rush.telenordia.se (mail.telenordia.se [194.213.64.42]) by hub.freebsd.org (Postfix) with SMTP id D18E037B422 for ; Sat, 9 Sep 2000 04:27:34 -0700 (PDT) Received: (qmail 10998 invoked from network); 9 Sep 2000 13:27:33 +0200 Received: from bb-62-5-4-193.bb.tninet.se (HELO marbsd.tninet.se) (62.5.4.193) by mail.telenordia.se with SMTP; 9 Sep 2000 13:27:33 +0200 From: Mark Rowlands Reply-To: mark.rowlands@minmail.net To: Scott , freebsd-questions@FreeBSD.ORG Subject: Re: Has my box been compromised? Date: Sat, 9 Sep 2000 13:24:43 +0200 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <39BA0BE6.C49E2FE3@earthlink.net> In-Reply-To: <39BA0BE6.C49E2FE3@earthlink.net> MIME-Version: 1.0 Message-Id: <00090913273200.42178@marbsd.tninet.se> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 09 Sep 2000, Scott wrote: > Hello, > > I was surfing on my dsl line (dynamic ip) a few minutes ago and noticed > my hard drive > was churning even though I wasn't doing much. I ran top and saw several > processes being run by user 'nobody' such as find, locate.proxxx (?can't > remember), and several 'sh'. I immediately killed ppp, and then the > 'nobody' > processes but many of the processes had already died after I killed the > ppp > connection. Did someone break in or is freebsd doing something behind > the > scenes as 'nobody'? > > -- > Scott Dubose > Houston, TX I think you may find you have been have compromised by the evil BSD Daemon running locate.updatedb, df-ing your file systems, checking for suid binaries and other jolly activities and mailing you well root at any rate, the results of his industry Mark Rowlands +4686224510 GMT + 1 _______________________________________________ These opinions are mine, they are just opinions you are free to disagree, please do so quietly _______________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 4:44:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web216.mail.yahoo.com (web216.mail.yahoo.com [128.11.68.116]) by hub.freebsd.org (Postfix) with SMTP id D18E537B424 for ; Sat, 9 Sep 2000 04:44:24 -0700 (PDT) Received: (qmail 3141 invoked by uid 60001); 9 Sep 2000 11:44:24 -0000 Message-ID: <20000909114424.3140.qmail@web216.mail.yahoo.com> Received: from [141.155.125.29] by web216.mail.yahoo.com; Sat, 09 Sep 2000 04:44:24 PDT Date: Sat, 9 Sep 2000 04:44:24 -0700 (PDT) From: Ed Sweeney Subject: make world stable 4.x btx error To: 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 I'm not sure what's wrong here. Stable 4.x on a 133 Intel. Make world stopped working with this error a couple weeks ago: ld -nostdlib -static -N -Ttext 0x1000 -o boot2.out /usr/obj/usr/src/sys/boot/i386/boot2/../btx/lib/crt0.o boot2.o sio.o objcopy -S -O binary boot2.out boot2.bin btxld -v -E 0x1000 -f bin -b /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin btxld: /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx: Not a BTX kernel *** Error code 1 ===== ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ed Sweeney, New York City mailto:edwardsweeney@yahoo.com __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! 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 Sat Sep 9 5:15:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from correo2.interno.ono.es (pop.ono.es [212.122.97.5]) by hub.freebsd.org (Postfix) with ESMTP id 6B23137B423 for ; Sat, 9 Sep 2000 05:15:45 -0700 (PDT) Received: from akumu ([62.42.194.198]) by correo2.interno.ono.es (Netscape Messaging Server 4.15) with SMTP id G0MCRY05.25D for ; Sat, 9 Sep 2000 14:16:46 +0200 Message-ID: <000a01c01a60$abc0dd60$c6c22a3e@akumu> From: "Marcos" To: Subject: Keyboard Hand Date: Sat, 9 Sep 2000 15:20:05 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C01A71.6EDBD060" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C01A71.6EDBD060 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Does somebody know how to fix the problem with some keyboards hanging = the system. I use FreeBSD 4.1, the keyboard is manufactured by Acer and hangs the = system. I know it's the keyboard because if I change it the system works = perfectly. It's a pretty new keyboard and I like it very much, why can't = I use it under FreeBSD? Thanks for any help. ------=_NextPart_000_0007_01C01A71.6EDBD060 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Does somebody know how to fix the = problem with some=20 keyboards hanging the system.
I use FreeBSD 4.1, the keyboard is = manufactured by=20 Acer and hangs the system. I know it's the keyboard because if I change = it the=20 system works perfectly. It's a pretty new keyboard and I like it very = much, why=20 can't I use it under FreeBSD?
Thanks for any = help.
------=_NextPart_000_0007_01C01A71.6EDBD060-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 5:47:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.malawi.net (mail.malawi.net [208.148.169.7]) by hub.freebsd.org (Postfix) with ESMTP id EBE3237B423 for ; Sat, 9 Sep 2000 05:47:43 -0700 (PDT) Received: from Sysanalyst (sysan.malawi.net [208.148.168.141]) by mail.malawi.net (8.10.0/8.10.0) with SMTP id e89CkUS13525 for ; Sat, 9 Sep 2000 14:46:44 +0200 (CAT) Message-ID: <000801c01992$3507d800$8da894d0@galaxy> Reply-To: "Kondie" From: "Kondie" To: Subject: dmesg Date: Fri, 8 Sep 2000 14:41:55 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C019A2.EF6D7BE0" 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_01C019A2.EF6D7BE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Help. I am a newbie to Unix sys adm. I took a look at my dmesg.yesterday file = and found the following lines: : 208.148.169.47 moved from 00:c0:7b:6d:68:10 to 00:c0:7b:6c:dd:aa arp: 208.148.169.180 moved from 00:c0:7b:6c:dd:aa to 00:c0:7b:6d:68:10 arp: 208.148.169.96 moved from 00:c0:7b:6d:68:10 to 00:c0:7b:6c:dd:aa file: table is full file: table is full file: table is full=20 The lines continued with "file: table is full". I do not understand what is happening at all with both the "moved from" = line and the "table full" lines. Can anybody assist? Kondie. ------=_NextPart_000_0005_01C019A2.EF6D7BE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Help.
 
I am a newbie to Unix sys adm. I took a look at my=20 dmesg.yesterday file and found the following lines:
 
: 208.148.169.47 moved from 00:c0:7b:6d:68:10 to=20 00:c0:7b:6c:dd:aa
arp: 208.148.169.180 moved from 00:c0:7b:6c:dd:aa = to=20 00:c0:7b:6d:68:10
arp: 208.148.169.96 moved from 00:c0:7b:6d:68:10 to = 00:c0:7b:6c:dd:aa
file: table is full
file: table is full
file: = table=20 is full
 
The lines continued with "file: table is = full".
 
I do not understand what is happening at all with = both the=20 "moved from" line and the "table full" lines.
Can anybody assist?
 
Kondie.
------=_NextPart_000_0005_01C019A2.EF6D7BE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 6:10:19 2000 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 C57B837B422 for ; Sat, 9 Sep 2000 06:10:16 -0700 (PDT) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13XkOe-0001cw-00 for freebsd-questions@freebsd.org; Sat, 9 Sep 2000 14:10:16 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id OAA40575 for freebsd-questions@freebsd.org; Sat, 9 Sep 2000 14:10:15 +0100 (BST) (envelope-from jcm) Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id OAA40546 for ; Sat, 9 Sep 2000 14:08:46 +0100 (BST) (envelope-from eseed1st@hotmail.com) Received: from [64.4.15.19] (helo=hotmail.com) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13XkNC-0000XC-00 for jcm@freebsd-uk.eu.org; Sat, 9 Sep 2000 14:08:46 +0100 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 9 Sep 2000 06:07:51 -0700 Received: from 209.215.10.76 by lw10fd.law10.hotmail.msn.com with HTTP; Sat, 09 Sep 2000 13:07:51 GMT X-Originating-IP: [209.215.10.76] From: "stan deese" To: jcm@freebsd-uk.eu.org Subject: install & xwindows Date: Sat, 09 Sep 2000 09:07:51 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Sep 2000 13:07:51.0522 (UTC) FILETIME=[F58C1420:01C01A5E] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK guys I have dl'd the entire 4.1 release, made the image disks, and installed the system in every way I can figure out. I have read until my eyes bleed. These are my problems. First, after the install, (std,compact,custom) I get hda1 write timeout 5 times, until the sys defaults to pio mode. I assigned a dedicated 8 gig disk. My conflicts in install are all in the network area, which I do not need. So I remove them before install. But that ain't the main problem. I have yet to get ANY gui to start. not with startx or xconsole. All I have attained so far is a grey screen with a vertical black bar to the left side. Mouse movement tracks another vertical black line across the screen. That is with the std install. IF I do anything in the custom install or configuration, when I issue startx I get x11 unix console(or something like that) can't connect error=2. My question is, is there something I'm missing? Or does my own stupidididty preclude my ability to use unix? I worked with a dec pdp11 back in the 80's, and I seemed able then! But now, at 52 I wonder if the brain is able to understand ls & grp. Any help appreciated. Tks, Stan _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 6:26: 4 2000 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 A983737B422 for ; Sat, 9 Sep 2000 06:26:01 -0700 (PDT) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 13Xkdt-000234-00 for freebsd-questions@freebsd.org; Sat, 9 Sep 2000 14:26:01 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) id OAA40759 for freebsd-questions@freebsd.org; Sat, 9 Sep 2000 14:26:00 +0100 (BST) (envelope-from jcm) Date: Sat, 9 Sep 2000 14:26:00 +0100 From: j mckitrick To: freebsd-questions@freebsd.org Subject: switching the ctrl key to caps lock Message-ID: <20000909142600.A40697@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I figured out how to do this in X, but does anyone know if this can be done for console mode as well? And if so, how? jcm -- "I drank WHAT ?!" - Socrates To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 7:37: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prometeo.cps.unizar.es (prometeo.cps.unizar.es [155.210.155.50]) by hub.freebsd.org (Postfix) with ESMTP id 52FC037B422 for ; Sat, 9 Sep 2000 07:37:03 -0700 (PDT) Received: from localhost (dfanjul@localhost) by prometeo.cps.unizar.es (8.8.8/8.8.8) with ESMTP id QAA19286 for ; Sat, 9 Sep 2000 16:37:01 +0200 (MET DST) Date: Sat, 9 Sep 2000 16:37:00 +0200 (MET DST) From: Daniel Fanjul Alcuten To: freebsd-questions@FreeBSD.ORG Subject: instalando 4.1-RELEASE Message-ID: 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 Hello: I'm trying to install FreeBSD 4.1-RELEASE and I have troubles. My computer is a 486 66Mhz with a 402MB hard disk. My process of instalation is as follows: Custom installation: =09Options: =09=09Newfs Args: -b 8192 -f 1024 =09Partition: =09=09Entire Disk: =09=09Offset 0 =09=09Size 402MB =09=09End 824159 (el =FAltimo sector, supongo) =09=09Name ad0s1 =09=09PType 3 =09=09Desc freebsd =09=09Subtype 165 =09=09Flags CA (bootable) =09Label : =09=09Automatic: =09=09ad0s1a / 50MB UFS Y =09=09ad0s1b swap 20MB SWAP =09=09ad0s1e /var 20MB UFS Y =09=09ad0s1f /usr 311MB UFS Y =09Distributions: =09=09All software =09Media: =09=09FTP =09Commit: After I accept Commit: =09Unable to make new root filesystem on /dev/rad0s1a! =09Command returned status 36 And in the debugging window: =09DEBUG: Executing command 'newfs -b 8192 -f 1024 /dev/rad0s1a' =09/dev/rad0s1a: 102400 sectos in 25 cylinders of 1 tracks, 4096 sectors 50.0MB in 2 cyl groups (16 c/g, 32.00MB/g, 6272 i/g) =09super-block backups (for fsck -b #) at: =09 32, 65568 =09cg 0: bad magic number =09write error: 0 =09newfs: wtfs: Read-only file system =09sh in free (): warning: malloc () has never been called. =09DEBUG: Command 'newfs -b 8192 -f 1024 /dev/rad0s1a' return status of 36 What is the problem? What does status 36 mean? How can I resolve it? Thank you. Bye, Daniel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 8:27:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx7.port.ru (mx7.port.ru [194.67.23.44]) by hub.freebsd.org (Postfix) with ESMTP id 47DBD37B422 for ; Sat, 9 Sep 2000 08:27:42 -0700 (PDT) Received: from hearst.int ([10.0.0.103] helo=hearst.mail.ru) by mx7.port.ru with esmtp (Exim 3.14 #3) id 13XmXd-0007dQ-00 for freebsd-questions@freebsd.org; Sat, 09 Sep 2000 19:27:41 +0400 Received: from mail by hearst.mail.ru with local (Exim 3.14 #4) id 13XmXc-000Ljj-00 for freebsd-questions@FreeBSD.ORG; Sat, 09 Sep 2000 19:27:40 +0400 Received: from [194.105.213.25] by win.inbox.ru with HTTP; Sat, 09 Sep 2000 15:27:40 +0000 (GMT) From: "Simakin Alexandr" To: freebsd-questions@FreeBSD.ORG Subject: CGI-scripts security Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [194.105.213.25] Reply-To: "Simakin Alexandr" Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Date: Sat, 09 Sep 2000 19:27:40 +0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anybody knows, how to allow read/write access for users cgi-scripts ONLY in users own home directories and restrict all access (including read!) to all other directories and its content. CGIWrap is cool, but if you have such files: -rw-r--r-- 1 root wheel 1067 Sep 9 17:28 /etc/passwd you can read this file even when CGIWrap installed, find users with SU rights, lunch password finder utility and so on. Alex Simakin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 8:39:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by hub.freebsd.org (Postfix) with ESMTP id AF2B037B42C for ; Sat, 9 Sep 2000 08:39:29 -0700 (PDT) Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by ns1.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id KAA01665 for ; Sat, 9 Sep 2000 10:39:28 -0500 (CDT) (envelope-from zeus@tetronsoftware.com) Date: Sat, 9 Sep 2000 10:39:28 -0500 (CDT) From: Gene Harris To: freebsd-questions@freebsd.org Subject: CVS question 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 recently pulled the latest version of 3.x-STABLE onto my machine. I did not know that I needed to remove the symlinks for the softupates, and cvsup was not able to update all of my source code. I received an error message that certain files did not exist (softdep.h, etc.) I have removed my symlinks in ufs/ffs/*.[ch] Now my problem is that cvsup will not update the files correctly. I watched the cvsup process skip over softdep.h and ffs_*.c files, even though they do not exist on my system. How can I resync cvsup to the version of source code on my system? 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 Sat Sep 9 8:47:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freeze.org (www.bellnetworks.net [208.177.187.234]) by hub.freebsd.org (Postfix) with ESMTP id EC14B37B422 for ; Sat, 9 Sep 2000 08:47:44 -0700 (PDT) Received: (from jim@localhost) by freeze.org (8.9.3/8.9.3) id LAA10064; Sat, 9 Sep 2000 11:47:38 -0400 (EDT) (envelope-from jim) X-Authentication-Warning: www.bellnetworks.net: Processed from queue /var/spool/alt_queue X-Authentication-Warning: www.bellnetworks.net: Processed by jim with -C /web/siteinfo/freeze/mail/sendmail.cf Date: Sat, 9 Sep 2000 11:47:38 -0400 (EDT) From: Jim Freeze X-Sender: jim@www.bellnetworks.net To: questions@freebsd.org Subject: Help with StarOffice package install 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 running FBSD 3.4R. I have just installed the star office package via: # pkg_add staroffice-3.1.tgz This returns the message: WARNING: In order for this package to work correctly, the following steps _must_ be taken : - The Linux libc in /compat/linux must be upgraded to 5.4.4 or later. This can be achieved by installing version 2.4 or later of the linux_lib port, or by fetching a later version manually. - The Linux 'ldconfig' program must be run to update the library cache details for Linux programs. NOTE: Do not follow the installation instructions included with the StarOffice distribution, as these are not required. The first time a user runs a StarOffice application, the installation program will be run, which will establish their personal configuration. -- My question is, what is this really saying and what is the easiest way to do it? In /compat/linux/lib I have root wheel 3070220 Oct 13 1998 libc-2.0.7.so* root wheel 13 May 2 18:43 libc.so.6 ->libc-2.0.7.so* Is the warning saying that I need to install linux_base-5.4.4.tgz to get libc-2.4.so? If so, where do I get the linux_base. Or can I just find a copy of libc-2.4.so and copy it to /compat/linux/lib ? Thanks =========================== Jim Freeze jim@freeze.org =========================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 9: 8: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id AB98337B422 for ; Sat, 9 Sep 2000 09:08:00 -0700 (PDT) Received: from parish.my.domain ([62.253.89.93]) by mta07-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000909143326.UHGR295.mta07-svc.ntlworld.com@parish.my.domain>; Sat, 9 Sep 2000 15:33:26 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id PAA00918; Sat, 9 Sep 2000 15:33:16 +0100 (BST) (envelope-from mark) Date: Sat, 9 Sep 2000 15:33:15 +0100 From: Mark Ovens To: j mckitrick Cc: freebsd-questions@freebsd.org Subject: Re: switching the ctrl key to caps lock Message-ID: <20000909153315.A254@parish> References: <20000909142600.A40697@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20000909142600.A40697@dogma.freebsd-uk.eu.org>; from jcm@FreeBSD-uk.eu.org on Sat, Sep 09, 2000 at 02:26:00PM +0100 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Sep 09, 2000 at 02:26:00PM +0100, j mckitrick wrote: > > I figured out how to do this in X, but does anyone know if this can be done > for console mode as well? And if so, how? > Mr McKitrick, I answered this very question for *you* less than a month ago:) : Subject: Re: editors question #2 From: Mark Ovens Date: Wed, 16 Aug 2000 20:01:36 +0100 Organization: Total lack of To: j mckitrick Cc: Greg Lehey , freebsd-questions@freebsd.org On Tue, Aug 15, 2000 at 02:26:45PM +0100, j mckitrick wrote: > On Wed, Jan 26, 2000 at 09:54:11AM +1030, Greg Lehey wrote: > | The difference with Emacs is that you don't just use the shift key, > | you also use the control and meta keys. This may take a little > | getting used to (especially if you're using the standard broken > | keyboard layout that replaces control with CapsLock), but if you have > > Where are ctrl and caps-lock *supposed* to be? > Where do you want them to be? :) The traditional Unix locations are the opposite to a std PC keyboard, i.e. Ctrl next to 'A' and CapsLock below the LeftShift key. In case your next question is, "How do I do that", then for X you add (or uncomment): XkbOptions "ctrl:swapcaps" in the Keyboard section of /etc/XF86Config, and for the console, swap the entries for 029 and 058 in /usr/share/syscons/keymaps/ or change the 058 line to be all ``lctrl'' to make both keys Ctrl (no Caps Lock key). I notice that there are some new keymap files with ``-ctrl'' in their name which does the latter of these, but I don't know when they were introduced. > jcm > -- > "I drank WHAT ?!" - Socrates > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Sat Sep 9 9:37:51 2000 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 098B537B423 for ; Sat, 9 Sep 2000 09:37:50 -0700 (PDT) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id JAA24831; Sat, 9 Sep 2000 09:37:38 -0700 (PDT) Date: Sat, 9 Sep 2000 09:50:22 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: David Daugherty Cc: questions@FreeBSD.ORG Subject: Re: Error in Makefile 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, 9 Sep 2000, David Daugherty wrote: > Hello again. Yes, I'm still trying to get kphpdevelop built on this > system...months later :) > > In the server_setup Makefile I get an error on this line: > clean-am: clean-hdr clean-tags clean-generic mostlyclean-am > > Is there anything in here which is not valid on BSD? I've tried looking in > man pages but I'm not finding much. The system make files are pretty much documented within the makefiles themselves. Look in /usr/share/mk or /usr/ports/Mk. I doubt those are the issues though. The makefile for a third party app should be self contained. Those targets _should_ work regardless of the system that your building on. They should not depend on a system make file. Telling us the error message would be a better way to get results that will help you. Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 9:50:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from screech.weirdnoise.com (209-128-78-198.bayarea.net [209.128.78.198]) by hub.freebsd.org (Postfix) with ESMTP id 8FC6D37B423 for ; Sat, 9 Sep 2000 09:50:56 -0700 (PDT) Received: from screech.weirdnoise.com (localhost [127.0.0.1]) by screech.weirdnoise.com (8.9.3/8.9.3) with ESMTP id JAA12049; Sat, 9 Sep 2000 09:54:02 -0700 Message-Id: <200009091654.JAA12049@screech.weirdnoise.com> X-Mailer: exmh version 2.0.3 To: "stan deese" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: install & xwindows In-Reply-To: Your message of "Sat, 09 Sep 2000 09:07:51 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 09 Sep 2000 09:54:02 -0700 From: Ed Hall Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You're going to have to be more specific about your hardware. What graphics card do you have? What steps have you performed in configuring the X window system? Make and model for your other hardware will help us in suggesting solutions for your other problems as well. Unlike the old days, where everything came from DEC and all was right with the world, there are literally thousands of hardware vendors, each with one goal: make it work (or at least appear to work) with MS Windows. Drivers and other software for MS Windows usually ship with the hardware, allowing the manufacturer to pretty much do things any old way and still meet this criterion. Through pluck and cunning, we've managed to get a lot of this vast and varied mountain of hardware working with FreeBSD, sometimes better than the vendor ever intended for MS Windows. However, though a good deal of the detection and configuration of that hardware is done by FreeBSD itself, there are still many things that can or must be configured manually. Your problems aren't Unix or a 52-year-old brain (at 46 my brain handles Unix just fine, and I expect it to do just as well in six years). It's getting Unix to fit on top of hardware that often was designed in ignorance of Unix's very existence. Make a list of each board and peripheral, with model and vendor, and take a fresh look at the docs and installation process. If things still don't go right, share the gory details with us and we'll try to help. -Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 10: 4:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from duval.se.mediaone.net (duval.se.mediaone.net [24.129.0.67]) by hub.freebsd.org (Postfix) with ESMTP id 1146B37B423 for ; Sat, 9 Sep 2000 10:04:32 -0700 (PDT) Received: from mediaone.net (dtq-74-190.jacksonville.net [24.129.74.190]) by duval.se.mediaone.net (8.8.7/8.8.7) with ESMTP id NAA04164 for ; Sat, 9 Sep 2000 13:04:30 -0400 (EDT) Message-ID: <39BA6E67.EF164CBE@mediaone.net> Date: Sat, 09 Sep 2000 13:07:52 -0400 From: bentley X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: xterm editing & recompiling... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is this the right place to write in a question for a recompile of xterm? i don't know anything about unix...i only know that the xterm/s white back ground is irritating my eyes. and i don't want to keep typing in 1 ) [xterm -bg grey -fg black] i know that under 1) usr/ports/x11/xtermset there are files that would let me possibly edit the source code & reompile this program with the desired effects mentioned above. am i in the right area? & it shouldn't be hard right? i just have to look for that line of code in the source code? goal here is: 1) just the directory (and location of it) so i can get there. 2) how exactly (basic terms) does a newbie with no experience in editing / scripting / coding make make this work? i don't need detailed ideas or anything. ... i mean...which editor. basically. because then i would just save it, & recompile. i imagine. hodgepodge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 10: 4:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id 34E4137B422 for ; Sat, 9 Sep 2000 10:04:53 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id NAA01170 for ; Sat, 9 Sep 2000 13:04:53 -0400 (EDT) Date: Sat, 9 Sep 2000 13:01:15 -0400 (EDT) From: Zhihui Zhang To: freebsd-questions@freebsd.org Subject: splash windows 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 I want to install splash windows on FreeBSD 4.1. But the site www.cslab.vt.edu/~jobaldwi/splash/ mentioned in handbook seems gone. Where can I find new splash windows? Thanks. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 10:19:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id 9E75337B424 for ; Sat, 9 Sep 2000 10:19:13 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.79.99) by relay2.inwind.it (5.1.046) id 39AF9CE3000B4C1A; Sat, 9 Sep 2000 19:18:35 +0200 From: Salvo Bartolotta Date: Sat, 09 Sep 2000 18:18:46 GMT Message-ID: <20000909.18184600@bartequi.ottodomain.org> Subject: Re: instalando 4.1-RELEASE To: Daniel Fanjul Alcuten Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/9/00, 3:37:00 PM, Daniel Fanjul Alcuten=20 wrote regarding instalando 4.1-RELEASE:= > Hello: > I'm trying to install FreeBSD 4.1-RELEASE and I have troubles. > My computer is a 486 66Mhz with a 402MB hard disk. > My process of instalation is as follows: > Custom installation: > Options: > Newfs Args: -b 8192 -f 1024 > Partition: > Entire Disk: > Offset 0 > Size 402MB > End 824159 (el =FAltimo sector, supongo) > Name ad0s1 > PType 3 > Desc freebsd > Subtype 165 > Flags CA (bootable) > Label : > Automatic: > ad0s1a / 50MB UFS Y > ad0s1b swap 20MB SWAP > ad0s1e /var 20MB UFS Y > ad0s1f /usr 311MB UFS Y > Distributions: > All software > Media: > FTP > Commit: > After I accept Commit: > Unable to make new root filesystem on /dev/rad0s1a! > Command returned status 36 > And in the debugging window: > DEBUG: Executing command 'newfs -b 8192 -f 1024 /dev/rad0s1a' > /dev/rad0s1a: 102400 sectos in 25 cylinders of 1 tracks, 4096 > sectors 50.0MB in 2 cyl groups (16 c/g, 32.00MB/g, 6272 i/g) > super-block backups (for fsck -b #) at: > 32, 65568 > cg 0: bad magic number > write error: 0 > newfs: wtfs: Read-only file system > sh in free (): warning: malloc () has never been called. > DEBUG: Command 'newfs -b 8192 -f 1024 /dev/rad0s1a' return=20 status > of 36 > What is the problem? What does status 36 mean? How can I resolve it? > Thank you. > Bye, > Daniel. Dear Daniel Fanjul Alcuten, Have you received other disk-related [error] messages ? I seem to understand that yours is a **hardware** issue.=20 Incidentally, a limited number of disk & chipset combinations (AFAIR,=20 **some** VIA chipsets) do not work in UDMA with the new ata driver. You should provide as many details (your hardware; error messages) as=20 you can. Someone more knowledgeable may spot your problem -- provided=20 he or she is online. Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 10:33:51 2000 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 CD3F437B423 for ; Sat, 9 Sep 2000 10:33:47 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13XnQm-000OGb-00; Sat, 09 Sep 2000 17:24:40 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id RAA14223; Sat, 9 Sep 2000 17:24:40 +0100 (BST) (envelope-from ben) Date: Sat, 9 Sep 2000 17:24:40 +0100 From: Ben Smithurst To: Simakin Alexandr Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CGI-scripts security Message-ID: <20000909172440.B77593@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Simakin Alexandr wrote: > CGIWrap is cool, but if you have such files: > -rw-r--r-- 1 root wheel 1067 Sep 9 17:28 /etc/passwd > you can read this file even when CGIWrap installed, > find users with SU rights, lunch password finder utility > and so on. Have you actually LOOKED at /etc/passwd? Go count the number of actual passwords it contains. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 10:34:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id E4B4837B423 for ; Sat, 9 Sep 2000 10:34:24 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.79.99) by relay2.inwind.it (5.1.046) id 39AF9CE3000B51D6; Sat, 9 Sep 2000 19:34:15 +0200 From: Salvo Bartolotta Date: Sat, 09 Sep 2000 18:34:25 GMT Message-ID: <20000909.18342500@bartequi.ottodomain.org> Subject: Re: Help with StarOffice package install To: Jim Freeze , freebsd-questions@FreeBSD.ORG In-Reply-To: References: 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/9/00, 4:47:38 PM, Jim Freeze wrote regarding Help = with StarOffice package install: > I am running FBSD 3.4R. > I have just installed the star office package via: > # pkg_add staroffice-3.1.tgz > This returns the message: > WARNING: In order for this package to work correctly, the following > steps _must_ be taken : > - The Linux libc in /compat/linux must be upgraded to 5.4.4 or=20 later. > This can be achieved by installing version 2.4 or later of the > linux_lib port, or by fetching a later version manually. > - The Linux 'ldconfig' program must be run to update the library > cache details for Linux programs. > NOTE: Do not follow the installation instructions included with the > StarOffice distribution, as these are not required. The first > time a user runs a StarOffice application, the installation > program will be run, which will establish their personal > configuration. > -- > My question is, what is this really saying and what is the easiest way= =20 to > do it? > In /compat/linux/lib I have > root wheel 3070220 Oct 13 1998 libc-2.0.7.so* > root wheel 13 May 2 18:43 libc.so.6 ->libc-2.0.7.so* > Is the warning saying that I need to install linux_base-5.4.4.tgz to=20 get > libc-2.4.so? If so, where do I get the linux_base. Or can I just find = a > copy of libc-2.4.so and copy it to /compat/linux/lib ? > Thanks Dear Jim Freeze, Did you try to launch StarOffice 3.1 ? Did it work ? What happened=20 exactly ? I am not quite sure about those version numbers; apparently, they look=20 all right.=20 The linux_lib port, AFAIR, is an **old** port -- IIRC, it was=20 substituted by the linux_base port (/usr/ports/emulators/linux_base). HTH a little bit, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 10:37:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id BBEDE37B423 for ; Sat, 9 Sep 2000 10:37:28 -0700 (PDT) Received: from parish.my.domain ([62.255.97.82]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000909183623.FNV3760.mta02-svc.ntlworld.com@parish.my.domain>; Sat, 9 Sep 2000 18:36:23 +0000 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA01351; Sat, 9 Sep 2000 18:37:22 +0100 (BST) (envelope-from mark) Date: Sat, 9 Sep 2000 18:37:21 +0100 From: Mark Ovens To: bentley Cc: freebsd-questions Subject: Re: xterm editing & recompiling... Message-ID: <20000909183721.B254@parish> References: <39BA6E67.EF164CBE@mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <39BA6E67.EF164CBE@mediaone.net>; from bentley3@mediaone.net on Sat, Sep 09, 2000 at 01:07:52PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Sep 09, 2000 at 01:07:52PM -0400, bentley wrote: > is this the right place to write in a question for a recompile of > xterm? > i don't know anything about unix...i only know that the xterm/s white > back ground is irritating my eyes. > and i don't want to keep typing in > 1 ) [xterm -bg grey -fg black] > > i know that under > 1) usr/ports/x11/xtermset > there are files that would let me possibly edit the source code > & reompile this program with the desired effects mentioned above. am i > in the right area? & it shouldn't be hard right? i just have to look > for that line of code in the source code? > > goal here is: > 1) just the directory (and location of it) so i can get there. > 2) how exactly (basic terms) does a newbie with no experience in > editing / scripting / coding make > make this work? i don't need detailed ideas or anything. > ... i mean...which editor. basically. > because then i would just save it, & recompile. i imagine. > Just add: XTerm*Background: XTerm*Foreground: to your ~/.Xdefaults or ~/.Xsession file. Valid colour names can be found in /usr/X11R6/lib/X11/rgb.txt You can, IIRC, use a numeric value for . I'm not sure of the exact format but probably #xxyyzz where xx, yy, and zz are RGB values in hex (0x0 - 0xff). HTH > hodgepodge > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Sat Sep 9 10:42:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 81D3C37B423 for ; Sat, 9 Sep 2000 10:42:25 -0700 (PDT) Received: from parish.my.domain ([62.255.97.82]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000909184120.FXA3760.mta02-svc.ntlworld.com@parish.my.domain>; Sat, 9 Sep 2000 18:41:20 +0000 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA01410; Sat, 9 Sep 2000 18:42:19 +0100 (BST) (envelope-from mark) Date: Sat, 9 Sep 2000 18:42:18 +0100 From: Mark Ovens To: Jared & Melody Sargent Cc: questions@freebsd.org Subject: Re: Custom Kernel Configuration Help Message-ID: <20000909184218.C254@parish> References: <000a01c018ef$378e58e0$010a0a0a@base1> <20000907185229.D255@parish> <000c01c018f6$7bab01c0$010a0a0a@base1> <20000907202133.J255@parish> <001b01c01a78$a7bc3120$010a0a0a@base1> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <001b01c01a78$a7bc3120$010a0a0a@base1>; from sarge@seacove.net on Sat, Sep 09, 2000 at 11:11:44AM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [please leave -questions in the Cc:] On Sat, Sep 09, 2000 at 11:11:44AM -0500, Jared & Melody Sargent wrote: > Ok, here is the kernel. Probably something minor that I am messing up. :) > I am working on a on a 4.1 RELEASE system. Thumper I can't spot anything that is obviously wrong. You will have to post the *exact* errors that you are getting. -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Sat Sep 9 10:47:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id C031C37B422 for ; Sat, 9 Sep 2000 10:47:21 -0700 (PDT) Received: from [212.141.250.45] (212.141.250.45) by relay1.inwind.it (5.1.046) id 39AFDC9900112856 for questions@FreeBSD.ORG; Sat, 9 Sep 2000 19:47:15 +0200 Received: (qmail 929 invoked by uid 1000); 9 Sep 2000 17:36:17 -0000 Date: Sat, 9 Sep 2000 19:36:17 +0200 From: Francesco Casadei To: Ilia Chipitsine Cc: questions@FreeBSD.ORG Subject: Re: postgres7 @ FreeBSD-4.1S Message-ID: <20000909193617.A295@goku.kasby> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from ilia@cgu.chel.su on Sat, Sep 09, 2000 at 12:58:52PM +0600 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Sep 09, 2000 at 12:58:52PM +0600, Ilia Chipitsine wrote: > every time it boots there's the following message > ---------------------------------------------------------------------- > pg_ctl: It seems another postmaster is running. Try to start postmaster > anyway. > pg_ctl: Cannot start postmaster. Is another postmaster is running? > FATAL: StreamServerPort: bind() failed: Address already in use > Is another postmaster already running on that port? > If not, remove socket node (/tmp/.s.PGSQL.5432) and retry. > /usr/local/pgsql/bin/postmaster: cannot create UNIX stream port > ---------------------------------------------------------------------- > > the only way to start postgres7 is to remove that file ? > anyone else seen that ? > > Regards, (Nailucsie pozelanij) > Ilia Chipitsine (Il%j Sipicin) > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > end of the original message It happens when postgres is not shutted down cleanly. If you installed it from ports then use: /usr/local/etc/rc.d/pgsql.sh stop to shut it down (the system does this automatically when you shut it down or restart it) and then: /usr/local/etc/rc.d/pgsql.sh start to restart it. Personally, I've seen that when I had a power outage at home. No problems, however, I removed /tmp/.s.PGSQL.5432 as stated in the error message and restarted postgres. Francesco Casadei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 10:57:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ixtchel.cs.buap.mx (ixtchel.cs.buap.mx [148.228.20.5]) by hub.freebsd.org (Postfix) with ESMTP id D565137B423 for ; Sat, 9 Sep 2000 10:57:29 -0700 (PDT) Received: from localhost (reyesr@localhost) by ixtchel.cs.buap.mx (8.9.3/8.9.3) with ESMTP id MAA01456 for ; Sat, 9 Sep 2000 12:56:15 GMT Date: Sat, 9 Sep 2000 12:56:15 +0000 (/etc/localtime) From: Maria Isabel Reyes Ramirez 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 Hello! I love FreeBSD, I have a question: can I install FreeBSD with Windows 2000 in de same machine? ATTE: Maria Isabel Reyes Ramirez __ _.-~ ) _..--~~~~,' ,-/ _ .-'. . . .' ,-',' ,' ) ,'. . . _ ,--~,-'__..-' ,' ,'. . . (@)' ---~~~~ ,' /. . . . '~~ ,-' /. . . . . ,-' : . . . . _ / . . . . . `-.: . . . ./ - . ) . . . | _____..---.._/ ____ ~---~~~~----~~~~ ~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 11: 0:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by hub.freebsd.org (Postfix) with ESMTP id DBFDC37B42C for ; Sat, 9 Sep 2000 11:00:26 -0700 (PDT) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by smtp1.sentex.ca (8.11.0/8.11.0) with SMTP id e89I09c12396; Sat, 9 Sep 2000 14:00:09 -0400 (EDT) From: mike@sentex.net (Mike Tancsa) To: brennan@offwhite.net (BWS - Offwhite) Cc: questions@freebsd.org Subject: Re: Perc2 Firmware Update Date: Sat, 09 Sep 2000 18:00:09 GMT Message-ID: <39ba7a81.141584718@smtp.sentex.ca> References: In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 8 Sep 2000 16:30:31 -0400, in sentex.lists.freebsd.questions you wrote: >I have been looking into the potential problems with the Perc2 RAID >controller locking up under high load and have not found any updates. > >I recently purchased a Dell PowerEdge 2450 and it came with a Perc2. I Which Perc2 is it ? the Adaptec based card or the MegaRAID based card ? ---Mike Mike Tancsa (mdtancsa@sentex.net) Sentex Communications Corp, Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 11: 0:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.inwind.it (relay2.inwind.it [212.141.53.73]) by hub.freebsd.org (Postfix) with ESMTP id 981FB37B424 for ; Sat, 9 Sep 2000 11:00:30 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.78.142) by relay2.inwind.it (5.1.046) id 39AF9CE3000B5964; Sat, 9 Sep 2000 20:00:29 +0200 From: Salvo Bartolotta Date: Sat, 09 Sep 2000 19:00:39 GMT Message-ID: <20000909.19003900@bartequi.ottodomain.org> Subject: Re: Help with StarOffice package install To: Salvo Bartolotta Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20000909.18342500@bartequi.ottodomain.org> References: <20000909.18342500@bartequi.ottodomain.org> 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/9/00, 7:34:25 PM, Salvo Bartolotta wrote=20 regarding Re: Help with StarOffice package install: > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > On 9/9/00, 4:47:38 PM, Jim Freeze wrote regarding Hel= p > with StarOffice package install: > > I am running FBSD 3.4R. > > I have just installed the star office package via: > > # pkg_add staroffice-3.1.tgz > > This returns the message: > > WARNING: In order for this package to work correctly, the following= > > steps _must_ be taken : > > - The Linux libc in /compat/linux must be upgraded to 5.4.4 or > later. > > This can be achieved by installing version 2.4 or later of the > > linux_lib port, or by fetching a later version manually. > > - The Linux 'ldconfig' program must be run to update the library > > cache details for Linux programs. > > NOTE: Do not follow the installation instructions included with the= > > StarOffice distribution, as these are not required. The firs= t > > time a user runs a StarOffice application, the installation > > program will be run, which will establish their personal > > configuration. > > -- > > My question is, what is this really saying and what is the easiest w= ay > to > > do it? > > In /compat/linux/lib I have > > root wheel 3070220 Oct 13 1998 libc-2.0.7.so* > > root wheel 13 May 2 18:43 libc.so.6 ->libc-2.0.7.so* > > Is the warning saying that I need to install linux_base-5.4.4.tgz to= > get > > libc-2.4.so? If so, where do I get the linux_base. Or can I just fin= d > a > > copy of libc-2.4.so and copy it to /compat/linux/lib ? > > Thanks > Dear Jim Freeze, > Did you try to launch StarOffice 3.1 ? Did it work ? What happened > exactly ? Dear Jim Freeze, I am very sorry . I read your letter far too quickly, and I over/misinterpreted (=3D "you = installed the package, and then you got the error", which is not the=20 case). As I have already said, the linux_base port currently provides the=20 typical environment for Linux applications. It is what I installed in=20 order to make StarOffice-5.x work.=20 From my /usr/compat/linux/lib: libc.so.6 -> libc.2.1.2.so libc.2.1.2.so, 4118299 bytes, 20/09/1999. I have never used StarOffice 3.1; I don't know whether it will work=20 within the linux_base framework.=20 I have been playing with StarOffice-5.x. HTH all the same, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 11: 3:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by hub.freebsd.org (Postfix) with ESMTP id 1453C37B424 for ; Sat, 9 Sep 2000 11:03:22 -0700 (PDT) Received: from cerberus-yf4tnx.swbell.net ([208.188.20.228]) by mta4.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0G0M007B5SQ6IP@mta4.rcsntx.swbell.net> for freebsd-questions@freebsd.org; Sat, 9 Sep 2000 13:01:20 -0500 (CDT) Date: Sat, 09 Sep 2000 13:01:27 -0500 From: "Robert L. Bostic" Subject: Copy FreeBSD files to Win2K X-Sender: robert42/postoffice.swbell.net@127.0.0.1 To: freebsd-questions@freebsd.org Message-id: <4.3.2.7.2.20000909125341.00b87328@127.0.0.1> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Content-type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having problems upgrading my FreeBSD 4.0 Stable to 4.1-Stable. Unfortunately Kmail is broken, which means I'm unable to send the error output to Questions-FreeBsd. My question is, how do I copy the output to a floppy and transfer it to Win2k for the purpose of e-mailing it to the relevant news group? Are any special formats involved? Can Win2k read the FreeBSD format? Any help would be greatly appreciated. Regards, Robert L. Bostic 972-644-0703 robert42@swbell.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 11: 8:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 2EB2737B422 for ; Sat, 9 Sep 2000 11:08:38 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id LAA02066; Sat, 09 Sep 2000 11:08:36 -0700 Message-ID: <39BA7CA4.290140F3@urx.com> Date: Sat, 09 Sep 2000 11:08:36 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Scott Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Has my box been compromised? References: <39BA0BE6.C49E2FE3@earthlink.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Scott wrote: > > Hello, > > I was surfing on my dsl line (dynamic ip) a few minutes ago and noticed > my hard drive > was churning even though I wasn't doing much. I ran top and saw several > processes being run by user 'nobody' such as find, locate.proxxx (?can't > remember), and several 'sh'. I immediately killed ppp, and then the > 'nobody' > processes but many of the processes had already died after I killed the > ppp > connection. Did someone break in or is freebsd doing something behind > the > scenes as 'nobody'? Are you sure it wasn't the locate update running. It fires off at 1-2am and churns the system for a few minutes. Kent > > -- > Scott Dubose > Houston, TX > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 11:15:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id 30A9A37B422 for ; Sat, 9 Sep 2000 11:15:27 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.78.142) by relay1.inwind.it (5.1.046) id 39AFDC9900112F74; Sat, 9 Sep 2000 20:15:11 +0200 From: Salvo Bartolotta Date: Sat, 09 Sep 2000 19:15:23 GMT Message-ID: <20000909.19152300@bartequi.ottodomain.org> Subject: Re: Copy FreeBSD files to Win2K To: "Robert L. Bostic" Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <4.3.2.7.2.20000909125341.00b87328@127.0.0.1> References: <4.3.2.7.2.20000909125341.00b87328@127.0.0.1> 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/9/00, 7:01:27 PM, "Robert L. Bostic" wrote=20 regarding Copy FreeBSD files to Win2K: > I'm having problems upgrading my FreeBSD 4.0 Stable to 4.1-Stable. > Unfortunately Kmail is broken, which means I'm unable to send the=20 error > output to Questions-FreeBsd. My question is, how do I copy the output = to a > floppy and transfer it to Win2k for the purpose of e-mailing it to the= > relevant news group? Are any special formats involved? Can Win2k read = the > FreeBSD format? Any help would be greatly appreciated. > Regards, > Robert L. Bostic > 972-644-0703 > robert42@swbell.net Dear Robert Bostic, The short answer is mount_msdos(8), or, if you prefer, the "-t msdos"=20 flag for mount(8).=20 Copying a plain text file to a floppy should work. Best of luck, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 11:19:58 2000 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 4C90537B422 for ; Sat, 9 Sep 2000 11:19:56 -0700 (PDT) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP for questions@freebsd.org; Sat, 9 Sep 2000 20:19:47 +0200 Received: from sun34.mni.fh-giessen.de ([134.176.183.134] helo=sun34) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 13XpE6-00083e-00 for questions@freebsd.org; Sat, 9 Sep 2000 20:19:42 +0200 Date: Sat, 9 Sep 2000 20:21:57 +0200 (MET DST) From: Ariel Burbaickij X-Sender: hg9456@sun34 To: questions@freebsd.org Subject: gdb is unable to set file to non-blocking mode ? 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 guess that setting modes of file is rather system-near function so I would like to ask some questions: 1) What does the message mean ? 2) How the problem can be solved ? 3) Is it possible to see what gdb is exactly doing trying to set file to non-blocking mode. Information about software used: OS: FreeBSD 4.1-Stable gdb version 4.18 Regards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 11:30:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id 5E5EC37B43F for ; Sat, 9 Sep 2000 11:30:55 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id OAA18342; Sat, 9 Sep 2000 14:30:20 -0400 (EDT) Date: Sat, 9 Sep 2000 14:26:43 -0400 (EDT) From: Zhihui Zhang To: Maria Isabel Reyes Ramirez Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail 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, 9 Sep 2000, Maria Isabel Reyes Ramirez wrote: > Hello! > > I love FreeBSD, I have a question: > can I install FreeBSD with Windows 2000 in de same machine? > Should be yes. I have windows 98 + Linux + FreeBSD on the same machine. I do not know windows 2000 much though. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 11:36:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.jonelrienton.org (dsl-64-34-25-237.telocity.com [64.34.25.237]) by hub.freebsd.org (Postfix) with SMTP id 11AC437B424 for ; Sat, 9 Sep 2000 11:36:18 -0700 (PDT) Received: (qmail 39589 invoked from network); 9 Sep 2000 18:52:46 -0000 Received: from debian (10.29.22.23) by zeus with SMTP; 9 Sep 2000 18:52:46 -0000 Message-ID: <029301c01a8e$4cc60d20$17161d0a@jonelrienton.org> From: "Jonel Rienton" To: "Maria Isabel Reyes Ramirez" , References: Subject: Re:FreeBSD and win2k (was no subject) Date: Sat, 9 Sep 2000 13:46:43 -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.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yes, you can, i would suggest you create a small(10-16M) partition at the beginning of your drive, then install windows 2000 then FreeBSD, i've played with it a while back and that's the setup i did. Jonel Rienton http://qmail.freebsduser.org sent by qmail-1.03 on a FreeBSD 4.1-STABLE ----- Original Message ----- From: "Maria Isabel Reyes Ramirez" To: Sent: Saturday, September 09, 2000 7:56 AM | Hello! | | I love FreeBSD, I have a question: | can I install FreeBSD with Windows 2000 in de same machine? | | ATTE: | | Maria Isabel Reyes Ramirez | __ | _.-~ ) | _..--~~~~,' ,-/ _ | .-'. . . .' ,-',' ,' ) | ,'. . . _ ,--~,-'__..-' ,' | ,'. . . (@)' ---~~~~ ,' | /. . . . '~~ ,-' | /. . . . . ,-' | : . . . . _ / | . . . . . `-.: | . . . ./ - . ) | . . . | _____..---.._/ ____ | ~---~~~~----~~~~ ~~ | | | | | | | 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 Sat Sep 9 11:41:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out2.bellatlantic.net (smtp-out2.bellatlantic.net [199.45.39.157]) by hub.freebsd.org (Postfix) with ESMTP id 45BD837B422 for ; Sat, 9 Sep 2000 11:41:45 -0700 (PDT) Received: from smartsoft.cc (client-209-158-93-80.bellatlantic.net [209.158.93.80]) by smtp-out2.bellatlantic.net (8.9.1/8.9.1) with ESMTP id OAA13945; Sat, 9 Sep 2000 14:41:30 -0400 (EDT) Message-ID: <39BA842F.563561C6@smartsoft.cc> Date: Sat, 09 Sep 2000 14:40:47 -0400 From: Jan Knepper Organization: Smartsoft, LLC X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Maria Isabel Reyes Ramirez Cc: freebsd-questions@FreeBSD.ORG Subject: Re: References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You sure can! I've got M$-DOS, M$ Windows 2000 Pro and FreeBSD 4.1 all on the same machine in different partitions. Use EasyBoot to switch between them at boot time. Works great! Make sure you don't go after 8 GB of harddrive space though. My partitions are: 1 GB for M$-DOS 7 GB for FreeBSD 4.1 24 GB for W2K (which is unfortunate, but necessary since I am being paid for developing Win32 applications). HTH Don't worry, be Kneppie! Jan Maria Isabel Reyes Ramirez wrote: > Hello! > > I love FreeBSD, I have a question: > can I install FreeBSD with Windows 2000 in de same machine? > > ATTE: > > Maria Isabel Reyes Ramirez > __ > _.-~ ) > _..--~~~~,' ,-/ _ > .-'. . . .' ,-',' ,' ) > ,'. . . _ ,--~,-'__..-' ,' > ,'. . . (@)' ---~~~~ ,' > /. . . . '~~ ,-' > /. . . . . ,-' > : . . . . _ / > . . . . . `-.: > . . . ./ - . ) > . . . | _____..---.._/ ____ > ~---~~~~----~~~~ ~~ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Jan Knepper Smartsoft, LLC 88 Petersburg Road Petersburg, NJ 08270 U.S.A. http://www.smartsoft.cc/ http://www.mp3.com/pianoprincess Phone : 609-628-4260 FAX : 609-628-1267 FAX : 303-845-6415 http://www.fax4free.com/ Phone : 020-873-3837 http://www.xoip.nl/ (Dutch) FAX : 020-873-3837 http://www.xoip.nl/ (Dutch) In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 11:54:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gep18-5.nyircatv.broadband.hu (gep18-5.nyircatv.broadband.hu [195.184.160.117]) by hub.freebsd.org (Postfix) with ESMTP id B9C7637B422 for ; Sat, 9 Sep 2000 11:54:55 -0700 (PDT) Received: (from witch@localhost) by gep18-5.nyircatv.broadband.hu (8.9.3/8.9.3) id UAA50811; Sat, 9 Sep 2000 20:52:52 +0200 (CEST) (envelope-from witch) Date: Sat, 9 Sep 2000 20:52:52 +0200 (CEST) From: Ron Scott Reply-To: Ron Scott To: Vik Nuckchady Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem compiling socket program In-Reply-To: <200009090717.JAA00679@relay.mailbox.co.za> 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 Today Vik Nuckchady wrote: > Hello, > I am trying to compile a very simple program but it fails every > time with the following errors: > > /* MAKE INSTRUCTIONS */ > cc client.c -o client.o > cc -Lnsl -Lsocket client.o -o client > /* ERRORS STARTS HERE */ > client.o: In function `_init': > client.o(.init+0x0): multiple definition of `_init' > /usr/lib/crti.o(.init+0x0): first defined here [...] > > The program contains the following : > > #include > #include > #include > > void main() > { > int sock_d = socket(PF_INET,SOCK_STREAM,0); > } > > Thanks in advance for any support. Sorry, but this isn't a C program. main() returns int. Try the following: #include #include int main(void) { int fd = socket(AF_INET, SOCK_STREAM, 0); return 0; } And compile with: cc -o foo foo.c You don't need (and have) the nsl/socket library. socket() is a system call in *BSD and a library call in Solaris. -Ron > > Cheers > Vik > _______________________________________________________________ > http://www.webmail.co.za the South-African free email service > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -- UNIX was never designed to keep people from doing stupid things, because that policy would also keep them from doing clever things. (Doug Gwyn) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 11:58:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dazed.slacker.com (dazed.slacker.com [208.15.208.76]) by hub.freebsd.org (Postfix) with SMTP id 7986737B423 for ; Sat, 9 Sep 2000 11:58:44 -0700 (PDT) Received: (qmail 4177 invoked by uid 1000); 9 Sep 2000 18:58:39 -0000 Date: Sat, 9 Sep 2000 13:58:39 -0500 From: David McNett To: rob Cc: "questions@FreeBSD.ORG" Subject: Re: ssh taking a long time to connect Message-ID: <20000909135839.A2676@dazed.slacker.com> Mail-Followup-To: rob , "questions@FreeBSD.ORG" References: <39B974A5.40E6A683@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <39B974A5.40E6A683@home.com>; from europax@home.com on Fri, Sep 08, 2000 at 11:22:14PM +0000 X-Operating-System: FreeBSD 4.1-STABLE i386 X-Distributed: Join the Effort! http://www.distributed.net/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 08-Sep-2000, rob wrote: > I am learning how to install and use ssh. One thing has me puzzled. I > can readily connect from computer #1 to computer #2. But connecting > from #2 to #1 takes about 2 minutes before the password prompt. This is typically a DNS issue. Make sure that computer #1 is able to resolve #2's hostname and IP. -- ________________________________________________________________________ |David McNett |To ensure privacy and data integrity this message has| |nugget@slacker.com|been encrypted using dual rounds of ROT-13 encryption| |Birmingham, AL USA|Please encrypt all important correspondence with PGP!| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 12: 1:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rapidnet.com (rapidnet.com [205.164.216.1]) by hub.freebsd.org (Postfix) with ESMTP id 3495E37B424 for ; Sat, 9 Sep 2000 12:01:30 -0700 (PDT) Received: (from pstapley@localhost) by rapidnet.com (8.9.3/8.9.3) id NAA68271 for questions@freebsd.org; Sat, 9 Sep 2000 13:01:29 -0600 (MDT) Date: Sat, 9 Sep 2000 13:01:29 -0600 (MDT) From: Peter Stapley Message-Id: <200009091901.NAA68271@rapidnet.com> To: questions@freebsd.org Subject: SMP Problems Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Any ideas why I am not getting SMP to work? I ran mptable and took the values from there for the kernel config and it still does not work. Thanks, Pete Here is my dmesg: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.1-RELEASE #7: Sat Sep 9 11:37:22 GMT 2000 root@lucky.ihatejim.net:/usr/src/sys/compile/LUCKY Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (266.44-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x634 Stepping = 4 Features=0x80fbff real memory = 67108864 (65536K bytes) avail memory = 62341120 (60880K bytes) Programming 24 pins in IOAPIC #0 IOAPIC #0 intpin 2 -> irq 0 IOAPIC #0 intpin 16 -> irq 11 IOAPIC #0 intpin 17 -> irq 10 IOAPIC #0 intpin 18 -> irq 9 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 1, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc02ea000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc02ea09c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 7.2 irq 0 Timecounter "PIIX" frequency 3579545 Hz chip1: port 0xfcb0-0xfcbf at device 7.3 on pci0 pci0: at 11.0 irq 11 tx0: port 0xec00-0xecff mem 0xfebef000-0xfebeffff irq 10 at device 12.0 on pci0 tx0: address 00:e0:29:0e:a7:6f, type SMC9432TX, Auto-Neg 100Mbps FD tx0: driver is using old-style compatability shims bktr0: mem 0xf69fe000-0xf69fefff irq 9 at device 13.0 on pci0 bktr0: Hauppauge Model 38101 B226 Hauppauge WinCast/TV, Philips NTSC tuner. pci0: (vendor=0x109e, dev=0x0878) at 13.1 irq 9 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 pcm0: at port 0x220-0x22f,0x530-0x537,0x388-0x38b,0x330-0x331,0x370-0x371 irq 5 drq 0,1 on isa0 unknown0: at port 0x201 on isa0 APIC_IO: Testing 8254 interrupt delivery APIC_IO: Broken MP table detected: 8254 is not connected to IOAPIC #0 intpin 2 APIC_IO: routing 8254 via 8259 and IOAPIC #0 intpin 0 SMP: AP CPU #1 Launched! ata1-slave: ata_command: timeout waiting for intr ata1-slave: identify failed ad0: 6485MB [13176/16/63] at ata0-master using UDMA33 acd0: CDROM at ata1-master using PIO3 Mounting root from ufs:/dev/ad0s1a Here is my config file: # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.8 2000/07/20 02:51:02 msmith Exp $ machine i386 #cpu I386_CPU #cpu I486_CPU #cpu I586_CPU cpu I686_CPU ident LUCKY maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device #options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, NFS required #options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] #options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): options NCPU=2 # number of CPUs options NBUS=3 # number of busses options NAPIC=1 # number of IO APICs options NINTR=24 # number of INTs device isa #device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 #device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers #device ahb # EISA AHA1742 family #device ahc # AHA2940 and onboard AIC7xxx devices #device amd # AMD 53C974 (Teckram DC-390(T)) #device dpt # DPT Smartcache - See LINT for options! #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured #device adv0 at isa? #device adw #device bt0 at isa? #device aha0 at isa? #device aic0 at isa? # SCSI peripherals device scbus # SCSI bus (required) #device da # Direct Access (disks) #device sa # Sequential Access (tape etc) #device cd # CD #device pass # Passthrough device (direct SCSI access) # RAID controllers #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver #pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 11 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? disable port IO_COM3 irq 5 #device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs. #device de # DEC/Intel DC21x4x (``Tulip'') #device fxp # Intel EtherExpress PRO/100B (82557, 82558) device tx # SMC 9432TX (83c170 ``EPIC'') #device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. #device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F #device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. #device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex #device ep # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those paremeters here. #device an # Xircom Ethernet #device xe # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device fe0 at isa? port 0x300 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 #device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # USB Bus (required) #device ugen # Generic #device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da #device ums # Mouse # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet #Booktree Capture Card device bktr #Yamaha Sound Card device pcm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 12:10:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 4171937B422 for ; Sat, 9 Sep 2000 12:10:36 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id MAA02166; Sat, 09 Sep 2000 12:10:09 -0700 Message-ID: <39BA8B0E.B4CD538E@urx.com> Date: Sat, 09 Sep 2000 12:10:06 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Maria Isabel Reyes Ramirez Cc: freebsd-questions@FreeBSD.ORG Subject: Re: References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maria Isabel Reyes Ramirez wrote: > > Hello! > > I love FreeBSD, I have a question: > can I install FreeBSD with Windows 2000 in de same machine? I have two machines that multi-boot Win98/NT4/W2K/FreeBSD 4.1. It is really easy to add FreeBSD if you already have W2K installed. There is a bug in boot0 that causes problems until you have built a new one. It is in the ERRATA.TXT. There is probably a download available somewhere or can be sent as an attachment. I happen to like the ntldr and what I did was copy /boot/boot1 onto my "c" drive as bootsec.bsd and then added the line "c:\bootsec.bsd="FreeBSD" to my boot.ini. If you have been around NT long, you should know how to edit the boot.ini. It is usually attribed with sh and you have to "attrib -s -h boot.ini" before you can edit it with a text editor. When you are through, you replace the "-" with "+" and you are done. This only works if FreeBSD is installed onto your 1st HD. You have to use boot0 if it is on one of the other drives. I have three primary partitions on my 1st HD. I always have a 2GB FAT16 for the boot because NT4 doesn't understand FAT32 and Win98 doesn't understand NTFS. I don't have a system in the first partition because it is my common file space and systems chew up a lot of disk space. You can boot W2K and Win98 from other HD's and that isn't a problem. I setup the two multi-boot systems using FreeBSD 4.0 and you had to have your / partition located in front of cylinder 1024 (~8.4GB with LBA turned on). In one case the 13GB FreeBSD slice is in front of my extended partition and it is after it on the other system. I made "/" a 100MB partition and it is located before 8.4GB. The extended partition is ~5GB. If you have a large HD (>8.4GB in my world), you want to use FreeBSD 4.1 because it can boot from large drives. If you have a FreeBSD CDROM, you can play with how you set it up. If you make a mistake use sysinstall to wipe the slice and start over. The multi-boot systems all have 20GB Maxtors running UDMA33. The drives will do UDMA66 but my motherboard will not. When you finish the install, FreeBSD will have made its slice the active one and you will have to set it back using fdisk. I always have a Win98se startup disk to do that. You may be able to do that with FreeBSD but I have never taken the time to learn how. You can have four primary partitions. One of them can be a extended partition with logical partitions in them. You can mount the extended partition but not use them for a FreeBSD slice. I use the ntldr because I can change the default boot from the NT's system applet. You can also change the length of time it waits to boot. You can even set the time to 0 and have it autoboot straight into FreeBSD. You still can press one of the arrow keys in the early part of the boot and bring up the menu. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 12:12:48 2000 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 C646437B423 for ; Sat, 9 Sep 2000 12:12:40 -0700 (PDT) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.16 #1) id 13Xovm-000OO4-00; Sat, 09 Sep 2000 19:00:46 +0100 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.9.3/8.9.3) id TAA14344; Sat, 9 Sep 2000 19:00:46 +0100 (BST) (envelope-from ben) Date: Sat, 9 Sep 2000 19:00:46 +0100 From: Ben Smithurst To: Gene Harris Cc: Kent Stewart , freebsd-questions@freebsd.org Subject: Re: Problem with buildworld Message-ID: <20000909190046.D77593@strontium.scientia.demon.co.uk> References: <39B9CE14.63A15BA6@urx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gene Harris wrote: > I did get the error message you described. However when I started CVSUP > again, after removing the links, cvsup promptly skipped over the soft update > files instead of downloading them. I just happened to catch it on the CVS > window in X. Now I have to figure out how to adjust my tags so the files will > download. The softupdates files have moved, so if you were expecting to see them updated in /sys/contrib, you're wrong. They live in /sys/ufs/ffs now. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 12:26:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 5DB2137B422 for ; Sat, 9 Sep 2000 12:26:22 -0700 (PDT) Received: by manatee.mammalia.org (Postfix, from userid 1000) id 929D711CFF4; Sat, 9 Sep 2000 12:26:21 -0700 (PDT) Date: Sat, 9 Sep 2000 12:26:21 -0700 From: R Joseph Wright To: freebsd-questions Subject: Re: switching the ctrl key to caps lock Message-ID: <20000909122621.A1158@mammalia.org> References: <20000909142600.A40697@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20000909142600.A40697@dogma.freebsd-uk.eu.org>; from jcm@FreeBSD-uk.eu.org on Sat, Sep 09, 2000 at 02:26:00PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG And j mckitrick spoke: > > I figured out how to do this in X, but does anyone know if this can be done > for console mode as well? And if so, how? > > jcm > -- > "I drank WHAT ?!" - Socrates There is a program called kbdcontrol which loads a keyboard map file, normally located in /usr/share/syscons/keymaps. I took the one I preferred, us.emacs.kbd, copied it to us.joseph.kbd, and switched these two lines from this: 029 lctrl lctrl lctrl lctrl lctrl lctrl lctrl lctrl O 058 clock clock clock clock clock clock clock clock O to this: 029 clock clock clock clock clock clock clock clock O 058 lctrl lctrl lctrl lctrl lctrl lctrl lctrl lctrl O Change the keymap by running: $ kbdcontrol -l /usr/share/syscons/keymaps/your.keymap I also put this in /etc/rc.conf: ### Load my customized keymap ### keymap=us.joseph.kbd Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 12:29:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from laguna.tiscalinet.it (laguna.tiscalinet.it [195.130.224.86]) by hub.freebsd.org (Postfix) with ESMTP id 1EA0C37B422 for ; Sat, 9 Sep 2000 12:29:45 -0700 (PDT) Received: from [62.11.106.34] (62.11.106.34) by laguna.tiscalinet.it; 9 Sep 2000 21:29:01 +0200 Received: (qmail 10072 invoked by uid 1000); 9 Sep 2000 18:20:51 -0000 Date: Sat, 9 Sep 2000 20:20:51 +0200 From: Francesco Casadei To: freebsd-questions mailing list Subject: it.iso.kbd keymap file Message-ID: <20000909202051.A3870@goku.kasby> Mail-Followup-To: freebsd-questions mailing list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I have a problem with the keymap file it.iso.kbd (for Italian language support). In login.conf I have created the following login class: italian:Italian Users Accounts:\ :charset=ISO-8859-1:\ :lang=it_IT.ISO_8859-1:\ :tc=default: In /etc/rc.conf I have: keyrate="fast" keymap="it.iso" font8x16="iso-8x16" font8x14="iso-8x14" font8x8="iso-8x8" In /etc/profile I have: TERM=cons25l1; export TERM LANG=it_IT.ISO_8859-1; export LANG MM_CHARSET=ISO-8859-1; export MM_CHARSET LC_ALL=it_IT.ISO_8859-1; export LC_ALL In Mutt, messages containing accent letters are correctly displayed, but pressing a key labeled with an accent letter results in a wrong character printed on screen (e.g. if I press 'a' with the grave accent I get the character representing carriage return: a 'c' over an 'r' in one character). To have the correct key printed, I've modified the keymap file with the proper characters (e.g. 'a' with the grave accent is ALT+224). Now everything seems to work. If I type an accent letter in a message then Mutt correctly add these fields to the header: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit I can use ISO-8859-1 characters everywhere in the system. Now the question is: is the keymap file it.iso.kbd wrong? Can I use the file I've modified without problems or there's a reason why I should use the file distributed with FreeBSD? Thanks in advance for your help. Francesco Casadei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 12:31:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from he.kuzak.NET (wiseguy.goodfella.net [216.218.249.3]) by hub.freebsd.org (Postfix) with ESMTP id BC96137B423 for ; Sat, 9 Sep 2000 12:31:22 -0700 (PDT) Received: (from kuzak@localhost) by he.kuzak.NET (8.9.3/8.9.1) id MAA57606 for freebsd-questions@freebsd.org; Sat, 9 Sep 2000 12:38:12 -0700 (PDT) (envelope-from kuzak) Date: Sat, 9 Sep 2000 12:38:12 -0700 (PDT) From: User Kuzak Message-Id: <200009091938.MAA57606@he.kuzak.NET> To: freebsd-questions@freebsd.org Subject: ISDN TA only connects on one channel Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a Motorola ISDN TA that is setup correctly to use Both Channels on our ISDN line, but it will only connect on one channel.. is there anything special that need be done or does anyone have a fix to this problem? -Aric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 12:38:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from datasphereweb.com (c182500-a.frndl1.wa.home.com [24.10.46.121]) by hub.freebsd.org (Postfix) with ESMTP id 9F6AC37B422 for ; Sat, 9 Sep 2000 12:38:37 -0700 (PDT) Received: from localhost (davidd@localhost) by datasphereweb.com (8.9.3/8.9.3) with ESMTP id MAA28511 for ; Sat, 9 Sep 2000 12:38:37 -0700 (PDT) (envelope-from davidd@datasphereweb.com) Date: Sat, 9 Sep 2000 12:38:37 -0700 (PDT) From: David Daugherty To: questions@freebsd.org Subject: Error in Make file 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 not sure what is wrong with this Makefile. This is for kphpdevelop which is a third party app and not in the ports. The error I get while running make: ----------------------------------------------------- "Makefile", line 424: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/home/davidd/kphpdev/kphpdev_server_setup_0.158. *** Error code 1 Stop in /usr/home/davidd/kphpdev/kphpdev_server_setup_0.158. ------------------------------------------------------- The relevant block of code in the Makefile is: ------------------------------------------------------- 406 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install 407 installdirs: installdirs-recursive 408 installdirs-am: 411 mostlyclean-generic: 413 clean-generic: 415 distclean-generic: 416 -rm -f Makefile $(CONFIG_CLEAN_FILES) 417 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 419 maintainer-clean-generic: 420 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic 422 mostlyclean: mostlyclean-recursive 424 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am ------------------------------------------------------- I'm just not experienced enough with Makefiles to see any operator missing on line 424 or any previous line. Can anyone else see something missing? David Daugherty david.daugherty@netmanage.com NetMange - The Bridge to E-Business To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 12:40:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ww187.netaddress.usa.net (ww187.netaddress.usa.net [204.68.24.87]) by hub.freebsd.org (Postfix) with SMTP id B141437B42C for ; Sat, 9 Sep 2000 12:40:20 -0700 (PDT) Received: (qmail 3409 invoked by uid 60001); 9 Sep 2000 19:40:19 -0000 Message-ID: <20000909194019.3408.qmail@ww187.netaddress.usa.net> Received: from 204.68.24.87 by ww187 for [207.127.173.78] via web-mailer(34WB1.4.03) on Sat Sep 9 19:40:19 GMT 2000 Date: 9 Sep 00 15:40:19 EDT From: Mark Beebe To: questions@FreeBSD.org Subject: technical question X-Mailer: USANET web-mailer (34WB1.4.03) 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 Hi, Currently, I am running Linux on my pc. However, I am going to try freebs= d so that I can get a real UNIX flavor. I have one question regarding the = coding of the freebsd os, is the os written in C or has it been rewritten= in C++ . Thanks for your time. Sincerely, Mark ____________________________________________________________________ Get your own FREE, personal Netscape WebMail account today at http://home= =2Enetscape.com/webmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 12:42:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law-f36.hotmail.com [209.185.131.99]) by hub.freebsd.org (Postfix) with ESMTP id C387037B42C for ; Sat, 9 Sep 2000 12:42:11 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 9 Sep 2000 12:42:11 -0700 Received: from 208.7.71.51 by lw1fd.hotmail.msn.com with HTTP; Sat, 09 Sep 2000 19:42:11 GMT X-Originating-IP: [208.7.71.51] From: "Zaid Dashti" To: freebsd-questions@freebsd.org Subject: hi Date: Sat, 09 Sep 2000 22:42:11 AST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Sep 2000 19:42:11.0529 (UTC) FILETIME=[0C02A390:01C01A96] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi,,, i have some questions about Email accounts: 1- if i want create a Email account for some user should i adduser by typing a command (adduser) in unix ? 2- is hotmail.com and yahoo.com they adding user if someone click on signup? 3- where i can find a cgi scripts for emails (like hotmail.com and yahoo.com) ? (note: i want make a free email like hotmail.com ) Thanks _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 12:47:58 2000 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 82B4837B422 for ; Sat, 9 Sep 2000 12:47:56 -0700 (PDT) Received: from earthlink.net (user-v3qs3v1.dsl.mindspring.com [199.174.15.225]) by gull.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id MAA25039 for ; Sat, 9 Sep 2000 12:47:54 -0700 (PDT) Message-ID: <39BA942F.CF81683D@earthlink.net> Date: Sat, 09 Sep 2000 14:49:03 -0500 From: Scott X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 4.0-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Has my box been compromised? References: <39BA0BE6.C49E2FE3@earthlink.net> <00090913273200.42178@marbsd.tninet.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG THanks, that's a relief to know. Scott Mark Rowlands wrote: > > On Sat, 09 Sep 2000, Scott wrote: > > Hello, > > > > I was surfing on my dsl line (dynamic ip) a few minutes ago and noticed > > my hard drive > > was churning even though I wasn't doing much. I ran top and saw several > > processes being run by user 'nobody' such as find, locate.proxxx (?can't > > remember), and several 'sh'. I immediately killed ppp, and then the > > 'nobody' > > processes but many of the processes had already died after I killed the > > ppp > > connection. Did someone break in or is freebsd doing something behind > > the > > scenes as 'nobody'? > > > > -- > > Scott Dubose > > Houston, TX > > I think you may find you have been have compromised by the evil > BSD Daemon running locate.updatedb, df-ing your file systems, > checking for suid binaries and other jolly activities and mailing you > well root at any rate, the results of his industry > > Mark Rowlands +4686224510 GMT + 1 > _______________________________________________ > > These opinions are mine, they are just opinions > you are free to disagree, please do so quietly > > _______________________________________________ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Scott Dubose Houston, TX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 12:51:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out1.bellatlantic.net (smtp-out1.bellatlantic.net [199.45.39.156]) by hub.freebsd.org (Postfix) with ESMTP id C0E5237B422 for ; Sat, 9 Sep 2000 12:51:16 -0700 (PDT) Received: from smartsoft.cc (client-209-158-92-10.bellatlantic.net [209.158.92.10]) by smtp-out1.bellatlantic.net (8.9.1/8.9.1) with ESMTP id PAA13832; Sat, 9 Sep 2000 15:51:08 -0400 (EDT) Message-ID: <39BA9482.C1458564@smartsoft.cc> Date: Sat, 09 Sep 2000 15:50:26 -0400 From: Jan Knepper Organization: Smartsoft, LLC X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Zaid Dashti , freebsd-questions@FreeBSD.ORG Subject: Re: hi 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 think, I am not 100% sure, that these sites use qmail. http://www.qmail.org/ with qmailadmin and may be vpopmail from http://www.inter7.com/vpopmail HTH Don't worry, be Kneppie! Jan Zaid Dashti wrote: > Hi,,, > i have some questions about Email accounts: > 1- if i want create a Email account for some user should i adduser by > typing a command (adduser) in unix ? > 2- is hotmail.com and yahoo.com they adding user if someone > click on signup? > 3- where i can find a cgi scripts for emails (like hotmail.com > and yahoo.com) ? (note: i want make a free email like > hotmail.com ) > Thanks > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > Share information about yourself, create your own public profile at > http://profiles.msn.com. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Jan Knepper Smartsoft, LLC 88 Petersburg Road Petersburg, NJ 08270 U.S.A. http://www.smartsoft.cc/ http://www.mp3.com/pianoprincess Phone : 609-628-4260 FAX : 609-628-1267 FAX : 303-845-6415 http://www.fax4free.com/ Phone : 020-873-3837 http://www.xoip.nl/ (Dutch) FAX : 020-873-3837 http://www.xoip.nl/ (Dutch) In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 12:51:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rapidnet.com (rapidnet.com [205.164.216.1]) by hub.freebsd.org (Postfix) with ESMTP id 80FD837B422 for ; Sat, 9 Sep 2000 12:51:42 -0700 (PDT) Received: from tar (pt12-43.rapidnet.com [208.34.11.170]) by rapidnet.com (8.9.3/8.9.3) with SMTP id NAA81129; Sat, 9 Sep 2000 13:51:38 -0600 (MDT) Message-ID: <001601c01a97$3fc2f8a0$aa0b22d0@ihatejim.net> From: "Peter Stapley" To: "Volker Stolz" , References: <200009091901.NAA68271@rapidnet.com> <20000909210324.A3912@agamemnon.informatik.rwth-aachen.de> Subject: Re: SMP Problems Date: Sat, 9 Sep 2000 13:50:46 -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 APIC_IO: Testing 8254 interrupt delivery APIC_IO: Broken MP table detected: 8254 is not connected to IOAPIC #0 intpin 2 APIC_IO: routing 8254 via 8259 and IOAPIC #0 intpin 0 SMP: AP CPU #1 Launched! Isn't this bad? Should I see two CPU's launched? ----- Original Message ----- From: "Volker Stolz" To: "Peter Stapley" Sent: Saturday, September 09, 2000 1:03 PM Subject: Re: SMP Problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 13:13:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAC1337B423 for ; Sat, 9 Sep 2000 13:13:25 -0700 (PDT) Received: from tdnet.com.br (lince.tdnet.com.br [200.236.148.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 694A46E2A53 for ; Sat, 9 Sep 2000 13:12:34 -0700 (PDT) Received: from tdnet.com.br [200.236.148.186] by tdnet.com.br with ESMTP (SMTPD32-5.04) id A96B4968014A; Sat, 09 Sep 2000 17:11:23 -0300 Message-ID: <39BA6FB5.52179F7E@tdnet.com.br> Date: Sat, 09 Sep 2000 17:13:25 +0000 From: Gustavo Vieira Goncalves Coelho Rios X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Zaid Dashti Cc: freebsd-questions@freebsd.org Subject: Re: hi References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Zaid Dashti wrote: > > Hi,,, > i have some questions about Email accounts: > 1- if i want create a Email account for some user should i adduser by > typing a command (adduser) in unix ? Depends on which approach you are taking! When playing with sendmail, chances are you'll have to add a system account, anyway i no nothing about possibilities withou system account! Another hand, if you go with qmail, you can add email account without using system ones. This approach is nicer than using system ones, cause you'll endup having a more secure environment. Qmail is a very modular system, since you can have mail accounted with no relationship with system ones. > 2- is hotmail.com and yahoo.com they adding user if someone > click on signup? I dont known, but i guess no! It's nonsense addin a system account for each mail/pop one. > 3- where i can find a cgi scripts for emails (like hotmail.com > and yahoo.com) ? (note: i want make a free email like > hotmail.com ) I have no ideia! i suggest you writing your own! Try with php, and if you need for speed/performance, the way to go is fastcgi and C, and remenber, about all problems related to security and C/FastCGI. > Thanks I am writing a lib to let you administer a mail server, i.e.: At this time, i have implemented the db (using mysql) and the libs (written in C). The application (it's to you to write) can be a CLI/Web Base Interface/ etc. I have written a cli tool to let other learn how to plain with it and write the own utilities. My library set, let you add postmasters, the ammount of domain she/he can manage, the ammount of pop and mail account she/he can add (pop account != mail account), plays with password for postmaster and pop account. Of course, a postmaster can add mail account for the domain she/he own. If you would like to take a look at it (although the cli tools are not ready yet) i can send it to you. The libs keep the db consistency, manipulating the db directly is not a good thing to do! []'s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 13:18: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 6CF3437B42C for ; Sat, 9 Sep 2000 13:18:02 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 9 Sep 2000 13:16:56 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id NAA15714; Sat, 9 Sep 2000 13:18:00 -0700 (PDT) (envelope-from cjc) Date: Sat, 9 Sep 2000 13:17:59 -0700 From: "Crist J . Clark" To: Mark Beebe Cc: questions@FreeBSD.ORG Subject: Re: technical question Message-ID: <20000909131759.S69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <20000909194019.3408.qmail@ww187.netaddress.usa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000909194019.3408.qmail@ww187.netaddress.usa.net>; from mbeebe10@netscape.net on Thu, Oct 16, 2036 at 10:08:35PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Oct 16, 2036 at 10:08:35PM -0400, Mark Beebe wrote: > Hi, > > Currently, I am running Linux on my pc. However, I am going to try freebsd > so that I can get a real UNIX flavor. I have one question regarding the > coding of the freebsd os, is the os written in C or has it been rewritten in > C++ . Thanks for your time. The vast majority of the code is in C and will always be. But there are lots of bits and pieces in other languages. I don't know why anyone would attempt to rewrite anything to C++. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 13:28:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id DFCFB37B423 for ; Sat, 9 Sep 2000 13:28:55 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 9 Sep 2000 13:27:50 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id NAA15788; Sat, 9 Sep 2000 13:28:48 -0700 (PDT) (envelope-from cjc) Date: Sat, 9 Sep 2000 13:28:48 -0700 From: "Crist J . Clark" To: Kondie Cc: freebsd-questions@FreeBSD.ORG Subject: Re: dmesg Message-ID: <20000909132848.T69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <000801c01992$3507d800$8da894d0@galaxy> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000801c01992$3507d800$8da894d0@galaxy>; from kondwani@malawi.net on Fri, Sep 08, 2000 at 02:41:55PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 08, 2000 at 02:41:55PM +0200, Kondie wrote: > Help. > > I am a newbie to Unix sys adm. I took a look at my dmesg.yesterday file and found the following lines: > > : 208.148.169.47 moved from 00:c0:7b:6d:68:10 to 00:c0:7b:6c:dd:aa > arp: 208.148.169.180 moved from 00:c0:7b:6c:dd:aa to 00:c0:7b:6d:68:10 > arp: 208.148.169.96 moved from 00:c0:7b:6d:68:10 to 00:c0:7b:6c:dd:aa > file: table is full > file: table is full > file: table is full > > The lines continued with "file: table is full". > > I do not understand what is happening at all with both the "moved from" line and the "table full" lines. > Can anybody assist? The ARP messages are telling you that the IP address listed moved from one hardware address (MAC) to another. This usually indicates the IP address moved from one machine to another in a short time. It looks like two machines were playing tag with a couple of IPs. The full file table means you have too many open files on your system. This often indicates a runaway process. Find the process, kill it, figure out how to prevent it from happening again. It also could be an overloaded system. You then need to reconfigure the system to have a larger file table. Hmmm... I believe the file table is one of the things the 'maxusers' line in the kernel configuration helps control. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 13:43:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id DE39237B42C for ; Sat, 9 Sep 2000 13:43:12 -0700 (PDT) Received: by pcwin002.win.tue.nl (Postfix, from userid 1001) id ECC685832; Sat, 9 Sep 2000 22:43:51 +0200 (CEST) Date: Sat, 9 Sep 2000 22:43:51 +0200 From: Stijn Hoop To: David Daugherty Cc: questions@freebsd.org Subject: Re: Error in Make file Message-ID: <20000909224351.A76921@pcwin002.win.tue.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from davidd@datasphereweb.com on Sat, Sep 09, 2000 at 12:38:37PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, judging from the parts of the Makefile you posted, you need to use GNU make to compile this, not the BSD make (they understand different syntax makefiles). cd /usr/ports/devel/gmake && make install And then try to compile your app again using 'gmake' instead of 'make'. HTH, --Stijn On Sat, Sep 09, 2000 at 12:38:37PM -0700, David Daugherty wrote: > I'm not sure what is wrong with this Makefile. This is for kphpdevelop > which is a third party app and not in the ports. > > The error I get while running make: > ----------------------------------------------------- > "Makefile", line 424: Need an operator > make: fatal errors encountered -- cannot continue > *** Error code 1 > > Stop in /usr/home/davidd/kphpdev/kphpdev_server_setup_0.158. > *** Error code 1 > > Stop in /usr/home/davidd/kphpdev/kphpdev_server_setup_0.158. > ------------------------------------------------------- > > The relevant block of code in the Makefile is: > ------------------------------------------------------- > 406 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install > 407 installdirs: installdirs-recursive > 408 installdirs-am: > > > 411 mostlyclean-generic: > > 413 clean-generic: > > 415 distclean-generic: > 416 -rm -f Makefile $(CONFIG_CLEAN_FILES) > 417 -rm -f config.cache config.log stamp-h stamp-h[0-9]* > > 419 maintainer-clean-generic: > 420 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic > > 422 mostlyclean: mostlyclean-recursive > > 424 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am > ------------------------------------------------------- > > I'm just not experienced enough with Makefiles to see any operator missing > on line 424 or any previous line. > > Can anyone else see something missing? > > David Daugherty > david.daugherty@netmanage.com > NetMange - The Bridge to E-Business > > > > 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 Sat Sep 9 14:25:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pop.hccnet.nl (pop.hccnet.nl [193.172.127.94]) by hub.freebsd.org (Postfix) with ESMTP id 734CD37B423 for ; Sat, 9 Sep 2000 14:25:48 -0700 (PDT) Received: from parmenides.utp.net by pop.hccnet.nl via uds106-115.dial.hccnet.nl [193.173.115.106] with ESMTP id XAA28961 (8.8.5/1.13); Sat, 9 Sep 2000 23:25:41 +0200 (MET DST) Received: from localhost (janko@localhost) by parmenides.utp.net (8.9.3/8.9.3) with ESMTP id XAA00970; Sat, 9 Sep 2000 23:25:46 +0200 (CEST) (envelope-from janko@compuserve.com) X-Authentication-Warning: parmenides.utp.net: janko owned process doing -bs Date: Sat, 9 Sep 2000 23:25:46 +0200 (CEST) From: Janko van Roosmalen X-Sender: janko@parmenides.utp.net To: Sverrir Valgeirsson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NE2000(pnp) and an old computer 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, 8 Sep 2000, Sverrir Valgeirsson wrote: > > What kind of card do you have? Which chipset? > Realtek 8019 > > > > > I have a few ISA PNP NE2000 cards with Realtek 8019 chipset. They either > > have jumpers to disable PNP or you can disable PNP with a small DOS > > program, RSET8019 or SETUP, which is on the driver disk. In "REALTEK > > speak" you have to set the card to "jumperless mode". > > I tried that, but The RSET8019 just hanged the computer.. Windows doesn't > seem to find the card either.. > > /sverre I had the same problem. I downloaded a new version of rset8019 from the RealTek website (www.realtek.com.tw IIRC). I can email it if you want. Janko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 14:26:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freeze.org (www.bellnetworks.net [208.177.187.234]) by hub.freebsd.org (Postfix) with ESMTP id 762E337B422 for ; Sat, 9 Sep 2000 14:26:32 -0700 (PDT) Received: (from jim@localhost) by freeze.org (8.9.3/8.9.3) id RAA12640; Sat, 9 Sep 2000 17:26:20 -0400 (EDT) (envelope-from jim) X-Authentication-Warning: www.bellnetworks.net: Processed from queue /var/spool/alt_queue X-Authentication-Warning: www.bellnetworks.net: Processed by jim with -C /web/siteinfo/freeze/mail/sendmail.cf Date: Sat, 9 Sep 2000 17:26:20 -0400 (EDT) From: Jim Freeze X-Sender: jim@www.bellnetworks.net To: Salvo Bartolotta Cc: questions@freebsd.org Subject: Re: Help with StarOffice package install In-Reply-To: <20000909.19054600@bartequi.ottodomain.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 In /usr/compat/linux/lib I have root wheel 3070220 Oct 13 1998 libc-2.0.7.so* root wheel 13 May 2 18:43 libc.so.6 ->libc-2.0.7.so not libc-2.1.2.so Two questions, Where to I get a package install of staroffice5 and how do I update libc to 2.1.2? Thanks Jim On Sat, 9 Sep 2000, Salvo Bartolotta wrote: > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > > On 9/9/00, 7:34:25 PM, Salvo Bartolotta wrote > regarding Re: Help with StarOffice package install: > > > > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > > > On 9/9/00, 4:47:38 PM, Jim Freeze wrote regarding Help > > with StarOffice package install: > > > > > I am running FBSD 3.4R. > > > I have just installed the star office package via: > > > > # pkg_add staroffice-3.1.tgz > > > > This returns the message: > > > > WARNING: In order for this package to work correctly, the following > > > steps _must_ be taken : > > > - The Linux libc in /compat/linux must be upgraded to 5.4.4 or > > later. > > > This can be achieved by installing version 2.4 or later of the > > > linux_lib port, or by fetching a later version manually. > > > - The Linux 'ldconfig' program must be run to update the library > > > cache details for Linux programs. > > > > NOTE: Do not follow the installation instructions included with the > > > StarOffice distribution, as these are not required. The first > > > time a user runs a StarOffice application, the installation > > > program will be run, which will establish their personal > > > configuration. > > > > > -- > > > My question is, what is this really saying and what is the easiest way > > to > > > do it? > > > > In /compat/linux/lib I have > > > > root wheel 3070220 Oct 13 1998 libc-2.0.7.so* > > > root wheel 13 May 2 18:43 libc.so.6 ->libc-2.0.7.so* > > > > Is the warning saying that I need to install linux_base-5.4.4.tgz to > > get > > > libc-2.4.so? If so, where do I get the linux_base. Or can I just find > > a > > > copy of libc-2.4.so and copy it to /compat/linux/lib ? > > > > Thanks > > > > > Dear Jim Freeze, > > > Did you try to launch StarOffice 3.1 ? Did it work ? What happened > > exactly ? > > > > Dear Jim Freeze, > > I am very sorry his/her homework>. > > I read your letter far too quickly, and I over/misinterpreted (= "you > installed the package, and then you got the error", which is not the > case). > > As I have already said, the linux_base port currently provides the > typical environment for Linux applications. It is what I installed in > order to make StarOffice-5.x work. > > >From my /usr/compat/linux/lib: > libc.so.6 -> libc.2.1.2.so > libc.2.1.2.so, 4118299 bytes, 20/09/1999. > > > I have never used StarOffice 3.1; I don't know whether it will work > within the linux_base framework. > > I have been playing with StarOffice-5.x. > > > HTH all the same, > Salvo > > > > =========================== Jim Freeze jim@freeze.org --------------------------- Am I a webmaster? No. More like a webslave. =========================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 14:34:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailgw1.netvision.net.il (mailgw1.netvision.net.il [194.90.1.14]) by hub.freebsd.org (Postfix) with ESMTP id 7469137B422 for ; Sat, 9 Sep 2000 14:34:46 -0700 (PDT) Received: from lokalhost (ras4-p65.hfa.netvision.net.il [62.0.148.65]) by mailgw1.netvision.net.il (8.9.3/8.9.3) with SMTP id AAA09570 for ; Sun, 10 Sep 2000 00:34:42 +0300 (IDT) Message-ID: <000801c01aae$2ea26440$4194003e@lokalhost> From: "alexander geller" To: Subject: freebsd Date: Sun, 10 Sep 2000 00:34:53 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C01ABE.F002D600" 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_01C01ABE.F002D600 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable can i download freeBSD from sam place? thanks ------=_NextPart_000_0005_01C01ABE.F002D600 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
can i download freeBSD from = sam=20 place?

thanks

------=_NextPart_000_0005_01C01ABE.F002D600-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 14:49:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id 6AF2B37B422 for ; Sat, 9 Sep 2000 14:49:51 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.79.49) by relay1.inwind.it (5.1.046) id 39AFDC9900116C05; Sat, 9 Sep 2000 23:49:35 +0200 From: Salvo Bartolotta Date: Sat, 09 Sep 2000 22:49:40 GMT Message-ID: <20000909.22494000@bartequi.ottodomain.org> Subject: Re: Help with StarOffice package install To: Jim Freeze Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: 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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/9/00, 10:26:20 PM, Jim Freeze wrote regarding Re: = Help with StarOffice package install: > In /usr/compat/linux/lib I have > root wheel 3070220 Oct 13 1998 libc-2.0.7.so* > root wheel 13 May 2 18:43 libc.so.6 ->libc-2.0.7.so > not libc-2.1.2.so > Two questions, > Where to I get a package install of staroffice5 and how do I update=20 libc > to 2.1.2? Question I http://www.sun.com: browse the site, I can't recall exactly where the=20 files are found. You have to manually download StarOffice 5.1 (one=20 file), or StarOffice 5.2 (2 file: you need adabas, too) after filling=20 in a form. Question II You should first uninstall the old linux_lib package (if any); then=20 you will: 1) connect to the Internet; 2) cd /usr/ports/emulators/linux_base; make install Best of luck, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 14:53:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f149.law10.hotmail.com [64.4.15.149]) by hub.freebsd.org (Postfix) with ESMTP id 45D8337B42C for ; Sat, 9 Sep 2000 14:53:51 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 9 Sep 2000 14:53:51 -0700 Received: from 204.0.88.13 by lw10fd.law10.hotmail.msn.com with HTTP; Sat, 09 Sep 2000 21:53:51 GMT X-Originating-IP: [204.0.88.13] From: "Jorge Díaz" To: questions@FreeBSD.org Subject: dns Date: Sat, 09 Sep 2000 21:53:51 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Sep 2000 21:53:51.0148 (UTC) FILETIME=[708CD6C0:01C01AA8] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG please tell me.... how can i configure the DNS in my machine? _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 15: 2:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay.intercom.es (relay.intercom.es [212.66.160.20]) by hub.freebsd.org (Postfix) with ESMTP id C8AFF37B422 for ; Sat, 9 Sep 2000 15:02:27 -0700 (PDT) Received: from lix.intercom.es (root@lix.intercom.es [212.66.160.2]) by relay.intercom.es (8.9.3/8.9.3) with ESMTP id XAA10306; Sat, 9 Sep 2000 23:37:27 +0200 Received: from intercom.es (iv2-129.intercom.es [212.66.169.129]) by lix.intercom.es (8.9.3/8.9.3) with ESMTP id AAA29700; Sun, 10 Sep 2000 00:07:36 +0200 Received: (from megarcia@localhost) by intercom.es (8.9.3/8.9.3) id AAA01902; Sun, 10 Sep 2000 00:04:32 +0200 (CEST) (envelope-from megarcia) Date: Sun, 10 Sep 2000 00:04:32 +0200 From: Manuel Enrique Garcia Cuesta To: =?iso-8859-1?Q?Jorge_D=EDaz?= Cc: questions@FreeBSD.ORG Subject: Re: dns Message-ID: <20000910000432.B933@ilex.kicelo.org> Mail-Followup-To: =?iso-8859-1?Q?Jorge_D=EDaz?= , questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG /usr/share/doc/bind/html/index.html === Jorge Díaz escribía (Sat, Sep 09, 2000 at 09:53:51PM +0000): > please tell me.... how can i configure the DNS in my machine? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 15:11:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hclhprnd.hclt.com (hclhprnd.hclt.com [204.160.251.1]) by hub.freebsd.org (Postfix) with ESMTP id 5A36C37B423; Sat, 9 Sep 2000 15:11:07 -0700 (PDT) Received: from utopia.hclt.com (IDENT:root@utopia.hclt.com [204.160.251.53]) by hclhprnd.hclt.com (8.9.3/8.9.3) with ESMTP id MAA23851; Fri, 8 Sep 2000 12:49:57 +0530 Received: from hclt.com ([202.54.64.23]) by utopia.hclt.com (8.9.3/8.9.3) with ESMTP id MAA32747; Fri, 8 Sep 2000 12:45:39 +0530 Message-ID: <39B88F73.E5D0A085@hclt.com> Date: Fri, 08 Sep 2000 12:34:19 +0530 From: riaz khan X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org, doc@FreeBSD.org Subject: streams 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 just need a clarification regarding streams support. Does FreeBSD provides support for streams programming. I need info regarding how the network stack is implemented in FreeBSD. If possible please do specify probable links for networking stack in FreeBSD. Thanks Riaz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 15:24:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from duval.se.mediaone.net (duval.se.mediaone.net [24.129.0.67]) by hub.freebsd.org (Postfix) with ESMTP id 91DB737B424 for ; Sat, 9 Sep 2000 15:24:47 -0700 (PDT) Received: from mediaone.net (dtq-74-190.jacksonville.net [24.129.74.190]) by duval.se.mediaone.net (8.8.7/8.8.7) with ESMTP id SAA22268 for ; Sat, 9 Sep 2000 18:24:45 -0400 (EDT) Message-ID: <39BAB976.C53CBB30@mediaone.net> Date: Sat, 09 Sep 2000 18:28:07 -0400 From: bentley X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: ghost prog for FreeBSD? Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG is there a Ghost Program for imaging a hard drive to another machine?  or disk?
if so , where can i obtain this?  obviously Free / Open Source
-- 
hodgepodge
bentley3@mediaone.net
  To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 15:35:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from duval.se.mediaone.net (duval.se.mediaone.net [24.129.0.67]) by hub.freebsd.org (Postfix) with ESMTP id 4F26437B422 for ; Sat, 9 Sep 2000 15:35:47 -0700 (PDT) Received: from mediaone.net (dtq-74-190.jacksonville.net [24.129.74.190]) by duval.se.mediaone.net (8.8.7/8.8.7) with ESMTP id SAA22871 for ; Sat, 9 Sep 2000 18:35:46 -0400 (EDT) Message-ID: <39BABC0B.CF04A9F4@mediaone.net> Date: Sat, 09 Sep 2000 18:39:07 -0400 From: bentley X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: etheme to work? Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG
how do i get the *.etheme to work?
i found the global etheme directory, i downloaded a theme from e.theme.org with
the *.theme extension.  But when i click on the Desktop THEME button for GNOME...it doesn't
want to allow me to INSTALL NEW THEME.  am i supposed to unpack the file or something?
-- 
hodgepodge
bentley3@mediaone.net
  To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 15:58: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inconnu.isu.edu (inconnu.isu.edu [134.50.8.55]) by hub.freebsd.org (Postfix) with ESMTP id 5AE3A37B423 for ; Sat, 9 Sep 2000 15:58:03 -0700 (PDT) Received: from localhost (galt@localhost) by inconnu.isu.edu (8.9.3/8.9.3) with ESMTP id QAA25353; Sat, 9 Sep 2000 16:57:56 -0600 Date: Sat, 9 Sep 2000 16:57:56 -0600 (MDT) From: John Galt To: Scott Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Has my box been compromised? In-Reply-To: <39BA0BE6.C49E2FE3@earthlink.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 Cron job--updating the locate database. On Sat, 9 Sep 2000, Scott wrote: > Hello, > > I was surfing on my dsl line (dynamic ip) a few minutes ago and noticed > my hard drive > was churning even though I wasn't doing much. I ran top and saw several > processes being run by user 'nobody' such as find, locate.proxxx (?can't > remember), and several 'sh'. I immediately killed ppp, and then the > 'nobody' > processes but many of the processes had already died after I killed the > ppp > connection. Did someone break in or is freebsd doing something behind > the > scenes as 'nobody'? > > -- > Scott Dubose > Houston, TX > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Who is John Galt? Failure is not an option. It comes bundled with your Microsoft product. -- Ferenc Mantfeld To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 16:25:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe20.law9.hotmail.com [64.4.8.124]) by hub.freebsd.org (Postfix) with ESMTP id 35AC737B424 for ; Sat, 9 Sep 2000 16:25:45 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 9 Sep 2000 16:25:45 -0700 X-Originating-IP: [64.229.160.119] From: "Louloue" To: Subject: a question please !! Date: Sat, 9 Sep 2000 19:23:59 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C01A93.816A0EA0" 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 Message-ID: X-OriginalArrivalTime: 09 Sep 2000 23:25:45.0068 (UTC) FILETIME=[471A42C0:01C01AB5] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG C'est un message de format MIME en plusieurs parties. ------=_NextPart_000_0005_01C01A93.816A0EA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi ! I'd really want to know where I can get one of your = famous t-shirts with the little daemon on ....??? I would appr=E9ciate it a lot if I can get one of those to make a = special gilft ... Thanks for taking care of my request (sorry, I know that my english is = not so good ) Waiting for your answer... Lorraine Desardins ------=_NextPart_000_0005_01C01A93.816A0EA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi=20 !            =   =20   I'd really want to know where I can get one of your famous = t-shirts with=20 the little daemon on ....???
I would appr=E9ciate it a lot if I can = get one of=20 those to make a special gilft ...
Thanks for taking care of my request = (sorry, I know=20 that my english is not so good )
 
Waiting for your answer...
Lorraine = Desardins
------=_NextPart_000_0005_01C01A93.816A0EA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 16:29:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gateway.telecom.ksu.edu (gateway-1.telecom.ksu.edu [129.130.63.239]) by hub.freebsd.org (Postfix) with ESMTP id DB23C37B42C for ; Sat, 9 Sep 2000 16:29:09 -0700 (PDT) Received: from sioux.telecom.ksu.edu(129.130.60.32) by pawnee.telecom.ksu.edu via smap (V2.0) id xma028657; Sat, 9 Sep 00 18:28:56 -0500 Message-ID: <39BAC7DA.AFBB5768@telecom.ksu.edu> Date: Sat, 09 Sep 2000 18:29:30 -0500 From: nathan X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: j mckitrick , freebsd-questions@freebsd.org Subject: RE: what language should i learn next ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I want to set the goal of learning a new language in the next couple of >months. These are the ones I am considering: >perl >python >shell scripting (I am weak in this) >java (no freebsd support yet, right?) i'll throw my $.02 in : learn Perl shell scripting is a must ... 'specially if you see yourself working on different systems/shells knowing the quirks/behaviors/differences between sh/bash/tcsh/korn/et al makes life much easier when working on different machines where you can't always dictate what shells will be available, or will even WORK with the apps that must run on it. however, as far as learning a more formal 'programming language'.. my vote is Perl. for a VERY good starter article, check out: http://www.perl.com/pub/2000/01/10PerlMyths.html its the first thing i read back when i started with perl. what i like about it, and is mentioned in the above page, is its extremely effective in 2 lines, as well as 2000. You can do anything. with regular expressions, you can reformat all sorts of unwieldy text with 1 or 2 lines... hell using the -e switch, you can just write the code from the command line (: or , combined with Tk, you can program a nice looking GUI front-end for a production database with 10million + records.. on Microsoft SQL 7 even... its also supported on virtually any platform imaginable.. when i was writing the above db app, i had the sources in one place, would work on them under fbsd/solaris at work, then do some more work on em from home under win98 check out Active Perl -> www.activestate.com (?) their ppm (module library) makes life easy, but alotta the modules aren't ported to *nix(s).. its more win32 oriented.. but worked for me none-the-less (: i can't speak for python.. never used it. Java is very popular, and a good language in its own right. getting better every day. its API documentation is the best of any language i've seen (IMHO) there are ports for it for fbsd.. both native, and thru Linux EMU. i'm running both, and javax.swing seems a bit unpredictable thru Linux EMU.. but that's another story... btw.. i don't consider myself a gifted programmer by ANY stretch.. and i picked up shell/perl/java pretty quickly.. they are all easy to get into.. the 'trick' is to just program, program, program,.... hth.. & good luck! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 16:33: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f245.law9.hotmail.com [64.4.9.245]) by hub.freebsd.org (Postfix) with ESMTP id 1295A37B423 for ; Sat, 9 Sep 2000 16:33:05 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 9 Sep 2000 16:33:04 -0700 Received: from 209.183.76.18 by lw9fd.law9.hotmail.msn.com with HTTP; Sat, 09 Sep 2000 23:33:04 GMT X-Originating-IP: [209.183.76.18] From: "Chris McNett" To: lorrainedesjardins@hotmail.com, freebsd-questions@FreeBSD.ORG Subject: Re: a question please !! Date: Sat, 09 Sep 2000 23:33:04 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Sep 2000 23:33:04.0768 (UTC) FILETIME=[4D2F2800:01C01AB6] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSDmall.com works. >From: "Louloue" >To: >Subject: a question please !! >Date: Sat, 9 Sep 2000 19:23:59 -0400 >MIME-Version: 1.0 >X-Originating-IP: [64.229.160.119] >Received: from [216.136.204.125] by hotmail.com (3.2) with ESMTP id >MHotMailBB84111200BDD820F3B4D888CC7D50BA0; Sat Sep 09 16:21:54 2000 >Received: from hub.freebsd.org (hub.FreeBSD.org [216.136.204.18])by >mx1.FreeBSD.org (Postfix) with ESMTPid 372216E2812; Sat, 9 Sep 2000 >16:25:48 -0700 (PDT) >Received: by hub.freebsd.org (Postfix, from userid 538)id 0E12837B422; Sat, > 9 Sep 2000 16:25:47 -0700 (PDT) >Received: from localhost (localhost [127.0.0.1])by hub.freebsd.org >(Postfix) with SMTPid E0B962E8039; Sat, 9 Sep 2000 16:25:46 -0700 (PDT) >Received: by hub.freebsd.org (bulk_mailer v1.12); Sat, 9 Sep 2000 16:25:46 >-0700 >Received: from hotmail.com (oe20.law9.hotmail.com [64.4.8.124])by >hub.freebsd.org (Postfix) with ESMTP id 35AC737B424for >; Sat, 9 Sep 2000 16:25:45 -0700 (PDT) >Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; >Sat, 9 Sep 2000 16:25:45 -0700 >From owner-freebsd-questions@FreeBSD.ORG Sat Sep 09 16:25:25 2000 >Delivered-To: freebsd-questions@freebsd.org >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 >Message-ID: >X-OriginalArrivalTime: 09 Sep 2000 23:25:45.0068 (UTC) >FILETIME=[471A42C0:01C01AB5] >Sender: owner-freebsd-questions@FreeBSD.ORG >X-Loop: FreeBSD.ORG >Precedence: bulk > >Hi ! I'd really want to know where I can get one of your >famous t-shirts with the little daemon on ....??? >I would appréciate it a lot if I can get one of those to make a special >gilft ... >Thanks for taking care of my request (sorry, I know that my english is not >so good ) > >Waiting for your answer... >Lorraine Desardins _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 16:34: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from speedbuggy.telerama.com (speedbuggy.telerama.com [205.201.1.216]) by hub.freebsd.org (Postfix) with SMTP id 411E437B424 for ; Sat, 9 Sep 2000 16:34:03 -0700 (PDT) Received: (qmail 14044 invoked from network); 9 Sep 2000 23:33:48 -0000 Received: from d7-19.dyn.telerama.com (HELO bigdaddy.cwaiken.com) (205.201.40.19) by speedbuggy.telerama.com with SMTP; 9 Sep 2000 23:33:48 -0000 Received: (from cwaiken@localhost) by bigdaddy.cwaiken.com (8.9.3/8.9.3) id TAA00387; Sat, 9 Sep 2000 19:31:24 -0400 (EDT) (envelope-from cwaiken) Date: Sat, 9 Sep 2000 19:31:24 -0400 From: "Christopher W. Aiken" To: Louloue Cc: freebsd-questions@FreeBSD.ORG Subject: Re: a question please !! Message-ID: <20000909193124.A314@telerama.com> Reply-To: "Christopher W. Aiken" References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.4i In-Reply-To: ; from lorrainedesjardins@hotmail.com on Sat, Sep 09, 2000 at 07:23:59PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Sep 09, 2000 at 07:23:59PM -0400, Louloue wrote: -|Hi ! I'd really want to know where I can get one of your famous t-shirts with the little daemon on ....??? -|I would appréciate it a lot if I can get one of those to make a special gilft ... -|Thanks for taking care of my request (sorry, I know that my english is not so good ) -| -|Waiting for your answer... -|Lorraine Desardins Try: http://www.freebsdmall.com/promotional/ -- --- Christopher W. Aiken, Scenery Hill, Pa, USA chris at cwaiken dot com, www.cwaiken.com Preferred O/S: FreeBSD 4.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 16:34:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.kolumbus.fi (smtp1.kolumbus.fi [193.229.0.36]) by hub.freebsd.org (Postfix) with ESMTP id CE83A37B423 for ; Sat, 9 Sep 2000 16:34:16 -0700 (PDT) Received: from kp3556.sdf.lonestar.org (kg153u1hel.dial.kolumbus.fi [193.229.14.153]) by smtp1.kolumbus.fi (8.9.0/8.9.0) with ESMTP id CAA00799 for ; Sun, 10 Sep 2000 02:34:14 +0300 (EET DST) Message-Id: <4.3.2.7.2.20000910023201.00a93a30@sdf.lonestar.org> X-Sender: mika@sdf.lonestar.org X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sun, 10 Sep 2000 02:33:16 +0300 To: freebsd-questions@freebsd.org From: Mika =?iso-8859-1?Q?Lepp=E4nen?= Subject: Installing without floppy drive 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 Is it possible to install FreeBSD 4.1 from a DOS partition without a floppy= =20 drive like it's possible with Linux? -- Mika Lepp=E4nen -- mika@sdf.lonestar.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 16:54:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po3.glue.umd.edu (po3.glue.umd.edu [128.8.10.123]) by hub.freebsd.org (Postfix) with ESMTP id 14C7837B423 for ; Sat, 9 Sep 2000 16:54:46 -0700 (PDT) Received: from glue.umd.edu (poseidon.student.umd.edu [129.2.144.21]) by po3.glue.umd.edu (8.10.1/8.10.1) with ESMTP id e89NsgH23224; Sat, 9 Sep 2000 19:54:42 -0400 (EDT) Message-ID: <39BACDC1.65635526@glue.umd.edu> Date: Sat, 09 Sep 2000 19:54:41 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: bentley Cc: freebsd-questions Subject: Re: etheme to work? References: <39BABC0B.CF04A9F4@mediaone.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bentley wrote: > > how do i get the *.etheme to work? > > i found the global etheme directory, i downloaded a theme from e.theme.org with > > the *.theme extension. But when i click on the Desktop THEME button for GNOME...it doesn't > > want to allow me to INSTALL NEW THEME. am i supposed to unpack the file or something? Enlightenment themes and GNOME themes are two different things and aren't necessarily compatible. It also depends on what versions of E and GNOME you're using, there was a point in time where GNOME could manage E themes, but those days are long gone. If you want info on installing Enlightenment themes look at http://www.enlightenment.org, for info on GNOME themes try http://www.gnome.org. I think e.themes.org also has some tutorials, but I've never looked at them. -Brandon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 17: 0:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f54.pav1.hotmail.com [64.4.31.54]) by hub.freebsd.org (Postfix) with ESMTP id DCA4B37B424 for ; Sat, 9 Sep 2000 17:00:42 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 9 Sep 2000 17:00:42 -0700 Received: from 4.48.218.24 by pv1fd.pav1.hotmail.msn.com with HTTP; Sun, 10 Sep 2000 00:00:42 GMT X-Originating-IP: [4.48.218.24] From: "joe lee" To: freebsd-questions@FreeBSD.ORG Subject: file descriptors Date: Sun, 10 Sep 2000 00:00:42 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 10 Sep 2000 00:00:42.0586 (UTC) FILETIME=[29521BA0:01C01ABA] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Just a quick question.... Is there a way to determine the number of file descriptors in kernel? i have root access but i have not installed the bsd. the version is 4.0 Regards, J _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 17: 7: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from duval.se.mediaone.net (duval.se.mediaone.net [24.129.0.67]) by hub.freebsd.org (Postfix) with ESMTP id 00E0837B422 for ; Sat, 9 Sep 2000 17:06:59 -0700 (PDT) Received: from mediaone.net (dtq-74-190.jacksonville.net [24.129.74.190]) by duval.se.mediaone.net (8.8.7/8.8.7) with ESMTP id UAA28447 for ; Sat, 9 Sep 2000 20:06:57 -0400 (EDT) Message-ID: <39BAD169.D0215ECE@mediaone.net> Date: Sat, 09 Sep 2000 20:10:18 -0400 From: bentley X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: Re: etheme to work? References: <39BABC0B.CF04A9F4@mediaone.net> <39BACDC1.65635526@glue.umd.edu> Content-Type: multipart/alternative; boundary="------------E3E642FCBFDB0407CA837815" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------E3E642FCBFDB0407CA837815 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit its the Gnome + Enlightenment environment. so i don't know what i have...i'll look into some documentation though Brandon Fosdick wrote: > bentley wrote: > > > > how do i get the *.etheme to work? > > > > i found the global etheme directory, i downloaded a theme from e.theme.org with > > > > the *.theme extension. But when i click on the Desktop THEME button for GNOME...it doesn't > > > > want to allow me to INSTALL NEW THEME. am i supposed to unpack the file or something? > > Enlightenment themes and GNOME themes are two different things and aren't > necessarily compatible. It also depends on what versions of E and GNOME you're > using, there was a point in time where GNOME could manage E themes, but those > days are long gone. If you want info on installing Enlightenment themes look at > http://www.enlightenment.org, for info on GNOME themes try http://www.gnome.org. > I think e.themes.org also has some tutorials, but I've never looked at them. > > -Brandon -- hodgepodge bentley3@mediaone.net --------------E3E642FCBFDB0407CA837815 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit its the Gnome + Enlightenment environment.
so i don't know what i have...i'll look into some documentation though
 

Brandon Fosdick wrote:

bentley wrote:
>
> how do i get the *.etheme to work?
>
> i found the global etheme directory, i downloaded a theme from e.theme.org with
>
> the *.theme extension.  But when i click on the Desktop THEME button for GNOME...it doesn't
>
> want to allow me to INSTALL NEW THEME.  am i supposed to unpack the file or something?

Enlightenment themes and GNOME themes are two different things and aren't
necessarily compatible. It also depends on what versions of E and GNOME you're
using, there was a point in time where GNOME could manage E themes, but those
days are long gone. If you want info on installing Enlightenment themes look at
http://www.enlightenment.org, for info on GNOME themes try http://www.gnome.org.
I think e.themes.org also has some tutorials, but I've never looked at them.

-Brandon

-- 
hodgepodge
bentley3@mediaone.net
  --------------E3E642FCBFDB0407CA837815-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 17:11:41 2000 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 0C5E637B422 for ; Sat, 9 Sep 2000 17:11:39 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e8A0Bcq27673; Sat, 9 Sep 2000 17:11:38 -0700 (PDT) Date: Sat, 9 Sep 2000 17:11:38 -0700 From: Alfred Perlstein To: joe lee Cc: freebsd-questions@FreeBSD.ORG Subject: Re: file descriptors Message-ID: <20000909171138.Y12231@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from freebsd5@hotmail.com on Sun, Sep 10, 2000 at 12:00:42AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * joe lee [000909 17:00] wrote: > Hi, > > Just a quick question.... > > Is there a way to determine the number of file descriptors in kernel? > i have root access but i have not installed the bsd. > the version is 4.0 sysctl will show you. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 17:34: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id C66FB37B422; Sat, 9 Sep 2000 17:33:49 -0700 (PDT) Received: (from grog@localhost) by wantadilla.lemis.com (8.11.0/8.9.3) id e8A0XYG15727; Sun, 10 Sep 2000 10:03:34 +0930 (CST) (envelope-from grog) Date: Sun, 10 Sep 2000 10:03:34 +0930 From: Greg Lehey To: Wes Warner Cc: FreeBSD Questions Subject: Re: adaptec 2940uw with smp kernel on a bp6 Message-ID: <20000910100334.A15703@wantadilla.lemis.com> References: <39B9CEAC.E2F5AF0A@earthlink.net> <39BA6B77.CA1D2C5F@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <39BA6B77.CA1D2C5F@earthlink.net>; from ufodziner@earthlink.net on Sat, Sep 09, 2000 at 09:55:19AM -0700 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] [Following up to -questions] On Saturday, 9 September 2000 at 9:55:19 -0700, Wes Warner wrote: > "William S. Duncanson" wrote: >> At 00:46 9/9/2000, Wes Warner wrote: >> >>> Hi, I have a abit bp6 and an adaptec 2940 uw scsi card. If I >>> compile a SMP kernel with cupport for my scsi card I get this >>> error... >>> >>> Waiting 15 seconds for SCSI devices to settle >>> Timeout SCB handled by another timeout >>> (probe1:ahc0:0:1:0)SCB 0xd timedout >>> ahc0 Issued channel A bus reset 14 SCBs Aborted >>> >>> I can run SMP fine without the card or run with the card and no >>> SMP, but I can't do them both together. Is there a fix for this? >> >> Hm, I have a Tyan Tiger 100 with dual processors running in SMP >> mode with a 2940UW. I would suggest making sure that the BIOS for >> the motherboard and the card are up to date. Does any other MP >> capable OS work? What are the outputs of dmesg and mptable? > > I updated both the scsi card bios and my mobo bios to see if that > helped already. I didn't get any improvement. I currently am > running slackware and it runs fine both smp and the scsi card. It > works with either 2.2.x or 2.4.test.x. When I have scsi support > enabled in the kernel the machine only gives me the error message, > it will not totally boot. I don't ever get a terminal, it just > hangs. Well, the simple answer is that this is not a general bug. Plenty of people, myself included, are running this combination of motherboard and host adapter. What is the rest of your hardware? dmesg output would be a good idea. It's also a good idea to try a GENERIC kernel modified for SMP, rather than a kernel with other modifications, just in case that's the problem. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html When replying to this message, please take care not to mutilate the original text. For more information, see http://www.lemis.com/email.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 Sat Sep 9 18:27:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uber.blackhatnetworks.com (uber.blackhatnetworks.com [216.22.36.2]) by hub.freebsd.org (Postfix) with ESMTP id 2DB2837B424 for ; Sat, 9 Sep 2000 18:27:12 -0700 (PDT) Received: from localhost (alex@localhost [127.0.0.1]) by uber.blackhatnetworks.com (8.10.2/8.9.3) with ESMTP id e8A1RAq47264 for ; Sat, 9 Sep 2000 21:27:11 -0400 (EDT) (envelope-from alex@blackhatlabs.com) Date: Sat, 9 Sep 2000 21:27:10 -0400 (EDT) From: Alex X-Sender: alex@uber.blackhatnetworks.com To: freebsd-questions@FreeBSD.ORG Subject: Mirrors 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 is required to become a mirror and how does one apply? -Alex Black Hat Labs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 18:50: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web6104.mail.yahoo.com (web6104.mail.yahoo.com [128.11.22.98]) by hub.freebsd.org (Postfix) with SMTP id 1544837B422 for ; Sat, 9 Sep 2000 18:49:58 -0700 (PDT) Message-ID: <20000910014809.27000.qmail@web6104.mail.yahoo.com> Received: from [199.174.176.193] by web6104.mail.yahoo.com; Sat, 09 Sep 2000 18:48:09 PDT Date: Sat, 9 Sep 2000 18:48:09 -0700 (PDT) From: "Altair Demetrio Jr." Subject: how to setup dsl? To: 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 I am new to FreeBSD and I'm trying to configure my Internet connection with DSL but I only had errors. I tried to use ppp with pppoe but it didn't work. Can anyone tell me how to setup dhcp, and everything that is required to make the connection? My network card is already configured, and I have dynamic IP address. __________________________________________________ Do You Yahoo!? Yahoo! Mail - Free email you can access from anywhere! 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 Sat Sep 9 19: 1: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by hub.freebsd.org (Postfix) with ESMTP id D61D837B423 for ; Sat, 9 Sep 2000 19:01:02 -0700 (PDT) Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by ns1.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id VAA31542; Sat, 9 Sep 2000 21:01:00 -0500 (CDT) (envelope-from zeus@tetronsoftware.com) Date: Sat, 9 Sep 2000 21:01:00 -0500 (CDT) From: Gene Harris To: "Altair Demetrio Jr." Cc: questions@FreeBSD.ORG Subject: Re: how to setup dsl? In-Reply-To: <20000910014809.27000.qmail@web6104.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 I pretty much followed the instructions shown here and had no problems: http://www.sympaticousers.org/faq/freebsd_howto.htm HTH Gene Harris Tetron Software, LLC On Sat, 9 Sep 2000, Altair Demetrio Jr. wrote: > I am new to FreeBSD and I'm trying to configure my > Internet connection with DSL but I only had errors. > I tried to use ppp with pppoe but it didn't work. Can > anyone tell me how to setup dhcp, and everything that > is required to make the connection? > My network card is already configured, and I have > dynamic IP address. > > __________________________________________________ > Do You Yahoo!? > Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Tetron Software, LLC http://www.tetronsoftware.com FreeBSD Apache PostgreSQL Oracle 8/8i Windows 95/98/NT Visual C Visual Basic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 19: 2:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from glitch.crosswinds.net (glitch.crosswinds.net [209.208.163.35]) by hub.freebsd.org (Postfix) with ESMTP id 0E63137B422 for ; Sat, 9 Sep 2000 19:02:22 -0700 (PDT) Received: from ppp1-AS5800.vtc.ru ([212.16.211.1]) by glitch.crosswinds.net (8.9.3/8.9.3) with ESMTP id WAA68977 for ; Sat, 9 Sep 2000 22:02:18 -0400 (EDT) (envelope-from ampy@crosswinds.net) Date: Sun, 10 Sep 2000 13:03:08 +1000 From: Arseny Slobodjuck X-Mailer: The Bat! (v1.36) S/N 345 Reply-To: Arseny Slobodjuck X-Priority: 3 (Normal) Message-ID: <13543.000910@crosswinds.net> To: freebsd-questions@freebsd.org Subject: using small console font 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, How can I use different fonts (8x8 for example) in my local consoles ? I tried vidcontrol -f 8x8, but it reports that cannot change mode. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 19: 7:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by hub.freebsd.org (Postfix) with ESMTP id 647AE37B423 for ; Sat, 9 Sep 2000 19:07:41 -0700 (PDT) Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by ns1.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id VAA41203; Sat, 9 Sep 2000 21:07:29 -0500 (CDT) (envelope-from zeus@tetronsoftware.com) Date: Sat, 9 Sep 2000 21:07:29 -0500 (CDT) From: Gene Harris To: Arseny Slobodjuck Cc: freebsd-questions@FreeBSD.ORG Subject: Re: using small console font In-Reply-To: <13543.000910@crosswinds.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 I believe you use vidfont to change the font, and the use vidcontrol to change the "resolution" to 80X43, etc. Try "man vidfont" for help. I use vidcontrol to change the virtual console colors as well. Gene Harris On Sun, 10 Sep 2000, Arseny Slobodjuck wrote: > Hi, > > How can I use different fonts (8x8 for example) in my local > consoles ? I tried vidcontrol -f 8x8, but it reports that > cannot change mode. > > > > > 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 Sat Sep 9 19:23:24 2000 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 67D7837B424 for ; Sat, 9 Sep 2000 19:23:22 -0700 (PDT) Received: from fremont.bolingbroke.com (fremont.bolingbroke.com [216.102.90.210]) by fremont.bolingbroke.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id TAA64882; Sat, 9 Sep 2000 19:22:44 -0700 (PDT) Date: Sat, 9 Sep 2000 19:22:44 -0700 (PDT) From: Ken Bolingbroke To: Gustavo Vieira Goncalves Coelho Rios Cc: Zaid Dashti , freebsd-questions@FreeBSD.ORG Subject: Re: hi In-Reply-To: <39BA6FB5.52179F7E@tdnet.com.br> 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, 9 Sep 2000, Gustavo Vieira Goncalves Coelho Rios wrote: > Zaid Dashti wrote: > > > > Hi,,, > > i have some questions about Email accounts: > > 1- if i want create a Email account for some user should i adduser by > > typing a command (adduser) in unix ? > > Depends on which approach you are taking! > When playing with sendmail, chances are you'll have to add a system > account, anyway i no nothing about possibilities withou system account! That isn't quite correct. Sendmail is just a mail transfer agent, and doesn't care where the mail ends up, or if local mail has a system account (when configured for such). For local mail, sendmail simply passes it off to the system's local mailer, which typically saves it in /var/mail/{username}. You're completely free to replace the default localer mailer with something else that doesn't require system accounts, for example, I believe the Cyrus POP/IMAP daemon includes a local mailer that does this with sendmail. The only caveat is that if you change the default mailbox, your POP/IMAP daemon needs to know about the new location, too. Ken Bolingbroke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 19:26:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from c014.sfo.cp.net (c014-h001.c014.sfo.cp.net [209.228.12.65]) by hub.freebsd.org (Postfix) with SMTP id 7728A37B423 for ; Sat, 9 Sep 2000 19:26:29 -0700 (PDT) Received: (cpmta 15556 invoked from network); 9 Sep 2000 19:25:32 -0700 Received: from dsl216-32.bendnet.com (HELO blerten.bendnet.com) (204.245.216.32) by smtp.transport.com (209.228.12.65) with SMTP; 9 Sep 2000 19:25:32 -0700 X-Sent: 10 Sep 2000 02:25:32 GMT Message-Id: <4.3.2.7.2.20000909192454.00ba18d0@mail.transport.com> X-Sender: barneyl@mail.transport.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sat, 09 Sep 2000 19:26:21 -0700 To: freebsd-questions@FreeBSD.ORG From: Barney Lerten Subject: webcam software? 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 Has anyone created Webcam software that runs on FreeBSD or is it all for Win32 boxes? I work (writing news) for a Web site, http://www.bend.com that is heavily into PHP and FreeBSD. We're trying to get a live Webcam up and running but it appears the Windoze stuff keeps breaking on em. Any advice much appreciated! Thanks, Barney Lerten Managing Editor bend.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 19:26:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow025o.blueyonder.co.uk [195.188.53.125]) by hub.freebsd.org (Postfix) with ESMTP id AFBF437B422 for ; Sat, 9 Sep 2000 19:26:30 -0700 (PDT) Received: from i-zone.demon.co.uk ([62.30.21.2]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 10 Sep 2000 03:27:24 +0100 Message-ID: Date: Sun, 10 Sep 2000 03:26:15 +0100 To: freebsd-questions@freebsd.org From: John Subject: (was) ATA66 troubles under 4.0R vs 3.4 References: <0ad401c0186b$ddaddc20$c991f280@mfn.org> In-Reply-To: <0ad401c0186b$ddaddc20$c991f280@mfn.org> MIME-Version: 1.0 Content-Type: text/plain;charset=us-ascii;format=flowed User-Agent: Turnpike/6.00-Alpha-20-U () Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, just another data point, hope it makes sense In message <0ad401c0186b$ddaddc20$c991f280@mfn.org>, graphics writes >Hello, > > After seeing uncountable sudden "drive deaths" >on *brand new* drives, we did a little digging (thank >god for the archives!) and have noted the many similar >tales of woe... Now, since 3.4 reportedly does not suffer >from these troubles, we are going to go back down to 3.4, >however, we would like the transition to be as painless as >humanly possible, so: Can we simply do an overlay of >3.4 onto a 4.0 system? doubt it very much, but then i'm not an expert :) > >Also, is it known whether 4.1 has fixed the 4.0 ATA66 >problems? How about 5-stable? > Well, I dunno if later versions 'fix' it but I'm unable to tell whether its the driver or the chipset thats broken [0]. I am seeing much the same as you except that the problem affects only one drive, and i use dma-33. I have two hard drives on ide channel 0 and a hard drive & a cdrom on ide channel 1, where the cdrom drive is on the master [1] and the hard drive is slave [2]. At bootup, the ata-slave times out. It is however fully functional under 3.4. The two hard drives and the cdrom are recognised by the 'atac' controller, but not the final drive, which is a Seagate Medallist Pro 4520 I think the answer will be to comment out the ata stuff from the kernel and put in the wd stuff but heres hoping getting all the entries ok in both kernel & fstab :) Here is my dmesg output: bash-2.04$ dmesg Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.1-RELEASE #0: Sun Sep 10 01:24:51 BST 2000 root@fw-router.clues.yi.org:/usr/src/sys/compile/CLUES Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 149921017 Hz CPU: Cyrix 6x86MX (149.92-MHz 686-class CPU) Origin = "CyrixInstead" Id = 0x600 Stepping = 0 DIR=0x0451 Features=0x80a135 real memory = 66060288 (64512K bytes) config> di pcic0 No such device: pcic0 Invalid command or syntax. Type `?' for help. config> di sn0 No such device: sn0 Invalid command or syntax. Type `?' for help. config> di lnc0 No such device: lnc0 Invalid command or syntax. Type `?' for help. config> di le0 No such device: le0 Invalid command or syntax. Type `?' for help. config> di ie0 No such device: ie0 Invalid command or syntax. Type `?' for help. config> di fe0 No such device: fe0 Invalid command or syntax. Type `?' for help. config> di cs0 No such device: cs0 Invalid command or syntax. Type `?' for help. config> di bt0 No such device: bt0 Invalid command or syntax. Type `?' for help. config> di aic0 No such device: aic0 Invalid command or syntax. Type `?' for help. config> di aha0 No such device: aha0 Invalid command or syntax. Type `?' for help. config> di adv0 No such device: adv0 Invalid command or syntax. Type `?' for help. config> en ed0 config> po ed0 0x300 config> ir ed0 10 config> iom ed0 0xd8000 config> f ed0 0 config> q avail memory = 61558784 (60116K bytes) Preloaded elf kernel "kernel" at 0xc02a3000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc02a309c. md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 1.0 on pci0 isa0: on isab0 atapci0: port 0x4000-0x400f,0x211d0240-0x211d0243,0x 59310498-0x5931049f,0x10e0a00-0x10e0a03,0xc7540a20-0xc7540a27 irq 0 at device 1. 1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: <3Dfx Voodoo graphics accelerator> at 9.0 pci0: (vendor=0x1274, dev=0x1371) at 13.0 irq 11 pci0: at 20.0 irq 0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 ed0 at port 0x300-0x31f iomem 0xd8000-0xdbfff irq 10 drq 0 on isa0 ed0: address 00:00:c0:75:70:a6, type SMC8216/SMC8216C (16 bit) ata1-slave: identify retries exceeded ad0: 1554MB [3158/16/63] at ata0-master using WDMA2 ad1: 3098MB [6296/16/63] at ata0-slave using UDMA33 acd0: CDROM at ata1-master using WDMA2 Mounting root from ufs:/dev/ad0s1a bash-2.04$ [0] i know, cheap hardware :) [1] on a completely seperate topic that I cant fathom, I can boot from both redhat 6.1 CD and latest SuSE CD with this drive but not with any FreeBSD CD ( i have tried since 2.2.5 - all Walnut Creek Cds ) - are some CD drives incompatible with Rockridge? [2] should it be an issue having the HD on secondary channel slave? cheers -- John - freebsd-lists@i-zone.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 Sat Sep 9 19:38:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 4A78C37B423 for ; Sat, 9 Sep 2000 19:38:29 -0700 (PDT) Received: from parish.my.domain ([62.253.91.66]) by mta01-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000910023827.ZFIP26680.mta01-svc.ntlworld.com@parish.my.domain>; Sun, 10 Sep 2000 03:38:27 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id DAA00883; Sun, 10 Sep 2000 03:38:25 +0100 (BST) (envelope-from mark) Date: Sun, 10 Sep 2000 03:38:24 +0100 From: Mark Ovens To: Arseny Slobodjuck Cc: freebsd-questions@freebsd.org Subject: Re: using small console font Message-ID: <20000910033824.A824@parish> References: <13543.000910@crosswinds.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <13543.000910@crosswinds.net>; from ampy@crosswinds.net on Sun, Sep 10, 2000 at 01:03:08PM +1000 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 10, 2000 at 01:03:08PM +1000, Arseny Slobodjuck wrote: > Hi, > > How can I use different fonts (8x8 for example) in my local > consoles ? I tried vidcontrol -f 8x8, but it reports that > cannot change mode. > The ``-f'' option takes 2 arguments, the size *and* the filename: # vidcontrol -f 8x8 /usr/share/syscons/fonts/name_of_font_file To make this permanent add: font8x8="iso-8x8" font8x14="iso-8x14" font8x16="iso-thin-8x16" to /etc/rc.conf, change the font names to suit your locale - they are the names of the files in /usr/share/syscons/fonts (without the ``.fnt''). > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@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 Sat Sep 9 19:40:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kirk.dsl.visi.com (kirk.dsl.visi.com [209.98.248.172]) by hub.freebsd.org (Postfix) with ESMTP id 43B6A37B42C for ; Sat, 9 Sep 2000 19:40:19 -0700 (PDT) Received: from localhost (dgl@localhost) by kirk.dsl.visi.com (8.9.3/8.9.3) with ESMTP id VAA25624 for ; Sat, 9 Sep 2000 21:40:17 -0500 (CDT) (envelope-from dgl@visi.com) X-Authentication-Warning: kirk.dsl.visi.com: dgl owned process doing -bs Date: Sat, 9 Sep 2000 21:40:17 -0500 (CDT) From: Doug Lee To: freebsd-questions@freebsd.org Subject: speech output software? 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 Can anyone recommend a package for FreeBSD which would do text-to-speech using either a sound card or the internal PC speaker or both? At this point, I'm not looking for a full-fledged screen reader (though I'd like to know of any of those which run on FreeBSD also); I just need something which will say what I tell it to say without requiring a hardware speech synthesizer. -- Doug Lee dgl@visi.com http://www.visi.com/~dgl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 19:41: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from diskfarm.firehouse.net (rdu25-12-043.nc.rr.com [24.25.12.43]) by hub.freebsd.org (Postfix) with ESMTP id DF35C37B423 for ; Sat, 9 Sep 2000 19:41:04 -0700 (PDT) Received: (from abc@localhost) by diskfarm.firehouse.net (8.9.3/8.9.3) id WAA54064; Sat, 9 Sep 2000 22:41:38 -0400 (EDT) (envelope-from abc) Date: Sat, 9 Sep 2000 22:41:38 -0400 From: Alan Clegg To: Barney Lerten Cc: freebsd-questions@FreeBSD.ORG Subject: Re: webcam software? Message-ID: <20000909224138.A53940@diskfarm.firehouse.net> Mail-Followup-To: Alan Clegg , Barney Lerten , freebsd-questions@FreeBSD.ORG References: <4.3.2.7.2.20000909192454.00ba18d0@mail.transport.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <4.3.2.7.2.20000909192454.00ba18d0@mail.transport.com>; from barney@bendnet.com on Sat, Sep 09, 2000 at 07:26:21PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Unless the network is lying to me again, Barney Lerten said: > Has anyone created Webcam software that runs on FreeBSD or is it all for > Win32 boxes? /usr/ports/graphics/camserv The DESCR reads: --SNIP-- Camserv is a free program to do streaming video through the web Streaming video can be sent to both Netscape and Internet Explorer clients. However, Internet Explorer under Windows cannot apparently handle the multi-part JPEGs, and therefore a special javascript page must be setup. One is included in the distribution as an example. Currently, the only supported BSD device is the bttv driver. Both tunable modes and camera inputs are supported. WWW: http://cserv.sourceforge.net/ -- chein, overholt chein@freebsd.org, overholt@isdw.net --SNIP-- AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 20:11:21 2000 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 5F76437B422 for ; Sat, 9 Sep 2000 20:11:19 -0700 (PDT) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id UAA06059; Sat, 9 Sep 2000 20:11:06 -0700 (PDT) Date: Sat, 9 Sep 2000 20:23:50 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: Maria Isabel Reyes Ramirez Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail 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, 9 Sep 2000, Maria Isabel Reyes Ramirez wrote: > Hello! > > I love FreeBSD, I have a question: > can I install FreeBSD with Windows 2000 in de same machine? Yes. You just need two dos partitions. Your artwork is a bit much. Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 20:13:26 2000 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 58A4B37B423 for ; Sat, 9 Sep 2000 20:13:23 -0700 (PDT) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id UAA06251; Sat, 9 Sep 2000 20:13:13 -0700 (PDT) Date: Sat, 9 Sep 2000 20:25:57 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: alexander geller Cc: questions@FreeBSD.ORG Subject: Re: freebsd In-Reply-To: <000801c01aae$2ea26440$4194003e@lokalhost> 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, 10 Sep 2000, alexander geller wrote: > can i download freeBSD from sam place? > thanks You can. The instructions are: http://www.freebsd.org/handbook/install.html You might try looking for a version of the instructions in your native language too! Hope this helps. Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 20:36:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id AD06D37B422 for ; Sat, 9 Sep 2000 20:36:56 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 9 Sep 2000 20:35:47 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id UAA53324; Sat, 9 Sep 2000 20:36:50 -0700 (PDT) (envelope-from cjc) Date: Sat, 9 Sep 2000 20:36:50 -0700 From: "Crist J . Clark" To: =?iso-8859-1?Q?Mika_Lepp=E4nen?= Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing without floppy drive Message-ID: <20000909203650.V69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <4.3.2.7.2.20000910023201.00a93a30@sdf.lonestar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0i In-Reply-To: <4.3.2.7.2.20000910023201.00a93a30@sdf.lonestar.org>; from mika@sdf.lonestar.org on Sun, Sep 10, 2000 at 02:33:16AM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 10, 2000 at 02:33:16AM +0300, Mika Leppänen wrote: > Is it possible to install FreeBSD 4.1 from a DOS partition without a floppy > drive like it's possible with Linux? Yes, you can install from a MSDOS filesystem. http://www.freebsd.org/handbook/install.html See section 2.2.1.4 of this page (it's a link from the above) in particular, http://www.freebsd.org/handbook/install-guide.html -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 20:38:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id E593B37B422 for ; Sat, 9 Sep 2000 20:38:27 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 9 Sep 2000 20:37:22 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.9.3/8.9.3) id UAA53368; Sat, 9 Sep 2000 20:38:21 -0700 (PDT) (envelope-from cjc) Date: Sat, 9 Sep 2000 20:38:21 -0700 From: "Crist J . Clark" To: bentley Cc: freebsd-questions Subject: Re: ghost prog for FreeBSD? Message-ID: <20000909203821.W69158@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <39BAB976.C53CBB30@mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <39BAB976.C53CBB30@mediaone.net>; from bentley3@mediaone.net on Sat, Sep 09, 2000 at 06:28:07PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Sep 09, 2000 at 06:28:07PM -0400, bentley wrote: > > [-- text/html is unsupported (use 'v' to view this part) --] Don't send HTML mail to this list if you expect anyone to read it. Don't post it three times either. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 20:48: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dazed.slacker.com (dazed.slacker.com [208.15.208.76]) by hub.freebsd.org (Postfix) with SMTP id 1D9BF37B423 for ; Sat, 9 Sep 2000 20:48:02 -0700 (PDT) Received: (qmail 10341 invoked by uid 1000); 10 Sep 2000 03:48:00 -0000 Date: Sat, 9 Sep 2000 22:48:00 -0500 From: David McNett To: Doug Lee Cc: freebsd-questions@freebsd.org Subject: Re: speech output software? Message-ID: <20000909224759.A9862@dazed.slacker.com> Mail-Followup-To: Doug Lee , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from dgl@visi.com on Sat, Sep 09, 2000 at 09:40:17PM -0500 X-Operating-System: FreeBSD 4.1-STABLE i386 X-Distributed: Join the Effort! http://www.distributed.net/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 09-Sep-2000, Doug Lee wrote: > Can anyone recommend a package for FreeBSD which would do text-to-speech > using either a sound card or the internal PC speaker or both? At this > point, I'm not looking for a full-fledged screen reader (though I'd like > to know of any of those which run on FreeBSD also); I just need something > which will say what I tell it to say without requiring a hardware speech > synthesizer. /usr/ports/audio/rsynth will do what you want. from DESCR: This is a text to speech system produced by integrating various pieces of code and tables of data, which are all (I believe) in the public domain. The Oxford Text Archive has for several years maintained copies of several machine-readable dictionaries along with its extensive (if unsystematic) collections of other machine-readable texts. This document gives some further details of the various dictionaries available, and summarises the conditions under which copies of them are currently distributed. The Oxford Text Archive Shortlist (available on request via electronic mail and by FTP) gives up to date brief details of all texts held in the Archive. Send electronic mail to ARCHIVE@VAX.OXFORD.AC.UK. For anonymous FTP, look in the directory ota on ota.ox.ac.uk (129.67.1.165) -- ________________________________________________________________________ |David McNett |To ensure privacy and data integrity this message has| |nugget@slacker.com|been encrypted using dual rounds of ROT-13 encryption| |Birmingham, AL USA|Please encrypt all important correspondence with PGP!| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 20:57:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from awww.jeah.net (awww.jeah.net [216.111.239.130]) by hub.freebsd.org (Postfix) with ESMTP id 821C737B423 for ; Sat, 9 Sep 2000 20:57:23 -0700 (PDT) Received: from localhost (root@localhost) by awww.jeah.net (8.9.3/8.9.3) with ESMTP id WAA63330 for ; Sat, 9 Sep 2000 22:56:53 -0500 (CDT) (envelope-from root@jeah.net) Date: Sat, 9 Sep 2000 22:56:53 -0500 (CDT) From: JEAH Communications To: questions@freebsd.org Subject: Missing TTY? 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 Sep 9 22:55:50 awww sshd[63168]: error: openpty: No such file or directory Sep 9 22:55:50 awww sshd[63168]: error: Failed to allocate pty. That appears when people try to connect via SSH every once in awhile. Any idea how to find out what's missing or setup wrong and how to fix it? I would appreciate any help. This has been going on for awhile now. -Chris Systems Administration ** root@JEAH.net JEAH Communications ** www.JEAH.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 21:12:36 2000 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 EF24B37B423 for ; Sat, 9 Sep 2000 21:12:33 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id XAA21481; Sat, 9 Sep 2000 23:12:27 -0500 (CDT) (envelope-from dan) Date: Sat, 9 Sep 2000 23:12:27 -0500 From: Dan Nelson To: David McNett Cc: Doug Lee , freebsd-questions@FreeBSD.ORG Subject: Re: speech output software? Message-ID: <20000909231227.A21017@dan.emsphone.com> References: <20000909224759.A9862@dazed.slacker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <20000909224759.A9862@dazed.slacker.com>; from "David McNett" on Sat Sep 9 22:48:00 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 09), David McNett said: > On 09-Sep-2000, Doug Lee wrote: > > Can anyone recommend a package for FreeBSD which would do text-to-speech > > using either a sound card or the internal PC speaker or both? At this > > point, I'm not looking for a full-fledged screen reader (though I'd like > > to know of any of those which run on FreeBSD also); I just need something > > which will say what I tell it to say without requiring a hardware speech > > synthesizer. > > /usr/ports/audio/rsynth will do what you want. from DESCR: If you want higher-quality speech, check out Festival at http://www.cstr.ed.ac.uk/projects/festival/ . Not easy to build or use, but it generates much better output. -- 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 Sat Sep 9 22:44:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [216.223.199.224]) by hub.freebsd.org (Postfix) with ESMTP id EC05F37B423 for ; Sat, 9 Sep 2000 22:44:36 -0700 (PDT) Received: from tomasa (tomasa.reyes.somos.net [10.0.0.11]) by sanson.reyes.somos.net (8.9.3/8.9.3) with SMTP id BAA22654 for ; Sun, 10 Sep 2000 01:35:15 -0400 (EDT) (envelope-from fran@reyes.somos.net) Message-Id: <200009100535.BAA22654@sanson.reyes.somos.net> From: "Francisco Reyes" To: "FreeBSD questions" Date: Sun, 10 Sep 2000 01:42:37 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 2000 Professional (2.10.2010) For Windows 98 (4.10.2222) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: path for modules? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was bit surprised I couldn't find this on the archives/handbook/faq.. How does one specify the path for modules? I built xfce from source and it placed one of it's modules somewhere outside the existing path. I figure I will symlink it to one of the places which I believe are in the path, but for future reference I would like to know. francisco Moderator of the Corporate BSD list http://www.egroups.com/group/BSD_Corporate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 22:52:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from chupacabras.flash.net (chupacabras.flash.net [209.30.2.16]) by hub.freebsd.org (Postfix) with ESMTP id 179A537B422 for ; Sat, 9 Sep 2000 22:52:49 -0700 (PDT) Received: from preferrc (ppp-208-15-96-242.dialup.ltrkar.swbell.net [208.15.96.242]) by chupacabras.flash.net (8.9.3/Pro-8.9.3) with SMTP id AAA13279 for ; Sun, 10 Sep 2000 00:52:47 -0500 (CDT) From: "jwl18937" To: Subject: Big Problems! Date: Sun, 10 Sep 2000 01:08:28 -0500 Message-ID: <01c01aed$89846360$f2600fd0@preferrc> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01C01AC3.A0AE5B60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0004_01C01AC3.A0AE5B60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable From: jwl51@hotmail.com I have maybe installed free BSD close to 50 times, then it will NEVER = take either the reg. login I had given, nor the root login. I am = running a 586 PC, 64 megs. ram, 3.5 Gig. Maxtor HD. Please send list = of possibilities I should check for problems. I am running 2 hard = drives, and also Windows 98, but it will not work for me even on 1 hard = drive, fully commited. If there is a way around logging in, I would = love that, since I am the only one in the house interested in UNIX = anyway. Thanks. =20 ------=_NextPart_000_0004_01C01AC3.A0AE5B60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
From: jwl51@hotmail.com
 
I have maybe installed free BSD = close to 50=20 times, then it will NEVER take either the reg. login I had given, nor = the root=20 login.  I am running a 586 PC,  64 megs. ram, 3.5 Gig. Maxtor=20 HD.  Please send list of possibilities I should check for = problems.  I=20 am running 2 hard drives, and also Windows 98, but it will not work for = me even=20 on 1 hard drive, fully commited.  If there is a way around logging = in, I=20 would love that, since I am the only one in the house interested = in  UNIX=20 anyway.  Thanks. 
------=_NextPart_000_0004_01C01AC3.A0AE5B60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Sep 9 22:58:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cwalk.org (cx521708-b.pv1.ca.home.com [24.177.2.144]) by hub.freebsd.org (Postfix) with ESMTP id C60E737B423 for ; Sat, 9 Sep 2000 22:58:33 -0700 (PDT) Received: from butthead.walker (butthead.walker [192.168.1.10]) by cwalk.org (8.9.3/8.9.3) with SMTP id WAA15851; Sat, 9 Sep 2000 22:58:59 -0700 (PDT) (envelope-from cwalker@cwalk.org) From: Caleb Walker To: Ken Bolingbroke , Gustavo Vieira Goncalves Coelho Rios Subject: Re: hi Date: Sat, 9 Sep 2000 22:56:51 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain Cc: Zaid Dashti , freebsd-questions@FreeBSD.ORG References: In-Reply-To: MIME-Version: 1.0 Message-Id: <00090922575101.00523@butthead.walker> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- You can also try qpopper which is in the ports collection and is extremely easy and with that you would create users with 'adduser'. On Sat, 09 Sep 2000, Ken Bolingbroke wrote: #On Sat, 9 Sep 2000, Gustavo Vieira Goncalves Coelho Rios wrote: # #> Zaid Dashti wrote: #> > #> > Hi,,, #> > i have some questions about Email accounts: #> > 1- if i want create a Email account for some user should i adduser by #> > typing a command (adduser) in unix ? #> #> Depends on which approach you are taking! #> When playing with sendmail, chances are you'll have to add a system #> account, anyway i no nothing about possibilities withou system account! # #That isn't quite correct. Sendmail is just a mail transfer agent, and #doesn't care where the mail ends up, or if local mail has a system account #(when configured for such). For local mail, sendmail simply passes it off #to the system's local mailer, which typically saves it in #/var/mail/{username}. You're completely free to replace the default #localer mailer with something else that doesn't require system accounts, #for example, I believe the Cyrus POP/IMAP daemon includes a local mailer #that does this with sendmail. The only caveat is that if you change the #default mailbox, your POP/IMAP daemon needs to know about the new #location, too. # #Ken Bolingbroke # # # #To Unsubscribe: send mail to majordomo@FreeBSD.org #with "unsubscribe freebsd-questions" in the body of the message -- Thank You, Caleb Walker (310) 519-8359 (310) 753-8668 http://www.cwalk.org Get my pgp public key by fingering cwalker@cwalk.org -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: tjD4G3t7MbwIleCuL+N9m93Er1KVwo2P iQA/AwUBObsi3x7u1vJ5ZVWEEQKouwCeNBeF16SP05hxaBP4ZEoNc3cm3dkAniOs AzJbBoujku1Lh/uoW4Nj+qo2 =7Ujg -----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 Sat Sep 9 23: 0:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cwalk.org (cx521708-b.pv1.ca.home.com [24.177.2.144]) by hub.freebsd.org (Postfix) with ESMTP id 415FD37B422 for ; Sat, 9 Sep 2000 23:00:17 -0700 (PDT) Received: from butthead.walker (butthead.walker [192.168.1.10]) by cwalk.org (8.9.3/8.9.3) with SMTP id XAA15870; Sat, 9 Sep 2000 23:00:56 -0700 (PDT) (envelope-from cwalker@cwalk.org) From: Caleb Walker To: "Jason C. Wells" , Maria Isabel Reyes Ramirez Subject: Re: your mail Date: Sat, 9 Sep 2000 22:59:30 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain Cc: freebsd-questions@FreeBSD.ORG References: In-Reply-To: MIME-Version: 1.0 Message-Id: <00090922594803.00523@butthead.walker> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Speaking of art work what the heck is that??? On Sat, 09 Sep 2000, Jason C. Wells wrote: #On Sat, 9 Sep 2000, Maria Isabel Reyes Ramirez wrote: # #> Hello! #> #> I love FreeBSD, I have a question: #> can I install FreeBSD with Windows 2000 in de same machine? # #Yes. You just need two dos partitions. # #Your artwork is a bit much. # #Thank you, #Jason C. Wells # # # #To Unsubscribe: send mail to majordomo@FreeBSD.org #with "unsubscribe freebsd-questions" in the body of the message -- Thank You, Caleb Walker (310) 519-8359 (310) 753-8668 http://www.cwalk.org Get my pgp public key by fingering cwalker@cwalk.org -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: O+GxmT6QsQ5hiU216uQ1JqsqlN0vSlBR iQA/AwUBObsjVB7u1vJ5ZVWEEQIM2wCeNHVBkz6cdSlFFGlhdMxdg4KO03UAoIDj pfchqEh3iBDUlaGU7KaHRGeX =u9Lr -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message