From owner-freebsd-questions Sun Jan 16 0:23:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 27D0B14D78 for ; Sun, 16 Jan 2000 00:23:11 -0800 (PST) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id BAA36964; Sun, 16 Jan 2000 01:22:39 -0700 (MST) (envelope-from ken) Date: Sun, 16 Jan 2000 01:22:38 -0700 From: "Kenneth D. Merry" To: Rick Hamell Cc: Micke Josefsson , freebsd-questions@FreeBSD.ORG Subject: Re: Expected SCSI speed question Message-ID: <20000116012238.A30815@panzer.kdm.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from hamellr@aracnet.com on Fri, Jan 14, 2000 at 02:25:17PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 14, 2000 at 14:25:17 -0800, Rick Hamell wrote: > > > I have a 200 MHz K6 system (FBSD 3.2), Adaptec 2940UW SCSI-adaptor and Seagate > > ST19171W Hard disk. The Seagate (Barracuda 9) disk is specced to up to 40 > > Mbytes/sec Max sync. SCSI transfer rate. But whatever tests I run (copying > > large files to and fro, dd from disk to /dev/null for example) the actual speed > > is never more than around 0.5 MB/s according to 'systat -io 1' or 'systat -vm > > 1'. > > > > Is there a knob to turn to speed it up or is this a bottleneck due to the > > processor? > > I've noticed that the Adaptec 2940UW seems to be a fairly slow > card, at this point I'm pulling every single one I come across and > replacing with Tekram cards. The biggest differance I saw was doing a > drive mirror under Novell 3.12 a couple of weeks ago. Dual 2940s with > their own seperate drives took 3 hours. Using the exact same model drive > and two of the Tekram cards took under 20 minutes. Under FreeBSD I've seen > similar performance. :( That certainly hasn't been my experience. The only thing I can figure is that you've got things misconfigured somehow. Your problem under Novell is likely a driver issue of some sort. I'm sure the Tekram cards will perform fine, assuming you get NCR/Symbios based boards. Make sure you use the 'sym' driver, since the 'ncr' driver is fairly buggy, and somewhat lacking in the error recovery department. The original poster's speed problems are due to the speed of the drive, and have nothing to do with the controller. Just because a drive's bus speed is 40MB/sec doesn't mean the heads/media can push the bits that fast. The Barracuda 9 is a fairly old drive, but I would think it would be able to do more than 5MB/sec. To test it out, try something like this: dd if=/dev/rda0 of=/dev/null bs=1m count=2048 You have to make the blocksize big enough in order to get any performance. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 0:28:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.chat.ru (gnu.chat.ru [212.24.32.10]) by hub.freebsd.org (Postfix) with ESMTP id A0C0714F05 for ; Sun, 16 Jan 2000 00:28:47 -0800 (PST) (envelope-from aledem@chat.ru) Received: from dial-spb-115.sovintel.ru ([195.68.189.115] helo=default) by mail.chat.ru with esmtp (Exim 3.10 #2) id 129l3B-000HFY-00 for freebsd-questions@FreeBSD.org; Sun, 16 Jan 2000 11:28:42 +0300 From: "Dementsov Alexey" To: Subject: I have question Date: Sun, 16 Jan 2000 11:29:16 +0300 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: 7bit Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would be very grateful if you could give some information about configuration ppp for remote access from Microsoft client to FreeBSD server. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 0:59:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 114E3152A2 for ; Sun, 16 Jan 2000 00:59:39 -0800 (PST) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id BAA49921; Sun, 16 Jan 2000 01:59:34 -0700 (MST) (envelope-from ken) Date: Sun, 16 Jan 2000 01:59:34 -0700 From: "Kenneth D. Merry" To: Rick Hamell Cc: Micke Josefsson , freebsd-questions@FreeBSD.ORG Subject: Re: Expected SCSI speed question Message-ID: <20000116015934.A49905@panzer.kdm.org> References: <20000116012238.A30815@panzer.kdm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000116012238.A30815@panzer.kdm.org>; from ken@kdm.org on Sun, Jan 16, 2000 at 01:22:38AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 16, 2000 at 01:22:38 -0700, Kenneth D. Merry wrote: > The original poster's speed problems are due to the speed of the drive, and > have nothing to do with the controller. Just because a drive's bus speed > is 40MB/sec doesn't mean the heads/media can push the bits that fast. The > Barracuda 9 is a fairly old drive, but I would think it would be able to do > more than 5MB/sec. Oops, I meant ".5MB/sec". Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 1:13:56 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 B22181524B for ; Sun, 16 Jan 2000 01:13:53 -0800 (PST) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id KAA59588; Sun, 16 Jan 2000 10:13:37 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.9.3/8.9.3) with ESMTP id KAA33497; Sun, 16 Jan 2000 10:13:37 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: (from gunnar@localhost) by pluto.sr.se (8.9.3/8.9.3) id KAA14397; Sun, 16 Jan 2000 10:13:37 +0100 (CET) (envelope-from gunnar) Date: Sun, 16 Jan 2000 10:13:37 +0100 From: Gunnar Flygt To: Danny Cc: FreeBSD Questions Subject: Re: Problem with Ports and Firewall Message-ID: <20000116101336.A14184@sr.se> Reply-To: Gunnar Flygt References: <3.0.32.20000116114130.00693890@idx.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3.0.32.20000116114130.00693890@idx.com.au>; from dannyh@idx.com.au on Sun, Jan 16, 2000 at 11:41:35AM +1100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 16, 2000 at 11:41:35AM +1100, Danny wrote: > Hello, > > Currently > > -Running FreeBSD 3.3 > - KDE (defualt with 3.3) > - behind winproxy > > Situation > > - when you run the ports it should > ftp://ftp.freebsd.org/pub/somewhere/somefile.tgz > - Because I am behind a firewall obviously ftp://ftp.freebsd.org/pub/ etc > doesn't exist I'm behind a firewall, and I use the environment variables: FTP_PROXY=name.of.proxy HTTP_PROXY=name.of.proxy:portnumber FTP_PASSWORD=myemailaddress@my.domain > - My Firewall IP address is 192.168.0.1 and the port is 21 > > Question > > 1) How can I get ports to work with the firewall? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 1:15:24 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 846B115226 for ; Sun, 16 Jan 2000 01:15:23 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id BAA25810; Sun, 16 Jan 2000 01:08:50 -0800 (PST) Date: Sun, 16 Jan 2000 01:08:50 -0800 From: Alfred Perlstein To: Dementsov Alexey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I have question Message-ID: <20000116010850.Z508@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from aledem@chat.ru on Sun, Jan 16, 2000 at 11:29:16AM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Dementsov Alexey [000116 00:52] wrote: > I would be very grateful if you could give some information about > configuration ppp for remote access from Microsoft client to FreeBSD > server. What _specifically_ do you need help with? What have you tried and been unable to accomplish? -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 1:49:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sblake.comcen.com.au (sblake.comcen.com.au [203.23.236.144]) by hub.freebsd.org (Postfix) with ESMTP id 54E2B14FCF for ; Sun, 16 Jan 2000 01:49:12 -0800 (PST) (envelope-from aunty@sblake.comcen.com.au) Received: (from aunty@localhost) by sblake.comcen.com.au (8.9.3/8.9.3) id UAA14948 for freebsd-questions@freebsd.org; Sun, 16 Jan 2000 20:50:34 +1100 (EST) (envelope-from aunty) Date: Sun, 16 Jan 2000 20:50:34 +1100 From: aunty To: freebsd-questions@freebsd.org Subject: login class and bash clash? Message-ID: <20000116205034.C14280@comcen.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On a -STABLE system I'm trying to set up a staff class with, among other things, a different default path. (Easy to maintain, and not so likely to be edited away by novice wheel members.) After logging in, the environment seems to be that in /etc/profile instead of the one set for the class. Everyone uses the bash shell. The staff users' home directories contain neither .profile nor .bash* When the user's shell is set to csh they do get the environment that is set up for the class, as intended. But they must have bash. This line from login(1) might be hinting at an explanation for my puzzle, but if so I'd need it filled out a bit: The standard shells, csh(1) and sh(1), do not fork before executing the login utility. I suppose it'd be possible to maintain a .bash_profile in their home directories to ovveride /etc/profile, but using login.class is neater. Am I reading the situation correctly? Maybe I should remove /etc/profile (is it necessary?) and use the other class definitions to replace some of what /etc/profile sets up. Or read something. Or something. Suggestions? -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 2:56:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from willamette.cbn.net.id (willamette.cbn.net.id [202.158.3.6]) by hub.freebsd.org (Postfix) with SMTP id 8631F1525C for ; Sun, 16 Jan 2000 02:56:33 -0800 (PST) (envelope-from m4v3r1ck@bigfoot.com) Received: (qmail 51559 invoked by uid 1016); 16 Jan 2000 17:56:50 +0700 Received: from unknown (HELO mona.viper.com) (202.158.30.38) by willamette.cbn.net.id with SMTP; 16 Jan 2000 17:56:50 +0700 Received: (qmail 2306 invoked by uid 1001); 16 Jan 2000 10:37:50 -0000 Date: Sun, 16 Jan 2000 17:37:50 +0700 From: John Indra To: FreeBSD Questions List Subject: No color in xterm Message-ID: <20000116173750.A2282@bigfoot.com> Mail-Followup-To: FreeBSD Questions List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Homepage: http://www.bigfoot.com/~m4v3r1ck X-Mailer: Mutt 1.0i on FreeBSD 3.4-RELEASE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list readers... I have Mutt 1.0i installed on my FreeBSD 3.4-RELEASE, compiled against S-Lang 1.3.10. In consoles, Mutt shows color just fine, but when I run Mutt on an xterm, it doesn't show color at all. This behaviour happens to Midnight Commander too... An just FYI... when I use gnuls - --color=auto, xterm seems to render the color, just like the one I have on consoles... How can I make my Mutt shows color on xterm? TIA Regards, John Indra -- ICQ UIN #26095019 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.0 (FreeBSD) Comment: Be the best! iD8DBQE4gZ9+xcp0HIxafmQRAiirAKCgzZ/VdnK9zAZdai2xEhUm/9wU3gCggtw5 Yyfgy+L+ZHuqsBlRAYfNMYA= =VjlZ -----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 Sun Jan 16 2:56:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from willamette.cbn.net.id (willamette.cbn.net.id [202.158.3.6]) by hub.freebsd.org (Postfix) with SMTP id 095241526A for ; Sun, 16 Jan 2000 02:56:35 -0800 (PST) (envelope-from m4v3r1ck@bigfoot.com) Received: (qmail 51565 invoked by uid 1016); 16 Jan 2000 17:56:52 +0700 Received: from unknown (HELO mona.viper.com) (202.158.30.38) by willamette.cbn.net.id with SMTP; 16 Jan 2000 17:56:52 +0700 Received: (qmail 2408 invoked by uid 1001); 16 Jan 2000 10:55:05 -0000 Date: Sun, 16 Jan 2000 17:55:05 +0700 From: John Indra To: FreeBSD Questions List Subject: Xfstt tends to be zombie... Message-ID: <20000116175505.A2366@bigfoot.com> Mail-Followup-To: FreeBSD Questions List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Homepage: http://www.bigfoot.com/~m4v3r1ck X-Mailer: Mutt 1.0i on FreeBSD 3.4-RELEASE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi list readers... I'm trying to run Xfstt 1.0 on my FreeBSD 3.4-RELEASE box... I compiled it from the ports, and it installed and run perfectly, except, when I try to use it =( For example, I use Netscape Navigator 4.7 (from the 1st CD) to use Arial fonts that come with Windows 98. Netscape always hung, and when I run top, I see 1 zombie process, which is Xfstt =( It doesn't happen only on Netscape, it seems to be happening to all apps which I instruct to render TrueType fonts using Xfstt as the engine... I can be positive that this is not and installation and usage problem, cause I've been using it with my Red Hat Linux 6.0 without any problem. Is there a compatibility problem between Xfstt and FreeBSD? How can I fix this? Is there another way I can use TrueType fonts without Xfstt? Is this related to SysV primitive memory stuffs? I have these on my kernel config: options SYSVSHM options SYSVMSG options SYSVSEM options "SHMMAXPGS=8192" My RAM is 48 megs... Oh yeah... XMMS seems to have a problem with FreeBSD too... Here's a snapshot from my /var/log/messages: Jan 15 12:32:41 mona /kernel: cmd xmms pid 11121 tried to use non-present sched_ getscheduler And weirdly, whenever I run XMMS, Enlightenment seems to have problem with it's translucent move behaviour. Translucent move is not working while I run XMMS... I really love FreeBSD and want to use it as my desktop OS, how can I solve this problem, and can anyone tell me how this problem arrive? Thanks a bunch... Regards, John Indra -- ICQ UIN #26095019 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.0 (FreeBSD) Comment: Be the best! iD8DBQE4gaOJxcp0HIxafmQRAjEZAKCtjTDUz2e5JgdOBWWcxh9ZMIXHSQCg3D5H 45BQ9YGvlXaHzHbONr8IzCw= =LOK4 -----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 Sun Jan 16 4:48: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by hub.freebsd.org (Postfix) with ESMTP id 53B2A15077 for ; Sun, 16 Jan 2000 04:48:03 -0800 (PST) (envelope-from gmarco@scotty.masternet.it) Received: from suzy (modem37.masternet.it [194.184.65.47]) by scotty.masternet.it (8.9.3/8.9.3) with ESMTP id NAA27046; Sun, 16 Jan 2000 13:47:35 +0100 (CET) (envelope-from gmarco@scotty.masternet.it) Message-Id: <4.2.0.58.20000116134504.00aec4f0@194.184.65.4> X-Sender: gmarco@scotty.masternet.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sun, 16 Jan 2000 13:46:17 +0100 To: John Indra , FreeBSD Questions List From: Gianmarco Giovannelli Subject: Re: No color in xterm In-Reply-To: <20000116173750.A2282@bigfoot.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 16/01/00, John Indra wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Hi list readers... > >I have Mutt 1.0i installed on my FreeBSD 3.4-RELEASE, compiled against >S-Lang 1.3.10. In consoles, Mutt shows color just fine, but when I run >Mutt on an xterm, it doesn't show color at all. This behaviour happens >to Midnight Commander too... An just FYI... when I use gnuls >- --color=auto, xterm seems to render the color, just like the one I have >on consoles... > >How can I make my Mutt shows color on xterm? try: xterm -tn xterm-color Hope it helps... Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 5:30:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 608) id CAD4E14EAF; Sun, 16 Jan 2000 05:30:22 -0800 (PST) From: "Jonathan M. Bresler" To: questions@FreeBSD.ORG Subject: possible mail loop Message-Id: <20000116133022.CAD4E14EAF@hub.freebsd.org> Date: Sun, 16 Jan 2000 05:30:22 -0800 (PST) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Some people are reporting a mail loop on freebsd-questions at freebsd.org. the test list does not suffer from this problem. the configuration files and subscriber list appear to be correct. therefore, i am resorting to sending a test email to the list to see if that triggers the reported mail loop. the loop has been reported on freebsd-stable as well, a list with 2232 subscribers. questions has only 1348, so it becomes the test case. please forgive this content free message. jmb -- Jonathan M. Bresler FreeBSD Core Team, Postmaster jmb@FreeBSD.ORG FreeBSD--The Power to Serve JMB193 http://www.freebsd.org/ PGP 2.6.2 Fingerprint: 31 57 41 56 06 C1 40 13 C5 1C E3 E5 DC 62 0E FB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 5:39: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.dnt.md (dnt.md [195.138.124.37]) by hub.freebsd.org (Postfix) with ESMTP id C55FD15176 for ; Sun, 16 Jan 2000 05:39:05 -0800 (PST) (envelope-from sl@dnt.md) Received: from localhost (sl@localhost) by zeus.dnt.md (8.9.3/8.9.3) with ESMTP id PAA49287 for ; Sun, 16 Jan 2000 15:39:02 +0200 (EET) Date: Sun, 16 Jan 2000 15:39:02 +0200 (EET) From: Veaceslav Revutchi To: freebsd-questions@freebsd.org Subject: description of IP connections states Message-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, Does anyone know where I can find descriptions of the Active Internet connections states displayed with netstat -an (e.g.TIME_WAIT,FIN_WAIT_1,FIN_WAIT_2 etc.) ? thank you, Veaceslav. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 5:43:28 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 C28C01515B for ; Sun, 16 Jan 2000 05:43:26 -0800 (PST) (envelope-from shovey@buffnet.net) 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 IAA53459; Sun, 16 Jan 2000 08:43:10 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Sun, 16 Jan 2000 08:43:05 -0500 (EST) From: Steve Hovey To: Nathan Stratton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Web based email In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a vote against (dmail's stuff doesnt handle attachments right - it doesnt encrypt/descript correctly) On Sat, 15 Jan 2000, Nathan Stratton wrote: > > I am looking for a web based email package that will run on freebsd, > something like a AOL interface, but it needs IMAP support. Any ideas? > > ><> > Nathan Stratton > nathan@robotics.net > http://www.robotics.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 Sun Jan 16 5:55:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id 1DF0E14DBF for ; Sun, 16 Jan 2000 05:55:27 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (m15.chn.vsnl.net.in [202.54.43.210] (may be forged)) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id AAA00737; Mon, 17 Jan 2000 00:25:11 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id TAA04889; Sun, 16 Jan 2000 19:05:20 +0530 (IST) (envelope-from grog) Date: Sun, 16 Jan 2000 19:05:20 +0530 From: Greg Lehey To: Tyler Barnett Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CCD recovery questions Message-ID: <20000116190520.P3413@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <200001130307.WAA78568@heathers.stdio.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001130307.WAA78568@heathers.stdio.com>; from tbarnett@stdio.com on Wed, Jan 12, 2000 at 10:07:09PM -0500 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] Please limit your messages to < 80 characters per line (unless you're quoting verbatim output). On Wednesday, 12 January 2000 at 22:07:09 -0500, Tyler Barnett wrote: > I'm running 3.3 stable, and created a 12GB CCD mirror from 2 > identical disk drives. > > To test the scenario of one of them failing, I shutdown the system > and unplugged one. During boot the ccd driver refused to config it. > The system dropped into single-user mode for an fsck. Fun, isn't it? This is a "feature" of ccd. Vinum would handle this situation correctrly. > I tried removing the "unplugged" disk drive from the ccd.conf line, > effectively meaning that ccd0 had only 1 disk drive (the working > one). It didn't work, still wanted to fsck. That should have worked. You'll still need to reconfigure, which implies rebooting. Possibly you told ccd that it still had a mirror. > I still haven't brought myself to test the scenario of unplugging a > drive "hot", and seeing what happens :-) You'll crash the ccd. > I'm not getting a warm fuzzy feeling about this. Unless I can > figure out how to separate the ccd mirror, or run on 1 drive alone > for a short period of time, I think I just statistically have halved > the MTBF of either drive. And recovery from a drive failure as such > seems impossible. Agreed. > BTW, I've used Solstice on Solaris (please no flames) and it has > saved my bacon on a mirror failure. Otherwise, the FBSD ccd works > just fine. I just want to know what to do when it doesn't. Move to vinum. I don't see any advantage in ccd any more. Check out vinum(4), vinum(8) and http://www.lemis.com/vinum.html. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 5:56:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id 3A58214CA0 for ; Sun, 16 Jan 2000 05:56:20 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (m15.chn.vsnl.net.in [202.54.43.210] (may be forged)) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id AAA00749; Mon, 17 Jan 2000 00:26:09 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id SAA04750; Sun, 16 Jan 2000 18:37:57 +0530 (IST) (envelope-from grog) Date: Sun, 16 Jan 2000 18:37:57 +0530 From: Greg Lehey To: Shino Cc: Freebsd-Questions Subject: Re: picobsd routed netbeui tcpdump Message-ID: <20000116183757.K3413@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0i In-Reply-To: ; from shino@hakkenden.com on Tue, Jan 11, 2000 at 10:13:00AM -0600 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 11 January 2000 at 10:13:00 -0600, Shino wrote: > I have several router boxes running freebsd RouteD. I thought > routed only passed tcp packets but I am seeing netbeui and ipx > packets as well… This character at the end of the line (0x85) is invalid for the character set. You should check your mailer (Microsoft Outlook) which is notorious for this sort of thing. > stuff I would only expect to see in a bridge situation. Any > thoughts on why routed might be passing netbeui packets? Well, routed doesn't pass data, it just tells the system where to send them. If the NETBEUI is encapsulated in IP (which I don't think it has to be) then it will be routed the same as any others. Is this not what you want? > Secondarily would tcpdump catch netbeui packets or just tcp packets? By default, tcpdump catches all network traffic. You can tell it to limit to specific data. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 6: 2:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from willamette.cbn.net.id (willamette.cbn.net.id [202.158.3.6]) by hub.freebsd.org (Postfix) with SMTP id CE9F61521D for ; Sun, 16 Jan 2000 06:02:21 -0800 (PST) (envelope-from m4v3r1ck@bigfoot.com) Received: (qmail 73027 invoked by uid 1016); 16 Jan 2000 21:02:39 +0700 Received: from unknown (HELO mona.viper.com) (202.158.30.58) by willamette.cbn.net.id with SMTP; 16 Jan 2000 21:02:39 +0700 Received: (qmail 5467 invoked by uid 1001); 16 Jan 2000 14:00:22 -0000 Date: Sun, 16 Jan 2000 21:00:21 +0700 From: John Indra To: FreeBSD Questions List Subject: Re: No color in xterm Message-ID: <20000116210021.A5420@bigfoot.com> Mail-Followup-To: FreeBSD Questions List References: <20000116173750.A2282@bigfoot.com> <4.2.0.58.20000116134504.00aec4f0@194.184.65.4> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <4.2.0.58.20000116134504.00aec4f0@194.184.65.4>; from gmarco@scotty.masternet.it on Sun, Jan 16, 2000 at 01:46:17PM +0100 X-Homepage: http://www.bigfoot.com/~m4v3r1ck X-Mailer: Mutt 1.0i on FreeBSD 3.4-RELEASE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, Jan 16, 2000 at 01:46:17PM +0100, Gianmarco Giovannelli wrote: | xterm -tn xterm-color | Hope it helps... Thanks... it works! ;) Now, how can I make xterm-color as the default $TERM whenever I invoke xterm-alike programs? Regards, John Indra -- ICQ UIN #26095019 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.0 (FreeBSD) Comment: Be the best! iD8DBQE4gc71xcp0HIxafmQRAtxgAJ0Xr4adJBq5kXFWRRRiZgGo5xGvUACffWFW 19s2PSV7kfs787oyrRVhxDk= =lbn7 -----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 Sun Jan 16 6:13:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 608) id 68F2A1522C; Sun, 16 Jan 2000 06:13:55 -0800 (PST) From: "Jonathan M. Bresler" To: sl@dnt.md Cc: freebsd-questions@freebsd.org In-reply-to: (message from Veaceslav Revutchi on Sun, 16 Jan 2000 15:39:02 +0200 (EET)) Subject: Re: description of IP connections states Message-Id: <20000116141355.68F2A1522C@hub.freebsd.org> Date: Sun, 16 Jan 2000 06:13:55 -0800 (PST) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG try an internet search engine such as www.google.com. you might find this url particularly useful: http://www.cs.wvu.edu/~tmont/notes5.html these states are explained fully in Richard Stevens book _TCP/IP_Illustrated_ _Volume_1_. you can also get an explaination in RFC 793. jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 6:31:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 0578814A14 for ; Sun, 16 Jan 2000 06:31:14 -0800 (PST) (envelope-from daemon@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id PAA29538 for freebsd-questions@freebsd.org; Sun, 16 Jan 2000 15:31:09 +0100 (CET) (envelope-from daemon@bigeye.rhein-neckar.de) Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id NAA50305 for freebsd-questions@freebsd.org; Sun, 16 Jan 2000 13:27:44 +0100 (CET) (envelope-from daemon) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: No color in xterm Date: 16 Jan 2000 13:27:44 +0100 Message-ID: <85sdg0$1h3o$1@bigeye.rhein-neckar.de> References: <20000116173750.A2282@bigfoot.com> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Indra wrote: > I have Mutt 1.0i installed on my FreeBSD 3.4-RELEASE, compiled against > S-Lang 1.3.10. In consoles, Mutt shows color just fine, but when I run > Mutt on an xterm, it doesn't show color at all. Presumably the program checks the termcap entry and doesn't find any indication of color support there. Try TERM=xterm-color. > when I use gnuls --color=auto, xterm seems to render the color, That blows out ANSI color control sequences without any regard whatsoever for the actual terminal type. xterm indeed renders those. (A different terminal might self-destruct. :-) ) -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 6:39:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server01.gw.total-web.net (server01.gw.total-web.net [209.186.12.2]) by hub.freebsd.org (Postfix) with SMTP id 326FE14E6C for ; Sun, 16 Jan 2000 06:39:43 -0800 (PST) (envelope-from roy.bradley@precision1.net) Received: (qmail 10465 invoked from network); 16 Jan 2000 14:42:08 -0000 Received: from ip-188-055.gw.total-web.net (HELO devw02) (209.186.188.55) by server01.gw.total-web.net with SMTP; 16 Jan 2000 14:42:08 -0000 From: "Roy W Bradley" To: Subject: Does FreeBSD run on Date: Sun, 16 Jan 2000 09:42:12 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_000B_01BF6005.F7205EE0" X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: High X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-MS-TNEF-Correlator: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000B_01BF6005.F7205EE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Dell 4350 Dual PIII, 512MB RAM, Dual Intel Pro 100+ Ethernet NIC, and PERC 2/SC RAID Single Channel Controller w/16MB Cache? ------=_NextPart_000_000B_01BF6005.F7205EE0 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="winmail.dat" eJ8+IgwOAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAQABAAEGgAMADgAAANAHAQAQAAkAKgAAAAAAGwEB A5AGAFgFAAAlAAAACwACAAEAAAALACMAAAAAAAMAJgABAAAACwApAAAAAAADADYAAAAAAB4AcAAB AAAAFAAAAERvZXMgRnJlZUJTRCBydW4gb24AAgFxAAEAAAAWAAAAAb9gL9/he7KeUcuXEdOxKQDA T6DP4gAAAgEdDAEAAAAgAAAAU01UUDpST1kuQlJBRExFWUBQUkVDSVNJT04xLk5FVAALAAEOAAAA AEAABg4ArGbYL2C/AQIBCg4BAAAAGAAAAAAAAAC+jcBwELjTEbETAMBPoM/iwoAAAAsAHw4BAAAA AgEJEAEAAADkAAAA4AAAAPUAAABMWkZ1pBBEHAMACgByY3BnMTI1FjIA+Atgbg4QMDMzTwH3AqQD 4wIAY2gKwHOAZXQwIFRhaANxlQKAfQqBdgiQd2sLgHRkNAxgYwBQCwMLtSCIRGVsAyA0MzUTwSJ1 B0AgUEkU4CwgkjUOIE1CB/BBTRUQvRSDSQIwE/AUwANgIA9AwDArIEV0aASRETBZB7BJQxUQAHBk FMBFwFJDIDIvUxhwFZAMSUQGAAuAZ2xlIPpDEPBuF3ADIAhQAjADYIMUAASQIHcvMTYVYXZDANAX QD8KogqAEfEAARxACwABgAggBgAAAAAAwAAAAAAAAEYAAAAAA4UAAAAAAAADAAOACCAGAAAAAADA AAAAAAAARgAAAAAQhQAAAAAAAAMAB4AIIAYAAAAAAMAAAAAAAABGAAAAAFKFAAAnagEAHgAJgAgg BgAAAAAAwAAAAAAAAEYAAAAAVIUAAAEAAAAEAAAAOS4wAB4ACoAIIAYAAAAAAMAAAAAAAABGAAAA ADaFAAABAAAAAQAAAAAAAAAeAAuACCAGAAAAAADAAAAAAAAARgAAAAA3hQAAAQAAAAEAAAAAAAAA HgAMgAggBgAAAAAAwAAAAAAAAEYAAAAAOIUAAAEAAAABAAAAAAAAAAsADYAIIAYAAAAAAMAAAAAA AABGAAAAAIKFAAABAAAACwA6gAggBgAAAAAAwAAAAAAAAEYAAAAADoUAAAAAAAADADyACCAGAAAA AADAAAAAAAAARgAAAAARhQAAAAAAAAMAPYAIIAYAAAAAAMAAAAAAAABGAAAAABiFAAAAAAAACwBS gAggBgAAAAAAwAAAAAAAAEYAAAAABoUAAAAAAAADAFOACCAGAAAAAADAAAAAAAAARgAAAAABhQAA AAAAAAIB+A8BAAAAEAAAAL6NwHAQuNMRsRMAwE+gz+ICAfoPAQAAABAAAAC+jcBwELjTEbETAMBP oM/iAgH7DwEAAACZAAAAAAAAADihuxAF5RAaobsIACsqVsIAAFBTVFBSWC5ETEwAAAAAAAAAAE5J VEH5v7gBAKoAN9luAAAAQzpcV0lOTlRcUHJvZmlsZXNccm95LmJyYWRsZXkuMDAwXExvY2FsIFNl dHRpbmdzXEFwcGxpY2F0aW9uIERhdGFcTWljcm9zb2Z0XE91dGxvb2tcb3V0bG9vay5wc3QAAAAA AwD+DwUAAAADAA00/TcAAAIBfwABAAAAOgAAADxOREJCTEJCRExPRU5JUE5BTlBGS0tFSUdDQUFB LnJveS5icmFkbGV5QHByZWNpc2lvbjEubmV0PgAAAAMABhA1mRyCAwAHEGgAAAADABAQAAAAAAMA ERAAAAAAHgAIEAEAAABlAAAAREVMTDQzNTBEVUFMUElJSSw1MTJNQlJBTSxEVUFMSU5URUxQUk8x MDArRVRIRVJORVROSUMsQU5EUEVSQzIvU0NSQUlEU0lOR0xFQ0hBTk5FTENPTlRST0xMRVJXLzE2 TUJDQQAAAACcCA== ------=_NextPart_000_000B_01BF6005.F7205EE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 6:42:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 34EAA14CB5 for ; Sun, 16 Jan 2000 06:42:25 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.43] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id fa003541 for ; Sun, 16 Jan 2000 09:41:09 -0500 Message-ID: <3881D93A.E095FB38@twave.net> Date: Sun, 16 Jan 2000 09:44:10 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Dementsov Alexey Cc: freebsd-questions@FreeBSD.org Subject: Re: I have question References: Content-Type: multipart/alternative; boundary="------------6E29C23247F082024CCC3A3D" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------6E29C23247F082024CCC3A3D Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Dementsov Alexey wrote: > I would be very grateful if you could give some information about > configuration ppp for remote access from Microsoft client to FreeBSD > server. > The following link should provide you with everything you need to know. http://www.freebsd.org/tutorials/ppp/index.html -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. --------------6E29C23247F082024CCC3A3D Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Dementsov Alexey wrote:
I would be very grateful if you could give some information about
configuration ppp for remote access from Microsoft client to FreeBSD
server.
 
The following link should provide you with everything you need to know.

http://www.freebsd.org/tutorials/ppp/index.html



-- 
Walter

in·tel·lec·tu·al (ntl-kch-l) 
n.      Someone who has been educated past his/her level of intelligence.
  --------------6E29C23247F082024CCC3A3D-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 7:21:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from postfix2.free.fr (postfix2.free.fr [212.27.32.74]) by hub.freebsd.org (Postfix) with ESMTP id 4DCB614CB5 for ; Sun, 16 Jan 2000 07:21:33 -0800 (PST) (envelope-from jaco@titine.fr.eu.org) Received: from titine.fr.eu.org (toulouse-51-37.dial.proxad.net [212.27.51.37]) by postfix2.free.fr (Postfix) with ESMTP id 1D384741C9 for ; Sun, 16 Jan 2000 16:21:29 +0100 (MET) Received: by titine.fr.eu.org (Postfix, from userid 1000) id 90CDA1535B; Sun, 16 Jan 2000 16:21:20 +0100 (CET) To: freebsd-questions@FreeBSD.ORG Subject: Re: How to clean _definitively_ a filesystem References: <200001160201.UAA06019@nospam.hiwaay.net> From: Eric Jacoboni Date: 16 Jan 2000 16:21:20 +0100 In-Reply-To: David Kelly's message of "Sat, 15 Jan 2000 20:01:32 -0600" Message-ID: <8766wucaa7.fsf@titine.fr.eu.org> Lines: 21 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "Bryce Canyon" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Kelly writes: > > FBSD complaints about a dirty /tmp filesystem (/mnt is not on a > > separate fs) so / cannot be mounted R/W and the system boot in single > > mode. If i do a 'mount -f -orw /' then a ^D, the system goes in normal > > mode and i can work as usual... Obviously, i've done multiple fsck on > > /, but the pb remains... > > You said its complaining about a dirty /tmp filesystem. But then you > say you have run fsck on /. You have a separate filesystem for /tmp? > Then run "fsck -y /tmp". Running fsck on / doesn't recurse the entire > system, it does only root. Oops ! sorry for the typo : you should read "FBSD complaints about a dirty /mnt filesystem" and, no, /mnt is not a separate fs : hence my pb... -- --------------------------------------------------------- Éric Jacoboni « No sport, cigars! » (W. Churchill) --------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 7:26:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stella.pyramus.com (stella.pyramus.com [206.129.206.3]) by hub.freebsd.org (Postfix) with ESMTP id C83C014D51 for ; Sun, 16 Jan 2000 07:26:32 -0800 (PST) (envelope-from blake@pyramus.com) Received: from phil.pyramus.com (phil [206.129.206.2]) by stella.pyramus.com (8.9.3/8.9.3) with ESMTP id HAA02034 for ; Sun, 16 Jan 2000 07:35:21 -0800 (PST) (envelope-from blake@pyramus.com) Received: from dark_star (dark-star.pyramus.com [206.129.206.6]) by phil.pyramus.com (8.8.3/8.6.12) with SMTP id HAA02439 for ; Sun, 16 Jan 2000 07:29:17 -0800 (PST) Date: Sun, 16 Jan 2000 07:29:17 -0800 (PST) Message-Id: <3.0.16.20000116072748.1d4f811e@phil.pyramus.com> X-Sender: blake@phil.pyramus.com X-Mailer: Windows Eudora Pro Version 3.0 (16) To: Walter Brameld From: Blake Swensen Subject: Moving Files--permissions not kept 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 move/copy files from one NFS mounted volume to a local volume. These are files owned by a variety of users but when moved the ownership is not carried with the file. So when I move the files as root, the ownership of the new files is changed from the original owner to root and and mode is changed to 664. The NFS server is novell with Netware NFS (hence the need to move the files). I have tried to tar the files first (with -p) and have tried dump as well. Any ideas on how I can move these files and still keep the permissions? Peace, Blake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 7:30:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pimout8-int.prodigy.net (pimout8-ext.prodigy.net [207.115.59.137]) by hub.freebsd.org (Postfix) with ESMTP id A12EE14BE6 for ; Sun, 16 Jan 2000 07:30:23 -0800 (PST) (envelope-from y2s@prodigy.net) Received: from y2s (QNCYA020-0719.splitrock.net [63.252.1.211]) by pimout8-int.prodigy.net (8.8.5/8.8.5) with SMTP id KAA233714 for ; Sun, 16 Jan 2000 10:30:21 -0500 Message-ID: <000801bf6039$a303c980$d301fc3f@y2s> From: "TONY SIM" To: Subject: a question Date: Sun, 16 Jan 2000 10:52:03 -0500 Organization: Prodigy Internet MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF600F.B9106AA0" 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_01BF600F.B9106AA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable i just got a freebsd 3.3 some weeks ago, but it was kinda hard to = use.... it is currently installed in my old computer so i can learn how = to use it without interrupting my school work (i'm just a high school = student) =20 i was wondering, however, if there was a news letters that can teach = novice, like myself, to use unix or define terms 'n uses in unix... (i = still don't understand where or how to use vi or emacs... i mean, what = r they for? r they like edit.com in dos? oh, 'n they are only 2 out of = million things i am confused about...) sorry to trouble you... i'm just really excited to have unix which = sounds so legendary, yet very frustrated because i can't use it.... = thanx a lot for reading thus far... have a nice day ^^ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =BE=F0=C0=E7=B3=AA =BF=F4=B4=C2 =BE=F3=B1=BC=B7=CE... =C2=AA=C0=BA =BB=EE, =C0=E7=B9=CC=C0=D6=B0=D4...=B1=D7=C1=D2? ------=_NextPart_000_0005_01BF600F.B9106AA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
i just got a freebsd 3.3 some weeks ago, but it was = kinda hard=20 to use....  it is currently installed in my old computer so i can = learn how=20 to use it without interrupting my school work (i'm just a high school=20 student) 
 
i was wondering, however, if there was a news = letters that can=20 teach novice, like myself, to use unix or define terms 'n uses in = unix... =20 (i still don't understand where or how to use vi or emacs...  i = mean, what=20 r they for?  r they like edit.com in dos?  oh, 'n they are = only 2 out=20 of million things i am confused about...)
 
sorry to trouble you...  i'm just really = excited to have=20 unix which sounds so legendary, yet very frustrated because i can't use=20 it....  thanx a lot for reading thus far...
 
have a nice day ^^
 
 
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=BE=F0=C0=E7=B3=AA =BF=F4=B4=C2 = =BE=F3=B1=BC=B7=CE...
=C2=AA=C0=BA =BB=EE,=20 =C0=E7=B9=CC=C0=D6=B0=D4...=B1=D7=C1=D2?
------=_NextPart_000_0005_01BF600F.B9106AA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 8: 8:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from krak.xs4all.nl (krak.xs4all.nl [194.109.15.125]) by hub.freebsd.org (Postfix) with ESMTP id E24E914C92 for ; Sun, 16 Jan 2000 08:08:49 -0800 (PST) (envelope-from wim@krak.xs4all.nl) Received: from krak.xs4all.nl (localhost [127.0.0.1]) by krak.xs4all.nl (8.9.3/8.9.3) with ESMTP id RAA07063; Sun, 16 Jan 2000 17:08:42 +0100 (CET) (envelope-from wim@krak.xs4all.nl) Message-ID: <3881ED0A.6034970D@krak.xs4all.nl> Date: Sun, 16 Jan 2000 17:08:42 +0100 From: Wim Elhorst Reply-To: wim@xs4all.nl X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: John Indra Cc: FreeBSD Questions List Subject: Re: Xfstt tends to be zombie... References: <20000116175505.A2366@bigfoot.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 Indra wrote: > Here's a snapshot from my /var/log/messages: > Jan 15 12:32:41 mona /kernel: cmd xmms pid 11121 tried to use > non-present sched_ getscheduler Try enabling the realtime posix extensions for your kernel. -wim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 8:13:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.ea4els.ampr.org (222-MADR-X22.libre.retevision.es [62.82.32.222]) by hub.freebsd.org (Postfix) with ESMTP id 402DE14E3B for ; Sun, 16 Jan 2000 08:13:33 -0800 (PST) (envelope-from sjmudd@pobox.com) Received: from localhost (localhost [127.0.0.1]) by phoenix.ea4els.ampr.org (Postfix) with ESMTP id AEFEF3758 for ; Sun, 16 Jan 2000 17:23:02 +0100 (CET) Date: Sun, 16 Jan 2000 17:23:02 +0100 (CET) From: Simon J Mudd To: freebsd-questions@freebsd.org Subject: 3.3 boot loader configuration file/docs? Message-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 playing around with FreeBSD a little, but have been waiting the arrival of a new SCSI disk which I wanted to share with linux and FreeBSD for doing a proper install. I'm currently using FreeBSD 3.3. After doing a "successful installation", leaving a small ext2fs "/boot" partition for linux, I find the "boot loader", although offering 2 options of F1 linux, F2 FreeBSD doesn't boot either system (linux won't work, I've just allocated space for installing later). The Partition Editor has setup the space as follows: da0s1 34784 blocks, ext2fs will be used for /boot for linux da0s2 is the FreeBSD slice with 2GB and has Freebsd correctly installed. the rest is unused. I've rebuilt the kernel for the SMP machine I'm using and to use the AHA2940 SCSI driver, da0 I can boot into the system from the FreeBSD boot disk, telling it to boot 0:da(0,a)kernel. What file/command should I be looking at to check the configuration options of the FreeBSD boot loader to see why it doesn't correctly boot from the SCSI disk? (Note this machine currently has no IDE disks, and no other SCSI disks.) Sorry for the newbie question, I don't feel like a newbie in linux, but in FreeBSD I'm still learning the ropes. Regards, Simon -- Simon J Mudd, Madrid SPAIN Tel: +34-91-408 4878 email: sjmudd@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 8:23:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from weeble.dyndns.org (ubppp234-243.dialin.buffalo.edu [128.205.234.243]) by hub.freebsd.org (Postfix) with ESMTP id AA93414BEE for ; Sun, 16 Jan 2000 08:23:34 -0800 (PST) (envelope-from cjm2@earthling.net) Received: from shithead (shithead.weeble.dyndns.org [10.0.0.2]) by weeble.dyndns.org (8.9.3/8.9.3) with SMTP id LAA29417; Sun, 16 Jan 2000 11:23:24 -0500 (EST) (envelope-from cjm2@earthling.net) From: "C J Michaels" To: "Andrew Reilly" Cc: "FreeBSD Questions" Subject: RE: (fast) ethernet performance problems/tweaking Date: Sun, 16 Jan 2000 11:23:22 -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: <20000110075748.A29687@gurney.reilly.home> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, all I can say is, do you have a switch or a hub? If you have a hub, odds are that it doesn't support full-duplex in the 1st place and that's why you are getting really poor performance. Try forcing the cards to half-duplex and see what happens. -Chris -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Andrew Reilly Sent: Sunday, January 09, 2000 3:58 PM To: questions@FreeBSD.ORG Subject: (fast) ethernet performance problems/tweaking Hi, I have a little network at home consisting of my FreeBSD-3.4-STABLE box (a PIII-500) and a Windows-NT 4.0 box (a Celeron-400). Since there are only two machines, I use a crossover cable instead of a hub or switch. In a recent fit of upgrading, I replaced the 10-baseT (PCI) cards in each machine with a pair of 100-baseTX RealTek-8139 cards. I was pleased that everything just seemed to work, but I've just tried to test the performance, and to say that it's short of stellar is an understatement. I have a 16M file in my home directory (FreeBSD), and two successive command-line FTP fetches on the NT box resulted in transfer rates of 70.02k and 99k. Yes, "k". I tried using the "copy /b" command, and gave up timing after five minutes. Where can I look to try to debug what is obviously a problem? Here's a bit of representative output from a netstat -I rl0 -b -w 5 command, while the copy/b was in progress: input (rl0) output packets errs bytes packets errs bytes colls 42 0 2636 81 0 118620 0 41 0 2692 71 0 100806 0 37 0 2336 72 0 104994 0 30 0 1916 57 0 80944 0 32 0 2152 57 0 80950 0 58 0 3712 97 0 141510 0 40 0 2516 72 0 104994 0 35 0 2216 64 0 92882 0 Here's the output of ifconfig rl0: rl0: flags=8843 mtu 1500 inet 10.0.0.1 netmask 0xff000000 broadcast 10.255.255.255 ether 00:48:54:50:52:83 media: 100baseTX supported media: autoselect 100baseTX 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 10baseT/UTP Hmm That's interesting. Shouldn't the flags say DUPLEX instead of SIMPLEX when the media is in full-duplex mode? Here's some /var/log/messages output related to rl0: Jan 6 13:35:51 gurney /kernel: rl0: rev 0x10 int a irq 9 on pci0.10.0 Jan 6 13:35:51 gurney /kernel: rl0: Ethernet address: 00:48:54:50:52:83 Jan 6 13:35:51 gurney /kernel: rl0: autoneg not complete, no carrier Jan 6 13:35:51 gurney /kernel: rl0: selecting MII, 100Mbps, half duplex Jan 6 13:35:51 gurney /kernel: rl0: selecting MII, 100Mbps, full duplex in rc.conf I have: ifconfig_rl0="inet 10.0.0.1 media 100baseTX mediaopt full-duplex" Unfortunately I know even less about NT networking than I do Unix networking, so I don't know where to start, for checking the NT end of the link. Thanks in advance for any suggestions, -- Andrew 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 Jan 16 8:29:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id CF83414C2D for ; Sun, 16 Jan 2000 08:29:15 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (m14.chn.vsnl.net.in [202.54.43.202] (may be forged)) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id CAA01019 for ; Mon, 17 Jan 2000 02:59:05 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id VAA05492; Sun, 16 Jan 2000 21:50:39 +0530 (IST) (envelope-from grog) Date: Sun, 16 Jan 2000 21:50:39 +0530 From: Greg Lehey To: Roy W Bradley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Does FreeBSD run on Message-ID: <20000116215038.A5452@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from roy.bradley@precision1.net on Sun, Jan 16, 2000 at 09:42:12AM -0500 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 16 January 2000 at 9:42:12 -0500, Roy W Bradley wrote: > [-- Attachment #1 --] > [-- Type: text/plain, Encoding: 7bit, Size: 0.1K --] > > Dell 4350 Dual PIII, 512MB RAM, Dual Intel Pro 100+ Ethernet NIC, and PERC > 2/SC RAID Single Channel Controller w/16MB Cache? > > [-- Attachment #2: winmail.dat --] > [-- Type: application/ms-tnef, Encoding: base64, Size: 2.0K --] > > [-- application/ms-tnef is unsupported (use 'v' to view this part) --] I'm sorry, I can't read this attachment. It appears to use some Microsoft proprietary format. Please use open formats when sending messages to FreeBSD mailing lists. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 8:46: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.mia.bellsouth.net (mail3.mia.bellsouth.net [205.152.16.15]) by hub.freebsd.org (Postfix) with ESMTP id 358F414A14 for ; Sun, 16 Jan 2000 08:46:05 -0800 (PST) (envelope-from otterr@bellsouth.net) Received: from bellsouth.net (adsl-77-244-61.mia.bellsouth.net [216.77.244.61]) by mail3.mia.bellsouth.net (3.3.5alt/0.75.2) with ESMTP id LAA17570; Sun, 16 Jan 2000 11:44:00 -0500 (EST) Message-ID: <3881AE43.E3267321@bellsouth.net> Date: Sun, 16 Jan 2000 11:40:51 +0000 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: TONY SIM , freebsd-questions@freebsd.org Subject: Re: a question References: <000801bf6039$a303c980$d301fc3f@y2s> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG TONY SIM wrote: > i just got a freebsd 3.3 some weeks ago, but it was kinda hard to > use.... it is currently installed in my old computer so i can learn > how to use it without interrupting my school work (i'm just a high > school student) i was wondering, however, if there was a news letters > that can teach novice, like myself, to use unix or define terms 'n > uses in unix... (i still don't understand where or how to use vi or > emacs... i mean, what r they for? r they like edit.com in dos? oh, > 'n they are only 2 out of million things i am confused about...) sorry > to trouble you... i'm just really excited to have unix which sounds > so legendary, yet very frustrated because i can't use it.... thanx a > lot for reading thus far... have a nice day ^^ ====================== > > ¾ðÀ糪 ¿ô´Â ¾ó±¼·Î... > ªÀº »î, Àç¹ÌÀÖ°Ô...±×ÁÒ? > > to get that "warm n' fuzzy feeling" that you're looking for, you had > better be willing to read. it takes time, but in a short time, you'll > have the basics down pat. subscribing to this list is a good way to > learn. just look at the topics and read those which you think may > apply to you and learn from the answers that others give. don't be > afraid to try new things on your machine, especially since it's on a > second machine. Some places to start are: > Read http://www.freebsad.org/handbook > http://www.freebsdrocks.com/ > http://daily.daemonnews.org > > there are other sites too, but these are good places to start as they > have many relevant links to follow. "The Complete FreeBSD" , 3rd > Edition, by Greg Lehey, is a good book to have handy in case your > online resources are not available at the time (isp's do not have 100% > functionality). > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 8:57:17 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 137A414E36 for ; Sun, 16 Jan 2000 08:57:15 -0800 (PST) (envelope-from sarig@bezeqint.net.il) Received: from bezeqint.net.il (pri6174.isdn.net.il) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.1999.07.30.00.05.p8) with ESMTP id <0FOF00BF1TQNPD@mail.bezeqint.net> for freebsd-questions@freebsd.org; Sun, 16 Jan 2000 18:56:51 +0200 (IST) Date: Sun, 16 Jan 2000 18:56:05 +0200 From: Oren Sarig Subject: Re: Which X-window to choose? To: Chris.Smith@raytheon.co.uk Cc: James A Wilde , freebsd-questions@freebsd.org Message-id: <3881F825.DB13CD06@bezeqint.net.il> MIME-version: 1.0 X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.3-RELEASE i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit References: <00256866.00426B86.00@rslhub.raytheon.co.uk> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG WindowMaker was nice, but the reason I dropped it (drums, please).... I want that bar on the bottom I can choose what window I want from. Seriously, when I have 10 windows open, it's a real pain (you know where) finding the one you need without that bar. When the selection came between KDE and GNOME, I picked GNOME because (drums again)... GTK looks nicer than QT. Seriously, GNOME is a whole lot more stable now, and offers about the same features as KDE, so there is no big difference. Just my $.02, though I probably haven't said anything useful here. -- Oren Sarig sarig@bezeqint.net.il Chris.Smith@raytheon.co.uk wrote: > > Hi, > > Here are my views > > > Thanks, Nils, you asked the same question I was about to ask. However, I > > have an additional criterion. Are any of these systems establishing > > themselves as standards? I know of Gnome and kde, and that Redhat has > just > > dropped kde for Gnome which presumably gives Gnome an edge, but how are > the > > camps dividing themselves among FBSD users? > > RedHat have far from dropped KDE from their installation. The latest 6.1 > installation allows a 'KDE' desktop to be installed rather that 6.0's Gnome > one and without pissing around for 2 hours with switchdesk. There also > appears to be a _huge_ amount of commercial backing for KDE from various > sources. Gnome looks nice, but it's hardly stable and not very practical. > I personally dumped both of them for the raw speed and power of > WindowMaker. So it doesnt have a native file manager? So it doesnt have > feature x and y. It has so many more good points:- > > 1. It's rock solid > 2. It'll run speedily on a P90 > 3. It's easy to use - not overcomplicated like the win9x/2000/gnome > desktop > 4. It's simpler than most and therefore less bugs. > 5. It's very customisable. > > This is my view, but I'd recommend KDE as a good second and possible a > first for new UNIX users. I wouldnt recommend RedHat though for anyone. > It's got more holes than a seive. > > Regarding standards, KDE has adopted it's own 'standard' known as > KOM/OpenParts (I think). Gnome uses an existing standard but it's a > 'commercial style' one which I dont like. I compare it to Microsoft DCOM > which is foul and should be burned at the stake :o) > > Chris Smith > Raytheon Systems Limited > > 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 Jan 16 8:58: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.mia.bellsouth.net (mail1.mia.bellsouth.net [205.152.16.13]) by hub.freebsd.org (Postfix) with ESMTP id 57CB814EB6 for ; Sun, 16 Jan 2000 08:58:00 -0800 (PST) (envelope-from otterr@bellsouth.net) Received: from bellsouth.net (adsl-77-244-61.mia.bellsouth.net [216.77.244.61]) by mail1.mia.bellsouth.net (3.3.5alt/0.75.2) with ESMTP id LAA19128; Sun, 16 Jan 2000 11:58:09 -0500 (EST) Message-ID: <3881B10C.9F752D01@bellsouth.net> Date: Sun, 16 Jan 2000 11:52:44 +0000 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: wim@xs4all.nl Cc: John Indra , FreeBSD Questions List Subject: Re: Xfstt tends to be zombie... References: <20000116175505.A2366@bigfoot.com> <3881ED0A.6034970D@krak.xs4all.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wim Elhorst wrote: > John Indra wrote: > > Here's a snapshot from my /var/log/messages: > > Jan 15 12:32:41 mona /kernel: cmd xmms pid 11121 tried to use > > non-present sched_ getscheduler > > Try enabling the realtime posix extensions for your kernel. > > -wim > Just to follow up, here's the line the kernel contents that wim suggested: # Bonus for making this use POSIX scheduling control and better # scheduling. I added this for use with /usr/ports/audio/cdrdao # Star Office also requires it. options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" i have this in mine and xmms works fine here. as for your doubt of the desktop, you should check out some of the other window managers. i'm not going to start a flame war by recommending one, *cough*windowmaker*cough* but i can say that depending on your x11 server, the resolution you run it at, and the number of apps you run at any given time, you should look for less resource-demanding wm's... ram's cheap too. -Otter > > 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 Jan 16 9: 0:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.menzor.dk (themoonismadeofgreenchease.dk [195.249.147.160]) by hub.freebsd.org (Postfix) with ESMTP id BCAD914DDD; Sun, 16 Jan 2000 09:00:45 -0800 (PST) (envelope-from ml@seeberg.dk) Received: from sos (fwuser@fw.merkantildata.dk [194.239.79.3]) by www.menzor.dk (8.8.8/8.8.8) with SMTP id SAA06719; Sun, 16 Jan 2000 18:02:01 +0100 (CET) (envelope-from ml@seeberg.dk) Message-ID: <018601bf6043$6b1f6c40$16280c0a@sos> Reply-To: "Morten Seeberg" From: "Morten Seeberg" To: "Mike Smith" , References: <200001150016.QAA02816@mass.cdrom.com> Subject: Compaq RAID controller never in the handbook? Date: Sun, 16 Jan 2000 18:02:05 +0100 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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Compaq controllers are intended by Compaq to only be used in Compaq > servers. Under some circumstances you might get lucky otherwise, but as a > general rule you can forget using them in any other system. I´ve never had a non-Compaq system that wouldn´t accept my Smart2 controller. All you need to do is download the SP6263 from the compaq website, create 2 floppies, and then you can boot of these 2 floppies to configure the RAID controller. I tried contacting the freebsd-doc mailinglist, because I wanted to make some notes on how to use the Compaq equipment in Compaq servers and non Compaq servers, but noone answered my letters, so I guess its not interesting to get such an add-on to the faq or handbook. I would then explain how to install BSD onto the controller, how to configure the controller on non CPQ systems, and later try to make a package wheneven I managed to get the Array config utility to work under fx wine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 9:11:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.prescient.co.za (mail.prescient.co.za [196.25.167.194]) by hub.freebsd.org (Postfix) with ESMTP id 8713414CA0 for ; Sun, 16 Jan 2000 09:11:50 -0800 (PST) (envelope-from rip@pinetec.co.za) Received: from rip by mail.prescient.co.za with local (Exim 2.05 #1) id 129tDQ-0006jY-00 for freebsd-questions@freebsd.org; Sun, 16 Jan 2000 19:11:48 +0200 Date: Sun, 16 Jan 2000 19:11:48 +0200 From: "R.I.Pienaar" To: freebsd-questions@freebsd.org Subject: ext2fs Message-ID: <20000116191148.C23927@pinetec.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, I am in the process of comverting my linux machine to a freebsd machine, the problem is that i have one large ext2 filesystem that i cant convert to freebsd right now, I dont have anywhere to put all this data. I had a powerfailure, ext2fs got dirty, and now needs a fsck, but i cant find any fsck for FreeBSD that supports linux ext2fs. On the list archives someone mentioned that they did get it compiled with a one line patch, but from what I can see making it works is quite a bit more involved than just that. any help appreciated, -- R.I. Pienaar rip@pinetec.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 9:24: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from intranova.net (blacklisted.intranova.net [209.3.31.70]) by hub.freebsd.org (Postfix) with SMTP id 31B1E14D35 for ; Sun, 16 Jan 2000 09:24:00 -0800 (PST) (envelope-from oogali@intranova.net) Received: (qmail 90625 invoked from network); 16 Jan 2000 12:26:07 -0000 Received: from hydrant.intranova.net (user86987@209.201.95.10) by blacklisted.intranova.net with SMTP; 16 Jan 2000 12:26:07 -0000 Date: Sun, 16 Jan 2000 12:21:19 -0500 (EST) From: Omachonu Ogali To: "Rodney W. Grimes" Cc: Brian Gallucci , FreeBSD , ipfw@FreeBSD.ORG Subject: Re: Hmmm In-Reply-To: <200001141735.JAA36120@gndrsh.dnsmgr.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 Windows isn't that retarded, it doesn't send incorrect IP headers out onto the wire. Is your router connected to a hub at your ISP/uplink? Omachonu Ogali Intranova Networking Group On Fri, 14 Jan 2000, Rodney W. Grimes wrote: > > If you're connected to a hub then that means someone else on that hub has > > address space in that area, otherwise, something's barfing on you. > > It's just windblows braindamage, it likes to send netbios IP traffic > to really strange IP addresses using really strange source addresses > some times. > > Easy fix is to drop all any 138 to any 138, and any 137 to any 137, > unless your fool enough to want to run netbios over the internet, > in which case you'll have to allow some specifc IP's to work. > > > > > Omachonu Ogali > > Intranova Networking Group > > > > On Thu, 13 Jan 2000, Brian Gallucci wrote: > > > > > This is really weird -> > > > > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > ipfw: 1800 Deny UDP 216.174.91.28:137 216.174.91.31:137 in via xl0 > > > ipfw: 1800 Deny UDP 216.174.91.28:137 216.174.91.31:137 in via xl0 > > > ipfw: 1800 Deny UDP 216.174.91.28:137 216.174.91.31:137 in via xl0 > > > ipfw: 1800 Deny UDP 216.174.91.28:137 216.174.91.31:137 in via xl0 > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > > > > We don't own any address space on 216.174.91.0 at all !! > > > > > > Can someone tell what this means ??? Am I missing something.. > > > > > > I think it should look something like - > > > > > > > ipfw: 1800 Deny UDP " OUR ADDRESS ":138 216.174.91.31:138 in via xl0 > > > ipfw: 1800 Deny UDP " OUR ADDRESS ":138 216.174.91.31:138 in via xl0 > > > > > > Thanks > > > -Brian > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-ipfw" in the body of the message > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ipfw" in the body of the message > > > > > -- > Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 9:26:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from intranova.net (blacklisted.intranova.net [209.3.31.70]) by hub.freebsd.org (Postfix) with SMTP id DDF7614ED2 for ; Sun, 16 Jan 2000 09:26:44 -0800 (PST) (envelope-from oogali@intranova.net) Received: (qmail 92899 invoked from network); 16 Jan 2000 12:28:53 -0000 Received: from hydrant.intranova.net (user23798@209.201.95.10) by blacklisted.intranova.net with SMTP; 16 Jan 2000 12:28:53 -0000 Date: Sun, 16 Jan 2000 12:24:06 -0500 (EST) From: Omachonu Ogali To: Yung Yi Cc: freebsd-ipfw@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: router statistics. In-Reply-To: <003901bf5ed6$b0a9e600$e3d50198@apan.snu.ac.kr> 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 Do 'ipfw show' and look at the allow all rule (if you have one). Omachonu Ogali Intranova Networking Group On Sat, 15 Jan 2000, Yung Yi wrote: > Hi. >=20 > Is there any tools or programs in FreeBSD that > can show the statistics that how much traffic it handles when it is used = as a router? >=20 > N=85'=B2=E6=ECr=B8=9B{=EB=1E=9D=D9=9A=8A[h=99=A8=E8=AD=DA&=A0Z=DEx=14=83= =A2=B80=8A=D8n=9E=CB=9B=B1=CA=E2m=E7=EBy=E6=ECv=AB=9E=B2=D8=A8=9E=C8=A7=B6= =17=9B=A1=DC=A8~=D8^=99=EB,j=07 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 10:13:54 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 3C67714E61 for ; Sun, 16 Jan 2000 10:13:40 -0800 (PST) (envelope-from papalia@UDel.Edu) Received: from copland.udel.edu (copland.udel.edu [128.175.13.92]) by copland.udel.edu (8.9.3/8.9.3) with ESMTP id NAA00452; Sun, 16 Jan 2000 13:13:25 -0500 (EST) Date: Sun, 16 Jan 2000 13:13:25 -0500 (EST) From: John To: "Kenneth D. Merry" Cc: Rick Hamell , Micke Josefsson , freebsd-questions@FreeBSD.ORG Subject: Re: Expected SCSI speed question In-Reply-To: <20000116012238.A30815@panzer.kdm.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 > > > I have a 200 MHz K6 system (FBSD 3.2), Adaptec 2940UW SCSI-adaptor and Seagate > > > ST19171W Hard disk. The Seagate (Barracuda 9) disk is specced to up to 40 > > > Mbytes/sec Max sync. SCSI transfer rate. But whatever tests I run (copying > > > large files to and fro, dd from disk to /dev/null for example) the actual speed > > > is never more than around 0.5 MB/s according to 'systat -io 1' or 'systat -vm > > > 1'. > > > Is there a knob to turn to speed it up or is this a bottleneck due to the > > > processor? I'm just tuning into the thread, so please forgive me if this has been asked, but has it been verified at boot up (thru dmesg) that the drives are even negotiating the appropriate speed connection? Last drive I had that was "slow" gave the techies some kinda hint at what was wrong due to the fact taht it couldn't negotiate at boot up. I can't recall what it was off hand though. Also, are the appropriate speeds set in the SCSI Bios too? Again, I apologize if those q's have already been asked... ---John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 10:31: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id ED5C714E79 for ; Sun, 16 Jan 2000 10:31:01 -0800 (PST) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcB-202.sub-b.lee.net [208.205.125.202]) by trinity.lee.net (8.9.1/8.9.0) with ESMTP id NAA09096; Fri, 14 Jan 2000 13:52:25 -0600 Message-ID: <387F7F16.2D348846@journalstar.com> Date: Fri, 14 Jan 2000 13:55:02 -0600 From: Tony Wells X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: ".Chris Grady" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question References: <000001bf5e66$e999a920$16167ad1@gmg001.gmgn.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ".Chris Grady" wrote: > > I know this is a really stupid question but what else would you expect from > and NT guy. (please don't laugh when you read this.) > > I am beginning the long process of ridding myself of Microsoft products and > at the core of my systems I plan to implement 100% FreeBSD. I have been > unable to find any books related to FreeBSD. I know it is suppose to be a > port of the original UCB UNIX but does that mean that I can get a book on > UNIX administration and apply that knowledge to a FreeBSD OS running on a > quad zeon or PIII server with Level 5 Raid? > > Also, I have been doing quite a bit of research and have decided on the > following setup for a large database driven web service that we will be > undertaking and releasing under the General Public License. I would like any > input you have on the following core system I plan to implement. > > OS: FreeBSD > Web Server: Apache Jserv & mod_perl & possibly (EMBPerl) > Database: Oracle 8.X > You might want to look into PHP, an embedded server-side scripting language (http://www.php.net/) and MySQL, a free relational database in ports (http://www.mysql.com/). Whatever you choose, you will be happy. My experience shows that FreeBSD is much happier under load than NT. > DNS: FreeBSD running BIND > > Also, there is no User Group in Washington D.C. and we would like to start > one. I am currently an active member with several user groups involved with > the Windows NT technology including NTServer, Visual Interdev User Group > (WAVI), and MSSQL User group. I Know of several dozen individuals that are > currently looking for alternatives to Micro$oft system. Please let me know > what I need to do to establish the Washington D.C. FreeBSD user group. > > Thanks for you help in advance. > > Kind Regards, > Chris Grady > > 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 Jan 16 10:47:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nexttown.buckhorn.net (nexttown.buckhorn.net [208.129.165.66]) by hub.freebsd.org (Postfix) with ESMTP id 176FC14DCC for ; Sun, 16 Jan 2000 10:47:42 -0800 (PST) (envelope-from bob@buckhorn.net) Received: from buckhorn.net (nexttown.buckhorn.net [208.129.165.66]) by nexttown.buckhorn.net (8.9.3/8.9.3) with ESMTP id KAA58380; Sun, 16 Jan 2000 10:32:10 -0600 (CST) (envelope-from bob@buckhorn.net) Message-ID: <3881F28A.7F9B4C6F@buckhorn.net> Date: Sun, 16 Jan 2000 10:32:10 -0600 From: Bob Martin Reply-To: Bob@buckhorn.net X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: TONY SIM Cc: freebsd-questions@FreeBSD.ORG Subject: Re: a question References: <000801bf6039$a303c980$d301fc3f@y2s> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > TONY SIM wrote: > > i just got a freebsd 3.3 some weeks ago, but it was kinda hard to > use.... it is currently installed in my old computer so i can learn > how to use it without interrupting my school work (i'm just a high > school student) > > i was wondering, however, if there was a news letters that can teach > novice, like myself, to use unix or define terms 'n uses in unix... > (i still don't understand where or how to use vi or emacs... i mean, > what r they for? r they like edit.com in dos? oh, 'n they are only 2 > out of million things i am confused about...) > > sorry to trouble you... i'm just really excited to have unix which > sounds so legendary, yet very frustrated because i can't use it.... > thanx a lot for reading thus far... > > have a nice day ^^ Tony, You have to learn Unix pretty much the way you learned Windows. First, see if you can find someone that knows Unix, and ask them to help. Second, experiment. And of course, read the documentation. If you have trouble finding the documents on your machine, you can get them online. Try this for starters: http://www.freebsd.org/projects/newbies.html There is an e-mail list for newbies. Send e-mail to majordomo@freebsd.org with the following line (and only this line) in the body: subscribe freebsd-newbies Here are a few pointers to help you get started. Nearly all "commands" live in directories named "bin" for example, /usr/bin and /usr/local/bin. The following list of commands will help you out. whatis --This command will give you a brief description of what a command does. Example: whatis vi more --This command is used to read text files one page at a time. Works a lot like type | more in dos. Example: more /COPYRIGHT man --This command will give you the manual page for all kinds of things. To find out more type man man Good luck! -- Bob Martin, bob@buckhorn.net http://www.buckhorn.net "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." -- Albert Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 11: 3:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from field.videotron.net (field.videotron.net [205.151.222.108]) by hub.freebsd.org (Postfix) with ESMTP id 6888814DEA for ; Sun, 16 Jan 2000 11:03:14 -0800 (PST) (envelope-from 1445@videotron.ca) Received: from Alexandre ([24.200.179.38]) by field.videotron.net (Sun Internet Mail Server sims.3.5.1999.12.14.10.29.p8) with SMTP id <0FOF0054TZKIK3@field.videotron.net> for freebsd-questions@FreeBSD.ORG; Sun, 16 Jan 2000 14:02:43 -0500 (EST) Date: Sun, 16 Jan 2000 14:01:56 -0500 From: Alexandre Coulombe <1445@videotron.ca> Subject: Comunication Francaise To: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Importance: Normal X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Priority: 3 (Normal) 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 Jan 16 11: 3:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 3C6A614F5A for ; Sun, 16 Jan 2000 11:03:22 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2249.bossig.com [208.26.242.249]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Sun, 16 Jan 2000 10:24:40 -0800 Message-ID: <38820B26.BD8853FC@3-cities.com> Date: Sun, 16 Jan 2000 10:17:10 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Blake Swensen Cc: Walter Brameld Subject: Re: Moving Files--permissions not kept References: <3.0.16.20000116072748.1d4f811e@phil.pyramus.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Blake Swensen wrote: > > I am trying to move/copy files from one NFS mounted volume to a local > volume. These are files owned by a variety of users but when moved the > ownership is not carried with the file. So when I move the files as root, > the ownership of the new files is changed from the original owner to root > and and mode is changed to 664. Do a man on cp and pay attention to the "-p" option. I normally use -Rp. I usually don't have symbolic links in the areas that I am copying. Kent > > The NFS server is novell with Netware NFS (hence the need to move the files). > > I have tried to tar the files first (with -p) and have tried dump as well. > Any ideas on how I can move these files and still keep the permissions? > > Peace, > Blake > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 11:39:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 00D0314DCC; Sun, 16 Jan 2000 11:39:11 -0800 (PST) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id LAA42975; Sun, 16 Jan 2000 11:39:04 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200001161939.LAA42975@gndrsh.dnsmgr.net> Subject: Re: Hmmm In-Reply-To: from Omachonu Ogali at "Jan 16, 2000 12:21:19 pm" To: oogali@intranova.net (Omachonu Ogali) Date: Sun, 16 Jan 2000 11:39:04 -0800 (PST) Cc: briang@expnet.net (Brian Gallucci), freebsd-questions@FreeBSD.ORG (FreeBSD), ipfw@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Windows isn't that retarded, it doesn't send incorrect IP headers out onto > the wire. Is your router connected to a hub at your ISP/uplink? Yes windows is that retarded. And no these are not comming from the ISP upstream. I've seen enough of these in tcpdumps that I some times bother to track down the MAC they come from and fix the windblows network configuration to eliminate them, though that has become tedious so I just drop them on the floor at routers now. > > Omachonu Ogali > Intranova Networking Group > > On Fri, 14 Jan 2000, Rodney W. Grimes wrote: > > > > If you're connected to a hub then that means someone else on that hub has > > > address space in that area, otherwise, something's barfing on you. > > > > It's just windblows braindamage, it likes to send netbios IP traffic > > to really strange IP addresses using really strange source addresses > > some times. > > > > Easy fix is to drop all any 138 to any 138, and any 137 to any 137, > > unless your fool enough to want to run netbios over the internet, > > in which case you'll have to allow some specifc IP's to work. > > > > > > > > Omachonu Ogali > > > Intranova Networking Group > > > > > > On Thu, 13 Jan 2000, Brian Gallucci wrote: > > > > > > > This is really weird -> > > > > > > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:137 216.174.91.31:137 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:137 216.174.91.31:137 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:137 216.174.91.31:137 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:137 216.174.91.31:137 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > > > > > > We don't own any address space on 216.174.91.0 at all !! > > > > > > > > Can someone tell what this means ??? Am I missing something.. > > > > > > > > I think it should look something like - > > > > > > > > > ipfw: 1800 Deny UDP " OUR ADDRESS ":138 216.174.91.31:138 in via xl0 > > > > ipfw: 1800 Deny UDP " OUR ADDRESS ":138 216.174.91.31:138 in via xl0 > > > > > > > > Thanks > > > > -Brian > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-ipfw" in the body of the message > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-ipfw" in the body of the message > > > > > > > > > -- > > Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net > > > > -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 11:49:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.xs4all.nl (smtp1.xs4all.nl [194.109.127.48]) by hub.freebsd.org (Postfix) with ESMTP id 2254D14FC2 for ; Sun, 16 Jan 2000 11:49:40 -0800 (PST) (envelope-from rene@xs4all.nl) Received: from innerpeace.outerheaven.net (innerpeace.outerheaven.net [194.109.23.210]) by smtp1.xs4all.nl (8.9.3/8.9.3) with ESMTP id UAA06696; Sun, 16 Jan 2000 20:49:30 +0100 (CET) From: rene@xs4all.nl Date: Sun, 16 Jan 2000 20:54:03 +0100 X-Mailer: The Bat! (v1.35) S/N B56A3CE9 / Personal Reply-To: rene@xs4all.nl Organization: XS4ALL Internet B.V. Nederland X-Priority: 3 (Normal) Message-ID: <8870.000116@xs4all.nl> To: questions@freebsd.org Subject: vinum question : automatic mounting at boot, NFS? 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 questions, Hi. I've succeeded in creating myself a vinum volume, but am wondering on how to get it up automagically, aswell as mount-able over NFS. I've tried the following, this output is from straight after a boot: bash-2.02# grep -e start_vinum /etc/rc.conf start_vinum="YES" bash-2.02# vinum list Configuration summary Drives: 0 (4 configured) Volumes: 0 (4 configured) Plexes: 0 (8 configured) Subdisks: 0 (16 configured) bash-2.02# dmesg Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-STABLE #3: Mon Dec 13 18:59:30 CET 1999 rene@messenger:/usr/src/sys/compile/MESSENGER-EXPERIMENTAL Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 233864205 Hz CPU: Pentium/P55C (233.86-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping=3 Features=0x8001bf real memory = 67043328 (65472K bytes) avail memory = 62291968 (60832K bytes) Preloaded elf kernel "kernel" at 0xc02c8000. Probing for devices on PCI bus 0: chip0: rev 0x04 on pci0.0.0 chip1: rev 0x04 on pci0.1.0 chip2: rev 0x00 on pci0.3.0 chip3: rev 0xc3 on pci0.7.0 ahc0: rev 0x00 int a irq 5 on pci0.10.0 ahc0: aic7880 Single Channel A, SCSI Id=7, 16/255 SCBs vga0: rev 0x01 int a irq 12 on pci0.11.0 xl0: <3Com 3c905B-TX Fast Etherlink XL> rev 0x30 int a irq 10 on pci0.12.0 xl0: Ethernet address: 00:10:5a:c0:33:b3 xl0: autoneg complete, link status good (half-duplex, 100Mbps) ide_pci0: rev 0xc1 int a irq 0 on pci0.15.0 Probing for devices on PCI bus 1: Probing for PnP devices: CSN 1 Vendor ID: TCM5095 [0x95506d50] Serial 0xaf92f149 Comp ID: @@@0000 [0x00000000] Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 not found sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 9671MB (19807200 sectors), 19650 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 9671MB (19807200 sectors), 19650 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 flags 0xa0ffa0ff on isa wdc1: unit 1 (atapi): , removable, iordy acd0: drive speed 689KB/sec, 128KB cache acd0: supported read types: CD-DA acd0: Audio: play, 128 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM unknown medium, unlocked wt0 not found at 0x300 mcd0 not found at 0x300 matcdc0 not found at 0x230 scd0 not found at 0x230 ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/7 bytes threshold lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 1 3C5x9 board(s) on ISA found at 0x300 ep0 at 0x300-0x30f irq 10 on isa ep0: utp[*UTP*] address 00:20:af:92:f1:49 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface ccd0-3: Concatenated disk drivers Waiting 5 seconds for SCSI devices to settle changing root device to da0s1a da0 at ahc0 bus 0 target 4 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da0: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C) da1 at ahc0 bus 0 target 6 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da1: 8715MB (17850000 512 byte sectors: 255H 63S/T 1111C) vinum: loaded bash-2.02# vinum start bash-2.02# tail /var/log/messages Jan 16 20:37:30 messenger /kernel: da1: Fixed Direct Access SCSI-2 device Jan 16 20:37:30 messenger /kernel: da1: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled Jan 16 20:37:30 messenger /kernel: da1: 8715MB (17850000 512 byte sectors: 255H 63S/T 1111C) Jan 16 20:37:34 messenger sshd[203]: Listener created on port 22. Jan 16 20:37:34 messenger sshd[204]: Daemon is running. Jan 16 20:37:48 messenger sshd[227]: log: ROOT LOGIN as 'root' from innerpeace Jan 16 20:38:00 messenger /kernel: vinum: loaded Jan 16 20:41:38 messenger /kernel: vinum: reading configuration from /dev/wd1d Jan 16 20:41:38 messenger /kernel: vinum: updating configuration from /dev/wd0d Jan 16 20:41:38 messenger /kernel: vinum: updating configuration from /dev/da1d bash-2.02# vinum list Configuration summary Drives: 3 (4 configured) Volumes: 1 (4 configured) Plexes: 1 (8 configured) Subdisks: 3 (16 configured) D c State: up Device /dev/da1d Avail: 0/8715 MB (0%) D a State: up Device /dev/wd0d Avail: 0/9671 MB (0%) D b State: up Device /dev/wd1d Avail: 0/9671 MB (0%) V myvol State: up Plexes: 1 Size: 27 GB P myvol.p0 C State: up Subdisks: 3 Size: 27 GB S myvol.p0.s0 State: up PO: 0 B Size: 9671 MB S myvol.p0.s1 State: up PO: 9671 MB Size: 9671 MB S myvol.p0.s2 State: up PO: 18 GB Size: 8715 MB bash-2.02# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0s1a 31743 24383 4821 83% / procfs 4 4 0 100% /proc /dev/da0s1f 1853547 632203 1073061 37% /usr /dev/da0s1e 29751 2891 24480 11% /var bash-2.02# mount /dev/vinum/myvol /mnt/large bash-2.02# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0s1a 31743 24383 4821 83% / procfs 4 4 0 100% /proc /dev/da0s1f 1853547 632203 1073061 37% /usr /dev/da0s1e 29751 2891 24480 11% /var /dev/vinum/myvol 27847756 1 25619935 0% /mnt/large bash-2.02# cat /etc/exports #The following examples export /usr to 3 machines named after ducks, #/home and all directories under it to machines named after dead rock stars #and, finally, /a to 2 privileged machines allowed to write on it as root. #/usr huey louie dewie #/home -alldirs janice jimmy frank #/a -maproot=0 bill albert # # You should replace these lines with your actual exported filesystems. /usr -alldirs 194.109.23.210 #/mnt/large -alldirs -maproot=0 194.109.23.210 #/home -alldirs 194.109.23.210 Now, I'd really, really like to be able to put /mnt/large in my /etc/exports so that I can access it (straight after booting my freeBSD box) from my NT machine using NFS. Can anyone nudge me into the right direction here? Greetings, rene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 11:49:52 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 0F6E815024 for ; Sun, 16 Jan 2000 11:49:49 -0800 (PST) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id LAA20131 for ; Sun, 16 Jan 2000 11:49:48 -0800 Date: Sun, 16 Jan 2000 11:49:48 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: linx/freebsd/dump Message-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 solutions for getting a linux machine to dump over the network to my freebsd machine with all the tape devices in it? The FreeBSD machines on the network do network dumps just fine. The linux machines don't seem to want to do it. Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 12:25:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from entropy.tmok.com (entropy.tmok.com [204.17.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 941DE14F0F for ; Sun, 16 Jan 2000 12:25:21 -0800 (PST) (envelope-from wonko@entropy.tmok.com) Received: (from wonko@localhost) by entropy.tmok.com (8.9.3/8.9.3) id PAA28026 for freebsd-questions@freebsd.org; Sun, 16 Jan 2000 15:27:37 -0500 (EST) From: Brian Hechinger Message-Id: <200001162027.PAA28026@entropy.tmok.com> Subject: Netscape Communicator 4.7 and -current To: freebsd-questions@freebsd.org Date: Sun, 16 Jan 2000 15:27:37 -0500 (EST) Reply-To: wonko@entropy.tmok.com X-Useless-Header: why? because i can. X-Organization: The Ministry of Knowledge X-Dreams: an OpenWin that is based on current MIT X11 releases 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 i'm trying to get Netscape Navigator 4.7 to run on FreeBSD-current (snapshot 20000114) and am having some trouble. for some reason, -current didn't populate the X related aout libraries during install (but i'm guessing 3.3 -stable did since it used to work) so what i need to know is how to i build and install the aout libraries that netscape needs? wonko@wintermute.half.com# ldd communicator-4.7.bin communicator-4.7.bin: -lXt.6 => not found (0x0) -lXmu.6 => not found (0x0) -lXext.6 => not found (0x0) -lX11.6 => not found (0x0) -lSM.6 => not found (0x0) -lICE.6 => not found (0x0) -lg++.4 => /usr/lib/compat/aout/libg++.so.4.0 (0x20b67000) -lstdc++.2 => /usr/lib/compat/aout/libstdc++.so.2.0 (0x20ba3000) -lm.2 => /usr/lib/compat/aout/libm.so.2.0 (0x20bd9000) -lc.3 => /usr/lib/compat/aout/libc.so.3.1 (0x20bf3000) thanks, -brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 12:26:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from expnet.net (mail.expnet.net [216.174.90.22]) by hub.freebsd.org (Postfix) with ESMTP id A6F0415102; Sun, 16 Jan 2000 12:26:25 -0800 (PST) (envelope-from briang@expnet.net) Received: from briangdesktop [216.174.90.9] by expnet.net (SMTPD32-5.08) id AC93F42E029C; Sun, 16 Jan 2000 12:39:47 -0800 Message-ID: <004501bf6061$e9c41820$095aaed8@expnet.net> Reply-To: "Brian Gallucci" From: "Brian Gallucci" To: "Omachonu Ogali" , "Rodney W. Grimes" Cc: "FreeBSD" , References: Subject: Re: Hmmm Date: Sun, 16 Jan 2000 12:40:23 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 No it's connected to a Cisco 5500 switch. Thanks -Brian ----- Original Message ----- From: Omachonu Ogali To: Rodney W. Grimes Cc: Brian Gallucci ; FreeBSD ; Sent: Sunday, January 16, 2000 9:21 AM Subject: Re: Hmmm > Windows isn't that retarded, it doesn't send incorrect IP headers out onto > the wire. Is your router connected to a hub at your ISP/uplink? > > Omachonu Ogali > Intranova Networking Group > > On Fri, 14 Jan 2000, Rodney W. Grimes wrote: > > > > If you're connected to a hub then that means someone else on that hub has > > > address space in that area, otherwise, something's barfing on you. > > > > It's just windblows braindamage, it likes to send netbios IP traffic > > to really strange IP addresses using really strange source addresses > > some times. > > > > Easy fix is to drop all any 138 to any 138, and any 137 to any 137, > > unless your fool enough to want to run netbios over the internet, > > in which case you'll have to allow some specifc IP's to work. > > > > > > > > Omachonu Ogali > > > Intranova Networking Group > > > > > > On Thu, 13 Jan 2000, Brian Gallucci wrote: > > > > > > > This is really weird -> > > > > > > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:137 216.174.91.31:137 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:137 216.174.91.31:137 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:137 216.174.91.31:137 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:137 216.174.91.31:137 in via xl0 > > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > > > > > > > We don't own any address space on 216.174.91.0 at all !! > > > > > > > > Can someone tell what this means ??? Am I missing something.. > > > > > > > > I think it should look something like - > > > > > > > > > ipfw: 1800 Deny UDP " OUR ADDRESS ":138 216.174.91.31:138 in via xl0 > > > > ipfw: 1800 Deny UDP " OUR ADDRESS ":138 216.174.91.31:138 in via xl0 > > > > > > > > Thanks > > > > -Brian > > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-ipfw" in the body of the message > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-ipfw" in the body of the message > > > > > > > > > -- > > Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 12:43:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhop1.nyroc.rr.com (mailhop1-0.nyroc.rr.com [24.92.226.120]) by hub.freebsd.org (Postfix) with ESMTP id CBDB615087 for ; Sun, 16 Jan 2000 12:43:48 -0800 (PST) (envelope-from leisner@rochester.rr.com) Received: from mailout2.nyroc.rr.com ([24.92.226.121]) by mailhop1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com; Sun, 16 Jan 2000 15:41:20 -0500 Received: from mail2.nyroc.rr.com ([24.92.226.140]) by mailout2.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com; Sun, 16 Jan 2000 15:34:24 -0500 Received: from rochester.rr.com ([24.93.17.24]) by mail2.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-53939U80000L80000S0V35) with ESMTP id com; Sun, 16 Jan 2000 15:40:44 -0500 Received: from soyata.home (IDENT:leisner@localhost [127.0.0.1]) by rochester.rr.com (8.9.3/8.8.5) with ESMTP id PAA10900; Sun, 16 Jan 2000 15:43:35 -0500 Message-Id: <200001162043.PAA10900@rochester.rr.com> X-Mailer: exmh version 2.1.0 09/18/1999 Reply-To: leisner@rochester.rr.com To: Alfred Perlstein Cc: "Alexey N. Dokuchaev" , freebsd-questions@FreeBSD.ORG, leisner@rochester.rr.com Subject: Re: (void)printf(); (Was: Re: simple c i/o question) In-reply-to: Your message of "Thu, 13 Jan 2000 03:02:36 PST." <20000113030235.Z9397@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 16 Jan 2000 15:43:35 -0500 From: "Marty Leisner" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Most cases of casting things like printf is to shut up lint. IMHO this is very bad practice, you shouldn't have unneeded symbols. Just for a quick note, gcc -Wall -W (2.95.2) doesn't complain on this program: : leisner@soyata;cat foo.c #include int main(void) { printf("hello world\n"); exit(0); } I don't know if gcc has an option to flag this...but write uncluttered code. Marty Leisner Alfred Perlstein writes on Thu, 13 Jan 2000 03:02:36 PS T > * Alexey N. Dokuchaev [000112 23:54] wrote: > > On Wed, 12 Jan 2000, Naief BinTalal wrote: > > > > > On Wed, Jan 12, 2000 at 04:28:23PM +0000, Jonathon McKitrick wrote: > > > > > > > > I'm trying to write a hello world program. What is the output file for > > > > the console currently being displayed (in other words, the screen)? > > > > I've tried printf, and fprintf to stdout and stderr. > > > > > > #include > > > > > > int > > > main(void) > > > { > > > (void)fprintf(stdout,"Hello World\n"); > > > return 0; > > > } > > > > > > > While browsing thru the source code of almost anything in FreeBSD, I've > > noticed that (type)function(parameters); syntax. Why not just to write > > function(paramenters). Like in the prev example, what's wrong with simple > > printf(blahblah); but (void)printf(blahblah); ? > > Nothing really, it's my preference to only use void when I mean: > > "i know this function returns something that may be interesting, but frankly > I don't care at this point" > > using it for things like printf is a bit much, but it sort of let's the > next guy know that you didn't miss something. > > I also remember hearing that older compilers had an option to complain > about code that didn't do something with return values. > > -Alfred > > > 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 Jan 16 12:45:19 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 2520414FC2 for ; Sun, 16 Jan 2000 12:45:17 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id NAA12046; Sun, 16 Jan 2000 13:08:06 -0800 (PST) Date: Sun, 16 Jan 2000 13:08:05 -0800 From: Alfred Perlstein To: TONY SIM Cc: freebsd-questions@FreeBSD.ORG Subject: newbie resources? was: Re: a question Message-ID: <20000116130805.E508@fw.wintelcom.net> References: <000801bf6039$a303c980$d301fc3f@y2s> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000801bf6039$a303c980$d301fc3f@y2s>; from y2s@prodigy.net on Sun, Jan 16, 2000 at 10:52:03AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * TONY SIM [000116 07:53] wrote: > i just got a freebsd 3.3 some weeks ago, but it was kinda hard > to use.... it is currently installed in my old computer so i can > learn how to use it without interrupting my school work (i'm just > a high school student) You're lucky, a lot of people don't get into UNIX until they're in or out of college. > i was wondering, however, if there was a news letters that can > teach novice, like myself, to use unix or define terms 'n uses in > unix... (i still don't understand where or how to use vi or emacs... > i mean, what r they for? r they like edit.com in dos? oh, 'n they > are only 2 out of million things i am confused about...) There's a lot of sites on the web that can help you with things like 'vi' and 'emacs', one particular book I really like is: "Harley Hahn's Student Guide to Unix" which imo gives a very helpful guide to the UNIX user interface. Amazon has it here: http://www.amazon.com/exec/obidos/ISBN%3D0070254923/50webmasterscomA/104-3891535-9350026 I would also suggest you get a copy of "the complete freebsd" http://www.freebsdmall.com/books/#bsdcomp if you only have the CDrom it really helps. > sorry to trouble you... i'm just really excited to have unix > which sounds so legendary, yet very frustrated because i can't use > it.... thanx a lot for reading thus far... One thing we ask is that when sending questions to the email lists you set your mailer to wrap lines at 70 characters and use a more descriptive subject. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@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 Jan 16 12:50:20 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 68AC715118 for ; Sun, 16 Jan 2000 12:50:17 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id NAA12168; Sun, 16 Jan 2000 13:12:24 -0800 (PST) Date: Sun, 16 Jan 2000 13:12:24 -0800 From: Alfred Perlstein To: Marty Leisner Cc: "Alexey N. Dokuchaev" , freebsd-questions@FreeBSD.ORG Subject: Re: (void)printf(); (Was: Re: simple c i/o question) Message-ID: <20000116131224.F508@fw.wintelcom.net> References: <20000113030235.Z9397@fw.wintelcom.net> <200001162043.PAA10900@rochester.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001162043.PAA10900@rochester.rr.com>; from leisner@rochester.rr.com on Sun, Jan 16, 2000 at 03:43:35PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Marty Leisner [000116 13:06] wrote: > > Most cases of casting things like printf is to shut up lint. > > IMHO this is very bad practice, you shouldn't have unneeded symbols. > > Just for a quick note, gcc -Wall -W (2.95.2) doesn't complain on > this program: > > : leisner@soyata;cat foo.c > #include > > int main(void) > { > printf("hello world\n"); > exit(0); > } > > I don't know if gcc has an option to flag this...but write uncluttered code. gcc (or maybe some other older compiler) used to be able to flag this, I admit that I don't use it that often, but sometimes it just makes sense. It would probably better serve people if the code in question had a comment explaining _why_ the return value is ignored. -Alfred > Marty Leisner > > > Alfred Perlstein writes on Thu, 13 Jan 2000 03:02:36 PS > T > > * Alexey N. Dokuchaev [000112 23:54] wrote: > > > On Wed, 12 Jan 2000, Naief BinTalal wrote: > > > > > > > On Wed, Jan 12, 2000 at 04:28:23PM +0000, Jonathon McKitrick wrote: > > > > > > > > > > I'm trying to write a hello world program. What is the output > file for > > > > > the console currently being displayed (in other words, the > screen)? > > > > > I've tried printf, and fprintf to stdout and stderr. > > > > > > > > #include > > > > > > > > int > > > > main(void) > > > > { > > > > (void)fprintf(stdout,"Hello World\n"); > > > > return 0; > > > > } > > > > > > > > > > While browsing thru the source code of almost anything in FreeBSD, > I've > > > noticed that (type)function(parameters); syntax. Why not just to > write > > > function(paramenters). Like in the prev example, what's wrong with > simple > > > printf(blahblah); but (void)printf(blahblah); ? > > > > Nothing really, it's my preference to only use void when I mean: > > > > "i know this function returns something that may be interesting, but > frankly > > I don't care at this point" > > > > using it for things like printf is a bit much, but it sort of let's the > > next guy know that you didn't miss something. > > > > I also remember hearing that older compilers had an option to complain > > about code that didn't do something with return values. > > > > -Alfred > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > -- -Alfred Perlstein - [bright@wintelcom.net|alfred@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 Jan 16 13:36:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cask.force9.net (cask.force9.net [195.166.128.29]) by hub.freebsd.org (Postfix) with SMTP id B4F0514F5F for ; Sun, 16 Jan 2000 13:36:47 -0800 (PST) (envelope-from Ian@tirnanog.org) Received: (qmail 73 invoked from network); 16 Jan 2000 21:36:43 -0000 Received: from unknown (HELO 246.01-03.quay.dial.plus.net.uk) (212.159.72.246) by cask.force9.net with SMTP; 16 Jan 2000 21:36:43 -0000 From: Ian J Greely To: freebsd-questions@freebsd.org Subject: Re: newbie resources? was: Re: a question Date: Sun, 16 Jan 2000 21:41:58 +0000 Message-ID: References: <000801bf6039$a303c980$d301fc3f@y2s> <20000116130805.E508@fw.wintelcom.net> In-Reply-To: <20000116130805.E508@fw.wintelcom.net> 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 On Sun, 16 Jan 2000 13:08:05 -0800, you wrote: >* TONY SIM [000116 07:53] wrote: >> i just got a freebsd 3.3 some weeks ago, but it was kinda hard >> to use.... it is currently installed in my old computer so i can >> learn how to use it without interrupting my school work (i'm just >> a high school student) > >> i was wondering, however, if there was a news letters that can >> teach novice, like myself, to use unix or define terms 'n uses in >> unix... (i still don't understand where or how to use vi or emacs... >> i mean, what r they for? r they like edit.com in dos? oh, 'n they >> are only 2 out of million things i am confused about...) > Any Unix tutorial should be able to help you get grips with the system. In particular you will be better off with a BSD book than a system V. If you have the spare $ you might consider the O'Reily CD set of unix books which you could set up on your "other" computer to use as a reference. In learning vi or emacs you might look for a port to your other machine too. I certainly found that I kept going back to doze for stuff that I had to get done before I bought the O'Reily Vi book.=20 If you have a copy of Vim on a doze box though you can try to use it as your default editor and only drop into edit notepad or whatever when you *HAVE* to get something done. Then when you go back to the Unix box the commands will be like second nature. (doh!.. I wish) You should find that you can use Unix type stuff on the doze box while you build your familiarity with the system and make the big leap... Consider using Star Office on the doze and 'Nix box so you have the same tools available in whatever environment and you are not constantly having to back track. It's more difficult in a working environment though. The number of times I find ":237Gwww" popped into the middle of a c file under the M$ Visual Studio. *doh!*=20 regards, Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 13:37:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id 8449F14A00 for ; Sun, 16 Jan 2000 13:37:49 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.154.31]) by smtp2.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FOG6QZ00.FSE; Sun, 16 Jan 2000 14:37:47 -0700 Message-ID: <008701bf606a$1b3018c0$1f9ac5d1@webserver> From: "Duke Normandin" <01031149@3web.net> To: "Cal Cornils" , Subject: Re: Boot FreeBSD from a floppy? Date: Sun, 16 Jan 2000 13:17:27 -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 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: Cal Cornils To: freebsd-questions@freebsd.org Date: Saturday, January 15, 2000 11:23 AM Subject: Boot FreeBSD from a floppy? > Can I install FreeBSD 3.2 so that it's bootable from a floppy?? I'd > like to put it in a new partition on my Win PC separate (or course) from > all others, and would rather not try to fool around with the MBR, boot > sectors, and such for startup. If you go to http://www.freebsd.org and search the `questions' mailing list, you'll find this very topic answered a few days ago. Ask for the search results to be sorted by "date" and you should be booting off the floppy within the hour. ;^) -duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 14: 4:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.cle.ameritech.net (mpdr0.cleveland.oh.ameritech.net [206.141.223.14]) by hub.freebsd.org (Postfix) with ESMTP id 61DD715086 for ; Sun, 16 Jan 2000 14:04:43 -0800 (PST) (envelope-from zidarf@zidar.com) Received: from zdidesk ([199.179.175.64]) by mailhost.cle.ameritech.net (InterMail v4.01.01.07 201-229-111-110) with SMTP id <20000116220503.MHMW17880.mailhost.cle.ameritech.net@zdidesk>; Sun, 16 Jan 2000 17:05:03 -0500 From: "Frank J. Zidar" To: "Nathan Stratton" , Subject: RE: Web based email Date: Sun, 16 Jan 2000 17:04:28 -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: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Take a look at Twig. I have installed and used it. It also has a to do list, contact manager, and calendar much like Yahoo's system. http://twig.screwdriver.net -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Nathan Stratton Sent: Saturday, January 15, 2000 10:56 PM To: freebsd-questions@FreeBSD.ORG Subject: Web based email I am looking for a web based email package that will run on freebsd, something like a AOL interface, but it needs IMAP support. Any ideas? ><> Nathan Stratton nathan@robotics.net http://www.robotics.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 Sun Jan 16 14:30:30 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 4715115183 for ; Sun, 16 Jan 2000 14:30:21 -0800 (PST) (envelope-from areilly@nsw.bigpond.net.au) Received: from areilly.bpc-users.org (CPE-24-192-49-170.nsw.bigpond.net.au [24.192.49.170]) by sr14.nsw-remote.bigpond.net.au (Pro-8.9.3/8.9.3) with SMTP id JAA17454 for ; Mon, 17 Jan 2000 09:30:16 +1100 (EDT) Received: (qmail 46865 invoked by uid 1000); 16 Jan 2000 22:30:15 -0000 From: "Andrew Reilly" Date: Mon, 17 Jan 2000 09:30:15 +1100 To: C J Michaels Cc: Andrew Reilly , FreeBSD Questions Subject: Re: (fast) ethernet performance problems/tweaking Message-ID: <20000117093015.B43406@gurney.reilly.home> References: <20000110075748.A29687@gurney.reilly.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 16, 2000 at 11:23:22AM -0500, C J Michaels wrote: > Well, all I can say is, do you have a switch or a hub? If you have a hub, > odds are that it doesn't support full-duplex in the 1st place and that's why > you are getting really poor performance. > > Try forcing the cards to half-duplex and see what happens. No hub (just crossover cable), but thanks for the pointer to potential problems when my network grows a bit bigger. The problem turned out to be NT botching the auto-sensing thing. I had FreeBSD wired to 100baseTX, full-duplex, but NT was set to "AUTO", and was presumably picking half-duplex. When I forced NT to match the mode that FreeBSD was in, everything was happy, for all of the supported modes. (Ob Windows bash: NT required a reboot every time I changed the ethernet config...) There is still a weird performance gotcha with NT's ftp process (it would pause for about one second in four, resulting in a net througput of about 1.2M bytes/s). Samba performance is better, at about 5M/s. Still not the 10M/s you'd hope for, but enough to keep me going at the moment. -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 14:37:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id B81E114A27 for ; Sun, 16 Jan 2000 14:37:13 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id RAA10283; Sun, 16 Jan 2000 17:36:24 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Sun, 16 Jan 2000 17:36:24 -0500 (EST) From: Brett Taylor To: cjclark@home.com Cc: Danny , De la Cruz Lugo Eric , Doug Young , freebsd-questions@FreeBSD.ORG Subject: Re: Problem with Ports and Firewall In-Reply-To: <200001160129.UAA53519@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Sat, 15 Jan 2000, Crist J. Clark wrote: > Danny wrote, > > Question > > > > 1) How can I get ports to work with the firewall? While the other replies will work, they are a lot of work unless you set these environmental variables in your .cshrc or .bashrc. It's easier I think to do the following by editing /etc/make.conf - uncomment FTP_PASSIVE_MODE= YES - add "FETCH_BEFORE_ARGS=-p" - add "HTTP_PROXY= address of proxy" - add "FTP_PROXY= address of proxy" For more info, take a look at the fetch man page. Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 14:43:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by hub.freebsd.org (Postfix) with ESMTP id 5E6AE153FA; Sun, 16 Jan 2000 14:43:33 -0800 (PST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id JAA53631; Mon, 17 Jan 2000 09:43:24 +1100 (EST) (envelope-from gnb@itga.com.au) Received: from itga.com.au (lightning.itga.com.au [192.168.71.20]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id JAA12170; Mon, 17 Jan 2000 09:43:21 +1100 (EST) Message-Id: <200001162243.JAA12170@lightning.itga.com.au> X-Mailer: exmh version 2.0.1 12/23/97 From: Gregory Bond To: Donald Burr Cc: FreeBSD Questions , FreeBSD Stable Subject: Re: Any chance at supporting writing to ATAPI CD-R/RW at >2X? In-reply-to: Your message of Fri, 14 Jan 2000 00:05:11 -0800. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 17 Jan 2000 09:43:21 +1100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I noticed while browsing through the wormcontrol(8) man page that the > 'prepdisk' command takes arguments 'single' or 'double', meaning that you > can only write disks in 1x and 2x speeds. I think the document is misleading. The arg 'double' seems to be to write in the fastest speed that the drive will support. I know I write a full CD in around 15 minutes on my (4x) HP 8100i drive after specifying "prepdisk double". (I run 3.x here; 4.x has a whole new ATA driver which may change this.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 14:54: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from polder.ubc.kun.nl (polder1.ubc.kun.nl [131.174.21.33]) by hub.freebsd.org (Postfix) with ESMTP id D145514FBC for ; Sun, 16 Jan 2000 14:53:53 -0800 (PST) (envelope-from rhialto@polder.ubc.kun.nl) Received: (from rhialto@localhost) by polder.ubc.kun.nl (8.9.3/8.9.3) id XAA27192; Sun, 16 Jan 2000 23:53:48 +0100 (CET) Date: Sun, 16 Jan 2000 23:53:48 +0100 From: Olaf Seibert To: rene@xs4all.nl Cc: questions@freebsd.org Subject: Re: vinum question : automatic mounting at boot, NFS? Message-ID: <20000116235348.A26918@polder.ubc.kun.nl> References: <8870.000116@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <8870.000116@xs4all.nl> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun 16 Jan 2000 at 20:54:03 +0100, rene@xs4all.nl wrote: Since it looks like the only thing that you really do by hand is: > bash-2.02# mount /dev/vinum/myvol /mnt/large putting it in /etc/fstab should be enough. Something like # filesys mount point type access dump fsck # location + opts freq pass /dev/vinum/myvol /mnt/large ffs rw 1 2 should do it. Unless maybe this tries to mount it too early in the boot sequence. In that case, make it /dev/vinum/myvol /mnt/large ffs rw,noauto 1 2 so that the initial mount -a will not try to mount it yet, and put the following in /etc/rc.local: mount /mnt/large > Greetings, > rene -Olaf (none of this is vinum-sprecific, by te way). -- ___ Olaf 'Rhialto' Seibert - rhialto@polder.ubc. -- If one tells the truth, \X/ .kun.nl -- one is sure, sooner or later, to be found out. (Oscar Wilde) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 15:19: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from extremis.demon.co.uk (extremis.demon.co.uk [194.222.242.30]) by hub.freebsd.org (Postfix) with ESMTP id 1504314F31 for ; Sun, 16 Jan 2000 15:18:55 -0800 (PST) (envelope-from gjvc@extremis.demon.co.uk) Received: (from gjvc@localhost) by extremis.demon.co.uk (8.9.3/8.9.3) id NAA04718; Sat, 15 Jan 2000 13:24:58 GMT (envelope-from gjvc) Date: Sat, 15 Jan 2000 13:24:57 +0000 From: George Cox To: James A Wilde Cc: freebsd-questions@freebsd.org Subject: Re: mail clients Message-ID: <20000115132457.A4684@extremis.demon.co.uk> References: <001f01bf5ea4$7fcc34c0$8208a8c0@iqunlimited.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: <001f01bf5ea4$7fcc34c0$8208a8c0@iqunlimited.net>; from james.wilde@telia.com on Fri, Jan 14, 2000 at 04:31:28PM +0100 X-Operating-System: FreeBSD 3.4-STABLE (i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14/01 16:31, James A Wilde wrote: > Without wishing to start a religious war, is there any clear recommendation > on which mail client a greenhorn should choose first. I haven't got the X > system fully configured yet so we're talking cli here. I like to use mutt for mail with vim as my editor, because they both have colour, and are infinitely customisable. (If you want example dotfiles drop me a note) More information is available at each project's web site (http:///www.vim.org and http://www.mutt.org) Both are in the ports tree. cd /usr/ports/editors/vim5 && make install cd /usr/ports/mail/mutt && make install best; gjvc -- [gjvc] 4.4BSD 4.ever! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 15:19:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from extremis.demon.co.uk (extremis.demon.co.uk [194.222.242.30]) by hub.freebsd.org (Postfix) with ESMTP id ABE9A14C31 for ; Sun, 16 Jan 2000 15:19:08 -0800 (PST) (envelope-from gjvc@extremis.demon.co.uk) Received: (from gjvc@localhost) by extremis.demon.co.uk (8.9.3/8.9.3) id NAA04740; Sat, 15 Jan 2000 13:38:41 GMT (envelope-from gjvc) Date: Sat, 15 Jan 2000 13:38:41 +0000 From: George Cox To: "Ray D. Davis" Cc: freebsd-questions@freebsd.org Subject: Re: How to run compiled program Message-ID: <20000115133841.B4684@extremis.demon.co.uk> References: <4.2.0.58.20000114193450.00a3dcf0@mail.airmail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: <4.2.0.58.20000114193450.00a3dcf0@mail.airmail.net>; from snoopy@mail.airmail.net on Fri, Jan 14, 2000 at 07:43:50PM -0600 X-Operating-System: FreeBSD 3.4-STABLE (i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14/01 19:43, Ray D. Davis wrote: > I am on ver 2.8. I think what you mean to say is that you have version 2.8.x of gcc. > I have compiled an equivalent of hello world in both c and c++ using both > the default a.out method and the -o option. Like this? gcc -Wall -o hw hw.c Or perhaps like this: gcc -Wall -c hw.c gcc -o hw hw.o ? > Yet when I try to execute the file which is supposed to be linked, by > typing the file name, eg. ntest, the system says ntest: not a command. That's because your command shell is not looking the current directory for executable programs. Continuing our example above, you should type: ./hw to get the program to execute. best; gjvc -- [gjvc] 4.4BSD 4.ever! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 15:51: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id DBA3214CC4 for ; Sun, 16 Jan 2000 15:50:42 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat44.x-treme.gr [212.120.197.236]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id BAA05694; Mon, 17 Jan 2000 01:50:31 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id BAA00418; Mon, 17 Jan 2000 01:42:53 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Mon, 17 Jan 2000 01:42:52 +0200 From: Giorgos Keramidas To: whitehat@home.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: compression Message-ID: <20000117014252.A389@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <3880C353.E809F6BB@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <3880C353.E809F6BB@home.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 15, 2000 at 10:58:27AM -0800, whitehat@home.com wrote: > > Is there a FreeBSD equivalent to the Windows drive compression tool > drvspace? I want to compress my drive in FreeBSD so I can have more > free space. The short answer is "no". The longer one is something along the lines of: The cost of every new MB added to a machine with a new disk, does not justify nowadays the need for any form of compression. The added overhead in reading from and/or writing to such a drive is another reason for not doing this. You can come up with a billion more reasons for not doing such a thing, especially concerning performance and reliability of the data on your disks. Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 15:51: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 2FB2014E20 for ; Sun, 16 Jan 2000 15:50:49 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat44.x-treme.gr [212.120.197.236]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id BAA05704; Mon, 17 Jan 2000 01:50:41 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id BAA00438; Mon, 17 Jan 2000 01:48:26 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Mon, 17 Jan 2000 01:48:26 +0200 From: Giorgos Keramidas To: Carlos Maracabay Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Language C on Freebsd Release 3.3 Question. Message-ID: <20000117014826.B389@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <20000115185839.4740.qmail@web113.yahoomail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <20000115185839.4740.qmail@web113.yahoomail.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 15, 2000 at 10:58:39AM -0800, Carlos Maracabay wrote: > Hi! > > I have problems making a simple program that opens > a file, to view it contents on the monitor scream... > what's the problem in this source file, to do this, in > Freebsd?? > > Any help will be appreciated. > Thanks for your time! > > Regards, > Dimetriov. > #include > #include > #include > #include > > > > > main(int argc, char *argv[]) > { > > int f1,n; > char buf[BUFSIZ]; > > if(argc != 2) > printf("Argument meesing\n"); > if(f1 = open(argv[1], O_RDONLY,0) == -1) The above statement, bearing in mind that == will happen first, will be equivalent to the fully parenthesized: if (f1 = (open(argv[1], O_RDONLY, 0) == -1)) which depending on whether open() succeeds or not, will always set f1 to C's notion of true or false, either 1 or 0 respectively. You can bet that you'll be reading from the wrong descriptor if this happens, since both 0 and 1 are descriptors already assigned to standard input and standard output ;) > printf("cp cant open \n"); __^^__ I surely hope you're not calling your executable `cp' with /bin/cp in your PATH before the current directory... and expect to call your program without a leading ./ as in: % ./cp FILE Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 15:51:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 81A7B14A27 for ; Sun, 16 Jan 2000 15:51:10 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat44.x-treme.gr [212.120.197.236]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id BAA05712; Mon, 17 Jan 2000 01:50:51 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id QAA56436; Sun, 16 Jan 2000 16:46:11 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Sun, 16 Jan 2000 16:46:11 +0200 From: Giorgos Keramidas To: Alex Charalabidis Cc: FreeBSD Questions Subject: Re: is this a bug? Message-ID: <20000116164611.B56231@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <200001152311.SAA53209@cc942873-a.ewndsr1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 15, 2000 at 08:50:19PM -0600, Alex Charalabidis wrote: > On Sat, 15 Jan 2000, Crist J. Clark wrote: > > > > Somebody's crontab or /etc/crontab have some messed up entries? Not > > sure, never seen a message like those before. > > I have, on 3.3-RC, but my memory of the incident is a bit vague. What > *appeared* to solve it was deleting root's crontab. IIRC, it started > happening after I edited /etc/crontab with a text editor, NOT > crontab(1). What do you mean, not crontab(1). That you didn't use `crontab -e' to edit the crontab file? To be frank, I almost habitually use a text editor to edit /etc/crontab, and it has always worked for me. Well, not always, but when it didn't it was because I had forgotten a field here and there, or because some silly editor wrapped automagically some line without letting me know ;) Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 16: 1:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay2.ftech.net (ibm1.ftech.net [212.32.16.71]) by hub.freebsd.org (Postfix) with ESMTP id 65D2415078 for ; Sun, 16 Jan 2000 16:01:43 -0800 (PST) (envelope-from goddard@acm.org) Received: from dmg.ftech.co.uk ([195.200.9.208] helo=dmg.parse.net) by relay2.ftech.net with esmtp (Exim 3.12.ftech-p6 #1) id 129zYh-0001SK-00 for freebsd-questions@FreeBSD.ORG; Sun, 16 Jan 2000 23:58:12 +0000 Received: from elf (elf.putney.parse.net [10.0.0.10]) by dmg.parse.net (8.9.3/8.9.3) with SMTP id AAA68070 for ; Mon, 17 Jan 2000 00:00:43 GMT (envelope-from goddard@acm.org) Message-Id: <3.0.3.32.20000117000343.0084bdd0@dmg.parse.net> X-Sender: dmg@dmg.parse.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Mon, 17 Jan 2000 00:03:43 +0000 To: freebsd-questions@FreeBSD.ORG From: David Goddard Subject: Odd DNS lookup issue 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 having an irritating problem with unwanted dialups caused (it seems) by hostname lookups that I could do with some help eliminating. The basic architecture is a FreBSD box using ppp (with -auto and -alias flags) acting as an Internet gateway to a LAN. The box is also running BIND to provide DNS. The LAN machines all use 10.0.0.* IPs while the gateway box also has a proper IP assigned by the ISP on its dialup interface. The gateway box is currently running a rather ageing version of 4.0-CURRENT (shortly to be replaced by something more normal!) - however, a 3.2-RELEASE box on the LAN seems to have the same problem. Basically, the issue is that when I log in via telnet, a DNS query is done for a truncated version of the client's host name - i.e. if I log in to the server (zero.somedomain.com) from another machine (say, jaka.lan.somedomain.com) a query is done for jaka.lan. This isn't recognised by named on zero, so it queries the ISPs server. The DNS query seems to be happening as soon as I enter the password, as the login hangs at this point while the server dials out. The session looks like this: jaka% telnet 10.0.0.1 Trying 10.0.0.1... Connected to zero.lan.somedomain.com. Escape character is '^]'. FreeBSD/i386 (zero.somedomain.com) (ttyp3) login: dg Password: Last login: Sun Jan 16 22:26:57 from jaka.lan Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.0-CURRENT (DMG_KERNEL) #1: Mon Jan 10 13:42:55 GMT 2000 Personally, I suspect the Last login section - it is this truncated name that is being queried and this is what is getting stored in wtmp and other places. Casting a very inexpert eye over the source for login, it seems that some shortening of the domain is being done deliberately, but I'm not sure why a lookup would be done on this when I log on. Checking out the archives, there are a few references to similar problems, but they are mostly related to reverse lookups, which seem fine on my setup. There was also an old (1996) mention of an issue with tcsh (my shell), but I'm not sure if this is it. There are some obvious workarounds to this, but I'd really appreciate some pointers as to what is wrong (or more likely what I've done wrong!) I've appended some more info about the setup etc. I'm not currently subscribed to -questions to please cc me on any responses. Thanks, Dave Snippet from named.query.log: 12-Jan-2000 22:47:16.515 XX+/10.0.0.1/jaka.lan/A/IN 12-Jan-2000 22:47:16.517 XX+/10.0.0.1/jaka.lan.somedomain.com/A/IN [...] 12-Jan-2000 23:19:32.595 XX+/10.0.0.1/jaka.lan/A/IN 12-Jan-2000 23:19:32.597 XX+/10.0.0.1/jaka.lan.somedomain.com/A/IN Edited zone file for the domain held on the gateway server: $ORIGIN com. somedomain 43200 IN SOA zero.somedomain.com. name.someisp.co.uk. ( 118687026 21600 10800 604800 43200 ) 43200 IN NS zero.somedomain.com. $ORIGIN somedomain.com. zero 43200 IN A 195.256.256.256 localhost 43200 IN A 127.0.0.1 jaka 43200 IN CNAME jaka.lan.somedomain.com. ns 43200 IN CNAME zero.somedomain.com. $ORIGIN lan.somedomain.com. zero 43200 IN A 10.0.0.1 jaka 43200 IN A 10.0.0.2 elrod 43200 IN A 10.0.0.3 astoria 43200 IN A 10.0.0.9 elf 43200 IN A 10.0.0.10 gateway 43200 IN CNAME zero Reverse lookup: $ORIGIN 0.10.in-addr.arpa. 0 86400 IN SOA ns.somedomain.com. name.someisp.co.uk. ( 2216956931 10800 3600 604800 86400 ) 86400 IN NS ns.somedomain.com. $ORIGIN 0.0.10.in-addr.arpa. 1 86400 IN PTR zero.lan.somedomain.com. 2 86400 IN PTR jaka.lan.somedomain.com. 3 86400 IN PTR elrod.lan.somedomain.com. 4 86400 IN PTR julius.lan.somedomain.com. 9 86400 IN PTR astoria.lan.somedomain.com. 10 86400 IN PTR jaka.lan.somedomain.com. Edited named.conf: // $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"; dialup yes; use-id-pool yes; treat-cr-as-space yes; [...] // 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. forwarders { 195.256.256.256; }; [...] }; [...] zone "." { type hint; file "named.root"; }; zone "0.0.127.IN-ADDR.ARPA" { type master; file "localhost.rev"; }; [...] zone "somedomain.com" { type master; file "s/somedomain.com"; notify no; }; zone "0.0.10.in-addr.arpa" { type master; file "s/0.0.10.in-addr.arpa"; notify no; }; Random nslookup stuff: Script started on Wed Jan 12 23:23:24 2000 dg has logged on ttyp0 from jaka. zero% nslookup Default Server: zero.lan.somedomain.com Address: 10.0.0.1 > jaka Server: zero.lan.somedomain.com Address: 10.0.0.1 Non-authoritative answer: Name: jaka.lan.somedomain.com Address: 10.0.0.10 Aliases: jaka.somedomain.com > 10.0.0.10 Server: zero.lan.somedomain.com Address: 10.0.0.1 Name: jaka.lan.somedomain.com Address: 10.0.0.10 > set type=any > jaka Server: zero.lan.somedomain.com Address: 10.0.0.1 jaka.somedomain.com canonical name = jaka.lan.somedomain.com somedomain.com nameserver = zero.somedomain.com zero.somedomain.com internet address = 195.256.256.256 > exit zero% -- David Goddard ~ goddard@acm.org ~ http://freeweb.ftech.net/dmg Some mornings it's just not worth chewing through the leather straps PGP Fingerprint: 3E41 EBBC 9B71 5E66 68E5 C823 9C56 9078 C16B AD65 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 16: 8:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rivendell.mel.vet.com.au (rivendell.mel.vet.com.au [203.103.154.61]) by hub.freebsd.org (Postfix) with ESMTP id DBEFE14C20 for ; Sun, 16 Jan 2000 16:08:23 -0800 (PST) (envelope-from lodea@vet.com.au) Received: (from lodea@localhost) by rivendell.mel.vet.com.au (8.9.3/8.9.3) id LAA24933; Mon, 17 Jan 2000 11:08:08 +1100 (EST) Date: Mon, 17 Jan 2000 11:08:07 +1100 From: "Lachlan O'Dea" To: Roy W Bradley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Does FreeBSD run on Message-ID: <20000117110806.A24875@vet.com.au> Mail-Followup-To: Roy W Bradley , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.2i In-Reply-To: ; from roy.bradley@precision1.net on Sun, Jan 16, 2000 at 09:42:12AM -0500 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 16, 2000 at 09:42:12AM -0500, Roy W Bradley wrote: > Dell 4350 Dual PIII, 512MB RAM, Dual Intel Pro 100+ Ethernet NIC, and PERC > 2/SC RAID Single Channel Controller w/16MB Cache? The RAID controller is the tricky bit. If you want to boot off a RAID drive, then you'll need 4.0-CURRENT. If you can boot off a non-RAID drive, then you can use 3.x with the drivers from http://www.freebsd.org/~msmith/RAID/ami/amr-stable-991214.tar.gz. I haven't actually run FreeBSD on such a system, but I believe the other hardware is supported out of the box. -- Lachlan O'Dea Computer Associates Pty Ltd Webmaster Vet - Anti-Virus Software http://www.vet.com.au/ "No, no, there is no why." - Yoda, Jedi Master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 17: 0:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 830DE14CC4 for ; Sun, 16 Jan 2000 17:00:25 -0800 (PST) (envelope-from daemon@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id CAA24636 for freebsd-questions@freebsd.org; Mon, 17 Jan 2000 02:00:24 +0100 (CET) (envelope-from daemon@bigeye.rhein-neckar.de) Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id BAA71995 for freebsd-questions@freebsd.org; Mon, 17 Jan 2000 01:12:08 +0100 (CET) (envelope-from daemon) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: No color in xterm Date: 17 Jan 2000 01:12:08 +0100 Message-ID: <85tmoo$269i$1@bigeye.rhein-neckar.de> References: <20000116173750.A2282@bigfoot.com> <4.2.0.58.20000116134504.00aec4f0@194.184.65.4> <20000116210021.A5420@bigfoot.com> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Indra wrote: > Now, how can I make xterm-color as the default $TERM whenever I invoke > xterm-alike programs? For xterm, set XTerm*termName: xterm-color in your ~/.Xdefaults (or wherever you keep your X11 resource settings). For other "xterm-like programs", check their respective man pages. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 17: 0:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 6C803151AA for ; Sun, 16 Jan 2000 17:00:28 -0800 (PST) (envelope-from daemon@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id CAA24638 for freebsd-questions@freebsd.org; Mon, 17 Jan 2000 02:00:27 +0100 (CET) (envelope-from daemon@bigeye.rhein-neckar.de) Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id BAA72339 for freebsd-questions@freebsd.org; Mon, 17 Jan 2000 01:25:56 +0100 (CET) (envelope-from daemon) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: linx/freebsd/dump Date: 17 Jan 2000 01:25:55 +0100 Message-ID: <85tnij$26k5$1@bigeye.rhein-neckar.de> References: To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wrote: > Any solutions for getting a linux machine to dump over the network to my > freebsd machine with all the tape devices in it? No. Just works for me. > The linux machines don't seem to want to do it. That's unfortunate. I mean, if there was some kind of error we could try to figure out what's going wrong, but if it is just the will of the machine nothing can be done about it, I guess. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 17:22:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id 9ECAB14C2D for ; Sun, 16 Jan 2000 17:22:51 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.155.57]) by smtp2.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FOGH6200.QRC for ; Sun, 16 Jan 2000 18:22:50 -0700 Message-Id: Date: Sun, 16 Jan 2000 18:24:04 -0700 X-Priority: 3 From: Duke Normandin <01031149@3web.net> X-Mailer: Mail Warrior To: freebsd-questions@freebsd.org MIME-Version: 1.0 Subject: Firewall: ipfw or natd Content-Type: Text/Plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8Bit X-Mailer-Version: v3.55 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What criterion (ia) are used for determining the use of ipfw or natd in creating a firewall? TIA.. -duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 17:26:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hsalouserv1.hsacorp.net (208-247-171-50.hsacorp.net [208.247.171.50]) by hub.freebsd.org (Postfix) with ESMTP id 7264B14E32 for ; Sun, 16 Jan 2000 17:26:33 -0800 (PST) (envelope-from jconner@enterit.com) Received: from default (24-216-177-226.hsacorp.net [24.216.177.226]) by hsalouserv1.hsacorp.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id CPRQ2WRT; Sun, 16 Jan 2000 20:20:19 -0500 Message-Id: <4.2.0.58.20000115202604.00cbe9f0@mail.enterit.com> X-Sender: jconner@mail.enterit.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sat, 15 Jan 2000 20:28:07 -0500 To: Bob@buckhorn.net, TONY SIM From: Jim Conner Subject: Re: a question Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <3881F28A.7F9B4C6F@buckhorn.net> References: <000801bf6039$a303c980$d301fc3f@y2s> 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 This may sound lame. I learned the basic Unix commands from the book Unix for Dummies. It was quite useful for me and quick to simply get an idea of the commands in Unix and what some of their DOS equivalents are (which was good because I was very familiar with DOS so it made it a lil easier for me) Jim At 10:32 16-01-00 -0600, Bob Martin wrote: > > TONY SIM wrote: > > > > i just got a freebsd 3.3 some weeks ago, but it was kinda hard to > > use.... it is currently installed in my old computer so i can learn > > how to use it without interrupting my school work (i'm just a high > > school student) > > > > i was wondering, however, if there was a news letters that can teach > > novice, like myself, to use unix or define terms 'n uses in unix... > > (i still don't understand where or how to use vi or emacs... i mean, > > what r they for? r they like edit.com in dos? oh, 'n they are only 2 > > out of million things i am confused about...) > > > > sorry to trouble you... i'm just really excited to have unix which > > sounds so legendary, yet very frustrated because i can't use it.... > > thanx a lot for reading thus far... > > > > have a nice day ^^ >Tony, >You have to learn Unix pretty much the way you learned Windows. First, >see if you can find someone that knows Unix, and ask them to help. >Second, experiment. And of course, read the documentation. If you have >trouble finding the documents on your machine, you can get them online. >Try this for starters: >http://www.freebsd.org/projects/newbies.html >There is an e-mail list for newbies. Send e-mail to >majordomo@freebsd.org with the following line (and only this line) in >the body: >subscribe freebsd-newbies > >Here are a few pointers to help you get started. >Nearly all "commands" live in directories named "bin" for example, >/usr/bin and /usr/local/bin. The following list of commands will help >you out. >whatis --This command will give you a brief description of what a >command does. Example: whatis vi >more --This command is used to read text files one page at a time. >Works a lot like type | more in dos. Example: more /COPYRIGHT >man --This command will give you the manual page for all kinds of >things. To find out more type man man > >Good luck! >-- >Bob Martin, bob@buckhorn.net >http://www.buckhorn.net > >"I know not with what weapons World War III will be fought, but World >War IV will be fought with sticks and stones." > -- Albert Einstein > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Today's errors, in contrast: Windows - "Invalid page fault in module kernel32.dll at 0032:A16F2935" UNIX - "segmentation fault - core dumped" Humanous Beingsus - "OOPS, I've fallen and I can't get up" ------------------------------- Jim Conner NOTJames jconner@enterit.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 17:26:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inet03.citec.qld.gov.au (inet03.citec.qld.gov.au [203.5.10.10]) by hub.freebsd.org (Postfix) with ESMTP id C15501514B for ; Sun, 16 Jan 2000 17:26:52 -0800 (PST) (envelope-from sgcccdc@citec.qld.gov.au) Received: by inet03.citec.qld.gov.au; id LAA19363; Mon, 17 Jan 2000 11:26:35 +1000 (EST) Received: from guru.citec.qld.gov.au( 147.132.20.47) by inet03.citec.qld.gov.au via smap (V2.0) id xma019336; Mon, 17 Jan 00 11:26:33 +1000 Received: from localhost (sgcccdc@localhost) by guru.citec.qld.gov.au (8.9.3/8.9.3) with ESMTP id LAA11348; Mon, 17 Jan 2000 11:27:07 +1000 X-Authentication-Warning: guru.citec.qld.gov.au: sgcccdc owned process doing -bs Date: Mon, 17 Jan 2000 11:27:07 +1000 (EST) From: Colin Campbell To: Intranova Networking Group Cc: FreeBSD Subject: Re: Hmmm 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, If xl0 is internal then my guess is that someone has put a pc on your lan with an IP address of 216.174.91.28 and a netmask of 255.255.255.224 which makes 216.174.91.31 the broadcast address for the subnet. If xl0 is external then I'm not really sure why you are seeing those packets since xl0 is apparently not on 216.174.91.0. Colin On Fri, 14 Jan 2000, Intranova Networking Group wrote: > If you're connected to a hub then that means someone else on that hub has > address space in that area, otherwise, something's barfing on you. > > Omachonu Ogali > Intranova Networking Group > > On Thu, 13 Jan 2000, Brian Gallucci wrote: > > > This is really weird -> > > > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 ............ > > ipfw: 1800 Deny UDP 216.174.91.28:138 216.174.91.31:138 in via xl0 > > Colin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 17:36:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp7.atl.mindspring.net (smtp7.atl.mindspring.net [207.69.128.51]) by hub.freebsd.org (Postfix) with ESMTP id 0B2451514B for ; Sun, 16 Jan 2000 17:36:28 -0800 (PST) (envelope-from stuyman@confusion.net) Received: from confusion.net (user-2ivebek.dialup.mindspring.com [165.247.45.212]) by smtp7.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id UAA21679; Sun, 16 Jan 2000 20:36:06 -0500 (EST) Message-ID: <388271D3.20006383@confusion.net> Date: Sun, 16 Jan 2000 20:35:15 -0500 From: Laurence Berland Organization: B.R.A.T.T. X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: Jim Conner Cc: Bob@buckhorn.net, TONY SIM , freebsd-questions@FreeBSD.ORG Subject: Re: a question References: <000801bf6039$a303c980$d301fc3f@y2s> <4.2.0.58.20000115202604.00cbe9f0@mail.enterit.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At least you didnt learn the "hard" way. I started out by asking a UNIX-knowing friend a question, he replied "man man" and wouldn't answer questions for almost a month. It made me get good at reading man pages, and I learned *very* quickly, but I don't recommend this approach unless you're obsessed (I was, and still am :) Jim Conner wrote: > > This may sound lame. I learned the basic Unix commands from the book Unix > for Dummies. It was quite useful for me and quick to simply get an idea of > the commands in Unix and what some of their DOS equivalents are (which was > good because I was very familiar with DOS so it made it a lil easier for me) > > Jim > > At 10:32 16-01-00 -0600, Bob Martin wrote: > > > TONY SIM wrote: > > > > > > i just got a freebsd 3.3 some weeks ago, but it was kinda hard to > > > use.... it is currently installed in my old computer so i can learn > > > how to use it without interrupting my school work (i'm just a high > > > school student) > > > > > > i was wondering, however, if there was a news letters that can teach > > > novice, like myself, to use unix or define terms 'n uses in unix... > > > (i still don't understand where or how to use vi or emacs... i mean, > > > what r they for? r they like edit.com in dos? oh, 'n they are only 2 > > > out of million things i am confused about...) > > > > > > sorry to trouble you... i'm just really excited to have unix which > > > sounds so legendary, yet very frustrated because i can't use it.... > > > thanx a lot for reading thus far... > > > > > > have a nice day ^^ > >Tony, > >You have to learn Unix pretty much the way you learned Windows. First, > >see if you can find someone that knows Unix, and ask them to help. > >Second, experiment. And of course, read the documentation. If you have > >trouble finding the documents on your machine, you can get them online. > >Try this for starters: > >http://www.freebsd.org/projects/newbies.html > >There is an e-mail list for newbies. Send e-mail to > >majordomo@freebsd.org with the following line (and only this line) in > >the body: > >subscribe freebsd-newbies > > > >Here are a few pointers to help you get started. > >Nearly all "commands" live in directories named "bin" for example, > >/usr/bin and /usr/local/bin. The following list of commands will help > >you out. > >whatis --This command will give you a brief description of what a > >command does. Example: whatis vi > >more --This command is used to read text files one page at a time. > >Works a lot like type | more in dos. Example: more /COPYRIGHT > >man --This command will give you the manual page for all kinds of > >things. To find out more type man man > > > >Good luck! > >-- > >Bob Martin, bob@buckhorn.net > >http://www.buckhorn.net > > > >"I know not with what weapons World War III will be fought, but World > >War IV will be fought with sticks and stones." > > -- Albert Einstein > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Today's errors, in contrast: > Windows - "Invalid page fault in module kernel32.dll at 0032:A16F2935" > UNIX - "segmentation fault - core dumped" > Humanous Beingsus - "OOPS, I've fallen and I can't get up" > ------------------------------- > Jim Conner > NOTJames > jconner@enterit.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Laurence Berland, Stuyvesant HS Debate <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. http://stuy.debate.net icq #7434346 aol imer E1101 The above email Copyright (C) 2000 Laurence Berland All rights reserved To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 17:48:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 701B314E32 for ; Sun, 16 Jan 2000 17:48:52 -0800 (PST) (envelope-from jonc@logisticsoftware.co.nz) Received: from jonc.logisticsoftware.co.nz (jonc.logisticsoftware.co.nz [10.1.3.1]) by logisticsoftware.co.nz (8.9.3/8.9.3) with ESMTP id OAA05351; Mon, 17 Jan 2000 14:48:46 +1300 (NZDT) Received: (from jonc@localhost) by jonc.logisticsoftware.co.nz (8.9.3/8.9.3) id OAA00963; Mon, 17 Jan 2000 14:48:46 +1300 (NZDT) (envelope-from jonc) Date: Mon, 17 Jan 2000 14:48:46 +1300 From: Jonathan Chen To: Duke Normandin <01031149@3web.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Firewall: ipfw or natd Message-ID: <20000117144846.A930@jonc.logisticsoftware.co.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from 01031149@3web.net on Sun, Jan 16, 2000 at 06:24:04PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 16, 2000 at 06:24:04PM -0700, Duke Normandin wrote: > What criterion (ia) are used for determining the use of ipfw or natd > in creating a firewall? TIA.. They're both different beasts, ipfw is for filtering packets, and natd is for hiding networks behind a single IP address. Most firewalls make use of both. Jonathan Chen ------------------------------------------------------------------------ Do not take life too seriously. You will never get out of it alive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 18:30:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sasknow.com (h139-142-245-96.ss.fiberone.net [139.142.245.96]) by hub.freebsd.org (Postfix) with ESMTP id 0668014F76 for ; Sun, 16 Jan 2000 18:30:15 -0800 (PST) (envelope-from freebsd@sasknow.com) Received: from localhost (freebsd@localhost) by sasknow.com (8.9.3/8.9.3) with ESMTP id UAA57321; Sun, 16 Jan 2000 20:30:42 -0600 (CST) (envelope-from freebsd@sasknow.com) Date: Sun, 16 Jan 2000 20:30:42 -0600 (CST) From: Ryan Thompson To: Duke Normandin <01031149@3web.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Firewall: ipfw or natd 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, 16 Jan 2000, Duke Normandin wrote: > What criterion (ia) are used for determining the use of ipfw or natd > in creating a firewall? TIA.. > > -duke > Hi, Duke. I use both on my systems. They serve different purposes. ipfw provides firewall packet filtering services between two or more machines. natd provides network address translation, presumably to convert internal LAN ip addresses to and from public IPs. -- Ryan Thompson 50% Owner, Sysadmin SaskNow Technologies http://www.sasknow.com #106-380 3120 8th St E Saskatoon, SK S7H 0W2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 18:55:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 8312414EF3 for ; Sun, 16 Jan 2000 18:55:23 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id VAA60357; Sun, 16 Jan 2000 21:56:56 -0500 (EST) (envelope-from cjc) Date: Sun, 16 Jan 2000 21:56:56 -0500 From: "Crist J. Clark" To: Brett Taylor Cc: cjclark@home.com, Danny , De la Cruz Lugo Eric , Doug Young , freebsd-questions@FreeBSD.ORG Subject: Re: Problem with Ports and Firewall Message-ID: <20000116215656.B60295@cc942873-a.ewndsr1.nj.home.com> References: <200001160129.UAA53519@cc942873-a.ewndsr1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from brett@peloton.runet.edu on Sun, Jan 16, 2000 at 05:36:24PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 16, 2000 at 05:36:24PM -0500, Brett Taylor wrote: > Hi, > > On Sat, 15 Jan 2000, Crist J. Clark wrote: > > > Danny wrote, > > > > Question > > > > > > 1) How can I get ports to work with the firewall? > > While the other replies will work, they are a lot of work unless you set > these environmental variables in your .cshrc or .bashrc. It's easier I > think to do the following by editing /etc/make.conf > > - uncomment FTP_PASSIVE_MODE= YES [snip] I was going to suggest this too until I realized that this was no longer in the distributed make.conf. That made me suspicious so I did, % grep PASSIVE /usr/ports/Mk/* % grep PASSIVE /usr/share/mk/* % Which showed no such variable is used in the mk-files. Is it just you and I or was there once such a beast? Or is there still one and I just have not found it? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 19: 0:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 1340814D64; Sun, 16 Jan 2000 19:00:40 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id WAA17297; Sun, 16 Jan 2000 22:00:22 -0500 (EST) (envelope-from wollman) Date: Sun, 16 Jan 2000 22:00:22 -0500 (EST) From: Garrett Wollman Message-Id: <200001170300.WAA17297@khavrinen.lcs.mit.edu> To: Alfred Perlstein Cc: Jonathan Fortin , freebsd-questions@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: sh? In-Reply-To: <20000116171249.L508@fw.wintelcom.net> References: <20000116171249.L508@fw.wintelcom.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > I think he wants to know why we use 'sh' instead of one > of the more popular shells. OK. I've moved the thread to -questions where it would be more appropriate. Doc team: this should go in the FAQ. The simple answer is: because POSIX says that there shall be such a shell. The more complicated answer: many people need to write shell scripts which will be portable across many systems. That's why POSIX specifies the shell and utility commands in great detail. Most scripts are written in Bourne shell, and because several important programming interfaces (make(1), system(3), popen(3), and analogues in higher-level scripting languages like Perl and Tcl) are specified to use the Bourne shell to interpret commands. Because the Bourne shell is so often and widely used, it is important for it to be quick to start, be deterministic in its behavior, and have a small memory footprint. The existing implementation is our best effort at meeting as many of these requirements simultaneously as we can. In order to keep /bin/sh small, we have not provided many of the convenience features that other shells have. That's why the Ports Collection includes more featureful shells like bash, scsh, tcsh, and zsh. (You can compare for yourself the memory utilization of all these shells by looking at the `VSZ' and `RSS' columns in a `ps -u' listing.) -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 19:17:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pericles.IPAustralia.gov.au (pericles.IPAustralia.gov.au [202.14.186.30]) by hub.freebsd.org (Postfix) with ESMTP id 287E314FD4 for ; Sun, 16 Jan 2000 19:17:40 -0800 (PST) (envelope-from Michael.Still@ipaustralia.gov.au) Received: (from smap@localhost) by pericles.IPAustralia.gov.au (8.9.3/8.9.3) id OAA54443; Mon, 17 Jan 2000 14:17:29 +1100 (EST) (envelope-from Michael.Still@ipaustralia.gov.au) X-Authentication-Warning: pericles.IPAustralia.gov.au: smap set sender to using -f Received: from noteshub01.aipo.gov.au(10.0.100.21) by pericles.IPAustralia.gov.au via smap (V2.0) id xma054431; Mon, 17 Jan 00 14:17:14 +1100 Received: by noteshub01.aipo.gov.au(Lotus SMTP MTA v4.6.3 (778.2 1-4-1999)) id 4A256869.00179BE7 ; Mon, 17 Jan 2000 14:17:52 +1000 X-Lotus-FromDomain: IP_AUSTRALIA From: Michael.Still@ipaustralia.gov.au To: "Lachlan O'Dea" Cc: Roy W Bradley , freebsd-questions@FreeBSD.ORG Message-ID: <4A256869.00179B92.00@noteshub01.aipo.gov.au> Date: Mon, 17 Jan 2000 14:17:50 +1000 Subject: Re: Does FreeBSD run on 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 To: "Lachlan O'Dea" cc: Roy W Bradley , freebsd-questions@FreeBSD.ORG All of this system will run (with the exception of the PERC). We are using these machines with 3.2, 3.3 and 4.0 now. Michael "Lachlan O'Dea" on 17/01/2000 10:08:07 am To: Roy W Bradley cc: freebsd-questions@FreeBSD.ORG Subject: Re: Does FreeBSD run on On Sun, Jan 16, 2000 at 09:42:12AM -0500, Roy W Bradley wrote: > Dell 4350 Dual PIII, 512MB RAM, Dual Intel Pro 100+ Ethernet NIC, and PERC > 2/SC RAID Single Channel Controller w/16MB Cache? The RAID controller is the tricky bit. If you want to boot off a RAID drive, then you'll need 4.0-CURRENT. If you can boot off a non-RAID drive, then you can use 3.x with the drivers from http://www.freebsd.org/~msmith/RAID/ami/amr-stable-991214.tar.gz. I haven't actually run FreeBSD on such a system, but I believe the other hardware is supported out of the box. -- Lachlan O'Dea Computer Associates Pty Ltd Webmaster Vet - Anti-Virus Software http://www.vet.com.au/ "No, no, there is no why." - Yoda, Jedi Master 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 Jan 16 19:22:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id CB6C514EEE for ; Sun, 16 Jan 2000 19:22:21 -0800 (PST) (envelope-from bradyn@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 17 Jan 2000 03:22:20 +0000 (GMT) Date: Mon, 17 Jan 2000 03:22:20 +0000 (GMT) From: Niall Brady To: Cal Cornils Cc: freebsd-questions@freebsd.org Subject: Re: Boot FreeBSD from a floppy? In-Reply-To: <01b501bf5f85$2df54100$5705fa0a@x> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yep, as Duke said, the question was answered earlier in the week (when asked by me :) The way it worked for me was that during the install I chose the "Don't touch MBR" option... yet it still did... but I guess an fdisk /mbr (or Partition Magic or the like) should do the trick... so *exercise caution* if you're unsure... (that was what happened with 3.2 Release for me) [In any case, you'll need some way of getting into FreeBSD first of all, in order to prepare a suitable boot floppy.] The method that I found best in the end was to take the first of the install floppys, and (assuming that the floppy is mounted on /floppy) then remove the kernel file on the floppy, and the included config files. In other words, the remaining directory structure is... /floppy/boot.config /floppy/boot/boot1 /floppy/boot/boot2 /floppy/boot/loader So at that point, you'll need to whack a line like 0:wd(1,a)kernel into /floppy/boot.config What that will do is look for IDE interface 0 (specified by 0:wd), then it'll go to slice 1, partition a (slice 0 is the 1st slice, slice 1 is the 2nd etc.); then it will load the file named kernel that it finds there. You can do fancier stuff if need be with the following line... 0:wd(1,a)/boot/loader That will run the program called /boot/loader on the hard disk, which will let you configure PNP cards and similar fun stuff. Best of luck! -- Niall On Sat, 15 Jan 2000, Cal Cornils wrote: > Can I install FreeBSD 3.2 so that it's bootable from a floppy?? I'd > like to put it in a new partition on my Win PC separate (or course) from > all others, and would rather not try to fool around with the MBR, boot > sectors, and such for startup. > > I believe I've heard this is one of the options that's available when > doing the installation, but wasn't sure. And that when it's done, I > believe you can give at the boot: prompt something like > wd(2,c)/kernel > to give it directions to the BSD partition. Is this the way it works?? > > I can do this kind of a thing with RH Linux 5.2, but wanted to confirm > that it's also an option with FreeBSD. > > Cal Cornils > > >> > > > >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 Jan 16 19:42: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mc-qout4.whowhere.com (mc-qout4.whowhere.com [209.185.123.18]) by hub.freebsd.org (Postfix) with SMTP id D539A14C2D for ; Sun, 16 Jan 2000 19:41:58 -0800 (PST) (envelope-from cfoegen@angelfire.com) Received: from Unknown/Local ([?.?.?.?]) by angelfire.com; Sun Jan 16 19:41:54 2000 To: freebsd-questions@FreeBSD.ORG Date: Sun, 16 Jan 2000 22:41:54 -0500 From: "Corey C. Foegen" Message-ID: Mime-Version: 1.0 X-Sent-Mail: off X-Mailer: MailCity Service Subject: About free bsd X-Sender-Ip: 209.213.133.212 Organization: Angelfire (http://email.angelfire.com:80) Content-Type: text/plain; charset=us-ascii Content-Language: en Content-Length: 981 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sir or Madam, We hope you would answer some questions we may have about Free BSD. It sounds like a great product and we would like some clarity. We are presently running Windows 98 as well as other MS product software. Being an operating system, would Free BSD replace Windows, supplement or otherwise be found as a replacement for the DOS. Another question would be how greatly improved will security be from hackers (we were hit once before)? And if not,would you have any recommendations for security and fire wall? And the final question- if we decide to persue with Free BSD, could you tell us the price for the CDROM (we have a Creative Labs 8X CDROM drive) and to whom we can send a check as well as the time expected time frame for delivery? Thank you for your time and patience. We appreciate your offer and assistance. Thank you, Corey & Carol Foegen cfoegen@angelfire.com Angelfire for your free web-based e-mail. http://www.angelfire.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 19:42:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 5EAB614BC5 for ; Sun, 16 Jan 2000 19:42:05 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id WAA11271; Sun, 16 Jan 2000 22:42:00 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Sun, 16 Jan 2000 22:42:00 -0500 (EST) From: Brett Taylor To: "Crist J. Clark" Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG Subject: FTP_PASSIVE_MODE - (was Re: Problem with Ports and Firewall) In-Reply-To: <20000116215656.B60295@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Sun, 16 Jan 2000, Crist J. Clark wrote: > On Sun, Jan 16, 2000 at 05:36:24PM -0500, Brett Taylor wrote: > > While the other replies will work, they are a lot of work unless you set > > these environmental variables in your .cshrc or .bashrc. It's easier I > > think to do the following by editing /etc/make.conf > > > > - uncomment FTP_PASSIVE_MODE= YES > I was going to suggest this too until I realized that this was no > longer in the distributed make.conf. That made me suspicious so I did, > % grep PASSIVE /usr/ports/Mk/* > % grep PASSIVE /usr/share/mk/* > Which showed no such variable is used in the mk-files. Is it just you > and I or was there once such a beast? Or is there still one and I just > have not found it? Hmmm... there WAS one - and it worked (or at least used to). Digging through the cvsweb I found the following: ----------------------------------------- 1.74 Wed Feb 3 22:25:41 1999 UTC by asami Diffs to 1.73 Remove commented out definition of FTP_PASSIVE_MODE, it is (and has always been) an environment variable and doesn't belong here. Pointed out by: cnh@ems.mindspring.net, sanpei@yy.cs.keio.ac.jp ----------------------------------------- So it's gone. I don't think it hurts to do things this way however. Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 20:28:16 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 8A46114A00 for ; Sun, 16 Jan 2000 20:28:12 -0800 (PST) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id FAA78339; Mon, 17 Jan 2000 05:28:08 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.9.3/8.9.3) with ESMTP id FAA52952; Mon, 17 Jan 2000 05:28:08 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: (from gunnar@localhost) by pluto.sr.se (8.9.3/8.9.3) id FAA37756; Mon, 17 Jan 2000 05:28:08 +0100 (CET) (envelope-from gunnar) Date: Mon, 17 Jan 2000 05:28:08 +0100 From: Gunnar Flygt To: Brett Taylor Cc: FreeBSD Questions Subject: Re: FTP_PASSIVE_MODE - (was Re: Problem with Ports and Firewall) Message-ID: <20000117052807.A37728@sr.se> Reply-To: Gunnar Flygt References: <20000116215656.B60295@cc942873-a.ewndsr1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from brett@peloton.runet.edu on Sun, Jan 16, 2000 at 10:42:00PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 16, 2000 at 10:42:00PM -0500, Brett Taylor wrote: > Hi, > > On Sun, 16 Jan 2000, Crist J. Clark wrote: > > > On Sun, Jan 16, 2000 at 05:36:24PM -0500, Brett Taylor wrote: > > > > While the other replies will work, they are a lot of work unless you set > > > these environmental variables in your .cshrc or .bashrc. It's easier I > > > think to do the following by editing /etc/make.conf > > > > > > - uncomment FTP_PASSIVE_MODE= YES > > > I was going to suggest this too until I realized that this was no > > longer in the distributed make.conf. That made me suspicious so I did, > > > % grep PASSIVE /usr/ports/Mk/* > > % grep PASSIVE /usr/share/mk/* > > > Which showed no such variable is used in the mk-files. Is it just you > > and I or was there once such a beast? Or is there still one and I just > > have not found it? > > Hmmm... there WAS one - and it worked (or at least used to). Digging > through the cvsweb I found the following: > > ----------------------------------------- > 1.74 Wed Feb 3 22:25:41 1999 UTC by asami > Diffs to 1.73 > > Remove commented out definition of FTP_PASSIVE_MODE, it is (and has always > been) an environment variable and doesn't belong here. > > Pointed out by: cnh@ems.mindspring.net, sanpei@yy.cs.keio.ac.jp > ----------------------------------------- > > So it's gone. I don't think it hurts to do things this way however. But it has worked without it a long time. I'm behind a firewall and I've seen people refer (is it spelled like that?) to it, but never used it for 2 years, since it works with only FTP_PROXY variable set :) -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 20:57:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id C3BA714E80 for ; Sun, 16 Jan 2000 20:57:16 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id FAA88762; Mon, 17 Jan 2000 05:57:15 +0100 (CET) (envelope-from olli) Date: Mon, 17 Jan 2000 05:57:15 +0100 (CET) Message-Id: <200001170457.FAA88762@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: Volatile variables X-Newsgroups: list.freebsd-questions In-Reply-To: <85rdp2$g65$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Mikhail Evstiounin wrote in list.freebsd-questions: > From: Oliver Fromme >>No, it's _exactly_ the same, as far as the compiler is >>concerned. The meaning of "volatile" is to prevent the >>compiler's optimizer stage from assuming that the content >>of a variable cannot change _asynchronously_ between >>C statements. The important word is ``asynchronously''. >>It means changes to variables outside of the control flow >>which is known to the compiler at compile-time. This >>includes signal handlers just as well as hardware registers, >>shared memory etc. > > Wrong, wrong and wrong. Hardware generates interrupts, > changes statues and value in hardware registers totaly async > and this process is out of your control. Delivery of a signal is, in essence, cause by a hardware interrupt, directly or indirectly. It is what you call "totally async". > Moreover, your process will be stopped as soon as > sighandler gets its control. No, the sighandler is part of the process. When a signal handler gets called, this is (simply speaking) like an asynchronous and non-foreseeable subroutine call. > This process is totally under your control No, it is not. In particular, the compiler is unable to take it into consideration during register optimization. > [useless example with race-conditions deleted] > And vilotale doesn't help a bit!!! True, volatile does not help against typical race-conditions. That's not the purpose of volatile. Volatile does not help for basic synchronization, this is the programmer's task, but not the task of volatile. Without volatile, the programmer would be _completely_ unable to use global variables within signal handlers, because the compiler could hold their values in registers for an indefinite amount of time. In theory, if the processor hardware has enough registers, _all_ variables of the whole program could be held in registers during the _whole_ lifetime of the process. There would be never a variable stored in memory. This is perfectly legal, and a programmer whould have no chance to access them from within a signal handler. Volatile is the only solution to that problem. Therefore, it is necessary, and a compiler _must_ obey it. It basically forbids register optimizations for that particular variable. > Again, I let myself to cite BS book (p. 808) - "an object can change its > value "BS book"? How about quoting from an authoritative reference? > in ways not specified by the language". In my mind, this is very careful > and strict statement. I'm sorry, but I think it's rather misleading. > Any ofthis book or article will show you how to live without > vilotile in async process environment. You cannot solve the problem without "volatile" which I've demonstrated above. The ANSI/ISO C standard is missing in your list of books. ;-) I'd recommend that you read the section about "volatile". Yet another example (simplified): extern int i; extern int j; void foo (void) { j = i * i; j += i; } Compiled with ``cc -O3 -Wall -ansi -pedantic -c'', the result is: movl i,%eax imull %eax,%eax addl j,%eax movl %eax,0x0 Note that there could be other, unrelated statements between those two, and the compiler would still be allowed to hold everything in registers, if possible. If a signal handler is called at this point, you have three problems: 1) If it reads the variable j, it gets the wrong value, because j has not been updated yet. 2) If it writes to i, the value would not be used by the function after return from the signal handler. 3) If it writes to j, the value will be ignored and overwritten after return from the signal handler. In short: The whole thing breaks without volatile. Adding "volatile" to the declaration of i and j changes the code considerably: movl i,%eax movl i,%edx imull %edx,%eax movl %eax,j movl j,%eax movl i,%edx addl %edx,%eax movl %eax,j As you can see, now the contents of i and j are always consistent. This code works fine, even when an asynchronous mechanism (signal handler, hardware, etc.) tries to access them at some point. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 21:34:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id ADC7814D0F for ; Sun, 16 Jan 2000 21:34:40 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id GAA92245; Mon, 17 Jan 2000 06:34:39 +0100 (CET) (envelope-from olli) Date: Mon, 17 Jan 2000 06:34:39 +0100 (CET) Message-Id: <200001170534.GAA92245@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: enabling more ttys... i cant get it! X-Newsgroups: list.freebsd-questions In-Reply-To: <85ra5c$dss$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 MIS Admin Team wrote in list.freebsd-questions: > I recompiled kernel and rebooted, came up just fine > cd /dev; sh MAKEDEV pty7, it makes ttyR* and ttyS* Well, MAKEDEV pty7 will only make the _last_ 32 of 256 device entries, if I'm not mistaken. Try this one: cd /dev; sh MAKEDEV pty1 pty2 pty3 pty4 pty5 pty6 pty7 That should make _all_ of the 256 entries. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 21:46:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 4944214C8B for ; Sun, 16 Jan 2000 21:46:04 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id GAA93460; Mon, 17 Jan 2000 06:46:03 +0100 (CET) (envelope-from olli) Date: Mon, 17 Jan 2000 06:46:03 +0100 (CET) Message-Id: <200001170546.GAA93460@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: elf problem installin jserv on FreeBSD 2.2.6 X-Newsgroups: list.freebsd-questions In-Reply-To: <85rhd6$i1q$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Unix Guru wrote in list.freebsd-questions: > I'm trying to install JServ for Apache 1.3.9 on a box running > FreeBSD 2.2.6. I upgraded to jdk 1.1.8 and jskd 2.0 but > [...] > ELF interpreter /usr/libexec/ld-elf.so.1 not found I can't comment on that particular problem (I'm not using jserv), but here's some general advice. The ports collection "officially" supports only the latest -stable and -current branch. FreeBSD 2.2.6 is very old, and there is a growing number of ports which does not work correctly on it anymore. You're using the latest versions of Apache and the JDK, but a very old version of the FreeBSD (not even the latest along the retired 2.x branch) -- this is a sub-optimal configuration. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 21:46:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 6C32F15062 for ; Sun, 16 Jan 2000 21:46:45 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id SAA29983 for ; Mon, 17 Jan 2000 18:46:42 +1300 (NZDT) Message-Id: <200001170546.SAA29983@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: questions@freebsd.org Date: Mon, 17 Jan 2000 18:46:38 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: OpenSSH 1.2.1 refusing incoming connections Reply-To: dan@freebsddiary.org X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently upgraded to OpenSSH 1.2.1 from OpenSSH 1.2. Incoming connections are being refused, even from localhost. $ ssh -v localhost SSH Version OpenSSH-1.2.1, protocol version 1.5. Compiled with SSL. debug: Reading configuration data /usr/local/etc/ssh_config debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to localhost [127.0.0.1] port 22. debug: Allocated local port 1014. debug: Connection established. ssh_exchange_identification: read: No such file or directory debug: Calling cleanup 0x805359c(0x0) I'm on FreeBSD 3.3-19991207-SNAP. My first guess was /etc/hosts.allow, but that contains "sshd : ALL : allow" Any ideas? -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 21:49:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lafontaine.cybercable.fr (lafontaine.cybercable.fr [212.198.0.202]) by hub.freebsd.org (Postfix) with SMTP id 658E914DDC for ; Sun, 16 Jan 2000 21:49:11 -0800 (PST) (envelope-from herbelot@cybercable.fr) Received: (qmail 2157435 invoked from network); 17 Jan 2000 05:49:10 -0000 Received: from d016.paris-30.cybercable.fr (HELO cybercable.fr) ([212.198.30.16]) (envelope-sender ) by lafontaine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 17 Jan 2000 05:49:10 -0000 Message-ID: <3882AD9C.E8750C92@cybercable.fr> Date: Mon, 17 Jan 2000 06:50:20 +0100 From: Thierry Herbelot X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org, stable@freebsd.org Subject: recent 3.4 and netscape ? 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 installed on the second disk of this machine the latest 3.4 snpashot, then installed cvsup and updated the sources to -Stable, then rebuilt the world and a new kernel, and finally compiled and installed the latest Xfree86 (3.3.6) Thus, I should have a very recent -Stable. But I can't install and run netscape : (there follows an install attempt) ---------------------------------------------------------------- tfh# make install ===> Extracting for netscape-communicator-4.7 >> Checksum OK for communicator-v47-export.x86-unknown-freebsd.tar.gz. ===> netscape-communicator-4.7 depends on shared library: X11.6 - found You can make Netscape use 128-bit encryption by defining USE_128BIT ===> Patching for netscape-communicator-4.7 ===> Ignoring empty patch directory ===> Perhaps you forgot the -P flag to cvs co or update? ===> Configuring for netscape-communicator-4.7 ===> Installing for netscape-communicator-4.7 ===> netscape-communicator-4.7 depends on shared library: X11.6 - found Couldn't open /usr/libexec/ld.so. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. tfh# tfh# uname -a FreeBSD tfh.herbelot.nom 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Jan 16 23:53:58 C ET 2000 thierry.herbelot@tfh.herbelot.nom:/usr/src/sys/compile/TFH_34 i386 tfh# tfh# pkg_info Mesa-3.0 A graphics library similar to SGI's OpenGL XFree86-3.3.6 X11R6.3/XFree86 core distribution bzip2-0.9.5d A block-sorting file compressor cvsup-16.1 A general network file distribution system optimized for CVS gettext-0.10.35 GNU gettext package giflib-4.1.0 Tools and library routines for working with GIF images gmake-3.78.1 GNU version of 'make' utility jpeg-6b IJG's jpeg compression utilities kdelibs-1.1.2 Support libraries for the KDE integrated X11 desktop libtool-1.3.3 Generic shared library support script modula-3-3.6 Modula-3 compiler and libraries from DEC Systems Research Ce modula-3-lib-3.6 The shared libraries needed for executing Modula-3 programs png-1.0.5 Library for manipulating PNG images qt-1.42 A C++ X GUI toolkit tiff-3.5.4 Tools and library routines for working with TIFF images xpm-3.4k The X Pixmap library tfh# ---------------------------------------------------------------- I know netscape is still aout, so I may have forgotten to recompile the aout support tools in the new world I've built - but I'd like to know for sure. Thanks in advance for any help TfH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 21:50:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.pit.adelphia.net (alpha.pit.adelphia.net [24.48.44.2]) by hub.freebsd.org (Postfix) with ESMTP id E2D0614F56 for ; Sun, 16 Jan 2000 21:50:22 -0800 (PST) (envelope-from evstiounin@adelphia.net) Received: from evstiouninadelphia ([24.48.53.237]) by alpha.pit.adelphia.net (8.9.2/8.9.2) with SMTP id AAA25284 for ; Mon, 17 Jan 2000 00:50:10 -0500 (EST) Message-ID: <00dc01bf60af$20775ce0$ed353018@evstiouninadelphia.net.pit.adelphia.net> From: "Mikhail Evstiounin" To: Subject: Re: Volatile variables Date: Mon, 17 Jan 2000 00:53:05 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit 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 -----Original Message----- From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Date: Sunday, January 16, 2000 11:58 PM Subject: Re: Volatile variables >Mikhail Evstiounin wrote in list.freebsd-questions: > > Wrong, wrong and wrong. Hardware generates interrupts, > > changes statues and value in hardware registers totaly async > > and this process is out of your control. > >Delivery of a signal is, in essence, cause by a hardware >interrupt, directly or indirectly. It is what you call >"totally async". This is one part, but you missed another - value of a register could be changed completely in the middle of an assembler command. > > > Moreover, your process will be stopped as soon as > > sighandler gets its control. > >No, the sighandler is part of the process. When a signal >handler gets called, this is (simply speaking) like an >asynchronous and non-foreseeable subroutine call. If you are talking about process as something in UNIX, I agree here, but I was talking about process as some essence in sense of unit of concurrency. > > > This process is totally under your control > >No, it is not. In particular, the compiler is unable to take >it into consideration during register optimization. > Again, you missed my point - you as a programmer, not as a compiler. You can mask signals. > > [useless example with race-conditions deleted] > > And vilotale doesn't help a bit!!! > >True, volatile does not help against typical race-conditions. >That's not the purpose of volatile. Volatile does not help I was trying to underline it in all my letters. It shows, that I am bad speaker:-) >for basic synchronization, this is the programmer's task, but >not the task of volatile. > >Without volatile, the programmer would be _completely_ unable >to use global variables within signal handlers, because the >compiler could hold their values in registers for an indefinite >amount of time. > >In theory, if the processor hardware has enough registers, >_all_ variables of the whole program could be held in registers >during the _whole_ lifetime of the process. There would be >never a variable stored in memory. This is perfectly legal, >and a programmer whould have no chance to access them from >within a signal handler. > You are wrong here again. I was a member of team that wrote compiler allocating global variables in registers. And it worked. You, except some special address scheme and speed there is no big difference between memory and registers from the point of view of a compiler. >Volatile is the only solution to that problem. Therefore, it >is necessary, and a compiler _must_ obey it. It basically >forbids register optimizations for that particular variable. > Hey, I stressed that in every my post - no synonyms. > > Again, I let myself to cite BS book (p. 808) - "an object can change its > > value > >"BS book"? How about quoting from an authoritative reference? > OK, Bjarne Stroustrap is not authorative, even it's a base for standard or created based on standard drafts? > > in ways not specified by the language". In my mind, this is very careful > > and strict statement. > >I'm sorry, but I think it's rather misleading. > Disagree, but it's my opinion. > > Any ofthis book or article will show you how to live without > > vilotile in async process environment. > >You cannot solve the problem without "volatile" which I've >demonstrated above. > >The ANSI/ISO C standard is missing in your list of books. ;-) Yeap, I left almost all my books back in Russia, but I'll try to get it (standard) as soon as I can. I listed only those I have now. >I'd recommend that you read the section about "volatile". > could you cite for me? >Yet another example (simplified): > > extern int i; > extern int j; > void foo (void) { j = i * i; j += i; } > >Compiled with ``cc -O3 -Wall -ansi -pedantic -c'', the result is: > > movl i,%eax > imull %eax,%eax > addl j,%eax > movl %eax,0x0 > >Note that there could be other, unrelated statements between >those two, and the compiler would still be allowed to hold >everything in registers, if possible. If a signal handler >is called at this point, you have three problems: > >1) If it reads the variable j, it gets the wrong value, > because j has not been updated yet. >2) If it writes to i, the value would not be used by the > function after return from the signal handler. >3) If it writes to j, the value will be ignored and > overwritten after return from the signal handler. > >In short: The whole thing breaks without volatile. > >Adding "volatile" to the declaration of i and j changes the >code considerably: > See my other emails - almost the same. > movl i,%eax > movl i,%edx > imull %edx,%eax > movl %eax,j > movl j,%eax > movl i,%edx > addl %edx,%eax > movl %eax,j > >As you can see, now the contents of i and j are always >consistent. This code works fine, even when an asynchronous >mechanism (signal handler, hardware, etc.) tries to access >them at some point. > For Chrises sake tell me what is going to happen if you got interrupted after first movl? Didn't you see that? It's exactly what vilotile means - between two sequential reading you can get different results. You will have one value on register eax and completely differend on edx. Vilotile does help you to avoid synonyms, but doesn't help you to solve your problem. Don't tell me about C statement as a minimal execution part. OS has ZERO knowledge about this fact and can deliver interruption just after the first movl. In other words, there is no warranty that j will always have value of square of i. Vilotile tells to compiler (and to programmer) that j can have a very strange result. And if compiler will use synonyms for i, this result could be even more strange (if I can say here more strange). Oliver, I don't want to tell anybody - don't use vilotile. Vilotile is very helpfull, but it's not enough to use it when you have multiple handlers or even one handler. You must mask signals in some regions of your program. >Regards > Oliver > >-- >Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany >(Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) > >"In jedem Stück Kohle wartet ein Diamant auf seine Geburt" > (Terry Pratchett) > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 22:17:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id A929814FD9 for ; Sun, 16 Jan 2000 22:17:42 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id HAA95305; Mon, 17 Jan 2000 07:17:41 +0100 (CET) (envelope-from olli) Date: Mon, 17 Jan 2000 07:17:41 +0100 (CET) Message-Id: <200001170617.HAA95305@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: Volatile variables X-Newsgroups: list.freebsd-questions In-Reply-To: <85uao9$224k$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Mikhail Evstiounin wrote in list.freebsd-questions: > From: Oliver Fromme >>Delivery of a signal is, in essence, cause by a hardware >>interrupt, directly or indirectly. It is what you call >>"totally async". > > This is one part, but you missed another - value of a register > could be changed completely in the middle of an assembler command. No. Except if your processor is broken. :-) >>No, the sighandler is part of the process. When a signal >>handler gets called, this is (simply speaking) like an >>asynchronous and non-foreseeable subroutine call. > > If you are talking about process as something in UNIX, I agree > here, but I was talking about process as some essence in sense > of unit of concurrency. There is no concurrency. Even if you have two processors, the signal handler will not run in parallel to the "main" part of the program. >>No, it is not. In particular, the compiler is unable to take >>it into consideration during register optimization. > > Again, you missed my point - you as a programmer, not as > a compiler. You can mask signals. Yes, but that's completely unrelated to "volatile". You have to mask signals to ensure proper synchronisation and avoid race-conditions. You're right about this. This has nothing to do with "volatile" and register optimizations. But setting singal masks does not prevent those register optimizations. You _must_ use "volatile" for this. >>In theory, if the processor hardware has enough registers, >>_all_ variables of the whole program could be held in registers >>during the _whole_ lifetime of the process. There would be >>never a variable stored in memory. This is perfectly legal, >>and a programmer whould have no chance to access them from >>within a signal handler. > > You are wrong here again. Then please explain why you think so. What I said is correct. > I was a member of team that wrote compiler > allocating global variables in registers. And it worked. Was it a C compiler? In that case I hope it supported "volatile" correctly, otherwise it would be in violation of the standard. > except some special address scheme and speed there is no big difference > between memory and registers from the point of view of a compiler. Except that register optimizations are forbidden when a variable has been declared as "volatile". >>"BS book"? How about quoting from an authoritative reference? > > OK, Bjarne Stroustrap is not authorative, even it's a base for standard > or created based on standard drafts? I think we're talking about C, not C++. I'm not familiar with usage of "volatile" in C++ (and this was not the question). >> movl i,%eax >> movl i,%edx >> imull %edx,%eax >> movl %eax,j >> movl j,%eax >> movl i,%edx >> addl %edx,%eax >> movl %eax,j >> >>As you can see, now the contents of i and j are always >>consistent. This code works fine, even when an asynchronous >>mechanism (signal handler, hardware, etc.) tries to access >>them at some point. >> > > For Chrises sake tell me what is going to happen if you got > interrupted after first movl? If the signal handler changes the value of "i" at that point, then the second usage of "i" will get a different value than the first usage, which is the _correct_ behaviour. Without "volatile", the gcc code will always use the old value, which is _not_ correct. Even worse, the behaviour depends on the compiler's optimizer -- it _might_ use the old value, or it might not. > eax and completely differend on edx. Vilotile does help > you to avoid synonyms, but doesn't help you to solve your problem. Excuse me? It solves the problem. The code does exactly what it's supposed to do. > there is no warranty that j will always have value of > square of i. Correct. There is no such warranty, no matter if "i" is declared as "volatile" or not. If the signal handler changes the value of "i", the programmer should know what he is doing. If he wants to calculate the square of "i", he should use a different way (i.e. using signal masks). > Vilotile tells to compiler (and to programmer) > that j can have a very strange result. That's completely wrong. > Oliver, I don't want to tell anybody - don't use vilotile. Then you cannot use global variables within signal handlers correctly. I'm under the impression that you misunderstand the purpose of "volatile". Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 22:20:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from neptune.innovativeinternet.net (neptune.innovativeinternet.net [208.244.165.5]) by hub.freebsd.org (Postfix) with SMTP id 207C715062 for ; Sun, 16 Jan 2000 22:20:33 -0800 (PST) (envelope-from Harlan.Stenn@pfcs.com) Received: (qmail 3508 invoked from network); 17 Jan 2000 06:20:23 -0000 Received: from harlan.fred.net (HELO pcpsj.pfcs.com) (@208.238.64.78) by neptune.innovativeinternet.net with SMTP; 17 Jan 2000 06:20:23 -0000 Received: from mumps.pfcs.com [192.52.69.11] (HELO mumps.pfcs.com) by pcpsj.pfcs.com (8.9.3/8.9.3) via ESMTP id ; Mon, 17 Jan 2000 01:18:35 -0500 (EST) Received: from brown.pfcs.com [192.52.69.44] (HELO brown.pfcs.com) by mumps.pfcs.com (8.8.8/8.8.8) via ESMTP id ; Sun, 16 Jan 2000 22:15:47 -0800 (PST) Received: from localhost.pfcs.com [127.0.0.1] (HELO brown.pfcs.com) by brown.pfcs.com (8.8.8/8.8.8) via ESMTP id ; Mon, 17 Jan 2000 01:15:46 -0500 (EST) To: Thierry Herbelot Cc: questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: recent 3.4 and netscape ? In-Reply-To: Thierry Herbelot's (herbelot@cybercable.fr) message dated Mon, 17 Jan 2000 06:50:20. <3882AD9C.E8750C92@cybercable.fr> X-Face: "csXK}xnnsH\h_ce`T#|pM]tG,6Xu.{3Rb\]&XJgVyTS'w{E+|-(}n:c(Cc* $cbtusxDP6T)Hr'k&zrwq0.3&~bAI~YJco[r.mE+K|(q]F=ZNXug:s6tyOk{VTqARy0#axm6BWti9C d User-Agent: EMH/1.10.0 SEMI/1.13.3 (Komaiko) FLIM/1.12.7 (=?ISO-8859-1?Q?Y?= =?ISO-8859-1?Q?=1B=2ED=8E=FEzaki?=) XEmacs/21.1 (20 Minutes to Nikko) (i386-unknown-freebsd2.2.8) MIME-Version: 1.0 (generated by SEMI 1.13.3 - "Komaiko") Content-Type: text/plain; charset=US-ASCII Date: Mon, 17 Jan 2000 01:15:46 -0500 Message-ID: <28424.948089746@brown.pfcs.com> From: Harlan Stenn Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you have LD_LIBRARY_PATH in your environment, get rid of it. H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 22:22: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from c012.sfo.cp.net (c012-h004.c012.sfo.cp.net [209.228.13.95]) by hub.freebsd.org (Postfix) with SMTP id 2B92314DB1 for ; Sun, 16 Jan 2000 22:22:05 -0800 (PST) (envelope-from jasmack2@altavista.com) Received: (cpmta 13322 invoked from network); 16 Jan 2000 22:22:04 -0800 Date: 16 Jan 2000 22:22:04 -0800 Message-ID: <20000117062204.13321.cpmta@c012.sfo.cp.net> X-Sent: 17 Jan 2000 06:22:04 GMT Received: from [203.25.160.117] by mail.altavista.com with HTTP; 16 Jan 2000 22:22:04 PST Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 To: questions@freebsd.org From: Jason McKay X-Mailer: Web Mail 3.4.2.1 Subject: sendmail 8.9 & relaying Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm running FreeBSD 2.2.6-RELEASE, I have just downloaded Sendmail 8.9 from their website and compiled it. Sendmail 8.9 claims to deny relaying by default, but I'm finding people from outside our server are still able to relay via us. Hope can I stop this? Thanks, Jason. ______________________________________________________________ Free Internet Access from AltaVista: Get it, share it & win! http://freeaccess.altavista.com/pika/www/initweb.jsp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 22:28: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from access.inet.co.th (access.inet.co.th [203.151.127.252]) by hub.freebsd.org (Postfix) with ESMTP id 4719315082 for ; Sun, 16 Jan 2000 22:28:03 -0800 (PST) (envelope-from pirat@access.inet.co.th) Received: from sukato.oaep.go.th (TruPPP3416.inet.co.th [203.151.127.76]) by access.inet.co.th (8.8.8/8.8.8) with ESMTP id NAA23525 for ; Mon, 17 Jan 2000 13:27:58 +0700 (ICT) (envelope-from pirat@access.inet.co.th) Received: by sukato.oaep.go.th (8.9.3/8.9.3) id NAA00359 for questions@FreeBSD.ORG; Mon, 17 Jan 2000 13:30:27 +0700 (ICT) From: pirat sriyotha To: questions@FreeBSD.ORG Subject: No buffer space available Date: Mon, 17 Jan 2000 13:25:35 +0700 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00011713302600.00346@sukato.oaep.go.th> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, occationally, my small network does not work. i have to 'shutdown -r now' to bring it back to work. the only clue is a message from ping which is ping: sendto: No buffer space available is there anyway to solve this kind of problem instead of shutdown ? i am running freebsd -3.3 with de0. TIA rgds, psr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 23: 5:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from subcellar.mwci.net (subcellar.mwci.net [205.254.160.2]) by hub.freebsd.org (Postfix) with ESMTP id 4A24F15013 for ; Sun, 16 Jan 2000 23:05:43 -0800 (PST) (envelope-from sean@bebits.com) Received: from sean.mwci.net (kb0lcj-10.dbq.mwci.net [209.207.4.10]) by subcellar.mwci.net (8.8.8/8.8.8) with SMTP id BAA01349 for ; Mon, 17 Jan 2000 01:05:41 -0600 (CST) To: freebsd-questions@freebsd.org Subject: Problems editing a partition table.. From: "Sean Heber" Reply-To: sean@bebits.com Date: Mon, 17 Jan 2000 01:05:38 CST Content-Type: text/plain; charset="ISO-8859-1" Message-ID: <948092738_PM_BeOS.sean@bebits.com> MIME-Version: 1.0 X-Mailer: Postmaster 1.0 for BeOS Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, I was sitting here trying to get vinum to work again. I had it working fine but based on some feedback to my last e-mail about big file systems I was rearranging some things.. And now I can't get it to work. If I remember right I had to edit the partition table using disklabel -e /dev/drivename and change the partition type to "vinum". Well, I was trying to and something is screwy. Whenever I try, vi opens up, I make some changes, and then I try to save. I get the following: disklabel: Operation not supported by device re-edit the label? [y]: I'm confused. This did not happen the last time I setup vinum. What I want to do is concat /dev/wd2 and /dev/wd3. But I can't even seem to get passed the first part of the process. What am I missing here? The drive that is now wd3 was one I used the last time I had vinum setup. (wd2 is a new drive) Both drives are on the same bus (the secondary IDE chain). The primary chain has one drive on it and no slave. My boot drive is SCSI. I'm running FreeBSD 3.4-STABLE on a dual P-II 400. Come to think of it, when I tried vinum before I had 3.4 RELEASE. Although I have doubts that it matters (or should I say *hopes* that it doesn't matter.. :-). But I figured I should mention it anyway. l8r Sean BeBits Admin http://www.bebits.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 23:16:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from seacom.start.or.th (seacom.start.or.th [161.200.32.34]) by hub.freebsd.org (Postfix) with ESMTP id 9104C14DF4 for ; Sun, 16 Jan 2000 23:16:28 -0800 (PST) (envelope-from vtasna@start.or.th) Received: from aerosol (aerosol.start.or.th [161.200.32.29]) by seacom.start.or.th (8.8.8/8.8.8) with SMTP id OAA01479 for ; Mon, 17 Jan 2000 14:12:49 +0700 (ICT) (envelope-from vtasna@start.or.th) Message-ID: <002e01bf60ba$be8c9110$1d20c8a1@start.or.th> From: "Ms. Tasnaporn Vongvichialchai" To: "FreeBSD Questions" Subject: Browser isn't understand my php scripts ! ! Date: Mon, 17 Jan 2000 14:16:15 +0700 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-874" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have followed all the steps to install PHP-3.0.12 with the Apache_1.3.9 FreeBSD UNIX, but my PHP scripts are not show up in my browser and I am being asked to save the file. Help! ===================================== Ha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 23:18:38 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 6492C14BFF for ; Sun, 16 Jan 2000 23:18:35 -0800 (PST) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id XAA09422; Sun, 16 Jan 2000 23:18:27 -0800 Date: Sun, 16 Jan 2000 23:18:27 -0800 (PST) From: To: Christian Weisgerber Cc: freebsd-questions@FreeBSD.ORG Subject: Re: linx/freebsd/dump In-Reply-To: <85tnij$26k5$1@bigeye.rhein-neckar.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 Ok,, well here is how it go's down... #] /sbin/dump 0uf my.tapeserver.net:/dev/nrsa0 / DUMP: Date of this level 0 dump: Sun Jan 16 23:13:59 2000 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/hda2 (/) to /dev/nrsa0 on host my.tapeserver.net DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 51952 tape blocks on 1.34 tape(s). /sbin/dump: Lost connection to remote host. DUMP: Bad return code from dump: 1 #] The remote machine gives no log what so ever. rsh/rlogin works fine on both machines and The FreeBSD machines on the network seem to dump just fine. No idea where to go since there is no real log of anything. Any thoughts? Keith On 17 Jan 2000, Christian Weisgerber wrote: > wrote: > > > Any solutions for getting a linux machine to dump over the network to my > > freebsd machine with all the tape devices in it? > > No. Just works for me. > > > The linux machines don't seem to want to do it. > > That's unfortunate. I mean, if there was some kind of error we > could try to figure out what's going wrong, but if it is just the > will of the machine nothing can be done about it, I guess. > > -- > Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jan 16 23:32:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from news.ccil.org (news.ccil.org [192.190.237.103]) by hub.freebsd.org (Postfix) with ESMTP id BA72A15013 for ; Sun, 16 Jan 2000 23:32:33 -0800 (PST) (envelope-from editor@linuxexpo.net) Received: from root by news.ccil.org with local (Exim 2.05 #1 (Debian)) id 12A6jJ-0002Av-00; Mon, 17 Jan 2000 02:37:37 -0500 Subject: Exhibitor preview of Linux World Message-Id: From: editor@linuxexpo.net To: freebsd-questions@FreeBSD.ORG Date: Mon, 17 Jan 2000 02:37:37 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We would like to invite you to participate in our virtual expo on LinuxExpo.Net. This is an opportunity for you to promote your company and the value you add to Linux and the Linux Community. You will find your company listed along with other exhibitors at http://LinuxExpo.Net/LinuxWorld-NY-2000/exhibitors-NY2000.html. We are asking you and all the exhibitors to provide us with the following: 1. Expo preview. 2. How does your company add value to Linux and the Linux Community. Please either send us a copy of what you want posted or provide a URL for each of the above items. Linux Expo.Net will be writing about the events and conducting interviews at Linux World. If a company representative will be available for a possible interview, we would appreciate it. Thanks, Kathy Miles, Senior Editor LinuxExpo.Net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 0:45:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from monk.via.net (monk.via.net [209.81.2.10]) by hub.freebsd.org (Postfix) with ESMTP id 39EC614F13 for ; Mon, 17 Jan 2000 00:45:42 -0800 (PST) (envelope-from joe@via.net) Received: (from joe@localhost) by monk.via.net (8.9.3/8.9.3) id AAA23126 for questions@freebsd.org; Mon, 17 Jan 2000 00:45:50 -0800 (PST) (envelope-from joe) From: Joe McGuckin Message-Id: <200001170845.AAA23126@monk.via.net> Date: Mon, 17 Jan 2000 00:45:50 -0800 (PST) To: questions@freebsd.org Subject: INETD question... X-Mailer: Ishmail 1.3.1-970608-bsdi MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Have you ever used AMANDA, the backup software? One caveat listed in their documentation is the problem of restarting inetd. They claim that restarting inetd (or a kill -HUP) will cause the socket to hang, and become unusable. I have seen this problem with amanda, but *only* with amanda. All other inetd clients behave in a more 'sociable' manner. Is there something special that a inetd client needs to do to ensure that they properly release the socket when inetd is killed or re-hupped? Here's the inetd.conf entry for amanda... amanda dgram udp wait backup /usr/local/libexec/amandad amandad Thanks, Joe -- Joe McGuckin ViaNet Communications 994 San Antonio Road Palo Alto, CA 94303 Phone: 650-969-2203 Cell: 650-207-0372 Fax: 650-969-2124 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 0:45:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from exchange.prism.co.za (exchange.prism.co.za [196.34.63.66]) by hub.freebsd.org (Postfix) with ESMTP id 5D53414E05 for ; Mon, 17 Jan 2000 00:45:43 -0800 (PST) (envelope-from alwyns@littlecruncher.prizm.dhs.org) Received: from littlecruncher.prizm.dhs.org (196.34.63.201 [196.34.63.201]) by exchange.prism.co.za with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id C6S5Z1QW; Mon, 17 Jan 2000 10:47:50 +0200 Received: by littlecruncher.prizm.dhs.org (Postfix, from userid 1001) id 449C9BC; Mon, 17 Jan 2000 10:46:24 +0200 (SAST) Date: Mon, 17 Jan 2000 10:46:24 +0200 From: Alwyn Schoeman To: Alex Charalabidis Cc: FreeBSD Questions Subject: Re: NetWare/BorderManager vs FreeBSD/squid Message-ID: <20000117104623.A6614@littlecruncher.prizm.dhs.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from alex@wnm.net on Thu, Jan 13, 2000 at 03:40:17PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, 1) Novell BorderManager is based on Squid or was in the beginning. 2) It gets an additional boost because Novell is really a big caching OS. Everything is cached left right and center. 3) If the company uses NDS for user login then Bordermanager will allow you to do access control via NDS. I myself would use squid if price was an issue and if it would be the only Novell server in the environment, otherwise I would go BorderManager. Novell environments are a lot more pleasurable than MS ones :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 0:57: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from curlew.cs.man.ac.uk (curlew.cs.man.ac.uk [130.88.13.7]) by hub.freebsd.org (Postfix) with ESMTP id 9768C14F61 for ; Mon, 17 Jan 2000 00:56:59 -0800 (PST) (envelope-from Networks.Manager@rncm.ac.uk) Received: from fs3.rncm.ac.uk ([193.63.96.102] helo=rncm.ac.uk) by curlew.cs.man.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@FreeBSD.ORG id 12A7y6-0003aI-00; Mon, 17 Jan 2000 08:56:58 +0000 Received: from RNCM-FS3/SpoolDir by rncm.ac.uk (Mercury 1.44); 17 Jan 00 08:57:13 GMT Received: from SpoolDir by RNCM-FS3 (Mercury 1.44); 17 Jan 00 08:56:56 GMT Received: from beowulf (193.63.96.96) by rncm.ac.uk (Mercury 1.44); 17 Jan 00 08:56:52 GMT From: "Peter McGarvey" To: Subject: 3.2_Release and Dumb Terminal & Modem problems Date: Mon, 17 Jan 2000 08:56:51 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've just inherited a dumb terminal. I thought it would a nice idea to hook it up to my FreeBSD machine, freeing up a VGA monitor for more needful projects. Only I seem to be unable to get the damn thing to work. I made a new null-modem cable - no joy. I played with all the settings i could think of - still nothing. I tested the terminal by hooking it up to my modem - worked fine. I then hooked the modem up to my FreeBSD box - and couldn't get this to work either. I even opened the PC to check the ribbon cables were connected - they were. I then gave up. I then got irritated that a computer had managed to get the better of me. So I had another go. Nothing. In a final act of desperation I tried the terminal to my "old" FreeBSD machine (running 2.2.5_RELEASE). It worked. So did my modem. So. Either 3.2_RELEASE has a problem or my hardware is busted. Or there is some incompatability somewhere. FreeBSD detects the UARTs on boot, and all the other checking I've done suggests there is no problem. I've tested the serial port in DOS and it seems fine, so it's not hardware. However, I have now reached the limit of my knowlege I'm at a loss how to sort this problem out. So... Can some kind person please help. TTFN, FNORD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Peter McGarvey, Networks Manager | email: Networks.Manager@rncm.ac.uk Royal Northern College of Music | tel: +44 (0)161 907 5218 124 Oxford Road, Manchester, | fax: +44 (0)161 273 7611 England M13 9RD | mobile: +44 (0)7887 990564 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 1:21: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from seacom.start.or.th (seacom.start.or.th [161.200.32.34]) by hub.freebsd.org (Postfix) with ESMTP id CE77D14FF9 for ; Mon, 17 Jan 2000 01:20:56 -0800 (PST) (envelope-from vtasna@start.or.th) Received: from aerosol (aerosol.start.or.th [161.200.32.29]) by seacom.start.or.th (8.8.8/8.8.8) with SMTP id QAA01806; Mon, 17 Jan 2000 16:16:58 +0700 (ICT) (envelope-from vtasna@start.or.th) Message-ID: <007701bf60cc$15ed4790$1d20c8a1@start.or.th> From: "Ms. Tasnaporn Vongvichialchai" To: "Alexander V P" Cc: References: Subject: Re: Browser isn't understand my php scripts ! ! Date: Mon, 17 Jan 2000 16:20:24 +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 had checked it and it already has 2 lines : AddType application/x-httpd-php3 .phtml .php3 AddType application/x-httpd-php3-source .phps .php3s When I run "/usr/local/sbin/httpd -l" it showed Compiled-in modules: http_core.c mod_so.c mod_php3.c So I don't know what's wrong ? Do I have to config anything else ? ----- Original Message ----- From: Alexander V P To: Ms. Tasnaporn Vongvichialchai Cc: FreeBSD Questions Sent: Monday, January 17, 2000 3:33 PM Subject: Re: Browser isn't understand my php scripts ! ! > check in httpd.con if there's definion for php3. > look for AddType application/x-httpd-php3 .php3 > hope it helps > alex > > On Mon, 17 Jan 2000, Ms. Tasnaporn Vongvichialchai wrote: > > > I have followed all the steps to install PHP-3.0.12 with the Apache_1.3.9 > > FreeBSD UNIX, but my PHP scripts are not show up in my browser and I am > > being asked to save the file. Help! > > > > ===================================== > > Ha > > > > > > > > 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 Jan 17 1:46: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from curlew.cs.man.ac.uk (curlew.cs.man.ac.uk [130.88.13.7]) by hub.freebsd.org (Postfix) with ESMTP id 86F4514BB8 for ; Mon, 17 Jan 2000 01:46:04 -0800 (PST) (envelope-from Networks.Manager@rncm.ac.uk) Received: from fs3.rncm.ac.uk ([193.63.96.102] helo=rncm.ac.uk) by curlew.cs.man.ac.uk with esmtp (Exim 1.92 #3) id 12A8jZ-000AuE-00; Mon, 17 Jan 2000 09:46:01 +0000 Received: from RNCM-FS3/SpoolDir by rncm.ac.uk (Mercury 1.44); 17 Jan 00 09:46:17 GMT Received: from SpoolDir by RNCM-FS3 (Mercury 1.44); 17 Jan 00 09:45:57 GMT Received: from beowulf (193.63.96.96) by rncm.ac.uk (Mercury 1.44); 17 Jan 00 09:45:54 GMT From: "Peter McGarvey" To: "Ms. Tasnaporn Vongvichialchai" Cc: Subject: RE: Browser isn't understand my php scripts ! ! Date: Mon, 17 Jan 2000 09:45:52 -0000 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: <007701bf60cc$15ed4790$1d20c8a1@start.or.th> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Open httpd.conf in your favourite text editor. Find the "AddModule" directives. Add the line AddModule mod_php3.c to the end of the list. Restart Apache. TTFN, FNORD -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Peter McGarvey, Networks Manager | email: Networks.Manager@rncm.ac.uk Royal Northern College of Music | tel: +44 (0)161 907 5218 124 Oxford Road, Manchester, | fax: +44 (0)161 273 7611 England M13 9RD | mobile: +44 (0)7887 990564 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Ms. Tasnaporn > Vongvichialchai > Sent: 17 January 2000 09:20 > To: Alexander V P > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Browser isn't understand my php scripts ! ! > > > I had checked it and it already has 2 lines : > > AddType application/x-httpd-php3 .phtml .php3 > AddType application/x-httpd-php3-source .phps .php3s > > When I run "/usr/local/sbin/httpd -l" it showed > Compiled-in modules: > http_core.c > mod_so.c > mod_php3.c > > So I don't know what's wrong ? Do I have to config anything else ? > > ----- Original Message ----- > From: Alexander V P > To: Ms. Tasnaporn Vongvichialchai > Cc: FreeBSD Questions > Sent: Monday, January 17, 2000 3:33 PM > Subject: Re: Browser isn't understand my php scripts ! ! > > > > check in httpd.con if there's definion for php3. > > look for AddType application/x-httpd-php3 .php3 > > hope it helps > > alex > > > > On Mon, 17 Jan 2000, Ms. Tasnaporn Vongvichialchai wrote: > > > > > I have followed all the steps to install PHP-3.0.12 with the > Apache_1.3.9 > > > FreeBSD UNIX, but my PHP scripts are not show up in my > browser and I am > > > being asked to save the file. Help! > > > > > > ===================================== > > > Ha > > > > > > > > > > > > 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 Jan 17 2: 4:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from trident.univ-lehavre.fr (trident.univ-lehavre.fr [193.48.167.60]) by hub.freebsd.org (Postfix) with ESMTP id 8CA4914E0E for ; Mon, 17 Jan 2000 02:04:33 -0800 (PST) (envelope-from Antoine.Cochet@univ-lehavre.fr) Received: from manx.univ-lehavre.fr (manx.univ-lehavre.fr [193.48.167.250]) by trident.univ-lehavre.fr (8.9.3/8.9.3) with ESMTP id JAA20162 for ; Mon, 17 Jan 2000 09:59:27 +0100 Date: Mon, 17 Jan 2000 12:15:13 +0100 (CET) From: Antoine Cochet Reply-To: Antoine.Cochet@univ-lehavre.fr To: freebsd-questions@freebsd.org Subject: Re: rat 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 Hello and Sorry for this question, rat V4.0.4 works fine .It was just a tuning problem Thanks Antoine Cochet | CRI Universite du HAVRE Tel: 02 32 74 42 51 Fax: 02 32 74 40 56 | BP 540 Mail : Antoine.Cochet@univ-lehavre.fr | 76058 LE HAVRE CEDEX , France To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 2:18:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from w3projns.ze.tu-muenchen.de (w3projns.ze.tu-muenchen.de [129.187.102.1]) by hub.freebsd.org (Postfix) with SMTP id 0ABD814D97 for ; Mon, 17 Jan 2000 02:18:56 -0800 (PST) (envelope-from hafner@w3projns.ze.tu-muenchen.de) Received: (qmail 14753 invoked by uid 9376); 17 Jan 2000 10:16:24 -0000 To: ml@seeberg.dk Cc: questions@freebsd.org Subject: Re: Compaq RAID controller never in the handbook? X-Flames-To: /dev/null References: <200001150016.QAA02816@mass.cdrom.com> <018601bf6043$6b1f6c40$16280c0a@sos> Mime-Version: 1.0 (generated by tm-edit 1.5) Content-Type: text/plain; charset=US-ASCII From: Walter Hafner Date: 17 Jan 2000 11:16:24 +0100 In-Reply-To: "Morten Seeberg"'s message of "Sun, 16 Jan 2000 18:02:05 +0100" Message-ID: Lines: 18 X-Mailer: Gnus v5.6.45/XEmacs 21.1 - "Biscayne" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Morten Seeberg" writes: > I tried contacting the freebsd-doc mailinglist, because I wanted to make > some notes on how to use the Compaq equipment in Compaq servers and non > Compaq servers, but noone answered my letters, so I guess its not > interesting to get such an add-on to the faq or handbook. > > I would then explain how to install BSD onto the controller, how to > configure the controller on non CPQ systems, and later try to make a package > wheneven I managed to get the Array config utility to work under fx wine. I, for one, am interested. I plan to buy a Prolinat 1600 this week. From what I've read in the mailinglist, I don't expect any trouble, once I've set up the controller with the Compaq diask and built a suitable FreeBSD 'ida' bootdisk. However, I'd like to hear further experiences with this hardware. -Walter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 2:24:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.rest.ru (home.rest.ru [195.58.8.205]) by hub.freebsd.org (Postfix) with ESMTP id E1F6414BB8 for ; Mon, 17 Jan 2000 02:24:31 -0800 (PST) (envelope-from dva@rest.ru) Received: from zal (restoffice.rest.ru [195.58.8.12]) by home.rest.ru (8.9.1/8.9.1) with SMTP id PAA04615 for ; Mon, 17 Jan 2000 15:24:27 +0500 (ES) Message-ID: <001001bf60d5$090953d0$1601a8c0@zal.rest.ru> Reply-To: "Dmitry" From: "Dmitry" To: Subject: About modem pool Date: Mon, 17 Jan 2000 15:24:27 +0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000D_01BF60FE.F0F71EB0" 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_000D_01BF60FE.F0F71EB0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable It is necessary to transfer a modem pool. From one computer on another. Other computer works under FreeBSD. Old pool on BSD. Thank! ------=_NextPart_000_000D_01BF60FE.F0F71EB0 Content-Type: text/html; charset="windows-1251" Content-Transfer-Encoding: quoted-printable
It is necessary to transfer a modem pool. = From one=20 computer on another.
Other computer works under FreeBSD.
Old pool = on=20 BSD.
 
Thank!
------=_NextPart_000_000D_01BF60FE.F0F71EB0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 2:48:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law-oe16.hotmail.com [209.185.130.83]) by hub.freebsd.org (Postfix) with SMTP id 27DB814C80 for ; Mon, 17 Jan 2000 02:48:47 -0800 (PST) (envelope-from opabolajo@hotmail.com) Received: (qmail 94757 invoked by uid 65534); 17 Jan 2000 10:48:46 -0000 Message-ID: <20000117104846.94756.qmail@hotmail.com> X-Originating-IP: [209.198.240.90] From: "Opabola Olusoga J" To: , Subject: Enabling/Mapping Ports on FreeBSD Server Date: Mon, 17 Jan 2000 11:20:45 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0013_01BF60DC.E604A940" 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_0013_01BF60DC.E604A940 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear Sir, I am one of your numerous users currently using FreeBSD 2.2.6 (Generic = A) as my firewall and email server. I tried using an internet software which requested that I bypass my = firewall. However, I have problems doing that right now. I would be glad if you = can please help. The following are the instructions from the software = FAQ: Our company has a firewall. Can I use Dialpad.com? a.. Unfortunately, you cannot use Dialpad.com behind firewall. Our = server cannot penetrate firewall and send you multimedia packets. To = use Dialpad.com service behind firewall, try to open UDP ports 51200, = 51201, and TCP port 51210.=20 b.. In case you want to allow the ports only for Dialpad. Open them = for the 4.2.40.XX, 4.2.41.XX, 4.2.48.XX, 4.2.64.XX, and 4.2.74.XX = subnet.=20 Please help as I am urgently in need of this software. My requests are: a. The codes I need to bypass my firewall b. The codes I need to open my UDP ports 51200, 51201 and TCP port = 51210 Thank you for your usual support. Shoggy ------=_NextPart_000_0013_01BF60DC.E604A940 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Dear Sir,
 
I am one of your numerous users = currently=20 using FreeBSD 2.2.6 (Generic A) as my firewall and email=20 server.
 
I tried using an internet = software which=20 requested that I bypass my firewall.
 
However, I have problems doing = that right=20 now.  I would be glad if you can please help.  The following = are the=20 instructions from the software FAQ:
 
  • Unfortunately, you cannot use Dialpad.com behind = firewall. Our=20 server cannot penetrate firewall and send you multimedia = packets.  To use=20 Dialpad.com service behind firewall, try to open UDP ports 51200, = 51201, and=20 TCP port 51210.
  • In case=20 you want to allow the ports only for Dialpad. Open them for the = 4.2.40.XX,=20 4.2.41.XX, 4.2.48.XX, 4.2.64.XX, and 4.2.74.XX subnet. =
 
Please help as I am urgently in need of this software.
 
My requests are:
 
a.    The codes I need to bypass my=20 firewall
b.    The codes I need to open my UDP ports = 51200,=20 51201 and TCP port 51210
 
 
Thank you for your usual support.
 
Shoggy
------=_NextPart_000_0013_01BF60DC.E604A940-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 3:11: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tn.home.com (ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (Postfix) with ESMTP id BF17814A31 for ; Mon, 17 Jan 2000 03:11:00 -0800 (PST) (envelope-from williamsl@Home.Com) Received: from RELIABLE ([24.4.115.31]) by mail.rdc1.tn.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <20000117111059.FSEX9818.mail.rdc1.tn.home.com@RELIABLE> for ; Mon, 17 Jan 2000 03:10:59 -0800 Date: Mon, 17 Jan 2000 06:11:02 -0500 From: Ben WIlliams X-Mailer: The Bat! (v1.34a) UNREG / CD5BF9353B3B7091 Reply-To: Ben WIlliams X-Priority: 3 (Normal) Message-ID: <12257.000117@Home.Com> To: FreeBSD questions Subject: Private network + IP-Filter + IP-NAT + internal ftpd 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 Monday, January 17, 2000 As the subject suggests I am connected to the internet from a private network (192.168.0.0 address space) through a FreeBSD 3.2-RELEASE box with two NICs (one for the inside, one for the out) which is running ipf ( IP-Filter http://coombs.anu.edu.au/~avalon/ip-filter.html ) and ipnat to get me out. What I want to do now is set up an ftp server on one of my internal boxes to be reachable by someone else on the net behind an unknown firewall. I am on the @Home network and as such I cannot run daemons on their standard < 1023 ports due to some questionable network policies decreed by @Home so I have to redirect some_high_port on the external interface to my ftp port in the internal machine to get connections to the server. This works well for someone NOT behind a firewall using active ftp sessions. Passive ftp sessions break possibly due to the fact that ipnat doesn't know it's dealing with an ftp connection and libalias can't take the appropriate steps to ensure the FTP connection goes through. This does not work at all for someone behind a firewall because the PORT command chokes with a "530 Only client IP..", PASV breaks because you can't route 192.168.0.0 on the net and if I tell the server to issue the outside address for PASV it fails as well because my NAT box doesn't know it's speaking FTP. I need to know how to either hack libalias to acknowledge FTP connections on a non-standard port, how to set up ipf/ipnat rules to enable either active or passive FTP connections on a non-standard port or any other way I could get this setup working without putting the outside port number down where it belongs. I have already perused the list archives and I haven't found much helpful info for getting back in on redirected (non-standard) ports for FTP. TIA, -- Ben mailto:williamsl@Home.Com PS -- If anyone has any pointers on getting ICQ to do direct connections (chat, file x-fer, etc) in the same configuration ( myhost <-> NAT <-> 'net <-> firewall <-> otherhost ) I would appreciate any info you can give me! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 3:23:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web1903.mail.yahoo.com (web1903.mail.yahoo.com [128.11.23.52]) by hub.freebsd.org (Postfix) with SMTP id 2804614A15 for ; Mon, 17 Jan 2000 03:23:14 -0800 (PST) (envelope-from manhtho@yahoo.com) Received: (qmail 13100 invoked by uid 60001); 17 Jan 2000 11:23:14 -0000 Message-ID: <20000117112313.13099.qmail@web1903.mail.yahoo.com> Received: from [202.167.121.197] by web1903.mail.yahoo.com; Mon, 17 Jan 2000 03:23:13 PST Date: Mon, 17 Jan 2000 03:23:13 -0800 (PST) From: Nguyen Manh Tho Subject: The encripted passwd files To: FreeBSD-questions@freeBSD.org Cc: FreeBSD-hackers@freeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sirs/Madams, I need to read the encripted passwd field in Linux before converting to Free BSD format, and I have some problem here. This is the documents I read from man 5 passwd form Free BSD 2.2.7 BEGIN HERE ............. The passwd files are files consisting of newline separated records, one per user, containing ten colon (``:'') separated fields. These fields are as follows: name User's login name. password User's encrypted password. uid User's id. gid User's login group id. class User's login class. change Password change time. expire Account expiration time. gecos General information about the user. home_dir User's home directory. shell User's login shell. ............. The password field is the encrypted form of the password. If the password field is empty, no password will be required to gain access to the machine. This is almost invariably a mistake. Because these files contain the encrypted user passwords, they should not be readable by anyone without appropriate privileges. Administrative accounts have a password field containing an asterisk `*' which disallows normal logins. ............. BUGS User information should (and eventually will) be stored elsewhere. The YP/NIS password database makes encrypted passwords visible to ordinary users, thus making password cracking easier unless you use shadow passwords with the master.passwd maps and FreeBSD's ypserv(8) server. Unless you're using FreeBSD's ypserv(8) server?, which supports the use of master.passwd type maps, the YP/NIS password database will be in old style (Sixth Edition) format, which means that site-wide values for user login class, password expiration date, and other fields present in the current format will not be available when a FreeBSD system is used as a client with a standard NIS server. COMPATIBILITY The password file format has changed since 4.3BSD. The following awk script can be used to convert your old-style password file into a new style password file. The additional fields ``class'', ``change'' and ``expire'' are added, but are turned off by default. These fields can then be set using vipw(8) or pw(8). BEGIN { FS = ":"} { print $1 ":" $2 ":" $3 ":" $4 "::0:0:" $5 ":" $6 ":" $7 } END HERE. When I connect as root in Free BSD, I could read the encripted passwd field by using vipw, that really open the master.passwd. This file is very similar to passwd file except that the encripted passwd field can be seen. In Turbo Linux, there is no such master.passwd file and I could not read the encripted passwd field. I need to copy passwd file from Linux to Free BSD, converting the format and would like reserving this encripted passwd field. I can not check if this passwd field reserve or not unless I could read this field from both Linux and Free BSD. I would like to know what is the default encript engine of Free BSD and Linux ? If they diffrent, how can I convert this field without losting any information ? I would like how to view all 10 fields on passwd file in Free BSD because I just see 7 fields in this file. As the document, I can not see 10 field if I do not run ypserv(8) server.I do not know how to run this server and turn on 3 new fields which default turn off. Although to the document I can use the vipw(8) or pw(8) to do that, I try run ypserv, and vipw but I just see 7 fields. Please help me step by step if you could. Thank you very much for all your responses, Nguyen Manh Tho. __________________________________________________ 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 Mon Jan 17 3:25:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sblake.comcen.com.au (sblake.comcen.com.au [203.23.236.144]) by hub.freebsd.org (Postfix) with ESMTP id C458A14BD0 for ; Mon, 17 Jan 2000 03:25:38 -0800 (PST) (envelope-from aunty@sblake.comcen.com.au) Received: (from aunty@localhost) by sblake.comcen.com.au (8.9.3/8.9.3) id WAA19592 for freebsd-questions@freebsd.org; Mon, 17 Jan 2000 22:26:50 +1100 (EST) (envelope-from aunty) Date: Mon, 17 Jan 2000 22:26:50 +1100 From: aunty To: freebsd-questions@freebsd.org Subject: local update of ports tree Message-ID: <20000117222650.A19508@comcen.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've updated my ports tree and sources, and used make installworld to upgrade a few other machines over NFS. Those machines still have ancient ports. What's the best way to update their ports trees from my newly cvsupped one, over the local network? -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 3:44:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id 061FC15119 for ; Mon, 17 Jan 2000 03:44:23 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com ([203.197.137.107]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id WAA01928; Mon, 17 Jan 2000 22:14:04 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id RAA00555; Mon, 17 Jan 2000 17:06:32 +0530 (IST) (envelope-from grog) Date: Mon, 17 Jan 2000 17:06:32 +0530 From: Greg Lehey To: Olaf Seibert Cc: rene@xs4all.nl, questions@FreeBSD.ORG Subject: Re: vinum question : automatic mounting at boot, NFS? Message-ID: <20000117170632.C481@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <8870.000116@xs4all.nl> <20000116235348.A26918@polder.ubc.kun.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000116235348.A26918@polder.ubc.kun.nl>; from rhialto@polder.ubc.kun.nl on Sun, Jan 16, 2000 at 11:53:48PM +0100 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 16 January 2000 at 23:53:48 +0100, Olaf Seibert wrote: > On Sun 16 Jan 2000 at 20:54:03 +0100, rene@xs4all.nl wrote: > > Since it looks like the only thing that you really do by hand is: > >> bash-2.02# mount /dev/vinum/myvol /mnt/large > > putting it in /etc/fstab should be enough. Something like > > # filesys mount point type access dump fsck > # location + opts freq pass > > /dev/vinum/myvol /mnt/large ffs rw 1 2 > > should do it. Correct. > Unless maybe this tries to mount it too early in the boot sequence. No, that should be fine. > -Olaf (none of this is vinum-sprecific, by te way). Indeed. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 3:45:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id 08E4D1513A for ; Mon, 17 Jan 2000 03:45:24 -0800 (PST) (envelope-from james.wilde@telia.com) Received: from ents02 (t2o73p105.telia.com [62.20.218.225]) by mailb.telia.com (8.9.3/8.9.3) with SMTP id MAA25593; Mon, 17 Jan 2000 12:45:21 +0100 (CET) Message-ID: <005d01bf60e0$71ab3650$8208a8c0@iqunlimited.net> From: "James A Wilde" To: , "Corey C. Foegen" References: Subject: Re: About free bsd Date: Mon, 17 Jan 2000 12:46: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 ----- Original Message ----- From: Corey C. Foegen To: Sent: Monday, January 17, 2000 04:41 Subject: About free bsd > We hope you would answer some questions we may have about Free BSD. It sounds like a great product and we would like some clarity. It is a great product. The more I learn about it the greater I think it is. > We are presently running Windows 98 as well as other MS product software. Being an operating system, would Free BSD replace Windows, supplement or otherwise be found as a replacement for the DOS. On the literal level, FreeBSD is a replacement for Windows and/or DOS, in that all three are operating systems. On FreeBSD, as in Windows and, to a certain extent, DOS, you can compose documents, you can use spreadsheets, you can make presentations, you can read and send e-mail and you can surf. But not with your Microsoft products like Word, Excel, Powerpoint, Outlook and Internet Explorer. There may be Windows and DOS emulation in FreeBSD but why run an emulator on FreeBSD when you have a very good Windows 98 setup? However, on the practical level, for the 90% of the computer using public, who use Microsoft or Apple products and don't want to know what goes on under the hood, FreeBSD is not where they want to be, nor is any UNIX, not even Linux. And having now tried to frighten you completely, let me say that, if you would like some fun, give it a try on a spare machine, and see what you think. > Another question would be how greatly improved will security be from hackers (we were hit once before)? And if not,would you have any recommendations for security and fire wall? Neither the one nor the other is intrinsically safe in itself. They have to be made safe. I have the strong feeling here that Microsoft products are designed with functionality as of paramount importance and security in very much of a Cinderella role. And it is in this area that you could derive great benefit from FreeBSD, if you used it to protect your Microsoft environment, by using FreeBSD and firewall software on a machine between your Internet Service Provider and your internal network. > And the final question- if we decide to persue with Free BSD, could you tell us the price for the CDROM (we have a Creative Labs 8X CDROM drive) and to whom we can send a check as well as the time expected time frame for delivery? ca US$40 from http://www.cdrom.com but I don't know about delivery time. mvh/regards James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 4:16:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.menzor.dk (themoonismadeofgreenchease.dk [195.249.147.160]) by hub.freebsd.org (Postfix) with ESMTP id 9628214C0B for ; Mon, 17 Jan 2000 04:16:17 -0800 (PST) (envelope-from ml@seeberg.dk) Received: from sos (fwuser@fw.merkantildata.dk [194.239.79.3]) by www.menzor.dk (8.8.8/8.8.8) with SMTP id NAA08799; Mon, 17 Jan 2000 13:16:40 +0100 (CET) (envelope-from ml@seeberg.dk) Message-ID: <003d01bf60e4$a5e6a770$3800a8c0@sos> Reply-To: "Morten Seeberg" From: "Morten Seeberg" To: "Walter Hafner" , References: <200001150016.QAA02816@mass.cdrom.com> <018601bf6043$6b1f6c40$16280c0a@sos> Subject: Re: Compaq RAID controller never in the handbook? Date: Mon, 17 Jan 2000 13:16:11 +0100 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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I, for one, am interested. I plan to buy a Prolinat 1600 this week. From > what I've read in the mailinglist, I don't expect any trouble, once I've > set up the controller with the Compaq diask and built a suitable FreeBSD > 'ida' bootdisk. However, I'd like to hear further experiences with this > hardware. Well, at the moment I havent had much time to play around with it, but I am planning some tests, because I really dont think my filesystem is as fast as expected. Im running on 4 9Gb 10K RPM disks, and except when copying 100+MB files to /dev/null (approx 18Mb / s) i dont get much faster acx than 2-4Mb / s, which I have seen better (this is on 3.4-RELEASE). Also the searchtime is very slow, and a script like /etc/periodic/weekly/310.blabla which I thought would be much faster, isn´t compared to a regular IDE disk. But also normal system usage (this is my workstation) doesn´t seem to have speeded up much. I tried experimenting with SOFTOPTIONS, no luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 4:53:14 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 F41C414C09 for ; Mon, 17 Jan 2000 04:53:10 -0800 (PST) (envelope-from mj@isy.liu.se) Received: from lagrange.isy.liu.se (lagrange.isy.liu.se [130.236.49.127]) by isy.liu.se (8.9.1/8.9.1) with ESMTP id NAA03190; Mon, 17 Jan 2000 13:52:37 +0100 (MET) Message-ID: X-Mailer: XFMail 1.3 [p0] 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: <20000117222650.A19508@comcen.com.au> Date: Mon, 17 Jan 2000 13:52:35 +0100 (CET) From: Micke Josefsson To: aunty Subject: RE: local update of ports tree Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 17-Jan-00 aunty wrote: > I've updated my ports tree and sources, and used make > installworld to upgrade a few other machines over NFS. > Those machines still have ancient ports. > > What's the best way to update their ports trees from my > newly cvsupped one, over the local network? > > -- > > Regards, > -*Sue*- You COULD turn one machine into a cvsup-server and start from there. But the EASIEST way would be to simply delete the ports tree (/usr/ports) on the other machines and copy in the new one. It'll take some time and eat some bandwidth, but I believe it would be easiest. The 'local' bandwidth is certain to be larger than pulling it from the internet anyway. /Micke ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.1 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 5:13: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nova.phazer.org (nat196.38.mpoweredpc.net [142.177.196.38]) by hub.freebsd.org (Postfix) with ESMTP id 36A1D14BEA for ; Mon, 17 Jan 2000 05:13:00 -0800 (PST) (envelope-from phazer@ns.sympatico.ca) Received: from bonzai (bonzai.phazer.org [192.168.0.1]) by nova.phazer.org (8.9.3/8.9.3) with SMTP id JAA95175; Mon, 17 Jan 2000 09:12:46 -0400 (AST) (envelope-from phazer@ns.sympatico.ca) From: "Christian Taylor" To: "Ben WIlliams" Cc: "Freebsd-Questions" Subject: RE: Private network + IP-Filter + IP-NAT + internal ftpd Date: Mon, 17 Jan 2000 09:14:36 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" 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: <12257.000117@Home.Com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For ICQ, simply install the socks5 port, and tell ICQ you're using a socks5 firewall, pointing it to the address of your NAT box. I do this, and it works perfectly for me. -Christian > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Ben WIlliams > Sent: Monday, January 17, 2000 7:11 AM > To: FreeBSD questions > Subject: Private network + IP-Filter + IP-NAT + internal ftpd > > > Monday, January 17, 2000 > As the subject suggests I am connected to the internet from a private > network (192.168.0.0 address space) through a FreeBSD 3.2-RELEASE box with > two NICs (one for the inside, one for the out) which is running ipf > ( IP-Filter http://coombs.anu.edu.au/~avalon/ip-filter.html ) and ipnat to > get me out. What I want to do now is set up an ftp server on one of my > internal boxes to be reachable by someone else on the net behind > an unknown > firewall. > I am on the @Home network and as such I cannot run > daemons on their > standard < 1023 ports due to some questionable network policies decreed by > @Home so I have to redirect some_high_port on the external interface to my > ftp port in the internal machine to get connections to the server. > This works well for someone NOT behind a firewall using active ftp > sessions. Passive ftp sessions break possibly due to the fact that ipnat > doesn't know it's dealing with an ftp connection and libalias > can't take the > appropriate steps to ensure the FTP connection goes through. > This does not work at all for someone behind a firewall > because the PORT > command chokes with a "530 Only client IP..", PASV breaks because > you can't > route 192.168.0.0 on the net and if I tell the server to issue the outside > address for PASV it fails as well because my NAT box doesn't know it's > speaking FTP. > > I need to know how to either hack libalias to acknowledge FTP > connections > on a non-standard port, how to set up ipf/ipnat rules to enable > either active > or passive FTP connections on a non-standard port or any other way I could > get this setup working without putting the outside port number > down where it > belongs. > > I have already perused the list archives and I haven't found > much helpful > info for getting back in on redirected (non-standard) ports for FTP. > > TIA, > -- > Ben mailto:williamsl@Home.Com > > PS -- If anyone has any pointers on getting ICQ to do direct connections > (chat, file x-fer, etc) in the same configuration > ( myhost <-> NAT <-> 'net <-> firewall <-> otherhost ) > I would appreciate any info you can give me! > > > > > 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 Jan 17 5:13:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp7.xs4all.nl (smtp7.xs4all.nl [194.109.127.50]) by hub.freebsd.org (Postfix) with ESMTP id 5D31F14C01 for ; Mon, 17 Jan 2000 05:13:30 -0800 (PST) (envelope-from rene@xs4all.nl) Received: from innerpeace.outerheaven.net (innerpeace.outerheaven.net [194.109.23.210]) by smtp7.xs4all.nl (8.9.3/8.9.3) with ESMTP id OAA10816; Mon, 17 Jan 2000 14:13:25 +0100 (CET) From: rene@xs4all.nl Date: Mon, 17 Jan 2000 14:17:59 +0100 X-Mailer: The Bat! (v1.35) S/N B56A3CE9 / Personal Reply-To: rene@xs4all.nl Organization: XS4ALL Internet B.V. Nederland X-Priority: 3 (Normal) Message-ID: <17595.000117@xs4all.nl> To: Olaf Seibert Cc: questions@freebsd.org Subject: Re[2]: vinum question : automatic mounting at boot, NFS? In-reply-To: <20000116235348.A26918@polder.ubc.kun.nl> References: <20000116235348.A26918@polder.ubc.kun.nl> 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 Hija Olaf, Sunday, January 16, 2000, 23:53:48, you seem to have written: OS> On Sun 16 Jan 2000 at 20:54:03 +0100, rene@xs4all.nl wrote: OS> Since it looks like the only thing that you really do by hand is: >> bash-2.02# mount /dev/vinum/myvol /mnt/large OS> putting it in /etc/fstab should be enough. Something like OS> # filesys mount point type access dump fsck OS> # location + opts freq pass OS> /dev/vinum/myvol /mnt/large ffs rw 1 2 OS> should do it. Unless maybe this tries to mount it too early in the boot OS> sequence. In that case, make it OS> /dev/vinum/myvol /mnt/large ffs rw,noauto 1 2 OS> so that the initial mount -a will not try to mount it yet, and put the OS> following in /etc/rc.local: OS> mount /mnt/large >> Greetings, >> rene OS> -Olaf (none of this is vinum-sprecific, by te way). Thanx for your reply. However, it didn't quite fix it; (after booting) bash-2.02# mount /mnt/large mount: exec mount_ffs not found in /sbin, /usr/sbin: No such file or directory if I change the type field in /etc/fstab to 'ufs' instead of 'ffs', I get a filesystemcheck error; /dev/vinum/rmyvol: device not configured this is probably coz at that time, vinum hasn't started yet. for completeness, the line from fstab: /dev/vinum/myvol /mnt/large ufs rw,noauto 1 2 Greetings, rene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 5:45:22 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 6AB0A14D51 for ; Mon, 17 Jan 2000 05:45:12 -0800 (PST) (envelope-from mj@isy.liu.se) Received: from lagrange.isy.liu.se (lagrange.isy.liu.se [130.236.49.127]) by isy.liu.se (8.9.1/8.9.1) with ESMTP id OAA04511; Mon, 17 Jan 2000 14:44:46 +0100 (MET) Message-ID: X-Mailer: XFMail 1.3 [p0] 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: <20000116012238.A30815@panzer.kdm.org> Date: Mon, 17 Jan 2000 14:44:45 +0100 (CET) From: Micke Josefsson To: "Kenneth D. Merry" Subject: Re: Expected SCSI speed question Cc: freebsd-questions@FreeBSD.ORG, Rick Hamell Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 16-Jan-00 Kenneth D. Merry wrote: > On Fri, Jan 14, 2000 at 14:25:17 -0800, Rick Hamell wrote: >> >> > I have a 200 MHz K6 system (FBSD 3.2), Adaptec 2940UW SCSI-adaptor and >> > Seagate >> > ST19171W Hard disk. The Seagate (Barracuda 9) disk is specced to up to 40 >> > Mbytes/sec Max sync. SCSI transfer rate. But whatever tests I run (copying >> > large files to and fro, dd from disk to /dev/null for example) the actual >> > speed >> > is never more than around 0.5 MB/s according to 'systat -io 1' or 'systat >> > -vm >> > 1'. >> > >> > Is there a knob to turn to speed it up or is this a bottleneck due to the >> > processor? >> >> I've noticed that the Adaptec 2940UW seems to be a fairly slow >> card, at this point I'm pulling every single one I come across and >> replacing with Tekram cards. The biggest differance I saw was doing a >> drive mirror under Novell 3.12 a couple of weeks ago. Dual 2940s with >> their own seperate drives took 3 hours. Using the exact same model drive >> and two of the Tekram cards took under 20 minutes. Under FreeBSD I've seen >> similar performance. :( > > That certainly hasn't been my experience. The only thing I can figure is > that you've got things misconfigured somehow. Your problem under Novell > is likely a driver issue of some sort. > > I'm sure the Tekram cards will perform fine, assuming you get NCR/Symbios > based boards. Make sure you use the 'sym' driver, since the 'ncr' driver > is fairly buggy, and somewhat lacking in the error recovery department. > > The original poster's speed problems are due to the speed of the drive, and > have nothing to do with the controller. Just because a drive's bus speed > is 40MB/sec doesn't mean the heads/media can push the bits that fast. The > Barracuda 9 is a fairly old drive, but I would think it would be able to do > more than 5MB/sec. > > To test it out, try something like this: > > dd if=/dev/rda0 of=/dev/null bs=1m count=2048 > > You have to make the blocksize big enough in order to get any performance. Apparently! That gave some 3.5Meg/second. Without the bs=1m stuff it peaked around 660 k/sec. Surprisingly similar to what a file to /dev/null runs at. Perhaps there is no problem at all then! Sure made me happy! Thanks for your help! /Micke ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.1 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 6:15:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.intechsoft.net (okcds1-blk1-hfc-0251-d1db0faa.rdc1.ok.coxatwork.com [209.219.15.170]) by hub.freebsd.org (Postfix) with ESMTP id 7529014D4F for ; Mon, 17 Jan 2000 06:15:19 -0800 (PST) (envelope-from internal@intechsoft.net) Received: from wkbruce ([192.168.1.12]) by fw.intechsoft.net (8.9.3/8.9.3) with SMTP id IAA50490; Mon, 17 Jan 2000 08:15:24 -0600 (CST) (envelope-from internal@intechsoft.net) Message-ID: <003601bf60f5$5614c900$0c01a8c0@wkbruce> From: "Bruce DeVault" To: "Greg Lehey" , "Joseph Scott" Cc: "Sean Heber" , References: <002d01bf5d43$845331e0$0a04cfd1@mwci.net> <387CFB4E.827314D9@owp.csus.edu> <20000116115442.D3413@mojave.worldwide.lemis.com> Subject: Re: Are huge file systems bad? Date: Mon, 17 Jan 2000 08:15:40 -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 > We're pretty sure we have fenced this bug in now. It only applies to > IDE drives using the wd driver in CHS mode. If you use the at driver > (due for release in 4.0-RELEASE), or use the wd driver in LBA mode, > you won't have this problem. Nobody has reported problems running IDE > drives under vinum, though I suspect the problem would occur there as > well. I have. Bruce DeVault InTech Software To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 6:31:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.pit.adelphia.net (alpha.pit.adelphia.net [24.48.44.2]) by hub.freebsd.org (Postfix) with ESMTP id C547014C9D for ; Mon, 17 Jan 2000 06:31:38 -0800 (PST) (envelope-from evstiounin@adelphia.net) Received: from evstiouninadelphia ([24.48.53.237]) by alpha.pit.adelphia.net (8.9.2/8.9.2) with SMTP id JAA22930 for ; Mon, 17 Jan 2000 09:31:49 -0500 (EST) Message-ID: <00f501bf60f7$f37ff0a0$ed353018@evstiouninadelphia.net.pit.adelphia.net> From: "Mikhail Evstiounin" To: Subject: Re: Volatile variables Date: Mon, 17 Jan 2000 09:34:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit 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 -----Original Message----- From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Date: Monday, January 17, 2000 1:18 AM Subject: Re: Volatile variables > >No. Except if your processor is broken. :-) Oliver, what about timer registers or serial interface registers? what about mapped video memory or shared memory in multi CPU system? > >There is no concurrency. Even if you have two processors, >the signal handler will not run in parallel to the "main" >part of the program. > I agree completely, I was trying to stress a difference between sighandler and threads and unix processes. > >>No, it is not. In particular, the compiler is unable to take > >>it into consideration during register optimization. > > > > Again, you missed my point - you as a programmer, not as > > a compiler. You can mask signals. > >Yes, but that's completely unrelated to "volatile". >You have to mask signals to ensure proper synchronisation and >avoid race-conditions. You're right about this. This has >nothing to do with "volatile" and register optimizations. > >But setting singal masks does not prevent those register >optimizations. You _must_ use "volatile" for this. > In a way, how you proposed - yes, but it's not enough. > >>In theory, if the processor hardware has enough registers, > >>_all_ variables of the whole program could be held in registers > >>during the _whole_ lifetime of the process. There would be > >>never a variable stored in memory. This is perfectly legal, > >>and a programmer whould have no chance to access them from > >>within a signal handler. > > > > You are wrong here again. > >Then please explain why you think so. >What I said is correct. > You were wrong about registers, it's possible to write compiler/loader to support it. GNU C doesn't support it, but, in my mind we were talking about vilotile in general - without relationship to a particular compiler. If you were talking about gcc and FreeBSD only, then I should say sorry, I misunderstood you. > > I was a member of team that wrote compiler > > allocating global variables in registers. And it worked. > >Was it a C compiler? In that case I hope it supported >"volatile" correctly, otherwise it would be in violation >of the standard. > Yeap, and C also. And we supported vilotile in a sense no synonyms, no copies. Probably, that the fact I used 'synonym' is bad one. It was (is?) a slang. Remember - synonyms two words with same meaning - you can have two copies of value with the same contents - as I understood, this is exactly you refered as a register optimization. But we did allocate some variables on registers - and this is a register optimization. We were fortunate enough to write the whole system and wrote very smart linker/loader which could understand register allocation and change command apropriately. > > except some special address scheme and speed there is no big difference > > between memory and registers from the point of view of a compiler. > >Except that register optimizations are forbidden when a >variable has been declared as "volatile". Oliver, this is my point - there could be other register optimizations and if your system smart enough it could be used - I just don't like to forbid all register optimization. Take a look at PDP-11 - here you can address registers as usual with register number aor you can address them by using special addresses in memory - it's very easy to provide register optimization compatible with vilotile. > > >>"BS book"? How about quoting from an authoritative reference? > > > > OK, Bjarne Stroustrap is not authorative, even it's a base for standard > > or created based on standard drafts? > >I think we're talking about C, not C++. I'm not familiar with >usage of "volatile" in C++ (and this was not the question). > > >> movl i,%eax > >> movl i,%edx > >> imull %edx,%eax > >> movl %eax,j > >> movl j,%eax > >> movl i,%edx > >> addl %edx,%eax > >> movl %eax,j > >> > >>As you can see, now the contents of i and j are always > >>consistent. This code works fine, even when an asynchronous > >>mechanism (signal handler, hardware, etc.) tries to access > >>them at some point. > >> > > > > For Chrises sake tell me what is going to happen if you got > > interrupted after first movl? > >If the signal handler changes the value of "i" at that point, >then the second usage of "i" will get a different value than >the first usage, which is the _correct_ behaviour. > Aga, this is exactly what I was talking about - two sequential reads of variable could give you different results - that's why using vilotile is not enough. That's why this is synchronization problem. Yes this is correct behavior, but it doesn't help to solve original problem. It's necessary part in way how it's prpoposed to solve, but it's not enough. >Without "volatile", the gcc code will always use the old value, >which is _not_ correct. Even worse, the behaviour depends on >the compiler's optimizer -- it _might_ use the old value, or it >might not. > > > eax and completely differend on edx. Vilotile does help > > you to avoid synonyms, but doesn't help you to solve your problem. > >Excuse me? It solves the problem. The code does exactly what >it's supposed to do. Correct if I am wrong, but original question was how to work with global file pointer from a sighandler. And I considered that this file pointer is a global resource and you have a problem in sighandler to be interrupted by amother sighandler and this another sighandler could use the same file pointer. Or you can get signal in main program while it's working with file pointer and get access to it from sighandler. > > > there is no warranty that j will always have value of > > square of i. > >Correct. There is no such warranty, no matter if "i" is >declared as "volatile" or not. > >If the signal handler changes the value of "i", the programmer >should know what he is doing. If he wants to calculate the >square of "i", he should use a different way (i.e. using signal >masks). or m = i; j = m*m; :-) create your own copy. > > > Vilotile tells to compiler (and to programmer) > > that j can have a very strange result. > >That's completely wrong. So, if programmer wites j = i * i; (s)he doesn't expect to get a square? I understand, that according to standard vilotile means it, but it's not intuitive. That's why I told that vilotile tells to compiler and to programmer - expect something strange. > > > Oliver, I don't want to tell anybody - don't use vilotile. > >Then you cannot use global variables within signal handlers >correctly. I'm under the impression that you misunderstand >the purpose of "volatile". > Nope, I believe, my understanding of vilotile is OK, but I am not attributing to it more than it deserves. I think you see this way of communicating with sighandler as the only way. I believe, there are many more. But it's not easy, you should work with async safe functions and write a special stuff to work with sharable resources and avoid deadlocks (and it's very easy to get them with sighandlers). All this stuff is pretty common if you are in concurrent programming (it doesn't make any difference if this is threads or processes - theory is still the same). But using vilotile plus sigblock/sisetmask is enough to get out without any troubles and without using a pretty complex theory. >Regards > Oliver > >-- >Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany >(Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) > >"In jedem Stück Kohle wartet ein Diamant auf seine Geburt" > (Terry Pratchett) > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 6:31:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 56C0914D4E for ; Mon, 17 Jan 2000 06:31:41 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat53.x-treme.gr [212.120.197.245]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id QAA24199; Mon, 17 Jan 2000 16:31:31 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id PAA02791; Mon, 17 Jan 2000 15:03:50 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Mon, 17 Jan 2000 15:03:50 +0200 From: Giorgos Keramidas To: Duke Normandin <01031149@3web.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Firewall: ipfw or natd Message-ID: <20000117150350.A2775@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 16, 2000 at 06:24:04PM -0700, Duke Normandin wrote: > > What criterion (ia) are used for determining the use of ipfw or natd > in creating a firewall? TIA.. You can use both on the same `firewall'. They are two different programs, with a different purpose each. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 6:31:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id A99FF14D5D for ; Mon, 17 Jan 2000 06:31:44 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat53.x-treme.gr [212.120.197.245]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id QAA24202; Mon, 17 Jan 2000 16:31:39 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id OAA02620; Mon, 17 Jan 2000 14:48:34 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Mon, 17 Jan 2000 14:48:34 +0200 From: Giorgos Keramidas To: Oren Sarig Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Which X-window to choose? Message-ID: <20000117144834.A2508@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <00256866.00426B86.00@rslhub.raytheon.co.uk> <3881F825.DB13CD06@bezeqint.net.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <3881F825.DB13CD06@bezeqint.net.il> X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 16, 2000 at 06:56:05PM +0200, Oren Sarig wrote: > > WindowMaker was nice, but the reason I dropped it (drums, please).... > I want that bar on the bottom I can choose what window I want from. > Seriously, when I have 10 windows open, it's a real pain (you know > where) finding the one you need without that bar. When the selection > came between KDE and GNOME, I picked GNOME because (drums again)... > GTK looks nicer than QT. Seriously, GNOME is a whole lot more stable > now, and offers about the same features as KDE, so there is no big > difference. Since you like Gnome and WindowMaker can be made to work beautifully with it, I thought I'd just drop my note on that window bar thing. It's only a matter of pressing F11 in WindowMaker to get your usual, scrolly, themed menu with the active windows ;) Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 6:32:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 2116F14D4E for ; Mon, 17 Jan 2000 06:31:52 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat53.x-treme.gr [212.120.197.245]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id QAA24208; Mon, 17 Jan 2000 16:31:45 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id NAA02370; Mon, 17 Jan 2000 13:49:37 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Mon, 17 Jan 2000 13:49:36 +0200 From: Giorgos Keramidas To: Frankie Li Cc: "freebsd-questions@freebsd.org" Subject: Re: /stand/sysinstall bug? Message-ID: <20000117134936.A2338@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <3880FC42.6B395ABF@lvdi.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <3880FC42.6B395ABF@lvdi.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 15, 2000 at 03:01:22PM -0800, Frankie Li wrote: > Hi, > I was adding FreeBSD source yesterday, and while copying the > source from the CD to hard drive, I was able to switch (using alt-Fx) > to another login and login as root without any password. I have yet > to try reproducing the problem because it was a computer at school, but > I attempted the login several of times in different login terminals, and > the same thing resulted. > > I have FreeBSD 3.3-Release, burn from the iso from ftp.cdrom.com. While doing the installation, did you boot from the installation media? Because, I think, the /etc/master.passwd of the installation CDROM does not have any password... and for a good reason, too. Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 6:32:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id E752D14DD7 for ; Mon, 17 Jan 2000 06:32:23 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat53.x-treme.gr [212.120.197.245]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id QAA24205; Mon, 17 Jan 2000 16:31:41 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id OAA02438; Mon, 17 Jan 2000 14:21:28 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Mon, 17 Jan 2000 14:21:27 +0200 From: Giorgos Keramidas To: Dementsov Alexey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I have question Message-ID: <20000117142127.B2338@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 16, 2000 at 02:54:51AM +0300, Dementsov Alexey wrote: > > I would be very grateful if you could give some information about > configuration ppp for remote access from Microsoft client to FreeBSD > server. Chapter 14 of the Handbook (Serial Communications) contains some information which you must find helpful. Another part of the Handbook that seems relevant and contains very detailed information is chapter 15 (PPP and SLIP). Of course, the Pedantic PPP Primer found at http://www.freebsd.org/ in the tutorials section is always a nice thing to have too. Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 6:36:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sky.net (solar.sky.net [209.90.0.4]) by hub.freebsd.org (Postfix) with ESMTP id 1622414C9D for ; Mon, 17 Jan 2000 06:36:32 -0800 (PST) (envelope-from fishpond@sky.net) Received: from crr (ts-1-ip52.kc.sky.net [209.90.4.116]) by sky.net (8.9.3/8.9.3) with SMTP id IAA09856 for ; Mon, 17 Jan 2000 08:36:24 -0600 (CST) Message-ID: <002701bf60f9$0fad44c0$0a01a8c0@aristocratmotors.com> From: "carl reinecke" To: Subject: Help w/ install Date: Mon, 17 Jan 2000 08:42:18 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0024_01BF60C6.C302E080" 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_0024_01BF60C6.C302E080 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I downloaded the the two floppy programs,(FreeBSD 3.3 kern.flp, = mfsboot.flp) and followed install instructions. All seems to go well until I'm told I need to set the time zone; It goes = to the next step without giving the opportunity to set it. Same thing with setting up root. Then it allows me to set up other users, but when I complete one I get = an error message; "pw has encountered an unexpected status 99" and = dosn't take any data. System is a 586/133 w/16MB 520MB hard Drive I'm new to unix but not PCs Thanks for any help! Carl You don't know, What you don't know! ------=_NextPart_000_0024_01BF60C6.C302E080 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I downloaded the the two floppy programs,(FreeBSD = 3.3=20 kern.flp, mfsboot.flp)
 and followed install = instructions.
 
All seems to go well until I'm told I need to set = the time=20 zone; It goes to the next step without  giving the opportunity to = set=20 it.
 
Same thing with setting up root.
 
Then it allows me to set up other users, but when I = complete=20 one I get an error message; "pw has encountered an unexpected status 99" = and=20 dosn't take any data.
 
System is a 586/133 w/16MB 520MB hard = Drive
 
I'm new to unix but not PCs
 
Thanks for any help!
 
Carl
 
 
You don't know,
What you don't=20 know!
------=_NextPart_000_0024_01BF60C6.C302E080-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 6:40:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 4B6EE14D8D for ; Mon, 17 Jan 2000 06:40:53 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id JAA62114; Mon, 17 Jan 2000 09:44:52 -0500 (EST) (envelope-from cjc) Date: Mon, 17 Jan 2000 09:44:52 -0500 From: "Crist J. Clark" To: Dan Langille Cc: questions@FreeBSD.ORG Subject: Re: OpenSSH 1.2.1 refusing incoming connections Message-ID: <20000117094452.A62078@cc942873-a.ewndsr1.nj.home.com> References: <200001170546.SAA29983@ducky.nz.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001170546.SAA29983@ducky.nz.freebsd.org>; from dan@freebsddiary.org on Mon, Jan 17, 2000 at 06:46:38PM +1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 17, 2000 at 06:46:38PM +1300, Dan Langille wrote: > I recently upgraded to OpenSSH 1.2.1 from OpenSSH 1.2. Incoming > connections are being refused, even from localhost. > > $ ssh -v localhost > SSH Version OpenSSH-1.2.1, protocol version 1.5. > Compiled with SSL. > debug: Reading configuration data /usr/local/etc/ssh_config > debug: ssh_connect: getuid 0 geteuid 0 anon 0 > debug: Connecting to localhost [127.0.0.1] port 22. > debug: Allocated local port 1014. > debug: Connection established. > ssh_exchange_identification: read: No such file or directory > debug: Calling cleanup 0x805359c(0x0) > > I'm on FreeBSD 3.3-19991207-SNAP. My first guess was > /etc/hosts.allow, but that contains "sshd : ALL : allow" > > Any ideas? When make a successful connection via SSH, the debug messages that follow the "Connection established" message are, debug: Remote protocol version 1.5, remote software version OpenSSH-1.2 debug: Waiting for server public key. debug: Received server public key (768 bits) and host key (1024 bits). You would not have happened to have lost your server keys (/usr/local/etc/ssh_host_key*) during the upgrade? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 6:41: 7 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 6792F14C9D for ; Mon, 17 Jan 2000 06:41:02 -0800 (PST) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP for freebsd-questions@freebsd.org; Mon, 17 Jan 2000 15:40:54 +0100 Received: from sun9.mni.fh-giessen.de ([134.176.183.109]) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 12ADL4-0003CK-00 for freebsd-questions@freebsd.org; Mon, 17 Jan 2000 15:41:02 +0100 Received: from localhost (hg9456@localhost) by sun9.mni.fh-giessen.de (8.9.3+Sun/8.8.8) with ESMTP id PAA00948 for ; Mon, 17 Jan 2000 15:41:34 +0100 (MET) X-Authentication-Warning: sun9.mni.fh-giessen.de: hg9456 owned process doing -bs Date: Mon, 17 Jan 2000 15:41:34 +0100 (MET) From: Ariel Burbaickij X-Sender: hg9456@sun9 To: freebsd-questions@freebsd.org Subject: understanding timing Message-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 got homework to implement shell.I am ready so far .So this mail is not begging for doing my work by anyone else :)).We got some solution pattern from out teacher suggesting following: void do_with_time(int argc,char * argv [])//function for doing it. { clock_t start ,end ; struct tm tnt ; pid_t pid1 ,pid2 //YTou already see here it is about using two forks. if(argc > 1)//we expect the coomand proper as well { pid1 = fork() switch(pid1) { case -1 : /* fear ,fire ,foes */ case 0 : { start = times(&tnt); pid2 = fork() switch(pid2) { case -1 : /* fear fire ,foes */ case 0 : { execvp(argv[1],&argv[1]); printf("You should never see me!"); } default: waitpid(pid,NULL,NULL) //quick and dirty end = times(&tnt); /* kind printf(Real time is difference between end and start); printf(System time is &time.tms_cstime);//evaluation order is //surely against us }//end of second switch default : waitpid(pid,NULL,NULL); }//end of first switch }//end of if else printf(You need at least two to dance tango); What i do not understand is why you need two fork's() already provided with waitpid()and so having mechanism for waiting for well-defined child,so eliminating the danger of cumulating the childrens' time in tms structrue.I would understand with wait() only.But here I guess I need a little help from you. kind regards, Ariel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 6:43:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 5561F14D4E for ; Mon, 17 Jan 2000 06:43:38 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id JAA62139; Mon, 17 Jan 2000 09:47:48 -0500 (EST) (envelope-from cjc) Date: Mon, 17 Jan 2000 09:47:48 -0500 From: "Crist J. Clark" To: Jason McKay Cc: questions@FreeBSD.ORG Subject: Re: sendmail 8.9 & relaying Message-ID: <20000117094748.B62078@cc942873-a.ewndsr1.nj.home.com> References: <20000117062204.13321.cpmta@c012.sfo.cp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000117062204.13321.cpmta@c012.sfo.cp.net>; from jasmack2@altavista.com on Sun, Jan 16, 2000 at 10:22:04PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 16, 2000 at 10:22:04PM -0800, Jason McKay wrote: > > Hi, > > I'm running FreeBSD 2.2.6-RELEASE, I have just downloaded Sendmail 8.9 from their website and compiled it. Sendmail 8.9 claims to deny relaying by default, but I'm finding people from outside our server are still able to relay via us. Hope can I stop this? Besides building the new sendmail executable, did you actually change your /etc/sendmail.cf file? That configuration file is what actually controls forwarding. See the cf/README file in your sendmail source code and http://www.sendmail.org has some helpful resources. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 7: 3:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ramstind.gtf.ol.no (ramstind.gtf.ol.no [128.39.174.16]) by hub.freebsd.org (Postfix) with ESMTP id DAF1B14C9D for ; Mon, 17 Jan 2000 07:03:13 -0800 (PST) (envelope-from trond@ramstind.gtf.ol.no) Received: from localhost (trond@localhost) by ramstind.gtf.ol.no (8.9.3/8.9.3) with ESMTP id QAA01174 for ; Mon, 17 Jan 2000 16:03:09 +0100 (CET) (envelope-from trond@ramstind.gtf.ol.no) Date: Mon, 17 Jan 2000 16:03:09 +0100 (CET) From: Trond Endrestol To: FreeBSD questions Subject: Problems accessing the tapestreamer Message-ID: 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, After cvsup'ped to 3.4-stable, recompiling and reinstalling, I can no longer access the tapestreamer. I tried booting with the old 3.3-GENERIC kernel and everything works OK with that kernel. There's no problem with mt or tar, it's kernel related. Our tapestreamer is identified at reboot as sa0: Removable Sequential Access SCSI-2 device sa0: 7.812MB/s transfers (7.812MHz, offset 15) And it's made by Seagate. Trying to use mt status with a valid tape inserted results in both LEDs turned on (both the yellow and the green) and mt hangs. The only way to kill mt is to hit the eject button on the streamer. Below is the current dmesg output and the current kernel configuration file. The kernel configuration file was based on the GENERIC file from 3.3-release and I see no functional difference between the current kernel configuration file and the current GENERIC file. Perhaps there's some problem with the sa driver. Does someone have a clue? BTW, do I need the pass0 device? -- Here's the complete dmesg output: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.4-STABLE #0: Wed Jan 12 16:30:34 CET 2000 root@ramstind.gtf.ol.no:/usr/src/sys/compile/RAMSTIND Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 451025054 Hz CPU: Pentium III (451.03-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383f9ff> real memory = 134217728 (131072K bytes) avail memory = 127696896 (124704K bytes) Preloaded elf kernel "kernel" at 0xc02bd000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc02bd09c. Pentium Pro MTRR support enabled Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 chip2: rev 0x02 on pci0.7.0 chip3: rev 0x02 on pci0.7.3 xl0: <3Com 3c900B-COMBO Etherlink XL> rev 0x04 int a irq 9 on pci0.11.0 xl0: Ethernet address: 00:50:da:3b:23:2d xl0: autonegotiation not supported ahc0: rev 0x00 int a irq 5 on pci0.13.0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs Probing for devices on PCI bus 1: vga0: rev 0x7a int a irq 11 on pci1.0.0 Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 not found at 0x1f0 wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, intr, dma, iordis acd0: drive speed 0 - 8250KB/sec, 128KB cache acd0: supported read types: CD-R, CD-RW, CD-DA, packet track acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 vga0 at 0x3c0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface Waiting 5 seconds for SCSI devices to settle sa0 at ahc0 bus 0 target 4 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 7.812MB/s transfers (7.812MHz, offset 15) da0 at ahc0 bus 0 target 1 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da0: 8761MB (17942584 512 byte sectors: 255H 63S/T 1116C) changing root device to da0s1a -- And here's the current kernel configuration file: # # RAMSTIND -- Konfigurasjonsfil for ramstind.gtf.ol.no # trond, 1999-11-23, basert på # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # 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.143.2.22 1999/09/14 22:53:30 jkh Exp $ machine "i386" #cpu "I386_CPU" #cpu "I486_CPU" #cpu "I586_CPU" cpu "I686_CPU" ident RAMSTIND maxusers 32 #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores config kernel root on da0 # 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 controller isa0 #controller pnp0 # PnP support for ISA #controller eisa0 controller pci0 # Floppy drives controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 #disk fd1 at fdc0 drive 1 # IDE controller and disks options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 #disk wd0 at wdc0 drive 0 #disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 #disk wd2 at wdc1 drive 0 #disk wd3 at wdc1 drive 1 # ATAPI devices options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM #device wfd0 #IDE Floppy (e.g. LS-120) # SCSI Controllers # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. #controller ncr0 # NCR/Symbios Logic #controller ahb0 # EISA AHA1742 family controller ahc0 # AHA2940 and onboard AIC7xxx devices #controller amd0 # AMD 53C974 (Teckram DC-390(T)) #controller isp0 # Qlogic family #controller dpt0 # DPT Smartcache - See LINT for options! #controller adv0 at isa? port ? cam irq ? #controller adw0 #controller bt0 at isa? port ? cam irq ? #controller aha0 at isa? port ? cam irq ? # SCSI peripherals # Only one of each of these is needed, they are dynamically allocated. controller scbus0 # SCSI bus (required) device da0 # Direct Access (disks) device sa0 # Sequential Access (tape etc) #device cd0 # CD device pass0 # Passthrough device (direct SCSI) # Proprietary or custom CD-ROM Interfaces #device wt0 at isa? port 0x300 bio irq 5 drq 1 #device mcd0 at isa? port 0x300 bio irq 10 #device matcd0 at isa? port 0x230 bio #device scd0 at isa? port 0x230 bio # atkbdc0 controls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? tty #options XSERVER # support for X server #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 isa? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at isa? disable flags 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller card0 #device pcic0 at card? #device pcic1 at card? # Serial (COM) ports device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 # Parallel port device ppc0 at isa? port? flags 0x40 net irq 7 controller ppbus0 # Parallel port bus (required) device lpt0 at ppbus? # Printer device plip0 at ppbus? # TCP/IP over parallel device ppi0 at ppbus? # Parallel port interface device #controller vpo0 at ppbus? # Requires scbus and da0 # PCI Ethernet NICs. #device al0 # ADMtek AL981 (``Comet'') #device ax0 # ASIX AX88140A #device de0 # DEC/Intel DC21x4x (``Tulip'') #device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) #device mx0 # Macronix 98713/98715/98725 (``PMAC'') #device pn0 # Lite-On 82c168/82c169 (``PNIC'') #device rl0 # RealTek 8129/8139 #device sf0 # Adaptec AIC-6915 DuraLAN (``Starfire'') #device tl0 # Texas Instruments ThunderLAN #device tx0 # SMC 9432TX (83c170 ``EPIC'') #device vr0 # VIA Rhine, Rhine II #device vx0 # 3Com 3c590, 3c595 (``Vortex'') #device wb0 # Winbond W89C840F device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. #device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 #device ep0 at isa? port 0x300 net irq 10 #device ex0 at isa? port? net irq? #device fe0 at isa? port 0x300 net irq ? #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 net irq 10 drq 0 #device cs0 at isa? port 0x300 net irq ? # requires PCCARD (PCMCIA) support to be activated #device xe0 at isa? port? net irq ? # PCCARD NIC drivers. # ze and zp take over the pcic and cannot coexist with generic pccard # support, nor the ed and ep drivers they replace. #device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 # 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 1 # Packet tunnel pseudo-device pty 16 # Pseudo-ttys (telnet etc) pseudo-device gzip # Exec gzipped a.out's # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 4 #Berkeley packet filter ##################################################################### # Spesialvalg for RAMSTIND # ##################################################################### options "NO_F00F_HACK" options DDB options DDB_UNATTENDED options PERFMON options KERNFS options QUOTA #pseudo-device speaker pseudo-device snp 4 #options CLK_USE_TSC_CALIBRATION #controller usb0 #controller uhci0 #controller ohci0 #device ugen0 #device uhid0 #device ukbd0 #device ulpt0 #device ums0 ##################################################################### # Slutt på spesialvalgene for RAMSTIND # ##################################################################### # Slutt på konfigurasjonsfilen RAMSTIND ---------------------------------------------------------------------- Trond Endrestøl | trond@gtf.ol.no Merkantilvegen 59HB7, | trond@ramstind.gtf.ol.no N-2815 GJØVIK, NORWAY |+47 61139424 || +47 63874242 Patron of The Art of Computer Programming| FreeBSD 3.4 & Pine 4.10 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 7: 6:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.209.130]) by hub.freebsd.org (Postfix) with SMTP id 8FE291501A for ; Mon, 17 Jan 2000 07:04:50 -0800 (PST) (envelope-from danfe@ssc.nsu.ru) Received: (qmail 4996 invoked from network); 17 Jan 2000 15:04:44 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 17 Jan 2000 15:04:44 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id VAA06439 for ; Mon, 17 Jan 2000 21:04:13 +0600 Date: Mon, 17 Jan 2000 21:04:12 +0600 (NOVT) From: "Alexey N. Dokuchaev" Cc: freebsd-questions@FreeBSD.ORG Subject: sniffit 3.0.7 problems. 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! So, i'm trying to run sniffit-3.0.7beta from 3.4-RELEASE packages. I have not done kernel re-compilation yet, so there's only 1 bpf, I believe (if this is the problem, though I doubt it). Under root, I type 'sniffit -i' -- it shows up normal to me (I've used it quite a lot under Linux), but after a second or two, it hangs with this message: Jan 17 20:11:41 myhost /kernel: pid 2201 (sniffit), uid 0: exited on signal 11 (core dumped) if I press ^C here, i'll be dropped to shell prompt. Any ideas? ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 7:14:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from asmodeus.diabolis.net (209-6-187-27.c6-0.wth-ubr1.sbo-wth.ma.cable.rcn.com [209.6.187.27]) by hub.freebsd.org (Postfix) with ESMTP id D6CAA14A04 for ; Mon, 17 Jan 2000 07:14:21 -0800 (PST) (envelope-from bunicula@rcn.com) Received: from asmodeus (asmodeus [192.168.2.6]) by asmodeus.diabolis.net (8.9.3/8.9.3) with ESMTP id PAA02717 for ; Mon, 17 Jan 2000 15:19:06 -0500 (EST) (envelope-from bunicula@rcn.com) Date: Mon, 17 Jan 2000 15:19:06 -0500 (EST) From: Brian Anderson X-Sender: bunicula@asmodeus.diabolis.net To: freebsd-questions@FreeBSD.ORG Subject: ipf/ipnat vs. ipfw/natd Message-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, the latest step in my freebsd education is firewalling. from what i can see, there are 2 told that seem heavily used: ipf with ipnat, and ipfw with natd. is there any place i can find a comparison of the two: pros and cons, and all that happy stuff? it looks like ipfw is the default, but ipf is easier to find documentation on... thanks! brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 7:25:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tvol.com (mail.wgate.com [38.219.83.4]) by hub.freebsd.org (Postfix) with ESMTP id D9DD8151A8 for ; Mon, 17 Jan 2000 07:25:05 -0800 (PST) (envelope-from gdriban@wgate.com) Received: from wgate.com (driban95.eng.tvol.net [10.32.1.84]) by mail.tvol.com (8.8.8/8.8.3) with ESMTP id KAA14358 for ; Mon, 17 Jan 2000 10:28:51 -0500 (EST) Message-ID: <38833318.657CF494@wgate.com> Date: Mon, 17 Jan 2000 10:19:52 -0500 From: Glen Driban Organization: WorldGate Communications X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: kernel threads Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Any support in any of the 3.x releases for kernel threads? I can only find reference to pthreads. I've searched the freeBSD.org site, looked at the FAQ's and looked at the 3.x release notes. If no support for kernel threads is it planned for the future and in what release might we expect to see it. -- Glenn Driban Senior Software Engineer Worldgate Communications, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 7:35:11 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 D15BA14C8A for ; Mon, 17 Jan 2000 07:35:07 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12AEBL-000G3b-00; Mon, 17 Jan 2000 15:35:03 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id PAA12916; Mon, 17 Jan 2000 15:35:02 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Mon, 17 Jan 2000 15:35:02 +0000 (GMT) From: Jonathon McKitrick To: W33TAD1D@aol.com Cc: freebsd-questions@freebsd.org Subject: Re: i omega zip drive In-Reply-To: <53.38f74b.25b274f1@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 I see three potential problems here: 1. 250 megs may not be enough space for a useable system 2. The system must be able to boot fromt he zip, which may be tough 3. The filesystem will be unbearably slow On Sat, 15 Jan 2000 W33TAD1D@aol.com wrote: >i have an iomega 250m zip drive (parallel port), i wanted to install freebsd >on a zip disk, and not my hard drive. how do i do that? i presently have the >first cd of 2.2.6. > >abe > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 7:36:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from jellico.com (jellico.com [206.162.45.2]) by hub.freebsd.org (Postfix) with SMTP id CCC9214DFC for ; Mon, 17 Jan 2000 07:36:12 -0800 (PST) (envelope-from lisa@jellico.com) X-ROUTED: Mon, 17 Jan 2000 10:31:02 -0500 Received: from lisa.jellico.com [206.162.45.190] by jellico.com with smtp id AKBNDDBK ; Mon, 17 Jan 2000 10:29:50 -0500 Message-ID: <005401bf6100$18d26880$be2da2ce@lisa.jellico.com> Reply-To: "Lisa Casey" From: "Lisa Casey" To: Subject: Sendmail virtual domain hosting Date: Mon, 17 Jan 2000 10:32:39 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3115.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I hope this is an appropriate list in which to ask this question. We are hosting a virtual domain on our servers. I have Sendmail configured correctly to receive mail for this domain and deliver it appropriately using the virtusertable files and sendmail.cw Our domain name is jellico.net. The name of the domain we are hosting is hardwickclothes.com. The problem is that when someone from hardwickclothes.com (say johndoe) sends mail through our server the mail is sent se from: johndoe@jellico.net instead of being from: johndoe@hardwickclothes.com I have read through the FAQ on masquerading and I believe that I need to add support for a generics table to my sendmail.cf file. The FAQ talks about doing this using the mc file. Unfortunately I have never understood how to configure Sendmail via the mc file, I have been configuring it by editing sendmail.cf directly. I guess what I need to know is: 1) Is the generics table going to allow me to send hardwickclothes.com E-mail as being from: user@hardwickclothes.com instead of from: user@jellico.net? 2) What is the syntax of the line(s) I need to add to sendmail.cf to allow support for the generics table? Thanks, Lisa Casey, Webmaster Interstate 2000, Inc. lisa@jellico.com webmaster@jellico.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 7:37:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.209.130]) by hub.freebsd.org (Postfix) with SMTP id 7880C14BFF for ; Mon, 17 Jan 2000 07:36:54 -0800 (PST) (envelope-from danfe@ssc.nsu.ru) Received: (qmail 5063 invoked from network); 17 Jan 2000 15:36:43 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 17 Jan 2000 15:36:43 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id VAA07060; Mon, 17 Jan 2000 21:35:50 +0600 Date: Mon, 17 Jan 2000 21:35:50 +0600 (NOVT) From: "Alexey N. Dokuchaev" To: Christian Weisgerber Cc: freebsd-questions@FreeBSD.ORG Subject: Re: No color in xterm In-Reply-To: <85sdg0$1h3o$1@bigeye.rhein-neckar.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 16 Jan 2000, Christian Weisgerber wrote: > John Indra wrote: > > > I have Mutt 1.0i installed on my FreeBSD 3.4-RELEASE, compiled against > > S-Lang 1.3.10. In consoles, Mutt shows color just fine, but when I run > > Mutt on an xterm, it doesn't show color at all. > > Presumably the program checks the termcap entry and doesn't find any > indication of color support there. Try TERM=xterm-color. > > > when I use gnuls --color=auto, xterm seems to render the color, > > That blows out ANSI color control sequences without any regard > whatsoever for the actual terminal type. xterm indeed renders those. > (A different terminal might self-destruct. :-) ) > And, under Linux, midnight commander will display colors even with TERM=vt100, that's no the case udner FreeBSD port of it. Does anyone know for sure that linux mc does not check for terminal type, and fBSD's midc does? Just don't want to dig into sources.... WBR, ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 7:39:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from extremis.demon.co.uk (extremis.demon.co.uk [194.222.242.30]) by hub.freebsd.org (Postfix) with SMTP id 0846914C27 for ; Mon, 17 Jan 2000 07:39:47 -0800 (PST) (envelope-from gjvc@extremis.demon.co.uk) Received: (qmail 19063 invoked by uid 1010); 17 Jan 2000 15:23:20 -0000 Date: Mon, 17 Jan 2000 15:23:20 +0000 From: George Cox To: Morten Seeberg Cc: Walter Hafner , questions@freebsd.org Subject: Re: Compaq RAID controller never in the handbook? Message-ID: <20000117152320.B1743@extremis.demon.co.uk> References: <200001150016.QAA02816@mass.cdrom.com> <018601bf6043$6b1f6c40$16280c0a@sos> <003d01bf60e4$a5e6a770$3800a8c0@sos> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: <003d01bf60e4$a5e6a770$3800a8c0@sos>; from ml@seeberg.dk on Mon, Jan 17, 2000 at 01:16:11PM +0100 X-Operating-System: FreeBSD 4.0-CURRENT (i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 17/01 13:16, Morten Seeberg wrote: > Well, at the moment I havent had much time to play around with it, but I > am planning some tests, because I really dont think my filesystem is as > fast as expected. Im running on 4 9Gb 10K RPM disks, and except when How are these 4 disks organised? What's ths stripe size? > copying 100+MB files to /dev/null (approx 18Mb / s) i dont get much > faster acx than 2-4Mb / s, which I have seen better (this is on > 3.4-RELEASE). > > Also the searchtime is very slow, and a script like I don't understand what you mean by 'searchtime'. Are you referring to something like find / -name dang-what-did-I-call-it.\* ? If so, you could try 'locate' > /etc/periodic/weekly/310.blabla which I thought would be much faster, > isnt compared to a regular IDE disk. But also normal system usage (this > is my workstation) doesnt seem to have speeded up much. I tried What kind of stuff are you using this for? > experimenting with SOFTOPTIONS, no luck. You mean soft-updates, enabled by adding the line options SOFTUPDATES to your kernel configuration file, and reading the instrutions in /usr/src/sys/ufs/ffs/README.softupdates best; gjvc -- "Readers who only want to see algorithms that are already packaged in a plug-in way, using a trendy language, should buy other people's books." -- D. E. Knuth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 7:43:54 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 863E914DF0 for ; Mon, 17 Jan 2000 07:43:51 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12AEJm-000GCy-00; Mon, 17 Jan 2000 15:43:46 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id PAA13048; Mon, 17 Jan 2000 15:43:45 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Mon, 17 Jan 2000 15:43:45 +0000 (GMT) From: Jonathon McKitrick To: Glen Driban Cc: freebsd-questions@freebsd.org Subject: Re: kernel threads In-Reply-To: <38833318.657CF494@wgate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jan 2000, Glen Driban wrote: >Any support in any of the 3.x releases for kernel threads? I can only >find reference to pthreads. I've searched the freeBSD.org site, looked >at the FAQ's and looked at the 3.x release notes. If no support for >kernel threads is it planned for the future and in what release might we >expect to see it. There are no kernel threads at the moment, but FreeBSD still has fantastic performance. Apparently they are now discussing what kind of architecture they want to use to implement kernel threads in the future. It probably will be a while away, however. Since 4.0 is due out soon, maybe they will start on kernel threads in -current after this release, and they will spend a while hammering out the details and bugs. > >-- >Glenn Driban >Senior Software Engineer >Worldgate Communications, Inc. > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 7:50: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp7.atl.mindspring.net (smtp7.atl.mindspring.net [207.69.128.51]) by hub.freebsd.org (Postfix) with ESMTP id CC6E614DCD for ; Mon, 17 Jan 2000 07:49:40 -0800 (PST) (envelope-from casolution@kvproducts.com) Received: from kvproducts.com (pool-209-138-51-141.tmpa.grid.net [209.138.51.141]) by smtp7.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id KAA23660 for ; Mon, 17 Jan 2000 10:49:33 -0500 (EST) Message-ID: <3882F3C6.570F1A0@kvproducts.com> Date: Mon, 17 Jan 2000 10:49:42 +0000 From: Kevin Voyce X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: XFree86 3.3.6 and ATI Rage 128 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please help -- I Installed the XFree86 3.3.6 software in hopes of using my ATI Rage 128. The previous release would not work at all for this card. The good news is that the server starts and initially appears to work. However when I startx to KDE 1.1.1 or Windowmaker any windows ie. term, netscape, config etc. contain bar code instead of text also when windows are moved the section at the top flickers when moving over another window. Sometimes text does show but is destroyed upon window movement. Note -- The XFree86 3.3.6 software and KDE 1.1.1 or Windowmaker work fine with my old Diamond Stealth 64 VRAM (S3). Thanks Kevin Voyce casolution@mindspring.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 7:50:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from entropy.tmok.com (entropy.tmok.com [204.17.163.11]) by hub.freebsd.org (Postfix) with ESMTP id 3F05114E55 for ; Mon, 17 Jan 2000 07:50:21 -0800 (PST) (envelope-from wonko@entropy.tmok.com) Received: (from wonko@localhost) by entropy.tmok.com (8.9.3/8.9.3) id KAA39958 for freebsd-questions@freebsd.org; Mon, 17 Jan 2000 10:52:27 -0500 (EST) From: Brian Hechinger Message-Id: <200001171552.KAA39958@entropy.tmok.com> Subject: ColdFusion Server 4.5 and FreeBSD-current To: freebsd-questions@freebsd.org Date: Mon, 17 Jan 2000 10:52:27 -0500 (EST) Reply-To: wonko@entropy.tmok.com X-Useless-Header: why? because i can. X-Organization: The Ministry of Knowledge X-Dreams: an OpenWin that is based on current MIT X11 releases 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 in what i have previously called a vain attempt, i am trying to get ColdFusion Server for Linux to run under FreeBSD. stable didn't look like it was going to work so i upgraded to current (snapshot 20000114) i have RH6.1 emulation installed, and it ALMOST works, however it's having trouble loading a library. wintermute# cd /home/half/coldfusion/bin wintermute# ./start /home/half/coldfusion/bin/cfexec: error in loading shared libraries: libporting.so: ELF file ABI version invalid. wintermute# is there something similar to brandelf that i could use to knock this lib into shape? or should i give up now and save myself the wasted time? thanks, -brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 7:53:43 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 5282414E79 for ; Mon, 17 Jan 2000 07:53:32 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12AET6-0002mX-00; Mon, 17 Jan 2000 15:53:24 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id PAA13215; Mon, 17 Jan 2000 15:53:23 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Mon, 17 Jan 2000 15:53:23 +0000 (GMT) From: Jonathon McKitrick To: Oren Sarig Cc: Chris.Smith@raytheon.co.uk, James A Wilde , freebsd-questions@freebsd.org Subject: Re: Which X-window to choose? In-Reply-To: <3881F825.DB13CD06@bezeqint.net.il> Message-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, 16 Jan 2000, Oren Sarig wrote: >WindowMaker was nice, but the reason I dropped it (drums, please).... >I want that bar on the bottom I can choose what window I want from. >Seriously, when I have 10 windows open, it's a real pain (you know >where) finding the one you need without that bar. When the selection >came between KDE and GNOME, I picked GNOME because (drums again)... >GTK looks nicer than QT. Seriously, GNOME is a whole lot more stable >now, and offers about the same features as KDE, so there is no big >difference. Well, that was a big issue with me... stability... Gnome just drove me nuts sometimes, even on Linux, where it is supposedly more stable. So you say it is more stable now? How about configuring, and useful tools? It seems to me KDE is ahead on this one. -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 7:56: 9 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 4D2CB1517A for ; Mon, 17 Jan 2000 07:56:01 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12AEVa-000GR0-00; Mon, 17 Jan 2000 15:55:58 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id PAA13274; Mon, 17 Jan 2000 15:55:58 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Mon, 17 Jan 2000 15:55:58 +0000 (GMT) From: Jonathon McKitrick To: Chris.Smith@raytheon.co.uk Cc: James A Wilde , freebsd-questions@freebsd.org Subject: Re: Which X-window to choose? In-Reply-To: <00256866.00426B86.00@rslhub.raytheon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 14 Jan 2000 Chris.Smith@raytheon.co.uk wrote: >Regarding standards, KDE has adopted it's own 'standard' known as >KOM/OpenParts (I think). Gnome uses an existing standard but it's a >'commercial style' one which I dont like. I compare it to Microsoft DCOM >which is foul and should be burned at the stake :o) I thought CORBA was supposedly a good idea for Gnome? Open and flexible, and standardized as well? Without standards, you run the risk of (a) several incompatible standards (like instant messengers) or one company holding all the cards (like M$) -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 8: 1:14 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 EDB9D14E58 for ; Mon, 17 Jan 2000 08:01:05 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12AEaU-000GVc-00; Mon, 17 Jan 2000 16:01:02 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id QAA13397; Mon, 17 Jan 2000 16:01:02 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Mon, 17 Jan 2000 16:01:02 +0000 (GMT) From: Jonathon McKitrick To: George Cox Cc: freebsd-questions@freebsd.org Subject: Re: supermount? In-Reply-To: <20000113192310.A23872@extremis.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 13 Jan 2000, George Cox wrote: >On 13/01 18:08, Jonathon McKitrick wrote: > >> it is a security risk for networks, but i really get tired of having to >> jump to a root console every time i want to change my zip disk or floppy. > >Check out mtools. That works for DOS, but i also have BSD zip disks -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 8: 7:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from etcomp.com (abish.lightrealm.com [209.203.233.5]) by hub.freebsd.org (Postfix) with ESMTP id 1223B14E74 for ; Mon, 17 Jan 2000 08:07:21 -0800 (PST) (envelope-from eric@etcomp.com) Received: from etcomp.com (1Cust40.tnt2.providence.ri.da.uu.net [63.21.182.40]) by etcomp.com (8.8.7/8.8.5) with ESMTP id IAA13515 for ; Mon, 17 Jan 2000 08:07:10 -0800 (PST) Message-ID: <3882B02C.111B2CB0@etcomp.com> Date: Mon, 17 Jan 2000 01:01:16 -0500 From: "eric@etcomp.com" X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: SoundBlaster Vibra16X 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'm having problems setting up my sb vibra16x soundcard., i'm using controller pnp0 and then device pcm0 ...etc... is there something special i have to do to get this card working., i did the ./MAKEDEV snd1 shit., uhmm i had a startup error saying pcm0 not probed due to drq conflict with pcm1 1 anyone can help? -- . ./MAKEDEV /dev/null To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 8:13:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 3rdrock.coserve.org (3rdrock.coserve.org [198.213.49.88]) by hub.freebsd.org (Postfix) with ESMTP id 8AEB514DCD for ; Mon, 17 Jan 2000 08:13:05 -0800 (PST) (envelope-from fabry@panam.edu) Received: from earth (earth.coserve.org [198.213.49.85]) by 3rdrock.coserve.org (8.9.1/8.9.1) with SMTP id KAA11670 for ; Mon, 17 Jan 2000 10:05:43 -0600 (CST) Message-ID: <00af01bf6106$5a7665b0$5531d5c6@coserve.org> From: "Alain G. Fabry" To: Subject: Question after successful upgrade make world Date: Mon, 17 Jan 2000 10:17:30 -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 Everybody, I've just upgraded successfully to FreeBSD-stable. Can I delete all the files in the /var/tmp/root directory? Thanks, _Alain ______________________ Alain G. Fabry Sr. LAN Administrator The University of Texas - Pan American External Affairs - CoSERVE Phone : (956) 381-3361 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 8:19:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hiwd.net (Mail.DMZ.HIWD.Net [206.109.64.169]) by hub.freebsd.org (Postfix) with ESMTP id A48D514FA8 for ; Mon, 17 Jan 2000 08:19:17 -0800 (PST) (envelope-from rfinn@hiwd.net) Received: from hiwd.net (sonic.hiwd.net [206.109.64.184]) by mail.hiwd.net (8.9.3/8.9.3) with ESMTP id KAA15928 for ; Mon, 17 Jan 2000 10:19:39 -0600 (CST) Message-ID: <38834100.6ACF77FE@hiwd.net> Date: Mon, 17 Jan 2000 10:19:12 -0600 From: "Richard J. Finn" Organization: Houston InterWeb Design, Inc. X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: high number of loopback aliases 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 running FreeBSD 2.2.8 on one machine. There are some versioning problems with some of the software I use, so I keep it at that version of FreeBSD for now. I have other machines running the 3.x branch. My problem is that I apparently have too many aliases to the loopback (it's web server with lots of virtual domains). It seems to stop aliasing around 48 aliases. My question is how can I get more aliases on that interface and/or how do I create a second loopback interface? -- Richard J. Finn CTO/CIO rfinn@hiwd.net Houston InterWeb Design, Inc. http://www.hiwd.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 8:33:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tn.home.com (ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (Postfix) with ESMTP id 0736C14CC7 for ; Mon, 17 Jan 2000 08:33:37 -0800 (PST) (envelope-from williamsl@Home.Com) Received: from RELIABLE ([24.4.115.31]) by mail.rdc1.tn.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <20000117163332.JRWS9818.mail.rdc1.tn.home.com@RELIABLE>; Mon, 17 Jan 2000 08:33:32 -0800 Date: Mon, 17 Jan 2000 11:33:35 -0500 From: Ben WIlliams X-Mailer: The Bat! (v1.34a) UNREG / CD5BF9353B3B7091 Reply-To: Ben WIlliams X-Priority: 3 (Normal) Message-ID: <5481.000117@Home.Com> To: FreeBSD-Questions Cc: "Christian Taylor" Subject: Re[2]: Private network + IP-Filter + IP-NAT + internal ftpd In-reply-To: References: 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 Christian, Monday, January 17, 2000 Thanks for the quick info on ICQ! I'll be looking into that when I get time. (hehe..yeah..then!) Unfortunately that's a side issue right now with the NAT'ed ftpd being my primary concern. Any other takers? Monday, January 17, 2000, 8:14:36 AM, you wrote: CT> For ICQ, simply install the socks5 port, and tell ICQ you're using a socks5 CT> firewall, pointing it to the address of your NAT box. I do this, and it CT> works perfectly for me. CT> -Christian >> -----Original Message----- >> From: owner-freebsd-questions@FreeBSD.ORG >> [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Ben WIlliams >> Sent: Monday, January 17, 2000 7:11 AM >> To: FreeBSD questions >> Subject: Private network + IP-Filter + IP-NAT + internal ftpd >> >> >> Monday, January 17, 2000 >> As the subject suggests I am connected to the internet from a private >> network (192.168.0.0 address space) through a FreeBSD 3.2-RELEASE box with >> two NICs (one for the inside, one for the out) which is running ipf >> ( IP-Filter http://coombs.anu.edu.au/~avalon/ip-filter.html ) and ipnat to >> get me out. What I want to do now is set up an ftp server on one of my >> internal boxes to be reachable by someone else on the net behind >> an unknown >> firewall. >> I am on the @Home network and as such I cannot run >> daemons on their >> standard < 1023 ports due to some questionable network policies decreed by >> @Home so I have to redirect some_high_port on the external interface to my >> ftp port in the internal machine to get connections to the server. >> This works well for someone NOT behind a firewall using active ftp >> sessions. Passive ftp sessions break possibly due to the fact that ipnat >> doesn't know it's dealing with an ftp connection and libalias >> can't take the >> appropriate steps to ensure the FTP connection goes through. >> This does not work at all for someone behind a firewall >> because the PORT >> command chokes with a "530 Only client IP..", PASV breaks because >> you can't >> route 192.168.0.0 on the net and if I tell the server to issue the outside >> address for PASV it fails as well because my NAT box doesn't know it's >> speaking FTP. >> >> I need to know how to either hack libalias to acknowledge FTP >> connections >> on a non-standard port, how to set up ipf/ipnat rules to enable >> either active >> or passive FTP connections on a non-standard port or any other way I could >> get this setup working without putting the outside port number >> down where it >> belongs. >> >> I have already perused the list archives and I haven't found >> much helpful >> info for getting back in on redirected (non-standard) ports for FTP. >> >> TIA, >> -- >> Ben mailto:williamsl@Home.Com >> >> PS -- If anyone has any pointers on getting ICQ to do direct connections >> (chat, file x-fer, etc) in the same configuration >> ( myhost <-> NAT <-> 'net <-> firewall <-> otherhost ) >> I would appreciate any info you can give me! >> >> >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >> CT> To Unsubscribe: send mail to majordomo@FreeBSD.org CT> with "unsubscribe freebsd-questions" in the body of the message -- Ben mailto:williamsl@Home.Com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 8:39:47 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 29B3C14BC9 for ; Mon, 17 Jan 2000 08:39:31 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 12AFBe-0003vL-00; Mon, 17 Jan 2000 16:39:27 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id QAA13977 for ; Mon, 17 Jan 2000 16:39:26 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Mon, 17 Jan 2000 16:39:26 +0000 (GMT) From: Jonathon McKitrick To: freebsd-questions@freebsd.org Subject: filesystem changes in -current Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I realize i'm out of my element in -current, but it's a great way to learn... In -current, I see remarks about async and softupdates... Will softupdates continue to be supported as before? Is async a new idea? I know it has been said that Linux has a less stable filesystem because of async r/w access. -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 8:45:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bomber.avantgo.com (ws1.avantgo.com [207.214.200.194]) by hub.freebsd.org (Postfix) with ESMTP id 4BE9114BC9 for ; Mon, 17 Jan 2000 08:45:07 -0800 (PST) (envelope-from scott@avantgo.com) Received: from river ([10.0.128.30]) by bomber.avantgo.com (Netscape Messaging Server 3.5) with SMTP id 328 for ; Mon, 17 Jan 2000 08:41:12 -0800 Message-ID: <02f701bf610a$0c5fdec0$1e80000a@avantgo.com> From: "Scott Hess" To: Subject: Detecting when your parent process dies. Date: Mon, 17 Jan 2000 08:43:57 -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 Is there any way for an rfork() process to detect if it's parent process has died? I mean via some sort of asynchronous notification? I can detect death of a child process via SIGCHLD and wait()/wait4(). I can detect death of a fork()ed parent by opening a pipe before the fork, and having the child detect when the pipe gets closed. Unfortunately, I'm using rfork() such that file descriptors are shared, so the OS won't close the parent's file descriptors on premature termination. The best idea I've come up with thus far is to spin a manager process which creates the current parent process as a child, and then let that process watch for SIGCHLD. This seems a bit extreme (not to mention confusing, because it means that the "real" pid of the process isn't the first one of ten, it's the second one of ten...). Ideas? Thanks, scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 8:57: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by hub.freebsd.org (Postfix) with ESMTP id D1A5214C3D for ; Mon, 17 Jan 2000 08:56:55 -0800 (PST) (envelope-from jojos@ntplx.net) Received: from big (p08-40.hartford.dialin.ntplx.com [204.213.189.140]) by mail.ntplx.net (8.9.1/NETPLEX) with SMTP id LAA27075 for ; Mon, 17 Jan 2000 11:56:50 -0500 (EST) Message-ID: <001201bf610b$32b7bce0$01dc8482@big> From: "Johannes Gumbel" To: Subject: problems Date: Mon, 17 Jan 2000 11:52:10 -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 just installed FreeBSD 3.4 and now my network isn't working. This is what I got. I have a Ethernet 3c509 card, and the kernel seems to be picking up it just perfect. I'm not sure though. If I run ifconfig ep0 the settings seem ok, settings I created using the /stand/sysinstall program when first installing. I set my ip to 130.132.220.2 and I have a router at 130.132.220.1 that I want to route through, and I set this correct in the sysinstall program. So if I do a netstat -r the table seems good. But I can only ping myself. I have tested the cable with my router and an other computer and it worked just fine. It is a TP cable going from card to card (not a hub that is). This worked in my Linux so I guess it should work here too. Maby the card is set to Quax and I'm using TP ? How do I set this? Maby the card isn't working? How can I test this? Maby the routing table is wrong, how do I test this? I also have a problem with my CD-ROM, which FreeBSD can't find. It's is a NEC CD-ROM the only thing I know about it is when I boot up I use auto detect and it finds it printing: NEC CD-ROM drive:272 How do I configure my kernel to find it? I look at the configure-kernel texts on www.freebsd.org and it didn't seem impossible just that I haven't focused on that problem yet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 9:12:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rjk191.rh.psu.edu (RJK191.rh.psu.edu [128.118.193.182]) by hub.freebsd.org (Postfix) with ESMTP id F0EAD14BD8 for ; Mon, 17 Jan 2000 09:12:34 -0800 (PST) (envelope-from ray@rjk191.rh.psu.edu) Received: (from ray@localhost) by rjk191.rh.psu.edu (8.9.3/8.9.3) id MAA07387; Mon, 17 Jan 2000 12:11:04 -0500 (EST) (envelope-from ray) Date: Mon, 17 Jan 2000 12:11:04 -0500 From: Ray Kohler To: Thierry Herbelot Cc: questions@freebsd.org Subject: Re: recent 3.4 and netscape ? Message-ID: <20000117121104.A7367@rjk191.rh.psu.edu> Reply-To: rjk191@psu.edu References: <3882AD9C.E8750C92@cybercable.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3882AD9C.E8750C92@cybercable.fr>; from herbelot@cybercable.fr on Mon, Jan 17, 2000 at 06:50:20AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 17, 2000 at 06:50:20AM +0100, Thierry Herbelot wrote: > Couldn't open /usr/libexec/ld.so. You need to install the "compat-2_2" (or something similar) package from the snapshot. -- Ray Kohler "I only touch base with reality on an as-needed basis!" -- Royal Floyd Mengot (Klaus) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 9:18:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.5]) by hub.freebsd.org (Postfix) with ESMTP id 0C27F14C06 for ; Mon, 17 Jan 2000 09:18:20 -0800 (PST) (envelope-from disip@u.washington.edu) Received: from mailhost1.u.washington.edu (mailhost1.u.washington.edu [140.142.32.2]) by mxout1.cac.washington.edu (8.9.3+UW99.09/8.9.3+UW99.09) with ESMTP id JAA05645 for ; Mon, 17 Jan 2000 09:18:19 -0800 Received: from MitzEclipse (cs308-88.spmodem.washington.edu [140.142.172.191]) by mailhost1.u.washington.edu (8.9.3+UW99.09/8.9.3+UW99.09) with SMTP id JAA23625 for ; Mon, 17 Jan 2000 09:18:18 -0800 Message-ID: <000e01bf610e$f82b7fe0$0f00a8c0@MitzEclipse> From: "Darryl Isip" To: Subject: FreeBSD Stickers? Date: Mon, 17 Jan 2000 09:19:08 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01BF60CB.E8D27F00" 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_000B_01BF60CB.E8D27F00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I was wondering if you had any stickers of FreeBSD that I can put on my = computer and car? Please send some to: Darryl Isip 15444 SE 167th PL Renton, WA 98058-8220 Thanks! ------=_NextPart_000_000B_01BF60CB.E8D27F00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
I was wondering if you had any stickers = of FreeBSD=20 that I can put on my computer and car?
 
Please send some to:
 
Darryl Isip
15444 SE 167th PL
Renton, WA 98058-8220
 
Thanks!
------=_NextPart_000_000B_01BF60CB.E8D27F00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 9:56:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id E049114E84 for ; Mon, 17 Jan 2000 09:56:29 -0800 (PST) (envelope-from Jean-Pierre.Albinet@space.alcatel.fr) Received: from aifhs10.alcatel.fr (mailhub2.alcatel.fr [155.132.188.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id SAA21895 for ; Mon, 17 Jan 2000 18:49:41 +0100 From: Jean-Pierre.Albinet@space.alcatel.fr Received: from vzmta01.netfr.alcatel.fr (vzmta01.netfr.alcatel.fr [155.132.210.38]) by aifhs10.alcatel.fr (ALCANET/SMTP2) with SMTP id SAA10225 for ; Mon, 17 Jan 2000 18:51:56 +0100 (MET) Received: by vzmta01.netfr.alcatel.fr(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id C1256869.00625F72 ; Mon, 17 Jan 2000 18:54:29 +0100 X-Lotus-FromDomain: ALCATEL-SPACE To: freebsd-questions@FreeBSD.org Message-ID: Date: Mon, 17 Jan 2000 18:50:56 +0100 Subject: ELSA MICROLINK INTERNAL MODEM 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 have a FreeBSD 3.4 in which I want to install a pci internal modem ELSA MICROLINK. Does any body can tell me how to do it. Regards Jean-Pierre ALCATEL SPACE INDUSTRIES Multimedia Department Tel : +33 (0)4 92 92 69 58 / Fax : +33 (0)4 92 92 76 10 E-Mail : jean-pierre.albinet@space.alcatel.fr Intranet : http://pc71077.aes.alcatel.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 10: 7: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shepherd.hurlburt.af.mil (shepherd.hurlburt.af.mil [151.166.15.65]) by hub.freebsd.org (Postfix) with ESMTP id 101BF14C1D for ; Mon, 17 Jan 2000 10:06:59 -0800 (PST) (envelope-from Mark.Einreinhof@hurlburt.af.mil) Received: from shepherd.hurlburt.af.mil (root@localhost) by shepherd.hurlburt.af.mil with ESMTP id MAA29930; Mon, 17 Jan 2000 12:02:16 -0600 (CST) From: Mark.Einreinhof@hurlburt.af.mil Received: from exwncc01.hurlburt.af.mil (exwncc01.hurlburt.af.mil [151.166.208.37]) by shepherd.hurlburt.af.mil with ESMTP id MAA29926; Mon, 17 Jan 2000 12:02:12 -0600 (CST) Received: by exwncc01.hurlburt.af.mil with Internet Mail Service (5.5.2448.0) id ; Mon, 17 Jan 2000 12:04:21 -0600 Message-ID: <856532CB07BED3118FE300204840E28A10424D@VEXWNCC02> To: freebsd-questions@FreeBSD.ORG Subject: Crystal Sound Kernel compile Date: Mon, 17 Jan 2000 12:05:38 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.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 get sound compiled into my kernel. Reading the FAQs, LINT, mail archives, and sound.doc, I'm left confused but still trying. My machine is a celeron 366, with a Crystal CS4280 on the motherboard. I'm running FreeBSD 3.3. I copied the line that is in LINT into my kernel and I get the following errors: cs4232.o: In function `attach_cs4232': cs4232.o(.text+0x1ca): undefined reference to `probe_mpu401' cs4232.o(.text+0x1e5): undefined reference to `attach_mpu401' *** Error code 1 Stop Any thoughts? I've even tried that device pcm, but that had tons of errors. Please also send replies to me as I am not on the mail list for about the next two months. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 10: 9:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.ibroadcast.net (ns1.ibroadcast.net [216.145.30.2]) by hub.freebsd.org (Postfix) with SMTP id 5FB4C14E7B for ; Mon, 17 Jan 2000 10:09:09 -0800 (PST) (envelope-from majid@ibroadcast.net) Received: from darthmaul (darthmaul.ibroadcast.net [216.145.29.142]) by ns1.ibroadcast.net (8.9.3/8.8.8) with SMTP id KAA69771; Mon, 17 Jan 2000 10:08:01 -0800 (PST) X-Intended-For: freebsd-questions@FreeBSD.ORG Message-ID: <003501bf6115$b6b1b410$8e1d91d8@ibroadcast.net> From: "Majid Almassari" To: "Johannes Gumbel" , References: <001201bf610b$32b7bce0$01dc8482@big> Subject: Re: problems Date: Mon, 17 Jan 2000 10:07:27 -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 Do you have the correct Subnet Mask? -- Majid Almassari, MSEE, MCP. Systems Administrator iBroadcast, Inc. Phone: (206) 223-5540 Email: majid@ibroadcast.net http://www.ibroadcast.net ----- Original Message ----- From: Johannes Gumbel To: Sent: Monday, January 17, 2000 8:52 AM Subject: problems > Hello, > > I just installed FreeBSD 3.4 and now my network isn't working. This is what > I got. > I have a Ethernet 3c509 card, and the kernel seems to be picking up it just > perfect. I'm not sure though. If I run ifconfig ep0 the settings seem ok, > settings I > created using the /stand/sysinstall program when first installing. I set my > ip to > 130.132.220.2 and I have a router at 130.132.220.1 that I want to route > through, and > I set this correct in the sysinstall program. So if I do a netstat -r the > table seems good. > But I can only ping myself. I have tested the cable with my router and an > other computer > and it worked just fine. It is a TP cable going from card to card (not a hub > that is). > This worked in my Linux so I guess it should work here too. Maby the card is > set > to Quax and I'm using TP ? How do I set this? Maby the card isn't working? > How can > I test this? Maby the routing table is wrong, how do I test this? > > I also have a problem with my CD-ROM, which FreeBSD can't find. It's is a > NEC CD-ROM > the only thing I know about it is when I boot up I use auto detect and it > finds it printing: > NEC CD-ROM drive:272 > How do I configure my kernel to find it? I look at the configure-kernel > texts on www.freebsd.org > and it didn't seem impossible just that I haven't focused on that problem > yet. > > > > 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 Jan 17 10: 9:56 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 E1C9114DAB for ; Mon, 17 Jan 2000 10:09:52 -0800 (PST) (envelope-from bsd@inbox.org) Received: from localhost (bsd@localhost) by inbox.org (8.9.3/8.9.3) with SMTP id NAA28208 for ; Mon, 17 Jan 2000 13:09:52 -0500 (EST) Date: Mon, 17 Jan 2000 13:09:52 -0500 (EST) From: "Mr. K." To: questions@freebsd.org Subject: send with MSG_PEEK? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to the send(2) manpage: " The flags parameter may include one or more of the following: #define MSG_OOB 0x1 /* process out-of-band data */ #define MSG_PEEK 0x2 /* peek at incoming message */ " What does it mean to set MSG_PEEK? Or is this a mistake? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 10:16:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.internet.com.mx (mail.internet.com.mx [200.10.239.229]) by hub.freebsd.org (Postfix) with ESMTP id 6371814A2D for ; Mon, 17 Jan 2000 10:16:19 -0800 (PST) (envelope-from limonada@mail.internet.com.mx) Received: from sscm ([63.70.110.225]) by mail.internet.com.mx (8.9.1/8.9.1) with ESMTP id MAA03189 for ; Mon, 17 Jan 2000 12:14:14 -0600 (CST) Message-Id: <200001171814.MAA03189@mail.internet.com.mx> From: "D." To: Subject: toshiba 2500cds Date: Mon, 17 Jan 2000 12:15:55 -0600 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello, i just finished seting up freebsd on my toshiba and now i am moving on to configure the x server but i have a problem, i do no thave the complete specs for my display (more specifically, refresh rates). Is there anyone out there running on the same machine that can give me a hand, any help would be very appreciated, thanks a lot PS: I already contacted toshiba but they are not willing to help :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 10:16:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sol.tjpe.gov.br (sol.tjpe.gov.br [200.249.255.2]) by hub.freebsd.org (Postfix) with ESMTP id CCEC114DBB for ; Mon, 17 Jan 2000 10:16:01 -0800 (PST) (envelope-from agmm@tjpe.gov.br) Received: (from news@localhost) by sol.tjpe.gov.br (8.9.3/8.9.1) id PAA35891 for ; Mon, 17 Jan 2000 15:20:15 -0300 (EST) X-Authentication-Warning: sol.tjpe.gov.br: news set sender to using -f Received: from unknown(191.168.1.16) by sol.tjpe.gov.br via smap (V2.1) id xma035868; Mon, 17 Jan 00 15:20:00 -0300 Message-ID: <004101bf6116$687b7780$1001a8bf@tjpe-andre.tjpe.gov.br> From: "Andre Medeiros" To: Subject: Problems with metamail Date: Mon, 17 Jan 2000 15:12:25 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_003E_01BF60FD.431ED630" 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_003E_01BF60FD.431ED630 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, =20 =20 I am using Metamail 2.7 to process emails. My=20 webmail program uses metamail functionality in=20 order to determine how messages must be displayed and to decode attachments of each message. However, I found problems when the emails headers had portuguese accents. The metamail only works when the messages headers (subject, author) don=B4t contain portuguese accents, ex =E9 , =E1 , =EA. Could you help me ? How could to solve this problem. =20 =20 Thanks in Advance, =20 Andre Gomes, agmm@tjpe.gov.br =20 Pernambuco State Court Brazil ------=_NextPart_000_003E_01BF60FD.431ED630 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
 
I am using Metamail 2.7  to = process emails.=20 My
webmail program uses metamail = functionality=20 in 
order to determine how messages must = be=20 displayed
and to decode attachments of each=20 message.
However, I found problems when = the emails headers
had portuguese accents. The metamail = only=20 works
when the messages headers (subject,=20 author)
don´t contain portuguese = accents, ex=20 é , á , ê.
Could you help me ? How could to = solve=20 this
problem.
 
 
Thanks in Advance,
 
Andre Gomes,
agmm@tjpe.gov.br
 
Pernambuco State Court
Brazil
------=_NextPart_000_003E_01BF60FD.431ED630-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 10:28:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 20ED514F1D for ; Mon, 17 Jan 2000 10:28:13 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id MAA95475; Mon, 17 Jan 2000 12:28:45 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <04c901bf6118$9345d580$fba3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Ian Moore" , References: <3875606F.E998CA66@hamcoll.schools.sa.edu.au> Subject: RE: Star Office 5.1 on FreeBSD3.2 dumps when run Date: Mon, 17 Jan 2000 12:27:54 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Try the port "/usr/ports/editors/staroffice5" Have Fun... Ales ----- Original Message ----- From: Ian Moore To: Sent: Thursday, January 06, 2000 9:41 PM Subject: Star Office 5.1 on FreeBSD3.2 dumps when run > Hi, > I'm having trouble getting Star Office 5.1 to run (like a lot of people > it seems!). > I'm using FreeBSD 3.2 Release & KDE 1.1.1 > I installed star office as per the instructions at > http://www.serv.net/~mcglk/staroffice-install.html > The install seemed to go OK, but when I ran it (as an ordinairy user - > haven't tried root yet), it says: > Making StarOffice directory tree in /home/(you)/Office51. > (subdirectories . . . ) > (symbolic links . . . ) > (user directories . . . ) > > Done. > > & then it does a core dump. I read another posting: > > http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=1348341+1349920+/usr/local/www/d b/text/1999/freebsd-questions/19991017.freebsd-questions > > He had the same sort of problem, but there was no reply to it. Has > anyone had this problem & solved it? > > Cheers, > -- > Ian Moore :-) > Network Administrator > Hamilton Secondary College > Ph 0418 843 224 or 8275 8300 > Email imoore@hamcoll.schools.sa.edu.au > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 10:28:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dgriffin.org (dgriffin.org [205.147.189.146]) by hub.freebsd.org (Postfix) with ESMTP id B72931507A for ; Mon, 17 Jan 2000 10:28:25 -0800 (PST) (envelope-from dick@dgriffin.org) Received: from localhost (dick@localhost) by dgriffin.org (8.9.2/8.9.2) with ESMTP id NAA00395 for ; Sun, 16 Jan 2000 13:24:08 -0500 (EST) (envelope-from dick@dgriffin.org) Date: Sun, 16 Jan 2000 13:24:07 -0500 (EST) From: Dick Griffin To: freebsd-questions@FreeBSD.org Subject: finding the 'packages/INDEX' Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Good morning all, I've trid several times this morning to ftp a package and keep being told that the servers I'm looking at do not have the 'packages/INDEX' that the /stand/sysinstall script using packages is looking for. the message keeps telling me to try different mirrors, but the same results occur on each attempt. What am I doing wrong? Thanks to all in advance. I'll let you know if I find my answer today. Dick Griffin At Home To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 10:31:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from market.2marketclub.com (market.2marketclub.com [209.172.182.194]) by hub.freebsd.org (Postfix) with ESMTP id C2C261513D for ; Mon, 17 Jan 2000 10:31:07 -0800 (PST) (envelope-from bulletin@2marketclub.com) Received: from 2marketclub.com ([209.172.182.196]) by market.2marketclub.com (8.8.7/8.8.7) with SMTP id MAA23003 for ; Mon, 17 Jan 2000 12:31:50 -0600 Date: Mon, 17 Jan 2000 12:31:50 -0600 Message-Id: <200001171831.MAA23003@market.2marketclub.com> From: bulletin@2marketclub.com Reply-To: bulletin@2marketclub.com To: questions@FreeBSD.ORG Subject: Glassware Bulletin Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We are excited to announce the move of our site to the new location at http://www.2marketclub.com We have spent 3 years designing and re-developing the old site. We are very excited about our new antiques and collectibles categories. Join the Club Now! Sell your collectible glassware! When joining enter the promo code listed below to get your free 60 day membership. Promo Code: 2market226 We hope you enjoy our enhanced site and find it easy to use. Brenda Ruehl mailto:brenda@2marketclub.com Secondary Market Club Buy, Sell & Trade your Collectibles http://www.2marketclub.com If you have received this message in error and wish to be removed from future mailings of the Bulletin, please CLICK HERE---mailto:nobulletin@2marketclub.com?subject= REMOVE or reply with the word REMOVE in the subject line. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 10:35:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id DEEDB14D2D for ; Mon, 17 Jan 2000 10:35:46 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id MAA97671; Mon, 17 Jan 2000 12:36:22 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <04f101bf6119$a28a1be0$fba3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Scott Michel" , References: <200001070505.VAA01104@mordred.cs.ucla.edu> Subject: RE: what causes tx underruns on PNIC cards Date: Mon, 17 Jan 2000 12:35:31 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try this link: http://www.freebsd.org/cgi/getmsg.cgi?fetch=1651362+1653480+/usr/local/www/d b/text/1999/freebsd-questions/19990926.freebsd-questions Greetings Ales ----- Original Message ----- From: Scott Michel To: Sent: Thursday, January 06, 2000 11:05 PM Subject: what causes tx underruns on PNIC cards > I've got a NetGear FA-310tx card, which claims to be a 82c169 PNIC. > > The problem I'm running into is consistent tx underruns -- I ended up > putting a couple of extra printf's into the code to verify the type > of error I'm seeing (the "factory" code just bumps the output error > count.) Of course, this wreaks real havoc on NFS and productivity in > general. > > The tx underrun occurs with various amounts of data queued or ready > to be queued to the card. There is no one set amount of data. > > Yes, I know, I could try -current and the "combined" if_dc driver, but > I just don't have the time to do frob -current. The kernel is a 3.4 > cvsup-ed from last night. > > Anyone else seen this problem? > > > -scooter > > ---- reported configuration ---- > Copyright (c) 1992-1999 FreeBSD Inc. > Copyright (c) 1982, 1986, 1989, 1991, 1993 > The Regents of the University of California. All rights reserved. > FreeBSD 3.4-STABLE #10: Thu Jan 6 17:25:05 PST 2000 > root@mordred.cs.ucla.edu:/usr/src/sys/compile/MORDRED > Timecounter "i8254" frequency 1193242 Hz > Timecounter "TSC" frequency 233875263 Hz > CPU: AMD-K6tm w/ multimedia extensions (233.88-MHz 586-class CPU) > Origin = "AuthenticAMD" Id = 0x562 Stepping = 2 > Features=0x8001bf > AMD Features=0x400<> > real memory = 67108864 (65536K bytes) > avail memory = 62763008 (61292K bytes) > Preloaded elf kernel "kernel" at 0xc02b9000. > Probing for devices on PCI bus 0: > chip0: rev 0x01 on pci0.0.0 > chip1: rev 0x00 on pci0.1.0 > chip2: rev 0x41 on pci0.7.0 > uhci0: rev 0x02 int d irq 11 on pci0.7.2 > chip3: rev 0x10 on pci0.7.3 > ncr0: rev 0x03 int a irq 9 on pci0.8.0 > pn0: <82c169 PNIC 10/100BaseTX> rev 0x20 int a irq 11 on pci0.9.0 > pn0: Ethernet address: 00:a0:cc:56:bc:7a > pn0: autoneg complete, link status good (full-duplex, 100Mbps) > Probing for devices on PCI bus 1: > vga0: rev 0x04 int a irq 9 on pci1.5.0 > Probing for PnP devices: > Probing for devices on the ISA bus: > sc0 on isa > sc0: VGA color <6 virtual consoles, flags=0x0> > atkbdc0 at 0x60-0x6f on motherboard > atkbd0 irq 1 on isa > psm0 irq 12 on isa > psm0: model Generic PS/2 mouse, device ID 0 > sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa > sio0: type 16550A > sio1 at 0x2f8-0x2ff irq 3 flags 0x10 on isa > sio1: type 16550A > fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa > fdc0: FIFO enabled, 8 bytes threshold > fd0: 1.44MB 3.5in > vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa > npx0 on motherboard > npx0: INT 16 interface > usb0: > uhub0 at usb0 > uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > IP packet filtering initialized, divert disabled, rule-based forwarding disabled, logging limited to 100 packets/entry by default > Waiting 8 seconds for SCSI devices to settle > da0 at ncr0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 20.000MB/s transfers (20.000MHz, offset 16), Tagged Queueing Enabled > da0: 4345MB (8899737 512 byte sectors: 255H 63S/T 553C) > cd0 at ncr0 bus 0 target 4 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, Logical unit not ready, manual intervention required > > ---- kernel config ---- > machine "i386" > ident MORDRED > maxusers 32 > makeoptions DEBUG="-g" > > options PQ_HUGECACHE # color for 1024k/16k cache > > # > # This directive defines a number of things: > # - The compiled kernel is to be called `kernel' > # - The root filesystem might be on partition wd0a > # - Crash dumps will be written to wd0b, if possible. Specifying the > # dump device here is not recommended. Use dumpon(8). > # > config kernel root on da0s2a > > cpu "I586_CPU" # aka Pentium(tm) > > options "CPU_WT_ALLOC" > options "NO_F00F_HACK" > options "COMPAT_43" > options USER_LDT > options SYSVSHM > options SYSVSEM > options SYSVMSG > options "MD5" > options "VM86" > options DDB > options KTRACE > options PERFMON > options UCONSOLE > options USERCONFIG > options VISUAL_USERCONFIG > > # This is good for 100Mb Ethernet, makes timing resolution decent: > options HZ=1000 > > options INET > options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs > options IPFIREWALL > options IPFIREWALL_VERBOSE > options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity > options "ICMP_BANDLIM" > > pseudo-device ether > pseudo-device loop > pseudo-device bpfilter 4 > pseudo-device disc > > options FFS #Fast filesystem > options MFS #Memory File System > options NFS #Network File System > options NFS_NOSERVER > options "CD9660" #ISO 9660 filesystem > options MSDOSFS #MS DOS File System > options FFS_ROOT #FFS usable as root device > options SOFTUPDATES > options NSWAPDEV=2 > > # NFS options: > options "NFS_MINATTRTIMO=3" # VREG attrib cache timeout in sec > options "NFS_MAXATTRTIMO=60" > options "NFS_MINDIRATTRTIMO=30" # VDIR attrib cache timeout in sec > options "NFS_MAXDIRATTRTIMO=60" > options "NFS_GATHERDELAY=10" # Default write gather delay (msec) > options "NFS_UIDHASHSIZ=29" # Tune the size of nfssvc_sock with this > options "NFS_WDELAYHASHSIZ=16" # and with this > options "NFS_MUIDHASHSIZ=63" # Tune the size of nfsmount with this > > options "P1003_1B" > options "_KPOSIX_PRIORITY_SCHEDULING" > options "_KPOSIX_VERSION=199309L" > > controller scbus0 #base SCSI code > device da0 #SCSI direct access devices (aka disks) > device cd0 #SCSI CD-ROMs > device pass0 #CAM passthrough driver > > # The previous devices (ch, da, st, cd) are recognized by config. > # config doesn't (and shouldn't) know about these newer ones, > # so we have to specify that they are on a SCSI bus with the "at scbus?" > # clause. > > device pt0 at scbus? # SCSI processor type > device sctarg0 at scbus? # SCSI target > > options SCSI_DELAY=8000 > > pseudo-device pty 16 > pseudo-device speaker > pseudo-device gzip > > options "MSGBUF_SIZE=40960" > > controller isa0 > controller pnp0 > > #options "AUTO_EOI_1" > #options "AUTO_EOI_2" > > #options "NTIMECOUNTER=20" > > controller atkbdc0 at isa? port IO_KBD tty > device atkbd0 at isa? tty irq 1 > device psm0 at isa? tty irq 12 > device vga0 at isa? port ? conflicts > > options VGA_ALT_SEQACCESS > options VESA > > pseudo-device splash > > device sc0 at isa? tty > options MAXCONS=6 # number of virtual consoles > options SC_HISTORY_SIZE=200 # number of history buffer lines > > device npx0 at isa? port IO_NPX iosiz 0x0 flags 0x0 irq 13 > > controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 > disk fd0 at fdc0 drive 0 > > device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 > device sio1 at isa? port "IO_COM2" tty flags 0x10 irq 3 > > ## Sound: > #device pcm0 at isa? port ? irq 5 drq 3 flags 0x0f > > #controller snd0 > #device sb0 at isa? port 0x220 irq 5 drq 3 > #device sbxvi0 at isa? drq 5 > #device sbmidi0 at isa? port 0x330 > #device opl0 at isa? port 0x388 > > controller pci0 > controller ncr0 > device de0 > device pn0 > > controller ppbus0 > device lpt0 at ppbus? > device ppc0 at isa? disable port? tty irq 7 > > options CLK_CALIBRATION_LOOP > options "CLK_USE_I8254_CALIBRATION" > options CLK_USE_TSC_CALIBRATION > options CLUSTERDEBUG > options NBUF=512 > options NMBCLUSTERS=1024 > options PANIC_REBOOT_WAIT_TIME=16 > options SHOW_BUSYBUFS # List buffers that prevent root unmount > > controller uhci0 > controller usb0 > device ugen0 > device ukbd0 > > > 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 Jan 17 10:38: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dgriffin.org (dgriffin.org [205.147.189.146]) by hub.freebsd.org (Postfix) with ESMTP id F2BBC14DE5 for ; Mon, 17 Jan 2000 10:37:53 -0800 (PST) (envelope-from dick@dgriffin.org) Received: from localhost (dick@localhost) by dgriffin.org (8.9.2/8.9.2) with ESMTP id NAA00436; Sun, 16 Jan 2000 13:33:19 -0500 (EST) (envelope-from dick@dgriffin.org) Date: Sun, 16 Jan 2000 13:33:16 -0500 (EST) From: Dick Griffin To: Majid Almassari Cc: freebsd-questions@FreeBSD.ORG Subject: Re: finding the 'packages/INDEX' In-Reply-To: <006501bf6119$60c8c3f0$8e1d91d8@ibroadcast.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 Yes I did try the main ftp/freebsd.org, (2 thru 6) as well as AU. version 3.0 dg On Mon, 17 Jan 2000, Majid Almassari wrote: >>> Did you try the main site ftp.freebsd.org? What version of FreeBSD you are >>> running? >>> >>> >>> -- >>> Majid Almassari, MSEE, MCP. >>> Systems Administrator >>> iBroadcast, Inc. >>> Phone: (206) 223-5540 >>> Email: majid@ibroadcast.net >>> http://www.ibroadcast.net >>> >>> ----- Original Message ----- >>> From: Dick Griffin >>> To: >>> Sent: Sunday, January 16, 2000 10:24 AM >>> Subject: finding the 'packages/INDEX' >>> >>> >>> > Good morning all, >>> > >>> > I've trid several times this morning to ftp a package >>> > and keep being told that the servers I'm looking at do >>> > not have the 'packages/INDEX' that the >>> > /stand/sysinstall script using packages is looking >>> > for. >>> > >>> > the message keeps telling me to try different mirrors, >>> > but the same results occur on each attempt. >>> > >>> > What am I doing wrong? >>> > >>> > Thanks to all in advance. I'll let you know if I find >>> > my answer today. >>> > >>> > >>> > Dick Griffin >>> > At Home >>> > >>> > >>> > >>> > To Unsubscribe: send mail to majordomo@FreeBSD.org >>> > with "unsubscribe freebsd-questions" in the body of the message >>> > >>> >>> Dick Griffin At Home To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 10:41: 0 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 DE9ED14D9D for ; Mon, 17 Jan 2000 10:40:56 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip159.r11.d.bel.nwlink.com [207.202.174.159]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id KAA06191 for ; Mon, 17 Jan 2000 10:40:54 -0800 (PST) Message-ID: <3883615B.AA6AFA27@nwlink.com> Date: Mon, 17 Jan 2000 10:37:15 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Which X-window to choose? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathon McKitrick wrote: > > On Sun, 16 Jan 2000, Oren Sarig wrote: > > >WindowMaker was nice, but the reason I dropped it (drums, please).... > >I want that bar on the bottom I can choose what window I want from. > >Seriously, when I have 10 windows open, it's a real pain (you know > >where) finding the one you need without that bar. When the selection > >came between KDE and GNOME, I picked GNOME because (drums again)... > >GTK looks nicer than QT. Seriously, GNOME is a whole lot more stable > >now, and offers about the same features as KDE, so there is no big > >difference. > > Well, that was a big issue with me... stability... Gnome just drove me > nuts sometimes, even on Linux, where it is supposedly more stable. So you > say it is more stable now? How about configuring, and useful tools? It > seems to me KDE is ahead on this one. I have to agree about Gnome's stability. I like Gnome's looks, but it's a bit too ...thrown together. Kde is coherent and stable as a rock on FreeBSD in my experience. One thing is, how come Kde only comes with a small handful of themes when built using the ports? When I was running linux mandrake, I had no fewer than 20 themes that came with Kde. The same is true of enlightenment under FreeBSD. There isn't even the "clean" theme that goes so well with Gnome. This is in fact a big reason I won't use Gnome. -- Best Regards, Joseph You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 10:41:46 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 0E88514CC7 for ; Mon, 17 Jan 2000 10:41:43 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12AH5w-000JOs-00; Mon, 17 Jan 2000 18:41:40 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id SAA15837; Mon, 17 Jan 2000 18:41:40 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Mon, 17 Jan 2000 18:41:40 +0000 (GMT) From: Jonathon McKitrick To: "D." Cc: questions@freebsd.org Subject: Re: toshiba 2500cds In-Reply-To: <200001171814.MAA03189@mail.internet.com.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Check out www.cse.ucsc.edu/~dkulp/fbsd/laptop.html for your model or something similar. It helped me with my toshiba, even though i didn't find an exact match ! -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 10:57:51 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 2E9361519C for ; Mon, 17 Jan 2000 10:57:48 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12AHLW-0008Ue-00; Mon, 17 Jan 2000 18:57:46 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id SAA16056; Mon, 17 Jan 2000 18:57:46 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Mon, 17 Jan 2000 18:57:46 +0000 (GMT) From: Jonathon McKitrick To: R Joseph Wright Cc: freebsd-questions@freebsd.org Subject: Re: Which X-window to choose? In-Reply-To: <3883615B.AA6AFA27@nwlink.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jan 2000, R Joseph Wright wrote: >One thing is, how come Kde only comes with a small handful of themes >when built using the ports? When I was running linux mandrake, I had no >fewer than 20 themes that came with Kde. The same is true of >enlightenment under FreeBSD. There isn't even the "clean" theme that >goes so well with Gnome. This is in fact a big reason I won't use >Gnome. Funny you should say that :-) I came over to FreeBSD from Mandrake as well. And i loved all the themes and the KDM login manager with all its fancy controls. I switched around OCT 1st, right after 6.1 came out. I think Mandrake just caters more to the desktop user, with more themes and toys. Go to www.themes.org, and DL themes till your heart's content! They work well, and i have found all my favorites there, including the Gotham theme for KDE that also is available for WM. -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 11: 2:15 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 B8B46151E9 for ; Mon, 17 Jan 2000 11:01:51 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip159.r11.d.bel.nwlink.com [207.202.174.159]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id LAA11240; Mon, 17 Jan 2000 11:01:43 -0800 (PST) Message-ID: <3883663B.A2531AB1@nwlink.com> Date: Mon, 17 Jan 2000 10:58:03 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Salvo Bartolotta , freebsd-questions@FreeBSD.org Subject: Re: can't make certain ports References: <20000117.11522500@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 Salvo Bartolotta wrote: > > Dear Joseph, > > I have wondered why my KDE metaport was made and yours was not. > > 1) you (pkg)deleted all kde-related items; which deletes the > corresponding entries in /var/db/pkg; the old packages should have > disappeared and so they should have become unavailable to the "make" > commands; > > 2) you issued "make clean", which delets source code and makes sure > the "make" command will unpack and compile the new source code; BTW, > did you check it had actually worked for all KDE subports ? > > The only difference between my anomalous experimental situation (two > ports tree, for testing purposes) and yours concerns the tarballs. > > I wonder whether the "make" command looks for the tarballs in > /usr/ports/distfiles and believes it has downloaded the *new* (or some > of the new) tarballs. If this is the case (I am afraid so), weird > results follow, much like the ones you describe (kdenetwork port NOT > working). But I didn't have the *old* tarballs on the machine. I had installed kde previously as a binary package from the cdrom. Isn't that what you are saying? That it might see the old tarball and think it was the new one? > My experience with both the Gnome and KDE metaport seems to indicate > that the metaport mechanism is sometimes cheated into believing it has > fetched, compiled or installed some of the new components. > > In fact, I was able to overcome the difficulties easily (via make > deinstall) because I had taken *another* snapshot of the ports > collection, and thus I had complete control over both the old and the > new ports tree mechanism. I am paranoid when it comes to software > conflicts ... I had just updated the ports tree. Wouldn't that insure that everything was clean? If only I understood the mechanisms behind it all... -- Best Regards, Joseph You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 11: 5: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 407FE1528C for ; Mon, 17 Jan 2000 11:05:16 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id LAA13212; Mon, 17 Jan 2000 11:26:51 -0800 (PST) Date: Mon, 17 Jan 2000 11:26:51 -0800 From: Alfred Perlstein To: Jonathon McKitrick Cc: Glen Driban , freebsd-questions@FreeBSD.ORG Subject: Re: kernel threads Message-ID: <20000117112651.S508@fw.wintelcom.net> References: <38833318.657CF494@wgate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jcm@dogma.freebsd-uk.eu.org on Mon, Jan 17, 2000 at 03:43:45PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Jonathon McKitrick [000117 08:10] wrote: > > On Mon, 17 Jan 2000, Glen Driban wrote: > > >Any support in any of the 3.x releases for kernel threads? I can only > >find reference to pthreads. I've searched the freeBSD.org site, looked > >at the FAQ's and looked at the 3.x release notes. If no support for > >kernel threads is it planned for the future and in what release might we > >expect to see it. > > There are no kernel threads at the moment, but FreeBSD still has fantastic > performance. Apparently they are now discussing what kind of architecture > they want to use to implement kernel threads in the future. It probably > will be a while away, however. Since 4.0 is due out soon, maybe they will > start on kernel threads in -current after this release, and they will > spend a while hammering out the details and bugs. /usr/ports/devel/linuxthreads/ -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 11:26:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cbl-dylanal.hs.earthlink.net (CBL-dylanal.hs.earthlink.net [209.178.120.180]) by hub.freebsd.org (Postfix) with ESMTP id 797DA1523E for ; Mon, 17 Jan 2000 11:25:40 -0800 (PST) (envelope-from dylan@cbl-dylanal.hs.earthlink.net) Received: (from dylan@localhost) by cbl-dylanal.hs.earthlink.net (8.9.3/8.9.3) id LAA02385; Mon, 17 Jan 2000 11:26:11 -0800 (PST) (envelope-from dylan) Date: Mon, 17 Jan 2000 11:26:11 -0800 From: -DAL- To: Mark.Einreinhof@hurlburt.af.mil Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Crystal Sound Kernel compile Message-ID: <20000117112611.A1443@cbl-dylanal.hs.earthlink.net> Reply-To: -DAL- References: <856532CB07BED3118FE300204840E28A10424D@VEXWNCC02> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <856532CB07BED3118FE300204840E28A10424D@VEXWNCC02>; from Mark.Einreinhof@hurlburt.af.mil on Mon, Jan 17, 2000 at 12:05:38PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 17, 2000 at 12:05:38PM -0600, Mark.Einreinhof@hurlburt.af.mil wrote: > Hi, > > I'm trying to get sound compiled into my kernel. Reading the FAQs, LINT, > mail archives, and sound.doc, I'm left confused but still trying. My machine > is a celeron 366, with a Crystal CS4280 on the motherboard. I'm running > FreeBSD 3.3. I copied the line that is in LINT into my kernel and I get the > following errors: > > cs4232.o: In function `attach_cs4232': > cs4232.o(.text+0x1ca): undefined reference to `probe_mpu401' > cs4232.o(.text+0x1e5): undefined reference to `attach_mpu401' > *** Error code 1 > > Stop > > Any thoughts? I've even tried that device pcm, but that had tons of errors. > > Please also send replies to me as I am not on the mail list for about the > next two months. > > Thanks. > Mark, I have a Crystal based sound card as well, its not a 4280 rather its scans as a: --begin-- CSN 1 Vendor ID: CSC0b35 [0x350b630e] Serial 0xffffffff Comp ID: @@@0000 [0x0000 0000] mss_attach 1 at 0x530 irq 10 dma 3:3 flags 0x14 pcm1 (CS423x/Yamaha/AD1816 sn 0xffffffff) at 0x530-0x537 irq 10 drq 3 flags 0x14 on isa --end-- here's what I have in my kernel config to get it to work: --begin-- # Enable PnP support in the kernel. This allows you to automaticaly # attach to PnP cards for drivers that support it and allows you to # configure cards from USERCONFIG. See pnp(4) for more info. controller pnp0 # sound device pcm0 at isa? port? tty irq 5 drq 1 flags 0x15 --end-- I then added the following to /boot/kernel.config --begin-- pnp 1 0 os enable port0 0x534 port2 0x220 irq0 5 drq0 1 drq1 3 --end-- The above came out of the freebsd-questions archives and pnpinfo(8) command. And I am not sure if its really necessary, but I do have sound and haven't made the time yet to play around with it. Notice that the IRQs are different which seems a little strange but like I said I've got sound working ;) Finally I rebooted, made the appropriate devices in /dev (sh MAKEDEV snd1) and was off and running. HTH -DAL- -- -DAL- dylanal@NOSPAMearthlink.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 11:31:36 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 D4131151E5 for ; Mon, 17 Jan 2000 11:31:27 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12AHrr-0009Rt-00; Mon, 17 Jan 2000 19:31:11 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id TAA16561; Mon, 17 Jan 2000 19:31:11 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Mon, 17 Jan 2000 19:31:11 +0000 (GMT) From: Jonathon McKitrick To: R Joseph Wright Cc: Salvo Bartolotta , freebsd-questions@freebsd.org Subject: Re: can't make certain ports In-Reply-To: <3883663B.A2531AB1@nwlink.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jan 2000, R Joseph Wright wrote: >I had just updated the ports tree. Wouldn't that insure that everything >was clean? >If only I understood the mechanisms behind it all... CAPITAL IIUC :-) the way it works is this: cvsupping ports adds/changes/deletes from the makefile and PKG lists for each port. It won't touch the work directory where the object code is. One of the responders to your question said 'make clean' removes the old source. I believe that this is incorrect. It removes the old OBJECT code, which of course is generated when the source is compiled. When a port is updated, at least three things must happen for you to be able to use the new version. First, 'pkg_delete' or 'make deinstall'. It would seem to me that once you have cvsupped, the PKG list may have changed for the new version of the port, so a 'pkg_delete' would be more likely to remove every vestige of the old package. Second, 'make', possibly preceded by a 'make clean' just to be safe, if you like. This fetches and compiles the source, of course, and produces the binaries and man pages. Third, 'make install', which installs the binaries and docs to their correct locations. It also registers all the files as part of a package, which can in theory be easily removed later on. I think one potential area of confusion is this: Again, IF I UNDERSTAND THIS CORRECTLY (and i think i do ;-) 'make deinstall' calls pkg_delete, but if the makefile has been changed by a recent cvsup, there is always the possibility this may not work correctly, although it SHOULD. I generally use pkg_delete just to be safe. -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 11:32:29 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 CECD014F2E for ; Mon, 17 Jan 2000 11:32:26 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12AHt3-0009Tp-00; Mon, 17 Jan 2000 19:32:25 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id TAA16580; Mon, 17 Jan 2000 19:32:25 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Mon, 17 Jan 2000 19:32:25 +0000 (GMT) From: Jonathon McKitrick To: Alfred Perlstein Cc: Glen Driban , freebsd-questions@freebsd.org Subject: Re: kernel threads In-Reply-To: <20000117112651.S508@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 Isn't there a difference between linuxthreads and native FreeBSD kernel threads? -=> jm <=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 11:37:24 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 3933F1503E for ; Mon, 17 Jan 2000 11:37:22 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id LAA14059; Mon, 17 Jan 2000 11:58:57 -0800 (PST) Date: Mon, 17 Jan 2000 11:58:57 -0800 From: Alfred Perlstein To: Jonathon McKitrick Cc: Glen Driban , freebsd-questions@freebsd.org Subject: Re: kernel threads Message-ID: <20000117115856.U508@fw.wintelcom.net> References: <20000117112651.S508@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jcm@dogma.freebsd-uk.eu.org on Mon, Jan 17, 2000 at 07:32:25PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Jonathon McKitrick [000117 11:55] wrote: > > Isn't there a difference between linuxthreads and native FreeBSD kernel > threads? No, the port gives freebsd linux-like kernel threads. Don't expect it to work on 3.x+SMP though. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 11:51:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 903C714D5D for ; Mon, 17 Jan 2000 11:51:04 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id OAA14181; Mon, 17 Jan 2000 14:49:28 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Mon, 17 Jan 2000 14:49:28 -0500 (EST) From: Brett Taylor To: Jonathon McKitrick Cc: R Joseph Wright , Salvo Bartolotta , freebsd-questions@FreeBSD.ORG Subject: Re: can't make certain ports In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Mon, 17 Jan 2000, Jonathon McKitrick wrote: > One of the responders to your question said 'make clean' removes the > old source. I believe that this is incorrect. It removes the old > OBJECT code, which of course is generated when the source is compiled. > When a port is updated, at least three things must happen for you to > be able to use the new version. This is vague at best - make clean, in a port, removes everything in the work directory and the work directory itself. It does not touch anything in /usr/ports/distfiles. > First, 'pkg_delete' or 'make deinstall'. It would seem to me that > once you have cvsupped, the PKG list may have changed for the new > version of the port, so a 'pkg_delete' would be more likely to remove > every vestige of the old package. The package listing in /var/db/pkg holds the old packing list. You can have an updated version of a particular port, but the package registry maintains the packing list for the version you installed. > Second, 'make', possibly preceded by a 'make clean' just to be safe, > if you like. This fetches and compiles the source, of course, and > produces the binaries and man pages. If you have no work directory, make clean is just holding you up. :-) > I think one potential area of confusion is this: Again, IF I > UNDERSTAND THIS CORRECTLY (and i think i do ;-) 'make deinstall' calls > pkg_delete, but if the makefile has been changed by a recent cvsup, > there is always the possibility this may not work correctly, although > it SHOULD. I generally use pkg_delete just to be safe. Nope - as noted above - make deinstall calls pkg_delete which reads off its OWN original packing list, not what's in /usr/ports/some_dir/some_port/pkg/PLIST. Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 11:55:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 6627E14A2B for ; Mon, 17 Jan 2000 11:55:52 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id UAA88876; Mon, 17 Jan 2000 20:55:48 +0100 (CET) (envelope-from olli) Date: Mon, 17 Jan 2000 20:55:48 +0100 (CET) Message-Id: <200001171955.UAA88876@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: Volatile variables X-Newsgroups: list.freebsd-questions In-Reply-To: <85v96r$2jjd$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Mikhail Evstiounin wrote in list.freebsd-questions: >>No. Except if your processor is broken. :-) > > Oliver, what about timer registers or serial interface registers? > what about mapped video memory or shared memory in multi > CPU system? It has nothing to do with the issue. You claimed that the processor could be interrupted in the middle of an assembler instruction, which is incorrect. At least for all processor types that I know about. >>There is no concurrency. Even if you have two processors, >>the signal handler will not run in parallel to the "main" >>part of the program. > > I agree completely, I was trying to stress a difference between sighandler > and threads and unix processes. Oh, then I misunderstood you, sorry. Of course, a sighandler is something completely cifferent. :-) >>But setting singal masks does not prevent those register >>optimizations. You _must_ use "volatile" for this. > > In a way, how you proposed - yes, but it's not enough. It depends on the program, and what it uses the variables for. That's a different issue, not subject to this discussion. This discussion is about using the "volatile" qualifier, which is necessary for global variables that are accessed from within signal handlers. You did not agree with this (do you still not agree?), and I'm trying to convince you that it _is_ indeed necessary. :-) >> > Vilotile tells to compiler (and to programmer) >> > that j can have a very strange result. >> >>That's completely wrong. > > So, if programmer wites j = i * i; (s)he doesn't expect to get a square? I > understand, that according to standard vilotile means it, but it's not > intuitive. That's why I told that vilotile tells to compiler and to > programmer - expect something strange. No, that's still wrong. Without volatile, you can get exactly the same "strange" result. You asked me to quote from the standard. This is not easy, because volatile is mentioned in a lot of places, and I don't have it in *.txt form, so I have to type everything manually from it. Here are a few sections which I think are pretty important: [...] an implementation might perform various optimizations within each translation unit, such that the actual semantics would agree with the abstract semantics only when making function calls across translation unit boundaries. [...] In this type of implementation, objects referred to by interrupt service routines activated by the signal function would require explicit specification of "volatile" storage [...] A "volatile" declaration may be used to describe an object corresponding to a memory-mapped input/output port or an object accessed by an asynchronously interrupting function. Actions on objects so declared shall not be "optimized out" by an implementation or reordered except as permitted by the rules for evaluating expressions. If the signal occurs [...], the behavior is undefined if the signal handler refers to any object with static storage duration other than by assigning a value to an object declared as "volatile sig_atomic_t" [...] It sounds like you cannot even read a global variable inside a signal handler, even if it's volatile. I didn't know this before (and I think it's strange), but that's what the standard says. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 12: 1: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lvdi.net (Mta.lvdi.net [216.24.138.2]) by hub.freebsd.org (Postfix) with SMTP id 8661D14D1B for ; Mon, 17 Jan 2000 12:01:02 -0800 (PST) (envelope-from notme@lvdi.net) Received: from lvdi.net ([216.24.141.76]) by lvdi.net ; Mon, 17 Jan 2000 11:50:53 2000 PDT Message-ID: <38837726.CA5F2E1C@lvdi.net> Date: Mon, 17 Jan 2000 12:10:14 -0800 From: Frankie Li X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pdf MIME-Version: 1.0 To: keramida@ceid.upatras.gr Cc: "freebsd-questions@freebsd.org" Subject: Re: /stand/sysinstall bug? References: <3880FC42.6B395ABF@lvdi.net> <20000117134936.A2338@hades.hell.gr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I didn't boot off the CD-ROM when I install the source... I just booted from the hard drive, then /stand/sysinstall, and install the source only... Frankie Giorgos Keramidas wrote: > > On Sat, Jan 15, 2000 at 03:01:22PM -0800, Frankie Li wrote: > > Hi, > > I was adding FreeBSD source yesterday, and while copying the > > source from the CD to hard drive, I was able to switch (using alt-Fx) > > to another login and login as root without any password. I have yet > > to try reproducing the problem because it was a computer at school, but > > I attempted the login several of times in different login terminals, and > > the same thing resulted. > > > > I have FreeBSD 3.3-Release, burn from the iso from ftp.cdrom.com. > > While doing the installation, did you boot from the installation media? > Because, I think, the /etc/master.passwd of the installation CDROM does > not have any password... and for a good reason, too. > > Ciao. > > -- > Giorgos Keramidas, < keramida @ ceid . upatras . gr > > "What we have to learn to do, we learn by doing." [Aristotle] > > 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 Jan 17 12:11:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by hub.freebsd.org (Postfix) with ESMTP id 7511D14E4D for ; Mon, 17 Jan 2000 12:11:16 -0800 (PST) (envelope-from nilsnorden@telia.com) Received: from d1o19.telia.com (d1o19.telia.com [195.67.224.241]) by mailc.telia.com (8.9.3/8.9.3) with ESMTP id VAA00106 for ; Mon, 17 Jan 2000 21:11:13 +0100 (CET) Received: from Quark (t5o19p56.telia.com [195.67.225.56]) by d1o19.telia.com (8.8.8/8.8.8) with SMTP id VAA21526 for ; Mon, 17 Jan 2000 21:11:11 +0100 (CET) Message-ID: <000501bf6126$fdc411c0$020aa8c0@Tratten> From: =?iso-8859-1?Q?Nils_Nord=E9n?= To: Subject: FreeBSD 4.0 release Date: Mon, 17 Jan 2000 21:11:02 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.3825.400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.3825.400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When is the estimated release of FreeBSD 4.0 ? ___________________________________ This message was brought to you by <|\||/|>T ICQ - 14690348 ? - nilsnorden@telia.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 12:41:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from extremis.demon.co.uk (extremis.demon.co.uk [194.222.242.30]) by hub.freebsd.org (Postfix) with SMTP id 60AA514FD8 for ; Mon, 17 Jan 2000 12:41:00 -0800 (PST) (envelope-from gjvc@extremis.demon.co.uk) Received: (qmail 205 invoked by uid 1010); 17 Jan 2000 19:06:04 -0000 Date: Mon, 17 Jan 2000 19:06:03 +0000 From: George Cox To: Darryl Isip Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Stickers? Message-ID: <20000117190603.A179@extremis.demon.co.uk> References: <000e01bf610e$f82b7fe0$0f00a8c0@MitzEclipse> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: <000e01bf610e$f82b7fe0$0f00a8c0@MitzEclipse>; from disip@u.washington.edu on Mon, Jan 17, 2000 at 09:19:08AM -0800 X-Operating-System: FreeBSD 4.0-CURRENT (i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 17/01 09:19, Darryl Isip wrote: > I was wondering if you had any stickers of FreeBSD that I can put on my > computer and car? I bought a BSD bumper sticker from http://www.thinkgeek.com gjvc -- "Readers who only want to see algorithms that are already packaged in a plug-in way, using a trendy language, should buy other people's books." -- D. E. Knuth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 12:48:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vinyl.sentex.ca (vinyl.sentex.ca [209.112.4.14]) by hub.freebsd.org (Postfix) with ESMTP id 61F7514EDB; Mon, 17 Jan 2000 12:47:55 -0800 (PST) (envelope-from mike@sentex.net) Received: from simoeon (simeon.sentex.ca [209.112.4.47]) by vinyl.sentex.ca (8.9.3/8.9.3) with SMTP id PAA63457; Mon, 17 Jan 2000 15:47:49 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <3.0.5.32.20000117154538.0206c360@staff.sentex.ca> X-Sender: mdtpop@staff.sentex.ca X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Mon, 17 Jan 2000 15:45:38 -0500 To: questions@freebsd.org From: Mike Tancsa Subject: Multiport Serial card under stable Cc: stable@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 reconfiguring a customers multi-port serial card on a stable box. The pervious kernel config seems to agree with what the current documentation shows, options "COM_MULTIPORT" #Boca Multi-Port support #options "EXTRA_SIO=17" #number of extra sio ports to allocate (tried with and without) device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port 0x100 tty flags 0x1005 device sio2 at isa? port 0x108 tty flags 0x1005 device sio3 at isa? port 0x110 tty flags 0x1005 device sio4 at isa? port 0x118 tty flags 0x1005 device sio5 at isa? port 0x120 tty flags 0x1005 device sio6 at isa? port 0x128 tty flags 0x1005 device sio7 at isa? port 0x130 tty flags 0x1005 device sio8 at isa? port 0x138 tty flags 0x1005 device sio9 at isa? port 0x140 tty flags 0x1005 device sio10 at isa? port 0x148 tty flags 0x1005 device sio11 at isa? port 0x150 tty flags 0x1005 device sio12 at isa? port 0x158 tty flags 0x1005 device sio13 at isa? port 0x160 tty flags 0x1005 device sio14 at isa? port 0x168 tty flags 0x1005 device sio15 at isa? port 0x170 tty flags 0x1005 device sio16 at isa? port 0x178 tty flags 0x1005 irq 5 vector siointr But at bootup time, sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 not found at 0x100 sio2: configured irq 5 not in bitmap of probed irqs 0 sio2 not found at 0x108 sio3: configured irq 5 not in bitmap of probed irqs 0 sio3 not found at 0x110 sio4: configured irq 5 not in bitmap of probed irqs 0 sio4 not found at 0x118 sio5: configured irq 5 not in bitmap of probed irqs 0 sio5 not found at 0x120 sio6: configured irq 5 not in bitmap of probed irqs 0 sio6 not found at 0x128 sio7: configured irq 5 not in bitmap of probed irqs 0 sio7 not found at 0x130 sio8: configured irq 5 not in bitmap of probed irqs 0 sio8 not found at 0x138 sio9: configured irq 5 not in bitmap of probed irqs 0 sio9 not found at 0x140 sio10: configured irq 5 not in bitmap of probed irqs 0 sio10 not found at 0x148 sio11: configured irq 5 not in bitmap of probed irqs 0 sio11 not found at 0x150 sio12: configured irq 5 not in bitmap of probed irqs 0 sio12 not found at 0x158 sio13: configured irq 5 not in bitmap of probed irqs 0 sio13 not found at 0x160 sio14: configured irq 5 not in bitmap of probed irqs 0 sio14 not found at 0x168 sio15: configured irq 5 not in bitmap of probed irqs 0 sio15 not found at 0x170 sio16: configured irq 5 not in bitmap of probed irqs 0 sio16 not found at 0x178 From the previous 2.2.x machine, Jan 14 15:10:57 mail /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa Jan 14 15:10:57 mail /kernel: sio0: type 16550A Jan 14 15:10:57 mail /kernel: sio1 at 0x100-0x107 flags 0x1005 on isa Jan 14 15:10:57 mail /kernel: sio1: type 16550A (multiport) Jan 14 15:10:57 mail /kernel: sio2 at 0x108-0x10f flags 0x1005 on isa Jan 14 15:10:57 mail /kernel: sio2: type 16550A (multiport) Jan 14 15:10:57 mail /kernel: sio3 at 0x110-0x117 flags 0x1005 on isa Jan 14 15:10:57 mail /kernel: sio3: type 16550A (multiport) Jan 14 15:10:57 mail /kernel: sio4 at 0x118-0x11f flags 0x1005 on isa Jan 14 15:10:57 mail /kernel: sio4: type 16550A (multiport) Jan 14 15:10:57 mail /kernel: sio5 at 0x120-0x127 flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio5: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio6 at 0x128-0x12f flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio6: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio7 at 0x130-0x137 flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio7: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio8 at 0x138-0x13f flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio8: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio9 at 0x140-0x147 flag Jan 14 15:10:58 mail /kernel: s 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio9: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio10 at 0x148-0x14f flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio10: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio11 at 0x150-0x157 flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio11: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio12 at 0x158-0x15f flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio12: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio13 at 0x160-0x167 flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio13: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio14 at 0x168-0x16f flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio14: type 16550A (multiport) Jan 14 15:10:58 mail /kernel: sio15: configured irq 5 not in bitmap of probed irqs 0 Jan 14 15:10:58 mail /kernel: sio15 not found at 0x170 Jan 14 15:10:58 mail /kernel: sio16 at 0x178-0x17f irq 5 flags 0x1005 on isa Jan 14 15:10:58 mail /kernel: sio16: type 16550A (multiport master) Any thoughts as to what am I missing ? ---Mike ------------------------------------------------------------------------ Mike Tancsa, tel +1 519 651 3400 Network Administrator, mike@sentex.net Sentex Communications www.sentex.net Cambridge, Ontario Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 12:50:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.cybersurf.net (smtp1.cybersurf.net [209.197.145.111]) by hub.freebsd.org (Postfix) with ESMTP id 3CCF61539E for ; Mon, 17 Jan 2000 12:50:30 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.153.175]) by smtp1.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FOHZ8000.QLG for ; Mon, 17 Jan 2000 13:50:24 -0700 Message-Id: Date: Mon, 17 Jan 2000 13:51:38 -0700 X-Priority: 3 From: Duke Normandin <01031149@3web.net> X-Mailer: Mail Warrior To: charon@hades.hell.gr, "keramida@ceid.upatras.gr" Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Subject: Re: Firewall: ipfw or natd Content-Type: Text/Plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8Bit X-Mailer-Version: v3.55 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 01/17/2000 6:03:50 AM, Giorgos Keramidas wrote: >On Sun, Jan 16, 2000 at 06:24:04PM -0700, Duke Normandin wrote: >> >> What criterion (ia) are used for determining the use of ipfw or natd >> in creating a firewall? TIA.. > >You can use both on the same `firewall'. > >They are two different programs, with a different purpose each. > I gathered as much now....thanks! I'm now curious to read the answer to the post with the subject line, "ipf/ipnat vs ipfw/natd", as well as determining whether or not natd's `divert' capabality has (can have) anyhting to do with firewalling. -duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 12:58: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mgr3.k12.mo.us (bsd.mgr3.k12.mo.us [204.184.227.140]) by hub.freebsd.org (Postfix) with ESMTP id 3FF7D14F89 for ; Mon, 17 Jan 2000 12:58:07 -0800 (PST) (envelope-from rjn103s@mgr3.k12.mo.us) Received: from redmobile ([172.16.0.5]) by mgr3.k12.mo.us (8.9.3/8.9.2) with SMTP id OAA64699 for ; Mon, 17 Jan 2000 14:56:45 -0600 (CST) (envelope-from rjn103s@mgr3.k12.mo.us) From: Support Reply-To: rjn103s@mgr3.k12.mo.us Organization: Mountain Grove R3 Schools To: questions@freebsd.org Subject: user listed 2 times in a group? Date: Mon, 17 Jan 2000 13:51:04 -0600 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00011714055100.09103@redmobile> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, If a user gets listed twice in a group will programs like rmuser get rid of every occurance? What else could happen or not function correctly? Thanks! -- Richard Nelson Try Something Without GPF's - - Not To Mention The Cost:) FreeBSD http://www.freebsd.org RedHat http://www.redhat.com Strong Supporter of Visual Tcl http://www.neuron.com/stewart/vtcl/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 13:10:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from voicenet.com (mail12.voicenet.com [207.103.0.6]) by hub.freebsd.org (Postfix) with SMTP id 9646414CAF for ; Mon, 17 Jan 2000 13:10:36 -0800 (PST) (envelope-from schwenk@voicenet.com) Received: (qmail 28862 invoked from network); 17 Jan 2000 21:10:34 -0000 Received: from dialpool1774.voicenet.com (HELO voicenet.com) (209.71.57.74) by mail12.voicenet.com with SMTP; 17 Jan 2000 21:10:34 -0000 Message-ID: <3883854E.57AD77BB@voicenet.com> Date: Mon, 17 Jan 2000 16:10:38 -0500 From: "Peter A. Schwenk" Organization: Schwenk X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Darryl Isip Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Stickers? References: <000e01bf610e$f82b7fe0$0f00a8c0@MitzEclipse> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Walnut Creek CDROM has small stickers appropriate for sticking on computers. (www.freebsdmall.com) -- - Peter Schwenk - schwenk@voicenet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 13:30:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 5670914EC3 for ; Mon, 17 Jan 2000 13:30:11 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id KAA37382; Tue, 18 Jan 2000 10:29:58 +1300 (NZDT) Message-Id: <200001172129.KAA37382@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: "Crist J. Clark" Date: Tue, 18 Jan 2000 10:29:55 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: OpenSSH 1.2.1 refusing incoming connections Reply-To: dan@freebsddiary.org Cc: questions@FreeBSD.ORG In-reply-to: <20000117094452.A62078@cc942873-a.ewndsr1.nj.home.com> References: <200001170546.SAA29983@ducky.nz.freebsd.org>; from dan@freebsddiary.org on Mon, Jan 17, 2000 at 06:46:38PM +1300 X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 17 Jan 00, at 9:44, Crist J. Clark wrote: > When make a successful connection via SSH, the debug messages that > follow the "Connection established" message are, > > debug: Remote protocol version 1.5, remote software version OpenSSH-1.2 > debug: Waiting for server public key. > debug: Received server public key (768 bits) and host key (1024 bits). > > You would not have happened to have lost your server keys > (/usr/local/etc/ssh_host_key*) during the upgrade? The keys are there: # ls /usr/local/etc/ssh_host_key* /usr/local/etc/ssh_host_key /usr/local/etc/ssh_host_key.pub And both are non-zero in size and dated about the time I installed ssh (back in April 1999). -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 14:10:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 049C41502C for ; Mon, 17 Jan 2000 14:10:40 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat32.x-treme.gr [212.120.197.224]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id AAA08393; Tue, 18 Jan 2000 00:10:26 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id XAA04606; Mon, 17 Jan 2000 23:54:30 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Mon, 17 Jan 2000 23:54:29 +0200 From: Giorgos Keramidas To: Brian Anderson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ipf/ipnat vs. ipfw/natd Message-ID: <20000117235429.A4455@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 17, 2000 at 03:19:06PM -0500, Brian Anderson wrote: > > so, the latest step in my freebsd education is firewalling. from what > i can see, there are 2 told that seem heavily used: ipf with ipnat, > and ipfw with natd. > > is there any place i can find a comparison of the two: pros and cons, > and all that happy stuff? None that I know of. > it looks like ipfw is the default, but ipf is easier to find > documentation on... Yup, ipfw is the default, but ipf works like a charm too, once you get the kernel to compile with the proper options. One thing that I really like in ipf is that rules can be split in groups, depending on criteria of your own, i.e. block in on lo0 head 10 block out on lo0 head 20 block in on tun0 head 30 block out on tun0 head 40 will use ruleset 10 for incoming lo0 traffic, ruleset 20 for outgoing lo0 traffic, etc. But, someone might prefer: block in head 10 block in quick proto tcp head 20 block in quick proto udp head 30 block in quick proto icmp head 40 and use ruleset 10 for filtering all protocols, 20 for filtering tcp, etc. you get my point. It seems to me that ipf is more flexible than ipfw, but this might be my own personal (and admittedly humble) opinion. The best thing to do is try them both and see what you come up with, which one suits you better. Since I was playing with ipfw a few months ago, you might find the two articles in my home page listed below of some use when trying it out :) [1] Annotated sample ipfw(8) configuration. http://students.ceid.upatras.gr/~keramida/freebsd/ipfw.html [2] A closed-firewall with ipfw(8) http://students.ceid.upatras.gr/~keramida/freebsd/ipfw-closed.html Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 14:18:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hpdmraaa.compuserve.com (dh-img-rel-1.compuserve.com [149.174.206.132]) by hub.freebsd.org (Postfix) with ESMTP id 614FF14EE3 for ; Mon, 17 Jan 2000 14:18:39 -0800 (PST) (envelope-from chill@va.rr.com) Received: (from mailgate@localhost) by hpdmraaa.compuserve.com (8.8.8/8.8.8/HP-REL-1.2) id RAA01863 for freebsd-questions@freebsd.org; Mon, 17 Jan 2000 17:18:38 -0500 (EST) Received: from va.rr.com (mkc-163-216.kc.rr.com [24.94.163.216]) by hpdmraaa.compuserve.com (8.8.8/8.8.8/HP-REL-1.2) with ESMTP id RAA01838 for ; Mon, 17 Jan 2000 17:18:36 -0500 (EST) Message-ID: <3883943B.E255F658@va.rr.com> Date: Mon, 17 Jan 2000 16:14:19 -0600 From: Charles Hill X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Network Install using Ethernet and DHCP? 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 install via a cable modem (my ethernet interface), but rely on my providers' DHCP server for all this information. Help! http://www.freebsd.org/handbook/install-guide.html 2.2.1.6. Before Installing over a Network "You will also need to know your IP address on the network, the netmask value for your address class, and the name of your machine. Your system administrator can tell you which values to use for your particular network setup. If you will be referring to other hosts by name rather than IP address, you will also need a name server and possibly the address of a gateway (if you are using PPP, it is your provider's IP address) to use in talking to it. If you do not know the answers to all or most of these questions, then you should really probably talk to your system administrator before trying this type of installation. " Does the install support DHCP? Will it in the future? For now, I'll use another operating system to obtain a DHCP lease for that NIC, then disconnect without releasing and use that lease information to get the network install started. I just hope it finishes before my lease times out. Regards, Charles Hill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 14:28: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.ibroadcast.net (ns1.ibroadcast.net [216.145.30.2]) by hub.freebsd.org (Postfix) with SMTP id 2723414F26 for ; Mon, 17 Jan 2000 14:27:55 -0800 (PST) (envelope-from majid@ibroadcast.net) Received: from darthmaul (darthmaul.ibroadcast.net [216.145.29.142]) by ns1.ibroadcast.net (8.9.3/8.8.8) with SMTP id OAA07937; Mon, 17 Jan 2000 14:26:54 -0800 (PST) X-Intended-For: freebsd-questions@FreeBSD.ORG Message-ID: <012201bf6139$e0dc3020$8e1d91d8@ibroadcast.net> From: "Majid Almassari" To: "Lisa Casey" , References: <005401bf6100$18d26880$be2da2ce@lisa.jellico.com> Subject: Re: Sendmail virtual domain hosting Date: Mon, 17 Jan 2000 14:26:20 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Do you have the correct MX record for the site? -- Majid Almassari, MSEE, MCP. Systems Administrator iBroadcast, Inc. Phone: (206) 223-5540 Email: majid@ibroadcast.net http://www.ibroadcast.net ----- Original Message ----- From: Lisa Casey To: Sent: Monday, January 17, 2000 7:32 AM Subject: Sendmail virtual domain hosting > Hi, > > I hope this is an appropriate list in which to ask this question. > > We are hosting a virtual domain on our servers. I have Sendmail configured > correctly to receive mail for this domain and deliver it appropriately using > the virtusertable files and sendmail.cw > > Our domain name is jellico.net. The name of the domain we are hosting is > hardwickclothes.com. > > The problem is that when someone from hardwickclothes.com (say johndoe) > sends mail through our server the mail is sent se from: johndoe@jellico.net > instead of being from: johndoe@hardwickclothes.com > > I have read through the FAQ on masquerading and I believe that I need to add > support for a generics table to my sendmail.cf file. The FAQ talks about > doing this using the mc file. Unfortunately I have never understood how to > configure Sendmail via the mc file, I have been configuring it by editing > sendmail.cf directly. > > I guess what I need to know is: > > 1) Is the generics table going to allow me to send hardwickclothes.com > E-mail as being from: user@hardwickclothes.com instead of from: > user@jellico.net? > > 2) What is the syntax of the line(s) I need to add to sendmail.cf to allow > support for the generics table? > > Thanks, > > Lisa Casey, Webmaster > Interstate 2000, Inc. > lisa@jellico.com > webmaster@jellico.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 Jan 17 14:28:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from horst.bfd.com (horst.bfd.com [12.9.219.10]) by hub.freebsd.org (Postfix) with ESMTP id 5D06514F26 for ; Mon, 17 Jan 2000 14:28:05 -0800 (PST) (envelope-from ejs@bfd.com) Received: from HARLIE.bfd.com (bastion.bfd.com [12.9.219.14]) by horst.bfd.com (8.9.3/8.9.3) with ESMTP id OAA51675; Mon, 17 Jan 2000 14:27:42 -0800 (PST) (envelope-from ejs@bfd.com) Date: Mon, 17 Jan 2000 14:27:42 -0800 (PST) From: "Eric J. Schwertfeger" To: keramida@ceid.upatras.gr Cc: Brian Anderson , freebsd-questions@FreeBSD.ORG Subject: Re: ipf/ipnat vs. ipfw/natd In-Reply-To: <20000117235429.A4455@hades.hell.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 On Mon, 17 Jan 2000, Giorgos Keramidas wrote: > It seems to me that ipf is more flexible than ipfw, but this might be > my own personal (and admittedly humble) opinion. The best thing to do > is try them both and see what you come up with, which one suits you > better. Since I was playing with ipfw a few months ago, you might find > the two articles in my home page listed below of some use when trying > it out :) (just my opinion, I don't consider it an expert one) I generally found ipfw easier to use, but ipf more flexible (because of keep state), except in one case, which was enough to kill ipfs use for me. One of the things I prefer about ipfw is that it terminates at first matching accept/deny rule, whereas ipf evaluates all rules (until it matches something with quick set), and uses the last match. Logically, any set of rules that can be done last match can also be done first match, and I prefer the efficiency of first match, and typing quick on every line annoys me. Consider 3 zones, Internet, DMZ, and SemiSecure. SemiSecure is an RFC-reserved network, DMZ is the class C assigned to us by our ISP, and Internet is the internet at large. SemiSecure must use NAT to get to Internet. With ipf, this locks SemiSecure into using NAT at all times, except for specific pinhole exceptions, which causes two problems. First, we'd like to be able to log IP addresses, including SemiSecure addresses, on machines within the DMZ. Since NAT is always on, we wind up logging IP addresses of the inner firewall (the outer one can only do packet filtering, otherwise I'd do it there). Second, we have a port range that is reserved on many (over 40) machines in SemiSecure, that various machines in the DMZ need to be able to connect to. The pinhole exceptions that I've found for ipf are pretty much one address/port to one address/port, which would increase maint. time unacceptably. On the other hand, ipf's ability to keep state is nice. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 14:52: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls02.we.mediaone.net (lsmls02.we.mediaone.net [24.130.1.15]) by hub.freebsd.org (Postfix) with ESMTP id D861814E53 for ; Mon, 17 Jan 2000 14:52:02 -0800 (PST) (envelope-from alex@montenegro.com) Received: from alex (we-24-130-80-236.we.mediaone.net [24.130.80.236]) by lsmls02.we.mediaone.net (8.8.7/8.8.7) with SMTP id OAA16640 for ; Mon, 17 Jan 2000 14:51:56 -0800 (PST) From: "Aleksandar Obradovic" To: Subject: Gateway throughput issues Date: Mon, 17 Jan 2000 14:47:56 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0024_01BF60F9.D7513590" 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 X-MS-TNEF-Correlator: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0024_01BF60F9.D7513590 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I just got a new cable modem for my home network, so I set up one machine with FreeBSD 3.4 as a gateway running ipfw with open policy, and IP aliasing with natd. I am getting a big drop in throughput after implemented this. Originally, my peer Win98 computer that was connected directly to the cable modem was reading 35 Kb/sec download rate from ftp.freebsd.org site. After going through my Gateway the rate dropped to 8-10 Kb/sec. I went through the mailing list archives and the only thing I could find was to avoid cheap NE2000 clone cards which I am currently using. However, I can't believe that cards alone would be the cause for this drop in throughput. What could I do to remedy this? I am running FreeBSD 3.4 as a gateway Pentium 200 2 GB IDE drive 32 MB RAM Cable Modem is Plugged into ISA NE2000 clone Another LinkSYS PCI NE2000 connects this machine to my network hub I am running cache only DNS on this machine I have 3 other computers with various OS's connected to my hub. I am also running lots of services and apps on this gateway including Apache, mysql, NFS server, SAMBA, X windows on and off, etc. My question is: 1) How can I get the highest throughput via this gateway? 2) Should I strip this machine of all extra apps and services except IP aliasing and IPFW and DNS? 3) Would adding more RAM make much difference? 4) Are my network cards sufficient for providing high throughput for 2 simultaneous Internet users? 5) Am I missing anything here? Thanks, Alex ------=_NextPart_000_0024_01BF60F9.D7513590 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="winmail.dat" eJ8+IjgWAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEGgAMADgAAANAHAQARAA4AKgAAAAEAIgEB A5AGAOQIAAAlAAAACwACAAEAAAALACMAAAAAAAMAJgAAAAAACwApAAAAAAADADYAAAAAAB4AcAAB AAAAGgAAAEdhdGV3YXkgdGhyb3VnaHB1dCBpc3N1ZXMAAAACAXEAAQAAABYAAAABv2E8I3odvNlK yvgR04enAAAhbIjbAAACAR0MAQAAABkAAABTTVRQOkFMRVhATU9OVEVORUdSTy5DT00AAAAACwAB DgAAAABAAAYOAKzzEDxhvwECAQoOAQAAABgAAAAAAAAATKfPYdw+0xGHYgAAIWyI28KAAAALAB8O AQAAAAIBCRABAAAArgQAAKoEAADSBgAATFpGdcXCNIQDAAoAcmNwZzEyNRYyAPgLYG4OEDAzM08B 9wKkA+MCAGNoCsBzsGV0MCAHEwKAfQqBknYIkHdrC4BkNAxgPmMAUAsDC7YKsQqEZCAgSSBqdXMF QGdvUQVAYSBuB9FjAaBsZGUgBGJtIAIQBcBtOHkgaANwFdAVUHR3wQWwaywgc28UcREhcCB1cCAC IBXRANBohwuAFdAD8HRoIEYJ0YBCU0QgMy40FSCjBCAVMGdhdAfQYRagWHJ1bgMADyAgBSBmkwfg GSNvcAnwIHAG8N0N4HkXgABwFGFQFSAckJcaMBtCGSNuGpBkLhRxamEWMGcRMHQbQhUwYrppG2Bk A2AYQAuAIBlAwQNgdWdocHUVEQGA+wSQG3BtC1AWIAnwGqAUYNcZQAQAHoBPBRBnC4AHQF5sHMEW kRwwITFXC4A5/jgVgANwIMEhMRlAGpAZEJ8aMQWgGyAFkCHiZGkJcP8lkCMAIEAXsBlAFdAVmiUC DQlwYSXgG1EzNSBLFGIvESBjH8Bvd25/CQAoABrwGpEWQANhFkB0zHAuA1AJ4GJzHnAFsO8bYACQ GqAegEEhExTwG0L7IFUWgkcalSaiKZMf0hwwcyIBF7A4LQ9AKIUegnf/IcEsRyaiAMADEBtCHJAU wfsKwBjBdgeRHPImogIgJkJPGNEbYBSABaB1bBRgZucScSTzJnFhdiwAFGAQ4PMn8BhATkUB0DWA FYAJAO8YcRWQCyAEIHcY0BDgHpT+YwhwCXACMCZBFLAbQR6A6kgpEGUx4HIXgDNRAHDyJwVAYmUc kDhxJKQ2JP8HQBhiF0AzkjlQJpUUsCnB3wWxIiIfzyDQHoBXOeMzg18UgCkAJmIJcAeAZDLTc/4/ CuMKhAqAHqMbBhl/GoXlE8RQIcFpdRYwNXETxMoyLPBCFHBERTyRMdEVE8QzRGBNRJBSQU21E8RD FaNNFgM8cVAKQB5nHvAUYAuAJnFJU0FzNUwTxEFuFQAmsAXATJELgGtTWQXwUEMUgP81ViVUNEE8 YhimJnEWkRcVfRawdQwwQF8VgTTxMpREfk4F8AIgS/s/7BDwOaEzXxhQSfMkJjZhGTJ2CsBp4whg BCBPUyclKkzUTbF/HoA/7wdAF6EbBgkAS9FvamYX4XISIGMx9TUgcF9XwVAVGoYLgDXAdSgTQUcK sDTxIyJzcWwXgE6+RgXwWBI4kkhgRdBBF4B+WBkREoApEFkTHPJX4GZfF4ARMC9hE8kTxE0WoHFf ClAUwFPAA6AEADpVpTH+KTgyOOIUcR7xJpMY0CCg32ABIEoSIBUwWWo/RAVhIP5TFsA+VBTABRFL /FfhIuH9XkB4ZdAVMFjjHPJYF2dgz1hgBTEdOhz0Rlcc40/B9WSVM2EgVzODKAAoEwRg9wlwRfIY kWsV0RLAGVAl4N8BIASQCfBYYGSVNGEgBxDnFdFNGDYkc3UBIA3gCJD7L9EWUnADYBIgKBNiYiBK 7xZSRGAAkG1gbAGQFVBT0n5JIdEEoBgCWBE/sBPENbdu0RYwFIBtBAFp1Hky9DdKAW5AVatUEPBK YHMstVW6QRXAeBPEEeEAehAAAAsAAYAIIAYAAAAAAMAAAAAAAABGAAAAAAOFAAAAAAAAAwADgAgg BgAAAAAAwAAAAAAAAEYAAAAAEIUAAAAAAAADAAeACCAGAAAAAADAAAAAAAAARgAAAABShQAAJ2oB AB4ACYAIIAYAAAAAAMAAAAAAAABGAAAAAFSFAAABAAAABAAAADkuMAAeAAqACCAGAAAAAADAAAAA AAAARgAAAAA2hQAAAQAAAAEAAAAAAAAAHgALgAggBgAAAAAAwAAAAAAAAEYAAAAAN4UAAAEAAAAB AAAAAAAAAB4ADIAIIAYAAAAAAMAAAAAAAABGAAAAADiFAAABAAAAAQAAAAAAAAALAA2ACCAGAAAA AADAAAAAAAAARgAAAACChQAAAQAAAAsAOoAIIAYAAAAAAMAAAAAAAABGAAAAAA6FAAAAAAAAAwA8 gAggBgAAAAAAwAAAAAAAAEYAAAAAEYUAAAAAAAADAD2ACCAGAAAAAADAAAAAAAAARgAAAAAYhQAA AAAAAAsAUoAIIAYAAAAAAMAAAAAAAABGAAAAAAaFAAAAAAAAAwBTgAggBgAAAAAAwAAAAAAAAEYA AAAAAYUAAAAAAAACAfgPAQAAABAAAABMp89h3D7TEYdiAAAhbIjbAgH6DwEAAAAQAAAATKfPYdw+ 0xGHYgAAIWyI2wIB+w8BAAAAXgAAAAAAAAA4obsQBeUQGqG7CAArKlbCAABQU1RQUlguRExMAAAA AAAAAABOSVRB+b+4AQCqADfZbgAAAEQ6XGRhdGFcbWFpbFxhbGV4J3MgbWFpbiBhY2NvdW50LnBz dAAAAAMA/g8FAAAAAwANNP03AAACAX8AAQAAADMAAAA8TkRCQklIR0NFTUtIT09BTkZFT0ZNRUJM Q0ZBQS5hbGV4QG1vbnRlbmVncm8uY29tPgAAAwAGEBCw9RIDAAcQrwQAAAMAEBAAAAAAAwAREAAA AAAeAAgQAQAAAGUAAABJSlVTVEdPVEFORVdDQUJMRU1PREVNRk9STVlIT01FTkVUV09SSyxTT0lT RVRVUE9ORU1BQ0hJTkVXSVRIRlJFRUJTRDM0QVNBR0FURVdBWVJVTk5JTkdJUEZXV0lUSE9QRU5Q AAAAANw3 ------=_NextPart_000_0024_01BF60F9.D7513590-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 14:55:39 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 157A514FF0 for ; Mon, 17 Jan 2000 14:55:34 -0800 (PST) (envelope-from bsd@inbox.org) Received: from localhost (bsd@localhost) by inbox.org (8.9.3/8.9.3) with SMTP id RAA10955; Mon, 17 Jan 2000 17:55:32 -0500 (EST) Date: Mon, 17 Jan 2000 17:55:32 -0500 (EST) From: "Mr. K." To: Charles Hill Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Network Install using Ethernet and DHCP? In-Reply-To: <3883943B.E255F658@va.rr.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 you can use DHCP (I've done it). The documentation is wrong. On Mon, 17 Jan 2000, Charles Hill wrote: > I want to install via a cable modem (my ethernet interface), but rely on > my providers' DHCP server for all this information. Help! > > http://www.freebsd.org/handbook/install-guide.html > 2.2.1.6. Before Installing over a Network > "You will also need to know your IP address on the network, the netmask > value for your address class, and the name of your machine. Your system > administrator can tell you which values to use for your particular > network setup. If you will be referring to other hosts by name rather > than IP address, you will also need a name server and possibly the > address of a gateway (if you are using PPP, it is your provider's IP > address) to use in talking to it. If you do not know the answers to all > or most of these questions, then you should really probably talk to your > system administrator before trying this type of installation. " > > Does the install support DHCP? Will it in the future? > > For now, I'll use another operating system to obtain a DHCP lease for > that NIC, then disconnect without releasing and use that lease > information to get the network install started. I just hope it finishes > before my lease times out. > > Regards, > > Charles Hill > > > 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 Jan 17 15: 1: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blockhead.mincom.com (blockhead2.mincom.com [203.15.57.33]) by hub.freebsd.org (Postfix) with ESMTP id 0D7A415035 for ; Mon, 17 Jan 2000 15:00:40 -0800 (PST) (envelope-from philh@mincom.com) Received: (from uucp@localhost) by blockhead.mincom.com (8.9.3/8.9.3) id JAA34832 for ; Tue, 18 Jan 2000 09:00:29 +1000 (EST) (envelope-from philh@mincom.com) Received: from porthole.mincom.oz.au(172.17.100.2) via SMTP by blockhead.mincom.oz.au, id smtpdy34830; Tue Jan 18 09:00:29 2000 Received: (from philh@localhost) by porthole.mincom.oz.au (8.9.3/8.8.5) id JAA26214 for questions@freebsd.org; Tue, 18 Jan 2000 09:00:29 +1000 (EST) Date: Tue, 18 Jan 2000 09:00:28 +1000 From: Phil Homewood To: questions@freebsd.org Subject: Strange lockups/lost response/VMbug, 3.3-STABLE (22Nov1999) Message-ID: <20000118090028.C28105@mincom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG One of our firewall machines here has "locked up" three times in as many (business) days. I put "locked up" in quotes because it's not completely wedged; the "top" I have running is still happily updating; it accepts connections but does nothing with them; and the serial console is completely unresponsive (not even echoing). Curiously, and I suspect not coincidentally, the second of our firewalls, suffered what appeared to be the same fate yesterday. The first machine is only new (commissioned a couple of months ago), however the other has been in service for over 12 months without a single glitch, running 3.1-STABLE; it was cvsupped to 3.4-STABLE a couple of days after 3.4 went -RELEASE. The machines are nearly identical, save for disk size and CPU (the older machine is a P2/333, the new one is a Celeron 400.) Both have two disks hanging off ahc controllers, and both have three 3C905B NICs. Following is a cut-and-paste of the "top" currently running on the now-wedged machine: last pid: 22720; load averages: 4.00, 4.00, 4.00 up 0+22:58:56 08:39:25 138 processes: 1 running, 135 sleeping, 2 zombie CPU states: 0.0% user, 0.0% nice, 0.4% system, 1.2% interrupt, 98.4% idle Mem: 23M Active, 62M Inact, 39M Wired, 8345K Buf, 616K Free Swap: 256M Total, 256M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 20251 uucp -20 0 23872K 12376K VM pgd 14:46 0.00% 0.00% smtpd 16266 uucp -20 0 23808K 428K VM pgd 14:30 0.00% 0.00% smtpd 825 philh 28 0 1248K 660K RUN 2:22 0.00% 0.00% top 163 bind 2 0 3080K 2284K select 0:30 0.00% 0.00% named 399 root 2 0 1180K 684K select 0:16 0.00% 0.00% sshd1 368 root -18 0 1444K 616K vmwait 0:11 0.00% 0.00% xinetd 156 root 2 0 828K 472K select 0:10 0.00% 0.00% syslogd 167 root 2 -12 1044K 612K select 0:09 0.00% 0.00% xntpd 362 root -18 0 1156K 668K vmwait 0:08 0.00% 0.00% sshd1 247 uucp 10 0 792K 488K nanslp 0:05 0.00% 0.00% smtpfwdd 303 root 2 0 920K 508K accept 0:03 0.00% 0.00% socks5 22710 root -18 0 972K 616K vmwait 0:03 0.00% 0.00% find 335 root 2 0 920K 508K accept 0:01 0.00% 0.00% socks5 322 root 2 0 920K 512K accept 0:01 0.00% 0.00% socks5 1 root 10 0 496K 116K wait 0:01 0.00% 0.00% init 296 root 2 0 920K 596K accept 0:00 0.00% 0.00% socks5 294 root 2 0 920K 596K accept 0:00 0.00% 0.00% socks5 the state of the two smtpd processes plus a "find" and other things stuck in vmwait seems to indicate some VM weirdness to me. The smtpd processes really shouldn't be using that much memory; I suspect a stupidly large message is in the process of being rejected. However the memory stats at the top don't agree with the process listing... I just tried suspending the "top" and lost all control of the terminal. Off to reboot.... OK, after reboot... last thing in the system logs was: Jan 18 08:05:30 blocker Socks5[333]: TCP Connection Established: Connect (xxx.xxx.xxx.xxx:xxxx to xxx.xxx.xxx.xxx:xxxx) for user Jan 18 08:07:11 blocker -- MARK -- Jan 18 08:12:11 blocker -- MARK -- Jan 18 08:17:11 blocker -- MARK -- Jan 18 08:22:11 blocker -- MARK -- Jan 18 08:27:11 blocker -- MARK -- Jan 18 08:32:11 blocker -- MARK -- Jan 18 08:37:11 blocker -- MARK -- Jan 18 08:42:11 blocker -- MARK -- followed by silence until the reboot. (Loss of response seems to have occurred around 08:05, so syslogd at least was still working while the machine was unresponsive. Reboot was at 08:46.) Nothing interesting logged on console, just the usual smtpd whining about bad ident responses and incomplete spool files (from the last reboot I guess). This (or similar) problem did occur in pre-commissioning testing of the machine, but was put down to hardware, and a replacement 2940 *seemed* to make the hangs go away. Back then, though, we did get SCSI errors on console (see previous messages by me in -questions in Oct/Nov 1999). dmesg.boot from the newer machine: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.3-STABLE #0: Mon Nov 22 14:24:08 EST 1999 root@blocker.mincom.oz.au:/usr/src/sys/compile/BLOCKER Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 400911175 Hz CPU: Celeron (400.91-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x665 Stepping = 5 Features=0x183f9ff real memory = 134217728 (131072K bytes) avail memory = 127815680 (124820K bytes) Preloaded elf kernel "kernel" at 0xc026f000. Pentium Pro MTRR support enabled Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 chip2: rev 0x02 on pci0.7.0 ide_pci0: rev 0x01 on pci0.7.1 chip3: rev 0x02 on pci0.7.3 xl0: <3Com 3c905B-TX Fast Etherlink XL> rev 0x30 int a irq 11 on pci0.14.0 xl0: Ethernet address: 00:10:5a:72:43:a0 xl0: autoneg complete, link status good (half-duplex, 10Mbps) xl1: <3Com 3c905B-TX Fast Etherlink XL> rev 0x24 int a irq 10 on pci0.18.0 xl1: Ethernet address: 00:10:4b:c5:b6:14 xl1: autoneg complete, link status good (half-duplex, 10Mbps) ahc0: rev 0x00 int a irq 15 on pci0.19.0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs xl2: <3Com 3c905B-TX Fast Etherlink XL> rev 0x24 int a irq 15 on pci0.20.0 xl2: Ethernet address: 00:10:4b:c5:c3:4d xl2: autoneg complete, link status good (half-duplex, 10Mbps) Probing for devices on PCI bus 1: vga0: rev 0x7a on pci1.0.0 Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A, console sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (atapi): , removable, dma, iordis acd0: drive speed 6890KB/sec, 128KB cache acd0: supported read types: CD-R, CD-RW, CD-DA acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked ppc0 not found vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface IP packet filtering initialized, divert disabled, rule-based forwarding disabled, logging limited to 100 packets/entry by default Waiting 2 seconds for SCSI devices to settle cda0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da0: 8761MB (17942584 512 byte sectors: 255H 63S/T 1116C) da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-3 device da1: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da1: 8761MB (17942584 512 byte sectors: 255H 63S/T 1116C) hanging root device to da0s1a WARNING: / was not properly dismounted Anyone have any ideas, or is there more info I can supply? (The machine is running headless with console on a terminal server; I'll try to get a head on it to dump to DDB next time it happens.) There's definitely something nasty here. :-( -- This transmission is for the intended addressee only and is confidential information. If you have received this transmission in error, please delete it and notify the sender. The contents of this email are the opinion of the writer and are not endorsed by Mincom Ltd unless expressly stated otherwise. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 15: 3:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 662B215053 for ; Mon, 17 Jan 2000 15:01:12 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp30-pa4.neomedia.it [195.103.207.222]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id AAA15330; Tue, 18 Jan 2000 00:00:54 +0100 (CET) From: Salvo Bartolotta Date: Mon, 17 Jan 2000 23:02:36 GMT Message-ID: <20000117.23023600@bartequi.ottodomain.org> Subject: Re: can't make certain ports To: Brett Taylor Cc: freebsd-questions@FreeBSD.ORG, rjoseph@nwlink.com 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 1/17/00, 8:49:28 PM, Brett Taylor wrote=20 regarding Re: can't make certain ports: > Hi, > On Mon, 17 Jan 2000, Jonathon McKitrick wrote: > > One of the responders to your question said 'make clean' removes the= > > old source. I believe that this is incorrect. It removes the old > > OBJECT code, which of course is generated when the source is compile= d. > > When a port is updated, at least three things must happen for you to= > > be able to use the new version. > This is vague at best - make clean, in a port, removes everything in=20 the > work directory and the work directory itself. It does not touch=20 anything > in /usr/ports/distfiles. > > First, 'pkg_delete' or 'make deinstall'. It would seem to me that > > once you have cvsupped, the PKG list may have changed for the new > > version of the port, so a 'pkg_delete' would be more likely to remov= e > > every vestige of the old package. > The package listing in /var/db/pkg holds the old packing list. You=20 can > have an updated version of a particular port, but the package registry= > maintains the packing list for the version you installed. > > Second, 'make', possibly preceded by a 'make clean' just to be safe,= > > if you like. This fetches and compiles the source, of course, and > > produces the binaries and man pages. > If you have no work directory, make clean is just holding you up. :-)= > > I think one potential area of confusion is this: Again, IF I > > UNDERSTAND THIS CORRECTLY (and i think i do ;-) 'make deinstall' cal= ls > > pkg_delete, but if the makefile has been changed by a recent cvsup, > > there is always the possibility this may not work correctly, althoug= h > > it SHOULD. I generally use pkg_delete just to be safe. > Nope - as noted above - make deinstall calls pkg_delete which reads=20 off > its OWN original packing list, not what's in > /usr/ports/some_dir/some_port/pkg/PLIST. > Brett > ***************************************************** > Dr. Brett Taylor brett@peloton.runet.edu * > Dept of Chem and Physics * > Curie 39A (540) 831-6147 * > Dept. of Mathematics and Statistics * > Walker 234 (540) 831-5410 * > ***************************************************** Dear Brett Taylor, thank you very much for clarifying. When I said "make clean deletes source code" I meant exactly what you=20 indicated: the .../work subdirectory (or subtree) stuff. I apologize for not being accurate. I should probably have written "source-related code at large" e.g.=20 such files as config.h, install.h, malloc.h, command.h command.c etc.;=20 which is what I thought of and what made me use an improper=20 expression. Specifically, I had in mind the content of the=20 ...x11/kdebase11/work/... and subdirs stuff, as well as the gnome=20 related stuff (e.g. .../x11-fm/gnomemc/work/... and subdirs stuff. That this was the case should have been clear from what followed -- I=20 hope.=20 I expressly indicated that the *old* tarballs (containing the=20 compressed source code) might have interfered (bug ?) with the=20 metaport mechanism; that is, they might have cheated it into believing=20 that they were the *new* ones. That is why "make clean" should have been followed by "renaming" (or=20 even deleting) the old tarballs. The KDE metaport has caused R.J. Wright some problems. Since I had=20 (paranoidly) taken *two* snapshots of the entire ports collection, for=20 testing purposes, at two different times, and I had succeeded in=20 making KDE-1.1.2, I was trying to understand what went wrong for=20 Joseph. =20 Also, a few people think that "make deinstall" and pkg_delete perform=20 the same identical action whereas they are NOT exactly synonymous.=20 Thank you for drawing attention to this misleading delicate point once=20 again. =20 I hope not to be flamed for my inaccuracy ... and I hope that this=20 reply does not contain additional lapsus calami (or even some weird=20 error !!), either :-))) Best regards, Salvo Please note: nojunk.com =3D=3D=3D> neomedia.it to e-mail to me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 15: 4:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pegasus.cc.ucf.edu (Pegasus.cc.ucf.edu [132.170.240.30]) by hub.freebsd.org (Postfix) with ESMTP id 99FCC14E92 for ; Mon, 17 Jan 2000 15:04:33 -0800 (PST) (envelope-from ewayte@pegasus.cc.ucf.edu) Received: from pegasus.cc.ucf.edu (pegasus.cc.ucf.edu [132.170.240.30]) Ident [ewayte] by pegasus.cc.ucf.edu (Postfix) with ESMTP id E21B63424; Mon, 17 Jan 2000 18:04:31 -0500 (EST) Date: Mon, 17 Jan 2000 18:04:30 -0500 (EST) From: Eric Wayte To: Darryl Isip Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Stickers? In-Reply-To: <000e01bf610e$f82b7fe0$0f00a8c0@MitzEclipse> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Point your browser here: http://www.freebsdmall.com/ and order yourself some stickers. Helps the cause as well! Look under "Promotional" for the decals and shirts. Eric Wayte, DBA Univ. of Central Florida ewayte@pegasus.cc.ucf.edu On Mon, 17 Jan 2000, Darryl Isip wrote: > Date: Mon, 17 Jan 2000 09:19:08 -0800 > From: Darryl Isip > To: freebsd-questions@FreeBSD.ORG > Subject: FreeBSD Stickers? > > Hello, > > I was wondering if you had any stickers of FreeBSD that I can put on my computer and car? > > Please send some to: > > Darryl Isip > 15444 SE 167th PL > Renton, WA 98058-8220 > > Thanks! > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 15: 9: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cr1006145-a.yec1.on.wave.home.com (cr1006145-a.yec1.on.wave.home.com [24.112.188.210]) by hub.freebsd.org (Postfix) with ESMTP id D733F14E39 for ; Mon, 17 Jan 2000 15:08:55 -0800 (PST) (envelope-from nconway@cr1006145-a.yec1.on.wave.home.com) Received: (from nconway@localhost) by metro.cr1006145-a (8.9.3/8.9.3) id QAA08459; Sun, 16 Jan 2000 16:50:50 -0500 (EST) (envelope-from nconway) From: "Neil Conway MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14466.15674.478881.752603@metro.cr1006145-a> Date: Sun, 16 Jan 2000 16:50:50 -0500 (EST) To: questions@freebsd.org Subject: gethostbyaddr error X-Mailer: VM 6.72 under 21.1 (patch 8) "Bryce Canyon" XEmacs Lucid Reply-To: neilconway@home.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is the error I am having trouble with: // Traceback (innermost last): File "/usr/local/libexec/fetchmailconf.bin", line 1763, in ? hostname = socket.gethostbyaddr(socket.gethostname())[0] socket.error: no address associated with hostname. // This specific error is from the fetchmailconf script distributed with the fetchmail port - but I have encounted this error before (IIRC, when sending local mail using sendmail (w/ default FreeBSD config)). I am running fetchmailconf from a machine inside a private LAN with the IP address 192.168.40.5 (yes, sorry, not RFC 1918 compliant AFAIK, but I made that mistake a LONG time ago and it would be a pain to fix it now). The other boxen in this network are at 192.168.40.x, with the (Internet) gateway at 192.168.40.1 I am running FreeBSD 3.4 STABLE with a pretty fresh (2 hour old) install (so it is quite possible I have forgotten to configure something).. Thanks in advance, Neil -- Neil Conway Get my GnuPG key from: http://24.112.188.210/mykey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (FreeBSD) Comment: Processed by Mailcrypt 3.5.5 and Gnu Privacy Guard iD8DBQE4gjyBgmYXwds8KfwRAoCLAKDKNiBaNrUDDelWPc6uIUnYgWlorgCgpvPl TPLQZNvqWrFTJnZh5222sX4= =pLwH -----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 Jan 17 15:16:22 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 4064314E94 for ; Mon, 17 Jan 2000 15:16:19 -0800 (PST) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id PAA10921 for ; Mon, 17 Jan 2000 15:16:17 -0800 Date: Mon, 17 Jan 2000 15:16:17 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: RAID/DPT Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is the 5th time I've lost an array with the only message given being.... Jan 17 13:35:37 bla /kernel: (da1:dpt0:0:10:0): CCB 0xc82838b8 - timed out Jan 17 13:35:49 bla /kernel: (da1:dpt0:0:10:0): CCB 0xc82832e8 - timed out Jan 17 13:42:37 bla /kernel: (da1:dpt0:0:10:0): CCB 0xc82832e8 - timed out Jan 17 13:43:03 bla /kernel: (da1:dpt0:0:10:0): CCB 0xc82838b8 - timed out I've gone through 2 cards. 4 sticks of memory, swaped out all cables, put the card and drives into a different machine and always get the same effect after a time. No mater what I do, the thing stays up about a week then smokes the entire array. Have tried every kernel option except the one noted as "Contact driver author before setting it". Could just be that I'm setting options wrong, but I'm not sure. Does this error give any indication to anyone as to what the problem may be? I'm completely flustered.. Thanks. Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 15:29:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from apexusa.com (apexusa.com [209.102.105.130]) by hub.freebsd.org (Postfix) with ESMTP id 76B9B15053 for ; Mon, 17 Jan 2000 15:29:48 -0800 (PST) (envelope-from jwu@apexusa.com) Received: from localhost (jwu@localhost) by apexusa.com (8.8.8/8.8.8) with SMTP id PAA23028; Mon, 17 Jan 2000 15:35:07 -0800 (PST) (envelope-from jwu@apexusa.com) Date: Mon, 17 Jan 2000 15:35:07 -0800 (PST) From: Johnny Wu To: freebsd-questions@freebsd.org Subject: DPT SmartRAID IV drivers almost released? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a question regarding DPT drivers for their 4th generation SmartRAID products. It looks like they are coming out soon with their FreeBSD drivers, including a neat command-line tool to monitor/configure the system (although I got conflicting messages, see below). Is it better to wait for these drivers to get into a -RELEASE, or just use DPT developed drivers when (and if) they do get released? I'm primary interested in implementing a hot-swappable spare RAID 0/1 configuration, and according to the mailing lists, but you can't tell if a failure occurs on FreeBSD with 3rd generation DPT controllers, is that right? Also, is it true that you can can boot off of a logical drive on a DPT RAID array? I'm also hearing conflicting information on whether you need a independent drive to boot or not. Thanks in advance, Johnny Wu Systems Engineer Apex Consulting, LLC --------------------- Date: Mon, 17 Jan 2000 09:22:42 -0500 From: Sharp_Becky@dpt.com To: Johnny Wu Hello Johnny, Thank you for your message. I do not have a definite date. It is expected to be released next week. That is as close as I can get. It is in test, when that is done it will be released. Regards, Becky Sharp ----------- ---------- Date: Mon, 17 Jan 2000 14:52:41 -0500 From: support@dpt.com To: Johnny Wu Subject: Re: Drivers Question Hello Johnny, Thank you for your e-mail regarding FreeBSD drivers. The drivers are still undergoing development and we have no ETA for release. The will be available for download from our web site as soon as they are released. Best Regards, Joe Niderost Technical Support Engineer, DPT Johnny Wu on 01/15/2000 03:48:05 PM To: sales/dpt, techsupport@dpt.com cc: (bcc: Tech Support/DPT) Subject: Drivers Question Dear DPT Sales or Tech Support, For the SmartRAID V, the FreeBSD driver availablity is "COMING SOON" Can you give a more definitive date? Are we looking at a month or more than that? Thanks, Johnny Wu Apex Consulting, LLC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 16:12:11 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 EFD6514EF1 for ; Mon, 17 Jan 2000 16:12:09 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip165.r3.d.bel.nwlink.com [207.202.172.165]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id QAA08994 for ; Mon, 17 Jan 2000 16:12:08 -0800 (PST) Message-ID: <3883AEFC.F2356F6C@nwlink.com> Date: Mon, 17 Jan 2000 16:08:28 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel threads References: <38833318.657CF494@wgate.com> <20000117112651.S508@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 Alfred Perlstein wrote: > > * Jonathon McKitrick [000117 08:10] wrote: > > > > On Mon, 17 Jan 2000, Glen Driban wrote: > > > > >Any support in any of the 3.x releases for kernel threads? I can only > > >find reference to pthreads. I've searched the freeBSD.org site, looked > > >at the FAQ's and looked at the 3.x release notes. If no support for > > >kernel threads is it planned for the future and in what release might we > > >expect to see it. > > > > There are no kernel threads at the moment, but FreeBSD still has fantastic > > performance. Apparently they are now discussing what kind of architecture > > they want to use to implement kernel threads in the future. It probably > > will be a while away, however. Since 4.0 is due out soon, maybe they will > > start on kernel threads in -current after this release, and they will > > spend a while hammering out the details and bugs. > > /usr/ports/devel/linuxthreads/ Does one need specially compiled software to use these threads? -- Best Regards, Joseph You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 16:22:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 5DF6B15043 for ; Mon, 17 Jan 2000 16:22:42 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp6-pa4.neomedia.it [195.103.207.198]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id BAA03138; Tue, 18 Jan 2000 01:22:38 +0100 (CET) From: Salvo Bartolotta Date: Tue, 18 Jan 2000 00:24:20 GMT Message-ID: <20000118.242000@bartequi.ottodomain.org> Subject: Re: can't make certain ports: followup To: freebsd-questions@FreeBSD.ORG, rjoseph@nwlink.com, brett@peloton.runet.edu References: <20000117.23023600@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 > > > I think one potential area of confusion is this: Again, IF I > > > UNDERSTAND THIS CORRECTLY (and i think i do ;-) 'make deinstall' c= alls > > > pkg_delete, but if the makefile has been changed by a recent cvsup= , > > > there is always the possibility this may not work correctly, altho= ugh > > > it SHOULD. I generally use pkg_delete just to be safe. > > Nope - as noted above - make deinstall calls pkg_delete which reads > off > > its OWN original packing list, not what's in > > /usr/ports/some_dir/some_port/pkg/PLIST. Dear Brett Taylor, I write again because I am not sure that your last point is valid; however, issuing "make deinstall", which, incidentally, calls pkg_delete, does NOT perform the same identical action as issuing "pkg_delete" directly -- as one should also easily find out e.g. by sheer trial and error (at a bare minimum, make deinstall ~ pkg_delete -f). As R.J. Wright has just experienced himself, typing "make deinstall" in his freshly updated KDE metaport directory caused an attempt at uninstalling the *new* (meta)port components, which of course was NOT possible. My experience seems to confirm R.J.Wright's. Further, in a good number of past letters, the following statement is often repeated: "make deinstall" does NOT uninstall the *old* port packages; use pkg_delete instead. I should really jump into the bsd.port.mk (and related stuff) some day or other ... :-) Incidentally, in the Complete FreeBSD 2nd ed.,the only edition available in Sicily (so far), in the "Mantaining ports" section, G.Lehey seems to suggest using pkg_delete to remove a port. Am I missing anything ? 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 Mon Jan 17 16:23:28 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 3590014F01 for ; Mon, 17 Jan 2000 16:23:25 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip165.r3.d.bel.nwlink.com [207.202.172.165]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id QAA11213 for ; Mon, 17 Jan 2000 16:23:23 -0800 (PST) Message-ID: <3883B19F.C1948776@nwlink.com> Date: Mon, 17 Jan 2000 16:19:43 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: can't make certain ports References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brett Taylor wrote: > > Hi, > > On Mon, 17 Jan 2000, Jonathon McKitrick wrote: > > > One of the responders to your question said 'make clean' removes the > > old source. I believe that this is incorrect. It removes the old > > OBJECT code, which of course is generated when the source is compiled. > > When a port is updated, at least three things must happen for you to > > be able to use the new version. > > This is vague at best - make clean, in a port, removes everything in the > work directory and the work directory itself. It does not touch anything > in /usr/ports/distfiles. > > > First, 'pkg_delete' or 'make deinstall'. It would seem to me that > > once you have cvsupped, the PKG list may have changed for the new > > version of the port, so a 'pkg_delete' would be more likely to remove > > every vestige of the old package. > > The package listing in /var/db/pkg holds the old packing list. You can > have an updated version of a particular port, but the package registry > maintains the packing list for the version you installed. > > > Second, 'make', possibly preceded by a 'make clean' just to be safe, > > if you like. This fetches and compiles the source, of course, and > > produces the binaries and man pages. > > If you have no work directory, make clean is just holding you up. :-) > > > I think one potential area of confusion is this: Again, IF I > > UNDERSTAND THIS CORRECTLY (and i think i do ;-) 'make deinstall' calls > > pkg_delete, but if the makefile has been changed by a recent cvsup, > > there is always the possibility this may not work correctly, although > > it SHOULD. I generally use pkg_delete just to be safe. > > Nope - as noted above - make deinstall calls pkg_delete which reads off > its OWN original packing list, not what's in > /usr/ports/some_dir/some_port/pkg/PLIST. The problem is that, at least in my case, it wouldn't deinstall an earler version of the package (kde 1.1.1). Thus, I had to use pkg_delete to do it manually. > Brett > ***************************************************** > Dr. Brett Taylor brett@peloton.runet.edu * > Dept of Chem and Physics * > Curie 39A (540) 831-6147 * > Dept. of Mathematics and Statistics * > Walker 234 (540) 831-5410 * > ***************************************************** -- Best Regards, Joseph You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 16:31: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nisser.com (c1870039.telekabel.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id E03C114C2F for ; Mon, 17 Jan 2000 16:30:57 -0800 (PST) (envelope-from roelof@nisser.com) Received: from nisser.com (roelof [10.0.0.2]) by nisser.com (8.9.3/8.9.2) with ESMTP id BAA55236; Tue, 18 Jan 2000 01:34:29 +0100 (CET) (envelope-from roelof@nisser.com) Message-ID: <3883B420.4AFF68E0@nisser.com> Date: Tue, 18 Jan 2000 01:30:24 +0100 From: Roelof Osinga Organization: eboa - engineering buro Office Automation X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: dan@freebsddiary.org Cc: "Crist J. Clark" , questions@FreeBSD.ORG Subject: Re: OpenSSH 1.2.1 refusing incoming connections References: <200001170546.SAA29983@ducky.nz.freebsd.org>; from dan@freebsddiary.org on Mon, Jan 17, 2000 at 06:46:38PM +1300 <200001172129.KAA37382@ducky.nz.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 Dan Langille wrote: > > The keys are there: > > # ls /usr/local/etc/ssh_host_key* > /usr/local/etc/ssh_host_key /usr/local/etc/ssh_host_key.pub > > And both are non-zero in size and dated about the time I installed ssh > (back in April 1999). Perhaps things changed in sshd_config? Mine also gives: == SSH Version OpenSSH-1.2, protocol version 1.5. Compiled with SSL. debug: Reading configuration data /usr/local/etc/ssh_config debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to localhost.eboa.com [127.0.0.1] port 22. debug: Allocated local port 1015. debug: Connection established. debug: Remote protocol version 1.5, remote software version OpenSSH-1.2 debug: Waiting for server public key. debug: Received server public key (768 bits) and host key (1024 bits). == > debug: Connection established. > ssh_exchange_identification: read: No such file or directory So that does not look like a refused connection but indeed more like some key or whatever that is nonexistent. Maybe the HostKey parameter changed somehow? Roelof -- Frisian home http://omutens.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 16:40:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from topsecret.net (gill.apk.net [207.54.148.62]) by hub.freebsd.org (Postfix) with SMTP id 0FD1115054 for ; Mon, 17 Jan 2000 16:40:18 -0800 (PST) (envelope-from gill@topsecret.net) Received: from pacific.int.topsecret.net by topsecret.net with SMTP (MDaemon.v2.7.SP5.R) for ; Mon, 17 Jan 2000 19:37:51 -0500 Date: Mon, 17 Jan 2000 19:40:17 -0500 (EST) From: James Gill X-Sender: gill@pacific.int.topsecret.net To: freebsd-questions@freebsd.org Subject: apachectl and the -f switch Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Return-Path: gill@topsecret.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I can start apache with no problems by running /usr/local/sbin/apache -f /path/to/my/apache.conf by hand or in rc.local but since the newest fad is to utilize this rc.d business, i find there is already an apache.sh there: #!/bin/sh [ -d /usr/local/pgsql/lib ] && /sbin/ldconfig -m /usr/local/pgsql/lib [ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl start # > /dev/null && echo -n ' apache' Now I can't figure out how to pass a -f paramater to apachectl to tell the little bugger which .conf file to readin. What is suggested here? edit apache.sh to start '/usr/local/sbin/apache -f...' or skip the whole .../rc.d/apache.sh idea altogether? What is that /usr/local/pgsql/lib starting up with it? I am assuming it is some part of apache/php3 that wants (needs?) to wake up with apache? TIA, --gill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 16:47:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 118A91503C for ; Mon, 17 Jan 2000 16:47:49 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat60.x-treme.gr [212.120.197.252]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id CAA12552; Tue, 18 Jan 2000 02:47:42 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id BAA05575; Tue, 18 Jan 2000 01:50:27 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Tue, 18 Jan 2000 01:50:27 +0200 From: Giorgos Keramidas To: Frankie Li Cc: freebsd questions Subject: Re: /stand/sysinstall bug? Message-ID: <20000118015027.A5556@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <3880FC42.6B395ABF@lvdi.net> <20000117134936.A2338@hades.hell.gr> <38837726.CA5F2E1C@lvdi.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <38837726.CA5F2E1C@lvdi.net> X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 17, 2000 at 12:10:14PM -0800, Frankie Li wrote: > I didn't boot off the CD-ROM when I install the source... I just > booted from the hard drive, then /stand/sysinstall, and install > the source only... I fear that by re-running /stand/sysinstall, you installed a fresh copy of the base packages over the old ones. This might have clobbered your existing /etc/master.passwd file. See if you can find any missing accounts in your /etc/passwd and master.passwd ;) Oh and one more thing, the best way to upgrade the sources is using cvsup, IMHO. I can send a supfile, but making your own after reading the handbook is many times more beneficial for you. For me it makes absolutely no difference at all. Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "What we have to learn to do, we learn by doing." [Aristotle] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 16:56:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ind.alcatel.com (postal.xylan.com [208.8.0.248]) by hub.freebsd.org (Postfix) with ESMTP id 815D415041 for ; Mon, 17 Jan 2000 16:56:32 -0800 (PST) (envelope-from wes@softweyr.com) Received: from mailhub.xylan.com (mailhub [198.206.181.70]) by ind.alcatel.com (8.9.3+Sun/8.9.1 (ind.alcatel.com 3.0 [OUT])) with SMTP id QAA05263; Mon, 17 Jan 2000 16:55:47 -0800 (PST) X-Origination-Site: Received: from omni.xylan.com by mailhub.xylan.com (SMI-8.6/SMI-SVR4 (mailhub 2.1 [HUB])) id QAA22541; Mon, 17 Jan 2000 16:55:46 -0800 Received: from softweyr.com (dyn1.utah.xylan.com [198.206.184.237]) by omni.xylan.com (8.9.3+Sun/8.9.1 (Xylan engr [SPOOL])) with ESMTP id QAA06318; Mon, 17 Jan 2000 16:54:28 -0800 (PST) Message-ID: <3883BB06.819D5C0E@softweyr.com> Date: Mon, 17 Jan 2000 17:59:50 -0700 From: Wes Peters Reply-To: freebsd-questions@freebsd.org Organization: Softweyr LLC X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Satyajit Das Cc: freebsd-questions@freebsd.org Subject: Re: time and Date problem References: <3882DBCD.9AE54F6A@spnetctg.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Satyajit Das wrote: > > hello > > I'm from bangladesh. > I install FBSD 3.3 . > FBSD shows 12 hours advanced from current time and also date. > when i install i select Bangladesh . > please inform how can i fix my current time and date. I have forwarded your question and directed replies to the FreeBSD-questions mailing list, as this is the appropriate place to find answers for this kind of question. Now, to attempt to answer it: when you were installing, do you remember the install program asking you if your CMOS clock is set to local time or GMT time? I suspect you answered that question wrong. For more information, see "man adjkerntz". Basically, if your BIOS/CMOS clock is set to the local time, you need to create a file called /etc/wall_cmos_clock. You can do this by typing (as root): touch /etc/wall_cmos_clock If your BIOS/CMOS clock is set to GMT, remove the /etc/wall_cmos_clock file so your computer will know the clock is on GMT at startup. Lastly, be sure your CMOS clock, which is accessible from the BIOS setup screens, is correct. -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 17: 0:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 2ACAC14FFE for ; Mon, 17 Jan 2000 17:00:42 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id OAA39648; Tue, 18 Jan 2000 14:00:22 +1300 (NZDT) Message-Id: <200001180100.OAA39648@ducky.nz.freebsd.org> From: "Dan Langille" Organization: langille.org To: Roelof Osinga Date: Tue, 18 Jan 2000 14:00:17 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: OpenSSH 1.2.1 refusing incoming connections Reply-To: dan@langille.org Cc: "Crist J. Clark" , questions@FreeBSD.ORG In-reply-to: <3883B420.4AFF68E0@nisser.com> X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18 Jan 00, at 1:30, Roelof Osinga wrote: > Dan Langille wrote: > > > > The keys are there: > > > > # ls /usr/local/etc/ssh_host_key* > > /usr/local/etc/ssh_host_key /usr/local/etc/ssh_host_key.pub > > > > And both are non-zero in size and dated about the time I installed ssh > > (back in April 1999). > > Perhaps things changed in sshd_config? Mine also gives: > > == > SSH Version OpenSSH-1.2, protocol version 1.5. > Compiled with SSL. > debug: Reading configuration data /usr/local/etc/ssh_config > debug: ssh_connect: getuid 0 geteuid 0 anon 0 > debug: Connecting to localhost.eboa.com [127.0.0.1] port 22. > debug: Allocated local port 1015. > debug: Connection established. > debug: Remote protocol version 1.5, remote software version OpenSSH-1.2 > debug: Waiting for server public key. debug: Received server public key > (768 bits) and host key (1024 bits). == Mine shows: SSH Version OpenSSH-1.2.1, protocol version 1.5. Compiled with SSL. debug: Reading configuration data /usr/local/etc/ssh_config debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to localhost [127.0.0.1] port 22. debug: Allocated local port 985. debug: Connection established. ssh_exchange_identification: read: No such file or directory debug: Calling cleanup 0x805359c(0x0) > > debug: Connection established. > > ssh_exchange_identification: read: No such file or directory > > So that does not look like a refused connection but indeed more like > some key or whatever that is nonexistent. Maybe the HostKey parameter > changed somehow? OK. I just moved the following files to a safe location: [root@ducky:/usr/local/etc] # ls -ld ssh* -rw-r--r-- 1 root wheel 879 Jan 17 20:03 ssh_config -rw------- 1 root wheel 538 Apr 25 1999 ssh_host_key -rw-r--r-- 1 root wheel 342 Apr 25 1999 ssh_host_key.pub -rw------- 1 root wheel 512 Dec 13 23:32 ssh_random_seed -rw-r--r-- 1 root wheel 1212 Jan 17 20:03 sshd_config Then I did a pkg_delete OpenSSH-1.2.1 then a reinstall of OpenSSH-1.2.1 Same problem. This time I did a ktrace (thanks Wyze): $ ktrace ssh localhost ssh_exchange_identification: read: No such file or directory $ kdump 39607 ktrace RET ktrace 0 39607 ktrace CALL readlink(0x280cdd84,0xbfbfd694,0x3f) 39607 ktrace NAMI "/etc/malloc.conf" 39607 ktrace RET readlink -1 errno 2 No such file or directory 39607 ktrace CALL mmap(0,0x1000,0x3,0x1002,0xffffffff,0,0,0) 39607 ktrace RET mmap 672014336/0x280e2000 39607 ktrace CALL break(0x804c000) 39607 ktrace RET break 0 39607 ktrace CALL break(0x804d000) 39607 ktrace RET break 0 39607 ktrace CALL execve(0xbfbfd79c,0xbfbfdc60,0xbfbfdc6c) 39607 ktrace NAMI "/sbin/ssh" 39607 ktrace RET execve -1 errno 2 No such file or directory 39607 ktrace CALL execve(0xbfbfd79c,0xbfbfdc60,0xbfbfdc6c) 39607 ktrace NAMI "/bin/ssh" 39607 ktrace RET execve -1 errno 2 No such file or directory 39607 ktrace CALL execve(0xbfbfd79c,0xbfbfdc60,0xbfbfdc6c) 39607 ktrace NAMI "/usr/sbin/ssh" 39607 ktrace RET execve -1 errno 2 No such file or directory 39607 ktrace CALL execve(0xbfbfd79c,0xbfbfdc60,0xbfbfdc6c) 39607 ktrace NAMI "/usr/bin/ssh" 39607 ktrace RET execve -1 errno 2 No such file or directory 39607 ktrace CALL execve(0xbfbfd79c,0xbfbfdc60,0xbfbfdc6c) 39607 ktrace NAMI "/usr/games/ssh" 39607 ktrace RET execve -1 errno 2 No such file or directory 39607 ktrace CALL execve(0xbfbfd79c,0xbfbfdc60,0xbfbfdc6c) 39607 ktrace NAMI "/usr/local/bin/ssh" 39607 ktrace NAMI "/usr/libexec/ld-elf.so.1" -- Dan Langille [I'm looking for more work] http://www.langille.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 17: 1:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from topsecret.net (gill.apk.net [207.54.148.62]) by hub.freebsd.org (Postfix) with SMTP id 9F90015058 for ; Mon, 17 Jan 2000 17:01:08 -0800 (PST) (envelope-from gill@topsecret.net) Received: from pacific.int.topsecret.net by topsecret.net with SMTP (MDaemon.v2.7.SP5.R) for ; Mon, 17 Jan 2000 19:58:38 -0500 Date: Mon, 17 Jan 2000 20:01:05 -0500 (EST) From: James Gill X-Sender: gill@pacific.int.topsecret.net To: freebsd-questions@FreeBSD.ORG Subject: Re: apachectl and the -f switch In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-MDaemon-Deliver-To: freebsd-questions@FreeBSD.ORG X-Return-Path: gill@topsecret.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sometimes just articulating the problem is the most important step in fixing it. So immediately after sending that message, having seen mention of the "stupid" apachectl "script" in the archive of this list, i decided to take a look inside that /usr/local/sbin/apachectl business and found: #!/bin/sh # # Apache control script designed to allow an easy command line interface # to controlling Apache. Written by Marc Slemko, 1997/08/23 ... # the path to your httpd binary, including options if necessary HTTPD='/usr/local/sbin/apache -f /usr/local/etc/apache/apache.conf' ... So consider the following issue resolved ;) On Mon, 17 Jan 2000, James Gill wrote: ->I can start apache with no problems by running ->/usr/local/sbin/apache -f /path/to/my/apache.conf ->by hand or in rc.local -> ->but since the newest fad is to utilize this rc.d business, i find there is ->already an apache.sh there: ->#!/bin/sh ->[ -d /usr/local/pgsql/lib ] && /sbin/ldconfig -m /usr/local/pgsql/lib ->[ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl start -># > /dev/null && echo -n ' apache' -> ->Now I can't figure out how to pass a -f paramater to apachectl to tell the ->little bugger which .conf file to readin. -> ->What is suggested here? edit apache.sh to start '/usr/local/sbin/apache ->-f...' or skip the whole .../rc.d/apache.sh idea altogether? -> ->What is that /usr/local/pgsql/lib starting up with it? I am assuming it ->is some part of apache/php3 that wants (needs?) to wake up with apache? note: i still haven't found out about this part (yet). --gill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 17: 4:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pau-amma.whistle.com (pau-amma.whistle.com [207.76.205.64]) by hub.freebsd.org (Postfix) with ESMTP id C029614F17 for ; Mon, 17 Jan 2000 17:04:25 -0800 (PST) (envelope-from dhw@whistle.com) Received: (from dhw@localhost) by pau-amma.whistle.com (8.9.2/8.9.2) id QAA73150 for freebsd-questions@freebsd.org; Mon, 17 Jan 2000 16:46:03 -0800 (PST) Date: Mon, 17 Jan 2000 16:46:03 -0800 (PST) From: David Wolfskill Message-Id: <200001180046.QAA73150@pau-amma.whistle.com> To: freebsd-questions@freebsd.org Subject: /bin/sh in FreeBSD-2.10-R gets "Syntax error: Bad substitution" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG One of our servers is (still!) running FreeBSD-2.1.0-R (because I haven't figured out how to upgrade it with as little disruption as I'm comfortable with). I've been upgrading the version of the BIND package running on various machines -- a Solaris 2.6 box & 3 FreeBSD (3.2-R) boxen at home yesterday, and I did a couple of FreeBSD boxen here at work this morning (3.1-R & 2.2.6-R). But this one that's running 2.1.0-R chokes in trying to deal with the src/port/settings script during the initial "make clean": whistle# 27 make clean Making /usr/local/src/bind-8.2.2.P5/src/.systype Making .settings port/settings: 1: Syntax error: Bad substitution *** Error code 2 Stop. OK; so that's a Bad Thing. :-( So I tried to figure out what was going on: whistle# 35 make -n set -e; version=`cat Version`; systype=`sh port/systype .systype`; if [ $systype = "unknown" ]; then echo "There is no BIND port for this system in this kit."; else settings=`sh port/settings .settings < port/$systype/Makefile.set`; PATH=`pwd`/port/$systype/bin:$PATH; export PATH; for x in include port lib bin; do ( cd $x; pwd; eval "make $settings SYSTYPE=$systype VER=$version all"; ); done fi OK... so port/settings is just a shell script; I copied it to /tmp and inserted set -x set -v just after the #!/bin/sh line. Then: whistle# 36 sh # set -e # export version;version=`cat Version` # echo $version 8.2.2-P5 # export systype;systype=`sh port/systype .systype` Using .systype # echo $systype freebsd # export settings;settings=`sh /tmp/settings .settings < port/$systype/Makefile.set` + set -v + cachefile=.settings + [ -f .settings ] + echo Making .settings Making .settings + LC_COLLATE=C + export LC_COLLATE + result= /tmp/settings: 1: Syntax error: Bad substitution whistle# 37 Bleagh.... So I fired up an xterm for the only general-purpose computer left at home that didn't get the BIND upgrade over the weekend -- a Sun 3/60, running SunOS 4.1.1_U1. And the "make clean" (and other stuff, though it's only perhaps halfway through the "make all"; I only started it about 30 minutes ago -- Sun 3/60s aren't overwhelmingly fast (any more)) works just fine there... so I'm wondering if possibly there was a bug in FreeBSD's /bin/sh circa 2.1.0-R that I might be able to circumvent. Here's the script (as modified with the additional "set" statements): -------------%<------------------------------- #!/bin/sh set -x set -v # this process is necessary because make(1) puts its command line into # the environment, and when we exec a sub-make we need these command # line settings (like CDEBUG=-g for example) to override what we get out # of port/$systype/Makefile.set. therefore feed Makefile.set to this # and it will merge things appropriately. a cache file is maintained # to avoid calling this script way too often. cachefile=${1-//} if [ -f "$cachefile" ]; then echo "Using $cachefile" >&2 exec cat $cachefile fi case $cachefile in //) ;; *) echo "Making $cachefile" >&2 ;; esac # expr is sensitive to LC_COLLATE settings. We want 'C'. LC_COLLATE=C export LC_COLLATE result='' while read setting; do var=`expr "$setting" : "'\([A-Z0-9_]*\)="` val=`expr "$setting" : "'[A-Z0-9_]*=\([^']*\)'\$"` eval "env=`echo \\${\$var-'$val'}`" result="$result '$var=$env'" done case $cachefile in //) echo $result ;; *) echo $result > $cachefile exec cat $cachefile ;; esac exit ------------->%------------------------------- (Yes, I *know* I need to upgrade the machine. It is running some rather mission-critical workload, such as being a critical internal mail relay & nameserver. I've been working on lessening our dependence on the one machine, in preparation for replacing it. But I have a few other things to do, too....) Thanks in advance, david -- David Wolfskill dhw@whistle.com UNIX System Administrator voice: (650) 577-7158 pager: (888) 347-0197 FAX: (650) 372-5915 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 17:17:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc3.on.home.com (ha1.rdc3.on.home.com [24.2.9.68]) by hub.freebsd.org (Postfix) with ESMTP id C6CA414A1E for ; Mon, 17 Jan 2000 17:17:22 -0800 (PST) (envelope-from danyc@playground.net) Received: from playground.net ([24.114.192.235]) by mail.rdc3.on.home.com (InterMail v4.01.01.02 201-229-111-106) with ESMTP id <20000118011508.SHIV15357.mail.rdc3.on.home.com@playground.net> for ; Mon, 17 Jan 2000 17:15:08 -0800 Message-ID: <3883BFE2.AE260F84@playground.net> Date: Mon, 17 Jan 2000 20:20:35 -0500 From: Dany Cayouette X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: PPPoE Problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I recently got my hands on an old DEC pentium 133 PC. I just got FreeBSD 3.4-RELEASE installed. I am interested in getting PPPoE running. I recompile a kernel with all the NETGRAPH options. The first problem I noticed is a 50% success rate on getting a successful connection. I start my session with the command "ppp -dedicated". I stop the session with "kill ". When the process terminates, I get the following 2 messages: /var/log/messages: Jan 12 16:48:19 freebsd ppp[265]: tun0: Warning: deflink: Oops: Got 8 bytes but 4 byte payload Jan 12 16:48:20 freebsd ppp[265]: tun0: Warning: deflink: Oops: Got 8 bytes but 4 byte payload When I try to restart "ppp -dedicated" I don't get any special error messages but a tcpdump suggests that nothing goes out on the Ethernet interface. I kill the ppp process and re-issue the command "ppp -dedicated" and everything works! I wanted to do more debugging today but now nothing works. I am getting a write error on the tun interface. Any idea on what extra debugging I could turn on... Here is my configuration, the output on /var/log/ppp.log for the write failure and finally output from a successful session: /etc/ppp/ppp.conf default: set device PPPoE:de0 set MRU 1490 set MTU 1490 set authname user@domain.com set authkey password set log Phase Chat LCP IPCP CCP tun command # set log Phase IPCP CCP tun LCP set dial set login "TIMEOUT 1.5 name:\\r-login:\\U:\\P ocol:PPP HELLO" set ifaddr 10.0.0.1/0 10.0.0.2/0 add default HISADDR # enable dns set cd off set crtscts off /var/log/ppp.log -------- Failing Session -------- Jan 17 13:31:30 freebsd ppp[6886]: Phase: Using interface: tun0 Jan 17 13:31:30 freebsd ppp[6886]: Phase: deflink: Created in closed state Jan 17 13:31:30 freebsd ppp[6887]: tun0: Phase: PPP Started (dedicated mode). Jan 17 13:31:30 freebsd ppp[6887]: tun0: Phase: bundle: Establish Jan 17 13:31:30 freebsd ppp[6887]: tun0: Phase: deflink: closed -> opening Jan 17 13:31:30 freebsd ppp[6887]: tun0: Phase: deflink: Connected! Jan 17 13:31:30 freebsd ppp[6887]: tun0: Phase: deflink: opening -> carrier Jan 17 13:31:31 freebsd ppp[6887]: tun0: Phase: deflink: Disconnected! Jan 17 13:31:31 freebsd ppp[6887]: tun0: Phase: deflink: carrier -> lcp Jan 17 13:31:31 freebsd ppp[6887]: tun0: LCP: FSM: Using "deflink" as a transport Jan 17 13:31:31 freebsd ppp[6887]: tun0: LCP: deflink: State change Initial --> Closed Jan 17 13:31:31 freebsd ppp[6887]: tun0: LCP: deflink: State change Closed --> Stopped Jan 17 13:31:32 freebsd ppp[6887]: tun0: LCP: deflink: LayerStart Jan 17 13:31:32 freebsd ppp[6887]: tun0: LCP: deflink: SendConfigReq(1) state = Stopped Jan 17 13:31:32 freebsd ppp[6887]: tun0: LCP: ACFCOMP[2] Jan 17 13:31:32 freebsd ppp[6887]: tun0: LCP: PROTOCOMP[2] Jan 17 13:31:32 freebsd ppp[6887]: tun0: LCP: ACCMAP[6] 0x00000000 Jan 17 13:31:32 freebsd ppp[6887]: tun0: LCP: MRU[4] 1490 Jan 17 13:31:32 freebsd ppp[6887]: tun0: LCP: MAGICNUM[6] 0x744e7a6d Jan 17 13:31:32 freebsd ppp[6887]: tun0: LCP: deflink: State change Stopped --> Req-Sent Jan 17 13:31:32 freebsd ppp[6887]: tun0: Phase: deflink: write (1): Network is unreachable Jan 17 13:31:32 freebsd ppp[6887]: tun0: LCP: deflink: State change Req-Sent --> Starting Jan 17 13:31:32 freebsd ppp[6887]: tun0: LCP: deflink: LayerFinish Jan 17 13:31:32 freebsd ppp[6887]: tun0: LCP: deflink: State change Starting --> Initial Jan 17 13:31:32 freebsd ppp[6887]: tun0: Phase: deflink: Disconnected! Jan 17 13:31:32 freebsd ppp[6887]: tun0: LCP: FSM: Using "deflink" as a transport Jan 17 13:31:32 freebsd ppp[6887]: tun0: LCP: deflink: State change Initial --> Closed Jan 17 13:31:32 freebsd ppp[6887]: tun0: LCP: deflink: State change Closed --> Stopped Jan 17 13:31:32 freebsd ppp[6887]: tun0: Phase: deflink: Disconnected! .......................... ------ Successful session ------ Jan 12 16:41:40 freebsd ppp[264]: Phase: Using interface: tun0 Jan 12 16:41:40 freebsd ppp[264]: Phase: deflink: Created in closed state Jan 12 16:41:41 freebsd ppp[265]: tun0: LCP: FSM: Using "deflink" as a transport Jan 12 16:41:41 freebsd ppp[265]: tun0: LCP: deflink: State change Initial --> Closed Jan 12 16:41:41 freebsd ppp[265]: tun0: LCP: deflink: State change Closed --> Stopped Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: deflink: LayerStart Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: deflink: SendConfigReq(1) state = Stopped Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: ACFCOMP[2] Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: PROTOCOMP[2] Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: ACCMAP[6] 0x00000000 Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: MRU[4] 1490 Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: MAGICNUM[6] 0x52516508 Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: deflink: State change Stopped --> Req-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: deflink: RecvConfigReq(249) state = Req-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: MAGICNUM[6] 0x5b6ecd20 Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: MRU[4] 1492 Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: AUTHPROTO[5] 0xc223 (CHAP 0x05) Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: deflink: SendConfigAck(249) state = Req-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: MAGICNUM[6] 0x5b6ecd20 Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: MRU[4] 1492 Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: AUTHPROTO[5] 0xc223 (CHAP 0x05) Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: deflink: State change Req-Sent --> Ack-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: deflink: RecvConfigRej(1) state = Ack-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: ACFCOMP[2] Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: PROTOCOMP[2] Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: ACCMAP[6] 0x00000000 Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: deflink: SendConfigReq(2) state = Ack-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: MRU[4] 1490 Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: MAGICNUM[6] 0x52516508 Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: deflink: RecvConfigAck(2) state = Ack-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: deflink: State change Ack-Sent --> Opened Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: deflink: LayerUp Jan 12 16:41:42 freebsd ppp[265]: tun0: CCP: FSM: Using "deflink" as a transport Jan 12 16:41:42 freebsd ppp[265]: tun0: CCP: deflink: State change Initial --> Closed Jan 12 16:41:42 freebsd ppp[265]: tun0: CCP: deflink: LayerStart. Jan 12 16:41:42 freebsd ppp[265]: tun0: CCP: deflink: SendConfigReq(1) state = Closed Jan 12 16:41:42 freebsd ppp[265]: tun0: CCP: DEFLATE[4] win 15 Jan 12 16:41:42 freebsd ppp[265]: tun0: CCP: PRED1[2] Jan 12 16:41:42 freebsd ppp[265]: tun0: CCP: deflink: State change Closed --> Req-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: FSM: Using "deflink" as a transport Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: deflink: State change Initial --> Closed Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: deflink: LayerStart. Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: deflink: SendConfigReq(1) state = Closed Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: IPADDR[6] 10.0.0.1 Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: PRIDNS[6] 10.10.10.10 Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: SECDNS[6] 20.20.20.20 Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: deflink: State change Closed --> Req-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: deflink: RecvConfigReq(220) state = Req-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: IPADDR[6] 10.64.178.94 Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: deflink: SendConfigAck(220) state = Req-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: IPADDR[6] 10.64.178.94 Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: deflink: State change Req-Sent --> Ack-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: deflink: RecvProtocolRej(250) state = Opened Jan 12 16:41:42 freebsd ppp[265]: tun0: LCP: deflink: -- Protocol 0x80fd (Compression Control Protocol) was rejected! Jan 12 16:41:42 freebsd ppp[265]: tun0: CCP: deflink: State change Req-Sent --> Stopped Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: deflink: RecvConfigRej(1) state = Ack-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: deflink: SendConfigReq(2) state = Ack-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: IPADDR[6] 10.0.0.1 Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: PRIDNS[6] 10.10.10.10 Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: SECDNS[6] 20.20.20.20 Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: deflink: RecvConfigNak(2) state = Ack-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: IPADDR[6] 10.200.0.6 Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: IPADDR[6] changing address: 10.0.0.1 --> 10.200.0.6 Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: deflink: SendConfigReq(3) state = Ack-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: IPADDR[6] 10.200.0.6 Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: PRIDNS[6] 10.10.10.10 Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: SECDNS[6] 20.20.20.20 Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: deflink: RecvConfigAck(3) state = Ack-Sent Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: deflink: State change Ack-Sent --> Opened Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: deflink: LayerUp. Jan 12 16:41:42 freebsd ppp[265]: tun0: IPCP: myaddr 10.200.0.6 hisaddr = 10.64.178.94 Jan 12 16:41:53 freebsd ppp[265]: tun0: LCP: deflink: RecvEchoRequest(0) state = Opened Jan 12 16:41:53 freebsd ppp[265]: tun0: LCP: deflink: SendEchoReply(0) state = Opened Jan 12 16:42:04 freebsd ppp[265]: tun0: LCP: deflink: RecvEchoRequest(1) state = Opened Jan 12 16:42:04 freebsd ppp[265]: tun0: LCP: deflink: SendEchoReply(1) state = Opened Jan 12 16:42:14 freebsd ppp[265]: tun0: LCP: deflink: RecvEchoRequest(2) state = Opened Jan 12 16:42:14 freebsd ppp[265]: tun0: LCP: deflink: SendEchoReply(2) state = Opened Jan 12 16:42:25 freebsd ppp[265]: tun0: LCP: deflink: RecvEchoRequest(3) state = Opened --- repeating lines deleted Jan 12 16:48:03 freebsd ppp[265]: tun0: LCP: deflink: RecvEchoRequest(34) state = Opened Jan 12 16:48:03 freebsd ppp[265]: tun0: LCP: deflink: SendEchoReply(34) state = Opened Jan 12 16:48:13 freebsd ppp[265]: tun0: LCP: deflink: RecvEchoRequest(35) state = Opened Jan 12 16:48:14 freebsd ppp[265]: tun0: LCP: deflink: SendEchoReply(35) state = Opened Jan 12 16:48:19 freebsd ppp[265]: tun0: IPCP: deflink: LayerDown: 10.200.0.6 Jan 12 16:48:19 freebsd ppp[265]: tun0: IPCP: deflink: SendTerminateReq(4) state = Opened Jan 12 16:48:19 freebsd ppp[265]: tun0: IPCP: deflink: State change Opened --> Closing Jan 12 16:48:19 freebsd ppp[265]: tun0: Warning: deflink: Oops: Got 8 bytes but 4 byte payload Jan 12 16:48:19 freebsd ppp[265]: tun0: IPCP: deflink: RecvTerminateAck(4) state = Closing Jan 12 16:48:19 freebsd ppp[265]: tun0: IPCP: deflink: LayerFinish. Jan 12 16:48:19 freebsd ppp[265]: tun0: IPCP: Connect time: 397 secs: 0 octets in, 0 octets out Jan 12 16:48:19 freebsd ppp[265]: tun0: IPCP: total 0 bytes/sec, peak 0 bytes/sec on Wed Jan 12 16:48:19 2000 Jan 12 16:48:19 freebsd ppp[265]: tun0: IPCP: deflink: State change Closing --> Closed Jan 12 16:48:19 freebsd ppp[265]: tun0: CCP: deflink: State change Stopped --> Closed Jan 12 16:48:19 freebsd ppp[265]: tun0: CCP: deflink: State change Closed --> Initial Jan 12 16:48:19 freebsd ppp[265]: tun0: LCP: deflink: LayerDown Jan 12 16:48:19 freebsd ppp[265]: tun0: LCP: deflink: SendTerminateReq(3) state = Opened Jan 12 16:48:19 freebsd ppp[265]: tun0: LCP: deflink: State change Opened --> Closing Jan 12 16:48:19 freebsd ppp[265]: tun0: IPCP: deflink: State change Closed --> Initial Jan 12 16:48:19 freebsd ppp[265]: tun0: Warning: deflink: Oops: Got 8 bytes but 4 byte payload Jan 12 16:48:19 freebsd ppp[265]: tun0: LCP: deflink: RecvTerminateAck(3) state = Closing Jan 12 16:48:19 freebsd ppp[265]: tun0: LCP: deflink: LayerFinish Jan 12 16:48:19 freebsd ppp[265]: tun0: LCP: deflink: State change Closing --> Closed Jan 12 16:48:19 freebsd ppp[265]: tun0: LCP: deflink: State change Closed --> Initial Regards, Dany Cayouette To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 17:44:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by hub.freebsd.org (Postfix) with ESMTP id 3CE6614EEC for ; Mon, 17 Jan 2000 17:44:54 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from 208-58-242-90.s90.tnt2.atnnj.pa.dialup.rcn.com ([208.58.242.90] helo=dogma.freebsd-uk.eu.org) by smtp03.mrf.mail.rcn.net with esmtp (Exim 2.12 #3) id 12ANhL-0003Ds-00 for freebsd-questions@freebsd.org; Mon, 17 Jan 2000 20:44:44 -0500 Message-ID: <3883C588.5BC5104C@dogma.freebsd-uk.eu.org> Date: Mon, 17 Jan 2000 20:44:41 -0500 From: Jonathon McKitrick X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions Subject: simple ppp.linkup question 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 trying to give myself a signal when my ppp link comes up, since i don't have a blinking modem applet like Gnome or KDE. Why does this say invalid command for the cat command and the echo command? rcn: /bin/cat /usr/home/jcm/files/sorrydave.au > /dev/audio echo "\a\a" !bg /usr/local/sbin/adzapper delete ALL add 0 0 HISADDR ba: delete ALL add default HISADDR enable dns bas: delete ALL add default HISADDR enable dns rcns: delete ALL add default HISADDR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 17:49:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id B036314D2D for ; Mon, 17 Jan 2000 17:49:15 -0800 (PST) (envelope-from jonc@logisticsoftware.co.nz) Received: from jonc.logisticsoftware.co.nz (jonc.logisticsoftware.co.nz [10.1.3.1]) by logisticsoftware.co.nz (8.9.3/8.9.3) with ESMTP id OAA22134; Tue, 18 Jan 2000 14:49:13 +1300 (NZDT) Received: (from jonc@localhost) by jonc.logisticsoftware.co.nz (8.9.3/8.9.3) id OAA03557; Tue, 18 Jan 2000 14:49:13 +1300 (NZDT) (envelope-from jonc) Date: Tue, 18 Jan 2000 14:49:13 +1300 From: Jonathan Chen To: Jonathon McKitrick Cc: questions Subject: Re: simple ppp.linkup question Message-ID: <20000118144912.A3471@jonc.logisticsoftware.co.nz> References: <3883C588.5BC5104C@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3883C588.5BC5104C@dogma.freebsd-uk.eu.org>; from jcm@dogma.freebsd-uk.eu.org on Mon, Jan 17, 2000 at 08:44:41PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 17, 2000 at 08:44:41PM -0500, Jonathon McKitrick wrote: > I'm trying to give myself a signal when my ppp link comes up, since i > don't have a blinking modem applet like Gnome or KDE. Why does this > say invalid command for the cat command and the echo command? > > rcn: > /bin/cat /usr/home/jcm/files/sorrydave.au > /dev/audio > echo "\a\a" > !bg /usr/local/sbin/adzapper > delete ALL > add 0 0 HISADDR 'Cos these aren't commands that ppp(1) understands. You need to precede those lines with "shell" or "!". Jonathan Chen ------------------------------------------------------------------------ "If you wish your merit to be known, acknowledge that of other people" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 17:51:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id CFEC214D10 for ; Mon, 17 Jan 2000 17:51:43 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id OAA39974; Tue, 18 Jan 2000 14:51:20 +1300 (NZDT) Message-Id: <200001180151.OAA39974@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: Roelof Osinga , "Crist J. Clark" , questions@FreeBSD.ORG Date: Tue, 18 Jan 2000 14:51:17 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: OpenSSH 1.2.1 refusing incoming connections Reply-To: dan@freebsddiary.org Cc: questions@FreeBSD.ORG In-reply-to: <3883B420.4AFF68E0@nisser.com> X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18 Jan 00, at 1:30, Roelof Osinga wrote: > So that does not look like a refused connection but indeed more like > some key or whatever that is nonexistent. Maybe the HostKey parameter > changed somehow? Hmmm, there's a better Ktrace at http://www.freebsddiary.com/ktrace3.txt be warned: it's 277K. Here's the last bit: 39909 ssh RET read 4096/0x1000 39909 ssh CALL madvise(0x8074000,0x1000,0x5) 39909 ssh RET madvise 0 39909 ssh CALL madvise(0x8073000,0x1000,0x5) 39909 ssh RET madvise 0 39909 ssh CALL close(0x4) 39909 ssh RET close 0 39909 ssh CALL madvise(0x8071000,0x1000,0x5) 39909 ssh RET madvise 0 39909 ssh CALL read(0x3,0xbfbfd264,0x1) 39909 ssh GIO fd 3 read 0 bytes "" 39909 ssh RET read 0 39909 ssh CALL write(0x2,0xbfbfc5c8,0x3c) 39909 ssh GIO fd 2 wrote 60 bytes "ssh_exchange_identification: read: No such file or directory" 39909 ssh RET write 60/0x3c 39909 ssh CALL write(0x2,0xbfbfc5c0,0x2) 39909 ssh GIO fd 2 wrote 2 bytes "\r " 39909 ssh RET write 2 39909 ssh CALL shutdown(0x3,0x2) 39909 ssh RET shutdown 0 39909 ssh CALL close(0x3) 39909 ssh RET close 0 39909 ssh CALL madvise(0x806b000,0x1000,0x5) 39909 ssh RET madvise 0 39909 ssh CALL madvise(0x806c000,0x1000,0x5) 39909 ssh RET madvise 0 39909 ssh CALL madvise(0x806f000,0x1000,0x5) 39909 ssh RET madvise 0 39909 ssh CALL madvise(0x8070000,0x1000,0x5) 39909 ssh RET madvise 0 39909 ssh CALL exit(0xff) -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 18: 0: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 8BB35150E3 for ; Mon, 17 Jan 2000 17:59:58 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id VAA63752; Mon, 17 Jan 2000 21:04:01 -0500 (EST) (envelope-from cjc) Date: Mon, 17 Jan 2000 21:04:01 -0500 From: "Crist J. Clark" To: Duke Normandin <01031149@3web.net> Cc: charon@hades.hell.gr, "keramida@ceid.upatras.gr" , freebsd-questions@FreeBSD.ORG Subject: Re: Firewall: ipfw or natd Message-ID: <20000117210401.B63571@cc942873-a.ewndsr1.nj.home.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from 01031149@3web.net on Mon, Jan 17, 2000 at 01:51:38PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 17, 2000 at 01:51:38PM -0700, Duke Normandin wrote: > On 01/17/2000 6:03:50 AM, Giorgos Keramidas wrote: > > >On Sun, Jan 16, 2000 at 06:24:04PM -0700, Duke Normandin wrote: > >> > >> What criterion (ia) are used for determining the use of ipfw or natd > >> in creating a firewall? TIA.. > > > >You can use both on the same `firewall'. > > > >They are two different programs, with a different purpose each. > > > > I gathered as much now....thanks! I'm now curious to read the answer to the post with > the subject line, "ipf/ipnat vs ipfw/natd", as well as determining whether or not > natd's `divert' capabality has (can have) anyhting to do with firewalling. ipfw(8) has "divert" capability. You must have ipfw enabled and divert rules in place in order to use natd(8). -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 18:27:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.beastie.net (cr13646-a.lngly1.bc.wave.home.com [24.113.138.52]) by hub.freebsd.org (Postfix) with ESMTP id 33D8615158 for ; Mon, 17 Jan 2000 18:27:15 -0800 (PST) (envelope-from beastie@beastie.net) Received: from [192.168.1.2] (helo=Beastie) by www.beastie.net with smtp (Exim 3.03 #1) id 12AOLC-0004hS-00 for questions@FreeBSD.org; Mon, 17 Jan 2000 18:25:54 -0800 Message-ID: <002801bf615b$a389d2a0$0201a8c0@uniserve.com> From: "David Fuchs" To: Subject: NNTP & CNEWS Date: Mon, 17 Jan 2000 18:28:00 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0025_01BF6118.954CA200" 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_0025_01BF6118.954CA200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Simple problem: Does anyone know where I can get some definitive information for CNEWS? = I've installed nntp-1.5.12.2.tgz and cnews-cr.g.tgz on FreeBSD 3.2 and I've got the news server working, but everything with = CNEWS comes in a multitude of batch files. The information I'm looking = for is essentially this: When I post a message, the message is stored in /var/news/in.coming/, = and the only way I can process that directory is to run a newsrun = script. Right now I'm running the script with cron every minute to = process the messages, but I'm sure there's a better way to be doing = this. So if anyone has a website address or anything else for me to = look at it would be much appreciated. ------=_NextPart_000_0025_01BF6118.954CA200 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Simple problem:
 
Does anyone know where I can get some = definitive=20 information for CNEWS? I've installed
 
nntp-1.5.12.2.tgz and
cnews-cr.g.tgz
 
on FreeBSD 3.2 and I've got the news = server=20 working, but everything with CNEWS comes in a multitude of batch = files. =20 The information I'm looking for is essentially this:
 
When I post a message, the message is = stored in=20 /var/news/in.coming/, and the only way I can process that directory is = to run a=20 newsrun script.  Right now I'm running the script with cron every = minute to=20 process the messages, but I'm sure there's a better way to be doing = this. =20 So if anyone has a website address or anything else for me to look at it = would=20 be much appreciated.
------=_NextPart_000_0025_01BF6118.954CA200-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 18:30: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bomber.avantgo.com (ws1.avantgo.com [207.214.200.194]) by hub.freebsd.org (Postfix) with ESMTP id 2882314BD3 for ; Mon, 17 Jan 2000 18:29:58 -0800 (PST) (envelope-from scott@avantgo.com) Received: from river ([10.0.128.30]) by bomber.avantgo.com (Netscape Messaging Server 3.5) with SMTP id 409; Mon, 17 Jan 2000 18:26:10 -0800 Message-ID: <00fc01bf615b$c3638260$1e80000a@avantgo.com> From: "Scott Hess" To: "Alfred Perlstein" , "Jonathon McKitrick" Cc: "Glen Driban" , References: <20000117112651.S508@fw.wintelcom.net> <20000117115856.U508@fw.wintelcom.net> Subject: Re: kernel threads Date: Mon, 17 Jan 2000 18:28:53 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As far as I can tell it doesn't even _compile_ under 3.x, much less run, with or without SMP. Later, scott ----- Original Message ----- From: "Alfred Perlstein" To: "Jonathon McKitrick" Cc: "Glen Driban" ; Sent: Monday, January 17, 2000 11:58 AM Subject: Re: kernel threads > * Jonathon McKitrick [000117 11:55] wrote: > > > > Isn't there a difference between linuxthreads and native FreeBSD kernel > > threads? > > No, the port gives freebsd linux-like kernel threads. Don't expect it > to work on 3.x+SMP though. > > -Alfred > > > 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 Jan 17 18:35:32 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 71628150D0 for ; Mon, 17 Jan 2000 18:35:30 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip224.r8.d.bel.nwlink.com [207.202.173.224]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id SAA05399 for ; Mon, 17 Jan 2000 18:35:28 -0800 (PST) Message-ID: <3883D094.72CB006C@nwlink.com> Date: Mon, 17 Jan 2000 18:31:48 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@freebsd.org Subject: Re: Which X-window to choose? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathon McKitrick wrote: > > On Mon, 17 Jan 2000, R Joseph Wright wrote: > > >One thing is, how come Kde only comes with a small handful of themes > >when built using the ports? When I was running linux mandrake, I had no > >fewer than 20 themes that came with Kde. The same is true of > >enlightenment under FreeBSD. There isn't even the "clean" theme that > >goes so well with Gnome. This is in fact a big reason I won't use > >Gnome. > > Funny you should say that :-) I came over to FreeBSD from Mandrake as > well. And i loved all the themes and the KDM login manager with all its > fancy controls. I switched around OCT 1st, right after 6.1 came out. > > I think Mandrake just caters more to the desktop user, with more themes > and toys. Go to www.themes.org, and DL themes till your heart's > content! They work well, and i have found all my favorites there, > including the Gotham theme for KDE that also is available for WM. I went there and they have an amazing number of themes for any window manager. Now I have another problem. My kde doesn't seem to have a theme manager! In fact, when I went to the kde control center, it opened up the window, but inside it was empty. I also went to the main menu, settings, desktop, but no themes. Kdebase is supposed to contain the theme manager. What's going wrong here? -- Best Regards, Joseph You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 18:37:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 89F7014CEA for ; Mon, 17 Jan 2000 18:37:14 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id VAA00685; Mon, 17 Jan 2000 21:37:02 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Mon, 17 Jan 2000 21:37:02 -0500 (EST) From: Brett Taylor To: Salvo Bartolotta Cc: freebsd-questions@FreeBSD.ORG, rjoseph@nwlink.com Subject: Re: can't make certain ports: followup In-Reply-To: <20000118.242000@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 Hi, On Tue, 18 Jan 2000, Salvo Bartolotta wrote: > > [me going off about how make deinstall does the right thing snipped] > I write again because I am not sure that your last point is valid; Um, oops. You're right - a make deinstall digs for the PKGNAME found in the port Makefile and tries to pkg_delete that. Other than that it appears to do pretty much exactly what a pkg_delete does. Sorry about that - I even looked at bsd.port.mk when I typed the first message... Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 19: 0:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub1.ncal.verio.com (mailhub1.ncal.verio.com [204.247.247.38]) by hub.freebsd.org (Postfix) with ESMTP id EEF3C15043 for ; Mon, 17 Jan 2000 19:00:17 -0800 (PST) (envelope-from ericdano@ncal.verio.com) Received: from shell1.ncal.verio.com (ericdano@shell1.ncal.verio.com [204.247.248.254]) by mailhub1.ncal.verio.com (8.8.8+Sun/8.8.7) with ESMTP id TAA05966 for ; Mon, 17 Jan 2000 19:00:17 -0800 (PST) Received: from localhost (ericdano@localhost) by shell1.ncal.verio.com (8.8.7/8.8.7) with ESMTP id TAA27657 for ; Mon, 17 Jan 2000 19:00:14 -0800 (PST) X-Authentication-Warning: shell1. ncal.verio.com: ericdano owned process doing -bs Date: Mon, 17 Jan 2000 19:00:14 -0800 (PST) From: Eric Dannewitz To: freebsd-questions@freebsd.org Subject: re: Sendmail virtual domain hostin Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, here's your $100000 answer you need to edit or create the file genericstable, in there you have stuff like this admin@jazz-sax.com ericdano rory rory@jazz-sax.com The second line says that the user rory will have rory@jazz-sax.com tagged to all outbound email messages. Make sure you do a makemap hash or whatever. The standard sendmail.cf file should not need anything added............ later To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 19: 4:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.pit.adelphia.net (alpha.pit.adelphia.net [24.48.44.2]) by hub.freebsd.org (Postfix) with ESMTP id 98AE114DA9 for ; Mon, 17 Jan 2000 19:04:48 -0800 (PST) (envelope-from evstiounin@adelphia.net) Received: from evstiouninadelphia (surf71-177.pit.adelphia.net [24.48.53.177]) by alpha.pit.adelphia.net (8.9.2/8.9.2) with SMTP id WAA07048 for ; Mon, 17 Jan 2000 22:05:00 -0500 (EST) Message-ID: <004701bf6161$2568a440$b1353018@evstiouninadelphia.net.pit.adelphia.net> From: "Mikhail Evstiounin" To: Subject: Re: Volatile variables Date: Mon, 17 Jan 2000 22:07:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Date: Monday, January 17, 2000 2:56 PM Subject: Re: Volatile variables >Mikhail Evstiounin wrote in list.freebsd-questions: > >>No. Except if your processor is broken. :-) > > > > Oliver, what about timer registers or serial interface registers? > > what about mapped video memory or shared memory in multi > > CPU system? > >It has nothing to do with the issue. >You claimed that the processor could be interrupted in the >middle of an assembler instruction, which is incorrect. >At least for all processor types that I know about. I just reread all my postings here and didn't find that I claimed this. Maximum what I claimed is" " Wrong, wrong and wrong. Hardware generates interrupts, changes statues and value in hardware registers totaly async and this process is out of your control. Hardware register can change its value even during totally masked status of CPU. " I don't remember that I told that CPU could be interrupted in the middle of command. But I was talking that hardware can geberate interruption even CPU is in the middle of the command. That's still true. CPU has usualy one line for interruption (well, I am talking about intel architecture now, because, there are CPUs with multiple int lines) and can masked it wit command cli or open it with command sti. Ther e is an interuptoin controller - completely another chip - it has 8 lines for different hardware and priorities (everything could programmed). That's why first IBM PC had 8 ints. Then somebody cascaded two controllers and it's how all PC have 15 ints now. Controller(s) maps all this line to the one CPU line. That's why you can completely stop cpu in a real mode by the following sequence: cli hlt Moreover if you have appropriate rights, you can still do it in protected (or priveledge) mode. Intel 386 architecture has 4 rings of protections, most of operating systems use barely 2 - it's much simplier. From the point of CPU, there is no async interruption. CPU, usually at the begining of command execution (better to say at some stage of command execution) polls the state of interruption line and, if there is a signal, then it will do something - call handler, for example. So you cannot interrupt CPU in the middle of command, but hardware can generate signal in the middle of execution - signal will not be hadled immidiatelly, but it's still there. > > >>There is no concurrency. Even if you have two processors, > >>the signal handler will not run in parallel to the "main" > >>part of the program. > > > > I agree completely, I was trying to stress a difference between sighandler > > and threads and unix processes. > >Oh, then I misunderstood you, sorry. Of course, a sighandler >is something completely cifferent. :-) > > >>But setting singal masks does not prevent those register > >>optimizations. You _must_ use "volatile" for this. > > > > In a way, how you proposed - yes, but it's not enough. > >It depends on the program, and what it uses the variables for. >That's a different issue, not subject to this discussion. > I am looking at this a little bit differently - if sighandler is going to change any value then vilotile is not enough. But for reading purpose - it's OK. >This discussion is about using the "volatile" qualifier, which >is necessary for global variables that are accessed from within >signal handlers. You did not agree with this (do you still not >agree?), and I'm trying to convince you that it _is_ indeed >necessary. :-) See my comments below - I am not completely disaggree or agree - I distinguish different cases for vilotile usage - somewhere I agree, somewhere I don't. > > >> > Vilotile tells to compiler (and to programmer) > >> > that j can have a very strange result. > >> > >>That's completely wrong. > > > > So, if programmer wites j = i * i; (s)he doesn't expect to get a square? I > > understand, that according to standard vilotile means it, but it's not > > intuitive. That's why I told that vilotile tells to compiler and to > > programmer - expect something strange. > >No, that's still wrong. > >Without volatile, you can get exactly the same "strange" >result. > >You asked me to quote from the standard. This is not easy, >because volatile is mentioned in a lot of places, and I don't >have it in *.txt form, so I have to type everything manually >from it. Here are a few sections which I think are pretty I wish I could do it too:-) >important: > > > [...] an implementation might perform various optimizations > within each translation unit, such that the actual semantics > would agree with the abstract semantics only when making > function calls across translation unit boundaries. [...] > In this type of implementation, objects referred to by ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I believe, this one of the key words > interrupt service routines activated by the signal function > would require explicit specification of "volatile" storage > [...] > > > > A "volatile" declaration may be used to describe an object > corresponding to a memory-mapped input/output port or an > object accessed by an asynchronously interrupting function. > Actions on objects so declared shall not be "optimized out" ^^^^^^^^^^^^^ this is a slang, but I was talking exactly about this - avoid "too smart" optimizations, but not all of them. > by an implementation or reordered except as permitted by the > rules for evaluating expressions. > > > > If the signal occurs [...], the behavior is undefined if the > signal handler refers to any object with static storage > duration other than by assigning a value to an object > declared as "volatile sig_atomic_t" [...] > > >It sounds like you cannot even read a global variable inside a >signal handler, even if it's volatile. I didn't know this >before (and I think it's strange), but that's what the standard >says. This is my point. But my reading is slightly different: if sighandler uses variable for "reading" purposes and this variable is not declared with vilotile then behavior is undefined, because synonyms could exist and value of synonym could be chaged and not synchronized with main copy. In other words, vilotile would guarantee that if sighandler reads data, then everything is consistant, but if sighandler is trying to write to a variable, then vilotile is not enough. > >Regards > Oliver > >-- >Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany >(Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) > >"In jedem Stück Kohle wartet ein Diamant auf seine Geburt" > (Terry Pratchett) > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 19: 8:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hpamraaa.compuserve.com (ah-img-rel-1.compuserve.com [149.174.217.152]) by hub.freebsd.org (Postfix) with ESMTP id CCF8814F64 for ; Mon, 17 Jan 2000 19:08:10 -0800 (PST) (envelope-from jwvehrs@netzero.net) Received: (from mailgate@localhost) by hpamraaa.compuserve.com (8.8.8/8.8.8/HP-REL-1.2) id WAA14987 for questions@freebsd.org; Mon, 17 Jan 2000 22:08:10 -0500 (EST) Received: from slip-32-101-252-248.il.us.prserv.net (slip-32-101-252-248.il.us.prserv.net [32.101.252.248]) by hpamraaa.compuserve.com (8.8.8/8.8.8/HP-REL-1.2) with ESMTP id WAA14899; Mon, 17 Jan 2000 22:08:06 -0500 (EST) Date: Mon, 17 Jan 2000 21:08:09 -0600 (CST) From: Jeffrey Vehrs X-Sender: jwvehrs@cobra To: Neil Conway Cc: questions@freebsd.org Subject: Re: gethostbyaddr error In-Reply-To: <14466.15674.478881.752603@metro.cr1006145-a> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You're not alone with this error message. I think there's a flaw in fetchmailconf.bin. I'm not sure how to fix it though, but I do like to see fetchmailconf resides in my home directory someday. =) Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 19:25:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id 6F4FA150AD for ; Mon, 17 Jan 2000 19:25:52 -0800 (PST) (envelope-from shawn@megadeth.org) Received: from shawn (firewall.cpl.net [192.216.87.251] (may be forged)) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id TAA48875 for ; Mon, 17 Jan 2000 19:25:47 -0800 (PST) Message-Id: <4.2.0.58.20000117192212.01c34c30@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 17 Jan 2000 19:25:01 -0800 To: questions@freebsd.org From: Shawn Ramsey Subject: No buffer space? 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 >Lately, this has been happening : >ping: no bufferspace available >Could this be an overloaded or perhaps a soon to be bad network card? It seems to happen pretty randomly, and has to be rebooted to fix it. I'>ve increased Maxusers and NMBCLUSTERS, didn't make any difference. This is a Tulip based card, specifcally a Kingston KNE-110TX. >When we tried using a FreeBSD box as a router with an ET card and the same thing happened, and switching to an INtel Etherexpress fixed >it. Maybe its just overloaded.... Anyone? Someone must know something.... :( I searched the archives, and pretty all I found were people asking the same question with no follow up. I have not tried swapping the NIC card, but I'm sure there could be something else besides that, that could be the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 19:26:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hsalouserv1.hsacorp.net (208-247-171-50.hsacorp.net [208.247.171.50]) by hub.freebsd.org (Postfix) with ESMTP id BA21F150FD for ; Mon, 17 Jan 2000 19:26:17 -0800 (PST) (envelope-from jconner@enterit.com) Received: from default (24-216-177-226.hsacorp.net [24.216.177.226]) by hsalouserv1.hsacorp.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id CPRQ29XR; Mon, 17 Jan 2000 22:20:02 -0500 Message-Id: <4.2.0.58.20000116222652.0098fef0@mail.enterit.com> X-Sender: jconner@mail.enterit.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sun, 16 Jan 2000 22:27:57 -0500 To: "Alexey N. Dokuchaev" From: Jim Conner Subject: Re: sniffit 3.0.7 problems. Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: 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 Hmm. I dunno. I would try this: I would recompile using the -g argument (Unless I knew it was already compiled with -g) then I would gdb it. Jim At 21:04 17-01-00 +0600, Alexey N. Dokuchaev wrote: >Hi! > >So, i'm trying to run sniffit-3.0.7beta from 3.4-RELEASE packages. I have >not done kernel re-compilation yet, so there's only 1 bpf, I believe (if >this is the problem, though I doubt it). > >Under root, I type 'sniffit -i' -- it shows up normal to me (I've used it >quite a lot under Linux), but after a second or two, it hangs with this >message: > >Jan 17 20:11:41 myhost /kernel: pid 2201 (sniffit), uid 0: exited on >signal 11 (core dumped) > >if I press ^C here, i'll be dropped to shell prompt. > >Any ideas? > >./danfe > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Today's errors, in contrast: Windows - "Invalid page fault in module kernel32.dll at 0032:A16F2935" UNIX - "segmentation fault - core dumped" Humanous Beingsus - "OOPS, I've fallen and I can't get up" ------------------------------- Jim Conner NOTJames jconner@enterit.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 19:36:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc602670-a.flrtn1.occa.home.com (cc602670-a.flrtn1.occa.home.com [24.0.114.133]) by hub.freebsd.org (Postfix) with ESMTP id 506A7150CF for ; Mon, 17 Jan 2000 19:36:50 -0800 (PST) (envelope-from jeff@cc602670-a.flrtn1.occa.home.com) Received: (from jeff@localhost) by cc602670-a.flrtn1.occa.home.com (8.9.3/8.9.3) id TAA10991; Mon, 17 Jan 2000 19:36:49 -0800 (PST) (envelope-from jeff) Date: Mon, 17 Jan 2000 19:36:49 -0800 From: jeff To: freebsd-questions@FreeBSD.ORG Cc: iratus@home.com Subject: SIG 11 with sysinstall Message-ID: <20000117193649.A10966@CC602670-A.flrtn1.occa.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Operating-System: FreeBSD 3.4-RELEASE on an i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello-I have just tried to install, by cd, my new copy of 3.4-Release and ran into an odd problem-The installation went (as usual) flawlessly until I tried to get back into the distributions page to install the games and dictionary distribs-I got a signal 11 and the installation failed at that point-I went ahead and rebooted and every thing seemed O.K. (the genious of the whole thing is that even for a non-programmer the work arounds were simple and effective) but I am wondering if it is something on the cdrom set or something I am missing-I went ahead and built both pgp and mutt with no problems. I tried to use sysinstall after installation and got the same error-I did a quick check of the mailing list archive but found nothing even close to this odd behavior-Any info or pointers to elsewhere will be geatly appreciated. Jeff Phillips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 19:41:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hsalouserv1.hsacorp.net (208-247-171-50.hsacorp.net [208.247.171.50]) by hub.freebsd.org (Postfix) with ESMTP id 8F10A14C42 for ; Mon, 17 Jan 2000 19:41:13 -0800 (PST) (envelope-from jconner@enterit.com) Received: from default (24-216-177-226.hsacorp.net [24.216.177.226]) by hsalouserv1.hsacorp.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id CPRQ29ZB; Mon, 17 Jan 2000 22:35:00 -0500 Message-Id: <4.2.0.58.20000116224234.00b4a100@mail.enterit.com> X-Sender: jconner@mail.enterit.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sun, 16 Jan 2000 22:42:55 -0500 To: Shawn Ramsey , questions@FreeBSD.ORG From: Jim Conner Subject: Re: No buffer space? In-Reply-To: <4.2.0.58.20000117192212.01c34c30@mail.cpl.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 How much memory do you have? How much swap space you have available? Jim At 19:25 17-01-00 -0800, Shawn Ramsey wrote: > >Lately, this has been happening : > > > >ping: no bufferspace available > > > >Could this be an overloaded or perhaps a soon to be bad network card? It > seems to happen pretty randomly, and has to be rebooted to fix it. I'>ve > increased Maxusers and NMBCLUSTERS, didn't make any difference. This is a > Tulip based card, specifcally a Kingston KNE-110TX. >When we tried using > a FreeBSD box as a router with an ET card and the same thing happened, > and switching to an INtel Etherexpress fixed >it. Maybe its just overloaded.... > > > >Anyone? Someone must know something.... :( I searched the archives, and >pretty all I found were people asking the same question with no follow up. >I have not tried swapping the NIC card, but I'm sure there could be >something else besides that, that could be the problem. > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Today's errors, in contrast: Windows - "Invalid page fault in module kernel32.dll at 0032:A16F2935" UNIX - "segmentation fault - core dumped" Humanous Beingsus - "OOPS, I've fallen and I can't get up" ------------------------------- Jim Conner NOTJames jconner@enterit.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 19:48: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhop1.nyroc.rr.com (mailhop1-0.nyroc.rr.com [24.92.226.120]) by hub.freebsd.org (Postfix) with ESMTP id ACBBD14BCF for ; Mon, 17 Jan 2000 19:48:00 -0800 (PST) (envelope-from dheller1@rochester.rr.com) Received: from mailout1.nyroc.rr.com ([24.92.226.146]) by mailhop1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Mon, 17 Jan 2000 22:45:34 -0500 Received: from rochester.rr.com ([24.24.34.106]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Mon, 17 Jan 2000 22:45:03 -0500 Message-ID: <38839AC4.E295CEE2@rochester.rr.com> Date: Mon, 17 Jan 2000 22:42:12 +0000 From: David Heller X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: USB question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All I reconfigured my kernel to support USB (I simply added the relevant lines from the LINT file in the config directory) recompiled and installed the kernel. However the kernel when booting does not seem to recognize that I have an onboard controller. Do I actually need a device attached to the usb bus? How do I find out if there is a resource conflict. I have no idea what type of controller I have on my motherboard as its a pretty generic motherboard and actual specs are not available. Any help would be appreciated. Thanks, Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 19:51:47 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 DAE3314CF1 for ; Mon, 17 Jan 2000 19:51:43 -0800 (PST) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-208-170-119-229.dialup.HiWAAY.net [208.170.119.229]) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id VAA10014; Mon, 17 Jan 2000 21:51:41 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by nospam.hiwaay.net (8.9.3/8.9.3) with ESMTP id VAA18203; Mon, 17 Jan 2000 21:51:39 -0600 (CST) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <200001180351.VAA18203@nospam.hiwaay.net> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Corey C. Foegen" Cc: freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: About free bsd In-reply-to: Message from "Corey C. Foegen" of "Sun, 16 Jan 2000 22:41:54 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 17 Jan 2000 21:51:39 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Corey C. Foegen" writes: > Dear Sir or Madam, > We hope you would answer some questions we may have about Free BSD. It > sounds like a great product and we would like some clarity. Its my guess you didn't know questions@freebsd.org address posted on the web site was actually a mailing list going to thousands of people. An Apple Computer employee got tripped by that one too. > We are presently running Windows 98 as well as other MS product > software. Being an operating system, would Free BSD replace Windows, > supplement or otherwise be found as a replacement for the DOS. FreeBSD is a Unix-like OS. DOS is not. While FreeBSD has some ability to emulate DOS and/or Windows, it is neither. > Another question would be how greatly improved will security be from > hackers (we were hit once before)? And if not,would you have any > recommendations for security and fire wall? As a general rule attacks which work against Windows do not work against FreeBSD because FreeBSD is not Windows and is not Windows compatible. We (the users of FreeBSD) believe it is more secure than Win9x, NT, or 2000. The ultimate question is "what do you want to do with a computer?" In a reversal the past 5 or 10 years it is now cheaper (cash out of pocket) to run a Unix-like OS than anything else. You won't be running Microsoft Office any time soon under Linux (a not-as-good-as-FreeBSD alternative to FreeBSD) but the $100 Applixware package is awfully good. Maybe better than MS-Office simply because it doesn't have cupholders and fairings. If you want to play the latest games, then you have to stick with a game OS such as those Microsoft sells. > And the final question- if we decide to persue with Free BSD, could > you tell us the price for the CDROM (we have a Creative Labs 8X CDROM > drive) and to whom we can send a check as well as the time expected > time frame for delivery? http://www.cdrom.com/ has the answers. $39.95 for one, $24.95 if you "subscribe" to 3 or 4 sets per year. Plus $5 S/H. They take credit cards too. Plus you can download and use a copy for free. And make as many copies of that as you need. But keep in mind that its purchase of CDROM's, shirts, jackets, stickers, stuffed daemon plushies, etc., which pay for hosting FreeBSD on the 'net, for much of the development hardware, and for some of the salaries of those who work full time on FreeBSD. Somewhere among http://www.cdrom.com/ and http://www.freebsdmall.com/ there is an order item for donations to FreeBSD Inc., a not-for-profit corporation: http://www.freebsdmall.com/donate/ -- 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 Mon Jan 17 20:25:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id 460C214FEA for ; Mon, 17 Jan 2000 20:25:18 -0800 (PST) (envelope-from shawn@megadeth.org) Received: from shawn (firewall.cpl.net [192.216.87.251] (may be forged)) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id UAA93869; Mon, 17 Jan 2000 20:25:16 -0800 (PST) Message-Id: <4.2.0.58.20000117202346.01c32e70@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 17 Jan 2000 20:24:30 -0800 To: Jim Conner , questions@FreeBSD.ORG From: Shawn Ramsey Subject: Re: No buffer space? In-Reply-To: <4.2.0.58.20000116224234.00b4a100@mail.enterit.com> References: <4.2.0.58.20000117192212.01c34c30@mail.cpl.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 AHow much memory do you have? How much swap space you have available? Plenty of both... 198MB of RAM and about 320MB of swap space. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 20:33:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from field.videotron.net (field.videotron.net [205.151.222.108]) by hub.freebsd.org (Postfix) with ESMTP id 25ABC14C98 for ; Mon, 17 Jan 2000 20:33:13 -0800 (PST) (envelope-from cellule@videotron.ca) Received: from cellule.videotron.ca ([24.200.224.162]) by field.videotron.net (Sun Internet Mail Server sims.3.5.1999.12.14.10.29.p8) with SMTP id <0FOI00IV8KIS5O@field.videotron.net> for freebsd-questions@freebsd.org; Mon, 17 Jan 2000 23:30:28 -0500 (EST) Date: Mon, 17 Jan 2000 23:28:54 -0500 From: David Delisle Subject: Problem with windowmanager To: freebsd-questions@freebsd.org Message-id: <000f01bf616c$87a89d80$a2e0c818@videotron.ca> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 5.00.2314.1300 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Priority: 3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello, I'm a new freebsd user and i'm having a problem with windowmanager, i get some blacksquares instead of text in the menus, and almost everywhere. David Vallee cellule@videotron.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 20:36:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from klamath.dyndns.org (cr1006145-a.yec1.on.wave.home.com [24.112.188.210]) by hub.freebsd.org (Postfix) with ESMTP id 6D6BC14BB7 for ; Mon, 17 Jan 2000 20:36:36 -0800 (PST) (envelope-from nconway@klamath.dyndns.org) Received: (from nconway@localhost) by klamath.dyndns.org (8.9.3/8.9.3) id XAA35540; Mon, 17 Jan 2000 23:36:46 -0500 (EST) (envelope-from nconway) From: "Neil Conway MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14467.60894.910955.968578@metro.cr1006145-a> Date: Mon, 17 Jan 2000 23:36:46 -0500 (EST) To: questions@freebsd.org Subject: fetchmailconf core's X-Mailer: VM 6.72 under 21.1 (patch 8) "Bryce Canyon" XEmacs Lucid Reply-To: neilconway@home.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 While configuring fetchmail (installed from the ports collection), I have come across some problems. I tried to run '/usr/local/bin/fetchmailconf', a Python script distributed with fetchmail that uses Tk. This is what I got: zsh: bus error (core dumped) fetchmailconf I am using the latest Python from the ports collection, with Tk 8.2.3 (which was installed as a dependancy by the Python port). I have put the python.core it dumps up for download here (~2.2 MB): http://klamath.dyndns.org/python.core I'm running fetchmailconf inside X, and I have tried installing the tk8.0.5 port instead of tk8.2, but when I do that, Python doesn't even run (the ports tree Python only works with tk 8.2 - the latest official Python release only works with tk 8.0). If someone is pretty sure the fetchmailconf script is not compatible with latest version of Python | TK, I'll compile an official version of Python myself, and see if that works (I haven't done that yet since the error doesn't seem like it is related to TK).. Is this a known problem? Should I report this to the fetchmail people? Or is it something FreeBSD-centric? Oh, and I'm a FreeBSD newbie. Should I have posted this to -bugs? Does that deal with FreeBSD (kernel?) related bugs only, or ports tree bugs, or what? Thanks in advance, Neil - -- Neil Conway Get my GnuPG key from "Great spirits have always encountered violent opposition from mediocre minds." -- Albert Einstein -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (FreeBSD) Comment: Processed by Mailcrypt 3.5.5 and Gnu Privacy Guard iD8DBQE4g+y/gmYXwds8KfwRAv5wAJ0fPN3KAgBKdpCwbFrmKOq3/EtBAgCgpLc+ z1TWJOsagiQhs1CBDsMJ22Y= =IHne -----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 Jan 17 20:46: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ruby.he.net (ruby.he.net [216.218.187.2]) by hub.freebsd.org (Postfix) with ESMTP id BC03714FEA for ; Mon, 17 Jan 2000 20:46:04 -0800 (PST) (envelope-from opt1k@cyber-strike.com) Received: from Adric (09-062.009.popsite.net [207.227.233.62]) by ruby.he.net (8.8.6/8.8.2) with SMTP id UAA05458 for ; Mon, 17 Jan 2000 20:45:57 -0800 Message-Id: Date: Mon, 17 Jan 2000 20:44:06 -0800 X-Priority: 3 From: opt1k X-Mailer: Mail Warrior To: freebsd-questions@freebsd.org MIME-Version: 1.0 Subject: maxsockets Content-Type: Text/Plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8Bit X-Mailer-Version: v3.55 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, This is my first time ever trying to get support with freebsd, i'm not even sure if im mailing the correct address, or if I have to sign up to this mailing list to get a reply. So...heres my question I recently downloaded FreeBSD 3.4 to deploy on a co-located server, and I would like to increase the maxsockets variable beyond its default of 1064. How can this be done? I have tryed going through the manual and I didnt have any luck, I also tryed using sysctl -w kernel.ipc.maxsockets=1064 which told me the value was read only. Please help... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 20:51:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hsalouserv1.hsacorp.net (208-247-171-50.hsacorp.net [208.247.171.50]) by hub.freebsd.org (Postfix) with ESMTP id 530C315162 for ; Mon, 17 Jan 2000 20:51:19 -0800 (PST) (envelope-from jconner@enterit.com) Received: from default (24-216-177-226.hsacorp.net [24.216.177.226]) by hsalouserv1.hsacorp.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id CPRQ2905; Mon, 17 Jan 2000 23:45:04 -0500 Message-Id: <4.2.0.58.20000116235256.00c9a5c0@mail.enterit.com> X-Sender: jconner@mail.enterit.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sun, 16 Jan 2000 23:53:00 -0500 To: David Kelly , "Corey C. Foegen" From: Jim Conner Subject: Re: About free bsd Cc: freebsd-questions@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 Lets not forget the all too famous www.cheapbytes.com. Although some don't like it...it does distribute a rather nice copy of FreeBSD for a whopping $8 (rounded of course w/ s&h). They also distribute lossa other things there too. :) Jim At 21:51 17-01-00 -0600, David Kelly wrote: >"Corey C. Foegen" writes: > > Dear Sir or Madam, > > We hope you would answer some questions we may have about Free BSD. It > > sounds like a great product and we would like some clarity. > >Its my guess you didn't know questions@freebsd.org address posted on the >web site was actually a mailing list going to thousands of people. An >Apple Computer employee got tripped by that one too. > > > We are presently running Windows 98 as well as other MS product > > software. Being an operating system, would Free BSD replace Windows, > > supplement or otherwise be found as a replacement for the DOS. > >FreeBSD is a Unix-like OS. DOS is not. While FreeBSD has some ability >to emulate DOS and/or Windows, it is neither. > > > Another question would be how greatly improved will security be from > > hackers (we were hit once before)? And if not,would you have any > > recommendations for security and fire wall? > >As a general rule attacks which work against Windows do not work >against FreeBSD because FreeBSD is not Windows and is not Windows >compatible. > >We (the users of FreeBSD) believe it is more secure than Win9x, NT, or >2000. > >The ultimate question is "what do you want to do with a computer?" In a >reversal the past 5 or 10 years it is now cheaper (cash out of pocket) >to run a Unix-like OS than anything else. You won't be running Microsoft >Office any time soon under Linux (a not-as-good-as-FreeBSD alternative >to FreeBSD) but the $100 Applixware package is awfully good. Maybe >better than MS-Office simply because it doesn't have cupholders and >fairings. > >If you want to play the latest games, then you have to stick with a >game OS such as those Microsoft sells. > > > And the final question- if we decide to persue with Free BSD, could > > you tell us the price for the CDROM (we have a Creative Labs 8X CDROM > > drive) and to whom we can send a check as well as the time expected > > time frame for delivery? > >http://www.cdrom.com/ has the answers. $39.95 for one, $24.95 if you >"subscribe" to 3 or 4 sets per year. Plus $5 S/H. They take credit cards >too. Plus you can download and use a copy for free. And make as many >copies of that as you need. But keep in mind that its purchase of >CDROM's, shirts, jackets, stickers, stuffed daemon plushies, etc., which >pay for hosting FreeBSD on the 'net, for much of the development >hardware, and for some of the salaries of those who work full time on >FreeBSD. > >Somewhere among http://www.cdrom.com/ and http://www.freebsdmall.com/ >there is an order item for donations to FreeBSD Inc., a not-for-profit >corporation: http://www.freebsdmall.com/donate/ > >-- >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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Today's errors, in contrast: Windows - "Invalid page fault in module kernel32.dll at 0032:A16F2935" UNIX - "segmentation fault - core dumped" Humanous Beingsus - "OOPS, I've fallen and I can't get up" ------------------------------- Jim Conner NOTJames jconner@enterit.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 20:52:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from MailAndNews.com (MailAndNews.com [199.29.68.160]) by hub.freebsd.org (Postfix) with ESMTP id 466E914BD8 for ; Mon, 17 Jan 2000 20:52:23 -0800 (PST) (envelope-from mheffner@mailandnews.com) Received: from muriel.penguinpowered.com [208.138.198.103] (mheffner@mailandnews.com); Mon, 17 Jan 2000 23:52:11 -0500 X-WM-Posted-At: MailAndNews.com; Mon, 17 Jan 00 23:52:11 -0500 Content-Length: 349 Message-ID: X-Mailer: XFMail 1.4.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 17 Jan 2000 23:50:27 -0500 (EST) From: Mike Heffner To: FreeBSD-questions Subject: FreeBSD mailing lists blocked addresses? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Is there a list of smtp servers freebsd.org will not accept mail from for mailing lists anywhere on the net? I need to check if some smtp servers are blocked or not. Thanks, --------------------------------- Mike Heffner Fredericksburg, VA ICQ# 882073 Date: 17-Jan-2000 Time: 23:49:20 --------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 21:11:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gate.erlichson.net (cc49429-a.trntn1.nj.home.com [24.9.95.162]) by hub.freebsd.org (Postfix) with ESMTP id DE2181514A for ; Mon, 17 Jan 2000 21:11:13 -0800 (PST) (envelope-from andrew@flashbase.com) Received: from flashbase.com (gotham.erlichson.net [10.0.0.2]) by gate.erlichson.net (8.9.3/8.9.3) with ESMTP id AAA53194 for ; Tue, 18 Jan 2000 00:16:16 -0500 (EST) (envelope-from andrew@flashbase.com) Message-ID: <3883F663.57C9C549@flashbase.com> Date: Tue, 18 Jan 2000 00:13:07 -0500 From: Andrew Erlichson X-Mailer: Mozilla 4.06 [en] (WinNT; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: freebsd 3.4 won't recognize 3rd pci bus on dell 2400 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Has anyone had any experience with freebsd 3.4 not properly detecting the 3rd pci bus on a dell poweredge 2400? It all works fine on a dell 2300 but on a 2400, freebsd does not see anything plugged into the expansion pci bus. Is this fixed in some later version of freebsd? Is this a known problem? to give some background, the poweredge 2400 has onboard scsi as well (on the motherboard). We disabled that to try to isolate what the issue might be but that still did not help. The poweredge failed to recognize both an intel etherexpress pro 100 card and an adaptec 2940U2W card. Thanks in advance, Andrew -- Andrew Erlichson http://www.flashbase.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 21:38:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gw.sttec.yar.ru (gw.sttec.yar.ru [193.233.192.197]) by hub.freebsd.org (Postfix) with ESMTP id 2AE661522F for ; Mon, 17 Jan 2000 21:38:36 -0800 (PST) (envelope-from bond@gw.sttec.yar.ru) Received: (from bond@localhost) by gw.sttec.yar.ru (8.9.3/8.9.1) id IAA05022 for freebsd-questions@freebsd.org; Tue, 18 Jan 2000 08:37:10 +0300 (MSK) Date: Tue, 18 Jan 2000 08:37:10 +0300 From: "Vaganov Yu. Vadim" To: freebsd-questions@freebsd.org Subject: keymap Message-ID: <20000118083710.A4987@gw.sttec.yar.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All! How to change a key for changing keymap Default setting is Caps Lock I want to Right Alt or Right Ctrl Bye! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jan 17 21:51:37 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 E99D915197 for ; Mon, 17 Jan 2000 21:51:32 -0800 (PST) (envelope-from bsd@inbox.org) Received: from localhost (bsd@localhost) by inbox.org (8.9.3/8.9.3) with SMTP id AAA23819; Tue, 18 Jan 2000 00:51:37 -0500 (EST) Date: Tue, 18 Jan 2000 00:51:36 -0500 (EST) From: "Mr. K." To: Jim Conner Cc: David Kelly , "Corey C. Foegen" , freebsd-questions@FreeBSD.ORG Subject: Re: About free bsd In-Reply-To: <4.2.0.58.20000116235256.00c9a5c0@mail.enterit.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, 16 Jan 2000, Jim Conner wrote: > Lets not forget the all too famous www.cheapbytes.com. Although some don't > like it...it does distribute a rather nice copy of FreeBSD for a whopping > $8 (rounded of course w/ s&h). They also distribute lossa other things > there too. :) > > Jim > Ah but then you don't get to donate to the cause. Maybe Walnut Creek should look into offering a one disk $8 version? I used to have a subscription, for the convenience of the CDs, and to donate to the cause, but $100/year is a bit steep for me (I could get Windows for that price, not that I'd want it) so I cancelled it. Now that I'm colocated, cvsup is much easier than the CDs anyway though. Maybe I'll just make random donations, although I probably can't deduct that as a business expense on my taxes like the CDs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 0: 0: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.marconi.it (relay1.marconi.it [192.106.52.1]) by hub.freebsd.org (Postfix) with ESMTP id 1ED1914E4C for ; Tue, 18 Jan 2000 00:00:00 -0800 (PST) (envelope-from Marco.Ruscitti@marconicomms.com) Received: by relay1.marconi.it (8.9.1a/8.9.1) id IAA02099 for freebsd-questions@FreeBSD.org; Tue, 18 Jan 2000 08:57:13 +0100 (MET) From: Marco.Ruscitti@marconicomms.com Received: from marconicomms.com (gedgwy01.marconi.it [172.16.123.237]) by relay1.marconi.it (8.9.1a/8.9.1) with SMTP id IAA02095 for ; Tue, 18 Jan 2000 08:57:06 +0100 (MET) Received: by marconicomms.com(Lotus SMTP MTA v4.6.3 (733.2 10-16-1998)) id C125686A.002BDAF0 ; Tue, 18 Jan 2000 08:59:00 +0100 X-Lotus-FromDomain: MCMAIN@MCEXT To: freebsd-questions@FreeBSD.org Message-ID: Date: Tue, 18 Jan 2000 08:59:42 +0100 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 auth 29342f92 unsubscribe freebsd-questions Marco.Ruscitti@marconicomms.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 0:49:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 79B6214C32 for ; Tue, 18 Jan 2000 00:49:07 -0800 (PST) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs10.alcatel.fr (mailhub2.alcatel.fr [155.132.188.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id JAA12965; Tue, 18 Jan 2000 09:42:13 +0100 From: Thierry.Herbelot@alcatel.fr Received: from frmta003.netfr.alcatel.fr (frmta003.netfr.alcatel.fr [155.132.251.32]) by aifhs10.alcatel.fr (ALCANET/SMTP2) with SMTP id JAA01107; Tue, 18 Jan 2000 09:44:31 +0100 (MET) Received: by frmta003.netfr.alcatel.fr(Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) id C125686A.00306B8A ; Tue, 18 Jan 2000 09:48:52 +0100 X-Lotus-FromDomain: ALCATEL To: "Aleksandar Obradovic" Cc: freebsd-questions@FreeBSD.ORG Message-ID: Date: Tue, 18 Jan 2000 09:48:48 +0100 Subject: Re: Gateway throughput issues Mime-Version: 1.0 Content-type: multipart/mixed; Boundary="0__=NcSoeF7N0361RSfASCNtrmuF0bJuXf375KnwTFqZKlLwTi4fn3JZKY82" Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --0__=NcSoeF7N0361RSfASCNtrmuF0bJuXf375KnwTFqZKlLwTi4fn3JZKY82 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Hello, I've got a very similar setup at home. Last summer, before our provider set up a bandwidth cap, I could easily download at more than 2 Mpbs with a "vanilla" p5-200 running FreeBSD and two NE-2000 boards (including one ISA) I have changed my setup, and now my gateway is a lowly 486dx-33. The CPU load increases to around 20% when downloading with the new transfer rate (512kbps). This PC uses two NE2000 ISA boards. this is with a recent -Stable If you want to investigate a bit further on why you can't get a good rate, you should begin with "load" measures, that is running top or systat -vmstat while a download is in progress - thus you'll see if your gateway is CPU-bound (very unlikely) TfH "Aleksandar Obradovic" on 17/01/2000 23:47:56 To: freebsd-questions@FreeBSD.ORG cc: (bcc: Thierry HERBELOT/FR/ALCATEL) Subject: Gateway throughput issues I just got a new cable modem for my home network, so I set up one machine with FreeBSD 3.4 as a gateway running ipfw with open policy, and IP aliasing with natd. I am getting a big drop in throughput after implemented this. Originally, my peer Win98 computer that was connected directly to the cable modem was reading 35 Kb/sec download rate from ftp.freebsd.org site. After going through my Gateway the rate dropped to 8-10 Kb/sec. I went through the mailing list archives and the only thing I could find was to avoid cheap NE2000 clone cards which I am currently using. However, I can't believe that cards alone would be the cause for this drop in throughput. What could I do to remedy this? I am running FreeBSD 3.4 as a gateway Pentium 200 2 GB IDE drive 32 MB RAM Cable Modem is Plugged into ISA NE2000 clone Another LinkSYS PCI NE2000 connects this machine to my network hub I am running cache only DNS on this machine I have 3 other computers with various OS's connected to my hub. I am also running lots of services and apps on this gateway including Apache, mysql, NFS server, SAMBA, X windows on and off, etc. My question is: 1) How can I get the highest throughput via this gateway? 2) Should I strip this machine of all extra apps and services except IP aliasing and IPFW and DNS? 3) Would adding more RAM make much difference? 4) Are my network cards sufficient for providing high throughput for 2 simultaneous Internet users? 5) Am I missing anything here? Thanks, Alex --0__=NcSoeF7N0361RSfASCNtrmuF0bJuXf375KnwTFqZKlLwTi4fn3JZKY82 Content-type: application/octet-stream; name="winmail.dat" Content-Disposition: attachment; filename="winmail.dat" Content-transfer-encoding: base64 eJ8+IjgWAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEGgAMADgAAANAHAQARAA4AKgAAAAEAIgEB A5AGAOQIAAAlAAAACwACAAEAAAALACMAAAAAAAMAJgAAAAAACwApAAAAAAADADYAAAAAAB4AcAAB AAAAGgAAAEdhdGV3YXkgdGhyb3VnaHB1dCBpc3N1ZXMAAAACAXEAAQAAABYAAAABv2E8I3odvNlK yvgR04enAAAhbIjbAAACAR0MAQAAABkAAABTTVRQOkFMRVhATU9OVEVORUdSTy5DT00AAAAACwAB DgAAAABAAAYOAKzzEDxhvwECAQoOAQAAABgAAAAAAAAATKfPYdw+0xGHYgAAIWyI28KAAAALAB8O AQAAAAIBCRABAAAArgQAAKoEAADSBgAATFpGdcXCNIQDAAoAcmNwZzEyNRYyAPgLYG4OEDAzM08B 9wKkA+MCAGNoCsBzsGV0MCAHEwKAfQqBknYIkHdrC4BkNAxgPmMAUAsDC7YKsQqEZCAgSSBqdXMF QGdvUQVAYSBuB9FjAaBsZGUgBGJtIAIQBcBtOHkgaANwFdAVUHR3wQWwaywgc28UcREhcCB1cCAC IBXRANBohwuAFdAD8HRoIEYJ0YBCU0QgMy40FSCjBCAVMGdhdAfQYRagWHJ1bgMADyAgBSBmkwfg GSNvcAnwIHAG8N0N4HkXgABwFGFQFSAckJcaMBtCGSNuGpBkLhRxamEWMGcRMHQbQhUwYrppG2Bk A2AYQAuAIBlAwQNgdWdocHUVEQGA+wSQG3BtC1AWIAnwGqAUYNcZQAQAHoBPBRBnC4AHQF5sHMEW kRwwITFXC4A5/jgVgANwIMEhMRlAGpAZEJ8aMQWgGyAFkCHiZGkJcP8lkCMAIEAXsBlAFdAVmiUC DQlwYSXgG1EzNSBLFGIvESBjH8Bvd25/CQAoABrwGpEWQANhFkB0zHAuA1AJ4GJzHnAFsO8bYACQ GqAegEEhExTwG0L7IFUWgkcalSaiKZMf0hwwcyIBF7A4LQ9AKIUegnf/IcEsRyaiAMADEBtCHJAU wfsKwBjBdgeRHPImogIgJkJPGNEbYBSABaB1bBRgZucScSTzJnFhdiwAFGAQ4PMn8BhATkUB0DWA FYAJAO8YcRWQCyAEIHcY0BDgHpT+YwhwCXACMCZBFLAbQR6A6kgpEGUx4HIXgDNRAHDyJwVAYmUc kDhxJKQ2JP8HQBhiF0AzkjlQJpUUsCnB3wWxIiIfzyDQHoBXOeMzg18UgCkAJmIJcAeAZDLTc/4/ CuMKhAqAHqMbBhl/GoXlE8RQIcFpdRYwNXETxMoyLPBCFHBERTyRMdEVE8QzRGBNRJBSQU21E8RD FaNNFgM8cVAKQB5nHvAUYAuAJnFJU0FzNUwTxEFuFQAmsAXATJELgGtTWQXwUEMUgP81ViVUNEE8 YhimJnEWkRcVfRawdQwwQF8VgTTxMpREfk4F8AIgS/s/7BDwOaEzXxhQSfMkJjZhGTJ2CsBp4whg BCBPUyclKkzUTbF/HoA/7wdAF6EbBgkAS9FvamYX4XISIGMx9TUgcF9XwVAVGoYLgDXAdSgTQUcK sDTxIyJzcWwXgE6+RgXwWBI4kkhgRdBBF4B+WBkREoApEFkTHPJX4GZfF4ARMC9hE8kTxE0WoHFf ClAUwFPAA6AEADpVpTH+KTgyOOIUcR7xJpMY0CCg32ABIEoSIBUwWWo/RAVhIP5TFsA+VBTABRFL /FfhIuH9XkB4ZdAVMFjjHPJYF2dgz1hgBTEdOhz0Rlcc40/B9WSVM2EgVzODKAAoEwRg9wlwRfIY kWsV0RLAGVAl4N8BIASQCfBYYGSVNGEgBxDnFdFNGDYkc3UBIA3gCJD7L9EWUnADYBIgKBNiYiBK 7xZSRGAAkG1gbAGQFVBT0n5JIdEEoBgCWBE/sBPENbdu0RYwFIBtBAFp1Hky9DdKAW5AVatUEPBK YHMstVW6QRXAeBPEEeEAehAAAAsAAYAIIAYAAAAAAMAAAAAAAABGAAAAAAOFAAAAAAAAAwADgAgg BgAAAAAAwAAAAAAAAEYAAAAAEIUAAAAAAAADAAeACCAGAAAAAADAAAAAAAAARgAAAABShQAAJ2oB AB4ACYAIIAYAAAAAAMAAAAAAAABGAAAAAFSFAAABAAAABAAAADkuMAAeAAqACCAGAAAAAADAAAAA AAAARgAAAAA2hQAAAQAAAAEAAAAAAAAAHgALgAggBgAAAAAAwAAAAAAAAEYAAAAAN4UAAAEAAAAB AAAAAAAAAB4ADIAIIAYAAAAAAMAAAAAAAABGAAAAADiFAAABAAAAAQAAAAAAAAALAA2ACCAGAAAA AADAAAAAAAAARgAAAACChQAAAQAAAAsAOoAIIAYAAAAAAMAAAAAAAABGAAAAAA6FAAAAAAAAAwA8 gAggBgAAAAAAwAAAAAAAAEYAAAAAEYUAAAAAAAADAD2ACCAGAAAAAADAAAAAAAAARgAAAAAYhQAA AAAAAAsAUoAIIAYAAAAAAMAAAAAAAABGAAAAAAaFAAAAAAAAAwBTgAggBgAAAAAAwAAAAAAAAEYA AAAAAYUAAAAAAAACAfgPAQAAABAAAABMp89h3D7TEYdiAAAhbIjbAgH6DwEAAAAQAAAATKfPYdw+ 0xGHYgAAIWyI2wIB+w8BAAAAXgAAAAAAAAA4obsQBeUQGqG7CAArKlbCAABQU1RQUlguRExMAAAA AAAAAABOSVRB+b+4AQCqADfZbgAAAEQ6XGRhdGFcbWFpbFxhbGV4J3MgbWFpbiBhY2NvdW50LnBz dAAAAAMA/g8FAAAAAwANNP03AAACAX8AAQAAADMAAAA8TkRCQklIR0NFTUtIT09BTkZFT0ZNRUJM Q0ZBQS5hbGV4QG1vbnRlbmVncm8uY29tPgAAAwAGEBCw9RIDAAcQrwQAAAMAEBAAAAAAAwAREAAA AAAeAAgQAQAAAGUAAABJSlVTVEdPVEFORVdDQUJMRU1PREVNRk9STVlIT01FTkVUV09SSyxTT0lT RVRVUE9ORU1BQ0hJTkVXSVRIRlJFRUJTRDM0QVNBR0FURVdBWVJVTk5JTkdJUEZXV0lUSE9QRU5Q AAAAANw3 --0__=NcSoeF7N0361RSfASCNtrmuF0bJuXf375KnwTFqZKlLwTi4fn3JZKY82-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 1:47:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id B60FB14FE5 for ; Tue, 18 Jan 2000 01:47:08 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id KAA42244; Tue, 18 Jan 2000 10:47:07 +0100 (CET) (envelope-from olli) Date: Tue, 18 Jan 2000 10:47:07 +0100 (CET) Message-Id: <200001180947.KAA42244@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: oliver.fromme@heim3.tu-clausthal.de Subject: Re: Volatile variables X-Newsgroups: list.freebsd-questions In-Reply-To: <860lbt$h56$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Can't we just let this thread die, please? The sections which I quoted from the standard are _perfectly_ clean, and I don't think they can be misinterpreted in the way you do. Please get the document yourself, and read those sections in whole. And don't forget the definitions of "shall", "undefined" etc. :-) Mikhail Evstiounin wrote in list.freebsd-questions: > From: Oliver Fromme >>It has nothing to do with the issue. >>You claimed that the processor could be interrupted in the >>middle of an assembler instruction, which is incorrect. >>At least for all processor types that I know about. > > I just reread all my postings here and didn't find that I claimed this. Mikhail, you wrote in your posting that arrived here at 17 Jan 2000 05:53:13 GMT: This is one part, but you missed another - value of a register could be changed completely in the middle of an assembler command. >>It depends on the program, and what it uses the variables for. >>That's a different issue, not subject to this discussion. > > I am looking at this a little bit differently - if sighandler is going to > change any value then vilotile is not enough. That statement is wrong. If your sighandler only changes a variable which is declared ``volatile sig_atomic_t'', and the rest of the program only reads from it, then it works perfectly well. (If other parts of the program want to write to that variable, too, you have to mask the signal, of course. But this is not the topic of this discussion, which is only about the necessity of "volatile".) >>This discussion is about using the "volatile" qualifier, which >>is necessary for global variables that are accessed from within >>signal handlers. You did not agree with this (do you still not >>agree?), and I'm trying to convince you that it _is_ indeed >>necessary. :-) > > See my comments below - I am not completely disaggree or agree - I > distinguish different cases for vilotile usage - somewhere I agree, > somewhere I don't. Then you're somewhere wrong, I'm afraid. :-) >> In this type of implementation, objects referred to by > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I believe, this one of the key words Please read the whole chapter. ``This type of implementation'' is referring to an optimizing compiler (naturally, a compiler which does not do any optimizations does not have to handle "volatile" variables in a special way). But since almost all software is compiled with optimizations, the point is pretty much irrelevant. Many compilers even perform some simple ("inexpensive") optimizations when you don't specify -O. gcc is an example of this. >> >> A "volatile" declaration may be used to describe an object >> corresponding to a memory-mapped input/output port or an >> object accessed by an asynchronously interrupting function. >> Actions on objects so declared shall not be "optimized out" > > ^^^^^^^^^^^^^ > this is a slang, but I was talking exactly about this - avoid "too smart" > optimizations, but not all of them. ``Avoid "too smark" optimizations'' is pretty sloppy. It is more accurate to say ``must not use register optimizations''. And even that is still sloppy -- the description in the standard is probably most exact. >> >> If the signal occurs [...], the behavior is undefined if the >> signal handler refers to any object with static storage >> duration other than by assigning a value to an object >> declared as "volatile sig_atomic_t" [...] >> That was probably the most important section, and it's very clear. There's no need to discuss this any further. :) > This is my point. But my reading is slightly different: Then your reading is wrong, I'm afraid. > if sighandler uses > variable for "reading" purposes and this variable is not declared with > vilotile then behavior is undefined, because synonyms could exist and value > of synonym could be chaged and not synchronized with main copy. In other > words, vilotile would guarantee that if sighandler reads data, then > everything is consistant, but if sighandler is trying to write to a > variable, then vilotile is not enough. That's not what the above paragraph says. I'm sorry, but I have no idea how you can misinterpret it in that way Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 1:54:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id 7E656150B6 for ; Tue, 18 Jan 2000 01:54:44 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id KAA87899; Tue, 18 Jan 2000 10:50:40 +0100 (CET) Message-Id: <200001180950.KAA87899@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: Shawn Ramsey Cc: Jim Conner , questions@FreeBSD.ORG Subject: Re: No buffer space? Reply-To: Gary Jennejohn In-reply-to: Your message of "Mon, 17 Jan 2000 20:24:30 PST." <4.2.0.58.20000117202346.01c32e70@mail.cpl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Jan 2000 10:50:40 +0100 From: Gary Jennejohn Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Shawn Ramsey writes: >AHow much memory do you have? How much swap space you have available? > > >Plenty of both... 198MB of RAM and about 320MB of swap space. > This message usually means that queued packets are not going out the interface. If you ``ifconfig down'' followed by ``ifconfig up'' the interface the queued packets will be discarded - easier than doing a reboot. IMHO this indicates that you have a problem with your hardware (NIC, hub, switch, what have you). This shows up alot with ISDN, that's why I know about it. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 1:56:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 5699314CF5 for ; Tue, 18 Jan 2000 01:56:36 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id KAA42670; Tue, 18 Jan 2000 10:56:35 +0100 (CET) (envelope-from olli) Date: Tue, 18 Jan 2000 10:56:35 +0100 (CET) Message-Id: <200001180956.KAA42670@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: USB question X-Newsgroups: list.freebsd-questions In-Reply-To: <860nqg$ija$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 David Heller wrote in list.freebsd-questions: > I reconfigured my kernel to support USB (I simply added the relevant > lines from the LINT file in the config directory) recompiled and > installed the kernel. However the kernel when booting does not seem to > recognize that I have an onboard controller. Which version of FreeBSD are you using? (Why do people always forget to mention this in the first place?!?) Is the USB controller enabled in the BIOS setup? Please send us your kernel config file, and `dmesg` output. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 2: 2: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebsd.piet.net (adsl-216-103-111-100.dsl.snfc21.pacbell.net [216.103.111.100]) by hub.freebsd.org (Postfix) with ESMTP id 61496150F6 for ; Tue, 18 Jan 2000 02:01:59 -0800 (PST) (envelope-from pete@freebsd.piet.net) Received: from freebsd.piet.net (localhost.piet.net [127.0.0.1]) by freebsd.piet.net (8.9.3/8.9.3) with ESMTP id KAA37779; Tue, 18 Jan 2000 10:01:56 GMT (envelope-from pete@freebsd.piet.net) Message-ID: <38843A13.9C286588@freebsd.piet.net> Date: Tue, 18 Jan 2000 02:01:56 -0800 From: Piet Delaney X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Cc: pete@freebsd.piet.net, obrien@nuxi.com Subject: /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot open crt1.o: No such file or directory Content-Type: multipart/alternative; boundary="------------069BA07037EF4C3F75A56DCD" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------069BA07037EF4C3F75A56DCD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I recall seeing crt1.0 getting lost during fsck after a crash. Now I'm unable to 'make world'. The linker can't find crt0 yet I'm not sure exactly where it should be, there is a crt1.0 in /usr/lib but I would expect the 'make world' should be useing a copy made for the build. Any suggestions? -piet ----------------------------------------------------------------------cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/makeinfo/toc.c cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -I/usr/obj/usr/src/i386/usr/include -o makeinfo cmds.o defun.o files.o footnote.o html.o index.o insertion.o lang.o macro.o makeinfo.o multi.o node.o sectioning.o toc.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/texinfo/makeinfo/../libtxi/libtxi.a /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot open crt1.o: No such file or directory *** Error code 1 Stop in /usr/src/gnu/usr.bin/texinfo/makeinfo. *** Error code 1 Stop in /usr/src/gnu/usr.bin/texinfo. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ------------------------------------------------------------------- -- ~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^` > < > , , < > /( )` < > \ \__ / | < > /- _ `-/ ' Pete Delaney < > (/\/ \ \ /\ Network/Kernel Hacker < > / / | ` \ Rocky Mountain UNIX < > O O ) | < > `-^--'`< ' 2812 Toledo Ave. < > (_.) _ ) / Santa Clara Ca. 95051-4734 < > `.___/` / USA < > `-----' / --------------069BA07037EF4C3F75A56DCD Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit
I recall seeing crt1.0 getting lost during fsck after a crash.
Now I'm unable to 'make world'. The linker can't find crt0
yet I'm not sure exactly where it should be, there is a crt1.0
in /usr/lib but I would expect the 'make world' should be useing
a copy made for the build.


Any suggestions?


-piet


----------------------------------------------------------------------cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\"  -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib   -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/makeinfo/toc.c
cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\"  -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib   -I/usr/obj/usr/src/i386/usr/include  -o makeinfo cmds.o defun.o files.o footnote.o html.o index.o insertion.o lang.o macro.o makeinfo.o multi.o node.o sectioning.o toc.o  /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/texinfo/makeinfo/../libtxi/libtxi.a 
/usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot open crt1.o: No such file or directory
*** Error code 1

Stop in /usr/src/gnu/usr.bin/texinfo/makeinfo.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/texinfo.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
-------------------------------------------------------------------


-- 

~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^`
>                                                                             <
>             ,       ,                                                       <
>            /(       )`                                                      <
>            \ \__   / |                                                      <
>            /- _ `-/  '         Pete Delaney                                 <
>           (/\/ \ \   /\        Network/Kernel Hacker                        <
>           / /   | `    \       Rocky Mountain UNIX                          <
>           O O   )      |                                                    <
>           `-^--'`<     '       2812 Toledo Ave.                             <
>          (_.)  _ )    /        Santa Clara Ca. 95051-4734                   <
>           `.___/`    /         USA                                          <
>             `-----' /
  --------------069BA07037EF4C3F75A56DCD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 2:12:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay.ucb.crimea.ua (UCB-Async4-CRISCO.CRIS.NET [212.110.129.130]) by hub.freebsd.org (Postfix) with ESMTP id 8591E14C07 for ; Tue, 18 Jan 2000 02:12:00 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id MAA67389; Tue, 18 Jan 2000 12:13:26 +0200 (EET) (envelope-from ru) Date: Tue, 18 Jan 2000 12:13:26 +0200 From: Ruslan Ermilov To: Piet Delaney Cc: freebsd-questions@FreeBSD.ORG, obrien@nuxi.com Subject: Re: /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot open crt1.o: No such file or directory Message-ID: <20000118121326.A64459@relay.ucb.crimea.ua> Mail-Followup-To: Piet Delaney , freebsd-questions@FreeBSD.ORG, obrien@nuxi.com References: <38843A13.9C286588@freebsd.piet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <38843A13.9C286588@freebsd.piet.net>; from Piet Delaney on Tue, Jan 18, 2000 at 02:01:56AM -0800 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 18, 2000 at 02:01:56AM -0800, Piet Delaney wrote: > I recall seeing crt1.0 getting lost during fsck after a crash. > Now I'm unable to 'make world'. The linker can't find crt0 > yet I'm not sure exactly where it should be, there is a crt1.0 > in /usr/lib but I would expect the 'make world' should be useing > a copy made for the build. > > Any suggestions? > This has been fixed in src/Makefile.inc1,v 1.130 by moving gnu/usr.bin/texinfo before gnu/usr.bin/cc: http://www.freebsd.org/cgi/cvsweb.cgi/src/Makefile.inc1?r1=1.129&r2=1.130 > ----------------------------------------------------------------------cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/makeinfo/toc.c > cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -I/usr/obj/usr/src/i386/usr/include -o makeinfo cmds.o defun.o files.o footnote.o html.o index.o insertion.o lang.o macro.o makeinfo.o multi.o node.o sectioning.o toc.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/texinfo/makeinfo/../libtxi/libtxi.a > /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot open crt1.o: No such file or directory > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/texinfo/makeinfo. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/texinfo. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > ------------------------------------------------------------------- -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 2:14:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id 3512214DA9 for ; Tue, 18 Jan 2000 02:14:31 -0800 (PST) (envelope-from dannyh@idx.com.au) Received: from psych ([203.41.44.221]) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id VAA01129; Tue, 18 Jan 2000 21:16:17 +1100 Message-Id: <3.0.32.20000118211508.00691dd4@idx.com.au> X-Sender: dannyh@idx.com.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 18 Jan 2000 21:15:11 +1100 To: Thierry.Herbelot@alcatel.fr, "Aleksandar Obradovic" From: Danny Subject: Dnews / Dmail problem Cc: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I was wondering if anyone can find the dmail.tgz and dnews.tgz for a "simple" solution to deploy dmail and dnews? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 2:16:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.pd.chel.ru (ras.pd.chel.ru [212.57.133.29]) by hub.freebsd.org (Postfix) with SMTP id EA28A151E1 for ; Tue, 18 Jan 2000 02:16:37 -0800 (PST) (envelope-from lw@pd.chel.ru) Received: (qmail 10487 invoked from network); 18 Jan 2000 10:16:27 -0000 Received: from lw.uvd.chel.su (192.168.200.123) by mail.uvd.chel.su with SMTP; 18 Jan 2000 10:16:27 -0000 Date: Tue, 18 Jan 2000 15:17:38 +0500 From: "Sergey A. Ivanov" X-Mailer: The Bat! (v1.38e) S/N A1D26E39 / Educational Reply-To: "Sergey A. Ivanov" X-Priority: 3 (Normal) Message-ID: <17637.000118@pd.chel.ru> To: freebsd-questions@freebsd.org Subject: [Q]: server side ppp and routed 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'm just set up server for serving incoming ppp connections from M$ Win. User logging in by rlogin, 'ppp -direct' is it's shell. /etc/ppp/ppp.conf tuned for arp proxy, enabling dns and giving some addresses from out LAN to ppp users. All work right, but i have some error messages on console during ppp connect: routed[9849]: IP_ADD_MEMBERSHIP ALLHOSTS: Address already in use routed[9849]: setsockopt(IP_ADD_MEMBERSHIP RIP): Address already in use routed[9849]: ignore RTM_ADD without gateway routed[9849]: IP_ADD_MEMBERSHIP ALLHOSTS: Address already in use routed[9849]: ignore RTM_ADD without gateway routed[9849]: IP_ADD_MEMBERSHIP ALLHOSTS: Address already in use routed[9849]: setsockopt(IP_ADD_MEMBERSHIP RIP): Address already in use routed[9849]: ignore RTM_ADD without gateway ppp[10390]: Error: ID0logout: No longer logged in on ttyp1 routed[9849]: interface tun0 to xxx.xxx.xxx.xxx turned off Is it ok? Can i avoid this annoying messages? ps. Sorry for my english. Hope you understand me. Best regards, Sergey mailto:lw@pd.chel.ru ICQ UIN: 49432691 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 2:18:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.pd.chel.ru (ras.pd.chel.ru [212.57.133.29]) by hub.freebsd.org (Postfix) with SMTP id BE40B14ED9 for ; Tue, 18 Jan 2000 02:18:35 -0800 (PST) (envelope-from lw@pd.chel.ru) Received: (qmail 10494 invoked from network); 18 Jan 2000 10:18:32 -0000 Received: from lw.uvd.chel.su (192.168.200.123) by mail.uvd.chel.su with SMTP; 18 Jan 2000 10:18:32 -0000 Date: Tue, 18 Jan 2000 15:19:43 +0500 From: "Sergey A. Ivanov" X-Mailer: The Bat! (v1.38e) S/N A1D26E39 / Educational Reply-To: "Sergey A. Ivanov" X-Priority: 3 (Normal) Message-ID: <17638.000118@pd.chel.ru> To: freebsd-questions@freebsd.org Subject: [Q]: server side ppp and routed 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'm just set up server for serving incoming ppp connections from M$ Win. User logging in by rlogin, 'ppp -direct' is it's shell. /etc/ppp/ppp.conf tuned for arp proxy, enabling dns and giving some addresses from out LAN to ppp users. All work right, but i have some error messages on console during ppp connect: routed[9849]: IP_ADD_MEMBERSHIP ALLHOSTS: Address already in use routed[9849]: setsockopt(IP_ADD_MEMBERSHIP RIP): Address already in use routed[9849]: ignore RTM_ADD without gateway routed[9849]: IP_ADD_MEMBERSHIP ALLHOSTS: Address already in use routed[9849]: ignore RTM_ADD without gateway routed[9849]: IP_ADD_MEMBERSHIP ALLHOSTS: Address already in use routed[9849]: setsockopt(IP_ADD_MEMBERSHIP RIP): Address already in use routed[9849]: ignore RTM_ADD without gateway ppp[10390]: Error: ID0logout: No longer logged in on ttyp1 routed[9849]: interface tun0 to xxx.xxx.xxx.xxx turned off Is it ok? Can i avoid this annoying messages? ps. Sorry for my english. Hope you understand me. pps. please cc: to my e-mail. i'm not subscribed to -questions Best regards, Sergey mailto:lw@pd.chel.ru ICQ UIN: 49432691 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 2:30:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebsd.piet.net (adsl-216-103-111-100.dsl.snfc21.pacbell.net [216.103.111.100]) by hub.freebsd.org (Postfix) with ESMTP id 9CA3114F34; Tue, 18 Jan 2000 02:30:33 -0800 (PST) (envelope-from pete@freebsd.piet.net) Received: (from pete@localhost) by freebsd.piet.net (8.9.3/8.9.3) id KAA84070; Tue, 18 Jan 2000 10:30:29 GMT (envelope-from pete) Date: Tue, 18 Jan 2000 02:30:28 -0800 From: Piet Delaney To: Ruslan Ermilov Cc: Piet Delaney , obrien@nuxi.com, freebsd-questions@FreeBSD.ORG Subject: Re: /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot open crt1.o: No such file or directory Message-ID: <20000118023027.A75131@freebsd.piet.net> References: <38843A13.9C286588@freebsd.piet.net> <20000118121326.A64459@relay.ucb.crimea.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000118121326.A64459@relay.ucb.crimea.ua>; from ru@FreeBSD.ORG on Tue, Jan 18, 2000 at 12:13:26PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 18, 2000 at 12:13:26PM +0200, Ruslan Ermilov wrote: > On Tue, Jan 18, 2000 at 02:01:56AM -0800, Piet Delaney wrote: > > I recall seeing crt1.0 getting lost during fsck after a crash. > > Now I'm unable to 'make world'. The linker can't find crt0 > > yet I'm not sure exactly where it should be, there is a crt1.0 > > in /usr/lib but I would expect the 'make world' should be useing > > a copy made for the build. > > > > Any suggestions? > > > This has been fixed in src/Makefile.inc1,v 1.130 by moving > gnu/usr.bin/texinfo before gnu/usr.bin/cc: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/Makefile.inc1?r1=1.129&r2=1.130 I just did a cvsup and make world. My current src seems to have this fix. Hope your right. -piet > > > ----------------------------------------------------------------------cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/makeinfo/toc.c > > cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -I/usr/obj/usr/src/i386/usr/include -o makeinfo cmds.o defun.o files.o footnote.o html.o index.o insertion.o lang.o macro.o makeinfo.o multi.o node.o sectioning.o toc.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/texinfo/makeinfo/../libtxi/libtxi.a > > /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot open crt1.o: No such file or directory > > *** Error code 1 > > > > Stop in /usr/src/gnu/usr.bin/texinfo/makeinfo. > > *** Error code 1 > > > > Stop in /usr/src/gnu/usr.bin/texinfo. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > ------------------------------------------------------------------- > > -- > Ruslan Ermilov Sysadmin and DBA of the > ru@ucb.crimea.ua United Commercial Bank, > ru@FreeBSD.org FreeBSD committer, > +380.652.247.647 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age -- ~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^` > < > , , < > /( )` < > \ \__ / | < > /- _ `-/ ' Pete Delaney < > (/\/ \ \ /\ Network/Kernel Hacker < > / / | ` \ Rocky Mountain UNIX < > O O ) | < > `-^--'`< ' 2812 Toledo Ave. < > (_.) _ ) / Santa Clara Ca. 95051-4734 < > `.___/` / USA < > `-----' / < > <---. __ / __ \ < > <---|====O)))==) \) /============= < > <---' `--' `.__,' \ < > | | E-mail: pete@freebsd.piet.net < > \ / piet@eng.sun.com < > ____( (_ / \____ URL : www.piet.net < > ,' ,----' | \ Voice : +1 (408) 243-8872 < > `--{__________) \/ ISDN : +1 (408) 244-8290 / 244-2614 < > < ~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^` > < > "Every one that is of the truth heareth my voice" - J.C.Superstar < > < ~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^``~*-,._.,-*~``^` To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 2:54:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from itsunix.uwc.ac.za (itsunix.uwc.ac.za [192.102.9.56]) by hub.freebsd.org (Postfix) with SMTP id 0066614EFC for ; Tue, 18 Jan 2000 02:54:30 -0800 (PST) (envelope-from mark@itsunix.uwc.ac.za) Received: (qmail 29767 invoked from network); 18 Jan 2000 10:44:43 -0000 Received: from localhost.uwc.ac.za (HELO itsunix.uwc.ac.za) (root@127.0.0.1) by localhost.uwc.ac.za with SMTP; 18 Jan 2000 10:44:43 -0000 From: mark Organization: model connection To: freebsd-questions@FreeBSD.ORG Date: Tue, 18 Jan 2000 12:43:41 +0200 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <0001181244430A.25159@itsunix.uwc.ac.za> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am a newbie to UNIX ( approx 1.5 months ) and need some help. I have 5 Unix machines ( 1 new backup , 4 servers ) and I would now like to backup the necessary information on the servers. I was thinking that I could tar the info on the servers and then scp it to the backup server at a specified time using the cron daemon. And then for the backup server to well of cousre back it up using cron as well. The problem comes in when I scp it asks for a password. I am not sure how to use the cron to send a password ( not safe either if someone gets to see the cron file ) The backup server needs to accept password-less scp from my 4 servers only, and any other admin machines etc, as normal with passwords. Do you think that this is the right way to go about it? Do you have any other ideas? Many thanks for your time, Mark Trainee UNIX ADMINISTRATOR UNIVERSITY OF THE WESTERN CAPE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 2:57:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from qmail.devnet-uk.net (qmail.devnet-uk.net [62.6.184.204]) by hub.freebsd.org (Postfix) with SMTP id EFA5514D9F for ; Tue, 18 Jan 2000 02:57:34 -0800 (PST) (envelope-from adrian@devnet-uk.net) Received: (qmail 6253 invoked by uid 1010); 18 Jan 2000 10:57:29 -0000 Message-ID: <20000118105729.6252.qmail@qmail.devnet-uk.net> References: <0001181244430A.25159@itsunix.uwc.ac.za> In-reply-to: <0001181244430A.25159@itsunix.uwc.ac.za> From: adrian@devnet-uk.net To: mark Cc: freebsd-questions@freebsd.org Subject: Re: Date: Tue, 18 Jan 2000 10:57:29 GMT Mime-version: 1.0 Content-type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mark writes: > > Hello, > > I am a newbie to UNIX ( approx 1.5 months ) and need some help. > > I have 5 Unix machines ( 1 new backup , 4 servers ) and I would now like to > backup the necessary information on the servers. > > I was thinking that I could tar the info on the servers and then scp it to the > backup server at a specified time using the cron daemon. And then for the > backup server to well of cousre back it up using cron as well. > > The problem comes in when I scp it asks for a password. > I am not sure how to use the cron to send a password ( not safe either if > someone gets to see the cron file ) > > The backup server needs to accept password-less scp from my 4 servers only, and > any other admin machines etc, as normal with passwords. > > Do you think that this is the right way to go about it? > Do you have any other ideas? > > Many thanks for your time, > > Mark > Trainee UNIX ADMINISTRATOR > UNIVERSITY OF THE WESTERN CAPE > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Hi You might want to look at Amanda, which is in the ports. Adrian Urquhart Technical Director devnet (uk) ltd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 3: 9:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fortune.excite.com (fortune-rwcmta.excite.com [198.3.99.203]) by hub.freebsd.org (Postfix) with ESMTP id 3658D14C57 for ; Tue, 18 Jan 2000 03:09:09 -0800 (PST) (envelope-from fuzz_zzuf@excite.com) Received: from patti.excite.com ([199.172.148.159]) by kuku.excite.com (InterMail vM.4.01.02.27 201-229-119-110) with SMTP id <20000118110836.PJAF1667.kuku.excite.com@patti.excite.com> for ; Tue, 18 Jan 2000 03:08:36 -0800 Message-ID: <16807093.948193716969.JavaMail.imail@patti.excite.com> Date: Tue, 18 Jan 2000 03:08:36 -0800 (PST) From: fuzz zzuf To: freebsd-questions@FreeBSD.ORG Subject: zip drive problems under fbsd 3.0 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Excite Inbox X-Sender-Ip: 209.142.12.180 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i recently followed the steps at http://www.freebsd.org/FAQ/hardware.html#AEN765 to get my zip drive working under freebsd 3.0, but after kernel compile and reboot i get "Device not configured" when i try to mount it any suggestions? fuzz_zzuf@excite.com _______________________________________________________ Get 100% FREE Internet Access powered by Excite Visit http://freeworld.excite.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 3:12:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.prescient.co.za (mail.prescient.co.za [196.25.167.194]) by hub.freebsd.org (Postfix) with ESMTP id 0DCCA15066 for ; Tue, 18 Jan 2000 03:12:33 -0800 (PST) (envelope-from rip@pinetec.co.za) Received: from rip by mail.prescient.co.za with local (Exim 2.05 #1) id 12AWYg-00044s-00; Tue, 18 Jan 2000 13:12:22 +0200 Date: Tue, 18 Jan 2000 13:12:22 +0200 From: "R.I.Pienaar" To: mark Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <20000118131222.I7945@pinetec.co.za> References: <0001181244430A.25159@itsunix.uwc.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <0001181244430A.25159@itsunix.uwc.ac.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > The problem comes in when I scp it asks for a password. > I am not sure how to use the cron to send a password ( not safe either if > someone gets to see the cron file ) ssh allows you to use certificates to gain access to servers, you dont need passwords. on the backup server run ssh-keygen as the user that will do the scp's, look in that user home directory for a file called .ssh/identity.pub place this file in the remote machine - under the user dir you are scp into - ~/.ssh/authorized_key make sure the ~/.ssh and the file authorized_keys are mode 700 for the directory and 600 for the file. if all goes well, you should be able to ssh/scp from the backup server to your other machines without being asked a password. see the man pages. -- R.I. Pienaar rip@pinetec.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 4:16:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.WPI.EDU (smtp.WPI.EDU [130.215.24.62]) by hub.freebsd.org (Postfix) with ESMTP id 2A2A6150D7 for ; Tue, 18 Jan 2000 04:16:42 -0800 (PST) (envelope-from oblivion@WPI.EDU) Received: from wpi.WPI.EDU (oblivion@wpi.WPI.EDU [130.215.24.6]) by smtp.WPI.EDU (8.10.0.Beta10/8.10.0.Beta10) with ESMTP id e0ICGa601691 for ; Tue, 18 Jan 2000 07:16:41 -0500 (EST) Received: (from oblivion@localhost) by wpi.WPI.EDU (8.10.0.Beta11/8.10.0.Beta11) id e0ICGZU03023 for freebsd-questions@FreeBSD.ORG; Tue, 18 Jan 2000 07:16:35 -0500 (EST) Date: Tue, 18 Jan 2000 07:16:35 -0500 (EST) From: Jeff Robert Hammel Message-Id: <200001181216.e0ICGZU03023@wpi.WPI.EDU> To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD vs. Linux Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My OS is in a state of flux! I want a Unix-like OS and would like to know the differences between FreeBSD and Linux, as well as compatability issues. I realize that there's probably alot (and probably already written) so if you tell me where to go, that's fine. On the other hand, anything you wish to add yourself is also welcome. Thank you for your time. Jeff Hammel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 4:19:35 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 B93F4150D7 for ; Tue, 18 Jan 2000 04:19:32 -0800 (PST) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id NAA50575; Tue, 18 Jan 2000 13:19:23 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.9.3/8.9.3) with ESMTP id NAA51640; Tue, 18 Jan 2000 13:19:23 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: (from gunnar@localhost) by pluto.sr.se (8.9.3/8.9.3) id NAA77412; Tue, 18 Jan 2000 13:19:23 +0100 (CET) (envelope-from gunnar) Date: Tue, 18 Jan 2000 13:19:23 +0100 From: Gunnar Flygt To: Jeff Robert Hammel Cc: FreeBSD Questions Subject: Re: FreeBSD vs. Linux Message-ID: <20000118131923.A77392@sr.se> Reply-To: Gunnar Flygt References: <200001181216.e0ICGZU03023@wpi.WPI.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001181216.e0ICGZU03023@wpi.WPI.EDU>; from oblivion@WPI.EDU on Tue, Jan 18, 2000 at 07:16:35AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 18, 2000 at 07:16:35AM -0500, Jeff Robert Hammel wrote: > My OS is in a state of flux! I want a Unix-like OS and would like to know > the differences between FreeBSD and Linux, as well as compatability issues. > I realize that there's probably alot (and probably already written) so if > you tell me where to go, that's fine. On the other hand, anything you > wish to add yourself is also welcome. > Thank you for your time. As you ask to THIS list, the answer is obvious. FreeBSD is best ;-) -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 4:25:42 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 9F2FB14E8D for ; Tue, 18 Jan 2000 04:25:35 -0800 (PST) (envelope-from casolution@kvproducts.com) Received: from kvproducts.com (pool-209-138-135-236-tmpa.grid.net [209.138.135.236]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id HAA00833; Tue, 18 Jan 2000 07:25:32 -0500 (EST) Message-ID: <38841574.ADCC3671@kvproducts.com> Date: Tue, 18 Jan 2000 07:25:40 +0000 From: Kevin Voyce X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: David Delisle Cc: freebsd-questions@freebsd.org Subject: Re: Problem with windowmanager References: <000f01bf616c$87a89d80$a2e0c818@videotron.ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David; I may be having a simular problem. What I see looks almost liker barcode where text should be. I have requested help dfrom those on this list but am still waiting. please refer to the following -- I Installed the XFree86 3.3.6 software in hopes of using my ATI Rage 128. The previous release would not work at all for this card. The good news is that the server starts and initially appears to work. However when I startx to KDE 1.1.1 or Windowmaker any windows ie. term, netscape, config etc. contain bar code instead of text also when windows are moved the section at the top flickers when moving over another window. Sometimes text does show but is destroyed upon window movement. Note -- The XFree86 3.3.6 software and KDE 1.1.1 or Windowmaker work fine with my old Diamond Stealth 64 VRAM (S3). If it looks lke your problem is like mine perhaps we can pool our resources. Any way the work around for me was to change Graphics Cards. Kevin Voyce. David Delisle wrote: > hello, > I'm a new freebsd user and i'm having a problem with windowmanager, i get > some blacksquares instead of text in the menus, and almost everywhere. > > David Vallee > cellule@videotron.ca > > 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 Jan 18 4:32:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id CA19614CAF for ; Tue, 18 Jan 2000 04:32:48 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com ([203.197.137.147]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id XAA03325; Tue, 18 Jan 2000 23:01:35 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id RAA01115; Tue, 18 Jan 2000 17:17:33 +0530 (IST) (envelope-from grog) Date: Tue, 18 Jan 2000 17:17:33 +0530 From: Greg Lehey To: freebsd-questions@FreeBSD.ORG Cc: Satyajit Das Subject: Re: time and Date problem Message-ID: <20000118171732.I777@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <3882DBCD.9AE54F6A@spnetctg.com> <3883BB06.819D5C0E@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3883BB06.819D5C0E@softweyr.com>; from wes@softweyr.com on Mon, Jan 17, 2000 at 05:59:50PM -0700 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 17 January 2000 at 17:59:50 -0700, Wes Peters wrote: > Satyajit Das wrote: >> >> hello >> >> I'm from bangladesh. >> I install FBSD 3.3 . >> FBSD shows 12 hours advanced from current time and also date. >> when i install i select Bangladesh . >> please inform how can i fix my current time and date. > > I have forwarded your question and directed replies to the FreeBSD-questions > mailing list, as this is the appropriate place to find answers for this kind > of question. > > Now, to attempt to answer it: when you were installing, do you remember the > install program asking you if your CMOS clock is set to local time or GMT > time? I suspect you answered that question wrong. For more information, > see "man adjkerntz". > > Basically, if your BIOS/CMOS clock is set to the local time, you need to > create a file called /etc/wall_cmos_clock. You can do this by typing (as > root): > > touch /etc/wall_cmos_clock > > If your BIOS/CMOS clock is set to GMT, remove the /etc/wall_cmos_clock file > so your computer will know the clock is on GMT at startup. > > Lastly, be sure your CMOS clock, which is accessible from the BIOS setup > screens, is correct. The issue of adjkerntz doesn't change the relationship between UTC and local time (which appears to be called BDT). It works fine for me here: $ date Tue Jan 18 17:13:13 IST 2000 $ TZ=Asia/Dacca date Tue Jan 18 17:43:22 BDT 2000 Since I'm in India, that seems about right. To set your time zone, take a look at the files in the subdirectories of /usr/share/zoneinfo: $ ls -RFC /usr/share/zoneinfo/ Africa/ Atlantic/ EST GMT MST7MDT posixrules America/ Australia/ EST5EDT HST PST8PDT zone.tab Antarctica/ CET Etc/ Indian/ Pacific/ Arctic/ CST6CDT Europe/ MET SystemV/ Asia/ EET Factory MST WET ... /usr/share/zoneinfo/Asia: Aden Bishkek Irkutsk Kuching Rangoon Tokyo Almaty Brunei Istanbul Kuwait Riyadh Ujung_Pandang Amman Calcutta Jakarta Macao Saigon Ulan_Bator Anadyr Chungking Jayapura Magadan Samarkand Urumqi Aqtau Colombo Jerusalem Manila Seoul Vientiane Aqtobe Dacca Kabul Muscat Shanghai Vladivostok Ashkhabad Damascus Kamchatka Nicosia Singapore Yakutsk Baghdad Dubai Karachi Novosibirsk Taipei Yekaterinburg Bahrain Dushanbe Kashgar Omsk Tashkent Yerevan Baku Gaza Katmandu Phnom_Penh Tbilisi Bangkok Harbin Krasnoyarsk Pyongyang Tehran Beirut Hong_Kong Kuala_Lumpur Qatar Thimbu Choose one that looks likely (Dacca in your case) and copy it to /etc/localtime: # cp /usr/share/zoneinfo/Asia/Dacca /etc/localtime Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 4:38: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id 4A15714A1F for ; Tue, 18 Jan 2000 04:38:01 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com ([203.197.137.147]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id XAA03353; Tue, 18 Jan 2000 23:07:30 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id QAA00935; Tue, 18 Jan 2000 16:35:30 +0530 (IST) (envelope-from grog) Date: Tue, 18 Jan 2000 16:35:30 +0530 From: Greg Lehey To: rene@xs4all.nl Cc: Olaf Seibert , questions@FreeBSD.ORG Subject: Re: vinum question : automatic mounting at boot, NFS? Message-ID: <20000118163530.D777@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <20000116235348.A26918@polder.ubc.kun.nl> <17595.000117@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <17595.000117@xs4all.nl>; from rene@xs4all.nl on Mon, Jan 17, 2000 at 02:17:59PM +0100 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 17 January 2000 at 14:17:59 +0100, rene@xs4all.nl wrote: > Hija Olaf, > > Sunday, January 16, 2000, 23:53:48, you seem to have written: >> On Sun 16 Jan 2000 at 20:54:03 +0100, rene@xs4all.nl wrote: >> >> Since it looks like the only thing that you really do by hand is: >> >>> bash-2.02# mount /dev/vinum/myvol /mnt/large >> >> putting it in /etc/fstab should be enough. Something like >> >> # filesys mount point type access dump fsck >> # location + opts freq pass >> >> /dev/vinum/myvol /mnt/large ffs rw 1 2 >> >> should do it. Unless maybe this tries to mount it too early in the boot >> sequence. In that case, make it >> >> /dev/vinum/myvol /mnt/large ffs rw,noauto 1 2 >> >> so that the initial mount -a will not try to mount it yet, and put the >> following in /etc/rc.local: >> >> mount /mnt/large >> >> -Olaf (none of this is vinum-sprecific, by te way). > > Thanx for your reply. However, it didn't quite fix it; (after booting) > > bash-2.02# mount /mnt/large > mount: exec mount_ffs not found in /sbin, /usr/sbin: No such file or directory > > if I change the type field in /etc/fstab to 'ufs' instead of 'ffs', I > get a filesystemcheck error; /dev/vinum/rmyvol: device not configured > > this is probably coz at that time, vinum hasn't started yet. Correct. You should set start_vinum in your rc.conf. > for completeness, the line from fstab: > > /dev/vinum/myvol /mnt/large ufs rw,noauto 1 2 Was that a complete statement? Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 5:13:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pointer.raytheon.co.uk (pointer.raytheon.co.uk [193.115.14.66]) by hub.freebsd.org (Postfix) with ESMTP id D125D14E4C for ; Tue, 18 Jan 2000 05:13:33 -0800 (PST) (envelope-from Chris.Smith@raytheon.co.uk) Received: from rslhub.raytheon.co.uk (unverified) by pointer.raytheon.co.uk (Content Technologies SMTPRS 2.0.15) with SMTP id ; Tue, 18 Jan 2000 13:18:38 +0000 Received: by rslhub.raytheon.co.uk(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 0025686A.00488DEE ; Tue, 18 Jan 2000 13:12:29 +0000 X-Lotus-FromDomain: RAYTHEONUK From: Chris.Smith@raytheon.co.uk To: Jeff Robert Hammel Cc: freebsd-questions@freebsd.org Message-Id: <0025686A.00488C13.00@rslhub.raytheon.co.uk> Date: Tue, 18 Jan 2000 13:11:51 +0000 Subject: Re: FreeBSD vs. Linux 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 FreeBSD - of course! Chris Smith Raytheon Systems Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 5:18:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from main.mednet.com (main.mednet.com [194.186.40.17]) by hub.freebsd.org (Postfix) with ESMTP id 4F71F14ED9 for ; Tue, 18 Jan 2000 05:17:49 -0800 (PST) (envelope-from lenya@fonds.phtula.mednet.com) Received: (from uucp@localhost) by main.mednet.com (8.9.0/8.9.0) with UUCP id QAA02844 for freebsd-questions@FreeBSD.ORG; Tue, 18 Jan 2000 16:17:38 +0300 (MSK) Received: from starlight (starlight.tula.ffoms.ru [10.20.25.200]) by tula.tula.ffoms.ru (8.9.3/8.9.3) with SMTP id QAA04283 for ; Tue, 18 Jan 2000 16:06:48 +0300 (MSK) (envelope-from lenya@fonds.phtula.mednet.com) Message-ID: <000801bf61b5$af54ac40$c819140a@tula.ffoms.ru> From: "çÁÒÁÇÁÔÙÊ áÌÅËÓÅÊ âÏÒÉÓÏ×ÉÞ" To: Subject: Date: Tue, 18 Jan 2000 16:12:32 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF61CE.D330A100" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2417.2000 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_0005_01BF61CE.D330A100 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable ------=_NextPart_000_0005_01BF61CE.D330A100 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
 
------=_NextPart_000_0005_01BF61CE.D330A100-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 5:35:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fantomas.macabre.dhs.org (slip202-135-77-195.br.au.ibm.net [202.135.77.195]) by hub.freebsd.org (Postfix) with ESMTP id 8A67614DC4 for ; Tue, 18 Jan 2000 05:35:04 -0800 (PST) (envelope-from fractus@fantomas.macabre.dhs.org) Received: (from fractus@localhost) by fantomas.macabre.dhs.org (8.9.3/8.9.3) id XAA01987 for questions@freebsd.org; Tue, 18 Jan 2000 23:34:45 +1000 (EST) (envelope-from fractus) Date: Tue, 18 Jan 2000 23:34:44 +1000 From: Steven Lawrance To: questions@freebsd.org Subject: Writing value directly to parallel port Message-ID: <20000118233444.A1951@sia.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all. Could anyone tell me how to write a specific value to a parallel port? IIRC, I could do this with outb() on a Linux system. I'm using this to control relays to switch lights etc. thanks -- Steven Lawrance stl@tmbg.net RSA 2048/0x9F030653 DH/DSS 1024/0x76F301DE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 5:49: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id CD37114F56 for ; Tue, 18 Jan 2000 05:49:00 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.156.211]) by smtp2.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FOJADL00.LLE for ; Tue, 18 Jan 2000 06:48:57 -0700 Message-Id: Date: Tue, 18 Jan 2000 06:50:12 -0700 X-Priority: 3 From: Duke Normandin <01031149@3web.net> X-Mailer: Mail Warrior To: freebsd-questions@freebsd.org MIME-Version: 1.0 Subject: Re: Firewall: ipfw or natd Content-Type: Text/Plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8Bit X-Mailer-Version: v3.55 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 01/17/2000 7:04:01 PM, "Crist J. Clark" wrote: >On Mon, Jan 17, 2000 at 01:51:38PM -0700, Duke Normandin wrote: >> On 01/17/2000 6:03:50 AM, Giorgos Keramidas wrote: >> >> >On Sun, Jan 16, 2000 at 06:24:04PM -0700, Duke Normandin wrote: >> >> >> >> What criterion (ia) are used for determining the use of ipfw or natd >> >> in creating a firewall? TIA.. >> > >> >You can use both on the same `firewall'. >> > >> >They are two different programs, with a different purpose each. >> > >> >> I gathered as much now....thanks! I'm now curious to read the answer to the post with >> the subject line, "ipf/ipnat vs ipfw/natd", as well as determining whether or not >> natd's `divert' capabality has (can have) anyhting to do with firewalling. > >ipfw(8) has "divert" capability. You must have ipfw enabled and divert >rules in place in order to use natd(8). >-- >Crist J. Clark cjclark@home.com -duke Thanks for clearing up the murky waters a bit! For what it's worth to all the other newbies on this list, I found what I think are two great tutorials on Networking issues: http://www.openbsd.org/faq/faq6.html <--- Network Configuration http://www.3com.com/nsc/501302.html <--- IP Addressing -duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 5:57:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from atlas.meganet.gr (atlas.meganet.gr [195.212.245.3]) by hub.freebsd.org (Postfix) with ESMTP id B901C14C37 for ; Tue, 18 Jan 2000 05:57:39 -0800 (PST) (envelope-from christ@meganet.gr) Received: from server (users.meganet.gr [195.212.245.127]) by atlas.meganet.gr (8.8.5/8.8.5) with SMTP id QAA29831 for ; Tue, 18 Jan 2000 16:36:16 +0200 (EET) Message-ID: <000701bf61bd$609a4760$7ff5d4c3@server.meganet.gr> From: "S.Christopoulos" To: Subject: DNS info Date: Tue, 18 Jan 2000 16:07:33 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BF61CE.2149B8A0" 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_0004_01BF61CE.2149B8A0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable We have installed the freeBSD 3.2 in our server and it is running the = procedure named as its DNS. We can't make the appropriate settings for = the domains and the settings for each one of the domain that we support. = (e.g. for the domain.com www in address xxx.xxx.xxx.xxx, mail in = address yyy.yyy.yyy.yyy e.t.c.) Thanks in advance whoever takes the time to answer my question.....!!!!! Sotiris ------=_NextPart_000_0004_01BF61CE.2149B8A0 Content-Type: text/html; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable
We have installed the freeBSD 3.2 in = our server=20 and it is running the procedure named as its DNS.  We can't make = the=20 appropriate settings for the domains and the settings for each one of = the domain=20 that we support. (e.g. for the domain.com     www in = address=20 xxx.xxx.xxx.xxx, mail in address yyy.yyy.yyy.yyy e.t.c.)
 
Thanks in advance whoever takes the = time to=20 answer my question.....!!!!!
Sotiris
------=_NextPart_000_0004_01BF61CE.2149B8A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 6: 6:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.wayne.edu (mail4.wayne.edu [141.217.1.82]) by hub.freebsd.org (Postfix) with ESMTP id 52AEF14FC3 for ; Tue, 18 Jan 2000 06:06:25 -0800 (PST) (envelope-from cplater@mac.com) Received: from [141.217.25.93] (roadwarrior.accs.wayne.edu [141.217.25.93]) by mail4.wayne.edu (8.8.5/8.8.5) with ESMTP id JAA27359 for ; Tue, 18 Jan 2000 09:06:20 -0500 (EST) User-Agent: Microsoft Outlook Express Macintosh Edition - 5.01 (1630) Date: Tue, 18 Jan 2000 09:06:22 -0500 Subject: Shared Library Problems From: Charles Plater To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having some problems with shared libraries, and I can't seem to figure it out. ----- first example ----- rattlehead.accs.wayne.edu{cplater}95: netscape ld.so failed: Can't find shared library "libXt.so.6.0" rattlehead.accs.wayne.edu{cplater}96: locate libXt.so.6.0 /usr/X11R6/lib/aout/libXt.so.6.0 /usr/compat/linux/usr/X11R6/lib/libXt.so.6.0 /usr/compat/linux/usr/i486-linux-libc5/lib/libXt.so.6.0 ----- end first example ----- ----- second example ----- rattlehead.accs.wayne.edu{cplater}97: emacs /usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found rattlehead.accs.wayne.edu{cplater}98: locate libXaw.so.6 /usr/X11R6/lib/aout/libXaw.so.6.1 /usr/X11R6/lib/libXaw.so.6 /usr/compat/linux/usr/X11R6/lib/libXaw.so.6 /usr/compat/linux/usr/X11R6/lib/libXaw.so.6.1 /usr/compat/linux/usr/i486-linux-libc5/lib/libXaw.so.6 /usr/compat/linux/usr/i486-linux-libc5/lib/libXaw.so.6.1 ----- end second example ----- -- Charles A. Plater | cplater| "We can turn out amazing human beings Senior Warden | @mac. | without technology. Precedent also Lola Valley Lodge No. 583 | com | shows that we can turn out very | | uninteresting human beings with | | technology." - Steve Jobs NOTICE TO BULK E-MAILERS: Pursuant to US Code, Title 47, Chapter 5, Subchapter II, 227, and all unsolicited commercial e-mail sent to this address is subject to a download and archival fee in the amount of $500 US To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 6:40:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 3rdrock.coserve.org (3rdrock.coserve.org [198.213.49.88]) by hub.freebsd.org (Postfix) with ESMTP id ECD0A14FEE for ; Tue, 18 Jan 2000 06:40:31 -0800 (PST) (envelope-from fabry@coserve.org) Received: from earth (earth.coserve.org [198.213.49.85]) by 3rdrock.coserve.org (8.9.1/8.9.1) with SMTP id IAA02322 for ; Tue, 18 Jan 2000 08:33:26 -0600 (CST) Message-ID: <004f01bf61c2$99c09cb0$5531d5c6@coserve.org> From: "Alain G. Fabry" To: Subject: xdm returns to xdm after login Date: Tue, 18 Jan 2000 08:45:01 -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 Hello, My xdm returns to xdm after I log on, username and password are correct. I have .xsession in my home directory starting a windowsmanager (tried `exec startkde` and `startkde` without quotes ofcourse) .xsession is executable. I can run startx successfully. Running FreeBSD 3.4-STABLE with XFree86 Version 3.3.5 What could be the problem? Also, what is a good source for finding solutions to these small problems, only few are mentioned at the FreeBSD FAQ webpage. Thanks, _Alain ______________________ Alain G. Fabry Sr. LAN Administrator The University of Texas - Pan American External Affairs - CoSERVE Phone : (956) 381-3361 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 6:44:44 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 17C7E14F17 for ; Tue, 18 Jan 2000 06:44:42 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12AZs8-00096L-00; Tue, 18 Jan 2000 14:44:40 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id OAA32425; Tue, 18 Jan 2000 14:44:40 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Tue, 18 Jan 2000 14:44:40 +0000 (GMT) From: Jonathon McKitrick To: R Joseph Wright Cc: freebsd-questions@freebsd.org Subject: Re: Which X-window to choose? In-Reply-To: <3883D094.72CB006C@nwlink.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jan 2000, R Joseph Wright wrote: >> and toys. Go to www.themes.org, and DL themes till your heart's >> content! They work well, and i have found all my favorites there, >> including the Gotham theme for KDE that also is available for WM. > >I went there and they have an amazing number of themes for any window >manager. Now I have another problem. My kde doesn't seem to have a >theme manager! In fact, when I went to the kde control center, it >opened up the window, but inside it was empty. I also went to the main >menu, settings, desktop, but no themes. Kdebase is supposed to contain >the theme manager. What's going wrong here? Just to be sure, do you have KDE 1.2 or so? I know 1.1 theme support was almost useless. That's the default that came with my 3.2 CD. But the newest version (1.2?) has integrated theme support. I guess mandrake just forced 1.1 to work well with themes. -=> jm <=- "Doors to the pleasures of heaven or hell, and i didn't care which...." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 6:48: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pointer.raytheon.co.uk (pointer.raytheon.co.uk [193.115.14.66]) by hub.freebsd.org (Postfix) with ESMTP id 4E20414FC3 for ; Tue, 18 Jan 2000 06:47:59 -0800 (PST) (envelope-from Chris.Smith@raytheon.co.uk) Received: from rslhub.raytheon.co.uk (unverified) by pointer.raytheon.co.uk (Content Technologies SMTPRS 2.0.15) with SMTP id ; Tue, 18 Jan 2000 14:53:06 +0000 Received: by rslhub.raytheon.co.uk(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 0025686A.005130EF ; Tue, 18 Jan 2000 14:46:49 +0000 X-Lotus-FromDomain: RAYTHEONUK From: Chris.Smith@raytheon.co.uk To: "Alain G. Fabry" Cc: freebsd-questions@freebsd.org Message-Id: <0025686A.00512F67.00@rslhub.raytheon.co.uk> Date: Tue, 18 Jan 2000 14:46:13 +0000 Subject: Re: xdm returns to xdm after login 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, Your .xsession needs to be executable! I've done this loads of times. Just log in on a terminal / console and do a: $ chmod +x .xsession Then it should work. Hope this helps. If not. Forward me your .xsession Chris Smith Raytheon Systems Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 6:51: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 3B61B14C13 for ; Tue, 18 Jan 2000 06:50:51 -0800 (PST) (envelope-from zort@penrithcity.nsw.gov.au) Received: from outmail.penrithcity.nsw.gov.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id BAA07541 for ; Wed, 19 Jan 2000 01:50:49 +1100 Received: from penrithcity.nsw.gov.au ([203.41.13.40]) by outmail.penrithcity.nsw.gov.au with Microsoft SMTPSVC(5.5.1877.197.19); Mon, 17 Jan 2000 21:58:11 +1000 Message-ID: <3882FC3E.ECA3B03F@penrithcity.nsw.gov.au> Date: Mon, 17 Jan 2000 22:25:50 +1100 From: Dean Hamstead Organization: B.O.N.G. X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.15pre2 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: collisions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG heres the scenario p 120, 32 megs ram, 600mb, 8 gig hhd's dfe530-tx running freebsd 3.2 release intel inbuisness 8 port 10/100 switch generic 8 port hub various windows / unix clients ----- ok the server sends out files via nfs, smb and ftp and is plugged into the switch the hub is connected to the switch and most clients are connected to the hub data transfer between the freebsd server and clients is incredibly slow due to incredible amounts of collisions. transfer from other servers on the same switch is not affected by the same problem. i have tried 2 other network cards with the same results, a 3c509btx and a amd pcinet (lnc) both half-duplex and full-duplex have the same results, the kernel has packet filtering on and runs dhcpd help! Dean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 6:52:58 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 2841114C4A for ; Tue, 18 Jan 2000 06:52:54 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12Aa04-000Eks-00; Tue, 18 Jan 2000 14:52:52 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id OAA32569; Tue, 18 Jan 2000 14:52:52 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Tue, 18 Jan 2000 14:52:52 +0000 (GMT) From: Jonathon McKitrick To: fuzz zzuf Cc: freebsd-questions@freebsd.org Subject: Re: zip drive problems under fbsd 3.0 In-Reply-To: <16807093.948193716969.JavaMail.imail@patti.excite.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 Did you make sure to enable ALL the kernel options? The parallel port stuff as well? Also, make sure you make all the necessary devices. Is this a laptop? -=> jm <=- "Doors to the pleasures of heaven or hell, and i didn't care which...." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 7: 2:10 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 ACDC314C06 for ; Tue, 18 Jan 2000 07:02:07 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12Aa90-0009d3-00; Tue, 18 Jan 2000 15:02:06 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id PAA32723; Tue, 18 Jan 2000 15:02:01 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Tue, 18 Jan 2000 15:02:01 +0000 (GMT) From: Jonathon McKitrick To: Brett Taylor Cc: R Joseph Wright , Salvo Bartolotta , freebsd-questions@FreeBSD.ORG Subject: Re: can't make certain ports In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jan 2000, Brett Taylor wrote: >> One of the responders to your question said 'make clean' removes the >> old source. I believe that this is incorrect. It removes the old >> OBJECT code, which of course is generated when the source is compiled. >> When a port is updated, at least three things must happen for you to >> be able to use the new version. > >This is vague at best - make clean, in a port, removes everything in the >work directory and the work directory itself. It does not touch anything >in /usr/ports/distfiles. What was vague here, the original post or my explanation? >> I think one potential area of confusion is this: Again, IF I >> UNDERSTAND THIS CORRECTLY (and i think i do ;-) 'make deinstall' calls >> pkg_delete, but if the makefile has been changed by a recent cvsup, >> there is always the possibility this may not work correctly, although >> it SHOULD. I generally use pkg_delete just to be safe. > >Nope - as noted above - make deinstall calls pkg_delete which reads off >its OWN original packing list, not what's in >/usr/ports/some_dir/some_port/pkg/PLIST. What was my mistake here? Referring to the makefile rather than the packing list as the source for the action taken? -=> jm <=- "Doors to the pleasures of heaven or hell, and i didn't care which...." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 7:15:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sc.skbkontur.ru (sc.skbkontur.ru [195.58.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 94B3F15210 for ; Tue, 18 Jan 2000 07:15:39 -0800 (PST) (envelope-from glb@mail.ru) Received: from 195.58.16.41 (ents.skbkontur.ru [195.58.16.41]) by sc.skbkontur.ru (8.9.3/8.9.3) with ESMTP id UAA14002 for ; Tue, 18 Jan 2000 20:20:54 +0500 Date: Tue, 18 Jan 2000 20:15:07 +0500 From: Gleb Belorustsev X-Mailer: The Bat! (v1.36) S/N 9FA473A9 Reply-To: Gleb Belorustsev Organization: NTS X-Priority: 3 (Normal) Message-ID: <17843.000118@sc.skbkontur.ru> To: freebsd-questions@FreeBSD.org Subject: getting FreeBSD by e-mail 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 FreeBSD 3.4 Release Notes: "If you do not have access to the Internet and electronic mail is your only recourse, then you may still fetch the files by sending mail to `ftpmail@ftpmail.vix.com' - putting the keyword "help" in your message to get more information on how to fetch files using this mechanism." My mail-server replys "550 ... Host unknown (Name server: ftpmail.vix.com: host not found)" If ftpmail@ftpmail.vix.com does not work, how can I fetch files from ftp.freebsd.org by e-mail? Best regards, Gleb Belorustsev 18 jan 2000 mailto:glb@mail.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 7:15:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gw.bummash.udmnet.ru (gw.bummash.udmnet.ru [213.24.1.251]) by hub.freebsd.org (Postfix) with ESMTP id 83AD915075 for ; Tue, 18 Jan 2000 07:15:34 -0800 (PST) (envelope-from oleg@gw.bummash.udmnet.ru) Received: from localhost (oleg@localhost) by gw.bummash.udmnet.ru (8.9.3/8.9.3) with ESMTP id TAA31028 for ; Tue, 18 Jan 2000 19:17:55 +0400 (SAMT) (envelope-from oleg@gw.bummash.udmnet.ru) Date: Tue, 18 Jan 2000 19:17:54 +0400 (SAMT) From: Oleg Votincev To: freebsd-questions@FreeBSD.ORG Message-ID: 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 úÄÒÁ×ÓÔ×ÕÊÔÅ! Õ ÍÅÎÑ ×ÏÔ ÔÁËÏÊ ×ÏÐÒÏÓ ÇÄÅ ÍÏÖÎÏ ÎÁÊÔÉ ÁÎÔÉ×ÉÒÕÓÎÕÀ ÐÒÏÇÒÁÍÍÕ ÎÁ ÓÅÒ×ÅÒ FreeBSD 3.2 ? ÍÎÅ ÎÕÖÎÏ ÎÁ ÌÅÔÕ ÐÒÏ×ÅÒÑÔØ ×ÈÏÄÑÝÕÀ ÐÏÞÔÕ . ÂÕÄÕ ÖÄÁÔØ ÏÔ×ÅÔÁ. ïÌÅÇ. -------------------------------------------------------------------------- ¡..............Oleg.................¡........phone: (3412)24-92-91.......¡ ¡..........JSC"Bummash".............¡... mailto:oleg@bummash.udmnet.ru ..¡ ¡........Russia,Udmurtia............¡... http://www.bummash.udmnet.ru ...¡ ¡............Izhevsk................¡....................................¡ -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 7:19:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 3BC7814D33 for ; Tue, 18 Jan 2000 07:19:20 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id KAA02723; Tue, 18 Jan 2000 10:17:53 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Tue, 18 Jan 2000 10:17:53 -0500 (EST) From: Brett Taylor To: Jonathon McKitrick Cc: R Joseph Wright , Salvo Bartolotta , freebsd-questions@FreeBSD.ORG Subject: Re: can't make certain ports In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Jonathon, On Tue, 18 Jan 2000, Jonathon McKitrick wrote: > Brett wrote: > >Nope - as noted above - make deinstall calls pkg_delete which reads off > >its OWN original packing list, not what's in > >/usr/ports/some_dir/some_port/pkg/PLIST. > > What was my mistake here? Referring to the makefile rather than the > packing list as the source for the action taken? No mistake on your part - I didn't read bsd.port.mk (or let it sink through my head enough) - a make deinstall looks for ${PKGNAME} which it grabs from the port Makefile so it will try to deinstall the old version (using pkg_delete). Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 7:32:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corpmail1.jps.net (corpmail1.jps.net [209.63.224.250]) by hub.freebsd.org (Postfix) with ESMTP id 1AB8414E89 for ; Tue, 18 Jan 2000 07:32:26 -0800 (PST) (envelope-from slicetech@xsspeed.net) Received: from xsp119648 ([209.63.251.228]) by corpmail1.jps.net (8.9.0/8.8.5) with SMTP id HAA07133 for ; Tue, 18 Jan 2000 07:32:24 -0800 (PST) Reply-To: From: "Jeremy" To: Subject: internet gateway setup using NATD Date: Tue, 18 Jan 2000 07:36:14 -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) 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 Sir or Madam, I am currently trying to set up an internet gateway for my satellite internet connection. I have been trying to make this work for the past 5 days to no avail. I am wondering if it is possible for you to forward me a "default" or "generic" configuration for a NATD internet gateway. I would need rc.conf, rc.firewall, and any other file modifications that would be absolutely necessary. No firewall is needed at this time, I can add that in later. I have a P1 166MHz running FreeBSD 3.2Stable, with 2 Network cards (a DLink 10BaseT as ed1, and a 3Com Etherlink III as ep0), the internet connection can be connected to either card and requires little or no configuration. I know its a stretch, but the man hours spent trying to make this work are beginning to add up. Thanks, Jeremy Briggs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 7:38:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from node11a94.a2000.nl (node11a94.a2000.nl [24.132.26.148]) by hub.freebsd.org (Postfix) with SMTP id B79C714DDC for ; Tue, 18 Jan 2000 07:38:13 -0800 (PST) (envelope-from ronald@node11a94.a2000.nl) Received: (qmail 7156 invoked from network); 18 Jan 2000 15:38:11 -0000 Received: from node11a94.a2000.nl (24.132.26.148) by node11a94.a2000.nl with SMTP; 18 Jan 2000 15:38:11 -0000 Date: Tue, 18 Jan 2000 16:38:10 +0100 (CET) From: Ronald Klop To: freebsd-questions@freebsd.org Subject: share swap with win95 Message-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 one disk which I use for my windows swapfile and one disk which I use for my FreeBSD swap. I would like to use one disk for both swaps. Is it possible to make an image (with dd) of the fat and root directory of the windows disk, use the disk as FreeBSD swap and at shutdown write back the image of the windows fat and root dir? Wil windows eat this and can FreeBSD work this way? Or do I have to do a complete DOS format every time I reboot to windows? Where do I have to put the dd command to write the image back in the shutdown process? Or can I do this simpler? Please reply by cc: also. Greetings, Ronald. -- Ronald Klop http://node11a94.a2000.nl/~ronald/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 7:38:52 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 C04701504E for ; Tue, 18 Jan 2000 07:38:44 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12AaiR-000A7R-00; Tue, 18 Jan 2000 15:38:43 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id PAA33299; Tue, 18 Jan 2000 15:38:42 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Tue, 18 Jan 2000 15:38:42 +0000 (GMT) From: Jonathon McKitrick To: David Kelly Cc: "Corey C. Foegen" , freebsd-questions@freebsd.org Subject: Re: About free bsd In-Reply-To: <200001180351.VAA18203@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 On Mon, 17 Jan 2000, David Kelly wrote: >CDROM's, shirts, jackets, stickers, stuffed daemon plushies, etc., which >pay for hosting FreeBSD on the 'net, for much of the development >hardware, and for some of the salaries of those who work full time on >FreeBSD. So walnut creek actually *pays* some of the programming staff? -=> jm <=- "Doors to the pleasures of heaven or hell, and i didn't care which...." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 7:49:32 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 EBCB114C0B for ; Tue, 18 Jan 2000 07:49:29 -0800 (PST) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id KAA68226; Tue, 18 Jan 2000 10:48:01 -0500 (EST) (envelope-from mwlucas) From: Michael Lucas Message-Id: <200001181548.KAA68226@blackhelicopters.org> Subject: Re: About free bsd In-Reply-To: from Jonathon McKitrick at "Jan 18, 2000 3:38:42 pm" To: jcm@dogma.freebsd-uk.eu.org (Jonathon McKitrick) Date: Tue, 18 Jan 2000 10:48:01 -0500 (EST) Cc: dkelly@hiwaay.net, cfoegen@angelfire.com, freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Mon, 17 Jan 2000, David Kelly wrote: > > >CDROM's, shirts, jackets, stickers, stuffed daemon plushies, etc., which > >pay for hosting FreeBSD on the 'net, for much of the development > >hardware, and for some of the salaries of those who work full time on > >FreeBSD. > > So walnut creek actually *pays* some of the programming staff? > Yep. Nice work, if you can get it. FreeBSD is WC's biggest-selling product. It makes sense for them to support it. I believe (thin ice hear) they also run the FreeBSD consulting & support services available at freebsdmall.com. ==ml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 7:59:16 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 1D70B14D5A for ; Tue, 18 Jan 2000 07:59:14 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12Ab2H-000K79-00; Tue, 18 Jan 2000 15:59:13 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id PAA33586; Tue, 18 Jan 2000 15:59:12 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Tue, 18 Jan 2000 15:59:12 +0000 (GMT) From: Jonathon McKitrick To: Michael Lucas Cc: dkelly@hiwaay.net, cfoegen@angelfire.com, freebsd-questions@FreeBSD.ORG Subject: Re: About free bsd In-Reply-To: <200001181548.KAA68226@blackhelicopters.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 18 Jan 2000, Michael Lucas wrote: >FreeBSD is WC's biggest-selling product. It makes sense for them to >support it. That many people buy it? I thought most get it for free... -=> jm <=- "Doors to the pleasures of heaven or hell, and i didn't care which...." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 8: 5:47 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 2939A14E4D for ; Tue, 18 Jan 2000 08:05:35 -0800 (PST) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id LAA68313; Tue, 18 Jan 2000 11:04:13 -0500 (EST) (envelope-from mwlucas) From: Michael Lucas Message-Id: <200001181604.LAA68313@blackhelicopters.org> Subject: Re: About free bsd In-Reply-To: from Jonathon McKitrick at "Jan 18, 2000 3:59:12 pm" To: jcm@dogma.freebsd-uk.eu.org (Jonathon McKitrick) Date: Tue, 18 Jan 2000 11:04:13 -0500 (EST) Cc: dkelly@hiwaay.net, cfoegen@angelfire.com, freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > On Tue, 18 Jan 2000, Michael Lucas wrote: > >FreeBSD is WC's biggest-selling product. It makes sense for them to > >support it. > > That many people buy it? I thought most get it for free... -=> jm <=- Those of us behind 14.4 connections are really fond of the CD release. No, my modem is 56k... my phone line is 14.4. ==ml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 8:11:43 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 D487414E5F for ; Tue, 18 Jan 2000 08:11:40 -0800 (PST) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id IAA12158; Tue, 18 Jan 2000 08:11:21 -0800 Date: Tue, 18 Jan 2000 08:11:21 -0800 (PST) From: To: mark Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <0001181244430A.25159@itsunix.uwc.ac.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 You can either use expect to pass the password, use key's to authenticate or use dump to dump the things to a file or device on the remote machine. Keith On Tue, 18 Jan 2000, mark wrote: > > Hello, > > I am a newbie to UNIX ( approx 1.5 months ) and need some help. > > I have 5 Unix machines ( 1 new backup , 4 servers ) and I would now like to > backup the necessary information on the servers. > > I was thinking that I could tar the info on the servers and then scp it to the > backup server at a specified time using the cron daemon. And then for the > backup server to well of cousre back it up using cron as well. > > The problem comes in when I scp it asks for a password. > I am not sure how to use the cron to send a password ( not safe either if > someone gets to see the cron file ) > > The backup server needs to accept password-less scp from my 4 servers only, and > any other admin machines etc, as normal with passwords. > > Do you think that this is the right way to go about it? > Do you have any other ideas? > > Many thanks for your time, > > Mark > Trainee UNIX ADMINISTRATOR > UNIVERSITY OF THE WESTERN CAPE > > > 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 Jan 18 8:12:44 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 F201414DCF for ; Tue, 18 Jan 2000 08:12:41 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12AbFI-000Kq1-00; Tue, 18 Jan 2000 16:12:40 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id QAA33787; Tue, 18 Jan 2000 16:12:40 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Tue, 18 Jan 2000 16:12:40 +0000 (GMT) From: Jonathon McKitrick To: Michael Lucas Cc: dkelly@hiwaay.net, cfoegen@angelfire.com, freebsd-questions@FreeBSD.ORG Subject: Re: About free bsd In-Reply-To: <200001181604.LAA68313@blackhelicopters.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 18 Jan 2000, Michael Lucas wrote: >Those of us behind 14.4 connections are really fond of the CD release. > >No, my modem is 56k... my phone line is 14.4. True.. it's handy to have the CD for system fixes, quick installation of packages, etc. I think i'll buy 4.0 (4.1?) when it comes out. Also, i'm very close to buying Applixware Office. -=> jm <=- "Doors to the pleasures of heaven or hell, and i didn't care which...." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 8:17:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 3rdrock.coserve.org (3rdrock.coserve.org [198.213.49.88]) by hub.freebsd.org (Postfix) with ESMTP id 113A514D5A for ; Tue, 18 Jan 2000 08:17:15 -0800 (PST) (envelope-from fabry@coserve.org) Received: from earth (earth.coserve.org [198.213.49.85]) by 3rdrock.coserve.org (8.9.1/8.9.1) with SMTP id KAA03012; Tue, 18 Jan 2000 10:10:03 -0600 (CST) Message-ID: <00de01bf61d0$194223c0$5531d5c6@coserve.org> From: "Alain G. Fabry" To: , "Lowell Gilbert" , References: <0025686A.00512F67.00@rslhub.raytheon.co.uk> Subject: Re: xdm returns to xdm after login Date: Tue, 18 Jan 2000 10:21:38 -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 Sorry, My bad, he was right, for some reason I only made it executable for go and not for the user. chmod u+x .xsession solved my problem Sorry, my mistake. Alain ----- Original Message ----- From: "Lowell Gilbert" To: ; Sent: Tuesday, January 18, 2000 9:31 AM Subject: Re: xdm returns to xdm after login > Chris.Smith@raytheon.co.uk writes: > > > Your .xsession needs to be executable! > > He specifically said: > > > .xsession is executable. I can run startx successfully. > > So that's not it. > > Since startx uses .xinitrc instead of .xsession, there may be some > difference there. In my opinion, there are three things he should > check: > 1) .xsession-errors : the problem may be spelled out in there > 2) debugging .xsession : put debugging statements (I like to use > "touch" at various checkpoints to see that > the script is actually running to various > points) > 3) link .xsession to .xinitrc, since that's known to work, and see > what happens > > If I had to guess, I would say that he backgrounds all the commands in > the .xsession. This will produce the symptoms he describes, because > it lets .xsession run to completion before he gets a chance to do > anything. When .xsession runs to completion, it resets the X server, > which will end the xdm session. So the key is to end the script with > a command that *isn't* backgrounded; the window manager is a > convenient item for this. [Just remove the '&' from the end of the > last line.] > > Be well. > Lowell > [sitting about a quarter mile from Raytheon's corporate headquarters] > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 8:20: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 62C4314BEF for ; Tue, 18 Jan 2000 08:19:55 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id LAA02965; Tue, 18 Jan 2000 11:19:46 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Tue, 18 Jan 2000 11:19:46 -0500 (EST) From: Brett Taylor To: "Alain G. Fabry" Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: xdm returns to xdm after login In-Reply-To: <004f01bf61c2$99c09cb0$5531d5c6@coserve.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Tue, 18 Jan 2000, Alain G. Fabry wrote: > My xdm returns to xdm after I log on, username and password are > correct. I have .xsession in my home directory starting a > windowsmanager (tried `exec startkde` and `startkde` without quotes > ofcourse) .xsession is executable. I can run startx successfully. What does .xsession-errors say? What does your .xsession look like? I initially would have said your .xsession wasn't executable, but you said it was. Hard to guess now wo/ some info from .xsession-errors. Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 8:49: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp7.xs4all.nl (smtp7.xs4all.nl [194.109.127.50]) by hub.freebsd.org (Postfix) with ESMTP id 375DF14C7F for ; Tue, 18 Jan 2000 08:48:55 -0800 (PST) (envelope-from rene@xs4all.nl) Received: from 10.67.192.9 (adsl-196-149.adsl.xs4all.nl [194.109.196.149]) by smtp7.xs4all.nl (8.9.3/8.9.3) with ESMTP id RAA17350; Tue, 18 Jan 2000 17:48:39 +0100 (CET) From: rene@xs4all.nl Date: Tue, 18 Jan 2000 17:53:16 +0100 X-Mailer: The Bat! (v1.38e) S/N B56A3CE9 / Personal Reply-To: rene@xs4all.nl Organization: XS4ALL Internet B.V. Nederland X-Priority: 3 (Normal) Message-ID: <6745.000118@xs4all.nl> To: Greg Lehey Cc: questions@freebsd.org Subject: Re[2]: vinum question : automatic mounting at boot, NFS? In-reply-To: <20000118163530.D777@mojave.worldwide.lemis.com> References: <20000118163530.D777@mojave.worldwide.lemis.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 Hija Greg, Tuesday, January 18, 2000, 12:05:30, you seem to have written: GL> On Monday, 17 January 2000 at 14:17:59 +0100, rene@xs4all.nl wrote: >> Hija Olaf, >> >> Sunday, January 16, 2000, 23:53:48, you seem to have written: >>> On Sun 16 Jan 2000 at 20:54:03 +0100, rene@xs4all.nl wrote: >>> >>> Since it looks like the only thing that you really do by hand is: >>> >>>> bash-2.02# mount /dev/vinum/myvol /mnt/large >>> >>> putting it in /etc/fstab should be enough. Something like >>> >>> # filesys mount point type access dump fsck >>> # location + opts freq pass >>> >>> /dev/vinum/myvol /mnt/large ffs rw 1 2 >>> >>> should do it. Unless maybe this tries to mount it too early in the boot >>> sequence. In that case, make it >>> >>> /dev/vinum/myvol /mnt/large ffs rw,noauto 1 2 >>> >>> so that the initial mount -a will not try to mount it yet, and put the >>> following in /etc/rc.local: >>> >>> mount /mnt/large >>> >>> -Olaf (none of this is vinum-sprecific, by te way). >> >> Thanx for your reply. However, it didn't quite fix it; (after booting) >> >> bash-2.02# mount /mnt/large >> mount: exec mount_ffs not found in /sbin, /usr/sbin: No such file or directory >> >> if I change the type field in /etc/fstab to 'ufs' instead of 'ffs', I >> get a filesystemcheck error; /dev/vinum/rmyvol: device not configured >> >> this is probably coz at that time, vinum hasn't started yet. GL> Correct. You should set start_vinum in your rc.conf. messenger:/usr/home/rene # cat /etc/rc.conf # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. # -- sysinstall generated deltas -- # gateway_enable="YES" nfs_server_enable="YES" network_interfaces="xl0 lo0" ifconfig_xl0="inet 194.109.23.212 netmask 255.255.255.240" defaultrouter="194.109.23.209" hostname="messenger" domainname="outerheaven.net" inetd_enable="NO" portmap_enable="NO" nfs_client_enable="NO" rpc_statd_enable="NO" syslogd_flags="-s" start_vinum="YES" >> for completeness, the line from fstab: >> >> /dev/vinum/myvol /mnt/large ufs rw,noauto 1 2 GL> Was that a complete statement? I don't quite understand your question... Greetings, rene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 9: 9:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gallagher.chicago.il.us (el01-24-131-151-85.ce.mediaone.net [24.131.151.85]) by hub.freebsd.org (Postfix) with ESMTP id A79B114E0F for ; Tue, 18 Jan 2000 09:09:43 -0800 (PST) (envelope-from burke@gallagher.chicago.il.us) Received: from fatman2k (fatman2.burke.org [192.168.0.2]) by gallagher.chicago.il.us (8.9.3/8.9.3) with SMTP id LAA29060; Tue, 18 Jan 2000 11:09:41 -0600 (CST) (envelope-from burke@gallagher.chicago.il.us) Message-ID: <003701bf61d6$cd8256b0$0200a8c0@fatman2k> From: "Burke Gallagher" To: Cc: References: Subject: Re: internet gateway setup using NATD Date: Tue, 18 Jan 2000 11:09:38 -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.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeremy, there really isn't a default or generic configuration as each system is different at the very least you would have to edit most files and change the interface (ed1 or ep0) names. The best (and one of the simplest) set of directions on setting up ipfw/natd (yes you must use ipfw in order to use natd) is on the FreeBSD Diary http://www.freebsddiary.org/freebsd/ipfw.htm this is page describes exactly what you are looking for. burke ----- Original Message ----- From: "Jeremy" To: Sent: Tuesday, January 18, 2000 9:36 AM Subject: internet gateway setup using NATD > Dear Sir or Madam, > I am currently trying to set up an internet gateway for my satellite > internet connection. I have been trying to make this work for the past 5 > days to no avail. > I am wondering if it is possible for you to forward me a "default" or > "generic" configuration for a NATD internet gateway. > I would need rc.conf, rc.firewall, and any other file modifications that > would be absolutely necessary. No firewall is needed at this time, I can > add that in later. > I have a P1 166MHz running FreeBSD 3.2Stable, with 2 Network cards (a DLink > 10BaseT as ed1, and a 3Com Etherlink III as ep0), the internet connection > can be connected to either card and requires little or no configuration. > I know its a stretch, but the man hours spent trying to make this work are > beginning to add up. > > Thanks, > Jeremy Briggs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 9:10:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 86DC31503F for ; Tue, 18 Jan 2000 09:10:20 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.43] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id xa045237 for ; Tue, 18 Jan 2000 12:08:57 -0500 Message-ID: <38849EE7.35195378@twave.net> Date: Tue, 18 Jan 2000 12:12:07 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Jonathon McKitrick Cc: Michael Lucas , dkelly@hiwaay.net, cfoegen@angelfire.com, freebsd-questions@FreeBSD.ORG Subject: Re: About free bsd References: Content-Type: multipart/alternative; boundary="------------70883F1EA4B21BEBB89A9DB2" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------70883F1EA4B21BEBB89A9DB2 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Jonathon McKitrick wrote: > On Tue, 18 Jan 2000, Michael Lucas wrote: > >FreeBSD is WC's biggest-selling product. It makes sense for them to > >support it. > > That many people buy it? I thought most get it for free... -=> jm <= I got it off the net at 28.8, but I bought "The Complete FreeBSD". Also a shirt. Durned thing's on back-order though... -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. --------------70883F1EA4B21BEBB89A9DB2 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Jonathon McKitrick wrote:
On Tue, 18 Jan 2000, Michael Lucas wrote:
>FreeBSD is WC's biggest-selling product.  It makes sense for them to
>support it.

That many people buy it?  I thought most get it for free... -=> jm <=


I got it off the net at 28.8, but I bought "The Complete FreeBSD". Also a shirt. Durned thing's on back-order though...

-- 
Walter

in·tel·lec·tu·al (ntl-kch-l) 
n.      Someone who has been educated past his/her level of intelligence.
  --------------70883F1EA4B21BEBB89A9DB2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 9:14:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from summersault.com (nollie.summersault.com [199.120.185.41]) by hub.freebsd.org (Postfix) with SMTP id CCFCB14F20 for ; Tue, 18 Jan 2000 09:14:52 -0800 (PST) (envelope-from mark@summersault.com) Received: (qmail 61169 invoked from network); 18 Jan 2000 17:14:48 -0000 Received: from mark.summersault.com (HELO summersault.com) (199.120.185.113) by nollie.summersault.com with SMTP; 18 Jan 2000 17:14:48 -0000 Message-ID: <38849F88.282DB46A@summersault.com> Date: Tue, 18 Jan 2000 12:15:07 -0500 From: Mark Stosberg Reply-To: mark@summersault.com Organization: Summersault X-Mailer: Mozilla 4.7 (Macintosh; I; PPC) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: perl shared libaries woes caused by 3.x upgrade Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! We recently upgraded our server here from 2.2.8 to 3.3 and successfully used the compat22 module to run old binaries. We ended up running the old perl binary to avoid re-installing all our perl modules to avoid problems with the shared libraries and dynamically loaded modules. Now I want to upgrade the DBD::Pg module and I'm running to a problem with this. I assume part of the installation process thinks I'm using an elf system, and the other part thinks I'm using the a.out system. My question then is, can I get this one module to link correctly, without reinstalling every module? and what tricks to I need to this? I'm guessing that perhaps I can explicting call the new perl binary to create the Makefiles and that will work (eg: /usr/bin/perl5 Makefile.PL rather than perl Makefile.PL) Here's the sort of error I get when running "make test" with DBD::Pg .93 using the old perl binary: --------- install_driver(Pg) failed: Can't load 'blib/arch/auto/DBD/Pg/Pg.so' for module DBD::Pg: bad magic numb er in "blib/arch/auto/DBD/Pg/Pg.so" at /usr/local/lib/perl5/5.00502/i386-freebsd/DynaLoader.pm line 168. ---------- Thanks for any advice you can offer on this. -mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 9:15:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pecos.mis.earthlink.net (pecos.mis.earthlink.net [207.217.69.23]) by hub.freebsd.org (Postfix) with ESMTP id 6246814CB7 for ; Tue, 18 Jan 2000 09:15:34 -0800 (PST) (envelope-from shawntem@corp.earthlink.net) Received: by pecos.mis.earthlink.net with Internet Mail Service (5.5.2650.21) id ; Tue, 18 Jan 2000 09:15:34 -0800 Message-ID: <1BEE67ADF602D3119F9A0008C79174C7056CBC75@PETRIFIED> From: "Mosley, Shawnte' R" To: "'freebsd-questions@FreeBSD.ORG'" Subject: Web Camera Date: Tue, 18 Jan 2000 09:15:32 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01BF61D7.A1198872" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01BF61D7.A1198872 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BF61D7.A1198872" ------_=_NextPart_001_01BF61D7.A1198872 Content-Type: text/plain; charset="iso-8859-1" Hello, I was wanted to know if there were any resources on where I can find a web camera for someone using the FreeBSD operation system Thanks for your time ------_=_NextPart_001_01BF61D7.A1198872 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,=20
 
I was wanted=20 to know if there were any resources on where I can find a web camera = for someone=20 using the FreeBSD operation system

 

Thanks for your=20 time

------_=_NextPart_001_01BF61D7.A1198872-- ------_=_NextPart_000_01BF61D7.A1198872 Content-Type: image/gif; name="storybook.gif" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="storybook.gif" Content-ID: <388011517@18012000-2c29> R0lGODlhIANqANX/ANaEhNZjY4whIcYpKdYpKRAAANZaUqUpIdZCMWshGN5SKcZSKa1KIYQ5GDkY CN57SlIpEOdzKe+MKWM5EKVjGLVrGEopAHNKEN6UGPelGL2EEMDAwGshY4xKhHs5c86UxnMpY86E vcaEtaVjlIwxa3shUsZrnKVKe4QYUs6Mrc57pb1KhJQhUq0xY70pY70YUpwQQrUQSs5Se84hWnsA KaUAObUAOc5CazkAEGMAGM4IMdZre85CSpwYIQAAAAAAACH5BAEAABsALAAAAAAgA2oAQAb/QJ9w SCwaj8jkcMNsNlUdECjK6Yyc2Kx2y+16v+CweEwum8/otHrNbrvf8Lh8Tq/b73i8r1BD0mw1OEU5 NEpEODCJJQVDBTklKCcfYx0eeZeYmZqbnJ2en6ChoqOkpU1GOjY5hkM0gkgwr42FeywFYB8kLCOT uCMcHFddIRymxsfIycrLzM3Oz6WoqkoFgIysrDFaJyFxKsVOv9Dj5OXm5+jp6utb2Dg6OrLY8zgt IS0tvRs3K2MmKCY2nIjkJMQIEhxAlGDHsKHDhxAjSoyY5AACBPKO4CBEI1UqGyBDAqKRgxFJIVxe qMCiYkWLRIlYtODmxcOuiThz6tzJs6dP/zNIGCiAICQBggUJ5vnA8YfGtSRYRNyIEbKGVav4Vmjd 2oIFTBgsVnT7Sbas2bNo0y7zwaDCgggQniJpgFRpI3g1SNKokSNLiBcvRGxQ8aJLCxsr1SpezLix 48dlhDiQoITBBLuHDhTZuETGDCwrXuj74mJswRYv+kFezbq169flhjjAoEGCAyUOIMTFzDYpEQcD zvy1IViMS9jIkytfzvyNgwxKHThocOEC9QsQbhtxIJSB9iMbAgTAc6Nw8/Po06tX7gODBd6Ui1hY gLvBhAQTtGMBgOCB6TTDJbbegAQWaCBZRlyQQQYaNKjBghR8d4QFFRxRAAVKbPBACqMd6P/hhyCG qBhv2DhQQQYRFlHABBpEcAFKIsYo44w0UrRZDnnRoKNVrgjBFA1ffUUSDnJl6AQJAXkxgiU1Nunk k1DascpmIGVkBFNKxHIEDCUs8cRAJJxwwghjekBCCR38F4YVW4gQTJRwxinnh4MAMg8hJBJBgzDb CKjGLx0yIc6chBZqKGxI4FADPCAxmgNTOvBFIlOS+gBDFiO0QAkKJByEQgl8RgXCBh940MGhqKaq 6ohJJDCADhLmuVlTfWHRwg1MmACDamCcAAMJXIRQgpqrFmvssRIlUYACCDBg1AAJFIkZjnvsJVJI N5gWgjZnjMACCgAhK+645DJUxAILxMr/CgQJ9HBAD/DC+6i0RXxhQ64mqEBsufz26686e0QgQQRK QMBAngPI8g4RTZhgw38qcPtFDf9WbPHFxgwxAcE+bJyiEBC4SAS6ShVwwAEFOCAAETzIIJUONwTq xQfEffFBDLxirPPOPKPhw3MSQoCBBBfQOw8E6EroQAILXHQRAU5fNMAAPLQsgwzlpZKazGCs8FnP YIctdhYOaEAix0ZYAJdSTHygwA50rPDw2HTX3bMQCiqFwYtFmHjEBHwjAUAAMqdgALMBAOAnSyvw AI8M+9ot+eT/ynrEZOoWHAHlnHfuOReWh+5lQaBuUSoHXH+u+urGDqGolULgmGMfrDjC/wILJe2B w0ZEwiho6k58sBDrxBe/Kmcq/kG7hTAYUgDuROTAgjwbiPBtkl2ogCYZH/zSwfceVFGc8eSXf96V IBldRI8aNW8EI88LMkb3Z6LgwQgjqCAC/uEDkyapwNsAm8xHwAKypk42UIoN1OeDHMRAR0CSByJm Fi40/CJUWQCHATfIwbQMIlLY2Ivo6rEFSbzBTcT6XgdXyEKfvA8vR8hBlfaAI5Dk5VG7210OCGED kkjrUizR1BhUcAISmCp1A9zALyLXwiY6cR1KwYENdEAL0S1lL4sLARDDMAIU9IIEn+JCCThAggA+ 8YxohIYh3jGAKYkOR26swfhuwIJe4P+jDCJAAQs8cAI+jsAEvRjBqdJIyEKaIwkQQMAAVmbFK+0F Z38UQTdEEINe6AoGLRjB+Bp2Aq+wYJMsQQEGDUnKUiKjIheRBwQEoAMC9MAVsCNCATZSg2vZUCxb iAEoy/CBgaBgcaYMpjBFoawGXGQBDGQFHJEQgqmIxCozMIELRpk9EsTkk8PMpjaJWYQGKMA320nA yS5ygAFAbQA9yIEDklmvLpigBi6opTxrAAN6wuAFLQDkNvfJz1BIJgIAzdx2BoAAAQjUdT3QgRvb qQUVzIAqoBRBC2oQA+z186IYzYQQChCBtkSgAYlKF4leOUsdyAULL3CBE/gxsxhQM6P/MI0pGyQT HyRwJ0/iLEIC3MgEr2EhBHPrmkVlStSiRkYIGCAKEZAG0AikywETEIpSsSEARhZFFinQgT5kUDMx iEClXOglDIBp1LLGlAi1wUDmQgZQBrSVNzhw1rtORgB9mkEFNhhqWGugV7P6lZ9CsIAEGAEBCai1 kT9bgFWLQIAUkGEFqeirF1Ygsb9adp8+0ACGLlcBCUiAAvlJAlTp0tGp+gBpCkgtA5yVgATwJwA7 kEEAqia1qsmArGaAgWQvy1tSlo03FGCgW0HKig98AAFwq4PDmNjb5qbRAtDhTQXUdQFk2qVtHzAA Aph7Bh2IxrngDaYPLIABzFTgMkWI/wC9IFABaUFAAQDIQgoQ8DbubiEEXH2BfcPL3yY2gja4wcBh ExQ4Ikw3QxsynRNSkAIT7ODBOwCACTgEwP5aeJiIbc97MAOAB1z4w83N8M8+W6IIUADEKOatiEmk BRF4AAT6nET3POCBXab4xoSkxu7WuOM8RaUENm7CB6aA4yIXUpY6stIsrWIDGOBQRbsrAVhckUwn iGCQXiCGkbd8Rh8tbzM8uga16KFHsLCgBJA4cw5MY0YmfIPLcG6hD5xyhKv4YaGJQsGUEpGRgWAT DN8IshdUIMiXxvnQOsOzEP6QQCXsUAlAMkIOUCCLtg3EA7hVQfgMbTpTYeEDHXgTov9HjTFp1bKK Smh0+5LgZN8JmUw09qOfDFKJWNPYCovDshYGRepe98sIHUE1pGOJCI3ErhBi6CKacMuEK/vPvkvy tbTJRaUFzoN9MaSzj2zRilp1wXom5F6oOb0BDU773Kv6oLCToCh39LgIMBD0BkjA7GRzIMhaRre+ U6XueUzDcjk4QZtytgYiY4pJ+044oaikA1ZIUdG8KcAWrUxuM9zv06JWuMbhBOxUKKuWEuQIkyH4 qCxpQYhxuLcTPL3xlkNJI3gp+e5qaYPdMdqHDpfdQifeU2CJQXuQ0GMZtxDt6mXc5UinkRJomU4i deTflgNSDng+GJSDwVuTCMGnWHD/Xw6EwIhtTrrYB0SPGWa4ADEICxb+DIYQ3KR74GqoB0o39rrL aF3wiGXocnCFXtqj2TAIu5tJEKZImKADJ1BICU6gP5/b/fEgMsTUVP1GHDmFD7YS4gd0S4aBGHpM goe86JGjBIIOYMWL5osWWJAkXbWg3hsIgU3YnoXEj/72BUqCAKAGzijmcHf0qgEjpOmC4gvjOE2g LEzw0ZWvhFsLQ/Yi7qevHlQOYK00SCijavDKHe7QWrYERO+4YAKrp6GTQ6e++pvTqoskpQCuIoAA dhNxRtvyBSNQ0woEjoZ7gGu36xeAB6R7zIIA0RI6OjIr12IVpcEEMbBfLGFNXgGA/wJYgY+BBAUg FHShSOwUQ3lhJB9gAi/wTNC0ArAnAivgFTGxAqFngS6IFu+zAEMhSwLQNA3QO1DWLlSEg4awBdL0 TIBgFfUUJIlwA3b1gkj4GkXwXgeDekhgL0wQAipgAluhArCXhFgIGUPAVuiFDRBgEQjQAwmAA9Lh ADgAAdlHRerjBQ5DFS7QAvEET0eYhXToGlv4UdhgFAzQgT5iDbOEg1twAzbAgveiBSEQTxVXh4po Fj7QWU3VUUlAFwelLD1QSwuFAxb1ASkVSGDFBSdQWYsYih4UMJehPgtgWkqRU0LwSgzTBOUxGrr0 BdIkirQIgx0TUElgXXB1ekTQA/+VRiqIgQUsBQYuIG+1eIw2EjIFQ1y80VpLyFM0szgzQHCGAUwm YIzImI2xIQS2cTkN4FSrxQCo6DwI0DfgtAExIANOYAI6gI1OUIgtJhNXqI30qAxDwACb9TMVEAEV QBTfuFQRMIlF4CxDMABPIQM80Gwz0FVi4ALUmAUuwHX1OJFqRFMQQAES0IVDAFCBA1B2AX+KZFDS gQOKRAA3MI9ZQFlhoJIU2ZJrMQQNQDSi9RZNJZDvowAShABocDPmEQYt8JAuGZT+JAQVECGeZZOY kYGLNQQ6iUcjmFzGAYpCOZWfQJT5WFjdKDoJ8E3bwS4IYAA8YABXoy+mIwMx4F3/KAkanUiVbNkJ PnABZqMinSWTdjEdCnCKSyUUBRg1TkNQBEAAOvAqrwIPJ6kG09iWiMkJPpABG4aBEzCXEqABbUEB +NhUCyCOSyiDC9AA6nJcaZkGImADLZiYpKkGz4F6GyNSGaICCjCaZVADQFmasgkHv4UZDpCPRvCN 4/iE4YEArhkGN4MrszmcdFCb5pU5IsM2k7ADCvCZPzeIxBmdcrCYJKIB6rI219UEKaAABvCb0DeC 7iid4ikGmRWXSmEB5jkEoIUEISOO0pEADJAuWcAfBuBYacCOOuCc47mfoNMeGmkIEJABRWKc6WU0 OBABi2NcAcCdOwCB1cNVOsCCm/w5oWswBA1SOxdqBIBzBBcwiR8QAfYZPG0DANrlNGAJllVjTi2j nxTaolpABOiJAf85Xg+SnkVwAbg5BNiBYCFqMy76o3OABBZQHdXRmLhRU32zm0Lwod4JpE6qBhlG ATmKDQ8QX096pZggYg3Chw4QAVaKpWB6Bys2GxrAQCGDIWGapnbghKdFAbWhARXQWSgyAU+hpnYq B0EAADvjG+ZwDd6wGRoHDrpwKBkxCkumEQKwCfPYCJQwCUa4CJFgj3b5mBkTF+YAD97gYcWHC1Ik ANqlRwGgC5hoCZ7wCcHVCKewNZDQlJjQCX/ACJDZmgljHgegYRqXO5b1C78ADBmhXQwRAKWQdSCR CaCwIByBCVXpmsa5LkyTABWQANknEEKhOwwJC+jyD6FAIKCnW5mgYB2BCHB5nN6pLgkRAdH/s2tQ ch6t8A6RBQ40uAxQgQ7OkAvEkAtFlgreBYapEGABAgurYCMJlmCvQFp+cJqY+J0EuiYSFj2WaWHm cA+HsxvewJXJIA64IKHTgJFGc6FNFQzhABUdEQqp0hJiCAnLWKAkSjgIYQHRkydogAHKaQDm8JNJ 8QvTEAzf8z3gUwzfMC4zohIB8AlU4ZslGqSNohAcgAIpKmZMQzJLsg3TAD5OqgqDkmImAZr9+VVC eqUmahB0kAIVwAFqdAEwyjQ5NoWCZjqhQAzgg2bFIAzX2RABgAo3MiClkAoDiqV2CiRAoQMXQhBo QGMhYA9K0IDgsADiwA/wMA7mkDJxwREe/zoULYJmauYyLXMLs/AyznAKI3qnmmqgBKEEv9KcwvIR BfQP+hUKM4IK6NCmm7qqSiUQQXBnPPAbLiAeWmYBCICe7/AOGcCg3jAOBvUR6MAMusAMxBCfLpIL Ocqqypqlr2ppr4MCQPQbn0YO23Oe8rQRqmAN2eAHo6oRAXBmJbes4pom/vAESIBv/BYDCQECmRZG 63A4gQYcDycAxUAMg/ENpBYmujCu/HomAkEHTDBlaFBOMOBzUBIP8gAa/BCvzeQMf+IQ0KCqvvOh /Vqx7uIPUiBBszcQMNB6oYEAB1AQ8uBhDCEAx5B1piYSxCCxFtuyHuMPsPY6RjA3FoABBf+BAEOD HyZrbs9waiKhCtNJQoPpskTbXtNic1gkBDmQBDEQAzgQBEiaIRWwJAgQDwuhDuH6DeVGEr6QcLCg ZEUbtrMxEE/QBJCSBEjwBErgDzhgd656A2sbGnRwAJ7iDwfwIfSQDiVbDtrAshnhDKoAEl8rtoTr GpASBUTQBIjLFkcwBDObIUOQA+VpAR8QAiCQq+/gAm7UD/VgdSahCiYUEs2wr4VbupFBEF0QBc5a EFOAJExwA0NgRlDyCxVgme+gDynhB9CALCKxCs1gusDbGAPxBWHgBGKQccXHACnAAVpaASchA6QS rqLLu8FbvWUhEF+ABQNxBRi3sZtCBCX/ULeQ4gIoSgENsAH0IAEDkKkC8A3RcA3R4LklgSrWW79k 4Q9VAAYG0TAY1wWoZylKW7AE4QJcmgMVYKRrlGXj0Q8ZFjv9gA/4AA/a4AxAShLEIAz2m8Fg4Q9e gHwIgQZS8AQyFwVQ8AQmXARFgARDwARJ8LSbpAQwcAMwAAI25wcQIL82gQ3MUKca3MMq8UvNaQQ3 oAOyKywaUAGZChO+IL0+3MQ0MUjSMgVmixBCMASKtKj/wAJ7VxO6W59O/MU0EQdeJy1yp6VJsLpJ 0RA2gAI4/BIK57NgHMcx4Q9t8L9JAQazdwRXvEgNsQIVcAJJbBKjsrVyXMgv4Q9u4AZz/0IG+lsQ TSAnBxEEM/C0NEADPKADMKAEGnHEJwByKTEAx3AMQWvIpLwSAqEGcPAbvyRraHAtZmzHTnADtucQ frBKJZB5IyED2aAN3pBHpfzLVyQQZzDGnAQGYIB6VAB7BUEF3isQfrADSSwAErABa0QBG9AA2NwA +QAB/VAABFB5wBzOwSwQc3AGqPwuZJAGXmAGdtwF2msQVLDHDlh74lzP93sQZMAG+swGU2DHZyQG COEEzXYQAnAEPGzPCN0SxYcF0jcnQLAECR3RXfF8X3DMtHIENiDRGq0T2We8YOCxA0EEWfAEdLDR Jn0ToOoPU4AFXCAGYPAFX9BFXyAFYAd00jY9EwEBADs= ------_=_NextPart_000_01BF61D7.A1198872-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 9:21: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from almazs.pacex.net (almazs.pacex.net [204.1.219.156]) by hub.freebsd.org (Postfix) with ESMTP id 954ED14EE2 for ; Tue, 18 Jan 2000 09:21:06 -0800 (PST) (envelope-from danielb@almazs.pacex.net) Received: from localhost (danielb@localhost) by almazs.pacex.net (8.9.3/8.9.3) with ESMTP id JAA92198 for ; Tue, 18 Jan 2000 09:20:51 -0800 (PST) Date: Tue, 18 Jan 2000 09:20:51 -0800 (PST) From: daniel B To: freebsd-questions@freebsd.org Subject: Majordomo don't send mail to list Message-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 list; I setup majordomo yesterdays and did everything according to the docs (majordomo-1.94.4 on FreeBSD-3.4-STABLE) Everyting seems to work i.e mail is being archived and digested, no errors when doing config-test no errors in /var/log/maillog Subscribe and unsubscribe works fine List is open+confirm; the only exception is that when I subscribe myself to the list and send Email to the list I don't get a copy of my own Email as a list member, why? Any help would be appreciated Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 9:21:23 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 2814714FA2 for ; Tue, 18 Jan 2000 09:21:21 -0800 (PST) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id JAA14907; Tue, 18 Jan 2000 09:21:19 -0800 Date: Tue, 18 Jan 2000 09:21:19 -0800 (PST) From: To: "Mosley, Shawnte' R" Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Web Camera In-Reply-To: <1BEE67ADF602D3119F9A0008C79174C7056CBC75@PETRIFIED> Message-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 use a quickcam and cqcam.. Run it in cron to snap a picture ever -n- minutes and post to a web page. Not perfect but works fairly smoothly. Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 9:22:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from polaris.cs.laurentian.ca (polaris.cs.laurentian.ca [142.51.24.200]) by hub.freebsd.org (Postfix) with SMTP id 36FB114DAA for ; Tue, 18 Jan 2000 09:22:36 -0800 (PST) (envelope-from s0121430@cs.laurentian.ca) Received: (qmail 27938 invoked from network); 18 Jan 2000 17:22:34 -0000 Received: from unknown (HELO eten-03) (142.51.24.3) by polaris.cs.laurentian.ca with SMTP; 18 Jan 2000 17:22:34 -0000 Date: Tue, 18 Jan 2000 12:22:34 -0500 (EST) From: Marwan Fayed X-Sender: s0121430@eten-03 To: freebsd-questions@freebsd.org Subject: Thinkpad 365XD install of 3.3-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 Hello, I'm trying to install 3.3-R on my Thinkpad 365XD. The install goes quite smoothly, but when I reboot I'm told there is no O.S. on the machine. I thought freebsd was not writing to my MBR so I used my fixit disk and even a couple of MBR utilities, neither of which worked. I tried re-installing windows95, and then installing redhat 6.1 both of which worked fine. Then I tried my freebsd cd's on a desktop and that worked too. Well this is what i discovered. When re-entering the install process I discovered my mount points were lost. That is, the partitions were there but the mount points were unlabeled. I tried to remount so that "UFS N" appears, and then writing that info and rebooting and still I get no OS. Help, please.... anyone! :-) Marwan Fayed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 9:42:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from benge.graphics.cornell.edu (benge.graphics.cornell.edu [128.84.247.43]) by hub.freebsd.org (Postfix) with ESMTP id 6E6DE14CA6 for ; Tue, 18 Jan 2000 09:42:11 -0800 (PST) (envelope-from mkc@benge.graphics.cornell.edu) Received: from benge.graphics.cornell.edu (mkc@localhost) by benge.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id MAA87438; Tue, 18 Jan 2000 12:42:04 -0500 (EST) (envelope-from mkc@benge.graphics.cornell.edu) Message-Id: <200001181742.MAA87438@benge.graphics.cornell.edu> To: daniel B Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Majordomo don't send mail to list In-Reply-To: Message from daniel B of "Tue, 18 Jan 2000 09:20:51 PST." Date: Tue, 18 Jan 2000 12:42:04 -0500 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I setup majordomo yesterdays and did everything according to the docs >(majordomo-1.94.4 on FreeBSD-3.4-STABLE) >Everyting seems to work i.e > mail is being archived and digested, > no errors when doing config-test > no errors in /var/log/maillog > Subscribe and unsubscribe works fine > >List is open+confirm; the only exception is that when I subscribe myself >to the list and send Email to the list I don't get a copy of my own Email >as a list member, why? So is your problem the one stated in the Subject: header, that your message doesn't get sent to the list? Or is your problem the one at the end of your text, that the message sender doesn't get copied when he posts a message to the list? If the latter, try uncommenting the option line "O MeToo" in /etc/sendmail.cf. (Don't forget to restart sendmail after changing sendmail.cf.) -Mitch BTW, the address you sent this from: is un-replyable, so I hope you're subscribed to this list at a different address or I'm just wasting my time trying to help you. Sending to your address results in: danielb at almazs.pacex.net: loses; [NO] 450 ... Can not check MX records for recipient host almazs.pacex.net I'll try removing the hostname and sending to . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 9:45:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 76044152A5; Tue, 18 Jan 2000 09:45:28 -0800 (PST) To: questions@FreeBSD.ORG From: Majordomo@FreeBSD.ORG Subject: Majordomo results: unsubscribe freebsd-questions Reply-To: Majordomo@FreeBSD.ORG Message-Id: <20000118174528.76044152A5@hub.freebsd.org> Date: Tue, 18 Jan 2000 09:45:28 -0800 (PST) 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 **** Command 'this' not recognized. >>>> this format, some or all of this message may not be legible. **** Command 'this' not recognized. >>>> >>>> ------_=_NextPart_001_01BF61DB.08E13FD8 **** Command '------_=_nextpart_001_01bf61db.08e13fd8' not recognized. >>>> Content-Type: text/plain; **** Command 'content-type:' not recognized. >>>> charset="iso-8859-1" **** Command 'charset="iso-8859-1"' not recognized. >>>> >>>> >>>> >>>> ------_=_NextPart_001_01BF61DB.08E13FD8 **** Command '------_=_nextpart_001_01bf61db.08e13fd8' not recognized. >>>> Content-Type: text/html; **** Command 'content-type:' not recognized. >>>> charset="iso-8859-1" **** Command 'charset="iso-8859-1"' not recognized. >>>> >>>> **** Command '>>> **** Command '' not recognized. >>>> **** Command '' not recognized. >>>> **** Command '>>> **** Command '>>> unsubscribe freebsd-questions **** Command 'unsubscribe' not recognized. >>>> </HEAD> **** Command '</head>' not recognized. >>>> <BODY> **** Command '<body>' not recognized. >>>> <BR> **** Command '<br>' not recognized. >>>> >>>> </BODY> **** Command '</body>' not recognized. >>>> </HTML> **** Command '</html>' not recognized. >>>> ------_=_NextPart_001_01BF61DB.08E13FD8-- **** Command '------_=_nextpart_001_01bf61db.08e13fd8--' not recognized. >>>> **** No valid commands found. **** Commands must be in message BODY, not in HEADER. **** Help for Majordomo@FreeBSD.ORG: This help message is being sent to you from the Majordomo mailing list management system at Majordomo@FreeBSD.ORG. This is version 1.94.4 of Majordomo. If you're familiar with mail servers, an advanced user's summary of Majordomo's commands appears at the end of this message. Majordomo is an automated system which allows users to subscribe and unsubscribe to mailing lists, and to retrieve files from list archives. You can interact with the Majordomo software by sending it commands in the body of mail messages addressed to "Majordomo@FreeBSD.ORG". Please do not put your commands on the subject line; Majordomo does not process commands in the subject line. You may put multiple Majordomo commands in the same mail message. Put each command on a line by itself. If you use a "signature block" at the end of your mail, Majordomo may mistakenly believe each line of your message is a command; you will then receive spurious error messages. To keep this from happening, either put a line starting with a hyphen ("-") before your signature, or put a line with just the word end on it in the same place. This will stop the Majordomo software from processing your signature as bad commands. Here are some of the things you can do using Majordomo: I. FINDING OUT WHICH LISTS ARE ON THIS SYSTEM To get a list of publicly-available mailing lists on this system, put the following line in the body of your mail message to Majordomo@FreeBSD.ORG: lists Each line will contain the name of a mailing list and a brief description of the list. To get more information about a particular list, use the "info" command, supplying the name of the list. For example, if the name of the list about which you wish information is "demo-list", you would put the line info demo-list in the body of the mail message. II. SUBSCRIBING TO A LIST Once you've determined that you wish to subscribe to one or more lists on this system, you can send commands to Majordomo to have it add you to the list, so you can begin receiving mailings. To receive list mail at the address from which you're sending your mail, simply say "subscribe" followed by the list's name: subscribe demo-list If for some reason you wish to have the mailings go to a different address (a friend's address, a specific other system on which you have an account, or an address which is more correct than the one that automatically appears in the "From:" header on the mail you send), you would add that address to the command. For instance, if you're sending a request from your work account, but wish to receive "demo-list" mail at your personal account (for which we will use "jqpublic@my-isp.com" as an example), you'd put the line subscribe demo-list jqpublic@my-isp.com in the mail message body. Based on configuration decisions made by the list owners, you may be added to the mailing list automatically. You may also receive notification that an authorization key is required for subscription. Another message will be sent to the address to be subscribed (which may or may not be the same as yours) containing the key, and directing the user to send a command found in that message back to Majordomo@FreeBSD.ORG. (This can be a bit of extra hassle, but it helps keep you from being swamped in extra email by someone who forged requests from your address.) You may also get a message that your subscription is being forwarded to the list owner for approval; some lists have waiting lists, or policies about who may subscribe. If your request is forwarded for approval, the list owner should contact you soon after your request. Upon subscribing, you should receive an introductory message, containing list policies and features. Save this message for future reference; it will also contain exact directions for unsubscribing. If you lose the intro mail and would like another copy of the policies, send this message to Majordomo@FreeBSD.ORG: intro demo-list (substituting, of course, the real name of your list for "demo-list"). III. UNSUBSCRIBING FROM MAILING LISTS Your original intro message contains the exact command which should be used to remove your address from the list. However, in most cases, you may simply send the command "unsubscribe" followed by the list name: unsubscribe demo-list (This command may fail if your provider has changed the way your address is shown in your mail.) To remove an address other than the one from which you're sending the request, give that address in the command: unsubscribe demo-list jqpublic@my-isp.com In either of these cases, you can tell Majordomo@FreeBSD.ORG to remove the address in question from all lists on this server by using "*" in place of the list name: unsubscribe * unsubscribe * jqpublic@my-isp.com IV. FINDING THE LISTS TO WHICH AN ADDRESS IS SUBSCRIBED To find the lists to which your address is subscribed, send this command in the body of a mail message to Majordomo@FreeBSD.ORG: which You can look for other addresses, or parts of an address, by specifying the text for which Majordomo should search. For instance, to find which users at my-isp.com are subscribed to which lists, you might send the command which my-isp.com Note that many list owners completely or fully disable the "which" command, considering it a privacy violation. V. FINDING OUT WHO'S SUBSCRIBED TO A LIST To get a list of the addresses on a particular list, you may use the "who" command, followed by the name of the list: who demo-list Note that many list owners allow only a list's subscribers to use the "who" command, or disable it completely, believing it to be a privacy violation. VI. RETRIEVING FILES FROM A LIST'S ARCHIVES Many list owners keep archives of files associated with a list. These may include: - back issues of the list - help files, user profiles, and other documents associated with the list - daily, monthly, or yearly archives for the list To find out if a list has any files associated with it, use the "index" command: index demo-list If you see files in which you're interested, you may retrieve them by using the "get" command and specifying the list name and archive filename. For instance, to retrieve the files called "profile.form" (presumably a form to fill out with your profile) and "demo-list.9611" (presumably the messages posted to the list in November 1996), you would put the lines get demo-list profile.form get demo-list demo-list.9611 in your mail to Majordomo@FreeBSD.ORG. VII. GETTING MORE HELP To contact a human site manager, send mail to postmaster@FreeBSD.ORG. To get another copy of this help message, send mail to Majordomo@FreeBSD.ORG with a line saying help in the message body. VIII. COMMAND SUMMARY FOR ADVANCED USERS In the description below items contained in []'s are optional. When providing the item, do not include the []'s around it. Items in angle brackets, such as <address>, are meta-symbols that should be replaced by appropriate text without the angle brackets. It understands the following commands: subscribe <list> [<address>] Subscribe yourself (or <address> if specified) to the named <list>. unsubscribe <list> [<address>] Unsubscribe yourself (or <address> if specified) from the named <list>. "unsubscribe *" will remove you (or <address>) from all lists. This _may not_ work if you have subscribed using multiple addresses. get <list> <filename> Get a file related to <list>. index <list> Return an index of files you can "get" for <list>. which [<address>] Find out which lists you (or <address> if specified) are on. who <list> Find out who is on the named <list>. info <list> Retrieve the general introductory information for the named <list>. intro <list> Retrieve the introductory message sent to new users. Non-subscribers may not be able to retrieve this. lists Show the lists served by this Majordomo server. help Retrieve this message. end Stop processing commands (useful if your mailer adds a signature). Commands should be sent in the body of an email message to "Majordomo@FreeBSD.ORG". Multiple commands can be processed provided each occurs on a separate line. Commands in the "Subject:" line are NOT processed. If you have any questions or problems, please contact "Majordomo-Owner@FreeBSD.ORG". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 9:50:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 8992B15288 for <freebsd-questions@FreeBSD.ORG>; Tue, 18 Jan 2000 09:50:27 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.3/8.9.3) id JAA68226; Tue, 18 Jan 2000 09:50:19 -0800 (PST) (envelope-from obrien) Date: Tue, 18 Jan 2000 09:50:19 -0800 From: "David O'Brien" <obrien@NUXI.com> To: Piet Delaney <pete@freebsd.piet.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot open crt1.o: No such file or directory Message-ID: <20000118095019.A67844@relay.nuxi.com> Reply-To: obrien@NUXI.com References: <38843A13.9C286588@freebsd.piet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: <38843A13.9C286588@freebsd.piet.net> X-Operating-System: FreeBSD 3.4-STABLE Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I recall seeing crt1.0 getting lost during fsck after a crash. > Now I'm unable to 'make world'. The linker can't find crt0 The wrong compiler was being used to build texinfo. Rather than the host compiler being used, the cross-build compiler was being used. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 9:51:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from jasper.heartland.ab.ca (jasper.heartland.ab.ca [207.107.228.1]) by hub.freebsd.org (Postfix) with ESMTP id 5661614F55 for <freebsd-questions@FreeBSD.ORG>; Tue, 18 Jan 2000 09:51:39 -0800 (PST) (envelope-from dkwiebe@hagenhomes.com) Received: from freebsd.hagens.ab.ca (dyn118.heartland.ab.ca [207.107.228.118]) by jasper.heartland.ab.ca (8.9.0/8.9.0) with ESMTP id KAA07649; Tue, 18 Jan 2000 10:34:11 -0700 (MST) Received: from hagenhomes.com (darren.hagens.ab.ca [10.0.1.3]) by freebsd.hagens.ab.ca (8.9.3/8.9.2) with ESMTP id KAA78121; Tue, 18 Jan 2000 10:01:39 GMT (envelope-from dkwiebe@hagenhomes.com) Message-ID: <3884A815.BEFA9AA6@hagenhomes.com> Date: Tue, 18 Jan 2000 10:51:17 -0700 From: Darren Wiebe <dkwiebe@hagenhomes.com> Organization: Hagen Homes Ltd. X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Eduardo Huertas <eduhuertas@usa.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing StarOffice 5.1a in Spanish References: <20000113222509.15486.qmail@nwcst267.netaddress.usa.net> 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 just got back from holidays and have over 4000 emails to worry about. I will be looking into this one in the next couple of days. Darren Wiebe dkwiebe@hagenhomes.com Eduardo Huertas wrote: > > Hi, > > I have FreeBSD 3.2 installed and I got the port for StarOffice 5.1 from the > net but it seems is designed only for the English version. > > I have the SUN´s CD and when I do the MAKE command everything seems ok but > when I do the MAKE install. It reports the following problem: > > /usr/compat/linux/sbin/ldconfig: warning can't open > /usr/ports/editors/staroffice5/work/tmp/sv001.tmp (no such file or > directory), skipping. > > I do the setup and when it finishes writes another errors: > 100755: not found > *** error code 1 > stop. > > Then I try to MAKE post-install and again: > 100755: not found > > What do I must do to install the Spanish version of StarOffice 5.1a? > > Thank you very much. > > Eduardo > > ____________________________________________________________________ > Get free email and a permanent address at http://www.netaddress.com/?N=1 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 10: 5:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 511AC15256 for <freebsd-questions@FreeBSD.ORG>; Tue, 18 Jan 2000 10:04:24 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp31-pa4.neomedia.it [195.103.207.223]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id TAA11033 for <freebsd-questions@FreeBSD.ORG>; Tue, 18 Jan 2000 19:04:18 +0100 (CET) From: Salvo Bartolotta <bartequi@nojunk.com> Date: Tue, 18 Jan 2000 18:06:04 GMT Message-ID: <20000118.18060400@bartequi.ottodomain.org> Subject: Re: can't make certain ports To: freebsd-questions@FreeBSD.ORG References: <Pine.BSF.4.10.10001181015400.2692-100000@peloton.runet.edu> 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 1/18/00, 4:17:53 PM, Brett Taylor <brett@peloton.runet.edu> wrote regarding Re: can't make certain ports: > Hi Jonathon, > On Tue, 18 Jan 2000, Jonathon McKitrick wrote: > > Brett wrote: > > >Nope - as noted above - make deinstall calls pkg_delete which reads= off > > >its OWN original packing list, not what's in > > >/usr/ports/some_dir/some_port/pkg/PLIST. > > > > What was my mistake here? Referring to the makefile rather than the= > > packing list as the source for the action taken? > No mistake on your part - I didn't read bsd.port.mk (or let it sink > through my head enough) - a make deinstall looks for ${PKGNAME} which it > grabs from the port Makefile so it will try to deinstall the old version > (using pkg_delete). > Brett > ***************************************************** > Dr. Brett Taylor brett@peloton.runet.edu * > Dept of Chem and Physics * > Curie 39A (540) 831-6147 * > Dept. of Mathematics and Statistics * > Walker 234 (540) 831-5410 * > ***************************************************** Dear Brett Taylor and Jonathon McKitrick, just to split hairs: make deinstall ~ pkg_delete -f port_package(s)_listed_in_the_PLIST where " ~ " reads "equivalent to". In a freshly updated port, the package(s) in question is(are) the=20 *new* package(s) - not yet made. If all this is correct, it should (?) go into the docs. AFAIR, I have=20 not found this little piece of information (yet). But I have an awful lot to read, so I might be wrong.=20 I know I do NOT know (Socrates) :-)) Perhaps it is also in Grog's Guide 3rd edition ? I haven't found this book in Sicily yet.=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 Tue Jan 18 10:25:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from messenger.co.za (mail.messenger.co.za [196.38.133.194]) by hub.freebsd.org (Postfix) with ESMTP id 851EA1525E for <freebsd-questions@freebsd.org>; Tue, 18 Jan 2000 10:24:38 -0800 (PST) (envelope-from cataract@eye2eye.net) Received: from [155.239.135.192] (helo=eye2eye.net) by messenger.co.za with smtp (Exim 3.03 #1) id 12AdKy-000OuF-00 for freebsd-questions@freebsd.org; Tue, 18 Jan 2000 20:26:44 +0200 Received: from optic.eye2eye.net [192.168.62.150] by eye2eye.net [127.0.0.1] with SMTP (MDaemon.v2.7.SP0.R) for <freebsd-questions@freebsd.org>; Tue, 18 Jan 100 20:10:57 +0200 Received: by OPTIC with Internet Mail Service (5.5.2448.0) id <CZSJCBMH>; Tue, 18 Jan 2000 20:26:28 +0200 Message-ID: <F16C1C3F6AB8D311998F00C0DF266AE7E1DC@OPTIC> From: Michael Bartlett <cataract@eye2eye.net> To: 'Burke Gallagher' <burke@gallagher.chicago.il.us>, "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org> Cc: "'slicetech@earthlink.net'" <slicetech@earthlink.net> Subject: RE: internet gateway setup using NATD Date: Tue, 18 Jan 2000 20:26:25 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BF61E1.88B286A0" X-MDaemon-Deliver-To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BF61E1.88B286A0 Content-Type: text/plain; charset="iso-8859-1" Burke, I was just about to start delving into the mans to do this, when I saw your response to this mail. I've followed the instructions pretty much by the book, and I seem to be having a couple of problems. When I try pinging from my Windows box (local ip) through my BSD box (setup as my gateway) I get something like this... Z:\blondie>ping 196.31.83.225 Pinging 196.31.83.225 with 32 bytes of data: Reply from 192.168.62.1: Destination host unreachable. Reply from 192.168.62.1: Destination host unreachable. 192.168.62.1 being my FreeBSD box. I was reading another howto (http://members.tripod.com/vas99/natd.html) earlier and trying that route, but got absolutely no luck at all. Didn't even get Destination host unreachable, just timeouts all the time and no requests coming through on netstat (don't know if icmps do appear there). I don't know wether any of the stuff I did from that howto would be affecting whats going on at the moment? Any ideas? Cheers Mike -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Burke Gallagher Sent: Tuesday, January 18, 2000 7:10 PM To: freebsd-questions@freebsd.org Cc: slicetech@earthlink.net Subject: Re: internet gateway setup using NATD Jeremy, there really isn't a default or generic configuration as each system is different at the very least you would have to edit most files and change the interface (ed1 or ep0) names. The best (and one of the simplest) set of directions on setting up ipfw/natd (yes you must use ipfw in order to use natd) is on the FreeBSD Diary http://www.freebsddiary.org/freebsd/ipfw.htm this is page describes exactly what you are looking for. burke ----- Original Message ----- From: "Jeremy" <slicetech@xsspeed.net> To: <questions@FreeBSD.ORG> Sent: Tuesday, January 18, 2000 9:36 AM Subject: internet gateway setup using NATD > Dear Sir or Madam, > I am currently trying to set up an internet gateway for my satellite > internet connection. I have been trying to make this work for the past 5 > days to no avail. > I am wondering if it is possible for you to forward me a "default" or > "generic" configuration for a NATD internet gateway. > I would need rc.conf, rc.firewall, and any other file modifications that > would be absolutely necessary. No firewall is needed at this time, I can > add that in later. > I have a P1 166MHz running FreeBSD 3.2Stable, with 2 Network cards (a DLink > 10BaseT as ed1, and a 3Com Etherlink III as ep0), the internet connection > can be connected to either card and requires little or no configuration. > I know its a stretch, but the man hours spent trying to make this work are > beginning to add up. > > Thanks, > Jeremy Briggs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ------_=_NextPart_001_01BF61E1.88B286A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; = charset=3Diso-8859-1"> <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version = 5.5.2448.0"> <TITLE>RE: internet gateway setup using NATD

Burke,

I was just about to start delving into the mans to do = this, when I saw your response to this mail. I've followed the = instructions pretty much by the book, and I seem to be having a couple = of problems. When I try pinging from my Windows box (local ip) through = my BSD box (setup as my gateway) I get something like = this...

Z:\blondie>ping 196.31.83.225

Pinging 196.31.83.225 with 32 bytes of data:

Reply from 192.168.62.1: Destination host = unreachable.
Reply from 192.168.62.1: Destination host = unreachable.

192.168.62.1 being my FreeBSD box.

I was reading another howto (http://members.tripod.com/vas99/natd.html) = earlier and trying that route, but got absolutely no luck at all. = Didn't even get Destination host unreachable, just timeouts all the = time and no requests coming through on netstat (don't know if icmps do = appear there). I don't know wether any of the stuff I did from that = howto would be affecting whats going on at the moment?

Any ideas?

Cheers

Mike


-----Original Message-----
From: owner-freebsd-questions@FreeBSD.ORG
[mailto:owner-freebsd= -questions@FreeBSD.ORG]On Behalf Of Burke Gallagher
Sent: Tuesday, January 18, 2000 7:10 PM
To: freebsd-questions@freebsd.org
Cc: slicetech@earthlink.net
Subject: Re: internet gateway setup using = NATD


Jeremy,

there really isn't a default or generic configuration = as each system is
different at the very least you would have to edit = most files and change the
interface (ed1 or ep0) names.  The best (and = one of the simplest) set of
directions on setting up ipfw/natd (yes you must use = ipfw in order to use
natd) is on the FreeBSD Diary http://www.freebsddiary.org/freebsd/ipfw.htm

this is page describes exactly what you are looking = for.

burke


----- Original Message -----
From: "Jeremy" = <slicetech@xsspeed.net>
To: <questions@FreeBSD.ORG>
Sent: Tuesday, January 18, 2000 9:36 AM
Subject: internet gateway setup using NATD


> Dear Sir or Madam,
> I am currently trying to set up an internet = gateway for my satellite
> internet connection.  I have been trying = to make this work for the past 5
> days to no avail.
> I am wondering if it is possible for you to = forward me a "default" or
> "generic" configuration for a NATD = internet gateway.
> I would need rc.conf, rc.firewall, and any = other file modifications that
> would be absolutely necessary.  No = firewall is needed at this time, I can
> add that in later.
> I have a P1 166MHz running FreeBSD 3.2Stable, = with 2 Network cards (a
DLink
> 10BaseT as ed1, and a 3Com Etherlink III as = ep0), the internet connection
> can be connected to either card and requires = little or no configuration.
> I know its a stretch, but the man hours spent = trying to make this work are
> beginning to add up.
>
> Thanks,
> Jeremy Briggs




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

------_=_NextPart_001_01BF61E1.88B286A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 10:27:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 3014F14E4D for ; Tue, 18 Jan 2000 10:27:28 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp51-pa4.neomedia.it [195.103.207.243]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id TAA22895; Tue, 18 Jan 2000 19:26:06 +0100 (CET) From: Salvo Bartolotta Date: Tue, 18 Jan 2000 18:27:51 GMT Message-ID: <20000118.18275100@bartequi.ottodomain.org> Subject: Re: About free bsd To: Jonathon McKitrick , freebsd-questions@FreeBSD.ORG 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 1/18/00, 4:38:42 PM, Jonathon McKitrick=20 wrote regarding Re: About free bsd : > On Mon, 17 Jan 2000, David Kelly wrote: > >CDROM's, shirts, jackets, stickers, stuffed daemon plushies, etc., which > >pay for hosting FreeBSD on the 'net, for much of the development > >hardware, and for some of the salaries of those who work full time on= > >FreeBSD. > So walnut creek actually *pays* some of the programming staff? > -=3D> jm <=3D- > "Doors to the pleasures of heaven or hell, and i didn't care > which...." Dear Jonathon McKitrick, just to play the Daemon's advocate: Have you ever calculated the cost of *everything* that you can do with FreeBSD (e.g. in terms of other commercial Unices or M$uxware) ? You might begin by listing StarOffice ($0) or Applixware (~ $100) on the left, and M$Office on the right. And do NOT forget the *server* side of the comparison ... When you are finished with your arithmetic, please let me know. 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 Jan 18 10:33:39 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 8F44014FDA for ; Tue, 18 Jan 2000 10:33:33 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12AdRc-0001Nw-00; Tue, 18 Jan 2000 18:33:32 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id SAA35920; Tue, 18 Jan 2000 18:33:32 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Tue, 18 Jan 2000 18:33:32 +0000 (GMT) From: Jonathon McKitrick To: Salvo Bartolotta Cc: freebsd-questions@FreeBSD.ORG Subject: Re: About free bsd In-Reply-To: <20000118.18275100@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 On Tue, 18 Jan 2000, Salvo Bartolotta wrote: >just to play the Daemon's advocate: > >Have you ever calculated the cost of *everything* that you can do with >FreeBSD (e.g. in terms of other commercial Unices or M$uxware) ? > >You might begin by listing StarOffice ($0) or Applixware (~ $100) on >the left, and M$Office on the right. > >And do NOT forget the *server* side of the comparison ... > >When you are finished with your arithmetic, please let me know. Well i'm not quite sure how you took my comment, but i am an avid FreeBSD fan. I just thought it was *all* volunteers. I didn't realize there was a group of paid programmers. Believe me, you are preaching to the choir. I love BSD. -=> jm <=- "Doors to the pleasures of heaven or hell, and i didn't care which...." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 10:33:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from extremis.demon.co.uk (extremis.demon.co.uk [194.222.242.30]) by hub.freebsd.org (Postfix) with SMTP id 9C13814F9E for ; Tue, 18 Jan 2000 10:33:42 -0800 (PST) (envelope-from gjvc@extremis.demon.co.uk) Received: (qmail 10212 invoked by uid 1010); 18 Jan 2000 15:12:10 -0000 Date: Tue, 18 Jan 2000 15:12:10 +0000 From: George Cox To: Mike Heffner Cc: FreeBSD-questions Subject: Re: FreeBSD mailing lists blocked addresses? Message-ID: <20000118151210.B85523@extremis.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: ; from mheffner@mailandnews.com on Mon, Jan 17, 2000 at 11:50:27PM -0500 X-Operating-System: FreeBSD 4.0-CURRENT (i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 17/01 23:50, Mike Heffner wrote: > Is there a list of smtp servers freebsd.org will not accept mail from for > mailing lists anywhere on the net? I need to check if some smtp servers are > blocked or not. If you have questions like this about a domain's policy, the correct address to write to is 'postmaster@the-domain-in-question.whatever'. freebsd.org is no exception. postmaster@freebsd.org will tell you. gjvc -- "Readers who only want to see algorithms that are already packaged in a plug-in way, using a trendy language, should buy other people's books." -- D. E. Knuth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 11: 2:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cln.megared.net.mx (customer18-195.telmex.net.mx [148.233.18.195]) by hub.freebsd.org (Postfix) with SMTP id 6CBA014CA6 for ; Tue, 18 Jan 2000 11:02:10 -0800 (PST) (envelope-from finukai@aguamodelo.com.mx) Received: from [10.4.100.0] by cln.megared.net.mx (NTMail 3.03.0017/4c.ab3r) with ESMTP id pa303253 for ; Tue, 18 Jan 2000 12:02:03 -0800 Message-ID: <009f01bf61e6$d0527360$679a68ce@dkafis> From: "Ing. Fernando Inukai" To: Subject: mailq Date: Tue, 18 Jan 2000 12:04:13 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_009C_01BF61AC.22FF7760" 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_009C_01BF61AC.22FF7760 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I keep getting these messages in the security check and daily run output What should I do to correct it? =20 kaysa.modelo.int login failures: Jan 5 07:59:16 kaysa login: 2 LOGIN FAILURES FROM kaysa Jan 5 07:59:16 kaysa login: 2 LOGIN FAILURES FROM kaysa, mgamez Jan 5 08:13:24 kaysa login: 1 LOGIN FAILURE ON ttyv0 Jan 5 08:13:24 kaysa login: 1 LOGIN FAILURE ON ttyv0, ^[[B Mail in local queue: Mail Queue (5 requests) --Q-ID-- --Size-- -----Q-Time----- = ------------Sender/Recipient------------ MAA00877*26146335 Wed Jan 5 12:34 MAA00919*26146921 Wed Jan 5 12:51 MAA00939*26147567 Wed Jan 5 12:56 LAA00750*50697473 Wed Jan 5 11:19 CAA19187* (no control file) Venustiano Carranza 357 Nte, Culiacan, Sinaloa, Mexico C.P. 80000 Tel (67) 12-2222 Fax (67) 16-37-63 ------=_NextPart_000_009C_01BF61AC.22FF7760 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I keep getting these messages in the security = check and=20 daily run output
What should I do to correct it?
 
kaysa.modelo.int login failures:
Jan  = 5=20 07:59:16 kaysa login: 2 LOGIN FAILURES FROM kaysa
Jan  5 = 07:59:16 kaysa=20 login: 2 LOGIN FAILURES FROM kaysa, mgamez
Jan  5 08:13:24 kaysa = login:=20 1 LOGIN FAILURE ON ttyv0
Jan  5 08:13:24 kaysa login: 1 LOGIN = FAILURE ON=20 ttyv0, ^[[B


Mail in local queue:
Mail Queue (5=20 requests)
--Q-ID-- --Size-- -----Q-Time-----=20 ------------Sender/Recipient------------
MAA00877*26146335 Wed = Jan  5=20 12:34 <fis@kaysa>
  =20 <nmillan@kaysa>
MAA00919*26146921 Wed Jan  5 12:51=20 <fis@kaysa>
   <nmillan@kaysa.modelo.int>=
MAA00939*26147567=20 Wed Jan  5 12:56 <fis@kaysa>
  =20 <fis@kaysa>
LAA00750*50697473 Wed Jan  5 11:19=20 <fis@kaysa>
   <lis@kaysa.modelo.int>
&nbs= p; =20 <nmillan@kaysa.modelo.int>=
CAA19187*=20 (no control file)


Venustiano Carranza 357 Nte, Culiacan, = Sinaloa,=20 Mexico C.P. 80000
Tel (67) 12-2222
Fax (67)=20 16-37-63
------=_NextPart_000_009C_01BF61AC.22FF7760-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 11:19:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id E5E7D150FA for ; Tue, 18 Jan 2000 11:18:26 -0800 (PST) (envelope-from shawn@megadeth.org) Received: from shawn (firewall.cpl.net [192.216.87.251] (may be forged)) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id LAA06185; Tue, 18 Jan 2000 11:18:22 -0800 (PST) Message-Id: <4.2.0.58.20000118111336.01c767f0@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Tue, 18 Jan 2000 11:17:25 -0800 To: Gary Jennejohn From: Shawn Ramsey Subject: Re: No buffer space? Cc: Jim Conner , questions@FreeBSD.ORG In-Reply-To: <200001180950.KAA87899@peedub.muc.de> 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 At 10:50 AM 1/18/00 +0100, Gary Jennejohn wrote: >Shawn Ramsey writes: > >AHow much memory do you have? How much swap space you have available? > > > > > >Plenty of both... 198MB of RAM and about 320MB of swap space. > > > >This message usually means that queued packets are not going out the >interface. If you ``ifconfig down'' followed by ``ifconfig up'' the >interface the queued packets will be discarded - easier than doing a >reboot. > >IMHO this indicates that you have a problem with your hardware (NIC, hub, >switch, what have you). > >This shows up alot with ISDN, that's why I know about it. Ok... will try the easiest first. Will replace the primary NIC and cable and see what happens. If it was a bad switch, wouldn't other systems exist the same problem? This server is really the only really loaded server on the network though, so if it is traffic dependant, maybe not. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 11:19: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 710ED150F0 for ; Tue, 18 Jan 2000 11:18:02 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id LAA18227; Tue, 18 Jan 2000 11:41:11 -0800 (PST) Date: Tue, 18 Jan 2000 11:41:11 -0800 From: Alfred Perlstein To: Charles Plater Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Shared Library Problems Message-ID: <20000118114111.E8736@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from cplater@mac.com on Tue, Jan 18, 2000 at 09:06:22AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Charles Plater [000118 06:30] wrote: > I'm having some problems with shared libraries, and I can't seem to figure > it out. > > ----- first example ----- > rattlehead.accs.wayne.edu{cplater}95: netscape > ld.so failed: Can't find shared library "libXt.so.6.0" > rattlehead.accs.wayne.edu{cplater}96: locate libXt.so.6.0 > /usr/X11R6/lib/aout/libXt.so.6.0 > /usr/compat/linux/usr/X11R6/lib/libXt.so.6.0 > /usr/compat/linux/usr/i486-linux-libc5/lib/libXt.so.6.0 > ----- end first example ----- > ----- second example ----- > rattlehead.accs.wayne.edu{cplater}97: emacs > /usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found > rattlehead.accs.wayne.edu{cplater}98: locate libXaw.so.6 > /usr/X11R6/lib/aout/libXaw.so.6.1 > /usr/X11R6/lib/libXaw.so.6 > /usr/compat/linux/usr/X11R6/lib/libXaw.so.6 > /usr/compat/linux/usr/X11R6/lib/libXaw.so.6.1 > /usr/compat/linux/usr/i486-linux-libc5/lib/libXaw.so.6 > /usr/compat/linux/usr/i486-linux-libc5/lib/libXaw.so.6.1 > ----- end second example ----- For some reason I think your system is not ldconfig'ing the X dirs, try adding this to /etc/rc.conf ldconfig_paths="$ldconfig_paths /usr/X11R6/lib" ldconfig_paths_aout="$ldconfig_paths_aout /usr/X11R6/lib/aout" -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 13:22:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ulstu.ru (ns.ulstu.ru [62.76.34.36]) by hub.freebsd.org (Postfix) with ESMTP id 240DC151C3 for ; Tue, 18 Jan 2000 13:21:59 -0800 (PST) (envelope-from vlad@high.net.ru) Received: from siemens.ulstu.ru (siemens.ulstu.ru [62.76.34.44]) by mail.ulstu.ru (8.9.3-mfd/8.9.3) with ESMTP id AAA17874 for ; Wed, 19 Jan 2000 00:21:54 +0300 (MSK) Received: from hq.spc.high (ip133-l-gate.link-ul.ru [195.151.42.133]) by siemens.ulstu.ru (Postfix) with ESMTP id AC39B17425 for ; Wed, 19 Jan 2000 00:21:49 +0300 (MSK) Received: by hq.spc.high (Postfix, from userid 1000) id C9B84457; Wed, 19 Jan 2000 00:24:57 +0300 (MSK) Date: Wed, 19 Jan 2000 00:24:57 +0300 From: Vlad Skvortsov To: freebsd-questions@freebsd.org Subject: ppp -nat and ipfw Message-ID: <20000119002456.I33787@high.net.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If running firewall and ppp with -nat option, when does outgoing/incoming packet match against firewall rules: before or after performing address masquerading/demasquerading ? -- Vlad Skvortsov, vss@ulstu.ru, vlad@high.net.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 13:23: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 8AC4814FDA for ; Tue, 18 Jan 2000 13:22:57 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat34.x-treme.gr [212.120.197.226]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id XAA14392; Tue, 18 Jan 2000 23:22:38 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id PAA46621; Tue, 18 Jan 2000 15:44:03 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Tue, 18 Jan 2000 15:44:03 +0200 From: Giorgos Keramidas To: James Gill Cc: freebsd-questions@FreeBSD.ORG Subject: Re: apachectl and the -f switch Message-ID: <20000118154403.A6642@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 17, 2000 at 07:40:17PM -0500, James Gill wrote: > > I can start apache with no problems by running > /usr/local/sbin/apache -f /path/to/my/apache.conf > by hand or in rc.local > > but since the newest fad is to utilize this rc.d business, i find there is > already an apache.sh there: > #!/bin/sh > [ -d /usr/local/pgsql/lib ] && /sbin/ldconfig -m /usr/local/pgsql/lib > [ -x /usr/local/sbin/apachectl ] && /usr/local/sbin/apachectl start > # > /dev/null && echo -n ' apache' > > Now I can't figure out how to pass a -f paramater to apachectl to tell the > little bugger which .conf file to readin. > > What is suggested here? edit apache.sh to start '/usr/local/sbin/apache > -f...' or skip the whole .../rc.d/apache.sh idea altogether? You can edit the script to suit your needs. The scripts in the /usr/local/etc/rc.d directory are there for you to customize at will. > What is that /usr/local/pgsql/lib starting up with it? I am assuming > it is some part of apache/php3 that wants (needs?) to wake up with > apache? If you have apache compiled with php3, and php3 with postgresql support (PostgreSQL is one of the databases supported by php3), you might find it annoying to have many scripts, say postgresql.sh, php3.sh and apache.sh and remember that they should be executed in the right order. This takes automatically care of updating the ldconfig cache by `merging' (that's what the -m option means for ldconfig(1)) the information about any libraries that postgresql might require/provide. Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [??] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 13:25: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id EB0F8151B8 for ; Tue, 18 Jan 2000 13:25:00 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id WAA44880; Tue, 18 Jan 2000 22:22:39 +0100 (CET) Message-Id: <200001182122.WAA44880@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: Shawn Ramsey Cc: questions@FreeBSD.ORG Subject: Re: No buffer space? Reply-To: Gary Jennejohn In-reply-to: Your message of "Tue, 18 Jan 2000 11:17:25 PST." <4.2.0.58.20000118111336.01c767f0@mail.cpl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Jan 2000 22:22:39 +0100 From: Gary Jennejohn Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Shawn Ramsey writes: >At 10:50 AM 1/18/00 +0100, Gary Jennejohn wrote: >>Shawn Ramsey writes: >> >AHow much memory do you have? How much swap space you have available? >> > >> > >> >Plenty of both... 198MB of RAM and about 320MB of swap space. >> > >> >>This message usually means that queued packets are not going out the >>interface. If you ``ifconfig down'' followed by ``ifconfig up'' the >>interface the queued packets will be discarded - easier than doing a >>reboot. >> >>IMHO this indicates that you have a problem with your hardware (NIC, hub, >>switch, what have you). >> >>This shows up alot with ISDN, that's why I know about it. > >Ok... will try the easiest first. Will replace the primary NIC and cable >and see what happens. If it was a bad switch, wouldn't other systems exist >the same problem? This server is really the only really loaded server on >the network though, so if it is traffic dependant, maybe not. > well, it might also indicate that the driver is getting wedged somehow. You'd see pretty much the same symptoms in that case. I don't know what kind of HW you have. Just to clarify a little - the queues are limited to 50 entries IIRC. Once a queue fills up you start seeing the "No buffer space" message. An output queue should only fill up if the packets aren't going out fast enough or at all. --- Gary Jennejohn / garyj@muc.de garyj@fkr.cpqcorp.net gj@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 13:34:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.1connect.com (216-59-79-65.usa2.flashcom.net [216.59.79.65]) by hub.freebsd.org (Postfix) with ESMTP id A42BB14F86 for ; Tue, 18 Jan 2000 13:34:13 -0800 (PST) (envelope-from keith@1connect.com) Received: from 1connect.com ([10.0.0.75]) by ns1.1connect.com (8.9.3/8.9.1) with ESMTP id NAA47507 for ; Tue, 18 Jan 2000 13:31:56 -0800 (PST) (envelope-from keith@1connect.com) Message-ID: <3884DC48.4ADB8C5B@1connect.com> Date: Tue, 18 Jan 2000 13:34:00 -0800 From: Keith Wong X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: abit bp6 hpt66 udma support? 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, Will Freebsd use the hpt66 chipset's UDMA channel later?? Thanks Keith. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 13:40: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nisser.com (c1870039.telekabel.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 2C7D214E42 for ; Tue, 18 Jan 2000 13:40:04 -0800 (PST) (envelope-from roelof@nisser.com) Received: from nisser.com (roelof [10.0.0.2]) by nisser.com (8.9.3/8.9.2) with ESMTP id WAA60393; Tue, 18 Jan 2000 22:39:49 +0100 (CET) (envelope-from roelof@nisser.com) Message-ID: <3884DDAE.ECB9C583@nisser.com> Date: Tue, 18 Jan 2000 22:39:58 +0100 From: Roelof Osinga Organization: eboa - engineering buro Office Automation X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: dan@langille.org Cc: "Crist J. Clark" , questions@FreeBSD.ORG Subject: Re: OpenSSH 1.2.1 refusing incoming connections References: <200001180100.OAA39648@ducky.nz.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 Dan Langille wrote: > > ... > OK. I just moved the following files to a safe location: > > [root@ducky:/usr/local/etc] # ls -ld ssh* > -rw-r--r-- 1 root wheel 879 Jan 17 20:03 ssh_config > -rw------- 1 root wheel 538 Apr 25 1999 ssh_host_key > -rw-r--r-- 1 root wheel 342 Apr 25 1999 ssh_host_key.pub > -rw------- 1 root wheel 512 Dec 13 23:32 ssh_random_seed > -rw-r--r-- 1 root wheel 1212 Jan 17 20:03 sshd_config > > Then I did a pkg_delete OpenSSH-1.2.1 > then a reinstall of OpenSSH-1.2.1 > ... Should solve that aspect. Besides, I just tried it and those errors get logged: nisser:/home/www/Slak$ grep ssh /var/log/messages Jan 18 20:55:21 nisser sshd[90159]: error: Could not load host key: /usr/local/samba/ssh_host_key: No such file or directory Too bad the ktrace doesn't log the function parameters. Perhaps "ktrace -i -ti" does? Or a debug session? Or maybe it does, your trace stopped short of the interesting stuff: > 39607 ktrace NAMI "/usr/games/ssh" > 39607 ktrace RET execve -1 errno 2 No such file or directory > 39607 ktrace CALL execve(0xbfbfd79c,0xbfbfdc60,0xbfbfdc6c) > 39607 ktrace NAMI "/usr/local/bin/ssh" > 39607 ktrace NAMI "/usr/libexec/ld-elf.so.1" All those execve errors refer to the system trying all dirs in your PATH. The last one (NAMI "/usr/local/bin/ssh") succeeds. So at that point ssh gets executed and your trace seemingly stops. Anyway, looks like the NAMI entries are the parameters after all . Roelof -- Frisian products @ http://omutens.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 13:44:44 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 970D314CAF for ; Tue, 18 Jan 2000 13:44:42 -0800 (PST) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.8.8/8.8.8) with ESMTP id NAA31980 for ; Tue, 18 Jan 2000 13:44:41 -0800 (PST) Message-Id: <200001182144.NAA31980@ptavv.es.net> To: questions@freebsd.org Subject: Unable to boot FreeBSD-Release on IBM ThinkPad 600E Date: Tue, 18 Jan 2000 13:44:41 -0800 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would like to install FreeBSD on my IBM ThinkPad 600E, but I am unable to boot. Using the boot floppy images that boot fine on both my PII-366 and K6-3-450 systems on the IBM hangs while probing the system. It gets to PNP and locks up. I must disconnect the battery to get the system to free up and reboot Windows 98. I didn't see any indication of any specific problems I need to worry about, but I'm hoping that I missed something. Thanks, 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 Jan 18 13:45:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 72D5F15296 for ; Tue, 18 Jan 2000 13:45:42 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id KAA47149; Wed, 19 Jan 2000 10:45:24 +1300 (NZDT) Message-Id: <200001182145.KAA47149@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: Roelof Osinga , "Crist J. Clark" , questions@FreeBSD.ORG Date: Wed, 19 Jan 2000 10:45:20 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: OpenSSH 1.2.1 refusing incoming connections Reply-To: dan@freebsddiary.org Cc: questions@FreeBSD.ORG, dan@freebsdzine.org In-reply-to: <3884DDAE.ECB9C583@nisser.com> X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the reply. I've tried the OpenBSD mailing lists, but Theo told me (privately) they cant help me as this is a FreeBSD issue. I don't know how he concluded that. On 18 Jan 00, at 22:39, Roelof Osinga wrote: > Too bad the ktrace doesn't log the function parameters. Perhaps > "ktrace -i -ti" does? Or a debug session? Or maybe it does, your > trace stopped short of the interesting stuff: I think the problem is that I ran ktrace as non-root. I did run it as root and received about 277 KB of output. I was about to supply a URL for that output, but someone on IRC mentioned it contained encrypted passwords. Not a nice thing to publicly distribute. > > > 39607 ktrace NAMI "/usr/games/ssh" > > 39607 ktrace RET execve -1 errno 2 No such file or directory > > 39607 ktrace CALL execve(0xbfbfd79c,0xbfbfdc60,0xbfbfdc6c) > > 39607 ktrace NAMI "/usr/local/bin/ssh" > > 39607 ktrace NAMI "/usr/libexec/ld-elf.so.1" > > All those execve errors refer to the system trying all dirs in your > PATH. The last one (NAMI "/usr/local/bin/ssh") succeeds. So at that > point ssh gets executed and your trace seemingly stops. > > Anyway, looks like the NAMI entries are the parameters after all . I think I should do another ktrace. And edit the output. I'll see what I can come up with. FWIW: on two boxes, both with FreeBSD 3.3-19991207-SNAP, one works, one doesn't with respect to sshd. Go figure. -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 13:53: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.ibroadcast.net (ns1.ibroadcast.net [216.145.30.2]) by hub.freebsd.org (Postfix) with SMTP id 744851500B for ; Tue, 18 Jan 2000 13:52:59 -0800 (PST) (envelope-from majid@ibroadcast.net) Received: from darthmaul (darthmaul.ibroadcast.net [216.145.29.142]) by ns1.ibroadcast.net (8.9.3/8.8.8) with SMTP id NAA06967 for ; Tue, 18 Jan 2000 13:52:08 -0800 (PST) X-Intended-For: Message-ID: <01c401bf61fe$2fb43570$8e1d91d8@ibroadcast.net> From: "Majid Almassari" To: "questions@FreeBSD.ORG" Subject: Adaptic Ultra2 RAID Controller. Date: Tue, 18 Jan 2000 13:51:33 -0800 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_01C0_01BF61BB.216C5670" 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_01C0_01BF61BB.216C5670 Content-Type: multipart/alternative; boundary="----=_NextPart_001_01C1_01BF61BB.216DDD10" ------=_NextPart_001_01C1_01BF61BB.216DDD10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi there, Does any one know if FreeBSD Release 3.4 supports the Adaptec Ultra2 = RAID cards Model AAA-133U2. I looked through the Release Notes did not = see it listed among the Disk Controllers. Advise and suggestions are = appreciated. --=20 Majid Almassari, MSEE, MCP. Systems Administrator iBroadcast, Inc. Phone: (206) 223-5540 Email: majid@ibroadcast.net http://www.ibroadcast.net ------=_NextPart_001_01C1_01BF61BB.216DDD10 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi there,
Does any one know if FreeBSD Release = 3.4 supports=20 the Adaptec Ultra2 RAID cards Model AAA-133U2. I looked through the = Release=20 Notes did not see it listed among the Disk Controllers. Advise and = suggestions=20 are appreciated.
 
 
--
Majid Almassari, MSEE, = MCP.
Systems=20 Administrator
iBroadcast, Inc.
Phone: (206) 223-5540
Email: majid@ibroadcast.net
http://www.ibroadcast.net
------=_NextPart_001_01C1_01BF61BB.216DDD10-- ------=_NextPart_000_01C0_01BF61BB.216C5670 Content-Type: text/x-vcard; name="Majid Almassari.vcf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Majid Almassari.vcf" BEGIN:VCARD VERSION:2.1 N:Almassari;Majid FN:Majid Almassari ORG:iBroadcast, Inc.;NOC TITLE:System Administrator TEL;WORK;VOICE:206-223-5540 TEL;CELL;VOICE:206-650-6001 TEL;PAGER;VOICE:2066506001@messaging.sprintpcs.com TEL;WORK;FAX:206-223-5535 ADR;WORK;ENCODING=3DQUOTED-PRINTABLE:;;207 1/2-1st Avenue = S.=3D0D=3D0A#300;Seattle;WA;98104;USA LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:207 1/2-1st Avenue = S.=3D0D=3D0A#300=3D0D=3D0ASeattle, WA 98104=3D0D=3D0AUSA ADR;HOME;ENCODING=3DQUOTED-PRINTABLE:;;1820 Minor = Avenue.=3D0D=3D0A#416;Seattle;WA;98101;USA LABEL;HOME;ENCODING=3DQUOTED-PRINTABLE:1820 Minor = Avenue.=3D0D=3D0A#416=3D0D=3D0ASeattle, WA 98101=3D0D=3D0AUSA X-WAB-GENDER:2 URL:http://www.whidbeynet.net/majid URL:http://www.ibroadcast.net BDAY:19700611 EMAIL;PREF;INTERNET:majid@ibroadcast.net EMAIL;INTERNET:malmassa@whidbey.net REV:20000118T215133Z END:VCARD ------=_NextPart_000_01C0_01BF61BB.216C5670-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 14: 4:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nisser.com (c1870039.telekabel.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 51C6814CB1 for ; Tue, 18 Jan 2000 14:04:48 -0800 (PST) (envelope-from roelof@nisser.com) Received: from nisser.com (roelof [10.0.0.2]) by nisser.com (8.9.3/8.9.2) with ESMTP id XAA60557; Tue, 18 Jan 2000 23:04:38 +0100 (CET) (envelope-from roelof@nisser.com) Message-ID: <3884E37F.54D7224B@nisser.com> Date: Tue, 18 Jan 2000 23:04:47 +0100 From: Roelof Osinga Organization: eboa - engineering buro Office Automation X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: dan@freebsddiary.org Cc: "Crist J. Clark" , questions@FreeBSD.ORG Subject: Re: OpenSSH 1.2.1 refusing incoming connections References: <200001182145.KAA47149@ducky.nz.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 Dan Langille wrote: > > Thanks for the reply. I've tried the OpenBSD mailing lists, but Theo > told me (privately) they cant help me as this is a FreeBSD issue. I don't > know how he concluded that. Maybe he knows something we don't? > I think the problem is that I ran ktrace as non-root. I did run it as root > and received about 277 KB of output. I was about to supply a URL for > that output, but someone on IRC mentioned it contained encrypted > passwords. Not a nice thing to publicly distribute. That depends on ones perspective . The only interesting bits would be those errors that correlate to the one that prompted all this. Plus the call's and parameters. > I think I should do another ktrace. And edit the output. I'll see what I > can come up with. We'll see. Hopefully there'll be a NAMI specifying the culprit. > FWIW: on two boxes, both with FreeBSD 3.3-19991207-SNAP, one > works, one doesn't with respect to sshd. Go figure. Two 3.4-STABLE's have no problem. Am in the process of configuring a third. Both are barebone SSH installs, i.e. password driven. Roelof -- Get your Beerenburg @ http://www.omutens.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 14: 6:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.usishealth.com (adsl-216-62-210-29.dsl.austtx.swbell.net [216.62.210.29]) by hub.freebsd.org (Postfix) with ESMTP id 06BEC14E25 for ; Tue, 18 Jan 2000 14:06:54 -0800 (PST) (envelope-from erik@usishealth.com) Received: from usishealth.com (gargamel [192.168.1.2]) by ns.usishealth.com (Postfix) with ESMTP id 788F01AE86; Tue, 18 Jan 2000 16:10:13 -0600 (CST) Message-ID: <3884E408.B10E21AA@usishealth.com> Date: Tue, 18 Jan 2000 16:07:04 -0600 From: Erik de Zeeuw X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-20000114-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Keith Wong Cc: freebsd-questions@freebsd.org Subject: Re: abit bp6 hpt66 udma support? References: <3884DC48.4ADB8C5B@1connect.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, Part of dmesg with a BP6 and kernel 4.0-20000114-CURRENT freshly build : ata-pci1: port 0xb800-0xb8ff, ... ata-pci1: Busmastering DMA supported ata-pci2: port 0xc400-0xc4ff, ... ata-pci2: Busmastering DMA supported It sounds the HighPoint controller is supported, but I saw that *after* having everything configured, so I don't make use of it and installed the systeme with the disk on classic IDE chipset. It might be interesting if there's any speed enhancement using the HighPoint. Anyone tested that ? Erik Keith Wong wrote: > > Hi all, > Will Freebsd use the hpt66 chipset's UDMA channel later?? > Thanks > > Keith. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 14:16:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sticky.usu.edu (sticky.usu.edu [129.123.1.155]) by hub.freebsd.org (Postfix) with ESMTP id 958B114F47 for ; Tue, 18 Jan 2000 14:16:10 -0800 (PST) (envelope-from hal@sticky.usu.edu) Received: from [129.123.1.184] (buffy.usu.edu [129.123.1.184]) by sticky.usu.edu (Postfix) with ESMTP id CAEAE3482E; Tue, 18 Jan 2000 15:16:09 -0700 (MST) X-Sender: hal@sticky.usu.edu (Unverified) Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 18 Jan 2000 15:16:09 -0700 To: FreeBSDQuestions From: hal Lynch Subject: HELP: Hung console Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG System: 3.0 with the bouncing daemon screen saver What I saw: The bouncing daemon was on the screen but was not bouncing. Not moving at all. Pushing keys including F1-F3 did nothing. Killing console all processes (ttyv0-2) did nothing. Telnet sessions, wweb server, etc worked just fine. Top reported ~98% idle time, no strangeness. Except for the console everything seemed to be working fine. What I did: Rebooted of course. Some of my users consider a daytime reboot to be anti-social behavior. What should I do: Short of rebooting what can I do when this happens again? Thanks hal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 14:19:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls01.we.mediaone.net (lsmls01.we.mediaone.net [24.130.1.20]) by hub.freebsd.org (Postfix) with ESMTP id A789D14DC5 for ; Tue, 18 Jan 2000 14:19:52 -0800 (PST) (envelope-from alex@montenegro.com) Received: from alex (we-24-130-80-236.we.mediaone.net [24.130.80.236]) by lsmls01.we.mediaone.net (8.8.7/8.8.7) with SMTP id OAA27719 for ; Tue, 18 Jan 2000 14:19:38 -0800 (PST) From: "Aleksandar Obradovic" To: Subject: 3Com Telephone Network Card Date: Tue, 18 Jan 2000 14:15:12 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0002_01BF61BE.6F0A4DD0" 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 X-MS-TNEF-Correlator: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0002_01BF61BE.6F0A4DD0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I need to connect 2 FreeBSD stations that are located on the two different floors of the house. The cable wiring is inadequate to use in this case and I am looking for the alternative solutions. I looked into 3Com 3C410 Network cards that use house telephone wiring to connect two computers, but I could not find reference to these on the Hardware list. Does anyone have experience with similiar products that work with FreeBSD? Alex ------=_NextPart_000_0002_01BF61BE.6F0A4DD0 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="winmail.dat" eJ8+IgwWAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEGgAMADgAAANAHAQASAA4ADgAAAAIACAEB A5AGACAGAAAlAAAACwACAAEAAAALACMAAAAAAAMAJgAAAAAACwApAAAAAAADADYAAAAAAB4AcAAB AAAAHAAAADNDb20gVGVsZXBob25lIE5ldHdvcmsgQ2FyZAACAXEAAQAAABYAAAABv2IBdHYI/Q81 zfMR04eoAAAhbIjbAAACAR0MAQAAABkAAABTTVRQOkFMRVhATU9OVEVORUdSTy5DT00AAAAACwAB DgAAAABAAAYOAMQBUgFivwECAQoOAQAAABgAAAAAAAAATKfPYdw+0xGHYgAAIWyI28KAAAALAB8O AQAAAAIBCRABAAAA6gEAAOYBAACAAgAATFpGde8oGLUDAAoAcmNwZzEyNRYyAPgLYG4OEDAzM08B 9wKkA+MCAGNoCsBz8GV0MCAHEwKDAFADVFcQyQdtAoB9CoF2CJB30msLgGQ0DGBjAFALA8xzYg9A AUBzYRXiC7UQIEkgbgngZCB0VG8gBaBuFyBjBUAyBCBGCdFCU0Qgc9kBkHRpAiAEIHQQ8AVA6QrA ZSAJAGMY4BdBAiBTGUEZwHR3F4BkBpBmbwSQCfAFQA7wbwWwBCBv2mYag2gIYBEgLhMwGqG/GgAC YBnAA/AFEA8gIAQAyR4AbmEBAHF1GhEXYv8csR4xGUEeERoAHzEAcBdQ6RcAYW0Z0W8U0R3wAhC/ BcAakgdAGiAEoBjhdhnA+nMG8HUY8xzgFwAgwhdBewuAF3EzCFAgoBHzC/A0nSQBNA9AB7Ea0XJr AzF/FpUaAAsgGTUfIhyTF2Bl/R1wcByQFyAdlhdqGtIFoAxtcCKwBJBzLCBiJyKwFvEFoHVsF1Bu b9sbkRThIAlwG0NjHtMakWsfMRplSAsRdxmjBAB02RzgRG8HkQBweSgSEPDxIlFleHAGcSwTA/AZ UF8YsAdwAxAHMAXAcANgZL0VMHQZNSWDMBMYRT8KotcKhAqEF1BBHXB4MvQUUQIANPAAAAsAAYAI IAYAAAAAAMAAAAAAAABGAAAAAAOFAAAAAAAAAwADgAggBgAAAAAAwAAAAAAAAEYAAAAAEIUAAAAA AAADAAeACCAGAAAAAADAAAAAAAAARgAAAABShQAAJ2oBAB4ACYAIIAYAAAAAAMAAAAAAAABGAAAA AFSFAAABAAAABAAAADkuMAAeAAqACCAGAAAAAADAAAAAAAAARgAAAAA2hQAAAQAAAAEAAAAAAAAA HgALgAggBgAAAAAAwAAAAAAAAEYAAAAAN4UAAAEAAAABAAAAAAAAAB4ADIAIIAYAAAAAAMAAAAAA AABGAAAAADiFAAABAAAAAQAAAAAAAAALAA2ACCAGAAAAAADAAAAAAAAARgAAAACChQAAAQAAAAsA OoAIIAYAAAAAAMAAAAAAAABGAAAAAA6FAAAAAAAAAwA8gAggBgAAAAAAwAAAAAAAAEYAAAAAEYUA AAAAAAADAD2ACCAGAAAAAADAAAAAAAAARgAAAAAYhQAAAAAAAAsAUoAIIAYAAAAAAMAAAAAAAABG AAAAAAaFAAAAAAAAAwBTgAggBgAAAAAAwAAAAAAAAEYAAAAAAYUAAAAAAAACAfgPAQAAABAAAABM p89h3D7TEYdiAAAhbIjbAgH6DwEAAAAQAAAATKfPYdw+0xGHYgAAIWyI2wIB+w8BAAAAXgAAAAAA AAA4obsQBeUQGqG7CAArKlbCAABQU1RQUlguRExMAAAAAAAAAABOSVRB+b+4AQCqADfZbgAAAEQ6 XGRhdGFcbWFpbFxhbGV4J3MgbWFpbiBhY2NvdW50LnBzdAAAAAMA/g8FAAAAAwANNP03AAACAX8A AQAAADMAAAA8TkRCQklIR0NFTUtIT09BTkZFT0ZLRUVIQ0ZBQS5hbGV4QG1vbnRlbmVncm8uY29t PgAAAwAGEIlStwMDAAcQYwEAAAMAEBAAAAAAAwAREAAAAAAeAAgQAQAAAGUAAABJTkVFRFRPQ09O TkVDVDJGUkVFQlNEU1RBVElPTlNUSEFUQVJFTE9DQVRFRE9OVEhFVFdPRElGRkVSRU5URkxPT1JT T0ZUSEVIT1VTRVRIRUNBQkxFV0lSSU5HSVNJTkFERVFVAAAAAElA ------=_NextPart_000_0002_01BF61BE.6F0A4DD0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 14:34:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.whtz.com (m8.z100.com [209.73.193.8]) by hub.freebsd.org (Postfix) with SMTP id 8FD8614C45 for ; Tue, 18 Jan 2000 14:34:50 -0800 (PST) (envelope-from courtney@whtz.com) Received: by mail.whtz.com(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 8525686A.007B143D ; Tue, 18 Jan 2000 17:24:21 -0500 X-Lotus-FromDomain: Z100 From: courtney@whtz.com To: alex@montenegro.com Cc: questions@freebsd.org Message-ID: <8525686A.007B1392.00@mail.whtz.com> Date: Tue, 18 Jan 2000 17:24:18 -0500 Subject: Re: 3Com Telephone Network Card 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 just run some cat 5 you will be much better off in the long run. You can buy about 1000 feet of it for around 60 bucks! bernie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 14:38: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (Postfix) with ESMTP id 1A39514F1E for ; Tue, 18 Jan 2000 14:37:56 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.197]) by smtp04.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA2967; Tue, 18 Jan 2000 23:37:54 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id XAA23910; Tue, 18 Jan 2000 23:37:50 +0100 (CET) (envelope-from asmodai) Date: Tue, 18 Jan 2000 23:37:50 +0100 From: Jeroen Ruigrok/Asmodai To: Keith Wong Cc: freebsd-questions Subject: Re: abit bp6 hpt66 udma support? Message-ID: <20000118233750.N12908@daemon.ninth-circle.org> References: <3884DC48.4ADB8C5B@1connect.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3884DC48.4ADB8C5B@1connect.com>; from keith@1connect.com on Tue, Jan 18, 2000 at 01:34:00PM -0800 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000118 22:51], Keith Wong (keith@1connect.com) wrote: >Will Freebsd use the hpt66 chipset's UDMA channel later?? modai@celestial] (23) $ uname -a FreeBSD celestial.ninth-circle.org 4.0-CURRENT FreeBSD 4.0-CURRENT #4: Sat Jan 15 10:24:30 CET 2000 asmodai@celestial.ninth-circle.org:/usr/src/sys/compile/CELESTIAL i386 ata0 at 0x01f0 irq 14 on ata-pci0 ata-pci1: port 0xd800-0xd8ff,0xd400-0xd403,0xd000-0xd007 irq 18 at device 19.0 on pci0 ata-pci1: Busmastering DMA supported ata-pci2: port 0xe400-0xe4ff,0xe000-0xe003,0xdc00-0xdc07 irq 18 at device 19.1 on pci0 ata-pci2: Busmastering DMA supported ad0: ATA-4 disk at ata0 as master ad0: 7665MB (15698592 sectors), 15574 cyls, 16 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, UDMA33 And that's due to this being a UDMA33 disk. If I had an ATA66 disk I could use it with the HPT. Answers your question? -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project De nihilo nihil... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 14:42:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp05.wxs.nl (smtp05.wxs.nl [195.121.6.57]) by hub.freebsd.org (Postfix) with ESMTP id CBFE714F69; Tue, 18 Jan 2000 14:42:24 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.197]) by smtp05.wxs.nl (Netscape Messaging Server 4.05) with ESMTP id FOJZ2M01.F37; Tue, 18 Jan 2000 23:42:22 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id XAA23919; Tue, 18 Jan 2000 23:42:19 +0100 (CET) (envelope-from asmodai) Date: Tue, 18 Jan 2000 23:42:19 +0100 From: Jeroen Ruigrok/Asmodai To: Oleg Votincev Cc: freebsd-questions@FreeBSD.ORG, phantom@freebsd.org Subject: Re: your mail Message-ID: <20000118234219.O12908@daemon.ninth-circle.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from oleg@gw.bummash.udmnet.ru on Tue, Jan 18, 2000 at 07:17:54PM +0400 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000118 19:25], Oleg Votincev (oleg@gw.bummash.udmnet.ru) wrote: >????????????! >? ???? ??? ????? ?????? >??? ????? ????? ???????????? ????????? ?? ?????? FreeBSD 3.2 ? >??? ????? ?? ???? ????????? ???????? ????? . >???? ????? ??????. Please don't send Russian messages to this list. There is a russian mailinglist available if you need help in Russian if you think your english is not up to the task. But I cannot find the addresses on the freebsd.org site. Am I being blind here Alexey? Or did the Russian group never added their address to the webpages? -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Character is what you are in the dark... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 14:44:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id A345A14BF4 for ; Tue, 18 Jan 2000 14:44:52 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id QAA81434; Tue, 18 Jan 2000 16:45:16 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <011501bf6205$8f3f1da0$fba3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Windsor Match Plate and Tool Ltd." , References: <002501bf5bb4$d3ef9d00$e8391cd0@wmptl.net> Subject: RE: M$ Exchange Server Support Date: Tue, 18 Jan 2000 16:44:19 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Try this link: http://www.joydesk.com/ Greetings Ales ----- Original Message ----- From: Windsor Match Plate and Tool Ltd. To: Sent: Monday, January 10, 2000 3:51 PM Subject: M$ Exchange Server Support > Does anyone out there know of an emulator, or software package to run on a > FreeBSD box that will allow us to use M$ Exchange Server's "Tasks". > We are currently using M$ Outlook '97/2000 as a POP3 email client to a > FreeBSD box, we would like to utilize M$'s "tasks" option, but surely don't > want to require Windows NT Server. Any suggestions welcome. > > Nathan Vidican, > Windsor Match Plate & Tool Ltd. > unix_usr@fcmail.com/wmptl@mnsi.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 Tue Jan 18 14:45:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37]) by hub.freebsd.org (Postfix) with ESMTP id B83F514CF1 for ; Tue, 18 Jan 2000 14:45:35 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.197]) by smtp03.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA3AB7; Tue, 18 Jan 2000 23:45:22 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id XAA23927; Tue, 18 Jan 2000 23:45:20 +0100 (CET) (envelope-from asmodai) Date: Tue, 18 Jan 2000 23:45:20 +0100 From: Jeroen Ruigrok/Asmodai To: "S.Christopoulos" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DNS info Message-ID: <20000118234520.P12908@daemon.ninth-circle.org> References: <000701bf61bd$609a4760$7ff5d4c3@server.meganet.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000701bf61bd$609a4760$7ff5d4c3@server.meganet.gr>; from christ@meganet.gr on Tue, Jan 18, 2000 at 04:07:33PM +0200 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Please format your mails at 72 chars per line] -On [20000118 16:01], S.Christopoulos (christ@meganet.gr) wrote: >We have installed the freeBSD 3.2 in our server and it is running the >procedure named as its DNS. s/procedure/daemon >We can't make the appropriate settings for the domains and the settings >for each one of the domain that we support. (e.g. for the domain.com >www in address xxx.xxx.xxx.xxx, mail in address yyy.yyy.yyy.yyy e.t.c.) You fail to correctly explain: a) what you are trying to do b) what kind of errors you get c) location of your dns files and the information here within d) what /var/log/messages reports about this -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Morpheus in my Heart, your sand in my veins... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 14:45:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 33F3514CF1 for ; Tue, 18 Jan 2000 14:45:44 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp9-pa4.neomedia.it [195.103.207.201]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id XAA04958; Tue, 18 Jan 2000 23:45:40 +0100 (CET) From: Salvo Bartolotta Date: Tue, 18 Jan 2000 22:47:24 GMT Message-ID: <20000118.22472400@bartequi.ottodomain.org> Subject: Re: making deinstall: bsd.port.mk (was: can't make certain ports) To: freebsd-questions@FreeBSD.ORG, brett@peloton.runet.edu, jcm@dogma.freebsd-uk.eu.org References: <20000118.18060400@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 > Dear Brett Taylor and Jonathon McKitrick, > just to split hairs: > make deinstall ~ pkg_delete -f port_package(s)_listed_in_the_PLIST > where " ~ " reads "equivalent to". > In a freshly updated port, the package(s) in question is(are) the > *new* > package(s) - not yet made. This is bsd.port.mk replying to me :-) ################################################################# # These variables are used to identify your port. # # DISTNAME - Name of port or distribution. # PKGNAME - Name of the package file to create if the DISTNAME # isn't really relevant for the port/package # (default: ${DISTNAME}). # CATEGORIES - A list of descriptive categories into which this port falls. [omissis ...] # Deinstall # # Special target to remove installation .if !target(deinstall) deinstall: @${ECHO_MSG} "=3D=3D=3D> Deinstalling for ${PKGNAME}" @${PKG_DELETE} -f ${PKGNAME} @${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} .endif ################################################################ From my KDE-1.1.2 metaport makefile: New ports collection makefile for: kde # Version required: around November 1997 # Date created: 4 November 1997 # Whom: Satoshi Asami # # $FreeBSD: ports/x11/kde11/Makefile,v 1.24 1999/09/18 09:02:09 se Exp $ # DISTNAME=3D kde-1.1.2 CATEGORIES=3D x11 kde MASTER_SITES=3D # empty DISTFILES=3D # empty From my KDE-1.1.2 kdebase port: # New ports collection makefile for: kdebase # Version required: 1.0 # Date created: 28 October 1997 # Whom: Stefan E=DFer # # $FreeBSD: ports/x11/kdebase11/Makefile,v 1.41 1999/12/07 15:46:35 imura Exp $ # DISTNAME=3D kdebase-1.1.2 CATEGORIES=3D x11 kde and so on for KDE-1.1.2 components. That is why e.g. KDE-1.1.2 tries to uninstall the *new* packages (ie 1.1.2); which occurs if one has e.g. KDE-1.1.1. Unless I've made an awful blunder and misunderstood it all ... 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 Jan 18 14:47:14 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 8783015265 for ; Tue, 18 Jan 2000 14:47:12 -0800 (PST) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.8.8/8.8.8) with ESMTP id OAA16329; Tue, 18 Jan 2000 14:47:03 -0800 (PST) Message-Id: <200001182247.OAA16329@ptavv.es.net> To: "Jonathan E. Lyons" , joeo@cracktown.com, Gunnar Flygt Cc: questions@freebsd.org Subject: [Summary] Unable to boot FreeBSD-Release on IBM ThinkPad 600E In-reply-to: Your message of "Tue, 18 Jan 2000 15:55:22 CST." <3.0.5.32.20000118155522.01022db0@midwest.net> Date: Tue, 18 Jan 2000 14:47:03 -0800 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks! The problem was too much RAM! Don't see how I missed it in the archives, Sorry. I pulled my 128 MB card and booted the floppies. It worked! I don't have the CD available at the moment, so I can't try to actually install the software (and I can't install over the network since I have a Xircom card which is not supported). Maybe I'll have time to install the full system tomorrow and rebuild the kernel with the new MAXMEM. Sine I have 192 MB, I'm guessing that I'll need to adjust the suggested value up a bit. First time I've ever had a problem with too much memory! The fast response is greatly appreciated. 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 Jan 18 14:48:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60]) by hub.freebsd.org (Postfix) with ESMTP id 99DD8151DB for ; Tue, 18 Jan 2000 14:48:23 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.197]) by smtp02.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA1CC8; Tue, 18 Jan 2000 23:48:22 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id XAA23932; Tue, 18 Jan 2000 23:48:20 +0100 (CET) (envelope-from asmodai) Date: Tue, 18 Jan 2000 23:48:20 +0100 From: Jeroen Ruigrok/Asmodai To: Gleb Belorustsev Cc: freebsd-questions@FreeBSD.org Subject: Re: getting FreeBSD by e-mail Message-ID: <20000118234820.Q12908@daemon.ninth-circle.org> References: <17843.000118@sc.skbkontur.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <17843.000118@sc.skbkontur.ru>; from glb@mail.ru on Tue, Jan 18, 2000 at 08:15:07PM +0500 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000118 19:25], Gleb Belorustsev (glb@mail.ru) wrote: >FreeBSD 3.4 Release Notes: > >"If you do not have access to the Internet and electronic mail is your > only recourse, then you may still fetch the files by sending mail to > `ftpmail@ftpmail.vix.com' - putting the keyword "help" in your message > to get more information on how to fetch files using this mechanism." > >My mail-server replys >"550 ... Host unknown (Name server: > ftpmail.vix.com: host not found)" Have you also tried contacting postmaster@vix.com and asking _why_ ftpmail was withdrawn? This in turn allows us to update the appropriate handbook sections so that others won't run into the same problem by someone not investigating hard enough to correct the problem at hand. >If ftpmail@ftpmail.vix.com does not work, how can I fetch files >from ftp.freebsd.org by e-mail? Hell if I know. Tried a websearch on ftpmail? -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project A Circle of Angels, deep in war... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 14:50:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 4B4F9150E3 for ; Tue, 18 Jan 2000 14:50:27 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id XAA74087; Tue, 18 Jan 2000 23:50:25 +0100 (CET) (envelope-from olli) Date: Tue, 18 Jan 2000 23:50:25 +0100 (CET) Message-Id: <200001182250.XAA74087@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: About free bsd X-Newsgroups: list.freebsd-questions In-Reply-To: <8622lt$1c9i$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Jonathon McKitrick wrote in list.freebsd-questions: > On Tue, 18 Jan 2000, Michael Lucas wrote: >>FreeBSD is WC's biggest-selling product. It makes sense for them to >>support it. > > That many people buy it? I thought most get it for free... -=> jm <=- I do get it for free from the net, but I'm still on the CD-ROM subscription, to support the FreeBSD project. (Although I'll probably cancel the subscription if they keep releasing it 4 times per year; it's getting too expensive for me, being just a student. But I'll certainly re-establish the subscription when I have a real job. :) Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 14:51: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp05.wxs.nl (smtp05.wxs.nl [195.121.6.57]) by hub.freebsd.org (Postfix) with ESMTP id 5468615057 for ; Tue, 18 Jan 2000 14:50:57 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.197]) by smtp05.wxs.nl (Netscape Messaging Server 4.05) with ESMTP id FOJZGM00.K3M; Tue, 18 Jan 2000 23:50:46 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id XAA23941; Tue, 18 Jan 2000 23:50:40 +0100 (CET) (envelope-from asmodai) Date: Tue, 18 Jan 2000 23:50:40 +0100 From: Jeroen Ruigrok/Asmodai To: "Ing. Fernando Inukai" Cc: questions@freebsd.org Subject: Re: mailq Message-ID: <20000118235040.R12908@daemon.ninth-circle.org> References: <009f01bf61e6$d0527360$679a68ce@dkafis> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <009f01bf61e6$d0527360$679a68ce@dkafis>; from finukai@aguamodelo.com.mx on Tue, Jan 18, 2000 at 12:04:13PM -0700 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000118 20:53], Ing. Fernando Inukai (finukai@aguamodelo.com.mx) wrote: >I keep getting these messages in the security check and daily run output >What should I do to correct it? Given the date, not much. >kaysa.modelo.int login failures: >Jan 5 07:59:16 kaysa login: 2 LOGIN FAILURES FROM kaysa >Jan 5 07:59:16 kaysa login: 2 LOGIN FAILURES FROM kaysa, mgamez >Jan 5 08:13:24 kaysa login: 1 LOGIN FAILURE ON ttyv0 >Jan 5 08:13:24 kaysa login: 1 LOGIN FAILURE ON ttyv0, ^[[B Someone accidentally telnetting to your mail server and then realising he/she wasn't using port 25 but 23? >Mail in local queue: >Mail Queue (5 requests) >--Q-ID-- --Size-- -----Q-Time----- ------------Sender/Recipient------------ >MAA00877*26146335 Wed Jan 5 12:34 > >MAA00919*26146921 Wed Jan 5 12:51 > >MAA00939*26147567 Wed Jan 5 12:56 > >LAA00750*50697473 Wed Jan 5 11:19 > > >CAA19187* (no control file) This might proof what I say above about sending mail. -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Light, a quark resolution of god... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 14:53:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (Postfix) with ESMTP id 43248150B0 for ; Tue, 18 Jan 2000 14:53:23 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.197]) by smtp01.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA2E4F; Tue, 18 Jan 2000 23:53:15 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id XAA23947; Tue, 18 Jan 2000 23:53:04 +0100 (CET) (envelope-from asmodai) Date: Tue, 18 Jan 2000 23:53:04 +0100 From: Jeroen Ruigrok/Asmodai To: Kevin Oberman Cc: questions@freebsd.org Subject: Re: Unable to boot FreeBSD-Release on IBM ThinkPad 600E Message-ID: <20000118235304.S12908@daemon.ninth-circle.org> References: <200001182144.NAA31980@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001182144.NAA31980@ptavv.es.net>; from oberman@es.net on Tue, Jan 18, 2000 at 01:44:41PM -0800 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000118 22:51], Kevin Oberman (oberman@es.net) wrote: >I would like to install FreeBSD on my IBM ThinkPad 600E, but I am >unable to boot. Using the boot floppy images that boot fine on both my >PII-366 and K6-3-450 systems on the IBM hangs while probing the >system. It gets to PNP and locks up. I must disconnect the battery to >get the system to free up and reboot Windows 98. _Which_ FreeBSD Release? We only had like ehm 15 or so. Secondly, try a bootdisk from current.freebsd.org and see if that works, that way we know that we tackled all problems with the current codebase. Very much has changed from 3.x -> 4.0 -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Of course I can't say, whether it will become better if it gets changed; but as much as I can say, it must change if it shall become good... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 14:55:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (Postfix) with ESMTP id A1FFF14DCF for ; Tue, 18 Jan 2000 14:55:05 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.197]) by smtp04.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA3E9B; Tue, 18 Jan 2000 23:55:03 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id XAA23952; Tue, 18 Jan 2000 23:54:58 +0100 (CET) (envelope-from asmodai) Date: Tue, 18 Jan 2000 23:54:58 +0100 From: Jeroen Ruigrok/Asmodai To: Jeff Robert Hammel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD vs. Linux Message-ID: <20000118235458.T12908@daemon.ninth-circle.org> References: <200001181216.e0ICGZU03023@wpi.WPI.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001181216.e0ICGZU03023@wpi.WPI.EDU>; from oblivion@WPI.EDU on Tue, Jan 18, 2000 at 07:16:35AM -0500 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000118 16:00], Jeff Robert Hammel (oblivion@WPI.EDU) wrote: >My OS is in a state of flux! I want a Unix-like OS and would like to know >the differences between FreeBSD and Linux, as well as compatability issues. >I realize that there's probably alot (and probably already written) so if >you tell me where to go, that's fine. On the other hand, anything you >wish to add yourself is also welcome. www.freebsd.org -> mailinglists -> search -> advocacy -> Linux vs FreeBSD Have fun. -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project ...fools rush in where Angels fear to tread. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 14:56: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inc.net (mailhost.inc.net [204.95.160.26]) by hub.freebsd.org (Postfix) with ESMTP id DF871150B0 for ; Tue, 18 Jan 2000 14:55:56 -0800 (PST) (envelope-from parrothd@midwest.net) Received: from chi1.nucleusconsulting.com (chi1.nucleusconsulting.com [207.250.168.11]) by inc.net (8.9.3/8.9.1) with ESMTP id QAA14759; Tue, 18 Jan 2000 16:55:20 -0600 (CST) Received: from labntserver1.nucleusconsulting.com by chi1.nucleusconsulting.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1461.56) id DGX2MXA8; Tue, 18 Jan 2000 16:55:14 -0600 Message-Id: <3.0.5.32.20000118165523.01029ec0@midwest.net> X-Sender: parrothd@midwest.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Tue, 18 Jan 2000 16:55:23 -0600 To: "Kevin Oberman" , joeo@cracktown.com, Gunnar Flygt From: "Jonathan E. Lyons" Subject: Re: [Summary] Unable to boot FreeBSD-Release on IBM ThinkPad 600E Cc: questions@freebsd.org In-Reply-To: <200001182247.OAA16329@ptavv.es.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Also, there's some new option instead of maxmem, but I haven't had a chance to try it, be sure you subtract 1024 from the maxmem option. There's something weird with the thinkpads and you can't use the entire memory above 64... :( At 02:47 PM 1/18/00 -0800, Kevin Oberman wrote: >Thanks! The problem was too much RAM! >Don't see how I missed it in the archives, Sorry. > >I pulled my 128 MB card and booted the floppies. It worked! I don't >have the CD available at the moment, so I can't try to actually >install the software (and I can't install over the network since I >have a Xircom card which is not supported). Maybe I'll have time to >install the full system tomorrow and rebuild the kernel with the new >MAXMEM. Sine I have 192 MB, I'm guessing that I'll need to adjust the >suggested value up a bit. > >First time I've ever had a problem with too much memory! > >The fast response is greatly appreciated. > >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 > > Jonathan E. Lyons parrothd@midwest.net Nucleus Consulting ICQ # 14226912 www.nucleusconsulting.com Cell # 773-251-1967 A+, MCSE, CCNA, FreeBSD! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 15: 1:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (Postfix) with ESMTP id 911C014BCA for ; Tue, 18 Jan 2000 15:01:29 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.197]) by smtp01.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA381C; Tue, 18 Jan 2000 23:59:40 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id XAA23969; Tue, 18 Jan 2000 23:59:34 +0100 (CET) (envelope-from asmodai) Date: Tue, 18 Jan 2000 23:59:34 +0100 From: Jeroen Ruigrok/Asmodai To: Mike Heffner Cc: FreeBSD-questions Subject: Re: FreeBSD mailing lists blocked addresses? Message-ID: <20000118235934.W12908@daemon.ninth-circle.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from mheffner@mailandnews.com on Mon, Jan 17, 2000 at 11:50:27PM -0500 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000118 08:00], Mike Heffner (mheffner@mailandnews.com) wrote: >Is there a list of smtp servers freebsd.org will not accept mail from for >mailing lists anywhere on the net? I need to check if some smtp servers are >blocked or not. The default mostly: RBL and DUL. Plus some spammers we found and added. For the remainder, postmaster@freebsd.org is your friend, as George Cox said. -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Take thy beak from out my heart and take thy form from off my door! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 15: 7:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60]) by hub.freebsd.org (Postfix) with ESMTP id F07371509B for ; Tue, 18 Jan 2000 15:07:18 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.197]) by smtp02.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA3237; Wed, 19 Jan 2000 00:05:03 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id AAA24096; Wed, 19 Jan 2000 00:04:50 +0100 (CET) (envelope-from asmodai) Date: Wed, 19 Jan 2000 00:04:50 +0100 From: Jeroen Ruigrok/Asmodai To: jeff Cc: freebsd-questions@FreeBSD.ORG, iratus@home.com Subject: Re: SIG 11 with sysinstall Message-ID: <20000119000450.X12908@daemon.ninth-circle.org> References: <20000117193649.A10966@CC602670-A.flrtn1.occa.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000117193649.A10966@CC602670-A.flrtn1.occa.home.com>; from jeff@flrtn1.occa.home.com on Mon, Jan 17, 2000 at 07:36:49PM -0800 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please learn proper use of dots, commas and capitals. It really makes people more interested in reading your mail. -On [20000118 08:00], jeff (jeff@flrtn1.occa.home.com) wrote: >Hello-I have just tried to install, by cd, my new copy of 3.4-Release >and ran into an odd problem >The installation went (as usual) flawlessly until I tried to get back >into the distributions page to install the games and dictionary >distribs >I got a signal 11 and the installation failed at that point There's an option you can turn on during installation which is called Debugging. Set this to yes and then when you try the same things as before try to see if you can switch to ALT-F2 (vty1) and see if you get any error messages. If not, take a peek at the PR database since we had a few reports about sig11's in sysinstall. -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Experience keeps a dear school, yet Fools will learn in no other. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 15: 7:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mail.yahoo.com (smtp.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id 2110A152E7 for ; Tue, 18 Jan 2000 15:07:46 -0800 (PST) (envelope-from ncc1701v@yahoo.com) Received: from cci-209150224026.clarityconnect.net (HELO pcswbdesk) (209.150.224.26) by smtp.mail.yahoo.com with SMTP; 18 Jan 2000 15:03:18 -0800 X-Apparently-From: Message-Id: <4.2.2.20000118180123.00a52100@pop.mail.yahoo.com> X-Sender: ncc1701v@pop.mail.yahoo.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Tue, 18 Jan 2000 18:02:59 -0500 To: "Alejandro Ramirez" From: Scott Brim Subject: RE: M$ Exchange Server Support Cc: "Windsor Match Plate and Tool Ltd." , In-Reply-To: <011501bf6205$8f3f1da0$fba3f9cf@megared.net.mx> References: <002501bf5bb4$d3ef9d00$e8391cd0@wmptl.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 That's not the point (for me, anyway). Some of us need to work with people who are stuck using MS Outlook and Exchange servers, and we need to interact with them. Thanks ... Scott At 04:44 PM 1/18/00 -0600, Alejandro Ramirez wrote: >Hi, > >Try this link: > >http://www.joydesk.com/ > >Greetings >Ales > >----- Original Message ----- >From: Windsor Match Plate and Tool Ltd. >To: >Sent: Monday, January 10, 2000 3:51 PM >Subject: M$ Exchange Server Support > > > > Does anyone out there know of an emulator, or software package to run > on a > > FreeBSD box that will allow us to use M$ Exchange Server's "Tasks". > > We are currently using M$ Outlook '97/2000 as a POP3 email client > to a > > FreeBSD box, we would like to utilize M$'s "tasks" option, but surely >don't > > want to require Windows NT Server. Any suggestions welcome. > > > > Nathan Vidican, > > Windsor Match Plate & Tool Ltd. > > unix_usr@fcmail.com/wmptl@mnsi.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 __________________________________________________ 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 Tue Jan 18 15: 8:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from news.ccil.org (news.ccil.org [192.190.237.103]) by hub.freebsd.org (Postfix) with ESMTP id 73C2114E6D for ; Tue, 18 Jan 2000 15:08:17 -0800 (PST) (envelope-from editor@news.ccil.org) Received: from editor by news.ccil.org with local-esmtp (Exim 2.05 #1 (Debian)) id 12AhoF-0004kb-00; Tue, 18 Jan 2000 18:13:11 -0500 Date: Tue, 18 Jan 2000 18:13:11 -0500 (EST) From: "LinuxExpo.Net Editor" X-Sender: editor@news.ccil.org To: Walter Brameld Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Exhibitor preview of Linux World In-Reply-To: <3883BF5A.C4D68E3F@twave.net> 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 I could be really crude and post this message from you on our website, as a reflection of your group, however I will choose to believe it is not a reflection of the entire group. After all, Eric Raymond is a friend of mine, and he helped you folks.=20 Speaking of sharp knives: Perhaps you don't know that Free BSD has a booth at the Linux World Expo in NY. We were attempting to help promote your organization, thus the letter. This was the contact we found on the website, and did seem a logical place to send a question.=20 I guess I'll take a print out of your note and show it to the folks at the booth and explain it's all we got as a response to an offer to promote your group. Kathy On Mon, 17 Jan 2000, Walter Brameld wrote: > You people aren't the sharpest knives in the drawer, are you? This is a > FreeBSD forum, we don't do linux here. >=20 > editor@linuxexpo.net wrote: >=20 > > We would like to invite you to participate in our virtual expo on > > LinuxExpo.Net. This is an opportunity for you to promote your company a= nd > > the value you add to Linux and the Linux Community. > > > > You will find your company listed along with other exhibitors at > > http://LinuxExpo.Net/LinuxWorld-NY-2000/exhibitors-NY2000.html. > > > > We are asking you and all the exhibitors to provide us with the > > following: > > > > 1. Expo preview. > > 2. How does your company add value to Linux and the Linux Community. > > > > Please either send us a copy of what you want posted or provide a URL f= or > > each of the above items. > > > > Linux Expo.Net will be writing about the events and conducting intervie= ws > > at Linux World. If a company representative will be available for a > > possible interview, we would appreciate it. > > > > Thanks, > > Kathy Miles, Senior Editor > > LinuxExpo.Net > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message >=20 > -- > Walter >=20 > in=B7tel=B7lec=B7tu=B7al (ntl-kch-l) > n. Someone who has been educated past his/her level of intelligence. >=20 >=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 Jan 18 15:18:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from messenger.co.za (mail.messenger.co.za [196.38.133.194]) by hub.freebsd.org (Postfix) with ESMTP id A711214DB1 for ; Tue, 18 Jan 2000 15:18:34 -0800 (PST) (envelope-from cataract@eye2eye.net) Received: from [155.239.133.164] (helo=eye2eye.net) by messenger.co.za with smtp (Exim 3.03 #1) id 12AhvZ-000P15-00 for freebsd-questions@FreeBSD.ORG; Wed, 19 Jan 2000 01:20:47 +0200 Received: from optic.eye2eye.net [192.168.62.150] by eye2eye.net [127.0.0.1] with SMTP (MDaemon.v2.7.SP0.R) for ; Wed, 19 Jan 100 01:14:08 +0200 Received: by OPTIC with Internet Mail Service (5.5.2448.0) id ; Wed, 19 Jan 2000 01:29:39 +0200 Message-ID: From: Michael Bartlett To: 'Scott Brim' , 'Alejandro Ramirez' Cc: "'Windsor Match Plate and Tool Ltd.'" , "'freebsd-questions@FreeBSD.ORG'" Subject: RE: M$ Exchange Server Support Date: Wed, 19 Jan 2000 01:29:36 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BF620B.E2D6EA80" X-MDaemon-Deliver-To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BF620B.E2D6EA80 Content-Type: text/plain; charset="iso-8859-1" Scott, Our office lives on Outlook, shared calendars, tasks, venue bookings etc... all NT Workstation, NT Servers blah blah blah Personlly I run two linux boxes @ home and 1 bsd box and have a linux box on my desk at the office and three BSD servers for apache/php development, and I've basically made it my life's mission to either replace Exchange Server on the Server or run an exchange server and find some unix-type Outlook client that will suit our needs, and unfortunately I've found nothing nothing nothing! Thinks like joydesk and so on are amateur products that have no polishing and your average idiot user just cant grok the interface or the useability. Thats clearly why linux hasn't got the market penetration we all want it to have, because the software still needs years of work to get to a point where Joe Bloggs and his wife can click click click and make a shared appointment for sex in evening. I've never seen GOOD office productivity tools on any unix system, ever - and until that day I reckon you and I are going to have to continue running Exchange & Outlook until either all the stupid users on the planet get nuked or until Sun and Corel get something better out there (I reckon they are the only developers who have had SERIOUS end user experience). Sorry. bad mood everyone ;) But... if you do manage to find something, give little ol me a shout! .mike -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Scott Brim Sent: Wednesday, January 19, 2000 1:03 AM To: Alejandro Ramirez Cc: Windsor Match Plate and Tool Ltd.; freebsd-questions@FreeBSD.ORG Subject: RE: M$ Exchange Server Support That's not the point (for me, anyway). Some of us need to work with people who are stuck using MS Outlook and Exchange servers, and we need to interact with them. Thanks ... Scott At 04:44 PM 1/18/00 -0600, Alejandro Ramirez wrote: >Hi, > >Try this link: > >http://www.joydesk.com/ > >Greetings >Ales > >----- Original Message ----- >From: Windsor Match Plate and Tool Ltd. >To: >Sent: Monday, January 10, 2000 3:51 PM >Subject: M$ Exchange Server Support > > > > Does anyone out there know of an emulator, or software package to run > on a > > FreeBSD box that will allow us to use M$ Exchange Server's "Tasks". > > We are currently using M$ Outlook '97/2000 as a POP3 email client > to a > > FreeBSD box, we would like to utilize M$'s "tasks" option, but surely >don't > > want to require Windows NT Server. Any suggestions welcome. > > > > Nathan Vidican, > > Windsor Match Plate & Tool Ltd. > > unix_usr@fcmail.com/wmptl@mnsi.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 __________________________________________________ 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 ------_=_NextPart_001_01BF620B.E2D6EA80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: M$ Exchange Server Support

Scott,

Our office lives on Outlook, shared calendars, tasks, = venue bookings etc... all NT Workstation, NT Servers blah blah = blah

Personlly I run two linux boxes @ home and 1 bsd box = and have a linux box on my desk at the office and three BSD servers for = apache/php development, and I've basically made it my life's mission to = either replace Exchange Server on the Server or run an exchange server = and find some unix-type Outlook client that will suit our needs, and = unfortunately I've found nothing nothing nothing! Thinks like joydesk = and so on are amateur products that have no polishing and your average = idiot user just cant grok the interface or the useability. Thats = clearly why linux hasn't got the market penetration we all want it to = have, because the software still needs years of work to get to a point = where Joe Bloggs and his wife can click click click and make a shared = appointment for sex in evening. I've never seen GOOD office = productivity tools on any unix system, ever - and until that day I = reckon you and I are going to have to continue running Exchange & = Outlook until either all the stupid users on the planet get nuked or = until Sun and Corel get something better out there (I reckon they are = the only developers who have had SERIOUS end user = experience).

Sorry. bad mood everyone ;)

But... if you do manage to find something, give = little ol me a shout!

.mike

-----Original Message-----
From: owner-freebsd-questions@FreeBSD.ORG
[mailto:owner-freebsd= -questions@FreeBSD.ORG]On Behalf Of Scott Brim
Sent: Wednesday, January 19, 2000 1:03 AM
To: Alejandro Ramirez
Cc: Windsor Match Plate and Tool Ltd.; = freebsd-questions@FreeBSD.ORG
Subject: RE: M$ Exchange Server Support


That's not the point (for me, anyway).  Some of = us need to work with
people who are stuck using MS Outlook and Exchange = servers, and we need
to interact with them.

Thanks ... Scott

At 04:44 PM 1/18/00 -0600, Alejandro Ramirez = wrote:
>Hi,
>
>Try this link:
>
>http://www.joydesk.com/
>
>Greetings
>Ales
>
>----- Original Message -----
>From: Windsor Match Plate and Tool Ltd. = <wmptl@MNSi.Net>
>To: <freebsd-questions@FreeBSD.ORG>
>Sent: Monday, January 10, 2000 3:51 PM
>Subject: M$ Exchange Server Support
>
>
> > Does anyone out there know of an emulator, = or software package to run
> on a
> > FreeBSD box that will allow us to use M$ = Exchange Server's "Tasks".
> >     We are currently = using M$ Outlook '97/2000 as a POP3 email client
> to a
> > FreeBSD box, we would like to utilize M$'s = "tasks" option, but surely
>don't
> > want to require Windows NT Server. Any = suggestions welcome.
> >
> > Nathan Vidican,
> > Windsor Match Plate & Tool Ltd.
> > unix_usr@fcmail.com/wmptl@mnsi.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


__________________________________________________
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

------_=_NextPart_001_01BF620B.E2D6EA80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 15:20:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60]) by hub.freebsd.org (Postfix) with ESMTP id 98A341524A for ; Tue, 18 Jan 2000 15:20:42 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.197]) by smtp02.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA4376; Wed, 19 Jan 2000 00:20:37 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id AAA24457; Wed, 19 Jan 2000 00:19:43 +0100 (CET) (envelope-from asmodai) Date: Wed, 19 Jan 2000 00:19:43 +0100 From: Jeroen Ruigrok/Asmodai To: hal Lynch Cc: FreeBSDQuestions Subject: Re: HELP: Hung console Message-ID: <20000119001943.Z12908@daemon.ninth-circle.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from hal@sticky.usu.edu on Tue, Jan 18, 2000 at 03:16:09PM -0700 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000119 00:00], hal Lynch (hal@sticky.usu.edu) wrote: >System: 3.0 with the bouncing daemon screen saver > >What should I do: Short of rebooting what can I do when this happens again? Go to STABLE? A lot of bugs were caught and squished. Or if you prefer the slow way, try one release at a time until you don't get this anymore. -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Speak softly and carry a big stick; you will go far... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 15:21:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60]) by hub.freebsd.org (Postfix) with ESMTP id 9833514C8F for ; Tue, 18 Jan 2000 15:21:07 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.197]) by smtp02.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAB4376; Wed, 19 Jan 2000 00:20:49 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id AAA24401; Wed, 19 Jan 2000 00:16:28 +0100 (CET) (envelope-from asmodai) Date: Wed, 19 Jan 2000 00:16:28 +0100 From: Jeroen Ruigrok/Asmodai To: David Fuchs Cc: questions@FreeBSD.org Subject: Re: NNTP & CNEWS Message-ID: <20000119001628.Y12908@daemon.ninth-circle.org> References: <002801bf615b$a389d2a0$0201a8c0@uniserve.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <002801bf615b$a389d2a0$0201a8c0@uniserve.com>; from beastie@beastie.net on Mon, Jan 17, 2000 at 06:28:00PM -0800 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Lines properly wrapped at 72 chars will increase readability] -On [20000118 04:02], David Fuchs (beastie@beastie.net) wrote: >Does anyone know where I can get some definitive information for CNEWS? >I've installed > >nntp-1.5.12.2.tgz and >cnews-cr.g.tgz > >on FreeBSD 3.2 and I've got the news server working, but everything >with CNEWS comes in a multitude of batch files. The information I'm >looking for is essentially this: One question before we start answering, why on earth are you using CNEWS? The design of CNEWS cannot cope with modern day newsfeeds, since CNEWS uses a batch method. I strongly urge you to use INN or likewise server or in case of not needing a full feed, something like leafnode(+) or suck. -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Necessity is the mother of invention... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 15:32:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37]) by hub.freebsd.org (Postfix) with ESMTP id 10A2B14BCA for ; Tue, 18 Jan 2000 15:32:24 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.197]) by smtp03.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAB7252; Wed, 19 Jan 2000 00:28:55 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id AAA24487; Wed, 19 Jan 2000 00:25:17 +0100 (CET) (envelope-from asmodai) Date: Wed, 19 Jan 2000 00:25:17 +0100 From: Jeroen Ruigrok/Asmodai To: Danny Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dnews / Dmail problem Message-ID: <20000119002517.B12908@daemon.ninth-circle.org> References: <3.0.32.20000118211508.00691dd4@idx.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3.0.32.20000118211508.00691dd4@idx.com.au>; from dannyh@idx.com.au on Tue, Jan 18, 2000 at 09:15:11PM +1100 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [strip of cc:'d persons as I see no specific reason to keep them there] -On [20000118 12:00], Danny (dannyh@idx.com.au) wrote: >I was wondering if anyone can find the dmail.tgz and dnews.tgz for a >"simple" solution to deploy dmail and dnews? You mean you need those files? have you tried: ftp://ftp.netwinsite.com/pub/netwinsite Or have you tried: cd /usr/ports/news/dnews ? -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Reality is an illusion, grimmer. The dreamlands are like masks within masks, and Time has no dominion beyond the Shroud... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 15:32:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 92C1314E55 for ; Tue, 18 Jan 2000 15:32:25 -0800 (PST) (envelope-from willwong@anime.ca) Received: from magus (HSE-Toronto-ppp89460.sympatico.ca [216.209.34.203]) by smtp13.bellglobal.com (8.8.5/8.8.5) with SMTP id SAA10602 for ; Tue, 18 Jan 2000 18:31:45 -0500 (EST) Message-ID: <004f01bf620b$cf79ede0$0300a8c0@anime.ca> From: "William Wong" To: Subject: zip drives Date: Tue, 18 Jan 2000 18:29: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.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm running FreeBSD 3.4R and I was thinking of purchasing a zip drive to back up files on my old 486. I remember when I bought the internel scsi zip it came with a cheapy looking isa zip only scsi card. Is that supported? And would that be my best bet or should I look for a parallel port version? Thanks, - Will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 15:32:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37]) by hub.freebsd.org (Postfix) with ESMTP id 9C81514EFA for ; Tue, 18 Jan 2000 15:32:27 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.197]) by smtp03.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAC7252; Wed, 19 Jan 2000 00:29:07 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id AAA24549; Wed, 19 Jan 2000 00:28:28 +0100 (CET) (envelope-from asmodai) Date: Wed, 19 Jan 2000 00:28:28 +0100 From: Jeroen Ruigrok/Asmodai To: Support Cc: questions@freebsd.org Subject: Re: user listed 2 times in a group? Message-ID: <20000119002828.D12908@daemon.ninth-circle.org> References: <00011714055100.09103@redmobile> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <00011714055100.09103@redmobile>; from rjn103s@mgr3.k12.mo.us on Mon, Jan 17, 2000 at 01:51:04PM -0600 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000118 00:02], Support (rjn103s@mgr3.k12.mo.us) wrote: >If a user gets listed twice in a group will programs like rmuser get rid of >every occurance? What else could happen or not function correctly? Not sure. Will have to test it. My guess is that it will remove both occurences, but I am not 100% sure. Nothing will go kablooie. You might get some warnings on adduser usage. Best thing is to always verify after adduser/rmuser. Safe practice, costs little time and you have a safe feeling. -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project We do not count a man's years, until he has nothing left to count... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 15:32:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37]) by hub.freebsd.org (Postfix) with ESMTP id 986DE15236 for ; Tue, 18 Jan 2000 15:32:29 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.198.197]) by smtp03.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAD7252; Wed, 19 Jan 2000 00:29:22 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id AAA24472; Wed, 19 Jan 2000 00:22:57 +0100 (CET) (envelope-from asmodai) Date: Wed, 19 Jan 2000 00:22:57 +0100 From: Jeroen Ruigrok/Asmodai To: Erik de Zeeuw Cc: Keith Wong , freebsd-questions@freebsd.org Subject: Re: abit bp6 hpt66 udma support? Message-ID: <20000119002257.A12908@daemon.ninth-circle.org> References: <3884DC48.4ADB8C5B@1connect.com> <3884E408.B10E21AA@usishealth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3884E408.B10E21AA@usishealth.com>; from erik@usishealth.com on Tue, Jan 18, 2000 at 04:07:04PM -0600 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000119 00:00], Erik de Zeeuw (erik@usishealth.com) wrote: > >It might be interesting if there's any speed enhancement using the >HighPoint. > >Anyone tested that ? Depends. You cannot run a PIO drive faster than its PIO value. =P But the HPT support in the ata driver performs incredibly well, save for some saturation problems on the PCI bus which Peter Wemm and S/oren Schmidt are investigating. But then again, that was like 5 or 6 ATA66 drives. ;) We do outperform the Linux driver, that's for sure. -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Religion... Is the opium of the people... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 15:32:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.beastie.net (cr13646-a.lngly1.bc.wave.home.com [24.113.138.52]) by hub.freebsd.org (Postfix) with ESMTP id A01F914E55 for ; Tue, 18 Jan 2000 15:32:35 -0800 (PST) (envelope-from beastie@beastie.net) Received: from [192.168.1.2] (helo=Beastie) by www.beastie.net with smtp (Exim 3.03 #1) id 12Ai2l-0008mi-00; Tue, 18 Jan 2000 15:28:11 -0800 Message-ID: <001501bf620b$fe070b20$0201a8c0@uniserve.com> From: "David Fuchs" To: "Jeroen Ruigrok/Asmodai" Cc: References: <002801bf615b$a389d2a0$0201a8c0@uniserve.com> <20000119001628.Y12908@daemon.ninth-circle.org> Subject: Re: NNTP & CNEWS Date: Tue, 18 Jan 2000 15:30:23 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 :( Oops... sorry then, I'll give INN a try. It's only been 3 days since I decided to run a news server.. so I'm still learning. Thanks a lot for your help though, it's greatly appreciated!! -David Fuchs ----- Original Message ----- From: Jeroen Ruigrok/Asmodai To: David Fuchs Cc: Sent: Tuesday, January 18, 2000 3:16 PM Subject: Re: NNTP & CNEWS > [Lines properly wrapped at 72 chars will increase readability] > > -On [20000118 04:02], David Fuchs (beastie@beastie.net) wrote: > >Does anyone know where I can get some definitive information for CNEWS? > >I've installed > > > >nntp-1.5.12.2.tgz and > >cnews-cr.g.tgz > > > >on FreeBSD 3.2 and I've got the news server working, but everything > >with CNEWS comes in a multitude of batch files. The information I'm > >looking for is essentially this: > > One question before we start answering, > > why on earth are you using CNEWS? > > The design of CNEWS cannot cope with modern day newsfeeds, since CNEWS > uses a batch method. > > I strongly urge you to use INN or likewise server or in case of not > needing a full feed, something like leafnode(+) or suck. > > -- > Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] > Documentation nutter/B-rated Coder BSD: Technical excellence at its best > The BSD Programmer's Documentation Project > Necessity is the mother of invention... > > > 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 Jan 18 15:36:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 25C8A1537C for ; Tue, 18 Jan 2000 15:36:46 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id RAA96987 for ; Tue, 18 Jan 2000 17:37:19 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <03a201bf620c$d4591240$fba3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "FreeBSD Questions" Subject: Quake Sources (Off Topic) Date: Tue, 18 Jan 2000 17:36:23 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sent: Wednesday, December 22, 1999 9:18 AM Subject: Quake source > id Software has released the sources for Quake under GPL today... > ftp://ftp.cdrom.com/pub/idgames/idstuff/source/q1source.zip Greetings Ales To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 15:41: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from node11a94.a2000.nl (node11a94.a2000.nl [24.132.26.148]) by hub.freebsd.org (Postfix) with SMTP id A72DE14BDE for ; Tue, 18 Jan 2000 15:41:02 -0800 (PST) (envelope-from ronald@node11a94.a2000.nl) Received: (qmail 8489 invoked from network); 18 Jan 2000 23:40:34 -0000 Received: from node11a94.a2000.nl (24.132.26.148) by node11a94.a2000.nl with SMTP; 18 Jan 2000 23:40:34 -0000 Date: Wed, 19 Jan 2000 00:40:33 +0100 (CET) From: Ronald Klop To: freebsd-questions@freebsd.org Subject: share swapdisk with win95 Message-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 tried the following with succes. Disk wd1 is a dos formatted disk with only my win95 swapfile on it. I used 'swapon wd1' to make it a FreeBSD swap device. This works ok. When I reboot to windows it doesn't complain and uses my wd1 as swap. The rootdirectory has a lot of illegal filenames in it, but also a valid swapfile and it looks like everything is oke. Is this going to work for always? Is it this simple to share the disk? Or wil it be better to write some valid sectors for the fat and rootdir. when I shutdown FreeBSD. If yes, does this always work, because you cannot stop FreeBSD using the swap. I hope somebody can explain these to me, Ronald. -- Ronald Klop http://node11a94.a2000.nl/~ronald/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 15:45:52 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 B5D6514CED for ; Tue, 18 Jan 2000 15:45:50 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id RAA09574; Tue, 18 Jan 2000 17:45:43 -0600 (CST) (envelope-from dan) Date: Tue, 18 Jan 2000 17:45:42 -0600 From: Dan Nelson To: Alejandro Ramirez Cc: FreeBSD Questions Subject: Re: Quake Sources (Off Topic) Message-ID: <20000118174542.A9239@dan.emsphone.com> References: <03a201bf620c$d4591240$fba3f9cf@megared.net.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <03a201bf620c$d4591240$fba3f9cf@megared.net.mx>; from "Alejandro Ramirez" on Tue Jan 18 17:36:23 GMT 2000 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jan 18), Alejandro Ramirez said: > Sent: Wednesday, December 22, 1999 9:18 AM > Subject: Quake source > > > > id Software has released the sources for Quake under GPL today... > > ftp://ftp.cdrom.com/pub/idgames/idstuff/source/q1source.zip > > Greetings > Ales We're way ahead of you. Check out ports/games/quakeforge . -- 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 Jan 18 15:50:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 396951508C for ; Tue, 18 Jan 2000 15:50:53 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id SAA05305; Tue, 18 Jan 2000 18:50:36 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Tue, 18 Jan 2000 18:50:36 -0500 (EST) From: Brett Taylor To: "LinuxExpo.Net Editor" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Exhibitor preview of Linux World 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 Kathy, On Tue, 18 Jan 2000, LinuxExpo.Net Editor wrote: > I guess I'll take a print out of your note and show it to the folks at > the booth and explain it's all we got as a response to an offer to > promote your group. The problem is you did not send the email to the developers of FreeBSD, nor Walnut Creek, the primary distributor, but to a mailing list designed to answer users' questions about FreeBSD. This list is populated by a large number of new users and a few experienced users to help the new people, but is not (primarily) populated by the core group of developers due to the low signal to noise ratio. Your email would have been better sent to freebsd-core or at least freebsd-advocacy. The -core address would have gotten you the core group of developers. At this point, I would recommend you contact Jordan Hubbard directly at jkh@freebsd.org. I'm sorry this occurred - as with anything, you don't always get represented well by users. This user is not officially associated with the FreeBSD core team and I would hope that you don't hold it against us (not that I'm any more officially associated than he was - I am however associated w/ Daemon News, a BSD ezine and have contributed work to the FreeBSD project). Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 16: 6:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by hub.freebsd.org (Postfix) with ESMTP id B09EE15090 for ; Tue, 18 Jan 2000 16:06:50 -0800 (PST) (envelope-from gmarco@scotty.masternet.it) Received: from suzy (modem15.masternet.it [194.184.65.25]) by scotty.masternet.it (8.9.3/8.9.3) with ESMTP id BAA68058; Wed, 19 Jan 2000 01:03:43 +0100 (CET) (envelope-from gmarco@scotty.masternet.it) Message-Id: <4.2.0.58.20000119010151.00b2e1e0@194.184.65.4> X-Sender: gmarco@scotty.masternet.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Wed, 19 Jan 2000 01:02:25 +0100 To: "Windsor Match Plate and Tool Ltd." From: Gianmarco Giovannelli Subject: Re: M$ Exchange Server Support Cc: questions@freebsd.org In-Reply-To: <002501bf5bb4$d3ef9d00$e8391cd0@wmptl.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 10/01/00, you wrote: >Does anyone out there know of an emulator, or software package to run on a >FreeBSD box that will allow us to use M$ Exchange Server's "Tasks". > We are currently using M$ Outlook '97/2000 as a POP3 email client to a >FreeBSD box, we would like to utilize M$'s "tasks" option, but surely don't >want to require Windows NT Server. Any suggestions welcome. You can try OpenMail: http://www.ice.hp.com/cyc/om/00/ominfo.html Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 16:20:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id F2E5E14F49 for ; Tue, 18 Jan 2000 16:20:12 -0800 (PST) (envelope-from jonc@logisticsoftware.co.nz) Received: from jonc.logisticsoftware.co.nz (jonc.logisticsoftware.co.nz [10.1.3.1]) by logisticsoftware.co.nz (8.9.3/8.9.3) with ESMTP id NAA05009; Wed, 19 Jan 2000 13:17:13 +1300 (NZDT) Received: (from jonc@localhost) by jonc.logisticsoftware.co.nz (8.9.3/8.9.3) id NAA00486; Wed, 19 Jan 2000 13:17:12 +1300 (NZDT) (envelope-from jonc) Date: Wed, 19 Jan 2000 13:17:12 +1300 From: Jonathan Chen To: William Wong Cc: freebsd-questions@FreeBSD.ORG Subject: Re: zip drives Message-ID: <20000119131712.A281@jonc.logisticsoftware.co.nz> References: <004f01bf620b$cf79ede0$0300a8c0@anime.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <004f01bf620b$cf79ede0$0300a8c0@anime.ca>; from willwong@anime.ca on Tue, Jan 18, 2000 at 06:29:04PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 18, 2000 at 06:29:04PM -0500, William Wong wrote: > Hi, > > I'm running FreeBSD 3.4R and I was thinking of purchasing a zip drive to > back up files on my old 486. > > I remember when I bought the internel scsi zip it came with a cheapy looking > isa zip only scsi card. Is that supported? And would that be my best bet > or should I look for a parallel port version? My recommendation is for the external SCSI ZIP drive. It's faster than the parallel port version, and you can still shift it from machine to machine. Addtionally, it's SCSI, which FreeBSD supports very well. Jonathan Chen ------------------------------------------------------------------------ Do not take life too seriously. You will never get out of it alive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 16:20:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from news.ccil.org (news.ccil.org [192.190.237.103]) by hub.freebsd.org (Postfix) with ESMTP id 2959B14DD3 for ; Tue, 18 Jan 2000 16:20:57 -0800 (PST) (envelope-from editor@news.ccil.org) Received: from editor by news.ccil.org with local-esmtp (Exim 2.05 #1 (Debian)) id 12Aiun-0004on-00; Tue, 18 Jan 2000 19:24:01 -0500 Date: Tue, 18 Jan 2000 19:24:01 -0500 (EST) From: "LinuxExpo.Net Editor" X-Sender: editor@news.ccil.org To: Brett Taylor Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Exhibitor preview of Linux World 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 over your website quite extensively, and nearly every page has : freebsd-questions@FreeBSD.ORG at the bottom of the page, with no reference to it being a mailing list. It might be better to make it more clear who one can use at contacts. Since then, I've dug deeper and found a "who's responsible for what" page, but there is no indication of contacts on the top pages. Thanks Kathy On Tue, 18 Jan 2000, Brett Taylor wrote: > Hi Kathy, > > On Tue, 18 Jan 2000, LinuxExpo.Net Editor wrote: > > > I guess I'll take a print out of your note and show it to the folks at > > the booth and explain it's all we got as a response to an offer to > > promote your group. > > The problem is you did not send the email to the developers of FreeBSD, > nor Walnut Creek, the primary distributor, but to a mailing list designed > to answer users' questions about FreeBSD. This list is populated by a > large number of new users and a few experienced users to help the new > people, but is not (primarily) populated by the core group of developers > due to the low signal to noise ratio. > > Your email would have been better sent to freebsd-core or at least > freebsd-advocacy. The -core address would have gotten you the core group > of developers. At this point, I would recommend you contact Jordan > Hubbard directly at jkh@freebsd.org. > > I'm sorry this occurred - as with anything, you don't always get > represented well by users. This user is not officially associated with > the FreeBSD core team and I would hope that you don't hold it against us > (not that I'm any more officially associated than he was - I am however > associated w/ Daemon News, a BSD ezine and have contributed work to the > FreeBSD project). > > Brett > ***************************************************** > Dr. Brett Taylor brett@peloton.runet.edu * > Dept of Chem and Physics * > Curie 39A (540) 831-6147 * > Dept. of Mathematics and Statistics * > Walker 234 (540) 831-5410 * > ***************************************************** > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 16:31:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 34CC014EFC for ; Tue, 18 Jan 2000 16:31:13 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp9-pa4.neomedia.it [195.103.207.201]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id BAA25574 for ; Wed, 19 Jan 2000 01:10:34 +0100 (CET) From: Salvo Bartolotta Date: Wed, 19 Jan 2000 00:12:17 GMT Message-ID: <20000119.121700@bartequi.ottodomain.org> Subject: Re: Exhibitor preview of Linux World: To: 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 1/19/00, 12:13:11 AM, "LinuxExpo.Net Editor" =20 wrote regarding Re: Exhibitor preview of Linux World: > I could be really crude and post this message from you on our website,= =20 as > a reflection of your group, however I will choose to believe it is not= =20 a > reflection of the entire group. After all, Eric Raymond is a friend of= > mine, and he helped you folks. > Speaking of sharp knives: Perhaps you don't know that Free BSD has a=20 booth > at the Linux World Expo in NY. We were attempting to help promote your= > organization, thus the letter. This was the contact we found on the > website, and did seem a logical place to send a question. > I guess I'll take a print out of your note and show it to the folks at= =20 the > booth and explain it's all we got as a response to an offer to promote= > your group. > Kathy > On Mon, 17 Jan 2000, Walter Brameld wrote: > > You people aren't the sharpest knives in the drawer, are you? This i= s=20 a > > FreeBSD forum, we don't do linux here. Sic arbiter elegantiarum locutus ...=20 Hmmm, wasn't it M$ who had an absolute mindset ? Intelligenti pauca. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 16:37:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id BB45514DDC for ; Tue, 18 Jan 2000 16:37:28 -0800 (PST) (envelope-from shawn@megadeth.org) Received: from shawn (firewall.cpl.net [192.216.87.251] (may be forged)) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id QAA35474; Tue, 18 Jan 2000 16:34:20 -0800 (PST) Message-Id: <4.2.0.58.20000118163122.01c97800@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Tue, 18 Jan 2000 16:33:47 -0800 To: Gary Jennejohn From: Shawn Ramsey Subject: Re: No buffer space? Cc: questions@FreeBSD.ORG In-Reply-To: <200001182122.WAA44880@peedub.muc.de> 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 > >>This message usually means that queued packets are not going out the > >>interface. If you ``ifconfig down'' followed by ``ifconfig up'' the > >>interface the queued packets will be discarded - easier than doing a > >>reboot. > >> > >>IMHO this indicates that you have a problem with your hardware (NIC, hub, > >>switch, what have you). Is there a way I can monitor this ? What about netstat -a? Anything in particular I should be watching for when I get the no buffer space? What does the number under Send-Q mean in the output of netstat -a? thanks.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 16:37:51 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 C827714F82 for ; Tue, 18 Jan 2000 16:37:36 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id QAA03876; Tue, 18 Jan 2000 16:57:49 -0800 (PST) Date: Tue, 18 Jan 2000 16:57:49 -0800 From: Alfred Perlstein To: Ronald Klop Cc: freebsd-questions@FreeBSD.ORG Subject: Re: share swapdisk with win95 Message-ID: <20000118165749.K8736@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from ronald@node11a94.a2000.nl on Wed, Jan 19, 2000 at 12:40:33AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Ronald Klop [000118 16:04] wrote: > Hello, > > I tried the following with succes. > > Disk wd1 is a dos formatted disk with only my win95 swapfile on it. > I used 'swapon wd1' to make it a FreeBSD swap device. This works ok. > When I reboot to windows it doesn't complain and uses my wd1 as swap. > The rootdirectory has a lot of illegal filenames in it, but also a valid > swapfile and it looks like everything is oke. > > Is this going to work for always? Is it this simple to share the disk? > Or wil it be better to write some valid sectors for the fat and rootdir. > when I shutdown FreeBSD. If yes, does this always work, because you cannot > stop FreeBSD using the swap. > > I hope somebody can explain these to me, One trick you could use was a script that mounted the msdos filesystem removed the swapfile and created a large swapfile for freebsd's use. you could then use 'vnconfig' to make it into a swap device and issue a 'swapon' command to begin swapping on it, then in windows simply add a command to delete the freebsd swapfile. i would _NOT_ recommend doing what you are currenly doing, FreeBSD will be happy, but you're corrupting the msdos FAT and if you confuse window's ideas about where parts of it's swapfile is, there's no telling what damage it can do. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 16:39:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from entoo.connect.com.au (entoo.connect.com.au [192.189.54.8]) by hub.freebsd.org (Postfix) with ESMTP id 43C2A14DB1 for ; Tue, 18 Jan 2000 16:39:06 -0800 (PST) (envelope-from duzzell@1stpenshurst-scouts.asn.au) Received: from duzzell (saints.lnk.telstra.net [139.130.197.126]) by entoo.connect.com.au (Postfix) with SMTP id B541DDD393; Wed, 19 Jan 2000 11:10:08 +1100 (EST) Message-ID: <003a01bf6211$e9138580$e1982acb@1stpenshurstscouts.asn.au> From: "David Uzzell" To: "Michael Bartlett" , "'Scott Brim'" , "'Alejandro Ramirez'" Cc: "'Windsor Match Plate and Tool Ltd.'" , References: Subject: Re: M$ Exchange Server Support Date: Wed, 19 Jan 2000 11:12:42 +1100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0037_01BF626E.1B12BA40" 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_0037_01BF626E.1B12BA40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: M$ Exchange Server SupportHas anyone looked at intrastore yet not = bad not quite but very good (free to 250 user for linux) http://intrastore.cdc.com=20 ----- Original Message -----=20 From: Michael Bartlett=20 To: 'Scott Brim' ; 'Alejandro Ramirez'=20 Cc: 'Windsor Match Plate and Tool Ltd.' ; = 'freebsd-questions@FreeBSD.ORG'=20 Sent: Wednesday, January 19, 2000 10:29 AM Subject: RE: M$ Exchange Server Support Scott,=20 Our office lives on Outlook, shared calendars, tasks, venue bookings = etc... all NT Workstation, NT Servers blah blah blah Personlly I run two linux boxes @ home and 1 bsd box and have a linux = box on my desk at the office and three BSD servers for apache/php = development, and I've basically made it my life's mission to either = replace Exchange Server on the Server or run an exchange server and find = some unix-type Outlook client that will suit our needs, and = unfortunately I've found nothing nothing nothing! Thinks like joydesk = and so on are amateur products that have no polishing and your average = idiot user just cant grok the interface or the useability. Thats clearly = why linux hasn't got the market penetration we all want it to have, = because the software still needs years of work to get to a point where = Joe Bloggs and his wife can click click click and make a shared = appointment for sex in evening. I've never seen GOOD office productivity = tools on any unix system, ever - and until that day I reckon you and I = are going to have to continue running Exchange & Outlook until either = all the stupid users on the planet get nuked or until Sun and Corel get = something better out there (I reckon they are the only developers who = have had SERIOUS end user experience). Sorry. bad mood everyone ;)=20 But... if you do manage to find something, give little ol me a shout!=20 .mike=20 -----Original Message-----=20 From: owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Scott Brim=20 Sent: Wednesday, January 19, 2000 1:03 AM=20 To: Alejandro Ramirez=20 Cc: Windsor Match Plate and Tool Ltd.; freebsd-questions@FreeBSD.ORG=20 Subject: RE: M$ Exchange Server Support=20 That's not the point (for me, anyway). Some of us need to work with=20 people who are stuck using MS Outlook and Exchange servers, and we = need=20 to interact with them.=20 Thanks ... Scott=20 At 04:44 PM 1/18/00 -0600, Alejandro Ramirez wrote:=20 >Hi,=20 >=20 >Try this link:=20 >=20 >http://www.joydesk.com/=20 >=20 >Greetings=20 >Ales=20 >=20 >----- Original Message -----=20 >From: Windsor Match Plate and Tool Ltd. =20 >To: =20 >Sent: Monday, January 10, 2000 3:51 PM=20 >Subject: M$ Exchange Server Support=20 >=20 >=20 > > Does anyone out there know of an emulator, or software package to = run=20 > on a=20 > > FreeBSD box that will allow us to use M$ Exchange Server's = "Tasks".=20 > > We are currently using M$ Outlook '97/2000 as a POP3 email = client=20 > to a=20 > > FreeBSD box, we would like to utilize M$'s "tasks" option, but = surely=20 >don't=20 > > want to require Windows NT Server. Any suggestions welcome.=20 > >=20 > > Nathan Vidican,=20 > > Windsor Match Plate & Tool Ltd.=20 > > unix_usr@fcmail.com/wmptl@mnsi.net=20 > >=20 > >=20 > >=20 > >=20 > > To Unsubscribe: send mail to majordomo@FreeBSD.org=20 > > with "unsubscribe freebsd-questions" in the body of the message=20 >=20 >=20 >=20 >=20 >To Unsubscribe: send mail to majordomo@FreeBSD.org=20 >with "unsubscribe freebsd-questions" in the body of the message=20 __________________________________________________=20 Do You Yahoo!?=20 Talk to your friends online with Yahoo! Messenger.=20 http://im.yahoo.com=20 To Unsubscribe: send mail to majordomo@FreeBSD.org=20 with "unsubscribe freebsd-questions" in the body of the message=20 ------=_NextPart_000_0037_01BF626E.1B12BA40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: M$ Exchange Server Support
Has anyone looked at intrastore yet not = bad not=20 quite but very good (free to 250 user for linux)
 
http://intrastore.cdc.com =
 
 
----- Original Message -----
From:=20 Michael=20 Bartlett
To: 'Scott Brim' ; 'Alejandro=20 Ramirez'
Cc: 'Windsor Match Plate and Tool Ltd.' ; 'freebsd-questions@FreeBSD.ORG'=
Sent: Wednesday, January 19, = 2000 10:29=20 AM
Subject: RE: M$ Exchange Server = Support

Scott,

Our office lives on Outlook, shared calendars, = tasks, venue=20 bookings etc... all NT Workstation, NT Servers blah blah = blah

Personlly I run two linux boxes @ home and 1 bsd box = and have=20 a linux box on my desk at the office and three BSD servers for = apache/php=20 development, and I've basically made it my life's mission to either = replace=20 Exchange Server on the Server or run an exchange server and find some=20 unix-type Outlook client that will suit our needs, and unfortunately = I've=20 found nothing nothing nothing! Thinks like joydesk and so on are = amateur=20 products that have no polishing and your average idiot user just cant = grok the=20 interface or the useability. Thats clearly why linux hasn't got the = market=20 penetration we all want it to have, because the software still needs = years of=20 work to get to a point where Joe Bloggs and his wife can click click = click and=20 make a shared appointment for sex in evening. I've never seen GOOD = office=20 productivity tools on any unix system, ever - and until that day I = reckon you=20 and I are going to have to continue running Exchange & Outlook = until=20 either all the stupid users on the planet get nuked or until Sun and = Corel get=20 something better out there (I reckon they are the only developers who = have had=20 SERIOUS end user experience).

Sorry. bad mood everyone ;)

But... if you do manage to find something, give = little ol me a=20 shout!

.mike

-----Original Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG
[mailto:owner-freebsd-= questions@FreeBSD.ORG]On=20 Behalf Of Scott Brim
Sent: Wednesday, = January 19, 2000=20 1:03 AM
To: Alejandro Ramirez =
Cc: Windsor Match Plate and Tool Ltd.;=20 freebsd-questions@FreeBSD.ORG

Subject: RE: = M$ Exchange=20 Server Support


That's not the point (for me, anyway).  Some of = us need=20 to work with
people who are stuck using MS = Outlook and=20 Exchange servers, and we need
to interact = with=20 them.

Thanks ... Scott

At 04:44 PM 1/18/00 -0600, Alejandro Ramirez = wrote:=20
>Hi,
> =
>Try this link:

> =
>http://www.joydesk.com/
>=20
>Greetings
>Ales=20
>
>----- Original = Message=20 -----
>From: Windsor Match Plate and Tool = Ltd.=20 <wmptl@MNSi.Net>
>To:=20 <freebsd-questions@FreeBSD.ORG>
>Sent:=20 Monday, January 10, 2000 3:51 PM
>Subject: M$=20 Exchange Server Support
> =
>
> > Does anyone out = there know of an=20 emulator, or software package to run
> on = a=20
> > FreeBSD box that will allow us to use M$ = Exchange=20 Server's "Tasks".
> = >     We=20 are currently using M$ Outlook '97/2000 as a POP3 email client=20
> to a
> = > FreeBSD=20 box, we would like to utilize M$'s "tasks" option, but surely =
>don't
> > want to require = Windows NT=20 Server. Any suggestions welcome.
> = >=20
> > Nathan Vidican,
> >=20 Windsor Match Plate & Tool Ltd.
> = >=20 unix_usr@fcmail.com/wmptl@mnsi.net
> = >=20
> >
> = >
> >
> > To Unsubscribe: = send mail=20 to majordomo@FreeBSD.org
> > with = "unsubscribe=20 freebsd-questions" in the body of the message
>
>
>=20
>
>To Unsubscribe: = send mail to=20 majordomo@FreeBSD.org
>with "unsubscribe=20 freebsd-questions" in the body of the message


__________________________________________________=20
Do You Yahoo!?
Talk to = your friends=20 online with Yahoo! Messenger.
http://im.yahoo.com=20


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

------=_NextPart_000_0037_01BF626E.1B12BA40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 16:39:49 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 03ACC14A2B for ; Tue, 18 Jan 2000 16:39:44 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip107.r17.d.bel.nwlink.com [207.202.176.107]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id QAA20774 for ; Tue, 18 Jan 2000 16:29:17 -0800 (PST) Message-ID: <3885047E.EFB6C4D7@nwlink.com> Date: Tue, 18 Jan 2000 16:25:34 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@freebsd.org Subject: Re: Which X-window to choose? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Just to be sure, do you have KDE 1.2 or so? I know 1.1 theme support > was almost useless. That's the default that came with my 3.2 CD. But > the newest version (1.2?) has integrated theme support. I guess > mandrake just forced 1.1 to work well with themes. I just built 1.1.2. I could have sworn the first time I used it I had the theme manager. I don't have it now though. Kde control center doesn't work at all, it's just an empty window. -- Best Regards, Joseph You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 16:40: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.medsp.com (medsp.com [209.203.250.120]) by hub.freebsd.org (Postfix) with ESMTP id F0BC914A2B for ; Tue, 18 Jan 2000 16:39:54 -0800 (PST) (envelope-from scott@mail.medsp.com) Received: (from scott@localhost) by mail.medsp.com (8.9.3/8.9.3) id QAA82045 for questions@freebsd.org; Tue, 18 Jan 2000 16:42:49 -0800 (PST) (envelope-from scott) Date: Tue, 18 Jan 2000 16:42:49 -0800 From: Scott Gasch To: questions@freebsd.org Subject: reuse of old passwords Message-ID: <20000118164249.A82027@www.medsp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Is it possible currently to enforce password rules like NT does when it comes to reuse of old passwords: A user is not allowed to re-use the same password or any of the previous n (=10?) old passwords. Currently when passwords must be changed in BSD it seems that passwd does not care if you reuse the same password that you had! If this is not currently supported, does anyone have suggestions about the right way to implement this? I am considering saving each user's n last encrypted passwords in a root-read-only database under /etc and testing new passwords against old in passwd. 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 Jan 18 16:59:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from extremis.demon.co.uk (extremis.demon.co.uk [194.222.242.30]) by hub.freebsd.org (Postfix) with SMTP id 8DE5414E14 for ; Tue, 18 Jan 2000 16:59:23 -0800 (PST) (envelope-from gjvc@extremis.demon.co.uk) Received: (qmail 1516 invoked by uid 1010); 19 Jan 2000 00:40:09 -0000 Date: Wed, 19 Jan 2000 00:40:09 +0000 From: George Cox To: hal Lynch Cc: FreeBSDQuestions Subject: Re: HELP: Hung console Message-ID: <20000119004009.A1487@extremis.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: ; from hal@sticky.usu.edu on Tue, Jan 18, 2000 at 03:16:09PM -0700 X-Operating-System: FreeBSD 4.0-CURRENT (i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18/01 15:16, hal Lynch wrote: > System: 3.0 with the bouncing daemon screen saver FreeBSD 3.0 was not one of the better releases. :-/ > What should I do: Short of rebooting what can I do when this happens again? The very least you should do is cvsup to 3.4-STABLE and make world. That will probably fix the problem. Why does a server machine need a screen saver anyway? gjvc -- "Readers who only want to see algorithms that are already packaged in a plug-in way, using a trendy language, should buy other people's books." -- D. E. Knuth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 17:53:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 60CDF14E55 for ; Tue, 18 Jan 2000 17:53:49 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id UAA67062 for freebsd-questions@freebsd.org; Tue, 18 Jan 2000 20:54:35 -0500 (EST) (envelope-from cjc) Date: Tue, 18 Jan 2000 20:54:35 -0500 From: "Crist J. Clark" To: freebsd-questions@freebsd.org Subject: Dell P100 Notebook Message-ID: <20000118205435.A66943@cc942873-a.ewndsr1.nj.home.com> 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 was wondering if anyone has had success (or failure) getting FreeBSD as well as XFree86 to run on a Dell P100 Notebook. The mail archives mention problems with the video chipset on many Dell notebooks, but there seem to be conflicting reports. Anyone running FreeBDS with X on this type of notebook? Note that this is a P100 and not the latest stuff Dell is cranking out. Any info is much appreciated. Thanks. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 18: 3:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhop1.nyroc.rr.com (mailhop1-0.nyroc.rr.com [24.92.226.120]) by hub.freebsd.org (Postfix) with ESMTP id AE0CF14E6D for ; Tue, 18 Jan 2000 18:03:49 -0800 (PST) (envelope-from dheller1@rochester.rr.com) Received: from mailout2.nyroc.rr.com ([24.92.226.165]) by mailhop1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Tue, 18 Jan 2000 20:56:21 -0500 Received: from rochester.rr.com ([24.24.34.106]) by mailout2.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Tue, 18 Jan 2000 20:40:44 -0500 Message-ID: <3884D095.41C3B208@rochester.rr.com> Date: Tue, 18 Jan 2000 20:44:05 +0000 From: David Heller X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: USB question References: <200001180956.KAA42670@dorifer.heim3.tu-clausthal.de> Content-Type: multipart/mixed; boundary="------------9FD502379E740915CE41FA91" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------9FD502379E740915CE41FA91 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Oliver Fromme wrote: > David Heller wrote in list.freebsd-questions: > > I reconfigured my kernel to support USB (I simply added the relevant > > lines from the LINT file in the config directory) recompiled and > > installed the kernel. However the kernel when booting does not seem to > > recognize that I have an onboard controller. > > Which version of FreeBSD are you using? (Why do people always > forget to mention this in the first place?!?) > > Is the USB controller enabled in the BIOS setup? > > Please send us your kernel config file, and `dmesg` output. > > Regards > Oliver > > -- > Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany > (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) > > "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" > (Terry Pratchett) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Please find below dmesg output and kernel config. Also note doing "usbd -d -f /dev/usb0 " gives the following output: /dev/usb0 device not configured. The file is there under /dev/usb0. Hope this helps. Thanks, Dave --------------9FD502379E740915CE41FA91 Content-Type: text/plain; charset=us-ascii; name="dmesg.cat" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg.cat" Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.3-19991005-STABLE #12: Mon Jan 17 12:06:20 GMT 2000 dheller@main.hellerkin.local:/usr/src/sys/compile/MYKERNEL Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P54C (75.17-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x525 Stepping = 5 Features=0x1bf real memory = 67108864 (65536K bytes) avail memory = 61956096 (60504K bytes) Preloaded elf kernel "kernel" at 0xc0328000. Probing for PnP devices: CSN 1 Vendor ID: CMI0001 [0x0100a90d] Serial 0x01000100 Comp ID: @@@0000 [0x00000000] Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A pcm0 not found fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 not found at 0x1f0 wdc1 not found at 0x170 ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 2 3C5x9 board(s) on ISA found at 0x350 0x340 ep0 at 0x350-0x35f irq 12 on isa ep0: utp[*UTP*] address 00:10:4b:24:c8:00 ep1 at 0x340-0x34f irq 10 on isa ep1: aui/bnc[*AUI*] address 00:a0:24:8f:0f:cd bt0 at 0x330-0x333 irq 11 on isa bt0: BT-946C FW Rev. 4.28D Narrow SCSI Host Adapter, SCSI ID 7, 100 CCBs vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface Intel Pentium detected, installing workaround for F00F bug IP packet filtering initialized, divert enabled, rule-based forwarding disabled, logging disabled Waiting 15 seconds for SCSI devices to settle changing root device to da0s1a da0 at bt0 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: 4095MB (8388315 512 byte sectors: 255H 63S/T 522C) WARNING: / was not properly dismounted --------------9FD502379E740915CE41FA91 Content-Type: text/plain; charset=us-ascii; name="MYKERNEL" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="MYKERNEL" # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # 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.143.2.22 1999/09/14 22:53:30 jkh Exp $ machine "i386" cpu "I386_CPU" cpu "I486_CPU" cpu "I586_CPU" cpu "I686_CPU" ident GENERIC maxusers 32 options "EXT2FS" options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) syscall trace support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" options USER_LDT options IPDIVERT options IPFIREWALL config kernel root on wd0 # 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 controller isa0 controller pnp0 # PnP support for ISA controller eisa0 controller pci0 # USB support # UHCI controller controller uhci0 # OHCI controller controller ohci0 # General USB code (mandatory for USB) controller usb0 # # Generic USB device driver device ugen0 # Human Interface Device (anything with buttons and dials) device uhid0 # USB keyboard device ukbd0 # USB printer device ulpt0 # USB mouse device ums0 # # debugging options for the USB subsystem # options UHCI_DEBUG options OHCI_DEBUG options USB_DEBUG options UGEN_DEBUG options UHID_DEBUG options UHUB_DEBUG options UKBD_DEBUG options ULPT_DEBUG options UMS_DEBUG # Floppy drives controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 # IDE controller and disks options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 # ATAPI devices options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM device wfd0 #IDE Floppy (e.g. LS-120) # SCSI Controllers # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. #controller ncr0 # NCR/Symbios Logic #controller ahb0 # EISA AHA1742 family #controller ahc0 # AHA2940 and onboard AIC7xxx devices #controller amd0 # AMD 53C974 (Teckram DC-390(T)) #controller isp0 # Qlogic family #controller dpt0 # DPT Smartcache - See LINT for options! #controller adv0 at isa? port ? cam irq ? #controller adw0 controller bt0 at isa? port ? cam irq ? #controller aha0 at isa? port ? cam irq ? # SCSI peripherals # Only one of each of these is needed, they are dynamically allocated. controller scbus0 # SCSI bus (required) device da0 # Direct Access (disks) device sa0 # Sequential Access (tape etc) device cd0 # CD device pass0 # Passthrough device (direct SCSI) # Proprietary or custom CD-ROM Interfaces #device wt0 at isa? port 0x300 bio irq 5 drq 1 #device mcd0 at isa? port 0x300 bio irq 10 #device matcd0 at isa? port 0x230 bio #device scd0 at isa? port 0x230 bio # atkbdc0 controls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 #device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? tty #options XSERVER # support for X server #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 isa? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at isa? disable flags 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller card0 #device pcic0 at card? #device pcic1 at card? # Serial (COM) ports device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 # Parallel port device ppc0 at isa? port? flags 0x40 net irq 7 controller ppbus0 # Parallel port bus (required) device lpt0 at ppbus? # Printer device plip0 at ppbus? # TCP/IP over parallel device ppi0 at ppbus? # Parallel port interface device #controller vpo0 at ppbus? # Requires scbus and da0 # PCI Ethernet NICs. device al0 # ADMtek AL981 (``Comet'') device ax0 # ASIX AX88140A device de0 # DEC/Intel DC21x4x (``Tulip'') device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) device mx0 # Macronix 98713/98715/98725 (``PMAC'') device pn0 # Lite-On 82c168/82c169 (``PNIC'') device rl0 # RealTek 8129/8139 device sf0 # Adaptec AIC-6915 DuraLAN (``Starfire'') device tl0 # Texas Instruments ThunderLAN device tx0 # SMC 9432TX (83c170 ``EPIC'') device vr0 # VIA Rhine, Rhine II device vx0 # 3Com 3c590, 3c595 (``Vortex'') device wb0 # Winbond W89C840F device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. #device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 device ep0 at isa? port 0x350 net irq 12 device ep1 at isa? port 0x340 net irq 10 #device fe0 at isa? port 0x300 net irq ? #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 net irq 10 drq 0 #device cs0 at isa? port 0x300 net irq ? # requires PCCARD (PCMCIA) support to be activated #device xe0 at isa? port? net irq ? # PCCARD NIC drivers. # ze and zp take over the pcic and cannot coexist with generic pccard # support, nor the ed and ep drivers they replace. #device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 # 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 1 # Packet tunnel pseudo-device pty 16 # Pseudo-ttys (telnet etc) pseudo-device gzip # Exec gzipped a.out's # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 1 #Berkeley packet filter device pcm0 at isa ? port? tty irq 5 drq 1 --------------9FD502379E740915CE41FA91-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 18: 4: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 6E36414F49 for ; Tue, 18 Jan 2000 18:03:54 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat44.x-treme.gr [212.120.197.236]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id DAA22457; Wed, 19 Jan 2000 03:58:53 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id DAA58063; Wed, 19 Jan 2000 03:35:20 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Wed, 19 Jan 2000 03:35:20 +0200 From: Giorgos Keramidas To: Scott Hess Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Detecting when your parent process dies. Message-ID: <20000119033520.D57767@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <02f701bf610a$0c5fdec0$1e80000a@avantgo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <02f701bf610a$0c5fdec0$1e80000a@avantgo.com> X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 17, 2000 at 08:43:57AM -0800, Scott Hess wrote: | | Is there any way for an rfork() process to detect if it's parent process | has died? I mean via some sort of asynchronous notification? From the manpage of kill(2) we read: The kill() function sends the signal given by sig to pid, a process or a group of processes. Sig may be one of the signals specified in sigaction(2) or it may be 0, in which case error checking is performed but no signal is actually sent. This can be used to check the validity of pid. Therefore, what you need is: int is_parent_alive (void) { return (kill(getppid(), 0) == 0); } Not sure how this works with rfork() though... I haven't had the time to test it :/ -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [??] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 18: 6:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id CB40514A09 for ; Tue, 18 Jan 2000 18:06:49 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id NAA50150; Wed, 19 Jan 2000 13:41:38 +1300 (NZDT) Message-Id: <200001190041.NAA50150@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: Roelof Osinga , "Crist J. Clark" , questions@freebsd.org Date: Wed, 19 Jan 2000 13:41:37 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: Quoted-printable Subject: Re: OpenSSH 1.2.1 refusing incoming connections Reply-To: dan@freebsddiary.org Cc: questions@freebsd.org In-reply-to: <3884E37F.54D7224B@nisser.com> X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18 Jan 00, at 23:04, Roelof Osinga wrote: > Two 3.4-STABLE's have no problem. Am in the process of configuring a > third. Both are barebone SSH installs, i.e. password driven. Problem solved. User error. The box which was failing to allow incoming ssh connection had a tcp_wrappers-7.6. This was installed when the box was on version 2.2.7 I think, and was never removed when the box was upgraded. FreeBSD after 3.2-RELEASE contains a tcp_wrapper library in the base system. My box had both libwrap.so.2 (base system) and libwrap.so.7 (tcp wrapper). Looking at ldd: # ldd sshd (on good box) sshd: libcrypto.so.1 =3D> /usr/local/lib/libcrypto.so.1 (0x28078000) libcrypt.so.2 =3D> /usr/lib/libcrypt.so.2 (0x28108000) libutil.so.2 =3D> /usr/lib/libutil.so.2 (0x2811d000) libz.so.2 =3D> /usr/lib/libz.so.2 (0x28126000) libwrap.so.2 =3D> /usr/lib/libwrap.so.2 (0x28133000) libc.so.3 =3D> /usr/lib/libc.so.3 (0x2813a000) # ldd sshd (on bad box) sshd: libcrypto.so.1 =3D> /usr/local/lib/libcrypto.so.1 (0x2807b000) libcrypt.so.2 =3D> /usr/lib/libcrypt.so.2 (0x2810b000) libutil.so.2 =3D> /usr/lib/libutil.so.2 (0x2810e000) libz.so.2 =3D> /usr/lib/libz.so.2 (0x28117000) libwrap.so.7 =3D> /usr/local/lib/libwrap.so.7 (0x28124000) libc.so.3 =3D> /usr/lib/libc.so.3 (0x2812b000) So here is a brief outline of what was happening during my ssh connection attempt: sshd asks tcp_wrappers: "how about this connection?" tcp_wrappers looks at /usr/local/etc/hosts.allow the file doesn't exist tcp_wrappers finds no rules allowing this connection tcp_wrappers replies to sshd "no way!=A0 this connection can't happen!" sshd says, "sorry, you can't connect". I had /etc/hosts.allow, as per libwrap.so.2. The solution: pkg_delete OpenSSH-1.2.1 cd /usr/ports/security/openssh make clean make make install and try again. On a side note: when installing the latest port of OpenSSH, I got this: # make install =3D=3D=3D> Installing for OpenSSH-1.2.1 Error: category ipv6 not in list of valid categories. removing ipv6 from the Categories in the Makefile fixed this. Eventually the above will be documented in better detail at: http://www.freebsddiary.org/ssh_refused.html My thanks to those that help, both here and offlist. Much appreciated. -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 18: 6:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gw-hk1.philips.com (gw-hk1.philips.com [202.130.151.66]) by hub.freebsd.org (Postfix) with ESMTP id 568B114D5F for ; Tue, 18 Jan 2000 18:06:52 -0800 (PST) (envelope-from lawrence.hy.cheung@philips.com) Received: from smtprelay-hk1.philips.com (localhost.philips.com [127.0.0.1]) by gw-hk1.philips.com with ESMTP id JAA25728 for ; Wed, 19 Jan 2000 09:46:24 +0800 (HKT) (envelope-from lawrence.hy.cheung@philips.com) From: lawrence.hy.cheung@philips.com Received: from smtprelay-asp1.philips.com(130.147.65.5) by gw-hk1.philips.com via mwrap (4.0a) id xma025726; Wed, 19 Jan 00 09:46:24 +0800 Received: from APLMS01.DIAMOND.PHILIPS.COM (aplms01sv1.diamond.philips.com [130.147.79.213]) by smtprelay-hk1.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id JAA21352 for ; Wed, 19 Jan 2000 09:46:23 +0800 (HKT) Received: by APLMS01.DIAMOND.PHILIPS.COM (Soft-Switch LMS 4.0) with snapi via APAC id 0056920004622173; Wed, 19 Jan 2000 09:46:09 +0800 To: Subject: Netscape & "libXt.so.6.0" Message-ID: <0056920004622173000002L232*@MHS> Date: Wed, 19 Jan 2000 09:46:09 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; name="MEMO 01/19/00 09:45:58" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Two days before, I installed a fresh FreeBSD 3.1-Release from offical C= D-ROM, and then cvsup it as 3.4-STABLE via my low speed 56kps line. I didn't install the old verion of XFree86 of cou= rse. I want to run XFree86 3.3.6!=20 At first I install XFree86 3.3.6 by 3.4-STABLE's sysinstall but fail. = (I discover there is only XFree86 3.3.5 package at ftp.cdrom.com/pub/Fr= eeBSD/release/i386/3.4-RELEASE). Despite to my low speed line, I cannot= help to install 3.3.6 by XFree86 binary=20 distribution method but not by FreeBSD ports method. I do not want to w= ait 2 hours to download two big src.tar.gz and then wait 1.5 hours agai= n to compile it as well as taking with the risk of failure. So I downlo= ad any X*.tar.gz I need at ftp.cdrom/com/ pub/XFree86 and install it mannually by=20 $ su - # mkdir /usr/X11R6 # cd /usr/X11R6 # sh /tmp/preinst.sh # tar zxvf /tmp/Xbin.tgz # tar zxvf .... # tar zxvf ... # sh /tmp/postinst.sh This only take 40min. to complete. After that, my XFree86 3.3.6 works with no problems until running netsc= ape 4.7 navigator. When I launch netscape, it refuse with a error messa= ge "ld.so -- cannot find libXt.so.6.0" That is ture , my system really= have not "libXt.so.6.0" . At the=20 directory /usr/X11R6/lib, I only found libXt.so.6 and it's soft link li= bXt.so. I try soft link "libXt.so.6" to "libXt.so.6.0" but not success.= Now I have no gui brower. No matter which native freebsd netscape versi= on I choose from ports, the result is the same. May you help me? I need= netscape to brower english & chinese web page in X. A freebsd lover in Hong Kong Lawrence H.Y. Cheung P.S. My system have been installed with comp22 library= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 18: 7:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from localhost.cproject.com (premium131.dnvr.uswest.net [206.196.132.131]) by hub.freebsd.org (Postfix) with SMTP id E85421520E for ; Tue, 18 Jan 2000 18:07:33 -0800 (PST) (envelope-from jhanna@cproject.com) Received: (qmail 486 invoked by uid 83); 14 Jan 2000 15:16:11 -0000 Received: from unknown (HELO dv2000.omfus.org) (10.1.1.43) by larryboy with SMTP; 14 Jan 2000 15:16:11 -0000 Message-ID: <000901bf5ea2$63ec32c0$2b01010a@omfus.org> From: "John Hanna" To: Subject: Re: DUMP causes system lockup? -- won't panic Date: Fri, 14 Jan 2000 08:10:02 -0700 Organization: Caleb Project MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, so I tried for a panic, but it still just locks up. So now what do I do? John ----- Original Message ----- From: John Hanna To: Sent: Friday, December 31, 1999 10:02 AM Subject: Re[2]: DUMP causes system lockup? > > Compile a debug kernel also including the kernel debugger. > I'll rebuild the kernel with debugging options and see if I can get more > information. > > > > Is fileaccess in the middle of a dump bad? > > > > Supposedly dump handles this reasonably well. > > > Last night in the middle of this process the system locked up. > > > > Shouldn't do that. > > That's what I thought too... Oh, well... > > John > ------------------------- > Date: 12/30/1999 > Author: Christian Weisgerber > > John Hanna wrote: > > > I run dump nightly to backup my files to a second disk, > > Let me tell you something. In the last couple of years I have twice lost > all hard disks in a system at the same time. The first > time, the power supply blew and apparently sent a spike down the 12V > output. The second time, I ran into a faulty power cable that > reversed +5V and +12V. > > Backups to another disk in the same box aren't. > > > dump -0 -a -f - / |gzip >/backup/larryboy/larryboy.root.dump.gz > > dump -0 -a -f - /usr |gzip >/backup/larryboy/larryboy.usr.dump.gz > > > > Last night in the middle of this process the system locked up. > > Shouldn't do that. > > > Is fileaccess in the middle of a dump bad? > > Supposedly dump handles this reasonably well. > > > I can't shut off all server functions for the duration of the > > dump. > > Neither do I. > > > Is there a way I can make dump more file-sharing-friendly? > > No. But this is not a dump problem. dump only *reads* from the file > system. At most dump could crash. But you are > saying the system > locked up. > > Compile a debug kernel also including the kernel debugger. See if you > can panic the machine next time this happens. Try > to narrow down, where the kernel locks up. > > -- > Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 18:19:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id E09DB14EA4 for ; Tue, 18 Jan 2000 18:19:20 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.58] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id ta056413 for ; Tue, 18 Jan 2000 21:15:38 -0500 Message-ID: <38851F0A.A341C83D@twave.net> Date: Tue, 18 Jan 2000 21:18:50 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "LinuxExpo.Net Editor" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Exhibitor preview of Linux World 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 Mea culpa - please accept my most humble apologies. I definitely spoke out of turn. "LinuxExpo.Net Editor" wrote: > > I could be really crude and post this message from you on our website, as > a reflection of your group, however I will choose to believe it is not a > reflection of the entire group. After all, Eric Raymond is a friend of > mine, and he helped you folks. > > Speaking of sharp knives: Perhaps you don't know that Free BSD has a booth > at the Linux World Expo in NY. We were attempting to help promote your > organization, thus the letter. This was the contact we found on the > website, and did seem a logical place to send a question. > > I guess I'll take a print out of your note and show it to the folks at the > booth and explain it's all we got as a response to an offer to promote > your group. > > Kathy > > On Mon, 17 Jan 2000, Walter Brameld wrote: > > > You people aren't the sharpest knives in the drawer, are you? This is a > > FreeBSD forum, we don't do linux here. > > > > editor@linuxexpo.net wrote: > > > > > We would like to invite you to participate in our virtual expo on > > > LinuxExpo.Net. This is an opportunity for you to promote your company and > > > the value you add to Linux and the Linux Community. > > > > > > You will find your company listed along with other exhibitors at > > > http://LinuxExpo.Net/LinuxWorld-NY-2000/exhibitors-NY2000.html. > > > > > > We are asking you and all the exhibitors to provide us with the > > > following: > > > > > > 1. Expo preview. > > > 2. How does your company add value to Linux and the Linux Community. > > > > > > Please either send us a copy of what you want posted or provide a URL for > > > each of the above items. > > > > > > Linux Expo.Net will be writing about the events and conducting interviews > > > at Linux World. If a company representative will be available for a > > > possible interview, we would appreciate it. > > > > > > Thanks, > > > Kathy Miles, Senior Editor > > > LinuxExpo.Net > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > > Walter > > > > in·tel·lec·tu·al (ntl-kch-l) > > n. Someone who has been educated past his/her level of intelligence. > > > > > > -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 18:38: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 2A6B914E08 for ; Tue, 18 Jan 2000 18:37:58 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.58] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id ea056788 for ; Tue, 18 Jan 2000 21:34:29 -0500 Message-ID: <38852373.9E38DACA@twave.net> Date: Tue, 18 Jan 2000 21:37:39 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Brett Taylor Cc: "LinuxExpo.Net Editor" , freebsd-questions@FreeBSD.ORG Subject: Re: Exhibitor preview of Linux World 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 To Kathy, Dr. Taylor and the public forum where I displayed my thoughtlessness, I would like to keep this from snowballing any further than it has. I certainly do not want to be responsible for any rift between a Linux organization and FreeBSD. I in no way represent any part of the FreeBSD project, and any opinion I gave was strictly my own, inappropriate as it was. You can rest assured, if there is a dullard in this group it is the one posting this message. Once again, my apologies. I can't tell you how sorry I am for upsetting you. Please do not hold my idiocy against FreeBSD. Brett Taylor wrote: > > Hi Kathy, > > On Tue, 18 Jan 2000, LinuxExpo.Net Editor wrote: > > > I guess I'll take a print out of your note and show it to the folks at > > the booth and explain it's all we got as a response to an offer to > > promote your group. > > The problem is you did not send the email to the developers of FreeBSD, > nor Walnut Creek, the primary distributor, but to a mailing list designed > to answer users' questions about FreeBSD. This list is populated by a > large number of new users and a few experienced users to help the new > people, but is not (primarily) populated by the core group of developers > due to the low signal to noise ratio. > > Your email would have been better sent to freebsd-core or at least > freebsd-advocacy. The -core address would have gotten you the core group > of developers. At this point, I would recommend you contact Jordan > Hubbard directly at jkh@freebsd.org. > > I'm sorry this occurred - as with anything, you don't always get > represented well by users. This user is not officially associated with > the FreeBSD core team and I would hope that you don't hold it against us > (not that I'm any more officially associated than he was - I am however > associated w/ Daemon News, a BSD ezine and have contributed work to the > FreeBSD project). > > Brett > ***************************************************** > Dr. Brett Taylor brett@peloton.runet.edu * > Dept of Chem and Physics * > Curie 39A (540) 831-6147 * > Dept. of Mathematics and Statistics * > Walker 234 (540) 831-5410 * > ***************************************************** > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 18:39:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 431B71527A for ; Tue, 18 Jan 2000 18:39:31 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id VAA05738; Tue, 18 Jan 2000 21:37:41 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Tue, 18 Jan 2000 21:37:41 -0500 (EST) From: Brett Taylor To: "LinuxExpo.Net Editor" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Exhibitor preview of Linux World In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, > I looked over your website quite extensively, and nearly every page > has : freebsd-questions@FreeBSD.ORG at the bottom of the page Yeah, but I believe almost all of those are links to the mailto.html page. That page isn't exactly clear though. I've sent in a diff for changing that page to point to an official contact and to clarify that the freebsd-questions email is a mailing list. I'm not sure when or if it will be changed - can only wait and see. Thanks for the reply. Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 18:40:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp7.atl.mindspring.net (smtp7.atl.mindspring.net [207.69.128.51]) by hub.freebsd.org (Postfix) with ESMTP id 7085A14A09 for ; Tue, 18 Jan 2000 18:40:28 -0800 (PST) (envelope-from stuyman@confusion.net) Received: from confusion.net (user-2ive6fq.dialup.mindspring.com [165.247.25.250]) by smtp7.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id VAA01400 for ; Tue, 18 Jan 2000 21:38:36 -0500 (EST) Message-ID: <38852374.110B1FCB@confusion.net> Date: Tue, 18 Jan 2000 21:37:40 -0500 From: Laurence Berland Organization: B.R.A.T.T. X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Finding an open port. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As some may be aware (from the post that started the rather long volatile variable thread), I am attempting to write an ftp server for a computer science project. I've gotten most of the code done, only the actual data module needs to be written (the Server-DTP for those familiar with the protocol). I'm trying to figure out the best way to find a spare port for PASV connections, and was hoping there's a slightly more elegant solution than calling bind and checking for EAADDRINUSE on errno. I'm expecting my copy of the Stevens book any day now, so hopefully that'll stop my incessant babbling on these lists... Sorry for the inconvenience, thanks for the help. -- Laurence Berland, Stuyvesant HS Debate <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. http://stuy.debate.net icq #7434346 aol imer E1101 The above email Copyright (C) 2000 Laurence Berland All rights reserved To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 18:43:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 8433514E6D for ; Tue, 18 Jan 2000 18:43:10 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.58] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id za057017 for ; Tue, 18 Jan 2000 21:41:52 -0500 Message-ID: <38852531.91215614@twave.net> Date: Tue, 18 Jan 2000 21:45:05 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: R Joseph Wright Cc: freebsd-questions@freebsd.org Subject: Re: Which X-window to choose? References: <3885047E.EFB6C4D7@nwlink.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 > > I just built 1.1.2. I could have sworn the first time I used it I had > the theme manager. I don't have it now though. Kde control center > doesn't work at all, it's just an empty window. > > > -- > Best Regards, Joseph > That's odd. You may want to try to install it again. -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 19:19:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vinyl.sentex.ca (vinyl.sentex.ca [209.112.4.14]) by hub.freebsd.org (Postfix) with ESMTP id 5429A14E14 for ; Tue, 18 Jan 2000 19:19:34 -0800 (PST) (envelope-from mike@sentex.net) Received: from granite.sentex.net (granite-atm.sentex.ca [209.112.4.1]) by vinyl.sentex.ca (8.9.3/8.9.3) with ESMTP id WAA67398; Tue, 18 Jan 2000 22:19:32 -0500 (EST) (envelope-from mike@sentex.net) Received: from ospf-mdt.sentex.net (ospf-mdt.sentex.net [205.211.164.81]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id WAA01184; Tue, 18 Jan 2000 22:19:31 -0500 (EST) From: mike@sentex.net (Mike Tancsa) To: majid@ibroadcast.net ("Majid Almassari") Cc: questions@freebsd.org Subject: Re: Adaptic Ultra2 RAID Controller. Date: Wed, 19 Jan 2000 03:18:21 GMT Message-ID: <38852c40.52483599@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 18 Jan 2000 16:53:31 -0500, in sentex.lists.freebsd.questions you wrote: >Hi there, >Does any one know if FreeBSD Release 3.4 supports the Adaptec Ultra2 = >RAID cards Model AAA-133U2. I looked through the Release Notes did not = >see it listed among the Disk Controllers. Advise and suggestions are = >appreciated. It is not supported. Most likely candidates for support are DTP, Mylex and the AMIMegaRAID. See http://www.freebsd.org/~msmith/RAID for drivers for STABLE for the Mylex and MegaRAID. Although the drivers are prelim, I have had good luck with two test boxes on a DAC960PL and an 1428MegaRAID running RAID 0,1 and 5. Note, there are no management applications yet, so you will have to boot to LINUX or DOS or to the card's BIOS to adjust/rebuild your RAID sets. ---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 Jan 18 19:22:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bomber.avantgo.com (ws1.avantgo.com [207.214.200.194]) by hub.freebsd.org (Postfix) with ESMTP id BD30714E98 for ; Tue, 18 Jan 2000 19:22:29 -0800 (PST) (envelope-from scott@avantgo.com) Received: from river ([10.0.128.30]) by bomber.avantgo.com (Netscape Messaging Server 3.5) with SMTP id 239; Tue, 18 Jan 2000 18:18:20 -0800 Message-ID: <027701bf6223$d19c44c0$1e80000a@avantgo.com> From: "Scott Hess" To: Cc: References: <02f701bf610a$0c5fdec0$1e80000a@avantgo.com> <20000119033520.D57767@hades.hell.gr> Subject: Re: Detecting when your parent process dies. Date: Tue, 18 Jan 2000 18:20:56 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Giorgos Keramidas" wrote: > On Mon, Jan 17, 2000 at 08:43:57AM -0800, Scott Hess wrote: > | Is there any way for an rfork() process to detect if it's parent process > | has died? I mean via some sort of asynchronous notification? > > From the manpage of kill(2) we read: kill( pid, 0) tells me, if I know to ask, "Is this process alive." Unfortunately, the process I want to know that is going to be in a read(), or perhaps a select(). I could arrange for it to poll for the parent process death, but that's going to be fairly inefficient. I'm looking for the thing that corrosponds to SIGCHLD for child processes. 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 Jan 18 20:20:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from midway.uchicago.edu (midway.uchicago.edu [128.135.12.12]) by hub.freebsd.org (Postfix) with ESMTP id 84D5C14EBE for ; Tue, 18 Jan 2000 20:20:09 -0800 (PST) (envelope-from charon@freethought.org) Received: from broad-208-049 (broad-208-049.rh.uchicago.edu [128.135.208.49]) by midway.uchicago.edu (8.9.3/8.9.3) with ESMTP id WAA02274 for ; Tue, 18 Jan 2000 22:20:07 -0600 (CST) From: charon@freethought.org Message-Id: <4.2.2.20000118220915.00ba1480@nsit-popmail.uchicago.edu> X-Sender: dbsypher@nsit-popmail.uchicago.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Tue, 18 Jan 2000 22:19:23 -0600 To: questions@freebsd.org Subject: problem with current.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 I've been trying to ftp the latest -current snapshot from current.freebsd.org for the past two days, but I keep getting a "! Receive error: Blocking call cancelled" message (I'm using WS_FTP LE 5.06 under WinNT). Sometimes I get this after only one "ls", but sometimes I can transfer ~20 of the 240640 byte blocks. Is something wrong with this machine? -David (I'm not on this list, so please cc:) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 20:36:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx.seanet.com (dns2.seanet.com [199.181.164.2]) by hub.freebsd.org (Postfix) with ESMTP id 526D91500D for ; Tue, 18 Jan 2000 20:36:23 -0800 (PST) (envelope-from goodleaf@pop.seanet.com) Received: from [209.245.162.198] (dialup-209.245.162.198.Seattle1.Level3.net [209.245.162.198]) by mx.seanet.com (8.9.3/Seanet-8.7.3) with ESMTP id UAA16515 for ; Tue, 18 Jan 2000 20:36:21 -0800 (PST) Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 18 Jan 2000 20:34:46 -0800 To: freebsd-questions@freebsd.org From: John Subject: laptop recommendations Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'd like to solicit advice on laptops. What is the best make/model for use with FBSD? By best I mean "cleanest most trouble-free install." Just to narrow the field a bit, I'm looking for something in the mid to low price range, something with enough juice to handle general use with X, and maybe some light development tasks. Thanks, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 20:45:12 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 A0FB01528D for ; Tue, 18 Jan 2000 20:45:10 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 12AmzV-000I8n-00; Wed, 19 Jan 2000 04:45:09 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id EAA45150 for ; Wed, 19 Jan 2000 04:45:09 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Wed, 19 Jan 2000 04:45:09 +0000 (GMT) From: Jonathon McKitrick To: freebsd-questions@freebsd.org Subject: silly netscape menu 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 know this is trivial, but it bugs me... Ever notice how when you are using the menus on netscape, sometimes the choice under the pointer is highlighted, along with pop-up sub-menus, and other times you have to click? I can't duplicate it. It seems totally inconsistent.. But as we know about computers, there is usually a good reason somewhere. Is there a way to make the menus and choices highlight automatically instead of waiting for the mouse click? -=> jm <=- "Doors to the pleasures of heaven or hell, and i didn't care which...." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 21: 4:59 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 4877314E3E; Tue, 18 Jan 2000 21:04:55 -0800 (PST) (envelope-from dtougas@brutus.converging.net) Received: (from dtougas@localhost) by brutus.converging.net (8.9.3/8.9.3) id WAA62414; Tue, 18 Jan 2000 22:09:08 -0700 (MST) (envelope-from dtougas) Date: Tue, 18 Jan 2000 22:09:08 -0700 From: D Tougas To: freebsd-questions@freebsd.org Cc: freebsd-ports@freebsd.org Subject: Why is there no stable port for The GIMP? Message-ID: <20000118220908.A62401@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 Hello, I was just curious, why is only the developer release (1.1.14) available as a port for The GIMP, and not the stable version? -- Damien Tougas Converging Technology Solutions, Inc. Phone: (780)469-1679 Fax: (780)461-5127 E-mail: dtougas@converging.net http://www.converging.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 21:19:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from biff.nerdpower.net (biff.nerdpower.net [24.108.37.222]) by hub.freebsd.org (Postfix) with SMTP id 1853D151EE for ; Tue, 18 Jan 2000 21:19:54 -0800 (PST) (envelope-from jeff@nerdpower.com) Received: (qmail 11164 invoked by alias); 19 Jan 2000 05:21:14 -0000 Received: from flanders.nerdpower.net (HELO flanders) (24.108.80.209) by biff.nerdpower.net with SMTP; 19 Jan 2000 05:21:14 -0000 From: "Jeff Lush" To: Subject: natd question Date: Tue, 18 Jan 2000 22:21:23 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I need to make natd work in an environment where IPs are distributed through DHCP. I noticed the -dynamic switch and was wondering if this will help me with DHCP? I understand this will not pick an IP from DHCP, but I would like to know if this will change the IP when the DHCP lease is renewed. Thanks for the input. Jeff Lush To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 21:23:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from proxy4.ba.best.com (proxy4.ba.best.com [206.184.139.15]) by hub.freebsd.org (Postfix) with ESMTP id B9E42150EA for ; Tue, 18 Jan 2000 21:23:51 -0800 (PST) (envelope-from dinor@best.com) Received: from dinor.vip.best.com (dinor.vip.best.com [206.86.19.26]) by proxy4.ba.best.com (8.9.3/8.9.2/best.out) with SMTP id VAA24771 for ; Tue, 18 Jan 2000 21:22:05 -0800 (PST) Message-Id: <3.0.2.32.20000118213608.006a5db0@shell14.ba.best.com> X-Sender: dinor@shell14.ba.best.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.2 (32) Date: Tue, 18 Jan 2000 21:36:08 -0800 To: freebsd-questions@FreeBSD.org From: Dino Rivera Subject: NFS autoumount on FreeBSD 3.2 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: drivera@inktomi.com on the reply. Can anyone tell me if the Automount NFS feature rungs on FreeBSD 3.2? I saw no mention of it on the F.A.Q. Problem: I'm exploring a filesystem from a Solaris 2.6 server, and trying to mount it locally on a FreeBSD 3.2 system. I know the files that I need to configure are: /etc/rc.conf /etc/fstab Any further help would be much appreciated. My book is currently on order Sincerely, Dino Rivera cc: drivera@inktomi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 21:25:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 08B2E14E3E for ; Tue, 18 Jan 2000 21:25:57 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id AAA67494; Wed, 19 Jan 2000 00:30:36 -0500 (EST) (envelope-from cjc) Date: Wed, 19 Jan 2000 00:30:36 -0500 From: "Crist J. Clark" To: Jeff Lush Cc: freebsd-questions@FreeBSD.ORG Subject: Re: natd question Message-ID: <20000119003036.C66943@cc942873-a.ewndsr1.nj.home.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jeff@nerdpower.com on Tue, Jan 18, 2000 at 10:21:23PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 18, 2000 at 10:21:23PM -0700, Jeff Lush wrote: > Hello, > > I need to make natd work in an environment where IPs are distributed through > DHCP. I noticed the -dynamic switch and was wondering if this will help me > with DHCP? I understand this will not pick an IP from DHCP, but I would like > to know if this will change the IP when the DHCP lease is renewed. natd(8) does not actually change any IPs. The -dynamic flag just makes it continue to work correctly if the IP of the interface it is working on chages. I think the natd(8) manpage is atypically lucid on this point, -dynamic If the -n or -interface option is used, natd will monitor the routing socket for alterations to the interface passed. If the interfaces IP number is changed, natd will dynamically alter its concept of the alias address. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 21:42:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 821B8150BA for ; Tue, 18 Jan 2000 21:42:40 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id AAA67541; Wed, 19 Jan 2000 00:46:13 -0500 (EST) (envelope-from cjc) Date: Wed, 19 Jan 2000 00:46:12 -0500 From: "Crist J. Clark" To: rene@xs4all.nl Cc: Greg Lehey , questions@FreeBSD.ORG Subject: Re: vinum question : automatic mounting at boot, NFS? Message-ID: <20000119004612.D66943@cc942873-a.ewndsr1.nj.home.com> References: <20000118163530.D777@mojave.worldwide.lemis.com> <6745.000118@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <6745.000118@xs4all.nl>; from rene@xs4all.nl on Tue, Jan 18, 2000 at 05:53:16PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 18, 2000 at 05:53:16PM +0100, rene@xs4all.nl wrote: > Hija Greg, > > Tuesday, January 18, 2000, 12:05:30, you seem to have written: > GL> On Monday, 17 January 2000 at 14:17:59 +0100, rene@xs4all.nl wrote: > >> Hija Olaf, > >> > >> Sunday, January 16, 2000, 23:53:48, you seem to have written: > >>> On Sun 16 Jan 2000 at 20:54:03 +0100, rene@xs4all.nl wrote: > >>> > >>> Since it looks like the only thing that you really do by hand is: > >>> > >>>> bash-2.02# mount /dev/vinum/myvol /mnt/large > >>> > >>> putting it in /etc/fstab should be enough. Something like > >>> > >>> # filesys mount point type access dump fsck > >>> # location + opts freq pass > >>> > >>> /dev/vinum/myvol /mnt/large ffs rw 1 2 > >>> > >>> should do it. Unless maybe this tries to mount it too early in the boot > >>> sequence. In that case, make it > >>> > >>> /dev/vinum/myvol /mnt/large ffs rw,noauto 1 2 > >>> > >>> so that the initial mount -a will not try to mount it yet, and put the > >>> following in /etc/rc.local: > >>> > >>> mount /mnt/large > >>> > >>> -Olaf (none of this is vinum-sprecific, by te way). > >> > >> Thanx for your reply. However, it didn't quite fix it; (after booting) > >> > >> bash-2.02# mount /mnt/large > >> mount: exec mount_ffs not found in /sbin, /usr/sbin: No such file or directory > >> > >> if I change the type field in /etc/fstab to 'ufs' instead of 'ffs', I > >> get a filesystemcheck error; /dev/vinum/rmyvol: device not configured > >> > >> this is probably coz at that time, vinum hasn't started yet. > > GL> Correct. You should set start_vinum in your rc.conf. > > messenger:/usr/home/rene # cat /etc/rc.conf > # This file now contains just the overrides from /etc/defaults/rc.conf > # please make all changes to this file. > > # -- sysinstall generated deltas -- # > gateway_enable="YES" > nfs_server_enable="YES" > network_interfaces="xl0 lo0" > ifconfig_xl0="inet 194.109.23.212 netmask 255.255.255.240" > defaultrouter="194.109.23.209" > hostname="messenger" > domainname="outerheaven.net" > inetd_enable="NO" > portmap_enable="NO" > nfs_client_enable="NO" > rpc_statd_enable="NO" > syslogd_flags="-s" > start_vinum="YES" > > > >> for completeness, the line from fstab: > >> > >> /dev/vinum/myvol /mnt/large ufs rw,noauto 1 2 > > GL> Was that a complete statement? > > I don't quite understand your question... OK, I'm really begining to get tired of this thread. Can we start over? A couple of questions and ideas: 1) What FreeBSD version are you running? 2) What does the dmesg output look like after a boot (before manually trying to run anything)? Are there any messages to the screen not making it to the dmesg? 3) What does dmesg look like after successfully starting vinum by hand? 4) The 'start_vinum' is set at the end of the rc.conf, is there a carriage return after it? Make sure there's a blank line or two to be safe (I like to peg a line with '#End' at the end of all of my scripts just to be sure). 5) Does vinum try to start before all SCSI devices (HDDs are the worry) have settled and been discovered? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 21:48:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 98A2E14F49 for ; Tue, 18 Jan 2000 21:48:21 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id AAA67561; Wed, 19 Jan 2000 00:52:29 -0500 (EST) (envelope-from cjc) Date: Wed, 19 Jan 2000 00:52:29 -0500 From: "Crist J. Clark" To: Dino Rivera Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NFS autoumount on FreeBSD 3.2 Message-ID: <20000119005229.E66943@cc942873-a.ewndsr1.nj.home.com> References: <3.0.2.32.20000118213608.006a5db0@shell14.ba.best.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3.0.2.32.20000118213608.006a5db0@shell14.ba.best.com>; from dinor@best.com on Tue, Jan 18, 2000 at 09:36:08PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 18, 2000 at 09:36:08PM -0800, Dino Rivera wrote: > > Please cc: drivera@inktomi.com on the reply. > > Can anyone tell me if the Automount NFS feature rungs on > FreeBSD 3.2? I saw no mention of it on the F.A.Q. > > Problem: I'm exploring a filesystem from a Solaris 2.6 server, > and trying to mount it locally on a FreeBSD 3.2 system. > > I know the files that I need to configure are: > /etc/rc.conf > /etc/fstab For a one time mount, you need not change any files. Just type, # mount solaris-machine:/path/to/export /path/on/FreeBSD In order to mount this automatically at boot time, rc.conf requires no modification, just a line in fstab(5), solaris-machine:/path/to/export /path/on/FreeBSD nfs 0 0 It's typically trickier setting up the exports file and NFS servers on the server machine. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 21:55: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from almazs.pacex.net (almazs.pacex.net [204.1.219.156]) by hub.freebsd.org (Postfix) with ESMTP id D33D71514F for ; Tue, 18 Jan 2000 21:54:55 -0800 (PST) (envelope-from danielb@pacex.net) Received: from localhost (danielb@localhost) by almazs.pacex.net (8.9.3/8.9.3) with ESMTP id VAA95272 for ; Tue, 18 Jan 2000 21:54:56 -0800 (PST) Date: Tue, 18 Jan 2000 21:54:56 -0800 (PST) From: daniel B To: freebsd-questions@freebsd.org Subject: Need majordomo help! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi list and all majordomo experts; I am having problem getting majordomo to send mail to a list; the only odd thing that I found was in /var/log/maillog mail is being archived and digested properly and subscribe, unsubscribe and administrative commands work OK; the only exception is the "clone" thing that I see in /var/log/maillog when message is sent to the list. in /var/log/maillog: # here a message was sent from a yahoo.com to the list; Jan 18 21:28:05 almazs sendmail[95197]: VAA95197: from=, size=576, class=0, pri=30576, nrcpts=1, msgid=<20000119052802.1754.qmail@web1605.mail .yahoo.com>, proto=SMTP, relay=web1605.mail.yahoo.com [128.11.23.205] Jan 18 21:28:05 almazs sendmail[95199]: VAA95199: clone VAA95198, owner=admin Jan 18 21:28:06 almazs sendmail[95204]: VAA95204: from=owner-mission@mail.pacex.net, size=830, class=-60, pri=168830, nrcpts=2,msgid=<20000119052802.1754.qmail @web1605.mail.yahoo.com>, relay=majordomo@localhost Jan 18 21:28:06 almazs sendmail[95204]: VAB95204: clone VAA95204, owner=owner-mission What this "clone" thing in the maillog? Why am I not seeing messages in the list? Thank you!! Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 22: 2:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tarial.albury.net.au (tarial.albury.NET.AU [203.15.244.17]) by hub.freebsd.org (Postfix) with ESMTP id ADBCF15016 for ; Tue, 18 Jan 2000 22:02:19 -0800 (PST) (envelope-from nicks@tarial.albury.net.au) Received: (from nicks@localhost) by tarial.albury.net.au (8.9.3/8.9.3) id RAA11046; Wed, 19 Jan 2000 17:01:07 +1100 (EST) (envelope-from nicks) Date: Wed, 19 Jan 2000 17:01:07 +1100 From: Nick Slager To: John Cc: freebsd-questions@FreeBSD.ORG Subject: Re: laptop recommendations Message-ID: <20000119170107.A9949@albury.net.au> Mail-Followup-To: John , 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 goodleaf@pop.seanet.com on Tue, Jan 18, 2000 at 08:34:46PM -0800 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake John (goodleaf@pop.seanet.com): > I'd like to solicit advice on laptops. What is the best make/model for use > with FBSD? By best I mean "cleanest most trouble-free install." Just to > narrow the field a bit, I'm looking for something in the mid to low price > range, something with enough juice to handle general use with X, and maybe > some light development tasks. I use a Dell Inspiron 3500 (now replaced with the 3700), which I'm very happy with. C366, 64Mb RAM, 4.8Gb HDD. Everything, including sound, is supported (I'm running 3.2-R). Reports from others using the Inspiron or Latitude range seem to indicate that the Dell's run FreeBSD quite well. 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 Jan 18 22:15: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id B5005151EE for ; Tue, 18 Jan 2000 22:15:03 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@pm3b-24.cybcon.com [205.147.75.89]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id WAA19986; Tue, 18 Jan 2000 22:14:54 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000119170107.A9949@albury.net.au> Date: Tue, 18 Jan 2000 22:13:56 -0800 (PST) From: William Woods To: Nick Slager Subject: Re: laptop recommendations Cc: freebsd-questions@FreeBSD.ORG, John Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running FreeBSD 3.4 on a IBM Thinkpad 600E. 128meg RAM, 10gig HD. Everything except internal modem and sound works fine. I use a 3com pcmcia modem and pcmcia LAN card in it. I am very happy with it. X is great at 1024x768 too :) On 19-Jan-00 Nick Slager wrote: > Thus spake John (goodleaf@pop.seanet.com): > >> I'd like to solicit advice on laptops. What is the best make/model for use >> with FBSD? By best I mean "cleanest most trouble-free install." Just to >> narrow the field a bit, I'm looking for something in the mid to low price >> range, something with enough juice to handle general use with X, and maybe >> some light development tasks. > > I use a Dell Inspiron 3500 (now replaced with the 3700), which I'm very happy > with. C366, 64Mb RAM, 4.8Gb HDD. Everything, including sound, is supported > (I'm running 3.2-R). > > Reports from others using the Inspiron or Latitude range seem to indicate > that the Dell's run FreeBSD quite well. > > > 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 ---------------------------------- E-Mail: William Woods Date: 18-Jan-00 Time: 22:12:04 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 22:34:27 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 725F714EF5 for ; Tue, 18 Jan 2000 22:34:24 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip195.r8.d.bel.nwlink.com [207.202.173.195]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id WAA09114; Tue, 18 Jan 2000 22:34:13 -0800 (PST) Message-ID: <38855A07.44BE8E1D@nwlink.com> Date: Tue, 18 Jan 2000 22:30:31 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Salvo Bartolotta , freebsd-questions@FreeBSD.org Subject: Re: Which X-window to choose? References: <3885047E.EFB6C4D7@nwlink.com> <20000119.1042600@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 Salvo Bartolotta wrote: > > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > > On 1/19/00, 1:25:34 AM, R Joseph Wright wrote > regarding Re: Which X-window to choose?: > > > > Just to be sure, do you have KDE 1.2 or so? I know 1.1 theme support > > > was almost useless. That's the default that came with my 3.2 CD. But > > > the newest version (1.2?) has integrated theme support. I guess > > > mandrake just forced 1.1 to work well with themes. > > > I just built 1.1.2. I could have sworn the first time I used it I had > > the theme manager. I don't have it now though. Kde control center > > doesn't work at all, it's just an empty window. > > > > > -- > > Best Regards, Joseph > > Dear Joseph, > > I have made (yet another) copy of my original ports tree (--> .orig) and > I am probably joining your woes ... that is I am CVSuping right now my > /usr/ports, just to see what happens with KDE. I will even compare the > metaports ;-) > > BTW, my KDE themes are just beautiful. Everything works fine in my > environment. > > However, I am stuck. I can't see why your metaport was NOT made. I'll > probably discover this in the next few days. > > I hope my "make deinstall:bsd.port.mk" has made clear *why* you are > right. > > Best regards, > Salvo I think I'll follow suit and re- CVSup my ports. I'll make a very sincere effort to make that metaport work, dammit >8-\ -- Best Regards, Joseph You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 23: 4: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from buddy.pacificcoast.net (tubby.pacificcoast.net [204.209.208.2]) by hub.freebsd.org (Postfix) with ESMTP id 6500C14FB3 for ; Tue, 18 Jan 2000 23:04:04 -0800 (PST) (envelope-from msangha@pacificcoast.net) Received: from oemcomputer (bct140-119.gen.pacificcoast.net [209.53.140.119]) by buddy.pacificcoast.net (8.9.1a/8.9.1) with SMTP id XAA04588 for ; Tue, 18 Jan 2000 23:02:58 -0800 Message-Id: <3.0.6.32.20000118230523.0079be10@mail.pacificcoast.net> X-Sender: msangha@mail.pacificcoast.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 18 Jan 2000 23:05:23 -0800 To: freebsd-questions@FreeBSD.ORG From: Manbir Sangha Subject: download Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I cant find the area on your site to download freebsd. Can you send me a link or URL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 23:12:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from field.videotron.net (field.videotron.net [205.151.222.108]) by hub.freebsd.org (Postfix) with ESMTP id ADFC6150F3 for ; Tue, 18 Jan 2000 23:12:35 -0800 (PST) (envelope-from cellule@videotron.ca) Received: from cellule.videotron.ca ([24.200.224.162]) by field.videotron.net (Sun Internet Mail Server sims.3.5.1999.12.14.10.29.p8) with SMTP id <0FOK00NL1MOT2R@field.videotron.net> for freebsd-questions@freebsd.org; Wed, 19 Jan 2000 02:12:30 -0500 (EST) Date: Wed, 19 Jan 2000 02:10:59 -0500 From: David Delisle Subject: Re: Problem with windowmanager To: Kevin Voyce Cc: freebsd-questions@freebsd.org Message-id: <001901bf624c$584ad900$a2e0c818@videotron.ca> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 5.00.2314.1300 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 References: <000f01bf616c$87a89d80$a2e0c818@videotron.ca> <38841574.ADCC3671@kvproducts.com> X-Priority: 3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: Kevin Voyce To: David Delisle Cc: Sent: Tuesday, January 18, 2000 2:25 AM Subject: Re: Problem with windowmanager > David; > I may be having a simular problem. What I see looks almost liker barcode > where text should be. I have requested help dfrom those on this list but am > still > waiting. please refer to the following -- > > I Installed the XFree86 3.3.6 software in hopes of using my ATI Rage > 128. > The previous release would not work at all for this card. > > The good news is that the server starts and initially appears to work. > However when I startx to KDE 1.1.1 or Windowmaker any windows ie. term, > netscape, config etc. contain bar code instead of text also when windows > are moved the section at the top flickers when moving over another > window. Sometimes text does show but is destroyed upon window movement. > > Note -- The XFree86 3.3.6 software and KDE 1.1.1 or Windowmaker work > fine with my old Diamond Stealth 64 VRAM (S3). > > If it looks lke your problem is like mine perhaps we can pool our resources. > > Any way the work around for me was to change Graphics Cards. > > Kevin Voyce. > Kevin: yes, we are having the same problem. I'm new to freebsd (1 week), when i used to run linux, the xserver was ok, no barcodes problem. Now i tried freebsd, and got this problem, I reinstalled the whole thing because when it's the first time I install a new OS for me, I like to reinstall it after, and i got the same problem. I tried to play in windowmaker options, but it's kinda hard when you cant read... if I install GNOME, you think I'll have the same problem? Do you think that it's happening because we have low memory? I have 32mb but my video card is SiS (4mb) so i get 28mb... David Delisle cellule@videotron.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 23:32:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from exchange.prism.co.za (exchange.prism.co.za [196.34.63.66]) by hub.freebsd.org (Postfix) with ESMTP id EBD4914D8F for ; Tue, 18 Jan 2000 23:32:31 -0800 (PST) (envelope-from alwyns@littlecruncher.prizm.dhs.org) Received: from littlecruncher.prizm.dhs.org (196.34.63.201 [196.34.63.201]) by exchange.prism.co.za with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id D12BGT2T; Wed, 19 Jan 2000 09:18:26 +0200 Received: by littlecruncher.prizm.dhs.org (Postfix, from userid 1001) id A375DCE; Wed, 19 Jan 2000 09:17:04 +0200 (SAST) Date: Wed, 19 Jan 2000 09:17:01 +0200 From: Alwyn Schoeman To: questions@freebsd.org Subject: make world and kernel compile on other OS Message-ID: <20000119091655.A58379@littlecruncher.prizm.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, This is a shot in the dark, but... is it possible to nfs mount the /usr/src path to a Linux box and do a buildworldthere? The reason I'm asking this is that I'm using a 486DX66 with 8 Mb ram for FBSD and buildworld thrashes for 4 days... Not good for my harddisk (: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jan 18 23:42:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by hub.freebsd.org (Postfix) with ESMTP id 9C66D15227 for ; Tue, 18 Jan 2000 23:42:20 -0800 (PST) (envelope-from marcs@is.co.za) Received: from hermwas.is.co.za (hermwas.is.co.za [196.23.0.8]) by mercury.is.co.za (8.9.3/8.9.3) with ESMTP id JAA17282; Wed, 19 Jan 2000 09:42:12 +0200 Received: (from marcs@localhost) by hermwas.is.co.za (8.9.3/8.9.3) id JAA03179; Wed, 19 Jan 2000 09:42:11 +0200 (SAT) Date: Wed, 19 Jan 2000 09:42:11 +0200 From: Marc Silver To: Manbir Sangha Cc: freebsd-questions@FreeBSD.ORG Subject: Re: download Message-ID: <20000119094211.T8404@is.co.za> References: <3.0.6.32.20000118230523.0079be10@mail.pacificcoast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <3.0.6.32.20000118230523.0079be10@mail.pacificcoast.net> X-Operating-System: SunOS 5.6 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey there, Try out: ftp://ftp.freebsd.org/.2/FreeBSD/releases/i386/ From there, you can choose which release you want to install. :) Cheers, Marc On Tue, Jan 18, 2000 at 11:05:23PM -0800, Manbir Sangha wrote: > I cant find the area on your site to download > freebsd. Can you send me a link or URL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 0: 1:56 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 CC72A14A25 for ; Wed, 19 Jan 2000 00:01:53 -0800 (PST) (envelope-from mj@isy.liu.se) Received: from lagrange.isy.liu.se (lagrange.isy.liu.se [130.236.49.127]) by isy.liu.se (8.9.1/8.9.1) with ESMTP id JAA20216 for ; Wed, 19 Jan 2000 09:01:52 +0100 (MET) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 19 Jan 2000 09:01:51 +0100 (CET) From: Micke Josefsson To: FreeBSD-questions@freebsd.org Subject: About CVSup Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If I cvsup with this stable-supfile: *default host=cvsup.se.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_3 *default delete use-rel-suffix src-all The actual GUI cvsup seems to go well, except I get 'various' errors when I later 'cd /usr/src; make buildworld -DNOSECURE'. Is this an indication of the downloaded code to be malfunctioning or is it a problem at my end? I'm running version 3.1 on this box and the 'cvsup and buildworld' sometimes runs OK, sometimes not. If I try long enough ie. every second day or so eventually everyting goes OK. But since I'm trying to cvsup stable, should this not always be the case? Mostly curious... /Micke PS the same scenario happened when cvsupping my 2.2.5 to 2.2.8 at home, and another 3.1 I work on. PS2. I have even tried to remove the entire /usr/src, and cvsupped everything anew, to no avail... PS3. No I haven't saved the errors, but they seem to appear at no specific place, from cvsup to cvsup. ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.1 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 0: 2:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id E7A4814DA4 for ; Wed, 19 Jan 2000 00:02:18 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 12Aq3y-0000IV-00; Wed, 19 Jan 2000 10:01:58 +0200 From: Sheldon Hearn To: Alwyn Schoeman Cc: questions@FreeBSD.ORG Subject: Re: make world and kernel compile on other OS In-reply-to: Your message of "Wed, 19 Jan 2000 09:17:01 +0200." <20000119091655.A58379@littlecruncher.prizm.dhs.org> Date: Wed, 19 Jan 2000 10:01:58 +0200 Message-ID: <1146.948268918@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jan 2000 09:17:01 +0200, Alwyn Schoeman wrote: > is it possible to nfs mount the /usr/src path to a Linux box and do a > buildworldthere? Marcel Moolenaar has been doing an enormous amount of work on getting cross-compiling going in 4.0-CURRENT. You should ask him what he thinks. :-) 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 Jan 19 0: 5:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id A38F014F16 for ; Wed, 19 Jan 2000 00:05:10 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 12Aq6s-0000K5-00; Wed, 19 Jan 2000 10:04:58 +0200 From: Sheldon Hearn To: Alwyn Schoeman Cc: questions@FreeBSD.ORG Subject: Re: make world and kernel compile on other OS In-reply-to: Your message of "Wed, 19 Jan 2000 10:01:58 +0200." <1146.948268918@axl.noc.iafrica.com> Date: Wed, 19 Jan 2000 10:04:58 +0200 Message-ID: <1244.948269098@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jan 2000 10:01:58 +0200, Sheldon Hearn wrote: > > is it possible to nfs mount the /usr/src path to a Linux box and do a > > buildworldthere? > > Marcel Moolenaar has been doing an enormous amount > of work on getting cross-compiling going in 4.0-CURRENT. I forgot to mention that if you try, I'd love to hear from you, whether it works or not. This isn't a guarantee of support, but I'll give it a bash. The only thing stopping me from doing this myself is the lack of a Linux box to play with. :-) 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 Jan 19 0:10:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id 33B7414F16; Wed, 19 Jan 2000 00:10:55 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@usr1-32.cybcon.com [205.147.75.33]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id AAA27609; Wed, 19 Jan 2000 00:11:00 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 19 Jan 2000 00:10:02 -0800 (PST) From: William Woods To: freebsd-questions@freebsd.org, freebsd-mobile@freebsd.org Subject: ppp dialup question + LAN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a laptop that uses PPP to connect to the net, but also, when connected to my LAN uses my other FreeBSD box as a gateway. in rc.conf there is an entry for defaultrouter="192.168.0.2" when I am on the LAN, what would be an easy to switch from LAN to ppp dialup without editing rc.conf commenting out the default router and rebooting ? Thanks ---------------------------------- E-Mail: William Woods Date: 19-Jan-00 Time: 00:08:04 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 0:12: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from exchange.prism.co.za (exchange.prism.co.za [196.34.63.66]) by hub.freebsd.org (Postfix) with ESMTP id 2DFB314A25 for ; Wed, 19 Jan 2000 00:11:58 -0800 (PST) (envelope-from alwyns@littlecruncher.prizm.dhs.org) Received: from littlecruncher.prizm.dhs.org (196.34.63.201 [196.34.63.201]) by exchange.prism.co.za with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id D12BGTL3; Wed, 19 Jan 2000 09:58:02 +0200 Received: by littlecruncher.prizm.dhs.org (Postfix, from userid 1001) id 9AF3CCD; Wed, 19 Jan 2000 09:57:08 +0200 (SAST) Date: Wed, 19 Jan 2000 09:57:08 +0200 From: Alwyn Schoeman To: Salvo Bartolotta Cc: freebsd-questions@FreeBSD.ORG Subject: Documentation proposal... serious Message-ID: <20000119095707.B58379@littlecruncher.prizm.dhs.org> References: <20000119.121700@bartequi.ottodomain.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000119.121700@bartequi.ottodomain.org>; from bartequi@nojunk.com on Wed, Jan 19, 2000 at 12:12:17AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Sic arbiter elegantiarum locutus ... > > Hmmm, wasn't it M$ who had an absolute mindset ? > > Intelligenti pauca. > Could we please have an online Latin course on the Freebsd website? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 0:42:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by hub.freebsd.org (Postfix) with ESMTP id 6B7F61515A for ; Wed, 19 Jan 2000 00:42:49 -0800 (PST) (envelope-from james.wilde@telia.com) Received: from ents02 (t3o73p88.telia.com [62.20.219.88]) by mailf.telia.com (8.9.3/8.9.3) with SMTP id JAA18068; Wed, 19 Jan 2000 09:42:35 +0100 (CET) Message-ID: <002b01bf6259$40b972d0$8208a8c0@iqunlimited.net> From: "James A Wilde" To: "Windsor Match Plate and Tool Ltd." , References: <002501bf5bb4$d3ef9d00$e8391cd0@wmptl.net> <011501bf6205$8f3f1da0$fba3f9cf@megared.net.mx> Subject: Re: M$ Exchange Server Support Date: Wed, 19 Jan 2000 09:43:24 +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 This topic is of interest to me, too, since we are users of Exchange Server. Not that I have any religious scruples about using Microsoft products, and in our case, the whole of the internal network is NT, protected from the outside world by FreeBSD and Sun Solaris and with certain Internet related server functions (dns, smtp) also on the UNIX battlements. However, I can see that a network based on UNIX servers would find it a little OTT to install one NT machine, with the consequent learning threshold, just for certain functionality. What's the problem with using tasks? Tasks, as far as I can see, is a client function contained in Outlook, and nothing to do with the server. I can find no reference in the Exchange Server help file or Books Online referring to tasks as a server-based function. mvh/regards James > ----- Original Message ----- > From: Windsor Match Plate and Tool Ltd. > To: > Sent: Monday, January 10, 2000 3:51 PM > Subject: M$ Exchange Server Support > > > > Does anyone out there know of an emulator, or software package to run on a > > FreeBSD box that will allow us to use M$ Exchange Server's "Tasks". > > We are currently using M$ Outlook '97/2000 as a POP3 email client to a > > FreeBSD box, we would like to utilize M$'s "tasks" option, but surely > don't > > want to require Windows NT Server. Any suggestions welcome. > > > > Nathan Vidican, > > Windsor Match Plate & Tool Ltd. > > unix_usr@fcmail.com/wmptl@mnsi.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 From owner-freebsd-questions Wed Jan 19 0:51:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kuzhmaker.tec2000.org.il (f194.ifirewall.israsrv.net.il [192.117.193.194]) by hub.freebsd.org (Postfix) with ESMTP id 10CB415278 for ; Wed, 19 Jan 2000 00:51:11 -0800 (PST) (envelope-from aeg@iname.com) Received: from lair ([192.168.1.2]) by kuzhmaker.tec2000.org.il (8.9.3/8.9.3) with SMTP id KAA20586; Wed, 19 Jan 2000 10:53:37 +0200 (IST) (envelope-from aeg@iname.com) From: "Alexandr Gribenko" To: "Jeroen Ruigrok/Asmodai" , "Oleg Votincev" Cc: Subject: russian freebsd Date: Wed, 19 Jan 2000 11:03:49 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20000118234219.O12908@daemon.ninth-circle.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 Check www.freebsd.org.ru ;o) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 1: 1:36 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 7A62E14A2E; Wed, 19 Jan 2000 01:01:30 -0800 (PST) (envelope-from kris@hiwaay.net) Received: from tnt6-216-180-4-117.dialup.HiWAAY.net (tnt6-216-180-4-117.dialup.HiWAAY.net [216.180.4.117]) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id DAA13536; Wed, 19 Jan 2000 03:01:14 -0600 (CST) Date: Wed, 19 Jan 2000 03:01:09 -0600 (CST) From: Kris Kirby To: Gregory Bond Cc: Donald Burr , FreeBSD Questions , FreeBSD Stable Subject: Re: Any chance at supporting writing to ATAPI CD-R/RW at >2X? In-Reply-To: <200001162243.JAA12170@lightning.itga.com.au> Message-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 the document is misleading. The arg 'double' seems to be to write in > the fastest speed that the drive will support. I know I write a full CD in > around 15 minutes on my (4x) HP 8100i drive after specifying "prepdisk double". This is *great*. Now I don't have to reboot to burn a CD! (I also own a 8110) -- Kris Kirby, KE4AHR | TGIFreeBSD... 'Nuff said. | ------------------------------------------------------- "God gave them the ability to reproduce... ... Science gave us the hope they won't." -KBK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 1: 2:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from oberon.dnai.com (oberon.dnai.com [207.181.194.97]) by hub.freebsd.org (Postfix) with ESMTP id 778BD14F16 for ; Wed, 19 Jan 2000 01:02:23 -0800 (PST) (envelope-from kmarx@bigshed.com) Received: from bigshed.com (dnai-216-15-97-193.cust.dnai.com [216.15.97.193]) by oberon.dnai.com (8.9.3/8.9.3) with ESMTP id BAA08881; Wed, 19 Jan 2000 01:02:20 -0800 (PST) Message-ID: <3885803C.E277D44A@bigshed.com> Date: Wed, 19 Jan 2000 01:13:32 -0800 From: Ken Marx X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Cc: Ken Marx Subject: gdb on 3.x/c++ object methods? 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'm trying to access and examine methods of c++ objects on 3.x/4.x boxes using gdb. Gdb seems unable to comply though: ----------------- (gdb) p bf.geti Cannot take address of a method (gdb) p bf.geti() Cannot resolve method buckfubble::geti to any overloaded instance ----------------- Anyone know how to get around this. Hard to debug memory corruption in an object if I can't see what this stuff points to and/or returns. Thanks in advance, k. Here's some sample code that produces the problem for me: ------------------------- [weevil] /tmp <182> cat bf.cc #include class buckfubble { public: buckfubble( ) {i = 666;} ~buckfubble( ) {} geti( ) {return i;} private: int i; }; main() { buckfubble bf; printf("i=%d\n", bf.geti()); } [weevil] /tmp <183> g++ -g3 -O0 bf.cc -o bf [weevil] /tmp <184> gdb bf GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... Dynamic symbol table reloading multiple times in one run is on. (gdb) b 20 Breakpoint 1 at 0x80486c6: file bf.cc, line 20. (gdb) r Starting program: /tmp/bf Breakpoint 1, main () at bf.cc:20 20 printf("i=%d\n", bf.geti()); (gdb) p bf.geti Cannot take address of a method (gdb) p bf.geti() Cannot resolve method buckfubble::geti to any overloaded instance -------------------------------------- -- Ken Marx, kmarx@bigshed.com We're still on the edge unless we do what we have to do and architect the vertical application package. - http://cgi.bigshed.com/~kmarx/cgi-bin/speak.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 1: 2:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pointer.raytheon.co.uk (pointer.raytheon.co.uk [193.115.14.66]) by hub.freebsd.org (Postfix) with ESMTP id 82FF914F16 for ; Wed, 19 Jan 2000 01:02:45 -0800 (PST) (envelope-from Chris.Smith@raytheon.co.uk) Received: from rslhub.raytheon.co.uk (unverified) by pointer.raytheon.co.uk (Content Technologies SMTPRS 2.0.15) with SMTP id ; Wed, 19 Jan 2000 09:07:56 +0000 Received: by rslhub.raytheon.co.uk(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 0025686B.0031982E ; Wed, 19 Jan 2000 09:01:42 +0000 X-Lotus-FromDomain: RAYTHEONUK From: Chris.Smith@raytheon.co.uk To: D Tougas Cc: freebsd-questions@freebsd.org Message-Id: <0025686B.003197D5.00@rslhub.raytheon.co.uk> Date: Wed, 19 Jan 2000 09:01:08 +0000 Subject: Re: Why is there no stable port for The GIMP? 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, The stable version isn't very good compared to the unstable branch. I use GIMP 1.1.4 (unstable) most of the time and it doesnt cause any problems. Perhaps the code is judged to be quite good? Chris Smith Raytheon Systems Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 1:20:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60]) by hub.freebsd.org (Postfix) with ESMTP id 6831F1525C for ; Wed, 19 Jan 2000 01:20:29 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.196.127]) by smtp02.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAB36F1; Wed, 19 Jan 2000 10:20:27 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id JAA26169; Wed, 19 Jan 2000 09:34:33 +0100 (CET) (envelope-from asmodai) Date: Wed, 19 Jan 2000 09:34:32 +0100 From: Jeroen Ruigrok/Asmodai To: David Fuchs Cc: questions@FreeBSD.org Subject: Re: NNTP & CNEWS Message-ID: <20000119093432.A24578@daemon.ninth-circle.org> References: <002801bf615b$a389d2a0$0201a8c0@uniserve.com> <20000119001628.Y12908@daemon.ninth-circle.org> <001501bf620b$fe070b20$0201a8c0@uniserve.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <001501bf620b$fe070b20$0201a8c0@uniserve.com>; from beastie@beastie.net on Tue, Jan 18, 2000 at 03:30:23PM -0800 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000119 04:00], David Fuchs (beastie@beastie.net) wrote: >:( Oops... sorry then, I'll give INN a try. It's only been 3 days since I >decided to run a news server.. so I'm still learning. Thanks a lot for your >help though, it's greatly appreciated!! That's ok. You just happened to be spotted by someone who's doing news administration for an ISP ;) But let me re-ask a question I asked, what are your newsserver demands? Are you a small site whom uses an upstream privuder for news to read a few groups or are you in need of a full feed (the odd 90-100 GB a day)? -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project The End has just begun... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 1:22:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 31E9315122 for ; Wed, 19 Jan 2000 01:22:27 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id KAA01178; Wed, 19 Jan 2000 10:22:24 +0100 (CET) (envelope-from olli) Date: Wed, 19 Jan 2000 10:22:24 +0100 (CET) Message-Id: <200001190922.KAA01178@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: Detecting when your parent process dies. X-Newsgroups: list.freebsd-questions In-Reply-To: <863amm$271f$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Scott Hess wrote in list.freebsd-questions: > "Giorgos Keramidas" wrote: >> On Mon, Jan 17, 2000 at 08:43:57AM -0800, Scott Hess wrote: >> | Is there any way for an rfork() process to detect if it's parent process >> | has died? I mean via some sort of asynchronous notification? >> >> From the manpage of kill(2) we read: > > kill( pid, 0) tells me, if I know to ask, "Is this process alive." > Unfortunately, the process I want to know that is going to be in a read(), > or perhaps a select(). I could arrange for it to poll for the parent > process death, but that's going to be fairly inefficient. You're right, that would be inefficient and "ugly". There is a better way: You can arrange to open a pipe() or socketpair() between the parent and the child process, and include the file descriptor in your select() FD set (the one checking for reading). When the parent process dies, the pipe or socketpair is closed, and the child's select() returns, telling you that the file descriptor is ready for reading (which indicates an EOF). Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 1:28:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from zagnut.hotpop.com (zagnut.hotpop.com [204.57.55.32]) by hub.freebsd.org (Postfix) with ESMTP id 4DEC41519D for ; Wed, 19 Jan 2000 01:28:18 -0800 (PST) (envelope-from kamidesu@hotpop.com) Received: from wingate (unknown [209.198.236.220]) by zagnut.hotpop.com (Postfix) with SMTP id 8549E639CB for ; Wed, 19 Jan 2000 04:28:12 -0500 (EST) From: m To: freebsd-questions@freebsd.org Subject: IPFW doesn't log. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.25.07 Message-Id: <20000119092812.8549E639CB@zagnut.hotpop.com> Date: Wed, 19 Jan 2000 04:28:12 -0500 (EST) X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. One of my rules is "log logamount 10 all from 127.0.0.01 to 127.0.0.01". IPFW accepted it, so the syntax's ok. But it doesn't log when I connect to 127.0.0.1. I created a file (ipfw.log) for this, and added the needed lines to syslog.conf. !ppp *.* /var/log/ipfw.log My ipfw.log file is empty. I searched for "log" in IPFW man page. My guess is that IPFW rules for logging are not enabled by default. Answers? thank you a lot. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 1:32:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.skylink.it (ns.skylink.it [194.177.113.1]) by hub.freebsd.org (Postfix) with ESMTP id 6D0FC1525C; Wed, 19 Jan 2000 01:32:38 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from kim.ispra.webweaving.org (va-136.skylink.it [194.185.55.136]) by ns.skylink.it (8.9.1/8.8.8) with ESMTP id KAA27294; Wed, 19 Jan 2000 10:32:56 +0100 Received: from webweaving.org (burly.ispra.webweaving.org [10.0.0.21]) by kim.ispra.webweaving.org (8.8.8/8.8.5) with ESMTP id JAA08102; Wed, 19 Jan 2000 09:27:00 GMT X-Passed: MX on Ispra.WebWeaving.org Wed, 19 Jan 2000 09:27:00 GMT and masked X-No-Spam: Neither the receipients nor the senders email address(s) are to be used for Unsolicited (Commercial) Email without the explicit written consent of either party; as a per-message fee is incurred for inbound and outbound traffic to the originator. Posted-Date: Wed, 19 Jan 2000 09:27:00 GMT Message-ID: <38858365.24335D52@webweaving.org> Date: Wed, 19 Jan 2000 10:27:01 +0100 From: Dirk-Willem van Gulik Reply-To: dirkx@webweaving.org Organization: WebWeaving Consultancy X-Mailer: Mozilla 4.7 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: William Woods Cc: freebsd-questions@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: ppp dialup question + LAN References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG William Woods wrote: > > I have a laptop that uses PPP to connect to the net, but also, when connected > to my LAN uses my other FreeBSD box as a gateway. in rc.conf there is > an entry for defaultrouter="192.168.0.2" when I am on the LAN, what would be an > easy to switch from LAN to ppp dialup without editing rc.conf commenting out > the default router and rebooting ? A 'neat' way is to use DHCP when you are on the lan (including letting it set the route, dns and so on) and much the same for PPP. I.e. hardly _any_ network settings in rc.conf besides YP, domainname, hostname and so on. This works for me. Dw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 1:41:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 8809F15254 for ; Wed, 19 Jan 2000 01:41:13 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id KAA01490; Wed, 19 Jan 2000 10:41:12 +0100 (CET) (envelope-from olli) Date: Wed, 19 Jan 2000 10:41:12 +0100 (CET) Message-Id: <200001190941.KAA01490@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: USB question X-Newsgroups: list.freebsd-questions In-Reply-To: <86365h$23sa$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 David Heller wrote in list.freebsd-questions: > [...] > Please find below dmesg output and kernel config. Also note doing "usbd -d > -f /dev/usb0 " gives the following output: /dev/usb0 device not configured. > The file is there under /dev/usb0. This is very strange. The kernel does not even seem to find your PCI bus, and therefore it does not try to find any devices on it (USB controllers are PCI devices). Your kernel configuration looks OK to me. (I first suspected that it was missing "controller pci", but it's there.) It is most probably a problem with your mainboard and/or its BIOS, not with FreeBSD. What kind of mainboard do you have, and what kind of BIOS does it have? Please go to the BIOS setup and check if everything is OK, in particular the configuration of the PCI bus and any PCI devices. Other than that, I have no idea what could causing these kinds of problems, I'm afraid. Your `dmesg` output looks like your mainboard does not have any PCI support at all. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 1:42:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay.ucb.crimea.ua (UCB-Async4-CRISCO.CRIS.NET [212.110.129.130]) by hub.freebsd.org (Postfix) with ESMTP id F3A9215065 for ; Wed, 19 Jan 2000 01:42:43 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id LAA77126; Wed, 19 Jan 2000 11:43:48 +0200 (EET) (envelope-from ru) Date: Wed, 19 Jan 2000 11:43:48 +0200 From: Ruslan Ermilov To: m Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IPFW doesn't log. Message-ID: <20000119114348.B70681@relay.ucb.crimea.ua> Mail-Followup-To: m , freebsd-questions@FreeBSD.ORG References: <20000119092812.8549E639CB@zagnut.hotpop.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <20000119092812.8549E639CB@zagnut.hotpop.com>; from m on Wed, Jan 19, 2000 at 04:28:12AM -0500 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jan 19, 2000 at 04:28:12AM -0500, m wrote: > > Hello. > > One of my rules is "log logamount 10 all from 127.0.0.01 to > 127.0.0.01". IPFW accepted it, so the syntax's ok. But it doesn't log > when I connect to 127.0.0.1. I created a file (ipfw.log) for this, and > added the needed lines to syslog.conf. > > !ppp > *.* /var/log/ipfw.log > > My ipfw.log file is empty. I searched for "log" in IPFW man page. My > guess is that IPFW rules for logging are not enabled by default. > > Answers? thank you a lot. > Change "!ppp" to "!ipfw" in /etc/syslog.conf ;=) -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 1:45: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (Postfix) with ESMTP id DD67814F90 for ; Wed, 19 Jan 2000 01:45:01 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.196.127]) by smtp04.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA5F82; Wed, 19 Jan 2000 10:44:59 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id KAA26272; Wed, 19 Jan 2000 10:40:40 +0100 (CET) (envelope-from asmodai) Date: Wed, 19 Jan 2000 10:40:40 +0100 From: Jeroen Ruigrok/Asmodai To: lawrence.hy.cheung@philips.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Netscape & "libXt.so.6.0" Message-ID: <20000119104040.C24578@daemon.ninth-circle.org> References: <0056920004622173000002L232*@MHS> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <0056920004622173000002L232*@MHS>; from lawrence.hy.cheung@philips.com on Wed, Jan 19, 2000 at 09:46:09AM +0800 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000119 04:01], lawrence.hy.cheung@philips.com (lawrence.hy.cheung@philips.com) wrote: >Two days before, I installed a fresh FreeBSD 3.1-Release from offical >CD-ROM, and then cvsup it as 3.4-STABLE via my low speed 56kps line. I >didn't install the old verion of XFree86 of course. I want to run >XFree86 3.3.6! > >At first I install XFree86 3.3.6 by 3.4-STABLE's sysinstall but fail. >(I discover there is only XFree86 3.3.5 package at >ftp.cdrom.com/pub/FreeBSD/release/i386/3.4-RELEASE). Which is kinda logical. >Despite to my low speed line, I cannot help to install 3.3.6 by XFree86 >binary distribution method but not by FreeBSD ports method. I do not >want to wait 2 hours to download two big src.tar.gz and then wait 1.5 >hours again to compile it as well as taking with the risk of failure. Well, it is the preferred way prior to when packages are available. And I have yet to see XFree86's make world die on me, and that's all releases in the 3.x series. >So I download any X*.tar.gz I need at ftp.cdrom/com/ pub/XFree86 and >install it mannually by [snip] >This only take 40min. to complete. > >After that, my XFree86 3.3.6 works with no problems until running >netscape 4.7 navigator. When I launch netscape, it refuse with a error >message "ld.so -- cannot find libXt.so.6.0" That is ture , my system >really have not "libXt.so.6.0" . At the directory /usr/X11R6/lib, I >only found libXt.so.6 and it's soft link libXt.so. I try soft link >"libXt.so.6" to "libXt.so.6.0" but not success. Now I have no gui >brower. No matter which native freebsd netscape version I choose from >ports, the result is the same. May you help me? I need netscape to >brower english & chinese web page in X. Well since it asks for libXt.so.6.0 I am assuming that you don't have a.out libraries installed for XFree and those are needed for Netscape. So I think you do have to wait until the package gets build by Satoshi Asami or make it from ports. -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project If we do not start at the beginning, we have no hope to arrive... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 1:52:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from righi.dhs.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (Postfix) with ESMTP id 3FC0C14DA4 for ; Wed, 19 Jan 2000 01:52:49 -0800 (PST) (envelope-from bsd@righi.dhs.org) Received: from localhost (bsd@localhost) by righi.dhs.org (8.9.3/8.9.3) with ESMTP id KAA10535 for ; Wed, 19 Jan 2000 10:55:47 +0100 (CET) (envelope-from bsd@righi.dhs.org) Date: Wed, 19 Jan 2000 10:55:47 +0100 (CET) From: FreeBSD mailing list To: questions@freebsd.org Subject: nfsd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG any one could tell me if 3.4-STABLE works fine with nfsd server enabled ? my nfsd does not work thanks Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 1:58:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pointer.raytheon.co.uk (pointer.raytheon.co.uk [193.115.14.66]) by hub.freebsd.org (Postfix) with ESMTP id 7C85B1519D for ; Wed, 19 Jan 2000 01:58:32 -0800 (PST) (envelope-from Chris.Smith@raytheon.co.uk) Received: from rslhub.raytheon.co.uk (unverified) by pointer.raytheon.co.uk (Content Technologies SMTPRS 2.0.15) with SMTP id for ; Wed, 19 Jan 2000 10:03:47 +0000 Received: by rslhub.raytheon.co.uk(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 0025686B.0036B57D ; Wed, 19 Jan 2000 09:57:34 +0000 X-Lotus-FromDomain: RAYTHEONUK From: Chris.Smith@raytheon.co.uk To: freebsd-questions@freebsd.org Message-Id: <0025686B.0036B49B.00@rslhub.raytheon.co.uk> Date: Wed, 19 Jan 2000 09:56:58 +0000 Subject: Urgentish: SPAM problem (sender: AK@255.20.136.918)? 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, After sending/receiving on this mail list, I have got the odd spam message from this obviously forged sender (hmm strange IP address - not very clever person). Has anyone else had this message and if so can they send me any headers as my mail client blows them away - crappy Lotus Notes :-( Before I get flamed - please note that I am _not_ accusing this mail list of anything and just wish to see if it is being address-harvested, and if it is stop it. I'm intending to get rid of this spammer. Chris Smith Raytheon Systems Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 2: 1: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 228B115281 for ; Wed, 19 Jan 2000 02:00:58 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id LAA02225; Wed, 19 Jan 2000 11:00:57 +0100 (CET) (envelope-from olli) Date: Wed, 19 Jan 2000 11:00:57 +0100 (CET) Message-Id: <200001191000.LAA02225@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: Finding an open port. X-Newsgroups: list.freebsd-questions In-Reply-To: <86387u$25h2$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Laurence Berland wrote in list.freebsd-questions: > As some may be aware (from the post that started the rather long > volatile variable thread), I am attempting to write an ftp server for a > computer science project. I've gotten most of the code done, only the > actual data module needs to be written (the Server-DTP for those > familiar with the protocol). I'm trying to figure out the best way to > find a spare port for PASV connections, and was hoping there's a > slightly more elegant solution than calling bind and checking for > EAADDRINUSE on errno. That's easy: If you set the port number to 0, the system will find a free one for you. Here's some code for you to experiment. It's from an FTP implementation of mine (sorry for using C++ style comments). int socke; // socket descriptor struct sockaddr_in datalisten; int llen; // size of "datalisten" // // Try to open a socket for listening to the incoming // data connection. // First get a file descriptor for a TCP socket. // if ((socke = socket(AF_INET, SOCK_STREAM, 6)) < 0) err (EX_OSERR, "socket()"); // // Bind a local address to our socket for listening. // To make this easier, we just copy the properties of // the local part of of the existing FTP command/control // connection (this is cmd->fd here). // Setting the port number to zero lets bind() choose // an appropriate port number for us. // llen = sizeof(datalisten); if (getsockname(->fd, (struct sockaddr *) &datalisten, &llen) < 0) { close (socke); err (EX_OSERR, "getsockname()"); } datalisten.sin_port = 0; // <-- !!! llen = sizeof(datalisten); if (bind(socke, (struct sockaddr *) &datalisten, llen) < 0) { close (socke); err (EX_OSERR, "bind()"); } // // Find out which port number was assigned to our // socket by bind(). // if (getsockname(socke, (struct sockaddr *) &datalisten, &llen) < 0) { close (socke); err (EX_OSERR, "getsockname()"); } // // Our portnumber is now in datalisten.sin_port. // Now call listen() etc... // > I'm expecting my copy of the Stevens book any day > now, so hopefully that'll stop my incessant babbling on these lists... That book will help you a lot. :) Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 2: 3:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from spits.calcasieu.com (mx1.calcasieu.com [209.99.46.70]) by hub.freebsd.org (Postfix) with ESMTP id 4AFA1151B1 for ; Wed, 19 Jan 2000 02:03:38 -0800 (PST) (envelope-from dread@calcasieu.com) Received: from coypu.austin.calcasieu.com (coypu [192.168.170.33]) by spits.calcasieu.com (8.9.3/8.9.3) with ESMTP id EAA00472; Wed, 19 Jan 2000 04:03:33 -0600 (CST) (envelope-from dread@calcasieu.com) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <002b01bf6259$40b972d0$8208a8c0@iqunlimited.net> Date: Wed, 19 Jan 2000 04:03:33 -0600 (CST) Organization: Calcasieu Lumber From: Don Read To: James A Wilde Subject: Re: M$ Exchange Server Support Cc: freebsd-questions@FreeBSD.ORG Cc: freebsd-questions@FreeBSD.ORG, "Windsor Match Plate and Tool Ltd." Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 19-Jan-00 James A Wilde wrote: > What's the problem with using tasks? Tasks, as far as I can see, is a > client function contained in Outlook, and nothing to do with the server. I > can find no reference in the Exchange Server help file or Books Online > referring to tasks as a server-based function. > MAPI object-ifys everything. a email is a object, an attachment is a object, a task is a object, even the login credentials is an object. The the client _and_ the server has to have knowledge of the structure of all these object classes to store and load; normally thru a common 'mapi.dll', but the boys from Redmond have been know to break it now and again. While you can manage your personal tasks with just the Outlook client, some of the more advanced group scheduling, global address lists, etc requires the MS-Mail / Exchange server /* opinion of a recovering MAPI developer; OALA,EGO */ As Microsoft's documentation on extended-MAPI is useless (I suspect they make it up as they go along), a sane programmer should cower under the desk and wimper at the thought of anything to do with it. Regards, -- Don Read dread@calcasieu.com EDP Manager dread@texas.net Calcasieu Lumber Co. Austin TX -- No Coffee No Peace. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 2:28:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.xs4all.nl (smtp1.xs4all.nl [194.109.127.48]) by hub.freebsd.org (Postfix) with ESMTP id C070115277 for ; Wed, 19 Jan 2000 02:28:17 -0800 (PST) (envelope-from rene@xs4all.nl) Received: from 10.67.192.9 (adsl-196-149.adsl.xs4all.nl [194.109.196.149]) by smtp1.xs4all.nl (8.9.3/8.9.3) with ESMTP id LAA22678; Wed, 19 Jan 2000 11:28:02 +0100 (CET) From: rene@xs4all.nl Date: Wed, 19 Jan 2000 11:32:40 +0100 X-Mailer: The Bat! (v1.38e) S/N B56A3CE9 / Personal Reply-To: rene@xs4all.nl Organization: XS4ALL Internet B.V. Nederland X-Priority: 3 (Normal) Message-ID: <9481.000119@xs4all.nl> To: "Crist J. Clark" Cc: Greg Lehey , questions@FreeBSD.ORG Subject: Re[2]: vinum question : automatic mounting at boot, NFS? In-reply-To: <20000119004612.D66943@cc942873-a.ewndsr1.nj.home.com> References: <20000119004612.D66943@cc942873-a.ewndsr1.nj.home.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 Hija Crist, Wednesday, January 19, 2000, 06:46:12, you seem to have written: CJC> On Tue, Jan 18, 2000 at 05:53:16PM +0100, rene@xs4all.nl wrote: >> Hija Greg, >> >> Tuesday, January 18, 2000, 12:05:30, you seem to have written: >> GL> On Monday, 17 January 2000 at 14:17:59 +0100, rene@xs4all.nl wrote: >> >> Hija Olaf, >> >> >> >> Sunday, January 16, 2000, 23:53:48, you seem to have written: >> >>> On Sun 16 Jan 2000 at 20:54:03 +0100, rene@xs4all.nl wrote: >> >>> >> >>> Since it looks like the only thing that you really do by hand is: >> >>> >> >>>> bash-2.02# mount /dev/vinum/myvol /mnt/large >> >>> >> >>> putting it in /etc/fstab should be enough. Something like >> >>> >> >>> # filesys mount point type access dump fsck >> >>> # location + opts freq pass >> >>> >> >>> /dev/vinum/myvol /mnt/large ffs rw 1 2 >> >>> >> >>> should do it. Unless maybe this tries to mount it too early in the boot >> >>> sequence. In that case, make it >> >>> >> >>> /dev/vinum/myvol /mnt/large ffs rw,noauto 1 2 >> >>> >> >>> so that the initial mount -a will not try to mount it yet, and put the >> >>> following in /etc/rc.local: >> >>> >> >>> mount /mnt/large >> >>> >> >>> -Olaf (none of this is vinum-sprecific, by te way). >> >> >> >> Thanx for your reply. However, it didn't quite fix it; (after booting) >> >> >> >> bash-2.02# mount /mnt/large >> >> mount: exec mount_ffs not found in /sbin, /usr/sbin: No such file or directory >> >> >> >> if I change the type field in /etc/fstab to 'ufs' instead of 'ffs', I >> >> get a filesystemcheck error; /dev/vinum/rmyvol: device not configured >> >> >> >> this is probably coz at that time, vinum hasn't started yet. >> >> GL> Correct. You should set start_vinum in your rc.conf. >> >> messenger:/usr/home/rene # cat /etc/rc.conf >> # This file now contains just the overrides from /etc/defaults/rc.conf >> # please make all changes to this file. >> >> # -- sysinstall generated deltas -- # >> gateway_enable="YES" >> nfs_server_enable="YES" >> network_interfaces="xl0 lo0" >> ifconfig_xl0="inet 194.109.23.212 netmask 255.255.255.240" >> defaultrouter="194.109.23.209" >> hostname="messenger" >> domainname="outerheaven.net" >> inetd_enable="NO" >> portmap_enable="NO" >> nfs_client_enable="NO" >> rpc_statd_enable="NO" >> syslogd_flags="-s" >> start_vinum="YES" >> >> >> >> for completeness, the line from fstab: >> >> >> >> /dev/vinum/myvol /mnt/large ufs rw,noauto 1 2 >> >> GL> Was that a complete statement? >> >> I don't quite understand your question... CJC> OK, I'm really begining to get tired of this thread. Can we start CJC> over? sure, but most of the info you requested I posted already, earlier in the thread. CJC> A couple of questions and ideas: CJC> 1) What FreeBSD version are you running? bash-2.02# uname -a FreeBSD messenger 3.2-STABLE FreeBSD 3.2-STABLE #3: Mon Dec 13 18:59:30 CET 1999 nger:/usr/src/sys/compile/MESSENGER-EXPERIMENTAL i386 CJC> 2) What does the dmesg output look like after a boot (before manually CJC> trying to run anything)? Are there any messages to the screen not CJC> making it to the dmesg? bash-2.02# dmesg Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-STABLE #3: Mon Dec 13 18:59:30 CET 1999 rene@messenger:/usr/src/sys/compile/MESSENGER-EXPERIMENTAL Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 233864315 Hz CPU: Pentium/P55C (233.86-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping=3 Features=0x8001bf real memory = 67043328 (65472K bytes) avail memory = 62291968 (60832K bytes) Preloaded elf kernel "kernel" at 0xc02c8000. Probing for devices on PCI bus 0: chip0: rev 0x04 on pci0.0.0 chip1: rev 0x04 on pci0.1.0 chip2: rev 0x00 on pci0.3.0 chip3: rev 0xc3 on pci0.7.0 ahc0: rev 0x00 int a irq 5 on pci0.10.0 ahc0: aic7880 Single Channel A, SCSI Id=7, 16/255 SCBs vga0: rev 0x01 int a irq 12 on pci0.11.0 xl0: <3Com 3c905B-TX Fast Etherlink XL> rev 0x30 int a irq 10 on pci0.12.0 xl0: Ethernet address: 00:10:5a:c0:33:b3 xl0: autoneg complete, link status good (half-duplex, 100Mbps) ide_pci0: rev 0xc1 int a irq 0 on pci0.15.0 Probing for devices on PCI bus 1: Probing for PnP devices: CSN 1 Vendor ID: TCM5095 [0x95506d50] Serial 0xaf92f149 Comp ID: @@@0000 [0x00000000] Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 not found sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 9671MB (19807200 sectors), 19650 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 9671MB (19807200 sectors), 19650 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 flags 0xa0ffa0ff on isa wdc1: unit 1 (atapi): , removable, iordy acd0: drive speed 689KB/sec, 128KB cache acd0: supported read types: CD-DA acd0: Audio: play, 128 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM unknown medium, unlocked wt0 not found at 0x300 mcd0 not found at 0x300 matcdc0 not found at 0x230 scd0 not found at 0x230 ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/7 bytes threshold lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 1 3C5x9 board(s) on ISA found at 0x300 ep0 at 0x300-0x30f irq 10 on isa ep0: utp[*UTP*] address 00:20:af:92:f1:49 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface ccd0-3: Concatenated disk drivers Waiting 5 seconds for SCSI devices to settle changing root device to da0s1a da0 at ahc0 bus 0 target 4 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da0: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C) da1 at ahc0 bus 0 target 6 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da1: 8715MB (17850000 512 byte sectors: 255H 63S/T 1111C) WARNING: / was not properly dismounted Extra Messages: yes, about /dev/vinum/rmyvol not being checkable. Get dumped in /bin/sh, to fix it myself. Exit the shell, which bypasses /etc/fstab disk-checks.mou CJC> 3) What does dmesg look like after successfully starting vinum by hand? bash-2.02# vinum start bash-2.02# dmesg Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-STABLE #3: Mon Dec 13 18:59:30 CET 1999 rene@messenger:/usr/src/sys/compile/MESSENGER-EXPERIMENTAL Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 233864315 Hz CPU: Pentium/P55C (233.86-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping=3 Features=0x8001bf real memory = 67043328 (65472K bytes) avail memory = 62291968 (60832K bytes) Preloaded elf kernel "kernel" at 0xc02c8000. Probing for devices on PCI bus 0: chip0: rev 0x04 on pci0.0.0 chip1: rev 0x04 on pci0.1.0 chip2: rev 0x00 on pci0.3. chip3: rev 0xc3 on pci0.7.0 ahc0: rev 0x00 int a irq 5 on pci0.10.0 ahc0: aic7880 Single Channel A, SCSI Id=7, 16/255 SCBs vga0: rev 0x01 int a irq 12 on pci0 xl0: <3Com 3c905B-TX Fast Etherlink XL> rev 0x30 int a irq 10 on pci0.12. xl0: Ethernet address: 00:10:5a:c0:33:b3 xl0: autoneg complete, link status good (half-duplex, 100Mbps) ide_pci0: rev 0xc1 n pci0.15.0 Probing for devices on PCI bus 1: Probing for PnP devices: CSN 1 Vendor ID: TCM5095 [0x95506d50] Serial 0xaf92f149 Comp ID: @@@0000 Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 not found sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 9671MB (19807200 sectors), 19650 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 9671MB (19807200 sectors), 19650 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 flags 0xa0ffa0ff on isa wdc1: unit 1 (atapi): , removable, iordy acd0: drive speed 689KB/sec, 128KB cache acd0: supported read types: CD-DA acd0: Audio: play, 128 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM unknown medium, unlocked wt0 not found at 0x300 mcd0 not found at 0x300 matcdc0 not found at 0x230 scd0 not found at 0x230 ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/7 bytes threshold lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 1 3C5x9 board(s) on ISA found at 0x300 ep0 at 0x300-0x30f irq 10 on isa ep0: utp[*UTP*] address 00:20:af:92:f1:49 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface ccd0-3: Concatenated disk drivers Waiting 5 seconds for SCSI devices to settle changing root device to da0s1a da0 at ahc0 bus 0 target 4 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da0: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C) da1 at ahc0 bus 0 target 6 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da1: 8715MB (17850000 512 byte sectors: 255H 63S/T 1111C) WARNING: / was not properly dismounted vinum: loaded vinum: reading configuration from /dev/wd1d vinum: updating configuration from /dev/wd0d vinum: updating configuration from /dev/da1d bash-2.02# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0s1a 31743 24385 4819 83% / procfs 4 4 0 100% /proc /dev/da0s1f 1853547 631971 1073293 37% /usr /dev/da0s1e 29751 2785 24586 10% /var bash-2.02# mount /mnt/large bash-2.02# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0s1a 31743 24385 4819 83% / procfs 4 4 0 100% /proc /dev/da0s1f 1853547 631971 1073293 37% /usr /dev/da0s1e 29751 2785 24586 10% /var /dev/vinum/myvol 27847756 1 25619935 0% /mnt/large CJC> 4) The 'start_vinum' is set at the end of the rc.conf, is there a CJC> carriage return after it? Make sure there's a blank line or two to CJC> be safe (I like to peg a line with '#End' at the end of all of my CJC> scripts just to be sure). There was. Appended your '#end' line anyway. CJC> 5) Does vinum try to start before all SCSI devices (HDDs are the CJC> worry) have settled and been discovered? Don't quite know. Could be possible. Greetings, rene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 2:47:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bamze.nu (bamze.nu [194.22.107.241]) by hub.freebsd.org (Postfix) with ESMTP id DFC8B14E26 for ; Wed, 19 Jan 2000 02:47:33 -0800 (PST) (envelope-from albin@bamze.nu) Received: from localhost (albin@localhost) by bamze.nu (8.9.3/8.9.0) with ESMTP id LAA06650 for ; Wed, 19 Jan 2000 11:43:34 +0100 Date: Wed, 19 Jan 2000 11:43:34 +0100 (CET) From: Albin Stigo To: freebsd-questions Subject: loader.conf Message-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 would like some info. about the /boot/loader.conf file. Is the q at the end needed? can I remove the file if I don't need to change any drivers? /AS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 2:57: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.209.130]) by hub.freebsd.org (Postfix) with SMTP id 951671510A for ; Wed, 19 Jan 2000 02:51:49 -0800 (PST) (envelope-from danfe@ssc.nsu.ru) Received: (qmail 9995 invoked from network); 19 Jan 2000 10:43:40 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 19 Jan 2000 10:43:40 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id QAA04187 for ; Wed, 19 Jan 2000 16:43:20 +0600 Date: Wed, 19 Jan 2000 16:43:20 +0600 (NOVT) From: "Alexey N. Dokuchaev" Cc: questions@FreeBSD.ORG Subject: options QUOTA and make clean In-Reply-To: <9481.000119@xs4all.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I have a little ? to you guys. In LINT they say, if I enable this option, I have to make clean. So far, the steps are: make depend && make && make install Seems that if I compile the kernel the fist time, make clean is irrelevant. Is this true? Anyways, how should my make-sequence considering make clean? Please reply asap, I want to recompile my kerkel tonight ;-) ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 3:19:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60]) by hub.freebsd.org (Postfix) with ESMTP id 0BF62151F8 for ; Wed, 19 Jan 2000 03:19:18 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.196.127]) by smtp02.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAB1AD1 for ; Wed, 19 Jan 2000 12:19:12 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id MAA26987 for questions@freebsd.org; Wed, 19 Jan 2000 12:18:59 +0100 (CET) (envelope-from asmodai) Date: Wed, 19 Jan 2000 12:18:59 +0100 From: Jeroen Ruigrok/Asmodai To: questions@freebsd.org Subject: Usage guidelines for freebsd-questions Message-ID: <20000119121858.E24578@daemon.ninth-circle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [This is a list I compiled which hopefully will get freebsd-questions to a better signal to noise ratio, opinions herein are entirely mine, but I guess most people would do good to read it andthink about it for a sec. Comments are, as always, appreciated.] - Have you bothered to check the Handbook and FAQ or the archives to see if we didn't answer your question already? And if this never made the FAQ or Handbook, why haven't you mailed freebsd-doc@freebsd.org about this with what should be added? - Have you tried ``man '' or ``apropos '' and see if there is a manpage about what you seek? - Use proper netiquette, this means snipping/removing irrelevant parts of the mail you are replying to, not only will the text be more correlated, but it will also save annoyance and bandwidth. - Use dots, commas, capitals and parapgraphs in your mail, not only does it look better and more readable, people might actually read and reply to your mail. - Please use english only on this list, for people unsure about their english, feel free to try your best at english, I am sure we get to what you want to know sooner or later, or check http://www.freebsd.org/support.html#mailing-list to see if your favorite language has its own mailinglist. - People struggling with english will not be flamed for their trying to use english. You weren't that great at first too when you learned for the first time. - Take flaming to private mail. - Politely explain majordomo to people who send their majordomo messages to the list and don't include the list on reply. - When reporting problems, have you considered that: - /var/log/messages exist for first help in troubleshooting? - uname -a a valuable tool is for people trying to help. - people are not psychic, hence dmesg, pnpinfo, pciconf, tcpdump or other diagnostic tools output are necessary. - including the actual error message might help people diagnose your problem? - specifying the version of the programs involved also helps troubleshooting? - the steps you used to come across the problem are necessary to reproduce the error. - mailing the list with your results will benefit other people struggling with the same problem and might help our documentation team to appropriately update the handbook and FAQ. - ``me too's'' are accepted when they get substantiated with your local information and results. - Try to trim cc: lists. - Do not crosspost unless you're sure. - FreeBSD doesn't evolve around you, it evolves around the community. - When asking comparisons between FreeBSD and OS X, Y or Z, please search the mailinglist archives at http://www.freebsd.org/search/search.html#mailinglists for them. Advocacy and Questions will yield too many hits for you to even consider asking this question again on the mailinglist(s). -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Ain't gonna spend the rest of my Life, quietly fading away... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 3:58:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from goblin.apana.org.au (goblin.apana.org.au [203.3.126.3]) by hub.freebsd.org (Postfix) with ESMTP id C237F1524B for ; Wed, 19 Jan 2000 03:58:27 -0800 (PST) (envelope-from dougy@gargoyle.apana.org.au) Received: (from uucp@localhost) by goblin.apana.org.au (8.8.8/8.8.8) id VAA13986 for ; Wed, 19 Jan 2000 21:58:21 +1000 (EST) (envelope-from dougy@gargoyle.apana.org.au) Received: from oracle.apana.org.au(203.3.126.130), claiming to be "ORACLE" via SMTP by goblin.apana.org.au, id smtpdS13984; Wed Jan 19 21:58:13 2000 Message-ID: <02ed01bf6274$fb614ed0$827e03cb@ORACLE> From: "Doug Young" To: Subject: ppp.log messages Date: Wed, 19 Jan 2000 22:01:53 +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 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 Would someone please try to shed some light on a couple of ppp issues The following is part of the ppp.log from a gateway box thats been in a location which has experienced a bunch of electricity supply problems lately and maybe hasn't helped not having a UPS. The box is an "oldie but a goodie" Unisys 386 with 16Mb RAM / 120Mb hard drive / FreeBSD 3.2 (so not a lot of spare room) Firstly ..... WTF does "clearing choked output queue" imply, and how to fix it ?? Secondly ...... What does "HDLC errors" means ?? +++++++++++++++++++++++++++++++++++++++++++++++++ Jan 18 02:50:37 pash ppp[204]: Phase: deflink: Carrier lost Jan 18 02:50:37 pash ppp[204]: Phase: deflink: open -> lcp Jan 18 02:50:37 pash ppp[204]: Phase: bundle: Terminate Jan 18 02:50:37 pash ppp[204]: Phase: deflink: Disconnected! Jan 18 02:50:37 pash ppp[204]: Phase: deflink: lcp -> hangup Jan 18 02:50:37 pash ppp[204]: Phase: deflink: Connect time: 16236 secs: 5997253 octets in, 495610 octets out Jan 18 02:50:37 pash ppp[204]: Phase: total 399 bytes/sec, peak 4304 bytes/sec on Tue Jan 18 02:50:37 2000 Jan 18 02:50:37 pash ppp[204]: Phase: deflink: hangup -> opening Jan 18 02:50:37 pash ppp[204]: Phase: deflink: Enter pause (3) for redialing. Jan 18 02:50:40 pash ppp[204]: Phase: deflink: Redial timer expired. Jan 18 02:50:40 pash ppp[204]: Phase: deflink: Connected! Jan 18 02:50:40 pash ppp[204]: Phase: deflink: opening -> dial Jan 18 02:50:40 pash ppp[204]: Phase: Phone: XXXX XXXX Jan 18 02:50:46 pash ppp[204]: Warning: Chat script failed Jan 18 02:50:46 pash ppp[204]: Phase: deflink: dial -> hangup Jan 18 02:50:46 pash ppp[204]: Phase: deflink: Disconnected! Jan 18 02:50:46 pash ppp[204]: Phase: deflink: Connect time: 6 secs: 0 octets in, 0 octets out Jan 18 02:50:46 pash ppp[204]: Phase: total 0 bytes/sec, peak 0 bytes/sec on Tue Jan 18 02:50:46 2000 Jan 18 02:50:46 pash ppp[204]: Phase: deflink: hangup -> opening Jan 18 02:50:46 pash ppp[204]: Phase: deflink: Enter pause (30) for redialing. Jan 18 02:51:16 pash ppp[204]: Phase: deflink: Redial timer expired. Jan 18 02:51:16 pash ppp[204]: Phase: deflink: Connected! Jan 18 02:51:16 pash ppp[204]: Phase: deflink: opening -> dial Jan 18 02:51:16 pash ppp[204]: Phase: Phone: XXXX XXXX Jan 18 02:51:22 pash ppp[204]: Warning: Chat script failed Jan 18 02:51:22 pash ppp[204]: Phase: deflink: dial -> hangup Jan 18 02:51:22 pash ppp[204]: Phase: deflink: Disconnected! Jan 18 02:51:22 pash ppp[204]: Phase: deflink: Connect time: 6 secs: 0 octets in, 0 octets out Jan 18 02:51:22 pash ppp[204]: Phase: total 0 bytes/sec, peak 0 bytes/sec on Tue Jan 18 02:51:22 2000 Jan 18 02:51:22 pash ppp[204]: Phase: deflink: hangup -> opening Jan 18 02:51:22 pash ppp[204]: Phase: deflink: Enter pause (30) for redialing. Jan 18 02:51:52 pash ppp[204]: Phase: deflink: Redial timer expired. Jan 18 02:51:52 pash ppp[204]: Phase: deflink: Connected! Jan 18 02:51:52 pash ppp[204]: Phase: deflink: opening -> dial Jan 18 02:51:52 pash ppp[204]: Phase: Phone: XXXX XXXX Jan 18 02:52:24 pash ppp[204]: Warning: Chat script failed Jan 18 02:52:24 pash ppp[204]: Phase: deflink: dial -> hangup Jan 18 02:52:24 pash ppp[204]: Phase: deflink: Disconnected! Jan 18 02:52:24 pash ppp[204]: Phase: deflink: Connect time: 32 secs: 0 octets in, 0 octets out Jan 18 02:52:24 pash ppp[204]: Phase: total 0 bytes/sec, peak 0 bytes/sec on Tue Jan 18 02:52:24 2000 Jan 18 02:52:25 pash ppp[204]: Phase: deflink: hangup -> opening Jan 18 02:52:25 pash ppp[204]: Phase: deflink: Enter pause (30) for redialing. Jan 18 02:52:54 pash ppp[204]: Phase: deflink: Redial timer expired. Jan 18 02:52:54 pash ppp[204]: Phase: deflink: Connected! Jan 18 02:52:54 pash ppp[204]: Phase: deflink: opening -> dial Jan 18 02:52:54 pash ppp[204]: Phase: Phone: XXXX XXXX Jan 18 02:53:20 pash ppp[204]: Phase: deflink: dial -> login Jan 18 02:53:21 pash ppp[204]: Phase: deflink: login -> lcp Jan 18 02:53:23 pash ppp[204]: Phase: deflink: lcp -> open Jan 18 02:53:23 pash ppp[204]: Phase: bundle: Network ++++++++++++++++++++++++++++++++++++++++++++++++++ Jan 18 11:54:30 pash ppp[204]: Phase: Clearing choked output queue Jan 18 11:56:42 pash ppp[204]: Phase: Clearing choked output queue Jan 18 11:59:20 pash ppp[204]: Phase: Clearing choked output queue Jan 18 12:09:28 pash last message repeated 4 times Jan 18 12:17:58 pash last message repeated 2 times Jan 18 12:26:51 pash last message repeated 2 times Jan 18 12:36:26 pash last message repeated 2 times Jan 18 12:46:27 pash last message repeated 2 times Jan 18 12:55:19 pash last message repeated 2 times Jan 18 13:08:22 pash last message repeated 3 times Jan 18 13:16:56 pash last message repeated 2 times Jan 18 13:27:55 pash last message repeated 2 times Jan 18 13:36:48 pash last message repeated 2 times Jan 18 13:45:19 pash last message repeated 2 times Jan 18 13:56:28 pash last message repeated 2 times Jan 18 14:09:28 pash last message repeated 3 times +++++++++++++++++++++++++++++++++++++++++++++++++++++ Jan 18 14:10:18 pash ppp[204]: Phase: deflink: Carrier lost Jan 18 14:10:18 pash ppp[204]: Phase: deflink: open -> lcp Jan 18 14:10:18 pash ppp[204]: Phase: bundle: Terminate Jan 18 14:10:18 pash ppp[204]: Phase: deflink: Disconnected! Jan 18 14:10:18 pash ppp[204]: Phase: deflink: lcp -> hangup Jan 18 14:10:18 pash ppp[204]: Phase: deflink: Connect time: 40644 secs: 455531 octets in, 386168 octets out Jan 18 14:10:18 pash ppp[204]: Phase: total 20 bytes/sec, peak 4298 bytes/sec on Tue Jan 18 14:10:18 2000 Jan 18 14:10:18 pash ppp[204]: Phase: deflink: hangup -> opening Jan 18 14:10:18 pash ppp[204]: Phase: deflink: Enter pause (3) for redialing. Jan 18 14:10:21 pash ppp[204]: Phase: deflink: Redial timer expired. Jan 18 14:10:21 pash ppp[204]: Phase: deflink: Connected! Jan 18 14:10:21 pash ppp[204]: Phase: deflink: opening -> dial Jan 18 14:10:21 pash ppp[204]: Phase: Phone: XXXX XXXX Jan 18 14:10:27 pash ppp[204]: Warning: Chat script failed Jan 18 14:10:27 pash ppp[204]: Phase: deflink: dial -> hangup Jan 18 14:10:27 pash ppp[204]: Phase: deflink: Disconnected! Jan 18 14:10:27 pash ppp[204]: Phase: deflink: Connect time: 6 secs: 0 octets in, 0 octets out Jan 18 14:10:27 pash ppp[204]: Phase: total 0 bytes/sec, peak 0 bytes/sec on Tue Jan 18 14:10:27 2000 Jan 18 14:10:27 pash ppp[204]: Phase: deflink: hangup -> opening Jan 18 14:10:27 pash ppp[204]: Phase: deflink: Enter pause (30) for redialing. Jan 18 14:10:56 pash ppp[204]: Phase: deflink: Redial timer expired. Jan 18 14:10:56 pash ppp[204]: Phase: deflink: Connected! Jan 18 14:10:56 pash ppp[204]: Phase: deflink: opening -> dial Jan 18 14:10:56 pash ppp[204]: Phase: Phone: XXXX XXXX Jan 18 14:11:23 pash ppp[204]: Phase: deflink: dial -> login Jan 18 14:11:23 pash ppp[204]: Phase: deflink: login -> lcp Jan 18 14:11:23 pash ppp[204]: Phase: deflink: lcp -> open Jan 18 14:11:23 pash ppp[204]: Phase: bundle: Network ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Jan 18 14:12:24 pash ppp[204]: Phase: deflink: HDLC errors -> FCS: 1, ADDR: 0, COMD: 0, PROTO: 0 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Jan 19 09:30:47 pash ppp[204]: Phase: deflink: Carrier lost Jan 19 09:30:47 pash ppp[204]: Phase: deflink: open -> lcp Jan 19 09:30:47 pash ppp[204]: Phase: bundle: Terminate Jan 19 09:30:47 pash ppp[204]: Phase: deflink: Disconnected! Jan 19 09:30:47 pash ppp[204]: Phase: deflink: lcp -> hangup Jan 19 09:30:47 pash ppp[204]: Phase: deflink: Connect time: 69591 secs: 2857632 octets in, 1181740 octets out Jan 19 09:30:47 pash ppp[204]: Phase: total 58 bytes/sec, peak 4256 bytes/sec on Wed Jan 19 09:30:47 2000 Jan 19 09:30:47 pash ppp[204]: Phase: deflink: hangup -> opening Jan 19 09:30:47 pash ppp[204]: Phase: deflink: Enter pause (3) for redialing. Jan 19 09:30:50 pash ppp[204]: Phase: deflink: Redial timer expired. Jan 19 09:30:50 pash ppp[204]: Phase: deflink: Connected! Jan 19 09:30:50 pash ppp[204]: Phase: deflink: opening -> dial Jan 19 09:30:50 pash ppp[204]: Phase: Phone: XXXX XXXX Jan 19 09:31:16 pash ppp[204]: Phase: deflink: dial -> login Jan 19 09:31:16 pash ppp[204]: Phase: deflink: login -> lcp Jan 19 09:31:17 pash ppp[204]: Phase: deflink: lcp -> open Jan 19 09:31:17 pash ppp[204]: Phase: bundle: Network +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Jan 19 17:49:11 pash ppp[204]: Phase: Clearing choked output queue Jan 19 17:51:23 pash ppp[204]: Phase: Clearing choked output queue Jan 19 17:53:56 pash ppp[204]: Phase: Clearing choked output queue Jan 19 18:04:05 pash last message repeated 4 times Jan 19 18:10:49 pash last message repeated 2 times Jan 19 18:21:45 pash last message repeated 2 times Jan 19 18:30:38 pash last message repeated 2 times Jan 19 18:43:41 pash last message repeated 3 times Jan 19 18:52:14 pash last message repeated 2 times Jan 19 19:03:14 pash last message repeated 2 times Jan 19 19:11:45 pash last message repeated 2 times Jan 19 19:20:38 pash last message repeated 2 times Jan 19 19:31:21 pash last message repeated 2 times Jan 19 19:40:14 pash last message repeated 2 times Jan 19 19:53:24 pash last message repeated 3 times Jan 19 20:00:58 pash last message repeated 2 times Jan 19 20:14:09 pash last message repeated 3 times Jan 19 20:22:36 pash last message repeated 2 times ++++++++++++++++++++++++++++++++++++++++++++++++++++++ Jan 19 20:34:34 pash ppp[201]: Phase: Using interface: tun0 Jan 19 20:34:34 pash ppp[201]: Phase: deflink: Created in closed state Jan 19 20:34:34 pash ppp[202]: Phase: PPP Started (ddial mode). Jan 19 20:34:35 pash ppp[202]: Phase: bundle: Establish Jan 19 20:34:35 pash ppp[202]: Phase: deflink: closed -> opening Jan 19 20:34:35 pash ppp[202]: Phase: deflink: Connected! Jan 19 20:34:35 pash ppp[202]: Phase: deflink: opening -> dial Jan 19 20:34:35 pash ppp[202]: Phase: Phone: XXXX XXXX Jan 19 20:35:01 pash ppp[202]: Phase: deflink: dial -> login Jan 19 20:35:01 pash ppp[202]: Phase: deflink: login -> lcp Jan 19 20:35:02 pash ppp[202]: Phase: deflink: lcp -> open Jan 19 20:35:02 pash ppp[202]: Phase: bundle: Network To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 4:21:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from quasar.pucrs.br (quasar.pucrs.br [200.132.10.5]) by hub.freebsd.org (Postfix) with ESMTP id 4675714C12 for ; Wed, 19 Jan 2000 04:19:20 -0800 (PST) (envelope-from mwp@pucrs.br) Received: from pucrs.br ([200.132.13.15]) by quasar.pucrs.br (8.9.1a/8.9.1) with ESMTP id KAA19540 for ; Wed, 19 Jan 2000 10:16:20 -0300 Message-ID: <3885B8C9.B0C624D7@pucrs.br> Date: Wed, 19 Jan 2000 10:14:49 -0300 From: Mauricio Westendorff Pegoraro X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Lock problem on KDE 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 have a problem (i think) in kde's lock. When I lock the screen on kde using an ordinary user I can't unlock the screen back. It always says I've typed a wrong password (okay, it's more reticent, it says "Failed") even when I type the right password. This problem doesn't occurs with root user. What can I do? Thanks for any help. MauricioWP To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 4:22:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.209.130]) by hub.freebsd.org (Postfix) with SMTP id 072FF1527C for ; Wed, 19 Jan 2000 04:22:29 -0800 (PST) (envelope-from danfe@ssc.nsu.ru) Received: (qmail 10051 invoked from network); 19 Jan 2000 12:21:26 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 19 Jan 2000 12:21:26 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id SAA04703 for ; Wed, 19 Jan 2000 18:21:23 +0600 Date: Wed, 19 Jan 2000 18:21:22 +0600 (NOVT) From: "Alexey N. Dokuchaev" Cc: freebsd-questions@FreeBSD.ORG Subject: ATAPI In-Reply-To: <20000119033520.D57767@hades.hell.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 Hello All! In LINT they say that to have ATAPI support (for CDROM), I have to have these lines (among others): options ATAPI # Enable ATAPI support for IDE bus options ATAPI_STATIC # Don't do it as an LKM So, that's in case I want to have ATAPI support compiled into kernel. And if I want it be kernel module? Should I live ATAPI on, or I can get rid of both of them? Thanx. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 4:29:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by hub.freebsd.org (Postfix) with ESMTP id 2FBE014E44 for ; Wed, 19 Jan 2000 04:29:35 -0800 (PST) (envelope-from marcs@is.co.za) Received: from hermwas.is.co.za (hermwas.is.co.za [196.23.0.8]) by mercury.is.co.za (8.9.3/8.9.3) with ESMTP id OAA21095; Wed, 19 Jan 2000 14:28:32 +0200 Received: (from marcs@localhost) by hermwas.is.co.za (8.9.3/8.9.3) id OAA09522; Wed, 19 Jan 2000 14:28:30 +0200 (SAT) Date: Wed, 19 Jan 2000 14:28:30 +0200 From: Marc Silver To: Mauricio Westendorff Pegoraro Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Lock problem on KDE Message-ID: <20000119142830.B8404@is.co.za> References: <3885B8C9.B0C624D7@pucrs.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <3885B8C9.B0C624D7@pucrs.br> X-Operating-System: SunOS 5.6 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If I remember correctly there was a problem with the kde 1.1.2 tree when it was first released. I think the problem had something to do with the kscreensaver not being setuid. Try and set it setuid, and if not, you might want to cvsup and rebuild. :) Hope this helps. Cheers, Marc On Wed, Jan 19, 2000 at 10:14:49AM -0300, Mauricio Westendorff Pegoraro wrote: > Hi. > > I have a problem (i think) in kde's lock. When I lock the screen on kde > using an ordinary user I can't unlock the screen back. It always says > I've typed a wrong password (okay, it's more reticent, it says "Failed") > even when I type the right password. This problem doesn't occurs with > root user. > What can I do? > > Thanks for any help. > > MauricioWP > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Marc Silver IS Hosting Infrastructure The Internet Solution Tel: (+27 11) 283 5500 Fax: (+27 11) 283 5001 E-mail: marcs@is.co.za Web: www.is.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 4:30:15 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 2FE651521F for ; Wed, 19 Jan 2000 04:30:12 -0800 (PST) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP for freebsd-questions@freebsd.org; Wed, 19 Jan 2000 13:30:01 +0100 Received: from sun33.mni.fh-giessen.de ([134.176.183.133]) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 12AuFB-0003dt-00 for freebsd-questions@freebsd.org; Wed, 19 Jan 2000 13:29:49 +0100 Received: from localhost (hg9456@localhost) by sun33.mni.fh-giessen.de (8.9.3+Sun/8.8.8) with ESMTP id NAA09765 for ; Wed, 19 Jan 2000 13:30:39 +0100 (MET) X-Authentication-Warning: sun33.mni.fh-giessen.de: hg9456 owned process doing -bs Date: Wed, 19 Jan 2000 13:30:36 +0100 (MET) From: Ariel Burbaickij X-Sender: hg9456@sun33 To: freebsd-questions@freebsd.org Subject: making mz computer fbsd dedicated machine.getting rid of boot manger. Message-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 plan to get rif from Microsoft product in the next time.It is clear how I can swap the disks.But I do not know how is it about boot manager. Obviously I will not need it for starting Windows or FreeBSD deliberately. So I would like to get rid from it also.Is it possible?If yes -how? Else what are the proposed alternatives ? Btw is it reinstalable then ? Maybe I will install BeOS some time in mid-term future and so need it again.Will it support booting of BeOS? kind regards, Ariel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 4:41: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 4B0BE15276 for ; Wed, 19 Jan 2000 04:40:50 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id NAA08885; Wed, 19 Jan 2000 13:40:46 +0100 (CET) (envelope-from olli) Date: Wed, 19 Jan 2000 13:40:46 +0100 (CET) Message-Id: <200001191240.NAA08885@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: loader.conf X-Newsgroups: list.freebsd-questions In-Reply-To: <8644qo$2m6o$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Albin Stigo wrote in list.freebsd-questions: > I would like some info. about the /boot/loader.conf file. Is the q at the > end needed? Yes, otherwise you'll be left at the config prompt after the script has been executed. You can try it. > can I remove the file if I don't need to change any drivers? Yes. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 4:44:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id F3E9F15038 for ; Wed, 19 Jan 2000 04:44:11 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id NAA08963; Wed, 19 Jan 2000 13:44:11 +0100 (CET) (envelope-from olli) Date: Wed, 19 Jan 2000 13:44:11 +0100 (CET) Message-Id: <200001191244.NAA08963@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: options QUOTA and make clean X-Newsgroups: list.freebsd-questions In-Reply-To: <8645bq$2mkh$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Alexey N. Dokuchaev wrote in list.freebsd-questions: > I have a little ? to you guys. In LINT they say, if I enable this option, > I have to make clean. > > So far, the steps are: > > make depend && make && make install > > Seems that if I compile the kernel the fist time, make clean is > irrelevant. Is this true? Yes, that's tru. > Anyways, how should my make-sequence > considering make clean? I'd recommend to use ``config -r YOURKERNEL'', which will remove any previous kernel build directory completely. This is probably the most secure way. Then just do the usual make depend && make && make install. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 4:52:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gandalf.hk.linkage.net (gandalf.hk.linkage.net [202.76.4.1]) by hub.freebsd.org (Postfix) with ESMTP id D162A14F46 for ; Wed, 19 Jan 2000 04:52:39 -0800 (PST) (envelope-from satyajit@spnetctg.com) Received: from mail.spnetctg.com (qmailr@mail.spnetctg.com [210.184.28.8]) by gandalf.hk.linkage.net (8.9.1/8.8.8) with SMTP id UAA07301 for ; Wed, 19 Jan 2000 20:52:34 +0800 (HKT) Received: (qmail 1671 invoked from network); 19 Jan 2000 13:18:41 -0000 Received: from unknown (HELO spnetctg.com) (210.184.28.230) by mail.spnetctg.com with SMTP; 19 Jan 2000 13:18:41 -0000 Message-ID: <3885B4EC.7938C62D@spnetctg.com> Date: Wed, 19 Jan 2000 12:58:20 +0000 From: Satyajit Das X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.13-7mdk i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: (no subject) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe freebsd-question To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 5: 7:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 215F215377 for ; Wed, 19 Jan 2000 05:07:13 -0800 (PST) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs10.alcatel.fr (mailhub2.alcatel.fr [155.132.188.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id OAA27453; Wed, 19 Jan 2000 14:00:05 +0100 From: Thierry.Herbelot@alcatel.fr Received: from frmta003.netfr.alcatel.fr (frmta003.netfr.alcatel.fr [155.132.251.32]) by aifhs10.alcatel.fr (ALCANET/SMTP2) with SMTP id OAA10713; Wed, 19 Jan 2000 14:02:32 +0100 (MET) Received: by frmta003.netfr.alcatel.fr(Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) id C125686B.00480CCA ; Wed, 19 Jan 2000 14:06:58 +0100 X-Lotus-FromDomain: ALCATEL To: "Jeroen Ruigrok/Asmodai" Cc: lawrence.hy.cheung@philips.com, freebsd-questions@FreeBSD.ORG Message-ID: Date: Wed, 19 Jan 2000 14:06:51 +0100 Subject: Re: Netscape & "libXt.so.6.0" 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 Hello, beware of the "native" FreeBSD version of Communicator 4.7 : I could not have it run on my newest 3.4-Stable+Xfree86336 install. I have been saved by the Linux emulator and the linux version of Netscape, which seems a lot more reliable. TfH "Jeroen Ruigrok/Asmodai" on 19/01/2000 10:40:40 To: lawrence.hy.cheung@philips.com cc: freebsd-questions@FreeBSD.ORG(bcc: Thierry HERBELOT/FR/ALCATEL) Subject: Re: Netscape & "libXt.so.6.0" -On [20000119 04:01], lawrence.hy.cheung@philips.com (lawrence.hy.cheung@philips.com) wrote: [SNIP] >This only take 40min. to complete. > >After that, my XFree86 3.3.6 works with no problems until running >netscape 4.7 navigator. When I launch netscape, it refuse with a error >message "ld.so -- cannot find libXt.so.6.0" That is ture , my system >really have not "libXt.so.6.0" . At the directory /usr/X11R6/lib, I >only found libXt.so.6 and it's soft link libXt.so. I try soft link >"libXt.so.6" to "libXt.so.6.0" but not success. Now I have no gui >brower. No matter which native freebsd netscape version I choose from >ports, the result is the same. May you help me? I need netscape to >brower english & chinese web page in X. [re-SNIP] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 5:33:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f43.law4.hotmail.com [216.33.149.43]) by hub.freebsd.org (Postfix) with SMTP id CA8FD15208 for ; Wed, 19 Jan 2000 05:33:30 -0800 (PST) (envelope-from kietcn@hotmail.com) Received: (qmail 62627 invoked by uid 0); 19 Jan 2000 13:33:30 -0000 Message-ID: <20000119133330.62626.qmail@hotmail.com> Received: from 192.44.205.101 by www.hotmail.com with HTTP; Wed, 19 Jan 2000 05:33:30 PST X-Originating-IP: [192.44.205.101] From: "kiet nguyen" To: freebsd-questions@FreeBSD.ORG Subject: running appache server Date: Wed, 19 Jan 2000 05:33:30 PST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was researching for an internet OS and found this to be very strong but when I browsed through the apache.org and found that this site is listed as using the apache server. I am trying to understand how you incorporate the apache server onto your own. Please clear this up for me. Thank you, Kiet ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 6:17:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id B9A5715066 for ; Wed, 19 Jan 2000 06:17:33 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 12Avty-0001cT-00; Wed, 19 Jan 2000 16:16:02 +0200 From: Sheldon Hearn To: "Alexey N. Dokuchaev" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ATAPI In-reply-to: Your message of "Wed, 19 Jan 2000 18:21:22 +0600." Date: Wed, 19 Jan 2000 16:16:02 +0200 Message-ID: <6228.948291362@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jan 2000 18:21:22 +0600, "Alexey N. Dokuchaev" wrote: > In LINT they say that to have ATAPI support (for CDROM), I have to have > these lines (among others): > > options ATAPI # Enable ATAPI support for IDE bus > options ATAPI_STATIC # Don't do it as an LKM > > So, that's in case I want to have ATAPI support compiled into kernel. And > if I want it be kernel module? There's not much point in doing it as a module, since a CDROM isn't something you spend your life plugging in and unplugging. :-) > Should I live ATAPI on, or I can get rid > of both of them? Leave 'em both in. :-) 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 Jan 19 6:20: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.uunet.ca (mail5.uunet.ca [142.77.1.28]) by hub.freebsd.org (Postfix) with ESMTP id 8DE2C14F82 for ; Wed, 19 Jan 2000 06:19:54 -0800 (PST) (envelope-from matt@ARPA.MAIL.NET) Received: from w01.arpa-canada.net ([216.95.146.6]) by mail5.uunet.ca with ESMTP id <234184-17993>; Wed, 19 Jan 2000 09:20:55 -0500 Date: Wed, 19 Jan 2000 09:19:48 -0500 From: matt X-Sender: matt@w01.arpa-canada.net To: freebsd-questions@freebsd.org Subject: login_getclass problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm running 3.4-RELEASE and keep seeing thins like this pop up into my log files: syslog:Jan 19 09:15:00 s02 /USR/SBIN/CRON[703]: login_getclass: retrieving class information: Permission denied sshd:Jan 19 09:12:21 s02 sshd[688]: login_getclass: retrieving class information: Permission denied I've checked permissions on stuff like login.conf, login.conf.db, etc, and I can't seem to find anything wrong. I have other very similar FreeBSD machines running this type of configuration just fine. Any ideas? -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 6:22:51 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 283CA14FE6 for ; Wed, 19 Jan 2000 06:22:49 -0800 (PST) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id JAA72075 for questions@freebsd.org; Wed, 19 Jan 2000 09:22:45 -0500 (EST) (envelope-from mwlucas) From: Michael Lucas Message-Id: <200001191422.JAA72075@blackhelicopters.org> Subject: libIDL & Mozilla port build failure To: questions@freebsd.org Date: Wed, 19 Jan 2000 09:22:45 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Trying to build mozilla port M12, on a -stable system supped last week, port collection also supped last week. It dies with: configure:5765: checking for libIDL-config configure:5800: checking for libIDL - version >= 0.6.3 (end of "config.log") *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Has anyone else seen this? Thanks, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 6:37:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37]) by hub.freebsd.org (Postfix) with ESMTP id E0C0B1521D for ; Wed, 19 Jan 2000 06:37:20 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.197.149]) by smtp03.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAC53F; Wed, 19 Jan 2000 15:37:18 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id PAA27622; Wed, 19 Jan 2000 15:35:16 +0100 (CET) (envelope-from asmodai) Date: Wed, 19 Jan 2000 15:35:15 +0100 From: Jeroen Ruigrok/Asmodai To: Micke Josefsson Cc: FreeBSD-questions@freebsd.org Subject: Re: About CVSup Message-ID: <20000119153515.I24578@daemon.ninth-circle.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from mj@isy.liu.se on Wed, Jan 19, 2000 at 09:01:51AM +0100 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000119 10:44], Micke Josefsson (mj@isy.liu.se) wrote: >If I cvsup with this stable-supfile: > >*default host=cvsup.se.FreeBSD.org >*default base=/usr >*default prefix=/usr >*default release=cvs tag=RELENG_3 >*default delete use-rel-suffix >src-all > >The actual GUI cvsup seems to go well, except I get 'various' errors >when I later 'cd /usr/src; make buildworld -DNOSECURE'. Without the errors messages this is very hard to say. -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project But the time has come when all good things shall pass... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 6:37:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37]) by hub.freebsd.org (Postfix) with ESMTP id A30E615254 for ; Wed, 19 Jan 2000 06:37:21 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.197.149]) by smtp03.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAD53F; Wed, 19 Jan 2000 15:37:19 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id PAA27602; Wed, 19 Jan 2000 15:23:54 +0100 (CET) (envelope-from asmodai) Date: Wed, 19 Jan 2000 15:23:54 +0100 From: Jeroen Ruigrok/Asmodai To: Thierry.Herbelot@alcatel.fr Cc: lawrence.hy.cheung@philips.com, freebsd-questions@FreeBSD.ORG Subject: Re: Netscape & "libXt.so.6.0" Message-ID: <20000119152354.H24578@daemon.ninth-circle.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from Thierry.Herbelot@alcatel.fr on Wed, Jan 19, 2000 at 02:06:51PM +0100 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000119 15:09], Thierry.Herbelot@alcatel.fr (Thierry.Herbelot@alcatel.fr) wrote: > >beware of the "native" FreeBSD version of Communicator 4.7 : I could >not have it run on my newest 3.4-Stable+Xfree86336 install. I cannot at the moment verify this since I run 3.4-STABLE with 3.3.5 and CURRENT with 3.3.5 and with the native Netscape. I need to test XFree 3.3.6 in this aspect (just fetched the sources last night). -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Sorrow paid for valour is too much to recall... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 6:42: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ccssu.crimea.ua (ccssu.ccssu.crimea.ua [62.244.13.130]) by hub.freebsd.org (Postfix) with ESMTP id 08A0514F46 for ; Wed, 19 Jan 2000 06:42:00 -0800 (PST) (envelope-from phantom@scorpion.crimea.ua) Received: (from uucp@localhost) by ccssu.crimea.ua (8.9.3/8.9.0) with UUCP id QAA24963; Wed, 19 Jan 2000 16:25:38 +0200 Received: (from phantom@localhost) by scorpion.crimea.ua (8.8.8/8.8.5+ssl+keepalive) id JAA21576; Wed, 19 Jan 2000 09:21:28 +0300 (MSK) Date: Wed, 19 Jan 2000 09:21:28 +0300 From: Alexey Zelkin To: Jeroen Ruigrok/Asmodai Cc: Oleg Votincev , freebsd-questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <20000119092128.A21514@scorpion.crimea.ua> References: <20000118234219.O12908@daemon.ninth-circle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.7i In-Reply-To: <20000118234219.O12908@daemon.ninth-circle.org> X-Operating-System: FreeBSD 2.2.7-RELEASE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, On Tue, Jan 18, 2000 at 11:42:19PM +0100, Jeroen Ruigrok/Asmodai wrote: > -On [20000118 19:25], Oleg Votincev (oleg@gw.bummash.udmnet.ru) wrote: > >????????????! > >? ???? ??? ????? ?????? > >??? ????? ????? ???????????? ????????? ?? ?????? FreeBSD 3.2 ? > >??? ????? ?? ???? ????????? ???????? ????? . > >???? ????? ??????. > > Please don't send Russian messages to this list. äÁ, ÖÅÌÁÔÅÌØÎÏ ×ÓÅ ÐÉÓØÍÁ ÎÁ ÒÕÓÓËÏÍ ÎÁÐÒÁ×ÌÑÔØ ÎÁ ÁÄÒÅÓ ru-freebsd-doc@FreeBSD.ru > There is a russian mailinglist available if you need help in Russian if > you think your english is not up to the task. > > But I cannot find the addresses on the freebsd.org site. Am I being > blind here Alexey? Or did the Russian group never added their address > to the webpages? Oops. It missing from http://www/support.html, and I will add it soon. But there some information present at www/docproj/translations.html#russian -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@crimea.edu */ /* http://www.ccssu.crimea.ua/~phantom && phantom@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 Jan 19 6:43:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (Postfix) with ESMTP id D342614DAF for ; Wed, 19 Jan 2000 06:43:41 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.197.149]) by smtp01.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA3407; Wed, 19 Jan 2000 15:43:40 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id PAA27634; Wed, 19 Jan 2000 15:43:39 +0100 (CET) (envelope-from asmodai) Date: Wed, 19 Jan 2000 15:43:39 +0100 From: Jeroen Ruigrok/Asmodai To: kiet nguyen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: running appache server Message-ID: <20000119154339.K24578@daemon.ninth-circle.org> References: <20000119133330.62626.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000119133330.62626.qmail@hotmail.com>; from kietcn@hotmail.com on Wed, Jan 19, 2000 at 05:33:30AM -0800 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000119 15:09], kiet nguyen (kietcn@hotmail.com) wrote: >I was researching for an internet OS and found this to be very strong but >when I browsed through the apache.org and found that this site is listed as >using the apache server. I am trying to understand how you incorporate the >apache server onto your own. Please clear this up for me. Apache is a daemon (a server process) which runs ``on top'' of your OS. So FreeBSD is the OS and runs Apache as a webserver to service HTTP requests. (For a Windows comparison, NT plus IIS.) In /usr/ports/www/apache* we have a few apache ports which will download and install apache for you, which you can then configure for your own webserver needs. Hope this clarifies a bit, -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project For ever, brother, hail and farewell... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 6:55:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 7DDCF14E44 for ; Wed, 19 Jan 2000 06:55:54 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id JAA07675; Wed, 19 Jan 2000 09:54:31 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Wed, 19 Jan 2000 09:54:31 -0500 (EST) From: Brett Taylor To: Jonathon McKitrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: silly netscape menu question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Jonathon, On Wed, 19 Jan 2000, Jonathon McKitrick wrote: > Ever notice how when you are using the menus on netscape, sometimes > the choice under the pointer is highlighted, along with pop-up > sub-menus, and other times you have to click? I can't duplicate it. > It seems totally inconsistent.. Yep - it's annoying. I've found you can MAKE it highlight by moving to an entry that has a submenu. I don't know why this works either, but it seems to work consistently for me. YMMV! :-) Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 7: 6: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bomber.avantgo.com (ws1.avantgo.com [207.214.200.194]) by hub.freebsd.org (Postfix) with ESMTP id 0EFBF14C49 for ; Wed, 19 Jan 2000 07:06:06 -0800 (PST) (envelope-from scott@avantgo.com) Received: from river ([10.0.128.30]) by bomber.avantgo.com (Netscape Messaging Server 3.5) with SMTP id 347 for ; Wed, 19 Jan 2000 07:02:27 -0800 Message-ID: <044601bf628e$8f5650e0$1e80000a@avantgo.com> From: "Scott Hess" To: References: <200001190922.KAA01178@dorifer.heim3.tu-clausthal.de> Subject: Re: Detecting when your parent process dies. Date: Wed, 19 Jan 2000 07:05:01 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Oliver Fromme" wrote: > Scott Hess wrote in list.freebsd-questions: > > "Giorgos Keramidas" wrote: > >> On Mon, Jan 17, 2000 at 08:43:57AM -0800, Scott Hess wrote: > >> | Is there any way for an rfork() process to detect if it's parent process > >> | has died? I mean via some sort of asynchronous notification? > >> > >> From the manpage of kill(2) we read: > > > > kill( pid, 0) tells me, if I know to ask, "Is this process alive." > > Unfortunately, the process I want to know that is going to be in a read(), > > or perhaps a select(). I could arrange for it to poll for the parent > > process death, but that's going to be fairly inefficient. > > You're right, that would be inefficient and "ugly". > > There is a better way: You can arrange to open a pipe() or > socketpair() between the parent and the child process, and > include the file descriptor in your select() FD set (the one > checking for reading). I may not have been complete enough in my description. I'm using rfork() _without_ RFFDG or RFCFDG. This means that the parent and child share file descriptor tables. That means that the above fix won't work, because even if the parent process exits, the pipe will still be open on both ends (as long as one or more children live), so you'll never detect EOF. I suspect that this also means that most file descriptor based tricks won't work, because of the shared file descriptor table. Later, scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 7: 7:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pointer.raytheon.co.uk (pointer.raytheon.co.uk [193.115.14.66]) by hub.freebsd.org (Postfix) with ESMTP id D41AA15295 for ; Wed, 19 Jan 2000 07:06:56 -0800 (PST) (envelope-from Chris.Smith@raytheon.co.uk) Received: from rslhub.raytheon.co.uk (unverified) by pointer.raytheon.co.uk (Content Technologies SMTPRS 2.0.15) with SMTP id ; Wed, 19 Jan 2000 15:12:08 +0000 Received: by rslhub.raytheon.co.uk(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 0025686B.0052F0D4 ; Wed, 19 Jan 2000 15:05:56 +0000 X-Lotus-FromDomain: RAYTHEONUK From: Chris.Smith@raytheon.co.uk To: Brett Taylor Cc: freebsd-questions@freebsd.org Message-Id: <0025686B.0052EFA0.00@rslhub.raytheon.co.uk> Date: Wed, 19 Jan 2000 15:05:19 +0000 Subject: Re: silly netscape menu question 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, At least your Netscape works 'relatively' properly. Mine wont allow colo(u)r selection in any of the dialogs plus the tab controls dont work! I have to tread very carefully also, because it 'Bus Errors' on certain pages (inconsistently). Lovely piece of software :-) Chris Smith Raytheon Systems Limited PS ***************************************************** Has anyone who reads this got SPAM from the so so so obviously forged "AK@255.20.136.918" at all. If so can you _please!!_ send me the headers as I'm trying to get the bas*ard. I'm trying to work out if my address was harvested from here or some other lists. This is causing real problems here. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 7: 8: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web107.yahoomail.com (web107.yahoomail.com [205.180.60.74]) by hub.freebsd.org (Postfix) with SMTP id 3A11B14BFD for ; Wed, 19 Jan 2000 07:08:04 -0800 (PST) (envelope-from c4_b2@yahoo.com) Received: (qmail 14840 invoked by uid 60001); 19 Jan 2000 15:08:03 -0000 Message-ID: <20000119150803.14839.qmail@web107.yahoomail.com> Received: from [194.170.2.34] by web107.yahoomail.com; Wed, 19 Jan 2000 07:08:03 PST Date: Wed, 19 Jan 2000 07:08:03 -0800 (PST) From: btwo cfuor Subject: harware help 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 just wanted to ask if the GeForce 256 bit graphic card is supported by FreeBSD or not , and if yes where do i go to get the drivers another question is that do FreeBSD support USB ? __________________________________________________ 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 Wed Jan 19 7:16:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pointer.raytheon.co.uk (pointer.raytheon.co.uk [193.115.14.66]) by hub.freebsd.org (Postfix) with ESMTP id C425014C49 for ; Wed, 19 Jan 2000 07:16:55 -0800 (PST) (envelope-from Chris.Smith@raytheon.co.uk) Received: from rslhub.raytheon.co.uk (unverified) by pointer.raytheon.co.uk (Content Technologies SMTPRS 2.0.15) with SMTP id ; Wed, 19 Jan 2000 15:22:11 +0000 Received: by rslhub.raytheon.co.uk(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 0025686B.0053DB59 ; Wed, 19 Jan 2000 15:15:56 +0000 X-Lotus-FromDomain: RAYTHEONUK From: Chris.Smith@raytheon.co.uk To: btwo cfuor Cc: freebsd-questions@freebsd.org Message-Id: <0025686B.0053DABB.00@rslhub.raytheon.co.uk> Date: Wed, 19 Jan 2000 15:15:22 +0000 Subject: Re: harware help 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, GeForce 256 2D is supported on snapshots of XFree86 3.9.x and possibly 3.3.6 (I havent installed it yet). I dont know about OpenGL support, but that should come soon. Nvidia - the GeForce chipset manufacturer - are apparently working with Precision Insight on this. Basically - it's not FreeBSD that supports the GeForce, it's the Xfree86 project. USB is supported but I've never used it. I should do someday. Wait for other postings on this. More info on possible GeForce 256 at: http://www.xfree86.org Check the current release (3.3.6) and the development (3.9.xx) Hope this helps Chris Smith Raytheon Systems Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 7:23:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 32F231518F for ; Wed, 19 Jan 2000 07:23:53 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id KAA07800; Wed, 19 Jan 2000 10:23:43 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Wed, 19 Jan 2000 10:23:43 -0500 (EST) From: Brett Taylor To: Thierry.Herbelot@alcatel.fr Cc: Jeroen Ruigrok/Asmodai , lawrence.hy.cheung@philips.com, freebsd-questions@FreeBSD.ORG Subject: Re: Netscape & "libXt.so.6.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 Hi On Wed, 19 Jan 2000 Thierry.Herbelot@alcatel.fr wrote: > beware of the "native" FreeBSD version of Communicator 4.7 : I could > not have it run on my newest 3.4-Stable+Xfree86336 install. Why? I'm running it right now and it runs fine. Stable too as long as Java and Javascript are turned off. Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 7:46:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from benge.graphics.cornell.edu (benge.graphics.cornell.edu [128.84.247.43]) by hub.freebsd.org (Postfix) with ESMTP id B66E415274 for ; Wed, 19 Jan 2000 07:46:54 -0800 (PST) (envelope-from mkc@benge.graphics.cornell.edu) Received: from benge.graphics.cornell.edu (mkc@localhost) by benge.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id KAA92338; Wed, 19 Jan 2000 10:46:52 -0500 (EST) (envelope-from mkc@benge.graphics.cornell.edu) Message-Id: <200001191546.KAA92338@benge.graphics.cornell.edu> To: daniel B Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Need majordomo help! In-Reply-To: Message from daniel B of "Tue, 18 Jan 2000 21:54:56 PST." Date: Wed, 19 Jan 2000 10:46:52 -0500 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I am having problem getting majordomo to send mail to a list; the >only odd thing that I found was in /var/log/maillog >mail is being archived and digested properly and subscribe, unsubscribe >and administrative commands work OK; the only exception is the "clone" >thing that I see in /var/log/maillog when message is sent to the list. >in /var/log/maillog: > ># here a message was sent from a yahoo.com to the list; > >Jan 18 21:28:05 almazs sendmail[95197]: VAA95197: from=, >size=576, class=0, pri=30576, nrcpts=1, >msgid=<20000119052802.1754.qmail@web1605.mail >.yahoo.com>, proto=SMTP, relay=web1605.mail.yahoo.com [128.11.23.205] > >Jan 18 21:28:05 almazs sendmail[95199]: VAA95199: clone >VAA95198, owner=admin > >Jan 18 21:28:06 almazs sendmail[95204]: VAA95204: >from=owner-mission@mail.pacex.net, size=830, class=-60, pri=168830, >nrcpts=2,msgid=<20000119052802.1754.qmail >@web1605.mail.yahoo.com>, relay=majordomo@localhost > >Jan 18 21:28:06 almazs sendmail[95204]: VAB95204: clone VAA95204, >owner=owner-mission > >What this "clone" thing in the maillog? >Why am I not seeing messages in the list? The clone message is caused by the presence of an owner- alias, which causes sendmail to change the smtp envelope from address to the value of the owner- alias. owner=owner-mission is kind of strange, though. Do you have an alias that says "owner-mission: owner-mission" ? Also the message has to go _somewhere_. These log entries don't show a final delivery happening. Are there any accompanying log entries containing "to=whatever" and "stat=Sent" or stat=queued" ? Also do you get anything interesting from the 'mailq' command? I won't claim to be a majordomo expert. I do use parts of an old version of it with the lists I run, but I haven't looked at recent versions and it's been years since I've read the docs. You will no doubt get better help with questions specific to majordomo from the majordomo-users list, which last I knew was at greatcircle.com. Check the majordomo docs if that's not its current location. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 8: 1: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cx952600-a.fed1.sdca.home.com (cx952600-a.fed1.sdca.home.com [24.4.90.90]) by hub.freebsd.org (Postfix) with ESMTP id 8AC4D14D42 for ; Wed, 19 Jan 2000 08:01:04 -0800 (PST) (envelope-from snoonan@cx952600-a.fed1.sdca.home.com) Received: from localhost (snoonan@localhost) by cx952600-a.fed1.sdca.home.com (8.9.3/8.9.3) with ESMTP id IAA02756; Wed, 19 Jan 2000 08:01:03 -0800 (PST) (envelope-from snoonan@cx952600-a.fed1.sdca.home.com) Date: Wed, 19 Jan 2000 08:01:03 -0800 (PST) From: Sean Noonan To: questions@freebsd.org Cc: noonans@home.com Subject: time sync problem--ntpdate AND xntpd?? Message-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 list: I have a home RFC1918 net linked to the world via a FreeBSD 3.4-RELEASE gateway/NAT/IPFW box. I'm tired of my clocks being off by hours from each other so I did some research and discovered NTP. I found NTP clients for my Novell and M$ boxen. I figured I'd use ntpdate on my FreeBSD workstations. I also figured I'd use ntpdate **AND** xntpd on my gateway/NAT/IPFW box. That way, I figured, my gateway/firewall box would get the time from a reliable time source and then the rest of my boxes would look to it for their time source. Sounded good. Until I read this in man ntpdate: "Ntpdate will decline to set the date if an NTP server (e.g. xntpd(8)) is running on the same host". So, what should I do? It didn't/doesn't make sense to me to have all of my worksatations use internet bandwidth to check time; better to have one check the time and the the rest get their time from it. What am I missing, conceptually? What are my alternatives? Is their a NTP proxy I could run on my firewall? TIA, -Sean Noonan noonans@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 Jan 19 8: 6:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id D64DE14FF2 for ; Wed, 19 Jan 2000 08:06:08 -0800 (PST) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs10.alcatel.fr (mailhub2.alcatel.fr [155.132.188.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id QAA18406; Wed, 19 Jan 2000 16:58:56 +0100 From: Thierry.Herbelot@alcatel.fr Received: from frmta003.netfr.alcatel.fr (frmta003.netfr.alcatel.fr [155.132.251.32]) by aifhs10.alcatel.fr (ALCANET/SMTP2) with SMTP id RAA04063; Wed, 19 Jan 2000 17:01:24 +0100 (MET) Received: by frmta003.netfr.alcatel.fr(Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) id C125686B.00586EF3 ; Wed, 19 Jan 2000 17:05:55 +0100 X-Lotus-FromDomain: ALCATEL To: Brett Taylor Cc: "Jeroen Ruigrok/Asmodai" , lawrence.hy.cheung@philips.com, freebsd-questions@FreeBSD.ORG Message-ID: Date: Wed, 19 Jan 2000 17:05:47 +0100 Subject: Re: Netscape & "libXt.so.6.0" 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 On my home machine, it **systematically** dumps core each time I close a subwindow. This machine is a very recently installed and upgraded -Stable machine (with the latest Xfree 336 compiled from the ports) TfH Hi On Wed, 19 Jan 2000 Thierry.Herbelot@alcatel.fr wrote: > beware of the "native" FreeBSD version of Communicator 4.7 : I could > not have it run on my newest 3.4-Stable+Xfree86336 install. Why? I'm running it right now and it runs fine. Stable too as long as Java and Javascript are turned off. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 8:11:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cs.tamu.edu (clavin.cs.tamu.edu [128.194.130.106]) by hub.freebsd.org (Postfix) with ESMTP id D5F1E14DC8 for ; Wed, 19 Jan 2000 08:11:35 -0800 (PST) (envelope-from sks1974@cs.tamu.edu) Received: from dilbert.cs.tamu.edu (IDENT:2708@dilbert [128.194.133.100]) by cs.tamu.edu (8.9.3/8.9.3) with ESMTP id KAA08112 for ; Wed, 19 Jan 2000 10:11:32 -0600 (CST) Received: from localhost (sks1974@localhost) by dilbert.cs.tamu.edu (8.9.3/8.9.3) with ESMTP id KAA00666 for ; Wed, 19 Jan 2000 10:11:32 -0600 (CST) X-Authentication-Warning: dilbert.cs.tamu.edu: sks1974 owned process doing -bs Date: Wed, 19 Jan 2000 10:11:32 -0600 (CST) From: Suresh Kumar Satapati X-Sender: sks1974@dilbert To: freebsd-questions@freebsd.org Subject: C 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 have a C question. I have a routing message structure .. static struct srtmsg {...}rtmsg; declared as above. Now i have to write a portion of this structure to a routing socket (PF_ROUTE) using a 'write' call. My call looks as below: write(socketfd, (char*)&rtmsg, len) where 'len' is a valid integer. The value of 'len' is less than sizeof(struct srtmsg). This call fails and gives a Page Fault. Please let me know if there is a better way 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 Wed Jan 19 8:15:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from benge.graphics.cornell.edu (benge.graphics.cornell.edu [128.84.247.43]) by hub.freebsd.org (Postfix) with ESMTP id 2D0E914CF1 for ; Wed, 19 Jan 2000 08:15:36 -0800 (PST) (envelope-from mkc@benge.graphics.cornell.edu) Received: from benge.graphics.cornell.edu (mkc@localhost) by benge.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id LAA92571; Wed, 19 Jan 2000 11:15:33 -0500 (EST) (envelope-from mkc@benge.graphics.cornell.edu) Message-Id: <200001191615.LAA92571@benge.graphics.cornell.edu> To: Sean Noonan Cc: questions@FreeBSD.ORG, noonans@home.com Subject: Re: time sync problem--ntpdate AND xntpd?? In-Reply-To: Message from Sean Noonan of "Wed, 19 Jan 2000 08:01:03 PST." Date: Wed, 19 Jan 2000 11:15:33 -0500 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I also figured I'd use ntpdate **AND** xntpd >on my gateway/NAT/IPFW box. That way, I figured, my gateway/firewall box >would get the time from a reliable time source and then the rest of my >boxes would look to it for their time source. Sounded good. Yes. >Until I read this in man ntpdate: "Ntpdate will decline to set the date >if an NTP server (e.g. xntpd(8)) is running on the same host". A typical setup is to run ntpdate once during boot-up to make sure your clock is right, and then start xntpd to keep it right. Your plan to then use the gateway machine to serve time for the lan is perfectly reasonable. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 8:25:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from spits.calcasieu.com (mx1.calcasieu.com [209.99.46.70]) by hub.freebsd.org (Postfix) with ESMTP id 4A0F2152AC for ; Wed, 19 Jan 2000 08:25:23 -0800 (PST) (envelope-from dread@calcasieu.com) Received: from coypu.austin.calcasieu.com (coypu [192.168.170.33]) by spits.calcasieu.com (8.9.3/8.9.3) with ESMTP id KAA02846; Wed, 19 Jan 2000 10:24:53 -0600 (CST) (envelope-from dread@calcasieu.com) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 19 Jan 2000 10:24:52 -0600 (CST) Organization: Calcasieu Lumber From: Don Read To: Sean Noonan Subject: RE: time sync problem--ntpdate AND xntpd?? Cc: noonans@home.com, questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 19-Jan-00 Sean Noonan wrote: > Dear list: > > I have a home RFC1918 net linked to the world via a FreeBSD 3.4-RELEASE > gateway/NAT/IPFW box. I'm tired of my clocks being off by hours from each > other so I did some research and discovered NTP. > > I found NTP clients for my Novell and M$ boxen. I figured I'd use ntpdate > on my FreeBSD workstations. I also figured I'd use ntpdate **AND** xntpd > on my gateway/NAT/IPFW box. That way, I figured, my gateway/firewall box > would get the time from a reliable time source and then the rest of my > boxes would look to it for their time source. Sounded good. > > Until I read this in man ntpdate: "Ntpdate will decline to set the date > if an NTP server (e.g. xntpd(8)) is running on the same host". > > So, what should I do? It didn't/doesn't make sense to me to have all of > my worksatations use internet bandwidth to check time; better to have one > check the time and the the rest get their time from it. > > What am I missing, conceptually? What are my alternatives? Is their a > NTP proxy I could run on my firewall? > at boot run ntpdate to set your clock, then xntpd to keep in sync. /etc/rc.conf: ------------------- ntpdate_enable="YES" ntpdate_program="ntpdate" ntpdate_flags="tick.usno.navy.mil tock.usno.navy.mil" xntpd_enable="YES" xntpd_program="xntpd" /etc/ntp.conf: ------------------- server ntp.psi.net server chisos.ots.utexas.edu server norad.arc.nasa.gov peer my.local.boxen.com driftfile /etc/ntp.drift Regards, --- Don Read dread@calcasieu.com EDP Manager dread@texas.net Calcasieu Lumber Co. Austin TX -- No Coffee No Peace. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 8:55:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from seaweed.exasia.net (seaweed.exasia.net [203.85.0.41]) by hub.freebsd.org (Postfix) with ESMTP id DC041152EC for ; Wed, 19 Jan 2000 08:55:27 -0800 (PST) (envelope-from rocky@exasia.net) Received: from rocky (bbig018134.netvigator.com [168.70.123.134]) by seaweed.exasia.net (8.9.1/8.9.1) with SMTP id AAA25075 for ; Thu, 20 Jan 2000 00:55:43 +0800 (CST) (envelope-from rocky@exasia.net) Message-ID: <007901bf6217$f1f50600$601c840a@rocky> From: "Rocky Lau" To: Subject: Help about the RAID CARD Date: Wed, 19 Jan 2000 08:55:56 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0075_01BF625A.FF706D40" 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_0075_01BF625A.FF706D40 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit Dear sir, I have a RAID Card and I would like to install it to my FreeBSD mail server. But I got a question about the driver for this RAID Card, I had ask the maker ( AMI ) for the driver but they said they have NO driver for FreeBSD, Do anyone help me please. My card model is AMI MegaRAIDR Enterprise 1200 (Series 428) Ultra SCSI PCI RAID Controller Thank you very much. Rocky rocky@exasia.net ------=_NextPart_000_0075_01BF625A.FF706D40 Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable
Dear sir,
 
I have a RAID Card and I would like to install it to = my=20 FreeBSD mail server.
But I got a question about the driver for this RAID = Card, I=20 had ask the maker ( AMI )
for the driver but they said they have NO driver for = FreeBSD,
Do anyone help me please.
My card model is
AMI=20 MegaRAID® Enterprise 1200 (Series = 428)
Ultra SCSI=20 PCI RAID Controller
 
Thank you very much.
 
 
Rocky
rocky@exasia.net
------=_NextPart_000_0075_01BF625A.FF706D40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 9: 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 2131A15315 for ; Wed, 19 Jan 2000 09:01:35 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id JAA11935; Wed, 19 Jan 2000 09:24:46 -0800 (PST) Date: Wed, 19 Jan 2000 09:24:46 -0800 From: Alfred Perlstein To: FreeBSD mailing list Cc: questions@FreeBSD.ORG Subject: Re: nfsd Message-ID: <20000119092446.V8736@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from bsd@righi.dhs.org on Wed, Jan 19, 2000 at 10:55:47AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * FreeBSD mailing list [000119 02:16] wrote: > > any one could tell me if 3.4-STABLE works fine with nfsd server enabled ? > my nfsd does not work mine works, what are the symptoms/problems? Are you running portmap and mountd in that order? Do you have an /etc/exports? ...wavey lines... patient on the phone: "Doctor!, i think there's something wrong with my body... somewhere." doctor: "uhhh, can you be more descriptive?" -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 9: 8:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from arus.cloudnet.com (arus.cloudnet.com [204.221.240.14]) by hub.freebsd.org (Postfix) with ESMTP id C09C5152DC for ; Wed, 19 Jan 2000 09:08:04 -0800 (PST) (envelope-from chris@cloudnet.com) Received: from localhost (chris@localhost) by arus.cloudnet.com (8.9.3/8.9.3) with ESMTP id LAA06645 for ; Wed, 19 Jan 2000 11:08:01 -0600 X-Authentication-Warning: arus.cloudnet.com: chris owned process doing -bs Date: Wed, 19 Jan 2000 11:08:01 -0600 (CST) From: Chris Zwilling To: questions@freebsd.org Subject: Large (>32GB) IDE drives Message-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! Does FreeBSD 3.4 support IDE drives >32GB? More specifically: I have a Packard Bell P100 mini-tower that I have a Maxtor 36GB IDE drive in. The PB has an Intel IDE chipset (triton). The BIOS reports that it is an 8.4GB. I forced the BIOS to use LBA. I can mount the /home partition (which starts at 2GB and goes to the end of the drive) but the first time I try to write information to the drive (make a directory, touch a file, etc etc) the kernel panics and the fs is corrupted... Any Ideas? ;-----------------------------------------; ; ; Chris Zwilling ; Don't let people drive you crazy ; chris@cloudnet.com ; when you know it's in walking distance ; System Administrator ; ; 320.240.8243 ;-----------------------------------------; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 9: 9: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.surnet.ru (mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 1A63A15303 for ; Wed, 19 Jan 2000 09:08:42 -0800 (PST) (envelope-from ilia@cgilh.chel.su) Received: (from uucgilh@localhost) by mobil.surnet.ru (8.9.1a/8.9.1) with UUCP id VAA04425 for questions@FreeBSD.ORG; Wed, 19 Jan 2000 21:57:01 +0500 (ES) Received: (from uucp@localhost) by cgilh.chel.su (8.8.7/8.8.7) with UUCP id VAA02200 for questions@FreeBSD.ORG; Wed, 19 Jan 2000 21:07:04 +0500 Received: from localhost (ilia@localhost) by jane.cgu.chel.su (8.9.3/8.9.2) with ESMTP id VAA00649 for ; Wed, 19 Jan 2000 21:13:25 +0500 (ES) (envelope-from ilia@cgilh.chel.su) X-Authentication-Warning: jane.cgu.chel.su: ilia owned process doing -bs Date: Wed, 19 Jan 2000 21:13:21 +0500 (ES) From: Ilia Chipitsine X-Sender: ilia@jane.cgu.chel.su To: questions@FreeBSD.ORG Subject: URGENT: Acer Altos 7000 & onboard SCSI AIC7870 Message-ID: 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 -----BEGIN PGP SIGNED MESSAGE----- I would appreciate if somebody explained me why I can install FreeBSD on the above machine, but after reboot kernel couldn't find SCSI (from which it had just been loaded :-) anybody _EVER_ installed FreeBSD-3.3R or 3.4R onto Acer machine ?! should I try 2.2.8 instead ???? Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOIXipORxlWKN2EXhAQFAWQL+I95ZpSPmMKeR6/kuzIpx6ixt+fz7yIKH VZrhj6EYhbdODFgcnrw3MigRV0XLJqiF8ejm3aL1k1EpBDUwjz4EuCMCDihBPnoJ 4Y8lqxPfole02X8Lx7xOOHueSFT06egb =X4Dp -----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 Jan 19 9:35: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from acgva.net (acgva.net [216.54.63.29]) by hub.freebsd.org (Postfix) with SMTP id 812B715312 for ; Wed, 19 Jan 2000 09:34:53 -0800 (PST) (envelope-from dmaple@methos.net) Received: (qmail 41695 invoked from network); 19 Jan 2000 17:34:59 -0000 Received: from intra.acgva.net (HELO acgpdc) (216.54.63.4) by acgva.net with SMTP; 19 Jan 2000 17:34:59 -0000 From: "David C. Maple" To: Subject: Filesystem Error, Please help! Date: Wed, 19 Jan 2000 12:34:25 -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.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've got a problem with a bad block on one of my drives. Here's what I get from fsck: ** /dev/rwd1s1e ** Last Mounted on /old ** Phase 1 - Check Blocks and Sizes CANNOT READ: BLK 2492112 CONTINUE? [yn] y THE FOLLOWING DISK SECTORS COULD NOT BE READ: 2492190, 2492191, ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 8031 files, 456410 used, 5519467 free (7379 frags, 689011 blocks, 0.1% fragmentation) ***** FILE SYSTEM STILL DIRTY ***** ***** PLEASE RERUN FSCK ***** Any help would be appreciated. Thanks, Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 9:44:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.ibroadcast.net (ns1.ibroadcast.net [216.145.30.2]) by hub.freebsd.org (Postfix) with SMTP id 61EDC152C7 for ; Wed, 19 Jan 2000 09:44:46 -0800 (PST) (envelope-from majid@ibroadcast.net) Received: from darthmaul (darthmaul.ibroadcast.net [216.145.29.142]) by ns1.ibroadcast.net (8.9.3/8.8.8) with SMTP id JAA99852; Wed, 19 Jan 2000 09:43:26 -0800 (PST) X-Intended-For: freebsd-questions@FreeBSD.ORG Message-ID: <00bb01bf62a4$9c1f0360$8e1d91d8@ibroadcast.net> From: "Majid Almassari" To: "David C. Maple" , References: Subject: Re: Filesystem Error, Please help! Date: Wed, 19 Jan 2000 09:42:52 -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 ----- Original Message ----- From: David C. Maple To: Sent: Wednesday, January 19, 2000 9:34 AM Subject: Filesystem Error, Please help! > > Hi, I've got a problem with a bad block on one of my drives. > > Here's what I get from fsck: are you doing this in a single user mode? > ** /dev/rwd1s1e > ** Last Mounted on /old > ** Phase 1 - Check Blocks and Sizes > > CANNOT READ: BLK 2492112 > CONTINUE? [yn] y > > THE FOLLOWING DISK SECTORS COULD NOT BE READ: 2492190, 2492191, > ** Phase 2 - Check Pathnames > ** Phase 3 - Check Connectivity > ** Phase 4 - Check Reference Counts > ** Phase 5 - Check Cyl groups > 8031 files, 456410 used, 5519467 free (7379 frags, 689011 blocks, 0.1% > fragmentation) > > ***** FILE SYSTEM STILL DIRTY ***** > > ***** PLEASE RERUN FSCK ***** > > Any help would be appreciated. > > Thanks, > Dave > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Majid Almassari, MSEE, MCP. Systems Administrator iBroadcast, Inc. Phone: (206) 223-5540 Email: majid@ibroadcast.net http://www.ibroadcast.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 9:52: 0 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 F1148152F9 for ; Wed, 19 Jan 2000 09:51:55 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id LAA04045; Wed, 19 Jan 2000 11:51:51 -0600 (CST) (envelope-from dan) Date: Wed, 19 Jan 2000 11:51:51 -0600 From: Dan Nelson To: Dino Rivera Cc: freebsd-questions@FreeBSD.ORG, drivera@inktomi.com Subject: Re: NFS autoumount on FreeBSD 3.2 Message-ID: <20000119115151.A1306@dan.emsphone.com> References: <3.0.2.32.20000118213608.006a5db0@shell14.ba.best.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3.0.2.32.20000118213608.006a5db0@shell14.ba.best.com>; from "Dino Rivera" on Tue Jan 18 21:36:08 GMT 2000 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jan 18), Dino Rivera said: > Please cc: drivera@inktomi.com on the reply. > > Can anyone tell me if the Automount NFS feature rungs on FreeBSD 3.2? > I saw no mention of it on the F.A.Q. > > Problem: I'm exploring a filesystem from a Solaris 2.6 server, > and trying to mount it locally on a FreeBSD 3.2 system. > > I know the files that I need to configure are: > /etc/rc.conf > /etc/fstab If you want true automount support, just enable amd in /etc/rc.conf. It will create a /net tree that you can use to autmount any NFS share on your network. i.e. "cd /net/m1.company.com/usr" does the right thing. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 9:57:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.cpetc.com (hermes.cpetc.com [207.137.157.132]) by hub.freebsd.org (Postfix) with ESMTP id 4CAE215311 for ; Wed, 19 Jan 2000 09:57:22 -0800 (PST) (envelope-from david.burger@usa.net) Received: from portal.west.saic.com (portal.west.saic.com [198.151.12.15]) by hermes.cpetc.com (8.9.3/8.9.3) with SMTP id JAA22631 for ; Wed, 19 Jan 2000 09:58:21 -0800 (PST) Reply-To: From: "David Burger" To: Received: from dhcp34-122.hctg.saic.com by portal.west.saic.com via smtpd (for hermes.cpetc.com [207.137.157.132]) with SMTP; 19 Jan 2000 17:57:19 UT Subject: Help with nos-tun. Date: Wed, 19 Jan 2000 09:53:08 -0800 Message-ID: <000901bf62a6$0c4c8da0$7a220b0a@curly.hctg.saic.com> 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.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello all, I would first like to say thank you to everyone who supports and contributes to this list. You have all been a tremendous help in moving me from Windows NT to FreeBSD. On to my question.... I have two FreeBSD 3.2 machines at to separate locations. both are running NAT for networks on the 192.168.xxx.xxx network. 192.168.115.xxx is used at one location and 192.168.116.xxx is used at the other. what I would like to do is to use nos-tun to enable a tunnel between the two locations so the internal networks can communicate with each other. I have tried many things to get this working and I have had no luck. I read the man page but it is not very clear on exactly how to make this work. Can anyone help me with the configuration on this? I have the capability of adding more public addresses to each machine if this is what I have to do. Thank you all very much. - ------------------------------------------------------------------------ David Burger david.burger@usa.net PGP Public Key is available at: http://www.deadbbs.com/pgp/davidburger.asc "Half the world is composed of idiots, the other half of people clever enough to take indecent advantage of them." -Walter Kerr -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.2 for non-commercial use iQA/AwUBOIX6BBGKP5i7ErBtEQJyYgCfSpwRSXYRgTtyaHxFb5vTuLLbvtsAoOUh Xv/v8ILrqroGc8JwWh2Ioe9e =QWN0 -----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 Jan 19 10:13:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id AE9E715315 for ; Wed, 19 Jan 2000 10:13:30 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2174.bossig.com [208.26.242.174]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.5) with ESMTP id ; Wed, 19 Jan 2000 10:21:07 -0800 Message-ID: <3885FED2.79117FCF@3-cities.com> Date: Wed, 19 Jan 2000 10:13:38 -0800 From: Kent Stewart Organization: BOSSig X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Chris.Smith@raytheon.co.uk Cc: Brett Taylor , freebsd-questions@freebsd.org Subject: Re: silly netscape menu question References: <0025686B.0052EFA0.00@rslhub.raytheon.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris.Smith@raytheon.co.uk wrote: > > Hi, > > At least your Netscape works 'relatively' properly. Mine wont allow > colo(u)r selection in any of the dialogs plus the tab controls dont work! > I have to tread very carefully also, because it 'Bus Errors' on certain > pages (inconsistently). Lovely piece of software :-) There are some entries in Netscape FAQ page for Unix. Most of them deal with JAVA not running right because of x-fonts or environmental paths not being set properly. They are located at http://help.netscape.com/kb/consumer/19990221-4.html I don't know is this is your problem or not. > > Chris Smith > Raytheon Systems Limited > > PS ***************************************************** > > Has anyone who reads this got SPAM from the so so so obviously forged > "AK@255.20.136.918" at all. If so can you _please!!_ send me the headers > as I'm trying to get the bas*ard. I'm trying to work out if my address was > harvested from here or some other lists. This is causing real problems > here. I haven't seen this one. Kent > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html 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 Jan 19 10:14:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 427DE15318 for ; Wed, 19 Jan 2000 10:14:25 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id TAA22396; Wed, 19 Jan 2000 19:14:23 +0100 (CET) (envelope-from olli) Date: Wed, 19 Jan 2000 19:14:23 +0100 (CET) Message-Id: <200001191814.TAA22396@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: Detecting when your parent process dies. X-Newsgroups: list.freebsd-questions In-Reply-To: <864juk$2uk0$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Scott Hess wrote in list.freebsd-questions: > I may not have been complete enough in my description. I'm using rfork() > _without_ RFFDG or RFCFDG. This means that the parent and child share file > descriptor tables. That means that the above fix won't work, because even > if the parent process exits, the pipe will still be open on both ends (as > long as one or more children live), so you'll never detect EOF. > > I suspect that this also means that most file descriptor based tricks won't > work, because of the shared file descriptor table. In that case, there is no other way except polling the PID (which is not only inefficient, but also not reliable). Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 10:16:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 922A4153BB for ; Wed, 19 Jan 2000 10:16:37 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id TAA22458; Wed, 19 Jan 2000 19:16:36 +0100 (CET) (envelope-from olli) Date: Wed, 19 Jan 2000 19:16:36 +0100 (CET) Message-Id: <200001191816.TAA22458@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: harware help X-Newsgroups: list.freebsd-questions In-Reply-To: <864k65$2usm$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 btwo cfuor wrote in list.freebsd-questions: > another question is that do FreeBSD support USB ? http://www.etla.net/~n_hibma/usb/usb.pl Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 10:19:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.prod.itd.earthlink.net (hawk.prod.itd.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id 09B0E15388 for ; Wed, 19 Jan 2000 10:19:22 -0800 (PST) (envelope-from owensmk@earthlink.net) Received: from earthlink.net (sdn-ar-001txfworP247.dialsprint.net [168.191.176.9]) by hawk.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id KAA20466 for ; Wed, 19 Jan 2000 10:19:20 -0800 (PST) Message-ID: <388600E7.A32CE189@earthlink.net> Date: Wed, 19 Jan 2000 12:22:31 -0600 From: Mike Owens X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Dialin server basics 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 trying to set up a dialin server for my office using FreeBSD. I thought it might be most cost-effecitive if we used multiport boards, like a rocketport board, so that we can easily add to the server. I know there is documentation concerning setting up PPP dialin, but am not sure how to apply this to/use a multiport modem board. Could someone tell me if there is any good documentation on doing this? or the best boards to use, etc.? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 10:28:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id A2BA51533B for ; Wed, 19 Jan 2000 10:28:14 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id TAA22610; Wed, 19 Jan 2000 19:28:13 +0100 (CET) (envelope-from olli) Date: Wed, 19 Jan 2000 19:28:13 +0100 (CET) Message-Id: <200001191828.TAA22610@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: time sync problem--ntpdate AND xntpd?? X-Newsgroups: list.freebsd-questions In-Reply-To: <864n5j$30mu$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Sean Noonan wrote in list.freebsd-questions: > [...] > Until I read this in man ntpdate: "Ntpdate will decline to set the date > if an NTP server (e.g. xntpd(8)) is running on the same host". > > So, what should I do? It didn't/doesn't make sense to me to have all of > my worksatations use internet bandwidth to check time; better to have one > check the time and the the rest get their time from it. > > What am I missing, conceptually? What are my alternatives? Is their a > NTP proxy I could run on my firewall? "ntpdate" sets the clock just once and then exits. "xntpd" is a daemon which runs in the background and corrects the clock continously. It synchronizes with one or more servers on the net every now and then (it doesn't take much bandwidth, so there is no reason to worry). It's even clever enough to calculate the drift of your local clock, so it can correct it even if there is no network connection for some time. However, "xntpd" only works if the clock is "about right" already. It refuses to touch the clock if the deviation is larger than 5 minutes, because in that case it thinks that something is seriously wrong. "xntpd" tries not to make "steps", but rather speeds the local clock up slightly or slows it down slightly, in order to correct for the drift. Therefore, you usually run _both_ "ntpdate" and "xntpd". First "ntpdate", in order to correct the clock once, no matter what. The you run "xntpd" in the background to keep the time in sync with the world. In FreeBSD, this is pretty easy to configure, just set ntpdate_enable and xntpd_enable both to "YES" in your /etc/rc.conf file (see /etc/defaults/rc.conf for the default values). Then you'll have to create an /etc/ntp.conf file (see the manpage for details) which contains the servers which you want to use for NTP. Note that "xntpd" can be used as a server and as a client, or both at the same time. That is, you can run xntpd in server+client mode on one box which syncs with some NTP servers out there on the net. Then you can run "xntpd" clients on other machines of yours to sync to your server. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 10:28:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from acgva.net (acgva.net [216.54.63.29]) by hub.freebsd.org (Postfix) with SMTP id E0F3215329 for ; Wed, 19 Jan 2000 10:28:45 -0800 (PST) (envelope-from dmaple@methos.net) Received: (qmail 43674 invoked from network); 19 Jan 2000 18:28:54 -0000 Received: from intra.acgva.net (HELO acgpdc) (216.54.63.4) by acgva.net with SMTP; 19 Jan 2000 18:28:54 -0000 From: "David C. Maple" To: Subject: RE: Filesystem Error, Please help! Date: Wed, 19 Jan 2000 13:28:20 -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: <00bb01bf62a4$9c1f0360$8e1d91d8@ibroadcast.net> X-Mimeole: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not for that example, but I get the same problem when I do run in single user mode. Dave -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Majid Almassari Sent: Wednesday, January 19, 2000 12:43 PM To: David C. Maple; freebsd-questions@FreeBSD.ORG Subject: Re: Filesystem Error, Please help! ----- Original Message ----- From: David C. Maple To: Sent: Wednesday, January 19, 2000 9:34 AM Subject: Filesystem Error, Please help! > > Hi, I've got a problem with a bad block on one of my drives. > > Here's what I get from fsck: are you doing this in a single user mode? > ** /dev/rwd1s1e > ** Last Mounted on /old > ** Phase 1 - Check Blocks and Sizes > > CANNOT READ: BLK 2492112 > CONTINUE? [yn] y > > THE FOLLOWING DISK SECTORS COULD NOT BE READ: 2492190, 2492191, > ** Phase 2 - Check Pathnames > ** Phase 3 - Check Connectivity > ** Phase 4 - Check Reference Counts > ** Phase 5 - Check Cyl groups > 8031 files, 456410 used, 5519467 free (7379 frags, 689011 blocks, 0.1% > fragmentation) > > ***** FILE SYSTEM STILL DIRTY ***** > > ***** PLEASE RERUN FSCK ***** > > Any help would be appreciated. > > Thanks, > Dave > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Majid Almassari, MSEE, MCP. Systems Administrator iBroadcast, Inc. Phone: (206) 223-5540 Email: majid@ibroadcast.net http://www.ibroadcast.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 Wed Jan 19 10:33:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from menno.bethelks.edu (menno.bethelks.edu [198.248.162.1]) by hub.freebsd.org (Postfix) with ESMTP id B216315211 for ; Wed, 19 Jan 2000 10:33:11 -0800 (PST) (envelope-from ladd@bethelks.edu) Received: from landru.bethelks.edu ([198.248.162.7]) by menno.bethelks.edu (8.9.1a/8.9.1) with SMTP id MAA21313 for ; Wed, 19 Jan 2000 12:33:07 -0600 (CST) Message-ID: <000601bf62ab$e67944a0$1500a8c0@bethelks.edu> From: "Ladd J. Epp" To: Subject: MySQL-Server not installing Date: Wed, 19 Jan 2000 12:35:01 -0600 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.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, I just set up FreeBSD 3.4-20000110-STABLE on an AMD Green 486/120 w/ 16M RAM. I'm having troubles installing the MySQL SERVER in /stand/sysinstall (it is returning error codes and not installing). Has anyone had troubles with this? If so, what do I need to do to get around this problem? The MySQL client, as well as any other package that I have tried to install so far installs successfully. Thanks and Cheers! ~Ladd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 10:40:31 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 170DC152D7 for ; Wed, 19 Jan 2000 10:40:17 -0800 (PST) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP for freebsd-questions@freebsd.org; Wed, 19 Jan 2000 19:40:24 +0100 Received: from sun33.mni.fh-giessen.de ([134.176.183.133]) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 12B01Z-00039j-00 for freebsd-questions@freebsd.org; Wed, 19 Jan 2000 19:40:09 +0100 Received: from localhost (hg9456@localhost) by sun33.mni.fh-giessen.de (8.9.3+Sun/8.8.8) with ESMTP id TAA09828 for ; Wed, 19 Jan 2000 19:41:00 +0100 (MET) X-Authentication-Warning: sun33.mni.fh-giessen.de: hg9456 owned process doing -bs Date: Wed, 19 Jan 2000 19:40:59 +0100 (MET) From: Ariel Burbaickij X-Sender: hg9456@sun33 To: freebsd-questions@freebsd.org Subject: Are my questions willingly ignored ? Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hullo.In last 5 days I sent 3 questions.None of them were answered are you ignoring me due to some reason or does mailserver just not work proper ? In case you DO ignore me,please give me some hint why.So that we can settle it. kind regards, Ariel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 10:47:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from squid.tznet.com (squid.tznet.com [206.31.5.7]) by hub.freebsd.org (Postfix) with ESMTP id 84F7A1520D for ; Wed, 19 Jan 2000 10:47:33 -0800 (PST) (envelope-from tech@squid.tznet.com) Received: from localhost (tech@localhost) by squid.tznet.com (8.9.3/8.9.2) with ESMTP id MAA04239; Wed, 19 Jan 2000 12:47:38 -0600 (CST) (envelope-from tech@squid.tznet.com) Date: Wed, 19 Jan 2000 12:47:38 -0600 (CST) From: "Scott Pilz, T-Net Inc." To: Ariel Burbaickij Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Are my questions willingly ignored ? 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 received your message, for the record :-) Altho I did not receive any prior messages by you. (I'm sure it has somthing to do with me getting onto the mailing list just for the first time this morning). On Wed, 19 Jan 2000, Ariel Burbaickij wrote: > Hullo.In last 5 days I sent 3 questions.None of them were answered are > you ignoring me due to some reason or does mailserver just not work proper > ? > In case you DO ignore me,please give me some hint why.So that we can > settle it. > > > kind regards, > > Ariel > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 10:54:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.ibroadcast.net (ns1.ibroadcast.net [216.145.30.2]) by hub.freebsd.org (Postfix) with SMTP id A3FC1152F9 for ; Wed, 19 Jan 2000 10:54:51 -0800 (PST) (envelope-from majid@ibroadcast.net) Received: from darthmaul (darthmaul.ibroadcast.net [216.145.29.142]) by ns1.ibroadcast.net (8.9.3/8.8.8) with SMTP id KAA66006; Wed, 19 Jan 2000 10:53:38 -0800 (PST) X-Intended-For: questions@FreeBSD.ORG Message-ID: <013401bf62ae$6a9e8b30$8e1d91d8@ibroadcast.net> From: "Majid Almassari" To: "Ladd J. Epp" , References: <000601bf62ab$e67944a0$1500a8c0@bethelks.edu> Subject: Re: MySQL-Server not installing Date: Wed, 19 Jan 2000 10:53:03 -0800 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.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: Ladd J. Epp To: Sent: Wednesday, January 19, 2000 10:35 AM Subject: MySQL-Server not installing > Hello all, > > I just set up FreeBSD 3.4-20000110-STABLE on an AMD Green 486/120 w/ 16M > RAM. I'm having troubles installing the MySQL SERVER in /stand/sysinstall > (it is returning error codes and not installing). Has anyone had troubles > with this? I'm not sure if anyone had run into this problem before in the 3.4 Release. > If so, what do I need to do to get around this problem? Try installing it from /usr/ports/databases/mysql3xxx. Hopefully that helps. > The MySQL client, as well as any other package that I have tried to install so > far installs successfully. > > Thanks and Cheers! > ~Ladd > > > > 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 Jan 19 10:55: 5 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 71A3D15352 for ; Wed, 19 Jan 2000 10:55:02 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id TAA04499 for ; Wed, 19 Jan 2000 19:55:01 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id TAA12768 for ; Wed, 19 Jan 2000 19:55:13 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id TAA45844 for questions@freebsd.org; Wed, 19 Jan 2000 19:55:06 +0100 (CET) Date: Wed, 19 Jan 2000 19:55:06 +0100 (CET) From: Christoph Kukulies Message-Id: <200001191855.TAA45844@gil.physik.rwth-aachen.de> To: questions@freebsd.org Subject: killall strangeness Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD 3.3: When I do a ssh and do a subsequent killall ssh the ssh process gets killed. Fine. When I have alias rlogin ssh in .cshrc and do a killall ssh it doesn't get killed killall rlogin doesn't work either then. -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 10:56:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.beastie.net (cr13646-a.lngly1.bc.wave.home.com [24.113.138.52]) by hub.freebsd.org (Postfix) with ESMTP id 363B21530D for ; Wed, 19 Jan 2000 10:56:25 -0800 (PST) (envelope-from beastie@beastie.net) Received: from [204.244.161.229] (helo=ws6) by www.beastie.net with smtp (Exim 3.03 #1) id 12B0Fo-000C1P-00; Wed, 19 Jan 2000 10:54:52 -0800 Message-ID: <005701bf62ae$dbe4cde0$e5a1f4cc@office.uniserve.ca> From: "Beastie" To: "Jeroen Ruigrok/Asmodai" Cc: References: <002801bf615b$a389d2a0$0201a8c0@uniserve.com> <20000119001628.Y12908@daemon.ninth-circle.org> <001501bf620b$fe070b20$0201a8c0@uniserve.com> <20000119093432.A24578@daemon.ninth-circle.org> Subject: Re: NNTP & CNEWS Date: Wed, 19 Jan 2000 10:56:13 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I'm starting a small business, and all I really want are maybe 3 to 6 newsgroups, all of which would be hosted by myself. I don't intend to have interaction with any other news servers at all, the entire purpose is for my immediate customers to get updates over the internet. I've removed the two packages ("nntp-1.5.12.2.tgz" and "cnews-cr.g.tgz") and installed "inn-2.2.1.tgz", however I'm quite new at this stuff, and don't know what to do yet. I had CNEWS working after a few hours of trial and error, but I still haven't figured out how to use INN. I'm sure I need to have those active and active.times files in order to have newsgroups, but I don't know where to put them, or the format to use. The only reference I have was when I created a newsgroup with CNEWS, and it modified the active file for me. I'm sure INN does the same thing if I can get it to work, but I keep getting a message when I try to run ctlinnd to make a new newsgroup. The error message is: Can't setup communication (bind failure) No such file or directory. hahaha... I sure do suck at this... I probably misconfigured inn.conf. Again, I'm very new at this, and I don't have any documentation except the manpages for innd and nnrpd. I'm not sure how those two daemons interact with each other, I would expect that nnrpd is spawned when someone logs in on port 119, and that innd processes the news articles and such. It would be great if you could recommend a site or anything where I can learn how newsgroups work in the first place. I find I get better results setting these things up when I at least know what's supposed to be going on. =) Thanks again for your help!! :) -David Fuchs ----- Original Message ----- From: Jeroen Ruigrok/Asmodai To: David Fuchs Cc: Sent: Wednesday, January 19, 2000 00:34 Subject: Re: NNTP & CNEWS > -On [20000119 04:00], David Fuchs (beastie@beastie.net) wrote: > >:( Oops... sorry then, I'll give INN a try. It's only been 3 days since I > >decided to run a news server.. so I'm still learning. Thanks a lot for your > >help though, it's greatly appreciated!! > > That's ok. > > You just happened to be spotted by someone who's doing news > administration for an ISP ;) > > But let me re-ask a question I asked, what are your newsserver demands? > > Are you a small site whom uses an upstream privuder for news to read a > few groups or are you in need of a full feed (the odd 90-100 GB a day)? > > -- > Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] > Documentation nutter/B-rated Coder BSD: Technical excellence at its best > The BSD Programmer's Documentation Project > The End has just begun... > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 11: 1: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from radius.wavefire.com (radius.workfire.net [139.142.95.252]) by hub.freebsd.org (Postfix) with SMTP id D1BA214E13 for ; Wed, 19 Jan 2000 11:00:57 -0800 (PST) (envelope-from swen@wavefire.com) Received: (qmail 29506 invoked from network); 19 Jan 2000 19:00:57 -0000 Received: from unknown (HELO swen) (139.142.167.220) by radius.workfire.net with SMTP; 19 Jan 2000 19:00:57 -0000 Message-Id: <3.0.32.20000119110214.01531100@mail.wavefire.com> X-Sender: swen@mail.wavefire.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 19 Jan 2000 11:02:15 -0800 To: "Mikhail Evstiounin" , "Alexey N. Dokuchaev" , "R Joseph Wright" From: Chameleon Subject: Re: Windows 98 Cc: Mime-Version: 1.0 Content-Type: text/enriched; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 10:56 AM 1/15/00 -0500, Mikhail Evstiounin wrote: > >From: Alexey N. Dokuchaev < >To: R Joseph Wright < >Subject: Re: Windows 98 > > >>> FreeBSD, like win98, is an operating system. >> >>You gotta be kiddin' here, right? ;-) > > >Alexey, it's about calssification, it's not about quality of each >instance:-) >Win XXX is bad but sill OS. > actually... isn't Windows 95/98 an Operating Enviroment.. not a Operating system?? Since the fact is that they still require DOS to run... no matter how much they try to cover it up with a fancy shell... Swen >> >> >> ,--------------------------------------, ____ ___ _______ >> | Alexey N. Dokuchaev, more commonly | / __/______ ___ / _ )/ __/ _ \ >> | known as DAN Fe | / _// __/ -_) -_) _ |\ \/ // / >> | | /_/ /_/ __/__/____/___/____/ >> | Novosibirsk State University `-------- The Power to >Serve --------, >> | Scientific Study Center Computer Lab >| >> | >| >> | email: danfe@inet.ssc.nsu.ru homepage: >http://inet.ssc.nsu.ru/~danfe/ | >> | ICQ UIN: 38934845 >| >> >`--------------------------------------------------------------------------- >' >> >>A good conspiracy is unprovable. I mean, if you can prove it, it means >they >>screwed up somewhere along the line. >> >> Jerry Fletcher from Conspiracy Theory >> >> >> >>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 > > Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 11: 3: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.cpetc.com (hermes.cpetc.com [207.137.157.132]) by hub.freebsd.org (Postfix) with ESMTP id 5D26115211 for ; Wed, 19 Jan 2000 11:03:05 -0800 (PST) (envelope-from kahn@deadbbs.com) Received: from erin-laptop (mongo.sdccd.cc.ca.us [209.129.16.5]) by hermes.cpetc.com (8.9.3/8.9.3) with SMTP id LAA22973; Wed, 19 Jan 2000 11:03:51 -0800 (PST) From: "Kahn" To: "'Ariel Burbaickij'" , Subject: RE: Are my questions willingly ignored ? Date: Wed, 19 Jan 2000 11:08:56 -0800 Message-ID: <000f01bf62b0$a27e1000$4e14be0a@erin-laptop.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 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Importance: Normal In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG O.K. Now that "WE" have your email, what are the questions? Erin mailto:kahn@deadbbs.com http:\\www.deadbbs.com http:\\www.fortenberry.net "You've got a death wish. That's so selfish. I have one too, but I direct it toward others." > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Ariel > Burbaickij > > Hullo.In last 5 days I sent 3 questions.None of them were answered are > you ignoring me due to some reason or does mailserver just > not work proper > ? > In case you DO ignore me,please give me some hint why.So that we can > settle it. > > > kind regards, > > Ariel > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 11: 3:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nautilus.shore.net (nautilus.shore.net [207.244.124.104]) by hub.freebsd.org (Postfix) with ESMTP id 383FA1520D for ; Wed, 19 Jan 2000 11:03:32 -0800 (PST) (envelope-from rothenberg@automationonline.com) Received: from intelligent.subnet.shore.net (baffle) [209.58.134.62] by nautilus.shore.net with smtp (Exim) for freebsd-questions@freebsd.org id 12B0O2-0000gt-00; Wed, 19 Jan 2000 14:03:22 -0500 Message-ID: <003b01bf62b0$2c4eef80$3301a8c0@baffle.ias.com> Reply-To: "Michael Rothenberg" From: "Michael Rothenberg" To: "8 BSD Qs" Subject: Newbie Q: Packages or Ports? Date: Wed, 19 Jan 2000 14:05:27 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I read about a problem going through packages and /stand/sysinstall and the reply was go try it through the ports collection. So far I have installed 2 things from ports and not a thing from packages.... what is the difference between them? Is one better then the other? Enjoy! -Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 11: 6:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id E12101539A for ; Wed, 19 Jan 2000 11:06:40 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id UAA23446; Wed, 19 Jan 2000 20:06:39 +0100 (CET) (envelope-from olli) Date: Wed, 19 Jan 2000 20:06:39 +0100 (CET) Message-Id: <200001191906.UAA23446@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: Are my questions willingly ignored ? X-Newsgroups: list.freebsd-questions In-Reply-To: <8650i7$6el$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Ariel Burbaickij wrote in list.freebsd-questions: > Hullo.In last 5 days I sent 3 questions.None of them were answered are > you ignoring me due to some reason or does mailserver just not work proper > ? > In case you DO ignore me,please give me some hint why.So that we can > settle it. OK, here are my reasons... Your first posting contained BASE64 encoded attachments which my newsreader does not support. Tough luck. (I never understand why people send plain-text attachments as unreadable BASE64...) The second one (about your homework) was off-topic, so I skipped it. Finally, I didn't feel able to answer the third one, because I don't know much about BeOS. Someone else might answer it. You didn't ask it long ago anyway. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 11:14: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from apogee.whack.org (apogee.whack.org [209.152.153.2]) by hub.freebsd.org (Postfix) with ESMTP id 3304315308 for ; Wed, 19 Jan 2000 11:13:59 -0800 (PST) (envelope-from andrew@whack.org) Received: from andrew by apogee.whack.org with local (Exim 2.12 #1) id 12B0YG-0001Zx-00; Wed, 19 Jan 2000 11:13:56 -0800 Date: Wed, 19 Jan 2000 11:13:56 -0800 From: Andrew Perkins To: freebsd-questions@freebsd.org Cc: rlojek@myprimetime.com Subject: broken? linux_base-5.2 + 3.4-REL + Netscape Communicator 4.7 (linux) Message-ID: <20000119111356.A5295@violet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello everyone, I have recently installed several i686 class machines with: FreeBSD 3.4-RELEASE and pkg_add'ed: linux_base-5.2.tgz rpm-2.5.6.tgz It seems that Netscape Communicator 4.7 (linux, elf) will not run properly under this configuration. It dumps core (SEGV) if: LD_LIBRARY_PATH=/lib:/usr/lib:/usr/X11R6/lib:/usr/local/lib If LD_LIBRARY_PATH is unset, it loads but fails to run properly (i.e. interface runs extremely slowly, seeming dns timeouts, etc). (Yes, everything else is working fine...). I have an extremely similar i686 class configuration: FreeBSD 3.3-STABLE and pkg_add'ed: linux_base-5.2.tgz rpm-2.5.5.tgz Under which Netscape Communicator 4.7 (linux, elf) runs great, even with LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib Does this reflect a problem with linux_base-5.2, or 3.4-RELEASE? Any ideas? Cordially, _____________________________________________ Andrew Perkins andrew@violet.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 11:26:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from zagnut.hotpop.com (zagnut.hotpop.com [204.57.55.32]) by hub.freebsd.org (Postfix) with ESMTP id ACE3014EE5 for ; Wed, 19 Jan 2000 11:26:33 -0800 (PST) (envelope-from kamidesu@hotpop.com) Received: from wingate (unknown [209.198.236.124]) by zagnut.hotpop.com (Postfix) with SMTP id 6D654639C2 for ; Wed, 19 Jan 2000 14:26:06 -0500 (EST) From: m To: freebsd-questions@FreeBSD.ORG Subject: Re: IPFW doesn't log. In-Reply-To: <20000119114348.B70681@relay.ucb.crimea.ua> References: <20000119092812.8549E639CB@zagnut.hotpop.com> <20000119114348.B70681@relay.ucb.crimea.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver 1.25.07 Message-Id: <20000119192606.6D654639C2@zagnut.hotpop.com> Date: Wed, 19 Jan 2000 14:26:06 -0500 (EST) X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > !ppp > > *.* /var/log/ipfw.log > > > > My ipfw.log file is empty. I searched for "log" in IPFW man page. My > > guess is that IPFW rules for logging are not enabled by default. > > > > Answers? thank you a lot. > > > Change "!ppp" to "!ipfw" in /etc/syslog.conf ;=) oopps, sorry, it was midnight, it says !IPFW and when I reboot "Logging disabled". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 11:35:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.yipinet.com (mail.yipinet.com [216.237.161.67]) by hub.freebsd.org (Postfix) with ESMTP id 1095915353 for ; Wed, 19 Jan 2000 11:35:23 -0800 (PST) (envelope-from mightymax@yipinet.com) Received: from minimax ([172.16.1.201]) by mail.yipinet.com (8.9.3/8.8.7) with SMTP id LAA16693 for ; Wed, 19 Jan 2000 11:34:04 -0800 Message-ID: <012701bf62b4$49b99e40$c90110ac@yipinet.com> From: "Max" To: "FreeBSD-Questions" Subject: Installation onto Compaq Raid Controller Date: Wed, 19 Jan 2000 11:35:04 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.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 need to install FreeBSD 3.4 Stable onto a Compaq Server with a Compaq 221 raid controller. The root filesystem will be on the raid volume. The machine will boot with the CD but the installation fails because it cannot recognize the raid controller or the volume on the raid controller. How do I make installation floppies that I can use install freebsd onto this machine. And what kernel options do I want to use for the raid controller? The machine is a Compaq 2500 with dual PPro 200, 256MB Ram, Smart 221 Raid Controller, 4 hot swap 9GB drives in Raid 5 configuration. Thanks for your help. Max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 11:40:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from math.udel.edu (math.udel.edu [128.175.16.7]) by hub.freebsd.org (Postfix) with ESMTP id A265D15352 for ; Wed, 19 Jan 2000 11:40:38 -0800 (PST) (envelope-from schwenk@math.udel.edu) Received: from math.udel.edu (sisyphus.math.udel.edu [128.175.16.167]) by math.udel.edu (8.9.3+Sun/8.9.1) with ESMTP id OAA16889; Wed, 19 Jan 2000 14:40:25 -0500 (EST) Message-ID: <38861329.29E19FD6@math.udel.edu> Date: Wed, 19 Jan 2000 14:40:25 -0500 From: Peter Schwenk Organization: University of Delaware X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.7 sun4u) X-Accept-Language: en, fr, de, ko MIME-Version: 1.0 To: Michael Rothenberg Cc: 8 BSD Qs Subject: Re: Newbie Q: Packages or Ports? References: <003b01bf62b0$2c4eef80$3301a8c0@baffle.ias.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Packages are pre-compiled binaries and supporting files squashed into a .tgz file. The /stand/sysinstall installs the files in the proper place and updates the package database. Ports are Makefiles and supporting files that are used to automatically grab the source from somewhere and build it. The package database is also updated once you 'make install' the port. The ports are usually better because they get updated frequently. The packages, as far as I know, only get built for a RELEASE of FreeBSD. Michael Rothenberg wrote: > I read about a problem going through packages and /stand/sysinstall and the > reply was go try it through the ports collection. So far I have installed 2 > things from ports and not a thing from packages.... what is the difference > between them? Is one better then the other? > > Enjoy! > > -Michael > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- PETER SCHWENK | UNIX System Administrator Department of Mathematical Sciences | University of Delaware schwenk@math.udel.edu | (302)831-0437 <-NEW!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 11:43:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 205F315354 for ; Wed, 19 Jan 2000 11:43:04 -0800 (PST) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcB-039.sub-b.lee.net [208.205.125.39]) by trinity.lee.net (8.9.1/8.9.0) with ESMTP id NAA03369; Wed, 19 Jan 2000 13:42:44 -0600 Message-ID: <388614B8.277E685@journalstar.com> Date: Wed, 19 Jan 2000 13:47:04 -0600 From: Tony Wells X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Michael Rothenberg Cc: 8 BSD Qs Subject: Re: Newbie Q: Packages or Ports? References: <003b01bf62b0$2c4eef80$3301a8c0@baffle.ias.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Michael Rothenberg wrote: > > I read about a problem going through packages and /stand/sysinstall and the > reply was go try it through the ports collection. So far I have installed 2 > things from ports and not a thing from packages.... what is the difference > between them? Is one better then the other? > Packages are pre-compiled, ports are not. (They're source code) Packages are faster and easier to install, but seem to lag a bit behind ports for changes. > Enjoy! > > -Michael > > 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 Jan 19 12:39:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.yipinet.com (mail.yipinet.com [216.237.161.67]) by hub.freebsd.org (Postfix) with ESMTP id ACD7C14CF1 for ; Wed, 19 Jan 2000 12:39:27 -0800 (PST) (envelope-from max.clark@yipinet.com) Received: from minimax ([172.16.1.201]) by mail.yipinet.com (8.9.3/8.8.7) with SMTP id MAA19192 for ; Wed, 19 Jan 2000 12:38:10 -0800 From: "Max Clark" To: Subject: Console on serial port? Date: Wed, 19 Jan 2000 12:39:10 -0800 Message-ID: <000f01bf62bd$3df3ebc0$c90110ac@yipinet.com> 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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am in the process of compiling a kernel for one of my FreeBSD machines and I would like to put the console on the serial port. How do you do this? The current line is device sc0 at isa? tty Thanks -- Max e. mightymax@yipinet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 12:40:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cmave.usda.ufl.edu (www.usda.ufl.edu [128.227.252.198]) by hub.freebsd.org (Postfix) with ESMTP id 47B17150C6 for ; Wed, 19 Jan 2000 12:40:50 -0800 (PST) (envelope-from bjohnson@gainesville.usda.ufl.edu) Received: from gainesville.usda.ufl.edu ([10.5.3.13]) by cmave.usda.ufl.edu (8.8.8/8.8.8) with ESMTP id PAA00510; Wed, 19 Jan 2000 15:40:48 -0500 (EST) (envelope-from bjohnson@gainesville.usda.ufl.edu) Message-ID: <3886214F.A2ED23B8@gainesville.usda.ufl.edu> Date: Wed, 19 Jan 2000 15:40:47 -0500 From: Bob Johnson Organization: USDA ARS CMAVE, Gainesville, Florida X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Cc: jeff@flrtn1.occa.home.com Subject: RE: SIG 11 with sysinstall Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The 3.4-RELEASE has a problem in the install program that seems to cause signal 11s. There are a few ways to get around it, but the most straightforward is probably to download the fixed MFSROOT floppy image from ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/3.4-RELEASE/floppies/updates/ and do the installation from it (along with the existing KERN floppy). You should also read the on-line errata for the release at ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/3.4-RELEASE/ERRATA.TXT If you don't want to re-install, I guess you will need to CVSUP the -STABLE source and rebuild your system, or perhaps you could simply copy /stand/sysinstall from the good MFSROOT floppy. -- Bob > Date: Mon, 17 Jan 2000 19:36:49 -0800 > From: jeff > Subject: SIG 11 with sysinstall > > Hello-I have just tried to install, by cd, my new copy of 3.4-Release and > ran into an odd problem-The installation went (as usual) flawlessly until I > tried to get back into the distributions page to install the games and > dictionary distribs-I got a signal 11 and the installation failed at that > point-I went ahead and rebooted and every thing seemed O.K. (the genious of > the whole thing is that even for a non-programmer the work arounds were > simple and effective) but I am wondering if it is something on the cdrom set > or something I am missing-I went ahead and built both pgp and mutt with no > problems. I tried to use sysinstall after installation and got the same > error-I did a quick check of the mailing list archive but found nothing even > close to this odd behavior-Any info or pointers to elsewhere will be geatly > appreciated. Jeff Phillips > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 12:42:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 8EE09151F5 for ; Wed, 19 Jan 2000 12:42:22 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp38-pa4.neomedia.it [195.103.207.230]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id VAA26944 for ; Wed, 19 Jan 2000 21:42:16 +0100 (CET) From: Salvo Bartolotta Date: Wed, 19 Jan 2000 20:44:04 GMT Message-ID: <20000119.20440400@bartequi.ottodomain.org> Subject: Re: Newbie Q: Packages or Ports? To: freebsd-questions@FreeBSD.ORG In-Reply-To: <003b01bf62b0$2c4eef80$3301a8c0@baffle.ias.com> References: <003b01bf62b0$2c4eef80$3301a8c0@baffle.ias.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 1/19/00, 8:05:27 PM, "Michael Rothenberg"=20 wrote regarding Newbie Q: Packages or = Ports?: > I read about a problem going through packages and /stand/sysinstall=20 and the > reply was go try it through the ports collection. So far I have=20 installed 2 > things from ports and not a thing from packages.... what is the=20 difference > between them? Is one better then the other? > Enjoy! > -Michael Dear Michael Rothenberg, personally, I use the ports as much as possible.=20 The reason for this: please install one and have a look at the way it=20 works. To accomplish this, you might want to read "man script", and=20 record your port session. The port mechanism adapts a piece of software to your *specific*=20 system. After reading the handbook on this topic, if you want to learn=20 about the "gory" details, you might want to have a look at the=20 bsd.port.mk file, which is found in /usr/ports/Mk . One short off-topic consideration.=20 The Ports Collection is not only a means of easily installing and=20 using ported software, but also represents the work, endeavo(u)r and=20 passions of the best FreeBSD-ers; in other words, it is the Living=20 Spirit of the FreeBSD Community.=20 Best regards, Salvo Please note: myfakedomain =3D=3D=3D> neomedia.it to e-mail to me. = =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 13: 4: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.ibroadcast.net (ns1.ibroadcast.net [216.145.30.2]) by hub.freebsd.org (Postfix) with SMTP id 4523A14A09 for ; Wed, 19 Jan 2000 13:03:57 -0800 (PST) (envelope-from majid@ibroadcast.net) Received: from darthmaul (darthmaul.ibroadcast.net [216.145.29.142]) by ns1.ibroadcast.net (8.9.3/8.8.8) with SMTP id NAA83382; Wed, 19 Jan 2000 13:02:55 -0800 (PST) X-Intended-For: freebsd-questions@FreeBSD.ORG Message-ID: <020c01bf62c0$7a22d810$8e1d91d8@ibroadcast.net> From: "Majid Almassari" To: "Rocky Lau" , Cc: References: <007901bf6217$f1f50600$601c840a@rocky> Subject: Re: Help about the RAID CARD Date: Wed, 19 Jan 2000 13:02:20 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0209_01BF627D.6BC3EEA0" 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_0209_01BF627D.6BC3EEA0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable Here is a reply that I got yesterday that might help you. Thanx to Mike. My original question was: >Does any one know if FreeBSD Release 3.4 supports the Adaptec Ultra2 = =3D >RAID cards Model AAA-133U2. I looked through the Release Notes did not = =3D >see it listed among the Disk Controllers. Advise and suggestions are = =3D >appreciated. It is not supported. Most likely candidates for support are DTP, Mylex = and the AMIMegaRAID. See http://www.freebsd.org/~msmith/RAID for drivers = for STABLE for the Mylex and MegaRAID. Although the drivers are prelim, I = have had good luck with two test boxes on a DAC960PL and an 1428MegaRAID = running RAID 0,1 and 5. Note, there are no management applications yet, so you will have to boot to LINUX or DOS or to the card's BIOS to = adjust/rebuild your RAID sets. ---Mike Mike Tancsa (mdtancsa@sentex.net)=20 Sentex Communications Corp, =20 Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers=20 could setup a national IP network." (KDW2) --=20 Majid Almassari, MSEE, MCP. Systems Administrator iBroadcast, Inc. Phone: (206) 223-5540 Email: majid@ibroadcast.net http://www.ibroadcast.net ----- Original Message -----=20 From: Rocky Lau=20 To: freebsd-questions@FreeBSD.ORG=20 Sent: Tuesday, January 18, 2000 4:55 PM Subject: Help about the RAID CARD Dear sir, I have a RAID Card and I would like to install it to my FreeBSD mail = server. But I got a question about the driver for this RAID Card, I had ask = the maker ( AMI )=20 for the driver but they said they have NO driver for FreeBSD, Do anyone help me please. My card model is AMI MegaRAID=AE Enterprise 1200 (Series 428) Ultra SCSI PCI RAID Controller=20 Thank you very much. Rocky rocky@exasia.net ------=_NextPart_000_0209_01BF627D.6BC3EEA0 Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable
Here is a reply that I got yesterday = that might=20 help you. Thanx to Mike.
My original question was:
>Does any one know if FreeBSD = Release 3.4=20 supports the Adaptec Ultra2 =3D
>RAID cards Model AAA-133U2. I = looked=20 through the Release Notes did not =3D
>see it listed among the = Disk=20 Controllers. Advise and suggestions are = =3D
>appreciated.
It is not supported. Most likely candidates for = support are=20 DTP, Mylex and
the AMIMegaRAID.  See http://www.freebsd.org/~msmi= th/RAID=20 for drivers for
STABLE for the Mylex and MegaRAID.  Although the = drivers=20 are prelim, I have
had good luck with two test boxes on a DAC960PL = and an=20 1428MegaRAID running
RAID 0,1 and 5.  Note, there are no = management=20 applications yet, so you
will have to boot to LINUX or DOS or to the = card's=20 BIOS to adjust/rebuild
your RAID sets.

---Mike
Mike = Tancsa =20 (mdtancsa@sentex.net) =
Sentex=20 Communications Corp,  
Waterloo, Ontario, Canada
"Given = enough=20 time, 100 monkeys on 100 routers
could setup a national IP network." = (KDW2)
 
 
--
Majid Almassari, MSEE, MCP.
Systems = Administrator
iBroadcast,=20 Inc.
Phone: (206) 223-5540
Email: majid@ibroadcast.net
http://www.ibroadcast.net
----- Original Message -----
From:=20 Rocky = Lau
To: freebsd-questions@FreeBSD.ORG =
Sent: Tuesday, January 18, 2000 = 4:55=20 PM
Subject: Help about the RAID = CARD

Dear sir,
 
I have a RAID Card and I would like to install it = to my=20 FreeBSD mail server.
But I got a question about the driver for this = RAID Card, I=20 had ask the maker ( AMI )
for the driver but they said they have NO driver = for=20 FreeBSD,
Do anyone help me please.
My card model is
AMI=20 MegaRAID=AE Enterprise 1200 (Series = 428)
Ultra=20 SCSI PCI RAID Controller
 
Thank you very much.
 
 
Rocky
rocky@exasia.net
------=_NextPart_000_0209_01BF627D.6BC3EEA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 13:10:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from flink.eccs.com (flink.eccs.com [63.78.58.4]) by hub.freebsd.org (Postfix) with ESMTP id 38F8414F8A for ; Wed, 19 Jan 2000 13:10:18 -0800 (PST) (envelope-from rrios@eccs.com) Received: from com. ([10.0.0.1]) by flink.eccs.com (8.8.8+Sun/8.8.8) with SMTP id QAA09246 for ; Wed, 19 Jan 2000 16:12:43 -0500 (EST) Received: from rrios (rioslap1) by com. (5.x/SMI-SVR4) id AA17244; Wed, 19 Jan 2000 16:10:32 -0500 Received: by localhost with Microsoft MAPI; Wed, 19 Jan 2000 16:12:33 -0500 Message-Id: <01BF6297.FE8CFE60.rrios@eccs.com> From: "R. RIOS" Reply-To: "rrios@eccs.com" To: "'freebsd-questions@freebsd.org'" Subject: FreeBSD 3.4 support for RAIDFrame Date: Wed, 19 Jan 2000 16:12:32 -0500 Organization: ECCS 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, Does FreeBSD3.4 support or include the RAIDframe software from Carnegie Mellon? Thanks, Reinaldo Rios To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 13:20:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from polaris.shore.net (polaris.shore.net [207.244.124.105]) by hub.freebsd.org (Postfix) with ESMTP id 4819514A09 for ; Wed, 19 Jan 2000 13:20:50 -0800 (PST) (envelope-from rothenberg@automationonline.com) Received: from intelligent.subnet.shore.net (baffle) [209.58.134.62] by polaris.shore.net with smtp (Exim) for freebsd-questions@freebsd.org id 12B2X3-0001cU-00; Wed, 19 Jan 2000 16:20:49 -0500 Message-ID: <005501bf62c3$5f9e0700$3301a8c0@baffle.ias.com> Reply-To: "Michael Rothenberg" From: "Michael Rothenberg" To: "8 BSD Qs" Subject: Re: Newbie Q: Packages or Ports? Date: Wed, 19 Jan 2000 16:22:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Great! Thanks for the answer to all who replied. Have a nice day. -m -----Original Message----- From: Peter Schwenk To: Michael Rothenberg Cc: 8 BSD Qs Date: Wednesday, January 19, 2000 2:43 PM Subject: Re: Newbie Q: Packages or Ports? |Packages are pre-compiled binaries and supporting files squashed into a .tgz |file. The /stand/sysinstall installs the files in the proper place and |updates the package database. Ports are Makefiles and supporting files that |are used to automatically grab the source from somewhere and build it. The |package database is also updated once you 'make install' the port. The ports |are usually better because they get updated frequently. The packages, as far |as I know, only get built for a RELEASE of FreeBSD. | |Michael Rothenberg wrote: | |> I read about a problem going through packages and /stand/sysinstall and the |> reply was go try it through the ports collection. So far I have installed 2 |> things from ports and not a thing from packages.... what is the difference |> between them? Is one better then the other? |> |> Enjoy! |> |> -Michael |> |> To Unsubscribe: send mail to majordomo@FreeBSD.org |> with "unsubscribe freebsd-questions" in the body of the message | |-- |PETER SCHWENK | UNIX System Administrator |Department of Mathematical Sciences | University of Delaware |schwenk@math.udel.edu | (302)831-0437 <-NEW!!! | | | | | |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 Jan 19 13:22:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from benge.graphics.cornell.edu (benge.graphics.cornell.edu [128.84.247.43]) by hub.freebsd.org (Postfix) with ESMTP id 364AB14D95 for ; Wed, 19 Jan 2000 13:22:31 -0800 (PST) (envelope-from mkc@benge.graphics.cornell.edu) Received: from benge.graphics.cornell.edu (mkc@localhost) by benge.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id QAA94479; Wed, 19 Jan 2000 16:22:24 -0500 (EST) (envelope-from mkc@benge.graphics.cornell.edu) Message-Id: <200001192122.QAA94479@benge.graphics.cornell.edu> To: "Max Clark" Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: Console on serial port? In-Reply-To: Message from "Max Clark" of "Wed, 19 Jan 2000 12:39:10 PST." <000f01bf62bd$3df3ebc0$c90110ac@yipinet.com> Date: Wed, 19 Jan 2000 16:22:24 -0500 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I am in the process of compiling a kernel for one of my FreeBSD machines and >I would like to put the console on the serial port. How do you do this? > >The current line is >device sc0 at isa? tty That's just the console driver. You want to affect the console device selection logic. There seems to be more than one way to do this. My favorite is to create a file named /boot.config with it's only contents being "-P". This sets you up to use the graphics screen if the kernel detects a keyboard is plugged in, otherwise it uses the serial port. See boot(8) for details, in particular the section named Boot flags. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 13:24:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f168.law4.hotmail.com [216.33.149.168]) by hub.freebsd.org (Postfix) with SMTP id 27D2C152AB for ; Wed, 19 Jan 2000 13:24:47 -0800 (PST) (envelope-from renton7174@hotmail.com) Received: (qmail 58379 invoked by uid 0); 19 Jan 2000 21:24:46 -0000 Message-ID: <20000119212446.58378.qmail@hotmail.com> Received: from 209.43.129.25 by www.hotmail.com with HTTP; Wed, 19 Jan 2000 13:24:46 PST X-Originating-IP: [209.43.129.25] From: "Ta Do" To: freebsd-questions@FreeBSD.ORG Subject: RocketModem Date: Wed, 19 Jan 2000 21:24:46 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To whom I may concern. I have installed RocketModem 6 and 4 port in my NT Ras Servers. When power run out, I restart the server. Since then, when someone dial in, RAS server is not pick up. It rings but there is no answer. Please help. Thank You Tan Doan ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 13:35:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.cle.ameritech.net (mpdr0.cleveland.oh.ameritech.net [206.141.223.14]) by hub.freebsd.org (Postfix) with ESMTP id 9DEC814DFA for ; Wed, 19 Jan 2000 13:35:35 -0800 (PST) (envelope-from zidarf@zidar.com) Received: from zdidesk ([199.179.175.223]) by mailhost.cle.ameritech.net (InterMail v4.01.01.07 201-229-111-110) with SMTP id <20000119213555.NTBL17880.mailhost.cle.ameritech.net@zdidesk>; Wed, 19 Jan 2000 16:35:55 -0500 From: "Frank J. Zidar" To: "Ladd J. Epp" , Subject: RE: MySQL-Server not installing Date: Wed, 19 Jan 2000 16:35:20 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" 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: <000601bf62ab$e67944a0$1500a8c0@bethelks.edu> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have installed MySQL on 3.4-STABLE with no problems whatsoever. I installed from /usr/ports and did not use /stand/sysinstall. Maybe try that route and see if you still have problems. Frank -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Ladd J. Epp Sent: Wednesday, January 19, 2000 1:35 PM To: questions@freebsd.org Subject: MySQL-Server not installing Hello all, I just set up FreeBSD 3.4-20000110-STABLE on an AMD Green 486/120 w/ 16M RAM. I'm having troubles installing the MySQL SERVER in /stand/sysinstall (it is returning error codes and not installing). Has anyone had troubles with this? If so, what do I need to do to get around this problem? The MySQL client, as well as any other package that I have tried to install so far installs successfully. Thanks and Cheers! ~Ladd 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 Jan 19 13:52:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id ADB7914A07 for ; Wed, 19 Jan 2000 13:52:32 -0800 (PST) (envelope-from jonc@logisticsoftware.co.nz) Received: from jonc.logisticsoftware.co.nz (jonc.logisticsoftware.co.nz [10.1.3.1]) by logisticsoftware.co.nz (8.9.3/8.9.3) with ESMTP id KAA04409; Thu, 20 Jan 2000 10:52:29 +1300 (NZDT) Received: (from jonc@localhost) by jonc.logisticsoftware.co.nz (8.9.3/8.9.3) id KAA03056; Thu, 20 Jan 2000 10:52:29 +1300 (NZDT) (envelope-from jonc) Date: Thu, 20 Jan 2000 10:52:29 +1300 From: Jonathan Chen To: Ta Do Cc: freebsd-questions@FreeBSD.ORG Subject: Re: RocketModem Message-ID: <20000120105229.B2838@jonc.logisticsoftware.co.nz> References: <20000119212446.58378.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000119212446.58378.qmail@hotmail.com>; from renton7174@hotmail.com on Wed, Jan 19, 2000 at 09:24:46PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jan 19, 2000 at 09:24:46PM +0000, Ta Do wrote: > > To whom I may concern. > > I have installed RocketModem 6 and 4 port in my NT Ras Servers. When power > run out, I restart the server. Since then, when someone dial in, RAS server > is not pick up. It rings but there is no answer. Please help. Best to call M$-support about this. FreeBSD-mailing lists tend to be more focused on FreeBSD related questions. -- Jonathan Chen | I/O, I/O, | It's off to disk I go, | A bit or byte to read or write, | I/O, I/O, I/O... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 13:53: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web109.yahoomail.com (web109.yahoomail.com [205.180.60.76]) by hub.freebsd.org (Postfix) with SMTP id 3004C14F57 for ; Wed, 19 Jan 2000 13:52:59 -0800 (PST) (envelope-from fmirand@yahoo.com) Received: (qmail 7257 invoked by uid 60001); 19 Jan 2000 21:51:03 -0000 Message-ID: <20000119215103.7256.qmail@web109.yahoomail.com> Received: from [209.25.106.154] by web109.yahoomail.com; Wed, 19 Jan 2000 13:51:03 PST Date: Wed, 19 Jan 2000 13:51:03 -0800 (PST) From: Fabio Miranda Subject: Configuring DNS and Bind8 on a leased line 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 will set up a web hosting server with FreeBSD. I'll have a lased line (asyncronic) from my local ISP. That line is connect, in my office, to a DTU (DSU/CSU), this equipment is connected to a CISCO 1720 (with a wan serial interface card) using rs-232 cable and finally, the cisco is connected by fast ethernet to a hub. The web server, a dual intel with scsi u2 technology, is also connected to the hub. I will configure the router to recive the 6 ip assigned by my isp, one for the router and the rest (5ips) will be registered domains kept by the server. On a FreeBSDzine.org text about dns and bind i found the way to configure my server as a domain server but i dont understand the procedure, How does bind works? The text say "how to" configure it, but it doesnt explain "how it works"... Let's say i registered the domain, www.hello.com, and this domain is registed to one of my 5 ips. When someone hit on a web browser www.hello.com, how my server response the request?, what daemon do that?, Who and how hello.com is resolved to my IP? Well, these are question of "networking II" in my university, but, i'm sorry i am in 2 year yet :). thanks a lot for your help, comments or links... __________________________________________________ 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 Wed Jan 19 13:59:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from crcst351.netaddress.usa.net (crcst351.netaddress.usa.net [204.68.23.96]) by hub.freebsd.org (Postfix) with SMTP id D3C5914A07 for ; Wed, 19 Jan 2000 13:59:10 -0800 (PST) (envelope-from eduhuertas@usa.net) Received: (qmail 24084 invoked from network); 19 Jan 2000 21:57:12 -0000 Received: from nwcst289.netaddress.usa.net (204.68.23.34) by outbound.netaddress.usa.net with SMTP; 19 Jan 2000 21:57:12 -0000 Received: (qmail 11752 invoked by uid 60001); 19 Jan 2000 21:57:12 -0000 Message-ID: <20000119215712.11751.qmail@nwcst289.netaddress.usa.net> Received: from 204.68.23.34 by nwcst289 for [205.161.188.115] via web-mailer(M3.4.0.33) on Wed Jan 19 21:57:12 GMT 2000 Date: 19 Jan 00 14:57:12 MST From: Eduardo Huertas To: Darren Wiebe Subject: Re: [Installing StarOffice 5.1a in Spanish] Cc: freebsd-questions@FreeBSD.ORG X-Mailer: USANET web-mailer (M3.4.0.33) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That's nice! I'm still in trouble. Darren Wiebe wrote: I just got back from holidays and have over 4000 emails to worry = about. = I will be looking into this one in the next couple of days. Darren Wiebe Eduardo Huertas wrote: I have FreeBSD 3.2 installed and I got the port for StarOffice 5.1 from t= he net but it seems is designed only for the English version. I have the SUN=B4s CD and when I do the MAKE command everything seems ok = but when I do the MAKE install. It reports the following problem: /usr/compat/linux/sbin/ldconfig: warning can't open /usr/ports/editors/staroffice5/work/tmp/sv001.tmp (no such file or directory), skipping I do the setup and when it finishes writes another errors: 100755: not found *** error code 1 = stop. Then I try to MAKE post-install and again: 100755: not found What I must do to install the Spanish version of StarOffice? Thank you very much. Eduardo ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D= 1 ____________________________________________________________________ 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 Wed Jan 19 14:27:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 9328B14ED3 for ; Wed, 19 Jan 2000 14:27:32 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from localhost.hell.gr (pat20.x-treme.gr [212.120.197.212]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id AAA29744; Thu, 20 Jan 2000 00:27:17 +0200 Received: (from charon@localhost) by localhost.hell.gr (8.9.3/8.9.3) id VAA00947; Wed, 19 Jan 2000 21:32:29 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Wed, 19 Jan 2000 21:32:28 +0200 From: Giorgos Keramidas To: "S.Christopoulos" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DNS info Message-ID: <20000119213228.C524@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <000701bf61bd$609a4760$7ff5d4c3@server.meganet.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <000701bf61bd$609a4760$7ff5d4c3@server.meganet.gr> X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sotiris, You do not provide adequate information for anyone to base one's answers on. Nice things to know would be: a) What you want to end up with, .ie. "I want to install a name server for some of the domain names we've got registered so far. The domain names are ..." b) What you've done until now, i.e. "I have installed a copy of bind8, and some zone files under /etc/namedb, ..." c) The most important of all, what the problem is: "When named starts, it dies immediately and I get the following stuff in my system logs ..." Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [??] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 14:28: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 8BADC1521B for ; Wed, 19 Jan 2000 14:27:50 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from localhost.hell.gr (pat20.x-treme.gr [212.120.197.212]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id AAA29767; Thu, 20 Jan 2000 00:27:38 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id SAA00682; Wed, 19 Jan 2000 18:35:52 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Wed, 19 Jan 2000 18:35:52 +0200 From: Giorgos Keramidas To: Shawn Ramsey Cc: Gary Jennejohn , questions@FreeBSD.ORG Subject: Re: No buffer space? Message-ID: <20000119183552.B524@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <200001182122.WAA44880@peedub.muc.de> <4.2.0.58.20000118163122.01c97800@mail.cpl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <4.2.0.58.20000118163122.01c97800@mail.cpl.net> X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 18, 2000 at 04:33:47PM -0800, Shawn Ramsey wrote: | | > >>This message usually means that queued packets are not going out the | > >>interface. If you ``ifconfig down'' followed by ``ifconfig up'' the | > >>interface the queued packets will be discarded - easier than doing a | > >>reboot. | > >> | > >>IMHO this indicates that you have a problem with your hardware (NIC, hub, | > >>switch, what have you). | | Is there a way I can monitor this ? What about netstat -a? Anything in | particular I should be watching for when I get the no buffer space? What | does the number under Send-Q mean in the output of netstat -a? % netstat -L Current listen queue sizes (qlen/incqlen/maxqlen) Listen Local Address 0/0/50 localhost.localdomain -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [??] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 14:30:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 20284152AF for ; Wed, 19 Jan 2000 14:30:07 -0800 (PST) (envelope-from ccba@mindspring.com) Received: from mindspring.com (user-2ivebs4.dialup.mindspring.com [165.247.47.132]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id RAA12823 for ; Wed, 19 Jan 2000 17:30:01 -0500 (EST) Message-ID: <38863C13.FB1AD84D@mindspring.com> Date: Wed, 19 Jan 2000 17:35:06 -0500 From: ccba X-Mailer: Mozilla 4.51 (Macintosh; I; PPC) X-Accept-Language: en,zh-TW,zh,zh-CN MIME-Version: 1.0 To: FreeBSD-Questions Subject: IDE Zip questions Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello: I installed an IDE zip as a slave device after my HD FreeBSD 4.2 booted and did not complain Now, how do I access the zip drive ?? What command should I used to format the zips ?? Many thanks !! phil wong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 14:32:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id CCB3F15084 for ; Wed, 19 Jan 2000 14:32:23 -0800 (PST) (envelope-from ccba@mindspring.com) Received: from mindspring.com (user-2ivebs4.dialup.mindspring.com [165.247.47.132]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id RAA28977 for ; Wed, 19 Jan 2000 17:32:18 -0500 (EST) Message-ID: <38863C9F.438FAE4@mindspring.com> Date: Wed, 19 Jan 2000 17:37:25 -0500 From: ccba X-Mailer: Mozilla 4.51 (Macintosh; I; PPC) X-Accept-Language: en,zh-TW,zh,zh-CN MIME-Version: 1.0 To: FreeBSD-Questions Subject: Which benchmark ?? Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello: I have two machines up with BSD 4.2 (PII 300 MHz and a PIII 500 MHz) I want to run benchmarks on both machines. Can someone recommend good benchmark tests for these machines. both will be internal ftp servers. thanks Phil wong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 14:44:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inet03.citec.qld.gov.au (inet03.citec.qld.gov.au [203.5.10.10]) by hub.freebsd.org (Postfix) with ESMTP id E587415354 for ; Wed, 19 Jan 2000 14:44:29 -0800 (PST) (envelope-from sgcccdc@citec.qld.gov.au) Received: by inet03.citec.qld.gov.au; id IAA03855; Thu, 20 Jan 2000 08:44:23 +1000 (EST) Received: from guru.citec.qld.gov.au( 147.132.20.47) by inet03.citec.qld.gov.au via smap (V2.0) id xma003647; Thu, 20 Jan 00 08:44:16 +1000 Received: from localhost (sgcccdc@localhost) by guru.citec.qld.gov.au (8.9.3/8.9.3) with ESMTP id IAA18200 for ; Thu, 20 Jan 2000 08:45:16 +1000 X-Authentication-Warning: guru.citec.qld.gov.au: sgcccdc owned process doing -bs Date: Thu, 20 Jan 2000 08:45:16 +1000 (EST) From: Colin Campbell To: freebsd-questions@FreeBSD.ORG Subject: Re: Detecting when your parent process dies. In-Reply-To: <200001191814.TAA22396@dorifer.heim3.tu-clausthal.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Wed, 19 Jan 2000, Oliver Fromme wrote: > Scott Hess wrote in list.freebsd-questions: > > I may not have been complete enough in my description. I'm using rfork() > > _without_ RFFDG or RFCFDG. This means that the parent and child share file > > descriptor tables. That means that the above fix won't work, because even > > if the parent process exits, the pipe will still be open on both ends (as > > long as one or more children live), so you'll never detect EOF. > > > > I suspect that this also means that most file descriptor based tricks won't > > work, because of the shared file descriptor table. > > In that case, there is no other way except polling the PID > (which is not only inefficient, but also not reliable). > kWhat about "polling" using getppid(). If the parent dies, the PPID will change (to 1?), will it not? Colin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 15:14:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id B16CB152F1 for ; Wed, 19 Jan 2000 15:14:46 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.47] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id na071773 for ; Wed, 19 Jan 2000 18:13:13 -0500 Message-ID: <388645D4.AAB8CDE0@twave.net> Date: Wed, 19 Jan 2000 18:16:36 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Mitch Collinsworth Cc: Sean Noonan , questions@FreeBSD.ORG, noonans@home.com Subject: Re: time sync problem--ntpdate AND xntpd?? References: <200001191615.LAA92571@benge.graphics.cornell.edu> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mitch Collinsworth wrote: > > >I also figured I'd use ntpdate **AND** xntpd > >on my gateway/NAT/IPFW box. That way, I figured, my gateway/firewall box > >would get the time from a reliable time source and then the rest of my > >boxes would look to it for their time source. Sounded good. > How does one go about finding reliable time sources? -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 15:23:20 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 F0B3A152A7 for ; Wed, 19 Jan 2000 15:23:17 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12B4RJ-000B4q-00; Wed, 19 Jan 2000 23:23:01 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id XAA65522; Wed, 19 Jan 2000 23:23:01 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Wed, 19 Jan 2000 23:23:01 +0000 (GMT) From: Jonathon McKitrick To: Salvo Bartolotta Cc: freebsd-questions@freebsd.org Subject: Re: Exhibitor preview of Linux World: In-Reply-To: <20000119.121700@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 On Wed, 19 Jan 2000, Salvo Bartolotta wrote: >Sic arbiter elegantiarum locutus ... > >Hmmm, wasn't it M$ who had an absolute mindset ? > >Intelligenti pauca. Pardon my ignorance, but would you mind providing translations of your italian and/or latin phrases along with the originals? That way i could appreciate them as well. -=> jm <=- "Doors to the pleasures of heaven or hell, and i didn't care which...." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 15:25:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id C2F2F1530B for ; Wed, 19 Jan 2000 15:25:31 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id AAA33587; Thu, 20 Jan 2000 00:25:30 +0100 (CET) (envelope-from olli) Date: Thu, 20 Jan 2000 00:25:30 +0100 (CET) Message-Id: <200001192325.AAA33587@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: time sync problem--ntpdate AND xntpd?? X-Newsgroups: list.freebsd-questions In-Reply-To: <865gj3$g8o$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Walter Brameld wrote in list.freebsd-questions: > How does one go about finding reliable time sources? Try asking your ISP. Many have stratum-1 NTP servers. Or try looking for one at a university or other organization which is not too many network hops away, and which provides such service to the public. You can also build your own stratum-1 NTP server, just buy an appropriate reference clock which is supported by xntpd, e.g. a GPS or DCF receiver. With a good GPS receiver, you can achieve accuracy in the range of µs, but those are a bit expensive. DCF77 receivers, which are quite popular in Europe, are much cheaper but less accurate (in the ms range), but it should still be enough for private use. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 15:57:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id E547E14DC3 for ; Wed, 19 Jan 2000 15:57:21 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.47] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id ma072526 for ; Wed, 19 Jan 2000 18:55:55 -0500 Message-ID: <38864FD7.A72AEF6A@twave.net> Date: Wed, 19 Jan 2000 18:59:19 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Ariel Burbaickij Cc: freebsd-questions@freebsd.org Subject: Re: Are my questions willingly ignored ? 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 Ariel Burbaickij wrote: > > Hullo.In last 5 days I sent 3 questions.None of them were answered are > you ignoring me due to some reason or does mailserver just not work proper > ? > In case you DO ignore me,please give me some hint why.So that we can > settle it. > > kind regards, > > Ariel There are times I have felt that way also, but I don't believe it's intentional. I remember one of your messages, something about getting rid of Booteasy. I hesitate to answer most questions as I am new to FreeBSD and usually don't HAVE the answer, but if you wish, I'll take a stab at this one: From DOS, I think you can get rid of the boot program by running "fdisk /mbr". I have no idea how to do it from FreeBSD. Yes, it can be restored later from FreeBSD. I had to do this once, and found the method by searching the mail archives but I'll be darned if I can find it again! There appear to be at least two methods. One is done from DOS. There are two files you need, bootinst.exe and boot.bin. If you installed from cdrom, they should be on your first disk in the TOOLS directory, or you can get them from one of the ftp sites, also in a TOOLS directory. The other one is I believe, the one I wound up using. Boot from your installation floppy or cdrom and go into the partition editor for your first drive. Make no changes to the partitions, and select "w". Continue on until you are prompted for the BootMGR installation, and designate your first drive. Finally, commit your changes, and this should re-install the boot manager. Hopefully, if I've given you some wrong information, someone out there will be willing to jump in with both feet on my aching back and correct me 8-) Please be patient with us out here (sounds odd coming from me). We're all just hackers, users and newbies, and no one is obligated to answer questions. You may have better success in the future by searching the mail archives at http://www.freebsd.org. I myself have only been on this mailing list for about a month, and see the same questions asked over and over again. I imagine people may get tired of answering them. Good luck in the future, your goal is the same as mine, getting rid of Micro$oft. -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 15:58:17 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 0BF33152C9 for ; Wed, 19 Jan 2000 15:58:15 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 12B4zN-000NLZ-00; Wed, 19 Jan 2000 23:58:13 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id XAA66056 for ; Wed, 19 Jan 2000 23:58:13 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Wed, 19 Jan 2000 23:58:13 +0000 (GMT) From: Jonathon McKitrick To: freebsd-questions@freebsd.org Subject: zsh alias 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 Hi all, i'm trying to get my aliases from my user account to transfer when i su -m to root. I don't want to attach all my config files, so which ones should i post to see what is wrong? All four are identical (all contain aliases) and .zshenv contains some environment settings. When i su -m, only the two built-in aliases survive. All others are gone. With bash, they survive. Also, when i first enabled the toor account, it acted just like root. Then, when i added a /home/toor directory and startup scripts, i could change my shell for toor without affecting root. (Which is the whole point, IIUC, to have a root account with a shell besides csh or sh). Now that i removed the home directory, the two accounts act identical. CHanging one password (toor) also changes root, and vice-versa. Is this normal? How can i have toor use a different shell without adding a toor home directory, which i am not supposed to need? -=> jm <=- "Doors to the pleasures of heaven or hell, and i didn't care which...." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 15:58:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from crow.a001.sprintmail.com (crow.prod.itd.earthlink.net [209.178.63.7]) by hub.freebsd.org (Postfix) with ESMTP id 67D141535F; Wed, 19 Jan 2000 15:58:25 -0800 (PST) (envelope-from leclaire@sprintmail.com) Received: from [192.168.0.2] (dialup-63.210.225.111.Cincinnati1.Level3.net [63.210.225.111]) by crow.a001.sprintmail.com (8.8.7/8.8.5) with ESMTP id PAA06678; Wed, 19 Jan 2000 15:58:15 -0800 (PST) Date: Wed, 19 Jan 2000 18:58:14 -0500 (EST) From: Andre LeClaire Reply-To: leclaire@switzcpl.lib.in.us To: William Woods Cc: freebsd-questions@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: ppp dialup question + LAN 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 This is the way I do it: Leave the defaultrouter and ifconfig statements out of /etc/rc.conf and add them to /etc/pccard.conf like so: card "Linksys" "combo PCMCIA EthernetCard (EC" config 0x0 "ed0" 5 insert ifconfig ed0 inet 192.168.0.5 netmask 0xffffff00 insert route add default 192.168.0.1 insert echo 'Linksys Combo EthernetCard (EC2T) inserted' remove ifconfig ed0 delete remove route flush remove echo 'Linksys Combo EthernetCard (EC2T) removed' Hey, it may not be "The Right Way", but it works for me! Andre On Wed, 19 Jan 2000, William Woods wrote: > I have a laptop that uses PPP to connect to the net, but also, when connected > to my LAN uses my other FreeBSD box as a gateway. in rc.conf there is > an entry for defaultrouter="192.168.0.2" when I am on the LAN, what would be an > easy to switch from LAN to ppp dialup without editing rc.conf commenting out > the default router and rebooting ? > > Thanks > > ---------------------------------- > E-Mail: William Woods > Date: 19-Jan-00 > Time: 00:08:04 > > This message was sent by XFMail > ---------------------------------- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 15:58:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from menno.bethelks.edu (menno.bethelks.edu [198.248.162.1]) by hub.freebsd.org (Postfix) with ESMTP id 7268715331 for ; Wed, 19 Jan 2000 15:58:41 -0800 (PST) (envelope-from ladd@bethelks.edu) Received: from landru.bethelks.edu ([198.248.162.7]) by menno.bethelks.edu (8.9.1a/8.9.1) with SMTP id RAA24531; Wed, 19 Jan 2000 17:58:29 -0600 (CST) Message-ID: <001b01bf62d9$58096820$1500a8c0@bethelks.edu> From: "Ladd J. Epp" To: "Majid Almassari" , References: <000601bf62ab$e67944a0$1500a8c0@bethelks.edu> <013401bf62ae$6a9e8b30$8e1d91d8@ibroadcast.net> Subject: Re: MySQL-Server not installing Date: Wed, 19 Jan 2000 18:00:20 -0600 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.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay... I'll try that route. Thanks and Cheers! ~Ladd ----- Original Message ----- From: "Majid Almassari" To: "Ladd J. Epp" ; Sent: Wednesday, January 19, 2000 12:53 PM Subject: Re: MySQL-Server not installing ----- Original Message ----- From: Ladd J. Epp To: Sent: Wednesday, January 19, 2000 10:35 AM Subject: MySQL-Server not installing > Hello all, > > I just set up FreeBSD 3.4-20000110-STABLE on an AMD Green 486/120 w/ 16M > RAM. I'm having troubles installing the MySQL SERVER in /stand/sysinstall > (it is returning error codes and not installing). Has anyone had troubles > with this? I'm not sure if anyone had run into this problem before in the 3.4 Release. > If so, what do I need to do to get around this problem? Try installing it from /usr/ports/databases/mysql3xxx. Hopefully that helps. > The MySQL client, as well as any other package that I have tried to install so > far installs successfully. > > Thanks and Cheers! > ~Ladd > > > > 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 Jan 19 16: 1: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 779D214D42 for ; Wed, 19 Jan 2000 16:00:58 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.47] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id wa072588 for ; Wed, 19 Jan 2000 18:59:30 -0500 Message-ID: <388650AF.97E1B03E@twave.net> Date: Wed, 19 Jan 2000 19:02:55 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Are my questions willingly ignored ? References: <200001191906.UAA23446@dorifer.heim3.tu-clausthal.de> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oliver Fromme wrote: > > Ariel Burbaickij wrote in list.freebsd-questions: > > In case you DO ignore me,please give me some hint why.So that we can > > settle it. > > The second one (about your homework) was off-topic, so I > skipped it. Ah yes, I vaguely remember that one...... -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 16: 9:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 504931535C for ; Wed, 19 Jan 2000 16:09:13 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.47] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id sa072714 for ; Wed, 19 Jan 2000 19:07:45 -0500 Message-ID: <3886529E.F98CD912@twave.net> Date: Wed, 19 Jan 2000 19:11:10 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: time sync problem--ntpdate AND xntpd?? References: <200001192325.AAA33587@dorifer.heim3.tu-clausthal.de> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oliver Fromme wrote: > > Walter Brameld wrote in list.freebsd-questions: > > How does one go about finding reliable time sources? > > Try asking your ISP. Many have stratum-1 NTP servers. > Or try looking for one at a university or other organization > which is not too many network hops away, and which provides > such service to the public. > > You can also build your own stratum-1 NTP server, just buy > an appropriate reference clock which is supported by xntpd, > e.g. a GPS or DCF receiver. With a good GPS receiver, you > can achieve accuracy in the range of µs, but those are a bit > expensive. DCF77 receivers, which are quite popular in > Europe, are much cheaper but less accurate (in the ms range), > but it should still be enough for private use. > > Regards > Oliver Thanks For the reply Oliver. By the way, what does..... > "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" > (Terry Pratchett) mean? -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 16:14:56 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 A243514D90 for ; Wed, 19 Jan 2000 16:14:53 -0800 (PST) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA5E50 for ; Thu, 20 Jan 2000 01:14:47 +0100 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 1175 for ; Thu, 20 Jan 2000 11:18:12 +1100 Message-ID: <388653C1.E932CA71@S1.com> Date: Thu, 20 Jan 2000 11:16:01 +1100 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: time sync problem--ntpdate AND xntpd?? References: <200001192325.AAA33587@dorifer.heim3.tu-clausthal.de> <3886529E.F98CD912@twave.net> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Walter Brameld wrote: > Thanks For the reply Oliver. > By the way, what does..... > > > "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" > > (Terry Pratchett) > mean? > > -- > Walter from babelfish.altavista.com... "in each piece [of] coal a diamond waits for its birth" |-| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 16:20:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id B7F7D1534E for ; Wed, 19 Jan 2000 16:20:24 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.47] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id za072903 for ; Wed, 19 Jan 2000 19:18:57 -0500 Message-ID: <3886553E.62CCFC9@twave.net> Date: Wed, 19 Jan 2000 19:22:22 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Harry Woodward-Clarke Cc: freebsd-questions@FreeBSD.ORG Subject: Re: time sync problem--ntpdate AND xntpd?? References: <200001192325.AAA33587@dorifer.heim3.tu-clausthal.de> <3886529E.F98CD912@twave.net> <388653C1.E932CA71@S1.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 Harry Woodward-Clarke wrote: > > Walter Brameld wrote: > > > Thanks For the reply Oliver. > > By the way, what does..... > > > > > "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" > > > (Terry Pratchett) > > mean? > > > > -- > > Walter > > from babelfish.altavista.com... > > "in each piece [of] coal a diamond waits for its birth" Thank you. I guess I'm just a little more plebian than some of you out there, no classical education. -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 16:55:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id 1522E1504B for ; Wed, 19 Jan 2000 16:55:24 -0800 (PST) (envelope-from dannyh@alpha.net.au) Received: from rupert.alpha.net.au (gateway2.alpha.net.au [203.41.44.5]) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id LAA17741 for ; Thu, 20 Jan 2000 11:57:31 +1100 From: Danny Reply-To: dannyh@alpha.net.au To: freebsd-questions@freebsd.org Subject: FreeBSD 3.3 Support for VG ATI Rage 128 Date: Tue, 6 Jan 1998 20:28:03 +1100 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <98010620301401.01305@rupert.alpha.net.au> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -- Question - I was wondering if there is any support for FreeBSD 3.3 and the ATI Rage 128 video card? Looking forward to your feedback? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 16:59:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id 58E93153B1; Wed, 19 Jan 2000 16:59:08 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@usr1-6.cybcon.com [205.147.75.7]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id QAA14523; Wed, 19 Jan 2000 16:58:56 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 19 Jan 2000 16:57:57 -0800 (PST) From: William Woods To: leclaire@switzcpl.lib.in.us Subject: Re: ppp dialup question + LAN Cc: freebsd-mobile@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I dident do what you did, but you gave me some ideas, I wrote two scripts, dialup homelan and it seems to be working fine, Thanks On 19-Jan-00 Andre LeClaire wrote: > This is the way I do it: Leave the defaultrouter and ifconfig statements > out of /etc/rc.conf and add them to /etc/pccard.conf like so: > > card "Linksys" "combo PCMCIA EthernetCard (EC" > config 0x0 "ed0" 5 > insert ifconfig ed0 inet 192.168.0.5 netmask 0xffffff00 > insert route add default 192.168.0.1 > insert echo 'Linksys Combo EthernetCard (EC2T) inserted' > remove ifconfig ed0 delete > remove route flush > remove echo 'Linksys Combo EthernetCard (EC2T) removed' > > Hey, it may not be "The Right Way", but it works for me! > > Andre > > On Wed, 19 Jan 2000, William Woods wrote: > >> I have a laptop that uses PPP to connect to the net, but also, when >> connected >> to my LAN uses my other FreeBSD box as a gateway. in rc.conf there is >> an entry for defaultrouter="192.168.0.2" when I am on the LAN, what would be >> an >> easy to switch from LAN to ppp dialup without editing rc.conf commenting out >> the default router and rebooting ? >> >> Thanks >> >> ---------------------------------- >> E-Mail: William Woods >> Date: 19-Jan-00 >> Time: 00:08:04 >> >> This message was sent by XFMail >> ---------------------------------- >> >> >> 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-mobile" in the body of the message ---------------------------------- E-Mail: William Woods Date: 19-Jan-00 Time: 16:56:32 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 17:13:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vinyl.sentex.ca (vinyl.sentex.ca [209.112.4.14]) by hub.freebsd.org (Postfix) with ESMTP id C2DF314EC0 for ; Wed, 19 Jan 2000 17:13:50 -0800 (PST) (envelope-from mike@sentex.net) Received: from granite.sentex.net (granite-atm.sentex.ca [209.112.4.1]) by vinyl.sentex.ca (8.9.3/8.9.3) with ESMTP id UAA09377; Wed, 19 Jan 2000 20:13:49 -0500 (EST) (envelope-from mike@sentex.net) Received: from ospf-mdt.sentex.net (ospf-mdt.sentex.net [205.211.164.81]) by granite.sentex.net (8.8.8/8.6.9) with SMTP id UAA24938; Wed, 19 Jan 2000 20:13:45 -0500 (EST) From: mike@sentex.net (Mike Tancsa) To: kamidesu@hotpop.com (m) Cc: questions@freebsd.org Subject: Re: IPFW doesn't log. Date: Thu, 20 Jan 2000 01:12:32 GMT Message-ID: <388660e3.41380203@mail.sentex.net> References: <20000119092812.8549E639CB@zagnut.hotpop.com> <20000119114348.B70681@relay.ucb.crimea.ua> In-Reply-To: X-Mailer: Forte Agent .99e/32.227 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 19 Jan 2000 14:43:03 -0500, in sentex.lists.freebsd.questions you wrote: >> > !ppp >> > *.* /var/log/ipfw.log >> > >> > My ipfw.log file is empty. I searched for "log" in IPFW man page. My >> > guess is that IPFW rules for logging are not enabled by default. >> > >> > Answers? thank you a lot. >> > >> Change "!ppp" to "!ipfw" in /etc/syslog.conf ;=) > >oopps, sorry, it was midnight, it says !IPFW and when I reboot "Logging >disabled". What does your kernel config file look like (i.e. what are the statements relating to ipfw ? ---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 Wed Jan 19 17:32:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tardis.patho.gen.nz (tardis.patho.gen.nz [203.97.2.226]) by hub.freebsd.org (Postfix) with ESMTP id B153B14E9F for ; Wed, 19 Jan 2000 17:32:15 -0800 (PST) (envelope-from jabley@tardis.patho.gen.nz) Received: (from jabley@localhost) by tardis.patho.gen.nz (8.9.3/8.9.3) id OAA25283 for freebsd-questions@freebsd.org; Thu, 20 Jan 2000 14:32:13 +1300 (NZDT) Date: Thu, 20 Jan 2000 14:32:13 +1300 From: Joe Abley To: freebsd-questions@freebsd.org Subject: NIS Message-ID: <20000120143211.D2943@patho.gen.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Files: the Truth is Out There Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a NIS server running on the local machine, and ypbind has successfully bound to it. I can ypcat passwd and ypcat group and see sensible things. I have the following as the last entry in master.passwd, as edited using vipw: +::::::::: and the following in /etc/group, also as the final line: +::: /etc/auth.conf and /etc/pam.conf are as-shipped. uname -a shows: FreeBSD hive1.qsi.net.nz 3.3-RELEASE FreeBSD 3.3-RELEASE #3: \ Sat Dec 4 16:03:07 NZDT 1999 \ jabley@hive1.qsi.net.nz:/usr/src/sys/compile/HIVE i386 I can't get regular system utilities like su, chown, chgrp, etc to recognise the users in and groups in their respective nis maps. I suspect I am missing something simple :) If anybody could point out the obvious error here, I'd be very happy. 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 Jan 19 17:50:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 0E61E154AA for ; Wed, 19 Jan 2000 17:50:19 -0800 (PST) (envelope-from casolution@mindspring.com) Received: from mindspring.com ([209.138.50.177]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id UAA23100; Wed, 19 Jan 2000 20:50:04 -0500 (EST) Message-ID: <38862382.D9723E04@mindspring.com> Date: Wed, 19 Jan 2000 20:50:11 +0000 From: Kevin Voyce X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: dannyh@alpha.net.au Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 3.3 Support for VG ATI Rage 128 References: <98010620301401.01305@rupert.alpha.net.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Danny wrote: > > -- > Question > > - I was wondering if there is any support for FreeBSD 3.3 and the ATI Rage 128 > video card? > > Looking forward to your feedback? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message There is for X11R6 version 3.3.6 if this is the question. www.rge.com/pub/X/XFree86/3.3.6/binaries/FreeBSD-3.x/ I installed the tarballs as instructed instructed in the RELNOTES and it worked fine with FreeBSD 3.2. However; there seems to be a flaw in the way that the ported window managers use this. I have seen many reports of display problems. I posted the following and am still hacking away. If anyone has success I would expect them to share. Please help -- I Installed the XFree86 3.3.6 software in hopes of using my ATI Rage 128. The previous release would not work at all for this card. The good news is that the server starts and initially appears to work. However when I startx to KDE 1.1.1 or Windowmaker any windows ie. term, netscape, config etc. contain bar code instead of text also when windows are moved the section at the top flickers when moving over another window. Sometimes text does show but is destroyed upon window movement. Note -- The XFree86 3.3.6 software and KDE 1.1.1 or Windowmaker work fine with my old Diamond Stealth 64 VRAM (S3). Thanks Kevin Voyce casolution@mindspring.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 18:12:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx.emailqueue.net (mx0.emailqueue.net [209.240.140.250]) by hub.freebsd.org (Postfix) with ESMTP id 4D67B14D6C for ; Wed, 19 Jan 2000 18:12:08 -0800 (PST) (envelope-from webmaster@kjv.com) Received: from mx0.emailqueue.net (209.75.4.21) by mx.emailqueue.net (8.9.3/8.9.3) with ESMTP id SAA99894 for ; Wed, 19 Jan 2000 18:12:06 -0800 (PST) (envelope-from webmaster@kjv.com) Received: from kjv.com (c529769-a.bremtn1.wa.home.com [24.12.235.115]) by mx0.emailqueue.net (8.9.3/8.9.3) with ESMTP id SAA59985 for ; Wed, 19 Jan 2000 18:12:03 -0800 (PST) Message-ID: <38866F04.3BC2295@kjv.com> Date: Wed, 19 Jan 2000 18:12:20 -0800 From: Scott Gregson Reply-To: webmaster@kjv.com X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FTP Install "stalls" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I searched the archive and found another fella having the same problem that I am. That is, everthing goes alright during the FTP install up to starting the download. A few packets then download, and that's all. The system still is running (I can hit scroll lock and view the terminal output), but the download ceases. I burned a CDrom, but the system says it is "mode 3" atapi and doesn't know what to do with it, so I cannot install that way. I have a cable modem, and it finds the FTP site. Any ideas? -- ~Scott Gregson Publishing Missionary Local Church Publishing http://www.kjv.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 18:46:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sparenix.metronet.com (sparenix.metronet.com [207.170.106.3]) by hub.freebsd.org (Postfix) with SMTP id 445151534E for ; Wed, 19 Jan 2000 18:46:35 -0800 (PST) (envelope-from jmanley@metronet.com) Received: (qmail 30433 invoked by uid 7770); 20 Jan 2000 04:07:34 -0000 Received: from fcn105-2.tmi.net (HELO win) (207.170.105.2) by sparenix.metronet.com with SMTP; 20 Jan 2000 04:07:34 -0000 Message-Id: <4.2.2.20000119204255.00a86100@127.0.0.1> X-Sender: jmanley/mail.metronet.com@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Wed, 19 Jan 2000 20:44:08 -0600 To: freebsd-questions@FreeBSD.ORG From: Jim Manley Subject: Re: Multiple IP addresses In-Reply-To: <200001200241.VAA22983@rtfm.newton> References: <4.2.2.20000119203316.00a8e2a0@127.0.0.1> 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 sent it to Freebsd questions (I don't subscribe to -stable). Don't know how it got on the stable list. Jim At 09:41 PM 1/19/00 -0500, you wrote: >Jim Manley once stated: > >=Tried that: > >Jim, this is ridiculous. In Eric's example, the word ``netmask'' is NOT >in the <>-parentheses -- it's a keyword. In your case, the line should >be ``ifconfig ep0 192.168.0.10 netmask 0xffffffff alias'' > >Also, please, direct this sort of questions to >freebsd-questions@freebsd.org. The stable mailing list is for >FreeBSD-STABLE issues only. > > -mi > >=darkstar# ifconfig -a >=ep0: flags=8843 mtu 1500 >= inet 192.168.0.3 netmask 0xffffff00 broadcast 192.168.0.255 >= ether 00:20:af:1e:8d:8d >=tun0: flags=8050 mtu 1500 >=sl0: flags=c010 mtu 552 >=ppp0: flags=8010 mtu 1500 >=lo0: flags=8049 mtu 16384 >= inet 127.0.0.1 netmask 0xff000000 >=darkstar# ifconfig ep0 192.168.0.10 255.255.255.0 0xffffffff alias >=ifconfig: ioctl (SIOCAIFADDR): File exists >= >=At 09:30 PM 1/19/00 -0500, Eric D. Futch wrote: >=>This Works for me... >=> >=>/sbin/ifconfig netmask 0xffffffff alias > > >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 Wed Jan 19 18:49:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tardis.patho.gen.nz (tardis.patho.gen.nz [203.97.2.226]) by hub.freebsd.org (Postfix) with ESMTP id 30EBA15248 for ; Wed, 19 Jan 2000 18:49:28 -0800 (PST) (envelope-from jabley@tardis.patho.gen.nz) Received: (from jabley@localhost) by tardis.patho.gen.nz (8.9.3/8.9.3) id PAA08827 for freebsd-questions@freebsd.org; Thu, 20 Jan 2000 15:49:26 +1300 (NZDT) Date: Thu, 20 Jan 2000 15:49:25 +1300 From: Joe Abley To: freebsd-questions@freebsd.org Subject: Re: NIS Message-ID: <20000120154924.A10286@patho.gen.nz> References: <20000120143211.D2943@patho.gen.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000120143211.D2943@patho.gen.nz>; from jabley@patho.gen.nz on Thu, Jan 20, 2000 at 02:32:12PM +1300 X-Files: the Truth is Out There Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 02:32:12PM +1300, Joe Abley wrote: > I have a NIS server running on the local machine, and ypbind has > successfully bound to it. I can > > [things I can do] > > I can't get regular system utilities like su, chown, chgrp, etc to > recognise the users in and groups in their respective nis maps. I > suspect I am missing something simple :) Turns out I was. The simple thing was that the users I was testing with weren't in the NIS maps. Annoying and irritating, but worth mentioning in case anybody was planning to waste any cycles helping me with this. Customer: "I have a problem." Support: "Have you checked to see whether you're stupid?" Customer: "Oh, that's right, I _am_ stupid. That's the problem." Support: "Glad to be of service." Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 19:12:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sabmail.rresearch.com (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id E3DE5151F8 for ; Wed, 19 Jan 2000 19:12:31 -0800 (PST) (envelope-from Scott.Blachowicz@seaslug.org) Received: from VOYAGER (ip20.gte13.rb1.bel.nwlink.com [207.202.150.20]) by sabmail.rresearch.com (8.9.3/8.9.3) with SMTP id TAA02246 for ; Wed, 19 Jan 2000 19:12:24 -0800 (PST) (envelope-from Scott.Blachowicz@seaslug.org) To: freebsd-questions@freebsd.org Newsgroups: comp.unix.bsd.freebsd.misc Subject: Odd gettimeofday() return values Reply-To: Scott.Blachowicz@seaslug.org From: Scott Blachowicz Date: 19 Jan 2000 19:12:22 -0800 Message-ID: Organization: Air Routing Group Lines: 70 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.1 (Big Bend) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Posted-To: comp.unix.bsd.freebsd.misc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The following message is a courtesy copy of an article that has been posted to comp.unix.bsd.freebsd.misc as well. Hi- I'm running the named from bind-8.2.2P5 (and a couple earlier versions) on my home system running FreeBSD-3.2. I've been getting some assertions out of my named that cause it to generate a core file and exit. It turns out that it is doing some range checking on the time values it gets and the root cause of the problem seems to be that gettimeofday() is sometimes returning screwy values in the tv_usec field of the 'struct tm' it returns. # gdb /usr/local/sbin/named.unstripped named-20000119-2.core ...etc... (gdb) where #0 0x28115c78 in kill () from /usr/lib/libc.so.3 #1 0x28149e34 in abort () from /usr/lib/libc.so.3 #2 0x8070555 in ns_panic (category=18, dump_core=1, format=0x80ba630 "%s:%d: %s(%s)%s%s failed.") at ns_glue.c:167 #3 0x80705bc in ns_assertion_failed (file=0x80bf8f0 "ev_timers.c", line=114, type=assert_insist, cond=0x80bf8c6 "now.tv_usec >= 0 && now.tv_usec < 1000000", print_errno=0) at ns_glue.c:176 #4 0x8088b4d in __evNowTime () at ev_timers.c:114 #5 0x80871c5 in __evGetNext (opaqueCtx={opaque = 0x8127000}, opaqueEv=0xbfbfd6c0, options=2) at eventlib.c:201 #6 0x805eacc in main (argc=3, argv=0xbfbfd7fc, envp=0xbfbfd800) at ns_main.c:534 #7 0x804b23d in _start () (gdb) up 4 #4 0x8088b4d in __evNowTime () at ev_timers.c:114 114 INSIST(now.tv_usec >= 0 && now.tv_usec < 1000000); (gdb) list 109 evNowTime() { 110 struct timeval now; 111 112 if (gettimeofday(&now, NULL) < 0) 113 return (evConsTime(0, 0)); 114 INSIST(now.tv_usec >= 0 && now.tv_usec < 1000000); 115 return (evTimeSpec(now)); 116 } 117 118 struct timespec (gdb) p now $1 = {tv_sec = 948333207, tv_usec = -694210779} I'm not sure when this really started happening - I think it's been going on for a while now (the earliest I see in my log files is mid-November, so I guess it's not a Y2K bug :-)). At any rate, shouldn't that tv_usec field be in the range of 0..999999? If not, how should I hack the source here to interpret the above return value? Borrow enough seconds off of tv_sec until tv_usec is positive? Clamp tv_usec to zero? Or do something equivalent to this: if (tv_usec < 0 || tv_usec > 1000000) { now.tv_sec = time(NULL); now.tv_usec = 0; } ??? Any ideas/suggestions? Also...I don't know if it's related or not, but I've gotten some of those Jan 19 06:28:55 sabmail /kernel: calcru: negative time of -695391396 usec for pid 85131 (awk) messages in my /var/log/messages, but it looks suspiciously close to the same idea...maybe I should try the remedy mentioned in the FAQ under troubleshooting (i.e. run 'sysctl -w kern.timecounter.method=1')? Any other ideas? -- Scott.Blachowicz@seaslug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 19:19:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhop1.nyroc.rr.com (mailhop1-0.nyroc.rr.com [24.92.226.120]) by hub.freebsd.org (Postfix) with ESMTP id 376F51534E for ; Wed, 19 Jan 2000 19:19:54 -0800 (PST) (envelope-from dheller1@rochester.rr.com) Received: from mailout2.nyroc.rr.com ([24.92.226.165]) by mailhop1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Wed, 19 Jan 2000 22:16:10 -0500 Received: from rochester.rr.com ([24.24.34.106]) by mailout2.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Wed, 19 Jan 2000 22:09:17 -0500 Message-ID: <38864368.428CEC75@rochester.rr.com> Date: Wed, 19 Jan 2000 23:06:17 +0000 From: David Heller X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: USB question References: <200001190941.KAA01490@dorifer.heim3.tu-clausthal.de> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oliver Fromme wrote: > David Heller wrote in list.freebsd-questions: > > [...] > > Please find below dmesg output and kernel config. Also note doing "usbd -d > > -f /dev/usb0 " gives the following output: /dev/usb0 device not configured. > > The file is there under /dev/usb0. > > This is very strange. The kernel does not even seem to find > your PCI bus, and therefore it does not try to find any devices > on it (USB controllers are PCI devices). > > Your kernel configuration looks OK to me. (I first suspected > that it was missing "controller pci", but it's there.) It is > most probably a problem with your mainboard and/or its BIOS, > not with FreeBSD. > > What kind of mainboard do you have, and what kind of BIOS does > it have? Please go to the BIOS setup and check if everything > is OK, in particular the configuration of the PCI bus and any > PCI devices. > > Other than that, I have no idea what could causing these kinds > of problems, I'm afraid. Your `dmesg` output looks like your > mainboard does not have any PCI support at all. > > Regards > Oliver > > -- > Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany > (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) > > "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" > (Terry Pratchett) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Thanks for the help. I guess I just made up my mind about trashing my main board for something new or different as the original cpu installed in it was a Cyrix 686 which was acting up (I have a Pentium installed at the moment which a friend is lending me). As it will not be easy to find a replacement cpu for the main board and the main board apparently is sorta flaky as far as PCI functions go. As it turns out I just picked up a Gateway with a 133mhz Pentium which is working rather nicely. FreeBSD picks up the PCI cards very nicely also. I will be picking up a PCI to USB card shortly. I will let you know how it works out. Thanks again, Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 19:31: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tarvalon.net (tarvalon.net [216.145.165.65]) by hub.freebsd.org (Postfix) with SMTP id 965F614CE6 for ; Wed, 19 Jan 2000 19:30:56 -0800 (PST) (envelope-from kevin@tarvalon.net) Received: (qmail 54075 invoked by uid 1000); 20 Jan 2000 03:30:17 -0000 Date: Wed, 19 Jan 2000 21:30:17 -0600 From: Kevin Entringer To: questions@freebsd.org Subject: Switching BSD disk to slave Message-ID: <20000119213017.A54046@solace.tarvalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just purchased a new disk in order to dual boot windows 98 and FreeBSD on my machine. Since windows refuses to install and boot on anything but the primary drive (wd0s1) I had to move my old disk, the bsd disk to slave wd1s1. Before shutting down I changed the devices in fstab to match the new disk and made the devices. However when I tried to boot back into bsd it refused to find my / partition, still trying to mount /dev/wd0s1a. Is there something else that I have to change in order to switch the / partition's device? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 19:34:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.email.msn.com (cpimssmtpu10.smtp.email.msn.com [207.46.181.60]) by hub.freebsd.org (Postfix) with ESMTP id 988F314CAD for ; Wed, 19 Jan 2000 19:34:51 -0800 (PST) (envelope-from billyehenley@email.msn.com) Received: from billy - 63.10.117.142 by email.msn.com with Microsoft SMTPSVC; Wed, 19 Jan 2000 19:32:58 -0800 Message-ID: <011701bf62f7$0d3e63e0$0200a8c0@billy> From: "Billy E. Henley" To: Subject: freebsd installation Date: Wed, 19 Jan 2000 21:02:36 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Help! I have tried for several hours now to load freebsd on a computer attached to my network. This computer does not have a cdrom. The installation cdrom was received with a book named "UNIX System Administrator's Bible" from IDG Books. All files in the bin directory on the installation disk have been copied across the network to the target hard drive under a directory named freebsd. A boot disk has been made per installation instructions. When the target machine boots, it comes up with an option for the configuration utility. After all conflicts have been resolved/deleted, is pressed, then is pressed. I then get the following: panic: bounce memory out of range reboot in 15 seconds If I let it reboot, it gives me a page fault error. Then boots again back to the configuration choice screen. The target machine is a unisys running a 100 mhz pentium with 64k of memory. It has a fd controller and 2 IDE hd controllers built in on the motherboard. It has a 3com 3c503 NIC in an ISA slot. The mouse and keyboard are both PS2 styled. The floppy is standard 3.5. The hard disk is a 2.5 gig with nothing on it except the aforementioned copied files and Windows for Workgroups. If a floppy is not installed, the machine will boot into WWG and access the network. I know absolutely nothing about UNIX. What am I doing wrong? Thanks for the help. billyehenley@email.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 Jan 19 20: 7:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 30A131504B for ; Wed, 19 Jan 2000 20:06:59 -0800 (PST) (envelope-from lam@NUXI.com) Received: from localhost (lam@localhost) by relay.nuxi.com (8.9.3/8.9.3) with SMTP id UAA82330 for ; Wed, 19 Jan 2000 20:06:55 -0800 (PST) (envelope-from lam@relay.nuxi.com) Date: Wed, 19 Jan 2000 20:06:55 -0800 (PST) From: lam To: questions@freebsd.org Subject: Natd and dhcp, Message-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 trying to setup natd with dhcp. One nic is using dhcp client, the other nic have a static ip (internal network). My problem is trying to use natd to route everything from the 2nd one to the first one. Natd manpage mentioned about the three rules in rc.firewall; where should I put them? I set in rc.conf: firewall_enable="YES" firewall_type="simple" and then I am stuck on the rc.firewall. A simple rc.firewall example is more than appreciate. Thanks. ---Lam Nguyen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 20: 8:44 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 076FA15105 for ; Wed, 19 Jan 2000 20:08:42 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip165.r11.d.bel.nwlink.com [207.202.174.165]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id UAA28344 for ; Wed, 19 Jan 2000 20:08:40 -0800 (PST) Message-ID: <38868968.61D053EF@nwlink.com> Date: Wed, 19 Jan 2000 20:04:56 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Newbie Q: Packages or Ports? References: <003b01bf62b0$2c4eef80$3301a8c0@baffle.ias.com> <20000119.20440400@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 Salvo Bartolotta wrote: > > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > > On 1/19/00, 8:05:27 PM, "Michael Rothenberg" > wrote regarding Newbie Q: Packages or > Ports?: > > > I read about a problem going through packages and /stand/sysinstall > and the > > reply was go try it through the ports collection. So far I have > installed 2 > > things from ports and not a thing from packages.... what is the > difference > > between them? Is one better then the other? > > > Enjoy! > > > -Michael > > Dear Michael Rothenberg, > > personally, I use the ports as much as possible. > > The reason for this: please install one and have a look at the way it > works. To accomplish this, you might want to read "man script", and > record your port session. > > The port mechanism adapts a piece of software to your *specific* > system. After reading the handbook on this topic, if you want to learn > about the "gory" details, you might want to have a look at the > bsd.port.mk file, which is found in /usr/ports/Mk . > > One short off-topic consideration. > The Ports Collection is not only a means of easily installing and > using ported software, but also represents the work, endeavo(u)r and > passions of the best FreeBSD-ers; in other words, it is the Living > Spirit of the FreeBSD Community. I agree with you there, but just in the past few hours, I've decided that the packages are so much nicer to work with :). Also, you don't have to use /stand/sysinstall to install packages. To view packages currently installed on your system, use pkg_info. To add a new package, use pkg_add. To delete a package, use pkg_delete. For example, if you have a binary tarball named kdemultimedia-1.1.2.tgz, just enter pkg_add kdemultimedia-1.1.2.tgz from the directory where the tarball resides. Within seconds, you will have that package installed and ready to enjoy. -- Best Regards, Joseph You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 20:40:15 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 4374614E9F for ; Wed, 19 Jan 2000 20:40:11 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip165.r11.d.bel.nwlink.com [207.202.174.165]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id UAA29795 for ; Wed, 19 Jan 2000 20:21:02 -0800 (PST) Message-ID: <38868C4E.D94F2A04@nwlink.com> Date: Wed, 19 Jan 2000 20:17:18 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Why is there no stable port for The GIMP? References: <0025686B.003197D5.00@rslhub.raytheon.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > The stable version isn't very good compared to the unstable branch. At least it does more than crash. -- Best Regards, Joseph You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 21:17:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 1E1D814C0E for ; Wed, 19 Jan 2000 21:17:44 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id AAA71404; Thu, 20 Jan 2000 00:21:55 -0500 (EST) (envelope-from cjc) Date: Thu, 20 Jan 2000 00:21:55 -0500 From: "Crist J. Clark" To: Max Clark Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: Console on serial port? Message-ID: <20000120002155.D70698@cc942873-a.ewndsr1.nj.home.com> References: <000f01bf62bd$3df3ebc0$c90110ac@yipinet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000f01bf62bd$3df3ebc0$c90110ac@yipinet.com>; from max.clark@yipinet.com on Wed, Jan 19, 2000 at 12:39:10PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jan 19, 2000 at 12:39:10PM -0800, Max Clark wrote: > I am in the process of compiling a kernel for one of my FreeBSD machines and > I would like to put the console on the serial port. How do you do this? See, /usr/src/sys/i386/boot/biosboot/README.serial And in the Handbook, http://www.freebsd.org/handbook/x12232.html Also the LINT kernel, /usr/src/sys/i386/conf/LINT From that file, device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 # # `flags' for serial drivers that support consoles (only for sio now): # 0x10 enable console support for this unit. The other console flags # are ignored unless this is set. Enabling console support does # not make the unit the preferred console - boot with -h or set # the 0x20 flag for that. Currently, at most one unit can have # console support; the first one (in config file order) with # this flag set is preferred. Setting this flag for sio0 gives # the old behaviour. # 0x20 force this unit to be the console (unless there is another # higher priority console). This replaces the COMCONSOLE option. # 0x40 reserve this unit for low level console operations. Do not # access the device in any normal way. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 22: 8:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unknown-230-100.pilot.net (unknown-230-100.pilot.net [206.98.230.100]) by hub.freebsd.org (Postfix) with ESMTP id 9F662152CE for ; Wed, 19 Jan 2000 22:08:29 -0800 (PST) (envelope-from sivaramn@wipsys.ge.com) Received: from unknown-239-164.pilot.net (unknown-239-164.pilot.net [206.189.239.164]) by unknown-230-100.pilot.net with ESMTP id BAA11920 for ; Thu, 20 Jan 2000 01:08:29 -0500 (EST) Received: from gemail.wipsys.ge.com (localhost [127.0.0.1]) by unknown-239-164.pilot.net with ESMTP id BAA17323 for ; Thu, 20 Jan 2000 01:08:24 -0500 (EST) Received: from Sivaram ([192.168.47.139]) by gemail.wipsys.ge.com (Netscape Messaging Server 3.6) with SMTP id AAA408D for ; Thu, 20 Jan 2000 11:43:36 +0530 Message-ID: <00e501bf6307$5cd13a80$8b2fa8c0@wipsys.ge.com> Reply-To: "Sivaram Neelakantan" From: "SIVARAM N" To: Date: Thu, 20 Jan 2000 10:59:45 +0530 Organization: wipro MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I hope this is the right list to ask... I have 2 questions actually. 1. I have a comma separated records in a file where most fields have leading whitespaces. Setting FS="," & reading the file preserves the leading whitespaces. how do I remove them? I have gawk installed & there's this match() operator where it sets the RSTART & RLENGTH parameter. Now , I'm not getting the code right which looks for spaces at the beginning of the field . Why doesn't this work BEGIN {spc="^[ ][ ]*"} ... if($2 ~spc ){ pos=match($2,spc) .... 2. How can you find out whether the end of file has been reached for a specific file given multiple files? I have 2 files , the first needs to be read into an associative array in BEGIN before I work with the second file in the body of the program . How do I check for end of file in BEGIN? One suggestion I got was to mark the last line of the first file with a marker like NEXTFILE BEGIN { FS=","; state="preload"; I=1} { if($0~/^NEXTFILE/) { state="loaded2"; next } if(state == "preload") ... else { ... Supposing I dont want to touch the files?? Regards, Sivaram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 22:34:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from koala.pulsat.com.au (koala.pulsat.com.au [202.81.128.10]) by hub.freebsd.org (Postfix) with ESMTP id D4F3F151D6; Wed, 19 Jan 2000 22:34:05 -0800 (PST) (envelope-from paul@pulsat.com.au) Received: from localhost (paul@localhost) by koala.pulsat.com.au (8.9.3/8.9.3) with ESMTP id OAA02185; Thu, 20 Jan 2000 14:33:52 +0800 (WST) (envelope-from paul@pulsat.com.au) Date: Thu, 20 Jan 2000 14:33:52 +0800 (WST) From: Paul Reece To: freebsd-questions@freebsd.org Cc: freebsd-current@freebsd.org Subject: Problems with an0 and ISA Aironet Card.. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Having a few problems trying to get an ISA Aironet 4800 card working under FreeBSD 4.0-CURRENT. I did try with 3.4-RELEASE first with the appropriate drivers, but had even less luck. What I'm seeing at boot: first suspect lines: isa0: unexpected tag 14 isa0: unexpected tag 14 then: an0: reset failed unknown0: at port 0x100-0x13f irq 5 on isa0 an0: reset failed unknown1: at port 0x140-0x17f irq 10 on isa0 (machine has 2 cards in it). When trying with NON PNP mode, the cards also have the same problem. PCI cards work fine, just not the ISA equivalents.. Anyone have any clues/hints/tips etc? Cheers. Regards, Paul. (replies to me direct please - not on list) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 22:43:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from crcst349.netaddress.usa.net (crcst349.netaddress.usa.net [204.68.23.94]) by hub.freebsd.org (Postfix) with SMTP id 5EA7714E47 for ; Wed, 19 Jan 2000 22:43:18 -0800 (PST) (envelope-from enochw@usa.net) Received: (qmail 27093 invoked from network); 20 Jan 2000 06:43:17 -0000 Received: from nwcst312.netaddress.usa.net (204.68.23.57) by outbound.netaddress.usa.net with SMTP; 20 Jan 2000 06:43:17 -0000 Received: (qmail 12383 invoked by uid 60001); 20 Jan 2000 06:43:17 -0000 Message-ID: <20000120064317.12382.qmail@nwcst312.netaddress.usa.net> Received: from 204.68.23.57 by nwcst312 for [216.225.26.41] via web-mailer(M3.4.0.33) on Thu Jan 20 06:43:17 GMT 2000 Date: 19 Jan 00 23:43:17 MST From: ENOCH WU To: freebsd-questions@freebsd.org Subject: K desktop installation problem X-Mailer: USANET web-mailer (M3.4.0.33) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi - When I found out that the version of XFree86 on FreeBSD 2.2.7 CDROM does = not support my video card, I made a decision to grab the source of a newer version. XFree 3.3.5 which supports my video card - SiS 5597. Was I glad to see TWM window manager running when I started X! Then I installed kbase, klib, and a whole bunch of others that looked lik= e part of the KDE distribution. However I could not find a way to start KD= E. = % man kde --- no man page % man -k K desktop --- nothing appropriate To test it, I was able to run K programs under TWM but how do I run KDE. Please help Enoch ____________________________________________________________________ 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 Wed Jan 19 22:53:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by hub.freebsd.org (Postfix) with ESMTP id 99F7E152E0 for ; Wed, 19 Jan 2000 22:53:38 -0800 (PST) (envelope-from marcs@is.co.za) Received: from hermwas.is.co.za (hermwas.is.co.za [196.23.0.8]) by mercury.is.co.za (8.9.3/8.9.3) with ESMTP id IAA11300; Thu, 20 Jan 2000 08:53:35 +0200 Received: (from marcs@localhost) by hermwas.is.co.za (8.9.3/8.9.3) id IAA24034; Thu, 20 Jan 2000 08:53:34 +0200 (SAT) Date: Thu, 20 Jan 2000 08:53:33 +0200 From: Marc Silver To: ENOCH WU Cc: freebsd-questions@FreeBSD.ORG Subject: Re: K desktop installation problem Message-ID: <20000120085333.J8404@is.co.za> References: <20000120064317.12382.qmail@nwcst312.netaddress.usa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <20000120064317.12382.qmail@nwcst312.netaddress.usa.net> X-Operating-System: SunOS 5.6 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey there, put the command exec startkde in your .xinitrc file, and VIOLA. ;) KDE should start as long as you have that file. Cheers, Marc On Tue, Feb 26, 2036 at 06:11:33AM -0700, ENOCH WU wrote: > Hi - > > When I found out that the version of XFree86 on FreeBSD 2.2.7 CDROM does not > support my video card, I made a decision to grab the source of a newer > version. XFree 3.3.5 which supports my video card - SiS 5597. > > Was I glad to see TWM window manager running when I started X! > > Then I installed kbase, klib, and a whole bunch of others that looked like > part of the KDE distribution. However I could not find a way to start KDE. > > % man kde --- no man page > % man -k K desktop --- nothing appropriate > > To test it, I was able to run K programs under TWM but how do I run KDE. > Please help > > Enoch > > > ____________________________________________________________________ > Get free email and a permanent address at http://www.netaddress.com/?N=1 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Marc Silver IS Hosting Infrastructure The Internet Solution Tel: (+27 11) 283 5500 Fax: (+27 11) 283 5001 E-mail: marcs@is.co.za Web: www.is.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 23:15:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from crcst348.netaddress.usa.net (crcst348.netaddress.usa.net [204.68.23.93]) by hub.freebsd.org (Postfix) with SMTP id A223B15386 for ; Wed, 19 Jan 2000 23:15:20 -0800 (PST) (envelope-from enochw@usa.net) Received: (qmail 23911 invoked from network); 20 Jan 2000 07:15:20 -0000 Received: from nwcst289.netaddress.usa.net (204.68.23.34) by outbound.netaddress.usa.net with SMTP; 20 Jan 2000 07:15:20 -0000 Received: (qmail 13944 invoked by uid 60001); 20 Jan 2000 07:15:19 -0000 Message-ID: <20000120071519.13943.qmail@nwcst289.netaddress.usa.net> Received: from 204.68.23.34 by nwcst289 for [216.225.12.209] via web-mailer(M3.4.0.33) on Thu Jan 20 07:15:19 GMT 2000 Date: 20 Jan 00 00:15:19 MST From: ENOCH WU To: Marc Silver , ENOCH WU Subject: Re: [Re: K desktop installation problem] Cc: freebsd-questions@FreeBSD.ORG X-Mailer: USANET web-mailer (M3.4.0.33) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey Thanks a lot. I'll do that. Enoch --------------------------------------------------------- Marc Silver wrote: Hey there, put the command = exec startkde in your .xinitrc file, and VIOLA. ;) KDE should start as long as you have that file. Cheers, Marc On Tue, Feb 26, 2036 at 06:11:33AM -0700, ENOCH WU wrote: > Hi - > = > When I found out that the version of XFree86 on FreeBSD 2.2.7 CDROM doe= s not > support my video card, I made a decision to grab the source of a newer > version. XFree 3.3.5 which supports my video card - SiS 5597. > = > Was I glad to see TWM window manager running when I started X! > = > Then I installed kbase, klib, and a whole bunch of others that looked l= ike > part of the KDE distribution. However I could not find a way to start = KDE. > = > % man kde --- no man page > % man -k K desktop --- nothing appropriate > = > To test it, I was able to run K programs under TWM but how do I run KDE= =2E > Please help > = > Enoch > = > = > ____________________________________________________________________ > 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 -- = Marc Silver IS Hosting Infrastructure The Internet Solution Tel: (+27 11) 283 5500 Fax: (+27 11) 283 5001 = E-mail: marcs@is.co.za = Web: www.is.co.za ____________________________________________________________________ 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 Wed Jan 19 23:51:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f56.law7.hotmail.com [216.33.237.56]) by hub.freebsd.org (Postfix) with SMTP id B1F2A1534C for ; Wed, 19 Jan 2000 23:51:22 -0800 (PST) (envelope-from aaz_freebsd@hotmail.com) Received: (qmail 17577 invoked by uid 0); 20 Jan 2000 07:51:22 -0000 Message-ID: <20000120075122.17576.qmail@hotmail.com> Received: from 194.216.78.67 by www.hotmail.com with HTTP; Wed, 19 Jan 2000 23:51:22 PST X-Originating-IP: [194.216.78.67] From: "Ahmed Khudre" To: FreeBSD-Questions@FreeBSD.org Subject: Missing network conection Date: Thu, 20 Jan 2000 09:51:22 EET Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear all, I installed FreeBSD 3.4 and appache 1.3.9. I connected to the network with a static IP and I tried the web server from another machine. Every thing is OK. The probles is, when I shutdown my computer and switch the power off then open it again, I lose the connection with the network. I am new to FreeBSD and Unix enviroment, and I would appreciate your support. Thanks Ahmed Abd El-Aziz Khudre ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jan 19 23:55:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from messenger.co.za (mail.messenger.co.za [196.38.133.194]) by hub.freebsd.org (Postfix) with ESMTP id 69D47153A3 for ; Wed, 19 Jan 2000 23:55:16 -0800 (PST) (envelope-from cataract@eye2eye.net) Received: from [196.31.83.226] (helo=eye2eye.net) by messenger.co.za with smtp (Exim 3.03 #1) id 12BCTF-0000BO-00 for freebsd-questions@freebsd.org; Thu, 20 Jan 2000 09:57:34 +0200 Received: from optic.eye2eye.net [192.168.62.150] by eye2eye.net [127.0.0.1] with SMTP (MDaemon.v2.7.SP0.R) for ; Thu, 20 Jan 100 09:36:27 +0200 Received: by OPTIC with Internet Mail Service (5.5.2448.0) id ; Thu, 20 Jan 2000 09:52:12 +0200 Message-ID: From: Michael Bartlett To: "'freebsd-questions@freebsd.org'" Subject: apache13-php3 make problem Date: Thu, 20 Jan 2000 09:52:11 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BF631B.42632600" X-MDaemon-Deliver-To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BF631B.42632600 Content-Type: text/plain; charset="iso-8859-1" Hi all, I'm running 3.2 and I got a problem doing an apache13-php3 make (i selected a whole bunch of the options such as gd, crypto, mysql, posgress) and got the following error after hours of the make run : ===> Generating temporary packing list ===> Compressing manual pages for libmcrypt-2.2.4 ===> Registering installation for libmcrypt-2.2.4 ===> Returning to build of apache+php+mod_ssl-1.3.9+3.0.14+2.4.10 Error: shared library "mcrypt.2" does not exist *** Error code 1 any idea? Mike ------_=_NextPart_001_01BF631B.42632600 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable apache13-php3 make problem

Hi all,

I'm running 3.2 and I got a problem = doing an apache13-php3 make (i selected a whole bunch of the options = such as gd, crypto, mysql, posgress) and got the following error after = hours of the make run :

=3D=3D=3D>   Generating = temporary packing list
=3D=3D=3D>   Compressing = manual pages for libmcrypt-2.2.4
=3D=3D=3D>   Registering = installation for libmcrypt-2.2.4
=3D=3D=3D>   Returning = to build of apache+php+mod_ssl-1.3.9+3.0.14+2.4.10
Error: shared library = "mcrypt.2" does not exist
*** Error code 1

any idea?

Mike

------_=_NextPart_001_01BF631B.42632600-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 0:28:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from skynet.ctr.columbia.edu (skynet.ctr.columbia.edu [128.59.64.70]) by hub.freebsd.org (Postfix) with SMTP id 6A667153B9; Thu, 20 Jan 2000 00:28:33 -0800 (PST) (envelope-from wpaul@skynet.ctr.columbia.edu) Received: (from wpaul@localhost) by skynet.ctr.columbia.edu (8.6.12/8.6.9) id DAA10306; Thu, 20 Jan 2000 03:32:17 -0500 From: Bill Paul Message-Id: <200001200832.DAA10306@skynet.ctr.columbia.edu> Subject: Re: Problems with an0 and ISA Aironet Card.. To: paul@pulsat.com.au (Paul Reece) Date: Thu, 20 Jan 2000 03:32:15 -0500 (EST) Cc: current@freebsd.org, questions@freebsd.org In-Reply-To: from "Paul Reece" at Jan 20, 2000 02:33:52 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 3841 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Of all the gin joints in all the towns in all the world, Paul Reece had to walk into mine and say: > Having a few problems trying to get an ISA Aironet 4800 card working under > FreeBSD 4.0-CURRENT. I did try with 3.4-RELEASE first with the > appropriate drivers, but had even less luck. > What I'm seeing at boot: Back up. You're leaving out some info. - When did you buy these cards? (The firmware rev may be an issue. knowing when you bought the card helps me figure out if your firmware is newer than mine.) - What sort of machine are you using? (Show us the *whole* dmesg output. Timing may also be an issue, in which case I need to know the CPU speed.) > first suspect lines: > > isa0: unexpected tag 14 > isa0: unexpected tag 14 I'm not sure if this is related. > then: > > an0: reset failed > unknown0: at port 0x100-0x13f irq 5 on isa0 > an0: reset failed > unknown1: at port 0x140-0x17f irq 10 on isa0 > > > (machine has 2 cards in it). When trying with NON PNP mode, the cards > also have the same problem. Tell us what kernel config line you use when using the card in non-PnP mode. Note that the switches on the card must all be in the correct position in order to enable PnP mode: consult your user's manual for the proper settings. I believe they all need to be in the off position, however I don't have the manual here at home with me so I could be mistaken. (I do remember they all have to be set the same way.) > PCI cards work fine, just not the ISA > equivalents.. > > Anyone have any clues/hints/tips etc? Not really. My one and only ISA card works fine, or at least it did when I did my tests right before I imported the driver. It would help if you could actually look at the card when the kernel boots to see if the LEDs flash at all. If the reset is screwing up, then you should see the LEDs flicker when it tries to access the board. If it's failing to access the board at all, the LEDs won't change at all. Try commenting out the code in an_reset() (i.e. make it an empty function that does nothing) and see if it works then. If it *still* doesn't work, then there's something else wrong. Try to run the following program as root: #include #include #include #include #define IOADDR 0x100 /* change to 0x140 for other card */ main() { int f; f = open("/dev/io", O_RDWR); printf("COMMAND: %x\n", inw(IOADDR)); printf("PARAM0: %x\n", inw(IOADDR + 0x2)); outw(IOADDR + 0x2, 0x1234); printf("PARAM0: 0x\n", inw(IOADDR + 0x2)); exit(0); } This will print out the command and status registers for the card at iobase 0x100. If the card has been properly activated, you should see 0000 for the COMMAND and PARAM0 registers initially, then the program will try to write 0x1234 to the PARAM0 register and read it back. If it reads back 0x1234, then the card is configured right and the reset is screwing up. If on the other hand the program prints ffff for all of the register contents, then the card is not really configured properly for address 0x100. > > Cheers. > > > Regards, > Paul. > > (replies to me direct please - not on list) I'm doing both. Deal with it. -Bill -- ============================================================================= -Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ============================================================================= "It is not I who am crazy; it is I who am mad!" - Ren Hoek, "Space Madness" ============================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 0:55:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay.ucb.crimea.ua (UCB-Async4-CRISCO.CRIS.NET [212.110.129.130]) by hub.freebsd.org (Postfix) with ESMTP id 0BAF315208 for ; Thu, 20 Jan 2000 00:55:06 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id KAA68784; Thu, 20 Jan 2000 10:56:40 +0200 (EET) (envelope-from ru) Date: Thu, 20 Jan 2000 10:56:40 +0200 From: Ruslan Ermilov To: m Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IPFW doesn't log. Message-ID: <20000120105640.B44102@relay.ucb.crimea.ua> Mail-Followup-To: m , freebsd-questions@FreeBSD.ORG References: <20000119092812.8549E639CB@zagnut.hotpop.com> <20000119114348.B70681@relay.ucb.crimea.ua> <20000119192606.6D654639C2@zagnut.hotpop.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <20000119192606.6D654639C2@zagnut.hotpop.com>; from m on Wed, Jan 19, 2000 at 02:26:06PM -0500 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jan 19, 2000 at 02:26:06PM -0500, m wrote: > > > !ppp > > > *.* /var/log/ipfw.log > > > > > > My ipfw.log file is empty. I searched for "log" in IPFW man page. My > > > guess is that IPFW rules for logging are not enabled by default. > > > > > > Answers? thank you a lot. > > > > > Change "!ppp" to "!ipfw" in /etc/syslog.conf ;=) > > oopps, sorry, it was midnight, it says !IPFW and when I reboot "Logging > disabled". > You need to add an IPFIREWALL_VERBOSE option to your kernel config file for logging to work. Note, that ipfw.ko module is compiled without -DIPFIREWALL_VERBOSE (see src/sys/modules/ipfw/Makefile). -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 1: 1:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.montana.com (mailA.montana.com [199.2.139.116]) by hub.freebsd.org (Postfix) with ESMTP id EF722151D6 for ; Thu, 20 Jan 2000 01:01:47 -0800 (PST) (envelope-from dexterx@montana.com) Received: from px3 (mso-usr1-180.montana.com [208.4.227.180]) by mail.montana.com (8.9.3/8.9.3) with SMTP id BAA08960 for ; Thu, 20 Jan 2000 01:59:43 -0700 (MST) Message-Id: <3.0.6.32.20000120015855.009c90a8@mail.montana.com> X-Sender: dexterx@mail.montana.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 20 Jan 2000 01:58:55 -0800 To: freebsd-questions@FreeBSD.ORG From: Dexter X Subject: FreeBSD Question Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is probably a stupid question..but..here it goes...I installed FreeBSD 3.4 on a 2.5 gig partition on my HD. I made sure to make the partition a FreeBSD partition and all that good stuff...it installed fine, i didn't go through and install a bunch of the extra stuff yet, just wanted to get the basic system on my computer tonight....everything looked like it was goin great..dialed the internet fine during the install...then i got a couple errors something about fork somethin...i dont remember..it was during configuring tcl if i remember right...anyway so I decided to reboot and then just hit the sack..when i rebooted, it loaded up the bootmanager program, F1 for DOS, F2 for FreeBSD F1 was the default, so I hit F2 to boot up FreeBSD...and all it did was Beep..no matter what i hit all it did was Beep..so i had to boot up in windows and cant seem to get FreeBSD to boot :( If you have any ideas what i did wrong or how i can fix this please let me know..the errors i had while configuring tcl are no big deal, i'll deal with that later....not being able to boot up FreeBSD isn't too cool though..and i've tried reinstalling it a couple times also...well..thanks for your time :) Dex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 1:11:49 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 D0DD314C87 for ; Thu, 20 Jan 2000 01:11:47 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id BAA23842; Thu, 20 Jan 2000 01:35:11 -0800 (PST) Date: Thu, 20 Jan 2000 01:35:11 -0800 From: Alfred Perlstein To: Dexter X Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Question Message-ID: <20000120013510.G20751@fw.wintelcom.net> References: <3.0.6.32.20000120015855.009c90a8@mail.montana.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3.0.6.32.20000120015855.009c90a8@mail.montana.com>; from dexterx@montana.com on Thu, Jan 20, 2000 at 01:58:55AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Dexter X [000120 01:26] wrote: > This is probably a stupid question..but..here it goes...I installed > FreeBSD 3.4 on a 2.5 gig partition on my HD. I made sure to make the > partition a FreeBSD partition and all that good stuff...it installed fine, > i didn't go through and install a bunch of the extra stuff yet, just wanted > to get the basic system on my computer tonight....everything looked like it > was goin great..dialed the internet fine during the install...then i got a > couple errors something about fork somethin...i dont remember..it was > during configuring tcl if i remember right...anyway so I decided to reboot > and then just hit the sack..when i rebooted, it loaded up the bootmanager > program, F1 for DOS, F2 for FreeBSD F1 was the default, so I hit > F2 to boot up FreeBSD...and all it did was Beep..no matter what i hit all > it did was Beep..so i had to boot up in windows and cant seem to get > FreeBSD to boot :( If you have any ideas what i did wrong or how i can fix > this please let me know..the errors i had while configuring tcl are no big > deal, i'll deal with that later....not being able to boot up FreeBSD isn't > too cool though..and i've tried reinstalling it a couple times > also...well..thanks for your time :) does this apply/help: http://www.freebsd.org/tutorials/multi-os/x136.html ? -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 1:59:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from itsunix.uwc.ac.za (itsunix.uwc.ac.za [192.102.9.56]) by hub.freebsd.org (Postfix) with SMTP id C6C9F15208 for ; Thu, 20 Jan 2000 01:59:16 -0800 (PST) (envelope-from mark@itsunix.uwc.ac.za) Received: (qmail 1049 invoked from network); 20 Jan 2000 09:48:14 -0000 Received: from localhost.uwc.ac.za (HELO itsunix.uwc.ac.za) (root@127.0.0.1) by localhost.uwc.ac.za with SMTP; 20 Jan 2000 09:48:14 -0000 From: mark Organization: model connection To: freebsd-questions@FreeBSD.ORG Subject: Ssh2 Date: Thu, 20 Jan 2000 11:41:40 +0200 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00012011481300.00903@itsunix.uwc.ac.za> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello there, Can anyone help with this problem ..... I am new to unix 1.5 months, I installed ssh2 rel 13 on my machines ( 1 solaris, 2 linux, 1 freebsd ) And when I ssh from a one Linux machine to another I get the following error. ** !! ILLEGAL HOST KEY FOR abc !! ** Remove /root/.ssh2/hostkeys/key_22_abc.pub and try again if you think that th is is normal. So I removed the file .... And then it worked. But from the Linux to Solaris I get the following : ** !! ILLEGAL HOST KEY FOR xyz !! ** Remove /root/.ssh2/hostkeys/key_22_xyz.pub and try again if you think that th is is normal. I also removed this file .... but this time it didn't work , I got the following: Disconnected; authentication error (No further authentication methods available.). What do I do? Please Help Thanks Mark Trainee UNIX ADMINISTRATOR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 2:21: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 8D95F153A0 for ; Thu, 20 Jan 2000 02:21:02 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id LAA67810; Thu, 20 Jan 2000 11:20:47 +0100 (CET) (envelope-from olli) Date: Thu, 20 Jan 2000 11:20:47 +0100 (CET) Message-Id: <200001201020.LAA67810@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG, "Sivaram Neelakantan" Reply-To: freebsd-questions@FreeBSD.ORG Subject: awk questions (was: no subject) X-Newsgroups: list.freebsd-questions In-Reply-To: <8668po$tss$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Sivaram, Please use a descriptive subject next time. Many people don't even look at mails which don't have a subject at all (because they're misdirected subscribe/unsubscribe commands most of the time). SIVARAM N wrote in list.freebsd-questions: > I hope this is the right list to ask... Well, actually your questions are not FreeBSD-specific. This kind of questions probably belong to some appropriate usenet newsgroup, e.g. comp.lang.awk. > 1. I have a comma separated records in a file where most fields have leading > whitespaces. Setting FS="," & reading the file preserves the leading whitespaces. > how do I remove them? FS can be a regular expression, so you can construct it in a way so it matches the white space, too. For example: FS=", *" That one will match all spaces following a comma, so they will be parsed as part of the separator, thus they're removed. However, spaces at the very beginning of the line (before the first field) are still there. You can use the command sub(/^ */, "") to remove them. > 2. How can you find out whether the end of file has been reached for a specific file > given multiple files? There might be several ways to detect that. One of them is to look at the variable ARGIND, which contains the index of the currect file in the array ARGV. You could do something like this: (ARGIND == 1){ ... } (ARGIND > 1){ ... } Another way would be to read that file in your BEGIN statement and then set ARGV[1] to "/dev/null" (note that you can't change ARGIND inside the BEGIN block): BEGIN{ while(getline } ARGV[1] = "/dev/null"; # Skip the first one. } { ... } The second solutions is _slightly_ more efficient, because it doesn't have to check ARGIND for every input record. I'd recommend that you have a look at the awk manpage, it contains much of the details. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 2:29:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shaggy.lineone.net (shaggy-s1.lineone.net [194.75.152.225]) by hub.freebsd.org (Postfix) with ESMTP id 9060114F9F for ; Thu, 20 Jan 2000 02:29:08 -0800 (PST) (envelope-from michaelrmgreen@lineone.net) Received: from albert (host212-140-2-247.btinternet.com [212.140.2.247]) by shaggy.lineone.net (8.9.3/8.8.8) with ESMTP id KAA02921 for ; Thu, 20 Jan 2000 10:29:02 GMT Message-Id: <200001201029.KAA02921@shaggy.lineone.net> From: "Michael Green" To: "freebsd questions" Subject: SCO emulation and MS Foxpro Unix Date: Thu, 20 Jan 2000 10:34:33 -0000 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to run MS Foxpro Unix on FreeBSD 3.2 using ibcs2. I've copied the files between systems. I'm getting the following error message: Too many files open. $ sh: turning off NDELAY mode After this the screen is garbled (no CR/LF before displaying $). Any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 2:59:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from darkone.comintern.net (darkone.comintern.net [213.148.1.98]) by hub.freebsd.org (Postfix) with ESMTP id 12A6015387 for ; Thu, 20 Jan 2000 02:59:26 -0800 (PST) (envelope-from hell@neva.spb.ru) Received: from Alena (newxa.comintern.net [213.148.1.25]) by darkone.comintern.net (8.10.0.Beta10/8.10.0.Beta10) with SMTP id e0KAxNZ107629 for ; Thu, 20 Jan 2000 13:59:24 +0300 (MSD) Message-ID: <000801bf6335$82a60c80$190194d5@comintern.ru> From: "New!" To: Subject: unsubscribe freebsd-security Date: Thu, 20 Jan 2000 14:00:05 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF634E.A72238E0" 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_0005_01BF634E.A72238E0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable unsubscribe freebsd-security ------=_NextPart_000_0005_01BF634E.A72238E0 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
unsubscribe=20 freebsd-security
------=_NextPart_000_0005_01BF634E.A72238E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 3: 0:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from darkone.comintern.net (darkone.comintern.net [213.148.1.98]) by hub.freebsd.org (Postfix) with ESMTP id 5A090153C3 for ; Thu, 20 Jan 2000 03:00:01 -0800 (PST) (envelope-from hell@neva.spb.ru) Received: from Alena (newxa.comintern.net [213.148.1.25]) by darkone.comintern.net (8.10.0.Beta10/8.10.0.Beta10) with SMTP id e0KAxxZ107933 for ; Thu, 20 Jan 2000 13:59:59 +0300 (MSD) Message-ID: <000801bf6335$97c43ce0$190194d5@comintern.ru> From: "New!" To: Subject: Date: Thu, 20 Jan 2000 14:00:41 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF634E.BCCE5160" 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_0005_01BF634E.BCCE5160 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable unsubscribe freebsd-security ------=_NextPart_000_0005_01BF634E.BCCE5160 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
unsubscribe=20 freebsd-security
------=_NextPart_000_0005_01BF634E.BCCE5160-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 3: 6:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id D67C214E2C; Thu, 20 Jan 2000 03:06:18 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id MAA69559; Thu, 20 Jan 2000 12:06:17 +0100 (CET) (envelope-from olli) Date: Thu, 20 Jan 2000 12:06:17 +0100 (CET) Message-Id: <200001201106.MAA69559@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG, freebsd-chat@FreeBSD.ORG Reply-To: freebsd-chat@FreeBSD.ORG Subject: Re: time sync problem--ntpdate AND xntpd?? X-Newsgroups: list.freebsd-questions In-Reply-To: <865k6g$ibj$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 [redirected to -chat] Harry Woodward-Clarke wrote in list.freebsd-questions: > Walter Brameld wrote: >> By the way, what does..... >> >> > "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" >> > (Terry Pratchett) >> mean? > > from babelfish.altavista.com... > > "in each piece [of] coal a diamond waits for its birth" That translation is surprisingly accurate for babelfish. :) Sorry that I don't have separate signatures for German and international mailing lists. It's a quote from a great book by Terry Patchett, who's often called the ``Douglas Adams of Fantasy'' -- the original is in English, of course, but I only have the German translation. The German title of the book is ``Gevatter Tod'' (published by Goldmann Verlag, ISBN 3-442- 41551-9), the original is ``Reaper Man'', published by Victor Gollancz Ltd., London. I have to say that this is probably the best book I've read in my life (so far). It's a very humorous story from the ``disc world'', with a lot of ``sense of wonder'', and it's surprisingly emotional given the fact that the main protagonist is Mr. Death himself... If you like Douglas Adam's "Hitchhiker Trilogy", you will love this book. I can recommend it to everyone. Regards Oliver PS: In this book, "Death" lives incognito on the disc world for some time in a small village under the name "Bill Door". Although I think it's coincidental, it leaves room for some thoughts... ;-) -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 3:32:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f257.law7.hotmail.com [216.33.236.135]) by hub.freebsd.org (Postfix) with SMTP id 269F314ED0 for ; Thu, 20 Jan 2000 03:32:54 -0800 (PST) (envelope-from benzter18@hotmail.com) Received: (qmail 29607 invoked by uid 0); 20 Jan 2000 11:32:53 -0000 Message-ID: <20000120113253.29606.qmail@hotmail.com> Received: from 212.151.33.165 by www.hotmail.com with HTTP; Thu, 20 Jan 2000 03:32:53 PST X-Originating-IP: [212.151.33.165] From: "Pelle Plånbok" To: freebsd-questions@FreeBSD.ORG Subject: Hi there! Date: Thu, 20 Jan 2000 03:32:53 PST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there anyway to get a free shell for IRC from you? (DalNet) Thanks //Benzter ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 3:49:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fwm1.matra-ms2i.fr (fwm1.matra-ms2i.fr [195.46.202.129]) by hub.freebsd.org (Postfix) with ESMTP id D0FCB153FD for ; Thu, 20 Jan 2000 03:49:29 -0800 (PST) (envelope-from husson@matra-ms2i.fr) Received: by fwm1.matra-ms2i.fr; id PAA25312; Thu, 20 Jan 2000 15:00:33 +0100 (CET) Message-Id: <200001201400.PAA25312@fwm1.matra-ms2i.fr> Date: Thu, 20 Jan 2000 12:38:59 +0100 From: Bruno Husson X-Mailer: Mozilla 4.06 [fr] (WinNT; I) MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: IRQ for PCI sound cards Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Can anyone help with this problem ..... I use FreeBSD 3.3. I have PCI Plug and Play souns cards (Sound Blaster live, Yamaha YMF740) on Compaq and NEC desktops. I use OSS (Opensound). the sound card use IRQ11, which is already used by the Ethernet card and by VGA. How could I change one of these IRQs (The BIOS set up does not allow access to these IRQs) ? I have also a PCI Plug and Play souns cards (ESS Solo-1) on a NEC Versa Note laptop. OSS tells me that IRQ5 is already used. However, dmesg and /var/log/messages do not give such an information. pcic is on IRQ11, PCMCIA slots on IRQ3 and IRQ4. How to identify the device that also uses IRQ5 ? Thank you. -- Bruno HUSSON --------------------- Tel : (33) 1 34 63 74 53 Fax : (33) 1 34 63 74 74 mailto:husson@matra-ms2i.fr MATRA SYSTEMES & INFORMATION 6, rue Dewoitine 78142 VELIZY-VILLACOUBLAY http://www.matra-msi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 4: 6:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from intranova.net (blacklisted.intranova.net [209.3.31.70]) by hub.freebsd.org (Postfix) with SMTP id 7A99E153E0 for ; Thu, 20 Jan 2000 04:06:31 -0800 (PST) (envelope-from oogali@intranova.net) Received: (qmail 4518 invoked from network); 20 Jan 2000 07:08:38 -0000 Received: from missnglnk.wants.to-fuck.com (HELO hydrant.intranova.net) (user51319@209.201.95.10) by blacklisted.intranova.net with SMTP; 20 Jan 2000 07:08:38 -0000 Date: Thu, 20 Jan 2000 07:05:17 -0500 (EST) From: Omachonu Ogali To: Suresh Kumar Satapati Cc: freebsd-questions@freebsd.org Subject: Re: C question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Error check the call: if (write(socketfd, &rtmsg, len) < len) { perror("write()"); return -1; } Omachonu Ogali Intranova Networking Group On Wed, 19 Jan 2000, Suresh Kumar Satapati wrote: > I have a C question. > I have a routing message structure .. > static struct srtmsg {...}rtmsg; > declared as above. Now i have to write a portion of this structure to a > routing socket (PF_ROUTE) using a 'write' call. > My call looks as below: > > write(socketfd, (char*)&rtmsg, len) > > where 'len' is a valid integer. The value of 'len' is less than > sizeof(struct srtmsg). This call fails and gives a Page Fault. > > Please let me know if there is a better way to do this. > > > > 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 Jan 20 4:16:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id EFBE9153E6 for ; Thu, 20 Jan 2000 04:16:24 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com ([203.197.137.131]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id WAA05804; Thu, 20 Jan 2000 22:46:08 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id RAA00737; Thu, 20 Jan 2000 17:45:53 +0530 (IST) (envelope-from grog) Date: Thu, 20 Jan 2000 17:45:52 +0530 From: Greg Lehey To: =?iso-8859-1?Q?Pelle_Pl=E5nbok?= Cc: freebsd-questions@FreeBSD.ORG Subject: IRC clients (was: Hi there!) Message-ID: <20000120174552.G533@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <20000120113253.29606.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0i In-Reply-To: <20000120113253.29606.qmail@hotmail.com>; from benzter18@hotmail.com on Thu, Jan 20, 2000 at 03:32:53AM -0800 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, 20 January 2000 at 3:32:53 -0800, Pelle Plånbok wrote: > Is there anyway to get a free shell for IRC from you? (DalNet) Sure, there are plenty of clients in the Ports Collection. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 4:29:23 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 8A2A815360 for ; Thu, 20 Jan 2000 04:29:20 -0800 (PST) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP for freebsd-questions@freebsd.org; Thu, 20 Jan 2000 13:27:56 +0100 Received: from sun7.mni.fh-giessen.de ([134.176.183.107]) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 12BGga-0007yt-00 for freebsd-questions@freebsd.org; Thu, 20 Jan 2000 13:27:36 +0100 Received: from localhost (hg9456@localhost) by sun7.mni.fh-giessen.de (8.9.3+Sun/8.8.8) with ESMTP id NAA07783 for ; Thu, 20 Jan 2000 13:28:36 +0100 (MET) X-Authentication-Warning: sun7.mni.fh-giessen.de: hg9456 owned process doing -bs Date: Thu, 20 Jan 2000 13:28:35 +0100 (MET) From: Ariel Burbaickij X-Sender: hg9456@sun7 To: freebsd-questions@freebsd.org Subject: switching between localizations or using more then one localisationat once Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hullo.First of all I give you some hints who I am(at least what are fields of interest of mine :)) I am excahnge Russian student in Germany. What I do ?I occasionally do some translations as my student job and work pretty much with German and Russian documents, very oft simultaneously.My default localisation is Russian.So all diviating letters of German alphabet I see with some Russian letters that take the same place in extended ASCII table.I surely could set up different login accounts for different users but it is not what I want because as already said I very often must work with documents in this two languages simultaneously(e.g. translating documentation ,maintaining public copy of scripts for my co-students and my own private copy in Russian and so on). Any suggestions , solutions ,hints how can I do it ? kind regards , Ariel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 5:20:32 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 064B3153CB for ; Thu, 20 Jan 2000 05:20:25 -0800 (PST) (envelope-from shovey@buffnet.net) 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 IAA93672; Thu, 20 Jan 2000 08:20:24 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Thu, 20 Jan 2000 08:20:19 -0500 (EST) From: Steve Hovey To: Scott Gregson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FTP Install "stalls" In-Reply-To: <38866F04.3BC2295@kjv.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 Probably your firewall at the ISP - use the passive ftp On Wed, 19 Jan 2000, Scott Gregson wrote: > I searched the archive and found another fella having the same problem > that I am. That is, everthing goes alright during the FTP install up to > starting the download. A few packets then download, and that's all. The > system still is running (I can hit scroll lock and view the terminal > output), but the download ceases. > > I burned a CDrom, but the system says it is "mode 3" atapi and doesn't > know what to do with it, so I cannot install that way. > > I have a cable modem, and it finds the FTP site. > > Any ideas? > -- > ~Scott Gregson > Publishing Missionary > Local Church Publishing > http://www.kjv.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 Jan 20 5:22:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from MCSMTP.MC.VANDERBILT.EDU (mcsmtp.mc.Vanderbilt.Edu [160.129.93.202]) by hub.freebsd.org (Postfix) with SMTP id D69A01533E for ; Thu, 20 Jan 2000 05:22:54 -0800 (PST) (envelope-from George.Giles@mcmail.vanderbilt.edu) Received: by MCSMTP.MC.VANDERBILT.EDU(Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) id 8625686C.00492DD4 ; Thu, 20 Jan 2000 07:19:18 -0600 X-Lotus-FromDomain: VANDERBILT From: George.Giles@mcmail.vanderbilt.edu To: questions@FreeBSD.org Message-ID: <8625686C.00492C4F.00@MCSMTP.MC.VANDERBILT.EDU> Date: Thu, 20 Jan 2000 07:18:49 -0600 Subject: sendmail/postfix 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 I want to remove sendmail from freeBSD 3.3 and replace it with Postfix can this be easily accomplished using a package manager and not manual file movement? George Giles Vanderbilt University Medical Center Information Management (615) 322 - 0839 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 5:31:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stop.dashit.net (stop.dashit.net [209.100.20.20]) by hub.freebsd.org (Postfix) with ESMTP id E0C21152CE for ; Thu, 20 Jan 2000 05:31:28 -0800 (PST) (envelope-from stop@dashit.net) Received: from abyss (abyss.dashit.net [209.100.22.250]) by stop.dashit.net (Postfix) with SMTP id 063BC3E001; Thu, 20 Jan 2000 08:31:29 -0500 (EST) From: "Troy Settle" To: "lam" , Subject: RE: Natd and dhcp, Date: Thu, 20 Jan 2000 08:28:34 -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: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The firewall rules are taken care of automagically by rc.firewall. It's already got a check in there for natd, and will add the approprite rule. For kicks, here's what I've got on one box I'm doing this on, I've got ed1 to the internet, and ed2 on my internal network: # cat /etc/rc.conf | grep "applicable stuff" firewall_enable="YES" firewall_type="open" network_interfaces="ed1 ed2 lo0" ifconfig_ed1="inet 209.100.20.126 netmask 255.255.255.224" ifconfig_ed2="inet 10.10.100.1 netmask 255.255.255.0" natd_enable="YES" natd_interface="ed1" natd_flags="-s # ipfw list 00100 divert 8668 ip from any to any via ed1 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 65535 allow ip from any to any # cat /etc/dhcpd.conf server-identifier 10.10.100.1; subnet 10.10.100.0 netmask 255.255.255.0 { range 10.10.100.2 10.10.100.240; option domain-name-servers 209.100.20.2, 209.100.20.3; option routers 10.10.100.1; option subnet-mask 255.255.255.0; option broadcast-address 10.10.100.255; default-lease-time 2592000; max-lease-time 2592000; } subnet 209.100.20.96 netmask 255.255.255.224 { } Hope this helps... -Troy > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of lam > Sent: Wednesday, January 19, 2000 23:07 > To: questions@freebsd.org > Subject: Natd and dhcp, > > > > Hi, > I am trying to setup natd with dhcp. One nic is using dhcp > client, the other nic have a static ip (internal network). My problem is > trying to use natd to route everything from the 2nd one to the first one. > Natd manpage mentioned about the three rules in rc.firewall; where > should I put them? > I set in rc.conf: > firewall_enable="YES" > firewall_type="simple" > and then I am stuck on the rc.firewall. A simple rc.firewall example is > more than appreciate. > > Thanks. > > ---Lam Nguyen > > > > > 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 Jan 20 5:33: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stop.dashit.net (stop.dashit.net [209.100.20.20]) by hub.freebsd.org (Postfix) with ESMTP id 6D51B153E2 for ; Thu, 20 Jan 2000 05:32:53 -0800 (PST) (envelope-from stop@dashit.net) Received: from abyss (abyss.dashit.net [209.100.22.250]) by stop.dashit.net (Postfix) with SMTP id 9EEC43E001; Thu, 20 Jan 2000 08:32:54 -0500 (EST) From: "Troy Settle" To: , Subject: RE: sendmail/postfix Date: Thu, 20 Jan 2000 08:29: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: <8625686C.00492C4F.00@MCSMTP.MC.VANDERBILT.EDU> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Use the port: cd /usr/ports/mail/postfix && make install && make replace Be sure to edit /usr/local/etc/postfix/main.cf to suit your needs -Troy > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of > George.Giles@mcmail.vanderbilt.edu > Sent: Thursday, January 20, 2000 08:19 > To: questions@FreeBSD.org > Subject: sendmail/postfix > > > > > I want to remove sendmail from freeBSD 3.3 and replace it with > Postfix can this > be easily accomplished using a package manager and not manual > file movement? > > George Giles > Vanderbilt University Medical Center > Information Management > (615) 322 - 0839 > > > > > 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 Jan 20 6: 5:27 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 C6DB9153DA for ; Thu, 20 Jan 2000 06:05:23 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 12BIDC-000MNK-00; Thu, 20 Jan 2000 14:05:22 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id OAA03603 for ; Thu, 20 Jan 2000 14:05:22 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Thu, 20 Jan 2000 14:05:21 +0000 (GMT) From: Jonathon McKitrick To: freebsd-questions@freebsd.org Subject: panic during resume with PCMCIA 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 OK, i'm running 3.4 stable on a toshiba 4010cdt. I have a PCMCIA modem, and i have tried to resume twice from suspend mode, and the result is a crash. fata trap 12: page fault in kernel mode addr: 0x84 supervisor read, page not present instruction: 0x8:0xc01d364c stack 0x10:0xc456cddc frame 0x10:0xc456cde8 code base 0, limit xfffff type 0x1b DPL 0, pres 1 def 32 gran 1 eflags interrupt enabled, resume, IDPL = 0 proc = 269 ppp mask stopped at sioclose+0x20 Obviously the PCMCIA card gets hosed during resume. What do i need to do to eliminate this? Do i have to close ppp before i suspend? I usually start ppp -ddial to my ISP when i start, and i haven't figured out pppctl. Do i need to learn this command to do what i want? I find that when i lose my ppp connection for some reason, i hve to reboot to reset the tun device. There must be an easier way. -=> jm <=- "The light that burns twice as bright burns half as long, and you have burned so very, very brightly." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 6: 9:37 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 7A77514D3F for ; Thu, 20 Jan 2000 06:09:33 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 12BIHE-000MAC-00; Thu, 20 Jan 2000 14:09:32 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id OAA03660 for ; Thu, 20 Jan 2000 14:09:32 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Thu, 20 Jan 2000 14:09:32 +0000 (GMT) From: Jonathon McKitrick To: freebsd-questions@freebsd.org Subject: aliases and zsh cont'd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, i've narrowed it down with echo statements in all my config files. Here is the really bizarre part: when i su to root, i have to use su -l, and it executes .profile, NOT .zprofile, but .profile (which is for bash, right?) I read the man page, and it says NOTHING about .profile being executed, only .zprofile. Why is this file being executed, and why does -m clobber my alias settings? All the other env variables stay the same with the im option. -=> jm <=- "The light that burns twice as bright burns half as long, and you have burned so very, very brightly." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 6:16:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from flink.eccs.com (flink.eccs.com [63.78.58.4]) by hub.freebsd.org (Postfix) with ESMTP id BB13714C05 for ; Thu, 20 Jan 2000 06:16:18 -0800 (PST) (envelope-from rrios@eccs.com) Received: from com. ([10.0.0.1]) by flink.eccs.com (8.8.8+Sun/8.8.8) with SMTP id JAA26119 for ; Thu, 20 Jan 2000 09:18:44 -0500 (EST) Received: from rrios (rioslap1) by com. (5.x/SMI-SVR4) id AA18685; Thu, 20 Jan 2000 09:16:37 -0500 Received: by localhost with Microsoft MAPI; Thu, 20 Jan 2000 09:18:32 -0500 Message-Id: <01BF6327.52175B40.rrios@eccs.com> From: "R. RIOS" Reply-To: "rrios@eccs.com" To: "'freebsd-questions@freebsd.org'" Subject: FreeBSD 3.4 support for RAIDFrame Date: Thu, 20 Jan 2000 09:18:30 -0500 Organization: ECCS 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, Does FreeBSD3.4 support or include the RAIDframe software from Carnegie Mellon? Thanks, Reinaldo Rios To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 6:26:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thunk.crazylogic.net (thunk.crazylogic.net [199.45.111.154]) by hub.freebsd.org (Postfix) with ESMTP id 2292914C0A for ; Thu, 20 Jan 2000 06:26:27 -0800 (PST) (envelope-from matt@crazylogic.net) Received: from king (trt-on59-73.netcom.ca [216.123.102.73]) by thunk.crazylogic.net (8.9.3/8.9.3) with SMTP id JAA46762 for ; Thu, 20 Jan 2000 09:17:50 -0500 (EST) (envelope-from matt@crazylogic.net) Message-ID: <00ce01bf6352$0c518380$0300a8c0@fake.net> From: "Matt Gostick" To: Subject: Fw: panic during resume with PCMCIA modem Date: Thu, 20 Jan 2000 09:23:10 -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.3825.400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.3825.400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I haven't figured out pppctl. Do i need to learn this command to > do what i want? I find that when i lose my ppp connection for > some reason, i hve to reboot to reset the tun device. > There must be an easier way. > > -=> jm <=- I don't know about your other problem but heres what I do to shutdown ppp cleanly: add to /etc/ppp/ppp.conf: set server /var/run/internet "" 0177 and then shutdown ppp with: /usr/sbin/pppctl /var/run/internet quit all This at least answers part of you question. Matt. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 6:31:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailgate1.sabre.com (mailgate1.sabre.com [199.100.49.125]) by hub.freebsd.org (Postfix) with ESMTP id 998AE14C99 for ; Thu, 20 Jan 2000 06:31:15 -0800 (PST) (envelope-from lonnie.ferrell@sabre.com) Received: from mailhub1.sabre.com (mailhub1.sabre.com [192.168.133.110]) by mailgate1.sabre.com (8.9.3/8.9.3) with ESMTP id IAA04310 for ; Thu, 20 Jan 2000 08:29:16 -0600 (CST) Received: from sabre.com ([172.28.201.85]) by mailhub1.sabre.com (8.9.3/8.9.3) with ESMTP id IAA03402 for ; Thu, 20 Jan 2000 08:28:53 -0600 (CST) Message-ID: <38871B68.CBE39910@sabre.com> Date: Thu, 20 Jan 2000 08:27:53 -0600 From: Lonnie Ferrell Organization: Sabre Inc. X-Mailer: Mozilla 4.5 [en]C-CCK-MCD TSG on TSG Network Build Date - [02-15-1999]-A (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: Mouse problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I appreciate your help. Here's whats happening. I am loading 3.4. During the load process, using visual mode, the probe process finds the ps/2 mouse (psm0 does not say "not found"). I have no problems getting everything loaded. But prompted to setup the mouse daemon I get no response from the mouse. Lonnie Ferrell lonnie.ferrell@sabre.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 6:35:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from zirafe.carrier.kiev.ua (sivka.carrier.kiev.ua [193.193.193.101]) by hub.freebsd.org (Postfix) with ESMTP id B4A5914DB4 for ; Thu, 20 Jan 2000 06:35:47 -0800 (PST) (envelope-from samj@itcj.kiev.ua) Received: from mails.itci.kiev.ua (gw1.itci.kiev.ua [62.244.54.196]) by zirafe.carrier.kiev.ua (8.Who.Cares/Kilkenny_is_better) with ESMTP id QNS84906 for ; Thu, 20 Jan 2000 16:35:41 +0200 (EET) (envelope-from samj@itcj.kiev.ua) Received: from itcj.kiev.ua (primsrv.itci.kiev.ua [62.244.54.220]) by mails.itci.kiev.ua (8.8.8/8.8.8) with ESMTP id RAA01572 for ; Thu, 20 Jan 2000 17:31:15 +0200 (EET) (envelope-from samj@itcj.kiev.ua) Message-ID: <38871D01.AE8C2F13@itcj.kiev.ua> Date: Thu, 20 Jan 2000 16:34:41 +0200 From: Yuriy Samartsev X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: How to make more powerful traffic? Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How can i make more powerful traffic for two two-wire leased lines and four modems? I am FreeBSD -2.2.7 Release. Thanks in advance. Yuriy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 6:40:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from polaris.cs.laurentian.ca (polaris.cs.laurentian.ca [142.51.24.200]) by hub.freebsd.org (Postfix) with SMTP id 469EB14C37 for ; Thu, 20 Jan 2000 06:40:17 -0800 (PST) (envelope-from s0121430@cs.laurentian.ca) Received: (qmail 19946 invoked from network); 20 Jan 2000 14:40:14 -0000 Received: from unknown (HELO eten-04.cs.laurentian.ca) (142.51.24.4) by polaris.cs.laurentian.ca with SMTP; 20 Jan 2000 14:40:14 -0000 Date: Thu, 20 Jan 2000 09:40:14 -0500 (EST) From: Marwan Fayed To: Dexter X Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Question In-Reply-To: <3.0.6.32.20000120015855.009c90a8@mail.montana.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have had a problem that is somewhat similar. My machine (laptop) is supposed to be dedicated to freebsd. I did try with a dual boot and found a problem similar to yours. What you might find is the following. Reboot with the installation disks and continue as if you were installing for the first time. When you get to the first menu (blue screen) just go to the label editor. My bet is that you will find that the partitions still exist, but the labels are gone for some reason. That is, instead of appearing as "/" or "/usr", they appear as "". That may give you some insight as to what is causing the problem, but unfortunately I do not know how to solve it. If you figure it out PLEASE let me know as I would like to have freebsd on my thinkpad. good luck (to you, and me!) marwan On Thu, 20 Jan 2000, Dexter X wrote: > This is probably a stupid question..but..here it goes...I installed > FreeBSD 3.4 on a 2.5 gig partition on my HD. I made sure to make the > partition a FreeBSD partition and all that good stuff...it installed fine, > i didn't go through and install a bunch of the extra stuff yet, just wanted > to get the basic system on my computer tonight....everything looked like it > was goin great..dialed the internet fine during the install...then i got a > couple errors something about fork somethin...i dont remember..it was > during configuring tcl if i remember right...anyway so I decided to reboot > and then just hit the sack..when i rebooted, it loaded up the bootmanager > program, F1 for DOS, F2 for FreeBSD F1 was the default, so I hit > F2 to boot up FreeBSD...and all it did was Beep..no matter what i hit all > it did was Beep..so i had to boot up in windows and cant seem to get > FreeBSD to boot :( If you have any ideas what i did wrong or how i can fix > this please let me know..the errors i had while configuring tcl are no big > deal, i'll deal with that later....not being able to boot up FreeBSD isn't > too cool though..and i've tried reinstalling it a couple times > also...well..thanks for your time :) > > Dex > > > > 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 Jan 20 6:40:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 135F914F2E for ; Thu, 20 Jan 2000 06:40:37 -0800 (PST) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs10.alcatel.fr (mailhub2.alcatel.fr [155.132.188.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id PAA15215; Thu, 20 Jan 2000 15:33:21 +0100 From: Thierry.Herbelot@alcatel.fr Received: from frmta003.netfr.alcatel.fr (frmta003.netfr.alcatel.fr [155.132.251.32]) by aifhs10.alcatel.fr (ALCANET/SMTP2) with SMTP id PAA10356; Thu, 20 Jan 2000 15:35:55 +0100 (MET) Received: by frmta003.netfr.alcatel.fr(Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) id C125686C.00509D4B ; Thu, 20 Jan 2000 15:40:31 +0100 X-Lotus-FromDomain: ALCATEL To: "rrios@eccs.com" Cc: "'freebsd-questions@freebsd.org'" Message-ID: Date: Thu, 20 Jan 2000 15:40:21 +0100 Subject: Re: FreeBSD 3.4 support for RAIDFrame 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 Hello, The RAID facility in FreeBSD is implemented via "Vinum", which is documented on the www.freebsd.org web site (have a look at the documentation subsection, and you'll find a web page for "reference manual pages" for various versions of Unix) TfH Hi, Does FreeBSD3.4 support or include the RAIDframe software from Carnegie Mellon? Thanks, Reinaldo Rios 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 Jan 20 6:47:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from intrex.net (mail.intrex.net [209.42.192.246]) by hub.freebsd.org (Postfix) with ESMTP id 03FBE14DAF for ; Thu, 20 Jan 2000 06:47:56 -0800 (PST) (envelope-from brownicm@prokyon.com) Received: from molly.local.domain [209.42.232.71] by intrex.net with ESMTP (SMTPD32-5.05) id A087C3FA005C; Thu, 20 Jan 2000 09:49:43 -0500 Content-Length: 406 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 20 Jan 2000 09:46:24 -0500 (EST) Reply-To: Chris Browning From: Chris Browning To: freebsd-questions@freebsd.org Subject: PCAnywhere look out!! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just found this in a Linux mailing list. Anyone else seen this? It's apparently included w/ Mandrake 7, about which I know nothing. But *this* is too cool. http://www.uk.research.att.com/vnc/index.html ---------------------------------- "if you believe in Nothing... ...Honey, It believes in you." Chris Browning brownicm@prokyon.com XFMail on FreeBSD 3.2 20-Jan-00 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 6:53: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id A220514C37 for ; Thu, 20 Jan 2000 06:53:02 -0800 (PST) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs10.alcatel.fr (mailhub2.alcatel.fr [155.132.188.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id PAA21236; Thu, 20 Jan 2000 15:45:47 +0100 From: Thierry.Herbelot@alcatel.fr Received: from frmta003.netfr.alcatel.fr (frmta003.netfr.alcatel.fr [155.132.251.32]) by aifhs10.alcatel.fr (ALCANET/SMTP2) with SMTP id PAA13714; Thu, 20 Jan 2000 15:48:17 +0100 (MET) Received: by frmta003.netfr.alcatel.fr(Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) id C125686C.0051BCA2 ; Thu, 20 Jan 2000 15:52:47 +0100 X-Lotus-FromDomain: ALCATEL To: Marwan Fayed Cc: Dexter X , freebsd-questions@FreeBSD.ORG Message-ID: Date: Thu, 20 Jan 2000 15:52:36 +0100 Subject: Re: FreeBSD Question 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 Hello, Where is situated your FreeBSD partition ? There is a limit with "normal BIOSes", where you can't boot from a partition beginning after the 1024th cylinder. It seems that, when FreeBSD installs itself, it uses a wrong geometry setup, where the number of cylinders for your disk is higher than what you can see from the BIOS (the BIOS could see for example C/H/S = 1044/255/63 when FreeBSD by default sees 80??/32/63 - I don't have the exact figures). When one step of FreeBSD boot runs (boot1 / boot2 / loader ?), there is a call to the BIOS with a number of cylinders which is too large, hence the "beep" of the BIOS. The solution is to record the "right" geometry, as seen by the BIOS when starting the machine with LBA mode, and then use the eometry option in the "fdisk" screen, where you set up the different partitions (wd0s1 / wd0s2 ...) in the hard disk where you want to install FreeBSD. Write in the dialogue box the geometry as told by the BIOS, and finish the install as usual. (this is at least how I installed FreeBSD on an Award BIOS at home) TfH [SNIPPAGE] On Thu, 20 Jan 2000, Dexter X wrote: > This is probably a stupid question..but..here it goes...I installed > FreeBSD 3.4 on a 2.5 gig partition on my HD. I made sure to make the > partition a FreeBSD partition and all that good stuff...it installed fine, > i didn't go through and install a bunch of the extra stuff yet, just wanted > to get the basic system on my computer tonight....everything looked like it > was goin great..dialed the internet fine during the install...then i got a > couple errors something about fork somethin...i dont remember..it was > during configuring tcl if i remember right...anyway so I decided to reboot > and then just hit the sack..when i rebooted, it loaded up the bootmanager > program, F1 for DOS, F2 for FreeBSD F1 was the default, so I hit > F2 to boot up FreeBSD...and all it did was Beep..no matter what i hit all > it did was Beep..so i had to boot up in windows and cant seem to get > FreeBSD to boot :( If you have any ideas what i did wrong or how i can fix > this please let me know..the errors i had while configuring tcl are no big > deal, i'll deal with that later....not being able to boot up FreeBSD isn't > too cool though..and i've tried reinstalling it a couple times > also...well..thanks for your time :) > > Dex > > > > 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 Thu Jan 20 6:54:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id E191014F5B for ; Thu, 20 Jan 2000 06:54:27 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (m15.chn.vsnl.net.in [202.54.43.218] (may be forged)) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id BAA05969; Fri, 21 Jan 2000 01:23:59 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id SAA00939; Thu, 20 Jan 2000 18:19:44 +0530 (IST) (envelope-from grog) Date: Thu, 20 Jan 2000 18:19:43 +0530 From: Greg Lehey To: Johnny Wu Cc: freebsd-questions@FreeBSD.ORG Subject: DPT SmartRAID V (was: DPT SmartRAID IV drivers almost released?) Message-ID: <20000120181943.N533@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jwu@apexusa.com on Mon, Jan 17, 2000 at 03:35:07PM -0800 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 17 January 2000 at 15:35:07 -0800, Johnny Wu wrote: > > I have a question regarding DPT drivers for their 4th generation SmartRAID > products. It looks to me like you're talking about the SmartRAID V. We already have drivers for the SmartRaid IV. > It looks like they are coming out soon with their FreeBSD drivers, > including a neat command-line tool to monitor/configure the system > (although I got conflicting messages, see below). Indeed, I see nothing of this below. > Is it better to wait for these drivers to get into a -RELEASE, or > just use DPT developed drivers when (and if) they do get released? I wouldn't hold my breath for DPT to do something. They've been a very unreliable source of information in the past. > I'm primary interested in implementing a hot-swappable spare RAID > 0/1 configuration, and according to the mailing lists, but you can't > tell if a failure occurs on FreeBSD with 3rd generation DPT > controllers, is that right? I don't know about that, but the performance of the III and IV leaves something to be desired. > Also, is it true that you can can boot off of a logical drive on a DPT > RAID array? I'm also hearing conflicting information on whether you need > a independent drive to boot or not. I don't think so. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 7: 7: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kirk.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (Postfix) with ESMTP id 2A187151ED for ; Thu, 20 Jan 2000 07:06:59 -0800 (PST) (envelope-from gmarco@scotty.masternet.it) Received: from scotty.masternet.it ([194.243.20.91]) by kirk.giovannelli.it (8.9.3/8.9.3) with ESMTP id QAA26787; Thu, 20 Jan 2000 16:06:37 +0100 (CET) (envelope-from gmarco@scotty.masternet.it) Message-ID: <38872302.B7556DDC@scotty.masternet.it> Date: Thu, 20 Jan 2000 16:00:18 +0100 From: Gianmarco Giovannelli X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Chris Browning Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PCAnywhere look out!! References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris Browning wrote: > > I just found this in a Linux mailing list. Anyone else seen this? It's > apparently included w/ Mandrake 7, about which I know nothing. But *this* is too > cool. > > http://www.uk.research.att.com/vnc/index.html Look for vnc in the ports tree -- Regards... Gianmarco "Unix expert since yesterday" http://www.giovannelli.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 7: 9:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.geocrawler.com (sourceforge.net [209.81.8.17]) by hub.freebsd.org (Postfix) with ESMTP id 40B3C14D42 for ; Thu, 20 Jan 2000 07:09:01 -0800 (PST) (envelope-from nobody@www.geocrawler.com) Received: (from nobody@localhost) by www.geocrawler.com (8.9.3/8.9.3) id HAA25455; Thu, 20 Jan 2000 07:09:01 -0800 Date: Thu, 20 Jan 2000 07:09:01 -0800 Message-Id: <200001201509.HAA25455@www.geocrawler.com> To: freebsd-questions@freebsd.org Subject: FreeBSD Boot Manager From: "Alex" Reply-To: "Alex" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message was sent from Geocrawler.com by "Alex" Be sure to reply to that address. Hello, I installed two FreeBSD versions on one hard disk. When the machine is starting boot I see: F1 FREEBSD F2 FREEBSD Is it possible to edit these labels? And how? Thank for help Alex Geocrawler.com - The Knowledge Archive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 7:11:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id E5ECD14F58 for ; Thu, 20 Jan 2000 07:11:29 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (m21.chn.vsnl.net.in [202.54.43.229] (may be forged)) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id BAA06007; Fri, 21 Jan 2000 01:41:11 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id UAA00991; Thu, 20 Jan 2000 20:40:43 +0530 (IST) (envelope-from grog) Date: Thu, 20 Jan 2000 20:40:42 +0530 From: Greg Lehey To: Thierry.Herbelot@alcatel.fr Cc: rrios@eccs.com, FreeBSD Questions Subject: Re: FreeBSD 3.4 support for RAIDFrame Message-ID: <20000120204042.B937@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from Thierry.Herbelot@alcatel.fr on Thu, Jan 20, 2000 at 03:40:21PM +0100 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] On Thursday, 20 January 2000 at 15:40:21 +0100, Thierry.Herbelot@alcatel.fr wrote: >> >> Does FreeBSD3.4 support or include the RAIDframe software from Carnegie Mellon? > > The RAID facility in FreeBSD is implemented via "Vinum", which is > documented on the www.freebsd.org web site (have a look at the > documentation subsection, and you'll find a web page for "reference > manual pages" for various versions of Unix) To clarify things, vinum is not related to RAIDFrame, and it includes a lot more functionality. Greg -- 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 Thu Jan 20 7:18:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id 4BAC914BCE for ; Thu, 20 Jan 2000 07:18:33 -0800 (PST) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs10.alcatel.fr (mailhub2.alcatel.fr [155.132.188.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id QAA00760 for ; Thu, 20 Jan 2000 16:11:17 +0100 From: Thierry.Herbelot@alcatel.fr Received: from frmta003.netfr.alcatel.fr (frmta003.netfr.alcatel.fr [155.132.251.32]) by aifhs10.alcatel.fr (ALCANET/SMTP2) with SMTP id QAA22200 for ; Thu, 20 Jan 2000 16:13:52 +0100 (MET) Received: by frmta003.netfr.alcatel.fr(Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) id C125686C.00541638 ; Thu, 20 Jan 2000 16:18:27 +0100 X-Lotus-FromDomain: ALCATEL To: questions@freebsd.org Message-ID: Date: Thu, 20 Jan 2000 16:18:08 +0100 Subject: Multi-port NICs 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 Hello, I have just had a look at a recent LINT and found that FreeBSD supports the "Duralink" family of multi-port NICs. Is this brand the only one for supported multi-port NICs ? has anyone a (good or bad) experience with these boards ? Finally (and just to be sure), the duralink boards are of the PCI-64 type : is there any problem plugging them in a 32-bit PCI slot ? (the doc says yes, but I'd prefer having a hands-on experience) TIA TfH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 7:27:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id DD24814DF2 for ; Thu, 20 Jan 2000 07:27:12 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id KAA11485; Thu, 20 Jan 2000 10:27:03 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Thu, 20 Jan 2000 10:27:02 -0500 (EST) From: Brett Taylor To: R Joseph Wright Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Why is there no stable port for The GIMP? In-Reply-To: <38868C4E.D94F2A04@nwlink.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 Hi, On Wed, 19 Jan 2000, R Joseph Wright wrote: > > The stable version isn't very good compared to the unstable branch. > > At least it does more than crash. I have yet to have any of the development branch lines that are/were in ports crash and I use gimp relatively frequently. Are you experiencing lots of crashes w/ the development version and if so what is causing them? I'm sure that at least the Gimp team would like to know about it. Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 7:33:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from math.udel.edu (math.udel.edu [128.175.16.7]) by hub.freebsd.org (Postfix) with ESMTP id EC95C14D7E for ; Thu, 20 Jan 2000 07:33:12 -0800 (PST) (envelope-from schwenk@math.udel.edu) Received: from math.udel.edu (sisyphus.math.udel.edu [128.175.16.167]) by math.udel.edu (8.9.3+Sun/8.9.1) with ESMTP id KAA00459; Thu, 20 Jan 2000 10:33:08 -0500 (EST) Message-ID: <38872AB4.9E0356A5@math.udel.edu> Date: Thu, 20 Jan 2000 10:33:08 -0500 From: Peter Schwenk Organization: University of Delaware X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.7 sun4u) X-Accept-Language: en, fr, de, ko MIME-Version: 1.0 To: Chris Browning Cc: freebsd-questions@freebsd.org Subject: Re: PCAnywhere look out!! References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG THANKS! I couldn't for the life of me remember what this software was called. I wanted to try it out for possible use in support. Chris Browning wrote: > I just found this in a Linux mailing list. Anyone else seen this? It's > apparently included w/ Mandrake 7, about which I know nothing. But *this* is too > cool. > > http://www.uk.research.att.com/vnc/index.html > > ---------------------------------- > "if you believe in Nothing... > ...Honey, It believes in you." > > Chris Browning > brownicm@prokyon.com > XFMail on FreeBSD 3.2 20-Jan-00 -- PETER SCHWENK | UNIX System Administrator Department of Mathematical Sciences | University of Delaware schwenk@math.udel.edu | (302)831-0437 <-NEW!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 7:36:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uberhacker.org (uberhacker.org [207.229.158.98]) by hub.freebsd.org (Postfix) with SMTP id D556714C0C for ; Thu, 20 Jan 2000 07:36:20 -0800 (PST) (envelope-from pds@uberhacker.org) Received: (qmail 75853 invoked by uid 1000); 20 Jan 2000 15:38:41 -0000 Date: Thu, 20 Jan 2000 09:38:41 -0600 From: "Paul D. Schmidt" To: freebsd-questions@freebsd.org Subject: Tape drive recommendations for $2k-$2.5k budget? Message-ID: <20000120093841.A75583@uberhacker.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What tape drive (preferably one available from cdw.com) would people recommend for a $2,000 to $2,500 budget? (including tapes) :) Thanks -Paul -- [Paul D. Schmidt....................][..................pds@enteract.com] [Junior Systems Programmer..........][................pds@uberhacker.org] [EnterAct, a 21st Cenury Company....][...........http://www.enteract.com] "If Windoze is the answer, can we please have the problem back?" -- earlytime (earlrob@mnsinc.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 7:39:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from disavowed.broken.net (disavowed.broken.net [204.216.142.33]) by hub.freebsd.org (Postfix) with ESMTP id EDBD514E9C for ; Thu, 20 Jan 2000 07:39:29 -0800 (PST) (envelope-from ian@disavowed.broken.net) Received: (from ian@localhost) by disavowed.broken.net (8.8.7/8.8.7) id HAA18324; Thu, 20 Jan 2000 07:39:13 -0800 (PST) Date: Thu, 20 Jan 2000 07:39:13 -0800 (PST) From: Ian Struble To: Gianmarco Giovannelli Cc: Chris Browning , freebsd-questions@FreeBSD.ORG Subject: Re: PCAnywhere look out!! In-Reply-To: <38872302.B7556DDC@scotty.masternet.it> Message-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, 20 Jan 2000, Gianmarco Giovannelli wrote: > Chris Browning wrote: > > > > I just found this in a Linux mailing list. Anyone else seen this? It's > > apparently included w/ Mandrake 7, about which I know nothing. But *this* is too > > cool. > > > > http://www.uk.research.att.com/vnc/index.html > > Look for vnc in the ports tree /usr/ports/net/vnc And yes it _is_ great :^) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 7:43:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dread.austin.texas.net (dread.austin.texas.net [206.127.24.91]) by hub.freebsd.org (Postfix) with ESMTP id E73FF14D29 for ; Thu, 20 Jan 2000 07:43:15 -0800 (PST) (envelope-from dread@dread.austin.texas.net) Received: (from dread@localhost) by dread.austin.texas.net (8.9.3/8.9.3) id JAA25915; Thu, 20 Jan 2000 09:42:44 -0600 (CST) (envelope-from dread) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <388645D4.AAB8CDE0@twave.net> Date: Thu, 20 Jan 2000 09:42:43 -0600 (CST) From: Don Read To: Walter Brameld Subject: Re: time sync problem--ntpdate AND xntpd?? Cc: noonans@home.com, questions@FreeBSD.ORG, Sean Noonan , Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 19-Jan-00 Walter Brameld wrote: > Mitch Collinsworth wrote: >> >> >I also figured I'd use ntpdate **AND** xntpd >> >on my gateway/NAT/IPFW box. That way, I figured, my gateway/firewall box >> >would get the time from a reliable time source and then the rest of my >> >boxes would look to it for their time source. Sounded good. >> > > How does one go about finding reliable time sources? > http://www.eecis.udel.edu/~mills/ntp/servers.htm Regards, -- Don Read dread@calcasieu.com EDP Manager dread@texas.net Calcasieu Lumber Co. Austin TX -- No Coffee No Peace To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 7:51: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from 2888.com (hs1-48.irv.zyan.com [216.184.159.48]) by hub.freebsd.org (Postfix) with ESMTP id 1A78814EDF for ; Thu, 20 Jan 2000 07:51:02 -0800 (PST) (envelope-from cheng@nanhai.gd.cn) Received: from glod003 [210.75.41.89] by 2888.com with ESMTP (SMTPD32-5.05) id A9E165FB0124; Thu, 20 Jan 2000 07:31:45 +0000 From: "thomas xiao" Reply-To: cheng@nanhai.gd.cn Message-ID: {7EF0FA00-CF88-11D3-8B1F-5254AB1353CD}@glod003 Subject: sell ceramic title products To: trade@FreeBSD.ORG, all@FreeBSD.ORG X-Mailer: DiffondiCool V3.0 (W95/NT) Delfino Solutions (Build: Jun 14 1998) Mime-Version: 1.0 Date: Thu, 20 Jan 2000 23:12:53 +0800 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-IMSTrailer: __IMail_5__ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear sir: We are one of the largest Ceramic tiles and Sanitary ware manufacturer in the China.specializing in producing wall and floor tiles with large production scale, complete product varieties and sizes and excellent prestige. our Group has introduced world advanced technologies and equipment from Germany and Italy in succession, and owned over 10 wall and floor tiles production lines and five polishing production lines, of which, the 4200T press and super large polishing line introduced from Italy are both the international top equipment. our Group which leads the trend in space, beautifies the living space and pursues the more modernized people and enterprise has integrated the Chinese essence and spirit, and constantly created the perfect products. our Group has made the products of numerous varieties, which can satisfy the different requirements of vast clients. The company has obtained the recognition of ISO9002 international quality assurance system, and produced the matched, serial, high-quality,practical and artistic products. Depending on its solid strength, we have already become the well-known brand highly praised by people in the construction and decoration industry. our Products Merit: 1.Anti-pollution By improving the formula for raw materials of the product,we have reduced the pores and the caliber of the pore on its ceramic tiles, and painted a layer of special coating on the tile surface, preventing the dirty liquid permeating into its products. This has solved the problem on "dirt absorbing" of polished ceramic tiles existing in China for a long time, and filled up the gap of domestic anti-pollution polished ceramic tile products. Passing the inspection of the Building Material Test Center of the state, the anti-pollution performance of the polished tile has reached the international standard: SO/DIS 10545/14-1994 2.Electronstatics resistant our ceramic tiles can be directly installed on the floor of the program controller room, computer room and microelectronic production and installation workshop to prevent the electrostatic function, or made into the electrostatics resistant moving floor by compounding the wooden shaving board and cement shaving board or other materials, or used as the floor or wall decoration in all places with electrostatic requirements such as the intelligent office, bank, post office and power control room. This product is dust-proof, with stable system resistance, complete pattern and convenient installation, and without the problem on aging and cracks in winter. 3.Radiation-free Inspected by the Building Material Test Center of the state, our ceramic tiles contain no radiative element. Being safe and reliable, they are the guarantee for health, and are the ideal selection for high-quality decoration. Dongpeng ceramic tiles are the ideal substitute products of natural stone materials. Contact us Now: -Tel. +86-757-6239656,6336141 mov:+86013923115367 =46ax. +86-757-6336141 -------------------------------------------------------------------- »¶Ó­µ½http://2888.com ÉêÇëÃâ·Ñ¡¢¶à¹¦ÄÜ¡¢´óÈÝÁ¿¡¢ÖÐÓ¢Îĵĵç×ÓÐÅÏä¡£ »¹ÓÐÈ«¸öÐÔ»¯±¨Ö½¼°Ã¿ÈÕÓʵݡ¢¾«ÃÀºØ¿¨¡¢×Ô¶¯ÃØÊé¡¢ËæÉíÐÅÏä¡¢ËæÉí±Ê¼Ç¡¢ Ãâ·ÑÍøÖ·¡¢¹©Çó¡¢ÕÐƸÇóÖ°¡¢ÍøÉÏÇéÔµÐÅÏ¢µÈµÈºÜʵÓõÄÃâ·Ñ·þÎñ¡£ ÊÀ½çÂÛ̳Íø(http://wforum.com )·Ç³£Óп´Í·£¬ºÜÖµµÃ²Î¼Ó¡£ Get your free, feature-rich, huge e-mailbox at http://2888.com --------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 8:14: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id D0C6814FC1 for ; Thu, 20 Jan 2000 08:14:03 -0800 (PST) (envelope-from james.wilde@telia.com) Received: from ents02 (t2o73p34.telia.com [62.20.218.154]) by mailb.telia.com (8.9.3/8.9.3) with SMTP id RAA28474 for ; Thu, 20 Jan 2000 17:14:02 +0100 (CET) Message-ID: <004301bf6361$7dcf2c10$8208a8c0@iqunlimited.net> From: "James A Wilde" To: References: Subject: Re: PCAnywhere look out!! Date: Thu, 20 Jan 2000 17:14:56 +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 Couldn't run my NT network without it. Install it as standard on all servers. mvh/regards James > > > I just found this in a Linux mailing list. Anyone else seen this? It's > > > apparently included w/ Mandrake 7, about which I know nothing. But *this* is too > > > cool. > > > > > > http://www.uk.research.att.com/vnc/index.html > > > > Look for vnc in the ports tree > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 8:20:50 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 EB65A14C0C for ; Thu, 20 Jan 2000 08:20:41 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12BKK4-000OtK-00; Thu, 20 Jan 2000 16:20:36 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id QAA05756; Thu, 20 Jan 2000 16:20:32 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Thu, 20 Jan 2000 16:20:32 +0000 (GMT) From: Jonathon McKitrick To: Jeroen Ruigrok/Asmodai Cc: Mike Heffner , FreeBSD-questions Subject: Re: FreeBSD mailing lists blocked addresses? In-Reply-To: <20000118235934.W12908@daemon.ninth-circle.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 18 Jan 2000, Jeroen Ruigrok/Asmodai wrote: >-On [20000118 08:00], Mike Heffner (mheffner@mailandnews.com) wrote: >>Is there a list of smtp servers freebsd.org will not accept mail from for >>mailing lists anywhere on the net? I need to check if some smtp servers are >>blocked or not. > >The default mostly: > >RBL and DUL. Plus some spammers we found and added. For the remainder, >postmaster@freebsd.org is your friend, as George Cox said. What are RBL and DUL? -=> jm <=- "The light that burns twice as bright burns half as long, and you have burned so very, very brightly." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 8:23:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from benge.graphics.cornell.edu (benge.graphics.cornell.edu [128.84.247.43]) by hub.freebsd.org (Postfix) with ESMTP id D6C8F14FFB for ; Thu, 20 Jan 2000 08:23:46 -0800 (PST) (envelope-from mkc@benge.graphics.cornell.edu) Received: from benge.graphics.cornell.edu (mkc@localhost) by benge.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id LAA98026; Thu, 20 Jan 2000 11:23:40 -0500 (EST) (envelope-from mkc@benge.graphics.cornell.edu) Message-Id: <200001201623.LAA98026@benge.graphics.cornell.edu> To: Walter Brameld Cc: questions@FreeBSD.ORG Subject: Re: time sync problem--ntpdate AND xntpd?? In-Reply-To: Message from Walter Brameld of "Wed, 19 Jan 2000 18:16:36 EST." <388645D4.AAB8CDE0@twave.net> Date: Thu, 20 Jan 2000 11:23:40 -0500 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Mitch Collinsworth wrote: >> >> >I also figured I'd use ntpdate **AND** xntpd >> >on my gateway/NAT/IPFW box. That way, I figured, my gateway/firewall box >> >would get the time from a reliable time source and then the rest of my >> >boxes would look to it for their time source. Sounded good. No, Mitch Collinsworth did not write this. Please pay attention to your attributions. -Mitch Collinsworth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 8:23:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from netmint.com (netmint.com [207.106.21.130]) by hub.freebsd.org (Postfix) with ESMTP id 5A2A914E9C for ; Thu, 20 Jan 2000 08:23:54 -0800 (PST) (envelope-from andriss@andriss.com) Received: from localhost (andriss@localhost) by netmint.com (8.9.3/8.9.3) with ESMTP id LAA75990 for ; Thu, 20 Jan 2000 11:23:53 -0500 (EST) Date: Thu, 20 Jan 2000 11:23:49 -0500 (EST) From: Andriss X-Sender: andriss@netmint.com To: questions@freebsd.org Subject: suggestion to prevent /tmp races Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hello, After reading the latest advisory on the make -j /tmp race I decided to post to the list a suggestion that could theoretically prevent or make significantly harder the /tmp races... For example, if you set the following permissions on /tmp: drwxrwx-wt 3 root wheel 512 Jan 20 11:17 tmp ... no ordinary users will be able to list the directory, but they can list (and fully use) their own files if they know what the file name is. Now, users don't have to list the directory at all! They just have to be able to create the files, and use them. 99% of the time, it's some program that creates that files for the user, for instance Pine. Not being able to list the directory would not break this behaviour.. A similar suggestion could also apply to vi.recover.. Andriss - -- ______________________________________________________________ Andrey Kholodenko http://www.andriss.com Download My Public PGP Key From http://www.andriss.com/pgp.txt ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -----BEGIN PGP SIGNATURE----- Version: 2.6.3a Charset: noconv iQCVAwUBOIc2mCQe9jf/ODl9AQGvdAP+Ove7kHez9dCoiaQD9snHxkzVPwb4xdx9 4FV6V0qHbRxDM0/WIhBnfD+2eSD5EAPfsPqya/6jJ3OSpek7dXWn283bzdap+vnm rrt7ugdGj4dSA6TjKkwFHT/tenE9ZvOznHtR3W9vgvEEoNHfFr245v/kXksvrScb GZaXDe48FeA= =GOiv -----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 Jan 20 8:26:19 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 A3F5C150CA for ; Thu, 20 Jan 2000 08:26:13 -0800 (PST) (envelope-from gunnar@pluto.sr.se) Received: from honken.sr.se ([134.25.128.27]) by dart.sr.se (8.9.3/8.9.3) with ESMTP id RAA73224; Thu, 20 Jan 2000 17:26:08 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.9.3/8.9.3) with ESMTP id RAA21949; Thu, 20 Jan 2000 17:26:08 +0100 (CET) (envelope-from gunnar@pluto.sr.se) Received: (from gunnar@localhost) by pluto.sr.se (8.9.3/8.9.3) id RAA58864; Thu, 20 Jan 2000 17:26:08 +0100 (CET) (envelope-from gunnar) Date: Thu, 20 Jan 2000 17:26:08 +0100 From: Gunnar Flygt To: Chris Browning Cc: FreeBSD Questions Subject: Re: PCAnywhere look out!! Message-ID: <20000120172608.H53373@sr.se> Reply-To: Gunnar Flygt References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from brownicm@prokyon.com on Thu, Jan 20, 2000 at 09:46:24AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 09:46:24AM -0500, Chris Browning wrote: > I just found this in a Linux mailing list. Anyone else seen this? It's > apparently included w/ Mandrake 7, about which I know nothing. But *this* is too > cool. I saw it too today, and immediately made a `make search key=vnc` in /usr/ports. 10 minutes later I had installed servers and clients in my FreeBSD machine and the most hated NT-machine that I have to have. It works like a charm, so now I'll install it at home on the FreeBSD box there. This will let me get rid of the dual boot at home (with PC Anywhere on the NT:) -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 8:28:20 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 0E10D14EC9 for ; Thu, 20 Jan 2000 08:28:18 -0800 (PST) (envelope-from shovey@buffnet.net) 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 LAA03536; Thu, 20 Jan 2000 11:28:18 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Thu, 20 Jan 2000 11:28:10 -0500 (EST) From: Steve Hovey To: Gunnar Flygt Cc: Chris Browning , FreeBSD Questions Subject: Re: PCAnywhere look out!! In-Reply-To: <20000120172608.H53373@sr.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Whats this jobby use for security? On Thu, 20 Jan 2000, Gunnar Flygt wrote: > On Thu, Jan 20, 2000 at 09:46:24AM -0500, Chris Browning wrote: > > I just found this in a Linux mailing list. Anyone else seen this? It's > > apparently included w/ Mandrake 7, about which I know nothing. But *this* is too > > cool. > > I saw it too today, and immediately made a `make search key=vnc` in > /usr/ports. 10 minutes later I had installed servers and clients in my > FreeBSD machine and the most hated NT-machine that I have to have. It > works like a charm, so now I'll install it at home on the FreeBSD box > there. This will let me get rid of the dual boot at home (with PC > Anywhere on the NT:) > > -- > __o > regards, Gunnar ---_ \<,_ > email: flygt@sr.se ---- (_)/ (_) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 8:56:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cx264598-a.mesa1.az.home.com (cx264598-a.mesa1.az.home.com [24.14.27.99]) by hub.freebsd.org (Postfix) with ESMTP id 3F21914D27 for ; Thu, 20 Jan 2000 08:56:16 -0800 (PST) (envelope-from vagner@cx264598-a.mesa1.az.home.com) Received: (from vagner@localhost) by cx264598-a.mesa1.az.home.com (8.9.3/8.9.3) id JAA00321 for questions@freebsd.org; Thu, 20 Jan 2000 09:56:14 -0700 (MST) (envelope-from vagner) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 20 Jan 2000 09:56:14 -0700 (MST) From: George Vagner To: questions@freebsd.org Subject: star office crashes system Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG when i run star office 5.1 on my freebsd 3.4-stable machine if i click on something that might have html in it i hear the drive thrashing and then about 2 minutes later i run out of swap space (i have 150 meg) I cant even shutdown the xserver or the application all i can do is hit the reset button. anyone know how to fix this, i really like staroffice and want to use it. ---------------------------------- E-Mail: George Vagner Date: 20-Jan-00 Time: 09:51:39 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 8:57:39 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 6D7E114E49 for ; Thu, 20 Jan 2000 08:57:36 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 12BKtr-0001Cx-00; Thu, 20 Jan 2000 16:57:35 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id QAA06297 for ; Thu, 20 Jan 2000 16:57:34 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Thu, 20 Jan 2000 16:57:34 +0000 (GMT) From: Jonathon McKitrick To: freebsd-questions@freebsd.org Subject: possible bug in pkg_version Message-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 would have fixed this myself but i found out it is Perl, not C, and i also have too much to do today (: I used pkg_info -c to produce a script for updating ports. Anyway, when outputting the path to a package that is 'unknown in index', the path is the path of the package previously processed. For example, after showing the info, the pathname is obviously the path to mc (/usr/ports/misc/mc). The next entry is mergemaster. While the command to update is correct, the script outputs 'cd /usr/ports/misc/mc' and attempts to make megermaster from that location, which obviously will not work. Has anyone else seen this? I just cvsupped today and it hasn't been fixed, if it truly is a bug. -=> jm <=- "The light that burns twice as bright burns half as long, and you have burned so very, very brightly." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 9: 2:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nimitz.ca.sandia.gov (nimitz.ca.sandia.gov [146.246.243.56]) by hub.freebsd.org (Postfix) with ESMTP id E05BB14D5F for ; Thu, 20 Jan 2000 09:02:13 -0800 (PST) (envelope-from bmah@nimitz.ca.sandia.gov) Received: (from bmah@localhost) by nimitz.ca.sandia.gov (8.9.3/8.9.3) id JAA51164; Thu, 20 Jan 2000 09:01:57 -0800 (PST) Message-Id: <200001201701.JAA51164@nimitz.ca.sandia.gov> X-Mailer: exmh version 2.1.1-cvs 10/15/1999 To: Steve Hovey Cc: Gunnar Flygt , Chris Browning , FreeBSD Questions Subject: Re: PCAnywhere look out!! In-Reply-To: References: Comments: In-reply-to Steve Hovey message dated "Thu, 20 Jan 2000 11:28:10 -0500." From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1217950516P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 20 Jan 2000 09:01:57 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_-1217950516P Content-Type: text/plain; charset=us-ascii If memory serves me right, Steve Hovey wrote: > Whats this jobby use for security? Access control is via an encrypted (single DES?) password exchange. The VNC connection itself isn't encrypted, but it can be tunnelled over SSH. There is some information about this at: http://www.zip.com.au/%7ecs/answers/vnc-thru-firewall-via-ssh.txt Bruce. --==_Exmh_-1217950516P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: E/FVk6WvTjzjXX28ir+ed58eWnsqpIkt iQA/AwUBOIc/hNjKMXFboFLDEQIMDACdFqVNKMjPViq+k84bP/+fBXtkYmIAoIYZ 1XlBif2BbH9aWc76ZGKFWIde =nyNM -----END PGP SIGNATURE----- --==_Exmh_-1217950516P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 9: 2:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.lee.net (trinity.lee.net [208.229.121.1]) by hub.freebsd.org (Postfix) with ESMTP id 1C1A314F4D for ; Thu, 20 Jan 2000 09:02:22 -0800 (PST) (envelope-from awells@journalstar.com) Received: from journalstar.com (leepcB-039.sub-b.lee.net [208.205.125.39]) by trinity.lee.net (8.9.1/8.9.0) with ESMTP id LAA27966; Thu, 20 Jan 2000 11:02:19 -0600 Message-ID: <388740B2.24932CD5@journalstar.com> Date: Thu, 20 Jan 2000 11:06:58 -0600 From: Tony Wells X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Ahmed Khudre Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: Missing network conection References: <20000120075122.17576.qmail@hotmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ahmed Khudre wrote: > > Dear all, > I installed FreeBSD 3.4 and appache 1.3.9. I connected to the network with a > static IP and I tried the web server from another machine. Every thing is > OK. > > The probles is, when I shutdown my computer and switch the power off then > open it again, I lose the connection with the network. > There are several tools to troubleshoot network problems, most of which can be daunting to a newbie. Here is a short list of commands you may want to check out the man pages on: ifconfig netstat ping traceroute That said, what does 'ifconfig -a' return? > I am new to FreeBSD and Unix enviroment, and I would appreciate your > support. > > Thanks > Ahmed Abd El-Aziz Khudre > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 9: 6:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ms1.meiway.com (ms1.meiway.com [212.73.210.73]) by hub.freebsd.org (Postfix) with ESMTP id 2CB641522C for ; Thu, 20 Jan 2000 09:06:37 -0800 (PST) (envelope-from lconrad@Go2France.com) Received: from superviseur [212.73.210.75] by ms1.meiway.com with ESMTP (SMTPD32-5.05) id A0F820E0200; Thu, 20 Jan 2000 18:08:08 +0100 Message-Id: <4.2.2.20000120180524.02233a90@mail.Go2France.com> X-Sender: lconrad%Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Thu, 20 Jan 2000 18:06:21 +0100 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Which driver for 3C905C ? 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 Which driver for 3C905C ? tia, Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 9:10:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.monochrome.org (monochrome.org [206.64.112.124]) by hub.freebsd.org (Postfix) with ESMTP id 9059214CEC for ; Thu, 20 Jan 2000 09:10:39 -0800 (PST) (envelope-from chris@monochrome.org) Received: from [192.168.0.3] (peche [192.168.0.3]) by mail.monochrome.org (8.9.3/8.9.3) with ESMTP id RAA54159; Mon, 17 Jan 2000 17:33:25 -0500 (EST) (envelope-from chris@monochrome.org) X-Sender: chris@mail.monochrome.org Message-Id: In-Reply-To: <3883943B.E255F658@va.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 17 Jan 2000 17:31:19 -0500 To: freebsd-questions@FreeBSD.ORG From: Chris Hill Subject: Re: Network Install using Ethernet and DHCP? Cc: Charles Hill Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Charles Hill wrote, >I want to install via a cable modem (my ethernet interface), but rely on >my providers' DHCP server for all this information. Help! [handbook excerpt snipped] >Does the install support DHCP? Will it in the future? It has since 3.3-RELEASE, maybe before that. However, when I tried to configure via DHCP during an install, it did not work for me. Luckily I was able to work around that... HTH - good luck! -- Chris Hill chris@monochrome.org [place witty saying here] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 9:14:57 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 118D1150CA for ; Thu, 20 Jan 2000 09:14:56 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip135.r11.d.bel.nwlink.com [207.202.174.135]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id JAA07114 for ; Thu, 20 Jan 2000 09:14:53 -0800 (PST) Message-ID: <388741AC.E870DF83@nwlink.com> Date: Thu, 20 Jan 2000 09:11:08 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Why is there no stable port for The GIMP? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brett Taylor wrote: > > Hi, > > On Wed, 19 Jan 2000, R Joseph Wright wrote: > > > > The stable version isn't very good compared to the unstable branch. > > > > At least it does more than crash. > > I have yet to have any of the development branch lines that are/were in > ports crash and I use gimp relatively frequently. Are you experiencing > lots of crashes w/ the development version and if so what is causing them? > I'm sure that at least the Gimp team would like to know about it. It almost invariably crashes when doing any "big" task like redrawing the entire screen. What happens is it either locks up and will not continue, or it begins filling my desktop with duplicate gimp windows. I've never had any luck with the development version. -- Best Regards, Joseph You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 9:19:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from meson.nuc.net (meson.nuc.net [204.49.61.4]) by hub.freebsd.org (Postfix) with ESMTP id DB5A015282; Thu, 20 Jan 2000 09:19:27 -0800 (PST) (envelope-from sam@ecofl.com) Received: from samious (dhcp10.ecofl.com [204.49.118.41]) by meson.nuc.net (8.9.3/8.9.3) with SMTP id LAA71261; Thu, 20 Jan 2000 11:19:25 -0600 (CST) (envelope-from sam@ecofl.com) Message-ID: <002e01bf636a$7c646260$297631cc@ecofl.com> From: "Sam Hays" To: , Subject: DualBoot issues Date: Thu, 20 Jan 2000 11:19:18 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here's the whole deal, I have a primary and secondary HDD (1.6 and 1.2 respectively) - on HD1 I have Windows NT , on HD2 I have Fat16 (which I'm using as a backup drive right now) - What I'm wanting to do is, install freebsd on Drive 2 and somehow add it to the NT boot.ini boot loader (if not, I suppose I will go with the FreeBSD boot loader) - I need to know if freebsd 3.3 supports NTFS - also, another scenario I'm worried about is - Say I install BSD - suddenly NT Crashes and I have to reload - fine - NT always overwrites the MBR - thus making it (impossible?) hard to get into BSD again w/out reinstalling - can someone gimme some comments on all that? thanks -Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 9:33:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 56DA015105 for ; Thu, 20 Jan 2000 09:33:41 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id MAA72926 for freebsd-questions@FreeBSD.org; Thu, 20 Jan 2000 12:38:27 -0500 (EST) (envelope-from cjc) Date: Thu, 20 Jan 2000 12:38:27 -0500 From: "Crist J. Clark" To: freebsd-questions@FreeBSD.org Subject: sh(1) Messing with My Mind Message-ID: <20000120123827.A72914@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com 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 think my mind is broken or something. This is really confusing me. I must be missing or forgetting something obvious. I was writing a sh-script that ran some stuff through awk and I wanted to drop the results in some shell variables, so I piped the awk output to a read command. But it would not work. The sh-builtin "read" seems to have muddled my thoughts this morning. Why does this happen: $ echo 3 | read NUM $ echo $NUM $ read NUM 3 $ echo $NUM 3 $ echo "TEST" | read STR $ echo $STR $ echo "TEST" > afile.txt $ read STR < afile.txt $ echo $STR TEST $ Where the second read shows my keyboard input working, and the third shows a successful redirect to read from a file. Why does it look like read won't read from a piped stdin? I could swear I used to do this all of the time. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 9:34:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 45F7B14C33 for ; Thu, 20 Jan 2000 09:34:11 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id LAA52791; Thu, 20 Jan 2000 11:34:57 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <047001bf636c$85393580$fba3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Andrew Erlichson" , References: <3883F663.57C9C549@flashbase.com> Subject: RE: freebsd 3.4 won't recognize 3rd pci bus on dell 2400 Date: Thu, 20 Jan 2000 11:33:52 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Try enabling or disabling the PNP function in your BIOS. I Hope this Helps... Ales ----- Original Message ----- From: Andrew Erlichson To: Sent: Monday, January 17, 2000 11:13 PM Subject: freebsd 3.4 won't recognize 3rd pci bus on dell 2400 > Hello, > Has anyone had any experience with freebsd 3.4 not properly detecting > the 3rd pci bus on a dell poweredge 2400? It all works fine on a dell > 2300 but on a 2400, freebsd does not see anything plugged into the > expansion pci bus. > > Is this fixed in some later version of freebsd? Is this a known > problem? to give some background, the poweredge 2400 has onboard scsi as > well (on the motherboard). We disabled that to try to isolate what the > issue might be but that still did not help. The poweredge failed to > recognize both an intel etherexpress pro 100 card and an adaptec 2940U2W > card. > > Thanks in advance, > > Andrew > -- > Andrew Erlichson > http://www.flashbase.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 Jan 20 9:38:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from skygod.cns.ksu.edu (skygod.cns.ksu.edu [129.130.61.25]) by hub.freebsd.org (Postfix) with ESMTP id 0BF5614C37 for ; Thu, 20 Jan 2000 09:38:43 -0800 (PST) (envelope-from beemern@ksu.edu) Received: from ksu.edu ([129.130.61.24]) by skygod.cns.ksu.edu (8.9.2/8.9.2) with ESMTP id MAA19918 for ; Thu, 20 Jan 2000 12:10:43 -0600 (CST) (envelope-from beemern@ksu.edu) Message-ID: <38874884.B6CA4A21@ksu.edu> Date: Thu, 20 Jan 2000 11:40:20 -0600 From: nathan X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: kernel threads Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hmmm i've been playing a bit with threads. I'm running 3.3-RELEASE + SMP (dual pIII/450's) anyway... i didn't mess with installing the linux_threads port i noticed that there already is a pthread.h header file on my system i was looking at the Parallel Processing HOWTO from the LDP (linux documentation project) i compiled and ran their sample code for computing Pi (the linear version) and THEN i dl'd /compiled/ ran the pthread version of computing Pi by doing a gcc -pthread file.c it compiled right away and ran fine. comparing "time" between the two binaries, i got a 16% increase in speed using the pthread version versus the linear version. my question... what does all this mean as it relates to this thread? (no pun intended) i ran across something somewhere where the linux_threads port was outdated, or already included in the 3.x versions.. just curious as to what all this means, as the code source was from a Linux HOWTO. thanks! Scott Hess wrote: > As far as I can tell it doesn't even _compile_ under 3.x, much less run, > with or without SMP. > > Later, > scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 9:45:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f226.law7.hotmail.com [216.33.237.226]) by hub.freebsd.org (Postfix) with SMTP id B403F15179 for ; Thu, 20 Jan 2000 09:45:45 -0800 (PST) (envelope-from ntvsunix@hotmail.com) Received: (qmail 74855 invoked by uid 0); 20 Jan 2000 17:45:45 -0000 Message-ID: <20000120174545.74854.qmail@hotmail.com> Received: from 209.52.122.1 by www.hotmail.com with HTTP; Thu, 20 Jan 2000 09:45:45 PST X-Originating-IP: [209.52.122.1] From: "Some Person" To: freebsd-questions@freebsd.org, freebsd-newbies@freebsd.org Subject: Re: DualBoot issues Date: Thu, 20 Jan 2000 09:45:45 PST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry Sam, meant to reply all instead of just you alone... I'm wondering the exact smaething myself about the MBR issue. Though, unless all you need is a file, or the kernel on some media then import it to c:\? I know there's way of using the NT Boot Loader to load FreeBSD, but I haven't had a chance to try itout yet myself. And yes, I believe there are NTFS drivers. >Here's the whole deal, > >I have a primary and secondary HDD (1.6 and 1.2 respectively) - >on HD1 I have Windows NT , on HD2 I have Fat16 (which I'm using as a backup >drive right now) - > >What I'm wanting to do is, install freebsd on Drive 2 and somehow add it to >the NT boot.ini boot loader (if not, I suppose I will go with the FreeBSD >boot loader) - I need to know if freebsd 3.3 supports NTFS - >also, another scenario I'm worried about is - >Say I install BSD - suddenly NT Crashes and I have to reload - fine - >NT always overwrites the MBR - thus making it (impossible?) hard to get >into >BSD again w/out reinstalling - >can someone gimme some comments on all that? >thanks >-Sam > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-newbies" in the body of the message ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 9:46:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.60]) by hub.freebsd.org (Postfix) with ESMTP id CFAED14E3F for ; Thu, 20 Jan 2000 09:46:55 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.197.73]) by smtp02.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA6566; Thu, 20 Jan 2000 18:46:53 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id SAA02711; Thu, 20 Jan 2000 18:08:02 +0100 (CET) (envelope-from asmodai) Date: Thu, 20 Jan 2000 18:08:02 +0100 From: Jeroen Ruigrok/Asmodai To: Jonathon McKitrick Cc: Mike Heffner , FreeBSD-questions Subject: Re: FreeBSD mailing lists blocked addresses? Message-ID: <20000120180802.A272@daemon.ninth-circle.org> References: <20000118235934.W12908@daemon.ninth-circle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jcm@dogma.freebsd-uk.eu.org on Thu, Jan 20, 2000 at 04:20:32PM +0000 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000120 18:05], Jonathon McKitrick (jcm@dogma.freebsd-uk.eu.org) wrote: >On Tue, 18 Jan 2000, Jeroen Ruigrok/Asmodai wrote: > >>RBL and DUL. Plus some spammers we found and added. For the remainder, >>postmaster@freebsd.org is your friend, as George Cox said. > >What are RBL and DUL? See http://maps.vix.com Basically the default used blacklists for Sendmail servers. -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Ain't gonna spend the rest of my Life, quietly fading away... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 9:47:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.uunet.ca (mail5.uunet.ca [142.77.1.28]) by hub.freebsd.org (Postfix) with ESMTP id 66B65151C2 for ; Thu, 20 Jan 2000 09:47:11 -0800 (PST) (envelope-from matt@ARPA.MAIL.NET) Received: from w01.arpa-canada.net ([216.95.146.6]) by mail5.uunet.ca with ESMTP id <231713-3771>; Thu, 20 Jan 2000 12:47:04 -0500 Date: Thu, 20 Jan 2000 12:47:01 -0500 From: matt X-Sender: matt@w01.arpa-canada.net To: questions@freebsd.org Subject: login_getclass problem (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm resending this, because I got an error from hub.freebsd.org's postfix saying freebsd-questions looped back to it's self or something. =) ---------- Forwarded message ---------- Date: Wed, 19 Jan 2000 09:19:48 -0500 (EST) From: matt To: freebsd-questions@freebsd.org Subject: login_getclass problem Hi, I'm running 3.4-RELEASE and keep seeing thins like this pop up into my log files: syslog:Jan 19 09:15:00 s02 /USR/SBIN/CRON[703]: login_getclass: retrieving class information: Permission denied sshd:Jan 19 09:12:21 s02 sshd[688]: login_getclass: retrieving class information: Permission denied I've checked permissions on stuff like login.conf, login.conf.db, etc, and I can't seem to find anything wrong. I have other very similar FreeBSD machines running this type of configuration just fine. Any ideas? -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 9:51:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.nc.rr.com (fe2.southeast.rr.com [24.93.67.49]) by hub.freebsd.org (Postfix) with ESMTP id E4E6214E3F for ; Thu, 20 Jan 2000 09:51:54 -0800 (PST) (envelope-from dustpan@nc.rr.com) Received: from saturn98 ([24.25.17.122]) by mail2.nc.rr.com with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 20 Jan 2000 12:51:30 -0500 Message-Id: <4.3.0.29.0.20000120124955.00a9e130@pop-server.nc.rr.com> X-Sender: dustpan@pop-server.nc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.0.29 (Beta) Date: Thu, 20 Jan 2000 12:51:45 -0500 To: freebsd-questions@freebsd.org From: Neill Robins Subject: unsubscribe trouble 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 am trying to unsubscribe from -questions so I can subscribe under another account. The problem is that I have tried to unsubscribe 3 times, unsuccessfully. I have managed to unsubscribe from -newbies and -chat. Anyone have any insight? Thanks. Neill Robins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 10: 9:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 6EDFF14CCC for ; Thu, 20 Jan 2000 10:09:21 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id MAA62581; Thu, 20 Jan 2000 12:10:11 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <077001bf6371$7361b260$fba3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: , "Len Conrad" References: <4.2.2.20000120180524.02233a90@mail.Go2France.com> Subject: RE: Which driver for 3C905C ? Date: Thu, 20 Jan 2000 12:09:06 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I think the xl will do. Have Fun... Ales ----- Original Message ----- From: Len Conrad To: Sent: Thursday, January 20, 2000 11:06 AM Subject: Which driver for 3C905C ? > Which driver for 3C905C ? > > tia, > Len > > > > > 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 Jan 20 10:12:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id A2EE814E13 for ; Thu, 20 Jan 2000 10:12:50 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id MAA03163 for ; Thu, 20 Jan 2000 12:16:19 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Thu, 20 Jan 2000 12:16:19 -0600 (CST) From: Gene Harris To: freebsd-questions@freebsd.org Subject: Connecting to a different Xclient Message-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 not sure of my terminology for X-Windows, so I'll ask this question as best I can: I have a Linux RH 6.1 Workstation and a FreeBSD 3.4S Server on my local network. Both are running XFree86 3.3.X almost full time. Is it possible to open an Xterm window on my FreeBSD box that connects to the Linux XFree server? The reason I am asking this question is that I was blocking access to the ports at 6000+ on my firewall and I wondered how an application like xterm could connect to a remote machine thru these ports. I have performed a half-baked scan of the documentation and found a few references, but absolutely no details for cook-booking the task. Any pointers would be greatly appreciated. (I am also playing with tcp wrappers, so please respond thru the mailing list as I have unknown servers blocked while I build my hosts.allow file.) Many Thanks, *==============================================* *Gene Harris http://www.tetronsoftware.com* *FreeBSD Novice * *All ORBS.org SMTP connections are denied! * *==============================================* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 10:23: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pool.pipex.net (pool.pipex.net [158.43.128.24]) by hub.freebsd.org (Postfix) with SMTP id 1B7DC150A8 for ; Thu, 20 Jan 2000 10:23:05 -0800 (PST) (envelope-from stephenb@uk.uu.net) Received: (qmail 24824 invoked from smtpd); 20 Jan 2000 18:23:03 -0000 Received: from staff1.gbb.uk.uu.net (HELO raven.cam.uk.internal) (158.43.128.151) by pool.pipex.net with SMTP; 20 Jan 2000 18:23:03 -0000 Date: Thu, 20 Jan 2000 18:17:18 +0000 (GMT) From: Stephen Burley X-Sender: stephenb@raven.cam.uk.internal To: questions@freebsd.org Cc: marcel@freebsd.org Subject: Linux_base Message-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 real problems with linux_base install. I seems a few days=20 ago something changed and now it will not install the linux_base. When=20 its going through the RPM's it gets to the bash rpm and dies, saying=20 it can not install this package. This has been tried on a brand new=20 install of Freebsd3.2 stable and still fails - this is after the cv=20 ports tree has been updated. Any ideas? Regards, Stephen Burley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 10:24:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 0FCC014F57 for ; Thu, 20 Jan 2000 10:24:52 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: from owp.csus.edu (mothra.ecs.csus.edu [130.86.76.220]) by pebkac.owp.csus.edu (8.9.3/8.9.3) with ESMTP id KAA12047; Thu, 20 Jan 2000 10:23:25 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Message-ID: <38875299.A047F697@owp.csus.edu> Date: Thu, 20 Jan 2000 10:23:21 -0800 From: Joseph Scott X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: Jonathon McKitrick Cc: Jeroen Ruigrok/Asmodai , Mike Heffner , FreeBSD-questions Subject: Re: FreeBSD mailing lists blocked addresses? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathon McKitrick wrote: > > On Tue, 18 Jan 2000, Jeroen Ruigrok/Asmodai wrote: > > >RBL and DUL. Plus some spammers we found and added. For the remainder, > >postmaster@freebsd.org is your friend, as George Cox said. > > What are RBL and DUL? RBL stands for Realtime Blackhole List, see http://maps.vix.com/rbl/ DUL stands for Dial-up User List, see http://maps.vix.com/dul/ -- Joseph Scott joseph.scott@owp.csus.edu Office Of Water Programs - CSU Sacramento To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 10:35:15 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 9B6FA14C0C for ; Thu, 20 Jan 2000 10:35:11 -0800 (PST) (envelope-from ken@bolingbroke.com) Received: from localhost (ken@localhost) by fremont.bolingbroke.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id KAA21139; Thu, 20 Jan 2000 10:34:33 -0800 (PST) Date: Thu, 20 Jan 2000 10:34:32 -0800 (PST) From: Ken Bolingbroke X-Sender: ken@fremont.bolingbroke.com To: Gene Harris Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Connecting to a different Xclient 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 Rather than poking holes in your firewall, use ssh (found in /usr/ports/security/openssh). When built with X support, ssh sessions to another machine will automatically send the X sessions through the encrypted tunnel. For example, you ssh from your Linux workstation to the FreeBSD server, then start xterm on FreeBSD (in your ssh session) and it will display on your Linux workstation. This is both easier than adjusting the firewall and more secure. Ken Bolingbroke hacker@bolingbroke.com On Thu, 20 Jan 2000, Gene Harris wrote: > I am not sure of my terminology for X-Windows, so I'll ask > this question as best I can: > > I have a Linux RH 6.1 Workstation and a FreeBSD 3.4S Server > on my local network. Both are running XFree86 3.3.X almost > full time. > > Is it possible to open an Xterm window on my FreeBSD box > that connects to the Linux XFree server? The reason I am > asking this question is that I was blocking access to the > ports at 6000+ on my firewall and I wondered how an > application like xterm could connect to a remote machine > thru these ports. > > I have performed a half-baked scan of the documentation and > found a few references, but absolutely no details for > cook-booking the task. Any pointers would be greatly > appreciated. > > (I am also playing with tcp wrappers, so please respond thru > the mailing list as I have unknown servers blocked while I > build my hosts.allow file.) > > Many Thanks, > *==============================================* > *Gene Harris http://www.tetronsoftware.com* > *FreeBSD Novice * > *All ORBS.org SMTP connections are denied! * > *==============================================* > > > > 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 Jan 20 10:41:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 948B215196 for ; Thu, 20 Jan 2000 10:41:33 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id NAA73072; Thu, 20 Jan 2000 13:45:41 -0500 (EST) (envelope-from cjc) Date: Thu, 20 Jan 2000 13:45:41 -0500 From: "Crist J. Clark" To: Andriss Cc: questions@FreeBSD.ORG Subject: Re: suggestion to prevent /tmp races Message-ID: <20000120134541.B72914@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from andriss@andriss.com on Thu, Jan 20, 2000 at 11:23:49AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 11:23:49AM -0500, Andriss wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > Hello, > > After reading the latest advisory on the make -j /tmp race I decided > to post to the list a suggestion that could theoretically prevent or > make significantly harder the /tmp races... > > For example, if you set the following permissions on /tmp: > > drwxrwx-wt 3 root wheel 512 Jan 20 11:17 tmp > > ... no ordinary users will be able to list the directory, but they > can list (and fully use) their own files if they know what the file > name is. Now, users don't have to list the directory at all! > They just have to be able to create the files, and use them. > > 99% of the time, it's some program that creates that files for the > user, for instance Pine. Not being able to list the directory would > not break this behaviour.. > > A similar suggestion could also apply to vi.recover.. Security through obscurity. This does not solve the race condition. It just gives the victim more of a head start. The attacker needs to now make guesses at the file name created. For many programs it is fixed (e.g. .) so he might not even need to guess. For others it is typically _XXXX where 'XXXX' is "random" characters. An attacker can make a lot of guesses and cover most or all of the namespace. A better method is for a user to make a 700 permission directory in /tmp, although there are still some details to making even that secure. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 10:47:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 8F85314F8B for ; Thu, 20 Jan 2000 10:47:26 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 26349 invoked from network); 20 Jan 2000 18:47:16 -0000 Received: from userbr12.uk.uudial.com (HELO marder-1.) (62.188.146.205) by smtp.dial.pipex.com with SMTP; 20 Jan 2000 18:47:16 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id SAA01630; Thu, 20 Jan 2000 18:41:44 GMT (envelope-from mark) Date: Thu, 20 Jan 2000 18:41:43 +0000 From: Mark Ovens To: Sam Hays Cc: freebsd-questions@freebsd.org, freebsd-newbies@freebsd.org Subject: Re: DualBoot issues Message-ID: <20000120184143.B340@marder-1> References: <002e01bf636a$7c646260$297631cc@ecofl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <002e01bf636a$7c646260$297631cc@ecofl.com> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 11:19:18AM -0600, Sam Hays wrote: > Here's the whole deal, > > I have a primary and secondary HDD (1.6 and 1.2 respectively) - > on HD1 I have Windows NT , on HD2 I have Fat16 (which I'm using as a backup > drive right now) - > > What I'm wanting to do is, install freebsd on Drive 2 and somehow add it to > the NT boot.ini boot loader (if not, I suppose I will go with the FreeBSD > boot loader) See http://www.freebsd.org/FAQ/admin.html#AEN1648 for details of how it's done. > - I need to know if freebsd 3.3 supports NTFS - Yes (read-only). > also, another scenario I'm worried about is - > Say I install BSD - suddenly NT Crashes NT crash?, Nah, never :^) > and I have to reload - fine - > NT always overwrites the MBR - thus making it (impossible?) hard to get into > BSD again w/out reinstalling - > can someone gimme some comments on all that? No problem. Since you're using the NT loader to boot FreeBSD you *need* the NT MBR in place. I've been triple booting Win95, NT4, and FreeBSD using the NT boot mangler for ages now. Works just fine. > thanks > -Sam > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 10:47:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 80C761504B for ; Thu, 20 Jan 2000 10:47:20 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 26339 invoked from network); 20 Jan 2000 18:47:13 -0000 Received: from userbr12.uk.uudial.com (HELO marder-1.) (62.188.146.205) by smtp.dial.pipex.com with SMTP; 20 Jan 2000 18:47:13 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id SAA01598; Thu, 20 Jan 2000 18:34:19 GMT (envelope-from mark) Date: Thu, 20 Jan 2000 18:34:19 +0000 From: Mark Ovens To: Jonathon McKitrick Cc: freebsd-questions@freebsd.org Subject: Re: possible bug in pkg_version Message-ID: <20000120183419.A340@marder-1> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 04:57:34PM +0000, Jonathon McKitrick wrote: > > I would have fixed this myself but i found out it is Perl, not C, and > i also have too much to do today (: > > I used pkg_info -c to produce a script for updating ports. > > Anyway, when outputting the path to a package that is 'unknown in > index', the path is the path of the package previously processed. For > example, after showing the info, the pathname is obviously the path to > mc (/usr/ports/misc/mc). The next entry is mergemaster. While the > command to update is correct, the script outputs 'cd > /usr/ports/misc/mc' and attempts to make megermaster from that > location, which obviously will not work. Has anyone else seen this? I > just cvsupped today and it hasn't been fixed, if it truly is a bug. > Yes, it's a bug. I spotted this when Nik first added the ``-c'' option. I e-mailed him about it, he sent me a patch, then I enhanced Nik's fix. This was when pkg_version was in the ports. I thought Nik had fixed it when it became part of the base system, obviously not. Below is an e-mail I sent to Nik. It includes all the relevant info to fix it (I don't have time to make a proper diff against the current version - sorry). HTH On Thu, Nov 04, 1999 at 09:26:13PM +0000, Mark Ovens wrote: > On Thu, Nov 04, 1999 at 05:42:59PM +0000, Nik Clayton wrote: > > On Tue, Nov 02, 1999 at 08:17:21PM +0000, Mark Ovens wrote: > > > I've applied your patches to pkg_version(1) but there seems to be > > > a bug in the ``-c'' option. If a pkg doesn't appear in /usr/ports/INDEX > > > then pkg_version(1) appears to be getting the commands mixed up > > > with the previous package. > > > > I can't duplicate this on my live system, which is a touch fragile > > at the moment. However, can you try this fix for me, and let me > > know if it works for you? > > > > Go to line 257, you should be at a block of code that looks like > > > > else { > > $versionCode = "?"; > > $Comment = "unknown in index"; > > } > > > > Can you change that, and add this line somewhere in the "else" > > block. > > > > $packagePath = $indexPackages{$packageName}{'path'}; > > > > OK, this sort of worked: > > > # > # xview-lib > # unknown in index > # > cd > make > pkg_delete -f xview-lib-3.2.1 > make install > > I've made my own change that produces this: > > > # > # xview-lib > # unknown in index > # > pkg_delete -f xview-lib-3.2.1 > > which is perhaps more accurate? > > The diff for it is below (apply to pkg_version *without* the > one-liner you suggested). > > NOTE! The limit of my perl programming has, up to now, been the > ubiquitous "Hello, world" so I make no claims about my patch's > respect for style(9), I just worked out what everything was doing > and changed it :) > > > *** /usr/local/bin/pkg_version.safe Thu Nov 4 21:16:30 1999 > --- /usr/local/bin/pkg_version Thu Nov 4 21:15:32 1999 > *************** > *** 252,264 **** > $Comment = "Comparison failed"; > } > } > } > else { > $versionCode = "?"; > $Comment = "unknown in index"; > - } > > ! write; > } > > exit 0; > --- 252,267 ---- > $Comment = "Comparison failed"; > } > } > + > + write; > } > else { > $versionCode = "?"; > $Comment = "unknown in index"; > > ! $~ = "NOEXIST_COMMANDS" if $ShowCommandsFlag; > ! write; > ! } > } > > exit 0; > *************** > *** 299,304 **** > --- 302,323 ---- > pkg_delete -f @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< > $packageNameVer > make install > + > + . > + ; > + > + # Report that includes commands to update program (-c flag) > + format NOEXIST_COMMANDS = > + @< > + $CommentChar > + @< @<<<<<<<<<<<<<<<<<<<<<<<< > + $CommentChar, $packageName > + @< @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< > + $CommentChar, $Comment > + @< > + $CommentChar > + pkg_delete -f @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< > + $packageNameVer > > . > ; > > > This should get rid of the problem. I'm not sure whether better behaviour > > might be to just ignore entries that aren't in INDEX -- particularly as it > > will soon be possible to have packages installed that aren't part of the > > ports system (specifically, the docs). > > > > Maybe, but it should at least report their existence. > > > N > > -- > > A different "distribution" of Linux is really a different operating system. > > They just refuse to call it that because it's bad press. But that's what > > the shoe fits. > > -- Tom Christiansen, <199910211639.KAA18701@jhereg.perl.com> > > -- > STATE-OF-THE-ART: Any computer you can't afford. > OBSOLETE: Any computer you own. > ________________________________________________________________ > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://ukug.uk.freebsd.org/~mark/ > mailto:mark@ukug.uk.freebsd.org http://www.radan.com > > -=> jm <=- > > "The light that burns twice as bright burns half as long, and you have > burned so very, very brightly." > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 10:57: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alsatian.cslab.vt.edu (alsatian.cslab.vt.edu [198.82.184.21]) by hub.freebsd.org (Postfix) with ESMTP id A32A614E3F for ; Thu, 20 Jan 2000 10:56:55 -0800 (PST) (envelope-from jobaldwi@cslab.vt.edu) Received: from snowcow.cslab.vt.edu (root@snowcow.cslab.vt.edu [198.82.184.27]) by alsatian.cslab.vt.edu (8.9.3/8.9.3) with ESMTP id NAA10282 for ; Thu, 20 Jan 2000 13:56:44 -0500 (EST) (envelope-from jobaldwi@cslab.vt.edu) Received: from localhost (jobaldwi@localhost) by snowcow.cslab.vt.edu (8.9.3/8.9.3) with SMTP id NAA31143 for ; Thu, 20 Jan 2000 13:56:07 -0500 (EST) (envelope-from jobaldwi@cslab.vt.edu) X-Authentication-Warning: snowcow.cslab.vt.edu: jobaldwi owned process doing -bs Date: Thu, 20 Jan 2000 13:56:07 -0500 (EST) From: "John H. Baldwin" To: freebsd-questions@FreeBSD.org Subject: Recoverving/reviving a 'stale' subdisk under vinum Message-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 read the vinum(4) and vinum(8) manpages as well as the webpages at www.lemis.com/~grog/vinum.html, and while they are very good as far as setup and configuration info, I haven't been able to find a lot of info about recovering. I have a stale subdisk that I can't get to recover no matter how many different start commands I try. I've tried starting the volume, the plex, and the subdisk itself with no success. # vinum list Configuration summary Drives: 3 (4 configured) Volumes: 1 (4 configured) Plexes: 1 (8 configured) Subdisks: 3 (16 configured) D vinumdrive0 State: up Device /dev/da1s1e Avail: 0/8683 MB (0%) D vinumdrive1 State: up Device /dev/da2s1e Avail: 0/8683 MB (0%) D vinumdrive2 State: up Device /dev/da3s1e Avail: 0/8683 MB (0%) V ftp_mirror State: up Plexes: 1 Size: 25 GB P ftp_mirror.p0 S State: corrupt Subdisks: 3 Size: 25 GB S ftp_mirror.p0.s0 State: up PO: 0 B Size: 8683 MB S ftp_mirror.p0.s1 State: up PO: 256 kB Size: 8683 MB S ftp_mirror.p0.s2 State: stale PO: 512 kB Size: 8683 MB # vinum start ftp_mirror.p0.s2 Can't start ftp_mirror.p0.s2: Device busy (16) # vinum start ftp_mirror.p0 Can't start ftp_mirror.p0.s2: Device busy (16) # vinum start ftp_mirror ftp_mirror is already up # vinum stop vinum unloaded # vinum start Warning: defective objects P ftp_mirror.p0 S State: corrupt Subdisks: 3 Size: 25 GB S ftp_mirror.p0.s2 State: stale PO: 512 kB Size: 8683 MB Any help is greatly appreciated. John Baldwin jobaldwi@cslab.vt.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 11: 8:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from netmint.com (netmint.com [207.106.21.130]) by hub.freebsd.org (Postfix) with ESMTP id 6F74614DC7 for ; Thu, 20 Jan 2000 11:08:36 -0800 (PST) (envelope-from andriss@andriss.com) Received: from localhost (andriss@localhost) by netmint.com (8.9.3/8.9.3) with ESMTP id OAA94625; Thu, 20 Jan 2000 14:08:26 -0500 (EST) Date: Thu, 20 Jan 2000 14:08:22 -0500 (EST) From: Andriss X-Sender: andriss@netmint.com To: cjclark@home.com Cc: questions@FreeBSD.ORG Subject: Re: suggestion to prevent /tmp races In-Reply-To: <20000120134541.B72914@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- >This does not solve the race condition. It just gives the victim more >of a head start. The attacker needs to now make guesses at the file >name created. For many programs it is fixed (e.g. .) so >he might not even need to guess. For others it is typically >_XXXX where 'XXXX' is "random" characters. An attacker can >make a lot of guesses and cover most or all of the namespace. Yes, but there is a large number of pids, and if a user cannot list processes of other users, it would be blind guessing. If a system is configured to disallow ps -a and other ps combinations (for a user, a terminal, etc) and /proc is mounted with different permissions, and a few other modifications are made, the number of guesses required to make the right one would be so large that system accounting would catch that process. If you have a limit on CPU consumption by users, such a brute-force resource hog would be killed off by resource limiting... Anyway, the point is: the system can be configured so that guessing the filename is a difficult task.. >A better method is for a user to make a 700 permission directory in >/tmp, although there are still some details to making even that >secure. I agree, that would be more secure. The downside is that it would take forever to patch all programs that use /tmp to use /tmp/username instead and create (and permission) that directory properly. It is good idea though... Maybe a directory in /tmp should be created along with the directory in /home and permissioned properly by the adduser script? Andriss - -- ______________________________________________________________ Andrey Kholodenko http://www.andriss.com Download My Public PGP Key From http://www.andriss.com/pgp.txt ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -----BEGIN PGP SIGNATURE----- Version: 2.6.3a Charset: noconv iQCVAwUBOIddKiQe9jf/ODl9AQHwUwQAr/hS/TGcCjT1g144/5eBhZIiiOmf3iHj aYa/mqu372f85urdkAQK/5A36GF4ZCZMfs/Xp9Vy2bobzk/9/p9uHtaeRLIzgevB VOWzyiTrjs4WFw/zkctlPNyCFeXJyl3t450/d+iZO4cE3rY1IXXcKK8LIzBSHoSF 4JPWLNUeWaQ= =h77Z -----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 Jan 20 11: 9:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 747CF15333 for ; Thu, 20 Jan 2000 11:09:13 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id OAA12275; Thu, 20 Jan 2000 14:09:10 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Thu, 20 Jan 2000 14:09:10 -0500 (EST) From: Brett Taylor To: R Joseph Wright Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Why is there no stable port for The GIMP? In-Reply-To: <388741AC.E870DF83@nwlink.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 Hi, On Thu, 20 Jan 2000, R Joseph Wright wrote: > It almost invariably crashes when doing any "big" task like redrawing > the entire screen. What happens is it either locks up and will not > continue, or it begins filling my desktop with duplicate gimp windows. > I've never had any luck with the development version. Huh... I was just screwing around the other day w/ a 1280x1024 full color image and changing the levels, playing w/ the filters, etc with no problems. Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 11:25:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id D076D1517E for ; Thu, 20 Jan 2000 11:25:23 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp7-pa4.neomedia.it [195.103.207.199]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id UAA23317; Thu, 20 Jan 2000 20:24:58 +0100 (CET) From: Salvo Bartolotta Date: Thu, 20 Jan 2000 19:26:47 GMT Message-ID: <20000120.19264700@bartequi.ottodomain.org> Subject: Re: Linux_base To: Stephen Burley Cc: freebsd-questions@FreeBSD.ORG 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 1/20/00, 7:17:18 PM, Stephen Burley wrote regarding Linux_base: > Hi > I am having real problems with linux_base install. I seems a few= days=3D20 > ago something changed and now it will not install the linux_base. When=3D20 > its going through the RPM's it gets to the bash rpm and dies, saying=3D20 > it can not install this package. This has been tried on a brand new=3D= 20 > install of Freebsd3.2 stable and still fails - this is after the cv=3D= 20 > ports tree has been updated. Any ideas? > Regards, > Stephen Burley Dear Stephen Burlewy, This is just an attempt at guessing your problem ... Please provide more detail next time :-) AFAICS, there are two linux_base versions: ver 5.2 and ver 6.1 in the ports collection. You might want to use such a command like "pkg_version -v | more " to get information on this. Also, you might want to issue such a command as "pkg_info | lpr -Praw" to have your installed packages printed. I include this little pieces of infomation in the hope they may be useful and help you in general with maintaing ports. Please note: in some specific cases (e.g. metaports) more radical solutions might be necessary to get them working. There's been a recent thread on metaport woes ... The archives are a valuable source of information, please browse them. --------------------------------------------------------------------- Stephen P. Cravey wrote, > I'd like to upgrade the versions of some of my installed programs from= > ports. I can cvsup new ports, but before I do, I have a few questions. > > Are there several ports trees I can cvsup (ports-stable, ports-current, > ports-really-really-buggy)? No. > Do I need to 'make deinstall' all of the programs i've previeously > installed from the ports collection before I cvsup the new ports? After I > cvsup the new ports? at all? when? The ports tree has nothing to do with installed, running software. If the program works now, it will operate in the exact same manner. It is analogous to CVSup'ing the FreeBSD source tree. Nothing on the running system is changed until you 'make world'. > Do I need to worry about a new version of a port not working on my > 3.1-stable system? Most ports should work fine across all 3.x systems. Most will even be fine for 2.2.8. > Will cron-ing a ports cvsup cause any problems for installed programs?= > upgrading or removing them? No. Well, that is not true. When version numbers change, you will not be able to 'make deinstall' a port. However, this is easily worked around by doing a 'pkg_delete '. > basically, how the heck do I do this without messing up my system? CVSup'ing the ports tree cannot mess anything up until you go into a port and type 'make '. -- Crist J. Clark cjclark@home.com --------------------------------------------------------------------- "Stephen P. Cravey" writes: > I'd like to upgrade the versions of some of my installed programs from= > ports. I can cvsup new ports, but before I do, I have a few questions. > > Are there several ports trees I can cvsup (ports-stable, ports-current, > ports-really-really-buggy)? There's just one ports tree -current. In cvsup I use: ports-all tag=3D. prefix=3D/usr > Do I need to 'make deinstall' all of the programs i've previeously > installed from the ports collection before I cvsup the new ports? After I > cvsup the new ports? at all? when? Only when you're about to do a `make install' of a new port. Then you should pkg_delete the old one. BTW `make deinstall' won't work unless the version of the new port is the same as the one installed, in which case you probably don't need to re-install it anyway. > Do I need to worry about a new version of a port not working on my > 3.1-stable system? Rarely. Only when the new port relies on a feature that's not present in 3.1. If it does it would usually fail in the `make all' so you'd know not to `make install'. Don't pkg_delete the old one until the make all has succeeded. > Will cron-ing a ports cvsup cause any problems for installed programs?= > upgrading or removing them? No. It will update the ports tree in /usr/ports but not install any new ports until you `make install' one of them. > basically, how the heck do I do this without messing up my system? Should be no problem. Have fun. -- Kevin Street street@iname.com ---------------------------------------------------------------------- The following letter should contain contain the complete recipe. N.B. pkg_delete should belong to the base system now. ---------------------------------------------------------------------- > -----Original Message----- > From: Stephen P. Cravey [SMTP:cravey@hal-pc.org] > Sent: Sunday, October 31, 1999 2:43 PM > To: freebsd-questions@FreeBSD.ORG > Subject: Upgrading ports and existing programs > > I'd like to upgrade the versions of some of my installed programs from= > ports. I can cvsup new ports, but before I do, I have a few questions. > > Are there several ports trees I can cvsup (ports-stable, ports-current, > ports-really-really-buggy)? > > Do I need to 'make deinstall' all of the programs i've previeously > installed from the ports collection before I cvsup the new ports? After I > cvsup the new ports? at all? when? > Ok, this one answer I haven't seen yet in all of the replies. 1. What one would normally do is the following. 2. cvsup ports. 3. run "pkg_version" to find out which ports have been updated. (pkg_delete is also found in the ports collection.) 4. run a "make all" in the port so you know it will compile successfully. 5. "pkg_delete" the old version of the port. 6. run a "make install" in the port's directory. > Do I need to worry about a new version of a port not working on my > 3.1-stable system? > > Will cron-ing a ports cvsup cause any problems for installed programs?= > upgrading or removing them? > > basically, how the heck do I do this without messing up my system? > > Thank you. > > -Stephen ---------------------------------------------------------------------- Please note: my_fake_antispam_domain =3D=3D=3D> neomedia.it to e-mail to= me. 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 Thu Jan 20 11:26:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id ED49814E57 for ; Thu, 20 Jan 2000 11:26:18 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id OAA73205; Thu, 20 Jan 2000 14:29:17 -0500 (EST) (envelope-from cjc) Date: Thu, 20 Jan 2000 14:29:17 -0500 From: "Crist J. Clark" To: Andriss Cc: cjclark@home.com, questions@FreeBSD.ORG Subject: Re: suggestion to prevent /tmp races Message-ID: <20000120142917.D72914@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <20000120134541.B72914@cc942873-a.ewndsr1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from andriss@andriss.com on Thu, Jan 20, 2000 at 02:08:22PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 02:08:22PM -0500, Andriss wrote: [snip] > >A better method is for a user to make a 700 permission directory in > >/tmp, although there are still some details to making even that > >secure. > > I agree, that would be more secure. The downside is that it would take > forever to patch all programs that use /tmp to use /tmp/username > instead and create (and permission) that directory properly. It is > good idea though... Maybe a directory in /tmp should be created > along with the directory in /home and permissioned properly > by the adduser script? The best way to go is to for programs to call functions like tmpfile(3). Then security upgrades can just be done to the library functions. tmpfile(3) would take care of creating or using an existing secure temp dir on its own. And BTW, my .login creates a 600 directory in /var/tmp and then sets TMPDIR to that directory. This helps for the many programs that use TMPDIR. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 11:36: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from netmint.com (netmint.com [207.106.21.130]) by hub.freebsd.org (Postfix) with ESMTP id 922C814A20 for ; Thu, 20 Jan 2000 11:36:00 -0800 (PST) (envelope-from andriss@andriss.com) Received: from localhost (andriss@localhost) by netmint.com (8.9.3/8.9.3) with ESMTP id OAA97206; Thu, 20 Jan 2000 14:35:46 -0500 (EST) Date: Thu, 20 Jan 2000 14:35:42 -0500 (EST) From: Andriss X-Sender: andriss@netmint.com To: cjclark@home.com Cc: questions@FreeBSD.ORG Subject: Re: suggestion to prevent /tmp races In-Reply-To: <20000120142917.D72914@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- >And BTW, my .login creates a 600 directory in /var/tmp and then sets >TMPDIR to that directory. This helps for the many programs that use >TMPDIR. My server has /usr/tmp and /var/tmp pointing to /tmp which is a special partition mounted to disallow execution, suid and other stuff you don't want people to do on /tmp. Creating a temp dir in /tmp is a good idea though, I might put it in the global profile for the server... Question: don't you mean 700 directory? Andriss - -- ______________________________________________________________ Andrey Kholodenko http://www.andriss.com Download My Public PGP Key From http://www.andriss.com/pgp.txt ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -----BEGIN PGP SIGNATURE----- Version: 2.6.3a Charset: noconv iQCVAwUBOIdjkiQe9jf/ODl9AQFxwgP/YKcaF5vqUH3ByKkcCXhf8KOssSmpmuqd tsKLRVgAGuJwm4gxaSraf5nP1rMB4/awnRyBSWWAZrKV+6NgNX40qWUT03Jq8ZHL /sjshVW/10glXFEFepSA8kePu636/tqQwYcenDJ1q/C1Oqzbl59ANOuX6fFrnQyy 2yuDnt+Jdkc= =OmLX -----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 Jan 20 11:38:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from Rigel.orionsys.com (rigel.orionsys.com [205.148.224.9]) by hub.freebsd.org (Postfix) with ESMTP id B848B152CA for ; Thu, 20 Jan 2000 11:38:54 -0800 (PST) (envelope-from dbabler@Rigel.orionsys.com) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.9.3/8.9.3) with ESMTP id LAA70128 for ; Thu, 20 Jan 2000 11:38:53 -0800 (PST) (envelope-from dbabler@Rigel.orionsys.com) X-Envelope-From: dbabler@Rigel.orionsys.com X-Envelope-To: X-Envelope-Host: freebsd.org. Date: Thu, 20 Jan 2000 11:38:51 -0800 (PST) From: David Babler To: FreeBSD Questions List Subject: errors doing 3.4-STABLE 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've been trying to build 3.4-STABLE for a week or more and have been getting the same error. The last run was CVSup'd yesterday, and I've already successfully built 3.4-STABLE on this one's sister machine. The problem machine is running 3.2-STABLE and the spot where buildworld craps out is always in compiling usr.bin/dosemu: [...] cc -nostdinc -O -pipe -I. -I/usr/X11R6/include -DDISASSEMBLER -I/usr/obj/usr3/src/tmp/usr/include -c /usr3/src/usr.bin/doscmd/tty.c /usr3/src/usr.bin/doscmd/tty.c: In function `debug_event': /usr3/src/usr.bin/doscmd/tty.c:737: warning: passing arg 1 of `dump_regs' from incompatible pointer type /usr3/src/usr.bin/doscmd/tty.c: In function `tty_read': /usr3/src/usr.bin/doscmd/tty.c:1745: warning: passing arg 1 of `fake_int' from incompatible pointer type /usr3/src/usr.bin/doscmd/tty.c: In function `tty_peek': /usr3/src/usr.bin/doscmd/tty.c:1787: warning: passing arg 1 of `fake_int' from incompatible pointer type /usr3/src/usr.bin/doscmd/tty.c: In function `video_init': /usr3/src/usr.bin/doscmd/tty.c:2000: warning: passing arg 2 of `register_callback' from incompatible pointer type /usr3/src/usr.bin/doscmd/tty.c: In function `video_bios_init': /usr3/src/usr.bin/doscmd/tty.c:2212: warning: passing arg 2 of `register_callback' from incompatible pointer type cc -nostdinc -O -pipe -I. -I/usr/X11R6/include -DDISASSEMBLER -I/usr/obj/usr3/src/tmp/usr/include -c /usr3/src/usr.bin/doscmd/xms.c cc -nostdinc -O -pipe -I. -I/usr/X11R6/include -DDISASSEMBLER -I/usr/obj/usr3/src/tmp/usr/include -o doscmd AsyncIO.o ParseBuffer.o bios.o callback.o cpu.o dos.o cmos.o config.o cwd.o debug.o disktab.o doscmd.o ems.o emuint.o exe.o i386-pinsn.o int.o int10.o int13.o int14.o int16.o int17.o int1a.o int2f.o intff.o mem.o mouse.o net.o port.o setver.o signal.o timer.o trace.o trap.o tty.o xms.o -L/usr/X11R6/lib -lX11 tty.o: In function `video_setborder': tty.o(.text+0x25f): undefined reference to `XSetWindowBackground' tty.o: In function `setgc': tty.o(.text+0x2f5): undefined reference to `XChangeGC' tty.o: In function `video_update': tty.o(.text+0x50e): undefined reference to `XDrawImageString' tty.o(.text+0x597): undefined reference to `XDrawImageString' tty.o(.text+0x68a): undefined reference to `XChangeGC' tty.o(.text+0x712): undefined reference to `XFillRectangle' tty.o(.text+0x7be): undefined reference to `XChangeGC' tty.o(.text+0x7fb): undefined reference to `XFillRectangle' tty.o(.text+0x809): undefined reference to `XFlush' tty.o: In function `debug_event': tty.o(.text+0xc48): undefined reference to `XBell' tty.o(.text+0xc53): undefined reference to `XFlush' tty.o: In function `video_async_event': tty.o(.text+0x1233): undefined reference to `XFlush' tty.o(.text+0x124b): undefined reference to `XNextEvent' tty.o(.text+0x12c7): undefined reference to `XFlush' tty.o(.text+0x12fc): undefined reference to `XNextEvent' tty.o: In function `video_event': tty.o(.text+0x17f4): undefined reference to `XLookupString' tty.o(.text+0x1978): undefined reference to `XLookupString' tty.o: In function `tty_write': tty.o(.text+0x27fe): undefined reference to `XBell' tty.o: In function `KbdWrite': tty.o(.text+0x3083): undefined reference to `XBell' tty.o: In function `video_init': tty.o(.text+0x33e1): undefined reference to `XOpenDisplay' tty.o(.text+0x3408): undefined reference to `XDisplayName' tty.o(.text+0x34df): undefined reference to `XAllocNamedColor' tty.o(.text+0x3532): undefined reference to `XLoadQueryFont' tty.o(.text+0x354e): undefined reference to `XLoadQueryFont' tty.o(.text+0x3629): undefined reference to `XCreateSimpleWindow' tty.o(.text+0x368c): undefined reference to `XCreateGC' tty.o(.text+0x36c3): undefined reference to `XCreateGC' tty.o(.text+0x36e0): undefined reference to `XSetNormalHints' tty.o(.text+0x370a): undefined reference to `XSelectInput' tty.o(.text+0x371e): undefined reference to `XMapWindow' tty.o(.text+0x3729): undefined reference to `XFlush' *** Error code 1 Stop. [...] Now, I've never installed or run X-windows on this machine, but that's never been a problem before. And yes, I always do a 'make clean && make buildworld'[*] I don't recall seeing this in the lists, so it seems likely to be my configuration that it doesn't like... anybody got a clue where I should start looking? TIA -Dave [*] Specifically, I am doing 'make clear && make -DNOGAMES -DNOINFO buildworld' and the machine is a 486DX66. The failure is around the 16 hour mark . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 12: 2: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp7.atl.mindspring.net (smtp7.atl.mindspring.net [207.69.128.51]) by hub.freebsd.org (Postfix) with ESMTP id B239114D60 for ; Thu, 20 Jan 2000 12:02:04 -0800 (PST) (envelope-from dgason@mindspring.com) Received: from smui2.atl.mindspring.net (smui2.atl.mindspring.net [207.69.200.123]) by smtp7.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id PAA30070 for ; Thu, 20 Jan 2000 15:01:57 -0500 (EST) From: dgason@mindspring.com Received: by smui2.atl.mindspring.net id PAA0000027391; Thu, 20 Jan 2000 15:01:56 -0500 (EST) Date: Thu, 20 Jan 2000 15:01:56 -0500 To: freebsd-questions@freebsd.org Subject: Jaz drives, booting from one? Message-ID: X-Originating-IP: 192.128.133.84 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, I am thinking about completely reconfiguring my system. I am considering purchasing an internal SCSI Jaz drive and modifying my system so the Jaz drive becomes my boot drive. It is then my hope to be able to change operating systems by changing Jaz disks. My questions are: FreeBSD supposedly supports Jaz drives, does anyone have experience with them? If so, how easy are the SCSI ones to get working with FreeBSD? Can you boot FreeBSD from a Jaz drive? (according to Iomega you can boot NT from a Jaz drive...) Does anyone see any major flaws with this concept? My thanks, Dave Ason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 12:13:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 1658314C3E for ; Thu, 20 Jan 2000 12:13:22 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id OAA03387 for ; Thu, 20 Jan 2000 14:16:49 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Thu, 20 Jan 2000 14:16:49 -0600 (CST) From: Gene Harris To: freebsd-questions@freebsd.org Subject: Connecting to a different Xclient Message-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 not sure of my terminology for X-Windows, so I'll ask this question as best I can: I have a Linux RH 6.1 Workstation and a FreeBSD 3.4S Server on my local network. Both are running XFree86 3.3.X almost full time. Is it possible to open an Xterm window on my FreeBSD box that connects to the Linux XFree server? The reason I am asking this question is that I was blocking access to the ports at 6000+ on my firewall and I wondered how an application like xterm could connect to a remote machine thru these ports. I have performed a half-baked scan of the documentation and found a few references, but absolutely no details for cook-booking the task. Any pointers would be greatly appreciated. (I am also playing with tcp wrappers, so please respond thru the mailing list as I have unknown servers blocked while I build my hosts.allow file.) Many Thanks, *==============================================* *Gene Harris http://www.tetronsoftware.com* *FreeBSD Novice * *All ORBS.org SMTP connections are denied! * *==============================================* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 12:16:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.cpetc.com (hermes.cpetc.com [207.137.157.132]) by hub.freebsd.org (Postfix) with ESMTP id 7B19315355 for ; Thu, 20 Jan 2000 12:16:39 -0800 (PST) (envelope-from kahn@deadbbs.com) Received: from erin-laptop (mongo.sdccd.cc.ca.us [209.129.16.5]) by hermes.cpetc.com (8.9.3/8.9.3) with SMTP id MAA27606; Thu, 20 Jan 2000 12:17:21 -0800 (PST) From: "Erin - Lists" To: , Subject: RE: Jaz drives, booting from one? Date: Thu, 20 Jan 2000 12:22:24 -0800 Message-ID: <001e01bf6384$10dcc540$6514820a@erin-laptop.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 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hello all, > > I am thinking about completely reconfiguring my system. I am > considering purchasing an internal SCSI Jaz drive and > modifying my system so the Jaz drive becomes my boot drive. > It is then my hope to be able to change operating systems by > changing Jaz disks. > > My questions are: > FreeBSD supposedly supports Jaz drives, does anyone have > experience with them? If so, how easy are the SCSI ones to > get working with FreeBSD? > > Can you boot FreeBSD from a Jaz drive? (according to Iomega > you can boot NT from a Jaz drive...) > > Does anyone see any major flaws with this concept? The only problem I can think of would be the disks them selves. They are ***VERY*** easily damaged and what is on them is not so easily replaced. Good luck. Erin mailto:kahn@deadbbs.com http:\\www.deadbbs.com http:\\www.fortenberry.net From RFC 1925, point #3 "(3) With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 12:18:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 9471514ECA for ; Thu, 20 Jan 2000 12:18:21 -0800 (PST) (envelope-from jonc@logisticsoftware.co.nz) Received: from jonc.logisticsoftware.co.nz (jonc.logisticsoftware.co.nz [10.1.3.1]) by logisticsoftware.co.nz (8.9.3/8.9.3) with ESMTP id JAA14921; Fri, 21 Jan 2000 09:18:18 +1300 (NZDT) Received: (from jonc@localhost) by jonc.logisticsoftware.co.nz (8.9.3/8.9.3) id JAA05002; Fri, 21 Jan 2000 09:18:17 +1300 (NZDT) (envelope-from jonc) Date: Fri, 21 Jan 2000 09:18:17 +1300 From: Jonathan Chen To: dgason@mindspring.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Jaz drives, booting from one? Message-ID: <20000121091817.D2139@jonc.logisticsoftware.co.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from dgason@mindspring.com on Thu, Jan 20, 2000 at 03:01:56PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 03:01:56PM -0500, dgason@mindspring.com wrote: > My questions are: > FreeBSD supposedly supports Jaz drives, does anyone have experience with them? If so, how easy are the SCSI ones to get working with FreeBSD? Got one, working fine. > Can you boot FreeBSD from a Jaz drive? (according to Iomega you can boot NT from a Jaz drive...) > Haven't tried this, though the SCSI card appears to let one boot from a specific SCSI device. Jonathan Chen ---------------------------------------------------------------------- Live your own life, for you will die your own death To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 12:23:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web1304.mail.yahoo.com (web1304.mail.yahoo.com [128.11.23.154]) by hub.freebsd.org (Postfix) with SMTP id B037B152E5 for ; Thu, 20 Jan 2000 12:23:21 -0800 (PST) (envelope-from gesperon@yahoo.com) Received: (qmail 16912 invoked by uid 60001); 20 Jan 2000 20:23:19 -0000 Message-ID: <20000120202319.16911.qmail@web1304.mail.yahoo.com> Received: from [169.158.131.174] by web1304.mail.yahoo.com; Thu, 20 Jan 2000 12:23:19 PST Date: Thu, 20 Jan 2000 12:23:19 -0800 (PST) From: Gabor Esperon Subject: How to install linux drivers under 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 I have a C-Media 8338 sound card, FreeBSD 3.3 with linux comp., and CM8338 Linux drivers. I need install the drivers under FreeBSD, how i can do that? __________________________________________________ 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 Jan 20 12:42:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.beastie.net (cr13646-a.lngly1.bc.wave.home.com [24.113.138.52]) by hub.freebsd.org (Postfix) with ESMTP id DBA281537B for ; Thu, 20 Jan 2000 12:42:50 -0800 (PST) (envelope-from beastie@beastie.net) Received: from [192.168.1.2] (helo=Beastie) by www.beastie.net with smtp (Exim 3.03 #1) id 12BOOH-000P62-00 for questions@FreeBSD.org; Thu, 20 Jan 2000 12:41:13 -0800 Message-ID: <005401bf6387$01174420$0201a8c0@uniserve.com> From: "David Fuchs" To: Subject: INN vs. DNews Date: Thu, 20 Jan 2000 12:43:27 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0051_01BF6343.F2A7B8E0" 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_0051_01BF6343.F2A7B8E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hey everyone, I've been having a lot of fun with this news stuff lately. = I started with Cnews & NNTP, and now I've removed all that crap and = installed INN. A friend of mine has recently installed Dnews... should = I be using that instead? What are the pros and cons? I must say I'm = quite pleased with INN, it does everything I want. At the very least maybe someone could give me reason to argue with my = friend. :) hahaha j/k... -David Fuchs ------=_NextPart_000_0051_01BF6343.F2A7B8E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hey everyone, I've been having a lot of = fun with=20 this news stuff lately.  I started with Cnews & NNTP, and now = I've=20 removed all that crap and installed INN.  A friend of mine has = recently=20 installed Dnews... should I be using that instead?  What are the = pros and=20 cons?  I must say I'm quite pleased with INN, it does everything I=20 want.
 
At the very least maybe someone could = give me=20 reason to argue with my friend. :) hahaha j/k...
 
-David Fuchs
------=_NextPart_000_0051_01BF6343.F2A7B8E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 12:53:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.cpetc.com (hermes.cpetc.com [207.137.157.132]) by hub.freebsd.org (Postfix) with ESMTP id 3408D1537B for ; Thu, 20 Jan 2000 12:53:50 -0800 (PST) (envelope-from kahn@deadbbs.com) Received: from erin-laptop (mongo.sdccd.cc.ca.us [209.129.16.5]) by hermes.cpetc.com (8.9.3/8.9.3) with SMTP id MAA27781; Thu, 20 Jan 2000 12:54:32 -0800 (PST) From: "Kahn" To: "'David Fuchs'" , Subject: RE: INN vs. DNews Date: Thu, 20 Jan 2000 12:59:35 -0800 Message-ID: <002101bf6389$4231e9e0$6514820a@erin-laptop.sdccd.cc.ca.us> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0022_01BF6346.340EA9E0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <005401bf6387$01174420$0201a8c0@uniserve.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 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_0022_01BF6346.340EA9E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I would say if it is not broke, don't fix it.... but, I'd backup the current config and try the new one. If you don't like it, just go back. Erin mailto:kahn@deadbbs.com http:\\www.deadbbs.com http:\\www.fortenberry.net From RFC 1925, point #3 "(3) With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of David Fuchs Hey everyone, I've been having a lot of fun with this news stuff lately. I started with Cnews & NNTP, and now I've removed all that crap and installed INN. A friend of mine has recently installed Dnews... should I be using that instead? What are the pros and cons? I must say I'm quite pleased with INN, it does everything I want. At the very least maybe someone could give me reason to argue with my friend. :) hahaha j/k... -David Fuchs ------=_NextPart_000_0022_01BF6346.340EA9E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I=20 would say if it is not broke, don't fix it.... but, I'd backup the = current=20 config and try the new one. If you don't like it, just go=20 back.
 
 

Erin



mailto:kahn@deadbbs.com
http:\\www.deadbbs.com
http:\\www.fortenberry.net

From RFC 1925, = point=20 #3

"(3)  With sufficient thrust, pigs fly just fine. = However, this=20 is
      not necessarily a good idea. It is = hard to=20 be sure where they
      are going to land, = and it=20 could be dangerous sitting under them
      = as they=20 fly overhead."

-----Original Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of David=20 Fuchs

Hey everyone, I've been having a lot = of fun with=20 this news stuff lately.  I started with Cnews & NNTP, and now = I've=20 removed all that crap and installed INN.  A friend of mine has = recently=20 installed Dnews... should I be using that instead?  What are the = pros and=20 cons?  I must say I'm quite pleased with INN, it does everything = I=20 want.
 
At the very least maybe someone could = give me=20 reason to argue with my friend. :) hahaha j/k...
 
-David=20 Fuchs
------=_NextPart_000_0022_01BF6346.340EA9E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 13: 0: 4 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 10F6614C9B for ; Thu, 20 Jan 2000 12:57:50 -0800 (PST) (envelope-from shovey@buffnet.net) 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 PAA18467; Thu, 20 Jan 2000 15:56:14 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Thu, 20 Jan 2000 15:56:03 -0500 (EST) From: Steve Hovey To: David Fuchs Cc: questions@FreeBSD.ORG Subject: Re: INN vs. DNews In-Reply-To: <005401bf6387$01174420$0201a8c0@uniserve.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 INN tends to need MMAP to work - it also requires a lot of ram if you have a full feed etc. We had to leave it for dnews for those and other reasons. On Thu, 20 Jan 2000, David Fuchs wrote: > Hey everyone, I've been having a lot of fun with this news stuff lately. I started with Cnews & NNTP, and now I've removed all that crap and installed INN. A friend of mine has recently installed Dnews... should I be using that instead? What are the pros and cons? I must say I'm quite pleased with INN, it does everything I want. > > At the very least maybe someone could give me reason to argue with my friend. :) hahaha j/k... > > -David Fuchs > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 13:10:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from benge.graphics.cornell.edu (benge.graphics.cornell.edu [128.84.247.43]) by hub.freebsd.org (Postfix) with ESMTP id 44D76152CA for ; Thu, 20 Jan 2000 13:10:33 -0800 (PST) (envelope-from mkc@benge.graphics.cornell.edu) Received: from benge.graphics.cornell.edu (mkc@localhost) by benge.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id QAA99990; Thu, 20 Jan 2000 16:10:22 -0500 (EST) (envelope-from mkc@benge.graphics.cornell.edu) Message-Id: <200001202110.QAA99990@benge.graphics.cornell.edu> To: Steve Hovey Cc: David Fuchs , questions@FreeBSD.ORG Subject: Re: INN vs. DNews In-Reply-To: Message from Steve Hovey of "Thu, 20 Jan 2000 15:56:03 EST." Date: Thu, 20 Jan 2000 16:10:22 -0500 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >INN tends to need MMAP to work - it also requires a lot of ram if you have >a full feed etc. We had to leave it for dnews for those and other >reasons. That's funny. I've been running it without MMAP since it first came out. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 13:13:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.beastie.net (cr13646-a.lngly1.bc.wave.home.com [24.113.138.52]) by hub.freebsd.org (Postfix) with ESMTP id E8E6D15295 for ; Thu, 20 Jan 2000 13:13:07 -0800 (PST) (envelope-from beastie@beastie.net) Received: from [192.168.1.2] (helo=Beastie) by www.beastie.net with smtp (Exim 3.03 #1) id 12BOra-000PNk-00 for questions@FreeBSD.ORG; Thu, 20 Jan 2000 13:11:30 -0800 Message-ID: <008c01bf638b$3c4322e0$0201a8c0@uniserve.com> From: "David Fuchs" To: References: <200001202110.QAA99990@benge.graphics.cornell.edu> Subject: Re: INN vs. DNews Date: Thu, 20 Jan 2000 13:13:45 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :) Me too. The question still stands however, which is the better program to use for a full time news server? I don't care about which is easier to set up, but what I do care about is which is the most stable, the fastest, and the most scalable (if scalability even applies for news)? ----- Original Message ----- From: Mitch Collinsworth To: Steve Hovey Cc: David Fuchs ; Sent: Thursday, January 20, 2000 1:10 PM Subject: Re: INN vs. DNews > > >INN tends to need MMAP to work - it also requires a lot of ram if you have > >a full feed etc. We had to leave it for dnews for those and other > >reasons. > > That's funny. I've been running it without MMAP since it first came out. > > -Mitch > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 13:17:25 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 AF52615477 for ; Thu, 20 Jan 2000 13:17:11 -0800 (PST) (envelope-from rjoseph@nwlink.com) Received: from nwlink.com (ip46.r16.d.bel.nwlink.com [207.202.176.46]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id NAA08722 for ; Thu, 20 Jan 2000 13:17:07 -0800 (PST) Message-ID: <38877A70.1CE251D2@nwlink.com> Date: Thu, 20 Jan 2000 13:13:20 -0800 From: R Joseph Wright X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: unsubscribe trouble References: <4.3.0.29.0.20000120124955.00a9e130@pop-server.nc.rr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Neill Robins wrote: > > Hello, > > I am trying to unsubscribe from -questions so I can subscribe under another > account. The problem is that I have tried to unsubscribe 3 times, > unsuccessfully. I have managed to unsubscribe from -newbies and -chat. I'll wager you sent the unsubscribe message to -questions@FreeBSD.org, didn't you? The messages must be sent to majordomo@FreeBSD.org. -- Best Regards, Joseph You will do foolish things, but do them with enthusiasm. Colette. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 13:22:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luna.cdrom.com (luna.cdrom.com [204.216.28.135]) by hub.freebsd.org (Postfix) with ESMTP id EB32E153AC for ; Thu, 20 Jan 2000 13:22:30 -0800 (PST) (envelope-from jim@luna.cdrom.com) Received: (from jim@localhost) by luna.cdrom.com (8.10.0.Beta10/8.10.0.Beta10) id e0KLMTr03956; Thu, 20 Jan 2000 13:22:29 -0800 (PST) Date: Thu, 20 Jan 2000 13:22:29 -0800 From: Jim Mock To: Ta Do Cc: questions@FreeBSD.org Subject: Re: Download Message-ID: <20000120132229.H3444@luna.cdrom.com> Reply-To: questions@FreeBSD.org References: <20000119213749.98854.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.2i In-Reply-To: <20000119213749.98854.qmail@hotmail.com>; from renton7174@hotmail.com on Wed, Jan 19, 2000 at 09:37:49PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Cc'd to and Reply-To set to -questions, they'll be able to help if you need more help after reading the handbook URL below] On Wed, 19 Jan 2000 at 21:37:49 +0000, Ta Do wrote: > Hi Jim Hi, > I would like to download FreeBSD but I don't know how. Please show me > how to do. Read through http://www.freebsd.org/handbook/install.html and follow the instructions located there. If you still have questions after doing so, send a message to questions@FreeBSD.org detailing what exactly it is you don't understand, and more than likely someone there will be willing to lend you a hand :-) - jim -- - jim mock - walnut creek cdrom/freebsd test labs - jim@luna.cdrom.com - - phone: 1.925.691.2800 x.3814 - fax: 1.925.674.0821 - jim@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 Jan 20 13:24: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 69CF414DC4 for ; Thu, 20 Jan 2000 13:23:54 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id WAA04518; Thu, 20 Jan 2000 22:23:52 +0100 (CET) (envelope-from olli) Date: Thu, 20 Jan 2000 22:23:52 +0100 (CET) Message-Id: <200001202123.WAA04518@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: aliases and zsh cont'd X-Newsgroups: list.freebsd-questions In-Reply-To: <86757j$1da9$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Jonathon McKitrick wrote in list.freebsd-questions: > Well, i've narrowed it down with echo statements in all my config > files. Here is the really bizarre part: when i su to root, i have to > use su -l, and it executes .profile, NOT .zprofile, but .profile > (which is for bash, right?) .profile is sh (So I guess you're using "su -l toor" or something, because root has a csh as login shell, no sh). > I read the man page, and it says NOTHING > about .profile being executed, only .zprofile. Correct, zsh reads .zprofile by default (among others). > Why is this file being > executed, and why does -m clobber my alias settings? All the other > env variables stay the same with the im option. What version of the zsh is that? The latest is 3.0.7. It works for me (using "su -m"). Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 13:25: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.volant.org (phoenix.volant.org [205.179.79.193]) by hub.freebsd.org (Postfix) with ESMTP id D2B99152C6 for ; Thu, 20 Jan 2000 13:24:49 -0800 (PST) (envelope-from patl@phoenix.volant.org) Received: from asimov.phoenix.volant.org ([205.179.79.65]) by phoenix.volant.org with esmtp (Exim 1.92 #8) id 12BP3u-0000QF-00; Thu, 20 Jan 2000 13:24:14 -0800 Received: from localhost (localhost [127.0.0.1]) by asimov.phoenix.volant.org (8.9.1b+Sun/8.9.1) with SMTP id NAA11384; Thu, 20 Jan 2000 13:23:56 -0800 (PST) Date: Thu, 20 Jan 2000 13:23:56 -0800 (PST) From: patl@phoenix.volant.org Reply-To: patl@phoenix.volant.org Subject: Re: time sync problem--ntpdate AND xntpd?? To: Walter Brameld Cc: Mitch Collinsworth , Sean Noonan , questions@FreeBSD.ORG, noonans@home.com In-Reply-To: <388645D4.AAB8CDE0@twave.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 19-Jan-00 at 15:15, Walter Brameld (brameld@twave.net) wrote: > How does one go about finding reliable time sources? There's a very good chance that the router at the upstream end of your link is an NTP server. Try a traceroute to almost anywhere to get the FQDN or IP address of the router; then try ntptrace to the router to see if it will serve you NTP. -Pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 13:33:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from benge.graphics.cornell.edu (benge.graphics.cornell.edu [128.84.247.43]) by hub.freebsd.org (Postfix) with ESMTP id 5C97614C8D for ; Thu, 20 Jan 2000 13:33:35 -0800 (PST) (envelope-from mkc@benge.graphics.cornell.edu) Received: from benge.graphics.cornell.edu (mkc@localhost) by benge.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id QAA00326; Thu, 20 Jan 2000 16:33:30 -0500 (EST) (envelope-from mkc@benge.graphics.cornell.edu) Message-Id: <200001202133.QAA00326@benge.graphics.cornell.edu> To: "David Fuchs" Cc: questions@FreeBSD.ORG Subject: Re: INN vs. DNews In-Reply-To: Message from "David Fuchs" of "Thu, 20 Jan 2000 13:13:45 PST." <008c01bf638b$3c4322e0$0201a8c0@uniserve.com> Date: Thu, 20 Jan 2000 16:33:30 -0500 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >:) Me too. > > The question still stands however, which is the better program to use >for a full time news server? I don't care about which is easier to set up, >but what I do care about is which is the most stable, the fastest, and the >most scalable (if scalability even applies for news)? Scalability seems to matter as much for news as anything else. Look how much it grows. I really can't answer for DNews since I've never even looked at it, but I've been running the same version of INN for 7 years (on the same now-ancient machine) and the only thing holding it back is lack of disk space. It has been increadibly stable over that period even though I'm probably many versions behind by now. I've applied a few security fixed over the years and have had to rebuild the history file maybe once every year or two. FWIW I _am_ planning on building a new server sometime in the next several weeks. Ludditism does have it's limits. :-) -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 13:40:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 88E7415331 for ; Thu, 20 Jan 2000 13:40:12 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id WAA05161; Thu, 20 Jan 2000 22:40:08 +0100 (CET) (envelope-from olli) Date: Thu, 20 Jan 2000 22:40:08 +0100 (CET) Message-Id: <200001202140.WAA05161@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG, cjclark@home.com Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: sh(1) Messing with My Mind X-Newsgroups: list.freebsd-questions In-Reply-To: <867h6j$1kk4$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Crist J. Clark wrote in list.freebsd-questions: > [...] > seems to have muddled my thoughts this morning. Why does this happen: > > $ echo 3 | read NUM > $ echo $NUM > Because the read command is executed in a subshell when it is in a pipe. When the pipe ends, the subshell terminates, and its environment variables are gone. > [...] Why does it look like > read won't read from a piped stdin? It does read from the pipe, but the variable is only set in the subshell. It does not change the environment of the parent shell process. You usually solve this problem by using command substitution ("backticks"): NUM=`echo 3` Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 13:41:30 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 2109214F73 for ; Thu, 20 Jan 2000 13:41:23 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id WAA26687 for ; Thu, 20 Jan 2000 22:41:20 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id WAA02215 for ; Thu, 20 Jan 2000 22:41:36 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id WAA53054 for questions@freebsd.org; Thu, 20 Jan 2000 22:41:28 +0100 (CET) Date: Thu, 20 Jan 2000 22:41:28 +0100 (CET) From: Christoph Kukulies Message-Id: <200001202141.WAA53054@gil.physik.rwth-aachen.de> To: questions@freebsd.org Subject: config after upgrade to 3.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Received my 3.4 CDs recently and did an upgrade on my gateway machine (I4B). Wanted to build a custom kernel today and got this: # uname -a FreeBSD bgate.dialup.rwth-aachen.de 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Mon Dec 20 06:54:39 GMT 1999 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 # cd /sys/i386/conf # ls BGATEBISDN Makefile.i386 l1 BGATEI4B PCCARD majors.i386 CONFIG devices.i386 options.i386 GENERIC files.i386 options.i386-BACKUP LINT files.i386-BACKUP MONKAVMIFB l # config BGATEI4B^H^H^H^C # stty erase ^H # config BGATEI4B BGATEI4B:0: unknown option "MAXUSERS" BGATEI4B:85: unknown option "IPI_DIPA" BGATEI4B:84: unknown option "IPI_VJ" BGATEI4B:34: unknown option "BROKEN_KEYBOARD_RESET" BGATEI4B:28: unknown option "IPDIVERT" BGATEI4B:23: unknown option "FAILSAFE" BGATEI4B:19: unknown option "COMPAT_43" BGATEI4B:16: unknown option "MSDOSFS" BGATEI4B:15: unknown option "NFS" BGATEI4B:14: unknown option "FFS" BGATEI4B:13: unknown option "INET" WARNING: version of config(8) does not match kernel! config version = 300009, version required = 220000 Make sure that /usr/src/usr.sbin/config is in sync with your /usr/src/sys and install a new config binary before trying this again. If running the new config fails check your config file against the GENERIC or LINT config files for changes in config syntax, or option/device naming conventions Unknown options used - it is VERY important that you do make clean && make depend before recompiling Warning: pseudo-device "log" is unknown Kernel build directory is ../../compile/BGATEI4B # which config /usr/sbin/config # ls -l /usr/sbin/config -r-xr-xr-x 1 root wheel 62560 Dec 20 06:52 /usr/sbin/config # -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 13:42:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 4D5B814C9B for ; Thu, 20 Jan 2000 13:42:43 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id WAA05264; Thu, 20 Jan 2000 22:42:42 +0100 (CET) (envelope-from olli) Date: Thu, 20 Jan 2000 22:42:42 +0100 (CET) Message-Id: <200001202142.WAA05264@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: How to install linux drivers under FreeBSD X-Newsgroups: list.freebsd-questions In-Reply-To: <867r8a$1rk2$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Gabor Esperon wrote in list.freebsd-questions: > I have a C-Media 8338 sound card, FreeBSD 3.3 with > linux comp., and CM8338 Linux drivers. I need install > the drivers under FreeBSD, how i can do that? You can't. Linux drivers don't work under FreeBSD. You might try to look for a FreeBSD driver on http://www.opensound.com/ Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 13:59:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.nc.rr.com (fe1.southeast.rr.com [24.93.67.48]) by hub.freebsd.org (Postfix) with ESMTP id 871E31517E for ; Thu, 20 Jan 2000 13:59:11 -0800 (PST) (envelope-from dustpan@earthlink.net) Received: from saturn98 ([24.25.17.122]) by mail1.nc.rr.com with Microsoft SMTPSVC(5.5.1877.197.19); Thu, 20 Jan 2000 16:59:06 -0500 Message-Id: <4.3.0.29.0.20000120165714.00ac4ce0@mail.earthlink.net> X-Sender: dustpan@mail.earthlink.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.0.29 (Beta) Date: Thu, 20 Jan 2000 16:58:47 -0500 To: R Joseph Wright From: Neill Robins Subject: Re: unsubscribe trouble Cc: freebsd-questions@freebsd.org In-Reply-To: <38877A70.1CE251D2@nwlink.com> References: <4.3.0.29.0.20000120124955.00a9e130@pop-server.nc.rr.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 No Sir, I actually have sent all three messages to majordomo@freebsd.org. Like I stated earlier, both -newbies and -chat unsubscribe attempts were successful. Thanks. Neill Robins At 01:13 PM 1/20/00 -0800, you wrote: >Neill Robins wrote: > > > > Hello, > > > > I am trying to unsubscribe from -questions so I can subscribe under another > > account. The problem is that I have tried to unsubscribe 3 times, > > unsuccessfully. I have managed to unsubscribe from -newbies and -chat. > >I'll wager you sent the unsubscribe message to -questions@FreeBSD.org, >didn't you? >The messages must be sent to majordomo@FreeBSD.org. > > >-- >Best Regards, Joseph > > You will do foolish things, > but do them with enthusiasm. Colette. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 14: 3: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id 754AA15295 for ; Thu, 20 Jan 2000 14:03:05 -0800 (PST) (envelope-from mw@theatre.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id XAA22132; Thu, 20 Jan 2000 23:03:01 +0100 (CET) Received: (from mw@localhost) by theatre.lan (8.9.3/8.9.3) id SAA35402; Thu, 20 Jan 2000 18:48:54 +0100 (CET) (envelope-from mw) Date: Thu, 20 Jan 2000 18:48:54 +0100 From: Martin Welk To: Thierry.Herbelot@alcatel.fr Cc: questions@FreeBSD.ORG Subject: Re: Multi-port NICs Message-ID: <20000120184854.A34916@theatre.lan> Reply-To: mw@sax.de References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from Thierry.Herbelot@alcatel.fr on Thu, Jan 20, 2000 at 04:18:08PM +0100 Organization: Private UUCP/Usenet site. X-Operating-System: FreeBSD http://www.freebsd.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 04:18:08PM +0100, Thierry.Herbelot@alcatel.fr wrote: > Is this brand the only one for supported multi-port NICs ? I don't think so - as long as an Ethernet adapter card pretens to have independent network interfaces, this shouldn't be a problem. I've yet only used older SMC dual-port cards (DEC21040 based, I think the name was something like 8432) and D-Link 570 TX (also DEC based, quad port, recognized as four de type interfaces) and both run fine. Regards, Martin -- /| /| | /| / ,,You know, there's a lot of opportunities, / |/ | artin |/ |/ elk if you're knowing to take them, you know, there's a lot of opportunities, Freiberg/Saxony, Germany if there aren't you can make them, mw@sax.de / mw@theatre.sax.de make or break them!'' (Tennant/Lowe) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 14: 8: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nexttown.buckhorn.net (user-208-129-165-66.inu.net [208.129.165.66]) by hub.freebsd.org (Postfix) with ESMTP id 3F1EB14BE2 for ; Thu, 20 Jan 2000 14:08:02 -0800 (PST) (envelope-from bob@buckhorn.net) Received: from buckhorn.net (nexttown.buckhorn.net [208.129.165.66]) by nexttown.buckhorn.net (8.9.3/8.9.3) with ESMTP id QAA25603; Thu, 20 Jan 2000 16:07:54 -0600 (CST) (envelope-from bob@buckhorn.net) Message-ID: <3887873A.D2DF2EED@buckhorn.net> Date: Thu, 20 Jan 2000 16:07:54 -0600 From: Bob Martin Reply-To: Bob@buckhorn.net X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: David Fuchs Cc: questions@FreeBSD.ORG Subject: Re: INN vs. DNews References: <200001202110.QAA99990@benge.graphics.cornell.edu> <008c01bf638b$3c4322e0$0201a8c0@uniserve.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG INN and DNEWS where pretty even until DNEWS released version 5. They totally reinvented the way the server gets rid of stale files (expires), and the server can be configured to spawn child processes. (If one news server isn't enough, run 2, or 3 or ..). We have 2 full IHAVE feeds inbound (UUNET and C&W), we feed two corporate downline servers (one suck feed, one IHAVE) and usually have around 900 users online. All of this on a P200pro, 96mb RAM, and 50gb of ide disk. And we have server to spare. We run our tucows mirror on the same box. (Of course, I firmly beleive that 3x-stable is making all of this possible ;) -- Bob Martin, bob@buckhorn.net http://www.buckhorn.net "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." -- Albert Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 14:11:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (Postfix) with ESMTP id 09AF215357 for ; Thu, 20 Jan 2000 14:11:03 -0800 (PST) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.3/8.9.3) with ESMTP id XAA29810 for ; Thu, 20 Jan 2000 23:10:54 +0100 (MET) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id XAA13464 for freebsd-questions@freebsd.org; Thu, 20 Jan 2000 23:10:25 +0100 (MET) Date: Thu, 20 Jan 2000 23:10:25 +0100 From: Roland Jesse To: freebsd-questions@freebsd.org Subject: leafnode+, DNS, and a dialup connection using i4b Message-ID: <20000120231025.A13460@knecht.cs.uni-magdeburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, thanks to i4b, my isdn connection is more or less up and running and I do my best to ignore the "File exists" error by ifconfig. But I still don't get the whole dilup setup done correctly. The world was just so much easier with a steady internet connection. :-> How does one setup a DNS lookup? I am planning to use leafnode+ to fetch news for me. Leafnode+ is started via inetd with the following entry in /etc/inetd.conf: ------- cut ------- nntp stream tcp nowait news /usr/local/sbin/leafnode leafnode ------- cut ------- Nothing special, I would say. Whenever I do a 'telnet localhost nntp', I get the following syslog message: ------- cut ------- Jan 20 20:55:07 arthur leafnode[671]: unable to parse server (server news.cs.uni-magdeburg.de has no =) ------- cut ------- Ok, so I put the ip address of this news.cs machine in /etc/hosts: ------- cut ------- 141.44.21.70 loriot loriot.cs.uni-magdeburg.de news news.cs.uni-magdeburg.de ------- cut ------- /etc/host.conf is of course ------- cut ------- hosts bind ------- cut ------- The above error message stays the same. That's why I thought having a little own named would be a nice idea. That's the try for /etc/resolv.conf: ------- cut ------- nameserver 127.0.0.1 nameserver 141.44.1.2 nameserver 141.44.1.1 domain uni-magdeburg.de ------- cut ------- with the following in /etc/rc.conf: ------- cut ------- named_enable="YES" # Run named, the DNS server (or NO). named_program="named" # path to named, if you want a different one. named_flags="-u bind -g bind" # Flags for named ------- cut ------- That was bad as the machine was opening a new connection every ten minutes (for exactly 145 seconds as /var/log/isdnd.acct is telling me). Even though named is telling me via syslog that it is "Ready to answer queries." the above error message by leafnode+ stays the same. I am more or less out of ideas and would very much appreciate any pointers to possible errors in my setup, things I missed, and manpages I should consult to proceed. Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 14:29:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from imo15.mx.aol.com (imo15.mx.aol.com [152.163.225.5]) by hub.freebsd.org (Postfix) with ESMTP id 66E8014D8B for ; Thu, 20 Jan 2000 14:29:09 -0800 (PST) (envelope-from Upholding@aol.com) Received: from Upholding@aol.com by imo15.mx.aol.com (mail_out_v24.6.) id n.9f.f7c513 (7331) for ; Thu, 20 Jan 2000 17:29:01 -0500 (EST) From: Upholding@aol.com Message-ID: <9f.f7c513.25b8e62c@aol.com> Date: Thu, 20 Jan 2000 17:29:00 EST Subject: Question about virtual memory... To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Windows AOL sub 45 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was wondering, when FreeBSD swaps memory to the hard disk, does it swap a program altogether for being idle, or does it swap individual idle values within a program. I was wondering because I have a program which will be constantly active, an IRC Services program. And it will contain memos and registered user information. Which would not be actively used. So would this idle memory within the program be swapped? Thank you 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 Thu Jan 20 14:38:23 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 C04E315370 for ; Thu, 20 Jan 2000 14:38:21 -0800 (PST) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.8.8/8.8.8) with ESMTP id OAA16966; Thu, 20 Jan 2000 14:36:45 -0800 (PST) Message-Id: <200001202236.OAA16966@ptavv.es.net> To: patl@phoenix.volant.org Cc: questions@FreeBSD.ORG, noonans@home.com Subject: Re: time sync problem--ntpdate AND xntpd?? In-reply-to: Your message of "Thu, 20 Jan 2000 13:23:56 PST." Date: Thu, 20 Jan 2000 14:36:45 -0800 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Depends on how good a time source you want. I tested routers as NTP servers and the stability is poor. They respond to NTP pings at a low priority and, when the cpu gets busy, the dispersion goes through the roof because of the delay messing up the symmetry of the transmit to reply times. Of course, this is usually transient, but routers (or at least Cisco routers) are not good NTP servers. 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 Thu Jan 20 14:43:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web119.yahoomail.com (web119.yahoomail.com [205.180.60.120]) by hub.freebsd.org (Postfix) with SMTP id EE2E314D8B for ; Thu, 20 Jan 2000 14:43:24 -0800 (PST) (envelope-from c4_b2@yahoo.com) Received: (qmail 29072 invoked by uid 60001); 20 Jan 2000 22:43:24 -0000 Message-ID: <20000120224324.29071.qmail@web119.yahoomail.com> Received: from [194.170.2.7] by web119.yahoomail.com; Thu, 20 Jan 2000 14:43:24 PST Date: Thu, 20 Jan 2000 14:43:24 -0800 (PST) From: btwo cfuor Subject: x-windows To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there i want to ask a simple question on x-windows. the defult interface I'm using is KDE how do i switch to gnome or other interfaces that i have do i have to edit a file or is the a utility like the one in linux so you can switch from an interface to another thankz for your time __________________________________________________ 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 Jan 20 14:47:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from team7.cba.ualr.edu (team7.cba.ualr.edu [144.167.120.24]) by hub.freebsd.org (Postfix) with ESMTP id 1FEE115383 for ; Thu, 20 Jan 2000 14:47:17 -0800 (PST) (envelope-from joe@team7.cba.ualr.edu) Received: from localhost (localhost [127.0.0.1]) by team7.cba.ualr.edu (8.9.3/8.9.3) with ESMTP id QAA18359; Thu, 20 Jan 2000 16:47:11 -0600 (CST) (envelope-from joe@team7.cba.ualr.edu) Date: Thu, 20 Jan 2000 16:47:11 -0600 (CST) From: Joe X-Sender: joe@localhost To: Neill Robins Cc: R Joseph Wright , freebsd-questions@FreeBSD.ORG Subject: Re: unsubscribe trouble In-Reply-To: <4.3.0.29.0.20000120165714.00ac4ce0@mail.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 Have you tried adding your email address to the end of your unsubscribe command? On Thu, 20 Jan 2000, Neill Robins wrote: > Date: Thu, 20 Jan 2000 16:58:47 -0500 > From: Neill Robins > To: R Joseph Wright > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: unsubscribe trouble > > No Sir, I actually have sent all three messages to majordomo@freebsd.org. > > Like I stated earlier, both -newbies and -chat unsubscribe attempts were > successful. > > Thanks. > > Neill Robins > > > > At 01:13 PM 1/20/00 -0800, you wrote: > >Neill Robins wrote: > > > > > > Hello, > > > > > > I am trying to unsubscribe from -questions so I can subscribe under another > > > account. The problem is that I have tried to unsubscribe 3 times, > > > unsuccessfully. I have managed to unsubscribe from -newbies and -chat. > > > >I'll wager you sent the unsubscribe message to -questions@FreeBSD.org, > >didn't you? > >The messages must be sent to majordomo@FreeBSD.org. > > > > > >-- > >Best Regards, Joseph > > > > You will do foolish things, > > but do them with enthusiasm. Colette. > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > 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 Jan 20 14:50:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 5E9611537E for ; Thu, 20 Jan 2000 14:50:32 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id RAA73612 for freebsd-questions@FreeBSD.ORG; Thu, 20 Jan 2000 17:55:18 -0500 (EST) (envelope-from cjc) Date: Thu, 20 Jan 2000 17:55:18 -0500 From: "Crist J. Clark" To: freebsd-questions@FreeBSD.ORG Subject: Re: sh(1) Messing with My Mind Message-ID: <20000120175518.F72914@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <867h6j$1kk4$1@atlantis.rz.tu-clausthal.de> <200001202140.WAA05161@dorifer.heim3.tu-clausthal.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001202140.WAA05161@dorifer.heim3.tu-clausthal.de>; from olli@dorifer.heim3.tu-clausthal.de on Thu, Jan 20, 2000 at 10:40:08PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 10:40:08PM +0100, Oliver Fromme wrote: > Crist J. Clark wrote in list.freebsd-questions: > > [...] > > seems to have muddled my thoughts this morning. Why does this happen: > > > > $ echo 3 | read NUM > > $ echo $NUM > > > > Because the read command is executed in a subshell when it is > in a pipe. When the pipe ends, the subshell terminates, and > its environment variables are gone. *grumble-grumble* I could swear I have done this in the past. [snip] > You usually solve this problem by using command substitution > ("backticks"): > > NUM=`echo 3` That is what I ususally do if the command generating the output is short. There are two reasons I do not want to do this, (1) The command generating the output is long. (An awk command-line program being fed by another pipe.) (2) A read would break up the output just the way I want. (The output happens to be a number followed by a date(1)-type string. A 'read NUM DATE' command would break it up exactly how I want.) And although it does not impact me, there is another reason, and one of the best ones, that someone would rather pipe to read than backtick, (3) The backticked argument cannot have nested backticks. Anyway, I guess I need to find a workaround. I figured I was missing something obvious (something I already knew). Thanks for pointing it out. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 14:55:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 284B415346 for ; Thu, 20 Jan 2000 14:55:16 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from localhost.hell.gr (pat8.x-treme.gr [212.120.197.200]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id AAA15133; Fri, 21 Jan 2000 00:55:07 +0200 Received: (from charon@localhost) by localhost.hell.gr (8.9.3/8.9.3) id SAA01044; Thu, 20 Jan 2000 18:09:55 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Thu, 20 Jan 2000 18:09:54 +0200 From: Giorgos Keramidas To: Jonathon McKitrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: zsh alias question Message-ID: <20000120180954.C866@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jan 19, 2000 at 11:58:13PM +0000, Jonathon McKitrick wrote: > How can i have toor use a different shell without adding a toor home > directory, which i am not supposed to need? I used vipw and added the home directory at the end of the `toor' line. toor:*:0:0:Bourne-again Superuser:/root:/bin/sh -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 14:55:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 1A40F15396 for ; Thu, 20 Jan 2000 14:55:21 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from localhost.hell.gr (pat8.x-treme.gr [212.120.197.200]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id AAA15140; Fri, 21 Jan 2000 00:55:15 +0200 Received: (from charon@localhost) by localhost.hell.gr (8.9.3/8.9.3) id SAA01090; Thu, 20 Jan 2000 18:30:20 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Thu, 20 Jan 2000 18:30:20 +0200 From: Giorgos Keramidas To: SIVARAM N Cc: freebsd-questions@FreeBSD.ORG Subject: 2 Awk questions (was: [no subject]) Message-ID: <20000120183020.D866@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <00e501bf6307$5cd13a80$8b2fa8c0@wipsys.ge.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <00e501bf6307$5cd13a80$8b2fa8c0@wipsys.ge.com> X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 10:59:45AM +0530, SIVARAM N wrote: > Hi, > I hope this is the right list to ask... > > I have 2 questions actually. > > 1. I have a comma separated records in a file where most fields have > leading whitespaces. Setting FS="," & reading the file preserves > the leading whitespaces. How do I remove them? You can remove leading whitespace with sed(1) or perl(1). Then pipe the input to awk(1), and you're ready to go, i.e. use something like: sed -e 's/^[ ]*//' < datafile |\ awk '{ ... }' > 2. How can you find out whether the end of file has been reached for > a specific file given multiple files? I don't want to start anything like a flame here, but since you do not seem to be very acquainted with awk(1), and I know that Perl does this as easily as: # open the file for reading. $datafile = "/path/to/datafile"; open(HANDLE, "< $datafile") || die "read error opening $datafile"; # read the entire file in an array. @array = ; Then with $array[0] you get the first line, $array[1] the second, and so on... you get the point. Oh, and the nice thing about Perl is that you can remove leading whitespace without filtering the input from sed. This can be done even when processing the lines themselves, as in: $k = 0; while ($k <= $#array) { $array[$k] =~ s/^[\s]*//; # do something on $array[$k] ... $k++; } It is little details like this one that have made me prefer perl for data manipulation, but I don't want to push my opinion on anyone else. If you'd prefer to stick with awk, then you can ignore this post and live happily ever after ;) Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 14:55:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 608A01539D for ; Thu, 20 Jan 2000 14:55:30 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from localhost.hell.gr (pat8.x-treme.gr [212.120.197.200]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id AAA15143; Fri, 21 Jan 2000 00:55:21 +0200 Received: (from charon@localhost) by localhost.hell.gr (8.9.3/8.9.3) id PAA00903; Thu, 20 Jan 2000 15:12:55 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Thu, 20 Jan 2000 15:12:55 +0200 From: Giorgos Keramidas To: Colin Campbell Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Detecting when your parent process dies. Message-ID: <20000120151255.B866@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <200001191814.TAA22396@dorifer.heim3.tu-clausthal.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 08:45:16AM +1000, Colin Campbell wrote: > > What about "polling" using getppid(). If the parent dies, the PPID > will change (to 1?), will it not? Yes, if the parent catches SIGCHLD, I think that this is the rule. But it's still polling... -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 14:55:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id BB463153C8 for ; Thu, 20 Jan 2000 14:55:44 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from localhost.hell.gr (pat8.x-treme.gr [212.120.197.200]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id AAA15149; Fri, 21 Jan 2000 00:55:34 +0200 Received: (from charon@localhost) by localhost.hell.gr (8.9.3/8.9.3) id PAA00897; Thu, 20 Jan 2000 15:11:36 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Thu, 20 Jan 2000 15:11:36 +0200 From: Giorgos Keramidas To: ccba Cc: FreeBSD-Questions Subject: Re: Which benchmark ?? Message-ID: <20000120151136.A866@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <38863C9F.438FAE4@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <38863C9F.438FAE4@mindspring.com> X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jan 19, 2000 at 05:37:25PM -0500, ccba wrote: > > I have two machines up with BSD 4.2 (PII 300 MHz and a PIII 500 MHz) > > I want to run benchmarks on both machines. "Benchmarks" is a very ill-defined term, if not mentioned within a proper context. The important thing is what these machines will be used for, since, for instance, PIII might be better at number crunching but PII a hell of a lot better in large file transfers. > Can someone recommend good benchmark tests for these machines. Both > will be internal ftp servers. So you should care what these machines can do for you, if used as FTP servers. A small script to transfer a large file and great numbers of smaller ones is the best I can come up with. If the machines are called `alpha' (the PII), `beta' (the PIII), and another machine is called `gamma', I would try: 1. Transferring a large file: FROM TO alpha beta beta alpha alpha gamma gamma alpha Then I would run the same pairs of machines through the `bazillion of small files' test, to see what they will do in that case. Testing the number of concurrent users a machine can stand is a tougher case, since it requires a far better machine (or a network of machines) to initiate the bazillion of transfers. Just my $.02 :-) -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 15: 3:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail6.bigmailbox.com (hipmail6.gohip.com [208.232.3.248]) by hub.freebsd.org (Postfix) with ESMTP id DBD9F15375; Thu, 20 Jan 2000 15:03:26 -0800 (PST) (envelope-from gummibear@nettaxi.com) Received: œby mail6.bigmailbox.com (8.8.7/8.8.7) id PAA18364; Thu, 20 Jan 2000 15:03:26 -0800 Date: Thu, 20 Jan 2000 15:03:26 -0800 Message-Id: <200001202303.PAA18364@mail6.bigmailbox.com> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary X-Mailer: MIME-tools 4.104 (Entity 4.116) Mime-Version: 1.0 X-Originating-Ip: [209.244.73.181] From: "gummibear@nettaxi.com" To: questions@freebsd.org, hardware@freebsd.org Subject: Advice Needed On Small Office Hub and Net Adapters Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! I was hoping to find some advice on network equipment for a small office. I'm helping out a friend setup his business (a small Security Staffing Company) network, and I'm sort of stuck on price/performance issues. It will be a mix of Windows 9x clients and FreeBSD servers. At my job we use 3com hubs, switches and a mix of Intel and 3com netowrk adapters. I have found great performance with the Intel network adapters and I also like their design (I love a nice clean visually appealing hardware design). The network I'll be setting up will have about 5 users and possible a few more in the future. They plan to hook up their Intranet to the Internet via a DSL line. Now, I feel that 3com is pretty reliable but very expensive. Intel on the other hand is also a good performer, but also a bit pricy (although better than 3com). He's willing to spend around $2000 on the equipment, but I'd really like to get him the best price/performance I can. I'm looking into Netgear equipment (because I use them at home and find the price reasonable). Their stackable 16 port hubs and network adapters seem to be at a very good price, but I question their reliability and performance. Does anyone have any experience with this equipment? I'm also open to suggestions to other possible low cost/high performance solutions. Joey Garcia PS I plan to use FreeBSD as their firewall and NAT server for the DSL connection. ------------------------------------------------------------ What's the fastest way to find a great travel deal on the Internet? Travelzoo's Weekly Top 20 -- at www.travelzoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 15: 6: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id D5D6A14BED for ; Thu, 20 Jan 2000 15:06:03 -0800 (PST) (envelope-from dannyh@alpha.net.au) Received: from rupert.alpha.net.au (gateway2.alpha.net.au [203.41.44.5]) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id KAA00979 for ; Fri, 21 Jan 2000 10:08:19 +1100 From: "Danny" Reply-To: dannyh@alpha.net.au To: freebsd-questions@freebsd.org Date: Wed, 7 Jan 1998 07:41:10 GMT Subject: Howto Open dmailweb.cgi so I can customize it? X-Mailer: DMailWeb Web to Mail Gateway 2.3t, http://netwinsite.com/top_mail.htm Message-id: <34b33196.327.0@rupert.alpha.net.au> X-User-Info: 192.168.0.195 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-=_rupert.alpha.net.au34b33196" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ---=_rupert.alpha.net.au34b33196 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello - how do I open dmailweb.cgi with this type of file - I have tried "pico dmailweb.cgi" - I have attached a copy of "file dmailweb.cgi >> somefile" for you http://netwinsite.com ---=_rupert.alpha.net.au34b33196 Content-Type: text/plain; name="filedmailweb" Content-Transfer-Encoding: base64 ZG1haWx3ZWIuY2dpOiBFTEYgMzItYml0IExTQiBleGVjdXRhYmxlLCBJbnRl bCA4MDM4NiwgdmVyc2lvbiAxLCBkeW5hbWljYWxseSBsaW5rZWQgKHVzZXMg c2hhcmVkIGxpYnMpLCBub3Qgc3RyaXBwZWQKDQo= ---=_rupert.alpha.net.au34b33196-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 15: 7:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from benge.graphics.cornell.edu (benge.graphics.cornell.edu [128.84.247.43]) by hub.freebsd.org (Postfix) with ESMTP id 4930D14D8B for ; Thu, 20 Jan 2000 15:07:48 -0800 (PST) (envelope-from mkc@benge.graphics.cornell.edu) Received: from benge.graphics.cornell.edu (mkc@localhost) by benge.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id SAA00898; Thu, 20 Jan 2000 18:07:44 -0500 (EST) (envelope-from mkc@benge.graphics.cornell.edu) Message-Id: <200001202307.SAA00898@benge.graphics.cornell.edu> To: Bob@buckhorn.net Cc: David Fuchs , questions@FreeBSD.ORG Subject: Re: INN vs. DNews In-Reply-To: Message from Bob Martin of "Thu, 20 Jan 2000 16:07:54 CST." <3887873A.D2DF2EED@buckhorn.net> Date: Thu, 20 Jan 2000 18:07:44 -0500 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >INN and DNEWS where pretty even until DNEWS released version 5. They >totally reinvented the way the server gets rid of stale files (expires), >and the server can be configured to spawn child processes. (If one news >server isn't enough, run 2, or 3 or ..). We have 2 full IHAVE feeds >inbound (UUNET and C&W), we feed two corporate downline servers (one >suck feed, one IHAVE) and usually have around 900 users online. All of >this on a P200pro, 96mb RAM, and 50gb of ide disk. And we have server to >spare. We run our tucows mirror on the same box. (Of course, I firmly >beleive that 3x-stable is making all of this possible ;) Well since I'm preparing to build a new server soon I will consider DNEWS, too. :-) One thing you mentioned reminds me of a question I've been pondering. Disks. You said you're using 50 GB IDE. I have no IDE experience (yet) but recent discussions had left me wondering if IDE was really up to the challenge of news. I've been torn between buying new IDE drives and throwing some existing towers filled with 2 GB SCSI drives at it. (Yes, I have a lot of old 2 GB drives, 7 to a box.) Given the I/O profile of news I'm not yet convinced the IDE drives would be faster. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 15:24:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from houston.matchlogic.com (houston.matchlogic.com [205.216.147.127]) by hub.freebsd.org (Postfix) with ESMTP id 2B3AD14CA5 for ; Thu, 20 Jan 2000 15:24:54 -0800 (PST) (envelope-from crandall@matchlogic.com) Received: by houston.matchlogic.com with Internet Mail Service (5.5.2650.21) id ; Thu, 20 Jan 2000 16:24:53 -0700 Message-ID: <64003B21ECCAD11185C500805F31EC0304D976A5@houston.matchlogic.com> From: Charles Randall To: keramida@ceid.upatras.gr, ccba Cc: FreeBSD-Questions Subject: RE: Which benchmark ?? Date: Thu, 20 Jan 2000 16:24:52 -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 FYI, I've heard of an FTP benchmark called "ftp monkey". http://www.ncftp.com/ncftpd/perf.html You'd have to contact them to determine if the source is available. Charles -----Original Message----- From: Giorgos Keramidas [mailto:charon@hades.hell.gr] Sent: Thursday, January 20, 2000 6:12 AM To: ccba Cc: FreeBSD-Questions Subject: Re: Which benchmark ?? On Wed, Jan 19, 2000 at 05:37:25PM -0500, ccba wrote: > > I have two machines up with BSD 4.2 (PII 300 MHz and a PIII 500 MHz) > > I want to run benchmarks on both machines. "Benchmarks" is a very ill-defined term, if not mentioned within a proper context. The important thing is what these machines will be used for, since, for instance, PIII might be better at number crunching but PII a hell of a lot better in large file transfers. > Can someone recommend good benchmark tests for these machines. Both > will be internal ftp servers. So you should care what these machines can do for you, if used as FTP servers. A small script to transfer a large file and great numbers of smaller ones is the best I can come up with. If the machines are called `alpha' (the PII), `beta' (the PIII), and another machine is called `gamma', I would try: 1. Transferring a large file: FROM TO alpha beta beta alpha alpha gamma gamma alpha Then I would run the same pairs of machines through the `bazillion of small files' test, to see what they will do in that case. Testing the number of concurrent users a machine can stand is a tougher case, since it requires a far better machine (or a network of machines) to initiate the bazillion of transfers. Just my $.02 :-) -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] 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 Jan 20 15:25:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id AE90214E57 for ; Thu, 20 Jan 2000 15:25:05 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp8-pa4.neomedia.it [195.103.207.200]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id AAA05380; Fri, 21 Jan 2000 00:24:50 +0100 (CET) From: Salvo Bartolotta Date: Thu, 20 Jan 2000 23:26:40 GMT Message-ID: <20000120.23264000@bartequi.ottodomain.org> Subject: Re: misc/16231: CD audio wont work: a solution (?) To: sfugarino@immucor.com Cc: freebsd-questions@FreeBSD.ORG References: <20000120205846.8135C154A1@hub.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 >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 1/20/00, 9:58:46 PM, sfugarino@immucor.com wrote regarding misc/16231: CD audio wont work.: > I installed FreeBSD 3.3 on my machine and recompiled the kernel to support my sound card and other hardware. I got my sound card (AWE 64) configured, but I some of the CD audio apps on my system won't work. Kscd crashes each times it starts as does xcd. I was able to get xmcd to start, but it doesn't read the audio CD. My CD is /dev/acd0c and most of these apps want /dev/rcd0. What do I need to do or where can I go for info? Dear Samuel E. Fugarino, my SoundBlaster AWE64 works just fine on my system: FreeBSD 3.3-Release and KDE 1.1.2. Please note: **KDE-1.1.2** I ran into this problem under KDE-1.1.1 (the port shipping with 3.3. Release). You should CVSup your ports and install KDE-1.1.2. To accomplish this, you might want to read the handbook *carefully*, look at the examples in /usr/share/examples/cvsup, and **read** the FAQs found in http://www.polstra.com ------------------- METAPORT WARNING NOTE --------------------------- Some of us have had problems in upgrading from KDE-1.1.1 to 1.1.2, probably because the metaport mechanism is cheated into believing it has some of the new components already on the system. Personally, I have completely succeeded in the upgrade process by uninstalling **all** the KDE-1.1.1-related packages, and by even (paranoidly ...) deleting (or renaming, if you prefer) the old KDE-1.1.1 tarballs. The metaport mechanism found no way to be cheated any longer, and downloaded, built and installed my new shining gleaming roaring KDE-1.1.2.=20 As to the specific AWE64 configuration issue, you might want to read the following recent epistolary exchange of mine: --------------------------------------------------------------------- Salvo Bartolotta wrote: > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > > On 1/14/00, 8:17:18 PM, Otter wrote regarding R= e: > SoundBlaster Vibra16: > > > Chris Silva wrote: > > > > Could somebody be good enough to let me in on how to setup the > > > above sound card in 3.4? > > > > > > Best regards, > > > Chris > > > i can only assume that you didn't bother to look for docs yet, as yo= u > > should have. i'm feeling generous since i'm confident that the > dolphins > > are going to make the jaguars bend over and grab their ankles > tomorrow, > > so here goes: > > go read up on /usr/src/sys/i386/isa/snd/CARDS for the general info a= nd > > pnp line for the kernel if you need it. > > I don't have a Vibra, but i do have an old SB16 value model, as well= > as > > an AWE64 value sound card. they both work with the same configuratio= n > in > > the kernel, and i use the pcm0 driver for mine. i have a > > device pcm0 at isa? port? tty irq 5 drq 1 flags 0x15 > > no pnp0 references in the kernel, just this one line... > > i don't know if this will work for you, but the docs group the vibra= > with > > the other stuff. i'm just giving you a line for the plain sb16 and > awe64. > > i hope this was of help... and don't forget: GO MIAMI! > > -Otter > > Dear Otter, > > I am running 3.3-Release and I have tried the following solutions for > my Soundblaster AWE64: > > 1) "pcm" solution, same options as yours: it seems to work just fine. > My kernel says: pcm0 at 0x220 irq 5 drq 1 flags 0x15 on isa > > BTW, the .../snd/README is not particularly clear. It seems to suggest= > adding a "controller pnp0" option. Since I had already configured the > card under Linux, it wasn't too difficult to guess the correct line > (no pnp0 option). i should have clarified that. when i put the "pnp line... if you need it" comment in, i should have mentioned that the pnp line is needed=20 when using the snd0 route as you mentioned. and thanks for adding detail to=20 this. I have a stereo system for my audio cd's. i just use the sound card=20 for mp3's here. i wasn't aware of the lack of audio cd support. since you=20 said this, i installed wmmixer and can see that it won't allow me to turn a microphone on either. i don't need it. no big deal, but thanks for the=20 info. > A look at the log messages in fact suggested > deleting the pnp0 option. Also, midi and wavetable synthesis are NOT > supported by my pcm driver (the stock driver, ie not updated), > according to the README. > > 2) "snd" solution, with the following kernel options: > controller pnp0 > controller snd0 > device sb0 at isa? port 0x220 irq 5 drq 1 > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > device opl0 at isa? port 0x388 > > I found this last configuration ... again by a little trial and error.= > Well, actually, the card is recognized as "SoundBlaster 16 4.16", but > it works: in KDE, I can listen to music CDs, which is all I was > looking for. > > My kernel says: > Probing for PnP devices: > CSN 1 Vendor ID: CTL00c5 [0xc5008c0e] Serial 0x039632f7 Comp ID: > PNPb02f [0x2fb0d041] > [omissis ...] > sb0 at 0x220 irq 5 drq 1 on isa > snd0: > sbxvi0 at drq 5 on isa > snd0: > sbmidi0 at 0x330 on isa > snd0: > opl0 at 0x388 on isa > snd0: > > AFAICS, the "snd" configuration (soundblaster 16) enables the second > 16-bit DMA channel (drq 5), it should also enable the midi > environment, and the Yamaha OPL3 FM (synthesizer ?); however, it makes= > no difference to me, since I have only used sound support to play my > music CDs -- I have not tested midi and synth, either. > > The docs seem to indicate that Luigi's driver enables the basic > functions for the SoundBlaster AWE64: ie, no midi and no synth. On the= > other hand, the pcm driver seems to sound (literally) better as far as= > listening to my music CD is concerned. This is why i now use pcm0. When a friend with a similar hardware setup told me that it's sound quality is noticeably better and there's no random dma error messages, i had to try. so now i'm stuck on it. when it comes to music, quality is everything =3D] > > > Conclusion: I keep both kernels ("kernel" and "kernel.voxware"), just > in case I should feel like trying to play with midi (provided it > works) ... > > Two possiblities are better than one :-) > Please note: my_fake_antispam_domain =3D=3D=3D> neomedia.it to e-mail to= me. 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 Thu Jan 20 15:27:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from phnxpop5.phnx.uswest.net (phnxpop5.phnx.uswest.net [206.80.192.5]) by hub.freebsd.org (Postfix) with SMTP id 9A01514E82 for ; Thu, 20 Jan 2000 15:27:09 -0800 (PST) (envelope-from agrippa@uswest.net) Received: (qmail 42202 invoked by alias); 20 Jan 2000 23:27:07 -0000 Delivered-To: fixup-freebsd-questions@FreeBSD.ORG@fixme Received: (qmail 42163 invoked by uid 0); 20 Jan 2000 23:27:06 -0000 Received: from apdialup124.phnx.uswest.net (HELO robertfr) (63.225.205.124) by phnxpop5.phnx.uswest.net with SMTP; 20 Jan 2000 23:27:06 -0000 Message-ID: <000701bf639e$00502c20$7ccde13f@robertfr> From: "Robert" To: Subject: dial-up, ppp and pap? Date: Thu, 20 Jan 2000 16:28:02 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BF6363.5256DE00" 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_0004_01BF6363.5256DE00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I need a bit of help getting through your install. Regarding the term = program to=20 connect to your (?) ISP, etc. Anyways, Is there a referance or guide = book that could help me with a dynamic dial-up (ppp and pap). I checked = your freebsd complete handbook on the cd. To no avail. It seemed viage, = just a referance that shows a none computer science wis how to connect, etc. P.S. FreeBSD Rules, Keep up the good work. return to agrippa@uswest.net thank you for your time! ------=_NextPart_000_0004_01BF6363.5256DE00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 I need = a bit of help=20 getting through your install. Regarding the term program to =
connect to = your (?) ISP,=20 etc. Anyways, Is there a referance or guide book that could help me with = a=20 dynamic dial-up (ppp and pap).  I checked your freebsd complete = handbook on=20 the cd. To no avail. It seemed viage, just a referance
that shows a = none computer=20 science wis how to connect, etc.
 
          &nbs= p;      =20 P.S. FreeBSD Rules, Keep up the good work.
          &nbs= p; =20 return to agrippa@uswest.net  thank=20 you for your time!
 
------=_NextPart_000_0004_01BF6363.5256DE00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 15:40:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay05.netaddress.usa.net (relay05.netaddress.usa.net [204.68.24.185]) by hub.freebsd.org (Postfix) with SMTP id 227CC14E7E for ; Thu, 20 Jan 2000 15:40:25 -0800 (PST) (envelope-from eduhuertas@usa.net) Received: (qmail 6467 invoked from network); 20 Jan 2000 23:40:24 -0000 Received: from nwcst292.netaddress.usa.net (204.68.23.37) by outbound.netaddress.usa.net with SMTP; 20 Jan 2000 23:40:24 -0000 Received: (qmail 15950 invoked by uid 60001); 20 Jan 2000 23:40:23 -0000 Message-ID: <20000120234023.15949.qmail@nwcst292.netaddress.usa.net> Received: from 204.68.23.37 by nwcst292 for [205.161.188.115] via web-mailer(M3.4.0.33) on Thu Jan 20 23:40:23 GMT 2000 Date: 20 Jan 00 16:40:23 MST From: Eduardo Huertas To: Hector Colmenares Subject: Re: [Installing StarOffice 5.1a in Spanish]] Cc: freebsd-questions@FreeBSD.ORG, Darren Wiebe X-Mailer: USANET web-mailer (M3.4.0.33) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK This worked, including the not so elegant problems when it's started: "The component (PluginManager) could not be loaded. Please start setup with the option repair." and "InternetSetupWizard: No resource loader found." But seems it's working, that's important :) What about the procedure with the port? Somebody knows if it works? Is there a better way? Sorry Ken ;) Hector Colmenares wrote: Try this = http://www.serv.net/~mcglk/staroffice-install.html cheers. On 19 Jan 2000, Eduardo Huertas wrote: > That's nice! > = > I'm still in trouble. > = > = > = > Darren Wiebe wrote: > = > = > I just got back from holidays and have over 4000 emails to worry = > about. = > = > I will be looking into this one in the next couple of days. > = > = > = > Darren Wiebe > = > = > Eduardo Huertas wrote: > I have FreeBSD 3.2 installed and I got the port for StarOffice 5.1 from= the > net > but it seems is designed only for the English version. > = > I have the SUN=B4s CD and when I do the MAKE command everything seems o= k but > when I do the MAKE install. It reports the following problem: > = > /usr/compat/linux/sbin/ldconfig: warning can't open > /usr/ports/editors/staroffice5/work/tmp/sv001.tmp (no such file or > directory), > skipping > = > I do the setup and when it finishes writes another errors: > 100755: not found > *** error code 1 = > stop. > = > Then I try to MAKE post-install and again: > 100755: not found > = > What I must do to install the Spanish version of StarOffice? > = > Thank you very much. > = > Eduardo > = > ____________________________________________________________________ > Get free email and a permanent address at http://www.netaddress.com/?N=3D= 1 > = > = > ____________________________________________________________________ > 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 > = ____________________________________________________________________ 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 Thu Jan 20 15:52:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id B442514E57 for ; Thu, 20 Jan 2000 15:52:07 -0800 (PST) (envelope-from jhix@mindspring.com) Received: from wghicks.mindspring.com (user-33qthq0.dialup.mindspring.com [199.174.199.64]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id SAA31683; Thu, 20 Jan 2000 18:52:01 -0500 (EST) Received: from wghicks.mindspring.com (IDENT:jhix@localhost [127.0.0.1]) by wghicks.mindspring.com (8.9.3/8.9.2) with ESMTP id JAA05506; Thu, 20 Jan 2000 09:54:07 -0500 (EST) (envelope-from jhix@wghicks.mindspring.com) Message-Id: <200001201454.JAA05506@mindspring.com> X-Mailer: exmh version 2.1.0 09/18/1999 To: "Robert" Cc: questions@freebsd.org Subject: Re: dial-up, ppp and pap? In-reply-to: Your message of "Thu, 20 Jan 2000 16:28:02 MST." <000701bf639e$00502c20$7ccde13f@robertfr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Jan 2000 09:54:07 -0500 From: W Gerald Hicks Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Robert, Try this: http://www.Awfulhak.org/ppp.html Good Luck, Jerry Hicks jhix@mindspring.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 16: 4:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 04C8F1517E for ; Thu, 20 Jan 2000 16:04:20 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id TAA73846; Thu, 20 Jan 2000 19:09:05 -0500 (EST) (envelope-from cjc) Date: Thu, 20 Jan 2000 19:09:05 -0500 From: "Crist J. Clark" To: dgason@mindspring.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Jaz drives, booting from one? Message-ID: <20000120190905.A73715@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from dgason@mindspring.com on Thu, Jan 20, 2000 at 03:01:56PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 03:01:56PM -0500, dgason@mindspring.com wrote: > > Hello all, > > I am thinking about completely reconfiguring my system. I am considering purchasing an internal SCSI Jaz drive and modifying my system so the Jaz drive becomes my boot drive. It is then my hope to be able to change operating systems by changing Jaz disks. > > My questions are: > FreeBSD supposedly supports Jaz drives, does anyone have experience with them? If so, how easy are the SCSI ones to get working with FreeBSD? They are treated pretty much like any other SCSI HDD except for the fact its removable (you don't need to boot with it in place or use camcontrol(8) to discover a swapped disk). > Can you boot FreeBSD from a Jaz drive? (according to Iomega you can boot NT from a Jaz drive...) Sure, why not? FreeBSD would not care. Any problems you might have are more likely to be with the PC BIOS and the SCSI card BIOS. > Does anyone see any major flaws with this concept? I've often thought about doing it, but I _hate_ to reboot my machines so I don't think I'd use it much. :) -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 16: 7: 4 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 CFD0C15385 for ; Thu, 20 Jan 2000 16:06:54 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12BQF4-00048T-00; Thu, 20 Jan 2000 22:39:50 +0000 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #1) id 12BQF4-0006YF-00; Thu, 20 Jan 2000 22:39:50 +0000 Date: Thu, 20 Jan 2000 22:39:50 +0000 From: Ben Smithurst To: Scott Blachowicz Cc: freebsd-questions@freebsd.org Subject: Re: Odd gettimeofday() return values Message-ID: <20000120223950.A24986@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Scott Blachowicz wrote: > $1 = {tv_sec = 948333207, tv_usec = -694210779} > > I'm not sure when this really started happening - I think it's been going > on for a while now (the earliest I see in my log files is mid-November, so > I guess it's not a Y2K bug :-)). At any rate, shouldn't that tv_usec > field be in the range of 0..999999? If not, how should I hack the source > here to interpret the above return value? Borrow enough seconds off of > tv_sec until tv_usec is positive? Clamp tv_usec to zero? Or do something > equivalent to this: > > if (tv_usec < 0 || tv_usec > 1000000) { > now.tv_sec = time(NULL); this is just as unreliable, since time() just calls gettimeofday(). > now.tv_usec = 0; > } > > ??? Any ideas/suggestions? > > Also...I don't know if it's related or not, but I've gotten some of those > > Jan 19 06:28:55 sabmail /kernel: calcru: negative time of -695391396 usec for pid 85131 (awk) I'd guess they're related, the numbers are quite close (relatively at least). All I can suggest really is upgrade to the latest -STABLE, unless someone has a better idea. I recall talk of this calcru problem being fixed (I used to see it a bit, too, though I never noticed the gettimeofday problem). For a temporary hack (*only* if upgrading is too much trouble) I'd probably set tv_usec to zero and leave tv_sec alone (probably writing some log message so you can tell if that's a possible cause of something else breaking). Alternatively, write a loop to try gettimeofday up to (say) five times until you get a valid result. Both of these hacks seem unspeakably ugly though, upgrading doesn't. :-) -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 16: 7:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id C2C371539F for ; Thu, 20 Jan 2000 16:07:04 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp8-pa4.neomedia.it [195.103.207.200]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id BAA14226; Fri, 21 Jan 2000 01:06:49 +0100 (CET) From: Salvo Bartolotta Date: Fri, 21 Jan 2000 00:08:39 GMT Message-ID: <20000121.83900@bartequi.ottodomain.org> Subject: Re: x-windows To: btwo cfuor Cc: questions@FreeBSD.ORG References: <20000120224324.29071.qmail@web119.yahoomail.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 1/20/00, 11:43:24 PM, btwo cfuor wrote regarding x-windows: > Hi there > i want to ask a simple question on x-windows. the > defult interface I'm using is KDE how do i switch to > gnome or other interfaces that i have do i have to > edit a file or is the a utility like the one in linux > so you can switch from an interface to another > thankz for your time Dear Sir, the "method" to switch between graphical interfaces is "CTRL-ALT-Function_Key". That is, if you are simultaneoulsy logged in as user "tom" running KDE, user "dick" running gnome, and user "harry" running some_other_GUI, you can switch between users by hitting the appropriate CTRL-ALT-Function_key. If you even have some more consoles running, you only need to hit simply "ALT-Function_key" to go from one of these to one of your GUIs. Needless to say, you **first** have to edit your /etc/ttys file and turn off as many consoles as needed -- depending on how many GUI users you wish to run at the same time. The way you manage the GUIs is a matter of taste. You might use kdm ("man kdm"), or other display managers (e.g. found in the Ports Collection). Personally, I no longer like them (for flexibility reasons). To get the same result, in principle, you should manually change **one** line in your ~/.xinitrc, e.g. substituting "exec gnome-session" for "exec startkde". However, it should not be difficult to find a better equivalent way to obtain the same effect. Please note: my_fake_domain =3D=3D=3D> neomedia.it to e-mail to me. Yours faithfully Salvo Bartolotta To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 16:11:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 7162D15305 for ; Thu, 20 Jan 2000 16:11:34 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id TAA73865; Thu, 20 Jan 2000 19:15:43 -0500 (EST) (envelope-from cjc) Date: Thu, 20 Jan 2000 19:15:43 -0500 From: "Crist J. Clark" To: "John H. Baldwin" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Recoverving/reviving a 'stale' subdisk under vinum Message-ID: <20000120191543.B73715@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jobaldwi@cslab.vt.edu on Thu, Jan 20, 2000 at 01:56:07PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 01:56:07PM -0500, John H. Baldwin wrote: > I've read the vinum(4) and vinum(8) manpages as well as the webpages at > www.lemis.com/~grog/vinum.html, and while they are very good as far as > setup and configuration info, I haven't been able to find a lot of info > about recovering. I have a stale subdisk that I can't get to recover no > matter how many different start commands I try. I've tried starting the > volume, the plex, and the subdisk itself with no success. > > # vinum list > Configuration summary > > Drives: 3 (4 configured) > Volumes: 1 (4 configured) > Plexes: 1 (8 configured) > Subdisks: 3 (16 configured) > > D vinumdrive0 State: up Device /dev/da1s1e Avail: > 0/8683 MB (0%) > D vinumdrive1 State: up Device /dev/da2s1e Avail: > 0/8683 MB (0%) > D vinumdrive2 State: up Device /dev/da3s1e Avail: > 0/8683 MB (0%) > > V ftp_mirror State: up Plexes: 1 Size: 25 > GB > > P ftp_mirror.p0 S State: corrupt Subdisks: 3 Size: 25 > GB > > S ftp_mirror.p0.s0 State: up PO: 0 B Size: 8683 > MB > S ftp_mirror.p0.s1 State: up PO: 256 kB Size: 8683 > MB > S ftp_mirror.p0.s2 State: stale PO: 512 kB Size: 8683 > MB > > # vinum start ftp_mirror.p0.s2 > Can't start ftp_mirror.p0.s2: Device busy (16) > > # vinum start ftp_mirror.p0 > Can't start ftp_mirror.p0.s2: Device busy (16) > > # vinum start ftp_mirror > ftp_mirror is already up > > # vinum stop > vinum unloaded > > # vinum start > Warning: defective objects > > P ftp_mirror.p0 S State: corrupt Subdisks: 3 Size: 25 > GB > S ftp_mirror.p0.s2 State: stale PO: 512 kB Size: 8683 > MB > > Any help is greatly appreciated. You have to 'stop' everything first. (I might be overkilling here, but better safe...) # vinum vinum> stop ftp_mirror.p0.s0 ftp_mirror.p0.s1 vinum> stop -f ftp_mirror.p0.s2 vinum> stop ftp_mirror.p0 vinum> stop ftp_mirror vinum> start ftp_mirror vinum> l . . . [what happened?] -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 16:15: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id AAE30153AC for ; Thu, 20 Jan 2000 16:14:57 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id TAA73880; Thu, 20 Jan 2000 19:19:10 -0500 (EST) (envelope-from cjc) Date: Thu, 20 Jan 2000 19:19:10 -0500 From: "Crist J. Clark" To: David Babler Cc: FreeBSD Questions List Subject: Re: errors doing 3.4-STABLE buildworld Message-ID: <20000120191909.C73715@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from dbabler@Rigel.orionsys.com on Thu, Jan 20, 2000 at 11:38:51AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 11:38:51AM -0800, David Babler wrote: > > I've been trying to build 3.4-STABLE for a week or more and have been > getting the same error. The last run was CVSup'd yesterday, and I've > already successfully built 3.4-STABLE on this one's sister machine. The > problem machine is running 3.2-STABLE and the spot where buildworld craps > out is always in compiling usr.bin/dosemu: > > [...] > cc -nostdinc -O -pipe -I. -I/usr/X11R6/include -DDISASSEMBLER -I/usr/obj/usr3/src/tmp/usr/include -c /usr3/src/usr.bin/doscmd/tty.c [snip] > *** Error code 1 > > Stop. > [...] > > Now, I've never installed or run X-windows on this machine, but that's > never been a problem before. And yes, I always do a 'make clean && make > buildworld'[*] I don't recall seeing this in the lists, so it seems likely > to be my configuration that it doesn't like... anybody got a clue where I > should start looking? The Makefile in /usr/src/usr.bin/doscmd has, .if exists(${X11BASE}/include) && exists(${X11BASE}/lib/libX11.a) CFLAGS+= -I. -I${X11BASE}/include -DDISASSEMBLER LDADD= -L${X11BASE}/lib -lX11 DPADD= ${X11BASE}/lib/libX11.a .else CFLAGS+= -I. -DDISASSEMBLER -DNO_X .endif From your output, it seems clear make(1) believes that X is on your machine even you have never installed it. Why would, exists(${X11BASE}/include) && exists(${X11BASE}/lib/libX11.a) Be evaluating true on your system? Do those exist? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 16:17: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 8406715291 for ; Thu, 20 Jan 2000 16:16:56 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.55] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id ma092754 for ; Thu, 20 Jan 2000 19:15:23 -0500 Message-ID: <3887A5E9.CA8C6844@twave.net> Date: Thu, 20 Jan 2000 19:18:49 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "questions@FreeBSD.ORG" Subject: Sheesh! 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 think I just learned more than I ever wanted to know about tiles! -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 16:19:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sabmail.rresearch.com (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id A33531517E for ; Thu, 20 Jan 2000 16:19:37 -0800 (PST) (envelope-from scott@sabunix.rresearch.com) Received: from sabmail.rresearch.com (localhost [127.0.0.1]) by sabmail.rresearch.com (8.9.3/8.9.3) with ESMTP id QAA31871 for ; Thu, 20 Jan 2000 16:19:26 -0800 (PST) (envelope-from scott@sabmail.rresearch.com) Message-Id: <200001210019.QAA31871@sabmail.rresearch.com> To: freebsd-questions@FreeBSD.ORG Subject: Re: Odd gettimeofday() return values References: <20000120223950.A24986@strontium.scientia.demon.co.uk> In-reply-to: <20000120223950.A24986@strontium.scientia.demon.co.uk> From: Scott Blachowicz Reply-To: Scott.Blachowicz@seaslug.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <31868.948413966.1@sabmail.rresearch.com> Date: Thu, 20 Jan 2000 16:19:26 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ben Smithurst wrote: > I'd guess they're related, the numbers are quite close (relatively at > least). All I can suggest really is upgrade to the latest -STABLE, > unless someone has a better idea. I recall talk of this calcru problem > being fixed (I used to see it a bit, too, though I never noticed the > gettimeofday problem). I'd guess that the two problems derive from the same basic problem, though. I haven't been keeping up with the lists lately - would that talk of that calcru problem being fixed have happened in time for the 3.4 release? Well...so far so good with that 'sysctl' command, so maybe I won't have to hack it in... > For a temporary hack (*only* if upgrading is too much trouble) I'd > probably set tv_usec to zero and leave tv_sec alone (probably writing > some log message so you can tell if that's a possible cause of something > else breaking). Alternatively, write a loop to try gettimeofday up to > (say) five times until you get a valid result. Both of these hacks seem > unspeakably ugly though, upgrading doesn't. :-) Yeah...but sticking a quick hack in is an easy, sub-hour task. Upgrading is likely to take a bit longer...it's on my list of things to do, but it was on my list for a long time last time (I went from 2.2.2 to 3.2). But I might try it to see if it gets me anywhere trying to talk to my old Exabyte EXB-8200 8mm tape drive - when I have it on the bus, the boot process just hangs (along with some strange messages that I don't remember right now)...another day, another battle... Thanx, Scott.Blachowicz@seaslug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 16:25:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay4.hawaii.edu (relay4.hawaii.edu [128.171.94.12]) by hub.freebsd.org (Postfix) with SMTP id 72B5714CFC for ; Thu, 20 Jan 2000 16:25:26 -0800 (PST) (envelope-from rohrer@hawaii.edu) Received: from uhunix5.its.hawaii.edu ([128.171.44.55]) by relay4.Hawaii.Edu with SMTP id <30400(7)>; Thu, 20 Jan 2000 14:25:18 -1000 Received: from localhost by uhunix5.its.Hawaii.Edu with SMTP id <135716(2)>; Thu, 20 Jan 2000 14:25:13 -1000 From: Matt Rohrer X-Sender: rohrer@uhunix5 To: questions@FreeBSD.org Subject: unable to swap to /dev/wd0s1b Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Thu, 20 Jan 2000 14:25:15 -1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to install 3.3 to a brand new Maxtor drive. In the disklabel editor I get the message "Unable to swap to /dev/wd0s1b: Device not configured. This may cause intallation to fail at some point if you don't have a lot of memory. This is true. I've attempted to install many times (Cyrix 133 w/16 megs RAM) and get a dump every time. My question is, how can I "configure the device" so that the swap space will work? The system I'm installing on has nothing but the fresh drive, a cdrom and a floppy drive. Thanks for helping a newbie. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 16:28:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sticky.usu.edu (sticky.usu.edu [129.123.1.155]) by hub.freebsd.org (Postfix) with ESMTP id 9B86414C83 for ; Thu, 20 Jan 2000 16:28:28 -0800 (PST) (envelope-from hal@sticky.usu.edu) Received: from [129.123.1.184] (buffy.usu.edu [129.123.1.184]) by sticky.usu.edu (Postfix) with ESMTP id 55AC934830; Thu, 20 Jan 2000 17:28:26 -0700 (MST) X-Sender: hal@sticky.usu.edu (Unverified) Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 20 Jan 2000 17:28:24 -0700 To: FreeBSDQuestions From: hal Lynch Subject: RE: Jaz drives, booting from one? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I am thinking about completely reconfiguring my system. I am considering >purchasing an internal SCSI Jaz drive and modifying my system so the Jaz >drive becomes my boot drive. It is then my hope to be able to change >operating systems by changing Jaz disks. > >My questions are: >FreeBSD supposedly supports Jaz drives, does anyone have experience with >them? If so, how easy are the SCSI ones to get working with FreeBSD? > >Can you boot FreeBSD from a Jaz drive? (according to Iomega you can boot >NT from a Jaz drive...) > >Does anyone see any major flaws with this concept? > >My thanks, >Dave Ason Changing operating systems by changing disks is a great idea. Much better than multiple systems on one disk. I have a bootable jaz disk I keep for emergencies. It was never needed and is now obsolete. But it did work. Potential flaws are the speed and possible fragility of jaz drives/disks. A better solution IMHO is a canister mounted hard drive. The carrier and canisters are not too expensive. Drives are not bad either. It takes about 10 seconds to change canisters. I have a machine with one carrier and both FreeBSD and Linux canisters. Works just fine. The carrier mounts internally and is the same size as a cdrom drive. hal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 16:32:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.aracnet.com (mail4.aracnet.com [216.99.193.36]) by hub.freebsd.org (Postfix) with ESMTP id 12C8114C9E; Thu, 20 Jan 2000 16:32:41 -0800 (PST) (envelope-from hamellr@aracnet.com) Received: from shell1.aracnet.com (IDENT:root@shell1.aracnet.com [216.99.193.21]) by mail4.aracnet.com (8.9.3/8.9.3) with ESMTP id QAA14020; Thu, 20 Jan 2000 16:32:45 -0800 Received: from localhost by shell1.aracnet.com (8.9.3) id QAA16714; Thu, 20 Jan 2000 16:34:11 -0800 X-Authentication-Warning: shell1.aracnet.com: hamellr owned process doing -bs Date: Thu, 20 Jan 2000 16:34:11 -0800 (PST) From: Rick Hamell To: "gummibear@nettaxi.com" Cc: questions@FreeBSD.ORG, hardware@FreeBSD.ORG Subject: Re: Advice Needed On Small Office Hub and Net Adapters In-Reply-To: <200001202303.PAA18364@mail6.bigmailbox.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'm looking into Netgear equipment (because I use them at home and find > the price reasonable). Their stackable 16 port hubs and network > adapters seem to be at a very good price, but I question their > reliability and performance. Does anyone have any experience with this > equipment? I personally like Netgear hubs and switches with Kingston NICs all around in the computers. As cheap as the cards are, they've been in my experience more reliable and better performers then 3Com or Intel. Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 16:33: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rivendell.mel.vet.com.au (rivendell.mel.vet.com.au [203.103.154.61]) by hub.freebsd.org (Postfix) with ESMTP id 9451115401 for ; Thu, 20 Jan 2000 16:32:45 -0800 (PST) (envelope-from lodea@vet.com.au) Received: (from lodea@localhost) by rivendell.mel.vet.com.au (8.9.3/8.9.3) id LAA34983; Fri, 21 Jan 2000 11:32:37 +1100 (EST) Date: Fri, 21 Jan 2000 11:32:37 +1100 From: "Lachlan O'Dea" To: Danny Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Howto Open dmailweb.cgi so I can customize it? Message-ID: <20000121113237.A34927@vet.com.au> Mail-Followup-To: Danny , freebsd-questions@FreeBSD.ORG References: <34b33196.327.0@rupert.alpha.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.2i In-Reply-To: <34b33196.327.0@rupert.alpha.net.au>; from dannyh@alpha.net.au on Wed, Jan 07, 1998 at 07:41:10AM +0000 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jan 07, 1998 at 07:41:10AM +0000, Danny wrote: > Hello > > - how do I open dmailweb.cgi with this type of file > - I have tried "pico dmailweb.cgi" > > - I have attached a copy of "file dmailweb.cgi >> somefile" for you > http://netwinsite.com > dmailweb.cgi: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically linked (uses shared libs), not stripped This is telling you it is a binary executable, it's not a "script". It's probably a compiled C program. The only realistic option for changing it is to get the source, make the change and then re-compile it. -- Lachlan O'Dea Computer Associates Pty Ltd Webmaster Vet - Anti-Virus Software http://www.vet.com.au/ "If a nation expects to be ignorant and free, in a state of civilization, it expects what never was and never will be." - Thomas Jefferson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 16:38:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 2C74D15033 for ; Thu, 20 Jan 2000 16:38:15 -0800 (PST) (envelope-from bradyn@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 21 Jan 2000 00:38:13 +0000 (GMT) Date: Fri, 21 Jan 2000 00:38:13 +0000 (GMT) From: Niall Brady To: Matt Rohrer Cc: questions@FreeBSD.org Subject: Re: unable to swap to /dev/wd0s1b 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 Starting from the basic point... did you create a partition which was designated as swap during the install process? If not, you'll want to try the install again, but making sure to specify one of the partitions *specifically* as a swap partition... say give it about 64MB in your case. -- Niall On Thu, 20 Jan 2000, Matt Rohrer wrote: >I'm trying to install 3.3 to a brand new Maxtor drive. In the >disklabel editor I get the message "Unable to swap to /dev/wd0s1b: Device >not configured. This may cause intallation to fail at some point if you >don't have a lot of memory. > >This is true. I've attempted to install many times (Cyrix 133 w/16 megs >RAM) and get a dump every time. My question is, how can I "configure the >device" so that the swap space will work? The system I'm installing on has >nothing but the fresh drive, a cdrom and a floppy drive. > >Thanks for helping a newbie. > >-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 Thu Jan 20 16:44:18 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 1FC58153C3; Thu, 20 Jan 2000 16:44:14 -0800 (PST) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-208-170-118-115.dialup.HiWAAY.net [208.170.118.115]) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id SAA04781; Thu, 20 Jan 2000 18:44:11 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by nospam.hiwaay.net (8.9.3/8.9.3) with ESMTP id SAA80525; Thu, 20 Jan 2000 18:43:35 -0600 (CST) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <200001210043.SAA80525@nospam.hiwaay.net> X-Mailer: exmh version 2.1.1 10/15/1999 To: "gummibear@nettaxi.com" Cc: questions@FreeBSD.ORG, hardware@FreeBSD.ORG From: David Kelly Subject: Re: Advice Needed On Small Office Hub and Net Adapters In-reply-to: Message from "gummibear@nettaxi.com" of "Thu, 20 Jan 2000 15:03:26 PST." <200001202303.PAA18364@mail6.bigmailbox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Jan 2000 18:43:34 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "gummibear@nettaxi.com" writes: >Now, I feel that 3com is pretty reliable but very expensive. Intel on >the ot her hand is also a good performer, but also a bit pricy (although >better than 3 com). He's willing to spend around $2000 on the >equipment, but I'd really like >to get him the best price/performance I can. > >I'm looking into Netgear equipment (because I use them at home and find >the p rice reasonable). Their stackable 16 port hubs and network >adapters seem to be at a very good price, but I question their >reliability and performance. Does anyone have any experience with this >equipment? > >I'm also open to suggestions to other possible low cost/high performance >solutions. About 6 months ago in a similar situation I selected an Allied Telesyn AT724i (guessing number from memory). This is a 24 port auto 10/100 switch (not hub) with internal power supply. Price was about $630 from http://www.warehouse.com/. Installed it and forgot about it. It just works. The advantage of a switch over a hub is that dynamically any two hosts can establish a full duplex connection, eliminating collisions, and in theory allowing twice the bandwidth. The 10/100 feature is nice as the switch buffers between one speed and the other. Nobody has to do anything special, it just happens. Device has 3 LED's for each of the 24 ports so you have plenty of flashing lights to entertain Pointy-Haired-Bosses. -- 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 Thu Jan 20 17:36:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from io.dreamscape.com (io.dreamscape.com [206.64.128.6]) by hub.freebsd.org (Postfix) with ESMTP id B270514F2C for ; Thu, 20 Jan 2000 17:36:23 -0800 (PST) (envelope-from halstead@dreamscape.com) Received: from jameshal (sA19-p37.dreamscape.com [209.217.200.100]) by io.dreamscape.com (8.9.3/8.8.4) with SMTP id UAA14021 for ; Thu, 20 Jan 2000 20:36:01 -0500 (EST) X-Dreamscape-Track-A: sA19-p37.dreamscape.com [209.217.200.100] X-Dreamscape-Track-B: Thu, 20 Jan 2000 20:36:01 -0500 (EST) Message-ID: <016101bf63b0$4a2cb0e0$64c8d9d1@jameshal> From: "James Halstead" To: "questions @FreeBSD.org" Subject: crond Date: Thu, 20 Jan 2000 20:38:57 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_015E_01BF6386.6006F760" 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_015E_01BF6386.6006F760 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have set up two servers using freebsd 3.4 to be essentially identical = machines. One of the two machines crond keeps sending error messages to = root everytime it tries to execute one of the crontab entries. I am = still somewhat of a newbie and I cannot make sense of the error message = "root: not found." What does it mean, the other machine (identical in = hardware and software setups) gives me no trouble. two of the messages: ------------------------------- From root Thu Jan 20 19:40:00 2000 Date: Thu, 20 Jan 2000 19:40:00 -0500 (EST) From: root (Cron Daemon) To: root Subject: Cron root /usr/libexec/atrun X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: root: not found=20 ------------------------------- From root Thu Jan 20 20:00:00 2000 Date: Thu, 20 Jan 2000 20:00:00 -0500 (EST) From: root (Cron Daemon) To: root Subject: Cron root newsyslog X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: root: not found ------------------------------- here is my /etc/crontab if it helps.: # /etc/crontab - root's crontab for FreeBSD # # $FreeBSD: src/etc/crontab,v 1.18.2.2 1999/08/29 14:18:39 peter Exp $ # SHELL=3D/bin/sh PATH=3D/etc:/bin:/sbin:/usr/bin:/usr/sbin HOME=3D/var/log # #minute hour mday month wday who command # */5 * * * * root /usr/libexec/atrun # # rotate log files every hour, if necessary 0 * * * * root newsyslog # # do daily/weekly/monthly maintenance #59 1 * * * root periodic daily 2>&1 | = sendmail root 30 3 * * 6 root periodic weekly 2>&1 | = sendmail root 30 5 1 * * root periodic monthly 2>&1 | = sendmail root # time zone change adjustment for wall cmos clock, # does nothing, if you have UTC cmos clock. # See adjkerntz(8) for details. ------------------------------- In another unrelated issue. I had some trouble with the servers having = hard crashes. I had the graphica bsd daemon screen saver running and on = a hunch disabled it. so far I have had no more crashes. is there any = known problems with the screensavers? Thanks for any help. :) ------=_NextPart_000_015E_01BF6386.6006F760 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have set = up two servers=20 using freebsd 3.4 to be essentially identical machines. One of the two = machines=20 crond keeps sending error messages to root everytime it tries to execute = one of=20 the crontab entries. I am still somewhat of a newbie and I cannot make = sense of=20 the error message "root: not found." What does it mean, the other = machine=20 (identical in hardware and software setups) gives me no=20 trouble.
 
two of the messages:
-------------------------------
From root Thu Jan 20 19:40:00 = 2000
Date: Thu, 20=20 Jan 2000 19:40:00 -0500 (EST)
From: root (Cron Daemon)
To:=20 root
Subject: Cron <root@djoan> root = /usr/libexec/atrun
X-Cron-Env:=20 <SHELL=3D/bin/sh>
X-Cron-Env:=20 <PATH=3D/etc:/bin:/sbin:/usr/bin:/usr/sbin>
X-Cron-Env:=20 <HOME=3D/root>
X-Cron-Env: = <LOGNAME=3Droot>
X-Cron-Env:=20 <USER=3Droot>
 
root: not found
-------------------------------
From root Thu Jan 20 20:00:00 = 2000
Date: Thu, 20=20 Jan 2000 20:00:00 -0500 (EST)
From: root (Cron Daemon)
To:=20 root
Subject: Cron <root@djoan> root newsyslog
X-Cron-Env:=20 <SHELL=3D/bin/sh>
X-Cron-Env:=20 <PATH=3D/etc:/bin:/sbin:/usr/bin:/usr/sbin>
X-Cron-Env:=20 <HOME=3D/root>
X-Cron-Env: = <LOGNAME=3Droot>
X-Cron-Env:=20 <USER=3Droot>
 
root: not found
-------------------------------
 
here is my /etc/crontab if it = helps.:
 
# /etc/crontab - root's crontab for=20 FreeBSD
#
# $FreeBSD: src/etc/crontab,v 1.18.2.2 1999/08/29 = 14:18:39 peter=20 Exp=20 $
#
SHELL=3D/bin/sh
PATH=3D/etc:/bin:/sbin:/usr/bin:/usr/sbinHOME=3D/var/log
#
#minute=20 hour    mday    month  =20 wday    who    =20 command
#
*/5    =20 *       = *      =20 *       = *      =20 root    /usr/libexec/atrun
#
# rotate log files = every hour,=20 if necessary
0      =20 *       = *      =20 *       = *      =20 root    newsyslog
#
# do daily/weekly/monthly=20 maintenance
#59     =20 1       = *      =20 *       = *      =20 root    periodic daily 2>&1 | sendmail=20 root
30      = 3      =20 *       = *      =20 6       root    periodic = weekly=20 2>&1 | sendmail root
30     =20 5       = 1      =20 *       = *      =20 root    periodic monthly 2>&1 | sendmail root
# = time=20 zone change adjustment for wall cmos clock,
# does nothing, if you = have UTC=20 cmos clock.
# See adjkerntz(8) for details.
 
-------------------------------
 
In another unrelated issue. I had some = trouble with=20 the servers having hard crashes. I had the graphica bsd daemon = screen saver=20 running and on a hunch disabled it. so far I have had no more crashes. = is there=20 any known problems with the screensavers?
 
Thanks for any help.
 
:)
------=_NextPart_000_015E_01BF6386.6006F760-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 17:41: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ttemail.com (users.wow.net [196.3.138.20]) by hub.freebsd.org (Postfix) with ESMTP id 6012A153D8 for ; Thu, 20 Jan 2000 17:40:47 -0800 (PST) (envelope-from sweaver@st-anthonys.edu.tt) Received: from mail.st-anthonys.edu.tt (209.198.198.158) by ttemail.com with ESMTP (Eudora Internet Mail Server 2.2.2); Thu, 20 Jan 2000 21:40:27 -0400 Received: by mail.st-anthonys.edu.tt from localhost (router,SLMail V3.2); Thu, 20 Jan 2000 22:10:06 -0400 Received: from st-anthonys.edu.tt [209.94.208.69] by mail.st-anthonys.edu.tt [209.198.198.158] (SLmail 3.2.3113) with ESMTP id EB843444C9E511D3B78600600867478A for plus 2 more; Thu, 20 Jan 2000 22:10:02 -0400 Message-ID: <3887B995.28E85DF1@st-anthonys.edu.tt> Date: Thu, 20 Jan 2000 21:42:46 -0400 From: "Stephan Weaver" X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i686) X-Accept-Language: en MIME-Version: 1.0 To: Peter Schwenk Cc: Chris Browning , freebsd-questions@freebsd.org Subject: Re: PCAnywhere look out!! References: <38872AB4.9E0356A5@math.udel.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SLUIDL: F693BAF8-C9E511D3-B7860060-0867478A Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Schwenk wrote: > THANKS! I couldn't for the life of me remember what this software was called. I > wanted to try it out for possible use in support. > > Chris Browning wrote: > > > I just found this in a Linux mailing list. Anyone else seen this? It's > > apparently included w/ Mandrake 7, about which I know nothing. But *this* is too > > cool. > > > > http://www.uk.research.att.com/vnc/index.html > > > > ---------------------------------- > > "if you believe in Nothing... > > ...Honey, It believes in you." > > > > Chris Browning > > brownicm@prokyon.com > > XFMail on FreeBSD 3.2 20-Jan-00 > > -- > PETER SCHWENK | UNIX System Administrator > Department of Mathematical Sciences | University of Delaware > schwenk@math.udel.edu | (302)831-0437 <-NEW!!! > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message what is THIS thing? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 17:43:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from svalbard.nominum.com (svalbard.nominum.com [204.152.187.73]) by hub.freebsd.org (Postfix) with ESMTP id 62A8A154B4 for ; Thu, 20 Jan 2000 17:43:51 -0800 (PST) (envelope-from Peter.Losher@nominum.com) Received: by svalbard.nominum.com (Postfix, from userid 10188) id 18D3E3DD4; Thu, 20 Jan 2000 17:43:40 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by svalbard.nominum.com (Postfix) with ESMTP id DA35D3DAC for ; Thu, 20 Jan 2000 17:43:40 -0800 (PST) Date: Thu, 20 Jan 2000 17:43:40 -0800 (PST) From: Peter Losher To: freebsd-questions@freebsd.org Subject: Krb5 (v1.1.1) and SSH? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am having a problem with compiling ssh1 from ports with Krb5 support. After compiling & installing the krb5 port (which is using v1.1.1), ssh comes up with this error... -=- cc -pipe -Lrsaref2/source -o ssh ssh.o sshconnect.o log-client.o readconf.o hostfile.o readpass.o tildexpand.o clientloop.o canohost.o getaddrinfo.o getnameinfo.o idea.o rsa.o randoms.o md5.o buffer.o emulate.o packet.o compress.o xmalloc.o ttymodes.o newchannels.o bufaux.o authfd.o authfile.o crc32.o rsaglue.o cipher.o des.o match.o arcfour.o mpaux.o userfile.o signals.o blowfish.o deattack.o -lgmp -lz -lwrap -lrsaref -lcrypt -L/usr/local/lib -lutil -L/usr/local/krb5/lib -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err /usr/libexec/elf/ld: cannot open -lcrypto: No such file or directory -=- Take out Kerberos support, and it compiles normally. I had no problems compiling in krb5 support using 1.1, was there something in 1.1.1 that perhaps caused this to break? (I am using 3.4-STABLE) Thanks - Peter --- Peter Losher Systems Admin. - Nominum, Inc. PGP key available on request To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 17:45:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blockhead.mincom.com (blockhead2.mincom.com [203.15.57.33]) by hub.freebsd.org (Postfix) with ESMTP id 2776F154B4 for ; Thu, 20 Jan 2000 17:44:51 -0800 (PST) (envelope-from philh@mincom.com) Received: (from uucp@localhost) by blockhead.mincom.com (8.9.3/8.9.3) id LAA26907; Fri, 21 Jan 2000 11:44:29 +1000 (EST) (envelope-from philh@mincom.com) Received: from porthole.mincom.oz.au(172.17.100.2) via SMTP by blockhead.mincom.oz.au, id smtpds26905; Fri Jan 21 11:44:27 2000 Received: (from philh@localhost) by porthole.mincom.oz.au (8.9.3/8.9.3/mincom) id LAA21982; Fri, 21 Jan 2000 11:44:27 +1000 (EST) (envelope-from philh) Date: Fri, 21 Jan 2000 11:44:26 +1000 From: Phil Homewood To: James Halstead Cc: "questions @FreeBSD.org" Subject: Re: crond Message-ID: <20000121114426.P32425@mincom.com> References: <016101bf63b0$4a2cb0e0$64c8d9d1@jameshal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <016101bf63b0$4a2cb0e0$64c8d9d1@jameshal>; from James Halstead on Thu, Jan 20, 2000 at 08:38:57PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG James Halstead wrote: > >From root Thu Jan 20 20:00:00 2000 > Date: Thu, 20 Jan 2000 20:00:00 -0500 (EST) > From: root (Cron Daemon) > To: root > Subject: Cron root newsyslog > X-Cron-Env: > X-Cron-Env: > X-Cron-Env: > X-Cron-Env: > X-Cron-Env: > > root: not found > ------------------------------- > > here is my /etc/crontab if it helps.: You ran "crontab /etc/crontab". Don't do that. -- This transmission is for the intended addressee only and is confidential information. If you have received this transmission in error, please delete it and notify the sender. The contents of this email are the opinion of the writer and are not endorsed by Mincom Ltd unless expressly stated otherwise. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 17:49:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f191.law3.hotmail.com [209.185.241.191]) by hub.freebsd.org (Postfix) with SMTP id D411A1517E for ; Thu, 20 Jan 2000 17:49:36 -0800 (PST) (envelope-from saurabh_bhandari@hotmail.com) Received: (qmail 35531 invoked by uid 0); 21 Jan 2000 01:49:32 -0000 Message-ID: <20000121014932.35530.qmail@hotmail.com> Received: from 169.226.63.195 by www.hotmail.com with HTTP; Thu, 20 Jan 2000 17:49:32 PST X-Originating-IP: [169.226.63.195] From: "Saurabh Bhandari" To: freebsd-questions@freebsd.org Subject: Query?? Date: Fri, 21 Jan 2000 01:49:32 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sir, I am a M.S. student with major as Computer Science. I am doing an independent study with my professor. I have been told that BSD drivers are not documented at this point of time. So I would like to document the BSD Drivers. It would be a big help for me if you could answer the following questions: 1)Are BSD drivers not really documented?(I fear that I may not end up re-inventing the wheel) 2)I am new in this field. Will it be possible for you to tell me from where should I start as I dont have any experience in this field? Thanking You, Yours Sincerely, Saurabh Bhandari ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 17:53:58 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 8A87615572 for ; Thu, 20 Jan 2000 17:53:40 -0800 (PST) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA4CEA for ; Fri, 21 Jan 2000 02:53:17 +0100 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 1206 for ; Fri, 21 Jan 2000 12:56:49 +1100 Message-ID: <3887BC56.A5FCA353@S1.com> Date: Fri, 21 Jan 2000 12:54:30 +1100 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@freebsd.org Subject: Re: PCAnywhere look out!! References: <38872AB4.9E0356A5@math.udel.edu> <3887B995.28E85DF1@st-anthonys.edu.tt> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stephan Weaver wrote: > > what is THIS thing? > probably (for people in a mixed OS environment where they have to work on multiple machines across a network) the best thing since sliced bread! It is a relatively light-weight protocol that allows remote control of a desktop. Be it Mac/OS, NT, Win9x, U*ix of many many flavours. These can be controlled from any of the above platforms, plus any that has a Java-capable browser, plus WinCE. It is "kinda like" X, but the protocol is a lot less resource-hungry than X - I've used both over a 28k8 modem line, and I much prefer VNC! It is also 'stateless' in the sense that, if you have X sessions running (e.g xterms, net-nav, xv, whatever) and you shut down X, the sessions are gone. With VNC, the state is "stored" on the server end, and you can start all your stuff on one machine, shut down that machine, go to another office/building/town/city/country, reconnect to that server, and the sessions are all there *exactly* where you left them! Perhaps we need a 'vnc-advocates' list? ;') A collegue and I here at work just love it. He is an NT SysAdmin, and he controld several machines with it both in the office and from home. I use it to telecommute over 70kms. If you have a multi-OS environment, where you need access to all those machines, but you don't really have room for them all on your desk, or you share those machines with others, and you all need a graphical interface to tools on those machine, then VNC may be for you. It's "lightweight" (the Windows Viewer software fits on a floppy diskette) in size and protocol use, easy to use, and free! Highly recommended. haxxa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 17:55:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from waddle.excite.com (waddle-rwcmta.excite.com [198.3.99.222]) by hub.freebsd.org (Postfix) with ESMTP id 1F4D1154A8 for ; Thu, 20 Jan 2000 17:55:26 -0800 (PST) (envelope-from fuzz_zzuf@excite.com) Received: from patti.excite.com ([199.172.148.159]) by ewey.excite.com (InterMail vM.4.01.02.27 201-229-119-110) with SMTP id <20000121013908.FURG2435.ewey.excite.com@patti.excite.com>; Thu, 20 Jan 2000 17:39:08 -0800 Message-ID: <2494876.948418748809.JavaMail.imail@patti.excite.com> Date: Thu, 20 Jan 2000 17:39:08 -0800 (PST) From: fuzz zzuf To: Jonathon McKitrick Subject: Re: zip drive problems under fbsd 3.0 Cc: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Excite Inbox X-Sender-Ip: 209.142.5.190 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i added all the parallel port stuff from LINT and added everything that the FAQ says to but i still get "Device not configured" am i missing something? fuzz_zzuf@excite.com _______________________________________________________ Get 100% FREE Internet Access powered by Excite Visit http://freeworld.excite.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 18: 1:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from demo.telefonica.com.pe (kheops.demo.telefonica.com.pe [200.37.84.130]) by hub.freebsd.org (Postfix) with ESMTP id B2ED915679 for ; Thu, 20 Jan 2000 18:01:13 -0800 (PST) (envelope-from rcc@demo.telefonica.com.pe) Received: from elcsa20008 (dbase.demo.telefonica.com.pe [200.37.84.135]) by demo.telefonica.com.pe (8.9.1b+Sun/8.9.1) with SMTP id VAA07069; Thu, 20 Jan 2000 21:01:12 +0500 (GMT) Message-ID: <000901bf63b3$11f44460$4d01190a@tp.com.pe> From: "Richard Cotrina" To: "Phil Homewood" Cc: "questions @FreeBSD.org" References: <016101bf63b0$4a2cb0e0$64c8d9d1@jameshal> <20000121114426.P32425@mincom.com> Subject: RE: crond Date: Thu, 20 Jan 2000 20:58: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.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 > > root: not found > > ------------------------------- > > > > here is my /etc/crontab if it helps.: > > You ran "crontab /etc/crontab". Don't do that. I have already made the same "mistake" . How can I solve it ? Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 18: 5: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 89E8315540 for ; Thu, 20 Jan 2000 18:05:17 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12BRm0-0004EA-00; Fri, 21 Jan 2000 00:17:56 +0000 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #1) id 12BRm0-0006fk-00; Fri, 21 Jan 2000 00:17:56 +0000 Date: Fri, 21 Jan 2000 00:17:56 +0000 From: Ben Smithurst To: cjclark@home.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sh(1) Messing with My Mind Message-ID: <20000121001756.A25494@strontium.scientia.demon.co.uk> References: <867h6j$1kk4$1@atlantis.rz.tu-clausthal.de> <200001202140.WAA05161@dorifer.heim3.tu-clausthal.de> <20000120175518.F72914@cc942873-a.ewndsr1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000120175518.F72914@cc942873-a.ewndsr1.nj.home.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Crist J. Clark wrote: > And although it does not impact me, there is another reason, and one > of the best ones, that someone would rather pipe to read than > backtick, > > (3) The backticked argument cannot have nested backticks. ben@strontium:~$ echo `ls \`pwd\`` .ICEauthority .KillLog .MsgLog .Xauthority .Xresources [snip] oh yes it can. :-) Of course, the $() form would be clearer, i.e. echo $(ls $(pwd)), especially with more than one level of nesting (which I've never even attempted). > Anyway, I guess I need to find a workaround. I figured I was missing > something obvious (something I already knew). Thanks for pointing it > out. hmm.. if the output is like "4 Fri 21 Jan 2000 00:15:59 GMT" as you say, then how about DATA=`awk whatever` set -- $DATA NUM=$1 shift; DATE="$*" would that work? -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 18:10:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out4.prserv.net [165.87.194.239]) by hub.freebsd.org (Postfix) with ESMTP id 2AB33154FD for ; Thu, 20 Jan 2000 18:09:32 -0800 (PST) (envelope-from mick3@ibm.net) Received: from ibm.net ([129.37.51.121]) by prserv.net (out4) with SMTP id <20000121020927239021buene>; Fri, 21 Jan 2000 02:09:27 +0000 Message-ID: <3887BF8D.A05E58D3@ibm.net> Date: Thu, 20 Jan 2000 18:08:13 -0800 From: John Michelini Reply-To: mick3@ibm.net Organization: Berkeley Associates X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Using FDISK and FIPS Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Correct me if I am wrong: I have a WIN95 disk with extended partition. Do I use FDISK to delete the extended partition and then use FIPS to repartition the drive (after defragging) for FreeBSD? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 18:16:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web3301.mail.yahoo.com (web3301.mail.yahoo.com [204.71.201.24]) by hub.freebsd.org (Postfix) with SMTP id B623C156E8 for ; Thu, 20 Jan 2000 18:16:04 -0800 (PST) (envelope-from law_sy@yahoo.com) Message-ID: <20000121021546.4490.qmail@web3301.mail.yahoo.com> Received: from [203.117.33.25] by web3301.mail.yahoo.com; Thu, 20 Jan 2000 18:15:46 PST Date: Thu, 20 Jan 2000 18:15:46 -0800 (PST) From: Sie LAW Subject: ProxyRemote 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 have a PHP3 script file in my Apache Server which is trying to open an URL to another WEb server in the internet. However, the error I got from my browser is that "Operation not permitted", after I run the script. I suspect the problem lies with the proxy configuration of Apache server, as it need to go through another Proxy server, before it can get to the internet. I have tried putting ProxyRemote directive in my apache.conf: ProxyRemote * My.Proxy.COM:Port But I still got the same error. Can anyone help me with this ? Thank in advance. BTW, I use file(_url_) in my php3 script to open the url. Regards, Yong __________________________________________________ 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 Jan 20 18:22:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from io.dreamscape.com (io.dreamscape.com [206.64.128.6]) by hub.freebsd.org (Postfix) with ESMTP id 6D23D14EFE for ; Thu, 20 Jan 2000 18:22:15 -0800 (PST) (envelope-from halstead@dreamscape.com) Received: from jameshal (sA19-p37.dreamscape.com [209.217.200.100]) by io.dreamscape.com (8.9.3/8.8.4) with SMTP id VAA11800; Thu, 20 Jan 2000 21:21:45 -0500 (EST) X-Dreamscape-Track-A: sA19-p37.dreamscape.com [209.217.200.100] X-Dreamscape-Track-B: Thu, 20 Jan 2000 21:21:45 -0500 (EST) Message-ID: <019e01bf63b6$ad93b740$64c8d9d1@jameshal> From: "James Halstead" To: "Phil Homewood" Cc: "questions @FreeBSD.org" References: <016101bf63b0$4a2cb0e0$64c8d9d1@jameshal> <20000121114426.P32425@mincom.com> Subject: Re: crond Date: Thu, 20 Jan 2000 21:24:41 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Phil homewood wrote: > You ran "crontab /etc/crontab". Don't do that. I don't think I have ever executed that command, but it is possible. Anyway, how can I fix the problem? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 18:34:50 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 DDE1114C3B for ; Thu, 20 Jan 2000 18:34:47 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12BTuM-000Gdj-00; Fri, 21 Jan 2000 02:34:42 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id CAA15587; Fri, 21 Jan 2000 02:34:41 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 21 Jan 2000 02:34:41 +0000 (GMT) From: Jonathon McKitrick To: Matt Gostick Cc: freebsd-questions@freebsd.org Subject: Re: Fw: panic during resume with PCMCIA modem In-Reply-To: <00ce01bf6352$0c518380$0300a8c0@fake.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, 20 Jan 2000, Matt Gostick wrote: >I don't know about your other problem but heres what I do to >shutdown ppp cleanly: > >add to /etc/ppp/ppp.conf: >set server /var/run/internet "" 0177 > >and then shutdown ppp with: >/usr/sbin/pppctl /var/run/internet quit all > Is there a way to reset the tun interface once ppp has detached? I mean, if the connection dies or something else interfers and tun is busy, can it be reset? -=> jm <=- "The light that burns twice as bright burns half as long, and you have burned so very, very brightly." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 18:49:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alsatian.cslab.vt.edu (alsatian.cslab.vt.edu [198.82.184.21]) by hub.freebsd.org (Postfix) with ESMTP id C839314BC8 for ; Thu, 20 Jan 2000 18:49:20 -0800 (PST) (envelope-from jobaldwi@cslab.vt.edu) Received: from pecan.cslab.vt.edu (pecan.cslab.vt.edu [198.82.184.43]) by alsatian.cslab.vt.edu (8.9.3/8.9.3) with ESMTP id VAA00911; Thu, 20 Jan 2000 21:49:17 -0500 (EST) (envelope-from jobaldwi@cslab.vt.edu) Received: from localhost (jobaldwi@localhost) by pecan.cslab.vt.edu (8.9.3/8.9.3) with SMTP id VAA30972; Thu, 20 Jan 2000 21:49:10 -0500 (EST) (envelope-from jobaldwi@cslab.vt.edu) X-Authentication-Warning: pecan.cslab.vt.edu: jobaldwi owned process doing -bs Date: Thu, 20 Jan 2000 21:49:09 -0500 (EST) From: "John H. Baldwin" To: cjclark@home.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Recoverving/reviving a 'stale' subdisk under vinum In-Reply-To: <20000120191543.B73715@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 20 Jan 2000, Crist J. Clark wrote: > > Any help is greatly appreciated. > > You have to 'stop' everything first. (I might be overkilling here, but > better safe...) > > # vinum > vinum> stop ftp_mirror.p0.s0 ftp_mirror.p0.s1 > vinum> stop -f ftp_mirror.p0.s2 > vinum> stop ftp_mirror.p0 > vinum> stop ftp_mirror > vinum> start ftp_mirror > vinum> l > . > . > . > [what happened?] Ok, close enough, I did a stop of ftp_mirror and then a forced stop of ftp_mirror.p0.s2, then started each indvidual subdisk and it is back working again. As for what happened, the disk went AWOL while the machine was running. It is back up and running now thankfully. John Baldwin jobaldwi@cslab.vt.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 18:49:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailgw01.execpc.com (mailgw01.execpc.com [169.207.2.78]) by hub.freebsd.org (Postfix) with ESMTP id 55E3E153F0 for ; Thu, 20 Jan 2000 18:49:50 -0800 (PST) (envelope-from hamilton@pobox.com) Received: from woodstock.monkey.net (ryloon-2-88.mdm.mkt.execpc.com [169.207.76.216]) by mailgw01.execpc.com (8.9.1) id UAA26252; Thu, 20 Jan 2000 20:49:21 -0600 Received: from pobox.com (localhost [127.0.0.1]) by woodstock.monkey.net (Postfix) with ESMTP id F3AED72; Thu, 20 Jan 2000 20:52:18 -0600 (CST) X-Mailer: exmh version 2.1.1 10/16/1999 To: cjclark@home.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sh(1) Messing with My Mind In-reply-to: Your message of "Thu, 20 Jan 2000 17:55:18 EST." <20000120175518.F72914@cc942873-a.ewndsr1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Jan 2000 20:52:18 -0600 From: Jon Hamilton Message-Id: <20000121025219.F3AED72@woodstock.monkey.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000120175518.F72914@cc942873-a.ewndsr1.nj.home.com>, "Crist J. Cl ark" wrote: } On Thu, Jan 20, 2000 at 10:40:08PM +0100, Oliver Fromme wrote: } > Crist J. Clark wrote in list.freebsd-q } uestions: } > > [...] } > > seems to have muddled my thoughts this morning. Why does this happen: } > > } > > $ echo 3 | read NUM } > > $ echo $NUM } > > } > } > Because the read command is executed in a subshell when it is } > in a pipe. When the pipe ends, the subshell terminates, and } > its environment variables are gone. } } *grumble-grumble* } } I could swear I have done this in the past. [ use backticks instead ... ] } That is what I ususally do if the command generating the output is } short. There are two reasons I do not want to do this, } } (1) The command generating the output is long. (An awk command-line } program being fed by another pipe.) } } (2) A read would break up the output just the way I want. (The output } happens to be a number followed by a date(1)-type string. A } 'read NUM DATE' command would break it up exactly how I want.) If you only need those values for a while (something that you can easily loop through), you may want to try this: foo | bar | bletch | while read NUM DATE ; do # whatever # more whatever done and the variables will be in scope for the duration of the while loop. } And although it does not impact me, there is another reason, and one } of the best ones, that someone would rather pipe to read than } backtick, } } (3) The backticked argument cannot have nested backticks. That's not true, although it can get ugly when you have to start escaping backticks. The alternative is to use the $(command) syntax instead of `command` syntax. -- 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 Thu Jan 20 18:55: 7 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 146A81515F for ; Thu, 20 Jan 2000 18:54:52 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12BUDR-000H2h-00; Fri, 21 Jan 2000 02:54:25 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id CAA15878; Fri, 21 Jan 2000 02:54:24 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 21 Jan 2000 02:54:24 +0000 (GMT) From: Jonathon McKitrick To: Matt Gostick Cc: freebsd-questions@freebsd.org Subject: Re: Fw: panic during resume with PCMCIA modem In-Reply-To: <00ce01bf6352$0c518380$0300a8c0@fake.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, 20 Jan 2000, Matt Gostick wrote: >I don't know about your other problem but heres what I do to >shutdown ppp cleanly: > >add to /etc/ppp/ppp.conf: >set server /var/run/internet "" 0177 > >and then shutdown ppp with: >/usr/sbin/pppctl /var/run/internet quit all When i try this, ppp returns a 'set server: Bind: permission denied' message. My user account is in groups wheel and network. What do i need to adjust to allow 'set server... ' to work properly? -=> jm <=- "The light that burns twice as bright burns half as long, and you have burned so very, very brightly." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 19: 4:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 05371153E6 for ; Thu, 20 Jan 2000 19:04:56 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id WAA14311 for ; Thu, 20 Jan 2000 22:04:54 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Thu, 20 Jan 2000 22:04:54 -0500 (EST) From: Brett Taylor To: freebsd-questions@freebsd.org Subject: no /boot/loader Message-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, A machine I used to admin has suddenly bitten the dust. The new admin wrote me and said the machine crashed earlier today. He went down to try to reset it and it comes up with: Disk error 0x2 (1ba=0x8f) No /boot/loader >> FreeBSD /i386 BOOT Default: 0:da(0,a)/kernel boot: He says he then gets no response from the keyboard (this may be due to a stupid switch the NT admin is using to try to avoid having separate keyboards for 2 different machines - I've told the present admin to plug the keyboard in directly to see if he gets any response, but haven't heard back yet). Any ideas what's going on here and how we can bring the machine back to life? My guess is they haven't done a backup in awhile (they were bad about that) so they probably really want the disk back. Even though I'm not in charge of the machine anymore, I'd like to help them out if I can. Thanks in advance for any help! Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 19:37: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mail.yahoo.com (smtp.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id B4B5915033 for ; Thu, 20 Jan 2000 19:37:00 -0800 (PST) (envelope-from nwadworks@yahoo.com) Received: from c826166-a.frndl1.wa.home.com (HELO nt1) (24.12.224.153) by smtp.mail.yahoo.com with SMTP; 20 Jan 2000 19:30:44 -0800 X-Apparently-From: Message-ID: <000b01bf63c0$62628e40$99e00c18@bigdog> From: "J R" To: Cc: , Subject: kernel panic first time re-boot!!! Date: Thu, 20 Jan 2000 19:33:41 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01BF637D.41D84EA0" 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_0006_01BF637D.41D84EA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello All, =20 Help! 36 hours ago I purchased the 4 CD/ROM freeBSD 3.1 w/book. I have spent = the last 20 hours trying to get the system to reboot properly...err! I = keep getting an "kernel panic" just after "syncing disks" when trying to = load drive 1 "wd0s1a. I have evil WinNT-4.0 on drive 1 & freeBSD on drive 2. AMD-mmx 200, = 64MB RAM, Asus MB, 13.1GB HD-NT4.0 Server, 3.1GB HD FreeBSD, 3Com-905 = NIC... I removed Linux from drive 2 and installed freeBSD there. everything = was going GREAT with the Linux / NT combo...I just wanted to upgrade to = FreeBSD. I have tried every booting sequence combination available...but = yours...! I have re-partitioned every combination I could fathom....removed and = added MBR and all that good stuff!!! No matter what combination I still can't get any FreeBSD boot loader to = become active. I have to force the BIOS to load only from drive 2 "D". = Then FreeBSD loads...gets to the syncing disks...looks for drive "0" and = crashes on the spot!...error prompt say it will now reboot in a few = seconds...and it does...over and over and over. I am on my 14th repartition and reload of FreeBSD. I have tried the = "Live File System" but that too is a waste of time. I have even tried using the "NT 4.0 Loader" to select FreeBSD from = that...NT is stupid and says it does not allow this even though the = arrangement is correct. PLEASE help...I'm running out of patience. JR ------=_NextPart_000_0006_01BF637D.41D84EA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello All,
 
Help!
 
36 hours ago I purchased the 4 CD/ROM = freeBSD 3.1=20 w/book.  I have spent the last 20 hours trying to get the system to = reboot=20 properly...err!  I keep getting an "kernel panic" just after = "syncing=20 disks" when trying to load drive 1 "wd0s1a.
 
I have evil WinNT-4.0 on drive 1  = & =20 freeBSD on drive 2.  AMD-mmx 200, 64MB RAM, Asus MB, 13.1GB = HD-NT4.0=20 Server, 3.1GB HD FreeBSD, 3Com-905 NIC...
 
I removed Linux from drive 2 and = installed freeBSD=20 there.  everything was going GREAT with the Linux / NT combo...I = just=20 wanted to upgrade to FreeBSD.
 
I have tried every booting sequence = combination=20 available...but yours...!
I have re-partitioned every combination = I could=20 fathom....removed and added MBR and all that good stuff!!!
 
No matter what combination I still can't get any FreeBSD boot = loader to=20 become active.  I have to force the BIOS to load only from drive 2=20 "D".  Then FreeBSD loads...gets to the syncing disks...looks for = drive "0"=20 and crashes on the spot!...error prompt say it will now reboot in a few=20 seconds...and it does...over and over and over.
 
I am on my 14th repartition and reload of FreeBSD.  I have = tried the=20 "Live File System" but that too is a waste of time.
 
I have even tried using the "NT 4.0 Loader" to select FreeBSD from=20 that...NT is stupid and says it does not allow this even though the = arrangement=20 is correct.
 
PLEASE help...I'm running out of patience.
 
 
JR
 
 
------=_NextPart_000_0006_01BF637D.41D84EA0-- __________________________________________________ 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 Jan 20 20:19:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sasknow.com (h139-142-245-96.ss.fiberone.net [139.142.245.96]) by hub.freebsd.org (Postfix) with ESMTP id 9F09915167 for ; Thu, 20 Jan 2000 20:19:10 -0800 (PST) (envelope-from freebsd@sasknow.com) Received: from localhost (freebsd@localhost) by sasknow.com (8.9.3/8.9.3) with ESMTP id WAA91559; Thu, 20 Jan 2000 22:02:23 -0600 (CST) (envelope-from freebsd@sasknow.com) Date: Thu, 20 Jan 2000 22:02:22 -0600 (CST) From: Ryan Thompson To: Brett Taylor Cc: freebsd-questions@FreeBSD.ORG Subject: Re: no /boot/loader 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, 20 Jan 2000, Brett Taylor wrote: > Hi, > > A machine I used to admin has suddenly bitten the dust. The new admin > wrote me and said the machine crashed earlier today. He went down to try > to reset it and it comes up with: > > Disk error 0x2 (1ba=0x8f) > No /boot/loader If I didn't know any better, I'd guess that there was no /boot/loader :-) Seriously, the simple answer is often the correct one. The admin might have accidentally removed some stuff from the /boot/ directory that he/she shouldn't have. Before screaming bloody murder and kicking the machine to a siliconistic pulp, it would definitely be worth the effort to boot from a fixit floppy, mount the root filesystem and see if /boot/loader is, in fact, missing. If it isn't there, it's a relatively easy thing to copy it over from another functioning system. While you're at it, ensure that all the support files are there, too. The following is from a 3.2-RELEASE system: .: total 503 -r--r--r-- 1 root 512 May 17 1999 boot0 -r--r--r-- 1 root 512 May 17 1999 boot1 -r--r--r-- 1 root 7680 May 17 1999 boot2 drwxr-xr-x 2 root 512 Jun 9 1999 defaults/ -r--r-xr-x 1 root 131072 May 17 1999 loader* -r--r--r-- 1 root 5181 Jun 10 1999 loader.4th -rw-r--r-- 1 root 138 Nov 4 17:19 loader.conf -r--r--r-- 1 root 11462 Jun 10 1999 loader.help -r--r--r-- 1 root 171 Nov 4 17:19 loader.rc -rw-r-xr-x 1 root 308278 Jun 10 1999 splash.bmp* -r--r--r-- 1 root 23639 Jun 10 1999 support.4th defaults: total 6 -r--r--r-- 1 root 6012 May 17 1999 loader.conf > He says he then gets no response from the keyboard (this may be due to a > stupid switch the NT admin is using to try to avoid having separate > keyboards for 2 different machines - I've told the present admin to plug > the keyboard in directly to see if he gets any response, but haven't heard > back yet). Hmm.. I use several DTS units here (sometimes even in direct series or parallel... For example, I have two systems that share two keyboards, and I wanted both systems to be able to use either keyboard. It's a good thing I can get the damn things wholesale :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 20:55: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.alloyweb.com (www.ironweb.com [207.112.137.130]) by hub.freebsd.org (Postfix) with ESMTP id 48363153ED for ; Thu, 20 Jan 2000 20:54:58 -0800 (PST) (envelope-from pini0n@brokenmachine.org) Received: from pini0n (iplsin32-070.dsl.gtei.net [4.3.32.70]) by www.alloyweb.com (8.9.1a/8.9.1) with SMTP id WAA26068 for ; Thu, 20 Jan 2000 22:39:51 -0600 X-Authentication-Warning: www.alloyweb.com: Host iplsin32-070.dsl.gtei.net [4.3.32.70] claimed to be pini0n Message-ID: <000501bf63c9$5d59b640$46200304@dsl.gtei.net> From: "pini0n" To: Subject: Question regarding FreeBSD and Linux Date: Thu, 20 Jan 2000 22:38:18 -0600 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.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 BSDers, Im a newbie to linux but am catching on quickly. Ive got the UNIX basics down and am now getting into more of the advanced stuff. While Im battering at the learning curve for linux, I thought Id give FreeBSD a chance on another HD of mine. Here's my question: How similar are linux and FreeBSD? Im running Slackware 7 w/out a GUI like X or KDE, and so am curious as to how similar the directory structures are, commands, etc. Itll be another week or two before Im able to install it, so, I thought Id get a heads up on now on how similar the experience will be. Thanks in advance, pini0n +---------------------------------------------+ | Craig Luchtefeld | pini0n@brokenmachine.org | +---------------------------------------------+ | My other computer is a 4000 | | node Beowolf cluster | +---------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21: 8:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from access.inet.co.th (access.inet.co.th [203.151.127.252]) by hub.freebsd.org (Postfix) with ESMTP id A2A9F14F77 for ; Thu, 20 Jan 2000 21:08:49 -0800 (PST) (envelope-from pirat@access.inet.co.th) Received: from sukato.oaep.go.th (TruPPP3327.inet.co.th [203.151.127.27]) by access.inet.co.th (8.8.8/8.8.8) with ESMTP id LAA23171; Fri, 21 Jan 2000 11:31:01 +0700 (ICT) (envelope-from pirat@access.inet.co.th) Received: by sukato.oaep.go.th (8.9.3/8.9.3) id LAA02411; Fri, 21 Jan 2000 11:33:41 +0700 (ICT) From: pirat sriyotha To: "Norman C. Rice" Subject: Re: No buffer space available Date: Fri, 21 Jan 2000 11:33:13 +0700 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <20000117013408.A3588@emu.sourcee.com> Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-Id: <00012111212600.01915@sukato.oaep.go.th> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jan 2000, you wrote: > On Mon, Jan 17, 2000 at 01:25:35PM +0700, pirat sriyotha wrote: > > Hi, > > > > occationally, my small network does not work. i have to 'shutdown -r now' to > > bring it back to work. > > FreeBSD != Windoze > yes you are quite right and that's why i turn away from 'doz. > > > the only clue is a message from ping which is > > > > ping: sendto: No buffer space available > > > > is there anyway to solve this kind of problem instead of shutdown ? > > ifconfig de0 down up > now, jan 21 2000 11:18 thailand mean time, it happends again and ifconfig down and up does not work. anyway, i can connect to the Internet via ppp connecttion to my isp. > Regards, > Norman C. Rice, Jr. many thanks indeed for your hints and help Regards, pirat sriyotha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21: 9: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from access.inet.co.th (access.inet.co.th [203.151.127.252]) by hub.freebsd.org (Postfix) with ESMTP id 48F0F14F3E for ; Thu, 20 Jan 2000 21:08:55 -0800 (PST) (envelope-from pirat@access.inet.co.th) Received: from sukato.oaep.go.th (TruPPP3327.inet.co.th [203.151.127.27]) by access.inet.co.th (8.8.8/8.8.8) with ESMTP id LAA22470; Fri, 21 Jan 2000 11:18:54 +0700 (ICT) (envelope-from pirat@access.inet.co.th) Received: by sukato.oaep.go.th (8.9.3/8.9.3) id LAA02387; Fri, 21 Jan 2000 11:21:27 +0700 (ICT) From: pirat sriyotha To: "Norman C. Rice" Subject: Re: No buffer space available Date: Fri, 21 Jan 2000 11:14:07 +0700 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <20000117013408.A3588@emu.sourcee.com> Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-Id: <00012111212600.01915@sukato.oaep.go.th> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jan 2000, you wrote: > On Mon, Jan 17, 2000 at 01:25:35PM +0700, pirat sriyotha wrote: > > Hi, > > > > occationally, my small network does not work. i have to 'shutdown -r now' to > > bring it back to work. > > FreeBSD != Windoze > yes you are quite right and that's why i turn away from 'doz. > > > the only clue is a message from ping which is > > > > ping: sendto: No buffer space available > > > > is there anyway to solve this kind of problem instead of shutdown ? > > ifconfig de0 down up > now, jan 21 2000 11:18 thailand mean time, it happends again and ifconfig down and up does not work. anyway, i can connect to the Internet via ppp connecttion to my isp. > Regards, > Norman C. Rice, Jr. many thanks indeed for your hints and help Regards, pirat sriyotha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:12:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from logisticsoftware.co.nz (logisticsoftware.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id 9598514BDC for ; Thu, 20 Jan 2000 21:12:38 -0800 (PST) (envelope-from jonc@logisticsoftware.co.nz) Received: from jonc.logisticsoftware.co.nz (jonc.logisticsoftware.co.nz [10.1.3.1]) by logisticsoftware.co.nz (8.9.3/8.9.3) with ESMTP id QAA22141; Fri, 21 Jan 2000 16:40:28 +1300 (NZDT) Received: (from jonc@localhost) by jonc.logisticsoftware.co.nz (8.9.3/8.9.3) id QAA09501; Fri, 21 Jan 2000 16:40:28 +1300 (NZDT) (envelope-from jonc) Date: Fri, 21 Jan 2000 16:40:28 +1300 From: Jonathan Chen To: James Halstead Cc: "questions @FreeBSD.org" Subject: Re: crond Message-ID: <20000121164028.A9147@jonc.logisticsoftware.co.nz> References: <016101bf63b0$4a2cb0e0$64c8d9d1@jameshal> <20000121114426.P32425@mincom.com> <019e01bf63b6$ad93b740$64c8d9d1@jameshal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <019e01bf63b6$ad93b740$64c8d9d1@jameshal>; from halstead@dreamscape.com on Thu, Jan 20, 2000 at 09:24:41PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 09:24:41PM -0500, James Halstead wrote: > Phil homewood wrote: > > > You ran "crontab /etc/crontab". Don't do that. > > I don't think I have ever executed that command, but it is possible. Anyway, > how can I fix the problem? As root: crontab -l will remove the root's munged personal crontab. Jonathan Chen ------------------------------------------------------------------------ "We laugh in the face of danger, we drop icecubes down the vest of fear" - Edmond Blackadder III To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:12:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axistangent.net (beefalo1-91.mvn.interaccess.com [204.148.151.91]) by hub.freebsd.org (Postfix) with ESMTP id 20CC514BDC for ; Thu, 20 Jan 2000 21:12:49 -0800 (PST) (envelope-from jmd@axistangent.net) Received: (from jmd@localhost) by axistangent.net (8.9.3/8.9.3) id WAA00735 for freebsd-questions@freebsd.org; Thu, 20 Jan 2000 22:56:49 -0600 Date: Thu, 20 Jan 2000 00:37:13 -0600 From: "Jeremy M. Dolan" To: freebsd-questoins@freebsd.org Subject: Netgear NIC Message-ID: <20000120003713.A1342@axistangent.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0us Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For the past two days I've spent a great deal of time asking and looking around trying to find out weither my ISA network card will work with FreeBSD or not. I'm trying this list as a last resort, before trying to return the card, which I don't think is possible any more. The card is a Netgear EA201C... the webpage and box don't give many details, or list a chipset or anything... http://netgear.baynetworks.com/products/ds_ea201c/index.shtml I've had a lot of success with their PCI FA310TX card in non-Microsoft OSes, and assumed a fairly popular brand like netgear would have their ISA card supported under FreeBSD... guess I'll check the hardware capatibility guide next time. Am I down 30 bucks? (thanks in advance) -- Jeremy M. Dolan Systems Administrator AxisTangent & Technologies To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:14:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 65BDE15447; Thu, 20 Jan 2000 21:14:31 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id AAA74667; Fri, 21 Jan 2000 00:00:55 -0500 (EST) (envelope-from cjc) Date: Fri, 21 Jan 2000 00:00:54 -0500 From: "Crist J. Clark" To: Rick Hamell Cc: "gummibear@nettaxi.com" , questions@FreeBSD.ORG, hardware@FreeBSD.ORG Subject: Re: Advice Needed On Small Office Hub and Net Adapters Message-ID: <20000121000054.H73715@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <200001202303.PAA18364@mail6.bigmailbox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from hamellr@aracnet.com on Thu, Jan 20, 2000 at 04:34:11PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 04:34:11PM -0800, Rick Hamell wrote: > > > I'm looking into Netgear equipment (because I use them at home and find > > the price reasonable). Their stackable 16 port hubs and network > > adapters seem to be at a very good price, but I question their > > reliability and performance. Does anyone have any experience with this > > equipment? > > I personally like Netgear hubs and switches with Kingston NICs all > around in the computers. As cheap as the cards are, they've been in my > experience more reliable and better performers then 3Com or Intel. We have lots of 4 to 16 port Netgears at the office. Never had any trouble from any of them. Many are getting pretty old too. Funny thing, only trouble we have had is from 24 port Cisco hubs and a 8 port Cisco switch, and Cisco is the $$$ one. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:20:40 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 F03B014C18 for ; Thu, 20 Jan 2000 21:20:36 -0800 (PST) (envelope-from harry.woodward-clarke@s1.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA5D70 for ; Fri, 21 Jan 2000 06:15:47 +0100 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 363; Fri, 21 Jan 2000 16:19:20 +1100 Message-ID: <3887EBCD.4B892C3A@S1.com> Date: Fri, 21 Jan 2000 16:17:01 +1100 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: pini0n Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question regarding FreeBSD and Linux References: <000501bf63c9$5d59b640$46200304@dsl.gtei.net> 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, > > How similar are linux and FreeBSD? > > Im running Slackware 7 w/out a GUI like X or KDE, and so am curious as > to how similar the directory structures are, commands, etc. Itll be > another week or two before Im able to install it, so, I thought Id get a > heads up on now on how similar the experience will be. > Ok. From a 'shell' level, very. On both there are all the usual shells available (csh, sh, bash, zsh, ksh, etc.), most of the same commands (e.g. who, finger, ping, traceroute, etc.), all the usual 'unixy' stuff. And under you own user directory you can create your own tree as you would on any other unix system. Now, within the System directories things get a little different. Caveat, my experience so far has been with fBSD-2.2.8. I'm in the process of going to 3.3, but not there as yet. So, with that in mind, there may be (most likely are) some differences with the later fBSD that I will have 'wrong'. For me, I dislike the SystemV/Linux useage of the /etc/rc.d. directories to control "run-levels". I prefer everything in the rc files in /etc - it's all there, and you either run single user mode, or you run multi-user mode. No, Single with X, multi without X, multi with X, all that stuff - I'm a simple Analyst, let's keep it simple. I like that in BSD. I find, for me, the comfort of having a central team QA the releases (ok, bugs still slip through, they're only human, processes break down :'), and I can be pretty sure that all that is released in a "version" of FreeBSD will actually work on that version. Without having to upgrade this obscure library from here, there or somewhere else. The order and the control is comforting for someone from a "real" Operating System environment. The chaos in the Linux world is great for others. They enjoy having completely unique configurations - I tried it, and decided that it just 'wasn't me'. Either is an excellent way for you to break the shackles of 'the evil empire'. Either is a great way to learn to drive Unix, and even program in that environment. There are many many similarities that to non-techo would make them ask "what's the difference?". Under the hood there are some very real differences - for example, FreeBSD performs considerably better under load, making it more suited to 'server' situations. Linux has more 'bleeding edge' "toys" (e.g. it had VMware first), and that appeals to some. Me, I like the rock-solid stability, the great performance, and the elegant way the system files are layed out. But, I am also almost as equally at home on one of my collegue's Linux machine - once you know what the differences are in the directory structures. All of the above is my opinion, and may change at any time :') haxxa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:22:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id C9157153C3 for ; Thu, 20 Jan 2000 21:22:46 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id AAA74772; Fri, 21 Jan 2000 00:20:57 -0500 (EST) (envelope-from cjc) Date: Fri, 21 Jan 2000 00:20:57 -0500 From: "Crist J. Clark" To: Ben Smithurst Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG Subject: Re: sh(1) Messing with My Mind Message-ID: <20000121002057.I73715@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <867h6j$1kk4$1@atlantis.rz.tu-clausthal.de> <200001202140.WAA05161@dorifer.heim3.tu-clausthal.de> <20000120175518.F72914@cc942873-a.ewndsr1.nj.home.com> <20000121001756.A25494@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000121001756.A25494@strontium.scientia.demon.co.uk>; from ben@scientia.demon.co.uk on Fri, Jan 21, 2000 at 12:17:56AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 21, 2000 at 12:17:56AM +0000, Ben Smithurst wrote: > Crist J. Clark wrote: > > > And although it does not impact me, there is another reason, and one > > of the best ones, that someone would rather pipe to read than > > backtick, > > > > (3) The backticked argument cannot have nested backticks. > > ben@strontium:~$ echo `ls \`pwd\`` > .ICEauthority .KillLog .MsgLog .Xauthority .Xresources [snip] > > oh yes it can. :-) I guess I wrote too quickly. I knew you could escape them. I should have said, (3) Nesting backticks can be done if one is insane. [snip] > > Anyway, I guess I need to find a workaround. I figured I was missing > > something obvious (something I already knew). Thanks for pointing it > > out. > > hmm.. if the output is like "4 Fri 21 Jan 2000 00:15:59 GMT" as you say, > then how about > > DATA=`awk whatever` > set -- $DATA > NUM=$1 > shift; DATE="$*" > > would that work? It would, but I've already got argv filled with something else. I guess I could swap them. But since we're having so much fun with all of this, maybe I should try this one on all of you. Given Ben's code above, how would _you_ determine how long ago $DATE was from the present time? Better yet, I'll tell you all what that whole argument line is. That first number is a dump level and the second is the date of the dump. The script needs to figure out if we need to dump and at what level. That awk script is taking the staggeringly useless "inventory" output from the SGI xfsdump(8) command (the -I option) and distilling the last dump for a given filesystem. That all works, but is only the start of the fun. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:29:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from inet03.citec.qld.gov.au (inet03.citec.qld.gov.au [203.5.10.10]) by hub.freebsd.org (Postfix) with ESMTP id BDFB015224 for ; Thu, 20 Jan 2000 21:29:07 -0800 (PST) (envelope-from sgcccdc@citec.qld.gov.au) Received: by inet03.citec.qld.gov.au; id PAA16757; Fri, 21 Jan 2000 15:24:01 +1000 (EST) Received: from guru.citec.qld.gov.au( 147.132.20.47) by inet03.citec.qld.gov.au via smap (V2.0) id xma016620; Fri, 21 Jan 00 15:23:53 +1000 Received: from localhost (sgcccdc@localhost) by guru.citec.qld.gov.au (8.9.3/8.9.3) with ESMTP id PAA21828; Fri, 21 Jan 2000 15:25:07 +1000 X-Authentication-Warning: guru.citec.qld.gov.au: sgcccdc owned process doing -bs Date: Fri, 21 Jan 2000 15:25:07 +1000 (EST) From: Colin Campbell To: Jonathan Chen Cc: James Halstead , "questions @FreeBSD.org" Subject: Re: crond In-Reply-To: <20000121164028.A9147@jonc.logisticsoftware.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Fri, 21 Jan 2000, Jonathan Chen wrote: > On Thu, Jan 20, 2000 at 09:24:41PM -0500, James Halstead wrote: > > > Phil homewood wrote: > > > > > You ran "crontab /etc/crontab". Don't do that. > > > > I don't think I have ever executed that command, but it is possible. Anyway, > > how can I fix the problem? > > As root: > > crontab -l > > will remove the root's munged personal crontab. > Don't you mean "-r". Colin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:29:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from spits.calcasieu.com (mx1.calcasieu.com [209.99.46.70]) by hub.freebsd.org (Postfix) with ESMTP id 5093514BDC for ; Thu, 20 Jan 2000 21:29:36 -0800 (PST) (envelope-from dread@calcasieu.com) Received: from coypu.austin.calcasieu.com (coypu [192.168.170.33]) by spits.calcasieu.com (8.9.3/8.9.3) with ESMTP id XAA14115; Thu, 20 Jan 2000 23:25:22 -0600 (CST) (envelope-from dread@calcasieu.com) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000121164028.A9147@jonc.logisticsoftware.co.nz> Date: Thu, 20 Jan 2000 23:25:22 -0600 (CST) Organization: Calcasieu Lumber From: Don Read To: Jonathan Chen Subject: Re: crond Cc: "questions @FreeBSD.org" Cc: "questions @FreeBSD.org" , James Halstead Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21-Jan-00 Jonathan Chen wrote: > > As root: > > crontab -l > > will remove the root's munged personal crontab. s/remove/list/ crontab ^D - or - crontab < /dev/null will remove Regards, --- Don Read dread@calcasieu.com EDP Manager dread@texas.net Calcasieu Lumber Co. Austin TX -- No Coffee No Peace. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:36:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 23E761502D for ; Thu, 20 Jan 2000 21:36:44 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id XAA14540; Thu, 20 Jan 2000 23:11:14 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Thu, 20 Jan 2000 23:11:14 -0500 (EST) From: Brett Taylor To: Ryan Thompson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: no /boot/loader 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 Ryan, On Thu, 20 Jan 2000, Ryan Thompson wrote: > On Thu, 20 Jan 2000, Brett Taylor wrote: > > A machine I used to admin has suddenly bitten the dust. The new > > admin wrote me and said the machine crashed earlier today. He went > > down to try to reset it and it comes up with: > > Disk error 0x2 > > (1ba=0x8f) No /boot/loader > If I didn't know any better, I'd guess that there was no /boot/loader Yeah - I figured that. :-) > Seriously, the simple answer is often the correct one. The admin > might have accidentally removed some stuff from the /boot/ directory > that he/she shouldn't have. He wasn't on and isn't experienced enough to even know there is a /boot partition. He's a temporary admin that the dept stuck on when I left which is why I'm getting email now asking to help. :-) > it would definitely be worth the effort to boot from a fixit floppy, > mount the root filesystem and see if /boot/loader is, in fact, > missing. Well, that's the plan but it will have to wait until he's there - I'm 2000 miles from the console. :-) Thanks, Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:37:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sblake.comcen.com.au (sblake.comcen.com.au [203.23.236.144]) by hub.freebsd.org (Postfix) with ESMTP id 3AC66152C6 for ; Thu, 20 Jan 2000 21:37:29 -0800 (PST) (envelope-from aunty@sblake.comcen.com.au) Received: (from aunty@localhost) by sblake.comcen.com.au (8.9.3/8.9.3) id QAA42507; Fri, 21 Jan 2000 16:35:17 +1100 (EST) (envelope-from aunty) Date: Fri, 21 Jan 2000 16:35:17 +1100 From: aunty To: pini0n Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question regarding FreeBSD and Linux Message-ID: <20000121163517.G32295@comcen.com.au> References: <000501bf63c9$5d59b640$46200304@dsl.gtei.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <000501bf63c9$5d59b640$46200304@dsl.gtei.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 20, 2000 at 10:38:18PM -0600, pini0n wrote: > BSDers, > > Im a newbie to linux but am catching on quickly. Ive got the UNIX > basics down and am now getting into more of the advanced stuff. While > Im battering at the learning curve for linux, I thought Id give FreeBSD > a chance on another HD of mine. Here's my question: > > How similar are linux and FreeBSD? > > Im running Slackware 7 w/out a GUI like X or KDE, and so am curious as > to how similar the directory structures are, commands, etc. Itll be > another week or two before Im able to install it, so, I thought Id get a > heads up on now on how similar the experience will be. For directory layout, you could type 'man hier' on both systems and compare, or if you don't have FreeBSD yet look at http://www.FreeBSD.org/cgi/man.cgi?query=hier&apropos=0&sektion=0&manpath=FreeBSD+3.4-RELEASE&format=html It's a matter of perspective. If your perspective is that of a recent convert from Microsoft systems, you'll find them very similar to each other. If you're coming from a unix background, all of the little differences will jump out at you. For example, most of the user commands and easy admin commands are the same, but some of the admin differs a lot because of system differences, especially in the area of what the system does while it is booting up. But they're still more similar to each other than they are to Windows, OS/2, Mac, etc. Again, if you were coming from a unix background you'd even notice a lot of differences between different distributions of Linux that most hobby Linux users would hardly notice. Coming from Slackware to FreeBSD you shouldn't find too many surprises. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:37:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blockhead.mincom.com (blockhead2.mincom.com [203.15.57.33]) by hub.freebsd.org (Postfix) with ESMTP id D7427153C3 for ; Thu, 20 Jan 2000 21:37:36 -0800 (PST) (envelope-from philh@mincom.com) Received: (from uucp@localhost) by blockhead.mincom.com (8.9.3/8.9.3) id NAA30438; Fri, 21 Jan 2000 13:41:17 +1000 (EST) (envelope-from philh@mincom.com) Received: from porthole.mincom.oz.au(172.17.100.2) via SMTP by blockhead.mincom.oz.au, id smtpdJ30433; Fri Jan 21 13:41:13 2000 Received: (from philh@localhost) by porthole.mincom.oz.au (8.9.3/8.9.3/mincom) id NAA27311; Fri, 21 Jan 2000 13:41:12 +1000 (EST) (envelope-from philh) Date: Fri, 21 Jan 2000 13:41:12 +1000 From: Phil Homewood To: James Halstead Cc: "questions @FreeBSD.org" Subject: Re: crond Message-ID: <20000121134111.R32425@mincom.com> References: <016101bf63b0$4a2cb0e0$64c8d9d1@jameshal> <20000121114426.P32425@mincom.com> <019e01bf63b6$ad93b740$64c8d9d1@jameshal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <019e01bf63b6$ad93b740$64c8d9d1@jameshal>; from James Halstead on Thu, Jan 20, 2000 at 09:24:41PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG James Halstead wrote: > Phil homewood wrote: > > > You ran "crontab /etc/crontab". Don't do that. > > I don't think I have ever executed that command, but it is possible. Anyway, > how can I fix the problem? crontab -r /etc/crontab is a system-wide thing; it differs in format from the per-user crontabs. Either edit /etc/crontab and leave it be, or use crontab to edit a per-user crontab file. Don't combine the two. -- This transmission is for the intended addressee only and is confidential information. If you have received this transmission in error, please delete it and notify the sender. The contents of this email are the opinion of the writer and are not endorsed by Mincom Ltd unless expressly stated otherwise. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:41:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id ECB40154EA for ; Thu, 20 Jan 2000 21:41:08 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com ([203.197.137.151]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id QAA06727; Fri, 21 Jan 2000 16:06:37 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id LAA00918; Fri, 21 Jan 2000 11:01:10 +0530 (IST) (envelope-from grog) Date: Fri, 21 Jan 2000 11:01:00 +0530 From: Greg Lehey To: Neill Robins Cc: freebsd-questions@FreeBSD.ORG Subject: Re: unsubscribe trouble Message-ID: <20000121110100.O481@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <4.3.0.29.0.20000120124955.00a9e130@pop-server.nc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <4.3.0.29.0.20000120124955.00a9e130@pop-server.nc.rr.com>; from dustpan@nc.rr.com on Thu, Jan 20, 2000 at 12:51:45PM -0500 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, 20 January 2000 at 12:51:45 -0500, Neill Robins wrote: > Hello, > > I am trying to unsubscribe from -questions so I can subscribe under another > account. The problem is that I have tried to unsubscribe 3 times, > unsuccessfully. I have managed to unsubscribe from -newbies and -chat. > > Anyone have any insight? This probably means that you have subscribed under a different user ID. This message came from Neill Robins . I don't find that in the list of subscribers. Check the headers of the next message you receive from FreeBSD-questions; it will contain the name to which it was sent. Unsubscribe that name. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:41:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id 1F92415515 for ; Thu, 20 Jan 2000 21:41:20 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com ([203.197.137.151]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id QAA06733; Fri, 21 Jan 2000 16:07:15 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id KAA00858; Fri, 21 Jan 2000 10:55:19 +0530 (IST) (envelope-from grog) Date: Fri, 21 Jan 2000 10:55:19 +0530 From: Greg Lehey To: cjclark@home.com Cc: "John H. Baldwin" , freebsd-questions@FreeBSD.ORG Subject: Re: Recoverving/reviving a 'stale' subdisk under vinum Message-ID: <20000121105518.N481@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <20000120191543.B73715@cc942873-a.ewndsr1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000120191543.B73715@cc942873-a.ewndsr1.nj.home.com>; from cjc@cc942873-a.ewndsr1.nj.home.com on Thu, Jan 20, 2000 at 07:15:43PM -0500 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] On Thursday, 20 January 2000 at 19:15:43 -0500, Crist J. Clark wrote: > On Thu, Jan 20, 2000 at 01:56:07PM -0500, John H. Baldwin wrote: >> I've read the vinum(4) and vinum(8) manpages as well as the webpages at >> www.lemis.com/~grog/vinum.html, and while they are very good as far as >> setup and configuration info, I haven't been able to find a lot of info >> about recovering. I have a stale subdisk that I can't get to recover no >> matter how many different start commands I try. I've tried starting the >> volume, the plex, and the subdisk itself with no success. >> >> # vinum list >> Configuration summary >> >> Drives: 3 (4 configured) >> Volumes: 1 (4 configured) >> Plexes: 1 (8 configured) >> Subdisks: 3 (16 configured) >> >> D vinumdrive0 State: up Device /dev/da1s1e Avail: 0/8683 MB (0%) >> D vinumdrive1 State: up Device /dev/da2s1e Avail: 0/8683 MB (0%) >> D vinumdrive2 State: up Device /dev/da3s1e Avail: 0/8683 MB (0%) >> >> V ftp_mirror State: up Plexes: 1 Size: 25 GB >> >> P ftp_mirror.p0 S State: corrupt Subdisks: 3 Size: 25 GB >> >> S ftp_mirror.p0.s0 State: up PO: 0 B Size: 8683 MB >> S ftp_mirror.p0.s1 State: up PO: 256 kB Size: 8683 MB >> S ftp_mirror.p0.s2 State: stale PO: 512 kB Size: 8683 MB >> >> # vinum start ftp_mirror.p0.s2 >> Can't start ftp_mirror.p0.s2: Device busy (16) Hmm. That shouldn't happen. > You have to 'stop' everything first. (I might be overkilling here, > but better safe...) No, that's not safe. That would mean taking down the volume. I haven't seen this before. How about the information I ask for in the web page? Greg -- 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 Thu Jan 20 21:42:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from io.dreamscape.com (io.dreamscape.com [206.64.128.6]) by hub.freebsd.org (Postfix) with ESMTP id 0986D152FD for ; Thu, 20 Jan 2000 21:42:52 -0800 (PST) (envelope-from halstead@dreamscape.com) Received: from jameshal (sA19-p37.dreamscape.com [209.217.200.100]) by io.dreamscape.com (8.9.3/8.8.4) with SMTP id WAA03835; Thu, 20 Jan 2000 22:55:15 -0500 (EST) X-Dreamscape-Track-A: sA19-p37.dreamscape.com [209.217.200.100] X-Dreamscape-Track-B: Thu, 20 Jan 2000 22:55:15 -0500 (EST) Message-ID: <025a01bf63c3$bea01d00$64c8d9d1@jameshal> From: "James Halstead" To: "Phil Homewood" Cc: "questions @FreeBSD.org" References: <016101bf63b0$4a2cb0e0$64c8d9d1@jameshal> <20000121114426.P32425@mincom.com> <019e01bf63b6$ad93b740$64c8d9d1@jameshal> <20000121134111.R32425@mincom.com> Subject: Re: crond Date: Thu, 20 Jan 2000 22:58: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.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks! that seems to have fixed it. It was getting really annoying having mail sent to me every 5 minutes. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:52:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 0442F1549B for ; Thu, 20 Jan 2000 21:52:31 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id XAA00647 for ; Thu, 20 Jan 2000 23:55:55 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Thu, 20 Jan 2000 23:55:55 -0600 (CST) From: Gene Harris To: freebsd-questions@freebsd.org Subject: telnet client for win95/98 Message-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 needing to use a telnet client from Win98 to work on a FreeBSD box. The standard telnet is not sufficently functional for some of the work I will be performing. Can anyone recommend a telnet client that is vt220 capable? Many Thanks, *==============================================* *Gene Harris http://www.tetronsoftware.com* *FreeBSD Novice * *All ORBS.org SMTP connections are denied! * *==============================================* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:56:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tomts2-srv.bellnexxia.net (tomts2.bellnexxia.net [209.226.175.140]) by hub.freebsd.org (Postfix) with ESMTP id 5BA1C14BDC for ; Thu, 20 Jan 2000 21:56:56 -0800 (PST) (envelope-from willwong@anime.ca) Received: from magus ([216.209.45.41]) by tomts2-srv.bellnexxia.net (InterMail vM.4.01.02.07 201-229-116-107) with SMTP id <20000121055655.RMTA26813.tomts2-srv.bellnexxia.net@magus> for ; Fri, 21 Jan 2000 00:56:55 -0500 Message-ID: <000d01bf63d4$52585340$0300a8c0@anime.ca> From: "William Wong" To: Subject: centericq Date: Fri, 21 Jan 2000 00:56:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm just wondering if anyone got this to work? (I installed it from Ports) It can't seem to log into the server. Micq works fine however. Thanks, - Will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 21:59:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sasknow.com (h139-142-245-96.ss.fiberone.net [139.142.245.96]) by hub.freebsd.org (Postfix) with ESMTP id 462CD151B4 for ; Thu, 20 Jan 2000 21:59:10 -0800 (PST) (envelope-from freebsd@sasknow.com) Received: from localhost (freebsd@localhost) by sasknow.com (8.9.3/8.9.3) with ESMTP id XAA92328; Thu, 20 Jan 2000 23:59:38 -0600 (CST) (envelope-from freebsd@sasknow.com) Date: Thu, 20 Jan 2000 23:59:38 -0600 (CST) From: Ryan Thompson To: Gene Harris Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Connecting to a different Xclient 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, 20 Jan 2000, Gene Harris wrote: > I am not sure of my terminology for X-Windows, so I'll ask > this question as best I can: > > I have a Linux RH 6.1 Workstation and a FreeBSD 3.4S Server > on my local network. Both are running XFree86 3.3.X almost > full time. > > Is it possible to open an Xterm window on my FreeBSD box > that connects to the Linux XFree server? The reason I am > asking this question is that I was blocking access to the > ports at 6000+ on my firewall and I wondered how an > application like xterm could connect to a remote machine > thru these ports. > Sure... I HIGHLY recommend you take advantage of SSH's ability to securely tunnel X connections, even if doing this over a lan. (It will also simplify and stabilize your firewall configuration, most likely). As close to "cook-book" as I get. The following should get you started. Please read relevant manual pages for more details. Install SSH on both machines (ensuring sshd is running on your Linux machine, to allow connections). It is not necessary to install an X server on your linux machine if all you want to do is allow client connections. Having XFree installed is enough. A functioning X server MUST be configured on your "client" FreeBSD machine. Assuming your linux machine is at 10.x.y.z, issue xhost 10.x.y.z on your FreeBSD machine to allow connections to be displayed. In X on the FreeBSD box, from a terminal, ssh to your linux box. (Note, if you absolutely must log in as root, you'll want to edit your /usr/local/etc/sshd_config to enable root logins). Check your DISPLAY variable in your remote ssh. Assuming your FreeBSD machine is at 10.x.y.p, use setenv DISPLAY 10.x.y.p:0. Note you should NOT use 127.0.0.1 or localhost here, as the remote machine will not resolve these to the FreeBSD box. Run your desired X applications, but do so over a fast connection, lest ye experience extraordinarily slow GUIs. > I have performed a half-baked scan of the documentation and > found a few references, but absolutely no details for > cook-booking the task. Any pointers would be greatly > appreciated. > > (I am also playing with tcp wrappers, so please respond thru > the mailing list as I have unknown servers blocked while I > build my hosts.allow file.) > > Many Thanks, > *==============================================* > *Gene Harris http://www.tetronsoftware.com* > *FreeBSD Novice * ^^^^^^^^^^^^^^ - I'd sooner hire a FreeBSD novice than an MCSE :-) > *All ORBS.org SMTP connections are denied! * > *==============================================* -- Ryan Thompson 50% Owner, Sysadmin SaskNow Technologies http://www.sasknow.com #106-380 3120 8th St E Saskatoon, SK S7H 0W2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 22: 5:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tarial.albury.net.au (tarial.albury.NET.AU [203.15.244.17]) by hub.freebsd.org (Postfix) with ESMTP id C4ABD15218 for ; Thu, 20 Jan 2000 22:05:19 -0800 (PST) (envelope-from nicks@tarial.albury.net.au) Received: (from nicks@localhost) by tarial.albury.net.au (8.9.3/8.9.3) id RAA28671; Fri, 21 Jan 2000 17:04:27 +1100 (EST) (envelope-from nicks) Date: Fri, 21 Jan 2000 17:04:27 +1100 From: Nick Slager To: Gene Harris Cc: freebsd-questions@FreeBSD.ORG Subject: Re: telnet client for win95/98 Message-ID: <20000121170426.A26412@albury.net.au> Mail-Followup-To: Gene Harris , 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 zeus@tetronsoftware.com on Thu, Jan 20, 2000 at 11:55:55PM -0600 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Gene Harris (zeus@tetronsoftware.com): > I am needing to use a telnet client from Win98 to work on a > FreeBSD box. The standard telnet is not sufficently > functional for some of the work I will be performing. > Try CRT - http://www.vandyke.com/ They also have a version that supports SSH - although downloads are restricted to North America :( 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 Jan 20 22: 9:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tomts2-srv.bellnexxia.net (tomts2.bellnexxia.net [209.226.175.140]) by hub.freebsd.org (Postfix) with ESMTP id A681515167 for ; Thu, 20 Jan 2000 22:09:09 -0800 (PST) (envelope-from willwong@anime.ca) Received: from magus ([216.209.45.41]) by tomts2-srv.bellnexxia.net (InterMail vM.4.01.02.07 201-229-116-107) with SMTP id <20000121060909.RNKP26813.tomts2-srv.bellnexxia.net@magus>; Fri, 21 Jan 2000 01:09:09 -0500 Message-ID: <003601bf63d6$07762e40$0300a8c0@anime.ca> From: "William Wong" To: "matt" Cc: References: Subject: Re: Restricting RST & Dropping SYN/FIN (was; stream.c) Date: Fri, 21 Jan 2000 01:09: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.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You need to compile the options into your kernel. Take a look at LINT. ----- Original Message ----- From: "matt" To: "FreeBSD-STABLE" Sent: Friday, January 21, 2000 1:03 AM Subject: Restricting RST & Dropping SYN/FIN (was; stream.c) > > curious.. on 3.4-stable, cvsupped Dec. 29 1999, defaults/rc.conf has; > > TCP_DROP_SYNFIN and TCP_RESTRICT_RST, which point to: > > sysctl net.inet.tcp.drop_synfin and net.inet.tcp.restrict_rst, However: > > root[w01]:~# sysctl -w net.inet.tcp.restrict_rst=1 > sysctl: unknown oid 'net.inet.tcp.restrict_rst' > root[w01]:~# sysctl -w net.inet.tcp.drop_synfin=1 > sysctl: unknown oid 'net.inet.tcp.drop_synfin' > > Is this not functional yet? Or does it require something that I'm missing > here? As I said, the machine is 3.4-STABLE as of Dec. 29 1999. > > -Matt > > > > > > 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 Thu Jan 20 22:10:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 5157815138 for ; Thu, 20 Jan 2000 22:10:38 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id AAA00760; Fri, 21 Jan 2000 00:13:57 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Fri, 21 Jan 2000 00:13:57 -0600 (CST) From: Gene Harris To: Ryan Thompson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Connecting to a different Xclient 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, 20 Jan 2000, Ryan Thompson wrote: [snip] > > *==============================================* > > *Gene Harris http://www.tetronsoftware.com* > > *FreeBSD Novice * > ^^^^^^^^^^^^^^ - I'd sooner hire a FreeBSD novice than an MCSE :-) *grin* I am an MCSE and MCSD also. Started working with Microsoft Xenix way back in the 80's at Intel. Writing device drivers for multibus boards driving an incredible 8 serial ports and 2MB RAM to execute Xenix. And no, I don't long for the good old days. I left *nix for NT because folks like SCO and ATT were just too hard to deal with at the time. But times have changed. And yes, I still develop software for Windows. It pays the mortgage. *grin* > -- > Ryan Thompson 50% Owner, Sysadmin > SaskNow Technologies http://www.sasknow.com > #106-380 3120 8th St E Saskatoon, SK S7H 0W2 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 22:30: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pine.liii.com (pine.liii.com [198.207.193.2]) by hub.freebsd.org (Postfix) with SMTP id 4A2A515245 for ; Thu, 20 Jan 2000 22:30:02 -0800 (PST) (envelope-from ted@liii.com) Received: (qmail 10230 invoked from network) by pine.liii.com; 21 Jan 2000 06:29:59 -0000 Received: from oak.liii.com (@198.207.193.5) by pine.liii.com with SMTP; 21 Jan 2000 06:29:59 -0000 Received: (qmail 27480 invoked by user ted) by oak.liii.com; 21 Jan 2000 06:29:55 -0000 Date: Fri, 21 Jan 2000 01:29:55 -0500 From: Ted Stein To: freebsd-questions@freebsd.org Subject: Disk Error After Installation Message-ID: <20000121012955.C27364@liii.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Operating-System: SunOS oak 5.7 sun4m Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Earlier today, my filesystems somehow got messed up, so I tried reinstalling. I've installed about 5 times since, to no avail. The error I get is as such: BootMgr 1: DOS 5: Disk 1 (I enter 2) BootMgr 1: FreeBSD 2: DOS 5: Disk 0 (I enter 1) -- begin actual stuff -- Disk error 0x1 (lba=0xe2904f) no /boot/loader boot: wd(1,a)/kernel Disk error 0x1 (lba=0xe2904f) no /kernel -- end -- These are two IDE disks, the FreeBSD one is on the primary controller as the slave. If I set the device to wd(1,e) (/usr) and type '?' it lists all the directories fine, but the other slices, I have no idea what's going on. Any help is appreciated, I'd be glad to provide more information if needed. -- Ted Stein GGN/LIII ted@liii.com -- work ted@tedstein.org -- personal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 22:32:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id C0F381544D for ; Thu, 20 Jan 2000 22:32:26 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id AAA00815; Fri, 21 Jan 2000 00:35:45 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Fri, 21 Jan 2000 00:35:45 -0600 (CST) From: Gene Harris To: Nick Slager Cc: freebsd-questions@FreeBSD.ORG Subject: Re: telnet client for win95/98 In-Reply-To: <20000121170426.A26412@albury.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [snip] > Try CRT - http://www.vandyke.com/ > > They also have a version that supports SSH - although downloads are restricted > to North America :( > Sometimes, we have the dumbest #$%& laws in this country. *grin* And many thanks for the recommendation. Gene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 22:35:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server.baldwin.cx (jobaldwi.campus.vt.edu [198.82.67.146]) by hub.freebsd.org (Postfix) with ESMTP id 4D406151D3 for ; Thu, 20 Jan 2000 22:35:48 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx (john [10.0.0.2]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id BAA73206; Fri, 21 Jan 2000 01:35:33 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-Id: <200001210635.BAA73206@server.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000121105518.N481@mojave.worldwide.lemis.com> Date: Fri, 21 Jan 2000 01:35:33 -0500 (EST) From: John Baldwin To: Greg Lehey Subject: Re: Recoverving/reviving a 'stale' subdisk under vinum Cc: freebsd-questions@FreeBSD.org, cjclark@home.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21-Jan-00 Greg Lehey wrote: > On Thursday, 20 January 2000 at 19:15:43 -0500, Crist J. Clark wrote: >> On Thu, Jan 20, 2000 at 01:56:07PM -0500, John H. Baldwin wrote: >>> I've read the vinum(4) and vinum(8) manpages as well as the webpages at >>> www.lemis.com/~grog/vinum.html, and while they are very good as far as >>> setup and configuration info, I haven't been able to find a lot of info >>> about recovering. I have a stale subdisk that I can't get to recover no >>> matter how many different start commands I try. I've tried starting the >>> volume, the plex, and the subdisk itself with no success. >>> >>> # vinum list >>> Configuration summary >>> >>> Drives: 3 (4 configured) >>> Volumes: 1 (4 configured) >>> Plexes: 1 (8 configured) >>> Subdisks: 3 (16 configured) >>> >>> D vinumdrive0 State: up Device /dev/da1s1e Avail: 0/8683 MB (0%) >>> D vinumdrive1 State: up Device /dev/da2s1e Avail: 0/8683 MB (0%) >>> D vinumdrive2 State: up Device /dev/da3s1e Avail: 0/8683 MB (0%) >>> >>> V ftp_mirror State: up Plexes: 1 Size: 25 GB >>> >>> P ftp_mirror.p0 S State: corrupt Subdisks: 3 Size: 25 GB >>> >>> S ftp_mirror.p0.s0 State: up PO: 0 B Size: 8683 MB >>> S ftp_mirror.p0.s1 State: up PO: 256 kB Size: 8683 MB >>> S ftp_mirror.p0.s2 State: stale PO: 512 kB Size: 8683 MB >>> >>> # vinum start ftp_mirror.p0.s2 >>> Can't start ftp_mirror.p0.s2: Device busy (16) > > Hmm. That shouldn't happen. Well, that's comforting. :) >> You have to 'stop' everything first. (I might be overkilling here, >> but better safe...) > > No, that's not safe. That would mean taking down the volume. Err, oops. I already did this and it worked. I've already fsck'd the volume and have it in use right now. > I haven't seen this before. How about the information I ask for in > the web page? Ok, here's what I do have, but I did fix it using the above hackishness, so some of it may not apply. # uname -a FreeBSD raven.XXXXX 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Dec 6 16:25:01 EST 1999 root@snowcow.XXXXX:/usr/source/src/sys/compile/RAVEN i386 the output of 'vinum list' you already have above, here's some of vinum_history, although it doesn't include any of the return values, so I don't think it will be of much use: 20 Jan 2000 12:39:55.489661 *** vinum started *** 20 Jan 2000 12:39:55.540632 start 20 Jan 2000 12:39:55.820518 *** Created devices *** 20 Jan 2000 12:40:12.649217 *** vinum started *** 20 Jan 2000 12:40:13.502406 help 20 Jan 2000 12:40:25.188145 ls 20 Jan 2000 13:10:31.321216 start 20 Jan 2000 13:10:47.978917 start ftp_mirror.p0.s2 20 Jan 2000 13:10:50.980012 stop That is what I did when I first brought the machine back up. 20 Jan 2000 16:21:53.536302 *** vinum started *** 20 Jan 2000 16:21:53.537010 stop ftp_mirror.p0 20 Jan 2000 16:21:58.984393 *** vinum started *** 20 Jan 2000 16:21:58.985133 list 20 Jan 2000 16:22:06.561902 *** vinum started *** 20 Jan 2000 16:22:06.562622 stop ftp_mirror.p0.s2 20 Jan 2000 16:22:17.000952 *** vinum started *** 20 Jan 2000 16:22:17.005242 stop -f ftp_mirror.p0.s2 20 Jan 2000 16:22:21.145993 *** vinum started *** 20 Jan 2000 16:22:21.146744 list 20 Jan 2000 16:22:40.709634 *** vinum started *** 20 Jan 2000 16:22:40.710394 start ftp_mirror 20 Jan 2000 16:22:54.393075 *** vinum started *** 20 Jan 2000 16:22:54.393778 start ftp_mirror.p0.s0 20 Jan 2000 16:23:00.238272 *** vinum started *** 20 Jan 2000 16:23:00.239015 list 20 Jan 2000 16:23:09.552251 *** vinum started *** 20 Jan 2000 16:23:09.552963 start ftp_mirror.p0.s1 20 Jan 2000 16:23:16.193159 *** vinum started *** 20 Jan 2000 16:23:16.193896 start ftp_mirror.p0.s2 That is how I "fixed" it. However, the drive seems to have fallen over again (*sigh*) with the following kernel messages: Jan 20 23:28:38 raven /kernel: (da2:ahc1:0:1:0): SCB 0x96 - timed out while idle, LASTPHASE == 0x1, SEQADDR == 0xa Jan 20 23:28:38 raven /kernel: (da2:ahc1:0:1:0): Queuing a BDR SCB Jan 20 23:28:38 raven /kernel: (da2:ahc1:0:1:0): Bus Device Reset Message Sent Jan 20 23:28:38 raven /kernel: (da2:ahc1:0:1:0): no longer in timeout, status = 34b Jan 20 23:28:38 raven /kernel: ahc1: Bus Device Reset on A:1. 1 SCBs aborted Note that I didn't get this message until after the drive had been booted for a while, the kernel found it fine during boot: ahc1: rev 0x00 int a irq 10 on pci2.9.0 ahc1: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs ... da2 at ahc1 bus 0 target 1 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 80.000MB/s transfers (40.000MHz, offset 15, 16bit), Tagged Queueing Enabled da2: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) Hope this enough info and hope your stay in India is going well. > Greg -- 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 Jan 20 23:30:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id 72A9D153F1; Thu, 20 Jan 2000 23:30:11 -0800 (PST) (envelope-from dannyh@idx.com.au) Received: from psych ([203.41.44.159]) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id SAA28466; Fri, 21 Jan 2000 18:32:27 +1100 Message-Id: <3.0.32.20000121183110.006e2294@idx.com.au> X-Sender: dannyh@idx.com.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Fri, 21 Jan 2000 18:31:13 +1100 To: John Baldwin , Greg Lehey From: Danny Subject: Implementing Squid Design Phase Cc: freebsd-questions@FreeBSD.ORG, cjclark@home.com 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 want to deploy a test for Squid and soon a Radius solution at my network before I deploy the thing in real life. Question: - What are the hardware requirements for Squid with 50 hosts in the network? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 23:34:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id 1A08F15190 for ; Thu, 20 Jan 2000 23:34:26 -0800 (PST) (envelope-from daemon@inner.demon.co.uk) Received: from inner.demon.co.uk ([158.152.18.140]) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 12BYaO-0001ns-0A for freebsd-questions@freebsd.org; Fri, 21 Jan 2000 07:34:25 +0000 Received: (from daemon@localhost) by inner.demon.co.uk (8.8.5/8.8.5) id HAA14238; Fri, 21 Jan 2000 07:34:22 GMT From: gedge@inner.demon.co.uk (Geraint A Edwards) To: freebsd-questions@freebsd.org (FreeBSD questions list) Subject: Re: 3.3: screen port - term settings Date: 21 Jan 2000 07:34:21 -0000 Organization: (posting from Cardiff, Wales) Lines: 26 Message-ID: <86925t$dsj$1@inner.demon.co.uk> In-Reply-To: <85pcc1$t2g$1@inner.demon.co.uk> Reply-To: gedge@serf.org X-Newsreader: trn 4.0-test72 (19 April 1999) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <85pcc1$t2g$1@inner.demon.co.uk>, Geraint A Edwards wrote: > I am setting up 3.3 (upgrading from 2.2.2, at last), and use > 'screen' all the time (in 'xterm'). (In truth, I'm fiddling with > 3.3 while - impatiently - waiting for 3.4 to arrive, but anyway...) > > I think something's wrong with the screen termcap - it just isn't > using the the bottom line of the xterm for the info lines (e.g. > C-a w). Instead the info appears at the current cursor position > and does not disappear (it wasn't even inverse video). > > This is 'screen' as installed from the 3.3 CD. I've checked that > /etc/termcap holds an entry for TERM=screen (it does) and that > this is the latest screen (it is). Beyond that, termcap is > almost rot13 to me. Thanks to all those who responded. The answer was to do the following from the screen package: cp etc/etcscreenrc /usr/local/etc/screenrc Did the job perfectly - thanks! -- "Gedge" = Geraint A Edwards = gedge@serf.org Caerdydd, Cymru = Cardiff, Wales : http://serf.org/gedge/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Jan 20 23:46:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from teapot06.domain1.bigpond.com (teapot06.domain1.bigpond.com [139.134.5.237]) by hub.freebsd.org (Postfix) with SMTP id BDFDE15071 for ; Thu, 20 Jan 2000 23:46:24 -0800 (PST) (envelope-from L0max@bigpond.com) Received: from localhost (localhost [127.0.0.1]) by teapot06.domain1.bigpond.com (NTMail 3.02.13) with ESMTP id pa148397 for ; Fri, 21 Jan 2000 17:46:05 +1000 Received: from ts1-2.comp.utas.edu.au ([144.6.40.98]) by mail1.bigpond.com (Claudes-Hand-crafted-MailRouter V2.7 1/48319); 21 Jan 2000 17:46:03 From: "Lomax" To: Subject: PPP keeps redialing! Date: Fri, 21 Jan 2000 18:46:54 +1100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0002_01BF643F.E3430240" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0002_01BF643F.E3430240 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, I've set up ppp and run it using ppp -alias -auto pmdemand on a system running FreeBSD 3.2 (NO X-Windows). If I run ppp any other way (ie. substitute -auto with -interactive or -background) ppp does not work. My actual problem is, I cant seem to stop ppp from always reconnecting if the link goes down. If the link goes down, I DO NOT want my unix box to try to dial up again and re-establish the link. I have tried the lines: set redial 0 1 set reconnect 0 0 but these seem to have no effect - my unix box will always dial up over and over (changing the timeout figures do seem to have an effect). The above two lines are in the correct place in ppp.conf. Is there something I'm missing? Is it something to do with the fact I'm running ppp in auto mode? Please find attached my ppp.conf file. Any info appreciated. Regards, Lomax ------=_NextPart_000_0002_01BF643F.E3430240 Content-Type: text/plain; name="ppp.conf.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="ppp.conf.txt" ################################################################ # PPP Configuration File ('/etc/ppp/ppp.conf') # # Default settings; These are always executed always when PPP # is invoked and apply to all system configurations. ################################################################ default: set device /dev/cuaa0 set speed 38400 set log +connect disable pred1 deny pred1 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK = \\dATDT\\T TIMEOUT 40 CONNECT" set filter dial 0 deny icmp set filter dial 1 permit 0 0 set timeout 0 set redial 0 1 set reconnect 0 0 # # ################################################################ # # For interactive mode use this configuration: # # Invoke with `ppp -alias interactive` # ################################################################ interactive: set authname spearce set authkey myPasswordGoesHere! set phone 63276666 set openmode active accept chap # ################################################################ # # For demand-dial (automatic) mode we'll use this configuration: # # Invoke with: 'ppp -auto -alias demand' # ################################################################ demand: set authname spearce set authkey myPasswordGoesHere! set phone 63276666 set login "TIMEOUT 15 sername:-\\r-sername: spearce \ word: \\P comp> = ppp" set openmode active #accept chap set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.0 add 0 0 127.2.2.2 ################################################################ # End of /etc/ppp/ppp.conf ------=_NextPart_000_0002_01BF643F.E3430240-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 0: 7:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id 9386F15198; Fri, 21 Jan 2000 00:07:11 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com ([203.197.137.157]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id SAA06936; Fri, 21 Jan 2000 18:36:46 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id NAA01775; Fri, 21 Jan 2000 13:34:35 +0530 (IST) (envelope-from grog) Date: Fri, 21 Jan 2000 13:34:35 +0530 From: Greg Lehey To: John Baldwin Cc: freebsd-questions@FreeBSD.org, cjclark@home.com Subject: Re: Recoverving/reviving a 'stale' subdisk under vinum Message-ID: <20000121133435.U1123@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <20000121105518.N481@mojave.worldwide.lemis.com> <200001210635.BAA73206@server.baldwin.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001210635.BAA73206@server.baldwin.cx>; from jhb@FreeBSD.org on Fri, Jan 21, 2000 at 01:35:33AM -0500 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 21 January 2000 at 1:35:33 -0500, John Baldwin wrote: > > On 21-Jan-00 Greg Lehey wrote: >> On Thursday, 20 January 2000 at 19:15:43 -0500, Crist J. Clark wrote: >>> On Thu, Jan 20, 2000 at 01:56:07PM -0500, John H. Baldwin wrote: >>>> I've read the vinum(4) and vinum(8) manpages as well as the webpages at >>>> www.lemis.com/~grog/vinum.html, and while they are very good as far as >>>> setup and configuration info, I haven't been able to find a lot of info >>>> about recovering. I have a stale subdisk that I can't get to recover no >>>> matter how many different start commands I try. I've tried starting the >>>> volume, the plex, and the subdisk itself with no success. >>>> >>>> # vinum list >>>> Configuration summary >>>> >>>> Drives: 3 (4 configured) >>>> Volumes: 1 (4 configured) >>>> Plexes: 1 (8 configured) >>>> Subdisks: 3 (16 configured) >>>> >>>> D vinumdrive0 State: up Device /dev/da1s1e Avail: 0/8683 MB (0%) >>>> D vinumdrive1 State: up Device /dev/da2s1e Avail: 0/8683 MB (0%) >>>> D vinumdrive2 State: up Device /dev/da3s1e Avail: 0/8683 MB (0%) >>>> >>>> V ftp_mirror State: up Plexes: 1 Size: 25 GB >>>> >>>> P ftp_mirror.p0 S State: corrupt Subdisks: 3 Size: 25 GB >>>> >>>> S ftp_mirror.p0.s0 State: up PO: 0 B Size: 8683 MB >>>> S ftp_mirror.p0.s1 State: up PO: 256 kB Size: 8683 MB >>>> S ftp_mirror.p0.s2 State: stale PO: 512 kB Size: 8683 MB >>>> >>>> # vinum start ftp_mirror.p0.s2 >>>> Can't start ftp_mirror.p0.s2: Device busy (16) >> >> Hmm. That shouldn't happen. > > Well, that's comforting. :) Hmm. Looking at this more carefully, yes, you can't do anything there. You just don't have the information to recover the subdisk. I'm still debating what to do in this case; there's no way to bring it back to a guaranteed consistent state here, but you *can* use the 'setupstate' command to fake it. >>> You have to 'stop' everything first. (I might be overkilling here, >>> but better safe...) >> >> No, that's not safe. That would mean taking down the volume. > > Err, oops. I already did this and it worked. I've already fsck'd > the volume and have it in use right now. > >> I haven't seen this before. How about the information I ask for in >> the web page? > > Ok, here's what I do have, but I did fix it using the above > hackishness, so some of it may not apply. > > the output of 'vinum list' you already have above, here's some of > vinum_history, although it doesn't include any of the return values, > so I don't think it will be of much use: > > 20 Jan 2000 12:39:55.489661 *** vinum started *** > 20 Jan 2000 12:39:55.540632 start > 20 Jan 2000 12:39:55.820518 *** Created devices *** > 20 Jan 2000 12:40:12.649217 *** vinum started *** > 20 Jan 2000 12:40:13.502406 help > 20 Jan 2000 12:40:25.188145 ls > 20 Jan 2000 13:10:31.321216 start > 20 Jan 2000 13:10:47.978917 start ftp_mirror.p0.s2 > 20 Jan 2000 13:10:50.980012 stop > > That is what I did when I first brought the machine back up. > > 20 Jan 2000 16:21:53.536302 *** vinum started *** > 20 Jan 2000 16:21:53.537010 stop ftp_mirror.p0 > 20 Jan 2000 16:21:58.984393 *** vinum started *** Hmm. Interesting. I don't seem to log a 'vinum stop'. > 20 Jan 2000 16:21:58.985133 list > 20 Jan 2000 16:22:06.561902 *** vinum started *** > 20 Jan 2000 16:22:06.562622 stop ftp_mirror.p0.s2 > 20 Jan 2000 16:22:17.000952 *** vinum started *** > 20 Jan 2000 16:22:17.005242 stop -f ftp_mirror.p0.s2 > 20 Jan 2000 16:22:21.145993 *** vinum started *** > 20 Jan 2000 16:22:21.146744 list > 20 Jan 2000 16:22:40.709634 *** vinum started *** > 20 Jan 2000 16:22:40.710394 start ftp_mirror > 20 Jan 2000 16:22:54.393075 *** vinum started *** > 20 Jan 2000 16:22:54.393778 start ftp_mirror.p0.s0 > 20 Jan 2000 16:23:00.238272 *** vinum started *** > 20 Jan 2000 16:23:00.239015 list > 20 Jan 2000 16:23:09.552251 *** vinum started *** > 20 Jan 2000 16:23:09.552963 start ftp_mirror.p0.s1 > 20 Jan 2000 16:23:16.193159 *** vinum started *** > 20 Jan 2000 16:23:16.193896 start ftp_mirror.p0.s2 > > That is how I "fixed" it. I don't see the volume being stopped there. Of course, it's not so important not to stop a volume if it's only partially accessible. > However, the drive seems to have fallen over again (*sigh*) with the > following kernel messages: > > Jan 20 23:28:38 raven /kernel: (da2:ahc1:0:1:0): SCB 0x96 - timed out while idle, LASTPHASE == 0x1, SEQADDR == 0xa > Jan 20 23:28:38 raven /kernel: (da2:ahc1:0:1:0): Queuing a BDR SCB > Jan 20 23:28:38 raven /kernel: (da2:ahc1:0:1:0): Bus Device Reset Message Sent > Jan 20 23:28:38 raven /kernel: (da2:ahc1:0:1:0): no longer in timeout, status = 34b > Jan 20 23:28:38 raven /kernel: ahc1: Bus Device Reset on A:1. 1 SCBs aborted Yup, that looks like a hardware problem; possibly bus termination or some such. Vinum is good at finding suboptimal SCSI chains, since it issues multiple requests in parallel. > Note that I didn't get this message until after the drive had been > booted for a while, Right, that's relatively typical. > the kernel found it fine during boot: Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 0: 8:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from picknowl.com.au (firewall.picknowl.com.au [203.24.77.2]) by hub.freebsd.org (Postfix) with ESMTP id 9C6C515457 for ; Fri, 21 Jan 2000 00:08:40 -0800 (PST) (envelope-from imoore@picknowl.com.au) Received: from mailserver1.picknowl.com.au ([10.1.1.4]) by mailserver2.picknowl.com.au (8.9.3/8.9.3) with ESMTP id SAA08189 for ; Fri, 21 Jan 2000 18:38:37 +1030 Received: from [203.38.195.68] by mailserver1.picknowl.com.au (NTMail 4.30.0013/NU2410.00.38109bdc) with ESMTP id lgqyiaaa for ; Fri, 21 Jan 2000 18:35:58 +1030 From: Ian Moore To: freebsd-questions@freebsd.org Subject: RE: Star Office 5.1 on FreeBSD3.2 dumps when run Date: Fri, 21 Jan 2000 18:06:24 +1030 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain Cc: ales@megared.net.mx MIME-Version: 1.0 Message-Id: <00012118393100.09488@imoore.on.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Thanks Ales for letting me know about the staroffice5 port. I tried running it today - I got the various dependencyies & installed them, then did a make, which ran without error. When I did the make install, I got the following: imoore:/usr/ports/editors/staroffice5# make install ===> Installing for staroffice-5.1a ===> staroffice-5.1a depends on file: /compat/linux/usr/i486-linux-libc5/lib/libc.so.5 - found /usr/compat/linux/sbin/ldconfig: warning: can't open /usr/ports/editors/staroffice5/work/tmp/sv001.tmp (No such file or directory), skipping StarOffice 5.1a (Sun Version) Personal Install How-To Written By: Darren Wiebe dkwiebe@hagenhomes.com You will very shortly be done a network install of StarOffice 5.1a. Once that is done run "make post-install". Once that is done exit X11 and run it again as the user that you usually use. Then run "make install-user" and do a standard workstation install. It will now be ready to use. Good Luck Bad system call - core dumped *** Error code 140 (ignored) ===> Generating temporary packing list install: /usr/local/Office51/bin: No such file or directory *** Error code 71 Stop. *** Error code 1 Stop. *** Error code 1 Stop. imoore:/usr/ports/editors/staroffice5# Any ideas on why this happened? I'm running 3.2-Release & have the 32upgrade-1999.01.05 package installed Cheers, -- Ian Moore To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 0:14:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ple.org (c431822-a.smateo1.sfba.home.com [24.7.95.203]) by hub.freebsd.org (Postfix) with ESMTP id 0C6401525B for ; Fri, 21 Jan 2000 00:14:47 -0800 (PST) (envelope-from andy@ple.org) Received: (from nobody@localhost) by ple.org (8.9.3/8.9.3) id AAA34480; Fri, 21 Jan 2000 00:14:06 -0800 (PST) Date: Fri, 21 Jan 2000 00:14:06 -0800 (PST) Message-Id: <200001210814.AAA34480@ple.org> X-Authentication-Warning: ple.org: nobody set sender to andy@ple.org using -f From: Andreas Pleschutznig To: questions@freebsd.org Reply-To: Andreas Pleschutznig MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP3 Imap webMail Program 2.0.10 X-Originating-IP: 24.15.212.84 Subject: PD CD writer for iso format? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everybody, Is there any CD-writer software known which I could use under Win98 to create the CD from the iso image? Thanks -- Andreas Pleschutznig Voice: 650.560.0142 Fax: 650.560.0141 Cell: 415.850.7996 andy@ple.org -- Andreas Pleschutznig Voice: 650.560.0142 Fax: 650.560.0141 Cell: 415.850.7996 andy@ple.org -- Andreas Pleschutznig Voice: 650.560.0142 Fax: 650.560.0141 Cell: 415.850.7996 andy@ple.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 0:20:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 5E84114D63 for ; Fri, 21 Jan 2000 00:20:52 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2068.bossig.com [208.26.242.68]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.6) with ESMTP id ; Fri, 21 Jan 2000 00:28:32 -0800 Message-ID: <388816BE.A4E2BEAB@3-cities.com> Date: Fri, 21 Jan 2000 00:20:14 -0800 From: Kent Stewart Organization: BOSSig X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Lomax Cc: freebsd-questions@FreeBSD.org Subject: Re: PPP keeps redialing! References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lomax wrote: > > Hi, > > I've set up ppp and run it using ppp -alias -auto pmdemand on a system > running FreeBSD 3.2 (NO X-Windows). For one thing, you have a demand but not a pmdemand. Your's looks like mine except for the 127.... I have 10.0.0.0 I also have a setup for pppctl. I can use it to dial. I haven't tried bringing ppp up without the auto and using my pppctl dial shell script to force the dial. Are you running a DNS server or sendmail running. Something that would do a query and force the dial. I don't and it only redials when I bring up my e-mail program or setiathome has a WU to send to Berkeley. Kent > > If I run ppp any other way (ie. substitute -auto with -interactive > or -background) ppp does not work. > > My actual problem is, I cant seem to stop ppp from always reconnecting if > the link goes down. If the link goes down, I DO NOT want my unix box to try > to dial up again and re-establish the link. I have tried the lines: > > set redial 0 1 > set reconnect 0 0 > > but these seem to have no effect - my unix box will always dial up over and > over (changing the timeout figures do seem to have an effect). The above > two lines are in the correct place in ppp.conf. Is there something I'm > missing? Is it something to do with the fact I'm running ppp in auto mode? > > Please find attached my ppp.conf file. > > Any info appreciated. > > Regards, > > Lomax > > ---------------------------------------------------------------------- > Name: ppp.conf.txt > ppp.conf.txt Type: Plain Text (text/plain) > Encoding: quoted-printable -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.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 Jan 21 0:35:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id 854AF151FF for ; Fri, 21 Jan 2000 00:35:43 -0800 (PST) (envelope-from james.wilde@telia.com) Received: from tbvhks12 (t3o72p39.telia.com [62.20.151.39]) by mailb.telia.com (8.9.3/8.9.3) with SMTP id JAA23334 for ; Fri, 21 Jan 2000 09:35:41 +0100 (CET) Message-ID: <002f01bf63ea$883a1c30$8c0aa8c0@hk.tbv.se> From: "James A Wilde" To: Subject: Where is Charlie Root?!! Date: Fri, 21 Jan 2000 09:35:53 +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 A really dumb question. I know I have seen the answer but I can't find it now. One of my FreeBSD boxes is configured to send me mail each day, week, month, the usual cron reports. It sends the mail as Charlie Root. However, I have three BSD boxes now, and I would like two of them to send their mail as Abel Root and Baker Root. WHERE in the name of all that's wonderful is the name Charlie Root and how is it changed? Thanks in advance. mvh/regards James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 0:39:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id 6FB8114E3C for ; Fri, 21 Jan 2000 00:39:36 -0800 (PST) (envelope-from shawn@megadeth.org) Received: from shawn (firewall.cpl.net [192.216.87.251] (may be forged)) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id AAA16393; Fri, 21 Jan 2000 00:39:33 -0800 (PST) Message-Id: <4.2.0.58.20000121003732.01cf6390@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Fri, 21 Jan 2000 00:38:59 -0800 To: "James A Wilde" , From: Shawn Ramsey Subject: Re: Where is Charlie Root?!! In-Reply-To: <002f01bf63ea$883a1c30$8c0aa8c0@hk.tbv.se> 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 09:35 AM 1/21/00 +0100, James A Wilde wrote: >A really dumb question. I know I have seen the answer but I can't find it >now. One of my FreeBSD boxes is configured to send me mail each day, week, >month, the usual cron reports. It sends the mail as Charlie Root. However, >I have three BSD boxes now, and I would like two of them to send their mail >as Abel Root and Baker Root. WHERE in the name of all that's wonderful is >the name Charlie Root and how is it changed? > >Thanks in advance. Do chsh root, or change it directly in master.passwd with vipw. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 0:50:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from access.inet.co.th (access.inet.co.th [203.151.127.252]) by hub.freebsd.org (Postfix) with ESMTP id 7ECB615156 for ; Fri, 21 Jan 2000 00:50:26 -0800 (PST) (envelope-from pirat@access.inet.co.th) Received: from sukato.oaep.go.th (TruPPP3338.inet.co.th [203.151.127.38]) by access.inet.co.th (8.8.8/8.8.8) with ESMTP id PAA04680 for ; Fri, 21 Jan 2000 15:50:22 +0700 (ICT) (envelope-from pirat@access.inet.co.th) Received: by sukato.oaep.go.th (8.9.3/8.9.3) id PAA00567 for freebsd-questions@FreeBSD.ORG; Fri, 21 Jan 2000 15:53:02 +0700 (ICT) From: pirat sriyotha To: freebsd-questions@FreeBSD.ORG Subject: 3.4-RELEASE Date: Fri, 21 Jan 2000 15:49:11 +0700 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00012115530202.00439@sukato.oaep.go.th> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Apologize me for disturbing your time and the subject might not fit to the list. What happend to FreeBSD-3.4 RELEASE ? I've got an announce from jkh that 3.4 has already been release but I've not yet got any shipping announcement. rgds, psr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 1: 0:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pointer.raytheon.co.uk (pointer.raytheon.co.uk [193.115.14.66]) by hub.freebsd.org (Postfix) with ESMTP id 33CCB1544B for ; Fri, 21 Jan 2000 01:00:35 -0800 (PST) (envelope-from Chris.Smith@raytheon.co.uk) Received: from rslhub.raytheon.co.uk (unverified) by pointer.raytheon.co.uk (Content Technologies SMTPRS 2.0.15) with SMTP id for ; Fri, 21 Jan 2000 09:05:25 +0000 Received: by rslhub.raytheon.co.uk(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 0025686D.0031630B ; Fri, 21 Jan 2000 08:59:26 +0000 X-Lotus-FromDomain: RAYTHEONUK From: Chris.Smith@raytheon.co.uk To: freebsd-questions@freebsd.org Message-Id: <0025686D.00316188.00@rslhub.raytheon.co.uk> Date: Fri, 21 Jan 2000 08:58:49 +0000 Subject: Re: Why is there no stable port for The GIMP? 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, Who needs stable when unstable is so stable ?!?!?! Chris Smith Raytheon Systems Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 1: 2:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 5ED06151CF for ; Fri, 21 Jan 2000 01:02:20 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id WAA73869 for ; Fri, 21 Jan 2000 22:02:17 +1300 (NZDT) Message-Id: <200001210902.WAA73869@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: questions@FreeBSD.ORG Date: Fri, 21 Jan 2000 22:02:11 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: mktemp() possibly used unsafely; consider using mkstemp() Reply-To: dan@freebsddiary.org X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When building rsync-2.3.2, I encountered the following error: cc -O -pipe -Dss_family=__ss_family -Dss_len=__ss_len -o rsync rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o main.o checksum.o match.o syscall.o log.o backup.o options.o flist.o io.o compat.o hlink.o token.o uidlist.o socket.o fileio.o params.o loadparm.o clientserver.o access.o connection.o authenticate.o lib/getopt.o lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o getaddrinfo.o getnameinfo.o -lz syscall.o: In function `do_mktemp': syscall.o(.text+0x2e1): warning: mktemp() possibly used unsafely; consider using mkstemp() Two machines, both on 3.3-19991207-SNAP, both building rsync-2.3.2, one suceeds, the other gets the above. Go figure. Clues please. -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 1:20:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from itsunix.uwc.ac.za (itsunix.uwc.ac.za [192.102.9.56]) by hub.freebsd.org (Postfix) with SMTP id 72041151CF for ; Fri, 21 Jan 2000 01:20:04 -0800 (PST) (envelope-from mark@itsunix.uwc.ac.za) Received: (qmail 7157 invoked from network); 21 Jan 2000 09:09:16 -0000 Received: from localhost.uwc.ac.za (HELO itsunix.uwc.ac.za) (root@127.0.0.1) by localhost.uwc.ac.za with SMTP; 21 Jan 2000 09:09:16 -0000 From: mark Organization: model connection To: freebsd-questions@FreeBSD.ORG Subject: Xserver problems Date: Fri, 21 Jan 2000 11:01:54 +0200 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00012111091601.06257@itsunix.uwc.ac.za> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all ..... I am having the folloing problem on my freebsd machine: I installed freeBSD 3.2 from CD. All works fine except for the Xserver. I ran the setup from /stand/sysinstall and entered all the information to the best of my knowledge. But when I type startx I get this distorted X I have tried various other options with the setup, I have even installed a different video card. ( trident and also SiS ) But i still pretty much get the same type of screen. Changing the options just gives me different colours. My specs are as follows: Intel pentium meccer 14" monitor ( no label for sync rate ) serial mouse 101 key board trident TGUI 9440 -3 video card Thanks for your time Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 1:27:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sekel.montain.dhs.org (modemcable173.39-201-24.mtl.mc.videotron.net [24.201.39.173]) by hub.freebsd.org (Postfix) with ESMTP id B0F7C15255 for ; Fri, 21 Jan 2000 01:27:49 -0800 (PST) (envelope-from cellule@videotron.ca) Received: from localhost (cellule@localhost) by sekel.montain.dhs.org (8.9.3/8.9.3) with ESMTP id EAA07810 for ; Fri, 21 Jan 2000 04:26:08 -0500 (EST) (envelope-from cellule@videotron.ca) X-Authentication-Warning: sekel.montain.dhs.org: cellule owned process doing -bs Date: Fri, 21 Jan 2000 04:26:08 -0500 (EST) From: "David V. D." X-Sender: cellule@sekel.montain.dhs.org To: freebsd-questions@freebsd.org Subject: blocking icmp? Message-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 all, I have a question about freebsd firewall, how can I set it to block (no reply) icmp. I'm using FreeBSD 3.4-20000112-STABLE. Thanks 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 Fri Jan 21 1:36:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cr31617-a.lndn1.on.wave.home.com (cr31617-a.lndn1.on.wave.home.com [24.112.227.163]) by hub.freebsd.org (Postfix) with ESMTP id D690E15456 for ; Fri, 21 Jan 2000 01:35:33 -0800 (PST) (envelope-from jbailie@cr31617-a.lndn1.on.wave.home.com) Received: (from jbailie@localhost) by cr31617-a.lndn1.on.wave.home.com (8.9.3/8.9.3) id EAA01688; Fri, 21 Jan 2000 04:46:54 -0500 (EST) (envelope-from jbailie) Date: Fri, 21 Jan 2000 04:46:53 -0500 From: James Bailie To: questions@freeBSD.org Cc: Dan Langille Subject: Re: mktemp() possibly used unsafely; consider using mkstemp() Message-ID: <20000121044653.B1568@cr31617-a.lndn1.on.wave.home.co> References: <200001210902.WAA73869@ducky.nz.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001210902.WAA73869@ducky.nz.freebsd.org>; from dan@freebsddiary.org on Fri, Jan 21, 2000 at 10:02:11PM +1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 21, 2000 at 10:02:11PM +1300, Dan Langille wrote: > Clues please. The man page is a good place to start. mkstemp() creates a temporary filename and opens it in one go, to avoid the race condition between testing for the file's existence and opening it. since the filenames generated by mkstemp() et al are guessable and repeat, a malefactor could cause files to be overwritten elsewhere via symbolic link chicanery. -- James Bailie http://members.home.net/jazzturk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 1:43:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id F0866154EB for ; Fri, 21 Jan 2000 01:43:31 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id WAA74099; Fri, 21 Jan 2000 22:43:24 +1300 (NZDT) Message-Id: <200001210943.WAA74099@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: James Bailie Date: Fri, 21 Jan 2000 22:43:21 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: mktemp() possibly used unsafely; consider using mkstemp() Reply-To: dan@freebsddiary.org Cc: questions@FreeBSD.ORG In-reply-to: <20000121044653.B1568@cr31617-a.lndn1.on.wave.home.co> References: <200001210902.WAA73869@ducky.nz.freebsd.org>; from dan@freebsddiary.org on Fri, Jan 21, 2000 at 10:02:11PM +1300 X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21 Jan 00, at 4:46, James Bailie wrote: > On Fri, Jan 21, 2000 at 10:02:11PM +1300, Dan Langille wrote: > > > Clues please. > > The man page is a good place to start. mkstemp() creates a temporary > filename and opens it in one go, to avoid the race condition between > testing for the file's existence and opening it. since the filenames > generated by mkstemp() et al are guessable and repeat, a malefactor could > cause files to be overwritten elsewhere via symbolic link chicanery. Thanks. But the clues I want are those which enable this port to build. And more specifically, why does it build on one box and not the other. Same tarballs, etc. Or more interestingly, if mktemp() is such a problem, why does one box allow it? -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 1:46:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id BABD215453 for ; Fri, 21 Jan 2000 01:46:18 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2068.bossig.com [208.26.242.68]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.6) with ESMTP id ; Fri, 21 Jan 2000 01:54:07 -0800 Message-ID: <38882AD2.CA8FEC5D@3-cities.com> Date: Fri, 21 Jan 2000 01:45:54 -0800 From: Kent Stewart Organization: BOSSig X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Andreas Pleschutznig Cc: questions@freebsd.org Subject: Re: PD CD writer for iso format? References: <200001210814.AAA34480@ple.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andreas Pleschutznig wrote: > > Hi everybody, > > Is there any CD-writer software known which I could use under Win98 to create > the CD from the iso image? Adaptec's EZ CD Creator 3.5 or 4 will burn an image. You just have to change the iso name to something it recognizes. Kent -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.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 Jan 21 2: 1:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by hub.freebsd.org (Postfix) with ESMTP id E797814D63 for ; Fri, 21 Jan 2000 02:01:48 -0800 (PST) (envelope-from Thierry.Herbelot@alcatel.fr) Received: from aifhs10.alcatel.fr (mailhub2.alcatel.fr [155.132.188.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id KAA22691; Fri, 21 Jan 2000 10:54:27 +0100 From: Thierry.Herbelot@alcatel.fr Received: from frmta003.netfr.alcatel.fr (frmta003.netfr.alcatel.fr [155.132.251.32]) by aifhs10.alcatel.fr (ALCANET/SMTP2) with SMTP id KAA02447; Fri, 21 Jan 2000 10:57:07 +0100 (MET) Received: by frmta003.netfr.alcatel.fr(Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) id C125686D.003716C9 ; Fri, 21 Jan 2000 11:01:43 +0100 X-Lotus-FromDomain: ALCATEL To: Dexter X Cc: questions@freebsd.org Message-ID: Date: Fri, 21 Jan 2000 11:01:35 +0100 Subject: Re: FreeBSD Question 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 No, I haven't seen anything like you said. TfH PS : please, keep all recipients of the original messages CC'd (else, it would be consulting, and I won't be cheap !) Hiya, I got another e-mail from someone else telling me to check the info on the partitions in the Novice install section..and sure enough, everytime I install FreeBSD, after i've rebooted the computer the / /var and /usr parts are all turned back to They are there..just not defined as /usr /var and / The swap part still is fine..this is real odd..he said he had the same problem and just gave up :( You ever heard of that happening? no matter what I seem to do while installing that happens..and I know the Exactly what it says before I reboot is wd0s2a / 50mb USF Y wd0s2b SWAP 261MB SWAP wd0s2e /var 20mb USF Y wd0s2f /usr 2164mb USF Y After I reboot it goes to - wd0s2a 50mb (i forget) wd0s2b SWAP 261mb (i forget) wd0s2e 20mb (i forget) wd0s2f 2164mb (i forget) You ever heard of this happening before? :( well thanks for your time :) Dex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 2:14:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id DFF8A1547B for ; Fri, 21 Jan 2000 02:14:33 -0800 (PST) (envelope-from dannyh@idx.com.au) Received: from psych ([203.41.44.159]) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id VAA32375; Fri, 21 Jan 2000 21:16:33 +1100 Message-Id: <3.0.32.20000121211517.0068d2dc@idx.com.au> X-Sender: dannyh@idx.com.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Fri, 21 Jan 2000 21:15:20 +1100 To: "James A Wilde" From: Danny Subject: Re: Where is Charlie Root?!! 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 Login as whoever type in chsh you should be in a vi editor - change the name to whoever you want Then edit from vi At 09:35 21/01/00 +0100, you wrote: >A really dumb question. I know I have seen the answer but I can't find it >now. One of my FreeBSD boxes is configured to send me mail each day, week, >month, the usual cron reports. It sends the mail as Charlie Root. However, >I have three BSD boxes now, and I would like two of them to send their mail >as Abel Root and Baker Root. WHERE in the name of all that's wonderful is >the name Charlie Root and how is it changed? > >Thanks in advance. > >mvh/regards > >James > > > > >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 Jan 21 2:21: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 981FD15091 for ; Fri, 21 Jan 2000 02:21:04 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.49] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id ya099630 for ; Fri, 21 Jan 2000 05:19:33 -0500 Message-ID: <38883389.8EC9B9A3@twave.net> Date: Fri, 21 Jan 2000 05:23:05 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "questions@FreeBSD.ORG" Subject: defrag 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 there a way to defrag a hard drive under FreeBSD? -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 2:29:22 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 5794515358 for ; Fri, 21 Jan 2000 02:29:21 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id CAA01544; Fri, 21 Jan 2000 02:52:57 -0800 (PST) Date: Fri, 21 Jan 2000 02:52:56 -0800 From: Alfred Perlstein To: Walter Brameld Cc: "questions@FreeBSD.ORG" Subject: Re: defrag Message-ID: <20000121025256.Q14030@fw.wintelcom.net> References: <38883389.8EC9B9A3@twave.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <38883389.8EC9B9A3@twave.net>; from brameld@twave.net on Fri, Jan 21, 2000 at 05:23:05AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Walter Brameld [000121 02:46] wrote: > Is there a way to defrag a hard drive under FreeBSD? Yes, backup and restore, however... There's very little reason why you would need to, FFS defrags itself as it goes, it has a nifty trick where it will relocate small chunks at the end of files to larger open spaces where they can grow, if it detects them as growing. There are some degenerate cases for FFS, I would search the hackers or 'fs' FreeBSD mailing lists for examples. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 2:38:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 292BC14F2C for ; Fri, 21 Jan 2000 02:38:11 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.49] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id sa099650 for ; Fri, 21 Jan 2000 05:36:43 -0500 Message-ID: <3888378F.67F49359@twave.net> Date: Fri, 21 Jan 2000 05:40:15 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Alfred Perlstein Cc: "questions@FreeBSD.ORG" Subject: Re: defrag References: <38883389.8EC9B9A3@twave.net> <20000121025256.Q14030@fw.wintelcom.net> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alfred Perlstein wrote: > > * Walter Brameld [000121 02:46] wrote: > > Is there a way to defrag a hard drive under FreeBSD? > > Yes, backup and restore, however... > > There's very little reason why you would need to, FFS defrags > itself as it goes, it has a nifty trick where it will relocate > small chunks at the end of files to larger open spaces where > they can grow, if it detects them as growing. > > There are some degenerate cases for FFS, I would search the hackers > or 'fs' FreeBSD mailing lists for examples. > > -Alfred Thank you for the reply. I don't seem to be having a problem, was just curious. -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 2:46:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (Postfix) with ESMTP id CBE4B14E43 for ; Fri, 21 Jan 2000 02:46:51 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.196.111]) by smtp01.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA72CB; Fri, 21 Jan 2000 11:46:49 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id LAA06647; Fri, 21 Jan 2000 11:44:46 +0100 (CET) (envelope-from asmodai) Date: Fri, 21 Jan 2000 11:44:45 +0100 From: Jeroen Ruigrok/Asmodai To: Steve Hovey Cc: David Fuchs , questions@FreeBSD.ORG Subject: Re: INN vs. DNews Message-ID: <20000121114445.A6604@daemon.ninth-circle.org> References: <005401bf6387$01174420$0201a8c0@uniserve.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from shovey@buffnet.net on Thu, Jan 20, 2000 at 03:56:03PM -0500 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000120 22:43], Steve Hovey (shovey@buffnet.net) wrote: > >INN tends to need MMAP to work - it also requires a lot of ram if you have >a full feed etc. We had to leave it for dnews for those and other >reasons. And since mmap() on 3.x has some problems (largely due to the VM system intricacy which changed a lot in 4.0) it would probably be better to use it on 4.0 systems. But Dnews and INN comparisations aren't really fair. Last time I looked at DNews it did more of a job as per leafnode(+), only fetching those groups which are read. INN is a full fledged newsserver as per Typhoon/Breeze class. -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Ain't gonna spend the rest of my Life, quietly fading away... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 2:49:14 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 74AB11547D for ; Fri, 21 Jan 2000 02:49:10 -0800 (PST) (envelope-from nbm@sunesi.net) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 12Bbby-000KJ4-00; Fri, 21 Jan 2000 12:48:14 +0200 Date: Fri, 21 Jan 2000 12:48:14 +0200 From: Neil Blakey-Milner To: Dan Langille Cc: questions@FreeBSD.ORG Subject: Re: mktemp() possibly used unsafely; consider using mkstemp() Message-ID: <20000121124814.C77623@mithrandr.moria.org> References: <200001210902.WAA73869@ducky.nz.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200001210902.WAA73869@ducky.nz.freebsd.org> Organization: Rhodes University Computer Users' Society 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 Fri 2000-01-21 (22:02), Dan Langille wrote: > syscall.o: In function `do_mktemp': > syscall.o(.text+0x2e1): warning: mktemp() possibly used unsafely; > consider using mkstemp() > > Two machines, both on 3.3-19991207-SNAP, both building rsync-2.3.2, > one suceeds, the other gets the above. Go figure. > > Clues please. It's not a fatal error. There is most probably another reason for the failure. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 2:56:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 7669C15430 for ; Fri, 21 Jan 2000 02:56:09 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id XAA74515; Fri, 21 Jan 2000 23:55:50 +1300 (NZDT) Message-Id: <200001211055.XAA74515@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: Neil Blakey-Milner Date: Fri, 21 Jan 2000 23:55:46 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: mktemp() possibly used unsafely; consider using mkstemp() Reply-To: dan@freebsddiary.org Cc: questions@FreeBSD.ORG In-reply-to: <20000121124814.C77623@mithrandr.moria.org> References: <200001210902.WAA73869@ducky.nz.freebsd.org> X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21 Jan 00, at 12:48, Neil Blakey-Milner wrote: > On Fri 2000-01-21 (22:02), Dan Langille wrote: > > syscall.o: In function `do_mktemp': > > syscall.o(.text+0x2e1): warning: mktemp() possibly used unsafely; > > consider using mkstemp() > > > > Two machines, both on 3.3-19991207-SNAP, both building rsync-2.3.2, one > > suceeds, the other gets the above. Go figure. > > > > Clues please. > > It's not a fatal error. There is most probably another reason for > the failure. Hmmm, found only this. In messages: Jan 21 22:11:24 fred /kernel: pid 48755 (cc1), uid 0: exited on signal 11 (core dumped) -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 2:59:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (Postfix) with ESMTP id 5605E15460 for ; Fri, 21 Jan 2000 02:59:19 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.196.111]) by smtp04.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA327E; Fri, 21 Jan 2000 11:59:17 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id LAA06692; Fri, 21 Jan 2000 11:59:14 +0100 (CET) (envelope-from asmodai) Date: Fri, 21 Jan 2000 11:59:14 +0100 From: Jeroen Ruigrok/Asmodai To: Gene Harris Cc: freebsd-questions@freebsd.org Subject: Re: Connecting to a different Xclient Message-ID: <20000121115914.C6604@daemon.ninth-circle.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from zeus@tetronsoftware.com on Thu, Jan 20, 2000 at 02:16:49PM -0600 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000120 21:51], Gene Harris (zeus@tetronsoftware.com) wrote: >I have a Linux RH 6.1 Workstation and a FreeBSD 3.4S Server >on my local network. Both are running XFree86 3.3.X almost >full time. > >Is it possible to open an Xterm window on my FreeBSD box >that connects to the Linux XFree server? xterm -display linux.red.hat:0.0 ? That what you needed to know? -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Ain't gonna spend the rest of my Life, quietly fading away... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 2:59:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (Postfix) with ESMTP id 27A4D14CD0 for ; Fri, 21 Jan 2000 02:59:20 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.196.111]) by smtp04.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAB327E; Fri, 21 Jan 2000 11:59:18 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id LAA06672; Fri, 21 Jan 2000 11:54:54 +0100 (CET) (envelope-from asmodai) Date: Fri, 21 Jan 2000 11:54:54 +0100 From: Jeroen Ruigrok/Asmodai To: Mitch Collinsworth Cc: Bob@buckhorn.net, David Fuchs , questions@FreeBSD.ORG Subject: Re: INN vs. DNews Message-ID: <20000121115454.B6604@daemon.ninth-circle.org> References: <200001202307.SAA00898@benge.graphics.cornell.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001202307.SAA00898@benge.graphics.cornell.edu>; from mkc@Graphics.Cornell.EDU on Thu, Jan 20, 2000 at 06:07:44PM -0500 Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000121 00:14], Mitch Collinsworth (mkc@Graphics.Cornell.EDU) wrote: > >>All of this on a P200pro, 96mb RAM, and 50gb of ide disk. And we have >>server to spare. We run our tucows mirror on the same box. (Of course, >>I firmly beleive that 3x-stable is making all of this possible ;) > >Well since I'm preparing to build a new server soon I will consider >DNEWS, too. :-) One thing you mentioned reminds me of a question I've >been pondering. Disks. You said you're using 50 GB IDE. I have no IDE >experience (yet) but recent discussions had left me wondering if IDE was >really up to the challenge of news. I've been torn between buying new >IDE drives and throwing some existing towers filled with 2 GB SCSI drives >at it. (Yes, I have a lot of old 2 GB drives, 7 to a box.) Given the I/O >profile of news I'm not yet convinced the IDE drives would be faster. I work for an ISP. Our Current disk set-up is based on Seagate SCSI Barracuda's of about 18 GB per disk, running over Fibrechannel. This is for a full feed (20 or so peers) of about 90-100 GB a day. This large feed size is mostly due to alt.binaries, because some tests were done which came to 12-20 GB of normal usenet traffic (no alt.binaries and spam). Quite a difference. The IDE drives, IMHO, won't be able to cope with this feed. -- Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/B-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project Ain't gonna spend the rest of my Life, quietly fading away... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 3:23:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.opsys.hu (fw.opsys.hu [193.68.57.241]) by hub.freebsd.org (Postfix) with ESMTP id AB28D154A3 for ; Fri, 21 Jan 2000 03:23:31 -0800 (PST) (envelope-from lemleg@fw.opsys.hu) Received: by fw.opsys.hu (Postfix, from userid 1016) id C267110E07; Fri, 21 Jan 2000 12:23:13 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by fw.opsys.hu (Postfix) with ESMTP id BB6A2D210 for ; Fri, 21 Jan 2000 12:23:13 +0100 (CET) Date: Fri, 21 Jan 2000 12:23:13 +0100 (CET) From: Lemle Geza To: freebsd-questions@freebsd.org Subject: Stupid qmail 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 Hello, I decided to try qmail. I intalled, configured, as described in the PORT_NOTES. I tried to send a mail to a local user, but I only received a mail without body (I didn't see anything what I wrote after DATA) I tried the proc+df, bimail1+df, home+df boot scripts. (FreeBSD/i386 3.4-STABLE last cvsup: today) What can cause the problem ? Geza To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 4:35:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 90D2A152B7 for ; Fri, 21 Jan 2000 04:35:36 -0800 (PST) (envelope-from genisis@istar.ca) Received: from ip35.kingston.dialup.canada.psi.net ([154.5.64.35]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 12BVBH-0005N0-00; Thu, 20 Jan 2000 22:56:16 -0500 Date: Thu, 20 Jan 2000 22:51:28 -0500 (EST) From: Dru To: J R Cc: questions@FreeBSD.ORG Subject: Re: kernel panic first time re-boot!!! In-Reply-To: <000b01bf63c0$62628e40$99e00c18@bigdog> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try this URL; there is an FAQ on your error message: http://www.freebsd.org/FAQ/install.html#AEN682 Should get your install up and running. Dru On Thu, 20 Jan 2000, J R wrote: > Hello All, > > Help! > > 36 hours ago I purchased the 4 CD/ROM freeBSD 3.1 w/book. I have spent the last 20 hours trying to get the system to reboot properly...err! I keep getting an "kernel panic" just after "syncing disks" when trying to load drive 1 "wd0s1a. > > I have evil WinNT-4.0 on drive 1 & freeBSD on drive 2. AMD-mmx 200, 64MB RAM, Asus MB, 13.1GB HD-NT4.0 Server, 3.1GB HD FreeBSD, 3Com-905 NIC... > > I removed Linux from drive 2 and installed freeBSD there. everything was going GREAT with the Linux / NT combo...I just wanted to upgrade to FreeBSD. > > I have tried every booting sequence combination available...but yours...! > I have re-partitioned every combination I could fathom....removed and added MBR and all that good stuff!!! > > No matter what combination I still can't get any FreeBSD boot loader to become active. I have to force the BIOS to load only from drive 2 "D". Then FreeBSD loads...gets to the syncing disks...looks for drive "0" and crashes on the spot!...error prompt say it will now reboot in a few seconds...and it does...over and over and over. > > I am on my 14th repartition and reload of FreeBSD. I have tried the "Live File System" but that too is a waste of time. > > I have even tried using the "NT 4.0 Loader" to select FreeBSD from that...NT is stupid and says it does not allow this even though the arrangement is correct. > > PLEASE help...I'm running out of patience. > > > JR > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 4:35:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 57838154CF for ; Fri, 21 Jan 2000 04:35:44 -0800 (PST) (envelope-from genisis@istar.ca) Received: from ip35.kingston.dialup.canada.psi.net ([154.5.64.35]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 12BV45-0002xK-00; Thu, 20 Jan 2000 22:48:50 -0500 Date: Thu, 20 Jan 2000 22:44:01 -0500 (EST) From: Dru To: Sam Hays Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DualBoot issues In-Reply-To: <002e01bf636a$7c646260$297631cc@ecofl.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 Hi Sam, (I did not reply to freebsd-newbies as this post belong on questions, not newbies) Regarding modifying the boot.ini, go to: http://www.freebsd.org/faq and under section 7. System Administration you want How Can I Use the NT Loader to Boot BSD. I've done this on dozens of systems with success. However, if I was starting from scratch, I'd save myself some hassle and physically swith the drives so I could install BSD on the first drive. I've had better luck modifying the boot.ini to point to NT on my 2nd drive than to muck with putting BSD on a second drive. When you install BSD, remember to say yes to installing the boot manager. Note you'll end up with TWO boot menus; one will be a press F1 or F2 menu which will be followed by the NT boot menu if you choose NT. Once you've added BSD to your boot.ini and verified that you can boot both OSs from NT, an fdisk /mbr removes the BSD boot menu and you're left with just NT's boot menu. Pretty slick. My test box is running Win98, NT WS, NT Server, FreeBSD and Novell 5, all booting from my boot.ini. Of the lot, BSD was the easiest to install where I wanted it to go; the only one that had me pulling out my hair was Novell--but that's another story. If you are wary of messing with your boot.ini, email me off the list for help. Dru On Thu, 20 Jan 2000, Sam Hays wrote: > Here's the whole deal, > > I have a primary and secondary HDD (1.6 and 1.2 respectively) - > on HD1 I have Windows NT , on HD2 I have Fat16 (which I'm using as a backup > drive right now) - > > What I'm wanting to do is, install freebsd on Drive 2 and somehow add it to > the NT boot.ini boot loader (if not, I suppose I will go with the FreeBSD > boot loader) - I need to know if freebsd 3.3 supports NTFS - > also, another scenario I'm worried about is - > Say I install BSD - suddenly NT Crashes and I have to reload - fine - > NT always overwrites the MBR - thus making it (impossible?) hard to get into > BSD again w/out reinstalling - > can someone gimme some comments on all that? > thanks > -Sam > > > > 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 Jan 21 4:57:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cclib.nsu.ru (cclib.nsu.ru [193.124.215.15]) by hub.freebsd.org (Postfix) with ESMTP id 675F514F07 for ; Fri, 21 Jan 2000 04:57:17 -0800 (PST) (envelope-from dan837@cclib.nsu.ru) Received: from localhost (dan837@localhost) by cclib.nsu.ru (8.8.5/8.8.5) with SMTP id SAA25108 for ; Fri, 21 Jan 2000 18:56:59 +0600 Date: Fri, 21 Jan 2000 18:56:59 +0600 (NOVT) From: "Dmitry A. Novoselov" X-Sender: dan837@glory.nsu.ru To: freebsd-questions@freebsd.org Subject: ATAPI CDROM drive Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi! i just want to know how to make my ASUS ATAPI/IDE cdrom work under freebsd. i've searched the archives, but they mostly relay to older versions of freebsd. i have the followin in kernel config: controller wdc0 at isa? port "IO_WD1" irq 14 flags 0xa0ffa0ff disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" irq 15 disk wd1 at wdc1 drive 1 options ATAPI options ATAPI_STATIC device wdc0 and when it successfully compiles and installes, and i boot, i halt with message: panic: drive attached twice help me please. Dmitry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 4:58:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cclib.nsu.ru (cclib.nsu.ru [193.124.215.15]) by hub.freebsd.org (Postfix) with ESMTP id B2D8D151D3 for ; Fri, 21 Jan 2000 04:58:49 -0800 (PST) (envelope-from dan837@cclib.nsu.ru) Received: from localhost (dan837@localhost) by cclib.nsu.ru (8.8.5/8.8.5) with SMTP id SAA25119 for ; Fri, 21 Jan 2000 18:58:33 +0600 Date: Fri, 21 Jan 2000 18:58:33 +0600 (NOVT) From: "Dmitry A. Novoselov" X-Sender: dan837@glory.nsu.ru Reply-To: "Dmitry A. Novoselov" To: freebsd-questions@freebsd.org Subject: Re: ATAPI CDROM drive 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 > disk wd1 at wdc1 drive 1 ^ 0 i meant drive 0 of course ;) Dmitry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 5: 3:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mgw-out.comptel.com (mgw-out.comptel.com [195.237.145.101]) by hub.freebsd.org (Postfix) with ESMTP id 701D414BD5 for ; Fri, 21 Jan 2000 05:03:25 -0800 (PST) (envelope-from stefan.parvu@comptel.com) Received: from ctlfw1 ([195.237.145.97]) by mgw-out.comptel.com with Microsoft SMTPSVC(5.5.1877.197.19); Fri, 21 Jan 2000 15:03:17 +0200 Received: from mgw-in.comptel.com ([192.102.20.150]) by ctlfw1.comptel.com; Fri, 21 Jan 2000 15:02:24 +0000 (EET) Received: from comptel.com ([195.237.135.174]) by mgw-in.comptel.com with Microsoft SMTPSVC(5.5.1877.197.19); Fri, 21 Jan 2000 15:03:15 +0200 Message-ID: <3888584B.4F21C97B@comptel.com> Date: Fri, 21 Jan 2000 14:59:55 +0200 From: stefan parvu Reply-To: stefan.parvu@comptel.com X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: FreeBSD 4.0 RELEASE ??? 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, when FreeBSD 4.0 will be out as RELEASE version? I have 1 FreeBSD production machine and I'm planning to estimate an update time for it. and by the way where can I found some details about what's new in this major version ? thanks, stef To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 5:29:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 716A314D7B; Fri, 21 Jan 2000 05:29:51 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id IAA76100; Fri, 21 Jan 2000 08:34:02 -0500 (EST) (envelope-from cjc) Date: Fri, 21 Jan 2000 08:34:02 -0500 From: "Crist J. Clark" To: Greg Lehey Cc: John Baldwin , freebsd-questions@FreeBSD.org, cjclark@home.com Subject: Re: Recoverving/reviving a 'stale' subdisk under vinum Message-ID: <20000121083402.A76063@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <20000121105518.N481@mojave.worldwide.lemis.com> <200001210635.BAA73206@server.baldwin.cx> <20000121133435.U1123@mojave.worldwide.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000121133435.U1123@mojave.worldwide.lemis.com>; from grog@lemis.com on Fri, Jan 21, 2000 at 01:34:35PM +0530 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 21, 2000 at 01:34:35PM +0530, Greg Lehey wrote: > On Friday, 21 January 2000 at 1:35:33 -0500, John Baldwin wrote: > > > > On 21-Jan-00 Greg Lehey wrote: > >> On Thursday, 20 January 2000 at 19:15:43 -0500, Crist J. Clark wrote: > >>> On Thu, Jan 20, 2000 at 01:56:07PM -0500, John H. Baldwin wrote: > >>>> I've read the vinum(4) and vinum(8) manpages as well as the webpages at > >>>> www.lemis.com/~grog/vinum.html, and while they are very good as far as > >>>> setup and configuration info, I haven't been able to find a lot of info > >>>> about recovering. I have a stale subdisk that I can't get to recover no > >>>> matter how many different start commands I try. I've tried starting the > >>>> volume, the plex, and the subdisk itself with no success. > >>>> > >>>> # vinum list > >>>> Configuration summary > >>>> > >>>> Drives: 3 (4 configured) > >>>> Volumes: 1 (4 configured) > >>>> Plexes: 1 (8 configured) > >>>> Subdisks: 3 (16 configured) > >>>> > >>>> D vinumdrive0 State: up Device /dev/da1s1e Avail: 0/8683 MB (0%) > >>>> D vinumdrive1 State: up Device /dev/da2s1e Avail: 0/8683 MB (0%) > >>>> D vinumdrive2 State: up Device /dev/da3s1e Avail: 0/8683 MB (0%) > >>>> > >>>> V ftp_mirror State: up Plexes: 1 Size: 25 GB > >>>> > >>>> P ftp_mirror.p0 S State: corrupt Subdisks: 3 Size: 25 GB > >>>> > >>>> S ftp_mirror.p0.s0 State: up PO: 0 B Size: 8683 MB > >>>> S ftp_mirror.p0.s1 State: up PO: 256 kB Size: 8683 MB > >>>> S ftp_mirror.p0.s2 State: stale PO: 512 kB Size: 8683 MB > >>>> > >>>> # vinum start ftp_mirror.p0.s2 > >>>> Can't start ftp_mirror.p0.s2: Device busy (16) > >> > >> Hmm. That shouldn't happen. > > > > Well, that's comforting. :) > > Hmm. Looking at this more carefully, yes, you can't do anything > there. You just don't have the information to recover the subdisk. > I'm still debating what to do in this case; there's no way to bring it > back to a guaranteed consistent state here, but you *can* use the > 'setupstate' command to fake it. When I was having troubles with an iffy SCSI HDD a week or two or go, this is _exactly_ what would happen to me too, the "Device busy (16)" message. The only thing I found to fix it was a forced stop, and it seemed to always work. Sorry if it is not the idel way to go, but it is what worked fine for me. > >>> You have to 'stop' everything first. (I might be overkilling here, > >>> but better safe...) > >> > >> No, that's not safe. That would mean taking down the volume. I my case it was a striped setup so once one subdisk was down, the whole plex was useless. There was no reason not to stop everything. [snip] > >> I haven't seen this before. How about the information I ask for in > >> the web page? I have abundant /var/log/message info from my problems. Need more data? [snip] > > However, the drive seems to have fallen over again (*sigh*) with the > > following kernel messages: > > > > Jan 20 23:28:38 raven /kernel: (da2:ahc1:0:1:0): SCB 0x96 - timed out while idle, LASTPHASE == 0x1, SEQADDR == 0xa > > Jan 20 23:28:38 raven /kernel: (da2:ahc1:0:1:0): Queuing a BDR SCB > > Jan 20 23:28:38 raven /kernel: (da2:ahc1:0:1:0): Bus Device Reset Message Sent > > Jan 20 23:28:38 raven /kernel: (da2:ahc1:0:1:0): no longer in timeout, status = 34b > > Jan 20 23:28:38 raven /kernel: ahc1: Bus Device Reset on A:1. 1 SCBs aborted > > Yup, that looks like a hardware problem; possibly bus termination or > some such. Vinum is good at finding suboptimal SCSI chains, since it > issues multiple requests in parallel. > > > Note that I didn't get this message until after the drive had been > > booted for a while, > > Right, that's relatively typical. Yup, that's the general type of error I was getting. I finally narrowed it down to one of the drives after swapping SCSI cards, changing all of the external cabling, swapping terminators, and disassembling and reassembling the two shoeboxes the drives live in. SCSI can be a real pain sometimes. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 5:51:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nexttown.buckhorn.net (user-208-129-165-66.inu.net [208.129.165.66]) by hub.freebsd.org (Postfix) with ESMTP id E546514C30 for ; Fri, 21 Jan 2000 05:51:26 -0800 (PST) (envelope-from bob@buckhorn.net) Received: from buckhorn.net (nexttown.buckhorn.net [208.129.165.66]) by nexttown.buckhorn.net (8.9.3/8.9.3) with ESMTP id HAA27417 for ; Fri, 21 Jan 2000 07:51:24 -0600 (CST) (envelope-from bob@buckhorn.net) Message-ID: <3888645C.6584FA1A@buckhorn.net> Date: Fri, 21 Jan 2000 07:51:24 -0600 From: Bob Martin Reply-To: Bob@buckhorn.net X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Re: INN vs. DNews References: <200001202307.SAA00898@benge.graphics.cornell.edu> <20000121115454.B6604@daemon.ninth-circle.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeroen Ruigrok/Asmodai wrote: > > -On [20000121 00:14], Mitch Collinsworth (mkc@Graphics.Cornell.EDU) wrote: > > > >>All of this on a P200pro, 96mb RAM, and 50gb of ide disk. And we have > >>server to spare. We run our tucows mirror on the same box. (Of course, > >>I firmly beleive that 3x-stable is making all of this possible ;) > > > >Well since I'm preparing to build a new server soon I will consider > >DNEWS, too. :-) One thing you mentioned reminds me of a question I've > >been pondering. Disks. You said you're using 50 GB IDE. I have no IDE > >experience (yet) but recent discussions had left me wondering if IDE was > >really up to the challenge of news. I've been torn between buying new > >IDE drives and throwing some existing towers filled with 2 GB SCSI drives > >at it. (Yes, I have a lot of old 2 GB drives, 7 to a box.) Given the I/O > >profile of news I'm not yet convinced the IDE drives would be faster. For the record, we are using 3 western digital 7200rpm 27gb drives. 50gb is used for DNEWS spool, the rest for tucows mirrors (Less the OS of course) > > I work for an ISP. Our Current disk set-up is based on Seagate SCSI > Barracuda's of about 18 GB per disk, running over Fibrechannel. This is > for a full feed (20 or so peers) of about 90-100 GB a day. > This large feed size is mostly due to alt.binaries, because some tests > were done which came to 12-20 GB of normal usenet traffic (no > alt.binaries and spam). Quite a difference. We are also ISP's. According to C&W, and UU Net, a full feed is about 12gb a day. From what I have heard, (and experience) that's pretty much the norm in the US. I had always heard that the European feeds where much bigger. How much history do you keep? With 50gb, we manage to keep about 5days worth of binaries, and about 30 days worth of everything else. > The IDE drives, IMHO, won't be able to cope with this feed. We didn't think the IDE's would work either.. until we tried them. Check out the I/O numbers on the new 7200rmp IDE's vs older SCSI drives. The fact of the matter is that SCSI drive's will alway out perform IDE's. It's all in what you do with them. We have 3 T1's going to/from the news server. Even really old IDE's will stand up pretty well to 4.5mbs throughput. There is one other feature of DNEWS that I didn't mention. It has really good anti-spam features, like the ability to block via a filter file, and the ability to set limits to crossposts. You can even set it to delete the crossposts when the original message expires. We use a really agressive filter, and block about 20% of the binararies coming in. -- Bob Martin, bob@buckhorn.net http://www.buckhorn.net "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." -- Albert Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 6:12:41 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 8924E153ED for ; Fri, 21 Jan 2000 06:12:35 -0800 (PST) (envelope-from shovey@buffnet.net) 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 JAA59975; Fri, 21 Jan 2000 09:12:31 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Fri, 21 Jan 2000 09:12:26 -0500 (EST) From: Steve Hovey To: James A Wilde Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Where is Charlie Root?!! In-Reply-To: <002f01bf63ea$883a1c30$8c0aa8c0@hk.tbv.se> Message-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 master password file - do a vipw, or chpass root On Fri, 21 Jan 2000, James A Wilde wrote: > A really dumb question. I know I have seen the answer but I can't find it > now. One of my FreeBSD boxes is configured to send me mail each day, week, > month, the usual cron reports. It sends the mail as Charlie Root. However, > I have three BSD boxes now, and I would like two of them to send their mail > as Abel Root and Baker Root. WHERE in the name of all that's wonderful is > the name Charlie Root and how is it changed? > > Thanks in advance. > > mvh/regards > > James > > > > > 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 Jan 21 6:16: 6 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 E7BD014F28 for ; Fri, 21 Jan 2000 06:16:01 -0800 (PST) (envelope-from shovey@buffnet.net) 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 JAA60224; Fri, 21 Jan 2000 09:16:02 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Fri, 21 Jan 2000 09:15:56 -0500 (EST) From: Steve Hovey To: Jeroen Ruigrok/Asmodai Cc: David Fuchs , questions@FreeBSD.ORG Subject: Re: INN vs. DNews In-Reply-To: <20000121114445.A6604@daemon.ninth-circle.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 > > But Dnews and INN comparisations aren't really fair. Last time I looked > at DNews it did more of a job as per leafnode(+), only fetching those > groups which are read. INN is a full fledged newsserver as per > Typhoon/Breeze class. Dnews supports suck feeds, but also takes IHAVE streaming full feeds. With each new release of INN, my performance fell. I do not know about the current INN - but at the time it forked procs to handle connections etc, whereas Dnews uses threads. Less over all ram consumption. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 6:20:58 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 B517414D42 for ; Fri, 21 Jan 2000 06:20:55 -0800 (PST) (envelope-from shovey@buffnet.net) 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 JAA60528 for ; Fri, 21 Jan 2000 09:20:59 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Fri, 21 Jan 2000 09:20:53 -0500 (EST) From: Steve Hovey To: freebsd-questions@freebsd.org Subject: Large drives Message-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 thought there was an 8 or 9 gig lim on what freebsd could see of any one signle drive - is this limitation gone? or is there some technic for slicing something larger up? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 6:32:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.209.130]) by hub.freebsd.org (Postfix) with SMTP id 24CE014CCE for ; Fri, 21 Jan 2000 06:32:50 -0800 (PST) (envelope-from danfe@ssc.nsu.ru) Received: (qmail 16644 invoked from network); 21 Jan 2000 14:32:46 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 21 Jan 2000 14:32:46 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id UAA23696 for ; Fri, 21 Jan 2000 20:32:40 +0600 Date: Fri, 21 Jan 2000 20:32:40 +0600 (NOVT) From: "Alexey N. Dokuchaev" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Large drives 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! Just curious about this line in kernel config controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr what do those "vector" and "wdintr" mean? ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 6:46:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.209.130]) by hub.freebsd.org (Postfix) with SMTP id E864915403 for ; Fri, 21 Jan 2000 06:45:50 -0800 (PST) (envelope-from danfe@ssc.nsu.ru) Received: (qmail 16649 invoked from network); 21 Jan 2000 14:45:47 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 21 Jan 2000 14:45:47 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id UAA23763 for ; Fri, 21 Jan 2000 20:45:43 +0600 Date: Fri, 21 Jan 2000 20:45:43 +0600 (NOVT) From: "Alexey N. Dokuchaev" Cc: FreeBSD questions list In-Reply-To: <86925t$dsj$1@inner.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I've written special login.conf to restrict regular users access/auth rights. Particulary, login no more than on 4 consoles, and no login from certain ttys, timelimits, etc. So, it seems that login should call proper pam modules, configured in /etc/pam.conf (which is left default for now, until I figure all things out). The odd thing is that certain restrictions work, such as maxproc limits (and relatives), while the others do not (login sessions number limits, autologoff when timelimit reached, etc). Moreover, I see no PAM[...] entries in syslog logs (I have *.* all go to /dev/ttyvb) -- nothing like this there. So, what program has to check all those? Login? But it inself should be using PAM whenever possible. For instance, under Linux, there's pam_nologin module, which checks for nologin file (/etc/ under linux and /var/run/ under fBSD). I can't see any evidence that PAM routines get called on my system. If you need any addition info, say it ;-) I'm using 3.4-RELEASE. Standard /etc/pam.conf (no pam.d directory), I didn't change that. How to enable PAM? Thanx. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 6:50: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ntua.gr (achilles.noc.ntua.gr [147.102.222.210]) by hub.freebsd.org (Postfix) with ESMTP id 271F915494 for ; Fri, 21 Jan 2000 06:49:35 -0800 (PST) (envelope-from past@netmode.ntua.gr) Received: from netmode.ece.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) by ntua.gr (8.9.3/8.9.3) with ESMTP id QAA17434 for ; Fri, 21 Jan 2000 16:49:16 +0200 (EET) Received: from adis (adis.netmode.ece.ntua.gr [147.102.13.7]) by netmode.ece.ntua.gr (Postfix) with SMTP id 1D7F885C3 for ; Fri, 21 Jan 2000 16:42:35 +0200 (EET) Message-ID: <034301bf641f$4ea0fb80$070d6693@netmode.ece.ntua.gr> From: "Panagiotis Astithas" To: Subject: Laptop question Date: Fri, 21 Jan 2000 16:53:40 +0200 Organization: NETMODE-NTUA 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 all, I have installed FreeBSD 3.4-RELEASE on my laptop a few days ago, but I can't use my PCMCIA Ethernet card. My laptop is a DTK Computer Top-5A Fortis Pro (Made in Taiwan) and the card is an Apollo Ethernet PC Card, also Made in Taiwan. It worked flawlessly under Win98, and I tried the same irq (7) and port (0x320-0x33f) numbers, without any success. I believe it is a NE2000 compatible card, so I tried the ed driver. When the machine boots it detects (I believe) the PCMCIA controller (pcic0, pcic1), but it doesn't detect the ed card. When it gets to the rc.pccard script it prints that the PCIC module is compiled in, but pccardc prints: pccardc: /dev/card0: Device not configured The card0 and card1 devices exist. Also, pccardc dumpcis, prints: 0 slots found What I am trying to figure out first of all, is whether my PCMCIA controller is really recognized and I have trouble detecting the ethernet card, or not. If that is the case, I wonder what else should I try: other drivers, other settings (I did try the defaults, of course), something else? Can I somehow query the card or the controller for info? Any help would be greatly appreciated. Further info: # uname -a FreeBSD laptop 3.4-RELEASE FreeBSD 3.4-RELEASE #8: Wed Jan 19 20:27:19 EET 2000 root@laptop:/usr/src/sys/compile/LAPTOP i386 # dmesg Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.4-RELEASE #8: Wed Jan 19 20:27:19 EET 2000 root@laptop:/usr/src/sys/compile/LAPTOP Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P55C (233.86-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 67108864 (65536K bytes) config> di wt0 config> di scd0 config> di mcd0 config> di matcdc0 config> di bt0 config> di aha0 config> di adv0 config> q avail memory = 61751296 (60304K bytes) Preloaded elf kernel "kernel" at 0xc035b000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc035b09c. Probing for devices on PCI bus 0: chip0: rev 0x01 on pci0.0.0 chip1: rev 0x01 on pci0.1.0 ide_pci0: rev 0x01 on pci0.1.1 chip2: rev 0x01 on pci0.1.3 vga0: rev 0xc2 on pci0.6.0 pcic0: rev 0x01 int a irq 255 on pci0.14.0 pcic1: rev 0x01 int b irq 255 on pci0.14.1 Probing for PnP devices: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> ed0 not found at 0x320 fe0 not found at 0x300 atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A pcm0 at 0x220 irq 9 drq 0 flags 0x13 on isa ESS1868 (rev 11) fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 3102MB (6354432 sectors), 6304 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, accel, dma, iordis acd0: drive speed 3445KB/sec, 128KB cache acd0: supported read types: CD-R, CD-RW, CD-DA acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable popup acd0: Medium: CD-ROM 120mm data disc loaded, unlocked ppc0 at 0x378 irq 5 flags 0x40 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/15 bytes threshold lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 plip0: on ppbus 0 ie0: unknown board_id: f000 ie0 not found at 0x300 ep0 not found at 0x300 ex0 not found le0 not found at 0x300 lnc0 not probed due to drq conflict with pcm0 at 0 cs0 not found at 0x300 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface apm0 on isa apm: found APM BIOS version 1.2 Initializing PC-card drivers: ed ep fe sio Intel Pentium detected, installing workaround for F00F bug changing root device to wd0s1a cd9660: RockRidge Extension # cat /usr/src/sys/i386/conf/LAPTOP|grep -v "^#" machine "i386" cpu "I586_CPU" ident LAPTOP maxusers 32 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on wd0 controller isa0 controller pnp0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM device wfd0 #IDE Floppy (e.g. LS-120) controller ncr0 controller ahb0 controller ahc0 controller isp0 controller dpt0 controller adv0 at isa? port ? cam irq ? controller adw0 controller bt0 at isa? port ? cam irq ? controller aha0 at isa? port ? cam irq ? controller scbus0 device da0 device sa0 device pass0 device cd0 #Only need one of these, the code dynamically grows device wt0 at isa? port 0x300 bio irq 5 drq 1 device mcd0 at isa? port 0x300 bio irq 10 controller matcd0 at isa? port 0x230 bio device scd0 at isa? port 0x230 bio controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts pseudo-device splash device sc0 at isa? tty device npx0 at isa? port IO_NPX irq 13 device apm0 at isa? # Advanced Power Management (v1.2) controller card0 device pcic0 at card? device pcic1 at card? device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 device ppc0 at isa? port? flags 0x40 net irq 5 controller ppbus0 device lpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? device al0 # ADMtek AL981 (``Comet'') device ax0 # ASIX AX88140A device de0 # DEC/Intel DC21x4x (``Tulip'') device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) device mx0 # Macronix 98713/98715/98725 (``PMAC'') device pn0 # Lite-On 82c168/82c169 (``PNIC'') device rl0 # RealTek 8129/8139 device sf0 # Adaptec AIC-6915 DuraLAN (``Starfire'') device tl0 # Texas Instruments ThunderLAN device tx0 # SMC 9432TX (83c170 ``EPIC'') device vr0 # VIA Rhine, Rhine II device vx0 # 3Com 3c590, 3c595 (``Vortex'') device wb0 # Winbond W89C840F device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') device ed0 at isa? port 0x320 net irq 7 iomem 0xd8000 device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 device ep0 at isa? port 0x300 net irq 10 device ex0 at isa? port? net irq? device fe0 at isa? port 0x300 net irq ? device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 device lnc0 at isa? port 0x280 net irq 10 drq 0 device cs0 at isa? port 0x300 net irq ? pseudo-device loop pseudo-device ether pseudo-device sl 1 pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's options KTRACE #kernel tracing options SYSVSHM options SYSVMSG options SYSVSEM pseudo-device bpfilter 1 #Berkeley packet filter device pcm0 at isa ? port? tty irq 9 drq 0 flags 0x13 -past To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 6:53:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from netcom.com (netcom2.netcom.com [199.183.9.102]) by hub.freebsd.org (Postfix) with ESMTP id 247D81527D for ; Fri, 21 Jan 2000 06:53:49 -0800 (PST) (envelope-from stanb@netcom.com) Received: (from stanb@localhost) by netcom.com (8.9.3/8.9.3) id GAA23173 for freebsd-questions@freebsd.org; Fri, 21 Jan 2000 06:52:41 -0800 (PST) From: Stan Brown Message-Id: <200001211452.GAA23173@netcom.com> Subject: Can I build a floppy to boot the kernel on the hard drive from? To: freebsd-questions@freebsd.org (Free BSD Questions list) Date: Fri, 21 Jan 2000 09:52:41 -0500 (EST) X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an old Vectra 486 that I brought home to set up for a gateway at work, over the weekend. Unfortunately the 1.2G drive that I brought seems to be bad, either that or the disk controler. I have a 20G drive that would like to put in this machine over the weekend amd do som make worlds to test if it's the drive or the controler. Unfortunately I can't seem to get the BIOS to tell the FreeBSD boot loader about this drive. Even though it appears to be detected corectly by the BIOS. When I boot off the install disks, I only get a message about BIOSdrive A. However I was able to get FreebSD to recognize the disk and install (since it does not use the BISO, I assume). However that leaves me with a system that will not boot. So I am wondering if I can build some sort of boot floppy for this machine? I really jsut need to get it booted up inot FreeBSD once to run the test. I amm not going to doante my 20G drive to work :-) But if I determine that the problem really is the drive, and not the controler I can get a new/old drive at work Monday. Thanks for any sugestiosn on this. -- Stan Brown stanb@netcom.com 404-996-6955 Factory Automation Systems Atlanta Ga. -- Look, look, see Windows 95. Buy, lemmings, buy! Pay no attention to that cliff ahead... Henry Spencer (c) 1998 Stan Brown. Redistribution via the Microsoft Network is prohibited. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 6:54:45 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 3D0E214E82 for ; Fri, 21 Jan 2000 06:54:41 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12BfSQ-0005Dt-00; Fri, 21 Jan 2000 14:54:38 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id OAA26173; Fri, 21 Jan 2000 14:54:38 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 21 Jan 2000 14:54:37 +0000 (GMT) From: Jonathon McKitrick To: keramida@ceid.upatras.gr Cc: freebsd-questions@FreeBSD.ORG Subject: Re: zsh alias question In-Reply-To: <20000120180954.C866@hades.hell.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 On Thu, 20 Jan 2000, Giorgos Keramidas wrote: >I used vipw and added the home directory at the end of the `toor' line. > > toor:*:0:0:Bourne-again Superuser:/root:/bin/sh So does toor need a home directory in order to have a different password from root? At this point, when i su or login as toor, when i run passwd or chsh, it references root. Also, i DLed the development version of zsh, and when i run 'su -m root' it says root: unable to open input file: root Same thing with toor toor: unable to open inupt file: toor Is this input file a zsh file, or something else? -jm "The light that burns twice as bright burns half as long, and you have burned so very, very brightly." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 6:55:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 71064154AD for ; Fri, 21 Jan 2000 06:55:35 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id IAA02940; Fri, 21 Jan 2000 08:58:59 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Fri, 21 Jan 2000 08:58:59 -0600 (CST) From: Gene Harris To: Jeroen Ruigrok/Asmodai Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Connecting to a different Xclient In-Reply-To: <20000121115914.C6604@daemon.ninth-circle.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 This is the response I get back from the Linux server when I attempt to connect to it from freebsd: bash-2.03$ xterm -display 10.0.0.1:0.0 XLib: connection to "10.0.0.1:0.0" refused by server Xlib: Client is not authorized to connect to Server xterm Xt error: Can't open display: 10.0.0.1:0.0 I can, however, log in using rlogin or telnet. It is just that when I enter the above command, no line screen occurs and I cannot find in the man pages a way to supply a uname and passwd. I tried the -name parameter, but that isn't for supply a login name. Unfortunately, I get no log messages from the Redhat xclient when I attempt to connect. So, after reading the docs on Xfree.org's web site, I am still in the dark. My Xfree setup on my freebsd machine is standard, out of the box from a source code download and perhaps a package install from /stand/sysinstall. The Redhat setup is right out of the box, and the Xclient is using authentication. *==============================================* *Gene Harris http://www.tetronsoftware.com* *FreeBSD Novice * *All ORBS.org SMTP connections are denied! * *==============================================* On Fri, 21 Jan 2000, Jeroen Ruigrok/Asmodai wrote: > -On [20000120 21:51], Gene Harris (zeus@tetronsoftware.com) wrote: > >I have a Linux RH 6.1 Workstation and a FreeBSD 3.4S Server > >on my local network. Both are running XFree86 3.3.X almost > >full time. > > > >Is it possible to open an Xterm window on my FreeBSD box > >that connects to the Linux XFree server? > > xterm -display linux.red.hat:0.0 ? > > That what you needed to know? > > -- > Jeroen Ruigrok vd W/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] > Documentation nutter/B-rated Coder BSD: Technical excellence at its best > The BSD Programmer's Documentation Project > Ain't gonna spend the rest of my Life, quietly fading away... > > > 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 Jan 21 6:58: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 1D80E15143 for ; Fri, 21 Jan 2000 06:58:19 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 12BfVy-000Fdc-00; Fri, 21 Jan 2000 14:58:18 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id OAA26246 for ; Fri, 21 Jan 2000 14:58:18 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 21 Jan 2000 14:58:17 +0000 (GMT) From: Jonathon McKitrick To: freebsd-questions@freebsd.org Subject: metaports Message-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 see them all over, and i searched the archives, but where is a definition? -=> jm <=- "The light that burns twice as bright burns half as long, and you have burned so very, very brightly." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 7: 3:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id 250651551C for ; Fri, 21 Jan 2000 07:03:03 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (m14.chn.vsnl.net.in [202.54.43.207] (may be forged)) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id BAA07421; Sat, 22 Jan 2000 01:32:52 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id UAA00824; Fri, 21 Jan 2000 20:32:43 +0530 (IST) (envelope-from grog) Date: Fri, 21 Jan 2000 20:32:43 +0530 From: Greg Lehey To: stefan parvu Cc: FreeBSD Questions Subject: Re: FreeBSD 4.0 RELEASE ??? Message-ID: <20000121203243.M479@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <3888584B.4F21C97B@comptel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3888584B.4F21C97B@comptel.com>; from stefan.parvu@comptel.com on Fri, Jan 21, 2000 at 02:59:55PM +0200 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 21 January 2000 at 14:59:55 +0200, stefan parvu wrote: > hi all, > > when FreeBSD 4.0 will be out as RELEASE version? Soon. > I have 1 FreeBSD production machine You don't want to run 4.0-RELEASE on a production machine unless you have a Real Good Reason. Consider it a gamma release. > and I'm planning to estimate an update time for it. and by the way > where can I found some details about what's new in this major > version ? Good question. It's in the text filesq in -CURRENT, but I don't know if we have it anywhere else. Maybe somebody else can help. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 7:17:31 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 EB1A215162 for ; Fri, 21 Jan 2000 07:17:28 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12BfoW-0005hd-00; Fri, 21 Jan 2000 15:17:28 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id PAA26560; Fri, 21 Jan 2000 15:17:27 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 21 Jan 2000 15:17:27 +0000 (GMT) From: Jonathon McKitrick To: btwo cfuor Cc: freebsd-questions@freebsd.org Subject: Re: x-windows In-Reply-To: <20000120224324.29071.qmail@web119.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 20 Jan 2000, btwo cfuor wrote: >Hi there >i want to ask a simple question on x-windows. the >defult interface I'm using is KDE how do i switch to >gnome or other interfaces that i have do i have to >edit a file or is the a utility like the one in linux >so you can switch from an interface to another If i understand your question, you want to edit '.xinitrc' or .xsessions' to do this. Also, if you run sysinstall, there is an option under configure near the bottom of the menu that lets you change desktops easily. I think sysinstall edits the files for you, assuming you have those Windowmanagers installed. -=> jm <=- "The light that burns twice as bright burns half as long, and you have burned so very, very brightly." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 7:18:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from math.udel.edu (math.udel.edu [128.175.16.7]) by hub.freebsd.org (Postfix) with ESMTP id C041314EAF for ; Fri, 21 Jan 2000 07:18:44 -0800 (PST) (envelope-from schwenk@math.udel.edu) Received: from math.udel.edu (sisyphus.math.udel.edu [128.175.16.167]) by math.udel.edu (8.9.3+Sun/8.9.1) with ESMTP id KAA19369 for ; Fri, 21 Jan 2000 10:18:42 -0500 (EST) Message-ID: <388878D2.A5D26BF8@math.udel.edu> Date: Fri, 21 Jan 2000 10:18:42 -0500 From: Peter Schwenk Organization: University of Delaware X-Mailer: Mozilla 4.7 [en] (X11; I; SunOS 5.7 sun4u) X-Accept-Language: en, fr, de, ko MIME-Version: 1.0 To: questions@freebsd.org Subject: List of sysctl variables and meanings? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello List-Members, Is there a list of the variables tweakable by sysctl and what they mean? I am particularly interested in the "usermount" (or something to that effect), but I would like to learn about the rest of them. Thanks in advance for your help. -- PETER SCHWENK | UNIX System Administrator Department of Mathematical Sciences | University of Delaware schwenk@math.udel.edu | (302)831-0437 <-NEW!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 7:20:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wr5.yahoo.com (wr5.yahoo.com [204.71.202.64]) by hub.freebsd.org (Postfix) with ESMTP id DC62C14E82 for ; Fri, 21 Jan 2000 07:20:17 -0800 (PST) (envelope-from Adopt-a-Ring@Webring.org) Received: (from webring@localhost) by wr5.yahoo.com (8.9.3/8.9.3) id HAA36069; Fri, 21 Jan 2000 07:07:21 -0800 (PST) (envelope-from Adopt-a-Ring@Webring.org) Date: Fri, 21 Jan 2000 07:07:21 -0800 (PST) From: Adopt-a-Ring@Webring.org Message-Id: <200001211507.HAA36069@wr5.yahoo.com> To: Adopt-a-Ring@Webring.org Subject: publicsoftware is up for adoption Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You have received this message because you are a Ring Member or member of the Queue for the OpenSource, Public & Free Software Webring ( publicsoftware ). It has been brought to WebRing's attention this ring is no longer being managed efficiently, has been abandoned and is now a candidate for our Adopt-A-Ring program. WebRing is a free indexing service and does not provide ring arbitration, however we receive many inquiries regarding abandoned and poorly managed rings thus generating the birth of the Adopt-A-Ring program. Basic steps involved in the Adopt-A-Ring program: 1. Ring Members and members of the Queue are sent this email 2. A new RingMaster is elected 3. New RingMaster is introduced to the ring and begins management duties If you are interested in adopting this ring, please reply to this message, leaving the subject line intact, with an explanation of why you would be the best candidate for this position. General qualifications to become a RingMaster are listed below: 1. A working knowledge of HTML is required 2. You must be a Ring Member of the OpenSource, Public & Free Software Webring ( publicsoftware ) to be candidate 3. Previous experience as a RingMaster is a plus Please respond to this message no later than one week from receipt to be considered as a candidate. Thanks for using WebRing! Notice: This ring is a part of the WebRing Adopt-A-Ring program. The OpenSource, Public & Free Software Webring will be automatically crawled and participating sites HTMLfragments will be checked for existence and correctness. If your site is missing the HTMLfragment or the HTMLfragment is incorrect, your site will automatically be moved to the Queue. Likewise, if you add the correct HTMLfragment to your site it will automatically be added to the OpenSource, Public & Free Software Webring WebRing. Additionally, rings with zero Ring Members and zero sites listed in the Queue receiving no traffic for a two week period will be automatically deleted from the system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 7:20:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wr5.yahoo.com (wr5.yahoo.com [204.71.202.64]) by hub.freebsd.org (Postfix) with ESMTP id 5717614E43 for ; Fri, 21 Jan 2000 07:20:46 -0800 (PST) (envelope-from Adopt-a-Ring@Webring.org) Received: (from webring@localhost) by wr5.yahoo.com (8.9.3/8.9.3) id HAA38134; Fri, 21 Jan 2000 07:10:30 -0800 (PST) (envelope-from Adopt-a-Ring@Webring.org) Date: Fri, 21 Jan 2000 07:10:30 -0800 (PST) From: Adopt-a-Ring@Webring.org Message-Id: <200001211510.HAA38134@wr5.yahoo.com> To: Adopt-a-Ring@Webring.org Subject: publicsoftware is up for adoption Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You have received this message because you are a Ring Member or member of the Queue for the OpenSource, Public & Free Software Webring ( publicsoftware ). It has been brought to WebRing's attention this ring is no longer being managed efficiently, has been abandoned and is now a candidate for our Adopt-A-Ring program. WebRing is a free indexing service and does not provide ring arbitration, however we receive many inquiries regarding abandoned and poorly managed rings thus generating the birth of the Adopt-A-Ring program. Basic steps involved in the Adopt-A-Ring program: 1. Ring Members and members of the Queue are sent this email 2. A new RingMaster is elected 3. New RingMaster is introduced to the ring and begins management duties If you are interested in adopting this ring, please reply to this message, leaving the subject line intact, with an explanation of why you would be the best candidate for this position. General qualifications to become a RingMaster are listed below: 1. A working knowledge of HTML is required 2. You must be a Ring Member of the OpenSource, Public & Free Software Webring ( publicsoftware ) to be candidate 3. Previous experience as a RingMaster is a plus Please respond to this message no later than one week from receipt to be considered as a candidate. Thanks for using WebRing! Notice: This ring is a part of the WebRing Adopt-A-Ring program. The OpenSource, Public & Free Software Webring will be automatically crawled and participating sites HTMLfragments will be checked for existence and correctness. If your site is missing the HTMLfragment or the HTMLfragment is incorrect, your site will automatically be moved to the Queue. Likewise, if you add the correct HTMLfragment to your site it will automatically be added to the OpenSource, Public & Free Software Webring WebRing. Additionally, rings with zero Ring Members and zero sites listed in the Queue receiving no traffic for a two week period will be automatically deleted from the system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 7:25:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from jasper.heartland.ab.ca (jasper.heartland.ab.ca [207.107.228.1]) by hub.freebsd.org (Postfix) with ESMTP id 2D5C815495 for ; Fri, 21 Jan 2000 07:25:03 -0800 (PST) (envelope-from dkwiebe@hagenhomes.com) Received: from freebsd.hagens.ab.ca (dyn118.heartland.ab.ca [207.107.228.118]) by jasper.heartland.ab.ca (8.9.0/8.9.0) with ESMTP id IAA26918; Fri, 21 Jan 2000 08:07:08 -0700 (MST) Received: from hagenhomes.com (darren.hagens.ab.ca [10.0.1.3]) by freebsd.hagens.ab.ca (8.9.3/8.9.2) with ESMTP id HAA07459; Fri, 21 Jan 2000 07:35:02 GMT (envelope-from dkwiebe@hagenhomes.com) Message-ID: <38887A1B.66E4639E@hagenhomes.com> Date: Fri, 21 Jan 2000 08:24:11 -0700 From: Darren Wiebe Organization: Hagen Homes Ltd. X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Eduardo Huertas Cc: Hector Colmenares , freebsd-questions@FreeBSD.ORG Subject: Re: [Installing StarOffice 5.1a in Spanish]] References: <20000120234023.15949.qmail@nwcst292.netaddress.usa.net> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At last check the port did work for the english version of StarOffice. However, I have not tried the Spanish version yet. There is a german version if you look in the german ports directory. I think that it sounds like a file called applicat.rdb has to be replace with the correct version. However, you have to get the correct version off of a linux box running the same version of StarOffice. Darren Wiebe dkwiebe@hagenhomes.com Eduardo Huertas wrote: > > OK > This worked, including the not so elegant problems when it's started: > > "The component (PluginManager) could not be loaded. > Please start setup with the option repair." > > and > > "InternetSetupWizard: No resource loader found." > > But seems it's working, that's important :) > > What about the procedure with the port? Somebody knows if it works? > > Is there a better way? Sorry Ken ;) > > Hector Colmenares wrote: > > Try this > > http://www.serv.net/~mcglk/staroffice-install.html > > cheers. > > On 19 Jan 2000, Eduardo Huertas wrote: > > > That's nice! > > > > I'm still in trouble. > > > > > > > > Darren Wiebe wrote: > > > > > > I just got back from holidays and have over 4000 emails to worry > > about. > > > > I will be looking into this one in the next couple of days. > > > > > > > > Darren Wiebe > > > > > > Eduardo Huertas wrote: > > I have FreeBSD 3.2 installed and I got the port for StarOffice 5.1 from the > > net > > but it seems is designed only for the English version. > > > > I have the SUN´s CD and when I do the MAKE command everything seems ok but > > when I do the MAKE install. It reports the following problem: > > > > /usr/compat/linux/sbin/ldconfig: warning can't open > > /usr/ports/editors/staroffice5/work/tmp/sv001.tmp (no such file or > > directory), > > skipping > > > > I do the setup and when it finishes writes another errors: > > 100755: not found > > *** error code 1 > > stop. > > > > Then I try to MAKE post-install and again: > > 100755: not found > > > > What I must do to install the Spanish version of StarOffice? > > > > Thank you very much. > > > > Eduardo > > > > ____________________________________________________________________ > > Get free email and a permanent address at http://www.netaddress.com/?N=1 > > > > > > ____________________________________________________________________ > > Get free email and a permanent address at http://www.netaddress.com/?N=1 > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > ____________________________________________________________________ > Get free email and a permanent address at http://www.netaddress.com/?N=1 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 7:27:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from jasper.heartland.ab.ca (jasper.heartland.ab.ca [207.107.228.1]) by hub.freebsd.org (Postfix) with ESMTP id A91B21517C for ; Fri, 21 Jan 2000 07:27:15 -0800 (PST) (envelope-from dkwiebe@hagenhomes.com) Received: from freebsd.hagens.ab.ca (dyn118.heartland.ab.ca [207.107.228.118]) by jasper.heartland.ab.ca (8.9.0/8.9.0) with ESMTP id IAA26971; Fri, 21 Jan 2000 08:09:20 -0700 (MST) Received: from hagenhomes.com (darren.hagens.ab.ca [10.0.1.3]) by freebsd.hagens.ab.ca (8.9.3/8.9.2) with ESMTP id HAA07500; Fri, 21 Jan 2000 07:37:16 GMT (envelope-from dkwiebe@hagenhomes.com) Message-ID: <38887AA1.6456275@hagenhomes.com> Date: Fri, 21 Jan 2000 08:26:25 -0700 From: Darren Wiebe Organization: Hagen Homes Ltd. X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Ian Moore Cc: freebsd-questions@FreeBSD.ORG, ales@megared.net.mx Subject: Re: Star Office 5.1 on FreeBSD3.2 dumps when run References: <00012118393100.09488@imoore.on.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Part of the problem could be your relatively old release of FreeBSD. I can't make any guarantees but I would not recommend it on less than 3.3 release. Also, I would look in the file "/usr/compat/linux/etc/ld.so.conf" and clean out any junk lines. Darren Wiebe dkwiebe@hagenhomes.com Ian Moore wrote: > > Hello, > Thanks Ales for letting me know about the staroffice5 port. > I tried running it today - I got the various dependencyies & installed them, > then did a make, which ran without error. When I did the make install, I got > the following: > > imoore:/usr/ports/editors/staroffice5# make install > ===> Installing for staroffice-5.1a > ===> staroffice-5.1a depends on file: /compat/linux/usr/i486-linux-libc5/lib/libc.so.5 - found > /usr/compat/linux/sbin/ldconfig: warning: can't open /usr/ports/editors/staroffice5/work/tmp/sv001.tmp (No such file or directory), skipping > StarOffice 5.1a (Sun Version) Personal Install How-To > > Written By: > Darren Wiebe > dkwiebe@hagenhomes.com > > You will very shortly be done a network install of StarOffice 5.1a. > Once that is done run "make post-install". > Once that is done exit X11 and run it again as the user that you usually use. > Then run "make install-user" and do a standard workstation install. > It will now be ready to use. > > Good Luck > > Bad system call - core dumped > *** Error code 140 (ignored) > ===> Generating temporary packing list > install: /usr/local/Office51/bin: No such file or directory > *** Error code 71 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > Stop. > imoore:/usr/ports/editors/staroffice5# > > Any ideas on why this happened? I'm running 3.2-Release & have the > 32upgrade-1999.01.05 package installed > > Cheers, > -- > Ian 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 Fri Jan 21 7:28: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 63D82154C6 for ; Fri, 21 Jan 2000 07:28:04 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id JAA03078; Fri, 21 Jan 2000 09:31:28 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Fri, 21 Jan 2000 09:31:28 -0600 (CST) From: Gene Harris To: Peter Schwenk Cc: questions@FreeBSD.ORG Subject: Re: List of sysctl variables and meanings? In-Reply-To: <388878D2.A5D26BF8@math.udel.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 man sysctl has a small list. The primary place I have found the identifiers is in /usr/include/sys/sysctl.h. You can also do sysctl -aA | more to view all the parameters. You can then cross reference the print out against the sysctl.h header to gain a better understanding how to track the variable use in the source. *==============================================* *Gene Harris http://www.tetronsoftware.com* *FreeBSD Novice * *All ORBS.org SMTP connections are denied! * *==============================================* On Fri, 21 Jan 2000, Peter Schwenk wrote: > Hello List-Members, > > Is there a list of the variables tweakable by sysctl and what they > mean? I am particularly interested in the "usermount" (or something to > that effect), but I would like to learn about the rest of them. > > Thanks in advance for your help. > > -- > PETER SCHWENK | UNIX System Administrator > Department of Mathematical Sciences | University of Delaware > schwenk@math.udel.edu | (302)831-0437 <-NEW!!! > > > > > > 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 Jan 21 7:29:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from jasper.heartland.ab.ca (jasper.heartland.ab.ca [207.107.228.1]) by hub.freebsd.org (Postfix) with ESMTP id 64FDF154C6 for ; Fri, 21 Jan 2000 07:29:28 -0800 (PST) (envelope-from dkwiebe@hagenhomes.com) Received: from freebsd.hagens.ab.ca (dyn118.heartland.ab.ca [207.107.228.118]) by jasper.heartland.ab.ca (8.9.0/8.9.0) with ESMTP id IAA26985; Fri, 21 Jan 2000 08:11:35 -0700 (MST) Received: from hagenhomes.com (darren.hagens.ab.ca [10.0.1.3]) by freebsd.hagens.ab.ca (8.9.3/8.9.2) with ESMTP id HAA07504; Fri, 21 Jan 2000 07:39:32 GMT (envelope-from dkwiebe@hagenhomes.com) Message-ID: <38887B29.2694564B@hagenhomes.com> Date: Fri, 21 Jan 2000 08:28:41 -0700 From: Darren Wiebe Organization: Hagen Homes Ltd. X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Jonathon McKitrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: metaports 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 have never seen a description as such but I can try to describe them in my own words. They are basically a port that has a bunch of other ports as dependancies, so when you install it, what it actually does is install the other ports. Darren Wiebe dkwiebe@hagenhomes.com Jonathon McKitrick wrote: > > I see them all over, and i searched the archives, but where is a > definition? > > -=> jm <=- > > "The light that burns twice as bright burns half as long, and you have > burned so very, very brightly." > > 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 Jan 21 7:29:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cclib.nsu.ru (cclib.nsu.ru [193.124.215.15]) by hub.freebsd.org (Postfix) with ESMTP id 590A415156 for ; Fri, 21 Jan 2000 07:29:31 -0800 (PST) (envelope-from dan837@cclib.nsu.ru) Received: from localhost (dan837@localhost) by cclib.nsu.ru (8.8.5/8.8.5) with SMTP id VAA26536 for ; Fri, 21 Jan 2000 21:29:26 +0600 Date: Fri, 21 Jan 2000 21:29:26 +0600 (NOVT) From: "Dmitry A. Novoselov" X-Sender: dan837@glory.nsu.ru To: freebsd-questions@freebsd.org Subject: Re: ATAPI CDROM drive 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, guys, never mind! ;-) i finally get it to work ok. but, cdcontrol doesn't want to play tracks! cdplay plays, and cdcontrol only allows to eject/close tray, stop playing (started with cdplay), prints correct? status info, but doesn't play: cdcontrol> play cdcontrol: Input/output error any suggestion will be apprecaited. Dmitry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 7:48: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 0831D15450 for ; Fri, 21 Jan 2000 07:48:46 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id JAA96362; Fri, 21 Jan 2000 09:48:25 -0600 (CST) (envelope-from dan) Date: Fri, 21 Jan 2000 09:48:25 -0600 From: Dan Nelson To: Steve Hovey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Large drives Message-ID: <20000121094825.A96245@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from "Steve Hovey" on Fri Jan 21 09:20:53 GMT 2000 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jan 21), Steve Hovey said: > I thought there was an 8 or 9 gig lim on what freebsd could see of > any one signle drive - is this limitation gone? or is there some > technic for slicing something larger up? I don't think there has ever been a limit on drive size; I had a 60-gig SCSI raid volume on a FreeBSD box back in '96. -- 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 Jan 21 7:52:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from arus.cloudnet.com (arus.cloudnet.com [204.221.240.14]) by hub.freebsd.org (Postfix) with ESMTP id 1875B1514E for ; Fri, 21 Jan 2000 07:52:26 -0800 (PST) (envelope-from chris@cloudnet.com) Received: from localhost (chris@localhost) by arus.cloudnet.com (8.9.3/8.9.3) with ESMTP id JAA10469; Fri, 21 Jan 2000 09:52:18 -0600 X-Authentication-Warning: arus.cloudnet.com: chris owned process doing -bs Date: Fri, 21 Jan 2000 09:52:18 -0600 (CST) From: Chris Zwilling To: Steve Hovey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Large drives 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, 21 Jan 2000, Steve Hovey wrote: > > I thought there was an 8 or 9 gig lim on what freebsd could see of any one > signle drive - is this limitation gone? or is there some technic for > slicing something larger up? > AFAIK there is no limit for SCSI drives (yet - wait for the 2TB drives). For IDE drives there were several limitations - mainly the wd driver uses CHS translation instead of LBA unless you tell the driver to use LBA (check out /usr/src/sys/conf/LINT?). For my drive I set the paramater flags to 0xb0ffb0ff - YMMV. ;-----------------------------------------; ; ; Chris Zwilling ; Don't let people drive you crazy ; chris@cloudnet.com ; when you know it's in walking distance ; System Administrator ; ; 320.240.8243 ;-----------------------------------------; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 7:56: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 20BFD14DB5 for ; Fri, 21 Jan 2000 07:56:04 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id JAA97316; Fri, 21 Jan 2000 09:53:23 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <01d101bf6427$fd5a02e0$fba3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Ian Moore" , References: <00012118393100.09488@imoore.on.net> Subject: RE: Star Office 5.1 on FreeBSD3.2 dumps when run Date: Fri, 21 Jan 2000 09:55:50 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Ian, > /usr/compat/linux/sbin/ldconfig: warning: can't open /usr/ports/editors/staroffice5/work/tmp/sv001.tmp (No such file or directory), skipping This is Ok. > Bad system call - core dumped > *** Error code 140 (ignored) > ===> Generating temporary packing list > install: /usr/local/Office51/bin: No such file or directory I had this error once that Itried to install it with the linux_base-6.1 port, then I had to remove this port and install the linux_base-5.2 port, and all went smoothly. P.S. You have to do this in an xterm because it will start the installation screen. Have Fun... Ales To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 8: 0: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 6E3F914A2C for ; Fri, 21 Jan 2000 07:59:55 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id KAA03252 for ; Fri, 21 Jan 2000 10:03:23 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Fri, 21 Jan 2000 10:03:23 -0600 (CST) From: Gene Harris To: freebsd-questions@freebsd.org Subject: One more X windows 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 have one more X question. How can I perform cut and paste between two xterm windows? As an example, I execute a command in one xterm and I want to include the results in an email I am writing with pine in a different xterm. Currently, I dump the output to a file and then read it into pine. But for commands with concise output, a simple cut and paste might be more convenient. Many thanks! *==============================================* *Gene Harris http://www.tetronsoftware.com* *FreeBSD Novice * *All ORBS.org SMTP connections are denied! * *==============================================* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 8: 1:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www4.apexmail.com (www4.ApexMail.com [209.53.145.13]) by hub.freebsd.org (Postfix) with SMTP id 414AD15113 for ; Fri, 21 Jan 2000 08:01:25 -0800 (PST) (envelope-from DragonHeart@apexmail.com) Date: Fri, 21 Jan 2000 08:53:36 -0800 To: freebsd-questions@freebsd.org From: "Ayman Zarka" Subject: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-MAIL-FROM-IP: [212.38.132.6] X-Mailer: ApexMail HTML Client v1.00b Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe dragonheart@apexmail.com ____________________________________ Email services provided by ApexMail http://www.apexmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 8:11:38 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 F2D0B14CDF for ; Fri, 21 Jan 2000 08:11:35 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12Bges-000HEH-00; Fri, 21 Jan 2000 16:11:34 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id QAA27420; Fri, 21 Jan 2000 16:11:34 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 21 Jan 2000 16:11:34 +0000 (GMT) From: Jonathon McKitrick To: Gene Harris Cc: freebsd-questions@freebsd.org Subject: Re: One more X windows question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 21 Jan 2000, Gene Harris wrote: >I have one more X question. How can I perform cut and >paste between two xterm windows? Highlight the text with mouse, of course. Then click middle button, or left+right where you want it pasted. It isn't as robust as Windows, but it works. I sometimes have problems when i don't paste immediately, i.e. there are other mouse clicks moving windows around before i actually paste. The text seems to get lost in the shuffle. So i try to have bot windows on top and ready. Also, it seems to me that you need to use an editor, not a view. Selecting text in a viewer (like the one in migdnight commander) doesn't work. I think it needs an editor. -=> jm <=- Actual penalty by referee in an American Football game: "Unsportsmanlike conduct: giving him the business! Fifteen yard penalty, automatic first down!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 8:16:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pointer.raytheon.co.uk (pointer.raytheon.co.uk [193.115.14.66]) by hub.freebsd.org (Postfix) with ESMTP id 9A29915261 for ; Fri, 21 Jan 2000 08:16:49 -0800 (PST) (envelope-from Chris.Smith@raytheon.co.uk) Received: from rslhub.raytheon.co.uk (unverified) by pointer.raytheon.co.uk (Content Technologies SMTPRS 2.0.15) with SMTP id ; Fri, 21 Jan 2000 16:21:28 +0000 Received: by rslhub.raytheon.co.uk(Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) id 0025686D.005950DC ; Fri, 21 Jan 2000 16:15:34 +0000 X-Lotus-FromDomain: RAYTHEONUK From: Chris.Smith@raytheon.co.uk To: Gene Harris Cc: freebsd-questions@freebsd.org Message-Id: <0025686D.00594FEB.00@rslhub.raytheon.co.uk> Date: Fri, 21 Jan 2000 16:14:58 +0000 Subject: Re: One more X windows question 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, To cut + paste is quite easy:- cut: select what you want to copy. done! Leave it selected. paste: while selected, move to where you want to paste it and press the middle button on the mouse! If you only have 2 buttons then press them both at once. Done! CAUTION: Watch out. It will paste carriage returns etc as well so if you have a command that wants to change from rm -rf / changes to rm -rf /opt/netscape then make sure you dont select past the end of the line otherwise it'll copy the CR then bye bye BSD etc. Hope this helps. It makes life very easy :-) Chris Smith Raytheon Systems Limited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 8:18:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icx.net (icx.net [206.96.250.2]) by hub.freebsd.org (Postfix) with ESMTP id AA8B515143 for ; Fri, 21 Jan 2000 08:18:31 -0800 (PST) (envelope-from gmpicket@icx.net) Received: from gail (pm14r.icx.net [216.82.7.177]) by icx.net (IDG-2.7/1.3nr) with SMTP id LAA09102 for ; Fri, 21 Jan 2000 11:18:26 -0500 (EST) Message-Id: <3.0.6.32.20000121112411.0079fb20@mailhub.icx.net> X-Sender: gmpicket@mailhub.icx.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Fri, 21 Jan 2000 11:24:11 -0500 To: freebsd-questions@freebsd.org From: "Gail M. Pickett" Subject: Re: Large drives Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Regarding LBA. I have an old i486 that I am going to convert from DOS/Win95 to FreeBSD 3.3 - Release. The machine currently cannot recognize LBA, thus unable to format correctly drives over 515MB. I got the software from the manufacturer of the motherboard for flashing the BIOS to update it to understand LBA, but is this necessary for FreeBSD? or is it just a DOS problem? At 09:52 AM 1/21/00 -0600, you wrote: >On Fri, 21 Jan 2000, Steve Hovey wrote: >> >> I thought there was an 8 or 9 gig lim on what freebsd could see of any one >> signle drive - is this limitation gone? or is there some technic for >> slicing something larger up? >> > >AFAIK there is no limit for SCSI drives (yet - wait for the 2TB drives). >For IDE drives there were several limitations - mainly the wd driver uses >CHS translation instead of LBA unless you tell the driver to use LBA >(check out /usr/src/sys/conf/LINT?). For my drive I set the paramater >flags to 0xb0ffb0ff - YMMV. > >;-----------------------------------------; >; ; Chris Zwilling >; Don't let people drive you crazy ; chris@cloudnet.com >; when you know it's in walking distance ; System Administrator >; ; 320.240.8243 >;-----------------------------------------; > > > >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 Jan 21 8:19:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ple.org (c431822-a.smateo1.sfba.home.com [24.7.95.203]) by hub.freebsd.org (Postfix) with ESMTP id E483F154C8 for ; Fri, 21 Jan 2000 08:19:48 -0800 (PST) (envelope-from andy@ple.org) Received: (from nobody@localhost) by ple.org (8.9.3/8.9.3) id IAA35694; Fri, 21 Jan 2000 08:19:02 -0800 (PST) Date: Fri, 21 Jan 2000 08:19:02 -0800 (PST) Message-Id: <200001211619.IAA35694@ple.org> X-Authentication-Warning: ple.org: nobody set sender to andy@ple.org using -f From: Andreas Pleschutznig To: Kent Stewart Reply-To: Andreas Pleschutznig Cc: questions@freebsd.org References: <200001210814.AAA34480@ple.org> <38882AD2.CA8FEC5D@3-cities.com> In-Reply-To: <38882AD2.CA8FEC5D@3-cities.com> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP3 Imap webMail Program 2.0.10 X-Originating-IP: 162.93.253.67 Subject: Re: PD CD writer for iso format? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks, but the problem is that I cannot download this software as it is licensed and sold by Adaptec. Does anybody know of a free product? It doesn't have to be fancy, just burn the ISO image. The CE!Quadrat which I got with my PC does not seem to be able to write an image. Andy Quoting Kent Stewart : > > > Andreas Pleschutznig wrote: > > > > Hi everybody, > > > > Is there any CD-writer software known which I could use under Win98 to > create > > the CD from the iso image? > > Adaptec's EZ CD Creator 3.5 or 4 will burn an image. You just have to > change the iso name to something it recognizes. > > Kent > > -- > Kent Stewart > Richland, WA > > mailto:kstewart@3-cities.com > http://www.3-cities.com/~kstewart/index.html > http://daily.daemonnews.org/ > > SETI (Search for Extraterrestrial Intelligence) @ Home > http://setiathome.ssl.berkeley.edu/ > -- Andreas Pleschutznig Voice: 650.560.0142 Fax: 650.560.0141 Cell: 415.850.7996 andy@ple.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 8:24:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from athena.tyfon.net (athena.tyfon.net [212.37.11.70]) by hub.freebsd.org (Postfix) with ESMTP id A5E4F1523D for ; Fri, 21 Jan 2000 08:24:19 -0800 (PST) (envelope-from dl@tyfon.net) Received: from junglenote.com (cl013s1.tyfon.com [213.212.29.17]) by athena.tyfon.net (8.9.3/8.9.3) with ESMTP id RAA70405 for ; Fri, 21 Jan 2000 17:24:16 +0100 (CET) Received: from enigmatic by junglenote.com with SMTP (MDaemon.v2.84.R) for ; Fri, 21 Jan 2000 17:31:10 +0100 Received: by localhost with Microsoft MAPI; Fri, 21 Jan 2000 17:31:09 +0100 Message-ID: <01BF6435.4E554A80.dl@tyfon.net> From: Dan Larsson To: "[FreeBSD-ISP-List] (E-postl)" , "[FreeBSD-Questions-List] (E-postl)" Subject: sendmail-8.9.10 Date: Fri, 21 Jan 2000 17:31:08 +0100 Organization: Tyfon Internet Services [ http://tyfon.net ] X-Mailer: Microsoft Internet-e-post/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Return-Path: dl@tyfon.net Reply-To: dl@tyfon.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When will it be released? Any date set yet? Regards ------------ Dan Larsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 8:33:45 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 E304A15499 for ; Fri, 21 Jan 2000 08:33:41 -0800 (PST) (envelope-from shovey@buffnet.net) 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 LAA67184; Fri, 21 Jan 2000 11:33:34 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Fri, 21 Jan 2000 11:33:27 -0500 (EST) From: Steve Hovey To: Dan Nelson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Large drives In-Reply-To: <20000121094825.A96245@dan.emsphone.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 No there was something - unless it was adaptec related. On Fri, 21 Jan 2000, Dan Nelson wrote: > In the last episode (Jan 21), Steve Hovey said: > > I thought there was an 8 or 9 gig lim on what freebsd could see of > > any one signle drive - is this limitation gone? or is there some > > technic for slicing something larger up? > > I don't think there has ever been a limit on drive size; I had a 60-gig > SCSI raid volume on a FreeBSD box back in '96. > > -- > 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 Jan 21 8:34:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id E9CC515198 for ; Fri, 21 Jan 2000 08:34:13 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@usr1-37.cybcon.com [205.147.75.38]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id IAA06010; Fri, 21 Jan 2000 08:33:31 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <38887A1B.66E4639E@hagenhomes.com> Date: Fri, 21 Jan 2000 08:32:32 -0800 (PST) From: William Woods To: Darren Wiebe Subject: Re: [Installing StarOffice 5.1a in Spanish]] Cc: freebsd-questions@FreeBSD.ORG, Hector Colmenares , Eduardo Huertas Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I can reporth the port does work, I am useing it now On 21-Jan-00 Darren Wiebe wrote: > At last check the port did work for the english version of StarOffice. > However, I have not tried the Spanish version yet. There is a german > version if you look in the german ports directory. I think that it > sounds like a file called applicat.rdb has to be replace with the > correct version. However, you have to get the correct version off of a > linux box running the same version of StarOffice. > > Darren Wiebe > dkwiebe@hagenhomes.com > > Eduardo Huertas wrote: >> >> OK >> This worked, including the not so elegant problems when it's started: >> >> "The component (PluginManager) could not be loaded. >> Please start setup with the option repair." >> >> and >> >> "InternetSetupWizard: No resource loader found." >> >> But seems it's working, that's important :) >> >> What about the procedure with the port? Somebody knows if it works? >> >> Is there a better way? Sorry Ken ;) >> >> Hector Colmenares wrote: >> >> Try this >> >> http://www.serv.net/~mcglk/staroffice-install.html >> >> cheers. >> >> On 19 Jan 2000, Eduardo Huertas wrote: >> >> > That's nice! >> > >> > I'm still in trouble. >> > >> > >> > >> > Darren Wiebe wrote: >> > >> > >> > I just got back from holidays and have over 4000 emails to worry >> > about. >> > >> > I will be looking into this one in the next couple of days. >> > >> > >> > >> > Darren Wiebe >> > >> > >> > Eduardo Huertas wrote: >> > I have FreeBSD 3.2 installed and I got the port for StarOffice 5.1 from >> > the >> > net >> > but it seems is designed only for the English version. >> > >> > I have the SUN´s CD and when I do the MAKE command everything seems ok but >> > when I do the MAKE install. It reports the following problem: >> > >> > /usr/compat/linux/sbin/ldconfig: warning can't open >> > /usr/ports/editors/staroffice5/work/tmp/sv001.tmp (no such file or >> > directory), >> > skipping >> > >> > I do the setup and when it finishes writes another errors: >> > 100755: not found >> > *** error code 1 >> > stop. >> > >> > Then I try to MAKE post-install and again: >> > 100755: not found >> > >> > What I must do to install the Spanish version of StarOffice? >> > >> > Thank you very much. >> > >> > Eduardo >> > >> > ____________________________________________________________________ >> > Get free email and a permanent address at http://www.netaddress.com/?N=1 >> > >> > >> > ____________________________________________________________________ >> > Get free email and a permanent address at http://www.netaddress.com/?N=1 >> > >> > >> > To Unsubscribe: send mail to majordomo@FreeBSD.org >> > with "unsubscribe freebsd-questions" in the body of the message >> > >> >> ____________________________________________________________________ >> Get free email and a permanent address at http://www.netaddress.com/?N=1 >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- E-Mail: William Woods Date: 21-Jan-00 Time: 07:54:55 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 8:48:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id A294D15162; Fri, 21 Jan 2000 08:48:14 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (m21.chn.vsnl.net.in [202.54.43.225] (may be forged)) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id DAA07583; Sat, 22 Jan 2000 03:17:52 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id WAA01185; Fri, 21 Jan 2000 22:17:29 +0530 (IST) (envelope-from grog) From: Greg Lehey Date: Fri, 21 Jan 2000 22:17:18 +0530 To: cjclark@home.com Cc: John Baldwin , freebsd-questions@FreeBSD.org Subject: Re: Recoverving/reviving a 'stale' subdisk under vinum Message-ID: <20000121221718.C918@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <20000121105518.N481@mojave.worldwide.lemis.com> <200001210635.BAA73206@server.baldwin.cx> <20000121133435.U1123@mojave.worldwide.lemis.com> <20000121083402.A76063@cc942873-a.ewndsr1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i yFrom: Greg Lehey In-Reply-To: <20000121083402.A76063@cc942873-a.ewndsr1.nj.home.com>; from cjc@cc942873-a.ewndsr1.nj.home.com on Fri, Jan 21, 2000 at 08:34:02AM -0500 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 21 January 2000 at 8:34:02 -0500, Crist J. Clark wrote: > On Fri, Jan 21, 2000 at 01:34:35PM +0530, Greg Lehey wrote: >> On Friday, 21 January 2000 at 1:35:33 -0500, John Baldwin wrote: >>> >>> On 21-Jan-00 Greg Lehey wrote: >>>> On Thursday, 20 January 2000 at 19:15:43 -0500, Crist J. Clark wrote: >>>>> On Thu, Jan 20, 2000 at 01:56:07PM -0500, John H. Baldwin wrote: >>>>>> I've read the vinum(4) and vinum(8) manpages as well as the webpages at >>>>>> www.lemis.com/~grog/vinum.html, and while they are very good as far as >>>>>> setup and configuration info, I haven't been able to find a lot of info >>>>>> about recovering. I have a stale subdisk that I can't get to recover no >>>>>> matter how many different start commands I try. I've tried starting the >>>>>> volume, the plex, and the subdisk itself with no success. >>>>>> >>>>>> # vinum list >>>>>> Configuration summary >>>>>> >>>>>> Drives: 3 (4 configured) >>>>>> Volumes: 1 (4 configured) >>>>>> Plexes: 1 (8 configured) >>>>>> Subdisks: 3 (16 configured) >>>>>> >>>>>> D vinumdrive0 State: up Device /dev/da1s1e Avail: 0/8683 MB (0%) >>>>>> D vinumdrive1 State: up Device /dev/da2s1e Avail: 0/8683 MB (0%) >>>>>> D vinumdrive2 State: up Device /dev/da3s1e Avail: 0/8683 MB (0%) >>>>>> >>>>>> V ftp_mirror State: up Plexes: 1 Size: 25 GB >>>>>> >>>>>> P ftp_mirror.p0 S State: corrupt Subdisks: 3 Size: 25 GB >>>>>> >>>>>> S ftp_mirror.p0.s0 State: up PO: 0 B Size: 8683 MB >>>>>> S ftp_mirror.p0.s1 State: up PO: 256 kB Size: 8683 MB >>>>>> S ftp_mirror.p0.s2 State: stale PO: 512 kB Size: 8683 MB >>>>>> >>>>>> # vinum start ftp_mirror.p0.s2 >>>>>> Can't start ftp_mirror.p0.s2: Device busy (16) >>>> >>>> Hmm. That shouldn't happen. >>> >>> Well, that's comforting. :) >> >> Hmm. Looking at this more carefully, yes, you can't do anything >> there. You just don't have the information to recover the subdisk. >> I'm still debating what to do in this case; there's no way to bring it >> back to a guaranteed consistent state here, but you *can* use the >> 'setupstate' command to fake it. > > When I was having troubles with an iffy SCSI HDD a week or two or go, > this is _exactly_ what would happen to me too, the "Device busy (16)" > message. The only thing I found to fix it was a forced stop, and it > seemed to always work. Sorry if it is not the idel way to go, but it > is what worked fine for me. Hmm. I suppose this is worth investigating. It's quite possible that the message is incorrect and should say something like "device not accessible". True story: About 17 years ago, I was working for Tandem, and we had sporadic reports of customers unable to revive disk mirrors. The error reported was 12 (FEINUSE, file in use), which looks pretty much like the thing we have here. The first report was from Helsinki, the second was from Taranto in the South of Italy, and in each case the customer engineer was able to hide the symptoms before I could find the problem. The third time it happened in Bern, the capital of Switzerland. I told the CE to do nothing, and I would be there immediately. I jumped in my car, was in Basel by 7 pm, and we spent an hour or so debugging the disk driver. The reason? It checked a flag at the beginning of the disk, which specified what kind of format it had, and found nothing it recognized, so it decided it must belong to an ancient, no longer used disk controller, and refused to touch it ("it belongs to somebody else"). In fact, the check was incorrect: if the very first sector of the disk had been spared, it had a different flag, but it didn't check for this eventuality. A hard format got rid of the spare, and people were able to revive again. >>>> You have to 'stop' everything first. (I might be overkilling here, >>>>> but better safe...) >>>> >>>> No, that's not safe. That would mean taking down the volume. > > I my case it was a striped setup so once one subdisk was down, the > whole plex was useless. There was no reason not to stop everything. Yes, in fact this was the case here as well. > [snip] >>>> I haven't seen this before. How about the information I ask for in >>>> the web page? > > I have abundant /var/log/message info from my problems. Need more > data? Hold on to it, but don't send it to me yet. I'm way away from home, and I won't be able to look at it for at least a week. >>> Note that I didn't get this message until after the drive had been >>> booted for a while, >> >> Right, that's relatively typical. > > Yup, that's the general type of error I was getting. I finally > narrowed it down to one of the drives after swapping SCSI cards, > changing all of the external cabling, swapping terminators, and > disassembling and reassembling the two shoeboxes the drives live > in. SCSI can be a real pain sometimes. SCSI is not a mystery. There are serious technical reasons why it is occasionally necessary to sacrifice a live goat to a SCSI chain. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 8:55: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from saturn.mikesweb.com (saturn.mikesweb.com [216.91.66.1]) by hub.freebsd.org (Postfix) with SMTP id EA75D154F4 for ; Fri, 21 Jan 2000 08:55:03 -0800 (PST) (envelope-from sturdee@mikesweb.com) Received: (qmail 59940 invoked from network); 21 Jan 2000 16:55:13 -0000 Received: from bill-gates.microsoft.com (HELO sun) (216.91.66.69) by saturn.mikesweb.com with SMTP; 21 Jan 2000 16:55:13 -0000 Message-Id: <4.1.20000121115426.00949be0@mail.mikesweb.com> X-Sender: sturdee@mail.mikesweb.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Fri, 21 Jan 2000 11:56:16 -0500 To: freebsd-questions@FreeBSD.ORG From: Mike Sturdee Subject: Disk I/O 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 system util to see how my HDD I/O is doing?? I've got a fast enough processor and enough memory, but sometimes the system is slower then what my bandwidth can do, and it's not the NIC, it's a 10/100.. Somebody told me it's most likely disk i/o speed.. Thanks Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 9: 6:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from extremis.demon.co.uk (extremis.demon.co.uk [194.222.242.30]) by hub.freebsd.org (Postfix) with SMTP id 8FEEC15459 for ; Fri, 21 Jan 2000 09:06:00 -0800 (PST) (envelope-from gjvc@extremis.demon.co.uk) Received: (qmail 592 invoked by uid 1010); 21 Jan 2000 16:46:49 -0000 Date: Fri, 21 Jan 2000 16:46:49 +0000 From: George Cox To: Dan Larsson Cc: "[FreeBSD-ISP-List] (E-postl)" , "[FreeBSD-Questions-List] (E-postl)" Subject: Re: sendmail-8.9.10 Message-ID: <20000121164649.A439@extremis.demon.co.uk> References: <01BF6435.4E554A80.dl@tyfon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: <01BF6435.4E554A80.dl@tyfon.net>; from dl@tyfon.net on Fri, Jan 21, 2000 at 05:31:08PM +0100 X-Operating-System: FreeBSD 4.0-CURRENT (i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21/01 17:31, Dan Larsson wrote: > When will it be released? Any date set yet? I asked the folks at http://www.sendmail.{com,net,org} about the release date for FreeBSD-4.0, and they just looked at me blankly. Dunno why. -- [gjvc] "Expectations should not be lowered simply because a product is free." -- Russ Cooper, NTBugTraq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 9: 9:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.geocrawler.com (sourceforge.net [209.81.8.17]) by hub.freebsd.org (Postfix) with ESMTP id 9EE9D15548 for ; Fri, 21 Jan 2000 09:09:30 -0800 (PST) (envelope-from nobody@www.geocrawler.com) Received: (from nobody@localhost) by www.geocrawler.com (8.9.3/8.9.3) id JAA06271; Fri, 21 Jan 2000 09:09:32 -0800 Date: Fri, 21 Jan 2000 09:09:32 -0800 Message-Id: <200001211709.JAA06271@www.geocrawler.com> To: freebsd-questions@freebsd.org Subject: UNIX search n replace From: "Juan Kuuse" Reply-To: "Juan Kuuse" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message was sent from Geocrawler.com by "Juan Kuuse" Be sure to reply to that address. More a common UNIX question than a FreeBSD topic: grep to search a keyword multiple files How do I search and replace one keyword for another in multiple files, any suggestions? Thanks in advance! Juan Kuuse kuuse@quik.guate.com Geocrawler.com - The Knowledge Archive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 9:15:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.wolves.k12.mo.us (mail.wolves.k12.mo.us [207.160.214.1]) by hub.freebsd.org (Postfix) with ESMTP id EE01E154CB for ; Fri, 21 Jan 2000 09:15:29 -0800 (PST) (envelope-from cdillon@wolves.k12.mo.us) Received: from mail.wolves.k12.mo.us (cdillon@mail.wolves.k12.mo.us [207.160.214.1]) by mail.wolves.k12.mo.us (8.9.3/8.9.3) with ESMTP id LAA12128; Fri, 21 Jan 2000 11:11:31 -0600 (CST) (envelope-from cdillon@wolves.k12.mo.us) Date: Fri, 21 Jan 2000 11:11:31 -0600 (CST) From: Chris Dillon To: Danny Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Implementing Squid Design Phase In-Reply-To: <3.0.32.20000121183110.006e2294@idx.com.au> Message-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, 21 Jan 2000, Danny wrote: > Hello, > > I want to deploy a test for Squid and soon a Radius solution at my > network before I deploy the thing in real life. > > Question: - > > What are the hardware requirements for Squid with 50 hosts in the > network? Not much. 50 average hosts aren't going to place a big load on Squid. A 486 with 24 to 32MB RAM could handle that with a small cache. Just keep in mind the bigger the cache you want, the more RAM you need. I've got a 20GB cache here and Squid alone can take 130MB RAM. You wouldn't want to swap, either. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures. ( 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 Jan 21 9:27:30 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 1F899154E5 for ; Fri, 21 Jan 2000 09:27:26 -0800 (PST) (envelope-from bfoz@Glue.umd.edu) Received: from y.glue.umd.edu (root@y.glue.umd.edu [128.8.10.68]) by po3.glue.umd.edu (8.9.3/8.9.3) with ESMTP id MAA22280 for ; Fri, 21 Jan 2000 12:27:17 -0500 (EST) Received: from y.glue.umd.edu (sendmail@localhost [127.0.0.1]) by y.glue.umd.edu (8.9.3/8.9.3) with SMTP id MAA17900 for ; Fri, 21 Jan 2000 12:27:17 -0500 (EST) Received: from localhost (bfoz@localhost) by y.glue.umd.edu (8.9.3/8.9.3) with ESMTP id MAA17895 for ; Fri, 21 Jan 2000 12:27:16 -0500 (EST) X-Authentication-Warning: y.glue.umd.edu: bfoz owned process doing -bs Date: Fri, 21 Jan 2000 12:27:16 -0500 (EST) From: Brandon Fosdick To: questions@freebsd.org Subject: CVS server setup help Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Where do I find info on setting up a CVS server? I'm looking for something a little easier to use than a man page. I need to set one up for work and I've never done this before. I'm using 3.4-S. Thanks, Brandon bfoz@glue.umd.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 9:32: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id CCCA315509 for ; Fri, 21 Jan 2000 09:31:56 -0800 (PST) (envelope-from daemon@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id SAA07081 for freebsd-questions@freebsd.org; Fri, 21 Jan 2000 18:31:52 +0100 (CET) (envelope-from daemon@bigeye.rhein-neckar.de) Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id QAA05983 for freebsd-questions@freebsd.org; Fri, 21 Jan 2000 16:41:47 +0100 (CET) (envelope-from daemon) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: sh(1) Messing with My Mind Date: 21 Jan 2000 16:41:47 +0100 Message-ID: <869unr$5qn$1@bigeye.rhein-neckar.de> References: <867h6j$1kk4$1@atlantis.rz.tu-clausthal.de> <200001202140.WAA05161@dorifer.heim3.tu-clausthal.de> <20000120175518.F72914@cc942873-a.ewndsr1.nj.home.com> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Crist J. Clark wrote: > > > $ echo 3 | read NUM > I could swear I have done this in the past. Quite possible, if you were using AT&T ksh. Which happens to be the only Bourne-style shell that executes the final command of a pipeline in the parent shell. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 9:52:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from winf.htu.tuwien.ac.at (winf.htu.tuwien.ac.at [128.130.46.50]) by hub.freebsd.org (Postfix) with ESMTP id 8D7E314FA1 for ; Fri, 21 Jan 2000 09:51:58 -0800 (PST) (envelope-from k.brunner@acm.org) Received: from acm.org ([192.168.0.13]) by winf.htu.tuwien.ac.at (8.9.3/8.9.3) with ESMTP id SAA00543 for ; Fri, 21 Jan 2000 18:51:53 +0100 (CET) (envelope-from k.brunner@acm.org) Message-ID: <38889CAF.FE750A38@acm.org> Date: Fri, 21 Jan 2000 18:51:43 +0100 From: Klaus Brunner X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: ipfilter on 3.4-STABLE: "File exists" 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'm trying to get ipfilter (plus ipnat) to work on my 3.4-STABLE box (fresh cvsup today, kernel options IPFILTER and IPFILTER_LOG). The ipfilter comes up and gives me an "initialized, default = pass all, logging = enabled" message. ipnat gets initialized and works fine. However, as soon as I try to add ANY rule using ipf, I get a "File exists" message. Example (trying to enter a simple rule from stdin): root@winf# ipf -f - pass in all ^D ioctl(SIOCADDFR): File exists The relevant portion of rc.network looks like this (taken from the manual at www.free-x.ch): if [ X"${ipfilter}" = X"YES" -a -f "${ipfilter_rules}" ]; then echo " configuring ipfilter " ipf -Fa -f ${ipfilter_rules} -E else ipfilter="NO" fi This of course also gives me "ioctl(SIOCADDFR): File exists" messages. What's up? Am I doing something wrong? I couldn't find anything on the various ipfilter pages I searched. Any help appreciated! TIA. Klaus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 9:57:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from almazs.pacex.net (almazs.pacex.net [204.1.219.156]) by hub.freebsd.org (Postfix) with ESMTP id 56716154D5 for ; Fri, 21 Jan 2000 09:57:45 -0800 (PST) (envelope-from danielb@pacex.net) Received: from localhost (danielb@localhost) by almazs.pacex.net (8.9.3/8.9.3) with ESMTP id JAA08356 for ; Fri, 21 Jan 2000 09:57:44 -0800 (PST) Date: Fri, 21 Jan 2000 09:57:44 -0800 (PST) From: daniel B To: freebsd-questions@freebsd.org Subject: How to run online store on 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 folks; I am looking for a non-commercial solution to implement online store on my FreeBSD + Apache web server. I would like to be able to do shopping car and process online orders authenticating CCs via merchant account. Is there a non-commercial e-commerce package that works best wiht FreeBSD? What are the features/functionalities that I have to enable on my servers? Any pointers to resources is appreciated. Thanks Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 9:58:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.beastie.net (cr13646-a.lngly1.bc.wave.home.com [24.113.138.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F54315494 for ; Fri, 21 Jan 2000 09:58:39 -0800 (PST) (envelope-from beastie@beastie.net) Received: from [204.244.161.229] (helo=ws6) by www.beastie.net with smtp (Exim 3.03 #1) id 12BiIm-0007rh-00; Fri, 21 Jan 2000 09:56:54 -0800 Message-ID: <003b01bf6439$1f3bf600$e5a1f4cc@office.uniserve.ca> From: "David Fuchs" To: "David V. D." , References: Subject: Re: blocking icmp? Date: Fri, 21 Jan 2000 09:58:15 -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.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm not sure if anyone has already answered you on this, but here it goes anyways. In your list of firewall rules, add this one through the use of the ipfw command: ipfw add deny icmp from any to any ----- Original Message ----- From: David V. D. To: Sent: Friday, January 21, 2000 01:26 Subject: blocking icmp? > Hello all, > I have a question about freebsd firewall, how can I set it to block (no > reply) icmp. I'm using FreeBSD 3.4-20000112-STABLE. > Thanks in advance. > David. > > > > > 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 Jan 21 9:59:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from houston.matchlogic.com (houston.matchlogic.com [205.216.147.127]) by hub.freebsd.org (Postfix) with ESMTP id 6C63415460 for ; Fri, 21 Jan 2000 09:59:48 -0800 (PST) (envelope-from crandall@matchlogic.com) Received: by houston.matchlogic.com with Internet Mail Service (5.5.2650.21) id ; Fri, 21 Jan 2000 10:59:45 -0700 Message-ID: <64003B21ECCAD11185C500805F31EC0304D97722@houston.matchlogic.com> From: Charles Randall To: freebsd-questions@freebsd.org Subject: RE: UNIX search n replace Date: Fri, 21 Jan 2000 10:59:44 -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 Grab a Perl manual and build something along the lines of, % perl -i.bak -pe 's/word1/word2/g;' Charles -----Original Message----- From: Juan Kuuse [mailto:archiver@db.geocrawler.com] Sent: Friday, January 21, 2000 10:10 AM To: freebsd-questions@freebsd.org Subject: UNIX search n replace This message was sent from Geocrawler.com by "Juan Kuuse" Be sure to reply to that address. More a common UNIX question than a FreeBSD topic: grep to search a keyword multiple files How do I search and replace one keyword for another in multiple files, any suggestions? Thanks in advance! Juan Kuuse kuuse@quik.guate.com Geocrawler.com - The Knowledge Archive 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 Jan 21 10: 1:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from netcom.com (netcom5.netcom.com [199.183.9.105]) by hub.freebsd.org (Postfix) with ESMTP id 9EB8814E8D for ; Fri, 21 Jan 2000 10:00:46 -0800 (PST) (envelope-from stanb@netcom.com) Received: (from stanb@localhost) by netcom.com (8.9.3/8.9.3) id KAA05605 for freebsd-questions@freebsd.org; Fri, 21 Jan 2000 10:00:04 -0800 (PST) From: Stan Brown Message-Id: <200001211800.KAA05605@netcom.com> Subject: Supervisor reas: Page Not Present To: freebsd-questions@freebsd.org (Free BSD Questions list) Date: Fri, 21 Jan 2000 12:59:59 -0500 (EST) X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to get a new machine srt up. I have loaded 3.4 STABLE, and it runs fora while then panics. The mesage is something like: Supervisor read: page not present. Now I am pretty certain this must be a hardware prblem, but any idae what? Its a new manboard with a AMD K6/2 200MHZ and a new *G drive. It has 64MB (one segment) of memory. What should I suspect first? -- Stan Brown stanb@netcom.com 404-996-6955 Factory Automation Systems Atlanta Ga. -- Look, look, see Windows 95. Buy, lemmings, buy! Pay no attention to that cliff ahead... Henry Spencer (c) 1998 Stan Brown. Redistribution via the Microsoft Network is prohibited. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 10: 9:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mf006.infoweb.ne.jp (mf006.infoweb.ne.jp [210.131.99.16]) by hub.freebsd.org (Postfix) with ESMTP id EA74115508 for ; Fri, 21 Jan 2000 10:09:42 -0800 (PST) (envelope-from br_wink@anet.ne.jp) Received: from default by mf006.infoweb.ne.jp (8.9.3+3.2W/3.7W-10/13/99) with SMTP id DAA06022 for ; Sat, 22 Jan 2000 03:09:37 +0900 Message-ID: <1931.948478209780@anet.ne.jp> Date: Sat, 22 Jan 2000 03:10:09 +0900 (JST) From: b-support Reply-To: br_wink@anet.ne.jp To: "freebsd-questions@FreeBSD.ORG" Subject: =?iso-2022-jp?B?GyRCOiMkLCVBJWMlcyU5JEckOSRoISoyPkVQGyhCGyhC?= =?iso-2022-jp?B?GyRCTz88dUlVQ2YhYyVAJSYlczwrRjA5PUNbIWQbKEIbKEI=?= 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 $B"#"#(B $B7HBSEEOC(B $B:G?75!$N:G?75!\$7$/$O2<5-#U#R#L$K%"%/%;%9$7$F2<$5$$!#(B http://cwj.to/link.cgi/ID=441/GO=linker/cwm/keitai_shop/gekiyasu/free.html $B"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#(B $BFMA3$N%a!<%k<:Ni$$$?$7$^$9!#$b$7!"A4$/6=L#$NL5$$FbMF$H(B $B$*46$8$K$J$kMM$G$7$?$i!"$*!'%3%9%b%a%G%#%"(B $B=j:_CO!'Bg:e;TMd@n6h(B $B!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1!1(B $B#1#17nCf=\$h$je$N%]%8%7%g%s$,3NJ]$G$-$^$9$h!#(B $B4X@>CO6h0J30$NJ}$O!"8r495!4pCO6I$,40@.$9$k$^$G(B $B2>2q0wEPO?$G>R2p3hF0$G$-$^$9!#2>EPO?$OL5NA$G$9!*(B $B!1!1!1!1!1!1!1!1!1(B $B#17nKv$K;%KZ!"El5~!";0=E!"9-Eg4pCO6I$,2TF03+;O$7$^$9!#(B $B<+F09=C[$J$N$GAa$$!$A!"EPO?$7$?!$A$G$9!#(B $B:#8=:_!"CN$j9g$$$NCf7xBgJ*%M%C%H%o!<%+!<$K@<$r$+$1$F$$$^$9$N$G!"(B $B$"$J$?$NEPO?$N$[$&$,Aa$1$l$P$=$NJ}$?$A$,$"$J$?$N%@%&%s$K(B $B$D$/2DG=@-$O$+$J$j$"$j$^$9!#(B $B$H$j$"$($:$@$1$NEPO?$b#O#K!#3hF0$9$k$7$J$$$O$^$C$?$/<+M3!#(B $B$b$&>/$7MM;R$r8+$?$$?M$bEPO?$@$1$J$i7P:QE*IiC4$O$$$C$5$$$J$7!#(B $B$I$&$;EPO?$O%?%@$@$+$i!&!&!&!!$=$l$G$b%@%&%s$OIU$-$^$9!#(B $B$H$j$"$($:EPO?$7$F$*$1$P!"$$$:$l$$$$$3$H$"$j!*!*!*(B $B4JC1$J35MW$r=q$$$F$*$-$^$9$N$G>\$7$/$O(B $B2qpJs#B#O#X!J(B06-6379-6583$B!!Am9g%a%K%e!<$O(B7000#$B!K(B $B$G0z$-=P$7$F$/$@$5$$!#(B $B$3$3$,%]%$%s%H!*!*(B $B!c0lHLBhFs&IJR2pNA$,H/@8(B $B#7!%3FCO$N%j!<%@!<$K$O!"7HBSEEOC$NDj3[%5!<%S%9$,$J$s$HL5NA!*(B $B!c2q0wFCE5!d(B $B#1!%@lMQ@~$rMxMQ$7$?;T30EEOC$NDj3[NA6b%5!<%S%9(B $B#2!%$o$:$+#1#0?M$N>R2p$G2qe$K$h$kG[J,$"$j(B $B#3!%8D?M8~$1%[!<%`%Z!<%8!J:n@.$+$i8x3+$^$G#1%v7n#8#3#31_!K(B $B#4!%%Q%=%3%sK\BN#3#9#8#0#01_$GHNGd!J?7IJ!K(B $B#5!%#N#T#T$h$j%Q%=%3%s$NL5NAG[I[!J(BIBM$B@=!K(B $B#6!%#F#A#X>pJs%\%C%/%9$,L5NA%l%s%?%k(B $B#7!%#W#e#b#T#V!J%$%s%?!<%M%C%HC@\%\!<%J%9(B $BAH?%$r>&IJ$K1~$8$F<+M3JQ49!J%f%K%l%Y%k!"%P%$%J%j!e$NG[J,$"$j!JG/6bE*%\!<%J%9!K(B $B#5?M>R2p$G$J$s$HKh7n$N2qHq$,L5NA$G$9!*(B $B2>EPO?$r$44uK>$5$l$k>l9g$O!"2<$NEPO??=$79~$_Ms$K(B $BI,MW;v9`$r5-F~$N>e!"JVAw$7$F2<$5$$!#(B $B!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~!~(B $B2>EPO??=$79~$_Ms(B ----------------------------------------------------------- $B!J%U%j%,%J!K!!(B ----------------------------------------------------------- $B$*L>A0(B ----------------------------------------------------------- $B!J%U%j%,%J!K(B ----------------------------------------------------------- $B")(B ($BI,$:(B7$B7eHV9f$r$45-F~$/$@$5$$(B) $B$4=;=j(B ----------------------------------------------------------- $BEEOCHV9f(B ----------------------------------------------------------- FAX$BHV9f(B ----------------------------------------------------------- $BEE;R%a!<%k%"%I%l%9(B ----------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 10:29:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from artsmail.uwaterloo.ca (artsmail.uwaterloo.ca [129.97.42.40]) by hub.freebsd.org (Postfix) with ESMTP id C9D3E14E3B for ; Fri, 21 Jan 2000 10:29:30 -0800 (PST) (envelope-from cmccolm@artsmail.uwaterloo.ca) Received: from arts1076.uwaterloo.ca (cmccolm@arts1076.uwaterloo.ca [129.97.42.152]) by artsmail.uwaterloo.ca (8.9.3/8.9.2) with SMTP id NAA35740 for ; Fri, 21 Jan 2000 13:29:29 -0500 (EST) (envelope-from cmccolm@artsmail.uwaterloo.ca) Message-Id: <3.0.6.32.20000121132927.007e36a0@artsmail.uwaterloo.ca> X-Sender: cmccolm@artsmail.uwaterloo.ca X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Fri, 21 Jan 2000 13:29:27 -0500 To: freebsd-questions@freebsd.org From: Charles McColm Subject: Sound on ThinkPad 701C 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 an IBM ThinkPad 701C (486) and I am trying to configure the kernal to properly support sound. The entries in my kernal are as follows: controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 I have set up the hardware in the BIOS for IRQ 5 and DMA 1. On boot the kernal says: "Hmm... Could this be an ESS688 based card (rev 6) NOTE! SB Pro support required with your soundcard! snd0: Does this mean that I've properly configured the card? I ask because when I try playing a wav file using wavplay I get the error message: i.e. I type waveplay filename.wav and get: openDSP: No such file or directory The system does list the wave file's stats: file name, sampling rate, etc. I found a page that suggests: the chip is a ESS688 which is the same as the ESS1688 but without the hardware midi support. So it seems that the chip is detected properly, I'm just missing small details on creating directories? I looked in the /docs area and through LINT but could find no answer to why I get the openDSP error or more about /dev/mixer, etc. Could someone please point me in the right direction? Thanks, Charles To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 10:34:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from grp.gm.is (grp.gm.is [194.144.154.10]) by hub.freebsd.org (Postfix) with ESMTP id EA72814C02 for ; Fri, 21 Jan 2000 10:34:37 -0800 (PST) (envelope-from tommi@grp.gm.is) Received: (from tommi@localhost) by grp.gm.is (8.9.3/8.9.2) id SAA03116 for freebsd-questions@freebsd.org; Fri, 21 Jan 2000 18:34:39 GMT Date: Fri, 21 Jan 2000 18:34:38 +0000 From: Tomas Edwardsson To: freebsd-questions@freebsd.org Subject: Mirroring info Message-ID: <20000121183438.I22297@gm.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm thinking of setting up a FreeBSD mirror which mirrors both FTP and WWW here in Iceland. My questions are, how large is the FTP site. Also, do you have a rsyncd or another system for mirroring? - Tomas Edwardsson - System Administrator - GM.is To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 10:47:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id C3CBA14F1F for ; Fri, 21 Jan 2000 10:47:45 -0800 (PST) (envelope-from jr@paranoia.demon.nl) Received: from [212.238.106.171] (helo=pig.bigmama.xx) by post.mail.nl.demon.net with smtp (Exim 2.12 #1) id 12Bj5c-000GB4-00; Fri, 21 Jan 2000 18:47:20 +0000 Received: from gazelle.bigmama.xx (gazelle.bigmama.xx [192.168.118.2]) by pig.bigmama.xx (8.9.3/8.8.8) with ESMTP id TAA29416; Fri, 21 Jan 2000 19:47:16 +0100 Received: from gazelle.bigmama.xx (localhost [127.0.0.1]) by gazelle.bigmama.xx (8.9.3/8.8.8) with ESMTP id TAA24196; Fri, 21 Jan 2000 19:48:47 +0100 (CET) Message-Id: <200001211848.TAA24196@gazelle.bigmama.xx> X-Mailer: exmh version 2.1.1 10/15/1999 To: Charles Randall Cc: freebsd-questions@freebsd.org Subject: Re: UNIX search n replace In-reply-to: Your message of "Fri, 21 Jan 2000 10:59:44 MST." <64003B21ECCAD11185C500805F31EC0304D97722@houston.matchlogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 21 Jan 2000 19:48:47 +0100 From: John Russell Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Grab a Perl manual and build something along the lines of, > > % perl -i.bak -pe 's/word1/word2/g;' > > Charles > or use find . | sed s/word1/word2/g > -----Original Message----- > From: Juan Kuuse [mailto:archiver@db.geocrawler.com] > Sent: Friday, January 21, 2000 10:10 AM > To: freebsd-questions@freebsd.org > Subject: UNIX search n replace > > > This message was sent from Geocrawler.com by "Juan Kuuse" > > Be sure to reply to that address. > > More a common UNIX question than a FreeBSD topic: > > grep > to search a keyword multiple files > > How do I search and replace one keyword for > another in multiple files, any suggestions? > > Thanks in advance! > > Juan Kuuse > kuuse@quik.guate.com > > Geocrawler.com - The Knowledge Archive > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 10:56:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id CB33914F09 for ; Fri, 21 Jan 2000 10:56:16 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: from owp.csus.edu (mothra.ecs.csus.edu [130.86.76.220]) by pebkac.owp.csus.edu (8.9.3/8.9.3) with ESMTP id KAA01878; Fri, 21 Jan 2000 10:56:08 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Message-ID: <3888ABC4.641FD96D@owp.csus.edu> Date: Fri, 21 Jan 2000 10:56:04 -0800 From: Joseph Scott X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: Klaus Brunner Cc: questions@FreeBSD.ORG Subject: Re: ipfilter on 3.4-STABLE: "File exists" References: <38889CAF.FE750A38@acm.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Klaus Brunner wrote: > > Hello, > > I'm trying to get ipfilter (plus ipnat) to work on my 3.4-STABLE box > (fresh cvsup today, kernel options IPFILTER and IPFILTER_LOG). The > ipfilter comes up and gives me an "initialized, default = pass all, > logging = enabled" message. ipnat gets initialized and works fine. > > However, as soon as I try to add ANY rule using ipf, I get a "File > exists" message. > > Example (trying to enter a simple rule from stdin): > > root@winf# ipf -f - > pass in all > ^D > ioctl(SIOCADDFR): File exists > [snip] > > This of course also gives me "ioctl(SIOCADDFR): File exists" messages. > What's up? Am I doing something wrong? I couldn't find anything on the > various ipfilter pages I searched. > > Any help appreciated! I recently subscribed to the ipfilter list, someone on there mentioned something similar. I believe the issue was having the kernel and userland stuff at different versions. I'd recommend rebuilding the ipfilter userland tools and see if you continue to have this problem. If it does continue then subscribe to the list, questions seem to be addressed pretty quickly there. -- Joseph Scott joseph.scott@owp.csus.edu Office Of Water Programs - CSU Sacramento To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 10:59:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from paladincorp.com.au (paladincorp.com.au [203.101.1.142]) by hub.freebsd.org (Postfix) with SMTP id 92FD014BC8 for ; Fri, 21 Jan 2000 10:59:36 -0800 (PST) (envelope-from torqumada@paladincorp.com.au) Received: (qmail 6087 invoked from network); 21 Jan 2000 18:59:30 -0000 Received: from wagner.paladincorp.com.au (192.168.0.6) by beethoven.paladincorp.com.au with SMTP; 21 Jan 2000 18:59:30 -0000 Date: Sat, 22 Jan 2000 05:59:27 +1100 (EST) From: Norman Widders Cc: "[FreeBSD-ISP-List] (E-postl)" , "[FreeBSD-Questions-List] (E-postl)" Subject: Re: sendmail-8.9.10 In-Reply-To: <20000121164649.A439@extremis.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 21 Jan 2000, George Cox wrote: I think you mean sendmail 8.10.x which is currently available in beta and works well, i've been using it for months.. /Torqumada > On 21/01 17:31, Dan Larsson wrote: > > > When will it be released? Any date set yet? > > I asked the folks at http://www.sendmail.{com,net,org} about the release > date for FreeBSD-4.0, and they just looked at me blankly. Dunno why. > > -- > [gjvc] "Expectations should not be lowered > simply because a product is free." > -- Russ Cooper, NTBugTraq > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > Norman Widders - Paladin Corporation Pty Ltd. ACN: 081-191-611 The lyf so short, the craft so long to lerne - Chaucer NIC: NW83-AU ICQ: 61730896 FreeBSD, OpenBSD, Solaris, SCO, Debian Software Engineering: c/c++/perl/sql/eiffel/pascal/haskell/php Ph: +612 9835-4782 Fax: +612 9864-0487 Mobile: 0416-207-857 Powered by Symetric Multiple Processors running on FreeBSD 3.4/SMP To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 11: 4:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gainesville.usda.ufl.edu (gainesville.usda.ufl.edu [128.227.252.197]) by hub.freebsd.org (Postfix) with SMTP id BAB47151DD for ; Fri, 21 Jan 2000 11:04:30 -0800 (PST) (envelope-from BJohnson@gainesville.usda.ufl.edu) Received: by gainesville.usda.ufl.edu with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5) id <01BF6418.5BA8B900@gainesville.usda.ufl.edu>; Fri, 21 Jan 2000 14:03:56 -0500 Message-ID: From: "Johnson, Bob" To: "'questions@FreeBSD.ORG'" Cc: "'zeus@tetronsoftware.com'" Subject: RE: telnet client for win95/98 Date: Fri, 21 Jan 2000 14:03:55 -0500 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I use SimpTerm. It is a VT-100 emulation, though. It also supports Chinese text: http://www.iit.edu/~hujianq/simpterm.html Bob Johnson Local Network Administrator USDA - ARS - CMAVE Gainesville, Florida 352-374-5856 > >Date: Thu, 20 Jan 2000 23:55:55 -0600 (CST) >From: Gene Harris >Subject: telnet client for win95/98 > >I am needing to use a telnet client from Win98 to work on a >FreeBSD box. The standard telnet is not sufficently >functional for some of the work I will be performing. > >Can anyone recommend a telnet client that is vt220 capable? > >Many Thanks, > >*==============================================* >*Gene Harris http://www.tetronsoftware.com* >*FreeBSD Novice * >*All ORBS.org SMTP connections are denied! * >*==============================================* > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 11: 8:26 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 4030B154EC for ; Fri, 21 Jan 2000 11:08:23 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12BjPx-000Kp6-00; Fri, 21 Jan 2000 19:08:21 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id TAA30167; Fri, 21 Jan 2000 19:08:20 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 21 Jan 2000 19:08:20 +0000 (GMT) From: Jonathon McKitrick To: Brett Taylor Cc: freebsd-questions@FreeBSD.ORG Subject: Re: silly netscape menu question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jan 2000, Brett Taylor wrote: >On Wed, 19 Jan 2000, Jonathon McKitrick wrote: > >> Ever notice how when you are using the menus on netscape, sometimes >> the choice under the pointer is highlighted, along with pop-up >> sub-menus, and other times you have to click? I can't duplicate it. >> It seems totally inconsistent.. > >Yep - it's annoying. I've found you can MAKE it highlight by moving to an >entry that has a submenu. I don't know why this works either, but it >seems to work consistently for me. YMMV! So you mean click on any menu in bookmarks that has a submenu, and from then on it will highlight them and open them automatically w/o clicking? -=> jm <=- Actual penalty by referee in an American Football game: "Unsportsmanlike conduct: giving him the business! Fifteen yard penalty, automatic first down!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 11:10:27 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 5D3B715156 for ; Fri, 21 Jan 2000 11:10:22 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12BjRr-000KrW-00; Fri, 21 Jan 2000 19:10:19 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id TAA30204; Fri, 21 Jan 2000 19:10:19 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 21 Jan 2000 19:10:19 +0000 (GMT) From: Jonathon McKitrick To: ccba Cc: FreeBSD-Questions Subject: Re: IDE Zip questions In-Reply-To: <38863C13.FB1AD84D@mindspring.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 Check the FAQ on this one. I forget the command, but something like 'mount -t msdos /dev/da0s4 /mnt/zip' will do it. The FAQ/handbook also shows how to format one for a BSD filesystem. -=> jm <=- Actual penalty by referee in an American Football game: "Unsportsmanlike conduct: giving him the business! Fifteen yard penalty, automatic first down!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 11:11:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.yipinet.com (mail.yipinet.com [216.237.161.67]) by hub.freebsd.org (Postfix) with ESMTP id 657441550D for ; Fri, 21 Jan 2000 11:11:23 -0800 (PST) (envelope-from mightymax@yipinet.com) Received: from minimax ([172.16.1.201]) by mail.yipinet.com (8.9.3/8.8.7) with SMTP id LAA16677; Fri, 21 Jan 2000 11:08:49 -0800 Message-ID: <001501bf6443$2107a9c0$c90110ac@yipinet.com> From: "Max" To: "Johnson, Bob" , Cc: References: Subject: Re: telnet client for win95/98 Date: Fri, 21 Jan 2000 11:10:06 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I use CRT from vandyke http://www.vandyke.com ----- Original Message ----- From: Johnson, Bob To: Cc: Sent: Friday, January 21, 2000 11:03 AM Subject: RE: telnet client for win95/98 I use SimpTerm. It is a VT-100 emulation, though. It also supports Chinese text: http://www.iit.edu/~hujianq/simpterm.html Bob Johnson Local Network Administrator USDA - ARS - CMAVE Gainesville, Florida 352-374-5856 > >Date: Thu, 20 Jan 2000 23:55:55 -0600 (CST) >From: Gene Harris >Subject: telnet client for win95/98 > >I am needing to use a telnet client from Win98 to work on a >FreeBSD box. The standard telnet is not sufficently >functional for some of the work I will be performing. > >Can anyone recommend a telnet client that is vt220 capable? > >Many Thanks, > >*==============================================* >*Gene Harris http://www.tetronsoftware.com* >*FreeBSD Novice * >*All ORBS.org SMTP connections are denied! * >*==============================================* > > > > 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 Jan 21 11:25:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 9581014FAE for ; Fri, 21 Jan 2000 11:25:37 -0800 (PST) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id OAA18754; Fri, 21 Jan 2000 14:24:05 -0500 (EST) (envelope-from brett@peloton.runet.edu) Date: Fri, 21 Jan 2000 14:24:05 -0500 (EST) From: Brett Taylor To: Jonathon McKitrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: silly netscape menu question In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Jonathan, On Fri, 21 Jan 2000, Jonathon McKitrick wrote: > So you mean click on any menu in bookmarks that has a submenu, and > from then on it will highlight them and open them automatically w/o > clicking? Yep - I can sometimes make it work by scrolling around a bit more wo/ hitting a submenu. Shutting the menu and trying again also often works. Brett ***************************************************** Dr. Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * Dept. of Mathematics and Statistics * Walker 234 (540) 831-5410 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 11:58:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sticky.usu.edu (sticky.usu.edu [129.123.1.155]) by hub.freebsd.org (Postfix) with ESMTP id 31B3914E61 for ; Fri, 21 Jan 2000 11:58:08 -0800 (PST) (envelope-from hal@sticky.usu.edu) Received: from [129.123.1.184] (buffy.usu.edu [129.123.1.184]) by sticky.usu.edu (Postfix) with ESMTP id 5333734831; Fri, 21 Jan 2000 12:58:06 -0700 (MST) X-Sender: hal@sticky.usu.edu (Unverified) Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 21 Jan 2000 12:58:06 -0700 To: FreeBSDQuestions From: hal Lynch Subject: Diskless (kiosk) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG here are my requirements(today). 1. diskless (none that are writable that is). 2. X windows. 3. Auto login to a captive shell running Netscape only. 4. Ethernet. 5. boot from and run off a cdrom. What I have in mind is a kiosk that students can use but can't abuse. In addition the only application available to them will be netscape which will start automatically when the machine is booted, which can happen at any time. If somehow the user manages to exit netscape the machine should restart netscape or reboot, of which rebooting is preferable. If this is do-able using FreeBSD where can I look for some hints on how I might proceed? What haven't I thought of that I should? hal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 12: 0:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.mail.yahoo.com (smtp.mail.yahoo.com [128.11.68.32]) by hub.freebsd.org (Postfix) with SMTP id B3B4B15528 for ; Fri, 21 Jan 2000 12:00:11 -0800 (PST) (envelope-from mickey_di@yahoo.com) Received: from unknown (HELO yahoo.com) (192.114.209.62) by smtp.mail.yahoo.com with SMTP; 21 Jan 2000 12:00:09 -0800 X-Apparently-From: Message-ID: <3888BB93.58D81D4F@yahoo.com> Date: Fri, 21 Jan 2000 22:03:32 +0200 From: mickey diamant X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: is freebsd good for me? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi to who ever reads this. im a miserable windows user who look for a better alternatrive. i have no serious knowledge of the os worls,programing, or any kind of advanced computer know how. my question is could i find in free bsd a new better mate for my pc? __________________________________________________ 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 Jan 21 12:17:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cx264598-a.mesa1.az.home.com (cx264598-a.mesa1.az.home.com [24.14.27.99]) by hub.freebsd.org (Postfix) with ESMTP id 794F1156A1 for ; Fri, 21 Jan 2000 12:17:18 -0800 (PST) (envelope-from vagner@cx264598-a.mesa1.az.home.com) Received: (from vagner@localhost) by cx264598-a.mesa1.az.home.com (8.9.3/8.9.3) id NAA04707 for questions@freebsd.org; Fri, 21 Jan 2000 13:17:10 -0700 (MST) (envelope-from vagner) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 21 Jan 2000 13:17:10 -0700 (MST) From: George Vagner To: questions@freebsd.org Subject: flags 0xa0ffa0ff help Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG when i boot up i get this message, I have flags 0xa0ffa0ff set in my kernel and an udma drive Maxtor 85250D6 and an Udma cable is connected. nothing is on the second controller and a Udma cdrom is on the primary controllers second channel. The mainboard is a tyan 1598c2 with 164meg ram, amd 350, adaptec 1542cf controller for the tape drive, and soundblaster 16 PNP for sound matrox mystique pci for video. i tried changing my bios to LBA but that made no difference. where am i going wrong here...? changing root device to wd0s1a wd0s1a: reverting to PIO mode writing fsbn 196672 of 196672-196687 (wd0s1 bn 196 672; cn 12 tn 61 sn 49) (status 51 error 84) ---------------------------------- E-Mail: George Vagner Date: 21-Jan-00 Time: 13:10:17 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 12:17:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from arf.bussert.COM (arf.bussert.com [209.183.67.130]) by hub.freebsd.org (Postfix) with ESMTP id 32DD214D3C for ; Fri, 21 Jan 2000 12:17:45 -0800 (PST) (envelope-from jonkman@bussert.com) Received: from arf (53.bussert.com [10.10.10.53]) by arf.bussert.COM (8.9.3/8.9.3) with SMTP id PAA05499 for ; Fri, 21 Jan 2000 15:22:51 GMT (envelope-from jonkman@bussert.com) Message-ID: <011d01bf644c$91f4e0e0$350a0a0a@bussert.com.Bussert> From: "Matthew Jonkman" To: Subject: NE2000 Date: Fri, 21 Jan 2000 15:17:40 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How do I get FreeBsd to recognize a NE2000 compatible card? ========================================= Matthew Jonkman Capt'n! The spellchecker kinna take this abuse! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 12:37: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from meson.nuc.net (meson.nuc.net [204.49.61.4]) by hub.freebsd.org (Postfix) with ESMTP id D6F9415485 for ; Fri, 21 Jan 2000 12:36:54 -0800 (PST) (envelope-from sam@ecofl.com) Received: from samious (dhcp10.ecofl.com [204.49.118.41]) by meson.nuc.net (8.9.3/8.9.3) with SMTP id OAA79618; Fri, 21 Jan 2000 14:36:45 -0600 (CST) (envelope-from sam@ecofl.com) Message-ID: <003d01bf644e$c44ef9c0$297631cc@ecofl.com> From: "Sam Hays" To: "mickey diamant" , References: <3888BB93.58D81D4F@yahoo.com> Subject: Re: is freebsd good for me? Date: Fri, 21 Jan 2000 14:33:24 -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.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'd have to say "no" to that question - reason is, BSD isn't exactly user-friendly and tech-support generally isn't something where you can say "click start, then the programs icon, then blah"... Unfortunately, other than "Mac" I don't know of any easy-user-friendly OS's - might try NT I guess, its pretty solid - anyway -Sam ----- Original Message ----- From: mickey diamant To: Sent: Friday, January 21, 2000 2:03 PM Subject: is freebsd good for me? > hi to who ever reads this. > > im a miserable windows user who look for a better alternatrive. > i have no serious knowledge of the os worls,programing, or any kind of > advanced computer know how. > > my question is could i find in free bsd a new better mate for my pc? > > > __________________________________________________ > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 12:44:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fszhtv10.wpafb.af.mil (FSZHTV10.wpafb.af.mil [129.48.198.30]) by hub.freebsd.org (Postfix) with ESMTP id 29D7115403 for ; Fri, 21 Jan 2000 12:44:19 -0800 (PST) (envelope-from Fred.Wilson@wpafb.af.mil) Received: by FSZHTV10.wpafb.af.mil with Internet Mail Service (5.5.2650.21) id ; Fri, 21 Jan 2000 15:27:25 -0500 Message-ID: From: Wilson Fred C Civ ASC/LUGE To: "'freebsd-questions@FreeBSD.ORG'" Subject: I can only run GNOME as root Date: Fri, 21 Jan 2000 15:27:24 -0500 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 seem to have missed something somewhere. I installed the GNOME package + Enlightenment from the 3.4-Release CD-ROM distributed by Walnut Creek. There are two things that don't seem to work. 1. Unless I bring up desktop settings from panel I get the background defined by Enlightenment. It seems to me that the GNOME settings should override the basic settings provided by the window manager (even if I tell E not to use a background). I do get any icons I have placed on the desktop, just not the background. Am I expecting too much or did I miss something? wmG looks like a good start but I would like a little more decoration (like window control buttons that are more than little boxes) so I am using Enlightenment which is overkill. I like the GNOME interface. This is mostly just an inconvenience. 2. The real issue is that if I try to start gmc or panel from my user account I get a message that the application can not set the protection on /root/.gnome_private to 0700 and then the application core dumps. I did a chmod 0777 on .gnome_private to no effect and then did a pkg_delete and removed all of the gnome files in root and then reinstalled everything. Nothing seems to have had much of an effect. I didn't seen anything in what little documentation I have that discusses this. Where did I go wrong? Thank You Fred Wilson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 13: 5:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id A04A71501C for ; Fri, 21 Jan 2000 13:05:44 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id PAA04095; Fri, 21 Jan 2000 15:09:13 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Fri, 21 Jan 2000 15:09:13 -0600 (CST) From: Gene Harris To: George Vagner Cc: questions@FreeBSD.ORG Subject: Re: flags 0xa0ffa0ff help 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 You might want to set your flags to b0ffb0ff. This turns on LBA in the driver. The flag 0a only allows for 32 bit transfers and probing for pci ide dma controllers. Although, from the error message, it looks like you might have a bad spot on your hard drive. HTH *==============================================* *Gene Harris http://www.tetronsoftware.com* *FreeBSD Novice * *All ORBS.org SMTP connections are denied! * *==============================================* On Fri, 21 Jan 2000, George Vagner wrote: > when i boot up i get this message, I have flags 0xa0ffa0ff set in my > kernel and an udma drive Maxtor 85250D6 and an Udma cable is connected. > nothing is on the second controller and a Udma cdrom is on the primary > controllers second channel. > > The mainboard is a tyan 1598c2 with 164meg ram, amd 350, adaptec 1542cf > controller for the tape drive, and soundblaster 16 PNP for sound > matrox mystique pci for video. > > i tried changing my bios to LBA but that made no difference. > > where am i going wrong here...? > > > changing root device to wd0s1a > wd0s1a: reverting to PIO mode writing fsbn 196672 of 196672-196687 (wd0s1 bn 196 > 672; cn 12 tn 61 sn 49) (status 51 error 84) > > > ---------------------------------- > E-Mail: George Vagner > Date: 21-Jan-00 > Time: 13:10:17 > > This message was sent by XFMail > ---------------------------------- > > > 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 Jan 21 13:37: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from io.dreamscape.com (io.dreamscape.com [206.64.128.6]) by hub.freebsd.org (Postfix) with ESMTP id 5BB9C15358 for ; Fri, 21 Jan 2000 13:36:54 -0800 (PST) (envelope-from halstead@dreamscape.com) Received: from jameshal (sA11-p3.dreamscape.com [209.4.254.67]) by io.dreamscape.com (8.9.3/8.8.4) with SMTP id QAA02403; Fri, 21 Jan 2000 16:36:19 -0500 (EST) X-Dreamscape-Track-A: sA11-p3.dreamscape.com [209.4.254.67] X-Dreamscape-Track-B: Fri, 21 Jan 2000 16:36:19 -0500 (EST) Message-ID: <007001bf6457$fb7144e0$43fe04d1@jameshal> From: "James Halstead" To: "Greg Lehey" Cc: "questions @FreeBSD.org" References: <016101bf63b0$4a2cb0e0$64c8d9d1@jameshal> <20000121114426.P32425@mincom.com> <019e01bf63b6$ad93b740$64c8d9d1@jameshal> <20000121134111.R32425@mincom.com> <025a01bf63c3$bea01d00$64c8d9d1@jameshal> <20000121124952.P1123@mojave.worldwide.lemis.com> Subject: Re: crond Date: Fri, 21 Jan 2000 16:38:45 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sorry. I ran 'crontab -r'. That fixed it. I must have somehow done a 'crontab /etc/crontab' and not known it. newbie mistake. My first time using crond. Thanks to all for the help. ----- Original Message ----- From: "Greg Lehey" To: "James Halstead" Sent: Friday, January 21, 2000 2:19 AM Subject: Re: crond > On Thursday, 20 January 2000 at 22:58:13 -0500, James Halstead wrote: > > Thanks! that seems to have fixed it. It was getting really annoying having > > mail sent to me every 5 minutes. > > > > :) > > What fixed what? It would help if you quoted enough of the previous > message for people to understand what you're tlaking about. > > Greg > -- > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 13:46:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.catastrophe.net (triage.outlook.net [209.218.200.188]) by hub.freebsd.org (Postfix) with SMTP id A327415522 for ; Fri, 21 Jan 2000 13:46:23 -0800 (PST) (envelope-from eric@catastrophe.net) Received: (qmail 24808 invoked by uid 1002); 21 Jan 2000 21:46:37 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 21 Jan 2000 21:46:37 -0000 Date: Fri, 21 Jan 2000 15:46:37 -0600 (CST) From: eric Reply-To: eric-lists-freebsd-questions@catastrophe.net To: questions@freebsd.org Subject: Digi PC/Xem 16 PCI Message-ID: Organization: Catastrophe.Net http://www.catastrophe.net X-Notice: Spammers beware - you will be hunted down MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 1000/1200/A Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings. We have a Digi PC/Xem 16 PCI card that I'd like to use with 3.3-RELEASE ; I've read thru quite a bit of the archives and found that people were having problems with the ISA cards (if they were ISA) and the Xem cards (though not the Xe cards). So my question is: will compiling with: device dgm0 at isa? port 0x104 iomem 0xd0000 iosiz ? tty work correctly? I got this from /sys/i386/conf/LINT ; and would appreciate advice if possible. Thanks. Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 13:55:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.eznet.net (mail2.eznet.net [207.50.128.40]) by hub.freebsd.org (Postfix) with SMTP id A531E155B1 for ; Fri, 21 Jan 2000 13:55:13 -0800 (PST) (envelope-from progress@shell1.eznet.net) Received: (qmail 5643 invoked from network); 21 Jan 2000 21:55:06 -0000 Received: from unknown (HELO shell1.eznet.net) (207.50.128.10) by vmail.eznet.net with SMTP; 21 Jan 2000 21:55:06 -0000 Received: (qmail 15445 invoked by uid 14113); 21 Jan 2000 21:48:25 -0000 Date: 21 Jan 2000 21:48:25 -0000 Message-ID: <20000121214825.15444.qmail@shell1.eznet.net> To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-URL: http://www.freebsd.org/~mpcd/mailto.html X-Mailer: Lynx, Version 2.8rel.3 X-Personal_name: Jim Trek From: progress@eznet.net Subject: http://www.freebsd.org/~mpcd/mailto.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Where can I read a license agreement, if there is one for FreeBSD? Jim Trek progress@eznet.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 13:57:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pine.ggn.net (pine.ggn.net [198.207.193.2]) by hub.freebsd.org (Postfix) with SMTP id 6BB6414FA9 for ; Fri, 21 Jan 2000 13:57:28 -0800 (PST) (envelope-from ted@ggn.net) Received: (qmail 27190 invoked from network) by pine.liii.com; 21 Jan 2000 21:57:25 -0000 Received: from oak.ggn.net (qmailr@198.207.193.5) by pine.ggn.net with SMTP; 21 Jan 2000 21:57:25 -0000 Received: (qmail 8424 invoked by user ted) by oak.liii.com; 21 Jan 2000 21:57:23 -0000 Date: Fri, 21 Jan 2000 16:57:23 -0500 From: Ted Stein To: freebsd-questions@freebsd.org Subject: Disk Error 0x1 Message-ID: <20000121165723.A7225@liii.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Operating-System: SunOS oak 5.7 sun4m Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What exactly is disk error 0x1? What can I do about it? -- Ted Stein GGN/LIII ted@liii.com -- work ted@tedstein.org -- personal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 14: 1: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from e450.mnsi.net (e450.mnsi.net [206.48.122.98]) by hub.freebsd.org (Postfix) with ESMTP id 458B81555D for ; Fri, 21 Jan 2000 14:00:57 -0800 (PST) (envelope-from wmptl@mnsi.net) Received: from transcon (dyn208-6-73-183.win.mnsi.net [208.6.73.183]) by e450.mnsi.net (8.8.8/waffleiron) with SMTP id RAA23416 for ; Fri, 21 Jan 2000 17:00:52 -0500 (EST) Message-ID: <000701bf645a$73173c00$b74906d0@wmptl.net> Reply-To: "Windsor Match Plate and Tool Ltd." From: "Windsor Match Plate and Tool Ltd." To: Subject: using sendmail as an SMTP gateway... Date: Fri, 21 Jan 2000 16:56:53 -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 Hey all, A simple question, but to an assumably not so simple answer. I have little experience with tweaking sendmail; but I setup a box to host our inner-office email a short while ago, and it's been running great. Now, we are considering making the email server publically accessable. The incoming mail is not much of an issue at this time, what concerns me, is the outgoing portion; I've never successfully setup sendmail to function as an SMTP relay, (assuming thisis even what's required). Here's the scenario: - FreeBSD Box running sendmail (not sure the version, but will be upgraded to the version that comes with 3.4-RELEASE shortly) - Multiple Windows-POP3 Clients, using the FreeBSD box to host POP3,/SMTP; not connected to the internet except for a few dialup accounts - A seperate email client using our ISP's SMTP server to send email over the internet What we want to do, is connect the FreeBSD box to the internet, (our ISP will handle the DNS/MX record), as an email server. Allowing our office to recieve/send email. I've gotten the recieve portion to work, but get the error 'relaying not allowed' on the FreeBSD box when an internal windows' box tries to send email. As I said above, I've not played around much with sendmail before, (yet it doesn't mean I'm afraid to), hence I'd like to know the simplest/shortest method by which to enable SMTP relaying, (our ISP is willing to allow use of it's SMTP server if we need it). Nathan Vidican unix_usr@fcmail.com / wmptl@mnsi.net Unix_Usr of DalNet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 14:35:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aspirin.bulnet.com (ns1.bulnet.com [212.124.82.3]) by hub.freebsd.org (Postfix) with ESMTP id 1699914D14 for ; Fri, 21 Jan 2000 14:35:36 -0800 (PST) (envelope-from ian@bulinfo.net) Received: from cserv.oksys.bg (root@ppp52.bulnet.com [212.124.82.79]) by aspirin.bulnet.com (8.9.3/8.9.3) with ESMTP id AAA02907 for ; Sat, 22 Jan 2000 00:30:50 +0200 Received: from bulinfo.net (ian@localhost [127.0.0.1]) by cserv.oksys.bg (8.9.3/8.9.3) with ESMTP id AAA61941 for ; Sat, 22 Jan 2000 00:31:15 +0200 (EET) (envelope-from ian@bulinfo.net) Message-ID: <3888DE33.AAEC5168@bulinfo.net> Date: Sat, 22 Jan 2000 00:31:15 +0200 From: Iani Brankov Organization: ok systems X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: Freebsd-questions Subject: Documentation about the posix pthreads Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Is there some online? Thanks in advance, iani To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 14:38:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tarvalon.net (tarvalon.net [216.145.165.65]) by hub.freebsd.org (Postfix) with SMTP id 7A63A155D0 for ; Fri, 21 Jan 2000 14:38:26 -0800 (PST) (envelope-from kevin@tarvalon.net) Received: (qmail 67635 invoked by uid 1000); 21 Jan 2000 22:38:21 -0000 Date: Fri, 21 Jan 2000 16:38:21 -0600 From: Kevin Entringer To: questions@freebsd.org Subject: Gtk/Imlib apps crashing Message-ID: <20000121163821.A67595@solace.tarvalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having a bit of a problem with GTK/Imlib apps crashing. When they crash it is always with an error msg similar to this: Gdk-ERROR **: BadAccess (attempt to access private resource denied) serial 11077 error_code 10 request_code 129 minor_code 1 I was just wondering if anyone has seen this before and if you know of a way to fix it? Thanks, any suggestions are greatly appreciated. Regards, Kevin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 15: 0:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tn.home.com (ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (Postfix) with ESMTP id C87CD155E9 for ; Fri, 21 Jan 2000 15:00:52 -0800 (PST) (envelope-from williamsl@Home.Com) Received: from [192.168.1.10] ([24.4.115.31]) by mail.rdc1.tn.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <20000121230049.FONV9818.mail.rdc1.tn.home.com@[24.4.115.31]>; Fri, 21 Jan 2000 15:00:49 -0800 Date: Fri, 21 Jan 2000 18:00:49 -0500 From: Ben WIlliams X-Mailer: The Bat! (v1.34a) UNREG / CD5BF9353B3B7091 Reply-To: Ben WIlliams X-Priority: 3 (Normal) Message-ID: <6750.000121@Home.Com> To: John Michelini Cc: FreeBSD-Questions Subject: Re: Using FDISK and FIPS In-reply-To: <3887BF8D.A05E58D3@ibm.net> References: <3887BF8D.A05E58D3@ibm.net> 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 Friday, January 21, 2000 No. FIPS will create a second (third, fourth, +1 of however many partitions you already have definded) partition on your drive. You MUST defrag your current fs BEFORE running FIPS or you will LOOSE the data at the end of the partition. That's the beauty of FIPS. The ability to create another partiton on your drive without having to use fdisk and delete existing partitions. Thursday, January 20, 2000, 9:08:13 PM, John Michelini wrote: JM> Correct me if I am wrong: I have a WIN95 disk with extended partition. JM> Do I use FDISK to delete the extended partition and then use FIPS to JM> repartition the drive (after defragging) for FreeBSD? -- Ben mailto:williamsl@Home.Com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 15: 8:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 5912E155F5 for ; Fri, 21 Jan 2000 15:08:48 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat47.x-treme.gr [212.120.197.239]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id BAA23307 for ; Sat, 22 Jan 2000 01:08:39 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id AAA01495 for freebsd-questions@freebsd.org; Sat, 22 Jan 2000 00:27:28 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Sat, 22 Jan 2000 00:27:28 +0200 From: Giorgos Keramidas To: freebsd-questions@FreeBSD.ORG Subject: Displaying `pwd` in sh(1) prompt? Message-ID: <20000122002728.B1387@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using bash when I'm logged in, but I really find it's memory consumption a bit too much. I changed to /bin/sh for a while, but I could not find any reasonable way of making my prompt something like: hostname!user:/current/path$ ... It seems that if I put in my .shrc the commands: PS1="`hostname`!$LOGNAME:`pwd`\$ " the prompt is fine, but when I change directories, the prompt stays unchanged, and the new `current' directory is not there. This is perfectly normal, since sh(1) expands `pwd` once when setting PS1. Is my only option a shell function like? cd () { chdir "$@" ; export PS1='blah blah'; } I tried looking in sh(1) manpage for anything like an escape sequence to put in the value of PS1, but I couldn't find anything helpful... -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 15: 8:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 2E3961563F for ; Fri, 21 Jan 2000 15:08:51 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat47.x-treme.gr [212.120.197.239]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id BAA23300; Sat, 22 Jan 2000 01:08:28 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id AAA01570; Sat, 22 Jan 2000 00:40:13 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Sat, 22 Jan 2000 00:40:12 +0200 From: Giorgos Keramidas To: pirat sriyotha Cc: "Norman C. Rice" , freebsd-questions@FreeBSD.ORG Subject: Re: No buffer space available Message-ID: <20000122004012.C1387@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <20000117013408.A3588@emu.sourcee.com> <00012111212600.01915@sukato.oaep.go.th> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <00012111212600.01915@sukato.oaep.go.th> X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 21, 2000 at 11:33:13AM +0700, pirat sriyotha wrote: > On Mon, 17 Jan 2000, you wrote: > > On Mon, Jan 17, 2000 at 01:25:35PM +0700, pirat sriyotha wrote: > > > Hi, > > > > > > occasionally, my small network does not work. i have to 'shutdown -r now' to > > > bring it back to work. > > > > FreeBSD != Windoze > > yes you are quite right and that's why i turn away from 'doz. > > > > > > the only clue is a message from ping which is > > > > > > ping: sendto: No buffer space available > > > > > > is there anyway to solve this kind of problem instead of shutdown ? > > > > ifconfig de0 down up > > > > now, jan 21 2000 11:18 thailand mean time, it happends again and > ifconfig down and up does not work. anyway, i can connect to the > Internet via ppp connection to my isp. For a long-term solution you should consider raising your NMBCLUSTERS, that is if it happens that netstat shows they are too few. At my home box, the output is: % netstat -m 1/96 mbufs in use: 1 mbufs allocated to data 0/8/4096 mbuf clusters in use (current/peak/max) 28 Kbytes allocated to network (0% in use) 0 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines watch the current/peak/max relationship and see if you need to increase the buffers. If I'm not mistaken, you can change this without a kernel recompile, with sysctl, by tweaking your kern.ipc.nmbclusters as in: # sysctl -w kern.ipc.nmbclusters=4096 After doing this on a running kernel, see if it still has the same problem. If not, you have two options. Either add the above sysctl command in your /etc/rc.local and save yourself a kernel recompile, or recompile your kernel by setting the NMBCLUSTERS option properly. Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 15: 9:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sttlpop3.sttl.uswest.net (sttlpop3.sttl.uswest.net [206.81.192.3]) by hub.freebsd.org (Postfix) with SMTP id 35EAB155B1 for ; Fri, 21 Jan 2000 15:09:34 -0800 (PST) (envelope-from jhockett@uswest.net) Received: (qmail 8475 invoked by alias); 21 Jan 2000 23:09:27 -0000 Delivered-To: fixup-questions@FreeBSD.ORG@fixme Received: (qmail 8455 invoked by uid 0); 21 Jan 2000 23:09:26 -0000 Received: from 63-224-56-239.customers.uswest.net (HELO jack) (63.224.56.239) by sttlpop3.sttl.uswest.net with SMTP; 21 Jan 2000 23:09:26 -0000 From: "Jack Hockett" To: Subject: Internal Cisco 605 Date: Fri, 21 Jan 2000 15:14:04 -0800 Message-ID: <000701bf6465$35f0a0e0$ef38e03f@jack> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To whom it may concern: Your statement in the last letter to a writer is somewhat untrue. There are drivers for WinNT 4.0 on the CD that comes with the Cisco 605 Internal ADSL modem/router. These are for PPP or "Bridging" mode, which ever you have. US West is currently supplying Routers for PPP mode which is more highly used. However neither, US West or Cisco, are supplying drivers for Windows 2000 RC2 or later! The only drivers they "say" will work are on the CD and are for NT 4.0, which do NOT work. Windows 2000 will not install them, due unfamiliar signatures in the "oemsetup.inf" file, not because of "driver signing". When they come out, if US West or Cisco Systems is going to supply them, or make them available for download, who is going to support them is another question! Thanks, Jack Hockett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 15:27:26 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 07206156A4 for ; Fri, 21 Jan 2000 15:26:52 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12BnKs-0005c8-00; Fri, 21 Jan 2000 23:19:22 +0000 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #1) id 12BnKs-0000Gj-00; Fri, 21 Jan 2000 23:19:22 +0000 Date: Fri, 21 Jan 2000 23:19:21 +0000 From: Ben Smithurst To: Matthew Jonkman Cc: freebsd-questions@freebsd.org Subject: Re: NE2000 Message-ID: <20000121231921.A978@strontium.scientia.demon.co.uk> References: <011d01bf644c$91f4e0e0$350a0a0a@bussert.com.Bussert> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <011d01bf644c$91f4e0e0$350a0a0a@bussert.com.Bussert> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Jonkman wrote: > How do I get FreeBsd to recognize a NE2000 compatible card? use the ed(4) driver. The line to put in your kernel config would depend on whether it's ISA or PCI - the manual page explains it for ISA, for PCI you just need "device ed0 at pci?". Note that the PCI device will show up as ed1, not ed0 (mine do, anyway, I think there are ways around this but I don't see the point). -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 15:36:46 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 63EC015620 for ; Fri, 21 Jan 2000 15:36:44 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id RAA01263 for ; Fri, 21 Jan 2000 17:36:40 -0600 (CST) Date: Fri, 21 Jan 2000 17:36:40 -0600 (CST) From: Steve Price To: freebsd-questions@freebsd.org Subject: PostScript printing Q Message-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, Anyone know of a quick way to take a PostScript file that is 1-up and turn it into a 4-up PostScript file that I can print and save a few trees? I suppose I could use pstotext to convert to ASCII and then use a2ps to make that a 4-up but then I'd lose all the graphics. TIA. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 15:39:24 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 E3AC115683 for ; Fri, 21 Jan 2000 15:39:19 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-questions@freebsd.org id 12Bne5-000Pax-00; Fri, 21 Jan 2000 23:39:13 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id XAA34071 for ; Fri, 21 Jan 2000 23:39:12 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 21 Jan 2000 23:39:12 +0000 (GMT) From: Jonathon McKitrick To: freebsd-questions@freebsd.org Subject: programmer's editor choice Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not to start a war or anything, but i'm trying to decide on a fast powerful editor. I've been using joe, and i just started learning vi, and i like it so far. But there are new editors and new versions of vi that seem to have a lot to offer. I've narrowed it down to vi, an enhanced version of vi (vile or vim?) uemacs, or joe. ANy thoughts? I'd like to be able to cut and paste within the editor and between xterms. I really like the efficiency of vi so far, but i have a long ways to go before i am proficient. -=> jm <=- "I've done questionable things, also extraordinary things.... Revel in your time!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 15:40:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mxedh.uscs.com (mxedh.uscs.com [165.79.16.88]) by hub.freebsd.org (Postfix) with ESMTP id B2C2A155ED for ; Fri, 21 Jan 2000 15:40:30 -0800 (PST) (envelope-from Scott_Emmons@DSTInnovis.com) Received: by mxedh.uscs.com with Internet Mail Service (5.5.2650.21) id ; Fri, 21 Jan 2000 15:40:45 -0800 Message-ID: <312C082CE5DDD1119FD800805FCC76B3015A2385@mxdevcenter1.center.uscs.com> From: "Emmons, Scott (INV-EDH)" To: "'freebsd-questions@FreeBSD.ORG'" Subject: Custom install still SEGVs Date: Fri, 21 Jan 2000 15:41:37 -0800 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 Even after using the "fixed" mfsroot floppy from: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/3.4-RELEASE/ Attempting a custom install still causes SIGSEGV... Thanks, -Scott ______________________________________________________________________ L. Scott Emmons |CableData R&D Center - El Dorado Hills,CA,USA Staff Software Engineer|Research & Development Systems Administration (916) 939-6088 |Views and content are my own, not CableData's *** PGP Public Key available upon request. *** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 15:41:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id F2CE915848 for ; Fri, 21 Jan 2000 15:41:08 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp59-pa4.neomedia.it [195.103.207.251]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id AAA30301; Sat, 22 Jan 2000 00:40:44 +0100 (CET) From: Salvo Bartolotta Date: Fri, 21 Jan 2000 23:42:33 GMT Message-ID: <20000121.23423300@bartequi.ottodomain.org> Subject: Re: x-windows: how to play with multiple X sessions etc.: a simple recipe ? To: c4_b2@yahoo.com Cc: questions@FreeBSD.ORG References: <20000120224324.29071.qmail@web119.yahoomail.com> <20000121.83900@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 Dear Sir (or Madam ??), I add some more details to the solution outlined yesterday. I will limit myself to the case in which X is invoked from within a CUI shell; which, incidentally, is a most flexible choice. To begin with: CUI=3D=3DCharacter User Interface. A simple way to switch between e.g. Gnome and KDE is to define the following files (" ~ " stand for your home directory): 1) ~/.xinitrc_gnome, containing just one line: "exec gnome-session" ; 1A) the script (executable) ~/g, so defined (in csh shell): #!/bin/csh # in order for the script to be executed from any # directory: cd ~ # the following "if" instruction checks if the last graphical #environment was Gnome in order to avoid a useless write operation; if #the last GUI was *not* Gnome, then the symlink .xinitrc is created #and points at .xinitrc_gnome. if (`ls -l .xinitrc | grep .xinitrc | awk '{print $11;}'` !=3D .xinitrc_gnome) then # from "if" to "then" stays in *one* line ln -fs .xinitrc_gnome .xinitrc endif # the command actually starting X on screen 0, vt 9 # you need to turn at least *two* consoles off in /etc/ttys # if you want to run *two* GUIs simultaneously. startx -- :0 vt9 #please note: 0 is the "display". ###################### end of sample script ######################### Similarly: 2) ~/.xinitrc_kde, containing just one line: "exec startkde" ; 2A) the script (executable) ~/k, so defined (in csh shell): #!/bin/csh cd ~ if (`ls -l .xinitrc | grep .xinitrc | awk '{print $11;}'` !=3D .xinitrc_kde) then # from "if" to "then" stays in *one* line ln -fs .xinitrc_kde .xinitrc endif startx -- :1 vt10 ###################### end of sample script ######################### If you issue " ./k " in your home directory, you will start KDE; " ./g " will start Gnome. Remark. You can start more GUIS simultaneoulsy provided that: i) the displays are *different* ; ii) the " vt " are *different* ; For example, I can run even four GUIs simultaneoulsy, as four *different users*; each having its own locale (e.g. US English, French, German, Italian); each having a different "display" (:0 , :1, :2 ...) and correspondingly different Vts (e.g. vt9 <-> :0, vt10 <-> :1, ...) Please note: vtXX <---> Function key XX. vt 9, 10, 11, 12 can work in that /etc/ttys has consoles 8,9,a,b turned off. Attention: the consoles in ttys start from "0". You could also e.g. launch *another* GUI session (e.g. Gnome) **within** KDE, provided the displays and Vts are appropriately defined (as in our sample scripts)... Just start it in a terminal window. Exiting the second GUI will take you back to the first. Finally, you can switch (via CTRL-ALT-Function keys) between the various GUIs, whether or not they belong to different users. If you prefer tcsh, the two little scripts above simplify, e g. 2A) becomes: #!/usr/local/bin/tcsh if (-L .xinitrc !=3D .xinitrc_kde) ln -fs .xinitrc_kde .xinitrc startx -- :0 vt9 ###################### end of sample script ######################### Of course, you must have installed tcsh for this script to work. I hope this information will help. The sole limit is now only your RAM ... Yours faithfully Salvo Bartolotta To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 16: 9:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freeside.fc.net (freeside.fc.net [207.170.70.2]) by hub.freebsd.org (Postfix) with ESMTP id 80F16155AC for ; Fri, 21 Jan 2000 16:09:46 -0800 (PST) (envelope-from jdunham@freeside.fc.net) Received: (from jdunham@localhost) by freeside.fc.net (8.9.3/8.8.8) id SAA13326; Fri, 21 Jan 2000 18:08:21 -0600 (CST) From: Jerry Dunham Message-Id: <200001220008.SAA13326@freeside.fc.net> Subject: Re: programmer's editor choice In-Reply-To: from Jonathon McKitrick at "Jan 21, 2000 11:39:12 pm" To: jcm@dogma.freebsd-uk.eu.org (Jonathon McKitrick) Date: Fri, 21 Jan 2000 18:08:21 -0600 (CST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathon McKitrick babbled: > Date: Fri, 21 Jan 2000 23:39:12 +0000 (GMT) > From: Jonathon McKitrick > Not to start a war or anything, but i'm trying to decide on a fast > powerful editor. I've been using joe, and i just started learning vi, > and i like it so far. But there are new editors and new versions of > vi that seem to have a lot to offer. I've narrowed it down to vi, an > enhanced version of vi (vile or vim?) uemacs, or joe. ANy > thoughts? I'd like to be able to cut and paste within the editor and > between xterms. I really like the efficiency of vi so far, but i have > a long ways to go before i am proficient. Scan: http://www.math.fu-berlin.de/~guckes/vi/ http://www.zfc.nl/ -- Jerry Dunham FreeBSD Atarian ordinaire jdunham@fc.net (512)335-0674 (H) Gerald_Dunham@dell.com (512)728-4026 (O) E Pluribus Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 16:16:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from benge.graphics.cornell.edu (benge.graphics.cornell.edu [128.84.247.43]) by hub.freebsd.org (Postfix) with ESMTP id 4334B15674 for ; Fri, 21 Jan 2000 16:16:51 -0800 (PST) (envelope-from mkc@benge.graphics.cornell.edu) Received: from benge.graphics.cornell.edu (mkc@localhost) by benge.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id TAA07064; Fri, 21 Jan 2000 19:16:49 -0500 (EST) (envelope-from mkc@benge.graphics.cornell.edu) Message-Id: <200001220016.TAA07064@benge.graphics.cornell.edu> To: "Emmons, Scott (INV-EDH)" Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Custom install still SEGVs In-Reply-To: Message from "Emmons, Scott (INV-EDH)" of "Fri, 21 Jan 2000 15:41:37 PST." <312C082CE5DDD1119FD800805FCC76B3015A2385@mxdevcenter1.center.uscs.com> Date: Fri, 21 Jan 2000 19:16:48 -0500 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Even after using the "fixed" mfsroot floppy from: > >ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/3.4-RELEASE/ > >Attempting a custom install still causes SIGSEGV... I downloaded the new ISO image from ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/ last week and burned myself a new CD. That solved the problem for me. Granted it took longer than making a floppy but I'm expecting to install a few more machines with 3.4 before 4.0 comes out. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 16:17: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id D232D1558C for ; Fri, 21 Jan 2000 16:17:00 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp59-pa4.neomedia.it [195.103.207.251]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id BAA31296; Sat, 22 Jan 2000 01:15:17 +0100 (CET) From: Salvo Bartolotta Date: Sat, 22 Jan 2000 00:17:06 GMT Message-ID: <20000122.170600@bartequi.ottodomain.org> Subject: Re: metaports ... To: Jonathon McKitrick Cc: freebsd-questions@FreeBSD.ORG 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 1/21/00, 3:58:17 PM, Jonathon McKitrick wrote regarding metaports: > I see them all over, and i searched the archives, but where is a > definition? > -=3D> jm <=3D- Dear Jonathon, meta-ports means roughly "beyond" ports. From "meta" (from ancient Greek, "proper" preposition constructed with gen. dat. & acc.) meaning various things, e.g. with; across; near (in); towards; after, beyond. "proper" is in relation to Greek verbs (that is, proper prepositions=20 can be used as preverbs, or prefixes in compound verbs) This "combining form" (in English) is productive enough ... N.B. my_fake_antispam_domain =3D=3D=3D> neomedia.it to e-mail to me. 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 Jan 21 16:25:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 101DA156EB for ; Fri, 21 Jan 2000 16:25:17 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.46] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id ua111846 for ; Fri, 21 Jan 2000 19:23:45 -0500 Message-ID: <3888F961.115D4F4D@twave.net> Date: Fri, 21 Jan 2000 19:27:13 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Gene Harris Cc: George Vagner , questions@FreeBSD.ORG Subject: Re: flags 0xa0ffa0ff help 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 Gene Harris wrote: > > You might want to set your flags to b0ffb0ff. This turns on > LBA in the driver. Pardon my ignorance, but where do I find information on the flags? -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 16:28:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 0709E15672 for ; Fri, 21 Jan 2000 16:28:32 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat47.x-treme.gr [212.120.197.239]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id CAA25566; Sat, 22 Jan 2000 02:06:04 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id CAA03324; Sat, 22 Jan 2000 02:06:03 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Sat, 22 Jan 2000 02:06:02 +0200 From: Giorgos Keramidas To: Jonathon McKitrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: zsh alias question Message-ID: <20000122020602.A3078@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <20000120180954.C866@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 21, 2000 at 02:54:37PM +0000, Jonathon McKitrick wrote: > On Thu, 20 Jan 2000, Giorgos Keramidas wrote: > >I used vipw and added the home directory at the end of the `toor' line. > > > > toor:*:0:0:Bourne-again Superuser:/root:/bin/sh > > So does toor need a home directory in order to have a different > password from root? At this point, when i su or login as toor, when > i run passwd or chsh, it references root. I have them both pointing at /root, as you can see from: % head -2 /etc/passwd root:*:0:0:Superuser:/root:/bin/csh toor:*:0:0:Bourne-again Superuser:/root:/usr/local/bin/bash They can have the same home directory. The files they will be using will be the same, except for the shell startup scripts. But each shell keeps it's startup in a different script, so this is not a problem. I keep my Bourne shell aliases in /root/.shrc -- the terminal setup and other stuff needed for login and interactive shells in /root/.profile -- the Bash specific prompt setup in ~/.bashrc (which calls .profile to do the rest of the work), and nothing in /root/.bash_profile ;) The /root/.cshrc and /root/.login files are the stock versions provided with my release of FreeBSD (3.4-STABLE). About the `zsh/su -m' question, I don't really know why this happens. Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 16:30:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 53A4A155F0 for ; Fri, 21 Jan 2000 16:30:20 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.46] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id va111925 for ; Fri, 21 Jan 2000 19:28:47 -0500 Message-ID: <3888FA8E.FD65AA02@twave.net> Date: Fri, 21 Jan 2000 19:32:14 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Salvo Bartolotta Cc: Jonathon McKitrick , freebsd-questions@FreeBSD.ORG Subject: Re: metaports ... References: <20000122.170600@bartequi.ottodomain.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Salvo Bartolotta wrote: > > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > > On 1/21/00, 3:58:17 PM, Jonathon McKitrick > > wrote regarding metaports: > > > I see them all over, and i searched the archives, but where is a > > definition? > > > -=> jm <=- > > Dear Jonathon, > > meta-ports means roughly "beyond" ports. From "meta" (from ancient > Greek, "proper" preposition constructed with gen. dat. & acc.) meaning > various things, e.g. with; across; near (in); towards; after, beyond. > > "proper" is in relation to Greek verbs (that is, proper prepositions > can be used as > preverbs, or prefixes in compound verbs) > > This "combining form" (in English) is productive enough ... > > N.B. my_fake_antispam_domain ===> neomedia.it to e-mail to me. > > Best regards, > Salvo > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message It's a good thing someone else sent you an answer too, eh? -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 16:46:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cx952600-a.fed1.sdca.home.com (cx952600-a.fed1.sdca.home.com [24.4.90.90]) by hub.freebsd.org (Postfix) with ESMTP id 135AF14C46 for ; Fri, 21 Jan 2000 16:46:35 -0800 (PST) (envelope-from snoonan@cx952600-a.fed1.sdca.home.com) Received: from localhost (snoonan@localhost) by cx952600-a.fed1.sdca.home.com (8.9.3/8.9.3) with ESMTP id QAA09090; Fri, 21 Jan 2000 16:46:33 -0800 (PST) (envelope-from snoonan@cx952600-a.fed1.sdca.home.com) Date: Fri, 21 Jan 2000 16:46:33 -0800 (PST) From: Sean Noonan To: freebsd-questions@freebsd.org Cc: noonans@home.com Subject: forcing make to use socks Message-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 list: When using 'make' in /usr/ports/foo/bar, the port is never found locally and is always fetched from either a ftp or www server. However, I always have to punch a temporary whole in my firewall to allow the traffic through. Is there a better way, other than allowing all ftp and www traffic from all sources in permanently? Perhaps telling make to use a socks4 or socks5 proxy? I didn't see a command-line switch browsing man make, but it just seems to me that Capt. Kirk and I can't be the only ones who don't want to lower our shields just to use the transporter. ;-) Both firewall and client are running 3.4-RELEASE, firewall is IPFW. TIA, -Sean Noonan noonans@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 17: 2:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ash25.adelaide.on.net (ash25.internode.on.net [203.16.214.248]) by hub.freebsd.org (Postfix) with ESMTP id 58198155F4 for ; Fri, 21 Jan 2000 17:02:46 -0800 (PST) (envelope-from imoore@picknowl.com.au) Received: from imoore.on.net ([150.101.250.20]) by internode.on.net (PMDF V5.2-32 #35726) with SMTP id <01JL058DJRSW008K8P@internode.on.net> for freebsd-questions@freebsd.org; Sat, 22 Jan 2000 11:33:44 +1030 Date: Sat, 22 Jan 2000 11:32:30 +1030 From: Ian Moore Subject: RE: Star Office 5.1 on FreeBSD3.2 dumps when run To: Alejandro Ramirez , freebsd-questions@freebsd.org Message-id: <00012211311000.00429@imoore.on.net> MIME-version: 1.0 X-Mailer: KMail [version 1.0.21] Content-type: text/plain Content-transfer-encoding: 8bit References: <01d101bf6427$fd5a02e0$fba3f9cf@megared.net.mx> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 22 Jan 2000, Alejandro Ramirez wrote: > Hi Ian, > > > /usr/compat/linux/sbin/ldconfig: warning: can't open > /usr/ports/editors/staroffice5/work/tmp/sv001.tmp (No such file or > directory), skipping > > This is Ok. > > > Bad system call - core dumped > > *** Error code 140 (ignored) > > ===> Generating temporary packing list > > install: /usr/local/Office51/bin: No such file or directory > > I had this error once that Itried to install it with the linux_base-6.1 > port, then I had to remove this port and install the linux_base-5.2 port, > and all went smoothly. I can't find linux_base-5.2 on the FreeBSD server - do you know where I might be able to get it? Or would I be better off updating to 3.4-Release as Darren Wiebe suggests? Thanks for your help, -- Ian Moore To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 17: 3: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 9BA78155ED; Fri, 21 Jan 2000 17:02:40 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <20000122010240.9BA78155ED@hub.freebsd.org> Date: Fri, 21 Jan 2000 17:02:40 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, third edition Last revision: 2 August 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the third edition, formatted on 17 May 1999. You'll find this information on page iv (the page before the beginning of the Table of Contents). See the end of this document for instructions on how to find the errata for an older version. You can get the current document in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ps. See page 302 of the third edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-3.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at Page ii _______ The instructions on page ii (opposite the title page) tell you to look at ftp://ftp.lemis.com/pub/cfbsd/errata-2 for the errata list. That's wrong. Look at this list. Pages 190 and 191 _________________ The description is not very clear about which text appears when booting from floppy for initial install, and which appears when booting normally. The procedure is very similar, but there are some differences. Add the following text after the heading Boot messages: You'll boot your system in at least two different ways: initially you'll boot from floppy or CD-ROM in order to install the system. Later, after the system is installed, you'll boot from hard disk. The procedure is almost identical, so we'll look at both versions in the following examples. Replace the text from the middle of page 191 with: If you're booting from 1.44 MB floppies, you will then see: Please insert MFS root floppy and press enter: When you insert the MFS root floppy and press Enter, you see more twirling batons, then the UserConfig screen appears. UserConfig: Modifying the boot configuration ____________________________________________ After the kernel has been loaded, the following screen will appear if you are installing the system, or if you have requested it with the -c option to the boot loader: Page 206 ________ The bottom two lines on this page should be in bold constant font, indicating that this is input for your /etc/rc.config file Page 2 Errata and addenda for the Complete FreeBSD, third edition nfs_client_enable="YES" # This host is an NFS client (or NO). nfs_server_enable="YES" # This host is an NFS server (or NO). Page 265 ________ The example on the second half of the page refers to the old SCSI driver. The scsi program is no longer available in FreeBSD 3.x. Instead, use the camcontrol program. Replace the text with:. Modern disks make provisions for recovering from such errors by allocating an alternate sector for the data. IDE drives do this automatically, but with SCSI drives you have the option of enabling or disabling reallocation. Usually it is turned on when you buy them, but occasionally it is not. When installing a new disk, you should check that the parameters ARRE (Auto Read Reallocation Enable) and AWRE (Auto Write Reallocation Enable) are turned on. For example, to check and set the values for disk da1, you would enter: # camcontrol modepage da1 -m 1 -e -P 3 # scsi -f /dev/rda1c -m 1 -e -P 3 This command will start up your favourite editor (either the one specified in the EDITOR environment variable, or vi by default) with the following data: AWRE (Auto Write Reallocation Enbld): 0 ARRE (Auto Read Reallocation Enbld): 1 TB (Transfer Block): 0 RC (Read Continuous): 0 EER (Enable Early Recovery): 0 PER (Post Error): 0 DTE (Disable Transfer on Error): 0 DCR (Disable Correction): 0 Read Retry Count: 16 Correction Span: 41 Head Offset Count: 0 Data Strobe Offset Count: 0 Write Retry Count: 16 Recovery Time Limit: 0 The values for AWRE and ARRE should both be 1. If they aren't, as in this case, where AWRE is 0, change the data with the editor, save it, and exit. The camcontrol program will write the data back to the disk and enable the option. Page 3 The Complete FreeBSD Page 331 ________ The description of the config refers to the SCSI drive sd0. This is the old name; in FreeBSD version 3, SCSI drives are called da, so this reference should be da0. Thanks to Francisco Reyes for pointing out this problem. Page 362 ________ Replace the text at the top of the page with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention, and to Francisco Reyes and Bill Fumerola for pointing out that it still wasn't fixed in the third edition. Page 409 ________ The information on setting the default routers specified the wrong end of the PPP links in some places. It should always be the ``far'' end of the link. Replace the second example on page 409, and the text following it, with this text: defaultrouter="139.130.136.129" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. This is the normal way to set the default route on a point-to-point interface. In fact, for PPP you don't need to specify the default address: the PPP packages will set it for you when the link comes up. This makes it possible to Page 4 Errata and addenda for the Complete FreeBSD, third edition set default routes when you're forced to use dynamic IP addresses, where you don't know the address at this point. We'll see how PPP does this on page 446. In the first example on page 410, the sixth example on page 412 and the second example on page 413, replace the defaultrouter definition with: defaultrouter="139.130.237.65" # Set to default gateway (or NO). Thanks to Andreas Longwitz for pointing out this error. Getting errata for older editions of the book _____________________________________________ There have been a total of five different versions of ``The Complete FreeBSD''. The most accurate way to distinguish them is by the format date, which you'll find at the bottom of page iv (the page before the beginning of the Table of Contents) in all versions of the book. 1. The first was titled ``Installing and running FreeBSD'', and was formatted on 24 February 1996. No errata list exists for this book. 2. For the first edition (19 July 1996), get ftp://ftp.lemis.com/pub/cfbsd/er- rata-1. This same file is also available via the web link http://www.lemis.com/errata-1. I am no longer updating this errata list. 3. The list for the second edition (16 December 1997) is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the second edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only Page 5 Getting errata for older editions of the book take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. 4. The revised second edition was formatted on 11 February 1999. As the name suggests, it's not a complete new edition: in fact, only three chapters are different: o The chapter ``Setting up X11'' has been brought up to date. o Appendix D (``Contents of the Ports Collection'') has been replaced by two appendixes, ``Errata and Addenda'' (the errata list up to date at the time) and ``FreeBSD 3.0'', which describes the differences between FreeBSD 2.x and FreeBSD 3.x. There is no separate errata list for this book. Refer to the second edition errata list. 5. The current, third edition, formatted on 17 May 1999. This is the correct list for this edition. Page 6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 17: 3: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 654EB155C2; Fri, 21 Jan 2000 17:02:40 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <20000122010240.654EB155C2@hub.freebsd.org> Date: Fri, 21 Jan 2000 17:02:40 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How to get the best results from FreeBSD questions. =================================================== Last update 3 September 1999 This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions, -newbies or -hackers? =================================================== Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In addition, the FreeBSD-newbies list caters specifically for people who are new to FreeBSD and may be having trouble getting used to the environment. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/FAQ/FAQ.html, and also on your own system (once you've installed it) at /usr/share/doc/FAQ/FAQ.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. If you're new to FreeBSD, and the message is about your own relationship to FreeBSD, send the message to FreeBSD-newbies. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 7. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 8. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 17: 2:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ash25.adelaide.on.net (ash25.internode.on.net [203.16.214.248]) by hub.freebsd.org (Postfix) with ESMTP id 5E98215649 for ; Fri, 21 Jan 2000 17:02:48 -0800 (PST) (envelope-from imoore@picknowl.com.au) Received: from imoore.on.net ([150.101.250.20]) by internode.on.net (PMDF V5.2-32 #35726) with SMTP id <01JL058DJRSW008K8P@internode.on.net> for freebsd-questions@freebsd.org; Sat, 22 Jan 2000 11:33:43 +1030 Date: Sat, 22 Jan 2000 11:26:52 +1030 From: Ian Moore Subject: RE: Star Office 5.1 on FreeBSD3.2 dumps when run To: Alejandro Ramirez , freebsd-questions@freebsd.org Message-id: <00012211311000.00429@imoore.on.net> MIME-version: 1.0 X-Mailer: KMail [version 1.0.21] Content-type: text/plain Content-transfer-encoding: 8bit References: <01d101bf6427$fd5a02e0$fba3f9cf@megared.net.mx> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 22 Jan 2000, Alejandro Ramirez wrote: > Hi Ian, > > > /usr/compat/linux/sbin/ldconfig: warning: can't open > /usr/ports/editors/staroffice5/work/tmp/sv001.tmp (No such file or > directory), skipping > > This is Ok. > > > Bad system call - core dumped > > *** Error code 140 (ignored) > > ===> Generating temporary packing list > > install: /usr/local/Office51/bin: No such file or directory > > I had this error once that Itried to install it with the linux_base-6.1 > port, then I had to remove this port and install the linux_base-5.2 port, > and all went smoothly. I can't find linux_base-5.2 on the FreeBSD server - do you know where I might be able to get it? Or would I be better off updating to 3.4-Release as Darren Wiebe suggests? Thanks for your help, -- Ian Moore To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 17: 3:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id B67C9155F0; Fri, 21 Jan 2000 17:02:40 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <20000122010240.B67C9155F0@hub.freebsd.org> Date: Fri, 21 Jan 2000 17:02:40 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, second edition Last revision: 21 June 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the second edition, formatted on 16 December 1997. If you have this book, please check this list. If you have the first edition of 19 July 1996, please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This same file is also available via the web link http://www.lemis.com/. This list is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at General changes _______________ o In a number of places, I suggest the use of the following command to find process information: $ ps aux | grep foo Unfortunately, ps is sensitive to the column width of the terminal emulator upon which it is working. This command usually works fine on a relatively wide xterm, but if you're running on an 80-column terminal, it may truncate exactly the information you're looking for, so you end up with no output. You can fix that with the w option: $ ps waux | grep foo Thanks to Sue Blake for this information Location of the sample files ____________________________ On the 2.2.5 CD-ROM only, the location of the sample files does not match the specifications in the book (/book on the first CD-ROM). The 2.2.5 CD-ROM came out before the book, and it contains the files on the third (repository) CD-ROM as a single gzipped tar file /xperimnt/cfbsd/cfbsd.tar.gz. It contains the following files: drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/ drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/mutt/ -rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases -rw-r--r-- jkh/jkh 9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc drwxr-xr-x jkh/jkh 0 Oct 17 14:02 1997 cfbsd/scripts/ -rw-r--r-- jkh/jkh 18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc -rwxr-xr-x jkh/jkh 1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop -rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc -rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles -rw-r--r-- jkh/jkh 1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry -rw-r--r-- jkh/jkh 1028 Oct 17 14:02 1997 cfbsd/scripts/README drwxr-xr-x jkh/jkh 0 Oct 18 19:32 1997 cfbsd/docs/ -rw-r--r-- jkh/jkh 199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt Page 2 Errata and addenda for the Complete FreeBSD, second edition -rw-r--r-- jkh/jkh 189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt -rw-r--r-- jkh/jkh 188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps -rw-r--r-- jkh/jkh 226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps -rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README -rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata To extract one of these files, say cfbsd/docs/packages.txt, and assuming you have the CD-ROM mounted as /cdrom, enter: # cd /usr/share/doc # tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt See page 209 for more information on using tar. These files are an early version of what is described in the book. I'll put up some updated versions on ftp://ftp.lemis.com/ in the near future. Thanks to Frank McCormick for drawing this to my attention. Chapter 8: Setting up X11 _________________________ For FreeBSD 2.2.7, this chapter has changed sufficiently to make it impractical to distribute errata. You can download the PostScript version from ftp://www.lemis.com/pub/cfbsd/xsetup.ps, or the ASCII version from ftp://www.lemis.com/pub/cfbsd/xsetup.txt. No HTML version is available. Page xxxiv __________ Before the discussion of the shell prompts in the middle of the page, add: In this book, I recommend the use of the Bourne shell or one of its descendents (sh, bash, pdksh, ksh or zsh). With the exception of sh, they are all in the Ports Collection. I personally use the bash shell. This is a personal preference, and a recommendation, but it's not the standard shell. The standard BSD shell is the C shell (csh), which has a fuller- featured descendent tcsh. In particular, the standard installation sets the root user up with a csh. See page 152 (in this errata) for details of how to change the shell. Page 3 General changes Page 11: Reading the handbook _____________________________ The CD-ROM now includes Netscape. Replace the last paragraph on the page and the example on the following page with: If you're running X, you can use a browser like netscape to read the handbook. If you don't have X running yet, use lynx. Both of these programs are included on the CD-ROM. To install them, enter: # pkg_add /cdrom/packages/All/netscape-communicator-4.5.tgz or # pkg_add /cdrom/packages/All/lynx-2.8.1.1.tgz The numbers after the name (4.5 and 2.8.1.1) may change after this book has been printed. Use ls to list the names if you can't find these particular versions. Note that lynx is not a complete substitute for netscape: since it is text- only, it is not capable of displaying the large majority of web pages correctly. It will suffice for reading most of the handbook, however. Thanks to Stuart Henderson and for drawing this to my attention. Page 12: Printing the handbook ______________________________ The instructions for formatting the handbook are obsolete. Replace the section starting Alternatively, you can print out the handbook with the following text: Alternatively, you can print out the handbook. You need to have the documentation sources (/usr/doc) installed on your system. You can find them on the second CD-ROM in the directory of the same name. To install them, first mount your CD-ROM (see page 175). Then enter: $ cd /cdrom/usr/doc/handbook $ mkdir -p /usr/doc/handbook you may need to be root for this operation $ cp -pr * /usr/doc/handbook You have a choice of formats for the output: o ascii will give you plain 7-bit ASCII output, suitable for reading on a character-mode terminal. Page 4 Errata and addenda for the Complete FreeBSD, second edition o html will give you HTML output, suitable for browsing with a web browser. o latex will give you LATEX format, suitable for further processing with TEX and LATEX. o ps will give you PostScript output, probably the best choice for printing. o roff will give you output in troff source. You can process this output with nroff or troff, but it's currently not very polished. LATEX output is a better choice if you want to process it further. Once you have decided your format, use make to create the document. For example, if you decide on PostScript format, you would enter: $ make FORMATS=ps This creates a file handbook.ps which you can then print to a PostScript printer or with the aid of ghostscript (see page 222). Thanks to Bob Beer for drawing this to my attention. Page 45: Preparing floppies for installation _____________________________________________ Replace the paragraph below the list of file names (in the middle of the page) with: The floppy set should contain the file bin.inf and the ones whose names start with bin. followed by two letters. These other files are all 240640 bytes long, except for the final one which is usually shorter. Use the MS-DOS COPY program to copy as many files as will fit onto each disk (5 or 6) until you've got all the distributions you want packed up in this fashion. Copy each distribution into subdirectory corresponding to the base name--for example, copy the bin distribution to the files A:\BIN\BIN.INF, A:\BIN\BIN.AA and so on. Page 80 and 81 ______________ In a couple of examples, the FreeBSD partition is shown as type 164. It should be 165. Thanks to an unknown contributer for this correction (sorry, I lost your name). Page 5 General changes Page 88: setting up for dumping _______________________________ The example mentions a variable savecore in /etc/rc.conf. This variable is no longer used--it's enough to set the variable dumpdev. Page 92 _______ At the end of the section How to install a package add the text: Alternatively, you can install packages from the /stand/sysinstall Final Configuration Menu. We saw this menu on page in figure 4-14 on page 71. When you start sysinstall from the command line, you get to this menu by selecting Index, and then selecting Configure. Page 93 _______ Before the heading Install ports from the first CD-ROM add: Install ports when installing the system ________________________________________ The file ports/ports.tgz on the first CD-ROM is a tar archive containing all the ports. You can install it with the base system if you select the Custom distribution and include the ports collection. If you didn't install them at the time, use the following method to install them all (about 40 MB). Make sure your CD-ROM is mounted (in this example on /cdrom), and enter: Page 96 _______ Replace the example at the top of the page with: Instead, do: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # for i in *; do > ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i > done Page 6 Errata and addenda for the Complete FreeBSD, second edition If you're using csh or tcsh, enter: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # foreach i (*) ? ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i ? end Thanks to Christopher Raven and Francois Jacques for drawing this to my attention. Page 104 ________ The examples at the bottom of the page and the top of the next page specify the wrong directory (/usr). It should be /usr/X11R6. Replace the examples with: For a full install, choose /cdrom/dists/XF86331/X331*.tgz. If you are using sh, enter: # cd /usr/X11R6 # for i in /cdrom/dists/XF86331/X331*.tgz; do # tar xzf $i # done If you are using csh, enter: % cd /usr/X11R6 % foreach i (/cdrom/dists/XF86331/X331*.tgz) % tar xzf $i % end For a minimal installation, first choose a server archive corresponding to your VGA board. If table 8-2 on page 103 doesn't give you enough information, check the server man pages, starting on page 1545, which list the VGA chip sets supported by each server. For example, if you have an ET4000 based board you will use the XF86_SVGA server. In this case you would enter: # cd /usr/X11R6 # tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here # for i in bin fnts lib xicf; do # tar xzf /cdrom/dists/XF86331/X331$i.tgz # done Page 7 Install ports when installing the system If you are using csh, enter: % cd /usr/X11R6 % tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here % foreach i (bin fnts lib xicf) % tar xzf /cdrom/dists/XF86331/$i % end Thanks to Manuel Enrique Garcia Cuesta for pointing out this one. Page 128 ________ Replace the complete text below the example with the following: These values are defaults, and many are either incorrect for FreeBSD (for example the device name /dev/com1) or do not apply at all (for example Xqueue). If you are configuring manually, select one Protocol and one Device entry from the following selection. If you must use a two-button mouse, uncomment the keyword Emulate3Buttons--in this mode, pressing both mouse buttons simultane- ously within Emulate3Timeout milliseconds causes the server to report a middle button press. Section "Pointer" Protocol "Microsoft" for Microsoft protocol mice Protocol "MouseMan" for Logitech mice Protocol "PS/2" for a PS/2 mouse Protocol "Busmouse" for a bus mouse Device "/dev/ttyd0" for a mouse on the first serial port Device "/dev/ttyd1" for a mouse on the second serial port Device "/dev/ttyd2" for a mouse on the third serial port Device "/dev/ttyd3" for a mouse on the fourth serial port Device "/dev/psm0" for a PS/2 mouse Device "/dev/mse0" for a bus mouse Emulate3Buttons only for a two-button mouse EndSection You'll notice that the protocol name does not always match the manufacturer's Page 8 Errata and addenda for the Complete FreeBSD, second edition name. In particular, the Logitech protocol only applies to older Logitech mice. The newer ones use either the MouseMan or Microsoft protocols. Nearly all modern serial mice run one of these two protocols, and most run both. If you are using a bus mouse or a PS/2 mouse, make sure that the device driver is included in the kernel. The GENERIC kernel contains drivers for both mice, but the PS/2 driver is disabled. Use UserConfig (see page 50) to enable it. Page 140 ________ Just before the paragraph The super user add the following paragraph: If you do manage to lose the root password, all may not be lost. Reboot the machine to single user mode (see page 157), and enter: # mount -u / mount root file system read/write # mount /usr mount /usr file system (if separate) # passwd root change the password for root Enter new password: Enter password again: # ^D enter ctrl-D to continue with startup If you have a separate /usr file system (the normal case), you need to mount it as well, since the passwd program is in the directory /usr/bin. Note that you should explicitly state the name root: in single user mode, the system doesn't have the concept of user IDs. Page 148 ________ Replace the text at the top of the page with: Modern shells supply command line editing which resembles the editors vi or Emacs. In bash, sh, ksh, and zsh you can make the choice by entering Page 152 ________ After figure 10-8, add the following text: It would be tedious for every user to put settings in their private initialization files, so the shells also read a system-wide default file. For the Bourne shell family, it is /etc/profile, while the C shell family has three Page 9 Install ports when installing the system files: /etc/csh.login to be executed on login, /etc/csh.cshrc to be executed when a new shell is started after you log in, and /etc/csh.logout to be executed when you stop a shell. The start files are executed before the corresponding individual files. In addition, login classes (page 141) offer another method of setting environment variables at a global level. Changing your shell ___________________ The FreeBSD installation gives root a C shell, csh. This is the traditional Berkeley shell, but it has a number of disadvantages: command line editing is very primitive, and the script language is significantly different from that of the Bourne shell, which is the de facto standard for shell scripts: if you stay with the C shell, you may still need to understand the Bourne shell. The latest version of the Bourne shell sh also includes some command line editing. See page 148 for details of how to enable it. You can get better command line editing with tcsh, in the Ports Collection. You can get both better command line editing and Bourne shell syntax with bash, also in the Ports Collection. If you have root access, you can use vipw to change your shell, but there's a more general way: use chsh (Change Shell). Simply run the program. It starts your favourite editor (as defined by the EDITOR environment variable). Here's an example before: #Changing user database information for velte. Shell: /bin/csh Full Name: Jack Velte Location: Office Phone: Home Phone: You can change anything after the colons. For example, you might change this to: #Changing user database information for velte. Shell: /usr/local/bin/bash Full Name: Jack Velte Location: On the road Office Phone: +1-408-555-1999 Home Phone: Page 10 Errata and addenda for the Complete FreeBSD, second edition chsh checks and updates the password files when you save the modifications and exit the editor. The next time you log in, you get the new shell. chsh tries to ensure you don't make any mistakes--for example, it won't let you enter the name of a shell which isn't mentioned in the file /etc/shells--but it's a very good idea to check the shell before logging out. You can try this with su, which you normally use to become super user: bumble# su velte Password: su-2.00$ note the new prompt There are a couple of problems in using tcsh or bash as a root shell: o The shell for root must be on the root file system, otherwise it will not work in single user mode. Unfortunately, most ports of shells put the shell in the directory /usr/local/bin, which is almost never on the root file system. o Most shells are dynamically linked: they rely on library routines in files such as /usr/lib/libc.a. These files are not available in single user mode, so the shells won't work. You can solve this problem by creating statically linked versions of the shell, but this requires programming experience beyond the scope of this book. If you can get hold of a statically linked version, perform the following steps to install it: o Copy the shell to /bin, for example: # cp /usr/local/bin/bash /bin o Add the name of the shell to /etc/shells, in this example the line in bold print: # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/sh /bin/csh /bin/bash You can then change the shell for root as described above. Page 11 Install ports when installing the system Thanks to Lars Koller for drawing this to my attention. Page 160 ________ Replace the text at the fourth bullet with the augmented text: The second-level boot locates the kernel, by default the file /kernel on the root file system, and loads it into memory. It prints the Boot: prompt at this point so that you can influence this choice--see the man page on page 579 for more details of what you can enter at this prompt. Page 169 ________ Replace the last paragraph on the page with: The standard solution for these problems is to relocate the /tmp file system to a different directory, say /usr/tmp, and create a symbolic link from /usr/tmp to /tmp--see Chapter 4, Installing FreeBSD, page 72, for more details. Thanks to Charlie Sorsby for drawing this to my attention. Page 176 ________ Add the following paragraph Unmounting file systems When you mount a file system, the system assumes it is going to stay there, and in the interests of efficiency it delays writing data back to the file system. This is the same effect we discussed on page 158. As a result, if you want to stop using a file system, you need to tell the system about it. You do this with the umount command. Note the spelling--there's no n in the command name. You need to do this even with read-only media such as CD-ROMs: the system assumes it can access the data from a mounted file system, and it gets quite unhappy if it can't. Where possible, it locks removable media so that you can't remove them from the device until you unmount them. Using umount is straightforward: just tell it what to unmount, either the device name or the directory name. For example, to unmount the CD-ROM we Page 12 Errata and addenda for the Complete FreeBSD, second edition mounted in the example above, you could enter one of these commands: # umount /dev/cd1a # umount /cd1 Before unmounting a file system, umount checks that nobody is using it. If somebody is using it, it will refuse to unmount it with a message like umount: /cd1: Device busy. This message often occurs because you have changed your directory to a directory on the file system you want to remove. For example (which also shows the usefulness of having directory names in the prompt): === root@freebie (/dev/ttyp2) /cd1 16 -> umount /cd1 umount: /cd1: Device busy === root@freebie (/dev/ttyp2) /cd1 17 -> cd === root@freebie (/dev/ttyp2) ~ 18 -> umount /cd1 === root@freebie (/dev/ttyp2) ~ 19 -> Thanks to Ken Deboy for pointing out this omission. Page 180 ________ The example in the middle of the page should read: For example, to generate a second set of 32 pseudo-terminals, enter: # cd /dev # ./MAKEDEV pty1 You can generate up to 256 pseudo-terminals. They are named ttyp0 through ttypv, ttyq0 through ttyqv, ttyr0 through ttyrv, ttys0 through ttysv, ttyP0 through ttyPv, ttyQ0 through ttyQv, ttyR0 through ttyRv and ttyS0 through ttySv. To create each set of 32 terminals, use the number of the set: the first set is pty0, and the eighth set is pty7. Note that some processes, such as xterm, only look at ttyp0 through ttysv. Thanks to Karl Wagner for pointing out this error. Page 197, first line ____________________ The text of the first full sentence reads: Page 13 Install ports when installing the system The first name, up the the symbol, is the label. In fact, it should read: The first name, up to the | symbol, is the label. Page 208, middle of page ________________________ The example shows the file name /dev/rst0 when using the Bourne shell, and /dev/nrst0 when using C shell and friends. This is inconsistent; use /dev/nrst0 with any shell if you want a non-rewinding tape, or /dev/rst0 if you want a rewinding tape. Thanks to Norman C Rice for pointing out this one. Page 219 ________ Before the section Testing the spooler add the following section: As we saw above, the line printer daemon lpd is responsible for printing spooled jobs. By default it isn't started at boot time. If you're root, you can start it by name: # lpd Normally, however, you will want it to be started automatically when the system starts up. You do this by setting the variable lpd_enable in /etc/rc.conf: lpd_enable="YES" # Run the line printer daemon See page for more details of /etc/rc.conf. Another line in /etc/rc.conf refers to the line printer daemon: lpd_flags="" # Flags to lpd (if enabled). You don't normally need to change this line. See the man page for lpd for details of the flags. Thanks to Tommy G. James for bringing this to my attention. Page 14 Errata and addenda for the Complete FreeBSD, second edition Page 231 ________ Replace the first line of the example with: xhost presto bumble gw The original version allowed anybody on the Internet to access your system. Thanks to Jerry Dunham for drawing this one to my attention. Page 237 ________ In the section Installing the sample desktop, replace the first paragraph with: You'll find all the files described in this chapter on the first CD-ROM (Installation CD-ROM) in the directory /book. Remember that you must mount the CD-ROM before you can access the files--see page 175 for further details. The individual scripts are in the directory /book/scripts, but you'll probably find it easier to install them with the script install-desktop: Thanks to Chris Kaiser for drawing this to my attention. Page 242 ________ The instructions for extracting the source files from CD-ROM in the middle of page 242 are incorrect. You'll find the kernel sources on the first CD-ROM in the directory /src. Replace the example with: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/src/ssys.[a-d]* | tar xzvf - Thanks to Raymond Noel , Suttipan Limanond and Satwant for finding this one in several small slices. Page 15 Install ports when installing the system Page 257 ________ Replace the paragraph Berkeley Packet Filter with: pseudo-device bpfilter ______________________ The Berkeley Packet Filter (bpf) allows you to capture packets crossing a network interface to disk or to examine them with the tcpdump program. Note that this capability represents a significant compromise of network security. The number after bpfilter is the number of concurrent processes that can use the facility. Not all network interfaces support bpf. In order to use the Berkeley Packet Filter, you must also create the device nodes /dev/bpf0 to /dev/bpf3 (if you're using the default number 4). Current- ly, MAKEDEV doesn't help much--you need to create each device separately: # cd /dev # ./MAKEDEV bpf0 # ./MAKEDEV bpf1 # ./MAKEDEV bpf2 # ./MAKEDEV bpf3 Thanks to Christopher Raven for drawing this to my attention. Page 264 ________ In the list of disk driver flags, add: o Bit 12 (0x1000) enables LBA (logical block addressing mode). If this bit is not set, the driver accesses the disk in CHS (cylinder/head/sector) mode. o In CHS mode, if bits 11 to 8 are not equal to 0, they specify the number of heads to assume (between 1 and 15). The driver recalculates the number of cylinders to make up the total size of the disk. Page 16 Errata and addenda for the Complete FreeBSD, second edition Page 273, ``Building the kernel'' _________________________________ Replace the example with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention. Page 283, ``Creating the source tree'' ______________________________________ Add a third point to what you need to know: 3. Possibly, the date of the last update that you want to be included in the checkout. If you specify this date, cvs ignores any more recent updates. This option is often useful when somebody discovers a recently introduced bug in -CURRENT: you check out the modules as they were before the bug was introduced. You specify the date with the -D option, for example -D "10 December 1997". Page 285, after the second example. ___________________________________ Add the text: If you need to check out an older version, for example if there are problems with the most recent version of -CURRENT, you could enter: # cvs co -D "10 December 1997" src/sys This command checks out the kernel sources as of 10 December 1997. Page 17 Install ports when installing the system Page 294 ________ Add the following section: Problems executing Linux binaries _________________________________ One of the problems with the ELF format used by more recent Linux binaries is that they usually contain no information to identify them as Linux binaries. They might equally well be BSD/OS or UnixWare binaries. That's not really a problem at this point, since the only ELF format that FreeBSD 3.2 understands is Linux, but FreeBSD-CURRENT recognizes a native FreeBSD ELF format as well, and of course that's the default. If you want to run a Linux ELF binary on such a system, you must brand the executable using the program brandelf. For example, to brand the StarOffice program swriter3, you would enter: # brandelf -t linux /usr/local/StarOffice-3.1/linux-x86/bin/swriter3 Thanks to Dan Busarow for bringing this to my attention. Page 364, middle of page ________________________ Change the text from: The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though they may be in lower case. to The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though newer versions of ppp allow you to write them in lower case. Thanks to Mark S. Reichman for this correction. Page 368 ________ Replace the paragraph after the second example with: In FreeBSD version 3.0 and later, specify the options PPP_BSDCOMP and Page 18 Errata and addenda for the Complete FreeBSD, second edition PPP_DEFLATE to enable two kinds of compression. You'll also need to specify the corresponding option in Kernel PPP's configuration file. These options are not available in FreeBSD version 2. Thanks to Brian Somers for this information. Page 397 ________ In the section ``Nicknames'', the example should read: www IN CNAME freebie ftp IN CNAME presto In other words, there should be a space between CNAME and the system name. Page 422 ________ Replace the text above the example with: tcpdump is a program which monitors a network interface and displays selected information which passes through it. It uses the Berkeley Packet Filter (bpf), an optional component of the kernel. It is not included in the GENERIC kernel: see page 257 for information on how to configure it. If you don't configure the Berkeley Packet Filter, you will get a message like tcpdump: /dev/bpf0: device not configured If you forget to create the devices for bpf, you will get a message like: tcpdump: /dev/bpf0: No such file or directory Since tcpdump poses a potential security problem, you must be root in order to run it. The simplest way to run it is without any parameters. This will cause tcpdump to monitor and display all traffic on the first active network interface, normally Ethernet: Thanks to Christopher Raven for drawing this to my attention. Page 19 Install ports when installing the system Page 423 ________ The description at the top of the page incorrectly uses the term IP address instead of Ethernet address. In addition, a page number reference is incorrect. Replace the paragraph with: o Line 1 shows an ARP request: system presto is looking for the Ethernet address of wait. It would appear that wait is currently not responding, since there is no reply. o Line 2 is not an IP message at all. tcpdump shows the Ethernet addresses and the beginning of the packet. We don't consider this kind of request in this book. o Line 3 is a broadcast ntp message. We looked at ntp on page 160. o Line 4 is another attempt by presto to find the IP address of wait. o Line 5 is a broadcast message from bumble on the rwho port, giving information about its current load averages and how long it has been up. See the man page for rwho on page 1167 for more information. o Line 6 is from a TCP connection between port 6000 on freebie and port 1089 on presto. It is sending 384 bytes (with the sequence numbers 536925467 to 536925851; see page 305), and is acknowledging that the last byte it received from presto had the sequence number 325114346. The window size is 17280. o Line 7 is another ARP request. presto is looking for the Ethernet address of freebie. How can that happen? We've just seen that they have a TCP connection. In fact, ARP information expires after 20 minutes. It's quite possible that all connections between presto and freebie have been dormant for this period, so presto needs to find freebie's IP address again. o Line 8 is the ARP reply from freebie to presto giving its Ethernet address. o Line 9 shows a reply from presto on the connection to freebie that we saw on line 6. It acknowledges the data up to sequence number 536925851, but doesn't send any itself. o Line 10 shows another 448 bytes of data from freebie to presto, and acknowledging the same sequence number from presto as in line 6. Thanks to Sergei S. Laskavy for drawing this to my Page 20 Errata and addenda for the Complete FreeBSD, second edition attention. Page 450: anonymous ftp _______________________ Replace the paragraph starting with Create a user ftp: Create a user ftp, with the anonymous ftp directory as the home directory and the shell /dev/null. Using /dev/null as the shell makes it impossible to log in as user ftp, but does not interfere with the use of anonymous ftp. ftp can be a member of group bin, or you can create a new group ftp by adding the group to /etc/group. See page 138 for more details of adding users, and the man page on page 805 for adding groups. Thanks to Mark S. Reichman for drawing this to my attention. Page 466, before the ps example _______________________________ Add another bullet: o Finally, you may find it convenient to let some other system handle all your mail delivery for you: you just send anything you can't deliver locally to this other host, which sendmail calls a smart host. This is particularly convenient if you send your mail with UUCP. To tell sendmail to use a smart host (in our case, mail.example.net), find the following line in sendmail.cf: # "Smart" relay host (may be null) DS Change it to: # "Smart" relay host (may be null) DSmail.example.net Page 478, ``Running Apache'' ____________________________ The text describes the location of the server as /usr/local/www/server/httpd. This appears to depend on where you get the port from. Some people report the file being at the more likely location /usr/local/sbin/httpd (though note the Page 21 Install ports when installing the system directory sbin, not bin). Check both locations if you run into trouble. Thanks to Sue Blake for this information. Page 492 ________ Replace references to nmdb with nmbd. Page 493 ________ Replace the last paragraph on the page with: socket options is hardly mentioned in the documentation, but it's very important: many Microsoft implementations of TCP/IP are inefficient and establish a new TCP more often than necessary. Select the socket options TCP_NODELAY and IPTOS_LOWDELAY, which can speed up the response time of such applications by over 95%. Page 22 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 17:53:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from work.maui.net (work.maui.net [207.175.210.47]) by hub.freebsd.org (Postfix) with ESMTP id 49DF2155AC for ; Fri, 21 Jan 2000 17:53:12 -0800 (PST) (envelope-from systech@work.maui.net) Received: from localhost (1283 bytes) by work.maui.net via sendmail with P:stdio/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) (ident using unix) id for ; Fri, 21 Jan 2000 16:02:24 -1000 (HST) (Smail-3.2.0.97 1997-Aug-19 #2 built 1997-Nov-29) Date: Fri, 21 Jan 2000 16:02:24 -1000 From: Systems Technician To: freebsd-questions@FreeBSD.ORG Subject: tripwire and (null) dates Message-ID: <20000121160224.A76751@work.maui.net> Reply-To: systech@maui.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 Aloha all, I have a weird issue with Tripwire version 1.2 (patchlevel 2) running on a FreeBSD 3.4-STABLE box. This particular version on this box will report all files with a "(null)" statements like so: changed: -rw-r--r-- man 3617 (null) /usr/share/man/cat1/cu.1.gz Notice "(null)" is where the date should be. I have the same version of Tripwire running on other FreeBSD versions and on a Linux box and it checks out okay there. I've checked out all the documentation I can find. If you can point me in the right direction let me know, much appreciated... Mahalo, P.S. Sorry about the cross-post, I did post this to another mailing list and no one answered. -- J o n B a d u a S y s t e m s T e c h n i c i a n systech@maui.net voice: 875-2535 fax: 875-2539 590 Lipoa Parkway, Ste.266 Kihei, Maui, Hawaii 96753 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 18:11:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.greatbasin.net (mail.greatbasin.net [207.228.35.39]) by hub.freebsd.org (Postfix) with ESMTP id A77341566F for ; Fri, 21 Jan 2000 18:11:28 -0800 (PST) (envelope-from dan@jgl.reno.nv.us) Received: from jgl.reno.nv.us (rno-max10-35.gbis.net [207.228.62.163]) by mail.greatbasin.net (8.9.3/8.9.3) with ESMTP id SAA18713; Fri, 21 Jan 2000 18:11:26 -0800 (PST) Received: from danco (danco.home [10.0.0.2]) by jgl.reno.nv.us (8.9.3/8.9.3) with SMTP id SAA55291; Fri, 21 Jan 2000 18:11:17 -0800 (PST) (envelope-from dan@jgl.reno.nv.us) Message-ID: <00e501bf647d$fc447e20$0200000a@danco.home> From: "Dan O'Connor" To: "Walter Brameld" Cc: Subject: Re: flags 0xa0ffa0ff help Date: Fri, 21 Jan 2000 18:11:03 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> You might want to set your flags to b0ffb0ff. This turns on >> LBA in the driver. > >Pardon my ignorance, but where do I find information on the >flags? See 'man wd' and /usr/src/sys/i386/conf/LINT --Dan ** The thing I like most about Windows 98 is... ** You can download FreeBSD with it! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 18:31:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from imo24.mx.aol.com (imo24.mx.aol.com [152.163.225.68]) by hub.freebsd.org (Postfix) with ESMTP id D96A41568C for ; Fri, 21 Jan 2000 18:31:28 -0800 (PST) (envelope-from Cdt666@aol.com) Received: from Cdt666@aol.com by imo24.mx.aol.com (mail_out_v24.6.) id n.72.10eb196 (6963) for ; Fri, 21 Jan 2000 21:31:24 -0500 (EST) From: Cdt666@aol.com Message-ID: <72.10eb196.25ba707c@aol.com> Date: Fri, 21 Jan 2000 21:31:24 EST Subject: Ipfilter To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 3.0 for Windows 95 sub 64 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've read bugtraq, and heard about the stream.c exploit and such, and that the fix was ipfilter. However, I can't find information about ipfilter anywhere on the FreeBSD pages. What is it, where do I get it, how do I use it? Thanks for the help cd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 18:43:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id 174041570E for ; Fri, 21 Jan 2000 18:43:47 -0800 (PST) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.9.3/8.9.2) id UAA50399; Fri, 21 Jan 2000 20:43:36 -0600 (CST) (envelope-from conrads) 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: Fri, 21 Jan 2000 20:43:35 -0600 (CST) Organization: @Home Network From: Conrad Sabatier To: hal Lynch Subject: RE: Diskless (kiosk) Cc: FreeBSDQuestions Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21-Jan-00 hal Lynch wrote: > here are my requirements(today). > > 1. diskless (none that are writable that is). > 2. X windows. > 3. Auto login to a captive shell running Netscape only. > 4. Ethernet. > 5. boot from and run off a cdrom. > > What I have in mind is a kiosk that students can use but > can't abuse. In addition the only application available to > them will be netscape which will start automatically when the > machine is booted, which can happen at any time. If somehow the > user manages to exit netscape the machine should restart netscape > or reboot, of which rebooting is preferable. > > If this is do-able using FreeBSD where can I look for some hints > on how I might proceed? > > What haven't I thought of that I should? Netscape needs to write to a directory *somewhere*, even (I think) with cacheing disabled. You're going to have to have something writeable. Perhaps MFS would do the trick. -- Conrad Sabatier http://members.home.net/conrads/ ICQ# 1147270 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 18:47:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from shorty.ahpcns.com (joemoore-host.dsl.visi.com [209.98.246.61]) by hub.freebsd.org (Postfix) with ESMTP id 39ED41577B for ; Fri, 21 Jan 2000 18:47:45 -0800 (PST) (envelope-from jomor@ahpcns.com) Received: from ahpcns.com (localhost [127.0.0.1]) by shorty.ahpcns.com (Postfix) with ESMTP id C51573A5EE for ; Fri, 21 Jan 2000 20:47:44 -0600 (CST) Message-ID: <38891A50.7B3A6441@ahpcns.com> Date: Sat, 22 Jan 2000 02:47:44 +0000 From: jomor Organization: ahpcns X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: "questions@freebsd.org" Subject: Debug screen? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I tried to install the package for postfix on a new 3.4 installation via "/stand/sysinstall". It failed during the pkg_add with a message about checking the "debug screen" . How do I get to this "screen". TIA ...jgm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 19: 9:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id A4F2315749 for ; Fri, 21 Jan 2000 19:08:54 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat33.x-treme.gr [212.120.197.225]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id FAA29979; Sat, 22 Jan 2000 05:08:49 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id DAA23654; Sat, 22 Jan 2000 03:38:42 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Sat, 22 Jan 2000 03:38:40 +0200 From: Giorgos Keramidas To: TKAman2@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: networking tutorial Message-ID: <20000122033840.A23474@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ moved this to freebsd-questions where it's supposed to be ] On Thu, Jan 20, 2000 at 11:48:42PM -0500, TKAman2@aol.com wrote: > > Do you know where any networking tutorials for BSD are? I didnt see > one on your site, but I didnt look very hard either... You can find a lot of useful information for your FreeBSD system at the handbook. Some of it is related to networking with FreeBSD, but you can also find lots of other useful stuff there. Point your favorite web browser at URL:http://www.freebsd.org/handbook/index.html > I am trying to get it to talk to my other Windows (yuck! ;]) based > machines so let me know if there is anything special I would need to > do, or if it is even worth trying to network it with windows. To share part of your disks between the BSD box and those Windows machines, look in the ports for Samba. I am no Samba-expert myself, but I know that you can make the BSD disks show up in Network Neighborhood of Windows with Samba. > I want to use it as an internet sharing machine, probably using > squid. Eventually I will get a DSL or cable line and I want to be > able to hook it into my BSD machine and use it kinda as a firewall > and share the internet connection with the rest of the computers in > my house. All of that and much more is possible with FreeBSD. Look at the networking sections of the Handbook. The FAQ might also provide some useful information, which will come handy when troubles start showing their fangs. The home page at URL:http://www.freebsd.org/ has a link to "Documentation". Use that as your starting point and fear nothing. Since I suspect that you're a newcomer to FreeBSD, Welcome aboard. PS: Use freebsd-questions for questions related to FreeBSD. The freebsd-doc list is for people working on the documentation, and it's not the right place to ask general questions about the system. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 19:59: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (nat200.60.mpoweredpc.net [142.177.200.60]) by hub.freebsd.org (Postfix) with ESMTP id 6CDB714F2C for ; Fri, 21 Jan 2000 19:56:30 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id XAA72144; Fri, 21 Jan 2000 23:53:28 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Fri, 21 Jan 2000 23:53:28 -0400 (AST) From: The Hermit Hacker To: Steve Hovey Cc: Jeroen Ruigrok/Asmodai , David Fuchs , questions@FreeBSD.ORG Subject: Re: INN vs. DNews 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, 21 Jan 2000, Steve Hovey wrote: > > > > But Dnews and INN comparisations aren't really fair. Last time I looked > > at DNews it did more of a job as per leafnode(+), only fetching those > > groups which are read. INN is a full fledged newsserver as per > > Typhoon/Breeze class. > > Dnews supports suck feeds, but also takes IHAVE streaming full feeds. With > each new release of INN, my performance fell. With both CNFS buffers and buffindexed, my performance using INN has greatly improved over previous releases ... the current -stable release, unfortunately, doesn't have all the benefits of the current -current tree, but its kinda like FreeBSD ... if you are willing to take a chance, -current works very well, you just have to pick when you upgrade ... > I do not know about the current INN - but at the time it forked procs to > handle connections etc, whereas Dnews uses threads. Less over all ram > consumption. Huh? INN never forked processes to handle connections ... unless you are referring to an innfeed process for outgoing news? Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 20:13:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lh2.rdc1.sdca.home.com (ha2.rdc1.sdca.home.com [24.0.3.67]) by hub.freebsd.org (Postfix) with ESMTP id DA9651553B for ; Fri, 21 Jan 2000 20:13:21 -0800 (PST) (envelope-from craig-burgess@home.com) Received: from home.com ([24.0.178.21]) by lh2.rdc1.sdca.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <20000122041319.EEDF13060.lh2.rdc1.sdca.home.com@home.com> for ; Fri, 21 Jan 2000 20:13:19 -0800 Message-ID: <38892F0E.D7143954@home.com> Date: Fri, 21 Jan 2000 20:16:14 -0800 From: Craig Burgess X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions @FreeBSD.ORG" Subject: Binary compatibility 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 heard a rumor that FreeBSD/Alpha can run other *BSD binaries. If true, or if source for Net- or OpenBSD (Alpha) - or any other OS for the Alpha - will successfully compile, please let me know. I'm running FreeBSD 4.0-19991225-CURRENT Thanks, Craig Burgess To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 20:25:34 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 D4EA41571B for ; Fri, 21 Jan 2000 20:25:29 -0800 (PST) (envelope-from stuyman@confusion.net) Received: from confusion.net (user-2ivebet.dialup.mindspring.com [165.247.45.221]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id XAA18678; Fri, 21 Jan 2000 23:23:42 -0500 (EST) Message-ID: <38893097.E6D13ACA@confusion.net> Date: Fri, 21 Jan 2000 23:22:47 -0500 From: Laurence Berland Organization: B.R.A.T.T. X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: Jonathon McKitrick Cc: questions@freebsd.org Subject: Re: programmer's editor choice References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Vigor. I think Bill Fumerola just put it in the ports too... Vigor is scary, yet amusing http://www.userfriendly.org for the origins of vigor. In all seriousness, I've been using emacs for programming, and vi for config files and they like. One thing I haven't found yet is a good html-oriented editor with color syntax highlighting and such, though I've heard good things about the Amaya web browser. For cut and paste I run klipper for X, and within emacs there's plenty of functionality. Hope I've helped, Laurence Jonathon McKitrick wrote: > > Not to start a war or anything, but i'm trying to decide on a fast > powerful editor. I've been using joe, and i just started learning vi, > and i like it so far. But there are new editors and new versions of > vi that seem to have a lot to offer. I've narrowed it down to vi, an > enhanced version of vi (vile or vim?) uemacs, or joe. ANy > thoughts? I'd like to be able to cut and paste within the editor and > between xterms. I really like the efficiency of vi so far, but i have > a long ways to go before i am proficient. > > -=> jm <=- > > "I've done questionable things, also extraordinary things.... > Revel in your time!" > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Laurence Berland, Stuyvesant HS Debate <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. http://stuy.debate.net icq #7434346 aol imer E1101 The above email Copyright (C) 2000 Laurence Berland All rights reserved To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 20:44:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ewey.excite.com (ewey-rwcmta.excite.com [198.3.99.191]) by hub.freebsd.org (Postfix) with ESMTP id 5E7BA15894 for ; Fri, 21 Jan 2000 20:44:42 -0800 (PST) (envelope-from fuzz_zzuf@excite.com) Received: from patti.excite.com ([199.172.148.159]) by kuku.excite.com (InterMail vM.4.01.02.27 201-229-119-110) with SMTP id <20000122044007.WHVP1667.kuku.excite.com@patti.excite.com>; Fri, 21 Jan 2000 20:40:07 -0800 Message-ID: <25820279.948516007772.JavaMail.imail@patti.excite.com> Date: Fri, 21 Jan 2000 20:40:07 -0800 (PST) From: fuzz zzuf To: Lowell Gilbert Subject: Re: zip drive problems under fbsd 3.0 Cc: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Excite Inbox X-Sender-Ip: 209.142.41.243 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > fuzz zzuf writes: > > i added all the parallel port stuff from LINT and added everything that the > FAQ says to but i still get "Device not configured" > > am i missing something? allow me to clarify i added vpo0, nlpt0, plip0, ppi0, ppc0, and pps0 to the generic kernel it already had ppbus0, scbus0, and da0 i have the device da0s4 (i believe that's all i need) i just noticed that at "http://www.freebsd.org/FAQ/hardware.html#AEN765" it says i need vp0, but i have vpo0 (probably not the same thing) i checked "http://www.freebsd.org/handbook/kernelconfig-building.html" and searched around "www.freeebsd.org/search/" but didn't find much anybody know what line i'd put in the kernel for that? fuzz_zzuf@excite.com hmm....."http://www.freebsd.org/cgi/getmsg.cgi?fetch=1778386+0+/usr/local/www/db/text/1999/freebsd-questions/19991107.freebsd-questions" says that vpo0 and vp0 are the same thing....so shit...i durno what's wrong.....hehe _______________________________________________________ Get 100% FREE Internet Access powered by Excite Visit http://freeworld.excite.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 21: 1:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tetron02.tetronsoftware.com (ftp.tetronsoftware.com [208.236.46.106]) by hub.freebsd.org (Postfix) with ESMTP id 7CD9D1563A for ; Fri, 21 Jan 2000 21:01:06 -0800 (PST) (envelope-from zeus@tetronsoftware.com) Received: from tetron02.tetronsoftware.com (tetron02.tetronsoftware.com [208.236.46.106]) by tetron02.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id XAA05346; Fri, 21 Jan 2000 23:01:52 -0600 (CST) (envelope-from zeus@tetronsoftware.com) Date: Fri, 21 Jan 2000 23:01:52 -0600 (CST) From: Gene Harris To: Walter Brameld Cc: George Vagner , questions@FreeBSD.ORG Subject: Re: flags 0xa0ffa0ff help In-Reply-To: <3888F961.115D4F4D@twave.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 Fri, 21 Jan 2000, Walter Brameld wrote: > Gene Harris wrote: > > > > You might want to set your flags to b0ffb0ff. This turns on > > LBA in the driver. > > Pardon my ignorance, but where do I find information on the > flags? > /usr/src/sys/i386/conf/LINT Search for wdc and you will see a commented section that deals with the flags just above it. Gene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 21: 5:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tx.home.com (ha1.rdc1.tx.home.com [24.4.0.66]) by hub.freebsd.org (Postfix) with ESMTP id A1A1115738 for ; Fri, 21 Jan 2000 21:05:09 -0800 (PST) (envelope-from leoric@home.com) Received: from home.com ([24.8.250.184]) by mail.rdc1.tx.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <20000122050058.CVEJ1527.mail.rdc1.tx.home.com@home.com> for ; Fri, 21 Jan 2000 21:00:58 -0800 Message-ID: <3889392A.3AF6EC7D@home.com> Date: Fri, 21 Jan 2000 22:59:22 -0600 From: leoric Organization: @Home Network X-Mailer: Mozilla 4.61 [en]C-AtHome0407 (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: ports question 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 using another computer as a gateway with ipnat. I am having problems building ports. Should i make the ftp client use a passive connection? If so, how? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 21: 8:50 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 1DB191572D for ; Fri, 21 Jan 2000 21:08:43 -0800 (PST) (envelope-from shovey@buffnet.net) 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 AAA25074; Sat, 22 Jan 2000 00:05:52 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Sat, 22 Jan 2000 00:05:36 -0500 (EST) From: Steve Hovey To: The Hermit Hacker Cc: Jeroen Ruigrok/Asmodai , David Fuchs , questions@FreeBSD.ORG Subject: Re: INN vs. DNews 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 > > > > Dnews supports suck feeds, but also takes IHAVE streaming full feeds. With > > each new release of INN, my performance fell. > > With both CNFS buffers and buffindexed, my performance using INN has > greatly improved over previous releases ... the current -stable release, > unfortunately, doesn't have all the benefits of the current -current tree, > but its kinda like FreeBSD ... if you are willing to take a chance, > -current works very well, you just have to pick when you upgrade ... > Now this is all news to me - I left INN when buckets were first introduced (and had hardcoded MMAP) > > I do not know about the current INN - but at the time it forked procs to > > handle connections etc, whereas Dnews uses threads. Less over all ram > > consumption. > > Huh? INN never forked processes to handle connections ... unless you are > referring to an innfeed process for outgoing news? nnrpd's buds! 1 per user. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 21:57:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id C101414BC5 for ; Fri, 21 Jan 2000 21:57:23 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id AAA78268; Sat, 22 Jan 2000 00:12:02 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 00:11:57 -0500 From: "Crist J. Clark" To: Cdt666@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ipfilter Message-ID: <20000122001157.C77381@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <72.10eb196.25ba707c@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <72.10eb196.25ba707c@aol.com>; from Cdt666@aol.com on Fri, Jan 21, 2000 at 09:31:24PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 21, 2000 at 09:31:24PM -0500, Cdt666@aol.com wrote: > I've read bugtraq, and heard about the stream.c exploit and such, and that > the fix was ipfilter. However, I can't find information about ipfilter > anywhere on the FreeBSD pages. What is it, where do I get it, how do I use > it? Thanks for the help man 1 ipf man 5 ipf man 4 ipf man 8 ipfstat man 1 ipftest -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 21:57:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 19E0514E32 for ; Fri, 21 Jan 2000 21:57:26 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id AAA78133; Sat, 22 Jan 2000 00:08:18 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 00:08:13 -0500 From: "Crist J. Clark" To: progress@eznet.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: http://www.freebsd.org/~mpcd/mailto.html Message-ID: <20000122000813.B77381@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <20000121214825.15444.qmail@shell1.eznet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000121214825.15444.qmail@shell1.eznet.net>; from progress@eznet.net on Fri, Jan 21, 2000 at 09:48:25PM -0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 21, 2000 at 09:48:25PM -0000, progress@eznet.net wrote: > Where can I read a license agreement, if there is one for FreeBSD? I think the closest thing is the COPYRIGHT info I have included below. But the jist of it all is that FreeBSD is freely redistributable and is not encumbered by a GNU-style license. # $FreeBSD: src/COPYRIGHT,v 1.2.2.2 1999/09/11 09:22:33 obrien Exp $ # @(#)COPYRIGHT 8.2 (Berkeley) 3/21/94 All of the documentation and software included in the 4.4BSD and 4.4BSD-Lite Releases is copyrighted by The Regents of the University of California. Copyright 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. 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. 3. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the University of California, Berkeley and its contributors. 4. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Institute of Electrical and Electronics Engineers and the American National Standards Committee X3, on Information Processing Systems have given us permission to reprint portions of their documentation. In the following statement, the phrase ``this text'' refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the second BSD Networking Software Release, from IEEE Std 1003.1-1988, IEEE Standard Portable Operating System Interface for Computer Environments (POSIX), copyright C 1988 by the Institute of Electrical and Electronics Engineers, Inc. In the event of any discrepancy between these versions and the original IEEE Standard, the original IEEE Standard is the referee document. In the following statement, the phrase ``This material'' refers to portions of the system documentation. This material is reproduced with permission from American National Standards Committee X3, on Information Processing Systems. Computer and Business Equipment Manufacturers Association (CBEMA), 311 First St., NW, Suite 500, Washington, DC 20001-2178. The developmental work of Programming Language C was completed by the X3J11 Technical Committee. The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of the Regents of the University of California. NOTE: The copyright of UC Berkeley's Berkeley Software Distribution ("BSD") source has been updated. The copyright addendum may be found at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change and is included below. July 22, 1999 To All Licensees, Distributors of Any Version of BSD: As you know, certain of the Berkeley Software Distribution ("BSD") source code files require that further distributions of products containing all or portions of the software, acknowledge within their advertising materials that such products contain software developed by UC Berkeley and its contributors. Specifically, the provision reads: " * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors." Effective immediately, licensees and distributors are no longer required to include the acknowledgement within advertising materials. Accordingly, the foregoing paragraph of those BSD Unix files containing it is hereby deleted in its entirety. William Hoskins Director, Office of Technology Licensing University of California, Berkeley -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 22:54:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (nat200.60.mpoweredpc.net [142.177.200.60]) by hub.freebsd.org (Postfix) with ESMTP id 3EED61553C for ; Fri, 21 Jan 2000 22:54:13 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id BAA73058; Sat, 22 Jan 2000 01:27:35 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sat, 22 Jan 2000 01:27:35 -0400 (AST) From: The Hermit Hacker To: Steve Hovey Cc: Jeroen Ruigrok/Asmodai , David Fuchs , questions@FreeBSD.ORG Subject: Re: INN vs. DNews 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, 22 Jan 2000, Steve Hovey wrote: > > > > > > Dnews supports suck feeds, but also takes IHAVE streaming full feeds. With > > > each new release of INN, my performance fell. > > > > With both CNFS buffers and buffindexed, my performance using INN has > > greatly improved over previous releases ... the current -stable release, > > unfortunately, doesn't have all the benefits of the current -current tree, > > but its kinda like FreeBSD ... if you are willing to take a chance, > > -current works very well, you just have to pick when you upgrade ... > > > > Now this is all news to me - I left INN when buckets were first introduced > (and had hardcoded MMAP) I tend to be stubborn ... stick with things that work even if they don't have all the features ... INN, wu-ftpd, FreeBSD ... :) All of which tend to get better over time, some slower then others ... > > > I do not know about the current INN - but at the time it forked procs to > > > handle connections etc, whereas Dnews uses threads. Less over all ram > > > consumption. > > > > Huh? INN never forked processes to handle connections ... unless you are > > referring to an innfeed process for outgoing news? > > nnrpd's buds! 1 per user. Damn, forgot about that ... ya, that one I can agree with, but there has been work done in that department also ... not quite sure what though ... better shared memory support, I believe, so that its memory footprint is smaller .... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 23: 8: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hsalouserv1.hsacorp.net (208-247-171-50.hsacorp.net [208.247.171.50]) by hub.freebsd.org (Postfix) with ESMTP id A977015552 for ; Fri, 21 Jan 2000 23:08:03 -0800 (PST) (envelope-from jconner@enterit.com) Received: from default (24-216-177-226.hsacorp.net [24.216.177.226]) by hsalouserv1.hsacorp.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id CPRQJ6BP; Sat, 22 Jan 2000 02:01:42 -0500 Message-Id: <4.2.0.58.20000121020447.00d17b30@mail.enterit.com> X-Sender: jconner@mail.enterit.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Fri, 21 Jan 2000 02:09:40 -0500 To: Nick Slager , Gene Harris From: Jim Conner Subject: Re: telnet client for win95/98 Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20000121170426.A26412@albury.net.au> 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 My favorite is QVT Term. by QPC. www.qpc.com or www.frontiernet.com/~qpcsoft Jim At 17:04 21-01-00 +1100, Nick Slager wrote: >Thus spake Gene Harris (zeus@tetronsoftware.com): > > > I am needing to use a telnet client from Win98 to work on a > > FreeBSD box. The standard telnet is not sufficently > > functional for some of the work I will be performing. > > > >Try CRT - http://www.vandyke.com/ > >They also have a version that supports SSH - although downloads are restricted >to North America :( > > >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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Today's errors, in contrast: Windows - "Invalid page fault in module kernel32.dll at 0032:A16F2935" UNIX - "segmentation fault - core dumped" Humanous Beingsus - "OOPS, I've fallen and I can't get up" ------------------------------- Jim Conner NOTJames jconner@enterit.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Jan 21 23:31:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from zippy.ultrashell.net (zippy.ultrashell.net [140.186.45.4]) by hub.freebsd.org (Postfix) with SMTP id 4AF9C14E7E for ; Fri, 21 Jan 2000 23:31:19 -0800 (PST) (envelope-from elok516@shellyeah.org) Received: (qmail 2707 invoked from network); 22 Jan 2000 07:30:22 -0000 Received: from zippy.shellyeah.org (75266@140.186.45.5) by zippy.shellyeah.org with SMTP; 22 Jan 2000 07:30:22 -0000 Date: Sat, 22 Jan 2000 02:30:21 -0500 (EST) From: Enoch Wu To: freebsd-questions@freebsd.org Subject: Re: telnet client for win95/98 In-Reply-To: <4.2.0.58.20000121020447.00d17b30@mail.enterit.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 Try TeraTerm. It has telnet + SSH1 and best of all it's free: http://hp.vector.co.jp/authors/VA002416/teraterm.html Enoch -- Get Your FREE UNIX Shell Account at ShellYeah.Org (http://www.shellyeah.org) On Fri, 21 Jan 2000, Jim Conner wrote: > My favorite is QVT Term. by QPC. www.qpc.com or www.frontiernet.com/~qpcsoft > > Jim > > > At 17:04 21-01-00 +1100, Nick Slager wrote: > >Thus spake Gene Harris (zeus@tetronsoftware.com): > > > > > I am needing to use a telnet client from Win98 to work on a > > > FreeBSD box. The standard telnet is not sufficently > > > functional for some of the work I will be performing. > > > > > > >Try CRT - http://www.vandyke.com/ > > > >They also have a version that supports SSH - although downloads are restricted > >to North America :( > > > > > >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 > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Today's errors, in contrast: > Windows - "Invalid page fault in module kernel32.dll at 0032:A16F2935" > UNIX - "segmentation fault - core dumped" > Humanous Beingsus - "OOPS, I've fallen and I can't get up" > ------------------------------- > Jim Conner > NOTJames > jconner@enterit.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 Jan 21 23:39:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hsalouserv1.hsacorp.net (208-247-171-50.hsacorp.net [208.247.171.50]) by hub.freebsd.org (Postfix) with ESMTP id E248015432 for ; Fri, 21 Jan 2000 23:39:52 -0800 (PST) (envelope-from jconner@enterit.com) Received: from default (24-216-177-226.hsacorp.net [24.216.177.226]) by hsalouserv1.hsacorp.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id CPRQJ6CG; Sat, 22 Jan 2000 02:33:34 -0500 Message-Id: <4.2.0.58.20000121022751.00d19d20@mail.enterit.com> X-Sender: jconner@mail.enterit.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Fri, 21 Jan 2000 02:41:31 -0500 To: FreeBSD Questions From: Jim Conner Subject: stream.c workaround -> IPF /dev/ipl 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 (from bugtraq)...see below -- snip -- At 03:44 PM 1/18/2000 , The Tree of Life wrote: >I've been informed today by an irc admin that a new exploit is circulating >around. It "sends tcp-established bitstream shit" and makes the "kernel >fuck up". > >It's called stream.c. Actually, this affects most TCP stacks, including those in Linux, Solaris, and all of the BSDs. Not tested under NT or Windows, but I'll bet it does so there as well. The problem seems to stem from a worst-case path through the kernel's socket lookup code, followed by the overhead of generating a RST. A quick bull session on the FreeBSD Security list has produced a workaround that works on all of the BSDs and in fact anything that runs IPFilter. I asked Darren Reed, author of IPFilter (which now comes with all of the BSDs) if it's possible to block the attack using his firewall code, and he says it is. Darren writes that the rules are as follows: >pass in all >block in proto tcp all head 100 >pass in proto tcp from any to any flags S keep state group 100 (Change group 100 to something else if you're already using it in your firewall rules.) He's tested these rules on a Solaris 7 system and they seem to defeat the DoS. Note that you must be using Darren's IPFilter package for this to work. IPFW and some other firewalls do not remember the states of connections; they therefore can't detect the "established bistream shit" mentioned above. I'd recommend that all BSD users add Darren's rules as a first-pass fix for the problem. IPFilter also runs on Linux, but doesn't come with all distros. To get it, see http://cheops.anu.edu.au/~avalon/ --Brett Glass -- end snip -- I have gone ahead and attempted to go by what the documents are saying (including man pages and the like). However I receive messages like: (hist 535)# ipf -f /etc/rc.ipf open device: Device not configured ioctl(SIOCADDFR): Bad file descriptor Which of course this isn't very helpful since I wasn't really familiar with which device it used (didn't reaad the ipfstat man page yet at this point :) ) I went about finding out the hard way instead... /* First things first... * (hist 566)# uname -a * FreeBSD localhost 3.2-RELEASE FreeBSD 3.2-RELEASE #4: Tue Jan 4 14:23:39 EST 2000 * root@localhost:/usr/src/sys/compile/nj i386 */ (hist 535)# truss -o ipf.out ipf -fd /etc/rc.ipf open device: Device not configured ipf: fopen(d) failed: No such file or directory (hist 536)# more ipf.out syscall open("/dev/ipl",2,027757755604) errno 6 'Device not configured' syscall open("/dev/ipl",0,027757755604) errno 6 'Device not configured' syscall writev(0x2,0xbfbfd934,0x4) returns 35 (0x23) syscall __sysctl(0xbfbfd948,0x2,0x806bbbc,0xbfbfd950,0x0,0x0) returns 0 (0x0) syscall open("d",0,0666) errno 2 'No such file or directory' syscall write(2,0xbfbfd288,48) returns 48 (0x30) syscall exit(0x1) process exit, rval = 256 (hist 543)# cd /dev (hist 544)# ls ip* ipauth ipl ipnat ipstate (hist 545)# ls -al ipl crw------- 1 root wheel 79, 0 Jan 22 02:31 ipl (hist 540)# ipf -df /etc/rc.ipf open device: Device not configured add 80ac723c del 80ac723d parse [pass in all] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ioctl(SIOCADDFR): Bad file descriptor parse [block in proto tcp all head 3] 00 00 00 00 00 00 64 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0f 00 00 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 09 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ioctl(SIOCADDFR): Bad file descriptor parse [pass in proto tcp from any to any flags S keep state group 3] 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 04 00 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0f 00 00 ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0a 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ioctl(SIOCADDFR): Bad file descriptor I grep'ed (-i) for ipl in LINT and the kernel configuration file with nothing explaining a kernel configurable parameter for this device. So, I admit Im not very keen on this ipl device. What should I do to get it configured correctly? Jim ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Today's errors, in contrast: Windows - "Invalid page fault in module kernel32.dll at 0032:A16F2935" UNIX - "segmentation fault - core dumped" Humanous Beingsus - "OOPS, I've fallen and I can't get up" ------------------------------- Jim Conner NOTJames jconner@enterit.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 0:10:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 399D714F88 for ; Sat, 22 Jan 2000 00:10:11 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp7-pa4.neomedia.it [195.103.207.199]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id JAA24064; Sat, 22 Jan 2000 09:10:05 +0100 (CET) From: Salvo Bartolotta Date: Sat, 22 Jan 2000 08:11:57 GMT Message-ID: <20000122.8115700@bartequi.ottodomain.org> Subject: Re: metaports ... To: Walter Brameld Cc: questions@FreeBSD.ORG, jcm@dogma.freebsd-uk.eu.org References: <20000122.170600@bartequi.ottodomain.org> <3888FA8E.FD65AA02@twave.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 1/22/00, 1:32:14 AM, Walter Brameld wrote regarding Re: metaports ...: > > Dear Jonathon, > > > > meta-ports means roughly "beyond" ports. From "meta" (from ancient > > Greek, "proper" preposition constructed with gen. dat. & acc.) meani= ng > > various things, e.g. with; across; near (in); towards; after, beyond= . > > > > "proper" is in relation to Greek verbs (that is, proper prepositions= > > can be used as > > preverbs, or prefixes in compound verbs) > > > > This "combining form" (in English) is productive enough ... > > > > N.B. my_fake_antispam_domain =3D=3D=3D> neomedia.it to e-mail to me.= > > > > Best regards, > > Salvo > > > It's a good thing someone else sent you an answer too, eh? > -- > Walter Dear Mr Brameld, I am awfully sorry to inform you that I completely miss the sense and purpose of your letter. Also, I very much apologize for failing utterly to see what further elements of information it provides to Jonathon's question. Would you be so kind as to paraphrase your message ? Thank you very much indeed. Yours sincerely Salvo Bartolotta To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 0:29: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from buffy.tpgi.com.au (buffy.tpgi.com.au [203.12.160.34]) by hub.freebsd.org (Postfix) with ESMTP id D4B9714F88 for ; Sat, 22 Jan 2000 00:29:04 -0800 (PST) (envelope-from eirvine@tpgi.com.au) Received: (from smtpd@localhost) by buffy.tpgi.com.au (8.9.3/8.9.3) id TAA14814 for ; Sat, 22 Jan 2000 19:29:01 +1100 Received: from tar-56k-169.tpgi.com.au(203.26.26.169), claiming to be "tpgi.com.au" via SMTP by buffy.tpgi.com.au, id smtpdasUDJ9; Sat Jan 22 19:28:47 2000 Message-ID: <388969FF.240C8AFA@tpgi.com.au> Date: Sat, 22 Jan 2000 19:27:43 +1100 From: eirvine X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Perl & debugging 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, Any idea how I can make world and have perl work with the -D switch? Eddie. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 0:45:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from subcellar.mwci.net (subcellar.mwci.net [205.254.160.2]) by hub.freebsd.org (Postfix) with ESMTP id BC58914EC4 for ; Sat, 22 Jan 2000 00:45:54 -0800 (PST) (envelope-from sean@bebits.com) Received: from sean.mwci.netsean.mwci.net.mwci.net (kb0lcj-10.dbq.mwci.net [209.207.4.10]) by subcellar.mwci.net (8.8.8/8.8.8) with SMTP id CAA10310 for ; Sat, 22 Jan 2000 02:45:47 -0600 (CST) To: freebsd-questions@freebsd.org Subject: Help! File systems stop or something! From: "Sean Heber" Reply-To: sean@bebits.com Date: Sat, 22 Jan 2000 02:45:28 -0600 Content-Type: text/plain; charset="ISO-8859-1" Message-ID: <948530728_PM_BeOS.sean@bebits.com> MIME-Version: 1.0 X-Mailer: Postmaster 1.1b3 for BeOS Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This has happened 3 times now! I have no clue what else to do. I want to ship this server to my hosting provider tomorrow morning and this is very very disturbing... I was logged in on the console and I was looking for a file, so I was doing this from the root: find . | grep file It was chugging right along when suddenly disk IO stopped. I tried Ctrl-C and nothing happened. I switched to another open session that was sitting at a prompt and I hit enter. Nothing happened. A new line appeared, but not the prompt. I tried again in another session I had open. Same thing. Then I tried to login again on a final session, and when I hit enter after typing a username, nothing. All that was running at the time was MySQL (not doing anything), Apache (not doing anything), and my find. So.. My guess as to what happened is that something killed the file system or the drives or the driver or something. I found it odd that no messages were sent to the console about it. FreeBSD didn't even seem to notice. I reset the box and everything came back up fine.. Later I was in the process of doing a backup by tarring to a another hard drive when it happened again. This time I had top running in another session. I switched to it and saw that the box seemed to be alive and all was good. Things were running. But anything that used disk IO was sitting idle now--including tar and gzip (which should have been backing up). The same things as before happened (hitting enter and not getting a new prompt, etc). I left it this way for a long time (over night) to see if it would come out of it and continue working. It didn't. In the morning I had to reset it. Now the strange part is, today I was trying very hard to kill it and it's was not stopping. I did the same find as last night, I backed up all my drives onto my backup hard drives same as before. And I've did all this several times. Nothing strange happened. But then the daily.local cron ran (where I have it doing the backup) and it locked again. This is the 3rd time. This is very critical! So.. My question here is, WTF? Any clues at all? System: FreeBSD 3.4-STABLE Dual PII 400 Mhz (SMP kernel, of course) 256 MB Ram Gigabyte MB (don't remember the model off hand) Drive setup: SCSI 6: 4.5 GB IBM (boot) (/, /usr, and swap) SCSI 9: 9 GB IBM (used for backup and extra space) (/eddie) IDE: Bus 1 Master: 37 GB IBM (/sites) IDE: Bus 1 Slave: none IDE: Bus 2 Master: 25 GB IBM (/wowbagger part 1) IDE Bus 2 Slave: 20 GB WD (/wowbagger part 2) (Both drives on IDE Bus 2 are concated using vinum and used for backing up and stuff) The SCSI drive contains the main system and my database. The first IDE drive contains the main site and files and stuff. Everything else is used for either backup or overflow space. I'm not sure if the above drive layout is silly or not, but it seemed cool at the time.. Plus the backup drives were added after the system was setup, otherwise some things would probably have been switched around. :-) Anyway, what the heck is the problem? Any ideas at all? A deadlock case or race condition or something else? Running out of allowed open files? This worries me a lot. I've had the box running fine for a couple weeks now and the day before shipping it acts wacko. Thanks. l8r Sean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 0:48:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from subcellar.mwci.net (subcellar.mwci.net [205.254.160.2]) by hub.freebsd.org (Postfix) with ESMTP id B81C615013 for ; Sat, 22 Jan 2000 00:48:23 -0800 (PST) (envelope-from sean@bebits.com) Received: from sean.mwci.netsean.mwci.net.mwci.net (kb0lcj-10.dbq.mwci.net [209.207.4.10]) by subcellar.mwci.net (8.8.8/8.8.8) with SMTP id CAA10654 for ; Sat, 22 Jan 2000 02:48:22 -0600 (CST) To: freebsd-questions@freebsd.org Subject: Additional info.. From: "Sean Heber" Reply-To: sean@bebits.com Date: Sat, 22 Jan 2000 02:48:03 -0600 Content-Type: text/plain; charset="ISO-8859-1" Message-ID: <948530883_PM_BeOS.sean@bebits.com> MIME-Version: 1.0 X-Mailer: Postmaster 1.1b3 for BeOS Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG (Sorry about the broken line breaks) I had top running this third time and the stat tar was stuck in is "vinvlb". I don't know if that will mean anything. (It doesn't to me) l8r Sean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 2:28:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by hub.freebsd.org (Postfix) with ESMTP id 97A7D14DF4 for ; Sat, 22 Jan 2000 02:28:25 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by odyssey.apana.org.au (8.9.3/8.9.3) with ESMTP id SAA18931 for ; Sat, 22 Jan 2000 18:28:20 +0800 (WST) Date: Sat, 22 Jan 2000 18:28:20 +0800 (WST) From: Dean Hollister To: FreeBSD Questions Subject: ELM Compile problem in 2.2.8-STABLE Message-ID: X-no-archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hiyall, ELM in 2.2.8-STABLE failes to build. Here's the complete output of the port tree make: bash# make ===> Extracting for elm-2.4ME+61 >> Checksum OK for elm-2.4ME+61.tar.gz. ===> Patching for elm-2.4ME+61 ===> Applying FreeBSD patches for elm-2.4ME+61 ===> Configuring for elm-2.4ME+61 (I see you are using the Korn shell. Some ksh's blow up on Configure, especially on exotic machines. If yours does, try the Bourne shell instead.) Doing variable substitutions on .SH files... Extracting Makefile (with variable substitutions) Extracting config.h (with variable substitutions) Extracting doc/Makefile (with variable substitutions) Extracting filter/Makefile (with variable substitutions) Extracting hdrs/sysdefs.h (with variable substitutions) Extracting lib/Makefile (with variable substitutions) Extracting src/Makefile (with variable substitutions) Extracting utils/Makefile (with variable substitutions) Extracting utils/checkalias (with variable substitutions) Extracting utils/listalias (with variable substitutions) Extracting utils/messages (with variable substitutions) Extracting utils/printmail (with variable substitutions) Extracting melib/Makefile (with variable substitutions) Now you must run a make. /bin/cp /usr/ports/mail/elm/files/elm.mimecharsets /usr/ports/mail/elm/work/elm2.4.ME+.61/bin ===> Building for elm-2.4ME+61 cd melib; /usr/bin/make - all /bin/chmod u+w ../hdrs/defs.h /usr/bin/touch ../hdrs/defs.h /bin/chmod u+w ../hdrs/headers.h /usr/bin/touch ../hdrs/headers.h cc -I../hdrs -O -c parse_util.c In file included from ../hdrs/headers.h:22, from parse_util.c:10: ../hdrs/defs.h:515: inttypes.h: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Does anyone have any ideas? Regards, d. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 2:37:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.209.130]) by hub.freebsd.org (Postfix) with SMTP id A7CA914BD4 for ; Sat, 22 Jan 2000 02:35:05 -0800 (PST) (envelope-from danfe@ssc.nsu.ru) Received: (qmail 18423 invoked from network); 22 Jan 2000 10:35:01 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 22 Jan 2000 10:35:01 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id QAA29658 for ; Sat, 22 Jan 2000 16:34:51 +0600 Date: Sat, 22 Jan 2000 16:34:51 +0600 (NOVT) From: "Alexey N. Dokuchaev" To: freebsd-questions@freebsd.org Subject: PAM and FreeBSD + login.conf Message-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 written special login.conf to restrict regular users access/auth rights. Particulary, login no more than on 4 consoles, and no login from certain ttys, timelimits, etc. So, it seems that login should call proper pam modules, configured in /etc/pam.conf (which is left default for now, until I figure all things out). The odd thing is that certain restrictions work, such as maxproc limits (and relatives), while the others do not (login sessions number limits, autologoff when timelimit reached, etc). Moreover, I see no PAM[...] entries in syslog logs (I have *.* all go to /dev/ttyvb) -- nothing like this there. So, what program has to check all those? Login? But it inself should be using PAM whenever possible. For instance, under Linux, there's pam_nologin module, which checks for nologin file (/etc/ under linux and /var/run/ under fBSD). I can't see any evidence that PAM routines get called on my system. If you need any addition info, say it ;-) I'm using 3.4-RELEASE. Standard /etc/pam.conf (no pam.d directory), I didn't change that. How to enable PAM? Thanx. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 3: 7:11 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 24C171556D for ; Sat, 22 Jan 2000 03:07:03 -0800 (PST) (envelope-from alex@wnm.net) Received: from localhost (alex@localhost) by earth.wnm.net (8.8.8/8.8.8) with ESMTP id FAA10172; Sat, 22 Jan 2000 05:06:51 -0600 (CST) Date: Sat, 22 Jan 2000 05:06:50 -0600 (CST) From: Alex Charalabidis To: Ian Moore Cc: FreeBSD Questions Subject: RE: Star Office 5.1 on FreeBSD3.2 dumps when run In-Reply-To: <00012211311000.00429@imoore.on.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, 22 Jan 2000, Ian Moore wrote: > On Sat, 22 Jan 2000, Alejandro Ramirez wrote: > > Hi Ian, > > > > > Bad system call - core dumped > > > *** Error code 140 (ignored) > > > ===> Generating temporary packing list > > > install: /usr/local/Office51/bin: No such file or directory > > > > I had this error once that Itried to install it with the linux_base-6.1 > > port, then I had to remove this port and install the linux_base-5.2 port, > > and all went smoothly. > > I can't find linux_base-5.2 on the FreeBSD server - do you know where I might > be able to get it? > Or would I be better off updating to 3.4-Release as Darren Wiebe suggests? > Both. I'd update 3.2 anyway. You can install linux_base-5.2 easily through /stand/sysinstall (be warned that it's huge) - if you've installed 6.1, make sure you uninstall it before you do anything. -ac -- ============================================================== Alex Charalabidis (AC8139) 5050 Poplar Ave, Ste 170 Systems Administrator Memphis, TN 38157 WebNet Memphis (901) 432 6000 ============================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 3:16: 8 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 85A4214EC4 for ; Sat, 22 Jan 2000 03:16:06 -0800 (PST) (envelope-from alex@wnm.net) Received: from localhost (alex@localhost) by earth.wnm.net (8.8.8/8.8.8) with ESMTP id FAA10354; Sat, 22 Jan 2000 05:14:50 -0600 (CST) Date: Sat, 22 Jan 2000 05:14:50 -0600 (CST) From: Alex Charalabidis To: Jonathon McKitrick Cc: questions@FreeBSD.ORG Subject: Re: programmer's editor choice In-Reply-To: <38893097.E6D13ACA@confusion.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 > Jonathon McKitrick wrote: > > > > Not to start a war or anything, but i'm trying to decide on a fast > > powerful editor. I've been using joe, and i just started learning vi, > > and i like it so far. But there are new editors and new versions of > > vi that seem to have a lot to offer. I've narrowed it down to vi, an > > enhanced version of vi (vile or vim?) uemacs, or joe. ANy > > thoughts? I'd like to be able to cut and paste within the editor and > > between xterms. I really like the efficiency of vi so far, but i have > > a long ways to go before i am proficient. > > Since you're using X anyway, I suggest you try nedit - it's in the ports. -ac -- ============================================================== Alex Charalabidis (AC8139) 5050 Poplar Ave, Ste 170 Systems Administrator Memphis, TN 38157 WebNet Memphis (901) 432 6000 ============================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 3:28:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (Postfix) with ESMTP id 29D14155C1 for ; Sat, 22 Jan 2000 03:28:42 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id DAA13271 for ; Sat, 22 Jan 2000 03:27:01 -0800 (PST) Date: Sat, 22 Jan 2000 03:27:01 -0800 (PST) From: Annelise Anderson To: freebsd-questions@freebsd.org Subject: fd usurping Message-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 getting this in dmesg: fdc0: at port 0x3f0-0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 fd1: <2880-KB 3.5" drive (in 1440-KB mode)> on fdc0 drive 1 WARNING: "fd" is usurping "fd"'s cdevsw[] WARNING: "fd" is usurping "fd"'s bmaj Is this a problem, perhaps related to the message on boot (very early, before the scsi card is found): Static Resource Conflict? Thanks, Annelise To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 3:41:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by hub.freebsd.org (Postfix) with ESMTP id 76A67155F4 for ; Sat, 22 Jan 2000 03:41:32 -0800 (PST) (envelope-from james.wilde@telia.com) Received: from ents02 (t2o90p66.telia.com [195.67.216.186]) by mailc.telia.com (8.9.3/8.9.3) with SMTP id MAA12937; Sat, 22 Jan 2000 12:40:13 +0100 (CET) Message-ID: <00f701bf64cd$95186360$8208a8c0@iqunlimited.net> From: "James A Wilde" To: "Jonathon McKitrick" , References: Subject: Re: programmer's editor choice Date: Sat, 22 Jan 2000 12:41: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.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thoughts, yes! I asked nearly the same question a few months ago. The conclusion I came to was: stick to vi for two reasons: 1) it is on every UNIX machine in the world, apparently, so you always have it there, which can't be said of some of the others. 2) the first editor you use in any environment is often the one you finally think is best. This is true of any program group. Stick with vi. You will soon get used to it. I went so far as to d/l a shareware proggy - or maybe it was free - which emulates vi on my NT machines. I have to say that I have forgotten to use it much, since the excellent Programmers File Editor is automatically configured for txt, log and many other text-only files. mvh/regards James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 3:57:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rhubarb.fwi.com (rhubarb.fwi.com [209.84.175.126]) by hub.freebsd.org (Postfix) with ESMTP id E5E2314C41 for ; Sat, 22 Jan 2000 03:57:34 -0800 (PST) (envelope-from peeter@rhubarb.fwi.com) Received: (from peeter@localhost) by rhubarb.fwi.com (8.9.3/8.9.3) id HAA28540; Sat, 22 Jan 2000 07:02:40 -0500 (EST) (envelope-from peeter) Date: Sat, 22 Jan 2000 07:02:40 -0500 From: Peeter Pirn To: eirvine Cc: questions@FreeBSD.ORG Subject: Re: Perl & debugging Message-ID: <20000122070240.A28517@rhubarb.fwi.com> References: <388969FF.240C8AFA@tpgi.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <388969FF.240C8AFA@tpgi.com.au>; from eirvine on Sat, Jan 22, 2000 at 07:27:43PM +1100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To just enter the debugger without loading a script to test things out: perl -d -e 8 To run the script test-this.pl in the debugger: perl -d test-this.pl On Sat, Jan 22, 2000 at 07:27:43PM +1100, eirvine wrote: > Hi all, > > Any idea how I can make world and have perl work with the -D switch? > > Eddie. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Peeter Pirn - peeter@rhubarb.fwi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 4:52:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.eye2eye.co.za (mail.eye2eye.co.za [196.31.83.226]) by hub.freebsd.org (Postfix) with ESMTP id 48A18154D4 for ; Sat, 22 Jan 2000 04:52:30 -0800 (PST) (envelope-from cataract@eye2eye.net) Received: from [192.168.62.150] (helo=optic.eye2eye.net) by mail.eye2eye.co.za with esmtp (Exim 3.12 #1) id 12C286-00007d-00 for questions@freebsd.org; Sat, 22 Jan 2000 15:07:10 +0000 Received: by OPTIC with Internet Mail Service (5.5.2448.0) id ; Sat, 22 Jan 2000 15:05:32 +0200 Message-ID: From: Michael Bartlett To: "'questions@freebsd.org'" Subject: FW: internet gateway setup using NATD Date: Sat, 22 Jan 2000 15:05:31 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BF64D9.5D125760" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BF64D9.5D125760 Content-Type: text/plain; charset="iso-8859-1" Thought I'd throw this @ the list as well... -----Original Message----- From: Michael Bartlett Sent: Saturday, January 22, 2000 2:56 PM To: 'Burke Gallagher' Subject: RE: internet gateway setup using NATD Hey Burke, Sorry to bug you again, but I'm having another problem and it could be related to what you told me to do and could also prove interesting... On one of my other boxes I run this script in /usr/local/etc/rc.d /sbin/natd -n fxp0 -redirect_port tcp 196.38.133.194:110 196.38.133.198:80 /sbin/ipfw add divert natd all from any to any via fxp0 If you are confused, the reason is that we needed to get around a firewall problem (one of our consultants other company close 110 access on their firewall - this way he can pickup his mail from us with port 80!! ;) ). Anyway, I tried the identical thing on my box with your settings and take a look... [eyeland] # /sbin/natd -n rl0 -redirect_port tcp 196.31.83.226:25 196.31.83.227:80 [eyeland] # telnet 196.31.83.227 80 Trying 196.31.83.227... telnet: Unable to connect to remote host: Connection refused Now the .227 ip is an alias on rl0, so it should just be passed along the same NIC and have no problems. I also tried the destination being on rl1 (192.168.62.150:25) which is an smtp server on my local network and that didn't work either. Any thoughts? Cheers Mike -----Original Message----- From: Burke Gallagher [mailto:burke@gallagher.chicago.il.us] Sent: Wednesday, January 19, 2000 5:29 AM To: Michael Bartlett Subject: Re: internet gateway setup using NATD RE: internet gateway setup using NATDMike, you are sooo close. 1. Network is basically on a 192.168.62.0 class. I've got a cisco router (196.31.83.225) plugged straight into the BSD box (196.31.83.226) on rl0 and the BSD box is plugged into the server hub on rl1 (192.168.62.1). INTERNET CISCO BSD GATEWAY LOCAL NET +------------------------------------------------+ 196.31.83.225 ------| 196.31.83.226 (rl0) (rl1) 192.168.62.1 | -------------- 192.168.62.xxx +-----------------------------------------------+ 2. Let's simply the rc.conf file a liitle (sysinstall is nice but not too friendly to the rc.* files) nothing has really changed here just easier to read and find like items ---------- rc.conf -------------------------------------------- hostname="eyeland.eye2eye.net" network_interfaces="rl0 rl1 lo0" ifconfig_rl0="inet 196.31.83.226 netmask 255.255.255.224" ifconfig_rl1="inet 192.168.62.1 netmask 255.255.255.0" defaultrouter="196.31.83.225" gateway_enable="YES" natd_enable="YES" natd_interface="rl0" natd_flags="-f /etc/natd.conf" firewall_enable="YES" firewall_type="open" ---------- end rc.conf ----------------------------------------- 3. agreed on the no firewall at start (I always debug with the firewall open) rename /etc/rc.firewall to rc.firewall.orig and let's build a new one ---------- rc.firewall ------------------------------------------- /sbin/ipfw -f flush /sbin/ipfw add 1000 pass all from any to any via lo0 /sbin/ipfw add 1100 deny all from 127.0.0.0/8 to 127.0.0.0/8 /sbin/ipfw add 1500 divert natd all from any to any via rl0 /sbin/ipfw add 65000 pass all from any to any ---------- end rc.firewall --------------------------------------- At the moment I've renamed rc.firewall to rc.firewall.bak because I thought it was causing a problem. Whats happening at the moment is when I come out of a boot, I can't ping the box or anything as its so firewalled its scary! I can't even ping other machines on the box console as it tells me Access Denied or something along those lines. So I renamed rc.firewall as I thought it could be causing the problem, but it doesn't look like it is. Footnote here, when I come out the reboot I have to execute the following for the machine to be "unfirewalled" : /sbin/ipfw -f flush <=== you need the lo0 interface lines here /sbin/ipfw add divert natd all from any to any via ed0 <=== problem should be rl0 not ed0 (name of natd interface) /sbin/ipfw add pass all from any to any 4. the /etc/natd.conf file is fine interface rl0 use_sockets yes same_ports yes dynamic yes <=== this is not required but should not hurt. Setup the rc.conf and rc.firewall files on your gateway then reboot (23 years of microsoft is showing). log on to your gateway and you should be able to surf the internet and your local net (try pinging hosts on both net interfaces) now try log on to one of your local hosts ping local interface (this is a given) ping 192.168.62.1 (if this does not work, you said it did but always check, then you have a local net problem) ping 196.31.83.226 (outbound side on gateway) ping 196.31.83.225 (the cisco) ping your ISP's DNS servers ping www.yourprovider.com let me know if this has helped. I will be editing and rewriting up a tutorial on IPFW/NATD shortly and will send you the URL. I would appreciate it if you would send me your comments. burke ------_=_NextPart_001_01BF64D9.5D125760 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable FW: internet gateway setup using NATD

Thought I'd throw this @ the list as well...

-----Original Message-----
From: Michael Bartlett
Sent: Saturday, January 22, 2000 2:56 PM
To: 'Burke Gallagher'
Subject: RE: internet gateway setup using = NATD


Hey Burke,

Sorry to bug you again, but I'm having another = problem and it could be related to what you told me to do and could = also prove interesting...

On one of my other boxes I run this script in = /usr/local/etc/rc.d

/sbin/natd -n fxp0 -redirect_port tcp = 196.38.133.194:110 196.38.133.198:80
/sbin/ipfw add divert natd all from any to any via = fxp0

If you are confused, the reason is that we needed to = get around a firewall problem (one of our consultants other company = close 110 access on their firewall - this way he can pickup his mail = from us with port 80!! ;) ).

Anyway,

I tried the identical thing on my box with your = settings and take a look...

[eyeland] # /sbin/natd -n rl0 -redirect_port tcp = 196.31.83.226:25 196.31.83.227:80
[eyeland] # telnet 196.31.83.227 80
Trying 196.31.83.227...
telnet: Unable to connect to remote host: Connection = refused

Now the .227 ip is an alias on rl0, so it should just = be passed along the same NIC and have no problems. I also tried the = destination being on rl1 (192.168.62.150:25) which is an smtp server on = my local network and that didn't work either.

Any thoughts?

Cheers

Mike


-----Original Message-----
From: Burke Gallagher [mailto:burke@gallagher.chi= cago.il.us]
Sent: Wednesday, January 19, 2000 5:29 AM
To: Michael Bartlett
Subject: Re: internet gateway setup using = NATD


RE: internet gateway setup using NATDMike,

you are sooo close.



1. Network is basically on a 192.168.62.0 class. I've = got a cisco router
(196.31.83.225) plugged straight into the BSD box = (196.31.83.226) on rl0 and
the BSD box is plugged into the server hub on rl1 = (192.168.62.1).

INTERNET      = CISCO           &= nbsp;           &= nbsp;           &= nbsp;  BSD GATEWAY
LOCAL NET

+------------------------------------------------+
          &nb= sp;         196.31.83.225 = ------|  196.31.83.226 (rl0)
(rl1) 192.168.62.1  | -------------- = 192.168.62.xxx

+-----------------------------------------------+

2. Let's simply the rc.conf file a liitle (sysinstall = is nice but not too
friendly to the rc.* files)
    nothing has really changed here = just easier to read and find like items

---------- rc.conf = --------------------------------------------
hostname=3D"eyeland.eye2eye.net"

network_interfaces=3D"rl0 rl1 lo0"
ifconfig_rl0=3D"inet 196.31.83.226  = netmask 255.255.255.224"
ifconfig_rl1=3D"inet 192.168.62.1  netmask = 255.255.255.0"

defaultrouter=3D"196.31.83.225"

gateway_enable=3D"YES"

natd_enable=3D"YES"
natd_interface=3D"rl0"
natd_flags=3D"-f /etc/natd.conf"

firewall_enable=3D"YES"
firewall_type=3D"open"
---------- end rc.conf = -----------------------------------------

3. agreed on the no firewall at start (I always debug = with the firewall
open)
rename /etc/rc.firewall to rc.firewall.orig and = let's build a new one

---------- rc.firewall = -------------------------------------------
/sbin/ipfw -f flush

/sbin/ipfw  add 1000 pass all from any to any = via lo0
/sbin/ipfw  add 1100 deny all from 127.0.0.0/8 = to 127.0.0.0/8

/sbin/ipfw add 1500  divert natd all from any to = any via rl0
/sbin/ipfw add 65000 pass all from any to any
---------- end rc.firewall = ---------------------------------------

 At the moment I've renamed rc.firewall to = rc.firewall.bak because I thought
it was causing a problem. Whats happening at the = moment is when I come out
of a boot, I can't ping the box or anything as its = so firewalled its scary!
I can't even ping other machines on the box console = as it tells me Access
Denied or something along those lines. So I renamed = rc.firewall as I thought
it could be causing the problem, but it doesn't look = like it is.
Footnote here, when I come out the reboot I have to = execute the following
for the machine to be "unfirewalled" = :
/sbin/ipfw -f flush

<=3D=3D=3D you need the lo0 interface lines = here
/sbin/ipfw add divert natd all from any to any via = ed0 <=3D=3D=3D problem should
be rl0 not ed0 (name of natd interface)
/sbin/ipfw add pass all from any to any


4.  the /etc/natd.conf file is fine

interface rl0
use_sockets yes
same_ports yes
dynamic yes     <=3D=3D=3D = this is not required but should not hurt.


Setup the rc.conf and rc.firewall files on your = gateway then reboot (23
years of microsoft is showing).
log on to your gateway and you should be able to = surf the internet and your
local net (try pinging hosts on both net = interfaces)
now try log on to one of your local hosts
    ping  local interface (this = is a given)
    ping 192.168.62.1 (if this does = not work, you said it did but always
check, then you have a local net problem)
    ping 196.31.83.226 (outbound side = on gateway)
    ping 196.31.83.225 (the = cisco)
    ping your ISP's DNS = servers
    ping  = www.yourprovider.com

let me know if this has helped.   I will be = editing and rewriting up a
tutorial on IPFW/NATD shortly and will send you the = URL. I would appreciate
it if you would send me your comments.

burke



------_=_NextPart_001_01BF64D9.5D125760-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 5: 6:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.mrf.mail.rcn.net (smtp03.mrf.mail.rcn.net [207.172.4.62]) by hub.freebsd.org (Postfix) with ESMTP id 4887B1511B for ; Sat, 22 Jan 2000 05:06:40 -0800 (PST) (envelope-from jhoblitz@erols.com) Received: from 207-172-206-42.s42.as1.blb.md.dialup.rcn.com ([207.172.206.42] helo=erols.com) by smtp03.mrf.mail.rcn.net with esmtp (Exim 2.12 #3) id 12C0FS-00072k-00 for freebsd-questions@FreeBSD.ORG; Sat, 22 Jan 2000 08:06:39 -0500 Message-ID: <3889AA03.D2C9563E@erols.com> Date: Sat, 22 Jan 2000 08:00:52 -0500 From: Joann Hoblitz X-Mailer: Mozilla 4.5 [en]C-RR010799 (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Sound Content-Type: multipart/mixed; boundary="------------6B4E53CCEC85DA8A4EEABAB2" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------6B4E53CCEC85DA8A4EEABAB2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi , I was wondering if anyone has got a Crystal SoundCard-csc4236 to work in FreeBSD. I tried the "device css0" with controller "snd0" from and used the Information from The complete FreeBSD and the lint file. When I go to compile my new kernel I recieved this error -see attachment: I have also tried the pcm0 driver it compiles but when it boots it says pcm0 not found. Thanks very much Chad Note:I am running FreeBSD 3.2 --------------6B4E53CCEC85DA8A4EEABAB2 Content-Type: text/plain; charset=us-ascii; name="css0error.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="css0error.txt" loading kernel cs4232.o: In function `attach_cs4232': /usr/src/sys/compile/FREYA/../../i386/isa/sound/cs4232.c(.text+0x1ca): undefined reference to `probe_mpu401' /usr/src/sys/compile/FREYA/../../i386/isa/sound/cs4232.c(.text+0x1e5): undefined reference to `attach_mpu401' *** Error code 1 --------------6B4E53CCEC85DA8A4EEABAB2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 5:22: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.eye2eye.co.za (mail.eye2eye.co.za [196.31.83.226]) by hub.freebsd.org (Postfix) with ESMTP id DDBCC14D78 for ; Sat, 22 Jan 2000 05:21:55 -0800 (PST) (envelope-from cataract@eye2eye.net) Received: from [192.168.62.150] (helo=optic.eye2eye.net) by eyeland.eye2eye.net with esmtp (Exim 3.12 #1) id 12C25X-000077-00 for questions@freebsd.org; Sat, 22 Jan 2000 15:04:31 +0000 Received: by OPTIC with Internet Mail Service (5.5.2448.0) id ; Sat, 22 Jan 2000 15:02:52 +0200 Message-ID: From: Michael Bartlett To: "'questions@freebsd.org'" Subject: FW: internet gateway setup using NATD Date: Sat, 22 Jan 2000 15:02:51 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BF64D8.FD494D90" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BF64D8.FD494D90 Content-Type: text/plain; charset="iso-8859-1" Thought I'd throw this @ the list as well... -----Original Message----- From: Michael Bartlett Sent: Saturday, January 22, 2000 2:56 PM To: 'Burke Gallagher' Subject: RE: internet gateway setup using NATD Hey Burke, Sorry to bug you again, but I'm having another problem and it could be related to what you told me to do and could also prove interesting... On one of my other boxes I run this script in /usr/local/etc/rc.d /sbin/natd -n fxp0 -redirect_port tcp 196.38.133.194:110 196.38.133.198:80 /sbin/ipfw add divert natd all from any to any via fxp0 If you are confused, the reason is that we needed to get around a firewall problem (one of our consultants other company close 110 access on their firewall - this way he can pickup his mail from us with port 80!! ;) ). Anyway, I tried the identical thing on my box with your settings and take a look... [eyeland] # /sbin/natd -n rl0 -redirect_port tcp 196.31.83.226:25 196.31.83.227:80 [eyeland] # telnet 196.31.83.227 80 Trying 196.31.83.227... telnet: Unable to connect to remote host: Connection refused Now the .227 ip is an alias on rl0, so it should just be passed along the same NIC and have no problems. I also tried the destination being on rl1 (192.168.62.150:25) which is an smtp server on my local network and that didn't work either. Any thoughts? Cheers Mike -----Original Message----- From: Burke Gallagher [mailto:burke@gallagher.chicago.il.us] Sent: Wednesday, January 19, 2000 5:29 AM To: Michael Bartlett Subject: Re: internet gateway setup using NATD RE: internet gateway setup using NATDMike, you are sooo close. 1. Network is basically on a 192.168.62.0 class. I've got a cisco router (196.31.83.225) plugged straight into the BSD box (196.31.83.226) on rl0 and the BSD box is plugged into the server hub on rl1 (192.168.62.1). INTERNET CISCO BSD GATEWAY LOCAL NET +------------------------------------------------+ 196.31.83.225 ------| 196.31.83.226 (rl0) (rl1) 192.168.62.1 | -------------- 192.168.62.xxx +-----------------------------------------------+ 2. Let's simply the rc.conf file a liitle (sysinstall is nice but not too friendly to the rc.* files) nothing has really changed here just easier to read and find like items ---------- rc.conf -------------------------------------------- hostname="eyeland.eye2eye.net" network_interfaces="rl0 rl1 lo0" ifconfig_rl0="inet 196.31.83.226 netmask 255.255.255.224" ifconfig_rl1="inet 192.168.62.1 netmask 255.255.255.0" defaultrouter="196.31.83.225" gateway_enable="YES" natd_enable="YES" natd_interface="rl0" natd_flags="-f /etc/natd.conf" firewall_enable="YES" firewall_type="open" ---------- end rc.conf ----------------------------------------- 3. agreed on the no firewall at start (I always debug with the firewall open) rename /etc/rc.firewall to rc.firewall.orig and let's build a new one ---------- rc.firewall ------------------------------------------- /sbin/ipfw -f flush /sbin/ipfw add 1000 pass all from any to any via lo0 /sbin/ipfw add 1100 deny all from 127.0.0.0/8 to 127.0.0.0/8 /sbin/ipfw add 1500 divert natd all from any to any via rl0 /sbin/ipfw add 65000 pass all from any to any ---------- end rc.firewall --------------------------------------- At the moment I've renamed rc.firewall to rc.firewall.bak because I thought it was causing a problem. Whats happening at the moment is when I come out of a boot, I can't ping the box or anything as its so firewalled its scary! I can't even ping other machines on the box console as it tells me Access Denied or something along those lines. So I renamed rc.firewall as I thought it could be causing the problem, but it doesn't look like it is. Footnote here, when I come out the reboot I have to execute the following for the machine to be "unfirewalled" : /sbin/ipfw -f flush <=== you need the lo0 interface lines here /sbin/ipfw add divert natd all from any to any via ed0 <=== problem should be rl0 not ed0 (name of natd interface) /sbin/ipfw add pass all from any to any 4. the /etc/natd.conf file is fine interface rl0 use_sockets yes same_ports yes dynamic yes <=== this is not required but should not hurt. Setup the rc.conf and rc.firewall files on your gateway then reboot (23 years of microsoft is showing). log on to your gateway and you should be able to surf the internet and your local net (try pinging hosts on both net interfaces) now try log on to one of your local hosts ping local interface (this is a given) ping 192.168.62.1 (if this does not work, you said it did but always check, then you have a local net problem) ping 196.31.83.226 (outbound side on gateway) ping 196.31.83.225 (the cisco) ping your ISP's DNS servers ping www.yourprovider.com let me know if this has helped. I will be editing and rewriting up a tutorial on IPFW/NATD shortly and will send you the URL. I would appreciate it if you would send me your comments. burke ------_=_NextPart_001_01BF64D8.FD494D90 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable FW: internet gateway setup using NATD

Thought I'd throw this @ the list as well...

-----Original Message-----
From: Michael Bartlett
Sent: Saturday, January 22, 2000 2:56 PM
To: 'Burke Gallagher'
Subject: RE: internet gateway setup using = NATD


Hey Burke,

Sorry to bug you again, but I'm having another = problem and it could be related to what you told me to do and could = also prove interesting...

On one of my other boxes I run this script in = /usr/local/etc/rc.d

/sbin/natd -n fxp0 -redirect_port tcp = 196.38.133.194:110 196.38.133.198:80
/sbin/ipfw add divert natd all from any to any via = fxp0

If you are confused, the reason is that we needed to = get around a firewall problem (one of our consultants other company = close 110 access on their firewall - this way he can pickup his mail = from us with port 80!! ;) ).

Anyway,

I tried the identical thing on my box with your = settings and take a look...

[eyeland] # /sbin/natd -n rl0 -redirect_port tcp = 196.31.83.226:25 196.31.83.227:80
[eyeland] # telnet 196.31.83.227 80
Trying 196.31.83.227...
telnet: Unable to connect to remote host: Connection = refused

Now the .227 ip is an alias on rl0, so it should just = be passed along the same NIC and have no problems. I also tried the = destination being on rl1 (192.168.62.150:25) which is an smtp server on = my local network and that didn't work either.

Any thoughts?

Cheers

Mike


-----Original Message-----
From: Burke Gallagher [mailto:burke@gallagher.chi= cago.il.us]
Sent: Wednesday, January 19, 2000 5:29 AM
To: Michael Bartlett
Subject: Re: internet gateway setup using = NATD


RE: internet gateway setup using NATDMike,

you are sooo close.



1. Network is basically on a 192.168.62.0 class. I've = got a cisco router
(196.31.83.225) plugged straight into the BSD box = (196.31.83.226) on rl0 and
the BSD box is plugged into the server hub on rl1 = (192.168.62.1).

INTERNET      = CISCO           &= nbsp;           &= nbsp;           &= nbsp;  BSD GATEWAY
LOCAL NET

+------------------------------------------------+
          &nb= sp;         196.31.83.225 = ------|  196.31.83.226 (rl0)
(rl1) 192.168.62.1  | -------------- = 192.168.62.xxx

+-----------------------------------------------+

2. Let's simply the rc.conf file a liitle (sysinstall = is nice but not too
friendly to the rc.* files)
    nothing has really changed here = just easier to read and find like items

---------- rc.conf = --------------------------------------------
hostname=3D"eyeland.eye2eye.net"

network_interfaces=3D"rl0 rl1 lo0"
ifconfig_rl0=3D"inet 196.31.83.226  = netmask 255.255.255.224"
ifconfig_rl1=3D"inet 192.168.62.1  netmask = 255.255.255.0"

defaultrouter=3D"196.31.83.225"

gateway_enable=3D"YES"

natd_enable=3D"YES"
natd_interface=3D"rl0"
natd_flags=3D"-f /etc/natd.conf"

firewall_enable=3D"YES"
firewall_type=3D"open"
---------- end rc.conf = -----------------------------------------

3. agreed on the no firewall at start (I always debug = with the firewall
open)
rename /etc/rc.firewall to rc.firewall.orig and = let's build a new one

---------- rc.firewall = -------------------------------------------
/sbin/ipfw -f flush

/sbin/ipfw  add 1000 pass all from any to any = via lo0
/sbin/ipfw  add 1100 deny all from 127.0.0.0/8 = to 127.0.0.0/8

/sbin/ipfw add 1500  divert natd all from any to = any via rl0
/sbin/ipfw add 65000 pass all from any to any
---------- end rc.firewall = ---------------------------------------

 At the moment I've renamed rc.firewall to = rc.firewall.bak because I thought
it was causing a problem. Whats happening at the = moment is when I come out
of a boot, I can't ping the box or anything as its = so firewalled its scary!
I can't even ping other machines on the box console = as it tells me Access
Denied or something along those lines. So I renamed = rc.firewall as I thought
it could be causing the problem, but it doesn't look = like it is.
Footnote here, when I come out the reboot I have to = execute the following
for the machine to be "unfirewalled" = :
/sbin/ipfw -f flush

<=3D=3D=3D you need the lo0 interface lines = here
/sbin/ipfw add divert natd all from any to any via = ed0 <=3D=3D=3D problem should
be rl0 not ed0 (name of natd interface)
/sbin/ipfw add pass all from any to any


4.  the /etc/natd.conf file is fine

interface rl0
use_sockets yes
same_ports yes
dynamic yes     <=3D=3D=3D = this is not required but should not hurt.


Setup the rc.conf and rc.firewall files on your = gateway then reboot (23
years of microsoft is showing).
log on to your gateway and you should be able to = surf the internet and your
local net (try pinging hosts on both net = interfaces)
now try log on to one of your local hosts
    ping  local interface (this = is a given)
    ping 192.168.62.1 (if this does = not work, you said it did but always
check, then you have a local net problem)
    ping 196.31.83.226 (outbound side = on gateway)
    ping 196.31.83.225 (the = cisco)
    ping your ISP's DNS = servers
    ping  = www.yourprovider.com

let me know if this has helped.   I will be = editing and rewriting up a
tutorial on IPFW/NATD shortly and will send you the = URL. I would appreciate
it if you would send me your comments.

burke



------_=_NextPart_001_01BF64D8.FD494D90-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 5:23:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by hub.freebsd.org (Postfix) with ESMTP id 5C2DE14C59 for ; Sat, 22 Jan 2000 05:23:01 -0800 (PST) (envelope-from jojos@ntplx.net) Received: from big (p07-06.hartford.dialin.ntplx.com [204.213.189.56]) by mail.ntplx.net (8.9.1/NETPLEX) with SMTP id IAA04740 for ; Sat, 22 Jan 2000 08:22:53 -0500 (EST) Message-ID: <001c01bf64db$15a34420$01dc8482@big> From: "Johannes Gumbel" To: Subject: X windows Date: Sat, 22 Jan 2000 08:17:50 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="x-user-defined" 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'm having some trouble installing X under FreeBSD 3.4. The setup seems to go fine and when I start X it seems just fine. But as soon as I move something the outer lines of the object I moved is not erased and thus cluttering the screen a lot (since this happens everytime the window have moved about a millimeter). When I use the restart button everything looks good again. I have tried diffrent settings and I've gotten both black and white lines but no settings without them. I'm using a Voodoo3 PCI card, 16mb. And a MAG 17" monitor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 5:34:24 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 87721157B1 for ; Sat, 22 Jan 2000 05:34:18 -0800 (PST) (envelope-from alex@wnm.net) Received: from localhost (alex@localhost) by earth.wnm.net (8.8.8/8.8.8) with ESMTP id HAA14116; Sat, 22 Jan 2000 07:34:14 -0600 (CST) Date: Sat, 22 Jan 2000 07:34:14 -0600 (CST) From: Alex Charalabidis To: Enoch Wu Cc: FreeBSD Questions , Gene Harris Subject: Re: telnet client for win95/98 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, 22 Jan 2000, Enoch Wu wrote: > Try TeraTerm. It has telnet + SSH1 and best of all it's free: > > http://hp.vector.co.jp/authors/VA002416/teraterm.html > > > >Thus spake Gene Harris (zeus@tetronsoftware.com): > > > > > > > I am needing to use a telnet client from Win98 to work on a > > > > FreeBSD box. The standard telnet is not sufficently > > > > functional for some of the work I will be performing. > > > > [insert obligatory Telnet-Is-Evil-Use-SSH lecture] TeraTerm is as good as it gets when it comes to freeware for the purpose. It does support ssh1 with an extension that I found to be really messy and wouldn't consider an option but it's all you'll get for free. SecureCRT if you're in North America. > -- Please don't use sigdashes if you're going to quote everything relevant beneath them. -ac -- ============================================================== Alex Charalabidis (AC8139) 5050 Poplar Ave, Ste 170 Systems Administrator Memphis, TN 38157 WebNet Memphis (901) 432 6000 ============================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 5:39:39 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 0B635155AF for ; Sat, 22 Jan 2000 05:39:13 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12C0kT-000PZ3-00; Sat, 22 Jan 2000 13:38:41 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id NAA48519; Sat, 22 Jan 2000 13:38:41 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Sat, 22 Jan 2000 13:38:41 +0000 (GMT) From: Jonathon McKitrick To: James A Wilde Cc: freebsd-questions@FreeBSD.ORG Subject: Re: programmer's editor choice In-Reply-To: <00f701bf64cd$95186360$8208a8c0@iqunlimited.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, 22 Jan 2000, James A Wilde wrote: >Thoughts, yes! > >I asked nearly the same question a few months ago. The conclusion I came to >was: stick to vi for two reasons: Well, i think i have to agree with you. I installed vim last night, and a friend gave me a few lines for the config file... I now have color context highlighting, c indentation, and more! I love this editor! Small, fast, (not like emacs) like you said, on every machine.... The color looks great, the commands are very powerful and efficient. I really picked up the basics fast. I think i've decided... :-) -=> jm <=- "I've done questionable things, also extraordinary things.... Revel in your time!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 6:29: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from node11a94.a2000.nl (node11a94.a2000.nl [24.132.26.148]) by hub.freebsd.org (Postfix) with SMTP id 713F715077 for ; Sat, 22 Jan 2000 06:29:03 -0800 (PST) (envelope-from ronald@node11a94.a2000.nl) Received: (qmail 21008 invoked from network); 22 Jan 2000 14:29:01 -0000 Received: from dlanor.evertsen.nl (10.0.0.3) by node11a94.a2000.nl with SMTP; 22 Jan 2000 14:29:01 -0000 Date: Sat, 22 Jan 2000 15:28:57 +0100 (CET) From: Ronald Klop To: Matt Rohrer Cc: questions@FreeBSD.org Subject: Re: unable to swap to /dev/wd0s1b 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, 20 Jan 2000, Matt Rohrer wrote: > I'm trying to install 3.3 to a brand new Maxtor drive. In the > disklabel editor I get the message "Unable to swap to /dev/wd0s1b: Device > not configured. This may cause intallation to fail at some point if you > don't have a lot of memory. > > This is true. I've attempted to install many times (Cyrix 133 w/16 megs > RAM) and get a dump every time. My question is, how can I "configure the > device" so that the swap space will work? The system I'm installing on has > nothing but the fresh drive, a cdrom and a floppy drive. > > Thanks for helping a newbie. > > -Matt Hi Matt, Go to /dev and type ./MAKEDEV wd0s1b and add to /etc/fstab the following line: /dev/wd0s1b none swap sw 0 0 Then type: swapon -a This wil enable all swappartitions from /etc/fstab. Greetings, Ronald. -- Ronald Klop http://node11a94.a2000.nl/~ronald/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 6:44:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.209.130]) by hub.freebsd.org (Postfix) with SMTP id D26AB14D87 for ; Sat, 22 Jan 2000 06:43:11 -0800 (PST) (envelope-from danfe@ssc.nsu.ru) Received: (qmail 18699 invoked from network); 22 Jan 2000 14:42:56 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 22 Jan 2000 14:42:56 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id UAA31772 for ; Sat, 22 Jan 2000 20:42:20 +0600 Date: Sat, 22 Jan 2000 20:42:19 +0600 (NOVT) From: "Alexey N. Dokuchaev" Cc: freebsd-questions@FreeBSD.ORG Subject: rc.i386 and vidcontol In-Reply-To: <20000120183419.A340@marder-1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all! I've noticed rather strange behavior of my fBSD box. I have mousesystems mouse on cuaa1, and in rc.i386, I can see: # mouse daemon if [ "X${moused_enable}" = X"YES" ] ; then echo -n ' moused' moused ${moused_flags} -p ${moused_port} -t ${moused_type} echo vidcontrol <${viddev} -m on >> /tmp/90 fi So, mouse is only enabled on ttyv0 by default. To enable it on on all tty's, I added allscreens_flags "-m on 80x30". Surprisingly, I now get all ttyv's in neat 80x30 mode, with mouse on all except ttyv0. If I omit 80x30 (thus, allscreens_flags="-m on") everything works fine (default 80x25 mode and mouse on _all_ ttys). Is this some kinda bug? It's easy to get everything working; but it not the way it's suppose to be anyways, IMHO. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 6:45:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tn.home.com (ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (Postfix) with ESMTP id D217A14D80 for ; Sat, 22 Jan 2000 06:45:08 -0800 (PST) (envelope-from williamsl@Home.Com) Received: from [192.168.1.10] ([24.4.115.31]) by mail.rdc1.tn.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <20000122144508.RVJI9818.mail.rdc1.tn.home.com@[24.4.115.31]> for ; Sat, 22 Jan 2000 06:45:08 -0800 Date: Sat, 22 Jan 2000 09:45:06 -0500 From: Ben WIlliams X-Mailer: The Bat! (v1.34a) UNREG / CD5BF9353B3B7091 Reply-To: Ben WIlliams X-Priority: 3 (Normal) Message-ID: <3406.000122@Home.Com> To: FreeBSD questions Subject: not finding a Shared object, but why? 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 FreeBSD, Saturday, January 22, 2000 I am having a problem with a custom compilation of exim I'm trying to copy over to a new machine complaining about not being able to find a shared library (/usr/libexec/ld-elf.so.1: Shared object "libmysqlclient.so.6.0" not found) which I have verified IS installed in /usr/local/lib/mysql, but even issuing an `ldconfig -v -m /usr/local/lib/mysql` /usr/libexec/ld-elf.so.1 isn't updated, though the hints file is. How do I get the file updated? Setting LD_LIBRARY_PATH doen't help either. TIA, -- Ben mailto:williamsl@Home.Com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 6:45:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id C7FAF14D80 for ; Sat, 22 Jan 2000 06:45:16 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat38.x-treme.gr [212.120.197.230]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id QAA13169; Sat, 22 Jan 2000 16:45:04 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id QAA28846; Sat, 22 Jan 2000 16:40:37 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Sat, 22 Jan 2000 16:40:37 +0200 From: Giorgos Keramidas To: Steve Price Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PostScript printing Q Message-ID: <20000122164037.E28578@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 21, 2000 at 05:36:40PM -0600, Steve Price wrote: > Hi, > > Anyone know of a quick way to take a PostScript file that is 1-up and turn > it into a 4-up PostScript file that I can print and save a few trees? You want `psnup' from the psutils. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 6:45:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 47D2214C95 for ; Sat, 22 Jan 2000 06:45:18 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat38.x-treme.gr [212.120.197.230]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id QAA13175; Sat, 22 Jan 2000 16:45:13 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id QAA28858; Sat, 22 Jan 2000 16:43:27 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Sat, 22 Jan 2000 16:43:27 +0200 From: Giorgos Keramidas To: Cdt666@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ipfilter Message-ID: <20000122164327.F28578@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <72.10eb196.25ba707c@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <72.10eb196.25ba707c@aol.com> X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 21, 2000 at 09:31:24PM -0500, Cdt666@aol.com wrote: > > I've read bugtraq, and heard about the stream.c exploit and such, and > that the fix was ipfilter. However, I can't find information about > ipfilter anywhere on the FreeBSD pages. What is it, where do I get > it, how do I use it? Thanks for the help Take a look at the freebsd diary [ URL:http://www.freebsddiary.org/ ]. They have a nice article on ipfilter. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 6:45:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 0B1E91552D for ; Sat, 22 Jan 2000 06:45:21 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat38.x-treme.gr [212.120.197.230]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id QAA13178; Sat, 22 Jan 2000 16:45:16 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id QAA28774; Sat, 22 Jan 2000 16:23:51 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Sat, 22 Jan 2000 16:23:51 +0200 From: Giorgos Keramidas To: Brandon Fosdick Cc: questions@FreeBSD.ORG Subject: Re: CVS server setup help Message-ID: <20000122162351.C28578@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 21, 2000 at 12:27:16PM -0500, Brandon Fosdick wrote: > > Where do I find info on setting up a CVS server? I'm looking for something > a little easier to use than a man page. I need to set one up for work and > I've never done this before. I'm using 3.4-S. There is a nice book about CVS at URL:http://cvsbook.red-bean.com/cvsbook-1.1.pdf.gz It helped me understand a lot of concepts about CVS when I got it ;) Ciao. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 6:45:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id AE4C915657 for ; Sat, 22 Jan 2000 06:45:25 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat38.x-treme.gr [212.120.197.230]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id QAA13181; Sat, 22 Jan 2000 16:45:18 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id QAA28793; Sat, 22 Jan 2000 16:31:17 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Sat, 22 Jan 2000 16:31:17 +0200 From: Giorgos Keramidas To: Klaus Brunner Cc: questions@FreeBSD.ORG Subject: Re: ipfilter on 3.4-STABLE: "File exists" Message-ID: <20000122163117.D28578@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <38889CAF.FE750A38@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <38889CAF.FE750A38@acm.org> X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 21, 2000 at 06:51:43PM +0100, Klaus Brunner wrote: > Hello, > > I'm trying to get ipfilter (plus ipnat) to work on my 3.4-STABLE box > (fresh cvsup today, kernel options IPFILTER and IPFILTER_LOG). The > ipfilter comes up and gives me an "initialized, default = pass all, > logging = enabled" message. ipnat gets initialized and works fine. > > However, as soon as I try to add ANY rule using ipf, I get a "File > exists" message. > > Example (trying to enter a simple rule from stdin): > > root@winf# ipf -f - > pass in all > ^D > ioctl(SIOCADDFR): File exists This probably means that you have a rule that resembles this in your filters already. See below: # ipfstat -nio ... @2 pass in from any to any ^C # ipf -f - pass in all ioctl(SIOCADDFR): File exists # ipf -FA ipf -f - pass in all ^D Obviously the `pass in all' and `pass in from any to any' rules are the same thing, and that's why I get a "File exists" error message. After I clear the rules list with ipf, I can use this rule again because no equivalent exists. Look again in your rules for little mistakes like this one. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 6:45:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 7E18714C95 for ; Sat, 22 Jan 2000 06:45:32 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat38.x-treme.gr [212.120.197.230]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id QAA13184; Sat, 22 Jan 2000 16:45:24 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id QAA28739; Sat, 22 Jan 2000 16:19:10 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Sat, 22 Jan 2000 16:19:10 +0200 From: Giorgos Keramidas To: Chris.Smith@raytheon.co.uk Cc: Gene Harris , freebsd-questions@FreeBSD.ORG Subject: Re: One more X windows question Message-ID: <20000122161910.B28578@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <0025686D.00594FEB.00@rslhub.raytheon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <0025686D.00594FEB.00@rslhub.raytheon.co.uk> X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 21, 2000 at 04:14:58PM +0000, Chris.Smith@raytheon.co.uk wrote: > > CAUTION: Watch out. It will paste carriage returns etc as well so if you > have a command that wants to change from > > rm -rf / > > changes to > > rm -rf /opt/netscape > > then make sure you dont select past the end of the line otherwise it'll > copy the CR then bye bye BSD etc. Ah well, I surely hope you're not cut 'n pasting commands in root windows. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 6:45:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 903CE14C95 for ; Sat, 22 Jan 2000 06:45:44 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat38.x-treme.gr [212.120.197.230]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id QAA13197; Sat, 22 Jan 2000 16:45:39 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id PAA28630; Sat, 22 Jan 2000 15:59:55 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Sat, 22 Jan 2000 15:59:54 +0200 From: Giorgos Keramidas To: "David V. D." Cc: freebsd-questions@FreeBSD.ORG Subject: Re: blocking icmp? Message-ID: <20000122155954.A28578@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 21, 2000 at 04:26:08AM -0500, David V. D. wrote: > > I have a question about freebsd firewall, how can I set it to block (no > reply) icmp. I'm using FreeBSD 3.4-20000112-STABLE. If you want to stop only the outgoing icmp messages, and your interface to the world is ppp0, you can use: ipfw add NUM deny icmp from any to any out xmit ppp0 Change NUM accordingly, and replace `ppp0' with the interface of your default route. If you have more than one interfaces, you can add more rules for them like the one shown above, i.e. ipfw add NUM deny icmp from any to any out xmit ed0 ipfw add NUM deny icmp from any to any out xmit tun0 You get the point by now... -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 6:46:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 4413E14C9C for ; Sat, 22 Jan 2000 06:46:41 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.51] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id za119573 for ; Sat, 22 Jan 2000 09:45:03 -0500 Message-ID: <3889C346.37971709@twave.net> Date: Sat, 22 Jan 2000 09:48:38 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Salvo Bartolotta Cc: questions@FreeBSD.ORG, jcm@dogma.freebsd-uk.eu.org Subject: Re: metaports ... References: <20000122.170600@bartequi.ottodomain.org> <3888FA8E.FD65AA02@twave.net> <20000122.8115700@bartequi.ottodomain.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Salvo Bartolotta wrote: > > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > > On 1/22/00, 1:32:14 AM, Walter Brameld wrote > regarding Re: metaports ...: > > > > Dear Jonathon, > > > > > > meta-ports means roughly "beyond" ports. From "meta" (from ancient > > > Greek, "proper" preposition constructed with gen. dat. & acc.) meaning > > > various things, e.g. with; across; near (in); towards; after, beyond. > > > > > > "proper" is in relation to Greek verbs (that is, proper prepositions > > > can be used as > > > preverbs, or prefixes in compound verbs) > > > > > > This "combining form" (in English) is productive enough ... > > > > > > N.B. my_fake_antispam_domain ===> neomedia.it to e-mail to me. > > > > > > Best regards, > > > Salvo > > > > > > It's a good thing someone else sent you an answer too, eh? > > > -- > > Walter > > Dear Mr Brameld, > > I am awfully sorry to inform you that I completely miss the sense and > purpose of your letter. > > Also, I very much apologize for failing utterly to see what further > elements of information it provides to Jonathon's question. > > Would you be so kind as to paraphrase your message ? > > Thank you very much indeed. > > Yours sincerely > Salvo Bartolotta Dear Mr. Bartolotta, I commend you on giving a very comprehensive explanation of the word "meta". However, Jonathon's original question was "What is a meta-PORT?" and I also lacked this bit of knowledge, so I was interested in the reply. The other respondent provided the information that a meta-port is one that will install other ports that are required for it to function. Using rules of theory, or perhaps even Occam's razor I felt that was the more definitive explanation. If failing to glean this information from your response was due to a lack of intelligence on my part, please do not take umbrage. I do have many short-comings. Yours sincerely, Walter Brameld in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 6:47:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 19C5E14CAE for ; Sat, 22 Jan 2000 06:47:01 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id PAA13630; Sat, 22 Jan 2000 15:46:41 +0100 (CET) (envelope-from olli) Date: Sat, 22 Jan 2000 15:46:41 +0100 (CET) Message-Id: <200001221446.PAA13630@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG, keramida@ceid.upatras.gr Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: Detecting when your parent process dies. X-Newsgroups: list.freebsd-questions In-Reply-To: <868478$21of$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Giorgos Keramidas wrote in list.freebsd-questions: > On Thu, Jan 20, 2000 at 08:45:16AM +1000, Colin Campbell wrote: >> >> What about "polling" using getppid(). If the parent dies, the PPID >> will change (to 1?), will it not? > > Yes, if the parent catches SIGCHLD, I think that this is the rule. But > it's still polling... It doesn't matter if the parent catches SIGCHLD. When it dies, the orphaned process is picked up by init (PID 1), no matter what. But you're right: it's still polling... Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 6:51:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.phys.univ.kiev.ua (mol.phys.univ.kiev.ua [193.125.78.14]) by hub.freebsd.org (Postfix) with ESMTP id CFA8F15767 for ; Sat, 22 Jan 2000 06:51:06 -0800 (PST) (envelope-from farina@ups.kiev.ua) Received: from pright149 (pright149.phys.univ.kiev.ua [194.44.151.130]) by mail.phys.univ.kiev.ua (8.9.3/8.9.1) with SMTP id QAA11659 for ; Sat, 22 Jan 2000 16:53:08 +0200 (EET) Message-ID: <000d01bf64e8$8bb5c900$82972cc2@pright149.ups.kiev.ua> From: "Dmitry Farina" To: Subject: trouble Date: Sat, 22 Jan 2000 16:54:10 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000A_01BF64F9.4DBE1380" 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_000A_01BF64F9.4DBE1380 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Hello all! I began installing FreeBSD release 3.4. All the hardware was correctly = configured with UserConfig (at least no questions like "fd0 not found" = appeared). After that following lines appeared: changing root device to fd0c rootfs is 2880 kbyte compiled in MFS After this system hangs, Ctrl+Alt+Del does nothing, maximum I could wait = was ~1 hour. Where is the problem? I've got no LAN adapters, two master HDDs on respective IDE busses = (1.3GB each), was going to install FreeBSD on secondary master from its = DOS partition. Local system with AMD K5 CPU, 32MB RAM. Regards Dmitry ------=_NextPart_000_000A_01BF64F9.4DBE1380 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
Hello all!
 
I began installing FreeBSD release = 3.4. All the=20 hardware was correctly configured with UserConfig (at least no questions = like=20 "fd0 not found" appeared). After that following lines=20 appeared:
 
changing root device to = fd0c
rootfs is 2880 kbyte compiled in=20 MFS
 
After this system hangs, = Ctrl+Alt+Del does=20 nothing, maximum I could wait was ~1 hour. Where is the = problem?
 
I've got no LAN adapters, two master = HDDs on=20 respective IDE busses (1.3GB each), was going to install FreeBSD on = secondary=20 master from its DOS partition. Local system with AMD K5 CPU, 32MB=20 RAM.
 
Regards
Dmitry
------=_NextPart_000_000A_01BF64F9.4DBE1380-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 6:57:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from extremis.demon.co.uk (extremis.demon.co.uk [194.222.242.30]) by hub.freebsd.org (Postfix) with SMTP id 62FDE14D9A for ; Sat, 22 Jan 2000 06:57:40 -0800 (PST) (envelope-from gjvc@extremis.demon.co.uk) Received: (qmail 69420 invoked by uid 1010); 22 Jan 2000 14:12:03 -0000 Date: Sat, 22 Jan 2000 14:12:02 +0000 From: George Cox To: Jonathon McKitrick Cc: freebsd-questions@freebsd.org Subject: Re: programmer's editor choice Message-ID: <20000122141202.A66671@extremis.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: ; from jcm@dogma.freebsd-uk.eu.org on Fri, Jan 21, 2000 at 11:39:12PM +0000 X-Operating-System: FreeBSD 4.0-CURRENT (i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21/01 23:39, Jonathon McKitrick wrote: > Not to start a war or anything, but i'm trying to decide on a fast > powerful editor. I've been using joe, and i just started learning vi, http://www.vim.org or cd /usr/ports/editors/vim5 && make install -- [gjvc] "Expectations should not be lowered simply because a product is free." -- Russ Cooper, NTBugTraq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 7: 6:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id CF15B15546 for ; Sat, 22 Jan 2000 07:06:07 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id QAA14283; Sat, 22 Jan 2000 16:06:03 +0100 (CET) (envelope-from olli) Date: Sat, 22 Jan 2000 16:06:03 +0100 (CET) Message-Id: <200001221506.QAA14283@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG, cjclark@home.com Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: sh(1) Messing with My Mind X-Newsgroups: list.freebsd-questions In-Reply-To: <868r13$2gq9$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Crist J. Clark wrote in list.freebsd-questions: > But since we're having so much fun with all of this, maybe I should > try this one on all of you. Given Ben's code above, how would _you_ > determine how long ago $DATE was from the present time? I'd first convert the date string to a time_t value. The easiest way to accomplish that is probably to install GNU date: DATE="Fri 21 Jan 2000 00:15:59 GMT" TIMET=`gdate -d "$DATE" +%s` $TIMET will then contain the number 948413759. You can get the current time (int time_t format) like this: NOW=`date +%s` This works both with GNU date and BSD date (but BSD date doesn't support something like the -d option of GNU date above, AFAIK). Now it is easy to make claculations and comparisons with the time_t values, using "awk" or "expr" or whatever you like, e.g.: ONE_DAY=86400 # 24 * 60 * 60 YESTERDAY=`expr $NOW - $ONE_DAY` if [ $TIMET -lt $YESTERDAY ]; then echo "previous backup is older than one day" ... fi You get the idea. :) Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 7: 7:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (Postfix) with ESMTP id 9A77D1563C for ; Sat, 22 Jan 2000 07:07:20 -0800 (PST) (envelope-from lowell@world.std.com) Received: from world.std.com (lowell@world-f.std.com [199.172.62.5]) by europe.std.com (8.9.3/8.9.3) with ESMTP id KAA15795; Sat, 22 Jan 2000 10:07:12 -0500 (EST) Received: (from lowell@localhost) by world.std.com (8.9.3/8.9.3) id KAA13529; Sat, 22 Jan 2000 10:07:11 -0500 (EST) To: Walter Brameld , freebsd-questions@freebsd.org Subject: Re: metaports ... References: <20000122.170600@bartequi.ottodomain.org> <3888FA8E.FD65AA02@twave.net> <20000122.8115700@bartequi.ottodomain.org> <3889C346.37971709@twave.net> From: Lowell Gilbert Date: 22 Jan 2000 10:07:11 -0500 In-Reply-To: Walter Brameld's message of Sat, 22 Jan 2000 09:48:38 -0500 Message-ID: Lines: 15 X-Mailer: Gnus v5.5/Emacs 20.2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Walter Brameld writes: > the word "meta". However, Jonathon's original question was > "What is a meta-PORT?" and I also lacked this bit of > knowledge, so I was interested in the reply. The other > respondent provided the information that a meta-port is one > that will install other ports that are required for it to > function. Just to be pedantic, this isn't exactly right. *All* ports will install the other ports ("dependencies") required for them to function. That's the *point* of the ports system. A "meta-port" is one that doesn't install anything itself, but whose usefulness consists *only* of dependencies. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 7: 8:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from netcom.com (netcom12.netcom.com [199.183.9.112]) by hub.freebsd.org (Postfix) with ESMTP id 1E40014EF2 for ; Sat, 22 Jan 2000 07:08:23 -0800 (PST) (envelope-from stanb@netcom.com) Received: (from stanb@localhost) by netcom.com (8.9.3/8.9.3) id HAA17268 for freebsd-questions@freebsd.org; Sat, 22 Jan 2000 07:08:21 -0800 (PST) From: Stan Brown Message-Id: <200001221508.HAA17268@netcom.com> Subject: Second request, can I build a floppy to boot the kernel on the hard disk from? To: freebsd-questions@freebsd.org (Free BSD Questions list) Date: Sat, 22 Jan 2000 10:08:21 -0500 (EST) X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i am trying to get a machine set up for work on Monday. Turns out the 1.2G dsk I brought home for this machien is bad. I put a 20G I had in to allow me to continue, but I can't get the BIOS to see it well enough to allow me to bootfrom it (old 486 machine). Could someone please tell me how, or point me to docs, no building a boot floppy that will boot the kernel on the hard disk, and mount hte hard disk root partiton as /? I would _greatly_ appreciate som help on this. The FreBSD book did not give me any guidance on this. I know you can do this in Linux using LILO, surely we can do it to? Thanks. -- Stan Brown stanb@netcom.com 404-996-6955 Factory Automation Systems Atlanta Ga. -- Look, look, see Windows 95. Buy, lemmings, buy! Pay no attention to that cliff ahead... Henry Spencer (c) 1998 Stan Brown. Redistribution via the Microsoft Network is prohibited. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 7:23:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id ACDD815185 for ; Sat, 22 Jan 2000 07:23:32 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id QAA14665; Sat, 22 Jan 2000 16:23:30 +0100 (CET) (envelope-from olli) Date: Sat, 22 Jan 2000 16:23:30 +0100 (CET) Message-Id: <200001221523.QAA14665@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: Mirroring info X-Newsgroups: list.freebsd-questions In-Reply-To: <86a958$bs0$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Tomas Edwardsson wrote in list.freebsd-questions: > I'm thinking of setting up a FreeBSD mirror which mirrors both FTP > and WWW here in Iceland. My questions are, how large is the FTP > site. Right now, /pub/FreeBSD on ftp.freebsd.org is 28.531.170 Kbyte (~ 28 Gbyte). > Also, do you have a rsyncd or another system for mirroring? I don't think so. On ftp7.de.freebsd.org we're using omi (/usr/ports/ftp/omi) for mirroring. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 7:23:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.phys.univ.kiev.ua (mol.phys.univ.kiev.ua [193.125.78.14]) by hub.freebsd.org (Postfix) with ESMTP id B8D6D15546 for ; Sat, 22 Jan 2000 07:23:32 -0800 (PST) (envelope-from farina@ups.kiev.ua) Received: from pright149 (pright149.phys.univ.kiev.ua [194.44.151.130]) by mail.phys.univ.kiev.ua (8.9.3/8.9.1) with SMTP id RAA11710 for ; Sat, 22 Jan 2000 17:25:27 +0200 (EET) Message-ID: <000b01bf64ed$0e8cd2c0$82972cc2@pright149.ups.kiev.ua> From: "Dmitry Farina" To: Subject: NB Date: Sat, 22 Jan 2000 17:26:17 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0006_01BF64FD.CA5C18C0" 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_0006_01BF64FD.CA5C18C0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable By the way, this problem doesn't appear while using boot disks from = release 3.3. ------=_NextPart_000_0006_01BF64FD.CA5C18C0 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
By the way, this problem doesn't = appear while=20 using boot disks from release 3.3.
------=_NextPart_000_0006_01BF64FD.CA5C18C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 7:31:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id 8BBA914E59 for ; Sat, 22 Jan 2000 07:31:16 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id QAA14853; Sat, 22 Jan 2000 16:31:14 +0100 (CET) (envelope-from olli) Date: Sat, 22 Jan 2000 16:31:14 +0100 (CET) Message-Id: <200001221531.QAA14853@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: PostScript printing Q X-Newsgroups: list.freebsd-questions In-Reply-To: <86avbu$qqk$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) 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 Steve Price wrote in list.freebsd-questions: > Anyone know of a quick way to take a PostScript file > that is 1-up and turn it into a 4-up PostScript file > that I can print and save a few trees? There are several tools for that. The following are most useful (I prefer pstops personally): pstops performs general page rearrangement and selection psnup put multiple pages per physical sheet of paper These (and a lot mor) are part of the ``psutils'' package which is in the ports collection in the ``print'' section. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 8:17:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thunk.crazylogic.net (thunk.crazylogic.net [199.45.111.154]) by hub.freebsd.org (Postfix) with ESMTP id AB93614D85 for ; Sat, 22 Jan 2000 08:17:38 -0800 (PST) (envelope-from matt@crazylogic.net) Received: from localhost (matt@localhost) by thunk.crazylogic.net (8.9.3/8.9.3) with ESMTP id LAA58394 for ; Sat, 22 Jan 2000 11:09:13 -0500 (EST) (envelope-from matt@crazylogic.net) Date: Sat, 22 Jan 2000 11:09:13 -0500 (EST) From: Matt Gostick To: questions@freebsd.org Subject: ARP messages w/ two net cards Message-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 successfully installed FreeBSD 3-4 last night on my main computer ... (completly getting rid of MS-DOS (win98) for good in my house). I'm very impressed with the install. My two network cards were detected and worked correctly right from the start. Although I keep getting these wierd messages in my log file. $ uname -a FreeBSD king.fake.net 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Tue Dec 28 22:18:05 GMT 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC i386 $ more /etc/hosts 127.0.0.1 localhost localhost.my.domain 192.168.0.3 king king.fake.net 192.168.0.4 king king.fake.net $ifconfig -a ed1: flags=8843 mtu 1500 inet 192.168.0.3 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:00:b4:98:22:38 le0: flags=8843 mtu 1500 inet 192.168.0.4 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:00:f8:51:62:61 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 When I ping 192.168.0.4 from this box I get: Jan 22 00:05:05 king /kernel: arp: 192.168.0.3 is on lo0 but got / reply from 00:00:b4:98:22:38 on le0 When I ssh'd into 192.168.0.3 from 192.168.0.1 I get: Jan 22 10:41:52 king /kernel: arp: 192.168.0.1 is on ed1 but got / reply from 00:c0:df:ac:87:e7 on le0 When I ssh'd into 192.168.0.4 from 192.168.0.1 I get: Jan 22 11:04:47 king /kernel: arp: 192.168.0.1 is on ed1 but got / reply from 00:c0:df:ac:87:e7 on le0 Just wondering if this is normal... it's my first time with two network cards in a FreeBSD box. Thanks Matt. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 8:26:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay.ioffe.rssi.ru (relay.ioffe.rssi.ru [194.85.224.33]) by hub.freebsd.org (Postfix) with ESMTP id 63A2214FED for ; Sat, 22 Jan 2000 08:26:09 -0800 (PST) (envelope-from ak@astro.ioffe.rssi.ru) Received: from astro.ioffe.rssi.ru (astro.ioffe.rssi.ru [194.85.229.130]) by relay.ioffe.rssi.ru (8.9.1/8.9.1) with ESMTP id TAA05240 for ; Sat, 22 Jan 2000 19:26:05 +0300 (MSK) Received: by astro.ioffe.rssi.ru (8.9.3/Clnt-2.14-AS-eef) id TAA13149; Sat, 22 Jan 2000 19:26:04 +0300 (MSK) Date: Sat, 22 Jan 2000 19:26:04 +0300 (MSK) From: Alexey Koptsevich To: freebsd-questions@freebsd.org Subject: package gimp-1.1.11 Message-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 tried to install the package gimp-1.1.11 under FreeBSD 3.4. It requires tiff-3.5.3, which is absent in both ports and packages. With tiff-3.5.4, which is present, gimp refuses to work. I would be grateful for a piece of advice how to make gimp work on my system. Please copy the answer to me. Yours, Alexey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 8:53:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from megaweapon.zigg.com (megaweapon.zigg.com [206.114.60.8]) by hub.freebsd.org (Postfix) with ESMTP id 0A0A714DF6 for ; Sat, 22 Jan 2000 08:53:17 -0800 (PST) (envelope-from matt@zigg.com) Received: from localhost (matt@localhost) by megaweapon.zigg.com (8.9.3/8.9.3) with ESMTP id LAA00301 for ; Sat, 22 Jan 2000 11:53:12 -0500 (EST) (envelope-from matt@zigg.com) Date: Sat, 22 Jan 2000 11:53:03 -0500 (EST) From: Matt Behrens To: questions@freebsd.org Subject: "SIOCGIFADDR: Can't assign requested address" on nfsd startup Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've been getting the following message on bootup for as long as I can remember, and at least some time within the 3.x-STABLE branch. Jan 22 11:50:24 megaweapon portmap[143]: SIOCGIFADDR: Can't assign requested address Yes, I've mergemastered, and I have lo0 in my interface list. Is there anything I'm missing? nfs doesn't *seem* to be broken because of this... Thanks. - -- Matt Behrens Owner/Administrator, zigg.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE4ieBy+xq4JbgNGlMRAsvRAJ0Qn8O+fqXRKe84w7m9Tkq2KvakogCdGDX5 KuURRuy3CBnC5j/IahcnySM= =06Ig -----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 Jan 22 8:54:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 5953214E65 for ; Sat, 22 Jan 2000 08:54:18 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id LAA04043; Sat, 22 Jan 2000 11:59:00 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 11:58:54 -0500 From: "Crist J. Clark" To: freebsd-questions@FreeBSD.ORG Cc: cjclark@home.com Subject: Re: sh(1) Messing with My Mind Message-ID: <20000122115854.A3951@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <868r13$2gq9$1@atlantis.rz.tu-clausthal.de> <200001221506.QAA14283@dorifer.heim3.tu-clausthal.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001221506.QAA14283@dorifer.heim3.tu-clausthal.de>; from olli@dorifer.heim3.tu-clausthal.de on Sat, Jan 22, 2000 at 04:06:03PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 04:06:03PM +0100, Oliver Fromme wrote: > Crist J. Clark wrote in list.freebsd-questions: > > But since we're having so much fun with all of this, maybe I should > > try this one on all of you. Given Ben's code above, how would _you_ > > determine how long ago $DATE was from the present time? > > I'd first convert the date string to a time_t value. The > easiest way to accomplish that is probably to install GNU > date: > > DATE="Fri 21 Jan 2000 00:15:59 GMT" > TIMET=`gdate -d "$DATE" +%s` > > $TIMET will then contain the number 948413759. You can get > the current time (int time_t format) like this: > > NOW=`date +%s` > > This works both with GNU date and BSD date (but BSD date > doesn't support something like the -d option of GNU date > above, AFAIK). Yep, that was the catch. date(1) only converts a string to a time_t if you are actually going to go and change the system clock. Hmmm... Maybe a change-request PR on that one. I had ended up writing a very small C helper program. Without all of the error checks, this is all you need to do, strptime(argv[1],"%+",prevdump_tm); predump_t = mktime(prevdump_tm); return ( ( time(NULL) - predump_t ) > INTERVAL ) -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 9:19:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id 00FEF14C2D for ; Sat, 22 Jan 2000 09:19:35 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 12601 invoked from network); 22 Jan 2000 17:19:31 -0000 Received: from userae07.uk.uudial.com (HELO marder-1.) (62.188.131.149) by smtp.dial.pipex.com with SMTP; 22 Jan 2000 17:19:31 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id RAA00487; Sat, 22 Jan 2000 17:19:01 GMT (envelope-from mark) Date: Sat, 22 Jan 2000 17:19:00 +0000 From: Mark Ovens To: "Alexey N. Dokuchaev" Cc: freebsd-questions@freebsd.org Subject: Re: rc.i386 and vidcontol Message-ID: <20000122171900.A327@marder-1> References: <20000120183419.A340@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 08:42:19PM +0600, Alexey N. Dokuchaev wrote: > Hi all! > > I've noticed rather strange behavior of my fBSD box. I have mousesystems > mouse on cuaa1, and in rc.i386, I can see: > > # mouse daemon > if [ "X${moused_enable}" = X"YES" ] ; then > echo -n ' moused' > moused ${moused_flags} -p ${moused_port} -t ${moused_type} > echo vidcontrol <${viddev} -m on >> /tmp/90 > fi > > So, mouse is only enabled on ttyv0 by default. To enable it on on all > tty's, I added allscreens_flags "-m on 80x30". Surprisingly, I now get > all ttyv's in neat 80x30 mode, with mouse on all except ttyv0. If I omit > 80x30 (thus, allscreens_flags="-m on") everything works fine (default > 80x25 mode and mouse on _all_ ttys). > > Is this some kinda bug? It's easy to get everything working; but it not > the way it's suppose to be anyways, IMHO. > What version of FreeBSD are you running? I had exactly the same thing happen a while back, the mouse was on all ttyv's *except* 0. I have (and always have had) ``allscreens_flags="-m on 80x30"'' set. I never looked into the cause, but it suddenly started working again properly. Since I track -stable I assume that it was a bug that got fixed so the problem went away after a make world. I can't be sure, but that seems to be the most likely explanation. > ./danfe > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 9:22: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.eye2eye.co.za (mail.eye2eye.co.za [196.31.83.226]) by hub.freebsd.org (Postfix) with ESMTP id AAEAD14CAE for ; Sat, 22 Jan 2000 09:21:56 -0800 (PST) (envelope-from cataract@eye2eye.net) Received: from [192.168.62.150] (helo=optic.eye2eye.net) by eyeland.eye2eye.net with esmtp (Exim 3.12 #1) id 12BHz1-000Hoq-00; Thu, 20 Jan 2000 13:50:43 +0000 Received: by OPTIC with Internet Mail Service (5.5.2448.0) id ; Thu, 20 Jan 2000 13:48:30 +0200 Message-ID: From: Michael Bartlett To: 'Ahmed Khudre' , "'FreeBSD-Questions@FreeBSD.org'" Subject: RE: Missing network conection Date: Thu, 20 Jan 2000 13:48:29 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BF633C.44CF4810" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BF633C.44CF4810 Content-Type: text/plain; charset="iso-8859-1" Ahmed, How did you initially get your network connection working? Did you use ifconfig at the console, or have you put relevant information in your /etc/rc.conf. If you haven't and you are new to FreeBSD, then you may want to /stand/sysinstall Configure->Networking and go from there... Mike -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Ahmed Khudre Sent: Thursday, January 20, 2000 11:51 AM To: FreeBSD-Questions@FreeBSD.org Subject: Missing network conection Dear all, I installed FreeBSD 3.4 and appache 1.3.9. I connected to the network with a static IP and I tried the web server from another machine. Every thing is OK. The probles is, when I shutdown my computer and switch the power off then open it again, I lose the connection with the network. I am new to FreeBSD and Unix enviroment, and I would appreciate your support. Thanks Ahmed Abd El-Aziz Khudre ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ------_=_NextPart_001_01BF633C.44CF4810 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: Missing network conection

Ahmed,

How did you initially get your network connection = working? Did you use ifconfig at the console, or have you put relevant = information in your /etc/rc.conf.

If you haven't and you are new to FreeBSD, then you = may want to /stand/sysinstall   Configure->Networking and = go from there...

Mike

-----Original Message-----
From: owner-freebsd-questions@FreeBSD.ORG
[mailto:owner-freebsd= -questions@FreeBSD.ORG]On Behalf Of Ahmed Khudre
Sent: Thursday, January 20, 2000 11:51 AM
To: FreeBSD-Questions@FreeBSD.org
Subject: Missing network conection


Dear all,
I installed FreeBSD 3.4 and appache 1.3.9. I = connected to the network with a
static IP and I tried the web server from another = machine. Every thing is
OK.

The probles is, when I shutdown my computer and = switch the power off then
open it again, I lose the connection with the = network.

I am new to FreeBSD and Unix enviroment, and I would = appreciate your
support.

Thanks
Ahmed Abd El-Aziz Khudre
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com



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

------_=_NextPart_001_01BF633C.44CF4810-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 9:22:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.eye2eye.co.za (mail.eye2eye.co.za [196.31.83.226]) by hub.freebsd.org (Postfix) with ESMTP id 1A58C14DD8 for ; Sat, 22 Jan 2000 09:22:05 -0800 (PST) (envelope-from cataract@eye2eye.net) Received: from [192.168.62.150] (helo=optic.eye2eye.net) by eyeland.eye2eye.net with esmtp (Exim 3.12 #1) id 12BH3b-000553-00 for freebsd-questions@freebsd.org; Thu, 20 Jan 2000 12:51:23 +0000 Received: by OPTIC with Internet Mail Service (5.5.2448.0) id ; Thu, 20 Jan 2000 12:49:08 +0200 Message-ID: From: Michael Bartlett To: "'freebsd-questions@freebsd.org'" Subject: Exim Socket Bind Problem Date: Thu, 20 Jan 2000 12:49:07 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BF6333.F9FBCCC0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BF6333.F9FBCCC0 Content-Type: text/plain; charset="iso-8859-1" Hi all, I've just got rid of sendmail and slapped Exim onto my FreeBSD box. It seems to work fine except for this which keeps creeping up in my exim_mainlog 2000-01-20 12:48:11 socket bind() to port 25 for address (any) failed: Address already in use: waiting b efore trying again 2000-01-20 12:48:12 socket bind() to port 25 for address (any) failed: Address already in use: waiting b bash-2.03# The weird thing is, it pops up intermittantly throughout the log, but each time it appears there are 4 or 5 occurunces of it, then its business as usual. I've removed /usr/sbin/sendmail and replaced it with a symlink to /usr/local/bin/exim so I dunno! Cheers Mike ------_=_NextPart_001_01BF6333.F9FBCCC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Exim Socket Bind Problem

Hi all,

I've just got rid of sendmail and = slapped Exim onto my FreeBSD box. It seems to work fine except for this = which keeps creeping up in my exim_mainlog

2000-01-20 12:48:11 socket bind() to = port 25 for address (any) failed: Address already in use: waiting = b
efore trying again
2000-01-20 12:48:12 socket bind() to = port 25 for address (any) failed: Address already in use: waiting = b
bash-2.03#

The weird thing is, it pops up = intermittantly throughout the log, but each time it appears there are 4 = or 5 occurunces of it, then its business as usual. I've removed = /usr/sbin/sendmail and replaced it with a symlink to = /usr/local/bin/exim so I dunno!

Cheers

Mike

------_=_NextPart_001_01BF6333.F9FBCCC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 9:37:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 6D01E14C3D for ; Sat, 22 Jan 2000 09:37:39 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 3808 invoked from network); 22 Jan 2000 17:37:32 -0000 Received: from userae07.uk.uudial.com (HELO marder-1.) (62.188.131.149) by smtp.dial.pipex.com with SMTP; 22 Jan 2000 17:37:32 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id RAA00569 for questions@freebsd.org; Sat, 22 Jan 2000 17:37:03 GMT (envelope-from mark) Date: Sat, 22 Jan 2000 17:37:03 +0000 From: Mark Ovens To: questions@freebsd.org Subject: How to downgrade a port? Message-ID: <20000122173703.B327@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to *downgrade* the linux_base port from the current 6.1 to 5.2 as StarOffice doesn't run with 6.1. What is the correct way to do this? I used the CVS repository to get a diff between versions 1.36 and 1.34 of the Makefile and applied it with ``patch -R''. This worked fine, so I now have the correct Makefile, but how do I know which versions of all the files in the files/ and pkg/ sub-directories I need to work with this particular Makefile. The version numbers obviously aren't the same as those of the Makefile. ISTR that one of the great things about the CVS system is that you can use it to get *any* version of the source that you want, but I just don't know how to do it. Thanks. -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 9:41: 7 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 3E7BC14EAD for ; Sat, 22 Jan 2000 09:41:05 -0800 (PST) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id JAA22057 for ; Sat, 22 Jan 2000 09:41:04 -0800 Date: Sat, 22 Jan 2000 09:41:04 -0800 (PST) From: To: freebsd-questions@freebsd.org Subject: sysistall Message-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 some reason that sysinstall won't allow my drives to be installed? It's a 30 Gig raid-0 all as one large volume. I go into the slice editor, create a slice. Write it and it writes to disk just fine. Then I go into the disklabel editor and create it as a single partition. Write it to disk and it tells me it can't. I switch to another term to see the syslog error output and it says " invalid major/minor for dev type - ". The OS drive is running fine, just can't get anything else to run. This is on a DPT 3334UW with seagate drives. The odd thing is that if I just backout of sysinstall and rerun the disklabel editor, it errors to the other tty's but does create the file system and works fine for about 2 days before losing the entire file system. I'd love to hear some idea's on this. Possibly one of the kernel options for DPT? Maybe bus frequency on the DPT? Running out of options to look at as a cause. BTW. It does this regardless of the array type, -5 does the same as the -0. Thanks for any and all comments. Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 9:49:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tomts2-srv.bellnexxia.net (tomts2.bellnexxia.net [209.226.175.140]) by hub.freebsd.org (Postfix) with ESMTP id A5D2114EAD for ; Sat, 22 Jan 2000 09:49:19 -0800 (PST) (envelope-from martyg@sympatico.ca) Received: from martingignac ([206.172.227.64]) by tomts2-srv.bellnexxia.net (InterMail vM.4.01.02.07 201-229-116-107) with SMTP id <20000122174918.ZYFO26813.tomts2-srv.bellnexxia.net@martingignac> for ; Sat, 22 Jan 2000 12:49:18 -0500 Message-ID: <000701bf6501$016a9c80$40e3acce@martingignac> From: "Martin Gignac" To: Subject: Is there a difference between 'reboot' command and ctrl-alt-del? Date: Sat, 22 Jan 2000 12:49:16 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a difference between a reboot using the 'reboot' (or shutdown -r) command, and one using the ctrl-alt-delete key combination? I find that ctrl-alt-delete always seems to shutdown faster than 'reboot'... -Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 10:11:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from imo18.mx.aol.com (imo18.mx.aol.com [152.163.225.8]) by hub.freebsd.org (Postfix) with ESMTP id 7A7EB15762 for ; Sat, 22 Jan 2000 10:11:33 -0800 (PST) (envelope-from Cdt666@aol.com) Received: from Cdt666@aol.com by imo18.mx.aol.com (mail_out_v24.6.) id t.da.108bfd6 (4332); Sat, 22 Jan 2000 13:11:22 -0500 (EST) From: Cdt666@aol.com Message-ID: Date: Sat, 22 Jan 2000 13:11:22 EST Subject: Re: Ipfilter To: cjclark@home.com Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 3.0 for Windows 95 sub 64 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Would it perhaps be possible to make 'man -k ipfilter' bring those up? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 10:22: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from echonyc.com (echonyc.com [198.67.15.2]) by hub.freebsd.org (Postfix) with ESMTP id 2DBB214C2E for ; Sat, 22 Jan 2000 10:22:00 -0800 (PST) (envelope-from suleyman@echonyc.com) Received: from localhost (suleyman@localhost) by echonyc.com (8.9.3/8.9.3) with ESMTP id NAA12312 for ; Sat, 22 Jan 2000 13:21:47 -0500 (EST) Date: Sat, 22 Jan 2000 13:21:47 -0500 (EST) From: Ken Seggerman To: freebsd-questions@freebsd.org Subject: make fails while rebuilding 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 Greetings: I am trying to rebuild my 3.1 kernel on a desktop pc. I did a make depend and then a make sevaral times. Make invarialbly fails with: rm -f hack.c cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I/usr/include -DKERNEL -DVM_STACK -include opt_global.h -elf swapkernel.c make: don't know how to make ../../sys/param.h. Stop My reading of the handbook lead me to believe that I may have made some errors in editing the kernel configuration file. I tried reducing the number of changes, and finally tried building from GENERIC with the same result: make: don't know how to make ../../sys/param.h. Stop There are several versions of param.h in various places /usr/include/machine/param.h /usr/include/sys/param.h /usr/src/sys/alpha/include/param.h /usr/src/sys/i386/boot/dosboot/param.h /usr/src/sys/i386/include/param.h /usr/src/sys/param.h They are not identical. Perhaps the compiler is reading the wrong one, or there might be an error in the Makefile like a param.h where it should be param.c or param.o I would be grateful for any help in this matter. Ken Seggerman ken_seggerman@suleyman.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 10:36:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with ESMTP id 0415A14DF6 for ; Sat, 22 Jan 2000 10:36:10 -0800 (PST) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.163.251]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id MAA26873; Sat, 22 Jan 2000 12:32:11 -0600 (CST) (envelope-from ales@megared.net.mx) Message-ID: <028f01bf6507$538ba3a0$fba3f9cf@megared.net.mx> From: "Alejandro Ramirez" To: "Mark Ovens" , References: <20000122173703.B327@marder-1> Subject: RE: How to downgrade a port? Date: Sat, 22 Jan 2000 12:34:32 -0600 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Mark, This is how I did it, first "cd /usr/ports/emulators/linux_base" and "make deinstall", then replace the "/usr/ports/emulators/linux_base" directory with the one which has the 5.2 version in it, then make & make install. Have Fun... Ales ----- Original Message ----- From: Mark Ovens To: Sent: Saturday, January 22, 2000 11:37 AM Subject: How to downgrade a port? > I want to *downgrade* the linux_base port from the current 6.1 to 5.2 > as StarOffice doesn't run with 6.1. > > What is the correct way to do this? > > I used the CVS repository to get a diff between versions 1.36 and 1.34 > of the Makefile and applied it with ``patch -R''. This worked fine, so > I now have the correct Makefile, but how do I know which versions of > all the files in the files/ and pkg/ sub-directories I need to work > with this particular Makefile. The version numbers obviously aren't > the same as those of the Makefile. > > ISTR that one of the great things about the CVS system is that you can > use it to get *any* version of the source that you want, but I just > don't know how to do it. > > Thanks. > > -- > "there's a long-standing bug relating to the x86 architecture > that allows you to install Windows too" > -Matthew D. Fuller > ________________________________________________________________ > FreeBSD - The Power To Serve http://www.freebsd.org > My Webpage http://ukug.uk.freebsd.org/~mark/ > mailto:mark@ukug.uk.freebsd.org http://www.radan.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 10:44:44 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 8189B14D49 for ; Sat, 22 Jan 2000 10:44:34 -0800 (PST) (envelope-from sarig@bezeqint.net.il) Received: from bezeqint.net.il ([212.25.116.233]) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.1999.07.30.00.05.p8) with ESMTP id <0FOR00D3A2OU3T@mail.bezeqint.net> for freebsd-questions@freebsd.org; Sat, 22 Jan 2000 20:43:45 +0200 (IST) Date: Sat, 22 Jan 2000 20:43:03 +0200 From: Oren Sarig Subject: Re: Is there a difference between 'reboot' command and ctrl-alt-del? To: Martin Gignac Cc: freebsd-questions@freebsd.org Message-id: <3889FA37.8A85F7B2@bezeqint.net.il> MIME-version: 1.0 X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.3-RELEASE i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit References: <000701bf6501$016a9c80$40e3acce@martingignac> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I don't think there is a difference in the proccess that gets executed, but if I telnet to another machine, and I use shutdown -r now, the other machine would reboot, but if I press ctrl-alt-del, my machine would reboot. That's the main differnce, afaik. -- Oren Sarig sarig@bezeqint.net.il Martin Gignac wrote: > > Is there a difference between a reboot using the 'reboot' (or shutdown -r) > command, and one using the ctrl-alt-delete key combination? I find that > ctrl-alt-delete always seems to shutdown faster than 'reboot'... > > -Martin > > 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 Jan 22 10:48:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 2CF9614CB9 for ; Sat, 22 Jan 2000 10:48:34 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 11132 invoked from network); 22 Jan 2000 18:48:25 -0000 Received: from userao98.uk.uudial.com (HELO marder-1.) (62.188.135.214) by smtp.dial.pipex.com with SMTP; 22 Jan 2000 18:48:25 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id SAA00784; Sat, 22 Jan 2000 18:47:57 GMT (envelope-from mark) Date: Sat, 22 Jan 2000 18:47:57 +0000 From: Mark Ovens To: Alejandro Ramirez Cc: questions@FreeBSD.ORG Subject: Re: How to downgrade a port? Message-ID: <20000122184757.C327@marder-1> References: <20000122173703.B327@marder-1> <028f01bf6507$538ba3a0$fba3f9cf@megared.net.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <028f01bf6507$538ba3a0$fba3f9cf@megared.net.mx> Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 12:34:32PM -0600, Alejandro Ramirez wrote: > Hi Mark, > > This is how I did it, first "cd /usr/ports/emulators/linux_base" and "make > deinstall", then replace the "/usr/ports/emulators/linux_base" directory > with the one which has the 5.2 version in it, then make & make install. > Yes, but where did you find the directory with the 5.2 version? > Have Fun... > Ales > > ----- Original Message ----- > From: Mark Ovens > To: > Sent: Saturday, January 22, 2000 11:37 AM > Subject: How to downgrade a port? > > > > I want to *downgrade* the linux_base port from the current 6.1 to 5.2 > > as StarOffice doesn't run with 6.1. > > > > What is the correct way to do this? > > > > I used the CVS repository to get a diff between versions 1.36 and 1.34 > > of the Makefile and applied it with ``patch -R''. This worked fine, so > > I now have the correct Makefile, but how do I know which versions of > > all the files in the files/ and pkg/ sub-directories I need to work > > with this particular Makefile. The version numbers obviously aren't > > the same as those of the Makefile. > > > > ISTR that one of the great things about the CVS system is that you can > > use it to get *any* version of the source that you want, but I just > > don't know how to do it. > > > > Thanks. > > > > -- > > "there's a long-standing bug relating to the x86 architecture > > that allows you to install Windows too" > > -Matthew D. Fuller > > ________________________________________________________________ > > FreeBSD - The Power To Serve http://www.freebsd.org > > My Webpage http://ukug.uk.freebsd.org/~mark/ > > mailto:mark@ukug.uk.freebsd.org http://www.radan.com > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 10:54:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.beastie.net (cr13646-a.lngly1.bc.wave.home.com [24.113.138.52]) by hub.freebsd.org (Postfix) with ESMTP id 24DDC14CB9 for ; Sat, 22 Jan 2000 10:54:22 -0800 (PST) (envelope-from beastie@beastie.net) Received: from [204.244.161.229] (helo=ws6) by www.beastie.net with smtp (Exim 3.03 #1) id 12C5e4-000Itv-00; Sat, 22 Jan 2000 10:52:24 -0800 Message-ID: <003b01bf650a$0cc245c0$e5a1f4cc@office.uniserve.ca> From: "David Fuchs" To: "Oren Sarig" , "Martin Gignac" Cc: References: <000701bf6501$016a9c80$40e3acce@martingignac> <3889FA37.8A85F7B2@bezeqint.net.il> Subject: Re: Is there a difference between 'reboot' command and ctrl-alt-del? Date: Sat, 22 Jan 2000 10:54:01 -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.2014.211 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oh no... I hope you guys aren't all pressing ctrl-alt-delete because it's faster! When you do a ctrl-alt-delete, your drives aren't being unmounted properly. The program fsck (File System Consistency Check) will find that the drives weren't properly unmounted and therefore it will scan each partition of every drive for errors. It will then reboot your computer in order to properly re-mount the drives. I did a ctrl-alt-delete once and had to wait 20 minutes before my system was functional again. (tip: not good for business) Stick to reboot and you'll have less trouble in the future. -David Fuchs ----- Original Message ----- From: Oren Sarig To: Martin Gignac Cc: Sent: Saturday, January 22, 2000 10:43 Subject: Re: Is there a difference between 'reboot' command and ctrl-alt-del? > I don't think there is a difference in the proccess that gets > executed, but if I telnet to another machine, and I use shutdown -r > now, the other machine would reboot, but if I press ctrl-alt-del, my > machine would reboot. That's the main differnce, afaik. > > -- > Oren Sarig > sarig@bezeqint.net.il > > Martin Gignac wrote: > > > > Is there a difference between a reboot using the 'reboot' (or shutdown -r) > > command, and one using the ctrl-alt-delete key combination? I find that > > ctrl-alt-delete always seems to shutdown faster than 'reboot'... > > > > -Martin > > > > 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 Sat Jan 22 11:11:47 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 8800514C4E for ; Sat, 22 Jan 2000 11:11:44 -0800 (PST) (envelope-from sarig@bezeqint.net.il) Received: from bezeqint.net.il (pt116-233.nas.bezeqint.net) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.1999.07.30.00.05.p8) with ESMTP id <0FOR00CBN3UO5U@mail.bezeqint.net> for freebsd-questions@freebsd.org; Sat, 22 Jan 2000 21:08:48 +0200 (IST) Date: Sat, 22 Jan 2000 21:08:10 +0200 From: Oren Sarig Subject: Re: Is there a difference between 'reboot' command and ctrl-alt-del? To: David Fuchs Cc: Martin Gignac , freebsd-questions@freebsd.org Message-id: <388A001A.E358464F@bezeqint.net.il> MIME-version: 1.0 X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.3-RELEASE i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit References: <000701bf6501$016a9c80$40e3acce@martingignac> <3889FA37.8A85F7B2@bezeqint.net.il> <003b01bf650a$0cc245c0$e5a1f4cc@office.uniserve.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Actually, ctrl+alt+del in syscons does a drive sync, and shuts down all proccesses etc. just like shutdown does, and fsck doesn't scan the drives at boot time. -- Oren Sarig sarig@bezeqint.net.il David Fuchs wrote: > > Oh no... I hope you guys aren't all pressing ctrl-alt-delete because it's > faster! > > When you do a ctrl-alt-delete, your drives aren't being unmounted properly. > The program fsck (File System Consistency Check) will find that the drives > weren't properly unmounted and therefore it will scan each partition of > every drive for errors. It will then reboot your computer in order to > properly re-mount the drives. > > I did a ctrl-alt-delete once and had to wait 20 minutes before my system was > functional again. (tip: not good for business) > > Stick to reboot and you'll have less trouble in the future. > > -David Fuchs > > ----- Original Message ----- > From: Oren Sarig > To: Martin Gignac > Cc: > Sent: Saturday, January 22, 2000 10:43 > Subject: Re: Is there a difference between 'reboot' command and > ctrl-alt-del? > > > I don't think there is a difference in the proccess that gets > > executed, but if I telnet to another machine, and I use shutdown -r > > now, the other machine would reboot, but if I press ctrl-alt-del, my > > machine would reboot. That's the main differnce, afaik. > > > > -- > > Oren Sarig > > sarig@bezeqint.net.il > > > > Martin Gignac wrote: > > > > > > Is there a difference between a reboot using the 'reboot' (or > shutdown -r) > > > command, and one using the ctrl-alt-delete key combination? I find that > > > ctrl-alt-delete always seems to shutdown faster than 'reboot'... > > > > > > -Martin > > > > > > 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 Sat Jan 22 11:23: 4 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 D69C714C10 for ; Sat, 22 Jan 2000 11:22:57 -0800 (PST) (envelope-from sarig@bezeqint.net.il) Received: from bezeqint.net.il (pt116-233.nas.bezeqint.net) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.1999.07.30.00.05.p8) with ESMTP id <0FOR00DO94GS3R@mail.bezeqint.net> for freebsd-questions@freebsd.org; Sat, 22 Jan 2000 21:22:05 +0200 (IST) Date: Sat, 22 Jan 2000 21:21:26 +0200 From: Oren Sarig Subject: Re: Is there a difference between 'reboot' command and ctrl-alt-del? To: David Fuchs Cc: Martin Gignac , freebsd-questions@freebsd.org Message-id: <388A0336.650E3AE4@bezeqint.net.il> MIME-version: 1.0 X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.3-RELEASE i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit References: <000701bf6501$016a9c80$40e3acce@martingignac> <3889FA37.8A85F7B2@bezeqint.net.il> <003b01bf650a$0cc245c0$e5a1f4cc@office.uniserve.ca> <388A001A.E358464F@bezeqint.net.il> <004901bf650d$73b846a0$e5a1f4cc@office.uniserve.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not that I know of. -- Oren Sarig sarig@bezeqint.net.il David Fuchs wrote: > > Really... well it didn't do it for me. Am I supposed to configure it > seperately? > > ----- Original Message ----- > From: Oren Sarig > To: David Fuchs > Cc: Martin Gignac ; > Sent: Saturday, January 22, 2000 11:08 > Subject: Re: Is there a difference between 'reboot' command and > ctrl-alt-del? > > > Actually, ctrl+alt+del in syscons does a drive sync, and shuts down > > all proccesses etc. just like shutdown does, and fsck doesn't scan the > > drives at boot time. > > > > -- > > Oren Sarig > > sarig@bezeqint.net.il > > > > David Fuchs wrote: > > > > > > Oh no... I hope you guys aren't all pressing ctrl-alt-delete because > it's > > > faster! > > > > > > When you do a ctrl-alt-delete, your drives aren't being unmounted > properly. > > > The program fsck (File System Consistency Check) will find that the > drives > > > weren't properly unmounted and therefore it will scan each partition of > > > every drive for errors. It will then reboot your computer in order to > > > properly re-mount the drives. > > > > > > I did a ctrl-alt-delete once and had to wait 20 minutes before my system > was > > > functional again. (tip: not good for business) > > > > > > Stick to reboot and you'll have less trouble in the future. > > > > > > -David Fuchs > > > > > > ----- Original Message ----- > > > From: Oren Sarig > > > To: Martin Gignac > > > Cc: > > > Sent: Saturday, January 22, 2000 10:43 > > > Subject: Re: Is there a difference between 'reboot' command and > > > ctrl-alt-del? > > > > > > > I don't think there is a difference in the proccess that gets > > > > executed, but if I telnet to another machine, and I use shutdown -r > > > > now, the other machine would reboot, but if I press ctrl-alt-del, my > > > > machine would reboot. That's the main differnce, afaik. > > > > > > > > -- > > > > Oren Sarig > > > > sarig@bezeqint.net.il > > > > > > > > Martin Gignac wrote: > > > > > > > > > > Is there a difference between a reboot using the 'reboot' (or > > > shutdown -r) > > > > > command, and one using the ctrl-alt-delete key combination? I find > that > > > > > ctrl-alt-delete always seems to shutdown faster than 'reboot'... > > > > > > > > > > -Martin > > > > > > > > > > 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 Sat Jan 22 11:23:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.beastie.net (cr13646-a.lngly1.bc.wave.home.com [24.113.138.52]) by hub.freebsd.org (Postfix) with ESMTP id 70C7514DE0 for ; Sat, 22 Jan 2000 11:23:14 -0800 (PST) (envelope-from beastie@beastie.net) Received: from [204.244.161.229] (helo=ws6) by www.beastie.net with smtp (Exim 3.03 #1) id 12C61d-000J5r-00; Sat, 22 Jan 2000 11:16:45 -0800 Message-ID: <004901bf650d$73b846a0$e5a1f4cc@office.uniserve.ca> From: "David Fuchs" To: "Oren Sarig" Cc: "Martin Gignac" , References: <000701bf6501$016a9c80$40e3acce@martingignac><3889FA37.8A85F7B2@bezeqint.net.il><003b01bf650a$0cc245c0$e5a1f4cc@office.uniserve.ca> <388A001A.E358464F@bezeqint.net.il> Subject: Re: Is there a difference between 'reboot' command and ctrl-alt-del? Date: Sat, 22 Jan 2000 11:18:23 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Really... well it didn't do it for me. Am I supposed to configure it seperately? ----- Original Message ----- From: Oren Sarig To: David Fuchs Cc: Martin Gignac ; Sent: Saturday, January 22, 2000 11:08 Subject: Re: Is there a difference between 'reboot' command and ctrl-alt-del? > Actually, ctrl+alt+del in syscons does a drive sync, and shuts down > all proccesses etc. just like shutdown does, and fsck doesn't scan the > drives at boot time. > > -- > Oren Sarig > sarig@bezeqint.net.il > > David Fuchs wrote: > > > > Oh no... I hope you guys aren't all pressing ctrl-alt-delete because it's > > faster! > > > > When you do a ctrl-alt-delete, your drives aren't being unmounted properly. > > The program fsck (File System Consistency Check) will find that the drives > > weren't properly unmounted and therefore it will scan each partition of > > every drive for errors. It will then reboot your computer in order to > > properly re-mount the drives. > > > > I did a ctrl-alt-delete once and had to wait 20 minutes before my system was > > functional again. (tip: not good for business) > > > > Stick to reboot and you'll have less trouble in the future. > > > > -David Fuchs > > > > ----- Original Message ----- > > From: Oren Sarig > > To: Martin Gignac > > Cc: > > Sent: Saturday, January 22, 2000 10:43 > > Subject: Re: Is there a difference between 'reboot' command and > > ctrl-alt-del? > > > > > I don't think there is a difference in the proccess that gets > > > executed, but if I telnet to another machine, and I use shutdown -r > > > now, the other machine would reboot, but if I press ctrl-alt-del, my > > > machine would reboot. That's the main differnce, afaik. > > > > > > -- > > > Oren Sarig > > > sarig@bezeqint.net.il > > > > > > Martin Gignac wrote: > > > > > > > > Is there a difference between a reboot using the 'reboot' (or > > shutdown -r) > > > > command, and one using the ctrl-alt-delete key combination? I find that > > > > ctrl-alt-delete always seems to shutdown faster than 'reboot'... > > > > > > > > -Martin > > > > > > > > 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 Sat Jan 22 11:40:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cs.tamu.edu (clavin.cs.tamu.edu [128.194.130.106]) by hub.freebsd.org (Postfix) with ESMTP id 5053814ED6 for ; Sat, 22 Jan 2000 11:40:45 -0800 (PST) (envelope-from sks1974@cs.tamu.edu) Received: from dilbert.cs.tamu.edu (IDENT:2708@dilbert [128.194.133.100]) by cs.tamu.edu (8.9.3/8.9.3) with ESMTP id NAA29769 for ; Sat, 22 Jan 2000 13:40:42 -0600 (CST) Received: from localhost (sks1974@localhost) by dilbert.cs.tamu.edu (8.9.3/8.9.3) with ESMTP id NAA03140 for ; Sat, 22 Jan 2000 13:40:42 -0600 (CST) X-Authentication-Warning: dilbert.cs.tamu.edu: sks1974 owned process doing -bs Date: Sat, 22 Jan 2000 13:40:41 -0600 (CST) From: Suresh Kumar Satapati X-Sender: sks1974@dilbert To: freebsd-questions@freebsd.org Subject: Networking 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 have two subnets with one host routing packets to both the subnets. All hosts are running Kernel 3.3 I dont see a typical TCP protocol performance (in terms of achieved throughput when sending packets of different sizes 16,32,64...2048) when i send packets from one host to another host in the other subnet. I am using TTCP application on both the hosts (in sender and receiver modes). In a single subnet, the throghput looks good. Problems seems to be only when I route packets. Do i have to do some router configuration to obtain a good throughput ?? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 11:50:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cx264598-a.mesa1.az.home.com (cx264598-a.mesa1.az.home.com [24.14.27.99]) by hub.freebsd.org (Postfix) with ESMTP id 9C2DA15880 for ; Sat, 22 Jan 2000 11:50:44 -0800 (PST) (envelope-from vagner@cx264598-a.mesa1.az.home.com) Received: (from vagner@localhost) by cx264598-a.mesa1.az.home.com (8.9.3/8.9.3) id MAA03998; Sat, 22 Jan 2000 12:49:55 -0700 (MST) (envelope-from vagner) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <388A0336.650E3AE4@bezeqint.net.il> Date: Sat, 22 Jan 2000 12:49:55 -0700 (MST) From: George Vagner To: Oren Sarig Subject: Re: Is there a difference between 'reboot' command and ctrl-alt- Cc: freebsd-questions@FreeBSD.ORG, Martin Gignac , David Fuchs Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG aha! maybe he has one of those older machines that need the "broken keyboard reset" in his kernel? On 22-Jan-00 Oren Sarig wrote: > Not that I know of. > > -- > Oren Sarig > sarig@bezeqint.net.il > > David Fuchs wrote: >> >> Really... well it didn't do it for me. Am I supposed to configure it >> seperately? >> >> ----- Original Message ----- >> From: Oren Sarig >> To: David Fuchs >> Cc: Martin Gignac ; >> Sent: Saturday, January 22, 2000 11:08 >> Subject: Re: Is there a difference between 'reboot' command and >> ctrl-alt-del? >> >> > Actually, ctrl+alt+del in syscons does a drive sync, and shuts down >> > all proccesses etc. just like shutdown does, and fsck doesn't scan the >> > drives at boot time. >> > >> > -- >> > Oren Sarig >> > sarig@bezeqint.net.il >> > >> > David Fuchs wrote: >> > > >> > > Oh no... I hope you guys aren't all pressing ctrl-alt-delete because >> it's >> > > faster! >> > > >> > > When you do a ctrl-alt-delete, your drives aren't being unmounted >> properly. >> > > The program fsck (File System Consistency Check) will find that the >> drives >> > > weren't properly unmounted and therefore it will scan each partition of >> > > every drive for errors. It will then reboot your computer in order to >> > > properly re-mount the drives. >> > > >> > > I did a ctrl-alt-delete once and had to wait 20 minutes before my system >> was >> > > functional again. (tip: not good for business) >> > > >> > > Stick to reboot and you'll have less trouble in the future. >> > > >> > > -David Fuchs >> > > >> > > ----- Original Message ----- >> > > From: Oren Sarig >> > > To: Martin Gignac >> > > Cc: >> > > Sent: Saturday, January 22, 2000 10:43 >> > > Subject: Re: Is there a difference between 'reboot' command and >> > > ctrl-alt-del? >> > > >> > > > I don't think there is a difference in the proccess that gets >> > > > executed, but if I telnet to another machine, and I use shutdown -r >> > > > now, the other machine would reboot, but if I press ctrl-alt-del, my >> > > > machine would reboot. That's the main differnce, afaik. >> > > > >> > > > -- >> > > > Oren Sarig >> > > > sarig@bezeqint.net.il >> > > > >> > > > Martin Gignac wrote: >> > > > > >> > > > > Is there a difference between a reboot using the 'reboot' (or >> > > shutdown -r) >> > > > > command, and one using the ctrl-alt-delete key combination? I find >> that >> > > > > ctrl-alt-delete always seems to shutdown faster than 'reboot'... >> > > > > >> > > > > -Martin >> > > > > >> > > > > 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 ---------------------------------- E-Mail: George Vagner Date: 22-Jan-00 Time: 12:48:58 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 12:17:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ogurok.com (ogurok.com [209.208.150.188]) by hub.freebsd.org (Postfix) with ESMTP id BCEDD14EC8 for ; Sat, 22 Jan 2000 12:17:43 -0800 (PST) (envelope-from oleg@ogurok.com) Received: from localhost (oleg@localhost) by ogurok.com (8.9.3/8.9.3) with ESMTP id PAA00340 for ; Sat, 22 Jan 2000 15:37:18 -0500 (EST) (envelope-from oleg@ogurok.com) Date: Sat, 22 Jan 2000 15:37:18 -0500 (EST) From: Oleg Ogurok To: freebsd-questions@freebsd.org Subject: SCSI errors and tape doesn't work Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know what these could mean? Also when I try to use my scsi tape drive, "dump" starts dumping, and then stops in couple of seconds, and I can't even "kill -9" that dump process. Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): SCB 0xa - timed out in datain phase, SEQADDR == 0x110 Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): BDR message in message buffer Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): data overrun detected in Data-In pha se. Tag == 0xa. Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): Have seen Data Phase. Length = 255. NumSGs = 1. Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): no longer in timeout, status = 352 Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): SCB 0xa - timed out in datain phase, SEQADDR == 0x110 Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): BDR message in message buffer Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): data overrun detected in Data-In pha se. Tag == 0xa. Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): Have seen Data Phase. Length = 255. NumSGs = 1. Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): no longer in timeout, status = 352 Jan 22 15:31:03 mybox /kernel: sa0 at ahc0 bus 0 target 4 lun 0 Jan 22 15:31:03 mybox /kernel: sa0: Removable Sequential Access SCSI-2 device Jan 22 15:31:03 mybox /kernel: sa0: 10.000MB/s transfers (10.000MHz, offset 15) Oleg Ogurok oleg@ogurok.com http://www.ogurok.com For PGP Public Key go to http://www.ogurok.com/pgpkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 12:31: 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 BB431156D5 for ; Sat, 22 Jan 2000 12:30:56 -0800 (PST) (envelope-from jim@nasby.net) Received: from nasby.net (sysnasby@2.nasby.dsl.enteract.com [216.80.51.18]) by mail.enteract.com (8.9.3/8.9.3) with ESMTP id OAA96776 for ; Sat, 22 Jan 2000 14:30:55 -0600 (CST) (envelope-from jim@nasby.net) Message-ID: <388A137E.8D1A92ED@nasby.net> Date: Sat, 22 Jan 2000 14:30:54 -0600 From: "Jim C. Nasby" Organization: distributed.net X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en-US,en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Is there a difference between 'reboot' command and ctrl-alt-del? References: <000701bf6501$016a9c80$40e3acce@martingignac> <3889FA37.8A85F7B2@bezeqint.net.il> <003b01bf650a$0cc245c0$e5a1f4cc@office.uniserve.ca> <388A001A.E358464F@bezeqint.net.il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FWIW, I've been told by at least one 'greybeard' that using shutdown and reboot is a bad habit to get into, because on many other OS's, they don't do a clean shutdown. I always use shutdown -(h|r) now (well, except on my vinum box which seems to lock up with anything other than halt :( ). Also, unless you honest-to-God really need to reboot (basically, if you've changed the kernel), you can usually just do a shutdown now, hit return when it asks for a shell, and type exit. That will re-run almost all of the rc processes. Oren Sarig wrote: > > Actually, ctrl+alt+del in syscons does a drive sync, and shuts down > all proccesses etc. just like shutdown does, and fsck doesn't scan the > drives at boot time. > > -- > Oren Sarig > sarig@bezeqint.net.il > -- Jim C. Nasby (aka Decibel!) /^\ jim@nasby.net /___\ Freelance lighting designer and database developer / | \ Member: Triangle Fraternity, Sports Car Club of America /___|___\ Give your computer some brain candy! www.distributed.net Team #1828 Get paid to surf!! http://www.enteract.com/~nasby/alladvantage.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 12:56:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 59F6E14CBE for ; Sat, 22 Jan 2000 12:56:31 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id QAA04712; Sat, 22 Jan 2000 16:00:41 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 16:00:40 -0500 From: "Crist J. Clark" To: Matt Gostick Cc: questions@FreeBSD.ORG Subject: Re: ARP messages w/ two net cards Message-ID: <20000122160040.C3951@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from matt@crazylogic.net on Sat, Jan 22, 2000 at 11:09:13AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 11:09:13AM -0500, Matt Gostick wrote: > I successfully installed FreeBSD 3-4 last night on my main > computer ... (completly getting rid of MS-DOS (win98) for good in my > house). I'm very impressed with the install. My two network cards were > detected and worked correctly right from the start. Although I keep > getting these wierd messages in my log file. > > $ uname -a > FreeBSD king.fake.net 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Tue Dec 28 > 22:18:05 GMT 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC > i386 > > $ more /etc/hosts > 127.0.0.1 localhost localhost.my.domain > 192.168.0.3 king king.fake.net > 192.168.0.4 king king.fake.net > > $ifconfig -a > ed1: flags=8843 mtu 1500 > inet 192.168.0.3 netmask 0xffffff00 broadcast 192.168.0.255 > ether 00:00:b4:98:22:38 > le0: flags=8843 mtu 1500 > inet 192.168.0.4 netmask 0xffffff00 broadcast 192.168.0.255 > ether 00:00:f8:51:62:61 > lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > > > When I ping 192.168.0.4 from this box I get: > Jan 22 00:05:05 king /kernel: arp: 192.168.0.3 is on lo0 but got / > reply from 00:00:b4:98:22:38 on le0 > > When I ssh'd into 192.168.0.3 from 192.168.0.1 I get: > Jan 22 10:41:52 king /kernel: arp: 192.168.0.1 is on ed1 but got / > reply from 00:c0:df:ac:87:e7 on le0 > > When I ssh'd into 192.168.0.4 from 192.168.0.1 I get: > Jan 22 11:04:47 king /kernel: arp: 192.168.0.1 is on ed1 but got / > reply from 00:c0:df:ac:87:e7 on le0 > > Just wondering if this is normal... it's my first time with two network > cards in a FreeBSD box. Looks like you have two problems here. 1) You seem to have two NICs on the same logical network. 2) You seem to have two NICs on the same physical network. Problem (1) is clear from the ifconfig(8) output. The entries you have should be confusing the heck out of your computer. When you ssh to 192.168.0.1, how is the computer to decide which interface to use? According to your ifconfig output, _both_ interfaces connect to that address. Which is it to use? Given problem (1) and seeing the error messages you get, I am willing to bet you have both NICs on one wire. The short answer to that is, don't do that. Two NICs from one host on the same wire will only reduce your network performance, and as those error messages show, it confuses some of the kernel's networking. What you probably should have is one NIC on the network and have the second IP aliased to it. From the command line, # ifconfig le0 inet 192.168.0.3 # ifconfig le0 inet 192.168.0.4 netmask 0xffffffff And in rc.conf, ifconfig_le0="inet 192.168.0.3" ifconfig_le0_alias0="inet 192.168.0.4 netmask 0xffffffff" -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 13: 5:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from spamgaad.compuserve.com (as-img-4.compuserve.com [149.174.217.147]) by hub.freebsd.org (Postfix) with ESMTP id E935614CE4 for ; Sat, 22 Jan 2000 13:05:33 -0800 (PST) (envelope-from ncptiddische@compuserve.com) Received: (from mailgate@localhost) by spamgaad.compuserve.com (8.9.3/8.9.3/SUN-1.7) id QAA18795 for freebsd-questions@freebsd.org; Sat, 22 Jan 2000 16:05:33 -0500 (EST) Date: Sat, 22 Jan 2000 16:05:07 -0500 From: Nils Holland Subject: Automatic Mail-Filter To: FreeBSD-Questions Message-ID: <200001221605_MC2-95DB-1AAC@compuserve.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, I want to set up something like an automatic mail filter. Let me describe= the situation to you: I have a ctach-all eMail adress, so everything set to @frozenfeelings.com reaches the same mailbox. I'm using fetchma= il to retrieve the eMail messages from the remote host to my local host. Fetchmail reads all the messages and forwards them to ONE user on the loc= al system. Now I'd like to have something that filters the messages and then distributes them to local users. A message sent to jim@frozenfeelings.com= should for example end up in the mail box of a local user called jim, whi= le a message sent to john@frozenfeelings.com should end up in the mailbox of= the local user john. Any ideas with which software and/or setup I can aceive this? Thanks in advance, Nils To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 13: 8:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.beastie.net (cr13646-a.lngly1.bc.wave.home.com [24.113.138.52]) by hub.freebsd.org (Postfix) with ESMTP id 01C1114D8D for ; Sat, 22 Jan 2000 13:08:17 -0800 (PST) (envelope-from beastie@beastie.net) Received: from [204.244.161.229] (helo=ws6) by www.beastie.net with smtp (Exim 3.03 #1) id 12C7jn-000JoJ-00 for questions@FreeBSD.org; Sat, 22 Jan 2000 13:06:27 -0800 Message-ID: <007b01bf651c$c74a7ae0$e5a1f4cc@office.uniserve.ca> From: "David Fuchs" To: Subject: Samba doesn't kill stray processes Date: Sat, 22 Jan 2000 13:08:05 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0078_01BF64D9.B8CBAD60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0078_01BF64D9.B8CBAD60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I'm having trouble with my Samba server whenever I log in to my FreeBSD = box via my Windows 98 Network Neighborhood. If I restart my windows box = with the connection still open, I can't log back in to my FreeBSD box = via network neighborhood because the previous process was still open. = All I can do to get back in is to telnet to the FreeBSD box and kill the = SMBD process. I've tried adding keepalive =3D 60 to my smb.conf file, but it has no effect. Any ideas? =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF -David Fuchs (UNIServe Online) =20 ICQ#: 28919790 Email: beastie@beastie.net ------=_NextPart_000_0078_01BF64D9.B8CBAD60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I'm having trouble with my Samba server=20 whenever I log in to my FreeBSD box via my Windows 98 Network=20 Neighborhood.  If I restart my windows box with the connection = still open,=20 I can't log back in to my FreeBSD box via network neighborhood because = the=20 previous process was still open.  All I can do to get back in is to = telnet=20 to the FreeBSD box and kill the SMBD process.  I've tried=20 adding
 
keepalive =3D 60
 
to my smb.conf file, but it has no effect.  Any = ideas?
 
=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=
-David=20 Fuchs (UNIServe Online)
 
ICQ#: 28919790
Email: beastie@beastie.net
 
------=_NextPart_000_0078_01BF64D9.B8CBAD60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 13:15:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from commov.commercialmovers.com (proxy.commercialmovers.com.254.107.204.in-addr.arpa [204.107.254.226]) by hub.freebsd.org (Postfix) with ESMTP id E632714CA2 for ; Sat, 22 Jan 2000 13:15:19 -0800 (PST) (envelope-from lkotarba@commercialmovers.com) Received: from commercialmovers.com ([192.196.1.156]) by commov.commercialmovers.com (8.8.8/SCO5) with ESMTP id QAA00902 for ; Sat, 22 Jan 2000 16:17:22 -0500 (EST) Message-ID: <388A1E29.5E738A0D@commercialmovers.com> Date: Sat, 22 Jan 2000 16:16:26 -0500 From: Lynetta Kotarba X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: IPNAT and Port Redirection Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anyone had any success with this? I'm trying to redirect packets from the outside world to a machine on my inside world. I've tried this (And a few permutations of this) rdr de0 0/32 port ftp 192.196.1.2 port ftp When I ftp to the outside interface on this machine I end up at this machine and I'm supposed to end up at the 192.196.1.2 machine - conclusion: IPNAT isn't working properly (Or I'm not doing something properly). Either way I'm open to suggestions at this point. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 13:52:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay4.hawaii.edu (relay4.hawaii.edu [128.171.94.12]) by hub.freebsd.org (Postfix) with SMTP id 766C814D6F for ; Sat, 22 Jan 2000 13:52:54 -0800 (PST) (envelope-from rohrer@hawaii.edu) Received: from uhunix5.its.hawaii.edu ([128.171.44.55]) by relay4.Hawaii.Edu with SMTP id <30509(4)>; Sat, 22 Jan 2000 11:52:48 -1000 Received: from localhost by uhunix5.its.Hawaii.Edu with SMTP id <135672(6)>; Sat, 22 Jan 2000 11:52:38 -1000 From: Matt Rohrer X-Sender: rohrer@uhunix5 To: questions@FreeBSD.org Subject: libXext.so.6 and libXaw.so.6 not found Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Sat, 22 Jan 2000 11:52:44 -1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I installed vim from the ports collection but when I try to start it I get: /usr/libexec/ld-elf.so.1: Shared object "libXext.so.6" not found when I try to start emacs, also installed from ports collection, I get the same error except for libXaw.so.6 is not found. I tried installing all of the source from /stand/sysinstall and tried to find the libraries in /usr/src afterwards, but found nothing. Where can I find and install these libraries? Thanks for helping a newbie. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 14:31:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id 941BC14E05 for ; Sat, 22 Jan 2000 14:31:49 -0800 (PST) (envelope-from vinson@ucsu.Colorado.EDU) Received: from localhost (vinson@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) with SMTP id PAA27543 for ; Sat, 22 Jan 2000 15:31:49 -0700 (MST) Date: Sat, 22 Jan 2000 15:31:49 -0700 (MST) From: VINSON WAYNE HOWARD To: freebsd-questions@freebsd.org Subject: 3com 574-tx under -current Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I realize this could be just a s well posted o current, but here it is: I'm installing the 1-18 version of current on a inspiron 3200 w/ a 3com 574-tx e-net adaptor. On boot from the install disks, the kernel found the pcard bridge, but I didn't see an entry for the card itself. there were two unidentified devices, however. I'm told that this card works fine under 4.0, but I'm at a loss as two how to get the card to the point where I can do an ftp install with it. Do I need PAO??? Thanks for any help in advance, Wayne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 14:53:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from extremis.demon.co.uk (extremis.demon.co.uk [194.222.242.30]) by hub.freebsd.org (Postfix) with SMTP id 60FE214EC8 for ; Sat, 22 Jan 2000 14:53:46 -0800 (PST) (envelope-from gjvc@extremis.demon.co.uk) Received: (qmail 31899 invoked by uid 1010); 22 Jan 2000 22:22:56 -0000 Date: Sat, 22 Jan 2000 22:22:56 +0000 From: George Cox To: Nils Holland Cc: FreeBSD-Questions Subject: Re: Automatic Mail-Filter Message-ID: <20000122222256.A92012@extremis.demon.co.uk> References: <200001221605_MC2-95DB-1AAC@compuserve.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: <200001221605_MC2-95DB-1AAC@compuserve.com>; from ncptiddische@compuserve.com on Sat, Jan 22, 2000 at 04:05:07PM -0500 X-Operating-System: FreeBSD 4.0-CURRENT (i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22/01 16:05, Nils Holland wrote: > Fetchmail reads all the messages and forwards them to ONE user on > the local system. Now I'd like to have something that filters the > messages and then distributes them to local users. > ... > Any ideas with which software and/or setup I can aceive this? procmail. http://www.procmail.org or cd /usr/ports/mail/procmail && make install -- [gjvc] "Expectations should not be lowered simply because a product is free." -- Russ Cooper, NTBugTraq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 15:11:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 1161C157AA for ; Sat, 22 Jan 2000 15:10:35 -0800 (PST) (envelope-from bartequi@nojunk.com) Received: from bartequi.ottodomain.org (ppp26-pa4.neomedia.it [195.103.207.218]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id AAA14108; Sun, 23 Jan 2000 00:08:57 +0100 (CET) From: Salvo Bartolotta Date: Sat, 22 Jan 2000 23:10:49 GMT Message-ID: <20000122.23104900@bartequi.ottodomain.org> Subject: Re: metaports ... To: Walter Brameld , jcm@dogma.freebsd-uk.eu.org Cc: questions@FreeBSD.ORG References: <20000122.170600@bartequi.ottodomain.org> <3888FA8E.FD65AA02@twave.net> <20000122.8115700@bartequi.ottodomain.org> <3889C346.37971709@twave.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 > Dear Mr. Bartolotta, > I commend you on giving a very comprehensive explanation of > the word "meta". However, Jonathon's original question was > "What is a meta-PORT?" and I also lacked this bit of > knowledge, so I was interested in the reply. The other > respondent provided the information that a meta-port is one > that will install other ports that are required for it to > function. Using rules of theory, or perhaps even Occam's > razor I felt that was the more definitive explanation. If > failing to glean this information from your response was due > to a lack of intelligence on my part, please do not take > umbrage. I do have many short-comings. > Yours sincerely, > Walter Brameld Dear Mr Brameld, thank you very much for clarifying. Yesterday, Mr Darren Wiebe gave an almost complete answer to your question in a letter of his ("Re: metaports"). He only left a little particular understood: a metaport does not install anything "per se"; it only manages sub-ports, or, if you prefer, dependencies. It simply acts as a sort of supervisor with respect to the related subports. Let us listen to what e.g. Mr KDE-1.1.2 metaport has to tell us: =3D=3D KDE provides an integrated X11 based environment, much like CDE. =3D=3D This package does not contain anything by itself -- it is a =3D=3D "meta-port" that depends on other KDE packages. Its sole purpose = is =3D=3D to require dependencies so users can install this package only an= d =3D=3D have all the KDE stuff pulled in by the port/package dependency =3D=3D mechanism. (Cf /usr/ports/x11/kde11/pkg/DESCR) If you look at its PLIST, you will find that it is intentionally left empty; moreover, it will remain such after you have "installed" the metaport. By the way, I have KDE-1.1.2 up and running. If you should "install" such a metaport, you would also notice that the .PLIST.mktmp, which is found in the related .../work directory, was left empty. Further, and more significantly, my KDE-1.1.2 metaport .../work directory contains no *.h or *.c files, no other source-related files at large, and no subdirectories; only .PLIST.mktmp and the *.done files are present. The same applies to my Gnome metaport. In the handbook, a few details on this subject are dealt with at some lenght. However, the definitive "splitting hairs" exact response to your question is provided by the metaport Makefiles and, especially,=20 by bsd.port.mk. The latter, which is found in /usr/ports/Mk, expounds the ports mechanisms exhaustively. I hope that this information will be of help. Please note: my_fake_antispam_domain =3D=3D=3D> neomedia.it to e-mail to= me. Yours sincerely Salvo Bartolotta To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 15:11:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cs.tamu.edu (clavin.cs.tamu.edu [128.194.130.106]) by hub.freebsd.org (Postfix) with ESMTP id E6DED14C95 for ; Sat, 22 Jan 2000 15:11:53 -0800 (PST) (envelope-from sks1974@cs.tamu.edu) Received: from dilbert.cs.tamu.edu (IDENT:2708@dilbert [128.194.133.100]) by cs.tamu.edu (8.9.3/8.9.3) with ESMTP id RAA02461 for ; Sat, 22 Jan 2000 17:11:52 -0600 (CST) Received: from localhost (sks1974@localhost) by dilbert.cs.tamu.edu (8.9.3/8.9.3) with ESMTP id RAA05911 for ; Sat, 22 Jan 2000 17:11:52 -0600 (CST) X-Authentication-Warning: dilbert.cs.tamu.edu: sks1974 owned process doing -bs Date: Sat, 22 Jan 2000 17:11:52 -0600 (CST) From: Suresh Kumar Satapati X-Sender: sks1974@dilbert To: freebsd-questions@freebsd.org Subject: Router 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 I have a host acting as a Router. While data is being routed from one subnet to another, the Router gives a message which is like this: routed: Send bcast sendto(ep0, 128.133.143.255,520): No buffer space available. What is the remedy for such a situation ? where in the file system, does the routed need buffers from ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 15:25:43 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 B75A214DDE for ; Sat, 22 Jan 2000 15:25:33 -0800 (PST) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.8.8/8.8.8) with ESMTP id PAA12908; Sat, 22 Jan 2000 15:25:13 -0800 (PST) Message-Id: <200001222325.PAA12908@ptavv.es.net> To: Alex Charalabidis Cc: Enoch Wu , FreeBSD Questions , Gene Harris Subject: Re: telnet client for win95/98 In-reply-to: Your message of "Sat, 22 Jan 2000 07:34:14 CST." Date: Sat, 22 Jan 2000 15:25:13 -0800 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Sat, 22 Jan 2000 07:34:14 -0600 (CST) > From: Alex Charalabidis > Sender: owner-freebsd-questions@FreeBSD.ORG > > [insert obligatory Telnet-Is-Evil-Use-SSH lecture] > > TeraTerm is as good as it gets when it comes to freeware for the purpose. > It does support ssh1 with an extension that I found to be really messy and > wouldn't consider an option but it's all you'll get for free. SecureCRT if > you're in North America. I don't see what you are referring to by calling it "messy". You install the plug-in and you get an added selection of SSH in the connection dialog. Select it and connect and you get a screen asking for you pass phrase and the location of the identity file. (The location of the identity file is normally saved so it need be entered only one.) For a standard connection, I click the TeraTerm icon, hit a return to connect, enter my pass phrase, and I'm in. I can't see that as messy. Forwards my X traffic over the ssh tunnel as well. I've tried SecureCRT and it's quite nice, too, but I don't think the SSH1 integration is any better than that in TeraTerm. What was weak (although I believe it's now better) was the documentation. Simply put, drop the ttssh files into the TeraTerm folder and set the environment variable TERATERM_EXTENSIONS to 1 in the place appropriate to your OS. 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 Sat Jan 22 15:51:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mashie.force9.net (mashie.force9.net [195.166.128.30]) by hub.freebsd.org (Postfix) with SMTP id D26CB14F26 for ; Sat, 22 Jan 2000 15:51:39 -0800 (PST) (envelope-from Ian@tirnanog.org) Received: (qmail 4842 invoked from network); 22 Jan 2000 23:51:38 -0000 Received: from mayfly.plus.net.uk (HELO mayfly.force9.net) (195.166.128.28) by mashie.force9.net with SMTP; 22 Jan 2000 23:51:38 -0000 Received: (qmail 32361 invoked from network); 22 Jan 2000 23:51:37 -0000 Received: from 172.01-02.quay.dial.plus.net.uk (212.159.68.172) by mayfly.plus.net.uk with SMTP; 22 Jan 2000 23:51:37 -0000 From: Ian J Greely To: freebsd-questions@freebsd.org Subject: Re: Jaz drives, booting from one? Date: Sat, 22 Jan 2000 23:57:11 +0000 Message-ID: <=kCKOK3WMwx2W1BDtAeEorvKeO23@4ax.com> References: In-Reply-To: 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 Just adding my 0.02 cents worth on the reliability of the Jaz disks. =46rom personal experience of these devices on several thousand servers the failure rate of the disks is *phenominal*.=20 These are an incredibly flakey device and I would suggest that unless you intend to run the machine in a clean environment (like the Intel Plant in Leixlip!) don't do this to yourself. It's not really a case of if the device fails more a case of when. Added to this is the upgrade path Iomega have. The older 1 Gig disks are no longer being created and it is not possible to use the newer 2 Gig disks in the older device. The new device will not allow low level formatting of the older 1 Gig disks... Not a company with a "the customer is king" philosophy. *smile* If you really want "removable" buy a removable cady for hot swapable SCSI disks and a few low capacity SCSI disks. Given how expensive the media for the Jaz is it will not really make all that much difference cost-wise. Even better, forget the "hot" and buy a removable cady for IDE disks. =46or the cost of 3 X 1 Gig Jaz disks you can buy a 18Gig quantum HD. *shrug* regards, Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 15:51:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merlins.force9.net (merlins.plus.net.uk [195.166.128.23]) by hub.freebsd.org (Postfix) with SMTP id F2A8D14E6E for ; Sat, 22 Jan 2000 15:51:38 -0800 (PST) (envelope-from Ian@tirnanog.org) Received: (qmail 11067 invoked from network); 22 Jan 2000 23:51:37 -0000 Received: from mayfly.plus.net.uk (HELO mayfly.force9.net) (195.166.128.28) by merlins.plus.net.uk with SMTP; 22 Jan 2000 23:51:37 -0000 Received: (qmail 32359 invoked from network); 22 Jan 2000 23:51:36 -0000 Received: from 172.01-02.quay.dial.plus.net.uk (212.159.68.172) by mayfly.plus.net.uk with SMTP; 22 Jan 2000 23:51:36 -0000 From: Ian J Greely To: freebsd-questions@freebsd.org Subject: Re: telnet client for win95/98 Date: Sat, 22 Jan 2000 23:57:10 +0000 Message-ID: References: In-Reply-To: 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 On Sat, 22 Jan 2000 07:34:14 -0600 (CST), you wrote: >[insert obligatory Telnet-Is-Evil-Use-SSH lecture] > >TeraTerm is as good as it gets when it comes to freeware for the = purpose. >It does support ssh1 with an extension that I found to be really messy = and >wouldn't consider an option but it's all you'll get for free. SecureCRT = if >you're in North America. > >> --=20 > >Please don't use sigdashes if you're going to quote everything relevant >beneath them. > >-ac=20 In what way "really messy". I use the SSH component and the only whinge I have about it is the lack of an authentication agent. Though with a FreeBSD Box sitting in the background it's possible to have it run the authentication agent I guess.=20 It's a bit of a pain to have to keep typing the passphrase but that's the price of security. regards, Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 15:51:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cask.force9.net (cask.force9.net [195.166.128.29]) by hub.freebsd.org (Postfix) with SMTP id 91CE314E5E for ; Sat, 22 Jan 2000 15:51:38 -0800 (PST) (envelope-from Ian@tirnanog.org) Received: (qmail 30228 invoked from network); 22 Jan 2000 23:51:33 -0000 Received: from unknown (HELO mayfly.force9.net) (195.166.128.28) by cask.force9.net with SMTP; 22 Jan 2000 23:51:33 -0000 Received: (qmail 32351 invoked from network); 22 Jan 2000 23:51:33 -0000 Received: from 172.01-02.quay.dial.plus.net.uk (212.159.68.172) by mayfly.plus.net.uk with SMTP; 22 Jan 2000 23:51:33 -0000 From: Ian J Greely To: freebsd-questions@freebsd.org Subject: FXTV in Full Screen? Date: Sat, 22 Jan 2000 23:57:06 +0000 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 Has anyone managed to do this/is it possible.=20 LIke the WinTV2000 application where the application switches screen resolution and effectively turns the monitor into a tv. So far every time I try to do this with FXTV there are still parts of the screen displaying the X system desktop around the edges of the TV screen. A minor gripe but it makes rather a big difference to the overall effect. regards, Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 16: 7:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cx264598-a.mesa1.az.home.com (cx264598-a.mesa1.az.home.com [24.14.27.99]) by hub.freebsd.org (Postfix) with ESMTP id BF9DC14C3A for ; Sat, 22 Jan 2000 16:07:11 -0800 (PST) (envelope-from vagner@cx264598-a.mesa1.az.home.com) Received: (from vagner@localhost) by cx264598-a.mesa1.az.home.com (8.9.3/8.9.3) id RAA04766; Sat, 22 Jan 2000 17:06:54 -0700 (MST) (envelope-from vagner) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sat, 22 Jan 2000 17:06:53 -0700 (MST) From: George Vagner To: Oleg Ogurok , questions@freebsd.org Subject: RE: SCSI errors and tape doesn't work Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG if your using an isa scsi card make sure that you have the irq and dma assigned to legasy/isa in your bios setup. i get all sorts of timeout errors when i set mine to PNP. On 22-Jan-00 Oleg Ogurok wrote: > > Does anyone know what these could mean? > Also when I try to use my scsi tape drive, "dump" starts dumping, and then > stops in couple of seconds, and I can't even "kill -9" that dump process. > > > > Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): SCB 0xa - timed out in > datain phase, > SEQADDR == 0x110 > Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): BDR message in message > buffer > Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): data overrun detected > in Data-In pha > se. Tag == 0xa. > Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): Have seen Data Phase. > Length = 255. > NumSGs = 1. > Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): no longer in timeout, > status = 352 > Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): SCB 0xa - timed out in > datain phase, > SEQADDR == 0x110 > Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): BDR message in message > buffer > Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): data overrun detected > in Data-In pha > se. Tag == 0xa. > Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): Have seen Data Phase. > Length = 255. > NumSGs = 1. > Jan 22 15:31:03 mybox /kernel: (probe4:ahc0:0:4:0): no longer in timeout, > status = 352 > Jan 22 15:31:03 mybox /kernel: sa0 at ahc0 bus 0 target 4 lun 0 > Jan 22 15:31:03 mybox /kernel: sa0: Removable > Sequential Access > SCSI-2 device > Jan 22 15:31:03 mybox /kernel: sa0: 10.000MB/s transfers (10.000MHz, > offset 15) > > > Oleg Ogurok > oleg@ogurok.com > http://www.ogurok.com > For PGP Public Key go to http://www.ogurok.com/pgpkey.txt > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---------------------------------- E-Mail: George Vagner Date: 22-Jan-00 Time: 17:05:12 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 16:27:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id F023F14D9D for ; Sat, 22 Jan 2000 16:27:23 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.54] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id ea128704 for ; Sat, 22 Jan 2000 19:25:40 -0500 Message-ID: <388A4B5B.53313147@twave.net> Date: Sat, 22 Jan 2000 19:29:15 -0500 From: Walter Brameld X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Salvo Bartolotta Cc: jcm@dogma.freebsd-uk.eu.org, questions@FreeBSD.ORG Subject: Re: metaports ... References: <20000122.170600@bartequi.ottodomain.org> <3888FA8E.FD65AA02@twave.net> <20000122.8115700@bartequi.ottodomain.org> <3889C346.37971709@twave.net> <20000122.23104900@bartequi.ottodomain.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Salvo Bartolotta wrote: > Dear Mr Brameld, > > thank you very much for clarifying. > Thank you. That was an excellent reply which allowed me to nail down the concept solidly. As you could see from my last post, I still did not understand the meaning of a 'meta-port'. That has now been rectified. Looking forward to hearing from you in the future, -- Walter in·tel·lec·tu·al (ntl-kch-l) n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 16:36:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.cybersurf.net (smtp2.cybersurf.net [209.197.145.112]) by hub.freebsd.org (Postfix) with ESMTP id CC34114FA4 for ; Sat, 22 Jan 2000 16:36:33 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.153.41]) by smtp2.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FORJ0U00.FMR for ; Sat, 22 Jan 2000 17:36:30 -0700 Message-Id: Date: Sat, 22 Jan 2000 17:37:41 -0700 X-Priority: 3 From: Duke Normandin <01031149@3web.net> X-Mailer: Mail Warrior To: jcm@dogma.freebsd-uk.eu.org Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Subject: Re: programmer's editor choice Content-Type: Text/Plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8Bit X-Mailer-Version: v3.55 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 01/22/2000 6:38:41 AM, Jonathon McKitrick wrote: >On Sat, 22 Jan 2000, James A Wilde wrote: > >>Thoughts, yes! >> >>I asked nearly the same question a few months ago. The conclusion I came to >>was: stick to vi for two reasons: > >Well, i think i have to agree with you. I installed vim last night, >and a friend gave me a few lines for the config file... I now have >color context highlighting, c indentation, and more! I love this >editor! Small, fast, (not like emacs) like you said, on every >machine.... The color looks great, the commands are very powerful and >efficient. I really picked up the basics fast. I think i've >decided... :-) > >-=> jm <=- Will vi syntax highlighting work in console mode? If so, would you consider sending me a copy of that ``config'' file your friend provided? It sure would make working with my ``php3'' stuff more in line with what I've been used to on win9x. TIA... -duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 17:19:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from everest.overx.com (everest.overx.com [63.82.145.202]) by hub.freebsd.org (Postfix) with ESMTP id 5FC4614EF0 for ; Sat, 22 Jan 2000 17:19:11 -0800 (PST) (envelope-from dayton@overx.com) Received: from polo.overx.com (polo.overx.com [63.82.145.204]) by everest.overx.com (Postfix) with ESMTP id 2DC0C204A for ; Sat, 22 Jan 2000 19:19:05 -0600 (CST) Received: by polo.overx.com (Postfix, from userid 1001) id 4AF3F3EA0; Sat, 22 Jan 2000 19:18:50 -0600 (CST) From: Soren Dayton Reply-To: dayton@overx.com Newsgroups: uchi.comp.unix To: freebsd-questions@freebsd.org Subject: making a 56k modem pool Date: 22 Jan 2000 19:18:49 -0600 Message-ID: <86u2k5io06.fsf@polo.overx.com> Organization: University of Chicago Lines: 20 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.1 (Bryce Canyon) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Posted-To: uchi.comp.unix Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The following message is a courtesy copy of an article that has been posted to uchi.comp.unix as well. Hi, I'm trying to set up a little modem pool with which I would like to get 56k speeds. I have a couple of USR/3com Courier V.Everything modems that are capable of 56k connectivity. However, when asked how to reverse the builtin asymmetry in the modem (outgoing 33k, incoming 56k) the 3com tech support guy said that I had to go to ISDN modems with funny digital lines and the whole deal. Does someone know what's going on here (or know of a pointer to that kind of information)? I just don't understand what the issues are, and I'm going to need to understand these to buy new modems, phone lines, etc. If I need to get new modems, does anyone have recommendations about ISDN modems? Any gotchas doing this stuff with FreeBSD? Thanks, Soren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 17:26:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 589CF14F08 for ; Sat, 22 Jan 2000 17:26:10 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat55.x-treme.gr [212.120.197.247]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id DAA29863; Sun, 23 Jan 2000 03:25:41 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id DAA32604; Sun, 23 Jan 2000 03:25:39 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Sun, 23 Jan 2000 03:25:38 +0200 From: Giorgos Keramidas To: Cdt666@aol.com Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG Subject: Re: Ipfilter Message-ID: <20000123032538.A32572@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 01:11:22PM -0500, Cdt666@aol.com wrote: > > Would it perhaps be possible to make 'man -k ipfilter' bring those > up? Oh, but it does, almost Try `man -k filter'. You don't have to know exactly what you're looking for to search the manpage whatis databases. Partial matching works fine too :) -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 17:30: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 48B7614FF0 for ; Sat, 22 Jan 2000 17:29:56 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat55.x-treme.gr [212.120.197.247]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id DAA29900; Sun, 23 Jan 2000 03:29:46 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id DAA32628; Sun, 23 Jan 2000 03:29:42 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Sun, 23 Jan 2000 03:29:42 +0200 From: Giorgos Keramidas To: Suresh Kumar Satapati Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Networking Question Message-ID: <20000123032942.B32572@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 01:40:41PM -0600, Suresh Kumar Satapati wrote: > Do i have to do some router configuration to obtain a good > throughput? A lot of things can affect throughput and performance. For instance running ipfw witha huge list of rules is not the best thing to do. Even that, however, should not be the cause of a dramatic throughput decrease. Have you tried enabling net.inet.ip.fastforwarding with sysctl? sysctl -w net.inet.ip.fastforwarding=1 I don't know if it should make a huge differece, but it's name seems to be quite a temptation to me a long time now. -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 17:39: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 831A014A31 for ; Sat, 22 Jan 2000 17:39:11 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.12 #1) id 12CBQu-0007x6-00; Sun, 23 Jan 2000 01:03:12 +0000 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #1) id 12CBQu-0002Nx-00; Sun, 23 Jan 2000 01:03:12 +0000 Date: Sun, 23 Jan 2000 01:03:12 +0000 From: Ben Smithurst To: Duke Normandin <01031149@3web.net> Cc: jcm@dogma.freebsd-uk.eu.org, freebsd-questions@freebsd.org Subject: Re: programmer's editor choice Message-ID: <20000123010311.A8967@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Duke Normandin wrote: > Will vi syntax highlighting work in console mode? If so, would you > consider sending me a copy of that ``config'' file your friend > provided? It sure would make working with my ``php3'' stuff more in > line with what I've been used to on win9x. TIA... yeah, it should. All you should need to do is, $ echo syntax on >> ~/.vimrc to get started. (This assumes you're using vim -- the vi in FreeBSD's base system (nvi) doesn't support syntax highlighting.) -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 17:51:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.actllc.com (mail-1.actllc.com [209.221.160.11]) by hub.freebsd.org (Postfix) with ESMTP id 7F2CE150DB for ; Sat, 22 Jan 2000 17:51:01 -0800 (PST) (envelope-from majid@ibroadcast.net) Received: from magic2 ([209.221.145.23]) by mail-1.actllc.com (8.9.3/8.9.1) with SMTP id RAA18400; Sat, 22 Jan 2000 17:56:09 -0800 Message-ID: <015d01bf6544$086547e0$1791ddd1@balfourplace.com> From: "Majid Almassari" To: Cc: "freebsd-questions@FreeBSD.ORG" Subject: RE: Making a 56K Modem Pool Date: Sat, 22 Jan 2000 17:48:57 -0800 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0158_01BF6500.F4EC5E80" 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_0158_01BF6500.F4EC5E80 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0159_01BF6500.F4F3FFA0" ------=_NextPart_001_0159_01BF6500.F4F3FFA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Soren Dayton wrote in message news:86u2k5io06.fsf@polo.overx.com... > The following message is a courtesy copy of an article > that has been posted to uchi.comp.unix as well. > > > Hi, > > I'm trying to set up a little modem pool with which I would like to > get 56k speeds. I have a couple of USR/3com Courier V.Everything > modems that are capable of 56k connectivity. Provided you have a clean Analog phone line, local circuit loop from your location to the Public Telephone Network Switch (PTNS) > > However, when asked how to reverse the builtin asymmetry in the modem > (outgoing 33k, incoming 56k) the 3com tech support guy said that I had > to go to ISDN modems with funny digital lines and the whole deal. He is right. This is just Analog phone line limitations. in matter of fact you can not achieve anything higher that 53KBPS (incoming) due to FCC regulations on Analog phone lines. > Does someone know what's going on here (or know of a pointer to that > kind of information)? I just don't understand what the issues are, > and I'm going to need to understand these to buy new modems, phone > lines, etc. Unfortunately there is nothing that you can do about it except calling the phone company and complain about noise so they can dispatch a technician to check the wiring in your location at least. Remote testing based on Signal to Noise ratios are not that accurate anyway. There might be wiring problems in your location that a phone tech can determine (like a cross-over wiring-Phone guys know this better that I do?). If everything is OK then you are basically limited and need to switch to a different Technology such as ISDN, XDSL, Cable,...etc. >If I need to get new modems, does anyone have > recommendations about ISDN modems? Any gotchas doing this stuff with > FreeBSD? I think 3COM (US Robotics) do produce good ISDN Modems check their web site for more details. Have I installed such a modem in FreeBSD? not really so I can not tell you any experience in that field, but it is a PPP connection in principle and what you need is a proper configuration in ppp.conf reflecting PPP support over ISDN. Also in FreeBSD 3.4, there are additional Kernel support for various ISDN cards. I would strongly recommend reading the Release notes of your FreeBSD Distribution and above all the valuable Online Handbook. Hopefully that helps. > > Thanks, > Soren > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Majid Almassari, MSEE, MCP. System Administrator. iBroadcast, Inc. (206) 223-5540 http://www.ibroadcast.net ------=_NextPart_001_0159_01BF6500.F4F3FFA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Soren Dayton <dayton@overx.com> wrote in = message
news:86u2k5io06.fsf@polo.over= x.com...
>=20 The following message is a courtesy copy of an article
> that has = been=20 posted to uchi.comp.unix as well.
>
>
> = Hi,
>
>=20 I'm trying to set up a little modem pool with which I would like = to
> get=20 56k speeds.  I have a couple of USR/3com Courier = V.Everything
>=20 modems that are capable of 56k connectivity.

Provided you have a = clean=20 Analog phone line, local circuit loop from your
location to the = Public=20 Telephone Network Switch (PTNS)
>
> However, when asked how = to=20 reverse the builtin asymmetry in the modem
> (outgoing 33k, = incoming 56k)=20 the 3com tech support guy said that I had
> to go to ISDN modems = with=20 funny digital lines and the whole deal.

He is right. This is just = Analog=20 phone line limitations. in matter of fact
you can not achieve = anything higher=20 that 53KBPS (incoming) due to FCC
regulations on Analog phone=20 lines.

> Does someone know what's going on here (or know of a = pointer=20 to that
> kind of information)?  I just don't understand what = the=20 issues are,
> and I'm going to need to understand these to buy new = modems,=20 phone
> lines, etc.

Unfortunately there is nothing that you = can do=20 about it except calling the
phone company and complain about noise so = they=20 can dispatch a technician to
check the wiring in your location at = least.=20 Remote testing based on Signal
to Noise ratios are not that accurate = anyway.=20 There might be wiring problems
in your location that a phone tech can = determine (like a cross-over
wiring-Phone guys know this better that = I do?).=20 If everything is OK then you
are basically limited and need to switch = to a=20 different Technology such as
ISDN, XDSL, Cable,...etc.

>If = I need=20 to get new modems, does anyone have
> recommendations about ISDN=20 modems?  Any gotchas doing this stuff with
> FreeBSD?
I = think 3COM=20 (US Robotics) do produce good ISDN Modems check their web site
for = more=20 details. Have I installed such a modem in FreeBSD? not really so = I
can not=20 tell you any experience in that field, but it is a PPP connection=20 in
principle and what you need is a proper configuration in ppp.conf=20 reflecting
PPP support over ISDN. Also in FreeBSD 3.4, there are = additional=20 Kernel
support for various ISDN cards. I would strongly recommend = reading=20 the
Release notes of your FreeBSD Distribution and above all the = valuable=20 Online
Handbook. Hopefully that helps.
>
> = Thanks,
>=20 Soren
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> = with=20 "unsubscribe freebsd-questions" in the body of the=20 message
>


--
Majid Almassari, MSEE, MCP.
System=20 Administrator.
iBroadcast, Inc.
(206) 223-5540
http://www.ibroadcast.net

<= /FONT>
------=_NextPart_001_0159_01BF6500.F4F3FFA0-- ------=_NextPart_000_0158_01BF6500.F4EC5E80 Content-Type: text/x-vcard; name="Majid Almassari.vcf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Majid Almassari.vcf" BEGIN:VCARD VERSION:2.1 N:Almassari;Majid FN:Majid Almassari ORG:iBroadcast, Inc;NOC TITLE:System Administrator TEL;WORK;VOICE:206-223-5540 TEL;CELL;VOICE:206-650-6001 TEL;PAGER;VOICE:2066506001@messaging.sprintpcs.com TEL;WORK;FAX:206-223-5535 TEL;HOME;FAX:206-223-5535 ADR;WORK;ENCODING=3DQUOTED-PRINTABLE:;;207 1/2-1st Avenue = S.=3D0D=3D0A#300;Seattle;WA;98104;USA LABEL;WORK;ENCODING=3DQUOTED-PRINTABLE:207 1/2-1st Avenue = S.=3D0D=3D0A#300=3D0D=3D0ASeattle, WA 98104=3D0D=3D0AUSA ADR;HOME;ENCODING=3DQUOTED-PRINTABLE:;;1820 Minor = Avenue.=3D0D=3D0A#416;Seattle;WA;98101;USA LABEL;HOME;ENCODING=3DQUOTED-PRINTABLE:1820 Minor = Avenue.=3D0D=3D0A#416=3D0D=3D0ASeattle, WA 98101=3D0D=3D0AUSA X-WAB-GENDER:2 URL: URL:http://www.ibroadcast.net BDAY:19700611 KEY;X509;ENCODING=3DBASE64: = MIIEIjCCA4ugAwIBAgIQUNdkOrECniRXSQehPos/jzANBgkqhkiG9w0BAQQFADCBzDEXMBUG = A1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdvcmsx = RjBEBgNVBAsTPXd3dy52ZXJpc2lnbi5jb20vcmVwb3NpdG9yeS9SUEEgSW5jb3JwLiBCeSBS = ZWYuLExJQUIuTFREKGMpOTgxSDBGBgNVBAMTP1ZlcmlTaWduIENsYXNzIDEgQ0EgSW5kaXZp = ZHVhbCBTdWJzY3JpYmVyLVBlcnNvbmEgTm90IFZhbGlkYXRlZDAeFw05OTExMTEwMDAwMDBa = Fw0wMDAxMTAyMzU5NTlaMIIBCjEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsT = FlZlcmlTaWduIFRydXN0IE5ldHdvcmsxRjBEBgNVBAsTPXd3dy52ZXJpc2lnbi5jb20vcmVw = b3NpdG9yeS9SUEEgSW5jb3JwLiBieSBSZWYuLExJQUIuTFREKGMpOTgxHjAcBgNVBAsTFVBl = cnNvbmEgTm90IFZhbGlkYXRlZDEnMCUGA1UECxMeRGlnaXRhbCBJRCBDbGFzcyAxIC0gTWlj = cm9zb2Z0MRgwFgYDVQQDFA9NYWppZCBBbG1hc3NhcmkxIzAhBgkqhkiG9w0BCQEWFG1hamlk = QGlicm9hZGNhc3QubmV0MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANpgi91K/KpvdLNmM0at = RMKYpH64YGtyfgMJ8H6MR9eGT3Pgs9MiUy3XnQmzFRuziC53WlxYk+S/65pcRUR7BnkCAwEA = AaOCAQYwggECMAkGA1UdEwQCMAAwgawGA1UdIASBpDCBoTCBngYLYIZIAYb4RQEHAQEwgY4w = KAYIKwYBBQUHAgEWHGh0dHBzOi8vd3d3LnZlcmlzaWduLmNvbS9DUFMwYgYIKwYBBQUHAgIw = VjAVFg5WZXJpU2lnbiwgSW5jLjADAgEBGj1WZXJpU2lnbidzIENQUyBpbmNvcnAuIGJ5IHJl = ZmVyZW5jZSBsaWFiLiBsdGQuIChjKTk3IFZlcmlTaWduMBEGCWCGSAGG+EIBAQQEAwIHgDAz = BgNVHR8ELDAqMCigJqAkhiJodHRwOi8vY3JsLnZlcmlzaWduLmNvbS9jbGFzczEuY3JsMA0G = CSqGSIb3DQEBBAUAA4GBAB7zFUond1mrVnBLPft5oBcbAHELlIR4QO81CnOsDeirT1VX4i29 = a1AdAhl3ED//GVMCTUkxWKIagG4I5z/FN305Ce5Ml7oBRAAq5HexA8NhwLekr5flm1vJAgeD 4p5vdCvKMg25N0GnOT9Jug3e0ODoucLD29i6hHBXgQu/lmUl EMAIL;PREF;INTERNET:majid@ibroadcast.net EMAIL;INTERNET:malmassa@whidbey.net REV:20000123T014857Z END:VCARD ------=_NextPart_000_0158_01BF6500.F4EC5E80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 18:31:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from everest.overx.com (everest.overx.com [63.82.145.202]) by hub.freebsd.org (Postfix) with ESMTP id 0D4F414DE7 for ; Sat, 22 Jan 2000 18:31:28 -0800 (PST) (envelope-from dayton@overx.com) Received: from polo.overx.com (polo.overx.com [63.82.145.204]) by everest.overx.com (Postfix) with ESMTP id 052F3204A; Sat, 22 Jan 2000 20:31:27 -0600 (CST) Received: by polo.overx.com (Postfix, from userid 1001) id 1DFA63EA0; Sat, 22 Jan 2000 20:31:12 -0600 (CST) From: Soren Dayton Reply-To: dayton@overx.com To: "Majid Almassari" Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Making a 56K Modem Pool References: <015d01bf6544$086547e0$1791ddd1@balfourplace.com> Date: 22 Jan 2000 20:31:11 -0600 In-Reply-To: "Majid Almassari"'s message of "Sat, 22 Jan 2000 17:48:57 -0800" Message-ID: <86d7qtiknk.fsf@polo.overx.com> Lines: 41 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.1 (Bryce Canyon) 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 "Majid Almassari" writes: > Soren Dayton wrote in message > news:86u2k5io06.fsf@polo.overx.com... > > > Does someone know what's going on here (or know of a pointer to that > > kind of information)?  I just don't understand what the issues are, > > and I'm going to need to understand these to buy new modems, phone > > lines, etc. > > Unfortunately there is nothing that you can do about it except calling the > phone company and complain about noise so they can dispatch a technician to > check the wiring in your location at least. Remote testing based on Signal > to Noise ratios are not that accurate anyway. There might be wiring problems > in your location that a phone tech can determine (like a cross-over > wiring-Phone guys know this better that I do?). If everything is OK then you > are basically limited and need to switch to a different Technology such as > ISDN, XDSL, Cable,...etc. Hmm. Either I don't understand your answer, or I asked the question badly. The setup is two analog modems talking to each other. Both can separately achieve ~51k connections on their respective phone lines to various 56k services (such as USR's 56k test line and various Chicago ISPs). However when connecting to each other, they always get 33k. One explanation is that one is configured to max out at 33k in one direction. The USR/3com guy said, basically, that this is true. BUT also that there are funny protocol issues that require that one of the modems be in a "server mode" and speak a "server protocol". And that these kinds of devices only come in ISDN flavors (thus requiring digital lines, etc) So my question: is this true? What's the story? What are references that I can look at? Does this disagree with what you are saying? Does it agree? Did I state the question clearly enough? THANKS, Soren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 18:59: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from email.nconnect.net (email.nconnect.net [216.114.12.3]) by hub.freebsd.org (Postfix) with ESMTP id B957B15068 for ; Sat, 22 Jan 2000 18:58:53 -0800 (PST) (envelope-from morrows@dmtconsulting.com) Received: from renegade01 (dsl-14.nconnect.net [216.114.15.14]) by email.nconnect.net (8.9.0/8.9.0) with SMTP id UAA11892; Sat, 22 Jan 2000 20:58:40 -0600 (CST) Reply-To: From: "Steve Morrow" To: , "Majid Almassari" Cc: Subject: RE: Making a 56K Modem Pool Date: Sat, 22 Jan 2000 20:50:23 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <86d7qtiknk.fsf@polo.overx.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Two 56k modems connected together will not connect higher than 33.6. All 56k modems are "one way" they only achieve those speeds downstream, not up. In order to communicate at those speeds you would need to use a different technology. Steve morrows@dmtconsulting.com -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Soren Dayton Sent: Saturday, January 22, 2000 8:31 PM To: Majid Almassari Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Making a 56K Modem Pool "Majid Almassari" writes: > Soren Dayton wrote in message > news:86u2k5io06.fsf@polo.overx.com... > > > Does someone know what's going on here (or know of a pointer to that > > kind of information)?  I just don't understand what the issues are, > > and I'm going to need to understand these to buy new modems, phone > > lines, etc. > > Unfortunately there is nothing that you can do about it except calling the > phone company and complain about noise so they can dispatch a technician to > check the wiring in your location at least. Remote testing based on Signal > to Noise ratios are not that accurate anyway. There might be wiring problems > in your location that a phone tech can determine (like a cross-over > wiring-Phone guys know this better that I do?). If everything is OK then you > are basically limited and need to switch to a different Technology such as > ISDN, XDSL, Cable,...etc. Hmm. Either I don't understand your answer, or I asked the question badly. The setup is two analog modems talking to each other. Both can separately achieve ~51k connections on their respective phone lines to various 56k services (such as USR's 56k test line and various Chicago ISPs). However when connecting to each other, they always get 33k. One explanation is that one is configured to max out at 33k in one direction. The USR/3com guy said, basically, that this is true. BUT also that there are funny protocol issues that require that one of the modems be in a "server mode" and speak a "server protocol". And that these kinds of devices only come in ISDN flavors (thus requiring digital lines, etc) So my question: is this true? What's the story? What are references that I can look at? Does this disagree with what you are saying? Does it agree? Did I state the question clearly enough? THANKS, Soren 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 Jan 22 18:59:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 4DAD115068 for ; Sat, 22 Jan 2000 18:59:11 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id WAA05361; Sat, 22 Jan 2000 22:03:42 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 22:03:41 -0500 From: "Crist J. Clark" To: Soren Dayton Cc: Majid Almassari , "freebsd-questions@FreeBSD.ORG" Subject: Re: Making a 56K Modem Pool Message-ID: <20000122220341.A5211@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <015d01bf6544$086547e0$1791ddd1@balfourplace.com> <86d7qtiknk.fsf@polo.overx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0i In-Reply-To: <86d7qtiknk.fsf@polo.overx.com>; from dayton@overx.com on Sat, Jan 22, 2000 at 08:31:11PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 08:31:11PM -0600, Soren Dayton wrote: > "Majid Almassari" writes: > > > Soren Dayton wrote in message > > news:86u2k5io06.fsf@polo.overx.com... > > > > > Does someone know what's going on here (or know of a pointer to that > > > kind of information)?  I just don't understand what the issues are, > > > and I'm going to need to understand these to buy new modems, phone > > > lines, etc. > > > > Unfortunately there is nothing that you can do about it except calling the > > phone company and complain about noise so they can dispatch a technician to > > check the wiring in your location at least. Remote testing based on Signal > > to Noise ratios are not that accurate anyway. There might be wiring problems > > in your location that a phone tech can determine (like a cross-over > > wiring-Phone guys know this better that I do?). If everything is OK then you > > are basically limited and need to switch to a different Technology such as > > ISDN, XDSL, Cable,...etc. > > Hmm. Either I don't understand your answer, or I asked the question > badly. The setup is two analog modems talking to each other. Both > can separately achieve ~51k connections on their respective phone > lines to various 56k services (such as USR's 56k test line and various > Chicago ISPs). However when connecting to each other, they always get > 33k. One explanation is that one is configured to max out at 33k in > one direction. > > The USR/3com guy said, basically, that this is true. BUT also that > there are funny protocol issues that require that one of the modems be > in a "server mode" and speak a "server protocol". And that these > kinds of devices only come in ISDN flavors (thus requiring digital > lines, etc) > > So my question: is this true? What's the story? What are references > that I can look at? > > Does this disagree with what you are saying? Does it agree? Did I > state the question clearly enough? I am not a modem expert. However, I became aquainted with this issue when people (including the company GM) whined about how they could never do better than 33 Kb/s when they dialed into our network. The 56 Kb/s download and 33.6 Kb/s is an inherent limitation to an analog connection. There is no way around it. The real reasons the limit exists are complicated, and I have not sought to fully understand them. It basically comes down to the fact that a digital line can talk to an analog line at 56 Kb/s (using the V.90 standard), but analog can only talk to digial (or another analog) at 33.6 Kb/s (V.34 I think). It's not intuitively obvious, but it's been a while since I did any RF signal work. This URL is a _really_ non-technical overview, but its the best I could do really quickly. All of the references I previously dug up are written on paper at the office (that's not very like me...). -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 19: 5: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 4836A15806 for ; Sat, 22 Jan 2000 19:04:57 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id WAA05412; Sat, 22 Jan 2000 22:09:36 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 22:09:35 -0500 From: "Crist J. Clark" To: Matt Rohrer Cc: questions@FreeBSD.ORG Subject: Re: libXext.so.6 and libXaw.so.6 not found Message-ID: <20000122220935.B5211@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from rohrer@hawaii.edu on Sat, Jan 22, 2000 at 11:52:44AM -1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 11:52:44AM -1000, Matt Rohrer wrote: > Hello, > > I installed vim from the ports collection but when I try to start it I > get: > > /usr/libexec/ld-elf.so.1: Shared object "libXext.so.6" not found > > when I try to start emacs, also installed from ports collection, I get > the same error except for libXaw.so.6 is not found. > > I tried installing all of the source from /stand/sysinstall and tried to > find the libraries in /usr/src afterwards, but found nothing. Where can I > find and install these libraries? > > Thanks for helping a newbie. As one might guess from the names, these libraries are both part of X. On my system they are in, -rwxr-xr-x 1 root wheel 248524 Aug 31 07:33 /usr/X11R6/lib/libXaw.so.6 -rwxr-xr-x 1 root wheel 44909 Aug 31 07:33 /usr/X11R6/lib/libXext.so.6 You will not find them in the source since they are X, not FreeBSD. If you have X installed on your system, you need to make sure that the X libs are in the shared lib hints (see ldconfig(8)). If you do not have X installed, either install it if you want it or rebuild emacs and vim making sure not to include X support. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 19: 6:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 026E214A14 for ; Sat, 22 Jan 2000 19:06:37 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id WAA05429; Sat, 22 Jan 2000 22:11:12 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 22:11:12 -0500 From: "Crist J. Clark" To: Soren Dayton Cc: Majid Almassari , "freebsd-questions@FreeBSD.ORG" Subject: Re: Making a 56K Modem Pool Message-ID: <20000122221112.C5211@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <015d01bf6544$086547e0$1791ddd1@balfourplace.com> <86d7qtiknk.fsf@polo.overx.com> <20000122220341.A5211@cc942873-a.ewndsr1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000122220341.A5211@cc942873-a.ewndsr1.nj.home.com>; from cjc@cc942873-a.ewndsr1.nj.home.com on Sat, Jan 22, 2000 at 10:03:41PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 10:03:41PM -0500, Crist J. Clark wrote: [snip] > This URL is a _really_ non-technical overview, but its the best I > could do really quickly. All of the references I previously dug up are > written on paper at the office (that's not very like me...). Errr, umm... Forgot the URL, http://www.V90.com/whatis.htm -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 19: 6:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.cyfari.com (www.cyfari.com [63.70.68.50]) by hub.freebsd.org (Postfix) with SMTP id 1897914C1A for ; Sat, 22 Jan 2000 19:06:40 -0800 (PST) (envelope-from naief@cyfari.com) Received: (qmail 25347 invoked from network); 23 Jan 2000 03:08:14 -0000 Received: from unknown (HELO naief.cyfari.com) (208.193.65.11) by www.cyfari.com with SMTP; 23 Jan 2000 03:08:14 -0000 Date: Sat, 22 Jan 2000 22:05:13 -0500 From: Naief BinTalal To: Soren Dayton Cc: Majid Almassari , "freebsd-questions@FreeBSD.ORG" Subject: Re: Making a 56K Modem Pool Message-ID: <20000122220513.A72118@cyfari.com> References: <015d01bf6544$086547e0$1791ddd1@balfourplace.com> <86d7qtiknk.fsf@polo.overx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0i In-Reply-To: <86d7qtiknk.fsf@polo.overx.com>; from dayton@overx.com on Sat, Jan 22, 2000 at 08:31:11PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 08:31:11PM -0600, Soren Dayton wrote: > "Majid Almassari" writes: > > > Soren Dayton wrote in message > > news:86u2k5io06.fsf@polo.overx.com... > > > > > Does someone know what's going on here (or know of a pointer to that > > > kind of information)?  I just don't understand what the issues are, > > > and I'm going to need to understand these to buy new modems, phone > > > lines, etc. > > > > Unfortunately there is nothing that you can do about it except calling the > > phone company and complain about noise so they can dispatch a technician to > > check the wiring in your location at least. Remote testing based on Signal > > to Noise ratios are not that accurate anyway. There might be wiring problems > > in your location that a phone tech can determine (like a cross-over > > wiring-Phone guys know this better that I do?). If everything is OK then you > > are basically limited and need to switch to a different Technology such as > > ISDN, XDSL, Cable,...etc. > > Hmm. Either I don't understand your answer, or I asked the question > badly. The setup is two analog modems talking to each other. Both > can separately achieve ~51k connections on their respective phone > lines to various 56k services (such as USR's 56k test line and various > Chicago ISPs). However when connecting to each other, they always get > 33k. One explanation is that one is configured to max out at 33k in > one direction. > > The USR/3com guy said, basically, that this is true. BUT also that > there are funny protocol issues that require that one of the modems be > in a "server mode" and speak a "server protocol". And that these > kinds of devices only come in ISDN flavors (thus requiring digital > lines, etc) > > So my question: is this true? What's the story? What are references > that I can look at? > Yes it's true, your modem's upstream speed is only 33K. Why? Don't worry about! ... OK if you insist go to http://v90.com :) Cheers, Naief BBTG > Does this disagree with what you are saying? Does it agree? Did I > state the question clearly enough? > > THANKS, > Soren > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- ------------------------------------------------------- Naief BinTalal | naief@cyfari.com ------------------------------------------------------- "A rock pile ceases to be a rock pile the moment a single man contemplates it, bearing within him the image of a cathedral" -- Antoine de Saint-Exupery ------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 19:13: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from holly.dyndns.org (adsl-216-62-157-60.dsl.hstntx.swbell.net [216.62.157.60]) by hub.freebsd.org (Postfix) with ESMTP id A13E6153AB; Sat, 22 Jan 2000 19:12:55 -0800 (PST) (envelope-from chris@holly.dyndns.org) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id VAA47594; Sat, 22 Jan 2000 21:12:04 -0600 (CST) (envelope-from chris) Date: Sat, 22 Jan 2000 21:12:04 -0600 From: Chris Costello To: ROsteen Cc: questions@FreeBSD.org Subject: Re: unix doskey type program Message-ID: <20000122211204.J75920@holly.calldei.com> Reply-To: chris@calldei.com References: <388A7042.AAE33988@elpn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i In-Reply-To: <388A7042.AAE33988@elpn.com> X-URL: http://www.FreeBSD.org/~chris/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000, ROsteen wrote: > Can anyone tell me the name of a program that will allow me to recall > past commands like an up arrow or something? First of all, shouldn't you be posting this in freebsd-questions@FreeBSD.org? This question has absolutely nothing to FreeBSD networking. Secondly, you want to use your shell's history editing. If you want the up-arrow/down-arrow business, do this: cd /usr/ports/shells/bash make install as this shell by default has that functionality. Another shell, pdksh, under /usr/ports/shells/pdksh, can do this optionally with the ``set -o gmacs'' command. -- |Chris Costello |Your e-mail has been returned due to insufficient voltage. `---------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 19:19:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 2FE8814A11 for ; Sat, 22 Jan 2000 19:19:45 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id WAA05489; Sat, 22 Jan 2000 22:23:56 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 22:23:56 -0500 From: "Crist J. Clark" To: Ken Seggerman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make fails while rebuilding kernel Message-ID: <20000122222356.D5211@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from suleyman@echonyc.com on Sat, Jan 22, 2000 at 01:21:47PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 01:21:47PM -0500, Ken Seggerman wrote: > Greetings: > > I am trying to rebuild my 3.1 kernel on a desktop pc. > > I did a make depend and then a make sevaral times. > > Make invarialbly fails with: > rm -f hack.c > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi > -nostdinc -I- -I. -I../.. -I/usr/include -DKERNEL -DVM_STACK -include > opt_global.h -elf swapkernel.c > make: don't know how to make ../../sys/param.h. Stop > > My reading of the handbook lead me to believe that I may have made some > errors in editing the kernel configuration file. > > I tried reducing the number of changes, and finally tried building from > GENERIC with the same result: > make: don't know how to make ../../sys/param.h. Stop > > There are several versions of param.h in various places > > /usr/include/machine/param.h > /usr/include/sys/param.h > /usr/src/sys/alpha/include/param.h > /usr/src/sys/i386/boot/dosboot/param.h > /usr/src/sys/i386/include/param.h > /usr/src/sys/param.h > > They are not identical. > > Perhaps the compiler is reading the wrong one, or there might be an error > in the Makefile like a param.h where it should be param.c or param.o > > I would be grateful for any help in this matter. It is looking for /usr/src/sys/param.h. In my 3.4 kernel Makefile, the only place I see this is, vers.c: $S/conf/newvers.sh $S/sys/param.h ${SYSTEM_DEP} sh $S/conf/newvers.sh ${KERN_IDENT} ${IDENT} You have not done something weird like moved the compile/MYKERNEL directory someplace else? What happens if you are in the compile directory and do a, # ls -l ../../sys/param.h Although I don't know if this could possibly be making problems, you are doing a 'make depend' before the 'make', right? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 19:29:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id EF82114E1B for ; Sat, 22 Jan 2000 19:29:15 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id WAA05558; Sat, 22 Jan 2000 22:33:25 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 22:33:25 -0500 From: "Crist J. Clark" To: Stan Brown Cc: Free BSD Questions list Subject: Re: Second request, can I build a floppy to boot the kernel on the hard disk from? Message-ID: <20000122223325.E5211@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <200001221508.HAA17268@netcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001221508.HAA17268@netcom.com>; from stanb@netcom.com on Sat, Jan 22, 2000 at 10:08:21AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 10:08:21AM -0500, Stan Brown wrote: > i am trying to get a machine set up for work on Monday. > > Turns out the 1.2G dsk I brought home for this machien is bad. I put a > 20G I had in to allow me to continue, but I can't get the BIOS to see > it well enough to allow me to bootfrom it (old 486 machine). > > Could someone please tell me how, or point me to docs, no building a > boot floppy that will boot the kernel on the hard disk, and mount hte > hard disk root partiton as /? > > I would _greatly_ appreciate som help on this. The FreBSD book did not > give me any guidance on this. > > I know you can do this in Linux using LILO, surely we can do it to? > > Thanks. I am going to probably have to set something like this up myself in a few days. I _think_ there should not be much more to it than, 1) Take something like kern.flp 2) Set up boot/loader.rc on it to just boot the kernel on the floppy. 3) Put the kernel you will be using for this machine on the floppy. I think that's it. Except point (3) has some details. Make sure to specify the correct device as the root device in the kernel config file when you build the kernel. Also, you may need to compress the kernel to fit it on the floppy. Use kgzip(8) or kzip(8)... I never remember which is the more recent one that should be used. I think kgzip is the one for ELF kernels. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 19:30:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nisser.com (c1870039.telekabel.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 6B5D014D19 for ; Sat, 22 Jan 2000 19:30:07 -0800 (PST) (envelope-from roelof@nisser.com) Received: from nisser.com (roelof [10.0.0.2]) by nisser.com (8.9.3/8.9.2) with ESMTP id EAA90211; Sun, 23 Jan 2000 04:30:42 +0100 (CET) (envelope-from roelof@nisser.com) Message-ID: <388A75D0.E94C21E7@nisser.com> Date: Sun, 23 Jan 2000 04:30:24 +0100 From: Roelof Osinga Organization: eboa - engineering buro Office Automation X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Alexey Koptsevich Cc: freebsd-questions@FreeBSD.ORG Subject: Re: package gimp-1.1.11 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexey Koptsevich wrote: > > I tried to install the package gimp-1.1.11 under FreeBSD 3.4. It > requires tiff-3.5.3, which is absent in both ports and packages. With > tiff-3.5.4, which is present, gimp refuses to work. I would be grateful > for a piece of advice how to make gimp work on my system. The simplest thing to do is to 'make distclean' the tiff port. Then let the gimp worry about reinstalling it. Roelof -- Frisian home @ http://omutens.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 19:32: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 762FC15104 for ; Sat, 22 Jan 2000 19:32:02 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id WAA05576; Sat, 22 Jan 2000 22:36:16 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 22:36:16 -0500 From: "Crist J. Clark" To: keramida@ceid.upatras.gr Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Displaying `pwd` in sh(1) prompt? Message-ID: <20000122223616.F5211@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <20000122002728.B1387@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000122002728.B1387@hades.hell.gr>; from charon@hades.hell.gr on Sat, Jan 22, 2000 at 12:27:28AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 12:27:28AM +0200, Giorgos Keramidas wrote: [snip] > I tried looking in sh(1) manpage for anything like an escape sequence > to put in the value of PS1, but I couldn't find anything helpful... sh(1) is not really intended to be an interactive shell with all these kinds of bells and whistles. You will find no such feature in sh(1). It's things like escape sequences and those extras that make bash(1) such a hog in the first place! You get what you pay for. ;) -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 19:34:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sakaki.communique.net (sakaki.communique.net [204.27.64.202]) by hub.freebsd.org (Postfix) with ESMTP id 2607714BE9 for ; Sat, 22 Jan 2000 19:34:52 -0800 (PST) (envelope-from rzig@verio.net) Received: from shame (entrapment.zighelboim.com [204.27.67.226]) by sakaki.communique.net (8.8.8/8.8.8) with SMTP id VAA01409 for ; Sat, 22 Jan 2000 21:34:46 -0600 (CST) Message-ID: <015b01bf6552$cdc4be90$6b431bcc@zighelboim.com> Reply-To: "Raul Zighelboim" From: "Raul Zighelboim" To: Subject: upgrading ports.. Date: Sat, 22 Jan 2000 21:34: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 Hello there; Is there an easy, trivial, efforless ;-) way to upgrade a port and ALL its dependencies? thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 19:35:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 6F43F14F7E for ; Sat, 22 Jan 2000 19:35:52 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id WAA05603; Sat, 22 Jan 2000 22:39:17 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 22:39:17 -0500 From: "Crist J. Clark" To: Ben WIlliams Cc: FreeBSD questions Subject: Re: not finding a Shared object, but why? Message-ID: <20000122223917.G5211@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <3406.000122@Home.Com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3406.000122@Home.Com>; from williamsl@home.com on Sat, Jan 22, 2000 at 09:45:06AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 09:45:06AM -0500, Ben WIlliams wrote: > FreeBSD, Saturday, January 22, 2000 > > I am having a problem with a custom compilation of exim I'm trying to copy > over to a new machine complaining about not being able to find a shared > library (/usr/libexec/ld-elf.so.1: Shared object "libmysqlclient.so.6.0" not > found) which I have verified IS installed in /usr/local/lib/mysql, but even > issuing an `ldconfig -v -m /usr/local/lib/mysql` /usr/libexec/ld-elf.so.1 > isn't updated, though the hints file is. > How do I get the file updated? Setting LD_LIBRARY_PATH doen't help either. What does, % ldconfig -r | grep mysql Return? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 19:46:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id DDF0F1507B for ; Sat, 22 Jan 2000 19:46:06 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id WAA05640; Sat, 22 Jan 2000 22:49:36 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 22:49:36 -0500 From: "Crist J. Clark" To: Michael Bartlett Cc: "'questions@freebsd.org'" Subject: Re: FW: internet gateway setup using NATD Message-ID: <20000122224936.H5211@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from cataract@eye2eye.net on Sat, Jan 22, 2000 at 03:05:31PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 03:05:31PM +0200, Michael Bartlett wrote: > Thought I'd throw this @ the list as well... > > -----Original Message----- > From: Michael Bartlett > Sent: Saturday, January 22, 2000 2:56 PM > To: 'Burke Gallagher' > Subject: RE: internet gateway setup using NATD > > > Hey Burke, > > Sorry to bug you again, but I'm having another problem and it could be > related to what you told me to do and could also prove interesting... > > On one of my other boxes I run this script in /usr/local/etc/rc.d > > /sbin/natd -n fxp0 -redirect_port tcp 196.38.133.194:110 196.38.133.198:80 > /sbin/ipfw add divert natd all from any to any via fxp0 > > If you are confused, the reason is that we needed to get around a firewall > problem (one of our consultants other company close 110 access on their > firewall - this way he can pickup his mail from us with port 80!! ;) ). > > Anyway, > > I tried the identical thing on my box with your settings and take a look... > > [eyeland] # /sbin/natd -n rl0 -redirect_port tcp 196.31.83.226:25 > 196.31.83.227:80 > [eyeland] # telnet 196.31.83.227 80 > Trying 196.31.83.227... > telnet: Unable to connect to remote host: Connection refused > > Now the .227 ip is an alias on rl0, so it should just be passed along the > same NIC and have no problems. I also tried the destination being on rl1 > (192.168.62.150:25) which is an smtp server on my local network and that > didn't work either. > > Any thoughts? Yes. First, don't start NATd from /usr/local/etc/rc.d. That is pretty much dead last in the startup process and could prevent lotsa stuff from being started properly in the ealier steps since the networking won't work. It also means that your divert to natd in the firewall is the last rule. Most likely, that will mess things up too (especially if you have a 'pass ip any to any' before it). In your second problem, it's really hard to say what is going on. Your firewall rules (with the divert) are suspect for the above reasons, so I would not be surprised if nothing works. However, even if we assume they are now OK, we can't say if there is a problem with natd. If you call 196.31.83.226 directly on port 25, do you actually get to talk to sendmail (or whatever MTA is supposed to be listening)? natd could be working and we would not know it. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 19:51:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 4485414FBF for ; Sat, 22 Jan 2000 19:51:21 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id WAA05665; Sat, 22 Jan 2000 22:55:57 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 22:55:56 -0500 From: "Crist J. Clark" To: Sean Heber Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help! File systems stop or something! Message-ID: <20000122225556.I5211@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <948530728_PM_BeOS.sean@bebits.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <948530728_PM_BeOS.sean@bebits.com>; from sean@bebits.com on Sat, Jan 22, 2000 at 02:45:28AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 02:45:28AM -0600, Sean Heber wrote: [snip] > Anyway, what the heck is the problem? Any ideas at all? A deadlock > case or > race condition or something else? Running out of allowed open files? > This > worries me a lot. I've had the box running fine for a couple weeks now > and > the day before shipping it acts wacko. It really sounds like a hardware problem to me. I was having SCSI hardware errors a few weeks back, and I could get similar problems. However, the SCSI system was rather verbose about the problems and things would usually come back to life. More frequently, I see similar symptoms when I have hard-mounted NFS failures. Still, those eventually produce some messages but do not unhang. My best guess is a hardware problem with HDDs, but I those ususally do produce error massges (both IDE and SCSI). Possibly only mount specific drives at a time and see if a specific volume is always around when there is trouble? -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 19:56:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nisser.com (c1870039.telekabel.chello.nl [212.187.0.39]) by hub.freebsd.org (Postfix) with ESMTP id C157A14DE7 for ; Sat, 22 Jan 2000 19:56:51 -0800 (PST) (envelope-from roelof@nisser.com) Received: from nisser.com (roelof [10.0.0.2]) by nisser.com (8.9.3/8.9.2) with ESMTP id EAA90336; Sun, 23 Jan 2000 04:56:50 +0100 (CET) (envelope-from roelof@nisser.com) Message-ID: <388A7BF0.C3D66084@nisser.com> Date: Sun, 23 Jan 2000 04:56:32 +0100 From: Roelof Osinga Organization: eboa - engineering buro Office Automation X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: George Cox Cc: Nils Holland , FreeBSD-Questions Subject: Re: Automatic Mail-Filter References: <200001221605_MC2-95DB-1AAC@compuserve.com> <20000122222256.A92012@extremis.demon.co.uk> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG George Cox wrote: > > > Any ideas with which software and/or setup I can aceive this? > > procmail. > > http://www.procmail.org > or cd /usr/ports/mail/procmail && make install Funny you should say that, I was just thinking about activating procmail for a client. Synchronicity strikes again . Didn't though, since it would mean either patching freebsd.mc or sendmail.cf. The latter is the easier but I'd decided to be a good little boy and go the advised route, which of course means entering unknown territory . Ok, plunged and lo and behold! I don't know but that install does some weird things. First OpenSSL failed to install and now I've got the enter return at some locking test. Whatever. It's build but no config has patched. So that means either changing to the FEATURE(local_procmail)dnl in whatever.mc or patching sendmail.cf to something like Mlocal, P=/usr/local/bin/procmail, F=lsDFMAw5:/|@qSPfhn9P, S=10/30, R=20/40, T=DNS/RFC822/X-Unix, A=procmail -Y -a $h -d $u Mprog, P=/bin/sh, F=lsDFMoqeu9, S=10/30, R=20/40, D=$z:/, T=X-Unix, A=sh -c $u Anyway, the point is you still need to weave it in. Roelof -- Bûter, brea en griene tsiis Hwa dat net ite kin is gjin oprjochte Fries http://www.OmUtens.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 19:59:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id AA37614E2E for ; Sat, 22 Jan 2000 19:59:53 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id XAA05701; Sat, 22 Jan 2000 23:04:03 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 23:04:03 -0500 From: "Crist J. Clark" To: "Windsor Match Plate and Tool Ltd." Cc: freebsd-questions@FreeBSD.ORG Subject: Re: using sendmail as an SMTP gateway... Message-ID: <20000122230403.J5211@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <000701bf645a$73173c00$b74906d0@wmptl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000701bf645a$73173c00$b74906d0@wmptl.net>; from wmptl@MNSi.Net on Fri, Jan 21, 2000 at 04:56:53PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 21, 2000 at 04:56:53PM -0500, Windsor Match Plate and Tool Ltd. wrote: [snip] > What we want to do, is connect the FreeBSD box to the internet, (our ISP > will handle the DNS/MX record), as an email server. Allowing our office to > recieve/send email. I've gotten the recieve portion to work, but get the > error 'relaying not allowed' on the FreeBSD box when an internal windows' > box tries to send email. > As I said above, I've not played around much with sendmail before, (yet > it doesn't mean I'm afraid to), hence I'd like to know the simplest/shortest > method by which to enable SMTP relaying, (our ISP is willing to allow use of > it's SMTP server if we need it). This was the first thing I did with FreeBSD at the office. It is not too tough. Go to /usr/src/contrib/sendmail/cf. Look at the README file and decide which is the best relaying option for you (e.g. relay_entire_domain, relay_hosts_only, relay_local_from, etc.). You will also probably want your sendmail to masquerade, so look up how to do that. Follow the instructions in that file on how to make your own .mc-file and then convert that to a sendmail.cf. Once that .cf-file is in place, you are ready to relay mail. Good luck. Feel free to bounce more specific questions to the list, but you might want to check the many sendmail resources at, http://www.sendmail.org comp.mail.sendmail And the many others first. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 20: 9:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from linux.ssc.nsu.ru (linux.ssc.nsu.ru [193.124.209.130]) by hub.freebsd.org (Postfix) with SMTP id 4685114F6C for ; Sat, 22 Jan 2000 20:09:15 -0800 (PST) (envelope-from danfe@ssc.nsu.ru) Received: (qmail 20021 invoked from network); 23 Jan 2000 04:09:12 -0000 Received: from inet.ssc.nsu.ru (62.76.110.12) by hub.freebsd.org with SMTP; 23 Jan 2000 04:09:12 -0000 Received: from localhost (danfe@localhost) by inet.ssc.nsu.ru (8.9.3/8.9.3) with ESMTP id KAA14539; Sun, 23 Jan 2000 10:09:01 +0600 Date: Sun, 23 Jan 2000 10:09:00 +0600 (NOVT) From: "Alexey N. Dokuchaev" To: Mark Ovens Cc: freebsd-questions@freebsd.org Subject: Re: rc.i386 and vidcontol In-Reply-To: <20000122171900.A327@marder-1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > What version of FreeBSD are you running? I had exactly the It's 3.4-RELEASE (no CVSup whatsoever) ,--------------------------------------, ____ ___ _______ | Alexey N. Dokuchaev, more commonly | / __/______ ___ / _ )/ __/ _ \ | known as DAN Fe | / _// __/ -_) -_) _ |\ \/ // / | | /_/ /_/ \__/\__/____/___/____/ | Novosibirsk State University `-------- The Power to Serve --------, | Scientific Study Center Computer Lab | | | | email: danfe@inet.ssc.nsu.ru homepage: http://inet.ssc.nsu.ru/~danfe/ | | ICQ UIN: 38934845 | `---------------------------------------------------------------------------' A good conspiracy is unprovable. I mean, if you can prove it, it means they screwed up somewhere along the line. Jerry Fletcher from Conspiracy Theory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 20:12:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from MailAndNews.com (MailAndNews.com [199.29.68.160]) by hub.freebsd.org (Postfix) with ESMTP id D84FB14FBF for ; Sat, 22 Jan 2000 20:12:25 -0800 (PST) (envelope-from mheffner@mailandnews.com) Received: from muriel.penguinpowered.com [208.138.198.103] (mheffner@mailandnews.com); Sat, 22 Jan 2000 23:12:20 -0500 X-WM-Posted-At: MailAndNews.com; Sat, 22 Jan 00 23:12:20 -0500 Content-Length: 1956 Message-ID: X-Mailer: XFMail 1.4.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 22 Jan 2000 23:14:00 -0500 (EST) Reply-To: Mike Heffner From: Mike Heffner To: FreeBSD-questions Subject: Can't add device entry for acd1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have two cdroms on my secondary ide controller, one cdrom, and one cdwriter. Unfortunately I'm unable to create /dev entries for the second drive (acd1): enterprise# ./MAKEDEV acd1 ( also tried 'all') enterprise# ls ac* acd0a acd0c as you can see, the first drive has entries, and it works fine. It's just the second one that's the problem. Any suggestions? I remember that awhile back I was able to use my cdwriter drive with the new ata drivers, but it's seems to have broke since then (sorry don't have specific date). This is a -current kernel, cvsupped/built just a few minutes ago. Is this just a pilot error? Below is the relevant lines from dmesg and my config file. ata-pci0: port 0xffa0-0xffaf at device 7.1 on pci0 ata-pci0: Busmastering DMA supported ata0 at 0x01f0 irq 14 on ata-pci0 ata1 at 0x0170 irq 15 on ata-pci0 ... acd0: CDROM drive at ata1 as master acd0: read 171KB/s (6187KB/s), 128KB buffer, PIO4 acd0: Reads: CD-R, CD-RW, CD-DA stream, packet acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked acd1: CD-RW drive at ata1 as slave acd1: read 344KB/s (1034KB/s) write 344KB/s (344KB/s), 768KB buffer, PIO3 acd1: Reads: CD-R, CD-RW, CD-DA stream, packet acd1: Writes: CD-R, CD-RW, test write acd1: Audio: play, 128 volume levels acd1: Mechanism: ejectable tray acd1: Medium: no/blank disc inside, unlocked, lock protected # ATAPI devices device ata0 device atadisk0 # ATAPI DISK device atapicd0 # ATAPI CDROM drives options ATA_STATIC_ID ( i also tried it without the ATA_STATIC_ID line, but it didn't seem to make a difference ) - Later --------------------------------- Mike Heffner Fredericksburg, VA ICQ# 882073 Date: 22-Jan-2000 Time: 22:54:03 --------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 20:52:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 1C4AB14E90 for ; Sat, 22 Jan 2000 20:52:40 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id XAA06189; Sat, 22 Jan 2000 23:57:22 -0500 (EST) (envelope-from cjc) Date: Sat, 22 Jan 2000 23:57:22 -0500 From: "Crist J. Clark" To: Mike Heffner Cc: FreeBSD-questions Subject: Re: Can't add device entry for acd1 Message-ID: <20000122235722.L5211@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from mheffner@mailandnews.com on Sat, Jan 22, 2000 at 11:14:00PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 11:14:00PM -0500, Mike Heffner wrote: > Hi, > > I have two cdroms on my secondary ide controller, one cdrom, and one cdwriter. > Unfortunately I'm unable to create /dev entries for the second drive (acd1): > > enterprise# ./MAKEDEV acd1 ( also tried 'all') > enterprise# ls ac* > acd0a acd0c > > as you can see, the first drive has entries, and it works fine. It's just the > second one that's the problem. Any suggestions?... [snip] What version number is the system? What does the code for the acd? device look like in your MAKEDEV? I know there have been times that in order to make device 0-n in /dev you need to tell MAKEDEV to make device (n+1). But I don't recall that with acd?. If all else fails, # mknod acd1a b 19 8 # mknod racd1a c 69 8 # mknod acd1c b 19 10 # mknod racd1c c 69 10 # ln -sf acd1a wcd1a # ln -sf racd1a rwcd1a # ln -sf acd1c wcd1c # ln -sf racd1c rwcd1c # chgrp operator acd1[ac] rcd1[ac] # chmod 640 acd1[ac] rcd1[ac] -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 21: 5:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from MailAndNews.com (MailAndNews.com [199.29.68.160]) by hub.freebsd.org (Postfix) with ESMTP id 7B6ED14CCB for ; Sat, 22 Jan 2000 21:05:15 -0800 (PST) (envelope-from mheffner@mailandnews.com) Received: from muriel.penguinpowered.com [208.138.198.103] (mheffner@mailandnews.com); Sun, 23 Jan 2000 00:05:06 -0500 X-WM-Posted-At: MailAndNews.com; Sun, 23 Jan 00 00:05:06 -0500 Content-Length: 533 Message-ID: X-Mailer: XFMail 1.4.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000122235722.L5211@cc942873-a.ewndsr1.nj.home.com> Date: Sun, 23 Jan 2000 00:07:03 -0500 (EST) Reply-To: Mike Heffner From: Mike Heffner To: cjclark@home.com Subject: Re: Can't add device entry for acd1 Cc: FreeBSD-questions , Cc: FreeBSD-questions , Mike Heffner Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 23-Jan-2000 Crist J. Clark wrote: | I know there have been times that in | order to make device 0-n in /dev you need to tell MAKEDEV to make | device (n+1). But I don't recall that with acd?. Wow, that worked! Thanks alot....i never thought that I'd have to create n+1 to get n ;) | -- | Crist J. Clark cjclark@home.com --------------------------------- Mike Heffner Fredericksburg, VA ICQ# 882073 Date: 23-Jan-2000 Time: 00:05:25 --------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 21:18: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gw.Adl.USSR.net (digita1.lnk.telstra.net [139.130.137.85]) by hub.freebsd.org (Postfix) with ESMTP id 5A13814BE9 for ; Sat, 22 Jan 2000 21:18:02 -0800 (PST) (envelope-from smokey@adl.ussr.net) Received: from austinpowers (Smokey.Adl.USSR.net [203.38.181.2]) by gw.Adl.USSR.net (8.9.3/8.9.3) with SMTP id PAA08909 for ; Sun, 23 Jan 2000 15:48:21 +1030 (CST) Reply-To: From: "James" To: "Freebsd Questions" Subject: help with apache, and public_html directory Date: Sun, 23 Jan 2000 15:47:58 +1030 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.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Howdy, I'm new to bsd, and have just muddled through the installation of apache on my machine here at home (its a 2.2.6 build, mostly set up by a friend), and I would like to enable friends to view web pages on my machine - but I have no idea how to set the directories so that they can be viewed.... Can someone tell me how to do this? - what are the default permissions to allow something to be viewed? - do I need a . file of some sort so that people can browse it or something? :-) Every attempt I've had so far has come across some form of 'you do not have permission' message..... Any and all help would be gratefully recieved :-) regards james To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 21:27:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from intranova.net (blacklisted.intranova.net [209.3.31.70]) by hub.freebsd.org (Postfix) with SMTP id 3525F14FDB for ; Sat, 22 Jan 2000 21:27:40 -0800 (PST) (envelope-from oogali@intranova.net) Received: (qmail 90122 invoked from network); 23 Jan 2000 00:29:56 -0000 Received: from missnglnk.wants.to-fuck.com (HELO hydrant.intranova.net) (user73401@209.201.95.10) by blacklisted.intranova.net with SMTP; 23 Jan 2000 00:29:56 -0000 Date: Sun, 23 Jan 2000 00:26:33 -0500 (EST) From: Omachonu Ogali To: "David V. D." Cc: freebsd-questions@freebsd.org Subject: Re: blocking icmp? 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 ipfw add deny icmp from any to any Omachonu Ogali Intranova Networking Group On Fri, 21 Jan 2000, David V. D. wrote: > Hello all, > I have a question about freebsd firewall, how can I set it to block (no > reply) icmp. I'm using FreeBSD 3.4-20000112-STABLE. > Thanks in advance. > David. > > > > > 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 Jan 22 21:53:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id 48E7314FBF for ; Sat, 22 Jan 2000 21:53:19 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (j39.klt31.jaring.my [161.142.169.233]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id QAA11567; Sun, 23 Jan 2000 16:23:09 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id PAA00496; Sat, 22 Jan 2000 15:08:28 +0800 (SGT) (envelope-from grog) Date: Sat, 22 Jan 2000 15:08:28 +0800 From: Greg Lehey To: Jonathon McKitrick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: programmer's editor choice Message-ID: <20000122150828.D390@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jcm@dogma.freebsd-uk.eu.org on Fri, Jan 21, 2000 at 11:39:12PM +0000 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 21 January 2000 at 23:39:12 +0000, Jonathon McKitrick wrote: > > Not to start a war or anything, but i'm trying to decide on a fast > powerful editor. I've been using joe, and i just started learning > vi, and i like it so far. But there are new editors and new > versions of vi that seem to have a lot to offer. I've narrowed it > down to vi, an enhanced version of vi (vile or vim?) uemacs, or joe. > ANy thoughts? If you want a really powerful editor, and you don't want to relearn the way you think, you'd be better off using real Emacs than uemacs, which is a bit of a toy. vi and its derivatives are also powerful, but they require a lot of rethinking, and I don't think they're as powerful anyway. > I'd like to be able to cut and paste within the editor and between > xterms. You can only do that up to a point with vi. vi doesn't understand X, so it runs in an xterm. Emacs in X mode will copy the last cut text to the X cut buffer, so you can paste it into an xterm, but also use it in Emacs. > I really like the efficiency of vi so far, but i have a long ways to > go before i am proficient. It's a steep curve. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 21:54:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id 9D92515050 for ; Sat, 22 Jan 2000 21:54:24 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (j39.klt31.jaring.my [161.142.169.233]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id QAA11573; Sun, 23 Jan 2000 16:24:00 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id OAA00434; Sat, 22 Jan 2000 14:56:09 +0800 (SGT) (envelope-from grog) Date: Sat, 22 Jan 2000 14:56:09 +0800 From: Greg Lehey To: Ted Stein Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Disk Error 0x1 Message-ID: <20000122145609.B390@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <20000121165723.A7225@liii.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000121165723.A7225@liii.com>; from ted@liii.com on Fri, Jan 21, 2000 at 04:57:23PM -0500 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 21 January 2000 at 16:57:23 -0500, Ted Stein wrote: > What exactly is disk error 0x1? What can I do about it? First, you report where you get it. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 21:54:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.cybersurf.net (smtp1.cybersurf.net [209.197.145.111]) by hub.freebsd.org (Postfix) with ESMTP id 9B5DC15053 for ; Sat, 22 Jan 2000 21:54:37 -0800 (PST) (envelope-from 01031149@3web.net) Received: from webserver ([209.197.154.211]) by smtp1.cybersurf.net (Netscape Messaging Server 4.05) with SMTP id FORXQX00.9AN for ; Sat, 22 Jan 2000 22:54:33 -0700 Message-Id: Date: Sat, 22 Jan 2000 22:55:51 -0700 X-Priority: 3 From: Duke Normandin <01031149@3web.net> X-Mailer: Mail Warrior To: freebsd-questions@freebsd.org MIME-Version: 1.0 Subject: RE: Making a 56K Modem Pool Content-Type: Text/Plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8Bit X-Mailer-Version: v3.55 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 01/22/2000 7:50:23 PM, "Steve Morrow" wrote: >Two 56k modems connected together will not connect higher than 33.6. All >56k modems are "one way" they only achieve those speeds downstream, not up. >In order to communicate at those speeds you would need to use a different >technology. Would the following quote from "Running a Perfect Internet Site with Linux" by Dee-Ann LeBlanc be applicable? "If you want to move up to the next step faster in connections (ISDN, which is discussed in a moment), but it is far too expensive, another alternative may be to use two 56K modems and two standard phone lines. Using a technique called EQL load balancing, you can then use the two phone lines together to double your bandwidth ( if your service provider supports this)." -duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 21:56:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.beastie.net (cr13646-a.lngly1.bc.wave.home.com [24.113.138.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E7B214F6A for ; Sat, 22 Jan 2000 21:56:33 -0800 (PST) (envelope-from beastie@beastie.net) Received: from [192.168.1.2] (helo=Beastie) by www.beastie.net with smtp (Exim 3.03 #1) id 12CFzS-0002CV-00 for questions@FreeBSD.ORG; Sat, 22 Jan 2000 21:55:10 -0800 Message-ID: <001c01bf6566$b0909c40$0201a8c0@uniserve.com> From: "David Fuchs" To: "Freebsd Questions" References: Subject: Re: help with apache, and public_html directory Date: Sat, 22 Jan 2000 21:57:11 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In your httpd.conf file, you should see something like this: --------- # UserDir: The name of the directory which is appended onto a user's home # directory if a ~user request is received. # UserDir public_html --------- If you want to allow users to have their own pages, just have them create the directory "public_html" in their home directory. To view the content on the net, simply have them open a browser and set their address to http://your.domain-or-ip.here/~username . Make sure you use the ~ symbol in before the username, or it won't work. You can change the UserDir setting in httpd.conf to whatever you want, and then have your users create a subdirectory by that name in their home directory. You will get forbidden messages and the like if you don't have an index.html file in the directory or if the permissions are wrong, rights/permissions MUST be executable (not necessarily readable) by all. Example "chmod 755" will work, but so will "chmod 711". I use "chmod 711" to set permissions so that users can snoop in each other's directories. (Please don't argue about this people... I know some of you are probably gettin' that warm and fuzzy "I think what you're doing is WRONG" feeling already...) hahaha j/k =) Any more questions? Need more clarification? Send me a note and I'll get back to you. -David Fuchs ----- Original Message ----- From: James To: Freebsd Questions Sent: Saturday, January 22, 2000 9:17 PM Subject: help with apache, and public_html directory > Howdy, > > I'm new to bsd, and have just muddled through the installation of apache on > my machine here at home (its a 2.2.6 build, mostly set up by a friend), and > I would like to enable friends to view web pages on my machine - but I have > no idea how to set the directories so that they can be viewed.... > > Can someone tell me how to do this? - what are the default permissions to > allow something to be viewed? - do I need a . file of some sort so that > people can browse it or something? :-) > > Every attempt I've had so far has come across some form of 'you do not have > permission' message..... > > Any and all help would be gratefully recieved :-) > > regards > > james > > > > 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 Jan 22 21:59:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id E36B814FBF for ; Sat, 22 Jan 2000 21:59:10 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (j39.klt31.jaring.my [161.142.169.233]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id QAA11588; Sun, 23 Jan 2000 16:28:25 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id NAA00589; Sat, 22 Jan 2000 13:34:30 +0800 (SGT) (envelope-from grog) Date: Sat, 22 Jan 2000 13:34:30 +0800 From: Greg Lehey To: George Vagner Cc: questions@FreeBSD.ORG Subject: Re: flags 0xa0ffa0ff help Message-ID: <20000122133430.H391@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from george@www.timandpatrick.com on Fri, Jan 21, 2000 at 01:17:10PM -0700 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 21 January 2000 at 13:17:10 -0700, George Vagner wrote: > when i boot up i get this message, I have flags 0xa0ffa0ff set in my > kernel and an udma drive Maxtor 85250D6 and an Udma cable is connected. > nothing is on the second controller and a Udma cdrom is on the primary > controllers second channel. > > The mainboard is a tyan 1598c2 with 164meg ram, amd 350, adaptec 1542cf > controller for the tape drive, and soundblaster 16 PNP for sound > matrox mystique pci for video. > > i tried changing my bios to LBA but that made no difference. > > where am i going wrong here...? Well, for a start you haven't said whether you're having any problems, and if so which. What is 'this message'? Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 21:59:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.beastie.net (cr13646-a.lngly1.bc.wave.home.com [24.113.138.52]) by hub.freebsd.org (Postfix) with ESMTP id 1CA9E14CCD for ; Sat, 22 Jan 2000 21:59:19 -0800 (PST) (envelope-from beastie@beastie.net) Received: from [192.168.1.2] (helo=Beastie) by www.beastie.net with smtp (Exim 3.03 #1) id 12CG28-0002Cg-00 for questions@FreeBSD.org; Sat, 22 Jan 2000 21:57:56 -0800 Message-ID: <002401bf6567$137f2600$0201a8c0@uniserve.com> From: "David Fuchs" To: References: <001c01bf6566$b0909c40$0201a8c0@uniserve.com> Subject: Re: help with apache, and public_html directory Date: Sat, 22 Jan 2000 21:59:57 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Clarification: --snip-- I use "chmod 711" to set permissions so that users can snoop in each other's directories. --snip-- I meant "can't"... not "can"... :) -David Fuchs ----- Original Message ----- From: David Fuchs To: Freebsd Questions Sent: Saturday, January 22, 2000 9:57 PM Subject: Re: help with apache, and public_html directory > In your httpd.conf file, you should see something like this: > > --------- > # UserDir: The name of the directory which is appended onto a user's home > # directory if a ~user request is received. > # > UserDir public_html > --------- > > If you want to allow users to have their own pages, just have them create > the directory "public_html" in their home directory. To view the content on > the net, simply have them open a browser and set their address to > http://your.domain-or-ip.here/~username . Make sure you use the ~ symbol > in before the username, or it won't work. > > You can change the UserDir setting in httpd.conf to whatever you want, and > then have your users create a subdirectory by that name in their home > directory. You will get forbidden messages and the like if you don't have > an index.html file in the directory or if the permissions are wrong, > rights/permissions MUST be executable (not necessarily readable) by all. > Example "chmod 755" will work, but so will "chmod 711". I use "chmod 711" > to set permissions so that users can snoop in each other's directories. > (Please don't argue about this people... I know some of you are probably > gettin' that warm and fuzzy "I think what you're doing is WRONG" feeling > already...) hahaha j/k =) > > Any more questions? Need more clarification? Send me a note and I'll get > back to you. > > -David Fuchs > > > ----- Original Message ----- > From: James > To: Freebsd Questions > Sent: Saturday, January 22, 2000 9:17 PM > Subject: help with apache, and public_html directory > > > > Howdy, > > > > I'm new to bsd, and have just muddled through the installation of apache > on > > my machine here at home (its a 2.2.6 build, mostly set up by a friend), > and > > I would like to enable friends to view web pages on my machine - but I > have > > no idea how to set the directories so that they can be viewed.... > > > > Can someone tell me how to do this? - what are the default permissions to > > allow something to be viewed? - do I need a . file of some sort so that > > people can browse it or something? :-) > > > > Every attempt I've had so far has come across some form of 'you do not > have > > permission' message..... > > > > Any and all help would be gratefully recieved :-) > > > > regards > > > > james > > > > > > > > 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 Sat Jan 22 22: 2: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id D9FE51509F for ; Sat, 22 Jan 2000 22:01:49 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (j39.klt31.jaring.my [161.142.169.233]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id QAA11596; Sun, 23 Jan 2000 16:30:13 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id NAA00603; Sat, 22 Jan 2000 13:35:26 +0800 (SGT) (envelope-from grog) Date: Sat, 22 Jan 2000 13:35:26 +0800 From: Greg Lehey To: Walter Brameld Cc: Gene Harris , George Vagner , questions@FreeBSD.ORG Subject: Re: flags 0xa0ffa0ff help Message-ID: <20000122133526.I391@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <3888F961.115D4F4D@twave.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3888F961.115D4F4D@twave.net>; from brameld@twave.net on Fri, Jan 21, 2000 at 07:27:13PM -0500 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 21 January 2000 at 19:27:13 -0500, Walter Brameld wrote: > Gene Harris wrote: >> >> You might want to set your flags to b0ffb0ff. This turns on >> LBA in the driver. > > Pardon my ignorance, but where do I find information on the > flags? Take a look at /usr/src/sys/i386/conf/LINT. They're also described in more detail in "The Complete FreeBSD". Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 22: 6: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 6B8E814BE9 for ; Sat, 22 Jan 2000 22:06:01 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id TAA91268 for ; Sun, 23 Jan 2000 19:05:57 +1300 (NZDT) Message-Id: <200001230605.TAA91268@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: questions@FreeBSD.ORG Date: Sun, 23 Jan 2000 19:05:53 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: anyone done a FreeBSD favicon.ico? Reply-To: dan@freebsddiary.org X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you're running a website, you're probably seen this before: [Sun Jan 23 16:09:06 2000] [error] [client w.x.y.z] File does not exist: /www/freebsddiary.org/favicon.ico This favicon.ico is used by IE in their bookmarks/favourites. Has anyone seen one for a BSD? I'd like one, but have neither the skills nor the talent to do one. cheers -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/ unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 22:10:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id C365D14D7D for ; Sat, 22 Jan 2000 22:09:54 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (j39.klt31.jaring.my [161.142.169.233]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id QAA11627; Sun, 23 Jan 2000 16:38:43 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id JAA00717; Sat, 22 Jan 2000 09:23:54 +0530 (IST) (envelope-from grog) Date: Sat, 22 Jan 2000 09:23:54 +0530 From: Greg Lehey To: John Russell Cc: Charles Randall , freebsd-questions@FreeBSD.ORG Subject: Re: UNIX search n replace Message-ID: <20000122092354.D455@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <64003B21ECCAD11185C500805F31EC0304D97722@houston.matchlogic.com> <200001211848.TAA24196@gazelle.bigmama.xx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001211848.TAA24196@gazelle.bigmama.xx>; from jr@paranoia.demon.nl on Fri, Jan 21, 2000 at 07:48:47PM +0100 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 21 January 2000 at 19:48:47 +0100, John Russell wrote: >> On Friday, January 21, 2000 10:10 AM, Juan Kuuse wrote: >>> >>> This message was sent from Geocrawler.com by "Juan Kuuse" >>> >>> Be sure to reply to that address. >>> >>> More a common UNIX question than a FreeBSD topic: >>> >>> grep >>> to search a keyword multiple files >>> >>> How do I search and replace one keyword for >>> another in multiple files, any suggestions? >> >> Grab a Perl manual and build something along the lines of, >> >>> perl -i.bak -pe 's/word1/word2/g;' Not quite the generic UNIX way. > or use > find . | sed s/word1/word2/g This will change the file names, not their contents, and it won't save it back. You would probably also want to get into the habit of writing quotes around the sed expression, in case it contains delimiters. A better approach to the original question would be: for i in *.c *.h; do sed <$i 's/word1/word2/g' >$i.bak; mv $i.bak $i; done *.c *.h represents the list of files you want to change. You can use any globbing pattern or list of globbing patterns here. You can also perform multiple changes in one pass: use the syntax 's/word1/word2/g; s/word3/word4/g' The 'g' at the end of the expressions means "change every occurrence in the line". If you omit it, you only change the first occurrence. Greg -- 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 Jan 22 22:10:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id CFF4414D16 for ; Sat, 22 Jan 2000 22:10:16 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (j39.klt31.jaring.my [161.142.169.233]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id QAA11630; Sun, 23 Jan 2000 16:39:29 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id JAA00526; Sat, 22 Jan 2000 09:11:32 +0530 (IST) (envelope-from grog) Date: Sat, 22 Jan 2000 09:11:32 +0530 From: Greg Lehey To: Mike Sturdee Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Disk I/O Message-ID: <20000122091131.C455@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <4.1.20000121115426.00949be0@mail.mikesweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <4.1.20000121115426.00949be0@mail.mikesweb.com>; from sturdee@mikesweb.com on Fri, Jan 21, 2000 at 11:56:16AM -0500 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 21 January 2000 at 11:56:16 -0500, Mike Sturdee wrote: > Is there a system util to see how my HDD I/O is doing?? I've got a > fast enough processor and enough memory, but sometimes the system is > slower then what my bandwidth can do, and it's not the NIC, it's a > 10/100.. Somebody told me it's most likely disk i/o speed.. You could try iostat for a start, but it doesn't tell you everything you need to know. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 22:57:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pine.ggn.net (pine.ggn.net [198.207.193.2]) by hub.freebsd.org (Postfix) with SMTP id 10A9814DFD for ; Sat, 22 Jan 2000 22:57:51 -0800 (PST) (envelope-from ted@ggn.net) Received: (qmail 22678 invoked from network) by pine.ggn.net; 23 Jan 2000 06:57:48 -0000 Received: from oak.ggn.net (qmailr@198.207.193.5) by pine.ggn.net with SMTP; 23 Jan 2000 06:57:48 -0000 Received: (qmail 1624 invoked by user ted) by oak.ggn.net; 23 Jan 2000 06:57:45 -0000 Date: Sun, 23 Jan 2000 01:57:45 -0500 From: Ted Stein To: freebsd-questions@freebsd.org Subject: Re: Disk Error 0x1 Message-ID: <20000123015744.A1590@ggn.net> References: <20000121165723.A7225@liii.com> <20000122145609.B390@mojave.worldwide.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000122145609.B390@mojave.worldwide.lemis.com>; from grog@lemis.com on Sat, Jan 22, 2000 at 02:56:09PM +0800 X-Operating-System: SunOS oak 5.7 sun4m Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 22, 2000 at 02:56:09PM +0800, Greg Lehey wrote: > > First, you report where you get it. > I actually did, two days ago, the message appeared to go unnoticed, so I sent another shortened version to see if my messages were going through or whatever. Here is the gist of it: Earlier today, my filesystems somehow got messed up, so I tried reinstalling. I've installed about 5 times since, to no avail. The error I get is as such: BootMgr 1: DOS 5: Disk 1 (I enter 2) BootMgr 1: FreeBSD 2: DOS 5: Disk 0 (I enter 1) -- begin actual stuff -- Disk error 0x1 (lba=0xe2904f) no /boot/loader boot: wd(1,a)/kernel Disk error 0x1 (lba=0xe2904f) no /kernel -- end -- These are two IDE disks, the FreeBSD one is on the primary controller as the slave. If I set the device to wd(1,e) (/usr) and type '?' it lists all the directories fine, but the other slices, I have no idea what's going on. Any help is appreciated, I'd be glad to provide more information if needed. -- Ted Stein GGN/LIII ted@liii.com -- work ted@tedstein.org -- personal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 23:45:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from yana.lemis.com (yana.lemis.com [192.109.197.140]) by hub.freebsd.org (Postfix) with ESMTP id 1A41914F59 for ; Sat, 22 Jan 2000 23:45:14 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: from mojave.worldwide.lemis.com (j41.ktb6.jaring.my [161.142.234.55]) by yana.lemis.com (8.8.8/8.8.8) with ESMTP id SAA11737; Sun, 23 Jan 2000 18:14:59 +1030 (CST) (envelope-from grog@mojave.worldwide.lemis.com) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id PAA01137; Sun, 23 Jan 2000 15:23:15 +0800 (MYT) (envelope-from grog) Date: Sun, 23 Jan 2000 15:23:15 +0800 From: Greg Lehey To: VINSON WAYNE HOWARD Cc: freebsd-questions@FreeBSD.org Subject: Re: 3com 574-tx under -current Message-ID: <20000123152315.H930@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from Wayne.Vinson@Colorado.EDU on Sat, Jan 22, 2000 at 03:31:49PM -0700 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 22 January 2000 at 15:31:49 -0700, VINSON WAYNE HOWARD wrote: > I realize this could be just a s well posted o current, but here it is: > > I'm installing the 1-18 version of current on a inspiron 3200 w/ a 3com > 574-tx e-net adaptor. On boot from the install disks, the kernel found > the pcard bridge, but I didn't see an entry for the card itself. there > were two unidentified devices, however. I'm told that this card works > fine under 4.0, but I'm at a loss as two how to get the card to the point > where I can do an ftp install with it. Do I need PAO??? Is this the PCCard version or the CardBus version? The latter should have the word CardBus written on it somewhere. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Jan 22 23:54:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tomts1-srv.bellnexxia.net (tomts1.bellnexxia.net [209.226.175.139]) by hub.freebsd.org (Postfix) with ESMTP id C32D114FFA for ; Sat, 22 Jan 2000 23:54:29 -0800 (PST) (envelope-from martyg@sympatico.ca) Received: from martingignac ([206.172.133.74]) by tomts3-srv.bellnexxia.net (InterMail vM.4.01.02.07 201-229-116-107) with SMTP id <20000123061638.DDEK627.tomts3-srv.bellnexxia.net@martingignac>; Sun, 23 Jan 2000 01:16:38 -0500 Message-ID: <000f01bf6569$689c2be0$4a85acce@martingignac> From: "Martin Gignac" To: "David Fuchs" , "Oren Sarig" Cc: References: <000701bf6501$016a9c80$40e3acce@martingignac><3889FA37.8A85F7B2@bezeqint.net.il> <003b01bf650a$0cc245c0$e5a1f4cc@office.uniserve.ca> Subject: Re: Is there a difference between 'reboot' command and ctrl-alt-del? Date: Sun, 23 Jan 2000 01:16:30 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've done ctrl-alt-delete many times and fsck has never found the drives to have been unproperly unmounted during shutdown... -Martin ----- Original Message ----- From: "David Fuchs" To: "Oren Sarig" ; "Martin Gignac" Cc: Sent: Saturday, January 22, 2000 1:54 PM Subject: Re: Is there a difference between 'reboot' command and ctrl-alt-del? > Oh no... I hope you guys aren't all pressing ctrl-alt-delete because it's > faster! > > When you do a ctrl-alt-delete, your drives aren't being unmounted properly. > The program fsck (File System Consistency Check) will find that the drives > weren't properly unmounted and therefore it will scan each partition of > every drive for errors. It will then reboot your computer in order to > properly re-mount the drives. > > I did a ctrl-alt-delete once and had to wait 20 minutes before my system was > functional again. (tip: not good for business) > > Stick to reboot and you'll have less trouble in the future. > > -David Fuchs > > ----- Original Message ----- > From: Oren Sarig > To: Martin Gignac > Cc: > Sent: Saturday, January 22, 2000 10:43 > Subject: Re: Is there a difference between 'reboot' command and > ctrl-alt-del? > > > > I don't think there is a difference in the proccess that gets > > executed, but if I telnet to another machine, and I use shutdown -r > > now, the other machine would reboot, but if I press ctrl-alt-del, my > > machine would reboot. That's the main differnce, afaik. > > > > -- > > Oren Sarig > > sarig@bezeqint.net.il > > > > Martin Gignac wrote: > > > > > > Is there a difference between a reboot using the 'reboot' (or > shutdown -r) > > > command, and one using the ctrl-alt-delete key combination? I find that > > > ctrl-alt-delete always seems to shutdown faster than 'reboot'... > > > > > > -Martin > > > > > > 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